From f51b44fd445bad9893841862765db61e3d13fac4 Mon Sep 17 00:00:00 2001 From: PythonSdkPipelines Date: Fri, 14 Oct 2022 01:09:58 +0000 Subject: [PATCH 01/14] code and test --- sdk/netapp/azure-mgmt-netapp/CHANGELOG.md | 4 + sdk/netapp/azure-mgmt-netapp/_meta.json | 10 +- .../azure/mgmt/netapp/_version.py | 2 +- .../operations/_account_backups_operations.py | 15 +- .../aio/operations/_accounts_operations.py | 36 +- .../operations/_backup_policies_operations.py | 15 +- .../aio/operations/_backups_operations.py | 15 +- .../_net_app_resource_operations.py | 4 +- ...et_app_resource_quota_limits_operations.py | 15 +- .../mgmt/netapp/aio/operations/_operations.py | 15 +- .../aio/operations/_pools_operations.py | 15 +- .../_snapshot_policies_operations.py | 15 +- .../aio/operations/_snapshots_operations.py | 15 +- .../aio/operations/_subvolumes_operations.py | 15 +- .../aio/operations/_vaults_operations.py | 15 +- .../operations/_volume_groups_operations.py | 15 +- .../_volume_quota_rules_operations.py | 15 +- .../aio/operations/_volumes_operations.py | 28 +- .../operations/_account_backups_operations.py | 15 +- .../netapp/operations/_accounts_operations.py | 44 +- .../operations/_backup_policies_operations.py | 15 +- .../netapp/operations/_backups_operations.py | 15 +- .../_net_app_resource_operations.py | 4 +- ...et_app_resource_quota_limits_operations.py | 15 +- .../mgmt/netapp/operations/_operations.py | 15 +- .../netapp/operations/_pools_operations.py | 15 +- .../_snapshot_policies_operations.py | 15 +- .../operations/_snapshots_operations.py | 15 +- .../operations/_subvolumes_operations.py | 15 +- .../netapp/operations/_vaults_operations.py | 15 +- .../operations/_volume_groups_operations.py | 15 +- .../_volume_quota_rules_operations.py | 15 +- .../netapp/operations/_volumes_operations.py | 28 +- ...tAppAccounttest_create_delete_account.json | 469 +- ...NetAppAccounttest_get_account_by_name.json | 402 +- ...pyTestNetAppAccounttest_list_accounts.json | 803 +- ...pyTestNetAppAccounttest_patch_account.json | 410 +- ...ountBackuptest_delete_account_backups.json | 5793 +----- ...AccountBackuptest_get_account_backups.json | 4997 +---- ...ccountBackuptest_list_account_backups.json | 8343 +------- ...NetAppBackuptest_create_delete_backup.json | 7378 +------ ...stNetAppBackuptest_get_backup_by_name.json | 5077 +---- ...up.pyTestNetAppBackuptest_list_backup.json | 7356 +------ ...iciestest_create_delete_backup_policy.json | 741 +- ...oliciestest_get_backup_policy_by_name.json | 706 +- ...ckupPoliciestest_list_backup_policies.json | 1087 +- ...upPoliciestest_update_backup_policies.json | 813 +- ...ppCapacityPooltest_create_delete_pool.json | 849 +- ...tAppCapacityPooltest_get_pool_by_name.json | 814 +- ...TestNetAppCapacityPooltest_list_pools.json | 1271 +- ...TestNetAppCapacityPooltest_patch_pool.json | 925 +- ...estNetAppCapacityPooltest_update_pool.json | 922 +- ...ppSnapshottest_create_delete_snapshot.json | 2646 +-- ...tAppSnapshottest_get_snapshot_by_name.json | 2650 +-- ...TestNetAppSnapshottest_list_snapshots.json | 3074 +-- ...test_assign_snapshot_policy_to_volume.json | 2837 +-- ...icytest_create_delete_snapshot_policy.json | 655 +- ...olicytest_get_snapshot_policy_by_name.json | 620 +- ...shotPolicytest_list_snapshot_policies.json | 915 +- ...otPolicytest_update_snapshot_policies.json | 741 +- ...stNetAppSubvolumetest_crud_subvolumes.json | 2585 +-- ...yTestNetAppSubvolumetest_get_metadata.json | 2400 +-- ...estNetAppSubvolumetest_list_by_volume.json | 2749 +-- ...vault.pyTestNetAppVaulttest_get_vault.json | 2280 +-- ...pVolumetest_create_delete_list_volume.json | 2297 +-- ...stNetAppVolumetest_get_volume_by_name.json | 2311 +-- ...e.pyTestNetAppVolumetest_list_volumes.json | 2944 +-- ...e.pyTestNetAppVolumetest_patch_volume.json | 2441 +-- ...me.pyTestNetAppVolumetest_pool_change.json | 2897 +-- ....pyTestNetAppVolumetest_update_volume.json | 2155 +- ...stNetAppVolumetest_volume_replication.json | 17001 +--------------- 71 files changed, 1371 insertions(+), 104503 deletions(-) diff --git a/sdk/netapp/azure-mgmt-netapp/CHANGELOG.md b/sdk/netapp/azure-mgmt-netapp/CHANGELOG.md index d803498064d6..99349ac37923 100644 --- a/sdk/netapp/azure-mgmt-netapp/CHANGELOG.md +++ b/sdk/netapp/azure-mgmt-netapp/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History +## 0.0.0 (it should be stable) (2022-10-14) + + + ## 9.0.0 (2022-09-26) ### Features Added diff --git a/sdk/netapp/azure-mgmt-netapp/_meta.json b/sdk/netapp/azure-mgmt-netapp/_meta.json index a5b9e32c9a54..ef686342ee9e 100644 --- a/sdk/netapp/azure-mgmt-netapp/_meta.json +++ b/sdk/netapp/azure-mgmt-netapp/_meta.json @@ -1,11 +1,11 @@ { - "autorest": "3.8.4", + "autorest": "3.9.2", "use": [ - "@autorest/python@6.1.5", - "@autorest/modelerfour@4.23.5" + "@autorest/python@6.1.11", + "@autorest/modelerfour@4.24.3" ], - "commit": "0507c3d410681049bb5cd9545b49a7578a91d3d0", + "commit": "d1eee5499dbf9281debdc90c4f4cbc7470fb8d6d", "repository_url": "https://github.com/Azure/azure-rest-api-specs", - "autorest_command": "autorest specification/netapp/resource-manager/readme.md --python --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --use=@autorest/python@6.1.5 --use=@autorest/modelerfour@4.23.5 --version=3.8.4 --version-tolerant=False", + "autorest_command": "autorest specification/netapp/resource-manager/readme.md --python --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --use=@autorest/python@6.1.11 --use=@autorest/modelerfour@4.24.3 --version=3.9.2 --version-tolerant=False", "readme": "specification/netapp/resource-manager/readme.md" } \ No newline at end of file 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 b77ac9246082..9f1dc6e309ba 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 = "9.0.0" +VERSION = "0.0.0 (it should be stable)" 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 b4b1867676c5..d53faee406ae 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar, Union, cast -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ( @@ -101,10 +101,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 9a8b30077946..223e07fe6765 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ( @@ -103,10 +103,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" @@ -180,10 +187,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" @@ -830,14 +844,16 @@ async def _renew_credentials_initial( # pylint: disable=inconsistent-return-sta error_map.update(kwargs.pop("error_map", {}) or {}) _headers = kwargs.pop("headers", {}) or {} - _params = kwargs.pop("params", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + api_version = kwargs.pop("api_version", _params.pop("api-version", self._config.api_version)) # type: str cls = kwargs.pop("cls", None) # type: ClsType[None] request = build_renew_credentials_request( resource_group_name=resource_group_name, account_name=account_name, subscription_id=self._config.subscription_id, + api_version=api_version, template_url=self._renew_credentials_initial.metadata["url"], headers=_headers, params=_params, @@ -887,8 +903,9 @@ async def begin_renew_credentials( :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} - _params = kwargs.pop("params", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + api_version = kwargs.pop("api_version", _params.pop("api-version", self._config.api_version)) # type: str cls = kwargs.pop("cls", None) # type: ClsType[None] polling = kwargs.pop("polling", True) # type: Union[bool, AsyncPollingMethod] lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) @@ -897,6 +914,7 @@ async def begin_renew_credentials( raw_result = await self._renew_credentials_initial( # type: ignore resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, cls=lambda x, y, z: x, headers=_headers, params=_params, 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 6eab52f2e009..8c6052d03a42 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ( @@ -107,10 +107,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 c9bd9fe9e19f..e5fd5dbff7f0 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ( @@ -253,10 +253,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 b49ed7035ebc..25780c423089 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 @@ -60,7 +60,7 @@ async def check_name_availability( self, location: str, name: str, - type: Union[str, "_models.CheckNameResourceTypes"], + type: Union[str, _models.CheckNameResourceTypes], resource_group: str, **kwargs: Any ) -> _models.CheckAvailabilityResponse: @@ -209,7 +209,7 @@ async def check_quota_availability( self, location: str, name: str, - type: Union[str, "_models.CheckQuotaNameResourceTypes"], + type: Union[str, _models.CheckQuotaNameResourceTypes], resource_group: str, **kwargs: Any ) -> _models.CheckAvailabilityResponse: 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 70ceb498b599..5e328f05b4f5 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ( @@ -98,10 +98,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 274c5658d0f2..7caaaa7f1c3b 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ( @@ -91,10 +91,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 f92a2211df6d..551914e6e283 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ( @@ -107,10 +107,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 7cfd26f34e4b..da6d688e5144 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ( @@ -108,10 +108,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 7e68c4e575d5..36d09d947bd6 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 @@ -8,7 +8,7 @@ # -------------------------------------------------------------------------- import sys from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ( @@ -122,10 +122,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 729f20451e33..7efa659359e6 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ( @@ -116,10 +116,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 d97c4c10f203..e8f7a4f2f039 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ( @@ -98,10 +98,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 2bfa35cb4c5f..f902f2519014 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ( @@ -108,10 +108,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 index bb006b3f87a2..267600bbf9d1 100644 --- 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ( @@ -115,10 +115,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 ecbbb5528e98..fe4a0b6c14e3 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ( @@ -126,10 +126,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" @@ -1815,10 +1822,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 eb64257a5eb3..423ea9d7ef45 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, Callable, Dict, Iterable, Optional, TypeVar, Union, cast -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.exceptions import ( ClientAuthenticationError, @@ -196,10 +196,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 019a6afd9836..edc25dc835d8 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, cast, overload -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.exceptions import ( ClientAuthenticationError, @@ -225,6 +225,9 @@ def build_update_request( def build_renew_credentials_request( resource_group_name: str, account_name: str, subscription_id: str, **kwargs: Any ) -> HttpRequest: + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version = kwargs.pop("api_version", _params.pop("api-version", "2022-05-01")) # type: str # Construct URL _url = kwargs.pop( "template_url", @@ -240,7 +243,10 @@ def build_renew_credentials_request( _url = _format_url_section(_url, **path_format_arguments) - return HttpRequest(method="POST", url=_url, **kwargs) + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + return HttpRequest(method="POST", url=_url, params=_params, **kwargs) class AccountsOperations: @@ -302,10 +308,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" @@ -379,10 +392,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" @@ -1028,14 +1048,16 @@ def _renew_credentials_initial( # pylint: disable=inconsistent-return-statement error_map.update(kwargs.pop("error_map", {}) or {}) _headers = kwargs.pop("headers", {}) or {} - _params = kwargs.pop("params", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + api_version = kwargs.pop("api_version", _params.pop("api-version", self._config.api_version)) # type: str cls = kwargs.pop("cls", None) # type: ClsType[None] request = build_renew_credentials_request( resource_group_name=resource_group_name, account_name=account_name, subscription_id=self._config.subscription_id, + api_version=api_version, template_url=self._renew_credentials_initial.metadata["url"], headers=_headers, params=_params, @@ -1083,8 +1105,9 @@ def begin_renew_credentials(self, resource_group_name: str, account_name: str, * :raises ~azure.core.exceptions.HttpResponseError: """ _headers = kwargs.pop("headers", {}) or {} - _params = kwargs.pop("params", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + api_version = kwargs.pop("api_version", _params.pop("api-version", self._config.api_version)) # type: str cls = kwargs.pop("cls", None) # type: ClsType[None] polling = kwargs.pop("polling", True) # type: Union[bool, PollingMethod] lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) @@ -1093,6 +1116,7 @@ def begin_renew_credentials(self, resource_group_name: str, account_name: str, * raw_result = self._renew_credentials_initial( # type: ignore resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, cls=lambda x, y, z: x, headers=_headers, params=_params, 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 85fda201e47c..d9aa843bb97a 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, cast, overload -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.exceptions import ( ClientAuthenticationError, @@ -270,10 +270,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 43ff1c117079..8bed9a391bfa 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, cast, overload -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.exceptions import ( ClientAuthenticationError, @@ -548,10 +548,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 6aa08bdcd258..78f431b2a56a 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 @@ -178,7 +178,7 @@ def check_name_availability( self, location: str, name: str, - type: Union[str, "_models.CheckNameResourceTypes"], + type: Union[str, _models.CheckNameResourceTypes], resource_group: str, **kwargs: Any ) -> _models.CheckAvailabilityResponse: @@ -327,7 +327,7 @@ def check_quota_availability( self, location: str, name: str, - type: Union[str, "_models.CheckQuotaNameResourceTypes"], + type: Union[str, _models.CheckQuotaNameResourceTypes], resource_group: str, **kwargs: Any ) -> _models.CheckAvailabilityResponse: 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 c447de3850cd..e39c8ec13a92 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, Callable, Dict, Iterable, Optional, TypeVar -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.exceptions import ( ClientAuthenticationError, @@ -155,10 +155,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 19e311d5004b..50042e0c23b2 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, Callable, Dict, Iterable, Optional, TypeVar -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.exceptions import ( ClientAuthenticationError, @@ -113,10 +113,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 fb62a7e11e57..86d277e3fbed 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, cast, overload -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.exceptions import ( ClientAuthenticationError, @@ -278,10 +278,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 a5477e8b6e39..d3ae97176a44 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, cast, overload -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.exceptions import ( ClientAuthenticationError, @@ -302,10 +302,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 cc33eb1dbd23..4f280d392f6d 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 @@ -8,7 +8,7 @@ # -------------------------------------------------------------------------- import sys from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, cast, overload -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.exceptions import ( ClientAuthenticationError, @@ -388,10 +388,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 1e52454b42b3..d156bbcfda67 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, cast, overload -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.exceptions import ( ClientAuthenticationError, @@ -415,10 +415,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 792bbab8f386..d0084a732bc0 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, Callable, Dict, Iterable, Optional, TypeVar -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.exceptions import ( ClientAuthenticationError, @@ -132,10 +132,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 30ef64bd8e74..ded72e56a922 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, cast, overload -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.exceptions import ( ClientAuthenticationError, @@ -258,10 +258,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 index 9dc7208670b2..75c7055a6082 100644 --- 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, cast, overload -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.exceptions import ( ClientAuthenticationError, @@ -334,10 +334,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 4af435b0a0eb..e6cf816df31d 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 @@ -7,7 +7,7 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from typing import Any, Callable, Dict, IO, Iterable, Optional, TypeVar, Union, cast, overload -from urllib.parse import parse_qs, urljoin, urlparse +import urllib.parse from azure.core.exceptions import ( ClientAuthenticationError, @@ -819,10 +819,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" @@ -2501,10 +2508,17 @@ def prepare_request(next_link=None): else: # make call to next link with the client's api-version - _parsed_next_link = urlparse(next_link) - _next_request_params = case_insensitive_dict(parse_qs(_parsed_next_link.query)) + _parsed_next_link = urllib.parse.urlparse(next_link) + _next_request_params = case_insensitive_dict( + { + key: [urllib.parse.quote(v) for v in value] + for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items() + } + ) _next_request_params["api-version"] = self._config.api_version - request = HttpRequest("GET", urljoin(next_link, _parsed_next_link.path), params=_next_request_params) + request = HttpRequest( + "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params + ) request = _convert_request(request) request.url = self._client.format_url(request.url) # type: ignore request.method = "GET" 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 1f01878c61a0..b05191294b38 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:03:51 GMT", + "Date": "Fri, 14 Oct 2022 01:08:25 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.13672.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:03:51 GMT", + "Date": "Fri, 14 Oct 2022 01:08:26 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.13672.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13845.9 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "d35a229c-1470-4c03-8c2c-56e18f7119a9", + "client-request-id": "cff86bc8-9b3c-4c8b-832a-f81846d20ea4", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "d35a229c-1470-4c03-8c2c-56e18f7119a9", + "client-request-id": "cff86bc8-9b3c-4c8b-832a-f81846d20ea4", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:03:51 GMT", + "Date": "Fri, 14 Oct 2022 01:08:26 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -219,453 +222,29 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Length": "12", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:03:52 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": "82aadd36-7ca8-45e0-89e8-cfcb6d721dd7", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140353Z:82aadd36-7ca8-45e0-89e8-cfcb6d721dd7" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1eed753c-379b-40e3-b512-9fad4223521a?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:04:00 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A03%3A59.6773239Z\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": "af813640-010f-4feb-96bc-49b44f9c6b58", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140401Z:af813640-010f-4feb-96bc-49b44f9c6b58", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6", - "name": "sdk-py-tests-acc-1-42c027f6", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A03%3A59.6773239Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:03:55.5717047Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:03:58.7605553Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:03:58.7605553Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1eed753c-379b-40e3-b512-9fad4223521a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:04: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": "26c09c52-2f79-4832-b1bd-b436e994b804", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140431Z:26c09c52-2f79-4832-b1bd-b436e994b804", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1eed753c-379b-40e3-b512-9fad4223521a", - "name": "1eed753c-379b-40e3-b512-9fad4223521a", - "status": "Succeeded", - "startTime": "2022-09-16T14:03:59.7038917Z", - "endTime": "2022-09-16T14:03:59.7664066Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:04:32 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A03%3A59.7801433Z\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": "5d0cc1b6-aa0b-4bae-b910-41bf65432b0e", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140432Z:5d0cc1b6-aa0b-4bae-b910-41bf65432b0e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6", - "name": "sdk-py-tests-acc-1-42c027f6", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A03%3A59.7801433Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:03:55.5717047Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:03:58.7605553Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:03:58.7605553Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:06: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": "b83ed7dd-eada-4774-aaf1-9fe279da2ed4", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140604Z:b83ed7dd-eada-4774-aaf1-9fe279da2ed4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6", - "name": "sdk-py-tests-acc-1-42c027f6", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A03%3A59.7801433Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:03:55.5717047Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:03:58.7605553Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:03:58.7605553Z" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/92289745-957f-4721-a0d6-4657ee7eda3b?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 16 Sep 2022 14:06:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/92289745-957f-4721-a0d6-4657ee7eda3b?api-version=2022-05-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": "c11763c4-78a3-4f90-b56a-04db2b5e2cea", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140608Z:c11763c4-78a3-4f90-b56a-04db2b5e2cea", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/92289745-957f-4721-a0d6-4657ee7eda3b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:06: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": "7c0e8852-067e-4c2c-bcd2-521fb179f970", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140639Z:7c0e8852-067e-4c2c-bcd2-521fb179f970", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/92289745-957f-4721-a0d6-4657ee7eda3b", - "name": "92289745-957f-4721-a0d6-4657ee7eda3b", - "status": "Succeeded", - "startTime": "2022-09-16T14:06:08.6946194Z", - "endTime": "2022-09-16T14:06:08.7257961Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/92289745-957f-4721-a0d6-4657ee7eda3b?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:06: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": "bceee7ad-b09d-4d88-b61f-0b32037e3989", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140639Z:bceee7ad-b09d-4d88-b61f-0b32037e3989", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6", - "name": "sdk-py-tests-acc-1-42c027f6", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A06%3A08.702932Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:03:55.5717047Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:03:58.7605553Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:03:58.7605553Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "254", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:06:39 GMT", + "Date": "Fri, 14 Oct 2022 01:08:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "52bd3c12-0414-40d9-84a2-c7465b329a4e", + "x-ms-correlation-request-id": "91400620-d5d6-4ed6-bbd5-2a17c833e7fc", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140639Z:52bd3c12-0414-40d9-84a2-c7465b329a4e" + "x-ms-routing-request-id": "CENTRALUS:20221014T010826Z:91400620-d5d6-4ed6-bbd5-2a17c833e7fc" }, "ResponseBody": { "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6\u0027 under resource group \u0027sdk-python-tests-rg-tmp\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Length": "12", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:06:43 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": "bf133932-5c03-4d92-a286-1a8ab742ee28", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140643Z:bf133932-5c03-4d92-a286-1a8ab742ee28" - }, - "ResponseBody": { - "value": [] - } } ], "Variables": {} 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 28ccfef0767c..4dfe9c27732d 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:09:42 GMT", + "Date": "Fri, 14 Oct 2022 01:08:26 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.13672.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:09:42 GMT", + "Date": "Fri, 14 Oct 2022 01:08:26 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.13622.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13845.9 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "6b8f9f67-0eb4-49fe-9853-fa3fd35320e2", + "client-request-id": "94f19d40-9f56-405e-91d0-987d95729dee", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "6b8f9f67-0eb4-49fe-9853-fa3fd35320e2", + "client-request-id": "94f19d40-9f56-405e-91d0-987d95729dee", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:09:42 GMT", + "Date": "Fri, 14 Oct 2022 01:08:27 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -221,386 +224,29 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2" }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2b60eb55-7597-4064-a2b3-ae6c161d837b?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:09:48 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A09%3A47.2416832Z\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": "5d99a255-7825-4bf4-8985-fe24ecf95e45", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140948Z:5d99a255-7825-4bf4-8985-fe24ecf95e45", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a", - "name": "sdk-py-tests-acc-1-f2b1272a", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A09%3A47.2416832Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:09:44.0876134Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:09:46.3373578Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:09:46.3373578Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2b60eb55-7597-4064-a2b3-ae6c161d837b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:10: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": "a6470ad1-d374-4c37-bc27-fdb314e262a9", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141018Z:a6470ad1-d374-4c37-bc27-fdb314e262a9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2b60eb55-7597-4064-a2b3-ae6c161d837b", - "name": "2b60eb55-7597-4064-a2b3-ae6c161d837b", - "status": "Succeeded", - "startTime": "2022-09-16T14:09:47.2491353Z", - "endTime": "2022-09-16T14:09:47.280404Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:10:19 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A09%3A47.2925096Z\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": "d9dc19ad-2a73-42b4-b789-7ca9e3819a58", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141019Z:d9dc19ad-2a73-42b4-b789-7ca9e3819a58", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a", - "name": "sdk-py-tests-acc-1-f2b1272a", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A09%3A47.2925096Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:09:44.0876134Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:09:46.3373578Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:09:46.3373578Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:10:19 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A09%3A47.2925096Z\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": "93e623c3-d8a3-48a7-ba9d-7b389fec5385", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141019Z:93e623c3-d8a3-48a7-ba9d-7b389fec5385", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a", - "name": "sdk-py-tests-acc-1-f2b1272a", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A09%3A47.2925096Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:09:44.0876134Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:09:46.3373578Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:09:46.3373578Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/e5d006bf-6a97-4a86-a849-207327e87e21?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 16 Sep 2022 14:10:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e5d006bf-6a97-4a86-a849-207327e87e21?api-version=2022-05-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": "96b9c4c8-5179-409f-8aef-ce9cb649cf21", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141020Z:96b9c4c8-5179-409f-8aef-ce9cb649cf21", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e5d006bf-6a97-4a86-a849-207327e87e21?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:10: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": "5b3f4909-1352-4b46-b3a7-6f66f4688a39", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141050Z:5b3f4909-1352-4b46-b3a7-6f66f4688a39", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e5d006bf-6a97-4a86-a849-207327e87e21", - "name": "e5d006bf-6a97-4a86-a849-207327e87e21", - "status": "Succeeded", - "startTime": "2022-09-16T14:10:20.2664142Z", - "endTime": "2022-09-16T14:10:20.3133302Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e5d006bf-6a97-4a86-a849-207327e87e21?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:10: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": "6b7834d5-c003-487a-836a-4f5d10032e28", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141051Z:6b7834d5-c003-487a-836a-4f5d10032e28", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a", - "name": "sdk-py-tests-acc-1-f2b1272a", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A10%3A20.2819754Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:09:44.0876134Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:09:46.3373578Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:09:46.3373578Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "254", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:10:50 GMT", + "Date": "Fri, 14 Oct 2022 01:08:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f0ff615f-ac02-4cd9-8e3f-9b7435b786e1", + "x-ms-correlation-request-id": "b9838d43-93cf-4798-a438-5c5ad8fd88b7", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141051Z:f0ff615f-ac02-4cd9-8e3f-9b7435b786e1" + "x-ms-routing-request-id": "CENTRALUS:20221014T010828Z:b9838d43-93cf-4798-a438-5c5ad8fd88b7" }, "ResponseBody": { "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a\u0027 under resource group \u0027sdk-python-tests-rg-tmp\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } } } 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 33b532effadf..ab978c0ab73d 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:07:11 GMT", + "Date": "Fri, 14 Oct 2022 01:08:26 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.13734.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:07:11 GMT", + "Date": "Fri, 14 Oct 2022 01:08:26 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.13622.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13871.7 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "3af678c3-6ba3-4529-a135-684a6fc1b676", + "client-request-id": "7f8e4082-56c3-4221-b163-b01814a464fa", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "3af678c3-6ba3-4529-a135-684a6fc1b676", + "client-request-id": "7f8e4082-56c3-4221-b163-b01814a464fa", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:07:12 GMT", + "Date": "Fri, 14 Oct 2022 01:08:26 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -219,785 +222,27 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Length": "12", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:07:15 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": "39bf1fdd-9feb-47ae-8da7-609b5271c465", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140715Z:39bf1fdd-9feb-47ae-8da7-609b5271c465" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf54e515-8812-4760-a8ad-507e16be43ac?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "702", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:07:21 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A07%3A20.2772713Z\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": "f600ad25-b71f-4bb3-b9bd-e76177f4fe91", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140722Z:f600ad25-b71f-4bb3-b9bd-e76177f4fe91", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df", - "name": "sdk-py-tests-acc-1-af624df", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A07%3A20.2772713Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:07:17.4262617Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:07:19.349877Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:07:19.349877Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf54e515-8812-4760-a8ad-507e16be43ac?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14: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": "91cc32b7-6fee-44fb-a887-fdadd6df73ac", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140752Z:91cc32b7-6fee-44fb-a887-fdadd6df73ac", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf54e515-8812-4760-a8ad-507e16be43ac", - "name": "cf54e515-8812-4760-a8ad-507e16be43ac", - "status": "Succeeded", - "startTime": "2022-09-16T14:07:20.2809069Z", - "endTime": "2022-09-16T14:07:20.327787Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:07:52 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A07%3A20.3399525Z\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": "d65fe490-c659-4756-8dd7-c570f2f81ae5", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140753Z:d65fe490-c659-4756-8dd7-c570f2f81ae5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df", - "name": "sdk-py-tests-acc-1-af624df", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A07%3A20.3399525Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:07:17.4262617Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:07:19.349877Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:07:19.349877Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae555668-f2a5-4cbf-9750-e9d5987b8d02?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "704", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:07:54 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A07%3A54.5095092Z\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": "d5eb1952-f428-46b4-85c2-23a08909740d", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140755Z:d5eb1952-f428-46b4-85c2-23a08909740d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df", - "name": "sdk-py-tests-acc-2-af624df", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A07%3A54.5095092Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:07:53.2689839Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:07:54.3657546Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:07:54.3657546Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae555668-f2a5-4cbf-9750-e9d5987b8d02?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:08: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": "8c17f701-171d-4436-9c76-ce4f5898f22d", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140825Z:8c17f701-171d-4436-9c76-ce4f5898f22d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae555668-f2a5-4cbf-9750-e9d5987b8d02", - "name": "ae555668-f2a5-4cbf-9750-e9d5987b8d02", - "status": "Succeeded", - "startTime": "2022-09-16T14:07:54.4997337Z", - "endTime": "2022-09-16T14:07:54.5311158Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:08:25 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A07%3A54.5425253Z\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": "f197a2b8-2104-4cf4-ae5b-9f13adb29e5a", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140825Z:f197a2b8-2104-4cf4-ae5b-9f13adb29e5a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df", - "name": "sdk-py-tests-acc-2-af624df", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A07%3A54.5425253Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:07:53.2689839Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:07:54.3657546Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:07:54.3657546Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:08: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": "f1929861-edb4-482c-a780-cd6f821aa8d2", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140826Z:f1929861-edb4-482c-a780-cd6f821aa8d2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df", - "name": "sdk-py-tests-acc-1-af624df", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A07%3A20.3399525Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:07:17.4262617Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:07:19.349877Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:07:19.349877Z" - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df", - "name": "sdk-py-tests-acc-2-af624df", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A07%3A54.5425253Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:07:53.2689839Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:07:54.3657546Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:07:54.3657546Z" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/904e1cd1-6782-4405-ba05-0258cb184de1?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 16 Sep 2022 14:08:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/904e1cd1-6782-4405-ba05-0258cb184de1?api-version=2022-05-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": "6c91093c-c13d-4642-a8c5-fe4be39c0143", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140826Z:6c91093c-c13d-4642-a8c5-fe4be39c0143", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/904e1cd1-6782-4405-ba05-0258cb184de1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14: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": "2b36c8b1-5cbe-4ad8-8881-60bed2f7dda7", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140857Z:2b36c8b1-5cbe-4ad8-8881-60bed2f7dda7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/904e1cd1-6782-4405-ba05-0258cb184de1", - "name": "904e1cd1-6782-4405-ba05-0258cb184de1", - "status": "Succeeded", - "startTime": "2022-09-16T14:08:26.7742953Z", - "endTime": "2022-09-16T14:08:26.8055095Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/904e1cd1-6782-4405-ba05-0258cb184de1?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14: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": "9e27d347-1639-488f-a462-6640698ef1e7", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140857Z:9e27d347-1639-488f-a462-6640698ef1e7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df", - "name": "sdk-py-tests-acc-1-af624df", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A08%3A26.778319Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:07:17.4262617Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:07:19.349877Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:07:19.349877Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "254", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:08:57 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": "1483ec44-23a4-4f70-9696-c403344e85ab", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140857Z:1483ec44-23a4-4f70-9696-c403344e85ab", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df\u0027 is not found." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/d54eff2d-bde5-447a-91f8-0eb7f3304e53?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 16 Sep 2022 14:08:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d54eff2d-bde5-447a-91f8-0eb7f3304e53?api-version=2022-05-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": "fc8f552e-2dee-4237-98b3-513941f65f54", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140858Z:fc8f552e-2dee-4237-98b3-513941f65f54", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d54eff2d-bde5-447a-91f8-0eb7f3304e53?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:09: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": "1984cc96-2b18-403a-adcd-1d0f5709970c", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140928Z:1984cc96-2b18-403a-adcd-1d0f5709970c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d54eff2d-bde5-447a-91f8-0eb7f3304e53", - "name": "d54eff2d-bde5-447a-91f8-0eb7f3304e53", - "status": "Succeeded", - "startTime": "2022-09-16T14:08:58.3309661Z", - "endTime": "2022-09-16T14:08:58.3934089Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d54eff2d-bde5-447a-91f8-0eb7f3304e53?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:09: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": "82005c6c-b537-45dd-b040-619204ffd36d", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140928Z:82005c6c-b537-45dd-b040-619204ffd36d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df", - "name": "sdk-py-tests-acc-2-af624df", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A08%3A58.3425506Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:07:53.2689839Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:07:54.3657546Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:07:54.3657546Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "253", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:09:29 GMT", + "Date": "Fri, 14 Oct 2022 01:08:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd90a655-366e-4f35-a6c7-b364e02476c2", + "x-ms-correlation-request-id": "c1c91e53-4252-42ff-961f-b544c13c18af", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220916T140929Z:bd90a655-366e-4f35-a6c7-b364e02476c2" + "x-ms-routing-request-id": "CENTRALUS:20221014T010827Z:c1c91e53-4252-42ff-961f-b544c13c18af" }, "ResponseBody": { "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df\u0027 under resource group \u0027sdk-python-tests-rg-tmp\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } } } 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 0015f649d6ea..d18a9919ecdd 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:12:05 GMT", + "Date": "Fri, 14 Oct 2022 01:08:27 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.13734.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:12:05 GMT", + "Date": "Fri, 14 Oct 2022 01:08:27 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.13622.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13845.9 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "f531a85d-a8c3-4f6b-aefd-94d1e1934c8d", + "client-request-id": "3a46ecb7-f7f3-488f-8bb3-d1097155dfe0", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "f531a85d-a8c3-4f6b-aefd-94d1e1934c8d", + "client-request-id": "3a46ecb7-f7f3-488f-8bb3-d1097155dfe0", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:12:06 GMT", + "Date": "Fri, 14 Oct 2022 01:08:28 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13734.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -221,394 +224,29 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2" }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1bca1d4-9292-4740-99e6-ff4231f3f629?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "704", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:12:12 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A12%3A11.4980594Z\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": "31b465ab-e4a4-4576-8851-48fe409c65af", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141212Z:31b465ab-e4a4-4576-8851-48fe409c65af", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0", - "name": "sdk-py-tests-acc-1-93b24c0", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A12%3A11.4980594Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:12:08.7364941Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:12:10.6081213Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:12:10.6081213Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1bca1d4-9292-4740-99e6-ff4231f3f629?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:12: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": "15dd8a27-0e6a-42a8-b7a6-5a915bec8ab9", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141243Z:15dd8a27-0e6a-42a8-b7a6-5a915bec8ab9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1bca1d4-9292-4740-99e6-ff4231f3f629", - "name": "c1bca1d4-9292-4740-99e6-ff4231f3f629", - "status": "Succeeded", - "startTime": "2022-09-16T14:12:11.5032079Z", - "endTime": "2022-09-16T14:12:11.5188278Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:12:42 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A12%3A11.5311329Z\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": "b33d044c-8b6b-45de-bfc4-5ed21ba2dbd3", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141243Z:b33d044c-8b6b-45de-bfc4-5ed21ba2dbd3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0", - "name": "sdk-py-tests-acc-1-93b24c0", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A12%3A11.5311329Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:12:08.7364941Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:12:10.6081213Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:12:10.6081213Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0?api-version=2022-05-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "28", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "tags": { - "Tag1": "Value2" - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:12:49 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A12%3A44.0216714Z\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": "1509a98b-ef12-4cbc-89d8-e49b16877771", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141250Z:1509a98b-ef12-4cbc-89d8-e49b16877771", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0", - "name": "sdk-py-tests-acc-1-93b24c0", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A12%3A44.0216714Z\u0027\u0022", - "location": "westus2", - "tags": { - "Tag1": "Value2", - "CreatedOnDate": "2022-09-16T14:12:43.6989845Z" - }, - "properties": { - "provisioningState": "Succeeded", - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - } - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:12:10.6081213Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:12:43.8896289Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/8f03a9ba-a5c5-42bf-8a57-6406869ada55?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 16 Sep 2022 14:12:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f03a9ba-a5c5-42bf-8a57-6406869ada55?api-version=2022-05-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": "d3b12905-96bb-4235-9433-9f3ec15f661e", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141251Z:d3b12905-96bb-4235-9433-9f3ec15f661e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f03a9ba-a5c5-42bf-8a57-6406869ada55?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:13: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": "c7b5cdbb-31a3-4cc4-907b-5a7bcfe62fbf", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141321Z:c7b5cdbb-31a3-4cc4-907b-5a7bcfe62fbf", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f03a9ba-a5c5-42bf-8a57-6406869ada55", - "name": "8f03a9ba-a5c5-42bf-8a57-6406869ada55", - "status": "Succeeded", - "startTime": "2022-09-16T14:12:51.280415Z", - "endTime": "2022-09-16T14:12:51.3741755Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f03a9ba-a5c5-42bf-8a57-6406869ada55?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:13: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": "c1be7e0c-5c8b-4d34-b4c9-85ddc58ea9e0", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141321Z:c1be7e0c-5c8b-4d34-b4c9-85ddc58ea9e0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0", - "name": "sdk-py-tests-acc-1-93b24c0", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A12%3A51.2903249Z\u0027\u0022", - "location": "westus2", - "tags": { - "Tag1": "Value2", - "CreatedOnDate": "2022-09-16T14:12:43.6989845Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:12:10.6081213Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:12:43.8896289Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "253", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:13:22 GMT", + "Date": "Fri, 14 Oct 2022 01:08:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6b5064f9-c561-4d9b-80dd-35e45f3df0c8", + "x-ms-correlation-request-id": "94cc7eef-f263-44d0-8b66-474da96167bb", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141322Z:6b5064f9-c561-4d9b-80dd-35e45f3df0c8" + "x-ms-routing-request-id": "CENTRALUS:20221014T010829Z:94cc7eef-f263-44d0-8b66-474da96167bb" }, "ResponseBody": { "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0\u0027 under resource group \u0027sdk-python-tests-rg-tmp\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } } } 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 1d2e92b70f87..4625d6606747 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:41:11 GMT", + "Date": "Fri, 14 Oct 2022 01:08:38 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.13672.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:41:11 GMT", + "Date": "Fri, 14 Oct 2022 01:08:38 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.13622.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13845.9 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "e872646b-db6d-419e-81c3-b65a0f7a851e", + "client-request-id": "4752805a-430f-44dd-9f96-c0446635565f", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "e872646b-db6d-419e-81c3-b65a0f7a851e", + "client-request-id": "4752805a-430f-44dd-9f96-c0446635565f", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:41:11 GMT", + "Date": "Fri, 14 Oct 2022 01:08:38 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -213,7 +216,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -221,7 +224,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2", @@ -233,5766 +236,26 @@ } } }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c97e3d39-faa0-460e-b7ec-971cb68a13bc?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "750", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:41:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "02f417c5-5649-4c42-b60b-7529fb715432", - "x-ms-correlation-request-id": "1209f6a2-7b40-45ca-a061-a7c39225777d", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104118Z:1209f6a2-7b40-45ca-a061-a7c39225777d" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-aac12d96", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96", - "etag": "W/\u00223f060ce0-cb26-40a3-bdbb-69707f3b7a62\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:41:13.9720655Z" - }, - "properties": { - "provisioningState": "Updating", - "resourceGuid": "0cef0299-327e-4139-aef4-0b9646c9b29b", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c97e3d39-faa0-460e-b7ec-971cb68a13bc?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:41:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3571f89e-6567-4440-a30e-f5a888f0566d", - "x-ms-correlation-request-id": "0914b2fd-be7e-47be-a7a9-bd6fe83177f6", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104121Z:0914b2fd-be7e-47be-a7a9-bd6fe83177f6" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:41:22 GMT", - "ETag": "W/\u00220356c6d0-cac8-4600-b8d1-99ab7cc41f62\u0022", + "Date": "Fri, 14 Oct 2022 01:08:39 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bed9b590-b6c3-4b6c-8ac8-f395831b7fee", - "x-ms-correlation-request-id": "424f7589-f86c-47b3-89ba-6b6c3453861e", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104122Z:424f7589-f86c-47b3-89ba-6b6c3453861e" + "x-ms-correlation-request-id": "9dfffdeb-9559-4317-9fa7-3c2676c6260a", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "CENTRALUS:20221014T010840Z:9dfffdeb-9559-4317-9fa7-3c2676c6260a" }, "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-aac12d96", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96", - "etag": "W/\u00220356c6d0-cac8-4600-b8d1-99ab7cc41f62\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:41:13.9720655Z" - }, - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "0cef0299-327e-4139-aef4-0b9646c9b29b", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default?api-version=2022-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "151", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "properties": { - "serviceName": "Microsoft.Netapp/volumes" - } - } - ] + "error": { + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/dd68b034-5d90-4c70-9d6b-73b5add1e66f?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1326", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:41:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "de216742-7476-4906-80c8-64ad4e6bea4b", - "x-ms-correlation-request-id": "8c87b89c-603a-4240-b88b-66c48975ca82", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104123Z:8c87b89c-603a-4240-b88b-66c48975ca82" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", - "etag": "W/\u00221897b2f8-8a7d-4eb3-a709-fdf5403e30c8\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00221897b2f8-8a7d-4eb3-a709-fdf5403e30c8\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/dd68b034-5d90-4c70-9d6b-73b5add1e66f?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:41:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f42e3aba-56fa-435f-b6fe-5007125d370f", - "x-ms-correlation-request-id": "8063fc78-d097-4b92-ab9a-e5386350359d", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104126Z:8063fc78-d097-4b92-ab9a-e5386350359d" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:41:26 GMT", - "ETag": "W/\u00221c6e96f2-9ab6-469b-87ad-d091392fa874\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "51fbc4a0-7777-4a29-857b-9d013f27aebb", - "x-ms-correlation-request-id": "06c33ef6-bcf5-40fe-88f6-45ff4f97ec1c", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104126Z:06c33ef6-bcf5-40fe-88f6-45ff4f97ec1c" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", - "etag": "W/\u00221c6e96f2-9ab6-469b-87ad-d091392fa874\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00221c6e96f2-9ab6-469b-87ad-d091392fa874\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "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.0b4 Python/3.8.10 (macOS-12.5.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, 20 Sep 2022 10:41:26 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.13672.7 - 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.0b4 Python/3.8.10 (macOS-12.5.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, 20 Sep 2022 10:41:26 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.13672.7 - WEULR2 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": "c83d8294-a2a8-4a99-9d46-18877e3e5580", - "Connection": "keep-alive", - "Content-Length": "281", - "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.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.18.0", - "x-ms-lib-capability": "retry-after, h429" - }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "c83d8294-a2a8-4a99-9d46-18877e3e5580", - "Content-Length": "114", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:41:26 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.13672.7 - 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59e28078-7300-4537-b98a-de0f409f7f61?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:41:30 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T10%3A41%3A30.0151002Z\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": "8e560c0b-b4fa-47a9-9091-a8c7fcf5cb08", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104131Z:8e560c0b-b4fa-47a9-9091-a8c7fcf5cb08", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A41%3A30.0151002Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:41:28.2244607Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:41:29.0356105Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:41:29.0356105Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59e28078-7300-4537-b98a-de0f409f7f61?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:42: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": "2b22ef02-a16d-466a-a251-6f17ab248a87", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104201Z:2b22ef02-a16d-466a-a251-6f17ab248a87", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59e28078-7300-4537-b98a-de0f409f7f61", - "name": "59e28078-7300-4537-b98a-de0f409f7f61", - "status": "Succeeded", - "startTime": "2022-09-20T10:41:30.0063796Z", - "endTime": "2022-09-20T10:41:30.0533255Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:42:01 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T10%3A41%3A30.0595152Z\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": "ce282f4c-080d-4913-b827-24efe3957e22", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104201Z:ce282f4c-080d-4913-b827-24efe3957e22", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A41%3A30.0595152Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:41:28.2244607Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:41:29.0356105Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:41:29.0356105Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/37884cfc-16ff-454b-b262-5bddbd05d822?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "922", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:42:04 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T10%3A42%3A03.7687685Z\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": "92fdc5c5-5c50-43fa-8a60-6ff16bb0177a", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104205Z:92fdc5c5-5c50-43fa-8a60-6ff16bb0177a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A42%3A03.7687685Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:42:02.3177672Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:42:03.5608523Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:42:03.5608523Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37884cfc-16ff-454b-b262-5bddbd05d822?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:42: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": "a8631e60-423d-4cb5-8e89-f8297e1961ed", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104235Z:a8631e60-423d-4cb5-8e89-f8297e1961ed", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37884cfc-16ff-454b-b262-5bddbd05d822", - "name": "37884cfc-16ff-454b-b262-5bddbd05d822", - "status": "Succeeded", - "startTime": "2022-09-20T10:42:03.7645732Z", - "endTime": "2022-09-20T10:42:04.7489546Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:42:34 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T10%3A42%3A04.7437527Z\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": "4dc6f724-5207-4b1a-9f4f-28591c8e7b5a", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104235Z:4dc6f724-5207-4b1a-9f4f-28591c8e7b5a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A42%3A04.7437527Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:42:02.3177672Z" - }, - "properties": { - "poolId": "5a9b1946-01cd-41b5-9a4c-66326b84f021", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:42:03.5608523Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:42:03.5608523Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "783", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "creationToken": "sdk-py-tests-vol-3-aac12d96", - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/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 - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25ed37c6-5330-4bf6-86e3-175d0e3219cc?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1585", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:42:48 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T10%3A42%3A47.3248262Z\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": "45da4ca5-00e3-4257-b175-4a37ed47f4a4", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104248Z:45da4ca5-00e3-4257-b175-4a37ed47f4a4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A42%3A47.3248262Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:42:46.1052657Z" - }, - "properties": { - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-aac12d96", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/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, - "maximumNumberOfFiles": 100000000, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:42:47.0416494Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:42:47.0416494Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25ed37c6-5330-4bf6-86e3-175d0e3219cc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:43: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": "4198263e-0fc0-4141-b528-705e00af263e", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104318Z:4198263e-0fc0-4141-b528-705e00af263e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25ed37c6-5330-4bf6-86e3-175d0e3219cc", - "name": "25ed37c6-5330-4bf6-86e3-175d0e3219cc", - "status": "Creating", - "startTime": "2022-09-20T10:42:47.3309726Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25ed37c6-5330-4bf6-86e3-175d0e3219cc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:43: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": "795914e8-cb0b-4d0a-a3db-685fe66076b5", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104348Z:795914e8-cb0b-4d0a-a3db-685fe66076b5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25ed37c6-5330-4bf6-86e3-175d0e3219cc", - "name": "25ed37c6-5330-4bf6-86e3-175d0e3219cc", - "status": "Creating", - "startTime": "2022-09-20T10:42:47.3309726Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25ed37c6-5330-4bf6-86e3-175d0e3219cc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:44: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": "9ea02857-2d95-4675-a42c-4c78d808acb1", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104418Z:9ea02857-2d95-4675-a42c-4c78d808acb1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25ed37c6-5330-4bf6-86e3-175d0e3219cc", - "name": "25ed37c6-5330-4bf6-86e3-175d0e3219cc", - "status": "Creating", - "startTime": "2022-09-20T10:42:47.3309726Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25ed37c6-5330-4bf6-86e3-175d0e3219cc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:44: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": "14534903-6302-4261-9110-e6832e7b0941", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104449Z:14534903-6302-4261-9110-e6832e7b0941", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25ed37c6-5330-4bf6-86e3-175d0e3219cc", - "name": "25ed37c6-5330-4bf6-86e3-175d0e3219cc", - "status": "Creating", - "startTime": "2022-09-20T10:42:47.3309726Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25ed37c6-5330-4bf6-86e3-175d0e3219cc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:45: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": "1a483d4e-aba4-42f4-82ae-5f091ba3f14c", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104519Z:1a483d4e-aba4-42f4-82ae-5f091ba3f14c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25ed37c6-5330-4bf6-86e3-175d0e3219cc", - "name": "25ed37c6-5330-4bf6-86e3-175d0e3219cc", - "status": "Creating", - "startTime": "2022-09-20T10:42:47.3309726Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25ed37c6-5330-4bf6-86e3-175d0e3219cc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:45: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": "0b245584-344d-47eb-84da-7e51aba74790", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104549Z:0b245584-344d-47eb-84da-7e51aba74790", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25ed37c6-5330-4bf6-86e3-175d0e3219cc", - "name": "25ed37c6-5330-4bf6-86e3-175d0e3219cc", - "status": "Creating", - "startTime": "2022-09-20T10:42:47.3309726Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25ed37c6-5330-4bf6-86e3-175d0e3219cc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:46: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": "18682a0c-3321-41bc-bee2-4053ead8e811", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104619Z:18682a0c-3321-41bc-bee2-4053ead8e811", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25ed37c6-5330-4bf6-86e3-175d0e3219cc", - "name": "25ed37c6-5330-4bf6-86e3-175d0e3219cc", - "status": "Creating", - "startTime": "2022-09-20T10:42:47.3309726Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25ed37c6-5330-4bf6-86e3-175d0e3219cc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:46: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": "f088961b-e9e6-4f24-808c-b947340499c8", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104650Z:f088961b-e9e6-4f24-808c-b947340499c8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25ed37c6-5330-4bf6-86e3-175d0e3219cc", - "name": "25ed37c6-5330-4bf6-86e3-175d0e3219cc", - "status": "Creating", - "startTime": "2022-09-20T10:42:47.3309726Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25ed37c6-5330-4bf6-86e3-175d0e3219cc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:47: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": "d80ecdf8-0e28-4407-9fde-035b255207e8", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104720Z:d80ecdf8-0e28-4407-9fde-035b255207e8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25ed37c6-5330-4bf6-86e3-175d0e3219cc", - "name": "25ed37c6-5330-4bf6-86e3-175d0e3219cc", - "status": "Creating", - "startTime": "2022-09-20T10:42:47.3309726Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25ed37c6-5330-4bf6-86e3-175d0e3219cc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:47: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": "4198ca87-19de-46d6-8fd0-77edb5dbe8b8", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104751Z:4198ca87-19de-46d6-8fd0-77edb5dbe8b8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25ed37c6-5330-4bf6-86e3-175d0e3219cc", - "name": "25ed37c6-5330-4bf6-86e3-175d0e3219cc", - "status": "Succeeded", - "startTime": "2022-09-20T10:42:47.3309726Z", - "endTime": "2022-09-20T10:47:49.5607083Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:47:51 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T10%3A47%3A49.5505586Z\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": "3543e2cd-57f4-4119-8644-9f96b3450f7e", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104751Z:3543e2cd-57f4-4119-8644-9f96b3450f7e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A47%3A49.5505586Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:42:46.1052657Z" - }, - "properties": { - "fileSystemId": "5fc63c50-b61d-9011-5e71-2aa763b75a17", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-aac12d96", - "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_8f82c7b40509489d9e97d719b9b955b4_2a404281", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "5fc63c50-b61d-9011-5e71-2aa763b75a17", - "fileSystemId": "5fc63c50-b61d-9011-5e71-2aa763b75a17", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:42:47.0416494Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:42:47.0416494Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:48:01 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T10%3A47%3A49.5505586Z\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": "1a9342fe-8a70-4b4c-b55b-3439011e0e27", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104802Z:1a9342fe-8a70-4b4c-b55b-3439011e0e27", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A47%3A49.5505586Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:42:46.1052657Z" - }, - "properties": { - "fileSystemId": "5fc63c50-b61d-9011-5e71-2aa763b75a17", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-aac12d96", - "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_8f82c7b40509489d9e97d719b9b955b4_2a404281", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "5fc63c50-b61d-9011-5e71-2aa763b75a17", - "fileSystemId": "5fc63c50-b61d-9011-5e71-2aa763b75a17", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:42:47.0416494Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:42:47.0416494Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/vaults?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:48: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": "64c327a4-02b2-483c-b6f3-33a212059c32", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104802Z:64c327a4-02b2-483c-b6f3-33a212059c32", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/vaults/cbsvault", - "name": "sdk-py-tests-acc-1-aac12d96/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": {} - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96?api-version=2022-05-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "412", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/vaults/cbsvault", - "backupEnabled": true - } - }, - "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/westus2/operationResults/7f0ecb3e-ec7d-4e8a-81ee-690700bf5d1a?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "2480", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:48:02 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T10%3A48%3A03.1604167Z\u0027\u0022", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7f0ecb3e-ec7d-4e8a-81ee-690700bf5d1a?api-version=2022-05-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": "85fcf6a9-f471-4b7c-b9c3-589737792ff0", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104803Z:85fcf6a9-f471-4b7c-b9c3-589737792ff0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A48%3A03.1604167Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:42:46.1052657Z" - }, - "properties": { - "provisioningState": "Patching", - "fileSystemId": "5fc63c50-b61d-9011-5e71-2aa763b75a17", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-aac12d96", - "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_8f82c7b40509489d9e97d719b9b955b4_2a404281", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "5fc63c50-b61d-9011-5e71-2aa763b75a17", - "fileSystemId": "5fc63c50-b61d-9011-5e71-2aa763b75a17", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:42:47.0416494Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:42:47.0416494Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7f0ecb3e-ec7d-4e8a-81ee-690700bf5d1a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:48: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": "edec46f0-bf42-4304-b757-8c2b9f4210be", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104833Z:edec46f0-bf42-4304-b757-8c2b9f4210be", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7f0ecb3e-ec7d-4e8a-81ee-690700bf5d1a", - "name": "7f0ecb3e-ec7d-4e8a-81ee-690700bf5d1a", - "status": "Succeeded", - "startTime": "2022-09-20T10:48:03.1535769Z", - "endTime": "2022-09-20T10:48:05.7198254Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7f0ecb3e-ec7d-4e8a-81ee-690700bf5d1a?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:48: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": "56e57462-ca87-4b41-89c1-8ddd5bb4d08c", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104833Z:56e57462-ca87-4b41-89c1-8ddd5bb4d08c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A48%3A05.7218845Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:48:02.8571337Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/vaults/cbsvault" - } - }, - "fileSystemId": "5fc63c50-b61d-9011-5e71-2aa763b75a17", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-aac12d96", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_2a404281", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", - "poolId": "5a9b1946-01cd-41b5-9a4c-66326b84f021", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "5fc63c50-b61d-9011-5e71-2aa763b75a17", - "fileSystemId": "5fc63c50-b61d-9011-5e71-2aa763b75a17", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:42:47.0416494Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:48:03.0352805Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "69", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "useExistingSnapshot": false - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/febf72a8-935a-4934-92a3-1231a19ad3a6?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "560", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:48:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/febf72a8-935a-4934-92a3-1231a19ad3a6?api-version=2022-05-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": "d86c3bbc-7f2e-4993-bfd7-f1f42344d2c2", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104834Z:d86c3bbc-7f2e-4993-bfd7-f1f42344d2c2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "provisioningState": "Creating", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/febf72a8-935a-4934-92a3-1231a19ad3a6?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:49: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": "89f23895-dd41-4b80-b6c0-6d68b2898e95", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104904Z:89f23895-dd41-4b80-b6c0-6d68b2898e95", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/febf72a8-935a-4934-92a3-1231a19ad3a6", - "name": "febf72a8-935a-4934-92a3-1231a19ad3a6", - "status": "Succeeded", - "startTime": "2022-09-20T10:48:34.2214964Z", - "endTime": "2022-09-20T10:48:35.1745919Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/febf72a8-935a-4934-92a3-1231a19ad3a6?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "780", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:49: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": "cfcd7f6e-4587-49d3-b219-5c5965d96f30", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104904Z:cfcd7f6e-4587-49d3-b219-5c5965d96f30", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "9/20/2022 10:48:35 AM", - "location": "", - "properties": { - "fileSystemId": "5fc63c50-b61d-9011-5e71-2aa763b75a17", - "creationDate": "0001-01-01T00:00:00Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:49: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": "27285cdf-3f5b-49a7-9e9b-81e3ee3b62e2", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104916Z:27285cdf-3f5b-49a7-9e9b-81e3ee3b62e2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:49: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": "032548c3-7b29-4b7a-aff0-ec562ec3fec2", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104926Z:032548c3-7b29-4b7a-aff0-ec562ec3fec2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:49: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": "f174a5b9-d2ad-47eb-9ab5-2e49fc07ea01", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104937Z:f174a5b9-d2ad-47eb-9ab5-2e49fc07ea01", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:49: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": "dd1a35be-fa59-43d1-9be4-6e714dfd4347", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104947Z:dd1a35be-fa59-43d1-9be4-6e714dfd4347", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:49: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": "30f7f780-7887-4d76-9a7f-d5a1235d9e7d", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104957Z:30f7f780-7887-4d76-9a7f-d5a1235d9e7d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:50: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": "f4262722-7af6-4c37-9ea7-1106e0c052ab", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105008Z:f4262722-7af6-4c37-9ea7-1106e0c052ab", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:50: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": "3ab1d853-809f-41eb-839e-883d4b173f70", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105019Z:3ab1d853-809f-41eb-839e-883d4b173f70", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:50: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": "6336cf90-4c14-42ed-8e14-2ea28171ca90", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105030Z:6336cf90-4c14-42ed-8e14-2ea28171ca90", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10: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": "0d051bff-4393-4586-9e59-7286c40605bf", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105041Z:0d051bff-4393-4586-9e59-7286c40605bf", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:50: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": "b2b7e562-386f-41b7-96e8-d6836944dfff", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105052Z:b2b7e562-386f-41b7-96e8-d6836944dfff", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:51: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": "daa31335-0d8a-4df1-bede-c74e1a3c1ed7", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105102Z:daa31335-0d8a-4df1-bede-c74e1a3c1ed7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:51: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": "77af5e6e-3e5a-42c0-9782-fc36f6b10214", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105113Z:77af5e6e-3e5a-42c0-9782-fc36f6b10214", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10: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": "e03585d2-d7eb-411f-869b-5aacd3a621e5", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105123Z:e03585d2-d7eb-411f-869b-5aacd3a621e5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:51: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": "fa2ffd63-b839-469f-badf-003e35300b5e", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105135Z:fa2ffd63-b839-469f-badf-003e35300b5e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:51: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": "0a3c0633-c3ee-4018-b609-44c90804e860", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105145Z:0a3c0633-c3ee-4018-b609-44c90804e860", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10: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": "78b71f2e-8310-44a2-9e16-e80cd552c427", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105156Z:78b71f2e-8310-44a2-9e16-e80cd552c427", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:52: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": "940fb867-0a90-4e1d-bfc5-5ecfef9080e2", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105207Z:940fb867-0a90-4e1d-bfc5-5ecfef9080e2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:52: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": "e7753da1-60da-4121-a7b7-32f5d2e1b813", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105217Z:e7753da1-60da-4121-a7b7-32f5d2e1b813", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:52: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": "ae4c9e7e-306e-430c-a78f-29da1b7b900b", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105227Z:ae4c9e7e-306e-430c-a78f-29da1b7b900b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10: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": "6a2faef1-bc8b-4c69-b836-d49a90c7dca0", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105238Z:6a2faef1-bc8b-4c69-b836-d49a90c7dca0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10: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": "052d5798-b9f5-46da-a2e2-9ec918477608", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105248Z:052d5798-b9f5-46da-a2e2-9ec918477608", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:52: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": "6737c36e-813e-4c13-afae-6e5bad1296a3", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105259Z:6737c36e-813e-4c13-afae-6e5bad1296a3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:53: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": "88817fce-4d0e-4667-ac1b-5989116da7f1", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105309Z:88817fce-4d0e-4667-ac1b-5989116da7f1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:53: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": "4dcd1505-54a7-432b-af9a-c3d2a894546c", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105320Z:4dcd1505-54a7-432b-af9a-c3d2a894546c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:53: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": "7f061902-cd9e-4e50-86de-4e68f7802ff0", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105330Z:7f061902-cd9e-4e50-86de-4e68f7802ff0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:53: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": "d8bbd388-5b85-4e0e-879c-f607bbfb6926", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105341Z:d8bbd388-5b85-4e0e-879c-f607bbfb6926", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:53: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": "7cb0e00b-9c3b-4ceb-b6bd-c6d549ee489d", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105352Z:7cb0e00b-9c3b-4ceb-b6bd-c6d549ee489d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10: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": "523185e9-47e8-47bf-bb14-49f181c086a8", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105404Z:523185e9-47e8-47bf-bb14-49f181c086a8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:54: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": "33332ac0-2cc6-48e9-851b-89df51018199", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105414Z:33332ac0-2cc6-48e9-851b-89df51018199", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:54: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": "40d32521-4f4c-4990-bb01-7582b5da92df", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105425Z:40d32521-4f4c-4990-bb01-7582b5da92df", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10: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": "4fb9008e-4aca-4644-aac4-f83cd61a3f70", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105436Z:4fb9008e-4aca-4644-aac4-f83cd61a3f70", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:54: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": "dcfda109-3c25-4794-a69d-29660c639ea7", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105447Z:dcfda109-3c25-4794-a69d-29660c639ea7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:54: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": "108896d3-33e8-43b8-9bad-34b0aeabfdb1", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105457Z:108896d3-33e8-43b8-9bad-34b0aeabfdb1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:55: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": "31f3adb3-acbe-4e41-84ae-a0103668ed93", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105508Z:31f3adb3-acbe-4e41-84ae-a0103668ed93", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:55: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": "e3593148-a9a9-4a39-b77f-9e0e9009e10a", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105518Z:e3593148-a9a9-4a39-b77f-9e0e9009e10a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10: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": "6a5ad45c-f2b6-46bb-8fee-87932433ee48", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105529Z:6a5ad45c-f2b6-46bb-8fee-87932433ee48", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:55: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": "a90b6eef-f5e3-43e8-a958-43593bfd68f3", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105540Z:a90b6eef-f5e3-43e8-a958-43593bfd68f3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10: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": "2404a259-6769-42e0-a79f-ec93bc391930", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105550Z:2404a259-6769-42e0-a79f-ec93bc391930", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10: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": "94d9ff11-7743-40fd-a7a1-4dfe2b8f939f", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105601Z:94d9ff11-7743-40fd-a7a1-4dfe2b8f939f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:56: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": "be9be460-3971-4e39-ad82-c346e1271ae9", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105613Z:be9be460-3971-4e39-ad82-c346e1271ae9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:56: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": "92987fa6-6f72-4d42-ae97-7c8cde4c0870", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105613Z:92987fa6-6f72-4d42-ae97-7c8cde4c0870", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1825", - "name": "sdk-py-tests-acc-1-aac12d96/backup-1825", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T11:19:54Z", - "backupId": "4bd0276d-c371-976b-4d84-48f0b1d0b473", - "size": 339968, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-7246", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1574", - "name": "sdk-py-tests-acc-1-aac12d96/backup-1574", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T11:55:51Z", - "backupId": "e45d5d10-3d65-201b-c697-0e9473be08ad", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-2724", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-6163", - "name": "sdk-py-tests-acc-1-aac12d96/backup-6163", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T14:23:19Z", - "backupId": "58ee530d-86d8-519d-616c-bac680098410", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-6011", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-5797", - "name": "sdk-py-tests-acc-1-aac12d96/backup-5797", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T15:02:21Z", - "backupId": "36776a8e-f849-8bb0-9725-3f74dccc77da", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-8710", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-9586", - "name": "sdk-py-tests-acc-1-aac12d96/backup-9586", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T15:32:25Z", - "backupId": "6bc9f230-e226-5cdb-1b24-c3b6a484660b", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-6781", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-2941", - "name": "sdk-py-tests-acc-1-aac12d96/backup-2941", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T15:58:23Z", - "backupId": "1f1c6b9b-851b-f559-1435-b4fcc1af5c48", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-7822", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-431", - "name": "sdk-py-tests-acc-1-aac12d96/backup-431", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T16:08:22Z", - "backupId": "368eccf2-e212-7be4-b588-47ba874b4b63", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-7973", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-7953", - "name": "sdk-py-tests-acc-1-aac12d96/backup-7953", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T16:21:43Z", - "backupId": "873e51fb-64e9-e342-c1d1-1a04eeab6c53", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-4116", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1494", - "name": "sdk-py-tests-acc-1-aac12d96/backup-1494", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T16:46:30Z", - "backupId": "90ec0719-0341-fb84-5f53-24d59278823b", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-2539", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-407", - "name": "sdk-py-tests-acc-1-aac12d96/backup-407", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T17:01:59Z", - "backupId": "6574427f-1a12-1fe8-d94f-5ec8250bb9d5", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-6804", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1434", - "name": "sdk-py-tests-acc-1-aac12d96/backup-1434", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T17:17:35Z", - "backupId": "19f54b06-c926-1c6b-85f7-0a5cb4f2df0e", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-719", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-9348", - "name": "sdk-py-tests-acc-1-aac12d96/backup-9348", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T17:59:31Z", - "backupId": "a8569742-967e-2d95-506e-27c9687aa217", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-9441", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-4466", - "name": "sdk-py-tests-acc-1-aac12d96/backup-4466", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T18:30:59Z", - "backupId": "77bbc3d5-a6a8-f626-944b-886912f68529", - "size": 352256, - "backupType": "Manual", - "label": "adHocBackup2", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-7067", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-5190", - "name": "sdk-py-tests-acc-1-aac12d96/backup-5190", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T18:55:18Z", - "backupId": "4e4cf360-d77c-e37c-fcbb-2c79f89e4d68", - "size": 352256, - "backupType": "Manual", - "label": "adHocBackup2", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-7183", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-4930", - "name": "sdk-py-tests-acc-1-aac12d96/backup-4930", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T19:21:32Z", - "backupId": "38c2b191-0807-0733-781d-463707c05468", - "size": 352256, - "backupType": "Manual", - "label": "adHocBackup2", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-2191", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1999", - "name": "sdk-py-tests-acc-1-aac12d96/backup-1999", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T20:12:35Z", - "backupId": "07911d51-e4bb-1ad9-4e25-3cd9e1f7fb8e", - "size": 352256, - "backupType": "Manual", - "label": "adHocBackup2", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-2675", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-3200", - "name": "sdk-py-tests-acc-1-aac12d96/backup-3200", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T09:54:28Z", - "backupId": "85d51660-24ca-4df5-62f2-db5407965554", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-8658", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-4085", - "name": "sdk-py-tests-acc-1-aac12d96/backup-4085", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T10:29:45Z", - "backupId": "ed8aa2ca-6982-caca-7306-1e406329e489", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-1546", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1061", - "name": "sdk-py-tests-acc-1-aac12d96/backup-1061", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T13:33:46Z", - "backupId": "5bb3006b-8416-2f8c-bd06-e4aea1666e29", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-7594", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-113", - "name": "sdk-py-tests-acc-1-aac12d96/backup-113", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T14:30:48Z", - "backupId": "b74dd99e-e441-990c-e0b7-18151ccaad98", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-9003", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-4503", - "name": "sdk-py-tests-acc-1-aac12d96/backup-4503", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T14:59:27Z", - "backupId": "5e04f71f-ab25-47f3-9b53-c5f64aa25be5", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-1636", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-3134", - "name": "sdk-py-tests-acc-1-aac12d96/backup-3134", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T15:18:06Z", - "backupId": "adc3da88-7273-55ab-2b8a-d557b59af309", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-5632", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-8851", - "name": "sdk-py-tests-acc-1-aac12d96/backup-8851", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T16:01:34Z", - "backupId": "7c190bd0-7f48-df97-e716-33ec49bd9858", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-563", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-9165", - "name": "sdk-py-tests-acc-1-aac12d96/backup-9165", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-18T11:12:22Z", - "backupId": "5c6583de-170a-a2fd-fb22-f3f5a6a23882", - "size": 331776, - "backupType": "Manual", - "label": "updatedLabel", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-5072", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-6330", - "name": "sdk-py-tests-acc-1-aac12d96/backup-6330", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-20T00:28:30Z", - "backupId": "f98f5a5f-aa1b-83a3-b2af-ca45efe632f3", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-6612", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-3897", - "name": "sdk-py-tests-acc-1-aac12d96/backup-3897", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-08-19T15:32:42Z", - "backupId": "99d22cad-f49c-7fb3-dd7b-2d2f93944084", - "size": 0, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Failed", - "failureReason": "Error when updating - Backup not found", - "volumeName": "volumeName-3308", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-7766", - "name": "sdk-py-tests-acc-1-aac12d96/backup-7766", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-08-19T16:23:25Z", - "backupId": "de912d08-30c9-0983-3214-0ba23400cd68", - "size": 0, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "volumeName-8197", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1427", - "name": "sdk-py-tests-acc-1-aac12d96/backup-1427", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-08-19T16:38:11Z", - "backupId": "ab5a5ac9-97f9-7c11-0160-1ce378bfa8fb", - "size": 0, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "volumeName-4001", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-4066", - "name": "sdk-py-tests-acc-1-aac12d96/backup-4066", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-08-19T16:59:39Z", - "backupId": "3d038003-c040-255b-c933-77d1b916a4be", - "size": 0, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Failed", - "failureReason": "Error when updating - Backup not found", - "volumeName": "volumeName-2872", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:48:35Z", - "backupId": "1b5a742d-6cd3-af81-60ec-a492a80e080e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/1458ca86-ed62-47a0-9d89-7afd9dca6bcf?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 20 Sep 2022 10:56:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1458ca86-ed62-47a0-9d89-7afd9dca6bcf?api-version=2022-05-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": "5ec5a3bd-ed49-47db-a7f0-9dda61de7184", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105614Z:5ec5a3bd-ed49-47db-a7f0-9dda61de7184", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1458ca86-ed62-47a0-9d89-7afd9dca6bcf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:56: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": "0368ff3f-252d-493d-aa5e-d1b9565ca226", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105644Z:0368ff3f-252d-493d-aa5e-d1b9565ca226", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1458ca86-ed62-47a0-9d89-7afd9dca6bcf", - "name": "1458ca86-ed62-47a0-9d89-7afd9dca6bcf", - "status": "Deleting", - "startTime": "2022-09-20T10:56:14.5757807Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1458ca86-ed62-47a0-9d89-7afd9dca6bcf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:57: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": "96183266-19a0-4c86-ab9f-83786a2b84ed", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105715Z:96183266-19a0-4c86-ab9f-83786a2b84ed", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1458ca86-ed62-47a0-9d89-7afd9dca6bcf", - "name": "1458ca86-ed62-47a0-9d89-7afd9dca6bcf", - "status": "Deleting", - "startTime": "2022-09-20T10:56:14.5757807Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1458ca86-ed62-47a0-9d89-7afd9dca6bcf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10: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": "79ea26da-1177-45a0-b65c-ddb301781bbc", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105745Z:79ea26da-1177-45a0-b65c-ddb301781bbc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1458ca86-ed62-47a0-9d89-7afd9dca6bcf", - "name": "1458ca86-ed62-47a0-9d89-7afd9dca6bcf", - "status": "Succeeded", - "startTime": "2022-09-20T10:56:14.5757807Z", - "endTime": "2022-09-20T10:57:28.4466962Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1458ca86-ed62-47a0-9d89-7afd9dca6bcf?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10: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": "71588a68-7f4f-48a5-b6af-8b53ef86ee23", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-routing-request-id": "WESTEUROPE:20220920T105745Z:71588a68-7f4f-48a5-b6af-8b53ef86ee23", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A57%3A11.3874863Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:48:02.8571337Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/vaults/cbsvault" - } - }, - "fileSystemId": "5fc63c50-b61d-9011-5e71-2aa763b75a17", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-aac12d96", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_2a404281", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", - "poolId": "5a9b1946-01cd-41b5-9a4c-66326b84f021", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "5fc63c50-b61d-9011-5e71-2aa763b75a17", - "fileSystemId": "5fc63c50-b61d-9011-5e71-2aa763b75a17", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:42:47.0416494Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:48:03.0352805Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "324", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:01:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce80261d-cd49-47da-8616-088570806ec3", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110106Z:ce80261d-cd49-47da-8616-088570806ec3" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/7ac3b42f-e461-4a6b-a68f-975364c1f7ed?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 20 Sep 2022 11:01:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7ac3b42f-e461-4a6b-a68f-975364c1f7ed?api-version=2022-05-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": "cb7b6e4a-b08d-4001-832c-b279e8c23557", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110108Z:cb7b6e4a-b08d-4001-832c-b279e8c23557", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7ac3b42f-e461-4a6b-a68f-975364c1f7ed?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 11:01: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": "6927bfdd-8a46-4bec-813a-35a09053b569", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110138Z:6927bfdd-8a46-4bec-813a-35a09053b569", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7ac3b42f-e461-4a6b-a68f-975364c1f7ed", - "name": "7ac3b42f-e461-4a6b-a68f-975364c1f7ed", - "status": "Succeeded", - "startTime": "2022-09-20T11:01:08.5425308Z", - "endTime": "2022-09-20T11:01:09.3238483Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/sdk-py-tests-backup-1-aac12d96" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7ac3b42f-e461-4a6b-a68f-975364c1f7ed?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 11:01: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": "c161ade0-68b4-4dee-854b-b1cdbc48161f", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110139Z:c161ade0-68b4-4dee-854b-b1cdbc48161f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 11:01: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": "9dc6b3c2-6112-4e45-8000-41507204b443", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110142Z:9dc6b3c2-6112-4e45-8000-41507204b443", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1825", - "name": "sdk-py-tests-acc-1-aac12d96/backup-1825", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T11:19:54Z", - "backupId": "4bd0276d-c371-976b-4d84-48f0b1d0b473", - "size": 339968, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-7246", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1574", - "name": "sdk-py-tests-acc-1-aac12d96/backup-1574", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T11:55:51Z", - "backupId": "e45d5d10-3d65-201b-c697-0e9473be08ad", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-2724", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-6163", - "name": "sdk-py-tests-acc-1-aac12d96/backup-6163", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T14:23:19Z", - "backupId": "58ee530d-86d8-519d-616c-bac680098410", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-6011", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-5797", - "name": "sdk-py-tests-acc-1-aac12d96/backup-5797", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T15:02:21Z", - "backupId": "36776a8e-f849-8bb0-9725-3f74dccc77da", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-8710", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-9586", - "name": "sdk-py-tests-acc-1-aac12d96/backup-9586", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T15:32:25Z", - "backupId": "6bc9f230-e226-5cdb-1b24-c3b6a484660b", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-6781", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-2941", - "name": "sdk-py-tests-acc-1-aac12d96/backup-2941", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T15:58:23Z", - "backupId": "1f1c6b9b-851b-f559-1435-b4fcc1af5c48", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-7822", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-431", - "name": "sdk-py-tests-acc-1-aac12d96/backup-431", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T16:08:22Z", - "backupId": "368eccf2-e212-7be4-b588-47ba874b4b63", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-7973", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-7953", - "name": "sdk-py-tests-acc-1-aac12d96/backup-7953", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T16:21:43Z", - "backupId": "873e51fb-64e9-e342-c1d1-1a04eeab6c53", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-4116", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1494", - "name": "sdk-py-tests-acc-1-aac12d96/backup-1494", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T16:46:30Z", - "backupId": "90ec0719-0341-fb84-5f53-24d59278823b", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-2539", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-407", - "name": "sdk-py-tests-acc-1-aac12d96/backup-407", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T17:01:59Z", - "backupId": "6574427f-1a12-1fe8-d94f-5ec8250bb9d5", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-6804", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1434", - "name": "sdk-py-tests-acc-1-aac12d96/backup-1434", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T17:17:35Z", - "backupId": "19f54b06-c926-1c6b-85f7-0a5cb4f2df0e", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-719", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-9348", - "name": "sdk-py-tests-acc-1-aac12d96/backup-9348", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T17:59:31Z", - "backupId": "a8569742-967e-2d95-506e-27c9687aa217", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-9441", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-4466", - "name": "sdk-py-tests-acc-1-aac12d96/backup-4466", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T18:30:59Z", - "backupId": "77bbc3d5-a6a8-f626-944b-886912f68529", - "size": 352256, - "backupType": "Manual", - "label": "adHocBackup2", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-7067", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-5190", - "name": "sdk-py-tests-acc-1-aac12d96/backup-5190", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T18:55:18Z", - "backupId": "4e4cf360-d77c-e37c-fcbb-2c79f89e4d68", - "size": 352256, - "backupType": "Manual", - "label": "adHocBackup2", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-7183", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-4930", - "name": "sdk-py-tests-acc-1-aac12d96/backup-4930", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T19:21:32Z", - "backupId": "38c2b191-0807-0733-781d-463707c05468", - "size": 352256, - "backupType": "Manual", - "label": "adHocBackup2", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-2191", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1999", - "name": "sdk-py-tests-acc-1-aac12d96/backup-1999", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T20:12:35Z", - "backupId": "07911d51-e4bb-1ad9-4e25-3cd9e1f7fb8e", - "size": 352256, - "backupType": "Manual", - "label": "adHocBackup2", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-2675", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-3200", - "name": "sdk-py-tests-acc-1-aac12d96/backup-3200", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T09:54:28Z", - "backupId": "85d51660-24ca-4df5-62f2-db5407965554", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-8658", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-4085", - "name": "sdk-py-tests-acc-1-aac12d96/backup-4085", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T10:29:45Z", - "backupId": "ed8aa2ca-6982-caca-7306-1e406329e489", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-1546", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1061", - "name": "sdk-py-tests-acc-1-aac12d96/backup-1061", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T13:33:46Z", - "backupId": "5bb3006b-8416-2f8c-bd06-e4aea1666e29", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-7594", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-113", - "name": "sdk-py-tests-acc-1-aac12d96/backup-113", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T14:30:48Z", - "backupId": "b74dd99e-e441-990c-e0b7-18151ccaad98", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-9003", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-4503", - "name": "sdk-py-tests-acc-1-aac12d96/backup-4503", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T14:59:27Z", - "backupId": "5e04f71f-ab25-47f3-9b53-c5f64aa25be5", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-1636", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-3134", - "name": "sdk-py-tests-acc-1-aac12d96/backup-3134", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T15:18:06Z", - "backupId": "adc3da88-7273-55ab-2b8a-d557b59af309", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-5632", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-8851", - "name": "sdk-py-tests-acc-1-aac12d96/backup-8851", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T16:01:34Z", - "backupId": "7c190bd0-7f48-df97-e716-33ec49bd9858", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-563", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-9165", - "name": "sdk-py-tests-acc-1-aac12d96/backup-9165", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-18T11:12:22Z", - "backupId": "5c6583de-170a-a2fd-fb22-f3f5a6a23882", - "size": 331776, - "backupType": "Manual", - "label": "updatedLabel", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-5072", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-6330", - "name": "sdk-py-tests-acc-1-aac12d96/backup-6330", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-20T00:28:30Z", - "backupId": "f98f5a5f-aa1b-83a3-b2af-ca45efe632f3", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-6612", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-3897", - "name": "sdk-py-tests-acc-1-aac12d96/backup-3897", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-08-19T15:32:42Z", - "backupId": "99d22cad-f49c-7fb3-dd7b-2d2f93944084", - "size": 0, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Failed", - "failureReason": "Error when updating - Backup not found", - "volumeName": "volumeName-3308", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-7766", - "name": "sdk-py-tests-acc-1-aac12d96/backup-7766", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-08-19T16:23:25Z", - "backupId": "de912d08-30c9-0983-3214-0ba23400cd68", - "size": 0, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "volumeName-8197", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1427", - "name": "sdk-py-tests-acc-1-aac12d96/backup-1427", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-08-19T16:38:11Z", - "backupId": "ab5a5ac9-97f9-7c11-0160-1ce378bfa8fb", - "size": 0, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "volumeName-4001", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-4066", - "name": "sdk-py-tests-acc-1-aac12d96/backup-4066", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-08-19T16:59:39Z", - "backupId": "3d038003-c040-255b-c933-77d1b916a4be", - "size": 0, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Failed", - "failureReason": "Error when updating - Backup not found", - "volumeName": "volumeName-2872", - "useExistingSnapshot": false - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/7e0fa948-572a-490e-9efe-9509b06cb886?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 20 Sep 2022 11:01:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e0fa948-572a-490e-9efe-9509b06cb886?api-version=2022-05-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": "b900a5ef-1a72-4f20-8bea-de137c756320", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110153Z:b900a5ef-1a72-4f20-8bea-de137c756320", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e0fa948-572a-490e-9efe-9509b06cb886?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 11:02: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": "a45e28b7-394c-4936-aa16-38dfdf7d8b02", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110223Z:a45e28b7-394c-4936-aa16-38dfdf7d8b02", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e0fa948-572a-490e-9efe-9509b06cb886", - "name": "7e0fa948-572a-490e-9efe-9509b06cb886", - "status": "Succeeded", - "startTime": "2022-09-20T11:01:53.1848252Z", - "endTime": "2022-09-20T11:01:53.9505686Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e0fa948-572a-490e-9efe-9509b06cb886?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 11:02: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": "27727a2e-eecc-4878-a7b1-ba6b01c71129", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110223Z:27727a2e-eecc-4878-a7b1-ba6b01c71129", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-20T11%3A01%3A53.1887913Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:42:02.3177672Z" - }, - "properties": { - "poolId": "5a9b1946-01cd-41b5-9a4c-66326b84f021", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:42:03.5608523Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:42:03.5608523Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Tue, 20 Sep 2022 11:02:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1a7a7ec-999c-40f4-9d6d-2655c184a5b5", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110234Z:a1a7a7ec-999c-40f4-9d6d-2655c184a5b5" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Tue, 20 Sep 2022 11:02:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1da89d0e-6c51-4be0-bff3-275e8152110e", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110244Z:1da89d0e-6c51-4be0-bff3-275e8152110e" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Tue, 20 Sep 2022 11:02:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0711fd33-59ba-4d82-b6c0-787250da300e", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110254Z:0711fd33-59ba-4d82-b6c0-787250da300e" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Tue, 20 Sep 2022 11:03:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c0e7fb96-f730-450c-8d5c-64f7bc3e1018", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110305Z:c0e7fb96-f730-450c-8d5c-64f7bc3e1018" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:03:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5238883-36a3-4dd3-b071-7271b8f480a7", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110315Z:d5238883-36a3-4dd3-b071-7271b8f480a7" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/e41c48dd-1f2b-4787-9d18-11f84beff1f6?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 20 Sep 2022 11:03:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e41c48dd-1f2b-4787-9d18-11f84beff1f6?api-version=2022-05-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": "84fa3b73-3a3a-49b0-9df4-b5e941922c3d", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110316Z:84fa3b73-3a3a-49b0-9df4-b5e941922c3d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e41c48dd-1f2b-4787-9d18-11f84beff1f6?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 11:03: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": "d757bd31-dbdf-4e74-9aae-d7127c1c587a", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110347Z:d757bd31-dbdf-4e74-9aae-d7127c1c587a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e41c48dd-1f2b-4787-9d18-11f84beff1f6", - "name": "e41c48dd-1f2b-4787-9d18-11f84beff1f6", - "status": "Succeeded", - "startTime": "2022-09-20T11:03:16.7742279Z", - "endTime": "2022-09-20T11:03:16.8524124Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e41c48dd-1f2b-4787-9d18-11f84beff1f6?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 11:03: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": "543c29b5-61ea-4894-aaf3-47a5f7bf2688", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110347Z:543c29b5-61ea-4894-aaf3-47a5f7bf2688", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-20T11%3A03%3A16.7828378Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:41:28.2244607Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:41:29.0356105Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:41:29.0356105Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "254", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:03:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a5356f1-e475-4ca6-a069-e03669779a5e", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110347Z:8a5356f1-e475-4ca6-a069-e03669779a5e" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96?api-version=2022-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/fbe73c91-1316-47d4-8137-7957f551b07a?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 20 Sep 2022 11:03:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/fbe73c91-1316-47d4-8137-7957f551b07a?api-version=2022-01-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "79bd54cc-00f9-474d-b9ad-242d9ddcd1d3", - "x-ms-correlation-request-id": "b21de782-b620-4bfe-b914-4ca1a5be6aa5", - "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110348Z:b21de782-b620-4bfe-b914-4ca1a5be6aa5" - }, - "ResponseBody": null } ], "Variables": {} 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 0e5daeb21ac5..fac80916ca0d 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:18:09 GMT", + "Date": "Fri, 14 Oct 2022 01:08:34 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.13672.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:18:09 GMT", + "Date": "Fri, 14 Oct 2022 01:08:34 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.13672.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13845.9 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "ccfe41a8-8aee-432a-99ef-2751af8657d0", + "client-request-id": "86a07146-f848-46a2-9a12-7638d33d115a", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "ccfe41a8-8aee-432a-99ef-2751af8657d0", + "client-request-id": "86a07146-f848-46a2-9a12-7638d33d115a", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:18:10 GMT", + "Date": "Fri, 14 Oct 2022 01:08:35 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -213,7 +216,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -221,7 +224,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2", @@ -233,4970 +236,26 @@ } } }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d810d5d4-4e65-4b92-b7b9-3b79b71ae94f?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "750", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:18:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "981da580-9335-4c93-abee-26dcf41ab0fe", - "x-ms-correlation-request-id": "567f9016-bdb8-4bfd-b624-709a7e969822", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101815Z:567f9016-bdb8-4bfd-b624-709a7e969822" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-219c2c63", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63", - "etag": "W/\u0022d1519a36-ed1d-4222-8454-f8064d839060\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:18:11.3757545Z" - }, - "properties": { - "provisioningState": "Updating", - "resourceGuid": "933442b0-074f-42ee-ba5d-3692c33aa08f", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d810d5d4-4e65-4b92-b7b9-3b79b71ae94f?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:18:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f700e6fd-2fa2-4a0d-8f4c-07e9d70374af", - "x-ms-correlation-request-id": "287b7523-eefa-4eb1-b9df-5c4afc65f784", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101818Z:287b7523-eefa-4eb1-b9df-5c4afc65f784" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:18:19 GMT", - "ETag": "W/\u00220174af52-561a-4b76-a53e-1ec88c3a83e9\u0022", + "Date": "Fri, 14 Oct 2022 01:08:36 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "612b4363-2643-4e50-9080-1ce847c38488", - "x-ms-correlation-request-id": "e8729c85-08b4-49e6-a2b7-ae3b173cf907", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101820Z:e8729c85-08b4-49e6-a2b7-ae3b173cf907" + "x-ms-correlation-request-id": "f93d363e-9aee-46e7-b2f5-ace561667559", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "CENTRALUS:20221014T010836Z:f93d363e-9aee-46e7-b2f5-ace561667559" }, "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-219c2c63", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63", - "etag": "W/\u00220174af52-561a-4b76-a53e-1ec88c3a83e9\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:18:11.3757545Z" - }, - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "933442b0-074f-42ee-ba5d-3692c33aa08f", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default?api-version=2022-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "151", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "properties": { - "serviceName": "Microsoft.Netapp/volumes" - } - } - ] + "error": { + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/59bcfc5c-fb9f-409f-971b-41187152bd8e?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1326", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:18:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "19fe945a-2fa0-4da6-a930-fc791e1ca8a4", - "x-ms-correlation-request-id": "c0eb2b9f-5369-4dd2-899b-7e2a3b535c13", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101820Z:c0eb2b9f-5369-4dd2-899b-7e2a3b535c13" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", - "etag": "W/\u0022c05e4e85-752c-4f35-91b9-f0e60c2ad6f1\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022c05e4e85-752c-4f35-91b9-f0e60c2ad6f1\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/59bcfc5c-fb9f-409f-971b-41187152bd8e?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:18:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0f74aad2-fef1-475c-b3ff-8ab4b76a6311", - "x-ms-correlation-request-id": "947b16f9-1774-4e2e-9087-2ecb55b816d6", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101824Z:947b16f9-1774-4e2e-9087-2ecb55b816d6" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:18:23 GMT", - "ETag": "W/\u0022f8f6784c-462c-440a-8b44-de2dc1f0915a\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "68dd4b18-4d88-411b-b386-1f51497fd1b4", - "x-ms-correlation-request-id": "4933a286-3ce1-429b-852c-5402e78eb26a", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101824Z:4933a286-3ce1-429b-852c-5402e78eb26a" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", - "etag": "W/\u0022f8f6784c-462c-440a-8b44-de2dc1f0915a\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022f8f6784c-462c-440a-8b44-de2dc1f0915a\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "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.0b4 Python/3.8.10 (macOS-12.5.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, 20 Sep 2022 10:18:24 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.13672.7 - NEULR1 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.0b4 Python/3.8.10 (macOS-12.5.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, 20 Sep 2022 10:18:24 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.13672.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": "491c30ab-86e7-4902-9521-adaf5e7b8ead", - "Connection": "keep-alive", - "Content-Length": "281", - "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.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.18.0", - "x-ms-lib-capability": "retry-after, h429" - }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "491c30ab-86e7-4902-9521-adaf5e7b8ead", - "Content-Length": "114", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:18:24 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.13672.7 - NEULR1 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02b4a720-4acf-4cb4-9eb6-e3a179b13c79?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:18:33 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T10%3A18%3A27.6811057Z\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": "6e36249c-1824-48f8-a806-07dd5fb7fb6b", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101834Z:6e36249c-1824-48f8-a806-07dd5fb7fb6b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A18%3A27.6811057Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:18:25.7883446Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:18:26.7644288Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:18:26.7644288Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02b4a720-4acf-4cb4-9eb6-e3a179b13c79?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:19: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": "bae68aaf-f5ad-4371-bcc7-0c25d8f7f841", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101904Z:bae68aaf-f5ad-4371-bcc7-0c25d8f7f841", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02b4a720-4acf-4cb4-9eb6-e3a179b13c79", - "name": "02b4a720-4acf-4cb4-9eb6-e3a179b13c79", - "status": "Succeeded", - "startTime": "2022-09-20T10:18:27.6844138Z", - "endTime": "2022-09-20T10:18:27.7625558Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:19:05 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T10%3A18%3A27.7392278Z\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": "a922420e-9865-43a0-98d7-64c0b6d503a1", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101905Z:a922420e-9865-43a0-98d7-64c0b6d503a1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A18%3A27.7392278Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:18:25.7883446Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:18:26.7644288Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:18:26.7644288Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/680bf51a-f318-48f8-a507-76a1c89c9697?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "922", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:19:08 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T10%3A19%3A07.4722748Z\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": "6efa0516-b7a7-490d-86bf-073d354dee56", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101908Z:6efa0516-b7a7-490d-86bf-073d354dee56", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A19%3A07.4722748Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:19:05.6868195Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:19:07.2926637Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:19:07.2926637Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/680bf51a-f318-48f8-a507-76a1c89c9697?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10: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": "e337b8b8-f1b3-4a17-90af-b080c5094bf2", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101939Z:e337b8b8-f1b3-4a17-90af-b080c5094bf2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/680bf51a-f318-48f8-a507-76a1c89c9697", - "name": "680bf51a-f318-48f8-a507-76a1c89c9697", - "status": "Succeeded", - "startTime": "2022-09-20T10:19:07.4961068Z", - "endTime": "2022-09-20T10:19:07.6367437Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:19:39 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T10%3A19%3A07.6363571Z\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": "d7b1707a-f369-4170-a346-5b088e13c4a0", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101939Z:d7b1707a-f369-4170-a346-5b088e13c4a0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A19%3A07.6363571Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:19:05.6868195Z" - }, - "properties": { - "poolId": "0c111b7d-1311-7ff4-7aa9-d421dc168d2e", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:19:07.2926637Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:19:07.2926637Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "783", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "creationToken": "sdk-py-tests-vol-3-219c2c63", - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/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 - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d128e0-a73c-4451-83cd-eafcea573c97?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1585", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:19:52 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T10%3A19%3A51.7848582Z\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": "b65d7ec2-3f5f-4536-9229-e12c8d0fe9b5", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101953Z:b65d7ec2-3f5f-4536-9229-e12c8d0fe9b5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A19%3A51.7848582Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:19:49.6571760Z" - }, - "properties": { - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-219c2c63", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/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, - "maximumNumberOfFiles": 100000000, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:19:50.8890043Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:19:50.8890043Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d128e0-a73c-4451-83cd-eafcea573c97?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:20: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": "5c0d1ac6-e0d8-4dee-afd0-382af5cfb46b", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102023Z:5c0d1ac6-e0d8-4dee-afd0-382af5cfb46b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d128e0-a73c-4451-83cd-eafcea573c97", - "name": "20d128e0-a73c-4451-83cd-eafcea573c97", - "status": "Creating", - "startTime": "2022-09-20T10:19:51.7827692Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d128e0-a73c-4451-83cd-eafcea573c97?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:20: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": "fca1f25c-d807-4c75-a73b-71d097d528c6", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102053Z:fca1f25c-d807-4c75-a73b-71d097d528c6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d128e0-a73c-4451-83cd-eafcea573c97", - "name": "20d128e0-a73c-4451-83cd-eafcea573c97", - "status": "Creating", - "startTime": "2022-09-20T10:19:51.7827692Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d128e0-a73c-4451-83cd-eafcea573c97?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10: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": "3ab6b821-34f3-40b9-a26f-5c3c520f20e6", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102123Z:3ab6b821-34f3-40b9-a26f-5c3c520f20e6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d128e0-a73c-4451-83cd-eafcea573c97", - "name": "20d128e0-a73c-4451-83cd-eafcea573c97", - "status": "Creating", - "startTime": "2022-09-20T10:19:51.7827692Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d128e0-a73c-4451-83cd-eafcea573c97?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:21: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": "fb6527d5-57a6-484b-a385-39b672eb5489", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102154Z:fb6527d5-57a6-484b-a385-39b672eb5489", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d128e0-a73c-4451-83cd-eafcea573c97", - "name": "20d128e0-a73c-4451-83cd-eafcea573c97", - "status": "Creating", - "startTime": "2022-09-20T10:19:51.7827692Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d128e0-a73c-4451-83cd-eafcea573c97?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10: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": "6d4a26bd-1751-46b8-b45c-5b873118fd9b", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102224Z:6d4a26bd-1751-46b8-b45c-5b873118fd9b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d128e0-a73c-4451-83cd-eafcea573c97", - "name": "20d128e0-a73c-4451-83cd-eafcea573c97", - "status": "Creating", - "startTime": "2022-09-20T10:19:51.7827692Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d128e0-a73c-4451-83cd-eafcea573c97?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10: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": "c112b62f-d209-4f6b-b6d6-820bdb140f1f", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102254Z:c112b62f-d209-4f6b-b6d6-820bdb140f1f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d128e0-a73c-4451-83cd-eafcea573c97", - "name": "20d128e0-a73c-4451-83cd-eafcea573c97", - "status": "Creating", - "startTime": "2022-09-20T10:19:51.7827692Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d128e0-a73c-4451-83cd-eafcea573c97?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:23: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": "a525eb35-f974-40be-843b-acf1d5adbb3c", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102324Z:a525eb35-f974-40be-843b-acf1d5adbb3c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d128e0-a73c-4451-83cd-eafcea573c97", - "name": "20d128e0-a73c-4451-83cd-eafcea573c97", - "status": "Creating", - "startTime": "2022-09-20T10:19:51.7827692Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d128e0-a73c-4451-83cd-eafcea573c97?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:23: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": "3f7522dc-b32c-4fe6-87ad-50bd1aecb525", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102355Z:3f7522dc-b32c-4fe6-87ad-50bd1aecb525", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d128e0-a73c-4451-83cd-eafcea573c97", - "name": "20d128e0-a73c-4451-83cd-eafcea573c97", - "status": "Creating", - "startTime": "2022-09-20T10:19:51.7827692Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d128e0-a73c-4451-83cd-eafcea573c97?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:24: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": "61cbdd8c-bd3c-4176-9225-de6be9c9a24a", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102426Z:61cbdd8c-bd3c-4176-9225-de6be9c9a24a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d128e0-a73c-4451-83cd-eafcea573c97", - "name": "20d128e0-a73c-4451-83cd-eafcea573c97", - "status": "Succeeded", - "startTime": "2022-09-20T10:19:51.7827692Z", - "endTime": "2022-09-20T10:24:01.4099109Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:24:26 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T10%3A24%3A01.4096296Z\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": "eba43b5b-c4fa-4435-bcb7-251fa80749d8", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102426Z:eba43b5b-c4fa-4435-bcb7-251fa80749d8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A24%3A01.4096296Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:19:49.6571760Z" - }, - "properties": { - "fileSystemId": "786fb61e-d077-0523-954c-8fdf4f8cdb0c", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-219c2c63", - "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_8f82c7b40509489d9e97d719b9b955b4_71054086", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "786fb61e-d077-0523-954c-8fdf4f8cdb0c", - "fileSystemId": "786fb61e-d077-0523-954c-8fdf4f8cdb0c", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:19:50.8890043Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:19:50.8890043Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:24:37 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T10%3A24%3A01.4096296Z\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": "5df294bf-3178-4326-a156-1e4defd81d88", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102437Z:5df294bf-3178-4326-a156-1e4defd81d88", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A24%3A01.4096296Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:19:49.6571760Z" - }, - "properties": { - "fileSystemId": "786fb61e-d077-0523-954c-8fdf4f8cdb0c", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-219c2c63", - "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_8f82c7b40509489d9e97d719b9b955b4_71054086", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "786fb61e-d077-0523-954c-8fdf4f8cdb0c", - "fileSystemId": "786fb61e-d077-0523-954c-8fdf4f8cdb0c", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:19:50.8890043Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:19:50.8890043Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:24: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": "c15764d6-a054-4e75-b015-00185a1ba510", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102437Z:c15764d6-a054-4e75-b015-00185a1ba510", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults/cbsvault", - "name": "sdk-py-tests-acc-1-219c2c63/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": {} - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63?api-version=2022-05-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "412", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults/cbsvault", - "backupEnabled": true - } - }, - "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/westus2/operationResults/a3406fb4-91f8-4357-bc38-bd991e86703b?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "2480", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:24:38 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T10%3A24%3A38.0067326Z\u0027\u0022", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a3406fb4-91f8-4357-bc38-bd991e86703b?api-version=2022-05-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": "bb1c4322-685c-4c7c-8bb9-8f35071cc482", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102438Z:bb1c4322-685c-4c7c-8bb9-8f35071cc482", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A24%3A38.0067326Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:19:49.6571760Z" - }, - "properties": { - "provisioningState": "Patching", - "fileSystemId": "786fb61e-d077-0523-954c-8fdf4f8cdb0c", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-219c2c63", - "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_8f82c7b40509489d9e97d719b9b955b4_71054086", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "786fb61e-d077-0523-954c-8fdf4f8cdb0c", - "fileSystemId": "786fb61e-d077-0523-954c-8fdf4f8cdb0c", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:19:50.8890043Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:19:50.8890043Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a3406fb4-91f8-4357-bc38-bd991e86703b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:25: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": "9c451f40-6c16-4d88-a5e5-59d1bdb83d39", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102508Z:9c451f40-6c16-4d88-a5e5-59d1bdb83d39", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a3406fb4-91f8-4357-bc38-bd991e86703b", - "name": "a3406fb4-91f8-4357-bc38-bd991e86703b", - "status": "Succeeded", - "startTime": "2022-09-20T10:24:38.0026862Z", - "endTime": "2022-09-20T10:24:40.9095169Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a3406fb4-91f8-4357-bc38-bd991e86703b?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:25: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": "eee8dd21-fcf4-4635-926c-dfcf3dd934e2", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102508Z:eee8dd21-fcf4-4635-926c-dfcf3dd934e2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A24%3A40.9119945Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:24:37.6777052Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults/cbsvault" - } - }, - "fileSystemId": "786fb61e-d077-0523-954c-8fdf4f8cdb0c", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-219c2c63", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_71054086", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", - "poolId": "0c111b7d-1311-7ff4-7aa9-d421dc168d2e", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "786fb61e-d077-0523-954c-8fdf4f8cdb0c", - "fileSystemId": "786fb61e-d077-0523-954c-8fdf4f8cdb0c", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:19:50.8890043Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:24:37.8769317Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "69", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "useExistingSnapshot": false - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdfdc31e-7051-4bfe-a713-1ccf68ca283e?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "560", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:25:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdfdc31e-7051-4bfe-a713-1ccf68ca283e?api-version=2022-05-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": "abd4914d-36d6-4bc0-9f9a-54bf5dfa0c10", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102509Z:abd4914d-36d6-4bc0-9f9a-54bf5dfa0c10", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "provisioningState": "Creating", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdfdc31e-7051-4bfe-a713-1ccf68ca283e?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:25: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": "cd05bd8d-12f7-4bdb-9ea7-69a556d18b50", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102539Z:cd05bd8d-12f7-4bdb-9ea7-69a556d18b50", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdfdc31e-7051-4bfe-a713-1ccf68ca283e", - "name": "bdfdc31e-7051-4bfe-a713-1ccf68ca283e", - "status": "Succeeded", - "startTime": "2022-09-20T10:25:09.0700005Z", - "endTime": "2022-09-20T10:25:09.2888148Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdfdc31e-7051-4bfe-a713-1ccf68ca283e?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "780", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:25: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": "dadb3841-e755-4c4e-9ab8-9c72b0146420", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102539Z:dadb3841-e755-4c4e-9ab8-9c72b0146420", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "9/20/2022 10:25:09 AM", - "location": "", - "properties": { - "fileSystemId": "786fb61e-d077-0523-954c-8fdf4f8cdb0c", - "creationDate": "0001-01-01T00:00:00Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:25: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": "3032dd9d-ea55-4967-935a-a8e8f2c3fc57", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102550Z:3032dd9d-ea55-4967-935a-a8e8f2c3fc57", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:26: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": "aef149dd-4cdb-4700-8229-8feeed0c4ac5", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102600Z:aef149dd-4cdb-4700-8229-8feeed0c4ac5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:26: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": "25fc4187-53ef-45f0-8afb-fc38de580c7f", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102611Z:25fc4187-53ef-45f0-8afb-fc38de580c7f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:26: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": "990501b4-0c4f-42ee-a788-11ef72e7fcd7", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102622Z:990501b4-0c4f-42ee-a788-11ef72e7fcd7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:26: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": "c2e2dd68-7ee6-4eb9-acee-12ee20fd904b", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102633Z:c2e2dd68-7ee6-4eb9-acee-12ee20fd904b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:26: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": "fdad9dec-939b-4862-8585-1f91f8d21bf4", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102643Z:fdad9dec-939b-4862-8585-1f91f8d21bf4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:26: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": "ae2b3afd-11c9-4247-90d0-8c0766eda1b9", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102654Z:ae2b3afd-11c9-4247-90d0-8c0766eda1b9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:27: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": "d44c56bd-299e-4e17-b96d-02fb61cc8a43", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102704Z:d44c56bd-299e-4e17-b96d-02fb61cc8a43", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:27: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": "5f43ba32-1c98-4be0-b7c4-4f858eec7de5", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102715Z:5f43ba32-1c98-4be0-b7c4-4f858eec7de5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:27: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": "6aa6c20a-cbf2-4ea6-a99b-886751def86e", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102726Z:6aa6c20a-cbf2-4ea6-a99b-886751def86e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:27: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": "2a56fb08-1df9-44b3-919e-84ff6b3e496f", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102739Z:2a56fb08-1df9-44b3-919e-84ff6b3e496f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:27: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": "35e2a78b-fe0d-4f06-a848-c9ed2d9c47c1", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102750Z:35e2a78b-fe0d-4f06-a848-c9ed2d9c47c1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:28: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": "58199177-7bc9-41dd-8c22-803415a47716", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102801Z:58199177-7bc9-41dd-8c22-803415a47716", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:28: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": "8e61ef6c-d6de-43d7-84fb-45e36097ab46", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102811Z:8e61ef6c-d6de-43d7-84fb-45e36097ab46", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:28: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": "a66e508a-fac2-4ee7-8025-21599af54e39", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102822Z:a66e508a-fac2-4ee7-8025-21599af54e39", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:28: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": "3d279933-7096-4a5d-88f0-944e0b019558", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102833Z:3d279933-7096-4a5d-88f0-944e0b019558", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:28: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": "79d052bb-94cb-4084-a9f8-e7becb65e76f", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102844Z:79d052bb-94cb-4084-a9f8-e7becb65e76f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:28: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": "34075d4d-0937-4cca-aab4-7733d11834b0", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102855Z:34075d4d-0937-4cca-aab4-7733d11834b0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:29: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": "2242e29c-27dc-4155-8694-d9a924765c0d", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102906Z:2242e29c-27dc-4155-8694-d9a924765c0d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:29: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": "1431453e-23fb-496d-a1b3-0ef459aa4e61", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102916Z:1431453e-23fb-496d-a1b3-0ef459aa4e61", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:29: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": "a12549d8-ccfc-4600-83ed-a1424a7264ce", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102927Z:a12549d8-ccfc-4600-83ed-a1424a7264ce", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:29: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": "b1bda6f8-a31a-41a2-8ac0-351dee0d6efd", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102938Z:b1bda6f8-a31a-41a2-8ac0-351dee0d6efd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:29: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": "d8b85c16-dd9e-4587-9d33-f69868fffb6d", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102949Z:d8b85c16-dd9e-4587-9d33-f69868fffb6d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:29: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": "f6cc6d7a-a948-430f-b19c-5ef8d910a002", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "WESTEUROPE:20220920T102959Z:f6cc6d7a-a948-430f-b19c-5ef8d910a002", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:30: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": "a6b5d69a-7876-4075-9b87-5d624652714b", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103010Z:a6b5d69a-7876-4075-9b87-5d624652714b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:30: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": "44f0e9b3-4386-4575-a2f0-8a0ef833a789", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103020Z:44f0e9b3-4386-4575-a2f0-8a0ef833a789", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:30: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": "a1f9e422-e12c-48fb-be37-43804cd0c309", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103031Z:a1f9e422-e12c-48fb-be37-43804cd0c309", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:30: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": "4cfb81cd-a996-4757-b6e3-a4603e2482a6", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103042Z:4cfb81cd-a996-4757-b6e3-a4603e2482a6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:30: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": "a22dca02-d046-4ebf-89f9-93e9724e3920", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103052Z:a22dca02-d046-4ebf-89f9-93e9724e3920", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10: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": "72ee5e84-240c-43c0-a9de-98033ff4110a", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103103Z:72ee5e84-240c-43c0-a9de-98033ff4110a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10: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": "ecf069c4-ddbf-4d20-8651-3f9914343d0f", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103113Z:ecf069c4-ddbf-4d20-8651-3f9914343d0f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:31: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": "56c45351-922f-4e7e-8b8c-65b7f23f5bef", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103124Z:56c45351-922f-4e7e-8b8c-65b7f23f5bef", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:31: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": "a29db7d4-d02c-4421-89f2-b0e6692e3ad9", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103134Z:a29db7d4-d02c-4421-89f2-b0e6692e3ad9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10: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": "77ef0fab-9db7-456a-93cf-d8637087f65f", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103145Z:77ef0fab-9db7-456a-93cf-d8637087f65f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10: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": "f1844337-97b0-4551-b1e9-97e5283896e7", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103156Z:f1844337-97b0-4551-b1e9-97e5283896e7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:32: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": "ae1f7f70-af95-40e4-b8cd-09035c38ba2c", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103207Z:ae1f7f70-af95-40e4-b8cd-09035c38ba2c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:32: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": "8572ad6b-f861-4303-84d8-b239403ba51b", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103218Z:8572ad6b-f861-4303-84d8-b239403ba51b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:32: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": "8045b928-6c0f-4c1e-b6e4-f8c89c357da7", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103229Z:8045b928-6c0f-4c1e-b6e4-f8c89c357da7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:32: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": "528c51c5-aac2-469f-b0cd-accf91a08e10", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103239Z:528c51c5-aac2-469f-b0cd-accf91a08e10", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:32: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": "217ca9aa-bf1b-49c3-94f1-1881da9d7316", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103250Z:217ca9aa-bf1b-49c3-94f1-1881da9d7316", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/accountBackups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:32: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": "51f510df-b65c-4756-b7cc-3941919ca8b7", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103250Z:51f510df-b65c-4756-b7cc-3941919ca8b7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/accountBackups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:25:09Z", - "backupId": "b6809dd1-5fd5-23b5-aed6-e3cf5d021cf8", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:32: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": "15bf512e-4e96-48ce-9bd0-e2fbfaebfc43", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103251Z:15bf512e-4e96-48ce-9bd0-e2fbfaebfc43", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults/cbsvault", - "name": "sdk-py-tests-acc-1-219c2c63/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": {} - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63?api-version=2022-05-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "413", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/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/westus2/operationResults/0adf7af3-94f1-4060-b9c2-c992ab8c3fae?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "2743", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:32:51 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T10%3A32%3A52.0173489Z\u0027\u0022", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0adf7af3-94f1-4060-b9c2-c992ab8c3fae?api-version=2022-05-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": "c9614efb-333a-4df6-ac75-78931ade2e1d", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103252Z:c9614efb-333a-4df6-ac75-78931ade2e1d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A32%3A52.0173489Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:24:37.6777052Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults/cbsvault" - } - }, - "provisioningState": "Patching", - "fileSystemId": "786fb61e-d077-0523-954c-8fdf4f8cdb0c", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-219c2c63", - "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_8f82c7b40509489d9e97d719b9b955b4_71054086", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "786fb61e-d077-0523-954c-8fdf4f8cdb0c", - "fileSystemId": "786fb61e-d077-0523-954c-8fdf4f8cdb0c", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:19:50.8890043Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:24:37.8769317Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0adf7af3-94f1-4060-b9c2-c992ab8c3fae?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 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": "ca32fe91-b09b-4a54-bdf9-ad7689efeffb", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103322Z:ca32fe91-b09b-4a54-bdf9-ad7689efeffb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0adf7af3-94f1-4060-b9c2-c992ab8c3fae", - "name": "0adf7af3-94f1-4060-b9c2-c992ab8c3fae", - "status": "Succeeded", - "startTime": "2022-09-20T10:32:52.0073477Z", - "endTime": "2022-09-20T10:32:54.882591Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0adf7af3-94f1-4060-b9c2-c992ab8c3fae?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:33: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": "9ae4596d-614e-4387-be48-4a19534c6d26", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103322Z:9ae4596d-614e-4387-be48-4a19534c6d26", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A32%3A54.8906294Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:24:37.6777052Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": false, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults/cbsvault" - } - }, - "fileSystemId": "786fb61e-d077-0523-954c-8fdf4f8cdb0c", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-219c2c63", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_71054086", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", - "poolId": "0c111b7d-1311-7ff4-7aa9-d421dc168d2e", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "786fb61e-d077-0523-954c-8fdf4f8cdb0c", - "fileSystemId": "786fb61e-d077-0523-954c-8fdf4f8cdb0c", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:19:50.8890043Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:32:51.8693816Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "77", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:33:24 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": "11e4a6c9-d1ca-4fec-a121-ef5db2a4b4b7", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103325Z:11e4a6c9-d1ca-4fec-a121-ef5db2a4b4b7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "error": { - "code": "NotFound", - "message": "The requested Backup was not found." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/eb27151b-5526-4097-b567-fdd65063f100?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 20 Sep 2022 10:33:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eb27151b-5526-4097-b567-fdd65063f100?api-version=2022-05-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": "9c5d3345-6cd0-40b7-83d9-5db7f1636611", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103326Z:9c5d3345-6cd0-40b7-83d9-5db7f1636611", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eb27151b-5526-4097-b567-fdd65063f100?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:33: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": "ff6b734f-b84b-478f-8cec-bb07710ffe09", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103356Z:ff6b734f-b84b-478f-8cec-bb07710ffe09", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eb27151b-5526-4097-b567-fdd65063f100", - "name": "eb27151b-5526-4097-b567-fdd65063f100", - "status": "Deleting", - "startTime": "2022-09-20T10:33:25.8078657Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eb27151b-5526-4097-b567-fdd65063f100?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:34: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": "fc4798a8-d015-466f-9c2f-38037c8be4d1", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103427Z:fc4798a8-d015-466f-9c2f-38037c8be4d1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eb27151b-5526-4097-b567-fdd65063f100", - "name": "eb27151b-5526-4097-b567-fdd65063f100", - "status": "Deleting", - "startTime": "2022-09-20T10:33:25.8078657Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eb27151b-5526-4097-b567-fdd65063f100?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:34: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": "6725de66-c005-432a-b23b-2fc3e2a2baad", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103457Z:6725de66-c005-432a-b23b-2fc3e2a2baad", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eb27151b-5526-4097-b567-fdd65063f100", - "name": "eb27151b-5526-4097-b567-fdd65063f100", - "status": "Succeeded", - "startTime": "2022-09-20T10:33:25.8078657Z", - "endTime": "2022-09-20T10:34:35.1720452Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eb27151b-5526-4097-b567-fdd65063f100?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:34: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": "8c11fdc3-b113-4267-9069-1e8cb90b3547", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103457Z:8c11fdc3-b113-4267-9069-1e8cb90b3547", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A34%3A30.3305663Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:24:37.6777052Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": false, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults/cbsvault" - } - }, - "fileSystemId": "786fb61e-d077-0523-954c-8fdf4f8cdb0c", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-219c2c63", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_71054086", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", - "poolId": "0c111b7d-1311-7ff4-7aa9-d421dc168d2e", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "786fb61e-d077-0523-954c-8fdf4f8cdb0c", - "fileSystemId": "786fb61e-d077-0523-954c-8fdf4f8cdb0c", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:19:50.8890043Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:32:51.8693816Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "324", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:38:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7430b090-8885-4997-b279-44bf2b0cd38e", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103819Z:7430b090-8885-4997-b279-44bf2b0cd38e" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/4f19fdc4-d2a0-47f3-8bc5-bd8f09427b11?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 20 Sep 2022 10:38:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f19fdc4-d2a0-47f3-8bc5-bd8f09427b11?api-version=2022-05-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": "6ef1145e-600b-4736-8705-9e2c331db848", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103832Z:6ef1145e-600b-4736-8705-9e2c331db848", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f19fdc4-d2a0-47f3-8bc5-bd8f09427b11?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:39: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": "32588ff2-0d62-498f-98ab-1e558c28a613", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103902Z:32588ff2-0d62-498f-98ab-1e558c28a613", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f19fdc4-d2a0-47f3-8bc5-bd8f09427b11", - "name": "4f19fdc4-d2a0-47f3-8bc5-bd8f09427b11", - "status": "Succeeded", - "startTime": "2022-09-20T10:38:32.1678535Z", - "endTime": "2022-09-20T10:38:33.2773091Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f19fdc4-d2a0-47f3-8bc5-bd8f09427b11?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:39: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": "d030802a-31ae-4601-8b99-71a19ea23cca", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103902Z:d030802a-31ae-4601-8b99-71a19ea23cca", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A38%3A32.1709925Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:19:05.6868195Z" - }, - "properties": { - "poolId": "0c111b7d-1311-7ff4-7aa9-d421dc168d2e", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:19:07.2926637Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:19:07.2926637Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Tue, 20 Sep 2022 10:39:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a7578b4f-64a0-4aab-bdd4-cd261ff82ed8", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103913Z:a7578b4f-64a0-4aab-bdd4-cd261ff82ed8" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Tue, 20 Sep 2022 10:39:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6a57e23d-e646-46fe-9c09-16f17070749f", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103923Z:6a57e23d-e646-46fe-9c09-16f17070749f" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Tue, 20 Sep 2022 10:39:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "46226c63-9cdc-415e-8362-362c060bebfa", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103933Z:46226c63-9cdc-415e-8362-362c060bebfa" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Tue, 20 Sep 2022 10:39:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "881bda3f-4072-444a-b73d-67d0758767b9", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103944Z:881bda3f-4072-444a-b73d-67d0758767b9" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:39:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d37e5e0c-5ca4-48bb-8a55-fba6b944a28c", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103954Z:d37e5e0c-5ca4-48bb-8a55-fba6b944a28c" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/02325394-3ee9-4872-b601-f3ea69bb7efc?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 20 Sep 2022 10:39:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02325394-3ee9-4872-b601-f3ea69bb7efc?api-version=2022-05-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": "e7ad9f55-2c6e-47e9-af28-c03d79cb5f22", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220920T103956Z:e7ad9f55-2c6e-47e9-af28-c03d79cb5f22", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02325394-3ee9-4872-b601-f3ea69bb7efc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:40: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": "39e6539e-882e-460c-bb10-eb3dca036c41", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104026Z:39e6539e-882e-460c-bb10-eb3dca036c41", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02325394-3ee9-4872-b601-f3ea69bb7efc", - "name": "02325394-3ee9-4872-b601-f3ea69bb7efc", - "status": "Succeeded", - "startTime": "2022-09-20T10:39:55.8721038Z", - "endTime": "2022-09-20T10:39:55.9346091Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02325394-3ee9-4872-b601-f3ea69bb7efc?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:40: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": "b1c0e22c-ab0d-4658-8f54-7e276522f75b", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104026Z:b1c0e22c-ab0d-4658-8f54-7e276522f75b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A39%3A55.8479168Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T10:18:25.7883446Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T10:18:26.7644288Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:18:26.7644288Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "254", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:40:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8dd29fca-e61d-4b2f-ba3e-c66ae78b61aa", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104026Z:8dd29fca-e61d-4b2f-ba3e-c66ae78b61aa" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63?api-version=2022-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d5b0d24d-3c4b-4985-871a-7ddc8425906d?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 20 Sep 2022 10:40:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/d5b0d24d-3c4b-4985-871a-7ddc8425906d?api-version=2022-01-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bfc7fdaf-5055-4512-8b73-bfb9be1b153a", - "x-ms-correlation-request-id": "389a32e0-55f8-4979-a2a3-f5a2da0cfbe8", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20220920T104028Z:389a32e0-55f8-4979-a2a3-f5a2da0cfbe8" - }, - "ResponseBody": null } ], "Variables": {} 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 7cecc408be7b..04ecdd066982 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 09:47:48 GMT", + "Date": "Fri, 14 Oct 2022 01:08:31 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.13672.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 09:47:48 GMT", + "Date": "Fri, 14 Oct 2022 01:08:31 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.13622.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "c07d4217-5262-417d-8b97-9137a04b756c", + "client-request-id": "b74da06f-935e-4849-8cf4-f2b29421b5ad", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "c07d4217-5262-417d-8b97-9137a04b756c", + "client-request-id": "b74da06f-935e-4849-8cf4-f2b29421b5ad", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 09:47:48 GMT", + "Date": "Fri, 14 Oct 2022 01:08:31 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -213,7 +216,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -221,7 +224,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2", @@ -233,8316 +236,26 @@ } } }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6cc333c1-bc9d-4807-b994-3c1bb2743ff7?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "750", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 09:47:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1819c145-819c-461f-aaef-3113d4c6c83c", - "x-ms-correlation-request-id": "af2a34f6-f3a7-4e55-bd8e-fe5cb908a120", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220920T094754Z:af2a34f6-f3a7-4e55-bd8e-fe5cb908a120" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-51142cdf", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf", - "etag": "W/\u0022aba29351-d73e-44c1-b6f6-d140ccaf2f40\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T09:47:51.0701344Z" - }, - "properties": { - "provisioningState": "Updating", - "resourceGuid": "83a2e4b7-d85d-45bc-8f5e-ff58c832e28d", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6cc333c1-bc9d-4807-b994-3c1bb2743ff7?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:47:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "99a44d0b-e2b2-498b-9370-65fc23e2329e", - "x-ms-correlation-request-id": "af30d8bd-163f-49a5-bfd6-0919d48a8797", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220920T094758Z:af30d8bd-163f-49a5-bfd6-0919d48a8797" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 09:47:59 GMT", - "ETag": "W/\u00222d68bf48-c03c-4188-ba0d-87457bfa1ae4\u0022", + "Date": "Fri, 14 Oct 2022 01:08:32 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cb0ff785-035b-4d2d-97ad-cbddc8c1e770", - "x-ms-correlation-request-id": "56531ced-53f0-4e45-aa60-a740b39a1db7", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220920T094759Z:56531ced-53f0-4e45-aa60-a740b39a1db7" + "x-ms-correlation-request-id": "5fc062ac-ecf7-419c-a32f-455e5abdcc85", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "CENTRALUS:20221014T010832Z:5fc062ac-ecf7-419c-a32f-455e5abdcc85" }, "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-51142cdf", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf", - "etag": "W/\u00222d68bf48-c03c-4188-ba0d-87457bfa1ae4\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T09:47:51.0701344Z" - }, - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "83a2e4b7-d85d-45bc-8f5e-ff58c832e28d", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default?api-version=2022-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "151", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "properties": { - "serviceName": "Microsoft.Netapp/volumes" - } - } - ] + "error": { + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/9f181e5d-e7ec-4bc6-a5fa-bf279d0b1834?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1326", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 09:48:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0d712fde-d774-4677-9fce-88b145d94149", - "x-ms-correlation-request-id": "ea18297e-1895-459e-95fd-8d178b6d2903", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220920T094800Z:ea18297e-1895-459e-95fd-8d178b6d2903" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", - "etag": "W/\u00220dc8499f-858f-47fe-893e-fea4007b6db5\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00220dc8499f-858f-47fe-893e-fea4007b6db5\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/9f181e5d-e7ec-4bc6-a5fa-bf279d0b1834?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:48:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "37edd2ab-0358-42fa-ba4b-958c48651266", - "x-ms-correlation-request-id": "e11622f6-f67a-4185-bbd4-f22f45d2d0ea", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220920T094803Z:e11622f6-f67a-4185-bbd4-f22f45d2d0ea" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:48:03 GMT", - "ETag": "W/\u0022dc4a5a93-a1bd-4171-af0b-5fc4e3ec7b98\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f3143a86-a165-4c95-92a6-3899fb88104c", - "x-ms-correlation-request-id": "aa88988b-af3d-4d7b-b895-00e3eb4d3e20", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220920T094803Z:aa88988b-af3d-4d7b-b895-00e3eb4d3e20" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", - "etag": "W/\u0022dc4a5a93-a1bd-4171-af0b-5fc4e3ec7b98\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022dc4a5a93-a1bd-4171-af0b-5fc4e3ec7b98\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "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.0b4 Python/3.8.10 (macOS-12.5.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, 20 Sep 2022 09:48:03 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.13672.7 - NEULR2 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.0b4 Python/3.8.10 (macOS-12.5.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, 20 Sep 2022 09:48:03 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.13622.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": "c692d186-e969-4516-ae35-592ade4bd757", - "Connection": "keep-alive", - "Content-Length": "281", - "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.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.18.0", - "x-ms-lib-capability": "retry-after, h429" - }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "c692d186-e969-4516-ae35-592ade4bd757", - "Content-Length": "114", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 09:48:03 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.13672.7 - WEULR2 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f425141d-4fc6-480a-9057-2ab3bcf2ed16?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 09:48:08 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T09%3A48%3A06.9220873Z\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": "5aa3e3d5-b481-4cd0-aea9-c2818a926245", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220920T094808Z:5aa3e3d5-b481-4cd0-aea9-c2818a926245", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-20T09%3A48%3A06.9220873Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T09:48:05.0608315Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T09:48:06.0034467Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T09:48:06.0034467Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f425141d-4fc6-480a-9057-2ab3bcf2ed16?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:48: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": "590baf73-68e1-43e8-b975-98fe1e5e34f0", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220920T094838Z:590baf73-68e1-43e8-b975-98fe1e5e34f0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f425141d-4fc6-480a-9057-2ab3bcf2ed16", - "name": "f425141d-4fc6-480a-9057-2ab3bcf2ed16", - "status": "Succeeded", - "startTime": "2022-09-20T09:48:06.9153041Z", - "endTime": "2022-09-20T09:48:07.0091208Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:48:38 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T09%3A48%3A07.0140398Z\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": "0ad35938-d23d-4d9b-95b6-33cd84783dc4", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220920T094838Z:0ad35938-d23d-4d9b-95b6-33cd84783dc4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-20T09%3A48%3A07.0140398Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T09:48:05.0608315Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T09:48:06.0034467Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T09:48:06.0034467Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/2f1bc178-0a2a-48d0-825b-ed92e70a7b1c?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "920", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 09:48:40 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T09%3A48%3A40.45494Z\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": "8e36d4f3-d39b-4ff4-8e29-c295e4603aca", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20220920T094841Z:8e36d4f3-d39b-4ff4-8e29-c295e4603aca", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-20T09%3A48%3A40.45494Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T09:48:39.2684885Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T09:48:40.2435127Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T09:48:40.2435127Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f1bc178-0a2a-48d0-825b-ed92e70a7b1c?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09: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": "fa5bd99e-c4ab-4e22-88f4-9cbd00a9072b", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220920T094911Z:fa5bd99e-c4ab-4e22-88f4-9cbd00a9072b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f1bc178-0a2a-48d0-825b-ed92e70a7b1c", - "name": "2f1bc178-0a2a-48d0-825b-ed92e70a7b1c", - "status": "Succeeded", - "startTime": "2022-09-20T09:48:40.4565785Z", - "endTime": "2022-09-20T09:48:40.5972507Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:49:11 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T09%3A48%3A40.5979266Z\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": "0b35498f-f28c-4df1-a0c4-66d203a4e24a", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220920T094912Z:0b35498f-f28c-4df1-a0c4-66d203a4e24a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-20T09%3A48%3A40.5979266Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T09:48:39.2684885Z" - }, - "properties": { - "poolId": "5fd3f1be-bd1e-477c-60c6-3e79ad915149", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T09:48:40.2435127Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T09:48:40.2435127Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "783", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "creationToken": "sdk-py-tests-vol-3-51142cdf", - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/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 - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/91b62608-f106-4e64-bde9-f9c5e6e58dfc?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1585", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 09:49:24 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T09%3A49%3A24.5937342Z\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": "51861e0f-0835-4a92-8086-105088a55d06", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20220920T094925Z:51861e0f-0835-4a92-8086-105088a55d06", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T09%3A49%3A24.5937342Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T09:49:22.3798867Z" - }, - "properties": { - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-51142cdf", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/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, - "maximumNumberOfFiles": 100000000, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T09:49:23.4724183Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T09:49:23.4724183Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/91b62608-f106-4e64-bde9-f9c5e6e58dfc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:49: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": "9746c423-b2e1-4fff-8c25-d9c1c2ef52f1", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220920T094955Z:9746c423-b2e1-4fff-8c25-d9c1c2ef52f1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/91b62608-f106-4e64-bde9-f9c5e6e58dfc", - "name": "91b62608-f106-4e64-bde9-f9c5e6e58dfc", - "status": "Creating", - "startTime": "2022-09-20T09:49:24.5870434Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/91b62608-f106-4e64-bde9-f9c5e6e58dfc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:50: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": "a8a45826-a507-4342-b174-71767f7e2054", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095026Z:a8a45826-a507-4342-b174-71767f7e2054", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/91b62608-f106-4e64-bde9-f9c5e6e58dfc", - "name": "91b62608-f106-4e64-bde9-f9c5e6e58dfc", - "status": "Creating", - "startTime": "2022-09-20T09:49:24.5870434Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/91b62608-f106-4e64-bde9-f9c5e6e58dfc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:50: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": "3f09e43d-5a80-41dc-8829-a1bef2a154c5", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095056Z:3f09e43d-5a80-41dc-8829-a1bef2a154c5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/91b62608-f106-4e64-bde9-f9c5e6e58dfc", - "name": "91b62608-f106-4e64-bde9-f9c5e6e58dfc", - "status": "Creating", - "startTime": "2022-09-20T09:49:24.5870434Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/91b62608-f106-4e64-bde9-f9c5e6e58dfc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:51: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": "1ed12312-dbdd-4fd9-9645-6e526e6ce7da", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095126Z:1ed12312-dbdd-4fd9-9645-6e526e6ce7da", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/91b62608-f106-4e64-bde9-f9c5e6e58dfc", - "name": "91b62608-f106-4e64-bde9-f9c5e6e58dfc", - "status": "Creating", - "startTime": "2022-09-20T09:49:24.5870434Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/91b62608-f106-4e64-bde9-f9c5e6e58dfc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09: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": "af3f613f-81c8-4928-bf49-e6cd83db87fc", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095156Z:af3f613f-81c8-4928-bf49-e6cd83db87fc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/91b62608-f106-4e64-bde9-f9c5e6e58dfc", - "name": "91b62608-f106-4e64-bde9-f9c5e6e58dfc", - "status": "Creating", - "startTime": "2022-09-20T09:49:24.5870434Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/91b62608-f106-4e64-bde9-f9c5e6e58dfc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:52: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": "4130a5a5-95bd-4597-ab86-645a3db9e023", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095227Z:4130a5a5-95bd-4597-ab86-645a3db9e023", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/91b62608-f106-4e64-bde9-f9c5e6e58dfc", - "name": "91b62608-f106-4e64-bde9-f9c5e6e58dfc", - "status": "Creating", - "startTime": "2022-09-20T09:49:24.5870434Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/91b62608-f106-4e64-bde9-f9c5e6e58dfc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:52: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": "fe290009-2656-4a98-9427-85e6e2d2f8bc", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095257Z:fe290009-2656-4a98-9427-85e6e2d2f8bc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/91b62608-f106-4e64-bde9-f9c5e6e58dfc", - "name": "91b62608-f106-4e64-bde9-f9c5e6e58dfc", - "status": "Creating", - "startTime": "2022-09-20T09:49:24.5870434Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/91b62608-f106-4e64-bde9-f9c5e6e58dfc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:53: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": "d95aa9c0-aa91-40fa-a4aa-a254b3b27acd", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095328Z:d95aa9c0-aa91-40fa-a4aa-a254b3b27acd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/91b62608-f106-4e64-bde9-f9c5e6e58dfc", - "name": "91b62608-f106-4e64-bde9-f9c5e6e58dfc", - "status": "Creating", - "startTime": "2022-09-20T09:49:24.5870434Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/91b62608-f106-4e64-bde9-f9c5e6e58dfc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:53: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": "34551e3c-c5fe-49cc-ad71-b9170b669e72", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095358Z:34551e3c-c5fe-49cc-ad71-b9170b669e72", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/91b62608-f106-4e64-bde9-f9c5e6e58dfc", - "name": "91b62608-f106-4e64-bde9-f9c5e6e58dfc", - "status": "Succeeded", - "startTime": "2022-09-20T09:49:24.5870434Z", - "endTime": "2022-09-20T09:53:29.7586989Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:53:58 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T09%3A53%3A29.7558344Z\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": "64e59b6b-5364-4a5e-8db2-af34dbb9a48e", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095358Z:64e59b6b-5364-4a5e-8db2-af34dbb9a48e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T09%3A53%3A29.7558344Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T09:49:22.3798867Z" - }, - "properties": { - "fileSystemId": "950793cb-6312-4a26-77ba-73f0a1138959", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-51142cdf", - "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_8f82c7b40509489d9e97d719b9b955b4_ea6be916", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "950793cb-6312-4a26-77ba-73f0a1138959", - "fileSystemId": "950793cb-6312-4a26-77ba-73f0a1138959", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T09:49:23.4724183Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T09:49:23.4724183Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:54:08 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T09%3A53%3A29.7558344Z\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": "6cdff809-f31a-4de4-8cd2-073cfc352310", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095409Z:6cdff809-f31a-4de4-8cd2-073cfc352310", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T09%3A53%3A29.7558344Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T09:49:22.3798867Z" - }, - "properties": { - "fileSystemId": "950793cb-6312-4a26-77ba-73f0a1138959", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-51142cdf", - "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_8f82c7b40509489d9e97d719b9b955b4_ea6be916", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "950793cb-6312-4a26-77ba-73f0a1138959", - "fileSystemId": "950793cb-6312-4a26-77ba-73f0a1138959", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T09:49:23.4724183Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T09:49:23.4724183Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:54: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": "21d65919-9bc8-48d0-9658-9b94677667fc", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095409Z:21d65919-9bc8-48d0-9658-9b94677667fc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault", - "name": "sdk-py-tests-acc-1-51142cdf/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": {} - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf?api-version=2022-05-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "412", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault", - "backupEnabled": true - } - }, - "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/westus2/operationResults/c9af0797-db35-4ff2-bede-77d69d7552ad?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "2480", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 09:54:09 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T09%3A54%3A10.2626288Z\u0027\u0022", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9af0797-db35-4ff2-bede-77d69d7552ad?api-version=2022-05-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": "e49acf6c-d1fe-4e2d-8130-eb985fba69ad", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095410Z:e49acf6c-d1fe-4e2d-8130-eb985fba69ad", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T09%3A54%3A10.2626288Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T09:49:22.3798867Z" - }, - "properties": { - "provisioningState": "Patching", - "fileSystemId": "950793cb-6312-4a26-77ba-73f0a1138959", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-51142cdf", - "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_8f82c7b40509489d9e97d719b9b955b4_ea6be916", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "950793cb-6312-4a26-77ba-73f0a1138959", - "fileSystemId": "950793cb-6312-4a26-77ba-73f0a1138959", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T09:49:23.4724183Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T09:49:23.4724183Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9af0797-db35-4ff2-bede-77d69d7552ad?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09: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": "c4fbca59-d2e0-45e5-8bad-b42df925b09d", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095440Z:c4fbca59-d2e0-45e5-8bad-b42df925b09d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9af0797-db35-4ff2-bede-77d69d7552ad", - "name": "c9af0797-db35-4ff2-bede-77d69d7552ad", - "status": "Succeeded", - "startTime": "2022-09-20T09:54:10.2575103Z", - "endTime": "2022-09-20T09:54:13.6325366Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9af0797-db35-4ff2-bede-77d69d7552ad?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09: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": "d51bc38a-af4f-4519-a756-e1bfa275a46a", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095440Z:d51bc38a-af4f-4519-a756-e1bfa275a46a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T09%3A54%3A13.6226221Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T09:54:09.9166706Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault" - } - }, - "fileSystemId": "950793cb-6312-4a26-77ba-73f0a1138959", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-51142cdf", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_ea6be916", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", - "poolId": "5fd3f1be-bd1e-477c-60c6-3e79ad915149", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "950793cb-6312-4a26-77ba-73f0a1138959", - "fileSystemId": "950793cb-6312-4a26-77ba-73f0a1138959", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T09:49:23.4724183Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T09:54:10.1069224Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "69", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "useExistingSnapshot": false - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5de6d3d-f237-41c6-99a6-2f9f2f45f83d?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "560", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 09:54:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5de6d3d-f237-41c6-99a6-2f9f2f45f83d?api-version=2022-05-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": "990067ca-b854-46d4-b308-971338ff6e64", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095441Z:990067ca-b854-46d4-b308-971338ff6e64", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "provisioningState": "Creating", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5de6d3d-f237-41c6-99a6-2f9f2f45f83d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:55: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": "cb91f6a2-9b50-4795-9456-d27dd4386467", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095511Z:cb91f6a2-9b50-4795-9456-d27dd4386467", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5de6d3d-f237-41c6-99a6-2f9f2f45f83d", - "name": "d5de6d3d-f237-41c6-99a6-2f9f2f45f83d", - "status": "Succeeded", - "startTime": "2022-09-20T09:54:41.2341871Z", - "endTime": "2022-09-20T09:54:42.7810148Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5de6d3d-f237-41c6-99a6-2f9f2f45f83d?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "779", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 09:55:11 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": "efc7a07d-997f-49d0-b7b7-f567915fdafe", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095511Z:efc7a07d-997f-49d0-b7b7-f567915fdafe", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "9/20/2022 9:54:42 AM", - "location": "", - "properties": { - "fileSystemId": "950793cb-6312-4a26-77ba-73f0a1138959", - "creationDate": "0001-01-01T00:00:00Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:55: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": "0e817a8a-ba9e-4f35-a7df-9cfb43d76b59", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095522Z:0e817a8a-ba9e-4f35-a7df-9cfb43d76b59", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:55: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": "65ffdb2b-9163-4b3c-96a0-abdcab744810", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095532Z:65ffdb2b-9163-4b3c-96a0-abdcab744810", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:55: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": "7e399aa3-57ee-4f32-8377-b8907add60a4", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095543Z:7e399aa3-57ee-4f32-8377-b8907add60a4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:55: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": "8a96951d-2fac-41f6-a320-c34b9b68398b", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095554Z:8a96951d-2fac-41f6-a320-c34b9b68398b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:56: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": "255a3236-d434-46a6-b402-0898382dbfab", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095605Z:255a3236-d434-46a6-b402-0898382dbfab", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:56: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": "36b6527a-ba21-412f-b95e-4a24634de7f2", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095616Z:36b6527a-ba21-412f-b95e-4a24634de7f2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09: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": "c8f1aaf7-0f9f-437f-8ae0-38979966f746", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095627Z:c8f1aaf7-0f9f-437f-8ae0-38979966f746", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:56: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": "4b70fd58-98be-4999-81d2-0e2c9e78cf98", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095638Z:4b70fd58-98be-4999-81d2-0e2c9e78cf98", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:56: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": "9494177f-b647-433c-aa1d-96b6e79f90a8", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095649Z:9494177f-b647-433c-aa1d-96b6e79f90a8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:56: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": "0dce6012-54ff-4c8a-b27c-7308377e0c3b", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095659Z:0dce6012-54ff-4c8a-b27c-7308377e0c3b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:57: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": "255a11c5-3532-42a4-8f01-716ad93bd6f1", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095710Z:255a11c5-3532-42a4-8f01-716ad93bd6f1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:57: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": "8c1f4558-c883-44ec-ac87-8babc16ba795", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095721Z:8c1f4558-c883-44ec-ac87-8babc16ba795", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:57: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": "1a8b88c6-f776-4f05-969f-8e53af77980e", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095732Z:1a8b88c6-f776-4f05-969f-8e53af77980e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:57: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": "c724cb7c-aae7-4852-b678-9ceddb086808", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095742Z:c724cb7c-aae7-4852-b678-9ceddb086808", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:57: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": "cd240caa-af72-4599-82b3-eb51f632a6b4", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095753Z:cd240caa-af72-4599-82b3-eb51f632a6b4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:58: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": "15bd1a56-06f9-4066-97d1-56221d1c567d", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095803Z:15bd1a56-06f9-4066-97d1-56221d1c567d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:58: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": "19b0236b-1b7a-43b7-bf21-3162877f521a", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095814Z:19b0236b-1b7a-43b7-bf21-3162877f521a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:58: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": "ad0df0f2-6606-4f70-bade-ad9b5fcafea7", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095825Z:ad0df0f2-6606-4f70-bade-ad9b5fcafea7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:58: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": "02a63816-33ba-4dd3-ba24-b1ef9182d68a", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095836Z:02a63816-33ba-4dd3-ba24-b1ef9182d68a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09: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": "3e097cbf-a943-43fe-9db4-4c5be1eeaa90", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095846Z:3e097cbf-a943-43fe-9db4-4c5be1eeaa90", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:58: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": "917336e2-2f8b-43c9-9c1d-b2378de6a7dc", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095857Z:917336e2-2f8b-43c9-9c1d-b2378de6a7dc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:59: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": "c3971d42-3757-435f-9530-664b5aa5e7a5", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095908Z:c3971d42-3757-435f-9530-664b5aa5e7a5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:59: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": "9a20a3f3-edc4-4c24-b438-b5eccbf48a67", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095919Z:9a20a3f3-edc4-4c24-b438-b5eccbf48a67", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:59: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": "0902c433-5a14-466f-abc9-7fe0bda1fbb1", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095930Z:0902c433-5a14-466f-abc9-7fe0bda1fbb1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:59: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": "31522aaf-2d46-4c7f-bb4b-cc94ad6740af", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095941Z:31522aaf-2d46-4c7f-bb4b-cc94ad6740af", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 09:59: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": "66787d28-1c94-4d4e-a623-85d6f93728e4", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "WESTEUROPE:20220920T095951Z:66787d28-1c94-4d4e-a623-85d6f93728e4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:00: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": "01455ac3-4950-4cb5-888b-64ba54c6967c", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100002Z:01455ac3-4950-4cb5-888b-64ba54c6967c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:00: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": "e2838d21-bdee-479c-8f69-55db14d50b66", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100013Z:e2838d21-bdee-479c-8f69-55db14d50b66", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:00: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": "8ec3a6e0-150e-409e-b4f4-ba0d1ba16c41", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100023Z:8ec3a6e0-150e-409e-b4f4-ba0d1ba16c41", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:00: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": "e9613297-619a-4171-be67-02c492a0a608", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100034Z:e9613297-619a-4171-be67-02c492a0a608", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:00: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": "dc8c3a4f-917d-4928-b35e-a3e445b11676", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100045Z:dc8c3a4f-917d-4928-b35e-a3e445b11676", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:00: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": "54f33771-76c3-482c-b48d-4a59802d9436", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100057Z:54f33771-76c3-482c-b48d-4a59802d9436", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:01: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": "5aa8edfc-15fb-442c-97b9-e782b3e36986", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100107Z:5aa8edfc-15fb-442c-97b9-e782b3e36986", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:01: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": "a43ee413-11ed-4794-b16c-d41d8bac6688", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100118Z:a43ee413-11ed-4794-b16c-d41d8bac6688", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:01: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": "2cfeb672-8272-45ff-8378-684bf2f0b294", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100128Z:2cfeb672-8272-45ff-8378-684bf2f0b294", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:01: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": "c877c5ca-64db-406f-b0c8-debc80857ddf", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100139Z:c877c5ca-64db-406f-b0c8-debc80857ddf", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:01: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": "556698e0-c654-436c-93ab-a8c2ba961bc4", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100149Z:556698e0-c654-436c-93ab-a8c2ba961bc4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:02: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": "46838046-feb8-4b8f-80dd-6f0b7f0e604c", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100200Z:46838046-feb8-4b8f-80dd-6f0b7f0e604c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:02: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": "978ff2c7-be22-4a6f-b278-ed4c276f4d10", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100211Z:978ff2c7-be22-4a6f-b278-ed4c276f4d10", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:02: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": "90eb7cfe-2e8b-4965-bc80-8e383560546d", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100222Z:90eb7cfe-2e8b-4965-bc80-8e383560546d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:02: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": "80fb1210-bafe-4c06-a88d-fe4e90d7bd30", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100222Z:80fb1210-bafe-4c06-a88d-fe4e90d7bd30", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault", - "name": "sdk-py-tests-acc-1-51142cdf/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": {} - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf?api-version=2022-05-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "412", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/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": "Tue, 20 Sep 2022 10:02:23 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T10%3A02%3A23.1961299Z\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": "d35b264d-4c14-4a45-8ecf-d296d23603ef", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100223Z:d35b264d-4c14-4a45-8ecf-d296d23603ef", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A02%3A23.1961299Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T09:54:09.9166706Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault" - } - }, - "provisioningState": "Succeeded", - "fileSystemId": "950793cb-6312-4a26-77ba-73f0a1138959", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-51142cdf", - "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_8f82c7b40509489d9e97d719b9b955b4_ea6be916", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "950793cb-6312-4a26-77ba-73f0a1138959", - "fileSystemId": "950793cb-6312-4a26-77ba-73f0a1138959", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T09:49:23.4724183Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:02:23.0541555Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "69", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "useExistingSnapshot": false - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac9f400e-6532-41dc-a7b9-9e071297e867?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "560", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:02:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac9f400e-6532-41dc-a7b9-9e071297e867?api-version=2022-05-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": "07aadded-5d37-4d44-bb9d-abdb0ad1363e", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100224Z:07aadded-5d37-4d44-bb9d-abdb0ad1363e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "provisioningState": "Creating", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac9f400e-6532-41dc-a7b9-9e071297e867?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 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": "46cc086e-d10e-4932-afbf-afcd9e537724", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100254Z:46cc086e-d10e-4932-afbf-afcd9e537724", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac9f400e-6532-41dc-a7b9-9e071297e867", - "name": "ac9f400e-6532-41dc-a7b9-9e071297e867", - "status": "Succeeded", - "startTime": "2022-09-20T10:02:23.9193008Z", - "endTime": "2022-09-20T10:02:24.1692525Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac9f400e-6532-41dc-a7b9-9e071297e867?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "780", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:02:54 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": "0a24bd8c-f883-421d-9d22-04705e278a52", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100255Z:0a24bd8c-f883-421d-9d22-04705e278a52", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "9/20/2022 10:02:24 AM", - "location": "", - "properties": { - "fileSystemId": "950793cb-6312-4a26-77ba-73f0a1138959", - "creationDate": "0001-01-01T00:00:00Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:03: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": "20e14960-45c3-4591-b62d-e971cf054f17", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100307Z:20e14960-45c3-4591-b62d-e971cf054f17", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:03: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": "6a648d2e-095b-46f4-b052-23c424d74fdf", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100318Z:6a648d2e-095b-46f4-b052-23c424d74fdf", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:03: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": "a9dc83fa-1b54-41b6-bffe-cd1c3abdbde7", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100329Z:a9dc83fa-1b54-41b6-bffe-cd1c3abdbde7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:03: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": "cd9cff53-2dcb-45cd-b183-6ab7f58b5b9f", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100339Z:cd9cff53-2dcb-45cd-b183-6ab7f58b5b9f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:03: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": "0c035eb5-ea95-42ce-b08c-ffa0d0203d16", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100350Z:0c035eb5-ea95-42ce-b08c-ffa0d0203d16", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 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": "73419ba4-3cfe-487e-beab-aaeede378e6e", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100400Z:73419ba4-3cfe-487e-beab-aaeede378e6e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:04: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": "f770fac5-58a4-4eb4-b2bb-73e9059b068f", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100411Z:f770fac5-58a4-4eb4-b2bb-73e9059b068f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 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": "a4630448-f2e9-4a5c-947a-f1a19cd4b822", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100422Z:a4630448-f2e9-4a5c-947a-f1a19cd4b822", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 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": "fab4567a-dab5-4493-a2d6-9a3088094a9e", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100432Z:fab4567a-dab5-4493-a2d6-9a3088094a9e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 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": "8b8a3280-b32b-41d4-8c47-897a2b5047f5", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100443Z:8b8a3280-b32b-41d4-8c47-897a2b5047f5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 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": "cb7096d0-6fc3-49ff-8b89-2c881f4c8868", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100455Z:cb7096d0-6fc3-49ff-8b89-2c881f4c8868", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 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": "aa5ad2e2-0eea-4d72-8424-d2cc45b9e7ff", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100505Z:aa5ad2e2-0eea-4d72-8424-d2cc45b9e7ff", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 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": "522bd4a4-bff6-4034-9c5d-422d3b3667ef", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100517Z:522bd4a4-bff6-4034-9c5d-422d3b3667ef", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 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": "a54a0eac-78af-45b4-924e-484fa6e9dc9f", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100527Z:a54a0eac-78af-45b4-924e-484fa6e9dc9f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:05: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": "b806f535-7d5b-4422-a66c-0faa28b50379", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100537Z:b806f535-7d5b-4422-a66c-0faa28b50379", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:05: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": "6e1042cc-b996-423c-9f3a-25530d63b3c3", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100548Z:6e1042cc-b996-423c-9f3a-25530d63b3c3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:05: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": "42e6ef91-527f-427b-94e2-a9fe9708a1d0", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100559Z:42e6ef91-527f-427b-94e2-a9fe9708a1d0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:06: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": "8f5f8b54-45e1-4ea0-8109-ef45b96e3915", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100610Z:8f5f8b54-45e1-4ea0-8109-ef45b96e3915", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 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": "6b58219b-c54e-4eaf-a7ee-48a086443f3f", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100620Z:6b58219b-c54e-4eaf-a7ee-48a086443f3f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:06: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": "c84a22f8-0d63-4777-adfa-717bee0be070", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100631Z:c84a22f8-0d63-4777-adfa-717bee0be070", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 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": "825a2ea1-8485-40a3-b3c1-8b0133c5a80a", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100642Z:825a2ea1-8485-40a3-b3c1-8b0133c5a80a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:06: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": "fdf06d12-08a5-4a9f-9438-d553dc342f9d", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100652Z:fdf06d12-08a5-4a9f-9438-d553dc342f9d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 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": "4ec5fa5f-ff06-434e-8742-b1ace2d9b57d", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100702Z:4ec5fa5f-ff06-434e-8742-b1ace2d9b57d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:07: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": "a3f6ec55-c073-47c5-8f00-cc77633d55ea", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100714Z:a3f6ec55-c073-47c5-8f00-cc77633d55ea", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 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": "9bd989a4-a901-4f50-8106-5df2b5ef4064", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100724Z:9bd989a4-a901-4f50-8106-5df2b5ef4064", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 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": "efb45001-9df9-4008-b33e-34783edc90c4", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100735Z:efb45001-9df9-4008-b33e-34783edc90c4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 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": "31d61c19-0423-4af5-92a7-b78049967332", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100747Z:31d61c19-0423-4af5-92a7-b78049967332", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 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": "ba9ec189-50ea-49da-bb17-655937597355", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100757Z:ba9ec189-50ea-49da-bb17-655937597355", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 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": "f37872a1-034d-4f95-929c-c94c3eb0a62c", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100807Z:f37872a1-034d-4f95-929c-c94c3eb0a62c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 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": "ef500be4-e1e3-4d89-b302-aa6c0c9b8634", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100818Z:ef500be4-e1e3-4d89-b302-aa6c0c9b8634", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 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": "a406a3a7-cd64-4f3a-8d46-f936eaa3b2ec", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100829Z:a406a3a7-cd64-4f3a-8d46-f936eaa3b2ec", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 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": "7da698f7-1069-4a02-98d7-ddce6123eb4c", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100840Z:7da698f7-1069-4a02-98d7-ddce6123eb4c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 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": "2fa14b63-b4e3-47f0-a90a-b4da21ceb2c4", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100850Z:2fa14b63-b4e3-47f0-a90a-b4da21ceb2c4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:09: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": "19c9d358-5af3-400b-bd8e-b0885ae4b5e1", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100901Z:19c9d358-5af3-400b-bd8e-b0885ae4b5e1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:09: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": "b7c8a9cc-7513-419c-8b80-710fc0bb338f", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100914Z:b7c8a9cc-7513-419c-8b80-710fc0bb338f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:09: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": "cefd5823-a043-4ee1-b902-52580e4de8f2", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100924Z:cefd5823-a043-4ee1-b902-52580e4de8f2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:09: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": "abe13460-0365-4ffe-a99b-426c8eb3c814", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100936Z:abe13460-0365-4ffe-a99b-426c8eb3c814", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:09: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": "06248827-21c7-4581-a552-4ec7e344ee40", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100947Z:06248827-21c7-4581-a552-4ec7e344ee40", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 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": "31fa5d18-6cd1-46c5-95f7-3900203eb5f3", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-routing-request-id": "WESTEUROPE:20220920T100957Z:31fa5d18-6cd1-46c5-95f7-3900203eb5f3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 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": "6c28dd59-b60c-46e7-8d3c-51c620ba014e", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101008Z:6c28dd59-b60c-46e7-8d3c-51c620ba014e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:10: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": "e73bf86d-9c84-4f58-856b-3a4be98dd488", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101008Z:e73bf86d-9c84-4f58-856b-3a4be98dd488", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1825", - "name": "sdk-py-tests-acc-1-51142cdf/backup-1825", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T11:19:54Z", - "backupId": "4bd0276d-c371-976b-4d84-48f0b1d0b473", - "size": 339968, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-7246", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1574", - "name": "sdk-py-tests-acc-1-51142cdf/backup-1574", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T11:55:51Z", - "backupId": "e45d5d10-3d65-201b-c697-0e9473be08ad", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-2724", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-6163", - "name": "sdk-py-tests-acc-1-51142cdf/backup-6163", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T14:23:19Z", - "backupId": "58ee530d-86d8-519d-616c-bac680098410", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-6011", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-5797", - "name": "sdk-py-tests-acc-1-51142cdf/backup-5797", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T15:02:21Z", - "backupId": "36776a8e-f849-8bb0-9725-3f74dccc77da", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-8710", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-9586", - "name": "sdk-py-tests-acc-1-51142cdf/backup-9586", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T15:32:25Z", - "backupId": "6bc9f230-e226-5cdb-1b24-c3b6a484660b", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-6781", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-2941", - "name": "sdk-py-tests-acc-1-51142cdf/backup-2941", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T15:58:23Z", - "backupId": "1f1c6b9b-851b-f559-1435-b4fcc1af5c48", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-7822", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-431", - "name": "sdk-py-tests-acc-1-51142cdf/backup-431", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T16:08:22Z", - "backupId": "368eccf2-e212-7be4-b588-47ba874b4b63", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-7973", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-7953", - "name": "sdk-py-tests-acc-1-51142cdf/backup-7953", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T16:21:43Z", - "backupId": "873e51fb-64e9-e342-c1d1-1a04eeab6c53", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-4116", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1494", - "name": "sdk-py-tests-acc-1-51142cdf/backup-1494", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T16:46:30Z", - "backupId": "90ec0719-0341-fb84-5f53-24d59278823b", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-2539", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-407", - "name": "sdk-py-tests-acc-1-51142cdf/backup-407", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T17:01:59Z", - "backupId": "6574427f-1a12-1fe8-d94f-5ec8250bb9d5", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-6804", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1434", - "name": "sdk-py-tests-acc-1-51142cdf/backup-1434", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T17:17:35Z", - "backupId": "19f54b06-c926-1c6b-85f7-0a5cb4f2df0e", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-719", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-9348", - "name": "sdk-py-tests-acc-1-51142cdf/backup-9348", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T17:59:31Z", - "backupId": "a8569742-967e-2d95-506e-27c9687aa217", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-9441", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-4466", - "name": "sdk-py-tests-acc-1-51142cdf/backup-4466", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T18:30:59Z", - "backupId": "77bbc3d5-a6a8-f626-944b-886912f68529", - "size": 352256, - "backupType": "Manual", - "label": "adHocBackup2", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-7067", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-5190", - "name": "sdk-py-tests-acc-1-51142cdf/backup-5190", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T18:55:18Z", - "backupId": "4e4cf360-d77c-e37c-fcbb-2c79f89e4d68", - "size": 352256, - "backupType": "Manual", - "label": "adHocBackup2", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-7183", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-4930", - "name": "sdk-py-tests-acc-1-51142cdf/backup-4930", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T19:21:32Z", - "backupId": "38c2b191-0807-0733-781d-463707c05468", - "size": 352256, - "backupType": "Manual", - "label": "adHocBackup2", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-2191", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1999", - "name": "sdk-py-tests-acc-1-51142cdf/backup-1999", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T20:12:35Z", - "backupId": "07911d51-e4bb-1ad9-4e25-3cd9e1f7fb8e", - "size": 352256, - "backupType": "Manual", - "label": "adHocBackup2", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-2675", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-3200", - "name": "sdk-py-tests-acc-1-51142cdf/backup-3200", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T09:54:28Z", - "backupId": "85d51660-24ca-4df5-62f2-db5407965554", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-8658", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-4085", - "name": "sdk-py-tests-acc-1-51142cdf/backup-4085", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T10:29:45Z", - "backupId": "ed8aa2ca-6982-caca-7306-1e406329e489", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-1546", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1061", - "name": "sdk-py-tests-acc-1-51142cdf/backup-1061", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T13:33:46Z", - "backupId": "5bb3006b-8416-2f8c-bd06-e4aea1666e29", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-7594", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-113", - "name": "sdk-py-tests-acc-1-51142cdf/backup-113", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T14:30:48Z", - "backupId": "b74dd99e-e441-990c-e0b7-18151ccaad98", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-9003", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-4503", - "name": "sdk-py-tests-acc-1-51142cdf/backup-4503", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T14:59:27Z", - "backupId": "5e04f71f-ab25-47f3-9b53-c5f64aa25be5", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-1636", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-3134", - "name": "sdk-py-tests-acc-1-51142cdf/backup-3134", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T15:18:06Z", - "backupId": "adc3da88-7273-55ab-2b8a-d557b59af309", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-5632", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-8851", - "name": "sdk-py-tests-acc-1-51142cdf/backup-8851", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T16:01:34Z", - "backupId": "7c190bd0-7f48-df97-e716-33ec49bd9858", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-563", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-9165", - "name": "sdk-py-tests-acc-1-51142cdf/backup-9165", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-18T11:12:22Z", - "backupId": "5c6583de-170a-a2fd-fb22-f3f5a6a23882", - "size": 331776, - "backupType": "Manual", - "label": "updatedLabel", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-5072", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-6330", - "name": "sdk-py-tests-acc-1-51142cdf/backup-6330", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-20T00:28:30Z", - "backupId": "f98f5a5f-aa1b-83a3-b2af-ca45efe632f3", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-6612", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-3897", - "name": "sdk-py-tests-acc-1-51142cdf/backup-3897", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-08-19T15:32:42Z", - "backupId": "99d22cad-f49c-7fb3-dd7b-2d2f93944084", - "size": 0, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Failed", - "failureReason": "Error when updating - Backup not found", - "volumeName": "volumeName-3308", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-7766", - "name": "sdk-py-tests-acc-1-51142cdf/backup-7766", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-08-19T16:23:25Z", - "backupId": "de912d08-30c9-0983-3214-0ba23400cd68", - "size": 0, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "volumeName-8197", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1427", - "name": "sdk-py-tests-acc-1-51142cdf/backup-1427", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-08-19T16:38:11Z", - "backupId": "ab5a5ac9-97f9-7c11-0160-1ce378bfa8fb", - "size": 0, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "volumeName-4001", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-4066", - "name": "sdk-py-tests-acc-1-51142cdf/backup-4066", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-08-19T16:59:39Z", - "backupId": "3d038003-c040-255b-c933-77d1b916a4be", - "size": 0, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Failed", - "failureReason": "Error when updating - Backup not found", - "volumeName": "volumeName-2872", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T09:54:42Z", - "backupId": "019c0a50-c9dc-cc7c-f9fa-c673d8c0c08e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T10:02:24Z", - "backupId": "af905c8a-ba08-e1e3-7d5d-ee9f131906ea", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:10: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": "f7ef767c-511d-474f-aee6-6a7411095d61", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101009Z:f7ef767c-511d-474f-aee6-6a7411095d61", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault", - "name": "sdk-py-tests-acc-1-51142cdf/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": {} - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf?api-version=2022-05-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "413", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/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/westus2/operationResults/708e72bd-9365-4966-bf6c-be1d78050ca3?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "2743", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:10:09 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T10%3A10%3A09.5890049Z\u0027\u0022", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/708e72bd-9365-4966-bf6c-be1d78050ca3?api-version=2022-05-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": "032c81df-772a-4182-895a-fb6efd9a6f3a", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101009Z:032c81df-772a-4182-895a-fb6efd9a6f3a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A10%3A09.5890049Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T09:54:09.9166706Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault" - } - }, - "provisioningState": "Patching", - "fileSystemId": "950793cb-6312-4a26-77ba-73f0a1138959", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-51142cdf", - "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_8f82c7b40509489d9e97d719b9b955b4_ea6be916", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "950793cb-6312-4a26-77ba-73f0a1138959", - "fileSystemId": "950793cb-6312-4a26-77ba-73f0a1138959", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T09:49:23.4724183Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:02:23.0541555Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/708e72bd-9365-4966-bf6c-be1d78050ca3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:10: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": "a39fb976-5a9a-4914-b5dd-7720b5fe33b1", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101039Z:a39fb976-5a9a-4914-b5dd-7720b5fe33b1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/708e72bd-9365-4966-bf6c-be1d78050ca3", - "name": "708e72bd-9365-4966-bf6c-be1d78050ca3", - "status": "Succeeded", - "startTime": "2022-09-20T10:10:09.5834874Z", - "endTime": "2022-09-20T10:10:12.5407776Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/708e72bd-9365-4966-bf6c-be1d78050ca3?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:10: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": "3894852f-0e11-4276-a0b6-79194fc3044b", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101040Z:3894852f-0e11-4276-a0b6-79194fc3044b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A10%3A12.5402395Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T09:54:09.9166706Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": false, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault" - } - }, - "fileSystemId": "950793cb-6312-4a26-77ba-73f0a1138959", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-51142cdf", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_ea6be916", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", - "poolId": "5fd3f1be-bd1e-477c-60c6-3e79ad915149", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "950793cb-6312-4a26-77ba-73f0a1138959", - "fileSystemId": "950793cb-6312-4a26-77ba-73f0a1138959", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T09:49:23.4724183Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:10:09.4654225Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "77", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:10: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": "f6d62492-0385-4f41-bc81-666c670f46ce", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101043Z:f6d62492-0385-4f41-bc81-666c670f46ce", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "error": { - "code": "NotFound", - "message": "The requested Backup was not found." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:10: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": "712a9c24-0cb1-4f1b-9368-4de0f98be400", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101043Z:712a9c24-0cb1-4f1b-9368-4de0f98be400", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault", - "name": "sdk-py-tests-acc-1-51142cdf/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": {} - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf?api-version=2022-05-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "413", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault", - "backupEnabled": false - } - }, - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:10:43 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T10%3A10%3A44.0763806Z\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": "989ea090-62c3-474f-92cf-0cbacf90be93", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101044Z:989ea090-62c3-474f-92cf-0cbacf90be93", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A10%3A44.0763806Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T09:54:09.9166706Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": false, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault" - } - }, - "provisioningState": "Succeeded", - "fileSystemId": "950793cb-6312-4a26-77ba-73f0a1138959", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-51142cdf", - "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_8f82c7b40509489d9e97d719b9b955b4_ea6be916", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "950793cb-6312-4a26-77ba-73f0a1138959", - "fileSystemId": "950793cb-6312-4a26-77ba-73f0a1138959", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T09:49:23.4724183Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:10:43.9422953Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "77", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:10:45 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": "47d528b1-91dc-4053-9883-312022c4e06d", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101046Z:47d528b1-91dc-4053-9883-312022c4e06d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "error": { - "code": "NotFound", - "message": "The requested Backup was not found." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10: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": "29df9bf8-83b7-4230-8a87-04d210201ffd", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101047Z:29df9bf8-83b7-4230-8a87-04d210201ffd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1825", - "name": "sdk-py-tests-acc-1-51142cdf/backup-1825", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T11:19:54Z", - "backupId": "4bd0276d-c371-976b-4d84-48f0b1d0b473", - "size": 339968, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-7246", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1574", - "name": "sdk-py-tests-acc-1-51142cdf/backup-1574", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T11:55:51Z", - "backupId": "e45d5d10-3d65-201b-c697-0e9473be08ad", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-2724", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-6163", - "name": "sdk-py-tests-acc-1-51142cdf/backup-6163", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T14:23:19Z", - "backupId": "58ee530d-86d8-519d-616c-bac680098410", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-6011", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-5797", - "name": "sdk-py-tests-acc-1-51142cdf/backup-5797", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T15:02:21Z", - "backupId": "36776a8e-f849-8bb0-9725-3f74dccc77da", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-8710", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-9586", - "name": "sdk-py-tests-acc-1-51142cdf/backup-9586", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T15:32:25Z", - "backupId": "6bc9f230-e226-5cdb-1b24-c3b6a484660b", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-6781", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-2941", - "name": "sdk-py-tests-acc-1-51142cdf/backup-2941", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T15:58:23Z", - "backupId": "1f1c6b9b-851b-f559-1435-b4fcc1af5c48", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-7822", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-431", - "name": "sdk-py-tests-acc-1-51142cdf/backup-431", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T16:08:22Z", - "backupId": "368eccf2-e212-7be4-b588-47ba874b4b63", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-7973", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-7953", - "name": "sdk-py-tests-acc-1-51142cdf/backup-7953", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T16:21:43Z", - "backupId": "873e51fb-64e9-e342-c1d1-1a04eeab6c53", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-4116", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1494", - "name": "sdk-py-tests-acc-1-51142cdf/backup-1494", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T16:46:30Z", - "backupId": "90ec0719-0341-fb84-5f53-24d59278823b", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-2539", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-407", - "name": "sdk-py-tests-acc-1-51142cdf/backup-407", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T17:01:59Z", - "backupId": "6574427f-1a12-1fe8-d94f-5ec8250bb9d5", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-6804", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1434", - "name": "sdk-py-tests-acc-1-51142cdf/backup-1434", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T17:17:35Z", - "backupId": "19f54b06-c926-1c6b-85f7-0a5cb4f2df0e", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-719", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-9348", - "name": "sdk-py-tests-acc-1-51142cdf/backup-9348", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T17:59:31Z", - "backupId": "a8569742-967e-2d95-506e-27c9687aa217", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-9441", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-4466", - "name": "sdk-py-tests-acc-1-51142cdf/backup-4466", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T18:30:59Z", - "backupId": "77bbc3d5-a6a8-f626-944b-886912f68529", - "size": 352256, - "backupType": "Manual", - "label": "adHocBackup2", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-7067", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-5190", - "name": "sdk-py-tests-acc-1-51142cdf/backup-5190", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T18:55:18Z", - "backupId": "4e4cf360-d77c-e37c-fcbb-2c79f89e4d68", - "size": 352256, - "backupType": "Manual", - "label": "adHocBackup2", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-7183", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-4930", - "name": "sdk-py-tests-acc-1-51142cdf/backup-4930", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T19:21:32Z", - "backupId": "38c2b191-0807-0733-781d-463707c05468", - "size": 352256, - "backupType": "Manual", - "label": "adHocBackup2", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-2191", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1999", - "name": "sdk-py-tests-acc-1-51142cdf/backup-1999", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T20:12:35Z", - "backupId": "07911d51-e4bb-1ad9-4e25-3cd9e1f7fb8e", - "size": 352256, - "backupType": "Manual", - "label": "adHocBackup2", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-2675", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-3200", - "name": "sdk-py-tests-acc-1-51142cdf/backup-3200", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T09:54:28Z", - "backupId": "85d51660-24ca-4df5-62f2-db5407965554", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-8658", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-4085", - "name": "sdk-py-tests-acc-1-51142cdf/backup-4085", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T10:29:45Z", - "backupId": "ed8aa2ca-6982-caca-7306-1e406329e489", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-1546", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1061", - "name": "sdk-py-tests-acc-1-51142cdf/backup-1061", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T13:33:46Z", - "backupId": "5bb3006b-8416-2f8c-bd06-e4aea1666e29", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-7594", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-113", - "name": "sdk-py-tests-acc-1-51142cdf/backup-113", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T14:30:48Z", - "backupId": "b74dd99e-e441-990c-e0b7-18151ccaad98", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-9003", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-4503", - "name": "sdk-py-tests-acc-1-51142cdf/backup-4503", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T14:59:27Z", - "backupId": "5e04f71f-ab25-47f3-9b53-c5f64aa25be5", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-1636", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-3134", - "name": "sdk-py-tests-acc-1-51142cdf/backup-3134", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T15:18:06Z", - "backupId": "adc3da88-7273-55ab-2b8a-d557b59af309", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-5632", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-8851", - "name": "sdk-py-tests-acc-1-51142cdf/backup-8851", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-15T16:01:34Z", - "backupId": "7c190bd0-7f48-df97-e716-33ec49bd9858", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-563", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-9165", - "name": "sdk-py-tests-acc-1-51142cdf/backup-9165", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-18T11:12:22Z", - "backupId": "5c6583de-170a-a2fd-fb22-f3f5a6a23882", - "size": 331776, - "backupType": "Manual", - "label": "updatedLabel", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-5072", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-6330", - "name": "sdk-py-tests-acc-1-51142cdf/backup-6330", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-20T00:28:30Z", - "backupId": "f98f5a5f-aa1b-83a3-b2af-ca45efe632f3", - "size": 331776, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "volumeName-6612", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-3897", - "name": "sdk-py-tests-acc-1-51142cdf/backup-3897", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-08-19T15:32:42Z", - "backupId": "99d22cad-f49c-7fb3-dd7b-2d2f93944084", - "size": 0, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Failed", - "failureReason": "Error when updating - Backup not found", - "volumeName": "volumeName-3308", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-7766", - "name": "sdk-py-tests-acc-1-51142cdf/backup-7766", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-08-19T16:23:25Z", - "backupId": "de912d08-30c9-0983-3214-0ba23400cd68", - "size": 0, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "volumeName-8197", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1427", - "name": "sdk-py-tests-acc-1-51142cdf/backup-1427", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-08-19T16:38:11Z", - "backupId": "ab5a5ac9-97f9-7c11-0160-1ce378bfa8fb", - "size": 0, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "volumeName-4001", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-4066", - "name": "sdk-py-tests-acc-1-51142cdf/backup-4066", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-08-19T16:59:39Z", - "backupId": "3d038003-c040-255b-c933-77d1b916a4be", - "size": 0, - "backupType": "Manual", - "label": "adHocBackup", - "provisioningState": "Failed", - "failureReason": "Error when updating - Backup not found", - "volumeName": "volumeName-2872", - "useExistingSnapshot": false - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/c2444c77-e2f4-4fc4-b6a6-0058c444efa8?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 20 Sep 2022 10:10:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c2444c77-e2f4-4fc4-b6a6-0058c444efa8?api-version=2022-05-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": "0fe3e8e1-2465-438c-85ad-1736279f5818", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101047Z:0fe3e8e1-2465-438c-85ad-1736279f5818", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c2444c77-e2f4-4fc4-b6a6-0058c444efa8?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:11: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": "0aa71dd4-2a9f-43e3-a14e-2d5516c30b26", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101118Z:0aa71dd4-2a9f-43e3-a14e-2d5516c30b26", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c2444c77-e2f4-4fc4-b6a6-0058c444efa8", - "name": "c2444c77-e2f4-4fc4-b6a6-0058c444efa8", - "status": "Deleting", - "startTime": "2022-09-20T10:10:47.694306Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c2444c77-e2f4-4fc4-b6a6-0058c444efa8?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:11: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": "d9c1d80f-7184-43bb-8155-784c5f60bb53", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101148Z:d9c1d80f-7184-43bb-8155-784c5f60bb53", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c2444c77-e2f4-4fc4-b6a6-0058c444efa8", - "name": "c2444c77-e2f4-4fc4-b6a6-0058c444efa8", - "status": "Deleting", - "startTime": "2022-09-20T10:10:47.694306Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c2444c77-e2f4-4fc4-b6a6-0058c444efa8?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:12: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": "94cb94c7-2121-4fff-8aa3-6483b9cbb2a6", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101218Z:94cb94c7-2121-4fff-8aa3-6483b9cbb2a6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c2444c77-e2f4-4fc4-b6a6-0058c444efa8", - "name": "c2444c77-e2f4-4fc4-b6a6-0058c444efa8", - "status": "Succeeded", - "startTime": "2022-09-20T10:10:47.694306Z", - "endTime": "2022-09-20T10:12:00.2788Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c2444c77-e2f4-4fc4-b6a6-0058c444efa8?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:12: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": "c3130b1b-3d2c-4e3a-a127-d5b3b5018707", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101219Z:c3130b1b-3d2c-4e3a-a127-d5b3b5018707", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A11%3A43.2270242Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T09:54:09.9166706Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": false, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault" - } - }, - "fileSystemId": "950793cb-6312-4a26-77ba-73f0a1138959", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-51142cdf", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_ea6be916", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", - "poolId": "5fd3f1be-bd1e-477c-60c6-3e79ad915149", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "950793cb-6312-4a26-77ba-73f0a1138959", - "fileSystemId": "950793cb-6312-4a26-77ba-73f0a1138959", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T09:49:23.4724183Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T10:10:43.9422953Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "324", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:15:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94ecd993-0428-4074-81b9-a8779dfa41aa", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101541Z:94ecd993-0428-4074-81b9-a8779dfa41aa" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/783a638f-f0b0-43aa-b451-9d268729ced3?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 20 Sep 2022 10:15:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/783a638f-f0b0-43aa-b451-9d268729ced3?api-version=2022-05-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": "5054dbad-9c78-4aef-8f9b-76089f77fd00", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101554Z:5054dbad-9c78-4aef-8f9b-76089f77fd00", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/783a638f-f0b0-43aa-b451-9d268729ced3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:16: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": "77d64a4f-3dd0-47ba-a399-c7ca95fd56a9", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101624Z:77d64a4f-3dd0-47ba-a399-c7ca95fd56a9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/783a638f-f0b0-43aa-b451-9d268729ced3", - "name": "783a638f-f0b0-43aa-b451-9d268729ced3", - "status": "Succeeded", - "startTime": "2022-09-20T10:15:53.9661948Z", - "endTime": "2022-09-20T10:15:54.2630779Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/783a638f-f0b0-43aa-b451-9d268729ced3?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:16: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": "f47e40cb-5084-4f20-837b-f8ac42bd9741", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101624Z:f47e40cb-5084-4f20-837b-f8ac42bd9741", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A15%3A53.9531156Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T09:48:39.2684885Z" - }, - "properties": { - "poolId": "5fd3f1be-bd1e-477c-60c6-3e79ad915149", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T09:48:40.2435127Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T09:48:40.2435127Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Tue, 20 Sep 2022 10:16:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b5e8d73-a977-42b3-b020-3285193f53b3", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101634Z:4b5e8d73-a977-42b3-b020-3285193f53b3" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Tue, 20 Sep 2022 10:16:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "687334de-bea5-42b5-a511-89f216461912", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101645Z:687334de-bea5-42b5-a511-89f216461912" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Tue, 20 Sep 2022 10:16:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94c35907-aa2c-45f6-bf3c-324b0bef89af", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101655Z:94c35907-aa2c-45f6-bf3c-324b0bef89af" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Tue, 20 Sep 2022 10:17:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0c11ae61-2557-4ae3-bf97-7f71e868213c", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101705Z:0c11ae61-2557-4ae3-bf97-7f71e868213c" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:17:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "44fc6866-9861-4644-b754-87020a747832", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101716Z:44fc6866-9861-4644-b754-87020a747832" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/3a5a96d9-943b-4fa1-8b0c-aeda9b975a21?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 20 Sep 2022 10:17:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a5a96d9-943b-4fa1-8b0c-aeda9b975a21?api-version=2022-05-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": "112edfe0-6dfb-4a35-b45e-42b28ff073b6", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101717Z:112edfe0-6dfb-4a35-b45e-42b28ff073b6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a5a96d9-943b-4fa1-8b0c-aeda9b975a21?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:17: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": "2cf13d98-4bec-4cbf-9b90-8b117efb9ef9", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101747Z:2cf13d98-4bec-4cbf-9b90-8b117efb9ef9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a5a96d9-943b-4fa1-8b0c-aeda9b975a21", - "name": "3a5a96d9-943b-4fa1-8b0c-aeda9b975a21", - "status": "Succeeded", - "startTime": "2022-09-20T10:17:17.56015Z", - "endTime": "2022-09-20T10:17:17.59138Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a5a96d9-943b-4fa1-8b0c-aeda9b975a21?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 10:17: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": "ca040062-44ba-4a52-98fb-f1be95ff32ab", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101748Z:ca040062-44ba-4a52-98fb-f1be95ff32ab", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-20T10%3A17%3A17.5601482Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-20T09:48:05.0608315Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-20T09:48:06.0034467Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T09:48:06.0034467Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "254", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 10:17:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a61550c4-7895-4860-8599-e639e84873db", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101748Z:a61550c4-7895-4860-8599-e639e84873db" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf?api-version=2022-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a3ea5630-d4d6-4789-a684-51c884f79a6e?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 20 Sep 2022 10:17:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/a3ea5630-d4d6-4789-a684-51c884f79a6e?api-version=2022-01-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a82a6aee-544c-4be2-8a25-6f72ac2c9ccf", - "x-ms-correlation-request-id": "80bd0724-b601-4a0c-953c-6a59f738ff37", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20220920T101749Z:80bd0724-b601-4a0c-953c-6a59f738ff37" - }, - "ResponseBody": null } ], "Variables": {} 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 ad3868e30e6b..8c8158e4d1c9 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:46:48 GMT", + "Date": "Fri, 14 Oct 2022 01:08: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.13672.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:46:48 GMT", + "Date": "Fri, 14 Oct 2022 01:08: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.13672.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13845.9 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "392191c3-cc9d-4c22-bd74-584fad61e416", + "client-request-id": "d373a7c8-8215-4dd0-9595-7f8621620c9f", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "392191c3-cc9d-4c22-bd74-584fad61e416", + "client-request-id": "d373a7c8-8215-4dd0-9595-7f8621620c9f", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:46:49 GMT", + "Date": "Fri, 14 Oct 2022 01:08:42 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -213,7 +216,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -221,7 +224,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2", @@ -233,7351 +236,26 @@ } } }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/811224fa-afb6-41c2-a238-5971c3f2b335?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "750", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:46:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aa806e7d-b591-4041-aa3c-88a8faeb311f", - "x-ms-correlation-request-id": "32894d16-71ac-4090-81d3-f5113eb66d55", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134657Z:32894d16-71ac-4090-81d3-f5113eb66d55" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-c2b62691", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691", - "etag": "W/\u0022f33bb340-7b94-4309-abfa-d639d6d1cca1\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:46:53.2845086Z" - }, - "properties": { - "provisioningState": "Updating", - "resourceGuid": "038ccfa0-aba9-42b1-be16-fef4087a8881", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/811224fa-afb6-41c2-a238-5971c3f2b335?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:47:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "35597c0f-2417-412b-bc39-54b9d6ea08d6", - "x-ms-correlation-request-id": "d39d4f50-eded-491e-b09b-edcc712419a0", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134700Z:d39d4f50-eded-491e-b09b-edcc712419a0" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:47:00 GMT", - "ETag": "W/\u00222d7b749e-754b-4130-a635-1a171bf3fa43\u0022", + "Date": "Fri, 14 Oct 2022 01:08:43 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2004d62b-f479-4693-946d-f97110545e59", - "x-ms-correlation-request-id": "432de783-46ae-47bf-9d0f-274c04c6d773", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134701Z:432de783-46ae-47bf-9d0f-274c04c6d773" + "x-ms-correlation-request-id": "3a74e6f8-af25-4244-bb1b-5dd2a4ed84d7", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "CENTRALUS:20221014T010843Z:3a74e6f8-af25-4244-bb1b-5dd2a4ed84d7" }, "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-c2b62691", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691", - "etag": "W/\u00222d7b749e-754b-4130-a635-1a171bf3fa43\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:46:53.2845086Z" - }, - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "038ccfa0-aba9-42b1-be16-fef4087a8881", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default?api-version=2022-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "151", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "properties": { - "serviceName": "Microsoft.Netapp/volumes" - } - } - ] + "error": { + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d542cb92-98a0-422e-8d67-bc28cdb0cfc2?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1326", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:47:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b17b650f-b92a-40dd-81f5-2c4002fb674e", - "x-ms-correlation-request-id": "f0513639-c5ba-4e4d-80f3-580bcc261675", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134702Z:f0513639-c5ba-4e4d-80f3-580bcc261675" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", - "etag": "W/\u0022ce2903b1-38b8-4f56-b3ca-5c6b50e28082\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022ce2903b1-38b8-4f56-b3ca-5c6b50e28082\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d542cb92-98a0-422e-8d67-bc28cdb0cfc2?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:47:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ffda3242-d2b7-49f2-9465-ba226540bc6e", - "x-ms-correlation-request-id": "6109e645-5db1-415d-a656-d0814014f832", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134705Z:6109e645-5db1-415d-a656-d0814014f832" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:47:05 GMT", - "ETag": "W/\u0022ac631474-8e75-4cd8-b986-90400656915b\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ab1eb5ad-3e09-4ad7-aa99-eeb682e9094e", - "x-ms-correlation-request-id": "0159b20b-a844-4450-8fbd-721199d7d275", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134705Z:0159b20b-a844-4450-8fbd-721199d7d275" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", - "etag": "W/\u0022ac631474-8e75-4cd8-b986-90400656915b\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022ac631474-8e75-4cd8-b986-90400656915b\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 13:47:05 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.13672.7 - 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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 13:47:05 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.13622.7 - WEULR2 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": "dd0febd9-ceb0-40e4-93fb-2bc3d286e1b4", - "Connection": "keep-alive", - "Content-Length": "281", - "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.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.18.0", - "x-ms-lib-capability": "retry-after, h429" - }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "dd0febd9-ceb0-40e4-93fb-2bc3d286e1b4", - "Content-Length": "114", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:47:05 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.13672.7 - WEULR2 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dfc20d52-d250-42fb-88a4-9b943b6c184c?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:47:09 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A47%3A09.0639487Z\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": "f6ee6ee3-3cb1-427a-9473-684878a56487", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134710Z:f6ee6ee3-3cb1-427a-9473-684878a56487", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691", - "name": "sdk-py-tests-acc-1-c2b62691", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A47%3A09.0639487Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:47:06.9689702Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:47:08.1675047Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:47:08.1675047Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dfc20d52-d250-42fb-88a4-9b943b6c184c?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:47: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": "2fcc89ff-8af6-4ee1-bff1-e4fc6a01fb23", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134740Z:2fcc89ff-8af6-4ee1-bff1-e4fc6a01fb23", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dfc20d52-d250-42fb-88a4-9b943b6c184c", - "name": "dfc20d52-d250-42fb-88a4-9b943b6c184c", - "status": "Succeeded", - "startTime": "2022-09-19T13:47:09.0651795Z", - "endTime": "2022-09-19T13:47:09.1120678Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:47:40 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A47%3A09.1183116Z\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": "a0bdaa93-926e-4633-8810-9644c181db25", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134741Z:a0bdaa93-926e-4633-8810-9644c181db25", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691", - "name": "sdk-py-tests-acc-1-c2b62691", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A47%3A09.1183116Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:47:06.9689702Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:47:08.1675047Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:47:08.1675047Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/1743b6f4-f189-4f12-a086-c539f171fef4?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "922", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:47:43 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A47%3A42.8943926Z\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": "0d68da14-9596-4439-9405-7cc4ef69c015", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134744Z:0d68da14-9596-4439-9405-7cc4ef69c015", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A47%3A42.8943926Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:47:41.4622114Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:47:42.6958843Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:47:42.6958843Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1743b6f4-f189-4f12-a086-c539f171fef4?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:48: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": "1e2ed6ff-ea0e-467c-b39d-840aad16cb87", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134814Z:1e2ed6ff-ea0e-467c-b39d-840aad16cb87", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1743b6f4-f189-4f12-a086-c539f171fef4", - "name": "1743b6f4-f189-4f12-a086-c539f171fef4", - "status": "Succeeded", - "startTime": "2022-09-19T13:47:42.8993355Z", - "endTime": "2022-09-19T13:47:43.9462078Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:48:14 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A47%3A43.950583Z\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": "9e23621e-8e3d-444c-a90d-e02ebc4fbac3", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134814Z:9e23621e-8e3d-444c-a90d-e02ebc4fbac3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A47%3A43.950583Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:47:41.4622114Z" - }, - "properties": { - "poolId": "13ce5cfe-030e-cd25-c60d-5a255ff740d6", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:47:42.6958843Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:47:42.6958843Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "783", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "creationToken": "sdk-py-tests-vol-3-c2b62691", - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/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 - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a89eaa01-35f4-4da4-a3d3-c8a89740e3c1?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1585", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:48:28 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A48%3A27.1867944Z\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": "b875dc5a-be79-4e1b-beb4-b46ecdfb91a4", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134828Z:b875dc5a-be79-4e1b-beb4-b46ecdfb91a4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A48%3A27.1867944Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:48:25.0272940Z" - }, - "properties": { - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-c2b62691", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/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, - "maximumNumberOfFiles": 100000000, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:48:26.1412458Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:48:26.1412458Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a89eaa01-35f4-4da4-a3d3-c8a89740e3c1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:48: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": "f024d9b3-c3fb-4a9a-b5c1-52a7d23ddf46", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134858Z:f024d9b3-c3fb-4a9a-b5c1-52a7d23ddf46", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a89eaa01-35f4-4da4-a3d3-c8a89740e3c1", - "name": "a89eaa01-35f4-4da4-a3d3-c8a89740e3c1", - "status": "Creating", - "startTime": "2022-09-19T13:48:27.1840106Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a89eaa01-35f4-4da4-a3d3-c8a89740e3c1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13: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": "694a01fc-8610-4545-b31c-ee17631cecf7", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134928Z:694a01fc-8610-4545-b31c-ee17631cecf7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a89eaa01-35f4-4da4-a3d3-c8a89740e3c1", - "name": "a89eaa01-35f4-4da4-a3d3-c8a89740e3c1", - "status": "Creating", - "startTime": "2022-09-19T13:48:27.1840106Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a89eaa01-35f4-4da4-a3d3-c8a89740e3c1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13: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": "79b207e0-f121-4fc9-8b60-ecd5e83d2593", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134959Z:79b207e0-f121-4fc9-8b60-ecd5e83d2593", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a89eaa01-35f4-4da4-a3d3-c8a89740e3c1", - "name": "a89eaa01-35f4-4da4-a3d3-c8a89740e3c1", - "status": "Creating", - "startTime": "2022-09-19T13:48:27.1840106Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a89eaa01-35f4-4da4-a3d3-c8a89740e3c1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:50: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": "e46fc388-ef38-4370-a89e-ddacc172af12", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135029Z:e46fc388-ef38-4370-a89e-ddacc172af12", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a89eaa01-35f4-4da4-a3d3-c8a89740e3c1", - "name": "a89eaa01-35f4-4da4-a3d3-c8a89740e3c1", - "status": "Creating", - "startTime": "2022-09-19T13:48:27.1840106Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a89eaa01-35f4-4da4-a3d3-c8a89740e3c1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:50: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": "b879c88c-5374-4cf2-ba61-d828526e92a1", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135059Z:b879c88c-5374-4cf2-ba61-d828526e92a1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a89eaa01-35f4-4da4-a3d3-c8a89740e3c1", - "name": "a89eaa01-35f4-4da4-a3d3-c8a89740e3c1", - "status": "Creating", - "startTime": "2022-09-19T13:48:27.1840106Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a89eaa01-35f4-4da4-a3d3-c8a89740e3c1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:51: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": "63ffbab9-aa63-4d71-9dce-b654f351b1ca", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135129Z:63ffbab9-aa63-4d71-9dce-b654f351b1ca", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a89eaa01-35f4-4da4-a3d3-c8a89740e3c1", - "name": "a89eaa01-35f4-4da4-a3d3-c8a89740e3c1", - "status": "Creating", - "startTime": "2022-09-19T13:48:27.1840106Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a89eaa01-35f4-4da4-a3d3-c8a89740e3c1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:51: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": "7cc74c69-a60c-49f7-a33c-cac4b722f748", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135200Z:7cc74c69-a60c-49f7-a33c-cac4b722f748", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a89eaa01-35f4-4da4-a3d3-c8a89740e3c1", - "name": "a89eaa01-35f4-4da4-a3d3-c8a89740e3c1", - "status": "Creating", - "startTime": "2022-09-19T13:48:27.1840106Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a89eaa01-35f4-4da4-a3d3-c8a89740e3c1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:52: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": "2a9a0ab0-cf42-4af3-8301-4746dd87612c", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135230Z:2a9a0ab0-cf42-4af3-8301-4746dd87612c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a89eaa01-35f4-4da4-a3d3-c8a89740e3c1", - "name": "a89eaa01-35f4-4da4-a3d3-c8a89740e3c1", - "status": "Succeeded", - "startTime": "2022-09-19T13:48:27.1840106Z", - "endTime": "2022-09-19T13:52:29.8331639Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:52:31 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A52%3A29.8404598Z\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": "f5c5306a-53dd-442c-b7f2-b7fb50ac6dbf", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135231Z:f5c5306a-53dd-442c-b7f2-b7fb50ac6dbf", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A52%3A29.8404598Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:48:25.0272940Z" - }, - "properties": { - "fileSystemId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-c2b62691", - "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_8f82c7b40509489d9e97d719b9b955b4_d3d68978", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "fileSystemId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:48:26.1412458Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:48:26.1412458Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:52:41 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A52%3A29.8404598Z\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": "b555478a-432b-41a2-bc49-52276a693903", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135242Z:b555478a-432b-41a2-bc49-52276a693903", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A52%3A29.8404598Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:48:25.0272940Z" - }, - "properties": { - "fileSystemId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-c2b62691", - "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_8f82c7b40509489d9e97d719b9b955b4_d3d68978", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "fileSystemId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:48:26.1412458Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:48:26.1412458Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:52: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": "7f13b3f8-6786-49ce-8f59-3bd5a21d55ad", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135242Z:7f13b3f8-6786-49ce-8f59-3bd5a21d55ad", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault", - "name": "sdk-py-tests-acc-1-c2b62691/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": {} - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691?api-version=2022-05-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "412", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault", - "backupEnabled": true - } - }, - "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/westus2/operationResults/e6b7f3c2-e832-43c6-bb43-0eb6620d623a?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "2480", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:52:43 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A52%3A43.1375486Z\u0027\u0022", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e6b7f3c2-e832-43c6-bb43-0eb6620d623a?api-version=2022-05-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": "b07c7274-4c0f-416f-90fe-2b219e33157a", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135243Z:b07c7274-4c0f-416f-90fe-2b219e33157a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A52%3A43.1375486Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:48:25.0272940Z" - }, - "properties": { - "provisioningState": "Patching", - "fileSystemId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-c2b62691", - "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_8f82c7b40509489d9e97d719b9b955b4_d3d68978", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "fileSystemId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:48:26.1412458Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:48:26.1412458Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e6b7f3c2-e832-43c6-bb43-0eb6620d623a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:53: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": "04850faf-3c1f-4b21-8d7d-824059634736", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135313Z:04850faf-3c1f-4b21-8d7d-824059634736", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e6b7f3c2-e832-43c6-bb43-0eb6620d623a", - "name": "e6b7f3c2-e832-43c6-bb43-0eb6620d623a", - "status": "Succeeded", - "startTime": "2022-09-19T13:52:43.1318886Z", - "endTime": "2022-09-19T13:52:45.8673558Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e6b7f3c2-e832-43c6-bb43-0eb6620d623a?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:53: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": "70701983-3642-4b5e-ab9f-e82881fce124", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135313Z:70701983-3642-4b5e-ab9f-e82881fce124", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A52%3A45.8729214Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:52:42.7964993Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault" - } - }, - "fileSystemId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-c2b62691", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_d3d68978", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", - "poolId": "13ce5cfe-030e-cd25-c60d-5a255ff740d6", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "fileSystemId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:48:26.1412458Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:52:42.9969236Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "69", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "useExistingSnapshot": false - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8680bcb-a24d-4ce0-95fd-eac5c3aa134a?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "542", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:53:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8680bcb-a24d-4ce0-95fd-eac5c3aa134a?api-version=2022-05-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": "f92366f0-1509-49aa-bb0f-ed0ef9184220", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135314Z:f92366f0-1509-49aa-bb0f-ed0ef9184220", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "provisioningState": "Creating", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8680bcb-a24d-4ce0-95fd-eac5c3aa134a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:53: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": "8bb2cc96-290e-49cc-9df2-61e2aaf1b7ff", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135344Z:8bb2cc96-290e-49cc-9df2-61e2aaf1b7ff", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8680bcb-a24d-4ce0-95fd-eac5c3aa134a", - "name": "a8680bcb-a24d-4ce0-95fd-eac5c3aa134a", - "status": "Succeeded", - "startTime": "2022-09-19T13:53:14.1947644Z", - "endTime": "2022-09-19T13:53:17.1962814Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8680bcb-a24d-4ce0-95fd-eac5c3aa134a?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "761", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:53:44 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": "00f25875-93ac-4cc2-b25b-431eaa131d86", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135344Z:00f25875-93ac-4cc2-b25b-431eaa131d86", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "9/19/2022 1:53:17 PM", - "location": "", - "properties": { - "fileSystemId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "creationDate": "0001-01-01T00:00:00Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:53: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": "75687c3d-ceea-46eb-a47b-463927ee2666", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135356Z:75687c3d-ceea-46eb-a47b-463927ee2666", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:54: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": "dd20f743-a474-40ef-9e00-eda67936c0e6", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135406Z:dd20f743-a474-40ef-9e00-eda67936c0e6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13: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": "4d40424c-0500-409b-8078-5bbfb5290a77", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135418Z:4d40424c-0500-409b-8078-5bbfb5290a77", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13: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": "88ac57c0-e386-458c-aa2f-94c73a619a2d", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135429Z:88ac57c0-e386-458c-aa2f-94c73a619a2d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:54: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": "259ba06f-759a-4d54-b646-0b107452f995", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135439Z:259ba06f-759a-4d54-b646-0b107452f995", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13: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": "83b5e70f-d158-4bbc-8a38-16530337a3f7", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135450Z:83b5e70f-d158-4bbc-8a38-16530337a3f7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:55: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": "5611b2b6-6e93-46e4-8340-4d7613b8d1e6", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135500Z:5611b2b6-6e93-46e4-8340-4d7613b8d1e6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:55: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": "091caf7a-a51c-491c-a084-b907963a6c63", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135511Z:091caf7a-a51c-491c-a084-b907963a6c63", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:55: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": "2048ef87-b54d-49d6-a623-16f80f887e60", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135521Z:2048ef87-b54d-49d6-a623-16f80f887e60", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:55: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": "dde8a7b8-8a7a-4ff9-9dc9-6b3654bac6f5", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135533Z:dde8a7b8-8a7a-4ff9-9dc9-6b3654bac6f5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:55: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": "a67a46c8-6947-4d61-860f-67dfa9b4032b", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135544Z:a67a46c8-6947-4d61-860f-67dfa9b4032b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13: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": "bdca7f9d-268d-482d-8eca-1d8153a93c9a", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135554Z:bdca7f9d-268d-482d-8eca-1d8153a93c9a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13: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": "73824e18-86c5-4c24-b7cd-fffecaabd636", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135605Z:73824e18-86c5-4c24-b7cd-fffecaabd636", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:56: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": "2b879bd3-b358-44d8-af5e-cbf95396bd85", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135615Z:2b879bd3-b358-44d8-af5e-cbf95396bd85", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:56: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": "a84384bf-7e29-4b9d-99c5-3a7ecdf7a627", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135626Z:a84384bf-7e29-4b9d-99c5-3a7ecdf7a627", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:56: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": "0237c86c-13d2-4cc1-9371-95d18c17b6d4", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135636Z:0237c86c-13d2-4cc1-9371-95d18c17b6d4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:56: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": "e7edceef-cacd-4508-b0ca-9460a7ade2ea", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135648Z:e7edceef-cacd-4508-b0ca-9460a7ade2ea", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:56: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": "f8711bf0-b4e8-4a57-b757-2531b38ddb16", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135659Z:f8711bf0-b4e8-4a57-b757-2531b38ddb16", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:57: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": "4177541f-483f-4a59-800c-de64a8e9fa3d", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135710Z:4177541f-483f-4a59-800c-de64a8e9fa3d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:57: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": "3f34c13e-cf67-4684-bf0e-7e0f5638e14a", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135721Z:3f34c13e-cf67-4684-bf0e-7e0f5638e14a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:57: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": "15bc3dae-b757-4f02-aab0-b90fe0d4766a", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135731Z:15bc3dae-b757-4f02-aab0-b90fe0d4766a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:57: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": "92c4317f-0185-40f0-ba1e-4875762629fb", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135741Z:92c4317f-0185-40f0-ba1e-4875762629fb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:57: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": "c47370d6-20b8-4ad7-bcf2-a5feb92071b0", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135753Z:c47370d6-20b8-4ad7-bcf2-a5feb92071b0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:58: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": "ec0e8b5d-c3df-4647-a2f7-f5e98e0d4f85", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135804Z:ec0e8b5d-c3df-4647-a2f7-f5e98e0d4f85", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:58: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": "12e7ca50-7a9b-4456-a59c-1d8b98cb6d2f", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135815Z:12e7ca50-7a9b-4456-a59c-1d8b98cb6d2f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:58: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": "b5536aec-a528-444e-aebe-86c3f0cba945", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135825Z:b5536aec-a528-444e-aebe-86c3f0cba945", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:58: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": "6691ca18-3be7-44af-a706-8281875663a4", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135836Z:6691ca18-3be7-44af-a706-8281875663a4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13: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": "c5823603-802e-409c-87d9-96103974bd08", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135847Z:c5823603-802e-409c-87d9-96103974bd08", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:58: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": "76bfb560-7079-4895-992d-97c23ff3491b", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135858Z:76bfb560-7079-4895-992d-97c23ff3491b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:59: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": "7c90976e-2857-4837-83d2-b2b87d8a3ccd", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135908Z:7c90976e-2857-4837-83d2-b2b87d8a3ccd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:59: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": "6ec3b8c8-a0b1-403f-a599-08b08c316d91", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135919Z:6ec3b8c8-a0b1-403f-a599-08b08c316d91", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:59: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": "e62a63a5-ea5d-4ca3-bc91-88a2520861e6", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135930Z:e62a63a5-ea5d-4ca3-bc91-88a2520861e6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:59: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": "97af9923-4981-4a1e-a013-f6bbfd876be8", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135940Z:97af9923-4981-4a1e-a013-f6bbfd876be8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:59: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": "c511e5ec-6ea3-4110-a313-656810d70955", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "WESTEUROPE:20220919T135951Z:c511e5ec-6ea3-4110-a313-656810d70955", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:00: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": "15a847e7-7c74-4ece-8962-61ce614d38ba", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140005Z:15a847e7-7c74-4ece-8962-61ce614d38ba", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:00: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": "a4148749-88d8-4ad9-8c5a-d7ea702e6336", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140016Z:a4148749-88d8-4ad9-8c5a-d7ea702e6336", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:00: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": "d3b07b94-94a8-4060-bef5-5cbdef0434a7", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140027Z:d3b07b94-94a8-4060-bef5-5cbdef0434a7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:00: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": "04dd9a96-9892-4de3-bde9-40e2ab7c49bc", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140037Z:04dd9a96-9892-4de3-bde9-40e2ab7c49bc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:00: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": "729661e2-cbef-4438-889a-749778e3eabc", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140048Z:729661e2-cbef-4438-889a-749778e3eabc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:00: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": "0f16b9ce-7070-4ba6-8d55-a869e2a3d42a", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140058Z:0f16b9ce-7070-4ba6-8d55-a869e2a3d42a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:00: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": "bd5dfb45-91f3-4a9a-91b4-1116addd109f", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140059Z:bd5dfb45-91f3-4a9a-91b4-1116addd109f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault", - "name": "sdk-py-tests-acc-1-c2b62691/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": {} - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691?api-version=2022-05-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "412", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/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": "Mon, 19 Sep 2022 14:00:59 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T14%3A00%3A59.9043733Z\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": "e7874986-cf6c-407f-8dbd-36e9f48d137a", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140059Z:e7874986-cf6c-407f-8dbd-36e9f48d137a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A00%3A59.9043733Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:52:42.7964993Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault" - } - }, - "provisioningState": "Succeeded", - "fileSystemId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-c2b62691", - "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_8f82c7b40509489d9e97d719b9b955b4_d3d68978", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "fileSystemId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:48:26.1412458Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:00:59.7580591Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "69", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "useExistingSnapshot": false - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d0ab73a-569b-4886-9048-26f3ece306fd?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "542", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:00:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d0ab73a-569b-4886-9048-26f3ece306fd?api-version=2022-05-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": "8fd57197-56ee-4961-9b35-b3104184d7f2", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140100Z:8fd57197-56ee-4961-9b35-b3104184d7f2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "provisioningState": "Creating", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d0ab73a-569b-4886-9048-26f3ece306fd?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:01: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": "de0bda4d-98a3-45d3-bced-bb103f6f4897", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140130Z:de0bda4d-98a3-45d3-bced-bb103f6f4897", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d0ab73a-569b-4886-9048-26f3ece306fd", - "name": "0d0ab73a-569b-4886-9048-26f3ece306fd", - "status": "Succeeded", - "startTime": "2022-09-19T14:01:00.430807Z", - "endTime": "2022-09-19T14:01:00.8214213Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d0ab73a-569b-4886-9048-26f3ece306fd?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "761", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:01: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": "4cfd1355-b3f9-4d11-b462-8b77557492fa", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140131Z:4cfd1355-b3f9-4d11-b462-8b77557492fa", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "9/19/2022 2:01:00 PM", - "location": "", - "properties": { - "fileSystemId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "creationDate": "0001-01-01T00:00:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:01: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": "26d81b66-b595-4ef1-8be0-271749e3ed5b", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140142Z:26d81b66-b595-4ef1-8be0-271749e3ed5b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:01: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": "3432d1fc-0278-4f6a-baf3-a679bdafeebb", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140152Z:3432d1fc-0278-4f6a-baf3-a679bdafeebb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:02: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": "ddbfb0e9-2076-471f-81f5-dbefed5977ad", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140203Z:ddbfb0e9-2076-471f-81f5-dbefed5977ad", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:02: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": "74b283e1-5f02-4dd0-babb-824566ebefeb", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140214Z:74b283e1-5f02-4dd0-babb-824566ebefeb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:02: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": "af5d53fd-8f1d-4625-89dd-58626516cd8a", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140224Z:af5d53fd-8f1d-4625-89dd-58626516cd8a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:02: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": "bb449e36-20d7-4b7b-84de-ae7e5e4a619a", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140235Z:bb449e36-20d7-4b7b-84de-ae7e5e4a619a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:02: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": "ab766db3-4485-4bd8-ac15-7df48ad7e858", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140246Z:ab766db3-4485-4bd8-ac15-7df48ad7e858", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:02: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": "20e9bc43-6e02-4913-acdb-719a7b13b70b", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140256Z:20e9bc43-6e02-4913-acdb-719a7b13b70b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:03: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": "20de8dc5-dfeb-4867-baaa-39f5ed8fce81", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140307Z:20de8dc5-dfeb-4867-baaa-39f5ed8fce81", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:03: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": "ac16a1c8-6f6d-4ca9-a3a0-7ac17b31c552", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140318Z:ac16a1c8-6f6d-4ca9-a3a0-7ac17b31c552", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:03: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": "ba6620ba-c8aa-4643-b96f-643f6427d4af", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140328Z:ba6620ba-c8aa-4643-b96f-643f6427d4af", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:03: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": "84f4509e-4067-4b67-b269-3d949f34c977", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140340Z:84f4509e-4067-4b67-b269-3d949f34c977", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:03: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": "cc29c79b-cb78-4137-92fd-b8b75ddbf2f5", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140351Z:cc29c79b-cb78-4137-92fd-b8b75ddbf2f5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:04: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": "6a05ed47-f50e-487b-b4fc-aff6dec04d43", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140401Z:6a05ed47-f50e-487b-b4fc-aff6dec04d43", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:04: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": "40434391-b2b9-4663-a574-aaf5658ee9e7", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140412Z:40434391-b2b9-4663-a574-aaf5658ee9e7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:04: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": "7799503d-c525-4488-93da-f661b55cdb91", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140423Z:7799503d-c525-4488-93da-f661b55cdb91", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:04: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": "1fa713e8-17a5-4150-a3da-f074c9ff167c", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140433Z:1fa713e8-17a5-4150-a3da-f074c9ff167c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:04: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": "63db3ef6-0f5d-4c54-b470-eb27cf113711", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140444Z:63db3ef6-0f5d-4c54-b470-eb27cf113711", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "9efe07f8-b509-4370-b34c-72539aac0712", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140455Z:9efe07f8-b509-4370-b34c-72539aac0712", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:05: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": "077ac26b-63d8-4cd7-99a7-ddc092e57159", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140506Z:077ac26b-63d8-4cd7-99a7-ddc092e57159", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "bcb595f1-7c79-4c5c-ac3d-67a5b15ad093", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140516Z:bcb595f1-7c79-4c5c-ac3d-67a5b15ad093", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "b113fcea-5feb-45d0-a94e-33559e8accb0", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140527Z:b113fcea-5feb-45d0-a94e-33559e8accb0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "b79eab12-a1fe-483e-b795-5530d074911c", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140539Z:b79eab12-a1fe-483e-b795-5530d074911c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "da680fa0-8b15-4521-97d1-92142fc2a4b3", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140549Z:da680fa0-8b15-4521-97d1-92142fc2a4b3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "f0ea727e-2a0b-46f0-b585-7ba667ad33c2", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140600Z:f0ea727e-2a0b-46f0-b585-7ba667ad33c2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:06: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": "dec61304-c435-429c-ad6c-c798d7602090", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140610Z:dec61304-c435-429c-ad6c-c798d7602090", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:06: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": "4df21009-2cd1-472c-91c3-9974a141ceed", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140620Z:4df21009-2cd1-472c-91c3-9974a141ceed", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "dea2ce7d-e063-4e37-bddf-47f52ebb97fe", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140632Z:dea2ce7d-e063-4e37-bddf-47f52ebb97fe", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "066e3251-b6d9-4085-8787-cf79ac191eb6", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140642Z:066e3251-b6d9-4085-8787-cf79ac191eb6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "d8dc50b8-f247-4afa-bf8a-c401095b471e", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140652Z:d8dc50b8-f247-4afa-bf8a-c401095b471e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "364f3f32-8058-4188-9afb-de40520ff39e", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140703Z:364f3f32-8058-4188-9afb-de40520ff39e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:07: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": "b8557cc8-a69d-47ce-ad83-dbe8bbb21627", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140713Z:b8557cc8-a69d-47ce-ad83-dbe8bbb21627", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "ee792934-6eac-4a04-9712-d293149bfba4", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140724Z:ee792934-6eac-4a04-9712-d293149bfba4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "ccf67b59-0139-4eac-ab1c-8d4c6cf69c2c", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140735Z:ccf67b59-0139-4eac-ab1c-8d4c6cf69c2c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "3031c692-c166-4f49-b64a-4731e2651ec9", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140746Z:3031c692-c166-4f49-b64a-4731e2651ec9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "f96be845-77b2-4f9a-94ad-7d0b13f5cde0", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140759Z:f96be845-77b2-4f9a-94ad-7d0b13f5cde0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:08: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": "f064d312-28d8-40c1-a35d-d8b781950665", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140810Z:f064d312-28d8-40c1-a35d-d8b781950665", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:08: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": "31001a2d-a5ed-49d4-bb5c-08d4df749e55", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140820Z:31001a2d-a5ed-49d4-bb5c-08d4df749e55", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "7b9f2245-dec5-4920-8865-b582073915f1", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140832Z:7b9f2245-dec5-4920-8865-b582073915f1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:08: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": "4f303ebd-2778-444d-ac1e-b96fbbedba59", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140842Z:4f303ebd-2778-444d-ac1e-b96fbbedba59", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "b32e9226-a6ad-4235-9c7a-a9a1f93ef10c", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140843Z:b32e9226-a6ad-4235-9c7a-a9a1f93ef10c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T13:53:17Z", - "backupId": "789f0c74-122d-9171-1f85-4d894b498f91", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/d4e7ab9a-49b8-4c36-a289-4f2026f97872?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 14:08:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4e7ab9a-49b8-4c36-a289-4f2026f97872?api-version=2022-05-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": "4cac2eea-b7f5-43ae-9310-fc628f8a4318", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140844Z:4cac2eea-b7f5-43ae-9310-fc628f8a4318", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4e7ab9a-49b8-4c36-a289-4f2026f97872?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:09: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": "4d26995d-47f4-473d-889d-1f72fdd8aece", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140914Z:4d26995d-47f4-473d-889d-1f72fdd8aece", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4e7ab9a-49b8-4c36-a289-4f2026f97872", - "name": "d4e7ab9a-49b8-4c36-a289-4f2026f97872", - "status": "Succeeded", - "startTime": "2022-09-19T14:08:43.9123426Z", - "endTime": "2022-09-19T14:08:45.709232Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4e7ab9a-49b8-4c36-a289-4f2026f97872?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:09: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": "343e2856-a4aa-4aff-ba8c-7ed3edbe4eb2", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140915Z:343e2856-a4aa-4aff-ba8c-7ed3edbe4eb2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "77", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:09:17 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": "7b30c546-6b75-422a-bec0-e2388aabaf6e", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140918Z:7b30c546-6b75-422a-bec0-e2388aabaf6e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "error": { - "code": "NotFound", - "message": "The requested Backup was not found." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:09: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": "c580f65c-40b1-4a5d-8a63-19164d316eda", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140918Z:c580f65c-40b1-4a5d-8a63-19164d316eda", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:01:00Z", - "backupId": "0590c9c6-29ab-2fe8-6460-38e420f9a229", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:09: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": "6d927855-fad4-4346-bdcf-49d1d3c73495", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140919Z:6d927855-fad4-4346-bdcf-49d1d3c73495", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault", - "name": "sdk-py-tests-acc-1-c2b62691/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": {} - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691?api-version=2022-05-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "413", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/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/westus2/operationResults/424e1b51-551b-42bc-bf70-c0a03dfd1bac?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "2743", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:09:19 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T14%3A09%3A19.7882191Z\u0027\u0022", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/424e1b51-551b-42bc-bf70-c0a03dfd1bac?api-version=2022-05-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": "57147808-d5f8-40ac-811d-d09336486c5c", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140919Z:57147808-d5f8-40ac-811d-d09336486c5c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A09%3A19.7882191Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:52:42.7964993Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault" - } - }, - "provisioningState": "Patching", - "fileSystemId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-c2b62691", - "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_8f82c7b40509489d9e97d719b9b955b4_d3d68978", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "fileSystemId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:48:26.1412458Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:00:59.7580591Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/424e1b51-551b-42bc-bf70-c0a03dfd1bac?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:09: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": "7df33575-a470-4e75-90cf-dc7cd0745dd1", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140950Z:7df33575-a470-4e75-90cf-dc7cd0745dd1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/424e1b51-551b-42bc-bf70-c0a03dfd1bac", - "name": "424e1b51-551b-42bc-bf70-c0a03dfd1bac", - "status": "Succeeded", - "startTime": "2022-09-19T14:09:19.7869631Z", - "endTime": "2022-09-19T14:09:22.6465323Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/424e1b51-551b-42bc-bf70-c0a03dfd1bac?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:09: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": "e70b13a1-8519-4bf8-81cb-622250e6981a", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140950Z:e70b13a1-8519-4bf8-81cb-622250e6981a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A09%3A22.6475137Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:52:42.7964993Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": false, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault" - } - }, - "fileSystemId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-c2b62691", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_d3d68978", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", - "poolId": "13ce5cfe-030e-cd25-c60d-5a255ff740d6", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "fileSystemId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:48:26.1412458Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:09:19.6500715Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "77", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:09: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": "5b9ebbe0-cd66-4658-88e3-68f122c17a5b", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140953Z:5b9ebbe0-cd66-4658-88e3-68f122c17a5b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "error": { - "code": "NotFound", - "message": "The requested Backup was not found." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:09: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": "13f936d5-3f5b-4938-98e5-2481c789a894", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140953Z:13f936d5-3f5b-4938-98e5-2481c789a894", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/d2672e8d-0a5d-4e27-8f2d-477865956537?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 14:09:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2672e8d-0a5d-4e27-8f2d-477865956537?api-version=2022-05-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": "7057a3ee-dc26-4915-b5eb-4e5be41865b0", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T140954Z:7057a3ee-dc26-4915-b5eb-4e5be41865b0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2672e8d-0a5d-4e27-8f2d-477865956537?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:10: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": "4a449299-74f4-4a48-8bfc-48affdac6c95", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141024Z:4a449299-74f4-4a48-8bfc-48affdac6c95", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2672e8d-0a5d-4e27-8f2d-477865956537", - "name": "d2672e8d-0a5d-4e27-8f2d-477865956537", - "status": "Deleting", - "startTime": "2022-09-19T14:09:54.4824323Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2672e8d-0a5d-4e27-8f2d-477865956537?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:10: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": "fd206dac-7e54-48f3-bb3d-be1fe0f1f9bc", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141055Z:fd206dac-7e54-48f3-bb3d-be1fe0f1f9bc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2672e8d-0a5d-4e27-8f2d-477865956537", - "name": "d2672e8d-0a5d-4e27-8f2d-477865956537", - "status": "Deleting", - "startTime": "2022-09-19T14:09:54.4824323Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2672e8d-0a5d-4e27-8f2d-477865956537?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:11: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": "5aad4dff-1c69-4d7e-90df-667d539be9f7", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141125Z:5aad4dff-1c69-4d7e-90df-667d539be9f7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2672e8d-0a5d-4e27-8f2d-477865956537", - "name": "d2672e8d-0a5d-4e27-8f2d-477865956537", - "status": "Deleting", - "startTime": "2022-09-19T14:09:54.4824323Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2672e8d-0a5d-4e27-8f2d-477865956537?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:11: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": "9caede11-fefc-4d0d-a858-01b67c5742df", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141155Z:9caede11-fefc-4d0d-a858-01b67c5742df", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2672e8d-0a5d-4e27-8f2d-477865956537", - "name": "d2672e8d-0a5d-4e27-8f2d-477865956537", - "status": "Deleting", - "startTime": "2022-09-19T14:09:54.4824323Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2672e8d-0a5d-4e27-8f2d-477865956537?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:12: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": "95b5fe9e-dc56-4597-9050-6737a33c6109", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141225Z:95b5fe9e-dc56-4597-9050-6737a33c6109", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2672e8d-0a5d-4e27-8f2d-477865956537", - "name": "d2672e8d-0a5d-4e27-8f2d-477865956537", - "status": "Succeeded", - "startTime": "2022-09-19T14:09:54.4824323Z", - "endTime": "2022-09-19T14:12:11.9046918Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2672e8d-0a5d-4e27-8f2d-477865956537?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:12: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": "0702e24b-091d-41b7-9b48-4b5d0131929d", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141226Z:0702e24b-091d-41b7-9b48-4b5d0131929d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A12%3A02.4518018Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:52:42.7964993Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": false, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault" - } - }, - "fileSystemId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-c2b62691", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_d3d68978", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", - "poolId": "13ce5cfe-030e-cd25-c60d-5a255ff740d6", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "fileSystemId": "c306ca81-33aa-35be-454c-5e0d1ed40761", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:48:26.1412458Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:09:19.6500715Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "324", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14: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": "ee0317c7-9a90-418e-a018-a75a55320b7a", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141549Z:ee0317c7-9a90-418e-a018-a75a55320b7a" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/681c214e-4ffe-4890-9a76-a92ce88e7a01?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 14:16:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/681c214e-4ffe-4890-9a76-a92ce88e7a01?api-version=2022-05-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": "1376c18a-a84c-410d-aa0c-79346d73320f", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141602Z:1376c18a-a84c-410d-aa0c-79346d73320f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/681c214e-4ffe-4890-9a76-a92ce88e7a01?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:16: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": "3ce992de-4281-4f4d-a1ec-ccaa6a89392a", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141632Z:3ce992de-4281-4f4d-a1ec-ccaa6a89392a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/681c214e-4ffe-4890-9a76-a92ce88e7a01", - "name": "681c214e-4ffe-4890-9a76-a92ce88e7a01", - "status": "Succeeded", - "startTime": "2022-09-19T14:16:01.848312Z", - "endTime": "2022-09-19T14:16:02.9733514Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/681c214e-4ffe-4890-9a76-a92ce88e7a01?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:16: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": "75e72ba9-77bb-4537-a3b4-8e7e4d32ea85", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141632Z:75e72ba9-77bb-4537-a3b4-8e7e4d32ea85", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A16%3A01.8414026Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:47:41.4622114Z" - }, - "properties": { - "poolId": "13ce5cfe-030e-cd25-c60d-5a255ff740d6", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:47:42.6958843Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:47:42.6958843Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 14:16:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e25f168d-737f-40d6-b7d1-f38025962d35", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141642Z:e25f168d-737f-40d6-b7d1-f38025962d35" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 14:16:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "28f30f14-9f10-4a7f-a15d-5f424fead5f3", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141653Z:28f30f14-9f10-4a7f-a15d-5f424fead5f3" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 14:17:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "71f7c064-1874-4fef-b41a-d0f4c535a8e2", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141703Z:71f7c064-1874-4fef-b41a-d0f4c535a8e2" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 14:17:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65cf9b9e-3d33-4a24-b647-abc3bb12c944", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141713Z:65cf9b9e-3d33-4a24-b647-abc3bb12c944" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14: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": "2ba5620d-2101-415b-92f6-2676889201c4", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141724Z:2ba5620d-2101-415b-92f6-2676889201c4" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/4cb27b21-c6ed-47fd-a1d3-87bb2c59a4ba?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 14:17:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4cb27b21-c6ed-47fd-a1d3-87bb2c59a4ba?api-version=2022-05-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": "0b71e9e7-ff43-4731-91e9-f0064c8db9c3", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141725Z:0b71e9e7-ff43-4731-91e9-f0064c8db9c3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4cb27b21-c6ed-47fd-a1d3-87bb2c59a4ba?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "3e1b6df9-1c00-46fd-a31f-90da270d1300", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141755Z:3e1b6df9-1c00-46fd-a31f-90da270d1300", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4cb27b21-c6ed-47fd-a1d3-87bb2c59a4ba", - "name": "4cb27b21-c6ed-47fd-a1d3-87bb2c59a4ba", - "status": "Succeeded", - "startTime": "2022-09-19T14:17:25.4200699Z", - "endTime": "2022-09-19T14:17:25.4669485Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4cb27b21-c6ed-47fd-a1d3-87bb2c59a4ba?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "7829033b-8b06-4e32-aa5c-6d3406ad4f2d", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141756Z:7829033b-8b06-4e32-aa5c-6d3406ad4f2d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691", - "name": "sdk-py-tests-acc-1-c2b62691", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A17%3A25.4244776Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:47:06.9689702Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:47:08.1675047Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:47:08.1675047Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "254", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:17:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "237a51e0-3729-48f2-9a10-9278002fed05", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141756Z:237a51e0-3729-48f2-9a10-9278002fed05" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691?api-version=2022-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0c249e8e-f99e-4830-9890-c232c523cfc2?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 14:17:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/0c249e8e-f99e-4830-9890-c232c523cfc2?api-version=2022-01-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "29223fd4-1d78-4dd0-b4d8-77bb87e2f289", - "x-ms-correlation-request-id": "1a5ef6ac-c804-4425-be34-63b69600a1f3", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141757Z:1a5ef6ac-c804-4425-be34-63b69600a1f3" - }, - "ResponseBody": null } ], "Variables": {} 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 ff328636532a..a2d69245fb98 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:49:27 GMT", + "Date": "Fri, 14 Oct 2022 01:08:49 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.13672.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:49:27 GMT", + "Date": "Fri, 14 Oct 2022 01:08:49 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.13622.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "c6d5a86b-7a74-4417-8309-eb7edd858a13", + "client-request-id": "ee946a22-4a7c-420a-a0a2-c24c93dc9b5f", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "c6d5a86b-7a74-4417-8309-eb7edd858a13", + "client-request-id": "ee946a22-4a7c-420a-a0a2-c24c93dc9b5f", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:49:28 GMT", + "Date": "Fri, 14 Oct 2022 01:08:49 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -213,7 +216,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -221,7 +224,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2", @@ -233,5050 +236,26 @@ } } }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/88b351b2-f7db-453a-8298-dafdd1cbaaef?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "750", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:49:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "37dd7856-cbbe-4574-9b81-acdbc1c81062", - "x-ms-correlation-request-id": "e126ffcd-1abf-441a-8e06-6bebe465b3e2", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144936Z:e126ffcd-1abf-441a-8e06-6bebe465b3e2" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-74e025c5", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5", - "etag": "W/\u0022bf6caae2-ff9e-4322-b551-b341f55cc149\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:49:30.5805224Z" - }, - "properties": { - "provisioningState": "Updating", - "resourceGuid": "8c06a64c-8aeb-4c30-aa94-cb08ca420e38", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/88b351b2-f7db-453a-8298-dafdd1cbaaef?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:49:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a5160290-f330-45a5-a923-58079ae1b3a3", - "x-ms-correlation-request-id": "3028a9f4-be76-4aac-bc8a-8b3a694194bf", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144939Z:3028a9f4-be76-4aac-bc8a-8b3a694194bf" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:49:39 GMT", - "ETag": "W/\u0022c098e013-2360-43e8-8aee-091bf6b51ac4\u0022", + "Date": "Fri, 14 Oct 2022 01:08:49 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c7ae8c79-3cfb-4587-b8b5-669bd7069866", - "x-ms-correlation-request-id": "f24054b5-4d77-4c95-aa7c-95ec344db4d5", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144940Z:f24054b5-4d77-4c95-aa7c-95ec344db4d5" + "x-ms-correlation-request-id": "2e0e5b84-bea5-4e6f-be04-2b5796f1a886", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "CENTRALUS:20221014T010850Z:2e0e5b84-bea5-4e6f-be04-2b5796f1a886" }, "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-74e025c5", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5", - "etag": "W/\u0022c098e013-2360-43e8-8aee-091bf6b51ac4\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:49:30.5805224Z" - }, - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "8c06a64c-8aeb-4c30-aa94-cb08ca420e38", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default?api-version=2022-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "151", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "properties": { - "serviceName": "Microsoft.Netapp/volumes" - } - } - ] + "error": { + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7ff2de11-3df9-467b-9446-1a6508f8f411?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1326", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:49:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e97e1360-a3a5-4979-b0a7-88b27057a16e", - "x-ms-correlation-request-id": "f796a0dd-cab4-48f7-a56a-deff36a93d81", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144941Z:f796a0dd-cab4-48f7-a56a-deff36a93d81" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", - "etag": "W/\u0022f0851ef2-6f4c-4658-a847-1c3fee063573\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022f0851ef2-6f4c-4658-a847-1c3fee063573\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7ff2de11-3df9-467b-9446-1a6508f8f411?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:49:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b245cd8f-3cb5-4e27-aea3-e26fe217405f", - "x-ms-correlation-request-id": "063170b4-3a3b-4fe6-aedd-dec3fc2f365d", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144944Z:063170b4-3a3b-4fe6-aedd-dec3fc2f365d" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:49:43 GMT", - "ETag": "W/\u002265a1724e-0019-4682-906d-40fc50a2d9a7\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0e8aa7a2-b3a9-4f52-b078-1680a0767e6f", - "x-ms-correlation-request-id": "f0c53df5-0f39-442a-b24b-84ce8424f5dc", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144944Z:f0c53df5-0f39-442a-b24b-84ce8424f5dc" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", - "etag": "W/\u002265a1724e-0019-4682-906d-40fc50a2d9a7\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002265a1724e-0019-4682-906d-40fc50a2d9a7\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 14:49:44 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.13672.7 - 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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 14:49:44 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.13622.7 - WEULR2 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": "608123c5-9d4a-492f-b451-7872caa89c90", - "Connection": "keep-alive", - "Content-Length": "281", - "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.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.18.0", - "x-ms-lib-capability": "retry-after, h429" - }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "608123c5-9d4a-492f-b451-7872caa89c90", - "Content-Length": "114", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:49:44 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.13672.7 - 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5de8166a-135e-4107-b943-87a42c0a7d89?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:49:48 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T14%3A49%3A47.8562367Z\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": "612cf20c-eda6-42cc-aff9-4424706cbddb", - "x-ms-ratelimit-remaining-subscription-writes": "1187", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144949Z:612cf20c-eda6-42cc-aff9-4424706cbddb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5", - "name": "sdk-py-tests-acc-1-74e025c5", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A49%3A47.8562367Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:49:46.0595366Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:49:46.9439917Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:49:46.9439917Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5de8166a-135e-4107-b943-87a42c0a7d89?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:50: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": "eaa69f2c-d992-46bf-9433-7c3fd5710d2e", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145019Z:eaa69f2c-d992-46bf-9433-7c3fd5710d2e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5de8166a-135e-4107-b943-87a42c0a7d89", - "name": "5de8166a-135e-4107-b943-87a42c0a7d89", - "status": "Succeeded", - "startTime": "2022-09-19T14:49:47.850007Z", - "endTime": "2022-09-19T14:49:47.9124925Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:50:19 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T14%3A49%3A47.9178847Z\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": "84280342-7b94-471e-9c1d-f6737ec2ba76", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145020Z:84280342-7b94-471e-9c1d-f6737ec2ba76", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5", - "name": "sdk-py-tests-acc-1-74e025c5", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A49%3A47.9178847Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:49:46.0595366Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:49:46.9439917Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:49:46.9439917Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/050f0e90-d69a-42a4-b3ae-2cd219024b79?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "922", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:50:22 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T14%3A50%3A21.9265486Z\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": "a85a7740-877e-4b67-b453-fe4c6ddd113e", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145022Z:a85a7740-877e-4b67-b453-fe4c6ddd113e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A50%3A21.9265486Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:50:20.4472883Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:50:21.7141291Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:50:21.7141291Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/050f0e90-d69a-42a4-b3ae-2cd219024b79?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "ec8affda-58e6-498f-b7a2-df6378ef468f", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145053Z:ec8affda-58e6-498f-b7a2-df6378ef468f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/050f0e90-d69a-42a4-b3ae-2cd219024b79", - "name": "050f0e90-d69a-42a4-b3ae-2cd219024b79", - "status": "Succeeded", - "startTime": "2022-09-19T14:50:21.9313696Z", - "endTime": "2022-09-19T14:50:22.947071Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:50:52 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T14%3A50%3A22.9469025Z\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": "592b2859-d4f3-4630-9a96-d0eea4bdaf9a", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145053Z:592b2859-d4f3-4630-9a96-d0eea4bdaf9a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A50%3A22.9469025Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:50:20.4472883Z" - }, - "properties": { - "poolId": "beba445b-09ff-cefa-0385-e824fafab2cb", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:50:21.7141291Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:50:21.7141291Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "783", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "creationToken": "sdk-py-tests-vol-3-74e025c5", - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/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 - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534a5bf4-ca8b-413b-8b06-f896886afd51?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1585", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:51:06 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T14%3A51%3A05.8691599Z\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": "a789445a-f0de-4423-b682-93f7aad76a9e", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145106Z:a789445a-f0de-4423-b682-93f7aad76a9e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A51%3A05.8691599Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:51:03.7560621Z" - }, - "properties": { - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-74e025c5", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/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, - "maximumNumberOfFiles": 100000000, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:51:04.8990934Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:51:04.8990934Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534a5bf4-ca8b-413b-8b06-f896886afd51?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "fd3cc72c-147e-4d84-a667-d35aab9294a3", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145136Z:fd3cc72c-147e-4d84-a667-d35aab9294a3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534a5bf4-ca8b-413b-8b06-f896886afd51", - "name": "534a5bf4-ca8b-413b-8b06-f896886afd51", - "status": "Creating", - "startTime": "2022-09-19T14:51:05.8712556Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534a5bf4-ca8b-413b-8b06-f896886afd51?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:52: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": "28abed04-00f8-4868-80bf-67e8d7880a02", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145207Z:28abed04-00f8-4868-80bf-67e8d7880a02", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534a5bf4-ca8b-413b-8b06-f896886afd51", - "name": "534a5bf4-ca8b-413b-8b06-f896886afd51", - "status": "Creating", - "startTime": "2022-09-19T14:51:05.8712556Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534a5bf4-ca8b-413b-8b06-f896886afd51?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:52: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": "1bc46a60-8a8c-427c-a424-561928f7c964", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145237Z:1bc46a60-8a8c-427c-a424-561928f7c964", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534a5bf4-ca8b-413b-8b06-f896886afd51", - "name": "534a5bf4-ca8b-413b-8b06-f896886afd51", - "status": "Creating", - "startTime": "2022-09-19T14:51:05.8712556Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534a5bf4-ca8b-413b-8b06-f896886afd51?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:53: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": "3f808ca1-be86-4b35-8ccc-a868308ecd8d", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145307Z:3f808ca1-be86-4b35-8ccc-a868308ecd8d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534a5bf4-ca8b-413b-8b06-f896886afd51", - "name": "534a5bf4-ca8b-413b-8b06-f896886afd51", - "status": "Creating", - "startTime": "2022-09-19T14:51:05.8712556Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534a5bf4-ca8b-413b-8b06-f896886afd51?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:53: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": "774c7e1e-cd58-436c-86a5-5ec2204e9f4e", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145337Z:774c7e1e-cd58-436c-86a5-5ec2204e9f4e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534a5bf4-ca8b-413b-8b06-f896886afd51", - "name": "534a5bf4-ca8b-413b-8b06-f896886afd51", - "status": "Creating", - "startTime": "2022-09-19T14:51:05.8712556Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534a5bf4-ca8b-413b-8b06-f896886afd51?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:54: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": "671c3f36-eb45-424d-a836-77a6e3afadd3", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145408Z:671c3f36-eb45-424d-a836-77a6e3afadd3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534a5bf4-ca8b-413b-8b06-f896886afd51", - "name": "534a5bf4-ca8b-413b-8b06-f896886afd51", - "status": "Creating", - "startTime": "2022-09-19T14:51:05.8712556Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534a5bf4-ca8b-413b-8b06-f896886afd51?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:54: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": "1d259715-a54e-4fee-a21b-23a4db50ca2e", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145439Z:1d259715-a54e-4fee-a21b-23a4db50ca2e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534a5bf4-ca8b-413b-8b06-f896886afd51", - "name": "534a5bf4-ca8b-413b-8b06-f896886afd51", - "status": "Creating", - "startTime": "2022-09-19T14:51:05.8712556Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534a5bf4-ca8b-413b-8b06-f896886afd51?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:55: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": "5a425998-f459-4436-b99c-311808406297", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145509Z:5a425998-f459-4436-b99c-311808406297", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534a5bf4-ca8b-413b-8b06-f896886afd51", - "name": "534a5bf4-ca8b-413b-8b06-f896886afd51", - "status": "Succeeded", - "startTime": "2022-09-19T14:51:05.8712556Z", - "endTime": "2022-09-19T14:55:07.9366537Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:55:09 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T14%3A55%3A07.938397Z\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": "d26a457c-c581-41ce-9e13-219b9924839b", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145509Z:d26a457c-c581-41ce-9e13-219b9924839b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A55%3A07.938397Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:51:03.7560621Z" - }, - "properties": { - "fileSystemId": "51d71405-3806-4e36-ca22-95884919c898", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-74e025c5", - "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_8f82c7b40509489d9e97d719b9b955b4_6b998d4b", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "51d71405-3806-4e36-ca22-95884919c898", - "fileSystemId": "51d71405-3806-4e36-ca22-95884919c898", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:51:04.8990934Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:51:04.8990934Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:55:19 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T14%3A55%3A07.938397Z\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": "dec5ef91-1968-4c7c-90c7-40c30b269372", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145520Z:dec5ef91-1968-4c7c-90c7-40c30b269372", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A55%3A07.938397Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:51:03.7560621Z" - }, - "properties": { - "fileSystemId": "51d71405-3806-4e36-ca22-95884919c898", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-74e025c5", - "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_8f82c7b40509489d9e97d719b9b955b4_6b998d4b", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "51d71405-3806-4e36-ca22-95884919c898", - "fileSystemId": "51d71405-3806-4e36-ca22-95884919c898", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:51:04.8990934Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:51:04.8990934Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:55: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": "17446534-d233-440c-a7ed-156be87fa9a0", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145520Z:17446534-d233-440c-a7ed-156be87fa9a0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault", - "name": "sdk-py-tests-acc-1-74e025c5/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": {} - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5?api-version=2022-05-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "412", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault", - "backupEnabled": true - } - }, - "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/westus2/operationResults/e081f222-b294-4843-83af-2c88326f09a3?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "2480", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:55:20 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T14%3A55%3A21.3343846Z\u0027\u0022", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e081f222-b294-4843-83af-2c88326f09a3?api-version=2022-05-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": "4eeaa3b3-6e8c-4698-89a9-e9ab66e91b1c", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145521Z:4eeaa3b3-6e8c-4698-89a9-e9ab66e91b1c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A55%3A21.3343846Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:51:03.7560621Z" - }, - "properties": { - "provisioningState": "Patching", - "fileSystemId": "51d71405-3806-4e36-ca22-95884919c898", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-74e025c5", - "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_8f82c7b40509489d9e97d719b9b955b4_6b998d4b", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "51d71405-3806-4e36-ca22-95884919c898", - "fileSystemId": "51d71405-3806-4e36-ca22-95884919c898", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:51:04.8990934Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:51:04.8990934Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e081f222-b294-4843-83af-2c88326f09a3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:55: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": "c411037c-6dfd-4cdb-8602-240cb19ec276", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145551Z:c411037c-6dfd-4cdb-8602-240cb19ec276", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e081f222-b294-4843-83af-2c88326f09a3", - "name": "e081f222-b294-4843-83af-2c88326f09a3", - "status": "Succeeded", - "startTime": "2022-09-19T14:55:21.3331502Z", - "endTime": "2022-09-19T14:55:24.7607932Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e081f222-b294-4843-83af-2c88326f09a3?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:55: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": "b9796423-c52d-4f23-8e33-9a9ac88f22fc", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145551Z:b9796423-c52d-4f23-8e33-9a9ac88f22fc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A55%3A24.765333Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:55:20.9850448Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault" - } - }, - "fileSystemId": "51d71405-3806-4e36-ca22-95884919c898", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-74e025c5", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_6b998d4b", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", - "poolId": "beba445b-09ff-cefa-0385-e824fafab2cb", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "51d71405-3806-4e36-ca22-95884919c898", - "fileSystemId": "51d71405-3806-4e36-ca22-95884919c898", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:51:04.8990934Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:55:21.1720447Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "69", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "useExistingSnapshot": false - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f8ea6628-14c3-4e95-b07e-106b87bb5648?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "542", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:55:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f8ea6628-14c3-4e95-b07e-106b87bb5648?api-version=2022-05-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": "fef6123b-e4f9-4653-8bf8-db1415ee36b4", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145552Z:fef6123b-e4f9-4653-8bf8-db1415ee36b4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "provisioningState": "Creating", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f8ea6628-14c3-4e95-b07e-106b87bb5648?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:56: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": "aa8fb824-4f95-4e0f-82c5-00f20bef6e85", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145622Z:aa8fb824-4f95-4e0f-82c5-00f20bef6e85", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f8ea6628-14c3-4e95-b07e-106b87bb5648", - "name": "f8ea6628-14c3-4e95-b07e-106b87bb5648", - "status": "Succeeded", - "startTime": "2022-09-19T14:55:52.3172829Z", - "endTime": "2022-09-19T14:55:52.5361196Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f8ea6628-14c3-4e95-b07e-106b87bb5648?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "761", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:56: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": "f3557b0b-50d3-40f2-afe3-d69903a69cce", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145622Z:f3557b0b-50d3-40f2-afe3-d69903a69cce", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "9/19/2022 2:55:52 PM", - "location": "", - "properties": { - "fileSystemId": "51d71405-3806-4e36-ca22-95884919c898", - "creationDate": "0001-01-01T00:00:00Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:56: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": "bdca805a-7fef-44b2-a26e-646ba565042c", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145633Z:bdca805a-7fef-44b2-a26e-646ba565042c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:56: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": "dc02aaad-3d51-49db-83af-9c499b7a1ab7", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145645Z:dc02aaad-3d51-49db-83af-9c499b7a1ab7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:56: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": "97eb0b9c-be73-420f-8fc2-9883d2a95f1d", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145655Z:97eb0b9c-be73-420f-8fc2-9883d2a95f1d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:57: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": "c27d018c-54ee-4943-9b2c-de32a903ec28", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145706Z:c27d018c-54ee-4943-9b2c-de32a903ec28", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:57: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": "4cac6ff7-98ae-4d7b-8047-31730db4a3aa", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145717Z:4cac6ff7-98ae-4d7b-8047-31730db4a3aa", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:57: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": "9586951b-3c03-449b-9481-0d1a14928d5c", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145727Z:9586951b-3c03-449b-9481-0d1a14928d5c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:57: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": "0b55578c-d28f-400a-8f92-1d45030a9a7c", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145738Z:0b55578c-d28f-400a-8f92-1d45030a9a7c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:57: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": "061c985b-3ccb-4708-9aac-4ca6f8e4e95a", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145749Z:061c985b-3ccb-4708-9aac-4ca6f8e4e95a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "dc3c35f4-5455-4881-bc24-6a0e5638312b", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145759Z:dc3c35f4-5455-4881-bc24-6a0e5638312b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:58: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": "53abd653-44ff-44ee-b1e4-b1819bb85758", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145810Z:53abd653-44ff-44ee-b1e4-b1819bb85758", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:58: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": "82849ef5-c26c-4242-bb82-c01ab50f2a49", - "x-ms-ratelimit-remaining-subscription-reads": "11873", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145821Z:82849ef5-c26c-4242-bb82-c01ab50f2a49", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:58: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": "e2bd6763-42d6-49f9-be06-b3438acb1f8f", - "x-ms-ratelimit-remaining-subscription-reads": "11872", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145832Z:e2bd6763-42d6-49f9-be06-b3438acb1f8f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:58: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": "3a80e0ed-ccb0-4cb0-bbb7-9c02f77ec5d4", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145842Z:3a80e0ed-ccb0-4cb0-bbb7-9c02f77ec5d4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:58: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": "6a8340f7-da6f-46f7-97cb-d8d4027ab786", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145854Z:6a8340f7-da6f-46f7-97cb-d8d4027ab786", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:59: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": "733a7646-c8c7-422f-babf-cfc7028eddfe", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145908Z:733a7646-c8c7-422f-babf-cfc7028eddfe", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:59: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": "6553d3a2-4320-4c34-bd6d-bffafa6a3383", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145918Z:6553d3a2-4320-4c34-bd6d-bffafa6a3383", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:59: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": "3bf3a53d-1c32-4fd2-8fb3-08afbbe45ee0", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145928Z:3bf3a53d-1c32-4fd2-8fb3-08afbbe45ee0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:59: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": "740d0cb0-46a3-43a5-ab96-d25728892f15", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145940Z:740d0cb0-46a3-43a5-ab96-d25728892f15", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:59: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": "8d608f35-a5c6-4544-8efa-1999cc4a9ff5", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-routing-request-id": "WESTEUROPE:20220919T145951Z:8d608f35-a5c6-4544-8efa-1999cc4a9ff5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:00: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": "e6474ce1-5a1a-41ed-bc75-0cdf60c97831", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150001Z:e6474ce1-5a1a-41ed-bc75-0cdf60c97831", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:00: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": "5361b693-4082-4103-bd8b-bd3970d21a59", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150012Z:5361b693-4082-4103-bd8b-bd3970d21a59", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:00: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": "5dd4260c-7e1a-4c3a-9270-fb0c8a74d662", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150022Z:5dd4260c-7e1a-4c3a-9270-fb0c8a74d662", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:00: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": "ad02b15f-df49-4344-b96e-86fec31fdbe5", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150033Z:ad02b15f-df49-4344-b96e-86fec31fdbe5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:00: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": "504d5f18-cc26-4ca7-b1ec-6ceba323eea1", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150044Z:504d5f18-cc26-4ca7-b1ec-6ceba323eea1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:00: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": "751f9d70-4153-4cdb-8d97-c67f7b94f26b", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150054Z:751f9d70-4153-4cdb-8d97-c67f7b94f26b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:01: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": "00288d17-ed39-48aa-9374-d13102330b04", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150105Z:00288d17-ed39-48aa-9374-d13102330b04", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:01: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": "f7e8952c-1a3d-466d-a812-6aab0be5aa77", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150116Z:f7e8952c-1a3d-466d-a812-6aab0be5aa77", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:01: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": "1783eb20-a8e7-4b63-b8d9-e302ed13738e", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150126Z:1783eb20-a8e7-4b63-b8d9-e302ed13738e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15: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": "9681a45a-4a57-4a22-8831-1d6c8b0a284a", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150137Z:9681a45a-4a57-4a22-8831-1d6c8b0a284a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15: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": "c9635862-0748-4b87-9d70-d2a1fb33ddc8", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150148Z:c9635862-0748-4b87-9d70-d2a1fb33ddc8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:01: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": "a8a1a98c-19cc-4d36-bed5-09b71a1c4716", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150158Z:a8a1a98c-19cc-4d36-bed5-09b71a1c4716", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15: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": "8eec25f1-6676-4de6-b5ce-ed7be86464cf", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150209Z:8eec25f1-6676-4de6-b5ce-ed7be86464cf", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15: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": "bd533e38-56b8-47fd-b1c5-29ebee06f16e", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150220Z:bd533e38-56b8-47fd-b1c5-29ebee06f16e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15: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": "bee04360-dbd6-45cd-9d58-c0b3bcd86661", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150232Z:bee04360-dbd6-45cd-9d58-c0b3bcd86661", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:02: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": "c1a35826-1b85-4685-97ed-04234a7e6320", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150242Z:c1a35826-1b85-4685-97ed-04234a7e6320", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:02: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": "8fefd8b7-fb47-472b-9b42-3189dbe8397e", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150253Z:8fefd8b7-fb47-472b-9b42-3189dbe8397e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:03: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": "b0e82e81-32f0-4ae0-ab1b-0ab182ea2410", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150303Z:b0e82e81-32f0-4ae0-ab1b-0ab182ea2410", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:03: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": "2ec8ad22-d1c1-4d7c-9d50-99827030cadb", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150314Z:2ec8ad22-d1c1-4d7c-9d50-99827030cadb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:03: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": "1f9b472f-d3b5-4a05-9878-14b45af3640c", - "x-ms-ratelimit-remaining-subscription-reads": "11873", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150325Z:1f9b472f-d3b5-4a05-9878-14b45af3640c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:03: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": "b066c40d-4a59-4c83-8f0f-9d165f9fc64b", - "x-ms-ratelimit-remaining-subscription-reads": "11872", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150336Z:b066c40d-4a59-4c83-8f0f-9d165f9fc64b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:03: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": "c0d0279c-9e03-4d0c-9654-5d131bb91728", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150337Z:c0d0279c-9e03-4d0c-9654-5d131bb91728", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:55:52Z", - "backupId": "3cd83d43-4d97-d0a0-d79a-e2124ecbdc5e", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:03: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": "e8e67036-c1ab-468c-9f0c-ab028626da47", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150337Z:e8e67036-c1ab-468c-9f0c-ab028626da47", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault", - "name": "sdk-py-tests-acc-1-74e025c5/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": {} - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5?api-version=2022-05-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "413", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/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/westus2/operationResults/234457e6-6ea1-4437-81a8-0cf0507841c2?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "2743", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:03:37 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T15%3A03%3A38.1275073Z\u0027\u0022", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/234457e6-6ea1-4437-81a8-0cf0507841c2?api-version=2022-05-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": "34f03f61-48da-44b4-8aa7-d09d187ae809", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150338Z:34f03f61-48da-44b4-8aa7-d09d187ae809", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T15%3A03%3A38.1275073Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:55:20.9850448Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault" - } - }, - "provisioningState": "Patching", - "fileSystemId": "51d71405-3806-4e36-ca22-95884919c898", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-74e025c5", - "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_8f82c7b40509489d9e97d719b9b955b4_6b998d4b", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "51d71405-3806-4e36-ca22-95884919c898", - "fileSystemId": "51d71405-3806-4e36-ca22-95884919c898", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:51:04.8990934Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:55:21.1720447Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/234457e6-6ea1-4437-81a8-0cf0507841c2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:04: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": "6849d284-fa99-435b-9f3a-83b7a6162c96", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150408Z:6849d284-fa99-435b-9f3a-83b7a6162c96", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/234457e6-6ea1-4437-81a8-0cf0507841c2", - "name": "234457e6-6ea1-4437-81a8-0cf0507841c2", - "status": "Succeeded", - "startTime": "2022-09-19T15:03:38.1253804Z", - "endTime": "2022-09-19T15:03:41.5945884Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/234457e6-6ea1-4437-81a8-0cf0507841c2?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:04: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": "c085eb48-4785-4506-8ea3-a8bcb029552c", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150408Z:c085eb48-4785-4506-8ea3-a8bcb029552c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T15%3A03%3A41.5984251Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:55:20.9850448Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": false, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault" - } - }, - "fileSystemId": "51d71405-3806-4e36-ca22-95884919c898", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-74e025c5", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_6b998d4b", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", - "poolId": "beba445b-09ff-cefa-0385-e824fafab2cb", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "51d71405-3806-4e36-ca22-95884919c898", - "fileSystemId": "51d71405-3806-4e36-ca22-95884919c898", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:51:04.8990934Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T15:03:37.9914697Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "77", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:04: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": "3c39f144-6370-498e-864e-1accf28eb200", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150411Z:3c39f144-6370-498e-864e-1accf28eb200", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "error": { - "code": "NotFound", - "message": "The requested Backup was not found." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/84391c71-9570-43e6-8cd7-94669decc0bd?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 15:04:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84391c71-9570-43e6-8cd7-94669decc0bd?api-version=2022-05-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": "00885400-d87e-4b97-b427-2db7cc8a70ec", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150412Z:00885400-d87e-4b97-b427-2db7cc8a70ec", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84391c71-9570-43e6-8cd7-94669decc0bd?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:04: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": "c97d1551-969a-4264-95ce-ce2b28622cfc", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150443Z:c97d1551-969a-4264-95ce-ce2b28622cfc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84391c71-9570-43e6-8cd7-94669decc0bd", - "name": "84391c71-9570-43e6-8cd7-94669decc0bd", - "status": "Deleting", - "startTime": "2022-09-19T15:04:12.6263435Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84391c71-9570-43e6-8cd7-94669decc0bd?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:05: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": "68497616-40c7-4529-b22d-cf8c3d0df540", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150513Z:68497616-40c7-4529-b22d-cf8c3d0df540", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84391c71-9570-43e6-8cd7-94669decc0bd", - "name": "84391c71-9570-43e6-8cd7-94669decc0bd", - "status": "Deleting", - "startTime": "2022-09-19T15:04:12.6263435Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84391c71-9570-43e6-8cd7-94669decc0bd?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:05: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": "7b2f8a32-f191-4f27-a6e2-de47bf86e5e8", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150543Z:7b2f8a32-f191-4f27-a6e2-de47bf86e5e8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84391c71-9570-43e6-8cd7-94669decc0bd", - "name": "84391c71-9570-43e6-8cd7-94669decc0bd", - "status": "Deleting", - "startTime": "2022-09-19T15:04:12.6263435Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84391c71-9570-43e6-8cd7-94669decc0bd?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:06: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": "dce1dfd4-73f8-4a8e-91c0-8e7b4f5f9de3", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150613Z:dce1dfd4-73f8-4a8e-91c0-8e7b4f5f9de3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84391c71-9570-43e6-8cd7-94669decc0bd", - "name": "84391c71-9570-43e6-8cd7-94669decc0bd", - "status": "Deleting", - "startTime": "2022-09-19T15:04:12.6263435Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84391c71-9570-43e6-8cd7-94669decc0bd?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15: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": "47ca78cc-28b3-40e0-bcfd-c92cc91fe6f7", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150644Z:47ca78cc-28b3-40e0-bcfd-c92cc91fe6f7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84391c71-9570-43e6-8cd7-94669decc0bd", - "name": "84391c71-9570-43e6-8cd7-94669decc0bd", - "status": "Deleting", - "startTime": "2022-09-19T15:04:12.6263435Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84391c71-9570-43e6-8cd7-94669decc0bd?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:07: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": "4fa034cf-0fe3-45de-a8f0-445a216057e7", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150714Z:4fa034cf-0fe3-45de-a8f0-445a216057e7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84391c71-9570-43e6-8cd7-94669decc0bd", - "name": "84391c71-9570-43e6-8cd7-94669decc0bd", - "status": "Succeeded", - "startTime": "2022-09-19T15:04:12.6263435Z", - "endTime": "2022-09-19T15:06:45.4724989Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84391c71-9570-43e6-8cd7-94669decc0bd?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15: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": "ceb1c87c-1dce-47f7-a68a-2c57fdf6a400", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-routing-request-id": "WESTEUROPE:20220919T150714Z:ceb1c87c-1dce-47f7-a68a-2c57fdf6a400", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T15%3A06%3A27.8527546Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:55:20.9850448Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": false, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault" - } - }, - "fileSystemId": "51d71405-3806-4e36-ca22-95884919c898", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-74e025c5", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_6b998d4b", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", - "poolId": "beba445b-09ff-cefa-0385-e824fafab2cb", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "51d71405-3806-4e36-ca22-95884919c898", - "fileSystemId": "51d71405-3806-4e36-ca22-95884919c898", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:51:04.8990934Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T15:03:37.9914697Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "324", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:10:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "384043bf-8cec-448e-a012-8682d1c7066d", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151036Z:384043bf-8cec-448e-a012-8682d1c7066d" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/76983a6d-0908-4b40-be17-02994f069a5f?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 15:10:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/76983a6d-0908-4b40-be17-02994f069a5f?api-version=2022-05-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": "18dd34c5-2762-4bb3-9a5c-87417387643f", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151048Z:18dd34c5-2762-4bb3-9a5c-87417387643f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/76983a6d-0908-4b40-be17-02994f069a5f?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:11: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": "4e4d7523-ec7e-47fb-adba-1bf9714e7005", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151118Z:4e4d7523-ec7e-47fb-adba-1bf9714e7005", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/76983a6d-0908-4b40-be17-02994f069a5f", - "name": "76983a6d-0908-4b40-be17-02994f069a5f", - "status": "Succeeded", - "startTime": "2022-09-19T15:10:48.3813703Z", - "endTime": "2022-09-19T15:10:49.2876233Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/76983a6d-0908-4b40-be17-02994f069a5f?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:11: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": "9485fdd3-9ce2-4a26-be17-c671a49fac7c", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151119Z:9485fdd3-9ce2-4a26-be17-c671a49fac7c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T15%3A10%3A48.3890368Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:50:20.4472883Z" - }, - "properties": { - "poolId": "beba445b-09ff-cefa-0385-e824fafab2cb", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:50:21.7141291Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:50:21.7141291Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 15:11:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a426cfdd-45a9-4bea-9597-54d4cf8ec193", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151129Z:a426cfdd-45a9-4bea-9597-54d4cf8ec193" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 15:11:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3af8270-ff61-4fea-95c7-0a75dcad18d7", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151139Z:f3af8270-ff61-4fea-95c7-0a75dcad18d7" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 15:11:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08306c5f-381b-409f-9aa9-f38a69a055cd", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151149Z:08306c5f-381b-409f-9aa9-f38a69a055cd" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 15:11:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fcacf9ac-3a23-46f4-acda-382fc9c66ffd", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151200Z:fcacf9ac-3a23-46f4-acda-382fc9c66ffd" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:12:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e78f79f2-8c02-4225-9abc-67ff43b3abb4", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151210Z:e78f79f2-8c02-4225-9abc-67ff43b3abb4" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/b99616e2-4a0a-4ec0-b5cb-0fb41f3f1e64?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 15:12:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b99616e2-4a0a-4ec0-b5cb-0fb41f3f1e64?api-version=2022-05-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": "b5b65eae-d2c5-46e1-a43c-da30e0c42acb", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151211Z:b5b65eae-d2c5-46e1-a43c-da30e0c42acb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b99616e2-4a0a-4ec0-b5cb-0fb41f3f1e64?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:12: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": "91fdcfd8-c839-4508-b2ff-47dcbb58d591", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151242Z:91fdcfd8-c839-4508-b2ff-47dcbb58d591", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b99616e2-4a0a-4ec0-b5cb-0fb41f3f1e64", - "name": "b99616e2-4a0a-4ec0-b5cb-0fb41f3f1e64", - "status": "Succeeded", - "startTime": "2022-09-19T15:12:11.796677Z", - "endTime": "2022-09-19T15:12:11.8278812Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b99616e2-4a0a-4ec0-b5cb-0fb41f3f1e64?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:12: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": "06d1c13e-701b-4dbc-bebc-f073524f7ded", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151242Z:06d1c13e-701b-4dbc-bebc-f073524f7ded", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5", - "name": "sdk-py-tests-acc-1-74e025c5", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T15%3A12%3A11.7911745Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:49:46.0595366Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:49:46.9439917Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:49:46.9439917Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "254", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:12:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e07c7ae-b9b3-4225-84ff-c6c35eb272f5", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151242Z:2e07c7ae-b9b3-4225-84ff-c6c35eb272f5" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5?api-version=2022-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4d52722c-4114-4532-88c1-66224e362718?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 15:12:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/4d52722c-4114-4532-88c1-66224e362718?api-version=2022-01-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "33ecbf95-e1da-490a-892e-6b25eb60598b", - "x-ms-correlation-request-id": "275310b5-5d91-4758-957f-81041ff3d425", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151243Z:275310b5-5d91-4758-957f-81041ff3d425" - }, - "ResponseBody": null } ], "Variables": {} 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 45ee5e913f44..ab98391bc25b 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:18:53 GMT", + "Date": "Fri, 14 Oct 2022 01:08: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.13672.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:18:53 GMT", + "Date": "Fri, 14 Oct 2022 01:08: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.13622.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13871.7 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "28854d6c-f337-43c8-adfe-6708bfc6e2eb", + "client-request-id": "55a1d816-43f7-47d1-bf0e-6cf9045cf950", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "28854d6c-f337-43c8-adfe-6708bfc6e2eb", + "client-request-id": "55a1d816-43f7-47d1-bf0e-6cf9045cf950", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:18:53 GMT", + "Date": "Fri, 14 Oct 2022 01:08:45 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -213,7 +216,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -221,7 +224,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2", @@ -233,7329 +236,26 @@ } } }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4b2d85ff-4d53-482a-9b69-5f684ed73818?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "750", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:18:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1c0410ff-c7f8-44a6-9d6e-c68fcfdf323a", - "x-ms-correlation-request-id": "e127b214-8784-4a73-a0a5-e9563c5cc02b", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141900Z:e127b214-8784-4a73-a0a5-e9563c5cc02b" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-70dd2307", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307", - "etag": "W/\u00223e6fff74-78c3-404f-9238-ddad4d40ca60\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:18:55.3935823Z" - }, - "properties": { - "provisioningState": "Updating", - "resourceGuid": "deab5b95-789f-4da6-a44b-fb80a69eebe2", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4b2d85ff-4d53-482a-9b69-5f684ed73818?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:19:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7d22b45e-bc75-40db-97f3-0de88559169d", - "x-ms-correlation-request-id": "2d1b4acd-3048-4e18-b130-3aff949cf79c", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141903Z:2d1b4acd-3048-4e18-b130-3aff949cf79c" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:19:03 GMT", - "ETag": "W/\u00222e47f326-4583-4a62-b8c7-bb6e8b113727\u0022", + "Date": "Fri, 14 Oct 2022 01:08:46 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "950b4775-a5c4-4f03-8a3f-7db8b6a79acc", - "x-ms-correlation-request-id": "b5206f77-a7a4-4705-b80b-4ef8bc4c220b", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141904Z:b5206f77-a7a4-4705-b80b-4ef8bc4c220b" + "x-ms-correlation-request-id": "6ad77f20-6e3f-419d-ab5c-bc6e2fc788cc", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "CENTRALUS:20221014T010847Z:6ad77f20-6e3f-419d-ab5c-bc6e2fc788cc" }, "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-70dd2307", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307", - "etag": "W/\u00222e47f326-4583-4a62-b8c7-bb6e8b113727\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:18:55.3935823Z" - }, - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "deab5b95-789f-4da6-a44b-fb80a69eebe2", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default?api-version=2022-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "151", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "properties": { - "serviceName": "Microsoft.Netapp/volumes" - } - } - ] + "error": { + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/28d2611c-ba82-4333-be33-0cc9a2d6ae31?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1326", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:19:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8c232cd0-929e-40c3-9d07-9844efad9b3c", - "x-ms-correlation-request-id": "6817d663-fa2d-46af-8673-e54b06a9240d", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141905Z:6817d663-fa2d-46af-8673-e54b06a9240d" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", - "etag": "W/\u00220c3435f5-3dac-448a-9ad0-0db934dd75de\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00220c3435f5-3dac-448a-9ad0-0db934dd75de\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/28d2611c-ba82-4333-be33-0cc9a2d6ae31?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:19:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cfac5da6-e8cc-4198-8f8b-36aba5654126", - "x-ms-correlation-request-id": "fc148fc4-dc58-4acf-b289-f6aaff9f5ba1", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141909Z:fc148fc4-dc58-4acf-b289-f6aaff9f5ba1" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:19:08 GMT", - "ETag": "W/\u0022b35c552e-0b80-44b6-8615-d04f545fccdb\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "570df92d-60e9-4a46-9646-cce86354dcfb", - "x-ms-correlation-request-id": "0c1184c8-ab4f-4694-95b1-f7a4a46cf0fb", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141909Z:0c1184c8-ab4f-4694-95b1-f7a4a46cf0fb" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", - "etag": "W/\u0022b35c552e-0b80-44b6-8615-d04f545fccdb\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022b35c552e-0b80-44b6-8615-d04f545fccdb\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 14:19:08 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.13672.7 - 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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 14:19:09 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.13622.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": "36a2824f-5ad8-4787-8f64-7192809ad71d", - "Connection": "keep-alive", - "Content-Length": "281", - "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.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.18.0", - "x-ms-lib-capability": "retry-after, h429" - }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "36a2824f-5ad8-4787-8f64-7192809ad71d", - "Content-Length": "114", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:19:09 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.13672.7 - 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70f9a36e-bca5-41d6-8e8c-1b3dd45c5e41?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:19:13 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T14%3A19%3A13.2314542Z\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": "3719dcab-e907-442d-bb63-ac8cf476ba0b", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141914Z:3719dcab-e907-442d-bb63-ac8cf476ba0b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307", - "name": "sdk-py-tests-acc-1-70dd2307", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A19%3A13.2314542Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:19:10.9270563Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:19:12.2457768Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:19:12.2457768Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70f9a36e-bca5-41d6-8e8c-1b3dd45c5e41?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:19: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": "908e1862-3039-4408-98e0-c0eda48821ea", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141944Z:908e1862-3039-4408-98e0-c0eda48821ea", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70f9a36e-bca5-41d6-8e8c-1b3dd45c5e41", - "name": "70f9a36e-bca5-41d6-8e8c-1b3dd45c5e41", - "status": "Succeeded", - "startTime": "2022-09-19T14:19:13.2411129Z", - "endTime": "2022-09-19T14:19:13.2739105Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:19:44 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T14%3A19%3A13.2790344Z\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": "72215a83-10a6-4e7e-ad38-734aba452568", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141945Z:72215a83-10a6-4e7e-ad38-734aba452568", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307", - "name": "sdk-py-tests-acc-1-70dd2307", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A19%3A13.2790344Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:19:10.9270563Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:19:12.2457768Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:19:12.2457768Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/9c03525c-80a1-42db-8855-1ba0d70426fb?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "922", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:19:53 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T14%3A19%3A52.7859612Z\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": "c7685865-8504-47a1-826c-7b400e8ef63c", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20220919T141954Z:c7685865-8504-47a1-826c-7b400e8ef63c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A19%3A52.7859612Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:19:45.3884112Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:19:52.5839529Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:19:52.5839529Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9c03525c-80a1-42db-8855-1ba0d70426fb?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:20: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": "73df5e3d-dbac-4b82-8bf8-26e837a605ef", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142024Z:73df5e3d-dbac-4b82-8bf8-26e837a605ef", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9c03525c-80a1-42db-8855-1ba0d70426fb", - "name": "9c03525c-80a1-42db-8855-1ba0d70426fb", - "status": "Succeeded", - "startTime": "2022-09-19T14:19:52.7923698Z", - "endTime": "2022-09-19T14:19:53.4703174Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:20:24 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T14%3A19%3A53.4720048Z\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": "8ac61cd7-481a-428a-b2ba-eb3dc5f764bc", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142024Z:8ac61cd7-481a-428a-b2ba-eb3dc5f764bc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A19%3A53.4720048Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:19:45.3884112Z" - }, - "properties": { - "poolId": "d84595e4-dbf5-36bb-9952-b94532119f37", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:19:52.5839529Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:19:52.5839529Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "783", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "creationToken": "sdk-py-tests-vol-3-70dd2307", - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/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 - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1583", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:20:37 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T14%3A20%3A36.71698Z\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": "8a6c822c-8753-4042-a325-7cde1918c2b1", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142038Z:8a6c822c-8753-4042-a325-7cde1918c2b1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A20%3A36.71698Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:20:35.2248205Z" - }, - "properties": { - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-70dd2307", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/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, - "maximumNumberOfFiles": 100000000, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:20:36.3479161Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:20:36.3479161Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "9844c5f1-58fd-43af-8a62-b95aff3ba6a6", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142108Z:9844c5f1-58fd-43af-8a62-b95aff3ba6a6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d", - "name": "6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d", - "status": "Creating", - "startTime": "2022-09-19T14:20:36.7144424Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:21: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": "4c4896c5-b29b-4caa-9456-9f628ae7f6cf", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142138Z:4c4896c5-b29b-4caa-9456-9f628ae7f6cf", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d", - "name": "6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d", - "status": "Creating", - "startTime": "2022-09-19T14:20:36.7144424Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:22: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": "0e178537-23e2-4297-9b14-71e7c68cfbe2", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142208Z:0e178537-23e2-4297-9b14-71e7c68cfbe2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d", - "name": "6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d", - "status": "Creating", - "startTime": "2022-09-19T14:20:36.7144424Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:22: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": "551c0f97-1a1c-44e6-a461-9ed9e87b767f", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142239Z:551c0f97-1a1c-44e6-a461-9ed9e87b767f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d", - "name": "6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d", - "status": "Creating", - "startTime": "2022-09-19T14:20:36.7144424Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:23: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": "7036e601-25f1-4c64-9ad1-2a454f21d539", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142309Z:7036e601-25f1-4c64-9ad1-2a454f21d539", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d", - "name": "6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d", - "status": "Creating", - "startTime": "2022-09-19T14:20:36.7144424Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "511f8b21-7a0f-4b8a-92d8-8de59746d8f2", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142339Z:511f8b21-7a0f-4b8a-92d8-8de59746d8f2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d", - "name": "6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d", - "status": "Creating", - "startTime": "2022-09-19T14:20:36.7144424Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:24: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": "14eeec0c-f6a7-4adf-b87c-90661e9541e8", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142409Z:14eeec0c-f6a7-4adf-b87c-90661e9541e8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d", - "name": "6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d", - "status": "Creating", - "startTime": "2022-09-19T14:20:36.7144424Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:24: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": "97786462-f958-4feb-be71-3cce6451a465", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142440Z:97786462-f958-4feb-be71-3cce6451a465", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d", - "name": "6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d", - "status": "Creating", - "startTime": "2022-09-19T14:20:36.7144424Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:25: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": "3d1e1f6f-0681-4928-b771-aee31d14d10e", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142511Z:3d1e1f6f-0681-4928-b771-aee31d14d10e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d", - "name": "6bf20e65-3b4c-4b9a-a2d0-da3cefdab53d", - "status": "Succeeded", - "startTime": "2022-09-19T14:20:36.7144424Z", - "endTime": "2022-09-19T14:24:41.6551233Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:25:12 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T14%3A24%3A41.6607385Z\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": "4f135be9-7946-434a-815d-57a951bfeb09", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142513Z:4f135be9-7946-434a-815d-57a951bfeb09", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A24%3A41.6607385Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:20:35.2248205Z" - }, - "properties": { - "fileSystemId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-70dd2307", - "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_8f82c7b40509489d9e97d719b9b955b4_a1505bef", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "fileSystemId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:20:36.3479161Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:20:36.3479161Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:25:22 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T14%3A24%3A41.6607385Z\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": "6194584d-9eb9-4dec-bfdc-d4d7dbb79a1e", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142523Z:6194584d-9eb9-4dec-bfdc-d4d7dbb79a1e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A24%3A41.6607385Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:20:35.2248205Z" - }, - "properties": { - "fileSystemId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-70dd2307", - "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_8f82c7b40509489d9e97d719b9b955b4_a1505bef", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "fileSystemId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:20:36.3479161Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:20:36.3479161Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:25: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": "e45b81e1-75f3-4bd6-a7d6-378cc8a9607b", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142524Z:e45b81e1-75f3-4bd6-a7d6-378cc8a9607b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault", - "name": "sdk-py-tests-acc-1-70dd2307/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": {} - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307?api-version=2022-05-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "412", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault", - "backupEnabled": true - } - }, - "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/westus2/operationResults/3b6aef14-f6b6-48f0-9755-26cea1d733f4?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "2480", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:25:23 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T14%3A25%3A24.6111169Z\u0027\u0022", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3b6aef14-f6b6-48f0-9755-26cea1d733f4?api-version=2022-05-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": "21e38c7c-3ee4-4f4e-a99f-44a74d74ca35", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142524Z:21e38c7c-3ee4-4f4e-a99f-44a74d74ca35", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A25%3A24.6111169Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:20:35.2248205Z" - }, - "properties": { - "provisioningState": "Patching", - "fileSystemId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-70dd2307", - "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_8f82c7b40509489d9e97d719b9b955b4_a1505bef", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "fileSystemId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:20:36.3479161Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:20:36.3479161Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3b6aef14-f6b6-48f0-9755-26cea1d733f4?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:25: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": "fa0d3fa0-1cbb-47cd-8824-7cccebda18ee", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142555Z:fa0d3fa0-1cbb-47cd-8824-7cccebda18ee", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3b6aef14-f6b6-48f0-9755-26cea1d733f4", - "name": "3b6aef14-f6b6-48f0-9755-26cea1d733f4", - "status": "Succeeded", - "startTime": "2022-09-19T14:25:24.6011939Z", - "endTime": "2022-09-19T14:25:29.1042456Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3b6aef14-f6b6-48f0-9755-26cea1d733f4?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:25: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": "3d92c8c4-078f-4f92-86c8-20e46c271d6a", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142555Z:3d92c8c4-078f-4f92-86c8-20e46c271d6a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A25%3A29.1084342Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:25:24.2463093Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault" - } - }, - "fileSystemId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-70dd2307", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_a1505bef", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", - "poolId": "d84595e4-dbf5-36bb-9952-b94532119f37", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "fileSystemId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:20:36.3479161Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:25:24.4654991Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "69", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "useExistingSnapshot": false - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d94a7b57-d723-4114-95ac-dd85a6a3b4b2?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "542", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:25:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d94a7b57-d723-4114-95ac-dd85a6a3b4b2?api-version=2022-05-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": "00e0a574-2c08-408c-8474-5d7a38bd9fcd", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142555Z:00e0a574-2c08-408c-8474-5d7a38bd9fcd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "provisioningState": "Creating", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d94a7b57-d723-4114-95ac-dd85a6a3b4b2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:26: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": "e95eb607-0f34-4b83-b36a-5ceab008a163", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142626Z:e95eb607-0f34-4b83-b36a-5ceab008a163", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d94a7b57-d723-4114-95ac-dd85a6a3b4b2", - "name": "d94a7b57-d723-4114-95ac-dd85a6a3b4b2", - "status": "Succeeded", - "startTime": "2022-09-19T14:25:55.7771109Z", - "endTime": "2022-09-19T14:25:57.2771017Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d94a7b57-d723-4114-95ac-dd85a6a3b4b2?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "761", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:26: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": "df26f554-0e16-400b-975b-c7c4701eec54", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142626Z:df26f554-0e16-400b-975b-c7c4701eec54", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "9/19/2022 2:25:57 PM", - "location": "", - "properties": { - "fileSystemId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "creationDate": "0001-01-01T00:00:00Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:26: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": "2a723004-32ab-43a4-94b1-ad797d73a7df", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142637Z:2a723004-32ab-43a4-94b1-ad797d73a7df", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:26: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": "bdfeb7ce-f65f-4a2b-b704-e6c26d391e0e", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142648Z:bdfeb7ce-f65f-4a2b-b704-e6c26d391e0e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:26: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": "3d5206ab-90ee-40dc-a81f-0da7eec41e17", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142658Z:3d5206ab-90ee-40dc-a81f-0da7eec41e17", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:27: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": "a824dca7-9ffe-4f70-853c-7c30767a8211", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142709Z:a824dca7-9ffe-4f70-853c-7c30767a8211", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:27: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": "65733789-9dd8-4c79-bbe9-78149ef88d68", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142720Z:65733789-9dd8-4c79-bbe9-78149ef88d68", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:27: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": "b73bef13-37b4-47a1-b5d4-f6692ec19385", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142730Z:b73bef13-37b4-47a1-b5d4-f6692ec19385", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:27: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": "229043a2-f5a1-4415-9d55-b812b8065133", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142741Z:229043a2-f5a1-4415-9d55-b812b8065133", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:27: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": "e866e98c-f3a2-4362-8101-fd86c14a551b", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142754Z:e866e98c-f3a2-4362-8101-fd86c14a551b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "eb2a4a57-757a-42c3-93b3-f3e3978b9d31", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142804Z:eb2a4a57-757a-42c3-93b3-f3e3978b9d31", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:28: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": "c3a41da8-a83a-4ee5-8440-9d8119b9f1e5", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142815Z:c3a41da8-a83a-4ee5-8440-9d8119b9f1e5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:28: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": "3799bf5d-5598-4ffb-a10a-2b608ad164e1", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142826Z:3799bf5d-5598-4ffb-a10a-2b608ad164e1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:28: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": "504133ca-eb9e-4832-a0ef-2b8be6c213ca", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142836Z:504133ca-eb9e-4832-a0ef-2b8be6c213ca", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "bd7fdce7-ff5b-4f3f-b228-dc56d5db7623", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142847Z:bd7fdce7-ff5b-4f3f-b228-dc56d5db7623", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "878b4be0-d663-4bcd-88f9-6c0d6f9e65b1", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142858Z:878b4be0-d663-4bcd-88f9-6c0d6f9e65b1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "d696e659-630d-4b14-aa52-0e5c6a8cf5b4", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142909Z:d696e659-630d-4b14-aa52-0e5c6a8cf5b4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "2e789fb5-aa7b-4c7f-848d-e93d1ec6188e", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142920Z:2e789fb5-aa7b-4c7f-848d-e93d1ec6188e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "2a048878-1e54-4914-8197-107aaf5c7b49", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142930Z:2a048878-1e54-4914-8197-107aaf5c7b49", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:29: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": "08acd81d-9858-4be8-9317-dcdd5c70d02e", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142941Z:08acd81d-9858-4be8-9317-dcdd5c70d02e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:29: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": "e9a55caf-54fc-4094-83f2-94823f031bda", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "WESTEUROPE:20220919T142951Z:e9a55caf-54fc-4094-83f2-94823f031bda", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:30: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": "9ed22e53-887b-4aaf-bab3-d0f7af076e3e", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143003Z:9ed22e53-887b-4aaf-bab3-d0f7af076e3e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:30: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": "5e1230f3-5818-42cc-8466-effb193d1183", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143014Z:5e1230f3-5818-42cc-8466-effb193d1183", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "c6d5b42c-41c4-456b-8383-6158f809f883", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143025Z:c6d5b42c-41c4-456b-8383-6158f809f883", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "87ad3240-00be-408e-8d33-18b7d528892f", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143036Z:87ad3240-00be-408e-8d33-18b7d528892f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "cd6a406d-be14-48be-a289-bd0b8825a3b3", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143047Z:cd6a406d-be14-48be-a289-bd0b8825a3b3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:30: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": "c31b4843-74c6-4b15-9b81-867c5467d339", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143057Z:c31b4843-74c6-4b15-9b81-867c5467d339", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:31: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": "39f5aa71-f0d4-468c-9a55-be4e1eda0e88", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143109Z:39f5aa71-f0d4-468c-9a55-be4e1eda0e88", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:31: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": "80add572-a912-4c85-9b79-5d81dd61dcfc", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143119Z:80add572-a912-4c85-9b79-5d81dd61dcfc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "aea24def-1d24-4fd4-b9fa-06e3526dacfe", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143130Z:aea24def-1d24-4fd4-b9fa-06e3526dacfe", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:31: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": "eeab751e-4b04-4773-89ae-557bf0051b87", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143140Z:eeab751e-4b04-4773-89ae-557bf0051b87", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:31: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": "1d4101b8-1f73-4b2b-b32d-f72b644bb039", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143151Z:1d4101b8-1f73-4b2b-b32d-f72b644bb039", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:32: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": "7cebe5ae-ce51-4781-9969-74a7b4040d90", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143201Z:7cebe5ae-ce51-4781-9969-74a7b4040d90", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:32: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": "159a709a-514d-4cf7-ba4c-30cccb955496", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143213Z:159a709a-514d-4cf7-ba4c-30cccb955496", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:32: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": "673ec1a1-c3f5-4f20-9fbd-fc4567079225", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143223Z:673ec1a1-c3f5-4f20-9fbd-fc4567079225", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:32: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": "567a76c6-32fb-4954-b1e9-aadacf4bd9e8", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143234Z:567a76c6-32fb-4954-b1e9-aadacf4bd9e8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:32: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": "530492d7-412d-4042-86e7-339f9128894f", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143244Z:530492d7-412d-4042-86e7-339f9128894f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:32: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": "29bf5ef4-87ba-4dc5-a8f5-7f2e0fe8af44", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143256Z:29bf5ef4-87ba-4dc5-a8f5-7f2e0fe8af44", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:33: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": "c63651e6-0728-4c71-b638-22850a04618a", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143307Z:c63651e6-0728-4c71-b638-22850a04618a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:33: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": "e2ede663-6ed5-4abe-bf4f-dc4add91d6ac", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143318Z:e2ede663-6ed5-4abe-bf4f-dc4add91d6ac", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:33: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": "de2fce53-2729-4806-ac88-4d5f2f015d41", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143328Z:de2fce53-2729-4806-ac88-4d5f2f015d41", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:33: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": "b962ae2d-ad3e-43c6-9936-b0c442761aa0", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143339Z:b962ae2d-ad3e-43c6-9936-b0c442761aa0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:33: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": "48cb6ad9-b302-4d7a-ab06-b09749d7afda", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143339Z:48cb6ad9-b302-4d7a-ab06-b09749d7afda", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault", - "name": "sdk-py-tests-acc-1-70dd2307/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": {} - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307?api-version=2022-05-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "412", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/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": "Mon, 19 Sep 2022 14:33:40 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T14%3A33%3A40.4404156Z\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": "246f552b-4f1a-4b7f-a25b-54bdf515aafe", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143340Z:246f552b-4f1a-4b7f-a25b-54bdf515aafe", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A33%3A40.4404156Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:25:24.2463093Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault" - } - }, - "provisioningState": "Succeeded", - "fileSystemId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-70dd2307", - "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_8f82c7b40509489d9e97d719b9b955b4_a1505bef", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "fileSystemId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:20:36.3479161Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:33:40.2838002Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "69", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "useExistingSnapshot": false - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/82c20255-6c78-425c-b0d4-9c59c50f73a2?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "542", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:33:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/82c20255-6c78-425c-b0d4-9c59c50f73a2?api-version=2022-05-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": "72e738a3-d8ce-48c8-91f6-2648364f3151", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143341Z:72e738a3-d8ce-48c8-91f6-2648364f3151", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "provisioningState": "Creating", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/82c20255-6c78-425c-b0d4-9c59c50f73a2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:34: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": "52353c90-a7d0-402b-a002-602dd984966b", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143411Z:52353c90-a7d0-402b-a002-602dd984966b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/82c20255-6c78-425c-b0d4-9c59c50f73a2", - "name": "82c20255-6c78-425c-b0d4-9c59c50f73a2", - "status": "Succeeded", - "startTime": "2022-09-19T14:33:41.0916205Z", - "endTime": "2022-09-19T14:33:41.3728957Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/82c20255-6c78-425c-b0d4-9c59c50f73a2?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "761", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:34:11 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": "1d09830b-da4c-425d-baaa-e99ba7361d10", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143411Z:1d09830b-da4c-425d-baaa-e99ba7361d10", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "9/19/2022 2:33:41 PM", - "location": "", - "properties": { - "fileSystemId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "creationDate": "0001-01-01T00:00:00Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "5462299a-9731-4b77-a43b-d24d35f8c5ed", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143422Z:5462299a-9731-4b77-a43b-d24d35f8c5ed", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "592a6321-1328-4f40-b576-683936c4df5b", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143433Z:592a6321-1328-4f40-b576-683936c4df5b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:34: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": "1cf46e72-2192-405c-aea3-43faf46cb801", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143444Z:1cf46e72-2192-405c-aea3-43faf46cb801", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:34: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": "a5a21f42-7505-4d13-85bb-7c3276dac287", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143454Z:a5a21f42-7505-4d13-85bb-7c3276dac287", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:35: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": "1cfeb804-007d-4ff4-9a5b-18d7add1a543", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143505Z:1cfeb804-007d-4ff4-9a5b-18d7add1a543", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:35: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": "0605a808-645a-4f15-ac54-b8daf8078c4f", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143516Z:0605a808-645a-4f15-ac54-b8daf8078c4f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:35: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": "74c35e17-6351-48d8-a574-b44fe8b37160", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143526Z:74c35e17-6351-48d8-a574-b44fe8b37160", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:35: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": "ed62404b-7502-457f-b0e6-50af640b75a9", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143539Z:ed62404b-7502-457f-b0e6-50af640b75a9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:35: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": "8ca257a9-6a5e-4204-8dc5-3d0a839432e3", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143549Z:8ca257a9-6a5e-4204-8dc5-3d0a839432e3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "e23e70a1-87d2-49fa-aa3c-f86a0516e60a", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143559Z:e23e70a1-87d2-49fa-aa3c-f86a0516e60a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:36: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": "7c297b4f-ad98-4ca7-9625-fb56122716d3", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143611Z:7c297b4f-ad98-4ca7-9625-fb56122716d3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:36: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": "5eaf17e5-15e1-463e-bc3a-aa378c1518c7", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143622Z:5eaf17e5-15e1-463e-bc3a-aa378c1518c7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:36: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": "43bbfb32-d4b8-4fe3-bdbf-85e4a60ebb78", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143632Z:43bbfb32-d4b8-4fe3-bdbf-85e4a60ebb78", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:36: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": "576c1f6b-2a84-45a0-935b-4aaab4468e64", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143643Z:576c1f6b-2a84-45a0-935b-4aaab4468e64", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:36: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": "b46226dc-3e95-437f-80fb-054b89269a9e", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143653Z:b46226dc-3e95-437f-80fb-054b89269a9e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:37: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": "4d277a78-a047-426e-ad7d-567c84cf62a6", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143704Z:4d277a78-a047-426e-ad7d-567c84cf62a6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:37: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": "59c700c3-5f4d-45af-8d66-6898c5bfc8ae", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143715Z:59c700c3-5f4d-45af-8d66-6898c5bfc8ae", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:37: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": "0ee5d0f3-56b7-42fa-820a-af175c0876ab", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143726Z:0ee5d0f3-56b7-42fa-820a-af175c0876ab", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:37: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": "53470f7e-058d-4342-b0e6-32881f09ce9c", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143737Z:53470f7e-058d-4342-b0e6-32881f09ce9c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:37: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": "656de11e-1614-423c-ae45-6885ce693552", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143748Z:656de11e-1614-423c-ae45-6885ce693552", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:37: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": "6ec36354-da8a-496a-8d43-cc1fe0e4a0e2", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143758Z:6ec36354-da8a-496a-8d43-cc1fe0e4a0e2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:38: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": "aaf0feea-aa13-4545-9ec3-384e1c5587e0", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143809Z:aaf0feea-aa13-4545-9ec3-384e1c5587e0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:38: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": "bf3b2da2-d8da-47dd-b7a4-8b59f7764224", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143819Z:bf3b2da2-d8da-47dd-b7a4-8b59f7764224", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "71fe6f96-3cce-4acd-96ac-9080d7da8b35", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143830Z:71fe6f96-3cce-4acd-96ac-9080d7da8b35", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:38: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": "db8c996f-b3da-43a2-ba47-5e932423ea9f", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143842Z:db8c996f-b3da-43a2-ba47-5e932423ea9f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:38: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": "77bdbe20-17b0-46ee-9855-654893e668a1", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143852Z:77bdbe20-17b0-46ee-9855-654893e668a1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:39: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": "db7fec91-d95a-406e-a0ac-c3830a8d4edf", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143903Z:db7fec91-d95a-406e-a0ac-c3830a8d4edf", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:39: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": "9682ca9a-925b-4ce3-b5bb-bed7e9d341cd", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143914Z:9682ca9a-925b-4ce3-b5bb-bed7e9d341cd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:39: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": "6b1a1315-6d92-4c86-97e8-7eb4770d3217", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143924Z:6b1a1315-6d92-4c86-97e8-7eb4770d3217", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:39: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": "f91d17ec-fab4-4f2c-b896-3760c0ba6899", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143938Z:f91d17ec-fab4-4f2c-b896-3760c0ba6899", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:39: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": "86ac4f31-5066-49cc-a148-21b0dbb2d291", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143948Z:86ac4f31-5066-49cc-a148-21b0dbb2d291", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:39: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": "00f96db7-40cc-4de3-aa1a-24ab9b783a00", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-routing-request-id": "WESTEUROPE:20220919T143959Z:00f96db7-40cc-4de3-aa1a-24ab9b783a00", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:40: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": "591e2cdb-ae38-45a9-abe9-cd565b7475ce", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144010Z:591e2cdb-ae38-45a9-abe9-cd565b7475ce", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:40: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": "0ce59713-bacd-4a98-8c5f-f6096e4735f7", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144021Z:0ce59713-bacd-4a98-8c5f-f6096e4735f7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:40: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": "eb91e078-706c-46da-84c8-93cedcad0af0", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144031Z:eb91e078-706c-46da-84c8-93cedcad0af0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:40: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": "d016ca50-727b-4a65-ad4f-6097ebcc188a", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144042Z:d016ca50-727b-4a65-ad4f-6097ebcc188a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:40: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": "06c64f7d-6970-438b-ad41-18b615331def", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144053Z:06c64f7d-6970-438b-ad41-18b615331def", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:41: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": "28a1ab04-6995-4143-89c3-ad98cf5f34f3", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144103Z:28a1ab04-6995-4143-89c3-ad98cf5f34f3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:41: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": "9fda67fd-fbfa-42ee-9583-c2b815698942", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144114Z:9fda67fd-fbfa-42ee-9583-c2b815698942", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:41: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": "d71b6dd4-4bf6-49d5-a46d-2871239f89d0", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144125Z:d71b6dd4-4bf6-49d5-a46d-2871239f89d0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "dfe818f9-f8bb-4911-b32b-02c61ab7b823", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144126Z:dfe818f9-f8bb-4911-b32b-02c61ab7b823", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:25:56Z", - "backupId": "71bd4675-4cab-e7bc-ab4f-51af67064992", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T14:33:41Z", - "backupId": "c73ab382-3ff4-52dc-42da-ae8c9c90fa7c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14: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": "40cb5aa8-e7a0-411a-95f7-35911d20dafd", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144126Z:40cb5aa8-e7a0-411a-95f7-35911d20dafd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault", - "name": "sdk-py-tests-acc-1-70dd2307/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": {} - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307?api-version=2022-05-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "413", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/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/westus2/operationResults/db9db88e-60ca-4686-b47e-0b6e50097d9d?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "2743", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:41:26 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T14%3A41%3A27.1947899Z\u0027\u0022", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db9db88e-60ca-4686-b47e-0b6e50097d9d?api-version=2022-05-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": "b9c46541-1001-4d80-9027-7fbbb59f2695", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144127Z:b9c46541-1001-4d80-9027-7fbbb59f2695", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A41%3A27.1947899Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:25:24.2463093Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault" - } - }, - "provisioningState": "Patching", - "fileSystemId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-70dd2307", - "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_8f82c7b40509489d9e97d719b9b955b4_a1505bef", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "fileSystemId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:20:36.3479161Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:33:40.2838002Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db9db88e-60ca-4686-b47e-0b6e50097d9d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:41: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": "141aa9db-10cd-4bda-8c01-8fc3ac83e249", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144157Z:141aa9db-10cd-4bda-8c01-8fc3ac83e249", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db9db88e-60ca-4686-b47e-0b6e50097d9d", - "name": "db9db88e-60ca-4686-b47e-0b6e50097d9d", - "status": "Succeeded", - "startTime": "2022-09-19T14:41:27.1974162Z", - "endTime": "2022-09-19T14:41:29.8547047Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db9db88e-60ca-4686-b47e-0b6e50097d9d?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:41: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": "d6728edd-51cc-4532-aa55-4d6365de369b", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144157Z:d6728edd-51cc-4532-aa55-4d6365de369b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A41%3A29.8612007Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:25:24.2463093Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": false, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault" - } - }, - "fileSystemId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-70dd2307", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_a1505bef", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", - "poolId": "d84595e4-dbf5-36bb-9952-b94532119f37", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "fileSystemId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:20:36.3479161Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:41:27.0656673Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "77", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:42:00 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": "c10dba30-03e4-4f7f-8dfa-ecfb1a4410f0", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144200Z:c10dba30-03e4-4f7f-8dfa-ecfb1a4410f0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "error": { - "code": "NotFound", - "message": "The requested Backup was not found." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:42: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": "a2f1dae3-16e5-4b46-8e73-d2060f73a16d", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144201Z:a2f1dae3-16e5-4b46-8e73-d2060f73a16d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault", - "name": "sdk-py-tests-acc-1-70dd2307/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": {} - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307?api-version=2022-05-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "413", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault", - "backupEnabled": false - } - }, - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:42:01 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T14%3A42%3A01.9320909Z\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": "a72d2e6c-7fef-48cd-a573-793c6f9d6600", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144202Z:a72d2e6c-7fef-48cd-a573-793c6f9d6600", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A42%3A01.9320909Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:25:24.2463093Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": false, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault" - } - }, - "provisioningState": "Succeeded", - "fileSystemId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-70dd2307", - "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_8f82c7b40509489d9e97d719b9b955b4_a1505bef", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "fileSystemId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:20:36.3479161Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:42:01.8056148Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "77", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:42: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": "0700f923-8d86-41f3-9275-a1c4d44ef4b3", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144204Z:0700f923-8d86-41f3-9275-a1c4d44ef4b3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "error": { - "code": "NotFound", - "message": "The requested Backup was not found." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:42: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": "c73b3cb6-85ce-48a9-a5ac-c2c744b6963e", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144204Z:c73b3cb6-85ce-48a9-a5ac-c2c744b6963e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/9619d21d-1116-4ddd-8c2b-002b36bc0986?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 14:42:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9619d21d-1116-4ddd-8c2b-002b36bc0986?api-version=2022-05-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": "559c134b-efdb-430c-8d60-7060ecf30c44", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144205Z:559c134b-efdb-430c-8d60-7060ecf30c44", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9619d21d-1116-4ddd-8c2b-002b36bc0986?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:42: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": "21a16a80-9ac1-4d12-84b7-42d72620b68c", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144236Z:21a16a80-9ac1-4d12-84b7-42d72620b68c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9619d21d-1116-4ddd-8c2b-002b36bc0986", - "name": "9619d21d-1116-4ddd-8c2b-002b36bc0986", - "status": "Deleting", - "startTime": "2022-09-19T14:42:05.643146Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9619d21d-1116-4ddd-8c2b-002b36bc0986?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:43: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": "1624def5-29b0-4283-856a-35f0c7cc0f9a", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144306Z:1624def5-29b0-4283-856a-35f0c7cc0f9a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9619d21d-1116-4ddd-8c2b-002b36bc0986", - "name": "9619d21d-1116-4ddd-8c2b-002b36bc0986", - "status": "Deleting", - "startTime": "2022-09-19T14:42:05.643146Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9619d21d-1116-4ddd-8c2b-002b36bc0986?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:43: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": "02b8bd23-ce36-4339-9c68-8ca6089508d1", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144336Z:02b8bd23-ce36-4339-9c68-8ca6089508d1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9619d21d-1116-4ddd-8c2b-002b36bc0986", - "name": "9619d21d-1116-4ddd-8c2b-002b36bc0986", - "status": "Succeeded", - "startTime": "2022-09-19T14:42:05.643146Z", - "endTime": "2022-09-19T14:43:18.3152815Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9619d21d-1116-4ddd-8c2b-002b36bc0986?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:43: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": "ef61170c-1198-4230-8f2f-9bacc557559d", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144337Z:ef61170c-1198-4230-8f2f-9bacc557559d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A43%3A01.2707409Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:25:24.2463093Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": false, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault" - } - }, - "fileSystemId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-70dd2307", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_a1505bef", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", - "poolId": "d84595e4-dbf5-36bb-9952-b94532119f37", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "fileSystemId": "cfd2cdbf-a22b-fae7-b1a2-a18f4e75e12c", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:20:36.3479161Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:42:01.8056148Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "324", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:46:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4594d3d1-9de3-4acf-9940-1c1b40a3cda6", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144658Z:4594d3d1-9de3-4acf-9940-1c1b40a3cda6" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/171e8735-ece4-42b3-81b5-19d87ca9d71e?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 14:47:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/171e8735-ece4-42b3-81b5-19d87ca9d71e?api-version=2022-05-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": "535ebd94-b976-4502-9ea7-3b83ea00a6e4", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144710Z:535ebd94-b976-4502-9ea7-3b83ea00a6e4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/171e8735-ece4-42b3-81b5-19d87ca9d71e?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:47: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": "523792cf-84e7-4748-9164-44eefe9eeaa2", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144740Z:523792cf-84e7-4748-9164-44eefe9eeaa2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/171e8735-ece4-42b3-81b5-19d87ca9d71e", - "name": "171e8735-ece4-42b3-81b5-19d87ca9d71e", - "status": "Succeeded", - "startTime": "2022-09-19T14:47:10.1896105Z", - "endTime": "2022-09-19T14:47:11.0289478Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/171e8735-ece4-42b3-81b5-19d87ca9d71e?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:47: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": "b0c7826c-f3a0-46b3-83eb-70dc6827506e", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144740Z:b0c7826c-f3a0-46b3-83eb-70dc6827506e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A47%3A10.1886574Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:19:45.3884112Z" - }, - "properties": { - "poolId": "d84595e4-dbf5-36bb-9952-b94532119f37", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:19:52.5839529Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:19:52.5839529Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 14:47:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "79735694-e147-4b39-97b7-fe0bb3450fd5", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144751Z:79735694-e147-4b39-97b7-fe0bb3450fd5" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 14:48:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "431102fb-75c1-4109-a3f2-5f458d7b1752", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144801Z:431102fb-75c1-4109-a3f2-5f458d7b1752" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 14:48:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8543adc0-d588-49cc-890b-9ced8e25afa8", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144811Z:8543adc0-d588-49cc-890b-9ced8e25afa8" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 14:48:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0cdc2db3-13f5-4718-883a-ddf7de3bedf8", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144822Z:0cdc2db3-13f5-4718-883a-ddf7de3bedf8" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:48:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c11f7d00-75a3-4a1d-ae9d-dbf883e877f7", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144832Z:c11f7d00-75a3-4a1d-ae9d-dbf883e877f7" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/d50e27a8-d700-493e-b45a-7345149e6011?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 14:48:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d50e27a8-d700-493e-b45a-7345149e6011?api-version=2022-05-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": "e85c2b1f-1fe9-4807-8ff6-d8f16dca1b48", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144833Z:e85c2b1f-1fe9-4807-8ff6-d8f16dca1b48", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d50e27a8-d700-493e-b45a-7345149e6011?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:49: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": "d1d8f2c9-e4ff-49f1-a62f-a63fbfc44074", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144903Z:d1d8f2c9-e4ff-49f1-a62f-a63fbfc44074", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d50e27a8-d700-493e-b45a-7345149e6011", - "name": "d50e27a8-d700-493e-b45a-7345149e6011", - "status": "Succeeded", - "startTime": "2022-09-19T14:48:33.5946862Z", - "endTime": "2022-09-19T14:48:33.6572587Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d50e27a8-d700-493e-b45a-7345149e6011?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 14:49: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": "1d4abab7-3ca3-4946-a49d-dd2157df8473", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144904Z:1d4abab7-3ca3-4946-a49d-dd2157df8473", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307", - "name": "sdk-py-tests-acc-1-70dd2307", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T14%3A48%3A33.6044682Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T14:19:10.9270563Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T14:19:12.2457768Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T14:19:12.2457768Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "254", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 14:49:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1d65eac7-d94b-4e84-81f3-476af2f55fb3", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144904Z:1d65eac7-d94b-4e84-81f3-476af2f55fb3" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307?api-version=2022-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/3a72d6e7-1932-43b8-a220-16a18bd15fed?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 14:49:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/3a72d6e7-1932-43b8-a220-16a18bd15fed?api-version=2022-01-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c441f293-8448-4c52-a662-22ba46cae2b0", - "x-ms-correlation-request-id": "b70f79d1-2a7f-446d-9d4d-66d493131490", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T144905Z:b70f79d1-2a7f-446d-9d4d-66d493131490" - }, - "ResponseBody": null } ], "Variables": {} 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 25051c561f9e..c91ff45001c1 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:34:53 GMT", + "Date": "Fri, 14 Oct 2022 01:08:52 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.13672.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:34:53 GMT", + "Date": "Fri, 14 Oct 2022 01:08:52 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.13622.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13845.9 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "e5227f19-cd54-420e-977b-9292fc48577a", + "client-request-id": "c15e9c3f-1c7a-466f-93a0-3df7ccbb4c37", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "e5227f19-cd54-420e-977b-9292fc48577a", + "client-request-id": "c15e9c3f-1c7a-466f-93a0-3df7ccbb4c37", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:34:53 GMT", + "Date": "Fri, 14 Oct 2022 01:08:52 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -221,725 +224,29 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2" }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4fc15d45-81d0-489b-8d30-ed66e2811512?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:35:01 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A35%3A00.8210526Z\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": "413e42af-60d1-4f45-9276-f0f33547535c", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133502Z:413e42af-60d1-4f45-9276-f0f33547535c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f", - "name": "sdk-py-tests-acc-1-fc67306f", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A35%3A00.8210526Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:34:58.2343579Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:34:59.9106115Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:34:59.9106115Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4fc15d45-81d0-489b-8d30-ed66e2811512?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:35: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": "f9e1ed8e-5fd8-4660-9ee6-1987646b753d", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133532Z:f9e1ed8e-5fd8-4660-9ee6-1987646b753d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4fc15d45-81d0-489b-8d30-ed66e2811512", - "name": "4fc15d45-81d0-489b-8d30-ed66e2811512", - "status": "Succeeded", - "startTime": "2022-09-19T13:35:00.8196851Z", - "endTime": "2022-09-19T13:35:00.8978283Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:35:32 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A35%3A00.8883366Z\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": "97fb7e7c-07eb-4d2f-be38-af7db76c2976", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133532Z:97fb7e7c-07eb-4d2f-be38-af7db76c2976", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f", - "name": "sdk-py-tests-acc-1-fc67306f", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A35%3A00.8883366Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:34:58.2343579Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:34:59.9106115Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:34:59.9106115Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "134", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "dailyBackupsToKeep": 2, - "weeklyBackupsToKeep": 0, - "monthlyBackupsToKeep": 0, - "enabled": true - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b15ee94-53f5-4eb6-9db5-b93b11ba9493?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "881", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:35:34 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A35%3A34.4335796Z\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": "368ab8e9-cc19-4679-b039-489dbd04724a", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133535Z:368ab8e9-cc19-4679-b039-489dbd04724a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1", - "name": "sdk-py-tests-acc-1-fc67306f/sdk-py-tests-backup-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A35%3A34.4335796Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:35:33.2985547Z" - }, - "properties": { - "enabled": true, - "dailyBackupsToKeep": 2, - "weeklyBackupsToKeep": 0, - "monthlyBackupsToKeep": 0, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:35:34.2705909Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:35:34.2705909Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b15ee94-53f5-4eb6-9db5-b93b11ba9493?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:36: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": "4885857b-da0b-45ea-8468-9b3f1adfad2a", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133605Z:4885857b-da0b-45ea-8468-9b3f1adfad2a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b15ee94-53f5-4eb6-9db5-b93b11ba9493", - "name": "0b15ee94-53f5-4eb6-9db5-b93b11ba9493", - "status": "Succeeded", - "startTime": "2022-09-19T13:35:34.4291808Z", - "endTime": "2022-09-19T13:35:35.5386828Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:36:06 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A35%3A35.5476806Z\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": "fb9ea5d1-be0d-4aa2-9e85-77c908614cf8", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133606Z:fb9ea5d1-be0d-4aa2-9e85-77c908614cf8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1", - "name": "sdk-py-tests-acc-1-fc67306f/sdk-py-tests-backup-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A35%3A35.5476806Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:35:33.2985547Z" - }, - "properties": { - "enabled": true, - "backupPolicyId": "f0e80281-381f-11ed-8554-2e12f04d8f72", - "dailyBackupsToKeep": 2, - "weeklyBackupsToKeep": 0, - "monthlyBackupsToKeep": 0, - "volumesAssigned": 0, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:35:34.2705909Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:35:34.2705909Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:36: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": "9a344f3d-1d30-498b-ba07-188d603bb599", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133606Z:9a344f3d-1d30-498b-ba07-188d603bb599", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1", - "name": "sdk-py-tests-acc-1-fc67306f/sdk-py-tests-backup-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A35%3A35.5476806Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:35:33.2985547Z" - }, - "properties": { - "enabled": true, - "backupPolicyId": "f0e80281-381f-11ed-8554-2e12f04d8f72", - "dailyBackupsToKeep": 2, - "weeklyBackupsToKeep": 0, - "monthlyBackupsToKeep": 0, - "volumesAssigned": 0, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:35:34.2705909Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:35:34.2705909Z" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/6d72cf34-f488-4067-b434-480c13143a02?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 13:36:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d72cf34-f488-4067-b434-480c13143a02?api-version=2022-05-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": "9bb5fdb2-d0ba-4257-91ae-7bfd23f94dc9", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133607Z:9bb5fdb2-d0ba-4257-91ae-7bfd23f94dc9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d72cf34-f488-4067-b434-480c13143a02?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:36: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": "15d62c32-284c-474a-bfb5-e32cfcf8b9ee", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133637Z:15d62c32-284c-474a-bfb5-e32cfcf8b9ee", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d72cf34-f488-4067-b434-480c13143a02", - "name": "6d72cf34-f488-4067-b434-480c13143a02", - "status": "Succeeded", - "startTime": "2022-09-19T13:36:07.4955057Z", - "endTime": "2022-09-19T13:36:07.6528291Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d72cf34-f488-4067-b434-480c13143a02?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:36: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": "b04a34dc-c187-4e1f-925f-4bf283a9eee2", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133638Z:b04a34dc-c187-4e1f-925f-4bf283a9eee2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1", - "name": "sdk-py-tests-acc-1-fc67306f/sdk-py-tests-backup-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A36%3A07.4915955Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:35:33.2985547Z" - }, - "properties": { - "enabled": true, - "backupPolicyId": "f0e80281-381f-11ed-8554-2e12f04d8f72", - "dailyBackupsToKeep": 2, - "weeklyBackupsToKeep": 0, - "monthlyBackupsToKeep": 0, - "yearlyBackupsToKeep": 0, - "volumesAssigned": 0, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:35:34.2705909Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:35:34.2705909Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "298", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:36:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2f9f392a-9b48-46b0-80ac-45efa05c256e", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133640Z:2f9f392a-9b48-46b0-80ac-45efa05c256e" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:36: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": "e266b0f9-803a-4b81-ac97-759f88c855fd", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133640Z:e266b0f9-803a-4b81-ac97-759f88c855fd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/f2591a1f-9855-4256-bcec-458f1b87de6d?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 13:36:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f2591a1f-9855-4256-bcec-458f1b87de6d?api-version=2022-05-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": "e48d0199-56d7-4139-a4a3-ea0eb237b1fe", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133641Z:e48d0199-56d7-4139-a4a3-ea0eb237b1fe", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f2591a1f-9855-4256-bcec-458f1b87de6d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:37: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": "788afc2c-329c-41f0-8521-28b86b2281c4", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133711Z:788afc2c-329c-41f0-8521-28b86b2281c4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f2591a1f-9855-4256-bcec-458f1b87de6d", - "name": "f2591a1f-9855-4256-bcec-458f1b87de6d", - "status": "Succeeded", - "startTime": "2022-09-19T13:36:41.3245825Z", - "endTime": "2022-09-19T13:36:41.3714637Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f2591a1f-9855-4256-bcec-458f1b87de6d?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:37: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": "994ce5d6-0a9a-44a2-8d5c-fe763da13a30", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133712Z:994ce5d6-0a9a-44a2-8d5c-fe763da13a30", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f", - "name": "sdk-py-tests-acc-1-fc67306f", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A36%3A41.3273764Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:34:58.2343579Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:34:59.9106115Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:34:59.9106115Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "254", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:37:11 GMT", + "Date": "Fri, 14 Oct 2022 01:08:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fbe72dbc-7d07-4f98-96f3-4e2af13d3113", + "x-ms-correlation-request-id": "6fee749c-e374-4ca8-950f-891df8a2e908", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133712Z:fbe72dbc-7d07-4f98-96f3-4e2af13d3113" + "x-ms-routing-request-id": "CENTRALUS:20221014T010853Z:6fee749c-e374-4ca8-950f-891df8a2e908" }, "ResponseBody": { "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f\u0027 under resource group \u0027sdk-python-tests-rg-tmp\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } } } 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 d81cc9a15075..e8f72159f091 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:41:20 GMT", + "Date": "Fri, 14 Oct 2022 01:08:54 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.13672.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:41:20 GMT", + "Date": "Fri, 14 Oct 2022 01:08:54 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.13672.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13871.7 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "1daed386-c44b-4aa3-bd02-cdbc41660057", + "client-request-id": "2ecc3c4a-6ebe-4adb-b6d0-b03c794810a3", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "1daed386-c44b-4aa3-bd02-cdbc41660057", + "client-request-id": "2ecc3c4a-6ebe-4adb-b6d0-b03c794810a3", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:41:20 GMT", + "Date": "Fri, 14 Oct 2022 01:08:54 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -221,690 +224,29 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2" }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6f97f452-afd5-4199-89d4-871cb71d3f22?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:41:29 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A41%3A27.7272638Z\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": "ebdf4f4f-8067-4478-85d2-aadb8235c3e3", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134129Z:ebdf4f4f-8067-4478-85d2-aadb8235c3e3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3", - "name": "sdk-py-tests-acc-1-9c012fa3", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A41%3A27.7272638Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:41:23.7185369Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:41:26.8034073Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:41:26.8034073Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6f97f452-afd5-4199-89d4-871cb71d3f22?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:41: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": "3d2ea426-c8af-48f4-b4e0-305b0131a023", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134159Z:3d2ea426-c8af-48f4-b4e0-305b0131a023", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6f97f452-afd5-4199-89d4-871cb71d3f22", - "name": "6f97f452-afd5-4199-89d4-871cb71d3f22", - "status": "Succeeded", - "startTime": "2022-09-19T13:41:27.7294029Z", - "endTime": "2022-09-19T13:41:27.7762829Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:41:59 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A41%3A27.7825263Z\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": "10b1de2d-2f85-436b-a59c-fb4add4779ad", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134200Z:10b1de2d-2f85-436b-a59c-fb4add4779ad", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3", - "name": "sdk-py-tests-acc-1-9c012fa3", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A41%3A27.7825263Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:41:23.7185369Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:41:26.8034073Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:41:26.8034073Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "134", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "dailyBackupsToKeep": 2, - "weeklyBackupsToKeep": 0, - "monthlyBackupsToKeep": 0, - "enabled": true - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33e7e27f-aa77-4c07-9ef6-4bd43f683d45?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "881", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:42:02 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A42%3A01.8835037Z\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": "9e90f28c-0c7b-4041-8dcf-cb8da4f3a48c", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134203Z:9e90f28c-0c7b-4041-8dcf-cb8da4f3a48c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1", - "name": "sdk-py-tests-acc-1-9c012fa3/sdk-py-tests-backup-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A42%3A01.8835037Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:42:00.3951494Z" - }, - "properties": { - "enabled": true, - "dailyBackupsToKeep": 2, - "weeklyBackupsToKeep": 0, - "monthlyBackupsToKeep": 0, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:42:01.7329551Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:42:01.7329551Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33e7e27f-aa77-4c07-9ef6-4bd43f683d45?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:42: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": "e6e3225e-0965-4af0-9c04-6e002e34f04a", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134233Z:e6e3225e-0965-4af0-9c04-6e002e34f04a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33e7e27f-aa77-4c07-9ef6-4bd43f683d45", - "name": "33e7e27f-aa77-4c07-9ef6-4bd43f683d45", - "status": "Succeeded", - "startTime": "2022-09-19T13:42:01.8870034Z", - "endTime": "2022-09-19T13:42:02.9339675Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:42:33 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A42%3A02.9365852Z\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": "49152175-e85d-4a04-ae9f-31abe97c8a25", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134233Z:49152175-e85d-4a04-ae9f-31abe97c8a25", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1", - "name": "sdk-py-tests-acc-1-9c012fa3/sdk-py-tests-backup-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A42%3A02.9365852Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:42:00.3951494Z" - }, - "properties": { - "enabled": true, - "backupPolicyId": "d7ccca4b-3820-11ed-8554-2e12f04d8f72", - "dailyBackupsToKeep": 2, - "weeklyBackupsToKeep": 0, - "monthlyBackupsToKeep": 0, - "volumesAssigned": 0, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:42:01.7329551Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:42:01.7329551Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:42:33 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A42%3A02.9365852Z\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": "e09f86f8-089f-4a5a-94a7-b9ec6f882b80", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134234Z:e09f86f8-089f-4a5a-94a7-b9ec6f882b80", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1", - "name": "sdk-py-tests-acc-1-9c012fa3/sdk-py-tests-backup-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A42%3A02.9365852Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:42:00.3951494Z" - }, - "properties": { - "enabled": true, - "backupPolicyId": "d7ccca4b-3820-11ed-8554-2e12f04d8f72", - "dailyBackupsToKeep": 2, - "weeklyBackupsToKeep": 0, - "monthlyBackupsToKeep": 0, - "volumesAssigned": 0, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:42:01.7329551Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:42:01.7329551Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/cd1baf91-152d-4f5c-96f0-362449812110?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 13:42:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd1baf91-152d-4f5c-96f0-362449812110?api-version=2022-05-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": "1be0c13d-4b53-4ef2-885f-637ff116df0b", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134235Z:1be0c13d-4b53-4ef2-885f-637ff116df0b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd1baf91-152d-4f5c-96f0-362449812110?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:43: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": "aaad9a1e-bc6e-4f81-b02d-9cde5d2b6fee", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134305Z:aaad9a1e-bc6e-4f81-b02d-9cde5d2b6fee", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd1baf91-152d-4f5c-96f0-362449812110", - "name": "cd1baf91-152d-4f5c-96f0-362449812110", - "status": "Succeeded", - "startTime": "2022-09-19T13:42:34.8654738Z", - "endTime": "2022-09-19T13:42:35.0999208Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd1baf91-152d-4f5c-96f0-362449812110?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:43: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": "055d3147-aa7c-44ec-9cfd-818e26485922", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134305Z:055d3147-aa7c-44ec-9cfd-818e26485922", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1", - "name": "sdk-py-tests-acc-1-9c012fa3/sdk-py-tests-backup-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A42%3A34.8675674Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:42:00.3951494Z" - }, - "properties": { - "enabled": true, - "backupPolicyId": "d7ccca4b-3820-11ed-8554-2e12f04d8f72", - "dailyBackupsToKeep": 2, - "weeklyBackupsToKeep": 0, - "monthlyBackupsToKeep": 0, - "yearlyBackupsToKeep": 0, - "volumesAssigned": 0, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:42:01.7329551Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:42:01.7329551Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "298", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:43:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d05ce2f4-1b57-4198-9c51-f38f64e76ea8", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134307Z:d05ce2f4-1b57-4198-9c51-f38f64e76ea8" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/d884feb3-a0e3-43c4-8427-b855242a0976?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 13:43:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d884feb3-a0e3-43c4-8427-b855242a0976?api-version=2022-05-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": "07d8eda0-df01-434a-b184-628af66a2e78", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134308Z:07d8eda0-df01-434a-b184-628af66a2e78", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d884feb3-a0e3-43c4-8427-b855242a0976?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:43: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": "3d333e2c-7622-4223-b76c-914f1e617c57", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134338Z:3d333e2c-7622-4223-b76c-914f1e617c57", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d884feb3-a0e3-43c4-8427-b855242a0976", - "name": "d884feb3-a0e3-43c4-8427-b855242a0976", - "status": "Succeeded", - "startTime": "2022-09-19T13:43:08.3890295Z", - "endTime": "2022-09-19T13:43:08.4359025Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d884feb3-a0e3-43c4-8427-b855242a0976?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:43: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": "2ddff388-75b9-4028-b127-fbc17b44ecf5", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134339Z:2ddff388-75b9-4028-b127-fbc17b44ecf5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3", - "name": "sdk-py-tests-acc-1-9c012fa3", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A43%3A08.3936023Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:41:23.7185369Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:41:26.8034073Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:41:26.8034073Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "254", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:43:38 GMT", + "Date": "Fri, 14 Oct 2022 01:08:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee7e4f84-1415-48bc-bd4d-262941d009d8", + "x-ms-correlation-request-id": "1d41bce5-302b-49b9-af3b-365dc7baf113", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134339Z:ee7e4f84-1415-48bc-bd4d-262941d009d8" + "x-ms-routing-request-id": "CENTRALUS:20221014T010855Z:1d41bce5-302b-49b9-af3b-365dc7baf113" }, "ResponseBody": { "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3\u0027 under resource group \u0027sdk-python-tests-rg-tmp\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } } } 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 b0b5319044ee..dbe158c79d30 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:37:43 GMT", + "Date": "Fri, 14 Oct 2022 01:08:53 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.13672.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:37:44 GMT", + "Date": "Fri, 14 Oct 2022 01:08:53 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.13622.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13871.7 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "184c47f3-afc5-4fea-900d-eec6b5aeeb07", + "client-request-id": "e7f2bfea-8c05-46f1-953f-bdbb5f35286b", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "184c47f3-afc5-4fea-900d-eec6b5aeeb07", + "client-request-id": "e7f2bfea-8c05-46f1-953f-bdbb5f35286b", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:37:44 GMT", + "Date": "Fri, 14 Oct 2022 01:08:53 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -221,1071 +224,29 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2" }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e336c3b5-2987-46ca-b354-a8028bac5cbd?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "702", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:37:49 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A37%3A49.4568351Z\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": "60d507f8-bea6-40ca-9c5f-07a3ffbf03f9", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133750Z:60d507f8-bea6-40ca-9c5f-07a3ffbf03f9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad", - "name": "sdk-py-tests-acc-1-af962dad", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A37%3A49.4568351Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:37:46.3859963Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:37:48.53452Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:37:48.53452Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e336c3b5-2987-46ca-b354-a8028bac5cbd?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:38: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": "7fef300e-a229-4c2b-ac16-4f4e694047d8", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133821Z:7fef300e-a229-4c2b-ac16-4f4e694047d8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e336c3b5-2987-46ca-b354-a8028bac5cbd", - "name": "e336c3b5-2987-46ca-b354-a8028bac5cbd", - "status": "Succeeded", - "startTime": "2022-09-19T13:37:49.4600496Z", - "endTime": "2022-09-19T13:37:49.4913183Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:38:21 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A37%3A49.4966718Z\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": "f14a4a2f-fd68-4642-aa0c-35d90e6e1e9c", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133821Z:f14a4a2f-fd68-4642-aa0c-35d90e6e1e9c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad", - "name": "sdk-py-tests-acc-1-af962dad", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A37%3A49.4966718Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:37:46.3859963Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:37:48.53452Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:37:48.53452Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "134", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "dailyBackupsToKeep": 2, - "weeklyBackupsToKeep": 0, - "monthlyBackupsToKeep": 0, - "enabled": true - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/46efa71d-eb16-4f3d-8a5d-c88ad3be5bf8?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "881", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:38:24 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A38%3A23.1916792Z\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": "692e80c0-b636-4683-84b9-e45625ce6e3b", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133824Z:692e80c0-b636-4683-84b9-e45625ce6e3b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1", - "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A38%3A23.1916792Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:38:21.7949499Z" - }, - "properties": { - "enabled": true, - "dailyBackupsToKeep": 2, - "weeklyBackupsToKeep": 0, - "monthlyBackupsToKeep": 0, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:38:23.0408656Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:38:23.0408656Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/46efa71d-eb16-4f3d-8a5d-c88ad3be5bf8?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:38: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": "88a87da5-e9d6-4cec-bd2a-b002bc1f0c59", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133854Z:88a87da5-e9d6-4cec-bd2a-b002bc1f0c59", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/46efa71d-eb16-4f3d-8a5d-c88ad3be5bf8", - "name": "46efa71d-eb16-4f3d-8a5d-c88ad3be5bf8", - "status": "Succeeded", - "startTime": "2022-09-19T13:38:23.1890888Z", - "endTime": "2022-09-19T13:38:23.9859549Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:38:54 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A38%3A23.9920884Z\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": "3e734132-4e96-483d-9ca9-3cd2f54dbd5c", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133855Z:3e734132-4e96-483d-9ca9-3cd2f54dbd5c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1", - "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A38%3A23.9920884Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:38:21.7949499Z" - }, - "properties": { - "enabled": true, - "backupPolicyId": "554eb2e0-3820-11ed-8554-2e12f04d8f72", - "dailyBackupsToKeep": 2, - "weeklyBackupsToKeep": 0, - "monthlyBackupsToKeep": 0, - "volumesAssigned": 0, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:38:23.0408656Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:38:23.0408656Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "134", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "dailyBackupsToKeep": 2, - "weeklyBackupsToKeep": 0, - "monthlyBackupsToKeep": 0, - "enabled": true - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9d3d786-d2db-4780-bf48-d11301e65a70?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "881", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:38:57 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A38%3A56.9115266Z\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": "cf60e2d4-1472-495c-8c21-638dea782a43", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133857Z:cf60e2d4-1472-495c-8c21-638dea782a43", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2", - "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-2", - "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A38%3A56.9115266Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:38:55.6373279Z" - }, - "properties": { - "enabled": true, - "dailyBackupsToKeep": 2, - "weeklyBackupsToKeep": 0, - "monthlyBackupsToKeep": 0, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:38:56.7639112Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:38:56.7639112Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9d3d786-d2db-4780-bf48-d11301e65a70?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:39: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": "67320590-03a0-42a2-8e84-9ab889215dff", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133928Z:67320590-03a0-42a2-8e84-9ab889215dff", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9d3d786-d2db-4780-bf48-d11301e65a70", - "name": "e9d3d786-d2db-4780-bf48-d11301e65a70", - "status": "Succeeded", - "startTime": "2022-09-19T13:38:56.906002Z", - "endTime": "2022-09-19T13:38:57.577876Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:39:27 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A38%3A57.5800536Z\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": "2f3f7c63-f19c-4db5-a4ae-1e6bee4ee22e", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133928Z:2f3f7c63-f19c-4db5-a4ae-1e6bee4ee22e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2", - "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-2", - "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A38%3A57.5800536Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:38:55.6373279Z" - }, - "properties": { - "enabled": true, - "backupPolicyId": "69554dc0-3820-11ed-8554-2e12f04d8f72", - "dailyBackupsToKeep": 2, - "weeklyBackupsToKeep": 0, - "monthlyBackupsToKeep": 0, - "volumesAssigned": 0, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:38:56.7639112Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:38:56.7639112Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:39: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": "ad0a8377-61a3-4d42-bfbf-a84bebf61ef6", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133928Z:ad0a8377-61a3-4d42-bfbf-a84bebf61ef6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1", - "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A38%3A23.9920884Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:38:21.7949499Z" - }, - "properties": { - "enabled": true, - "backupPolicyId": "554eb2e0-3820-11ed-8554-2e12f04d8f72", - "dailyBackupsToKeep": 2, - "weeklyBackupsToKeep": 0, - "monthlyBackupsToKeep": 0, - "volumesAssigned": 0, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:38:23.0408656Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:38:23.0408656Z" - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2", - "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-2", - "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A38%3A57.5800536Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:38:55.6373279Z" - }, - "properties": { - "enabled": true, - "backupPolicyId": "69554dc0-3820-11ed-8554-2e12f04d8f72", - "dailyBackupsToKeep": 2, - "weeklyBackupsToKeep": 0, - "monthlyBackupsToKeep": 0, - "volumesAssigned": 0, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:38:56.7639112Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:38:56.7639112Z" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/7b70925f-451c-4fdc-86ca-a9a46d4b2e1b?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 13:39:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7b70925f-451c-4fdc-86ca-a9a46d4b2e1b?api-version=2022-05-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": "d3fe6142-e5b7-4f51-b79f-19b22d7dd8b3", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133929Z:d3fe6142-e5b7-4f51-b79f-19b22d7dd8b3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7b70925f-451c-4fdc-86ca-a9a46d4b2e1b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:39: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": "89123ba3-4654-4dca-b6bb-d71ba6271175", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134000Z:89123ba3-4654-4dca-b6bb-d71ba6271175", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7b70925f-451c-4fdc-86ca-a9a46d4b2e1b", - "name": "7b70925f-451c-4fdc-86ca-a9a46d4b2e1b", - "status": "Succeeded", - "startTime": "2022-09-19T13:39:29.5554737Z", - "endTime": "2022-09-19T13:39:29.7429412Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7b70925f-451c-4fdc-86ca-a9a46d4b2e1b?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:40: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": "44f17f84-18fa-4d10-822b-c5a55e763f13", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134000Z:44f17f84-18fa-4d10-822b-c5a55e763f13", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1", - "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A39%3A29.5579846Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:38:21.7949499Z" - }, - "properties": { - "enabled": true, - "backupPolicyId": "554eb2e0-3820-11ed-8554-2e12f04d8f72", - "dailyBackupsToKeep": 2, - "weeklyBackupsToKeep": 0, - "monthlyBackupsToKeep": 0, - "yearlyBackupsToKeep": 0, - "volumesAssigned": 0, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:38:23.0408656Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:38:23.0408656Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "298", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:40:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c0ff043-29bb-4f39-874f-a7e16d114ff8", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134002Z:9c0ff043-29bb-4f39-874f-a7e16d114ff8" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/3579782b-e12c-407f-8583-628cd1a9b7ca?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 13:40:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3579782b-e12c-407f-8583-628cd1a9b7ca?api-version=2022-05-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": "0cc4a993-80e6-4dc2-85b6-ff27ee4aa871", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134003Z:0cc4a993-80e6-4dc2-85b6-ff27ee4aa871", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3579782b-e12c-407f-8583-628cd1a9b7ca?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:40: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": "b2f446e4-6d65-4a3e-9f6b-d8ad7ae137d0", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134033Z:b2f446e4-6d65-4a3e-9f6b-d8ad7ae137d0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3579782b-e12c-407f-8583-628cd1a9b7ca", - "name": "3579782b-e12c-407f-8583-628cd1a9b7ca", - "status": "Succeeded", - "startTime": "2022-09-19T13:40:03.0910819Z", - "endTime": "2022-09-19T13:40:03.8410716Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3579782b-e12c-407f-8583-628cd1a9b7ca?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13: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": "cceeb97c-0001-4c03-a483-60304ce5fd1d", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134033Z:cceeb97c-0001-4c03-a483-60304ce5fd1d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2", - "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-2", - "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A40%3A03.0909944Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:38:55.6373279Z" - }, - "properties": { - "enabled": true, - "backupPolicyId": "69554dc0-3820-11ed-8554-2e12f04d8f72", - "dailyBackupsToKeep": 2, - "weeklyBackupsToKeep": 0, - "monthlyBackupsToKeep": 0, - "yearlyBackupsToKeep": 0, - "volumesAssigned": 0, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:38:56.7639112Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:38:56.7639112Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "298", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:40:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82443198-34ab-4d4e-8c53-0be17cc77384", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134035Z:82443198-34ab-4d4e-8c53-0be17cc77384" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:40: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": "84fed8cd-840b-49e1-ab09-1c8da85a012e", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134036Z:84fed8cd-840b-49e1-ab09-1c8da85a012e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/fb2b247c-0693-4965-80b0-b11580b87c09?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 13:40:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fb2b247c-0693-4965-80b0-b11580b87c09?api-version=2022-05-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": "d7f24661-7c57-4b13-84ac-7b7af02ad8b2", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134037Z:d7f24661-7c57-4b13-84ac-7b7af02ad8b2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fb2b247c-0693-4965-80b0-b11580b87c09?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:41: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": "ca97ba48-cd52-45d5-b025-9990cd7b40ba", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134107Z:ca97ba48-cd52-45d5-b025-9990cd7b40ba", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fb2b247c-0693-4965-80b0-b11580b87c09", - "name": "fb2b247c-0693-4965-80b0-b11580b87c09", - "status": "Succeeded", - "startTime": "2022-09-19T13:40:36.9181797Z", - "endTime": "2022-09-19T13:40:36.9650524Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fb2b247c-0693-4965-80b0-b11580b87c09?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:41: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": "94b6fd26-ef1a-43e8-8326-bf5dd63de6fd", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134107Z:94b6fd26-ef1a-43e8-8326-bf5dd63de6fd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad", - "name": "sdk-py-tests-acc-1-af962dad", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A40%3A36.9208321Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:37:46.3859963Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:37:48.53452Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:37:48.53452Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "254", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:41:07 GMT", + "Date": "Fri, 14 Oct 2022 01:08:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4a606c5b-0f87-4f30-94e6-556fdb229c19", + "x-ms-correlation-request-id": "7d30bbd5-d877-4c22-9cf1-e15fafc234a3", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134107Z:4a606c5b-0f87-4f30-94e6-556fdb229c19" + "x-ms-routing-request-id": "CENTRALUS:20221014T010854Z:7d30bbd5-d877-4c22-9cf1-e15fafc234a3" }, "ResponseBody": { "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad\u0027 under resource group \u0027sdk-python-tests-rg-tmp\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } } } 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 4be087cfb3c8..4cab1e005a73 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:43:48 GMT", + "Date": "Fri, 14 Oct 2022 01:08:55 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.13672.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:43:49 GMT", + "Date": "Fri, 14 Oct 2022 01:08:55 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.13622.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "19eb3eae-699d-4327-9cad-852d50bcee47", + "client-request-id": "63c209b2-9bf3-4716-94e4-608cbd47d377", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "19eb3eae-699d-4327-9cad-852d50bcee47", + "client-request-id": "63c209b2-9bf3-4716-94e4-608cbd47d377", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:43:49 GMT", + "Date": "Fri, 14 Oct 2022 01:08:55 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -221,797 +224,29 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2" }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/22692fe1-5e96-4bf7-826a-5ec224e7f623?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "704", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:43:55 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A43%3A55.0927997Z\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": "3cefe183-7afa-4812-b875-2cf2b85a4267", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134356Z:3cefe183-7afa-4812-b875-2cf2b85a4267", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74", - "name": "sdk-py-tests-acc-1-cdf2e74", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A43%3A55.0927997Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:43:52.1633178Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:43:54.1818252Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:43:54.1818252Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/22692fe1-5e96-4bf7-826a-5ec224e7f623?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:44: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": "c4ef084d-9232-4c78-81f5-bb9cf2e306af", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134426Z:c4ef084d-9232-4c78-81f5-bb9cf2e306af", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/22692fe1-5e96-4bf7-826a-5ec224e7f623", - "name": "22692fe1-5e96-4bf7-826a-5ec224e7f623", - "status": "Succeeded", - "startTime": "2022-09-19T13:43:55.0881783Z", - "endTime": "2022-09-19T13:43:55.135079Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:44:26 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A43%3A55.1427658Z\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": "9463dc75-f0c4-4fb8-a45d-675d9b5c3b69", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134427Z:9463dc75-f0c4-4fb8-a45d-675d9b5c3b69", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74", - "name": "sdk-py-tests-acc-1-cdf2e74", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A43%3A55.1427658Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:43:52.1633178Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:43:54.1818252Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:43:54.1818252Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "134", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "dailyBackupsToKeep": 2, - "weeklyBackupsToKeep": 0, - "monthlyBackupsToKeep": 0, - "enabled": true - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3bb914cc-ad4f-4760-938f-4aa37694ac89?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "879", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:44:29 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A44%3A28.6449439Z\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": "b94be456-351d-4bfb-bcbd-eaea59d72f08", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134430Z:b94be456-351d-4bfb-bcbd-eaea59d72f08", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1", - "name": "sdk-py-tests-acc-1-cdf2e74/sdk-py-tests-backup-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A44%3A28.6449439Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:44:27.3263443Z" - }, - "properties": { - "enabled": true, - "dailyBackupsToKeep": 2, - "weeklyBackupsToKeep": 0, - "monthlyBackupsToKeep": 0, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:44:28.4789904Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:44:28.4789904Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3bb914cc-ad4f-4760-938f-4aa37694ac89?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:45: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": "741aa68c-9780-49b4-a46a-d1009189f7c4", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134500Z:741aa68c-9780-49b4-a46a-d1009189f7c4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3bb914cc-ad4f-4760-938f-4aa37694ac89", - "name": "3bb914cc-ad4f-4760-938f-4aa37694ac89", - "status": "Succeeded", - "startTime": "2022-09-19T13:44:28.6490264Z", - "endTime": "2022-09-19T13:44:29.5251937Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:45:00 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A44%3A29.530293Z\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": "6f463678-d7f2-4cd6-8a63-065bae1de30a", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134500Z:6f463678-d7f2-4cd6-8a63-065bae1de30a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1", - "name": "sdk-py-tests-acc-1-cdf2e74/sdk-py-tests-backup-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A44%3A29.530293Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:44:27.3263443Z" - }, - "properties": { - "enabled": true, - "backupPolicyId": "2f2eb4d1-3821-11ed-ba37-768357df5023", - "dailyBackupsToKeep": 2, - "weeklyBackupsToKeep": 0, - "monthlyBackupsToKeep": 0, - "volumesAssigned": 0, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:44:28.4789904Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:44:28.4789904Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "134", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "dailyBackupsToKeep": 0, - "weeklyBackupsToKeep": 1, - "monthlyBackupsToKeep": 0, - "enabled": true - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e1cf965d-a685-4f29-9fce-546d3db5d96f?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "955", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:45:01 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A45%3A01.2234285Z\u0027\u0022", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e1cf965d-a685-4f29-9fce-546d3db5d96f?api-version=2022-05-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": "97aea62c-5818-4481-982c-8a3606f425bf", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134501Z:97aea62c-5818-4481-982c-8a3606f425bf", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1", - "name": "sdk-py-tests-acc-1-cdf2e74/sdk-py-tests-backup-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A45%3A01.2234285Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:44:27.3263443Z" - }, - "properties": { - "provisioningState": "Patching", - "enabled": true, - "backupPolicyId": "2f2eb4d1-3821-11ed-ba37-768357df5023", - "dailyBackupsToKeep": 0, - "weeklyBackupsToKeep": 1, - "monthlyBackupsToKeep": 0, - "volumesAssigned": 0 - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:44:28.4789904Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:44:28.4789904Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e1cf965d-a685-4f29-9fce-546d3db5d96f?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:45: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": "0c43aedd-e767-457e-8805-632dc174427b", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134531Z:0c43aedd-e767-457e-8805-632dc174427b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e1cf965d-a685-4f29-9fce-546d3db5d96f", - "name": "e1cf965d-a685-4f29-9fce-546d3db5d96f", - "status": "Succeeded", - "startTime": "2022-09-19T13:45:01.2143242Z", - "endTime": "2022-09-19T13:45:02.1050214Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:45:31 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A45%3A02.1029046Z\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": "e958a384-0300-4e1f-af61-9ae2300f40af", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134532Z:e958a384-0300-4e1f-af61-9ae2300f40af", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1", - "name": "sdk-py-tests-acc-1-cdf2e74/sdk-py-tests-backup-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A45%3A02.1029046Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:45:00.8927784Z" - }, - "properties": { - "provisioningState": "Succeeded", - "enabled": true, - "backupPolicyId": "2f2eb4d1-3821-11ed-ba37-768357df5023", - "dailyBackupsToKeep": 0, - "weeklyBackupsToKeep": 1, - "monthlyBackupsToKeep": 0, - "volumesAssigned": 0 - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:44:28.4789904Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:45:01.0886445Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/ceeccae4-bcc9-4494-9bc6-7ef413ecb3c1?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 13:45:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ceeccae4-bcc9-4494-9bc6-7ef413ecb3c1?api-version=2022-05-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": "6401a35f-d572-4562-b4fe-3ad60eaaaece", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134532Z:6401a35f-d572-4562-b4fe-3ad60eaaaece", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ceeccae4-bcc9-4494-9bc6-7ef413ecb3c1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:46: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": "963a05c3-fa9f-4ad9-b75d-7a5896a96f19", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134603Z:963a05c3-fa9f-4ad9-b75d-7a5896a96f19", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ceeccae4-bcc9-4494-9bc6-7ef413ecb3c1", - "name": "ceeccae4-bcc9-4494-9bc6-7ef413ecb3c1", - "status": "Succeeded", - "startTime": "2022-09-19T13:45:32.8225087Z", - "endTime": "2022-09-19T13:45:33.825567Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ceeccae4-bcc9-4494-9bc6-7ef413ecb3c1?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:46: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": "0067875c-4dc5-4eb7-a48c-0fe633c0f664", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134603Z:0067875c-4dc5-4eb7-a48c-0fe633c0f664", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1", - "name": "sdk-py-tests-acc-1-cdf2e74/sdk-py-tests-backup-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A45%3A32.8316153Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:45:00.8927784Z" - }, - "properties": { - "enabled": true, - "backupPolicyId": "2f2eb4d1-3821-11ed-ba37-768357df5023", - "dailyBackupsToKeep": 0, - "weeklyBackupsToKeep": 1, - "monthlyBackupsToKeep": 0, - "yearlyBackupsToKeep": 0, - "volumesAssigned": 0, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:44:28.4789904Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:45:01.0886445Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "297", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:46:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d83d8fa-1625-43f8-9f51-addd5878f8c0", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134605Z:2d83d8fa-1625-43f8-9f51-addd5878f8c0" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/b2cf5255-0ce6-4bc4-9ed5-d4115d04694b?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 13:46:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b2cf5255-0ce6-4bc4-9ed5-d4115d04694b?api-version=2022-05-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": "28d06322-fbbc-4112-95cd-b4d5c8bb2d45", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134606Z:28d06322-fbbc-4112-95cd-b4d5c8bb2d45", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b2cf5255-0ce6-4bc4-9ed5-d4115d04694b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:46: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": "2e4fba3c-090c-4b33-941b-59a7802e3a93", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134636Z:2e4fba3c-090c-4b33-941b-59a7802e3a93", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b2cf5255-0ce6-4bc4-9ed5-d4115d04694b", - "name": "b2cf5255-0ce6-4bc4-9ed5-d4115d04694b", - "status": "Succeeded", - "startTime": "2022-09-19T13:46:06.2273944Z", - "endTime": "2022-09-19T13:46:06.3368647Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b2cf5255-0ce6-4bc4-9ed5-d4115d04694b?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:46: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": "a9057379-919a-422e-83db-5ae621cf0f28", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134636Z:a9057379-919a-422e-83db-5ae621cf0f28", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74", - "name": "sdk-py-tests-acc-1-cdf2e74", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A46%3A06.2337347Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:43:52.1633178Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:43:54.1818252Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:43:54.1818252Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "253", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:46:36 GMT", + "Date": "Fri, 14 Oct 2022 01:08:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e1b5ae7-2a74-473e-bcc1-6bdb239c9230", + "x-ms-correlation-request-id": "1e980862-7f48-4049-831b-6157cb35069e", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T134637Z:0e1b5ae7-2a74-473e-bcc1-6bdb239c9230" + "x-ms-routing-request-id": "CENTRALUS:20221014T010856Z:1e980862-7f48-4049-831b-6157cb35069e" }, "ResponseBody": { "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74\u0027 under resource group \u0027sdk-python-tests-rg-tmp\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } } } 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 16cff2f0877b..3c282a93f499 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:14:36 GMT", + "Date": "Fri, 14 Oct 2022 01:08:56 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.13672.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:14:36 GMT", + "Date": "Fri, 14 Oct 2022 01:08:56 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.13622.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "7598a77a-5e83-4680-b32e-0914926bd613", + "client-request-id": "81882632-2f64-41c9-b5f6-dcb892b47df2", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "7598a77a-5e83-4680-b32e-0914926bd613", + "client-request-id": "81882632-2f64-41c9-b5f6-dcb892b47df2", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:14:36 GMT", + "Date": "Fri, 14 Oct 2022 01:08:56 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13734.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -221,833 +224,29 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2" }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f003691-c985-4e57-956d-3793cd210087?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:14:43 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A14%3A43.1041312Z\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": "b695c254-f793-4d99-90eb-d159914d1fa8", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141444Z:b695c254-f793-4d99-90eb-d159914d1fa8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b", - "name": "sdk-py-tests-acc-1-18a4278b", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A14%3A43.1041312Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:14:39.4899935Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:14:42.1183947Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:14:42.1183947Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f003691-c985-4e57-956d-3793cd210087?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:15: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": "e7d31040-bf7d-42b4-8954-4f5f85b83fb8", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141515Z:e7d31040-bf7d-42b4-8954-4f5f85b83fb8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f003691-c985-4e57-956d-3793cd210087", - "name": "4f003691-c985-4e57-956d-3793cd210087", - "status": "Succeeded", - "startTime": "2022-09-16T14:14:43.1087717Z", - "endTime": "2022-09-16T14:14:43.1401028Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:15:15 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A14%3A43.1529012Z\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": "fc571f52-8cdd-4eb8-9894-9e0059d587d9", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141515Z:fc571f52-8cdd-4eb8-9894-9e0059d587d9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b", - "name": "sdk-py-tests-acc-1-18a4278b", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A14%3A43.1529012Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:14:39.4899935Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:14:42.1183947Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:14:42.1183947Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/b58d6196-9526-4b01-9f3c-55a539a7120d?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "922", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:15:18 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A15%3A17.1873634Z\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": "108b1653-1270-42dd-8740-2291de1e70ec", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141518Z:108b1653-1270-42dd-8740-2291de1e70ec", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-18a4278b/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A15%3A17.1873634Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:15:15.7971582Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:15:17.0094046Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:15:17.0094046Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b58d6196-9526-4b01-9f3c-55a539a7120d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:15: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": "f31bb0fe-c130-4762-b92e-fb30ef90ccec", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141548Z:f31bb0fe-c130-4762-b92e-fb30ef90ccec", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b58d6196-9526-4b01-9f3c-55a539a7120d", - "name": "b58d6196-9526-4b01-9f3c-55a539a7120d", - "status": "Succeeded", - "startTime": "2022-09-16T14:15:17.1837519Z", - "endTime": "2022-09-16T14:15:18.1681977Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:15:48 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A15%3A18.1798413Z\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": "f4339d06-c34d-4f69-92c3-7b47344eb0d6", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141548Z:f4339d06-c34d-4f69-92c3-7b47344eb0d6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-18a4278b/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A15%3A18.1798413Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:15:15.7971582Z" - }, - "properties": { - "poolId": "57e869dd-a6b8-d998-ce24-34aba5782f32", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:15:17.0094046Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:15:17.0094046Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:15: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": "b5365d07-3c5a-40b2-aa0f-6a0b31eaa38b", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141549Z:b5365d07-3c5a-40b2-aa0f-6a0b31eaa38b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-18a4278b/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A15%3A18.1798413Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:15:15.7971582Z" - }, - "properties": { - "poolId": "57e869dd-a6b8-d998-ce24-34aba5782f32", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:15:17.0094046Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:15:17.0094046Z" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/450c8246-b073-49fe-baae-c88f6d0ab5dc?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 16 Sep 2022 14:15:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/450c8246-b073-49fe-baae-c88f6d0ab5dc?api-version=2022-05-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": "5d3e6295-ebe1-4b37-b94a-b8977a472dc3", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141600Z:5d3e6295-ebe1-4b37-b94a-b8977a472dc3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/450c8246-b073-49fe-baae-c88f6d0ab5dc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:16: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": "01da51c1-a668-4626-b43e-9c171d58bc36", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141630Z:01da51c1-a668-4626-b43e-9c171d58bc36", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/450c8246-b073-49fe-baae-c88f6d0ab5dc", - "name": "450c8246-b073-49fe-baae-c88f6d0ab5dc", - "status": "Succeeded", - "startTime": "2022-09-16T14:15:59.8751446Z", - "endTime": "2022-09-16T14:16:00.1095391Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/450c8246-b073-49fe-baae-c88f6d0ab5dc?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:16: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": "68f61226-b1c6-4d3c-9c51-531ca9dc4747", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141630Z:68f61226-b1c6-4d3c-9c51-531ca9dc4747", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-18a4278b/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A15%3A59.8805642Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:15:15.7971582Z" - }, - "properties": { - "poolId": "57e869dd-a6b8-d998-ce24-34aba5782f32", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:15:17.0094046Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:15:17.0094046Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 16 Sep 2022 14:16:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "48ed5d71-cf4a-42d5-8721-7ad10f816edb", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141640Z:48ed5d71-cf4a-42d5-8721-7ad10f816edb" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 16 Sep 2022 14:16:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf8e9678-25dc-49af-8736-161d27a1d7fb", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141651Z:bf8e9678-25dc-49af-8736-161d27a1d7fb" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 16 Sep 2022 14:17:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8e433dac-d17d-49e7-a46b-97af5933c044", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141701Z:8e433dac-d17d-49e7-a46b-97af5933c044" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 16 Sep 2022 14:17:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea5ba9ef-92d6-40d2-a652-c52579009578", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141711Z:ea5ba9ef-92d6-40d2-a652-c52579009578" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:17:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5552d34-8b1a-4b1c-ae1c-1eaa354bb086", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141722Z:d5552d34-8b1a-4b1c-ae1c-1eaa354bb086" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:17: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": "d7d10384-6131-4d5f-b74e-a3ec2522f52c", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141723Z:d7d10384-6131-4d5f-b74e-a3ec2522f52c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/f4ea87f9-625f-4d22-951c-eb19b92cc61f?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 16 Sep 2022 14:17:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4ea87f9-625f-4d22-951c-eb19b92cc61f?api-version=2022-05-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": "75374a0d-87c6-4527-988d-3d387a133498", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141723Z:75374a0d-87c6-4527-988d-3d387a133498", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4ea87f9-625f-4d22-951c-eb19b92cc61f?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:17: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": "8a95b9b4-e0f7-4612-a7b9-28f94ad44873", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141754Z:8a95b9b4-e0f7-4612-a7b9-28f94ad44873", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4ea87f9-625f-4d22-951c-eb19b92cc61f", - "name": "f4ea87f9-625f-4d22-951c-eb19b92cc61f", - "status": "Succeeded", - "startTime": "2022-09-16T14:17:23.8201966Z", - "endTime": "2022-09-16T14:17:23.8671391Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4ea87f9-625f-4d22-951c-eb19b92cc61f?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:17: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": "f3c18f05-8253-4835-b3cd-c700bc5827e7", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141754Z:f3c18f05-8253-4835-b3cd-c700bc5827e7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b", - "name": "sdk-py-tests-acc-1-18a4278b", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A17%3A23.8360461Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:14:39.4899935Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:14:42.1183947Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:14:42.1183947Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "254", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:17:54 GMT", + "Date": "Fri, 14 Oct 2022 01:08:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "975a414e-937b-4ae1-aa1a-680de4b3e7f5", + "x-ms-correlation-request-id": "16059e2c-3563-4f51-b4cb-d5d6a8eb20a6", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141754Z:975a414e-937b-4ae1-aa1a-680de4b3e7f5" + "x-ms-routing-request-id": "CENTRALUS:20221014T010857Z:16059e2c-3563-4f51-b4cb-d5d6a8eb20a6" }, "ResponseBody": { "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b\u0027 under resource group \u0027sdk-python-tests-rg-tmp\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } } } 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 fb26c9d515e6..ce5bf9b8ed0a 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:24:49 GMT", + "Date": "Fri, 14 Oct 2022 01:08:57 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.13672.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:24:49 GMT", + "Date": "Fri, 14 Oct 2022 01:08:57 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.13622.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13845.9 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "0ff53ac2-6c62-4270-ba64-36c332b7948b", + "client-request-id": "2aaa4c5f-0ba4-484e-8195-465f38009fc2", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "0ff53ac2-6c62-4270-ba64-36c332b7948b", + "client-request-id": "2aaa4c5f-0ba4-484e-8195-465f38009fc2", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:24:50 GMT", + "Date": "Fri, 14 Oct 2022 01:08:57 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13734.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -221,798 +224,29 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2" }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/752b896b-f52f-4242-a0e1-61a034586a1c?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:24:58 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A24%3A57.2874605Z\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": "c29c8c67-fbe9-40ac-adf3-6131315e272d", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142458Z:c29c8c67-fbe9-40ac-adf3-6131315e272d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf", - "name": "sdk-py-tests-acc-1-c97f26bf", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A24%3A57.2874605Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:24:53.8780531Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:24:56.3521114Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:24:56.3521114Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/752b896b-f52f-4242-a0e1-61a034586a1c?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14: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": "f04f57e2-9089-4eb9-9d89-90be8456bda6", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142528Z:f04f57e2-9089-4eb9-9d89-90be8456bda6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/752b896b-f52f-4242-a0e1-61a034586a1c", - "name": "752b896b-f52f-4242-a0e1-61a034586a1c", - "status": "Succeeded", - "startTime": "2022-09-16T14:24:57.2848468Z", - "endTime": "2022-09-16T14:24:57.3473669Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:25:28 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A24%3A57.3599039Z\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": "17459c52-44fe-4c1f-8e34-b9d09caf70d7", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142528Z:17459c52-44fe-4c1f-8e34-b9d09caf70d7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf", - "name": "sdk-py-tests-acc-1-c97f26bf", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A24%3A57.3599039Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:24:53.8780531Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:24:56.3521114Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:24:56.3521114Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/475194e0-f818-4dde-ab64-779e57a2cb0a?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "922", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:25:31 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A25%3A30.7345036Z\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": "692920aa-2f33-4002-9b49-8c6ad910d950", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142532Z:692920aa-2f33-4002-9b49-8c6ad910d950", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-c97f26bf/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A25%3A30.7345036Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:25:29.3068888Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:25:30.5246447Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:25:30.5246447Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/475194e0-f818-4dde-ab64-779e57a2cb0a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:26: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": "218e1933-9b3a-47f0-bb25-75fcda1375f2", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142602Z:218e1933-9b3a-47f0-bb25-75fcda1375f2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/475194e0-f818-4dde-ab64-779e57a2cb0a", - "name": "475194e0-f818-4dde-ab64-779e57a2cb0a", - "status": "Succeeded", - "startTime": "2022-09-16T14:25:30.7410108Z", - "endTime": "2022-09-16T14:25:31.5696361Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:26:02 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A25%3A31.5725029Z\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": "d11da639-c118-425e-8aec-5e1c8d61dd6f", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142602Z:d11da639-c118-425e-8aec-5e1c8d61dd6f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-c97f26bf/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A25%3A31.5725029Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:25:29.3068888Z" - }, - "properties": { - "poolId": "0f96561b-c4ef-9afc-6adf-0dcc31546453", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:25:30.5246447Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:25:30.5246447Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:26:02 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A25%3A31.5725029Z\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": "f70ab053-3e6a-4485-8e98-8201846d3141", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142603Z:f70ab053-3e6a-4485-8e98-8201846d3141", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-c97f26bf/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A25%3A31.5725029Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:25:29.3068888Z" - }, - "properties": { - "poolId": "0f96561b-c4ef-9afc-6adf-0dcc31546453", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:25:30.5246447Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:25:30.5246447Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/3277aac7-9d0b-4363-a422-d49109ef56eb?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 16 Sep 2022 14:26:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3277aac7-9d0b-4363-a422-d49109ef56eb?api-version=2022-05-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": "c526b492-1a5c-4d64-9324-77d34c5a90b8", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142613Z:c526b492-1a5c-4d64-9324-77d34c5a90b8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3277aac7-9d0b-4363-a422-d49109ef56eb?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:26: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": "dcff1204-a5c8-463e-b942-5e28edf15030", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142644Z:dcff1204-a5c8-463e-b942-5e28edf15030", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3277aac7-9d0b-4363-a422-d49109ef56eb", - "name": "3277aac7-9d0b-4363-a422-d49109ef56eb", - "status": "Succeeded", - "startTime": "2022-09-16T14:26:13.8091754Z", - "endTime": "2022-09-16T14:26:14.7779754Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3277aac7-9d0b-4363-a422-d49109ef56eb?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:26: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": "30e998e3-d31c-4e65-bb51-452395030441", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142644Z:30e998e3-d31c-4e65-bb51-452395030441", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-c97f26bf/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A26%3A13.8153768Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:25:29.3068888Z" - }, - "properties": { - "poolId": "0f96561b-c4ef-9afc-6adf-0dcc31546453", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:25:30.5246447Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:25:30.5246447Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 16 Sep 2022 14: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": "a4eed0ff-8b33-4f15-b85b-82d79b722135", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142654Z:a4eed0ff-8b33-4f15-b85b-82d79b722135" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 16 Sep 2022 14:27:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e294ac22-aab7-4067-881f-ff573ac0d4e5", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142705Z:e294ac22-aab7-4067-881f-ff573ac0d4e5" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 16 Sep 2022 14:27:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f173267a-ccb1-40fc-bbf6-7dbff521b653", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142715Z:f173267a-ccb1-40fc-bbf6-7dbff521b653" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 16 Sep 2022 14: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": "029e4a69-3d2e-4adf-a6ef-baea4c9f814c", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142725Z:029e4a69-3d2e-4adf-a6ef-baea4c9f814c" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:27:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2121c71f-ead0-4e36-b5c1-2e4bb1c416cd", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142735Z:2121c71f-ead0-4e36-b5c1-2e4bb1c416cd" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/731235b1-8c71-45df-9274-ea58adcbe114?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 16 Sep 2022 14:27:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/731235b1-8c71-45df-9274-ea58adcbe114?api-version=2022-05-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": "77ae8fb6-d867-4673-ace8-db10bba997ae", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142737Z:77ae8fb6-d867-4673-ace8-db10bba997ae", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/731235b1-8c71-45df-9274-ea58adcbe114?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:28: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": "3676868c-0b49-41fe-b077-5a2a8af3b01c", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142807Z:3676868c-0b49-41fe-b077-5a2a8af3b01c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/731235b1-8c71-45df-9274-ea58adcbe114", - "name": "731235b1-8c71-45df-9274-ea58adcbe114", - "status": "Succeeded", - "startTime": "2022-09-16T14:27:37.1949841Z", - "endTime": "2022-09-16T14:27:37.2418235Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/731235b1-8c71-45df-9274-ea58adcbe114?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:28: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": "574c2df3-3592-43fc-a083-bfe38f672c08", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142807Z:574c2df3-3592-43fc-a083-bfe38f672c08", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf", - "name": "sdk-py-tests-acc-1-c97f26bf", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A27%3A37.1999443Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:24:53.8780531Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:24:56.3521114Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:24:56.3521114Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "254", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:28:07 GMT", + "Date": "Fri, 14 Oct 2022 01:08:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6eecb8ac-0b7c-42ce-9298-d7a1ca8c7062", + "x-ms-correlation-request-id": "9a94eba4-876e-4e27-9e0c-6c5b69d90a8c", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142808Z:6eecb8ac-0b7c-42ce-9298-d7a1ca8c7062" + "x-ms-routing-request-id": "CENTRALUS:20221014T010858Z:9a94eba4-876e-4e27-9e0c-6c5b69d90a8c" }, "ResponseBody": { "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf\u0027 under resource group \u0027sdk-python-tests-rg-tmp\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } } } 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 d435b34ddfac..24ae52a265b7 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:18:54 GMT", + "Date": "Fri, 14 Oct 2022 01:08:57 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.13734.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:18:54 GMT", + "Date": "Fri, 14 Oct 2022 01:08:57 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.13622.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13845.9 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "008122bb-68a5-49df-8a19-2c6bd2018904", + "client-request-id": "ca506b2d-d623-424f-bb41-5cfa8842f0e7", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "008122bb-68a5-49df-8a19-2c6bd2018904", + "client-request-id": "ca506b2d-d623-424f-bb41-5cfa8842f0e7", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:18:54 GMT", + "Date": "Fri, 14 Oct 2022 01:08:57 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -221,1255 +224,29 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2" }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2b4a154c-8748-44d2-aa7c-c279a5635076?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:19:02 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A19%3A01.5545745Z\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": "cc144ba9-d827-41dc-a81e-ad465cbde15a", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141903Z:cc144ba9-d827-41dc-a81e-ad465cbde15a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474", - "name": "sdk-py-tests-acc-1-e3f62474", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A19%3A01.5545745Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:18:58.5678926Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:19:00.5892033Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:19:00.5892033Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2b4a154c-8748-44d2-aa7c-c279a5635076?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:19: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": "9c70e8a6-b813-4209-bb5c-7fb9f8f05e5f", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141933Z:9c70e8a6-b813-4209-bb5c-7fb9f8f05e5f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2b4a154c-8748-44d2-aa7c-c279a5635076", - "name": "2b4a154c-8748-44d2-aa7c-c279a5635076", - "status": "Succeeded", - "startTime": "2022-09-16T14:19:01.5531278Z", - "endTime": "2022-09-16T14:19:01.5843768Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:19:33 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A19%3A01.5966924Z\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": "0ae90863-edbf-4d2f-b43c-0b312d6748f4", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141933Z:0ae90863-edbf-4d2f-b43c-0b312d6748f4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474", - "name": "sdk-py-tests-acc-1-e3f62474", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A19%3A01.5966924Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:18:58.5678926Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:19:00.5892033Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:19:00.5892033Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/3bc05ec3-b975-4b9b-a62a-e0bea6bb0640?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "922", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:19:36 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A19%3A35.5500267Z\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": "cfc7b2b8-cd8a-472a-9c5d-e98450ffc3af", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220916T141936Z:cfc7b2b8-cd8a-472a-9c5d-e98450ffc3af", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A19%3A35.5500267Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:19:34.1345688Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:19:35.3553155Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:19:35.3553155Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3bc05ec3-b975-4b9b-a62a-e0bea6bb0640?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:20: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": "a4b7327c-6a4b-4d67-8115-42906d6f079c", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142007Z:a4b7327c-6a4b-4d67-8115-42906d6f079c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3bc05ec3-b975-4b9b-a62a-e0bea6bb0640", - "name": "3bc05ec3-b975-4b9b-a62a-e0bea6bb0640", - "status": "Succeeded", - "startTime": "2022-09-16T14:19:35.548437Z", - "endTime": "2022-09-16T14:19:36.3453378Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:20:06 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A19%3A36.359034Z\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": "bdad95a1-fef6-4aaf-bb69-c798f7db00c1", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142007Z:bdad95a1-fef6-4aaf-bb69-c798f7db00c1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A19%3A36.359034Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:19:34.1345688Z" - }, - "properties": { - "poolId": "059ff1ef-b821-8d96-450d-6c341d08a0c3", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:19:35.3553155Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:19:35.3553155Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/4cfb4a34-a238-47e4-bfb3-995796c9374a?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "922", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:20:09 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A20%3A08.9798046Z\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": "61d2f2cd-8e4d-4388-adc5-cd88058cbcb3", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142010Z:61d2f2cd-8e4d-4388-adc5-cd88058cbcb3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2", - "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A20%3A08.9798046Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:20:07.7456306Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:20:08.7776104Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:20:08.7776104Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4cfb4a34-a238-47e4-bfb3-995796c9374a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:20: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": "0a6b4e74-7b7a-47b5-ab0e-fcc8d3d07835", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142040Z:0a6b4e74-7b7a-47b5-ab0e-fcc8d3d07835", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4cfb4a34-a238-47e4-bfb3-995796c9374a", - "name": "4cfb4a34-a238-47e4-bfb3-995796c9374a", - "status": "Succeeded", - "startTime": "2022-09-16T14:20:08.9757294Z", - "endTime": "2022-09-16T14:20:09.8665253Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:20:40 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A20%3A09.8701566Z\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": "8c04150b-bb62-4dfe-ae36-f96a07edab28", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142041Z:8c04150b-bb62-4dfe-ae36-f96a07edab28", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2", - "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A20%3A09.8701566Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:20:07.7456306Z" - }, - "properties": { - "poolId": "91117dea-2a75-4493-164d-2501fb22590f", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:20:08.7776104Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:20:08.7776104Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:20: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": "f993fbd3-ed87-4c6d-9765-38e3d23f91d8", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142041Z:f993fbd3-ed87-4c6d-9765-38e3d23f91d8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A19%3A36.359034Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:19:34.1345688Z" - }, - "properties": { - "poolId": "059ff1ef-b821-8d96-450d-6c341d08a0c3", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:19:35.3553155Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:19:35.3553155Z" - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2", - "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A20%3A09.8701566Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:20:07.7456306Z" - }, - "properties": { - "poolId": "91117dea-2a75-4493-164d-2501fb22590f", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:20:08.7776104Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:20:08.7776104Z" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/cf3b67ed-ae94-4fce-afe0-e021605ed741?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 16 Sep 2022 14:20:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf3b67ed-ae94-4fce-afe0-e021605ed741?api-version=2022-05-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": "1236a9a7-b9e5-4820-81fd-d99219a5d5f5", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142052Z:1236a9a7-b9e5-4820-81fd-d99219a5d5f5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf3b67ed-ae94-4fce-afe0-e021605ed741?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:21: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": "e3af7b50-996e-4c5f-8a6a-fabea72dca6f", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142122Z:e3af7b50-996e-4c5f-8a6a-fabea72dca6f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf3b67ed-ae94-4fce-afe0-e021605ed741", - "name": "cf3b67ed-ae94-4fce-afe0-e021605ed741", - "status": "Succeeded", - "startTime": "2022-09-16T14:20:51.9981991Z", - "endTime": "2022-09-16T14:20:52.8890109Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf3b67ed-ae94-4fce-afe0-e021605ed741?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:21: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": "ea02cee0-d5dd-4fc3-b2dc-f7dc7ecb2807", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142122Z:ea02cee0-d5dd-4fc3-b2dc-f7dc7ecb2807", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A20%3A52.002006Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:19:34.1345688Z" - }, - "properties": { - "poolId": "059ff1ef-b821-8d96-450d-6c341d08a0c3", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:19:35.3553155Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:19:35.3553155Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 16 Sep 2022 14:21:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f18fae1c-a7db-4898-972a-c56045fb2a3a", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142132Z:f18fae1c-a7db-4898-972a-c56045fb2a3a" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 16 Sep 2022 14:21:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "220734c4-4337-448c-bdb1-977fc302ac34", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142143Z:220734c4-4337-448c-bdb1-977fc302ac34" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 16 Sep 2022 14:21:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9225c8db-981b-43ac-a942-75163f614499", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142153Z:9225c8db-981b-43ac-a942-75163f614499" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 16 Sep 2022 14:22:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "485c355a-af70-46b4-a3ab-cf1633354270", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142203Z:485c355a-af70-46b4-a3ab-cf1633354270" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:22:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "178f4800-6b77-4b95-be32-bb0be78cfaa6", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142214Z:178f4800-6b77-4b95-be32-bb0be78cfaa6" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/5ec50afa-9ef9-4241-b060-67d0ae139853?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 16 Sep 2022 14:22:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5ec50afa-9ef9-4241-b060-67d0ae139853?api-version=2022-05-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": "77e75ca8-1e5e-42fa-a7a1-52f600038992", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142225Z:77e75ca8-1e5e-42fa-a7a1-52f600038992", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5ec50afa-9ef9-4241-b060-67d0ae139853?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:22: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": "325583a5-8134-4591-8748-57e867b10904", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142255Z:325583a5-8134-4591-8748-57e867b10904", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5ec50afa-9ef9-4241-b060-67d0ae139853", - "name": "5ec50afa-9ef9-4241-b060-67d0ae139853", - "status": "Succeeded", - "startTime": "2022-09-16T14:22:25.4860244Z", - "endTime": "2022-09-16T14:22:26.5641512Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5ec50afa-9ef9-4241-b060-67d0ae139853?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:22: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": "13ad1bbf-8227-4892-b037-26f102ba387c", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142256Z:13ad1bbf-8227-4892-b037-26f102ba387c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2", - "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A22%3A25.4990744Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:20:07.7456306Z" - }, - "properties": { - "poolId": "91117dea-2a75-4493-164d-2501fb22590f", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:20:08.7776104Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:20:08.7776104Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 16 Sep 2022 14:23:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "62d37e13-eefa-4574-bfad-1da6e123e9e7", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142306Z:62d37e13-eefa-4574-bfad-1da6e123e9e7" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 16 Sep 2022 14:23:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4dff6cb6-d37c-4ecc-ab75-9ec126a0fed4", - "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142316Z:4dff6cb6-d37c-4ecc-ab75-9ec126a0fed4" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 16 Sep 2022 14: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": "d7cd6794-9b3b-4290-8fff-6c727a9305c0", - "x-ms-ratelimit-remaining-subscription-deletes": "14991", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142327Z:d7cd6794-9b3b-4290-8fff-6c727a9305c0" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 16 Sep 2022 14: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": "dab6ff62-cc96-4e4c-afa7-c7124bb3afc4", - "x-ms-ratelimit-remaining-subscription-deletes": "14990", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142337Z:dab6ff62-cc96-4e4c-afa7-c7124bb3afc4" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:23:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10d7f449-85fb-44aa-8316-b5080d167e27", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142347Z:10d7f449-85fb-44aa-8316-b5080d167e27" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/3b86d949-9a4e-405c-9b71-cd84f132d225?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 16 Sep 2022 14:23:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3b86d949-9a4e-405c-9b71-cd84f132d225?api-version=2022-05-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": "e1d4e87d-7b30-4fc4-b502-03dbebcdda7d", - "x-ms-ratelimit-remaining-subscription-deletes": "14989", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142348Z:e1d4e87d-7b30-4fc4-b502-03dbebcdda7d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3b86d949-9a4e-405c-9b71-cd84f132d225?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:24: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": "0d932731-b876-4457-93bd-675ea698eff6", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142419Z:0d932731-b876-4457-93bd-675ea698eff6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3b86d949-9a4e-405c-9b71-cd84f132d225", - "name": "3b86d949-9a4e-405c-9b71-cd84f132d225", - "status": "Succeeded", - "startTime": "2022-09-16T14:23:48.7881648Z", - "endTime": "2022-09-16T14:23:48.8194139Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3b86d949-9a4e-405c-9b71-cd84f132d225?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:24: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": "1a9e3f0e-c266-49e7-a4e4-101f1fd8646b", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142419Z:1a9e3f0e-c266-49e7-a4e4-101f1fd8646b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474", - "name": "sdk-py-tests-acc-1-e3f62474", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A23%3A48.7999508Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:18:58.5678926Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:19:00.5892033Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:19:00.5892033Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "254", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:24:19 GMT", + "Date": "Fri, 14 Oct 2022 01:08:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fae8b15b-e01a-48bd-81d1-179ee70c3d95", + "x-ms-correlation-request-id": "71467be3-c413-4e15-a0ff-a79c4c8cb888", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142419Z:fae8b15b-e01a-48bd-81d1-179ee70c3d95" + "x-ms-routing-request-id": "CENTRALUS:20221014T010858Z:71467be3-c413-4e15-a0ff-a79c4c8cb888" }, "ResponseBody": { "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474\u0027 under resource group \u0027sdk-python-tests-rg-tmp\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } } } 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 0778c34e8de7..13b377c13921 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:32:42 GMT", + "Date": "Fri, 14 Oct 2022 01:08:59 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.13734.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:32:42 GMT", + "Date": "Fri, 14 Oct 2022 01:08:59 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.13622.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13871.7 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "bc3dcc81-86f1-4224-b6af-aa1fd434e02c", + "client-request-id": "7805a4d5-681a-45d4-8d55-d9993d2f339d", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "bc3dcc81-86f1-4224-b6af-aa1fd434e02c", + "client-request-id": "7805a4d5-681a-45d4-8d55-d9993d2f339d", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:32:42 GMT", + "Date": "Fri, 14 Oct 2022 01:08:59 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13734.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -221,909 +224,29 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2" }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48dcdca0-0cf8-482b-9b0d-360715d2ef29?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:32:49 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A32%3A49.2741368Z\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": "3a338785-1ce0-4e1d-b8ac-a5b5e740bcc6", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143250Z:3a338785-1ce0-4e1d-b8ac-a5b5e740bcc6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455", - "name": "sdk-py-tests-acc-1-e2722455", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A32%3A49.2741368Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:32:46.0554333Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:32:48.2820654Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:32:48.2820654Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48dcdca0-0cf8-482b-9b0d-360715d2ef29?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:33: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": "81c8b08a-fe66-45c5-8457-90b8359e1ecb", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143321Z:81c8b08a-fe66-45c5-8457-90b8359e1ecb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48dcdca0-0cf8-482b-9b0d-360715d2ef29", - "name": "48dcdca0-0cf8-482b-9b0d-360715d2ef29", - "status": "Succeeded", - "startTime": "2022-09-16T14:32:49.277407Z", - "endTime": "2022-09-16T14:32:49.3711644Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:33:21 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A32%3A49.3706232Z\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": "027257a4-2d30-4c28-91d0-af84aebef6f1", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143321Z:027257a4-2d30-4c28-91d0-af84aebef6f1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455", - "name": "sdk-py-tests-acc-1-e2722455", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A32%3A49.3706232Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:32:46.0554333Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:32:48.2820654Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:32:48.2820654Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/a531a002-2557-4a4c-99fd-3626aa31c36e?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "922", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:33:23 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A33%3A23.0276267Z\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": "dc642584-ec56-430f-896e-202cc9293a86", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143323Z:dc642584-ec56-430f-896e-202cc9293a86", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-e2722455/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A33%3A23.0276267Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:33:21.8228159Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:33:22.8358329Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:33:22.8358329Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a531a002-2557-4a4c-99fd-3626aa31c36e?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:33: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": "52008325-8508-48e2-abd5-320c8b922426", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143354Z:52008325-8508-48e2-abd5-320c8b922426", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a531a002-2557-4a4c-99fd-3626aa31c36e", - "name": "a531a002-2557-4a4c-99fd-3626aa31c36e", - "status": "Succeeded", - "startTime": "2022-09-16T14:33:23.0331997Z", - "endTime": "2022-09-16T14:33:23.7207639Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:33:54 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A33%3A23.728882Z\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": "ba58194d-42db-4b8f-bcf6-ffbafecf8015", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143354Z:ba58194d-42db-4b8f-bcf6-ffbafecf8015", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-e2722455/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A33%3A23.728882Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:33:21.8228159Z" - }, - "properties": { - "poolId": "450ef664-cccf-a759-b465-7365c4657725", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:33:22.8358329Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:33:22.8358329Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "88", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "tags": { - "Tag2": "Value1" - }, - "properties": { - "size": 4398046511104, - "qosType": "Manual" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3085478a-2edb-4939-b686-40c0ddc20fb3?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "989", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:33:54 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A33%3A54.9281161Z\u0027\u0022", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3085478a-2edb-4939-b686-40c0ddc20fb3?api-version=2022-05-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": "2233b165-1a2b-4d32-8973-68a8d37dbc3f", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143355Z:2233b165-1a2b-4d32-8973-68a8d37dbc3f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-e2722455/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A33%3A54.9281161Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:33:21.8228159Z" - }, - "properties": { - "provisioningState": "Patching", - "poolId": "450ef664-cccf-a759-b465-7365c4657725", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:33:22.8358329Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:33:22.8358329Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3085478a-2edb-4939-b686-40c0ddc20fb3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:34: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": "7e710b52-de01-4f12-ad48-743dc54887a5", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143425Z:7e710b52-de01-4f12-ad48-743dc54887a5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3085478a-2edb-4939-b686-40c0ddc20fb3", - "name": "3085478a-2edb-4939-b686-40c0ddc20fb3", - "status": "Succeeded", - "startTime": "2022-09-16T14:33:54.9780877Z", - "endTime": "2022-09-16T14:33:55.9995202Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3085478a-2edb-4939-b686-40c0ddc20fb3?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:34: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": "2c97a2c3-17e4-4b72-ae12-2bee46cf599f", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143425Z:2c97a2c3-17e4-4b72-ae12-2bee46cf599f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-e2722455/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A33%3A56.0104659Z\u0027\u0022", - "location": "westus2", - "tags": { - "Tag2": "Value1", - "CreatedOnDate": "2022-09-16T14:33:54.5843214Z" - }, - "properties": { - "poolId": "450ef664-cccf-a759-b465-7365c4657725", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", - "qosType": "Manual", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:33:22.8358329Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:33:54.793846Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/8b269af4-a34b-4180-8440-a00e6d01876b?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 16 Sep 2022 14:34:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8b269af4-a34b-4180-8440-a00e6d01876b?api-version=2022-05-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": "9915bc22-29e0-447f-a3c0-4f440d8f6e66", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143436Z:9915bc22-29e0-447f-a3c0-4f440d8f6e66", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8b269af4-a34b-4180-8440-a00e6d01876b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:35: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": "6fdd723e-e19c-4189-b8bc-37390af37563", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143506Z:6fdd723e-e19c-4189-b8bc-37390af37563", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8b269af4-a34b-4180-8440-a00e6d01876b", - "name": "8b269af4-a34b-4180-8440-a00e6d01876b", - "status": "Succeeded", - "startTime": "2022-09-16T14:34:36.352146Z", - "endTime": "2022-09-16T14:34:37.305801Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8b269af4-a34b-4180-8440-a00e6d01876b?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:35: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": "12b7e5ee-1cfa-4bc6-ac5b-bfc5d9e4eae4", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143507Z:12b7e5ee-1cfa-4bc6-ac5b-bfc5d9e4eae4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-e2722455/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A34%3A36.3542851Z\u0027\u0022", - "location": "westus2", - "tags": { - "Tag2": "Value1", - "CreatedOnDate": "2022-09-16T14:33:54.5843214Z" - }, - "properties": { - "poolId": "450ef664-cccf-a759-b465-7365c4657725", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", - "qosType": "Manual", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:33:22.8358329Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:33:54.793846Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 16 Sep 2022 14:35:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38a840b0-c6ec-4926-8d86-e7db1b36e561", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143517Z:38a840b0-c6ec-4926-8d86-e7db1b36e561" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 16 Sep 2022 14:35:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b3ed7ca1-5bf2-44cf-8387-c4d2147b5944", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143527Z:b3ed7ca1-5bf2-44cf-8387-c4d2147b5944" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 16 Sep 2022 14:35:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "64aa735f-42e4-4368-b59a-b2b1590aeae1", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143537Z:64aa735f-42e4-4368-b59a-b2b1590aeae1" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 16 Sep 2022 14:35:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be30c783-0a3a-4657-98a7-200afd063075", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143548Z:be30c783-0a3a-4657-98a7-200afd063075" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:35:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "28d6a326-226c-42b8-86be-1de48dc3ad38", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143558Z:28d6a326-226c-42b8-86be-1de48dc3ad38" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/9af8e1f0-f8cd-4298-8c83-1ca55f00236b?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 16 Sep 2022 14:35:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9af8e1f0-f8cd-4298-8c83-1ca55f00236b?api-version=2022-05-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": "d6327c24-89f7-4a91-9e8b-80a15b85b2db", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143600Z:d6327c24-89f7-4a91-9e8b-80a15b85b2db", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9af8e1f0-f8cd-4298-8c83-1ca55f00236b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:36: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": "80903bf1-8b01-418e-b762-e1ffb5e048ca", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143630Z:80903bf1-8b01-418e-b762-e1ffb5e048ca", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9af8e1f0-f8cd-4298-8c83-1ca55f00236b", - "name": "9af8e1f0-f8cd-4298-8c83-1ca55f00236b", - "status": "Succeeded", - "startTime": "2022-09-16T14:35:59.9835607Z", - "endTime": "2022-09-16T14:36:00.0304369Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9af8e1f0-f8cd-4298-8c83-1ca55f00236b?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:36: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": "83434c4a-8e79-495d-9648-250dd859f8d9", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143630Z:83434c4a-8e79-495d-9648-250dd859f8d9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455", - "name": "sdk-py-tests-acc-1-e2722455", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A35%3A59.9854032Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:32:46.0554333Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:32:48.2820654Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:32:48.2820654Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "254", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:36:30 GMT", + "Date": "Fri, 14 Oct 2022 01:09:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fe74c785-ff89-4809-a201-40279589359c", + "x-ms-correlation-request-id": "7549bbfa-b86e-4fb8-892c-99e4c01d8468", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143630Z:fe74c785-ff89-4809-a201-40279589359c" + "x-ms-routing-request-id": "CENTRALUS:20221014T010900Z:7549bbfa-b86e-4fb8-892c-99e4c01d8468" }, "ResponseBody": { "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455\u0027 under resource group \u0027sdk-python-tests-rg-tmp\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } } } 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 3e0972714f09..c42b5b158507 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:28:18 GMT", + "Date": "Fri, 14 Oct 2022 01:08:58 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.13672.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:28:19 GMT", + "Date": "Fri, 14 Oct 2022 01:08:58 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.13622.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13871.7 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "1e28408a-db3e-4e0b-a576-1b1bc25e4d23", + "client-request-id": "c3be8b34-1e07-4da7-b006-f90d6232014f", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "1e28408a-db3e-4e0b-a576-1b1bc25e4d23", + "client-request-id": "c3be8b34-1e07-4da7-b006-f90d6232014f", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:28:19 GMT", + "Date": "Fri, 14 Oct 2022 01:08:58 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -221,906 +224,29 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2" }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7399cfc4-2bb9-4bda-b563-8ca4305307aa?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "704", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:28:26 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A28%3A25.4514423Z\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": "ada5f54c-f394-422d-881f-77d35e1a4960", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142826Z:ada5f54c-f394-422d-881f-77d35e1a4960", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8", - "name": "sdk-py-tests-acc-1-8b424c8", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A28%3A25.4514423Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:28:21.8682662Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:28:24.5392435Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:28:24.5392435Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7399cfc4-2bb9-4bda-b563-8ca4305307aa?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:28: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": "f6036d39-3175-44c0-841e-519e28f4387d", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142857Z:f6036d39-3175-44c0-841e-519e28f4387d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7399cfc4-2bb9-4bda-b563-8ca4305307aa", - "name": "7399cfc4-2bb9-4bda-b563-8ca4305307aa", - "status": "Succeeded", - "startTime": "2022-09-16T14:28:25.449106Z", - "endTime": "2022-09-16T14:28:25.4959917Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:28:56 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A28%3A25.5093848Z\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": "1139aa20-adb0-4780-885f-5911f4d0139d", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142857Z:1139aa20-adb0-4780-885f-5911f4d0139d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8", - "name": "sdk-py-tests-acc-1-8b424c8", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A28%3A25.5093848Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:28:21.8682662Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:28:24.5392435Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:28:24.5392435Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/c1aab6a4-eb2b-4f76-a90d-a4dfd4025993?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "919", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:28:59 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A28%3A59.182314Z\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": "a932a9db-9877-4d53-95f2-44d2d8242a3d", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142900Z:a932a9db-9877-4d53-95f2-44d2d8242a3d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-8b424c8/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A28%3A59.182314Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:28:57.8969115Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:28:58.9924681Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:28:58.9924681Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1aab6a4-eb2b-4f76-a90d-a4dfd4025993?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:29: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": "d2630444-ccd4-425f-b301-6c92b44d6ec3", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142930Z:d2630444-ccd4-425f-b301-6c92b44d6ec3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1aab6a4-eb2b-4f76-a90d-a4dfd4025993", - "name": "c1aab6a4-eb2b-4f76-a90d-a4dfd4025993", - "status": "Succeeded", - "startTime": "2022-09-16T14:28:59.1800235Z", - "endTime": "2022-09-16T14:29:00.1178062Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:29:30 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A29%3A00.1309453Z\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": "c10af65b-0db6-40de-91e4-72ea4cbad836", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142931Z:c10af65b-0db6-40de-91e4-72ea4cbad836", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-8b424c8/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A29%3A00.1309453Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:28:57.8969115Z" - }, - "properties": { - "poolId": "77b5f53e-c9f8-eca2-dc65-d01faee1afe0", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:28:58.9924681Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:28:58.9924681Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "83", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "size": 4398046511104, - "qosType": "Manual" - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b07d19d1-5a92-4f93-8096-d72332ceff2e?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:29:32 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A29%3A31.502099Z\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": "007ea5c2-8757-41aa-b64c-15991fc208cb", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220916T142932Z:007ea5c2-8757-41aa-b64c-15991fc208cb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-8b424c8/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A29%3A31.502099Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:28:57.8969115Z" - }, - "properties": { - "provisioningState": "Updating", - "poolId": "77b5f53e-c9f8-eca2-dc65-d01faee1afe0", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:28:58.9924681Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:28:58.9924681Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b07d19d1-5a92-4f93-8096-d72332ceff2e?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:30: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": "c314237c-4db1-491a-bfcc-6d101c47befa", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143002Z:c314237c-4db1-491a-bfcc-6d101c47befa", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b07d19d1-5a92-4f93-8096-d72332ceff2e", - "name": "b07d19d1-5a92-4f93-8096-d72332ceff2e", - "status": "Succeeded", - "startTime": "2022-09-16T14:29:31.4974623Z", - "endTime": "2022-09-16T14:29:32.3412727Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:30:02 GMT", - "ETag": "W/\u0022datetime\u00272022-09-16T14%3A29%3A32.3485896Z\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": "28dca52a-0927-448b-92bd-289fd3328e22", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143003Z:28dca52a-0927-448b-92bd-289fd3328e22", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-8b424c8/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A29%3A32.3485896Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:29:31.1887399Z" - }, - "properties": { - "poolId": "77b5f53e-c9f8-eca2-dc65-d01faee1afe0", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Manual", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:28:58.9924681Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:29:31.3690341Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/aeece65a-a47b-4215-a6b4-16cc5003d9a0?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 16 Sep 2022 14:30:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aeece65a-a47b-4215-a6b4-16cc5003d9a0?api-version=2022-05-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": "d89e4401-a413-41dc-8636-475ef9ffcc5f", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143014Z:d89e4401-a413-41dc-8636-475ef9ffcc5f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aeece65a-a47b-4215-a6b4-16cc5003d9a0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:30: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": "19adfbc9-656f-40da-905b-e7edd2c7ed33", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143044Z:19adfbc9-656f-40da-905b-e7edd2c7ed33", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aeece65a-a47b-4215-a6b4-16cc5003d9a0", - "name": "aeece65a-a47b-4215-a6b4-16cc5003d9a0", - "status": "Succeeded", - "startTime": "2022-09-16T14:30:13.8288773Z", - "endTime": "2022-09-16T14:30:14.7039307Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aeece65a-a47b-4215-a6b4-16cc5003d9a0?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:30: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": "73ef7f83-9583-484c-87dc-262fd506ac26", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143044Z:73ef7f83-9583-484c-87dc-262fd506ac26", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-8b424c8/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A30%3A13.8415891Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:29:31.1887399Z" - }, - "properties": { - "poolId": "77b5f53e-c9f8-eca2-dc65-d01faee1afe0", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1", - "qosType": "Manual", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:28:58.9924681Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:29:31.3690341Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 16 Sep 2022 14: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": "38c08d79-90d3-43ba-9567-dedae99ea61a", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143055Z:38c08d79-90d3-43ba-9567-dedae99ea61a" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 16 Sep 2022 14:31:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce5d118b-d537-4a8a-9bda-9e499e150b8c", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143105Z:ce5d118b-d537-4a8a-9bda-9e499e150b8c" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 16 Sep 2022 14:31:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8e05afd8-e763-4468-a548-c378321f68bc", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143115Z:8e05afd8-e763-4468-a548-c378321f68bc" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 16 Sep 2022 14:31:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "342afcba-fc83-40d3-b872-32a0b8ddc708", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143126Z:342afcba-fc83-40d3-b872-32a0b8ddc708" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "287", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:31:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10bbab01-62f4-4226-84b6-6bbacad053fd", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143136Z:10bbab01-62f4-4226-84b6-6bbacad053fd" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/b157692e-f743-4c6c-bd84-5384f46cff84?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 16 Sep 2022 14:31:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b157692e-f743-4c6c-bd84-5384f46cff84?api-version=2022-05-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": "e282510f-d6ff-488b-b92f-0c669190b3bd", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143137Z:e282510f-d6ff-488b-b92f-0c669190b3bd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b157692e-f743-4c6c-bd84-5384f46cff84?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:32: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": "733a938d-c17c-4e5e-b165-1f49f65bb2f0", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143208Z:733a938d-c17c-4e5e-b165-1f49f65bb2f0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b157692e-f743-4c6c-bd84-5384f46cff84", - "name": "b157692e-f743-4c6c-bd84-5384f46cff84", - "status": "Succeeded", - "startTime": "2022-09-16T14:31:37.7448216Z", - "endTime": "2022-09-16T14:31:37.8385895Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b157692e-f743-4c6c-bd84-5384f46cff84?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 16 Sep 2022 14:32: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": "6d18b34a-1f15-4948-9604-d9539854034a", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143208Z:6d18b34a-1f15-4948-9604-d9539854034a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8", - "name": "sdk-py-tests-acc-1-8b424c8", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-16T14%3A31%3A37.7518399Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-16T14:28:21.8682662Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-16T14:28:24.5392435Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-16T14:28:24.5392435Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "253", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Sep 2022 14:32:07 GMT", + "Date": "Fri, 14 Oct 2022 01:08:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "97f5c8b9-5351-45d8-8e62-d4aa988aed98", + "x-ms-correlation-request-id": "d3478b5e-1fc8-47e2-a90c-f1501abe01df", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220916T143208Z:97f5c8b9-5351-45d8-8e62-d4aa988aed98" + "x-ms-routing-request-id": "CENTRALUS:20221014T010859Z:d3478b5e-1fc8-47e2-a90c-f1501abe01df" }, "ResponseBody": { "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8\u0027 under resource group \u0027sdk-python-tests-rg-tmp\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } } } 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 fdb397577b79..a01fc8d19ccc 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:28:11 GMT", + "Date": "Fri, 14 Oct 2022 01:09:00 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.13672.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:28:11 GMT", + "Date": "Fri, 14 Oct 2022 01:09:00 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.13622.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "6a4d77ea-a6cb-4c87-964b-58c252459905", + "client-request-id": "fc5399a2-067d-4ea5-99c5-78fec3779742", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "6a4d77ea-a6cb-4c87-964b-58c252459905", + "client-request-id": "fc5399a2-067d-4ea5-99c5-78fec3779742", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:28:11 GMT", + "Date": "Fri, 14 Oct 2022 01:09:00 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -213,7 +216,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -221,7 +224,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2", @@ -233,2619 +236,26 @@ } } }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0dcc0f93-2acc-4ef0-a341-19ec1e9d1b39?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "750", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:28:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "23583da7-4410-4c5e-a926-91abfaf74847", - "x-ms-correlation-request-id": "53a92782-f16c-4159-9738-a2be6409562a", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20220919T082822Z:53a92782-f16c-4159-9738-a2be6409562a" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-cd95297f", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f", - "etag": "W/\u0022695b9b3c-202f-4309-91a6-bf4e88bb12b0\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:28:14.9640926Z" - }, - "properties": { - "provisioningState": "Updating", - "resourceGuid": "d5e4d177-e241-442d-8437-debcf8fc3a2f", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0dcc0f93-2acc-4ef0-a341-19ec1e9d1b39?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:28:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "65ada90d-e7eb-48ac-96cc-2a117ee5bf34", - "x-ms-correlation-request-id": "5b1795d3-b151-4307-8d33-0d9f2b72b6da", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20220919T082826Z:5b1795d3-b151-4307-8d33-0d9f2b72b6da" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:28:25 GMT", - "ETag": "W/\u002227dddee4-b542-4dc8-8309-59faacc49964\u0022", + "Date": "Fri, 14 Oct 2022 01:09:01 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b0573ac5-b629-4625-a054-ce6655450042", - "x-ms-correlation-request-id": "5aeb5aa0-3863-4f97-9890-df4e2db4dad7", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20220919T082826Z:5aeb5aa0-3863-4f97-9890-df4e2db4dad7" + "x-ms-correlation-request-id": "cb5361ff-100d-4bbc-83f8-22c5b1016311", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "CENTRALUS:20221014T010901Z:cb5361ff-100d-4bbc-83f8-22c5b1016311" }, "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-cd95297f", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f", - "etag": "W/\u002227dddee4-b542-4dc8-8309-59faacc49964\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:28:14.9640926Z" - }, - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "d5e4d177-e241-442d-8437-debcf8fc3a2f", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default?api-version=2022-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "151", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "properties": { - "serviceName": "Microsoft.Netapp/volumes" - } - } - ] + "error": { + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ee9611bd-284b-4125-b89f-d240764ffc0f?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1326", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:28:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "160fb811-03a1-4cb4-97f0-c525d95a42c1", - "x-ms-correlation-request-id": "bb61b1e9-0715-4e59-a3d2-ec9d66b764bb", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20220919T082827Z:bb61b1e9-0715-4e59-a3d2-ec9d66b764bb" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default", - "etag": "W/\u0022c2e7e21f-7fe2-40f5-b362-eaafff7268d9\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022c2e7e21f-7fe2-40f5-b362-eaafff7268d9\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ee9611bd-284b-4125-b89f-d240764ffc0f?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:28:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e018f8b4-f8d1-4bdf-a488-a847d3824256", - "x-ms-correlation-request-id": "f8953f28-05c9-4df3-afc9-8fec0f354a24", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20220919T082830Z:f8953f28-05c9-4df3-afc9-8fec0f354a24" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:28:30 GMT", - "ETag": "W/\u0022469ccf9a-3451-44ff-95a2-eed33a4fb801\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cd9ee239-71b7-4567-82e8-1dd76144b539", - "x-ms-correlation-request-id": "58dd6793-d16d-4717-85a3-609e44922d09", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20220919T082830Z:58dd6793-d16d-4717-85a3-609e44922d09" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default", - "etag": "W/\u0022469ccf9a-3451-44ff-95a2-eed33a4fb801\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022469ccf9a-3451-44ff-95a2-eed33a4fb801\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 08:28:30 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.13672.7 - NEULR1 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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 08:28:30 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.13622.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": "cc1cb271-c561-4b7a-808f-6ff8a56b355b", - "Connection": "keep-alive", - "Content-Length": "281", - "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.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.18.0", - "x-ms-lib-capability": "retry-after, h429" - }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "cc1cb271-c561-4b7a-808f-6ff8a56b355b", - "Content-Length": "114", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:28:30 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.13672.7 - WEULR2 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b801eee1-dc29-4ff9-b1c2-cd0927d81c94?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:28:34 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T08%3A28%3A34.1118566Z\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": "42f04925-3672-4de0-9285-25b675932fa5", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20220919T082835Z:42f04925-3672-4de0-9285-25b675932fa5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f", - "name": "sdk-py-tests-acc-1-cd95297f", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T08%3A28%3A34.1118566Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:28:32.1906051Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T08:28:33.1822987Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T08:28:33.1822987Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b801eee1-dc29-4ff9-b1c2-cd0927d81c94?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:29: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": "da178776-7637-40b2-b99c-e189b6ecf813", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20220919T082905Z:da178776-7637-40b2-b99c-e189b6ecf813", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b801eee1-dc29-4ff9-b1c2-cd0927d81c94", - "name": "b801eee1-dc29-4ff9-b1c2-cd0927d81c94", - "status": "Succeeded", - "startTime": "2022-09-19T08:28:34.1115449Z", - "endTime": "2022-09-19T08:28:34.1897306Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:29:06 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T08%3A28%3A34.1951809Z\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": "55f30d84-97b4-4460-87d6-d6f8ba4ac542", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20220919T082906Z:55f30d84-97b4-4460-87d6-d6f8ba4ac542", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f", - "name": "sdk-py-tests-acc-1-cd95297f", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T08%3A28%3A34.1951809Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:28:32.1906051Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T08:28:33.1822987Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T08:28:33.1822987Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/d2e5cb1e-315f-4018-977a-57df6c6ce008?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "922", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:29:08 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T08%3A29%3A07.7466219Z\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": "fa9f54aa-19d8-44f5-80a5-41e1afa0950e", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20220919T082908Z:fa9f54aa-19d8-44f5-80a5-41e1afa0950e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T08%3A29%3A07.7466219Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:29:06.4185237Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T08:29:07.5485707Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T08:29:07.5485707Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2e5cb1e-315f-4018-977a-57df6c6ce008?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:29: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": "bc94262a-751d-416b-80b0-c9084fe9cb58", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20220919T082938Z:bc94262a-751d-416b-80b0-c9084fe9cb58", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2e5cb1e-315f-4018-977a-57df6c6ce008", - "name": "d2e5cb1e-315f-4018-977a-57df6c6ce008", - "status": "Succeeded", - "startTime": "2022-09-19T08:29:07.7514366Z", - "endTime": "2022-09-19T08:29:08.9076818Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:29:38 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T08%3A29%3A08.9123554Z\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": "6dbf812e-414a-4eb9-86ad-41d36ef311cd", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20220919T082939Z:6dbf812e-414a-4eb9-86ad-41d36ef311cd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T08%3A29%3A08.9123554Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:29:06.4185237Z" - }, - "properties": { - "poolId": "6dc5b817-2b86-af51-396a-aa575f3a9a45", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T08:29:07.5485707Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T08:29:07.5485707Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "783", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "creationToken": "sdk-py-tests-vol-3-cd95297f", - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/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 - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae4d50cb-aa66-4d50-9529-090afcdb821a?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1585", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:29:41 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T08%3A29%3A41.0655829Z\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": "d5732b47-d42e-4ee2-82d7-e047948660ae", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20220919T082942Z:d5732b47-d42e-4ee2-82d7-e047948660ae", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f", - "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T08%3A29%3A41.0655829Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:29:39.6211027Z" - }, - "properties": { - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-cd95297f", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/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, - "maximumNumberOfFiles": 100000000, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T08:29:40.7925782Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T08:29:40.7925782Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae4d50cb-aa66-4d50-9529-090afcdb821a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:30: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": "a8d58dd5-f974-4781-8525-056ff8ca0146", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20220919T083012Z:a8d58dd5-f974-4781-8525-056ff8ca0146", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae4d50cb-aa66-4d50-9529-090afcdb821a", - "name": "ae4d50cb-aa66-4d50-9529-090afcdb821a", - "status": "Creating", - "startTime": "2022-09-19T08:29:41.060697Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae4d50cb-aa66-4d50-9529-090afcdb821a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:30: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": "e1cd56b7-e245-420c-8d03-63b831c3beae", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20220919T083042Z:e1cd56b7-e245-420c-8d03-63b831c3beae", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae4d50cb-aa66-4d50-9529-090afcdb821a", - "name": "ae4d50cb-aa66-4d50-9529-090afcdb821a", - "status": "Creating", - "startTime": "2022-09-19T08:29:41.060697Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae4d50cb-aa66-4d50-9529-090afcdb821a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08: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": "fe94d963-5187-4e5a-8dff-c153607064a6", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20220919T083112Z:fe94d963-5187-4e5a-8dff-c153607064a6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae4d50cb-aa66-4d50-9529-090afcdb821a", - "name": "ae4d50cb-aa66-4d50-9529-090afcdb821a", - "status": "Creating", - "startTime": "2022-09-19T08:29:41.060697Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae4d50cb-aa66-4d50-9529-090afcdb821a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08: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": "b25b8498-f8cf-4970-8ce5-d8a6fe6e9224", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20220919T083143Z:b25b8498-f8cf-4970-8ce5-d8a6fe6e9224", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae4d50cb-aa66-4d50-9529-090afcdb821a", - "name": "ae4d50cb-aa66-4d50-9529-090afcdb821a", - "status": "Creating", - "startTime": "2022-09-19T08:29:41.060697Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae4d50cb-aa66-4d50-9529-090afcdb821a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:32: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": "89b5c001-946c-4146-bba0-ff19dfb7558d", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20220919T083213Z:89b5c001-946c-4146-bba0-ff19dfb7558d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae4d50cb-aa66-4d50-9529-090afcdb821a", - "name": "ae4d50cb-aa66-4d50-9529-090afcdb821a", - "status": "Creating", - "startTime": "2022-09-19T08:29:41.060697Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae4d50cb-aa66-4d50-9529-090afcdb821a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:32: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": "bd9d9ade-92d7-41ba-bed6-393492d315be", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20220919T083243Z:bd9d9ade-92d7-41ba-bed6-393492d315be", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae4d50cb-aa66-4d50-9529-090afcdb821a", - "name": "ae4d50cb-aa66-4d50-9529-090afcdb821a", - "status": "Creating", - "startTime": "2022-09-19T08:29:41.060697Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae4d50cb-aa66-4d50-9529-090afcdb821a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:33: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": "ea85a82c-1ae2-4003-9c6f-5ee0a186faa0", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20220919T083314Z:ea85a82c-1ae2-4003-9c6f-5ee0a186faa0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae4d50cb-aa66-4d50-9529-090afcdb821a", - "name": "ae4d50cb-aa66-4d50-9529-090afcdb821a", - "status": "Creating", - "startTime": "2022-09-19T08:29:41.060697Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae4d50cb-aa66-4d50-9529-090afcdb821a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:34: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": "01ced93a-a31d-48f9-8120-a4ed8d12fa5b", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T083407Z:01ced93a-a31d-48f9-8120-a4ed8d12fa5b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae4d50cb-aa66-4d50-9529-090afcdb821a", - "name": "ae4d50cb-aa66-4d50-9529-090afcdb821a", - "status": "Succeeded", - "startTime": "2022-09-19T08:29:41.060697Z", - "endTime": "2022-09-19T08:33:48.1878978Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:34:06 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T08%3A33%3A48.178207Z\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": "b09fbda8-31ee-419d-b34e-889b15b13896", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T083407Z:b09fbda8-31ee-419d-b34e-889b15b13896", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f", - "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T08%3A33%3A48.178207Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:29:39.6211027Z" - }, - "properties": { - "fileSystemId": "cc3be421-769d-913c-8730-eaff410d31e8", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-cd95297f", - "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_8f82c7b40509489d9e97d719b9b955b4_2f38bd67", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "cc3be421-769d-913c-8730-eaff410d31e8", - "fileSystemId": "cc3be421-769d-913c-8730-eaff410d31e8", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T08:29:40.7925782Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T08:29:40.7925782Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:34:07 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T08%3A33%3A48.178207Z\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": "8cfe8f59-d9c4-4106-9d1a-6c9c3decc8a8", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T083408Z:8cfe8f59-d9c4-4106-9d1a-6c9c3decc8a8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f", - "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T08%3A33%3A48.178207Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:29:39.6211027Z" - }, - "properties": { - "fileSystemId": "cc3be421-769d-913c-8730-eaff410d31e8", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-cd95297f", - "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_8f82c7b40509489d9e97d719b9b955b4_2f38bd67", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "cc3be421-769d-913c-8730-eaff410d31e8", - "fileSystemId": "cc3be421-769d-913c-8730-eaff410d31e8", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T08:29:40.7925782Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T08:29:40.7925782Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e40776c9-0305-4176-ac43-785cdcafbd95?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "522", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:34:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e40776c9-0305-4176-ac43-785cdcafbd95?api-version=2022-05-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": "bc5c54d0-3728-419f-bf57-66cd35cb5fe4", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T083409Z:bc5c54d0-3728-419f-bf57-66cd35cb5fe4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1", - "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f/sdk-py-tests-snapshot-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "location": "westus2", - "properties": { - "provisioningState": "Creating" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e40776c9-0305-4176-ac43-785cdcafbd95?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:34: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": "64de8381-d51d-462b-8d80-1a05ea116e26", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T083439Z:64de8381-d51d-462b-8d80-1a05ea116e26", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e40776c9-0305-4176-ac43-785cdcafbd95", - "name": "e40776c9-0305-4176-ac43-785cdcafbd95", - "status": "Succeeded", - "startTime": "2022-09-19T08:34:08.8485572Z", - "endTime": "2022-09-19T08:34:11.4939768Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e40776c9-0305-4176-ac43-785cdcafbd95?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "638", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:34: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": "34338295-b4e3-4ae5-a8e1-18b541fbd5ce", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T083439Z:34338295-b4e3-4ae5-a8e1-18b541fbd5ce", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1", - "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f/sdk-py-tests-snapshot-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "etag": "9/19/2022 8:34:11 AM", - "location": "westus2", - "properties": { - "provisioningState": "Succeeded", - "snapshotId": "8bd0018a-b659-1e99-239b-948579b14bd9", - "created": "2022-09-19T08:34:09Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:34: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": "89c77e34-3a02-47d8-b23c-136dda212ddf", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T083440Z:89c77e34-3a02-47d8-b23c-136dda212ddf", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1", - "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f/sdk-py-tests-snapshot-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "location": "westus2", - "properties": { - "provisioningState": "Succeeded", - "snapshotId": "8bd0018a-b659-1e99-239b-948579b14bd9", - "created": "2022-09-19T08:34:09Z" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/c6a22533-1094-4294-88d0-64ea11031f1c?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 08:34:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6a22533-1094-4294-88d0-64ea11031f1c?api-version=2022-05-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": "e6caff08-e033-4732-be68-3d95d43672e3", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T083441Z:e6caff08-e033-4732-be68-3d95d43672e3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6a22533-1094-4294-88d0-64ea11031f1c?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:35: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": "662a7393-aae4-4114-8f02-432498fbadd3", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T083511Z:662a7393-aae4-4114-8f02-432498fbadd3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6a22533-1094-4294-88d0-64ea11031f1c", - "name": "c6a22533-1094-4294-88d0-64ea11031f1c", - "status": "Succeeded", - "startTime": "2022-09-19T08:34:41.0588362Z", - "endTime": "2022-09-19T08:34:43.6868243Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6a22533-1094-4294-88d0-64ea11031f1c?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:35: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": "dd581df9-42d5-47dd-b1f6-eeac31f9d36a", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T083511Z:dd581df9-42d5-47dd-b1f6-eeac31f9d36a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1", - "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f/sdk-py-tests-snapshot-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "location": "westus2" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "326", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:35:32 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": "c948a8eb-04bb-4102-b9f3-0166e88ec3ce", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T083533Z:c948a8eb-04bb-4102-b9f3-0166e88ec3ce", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "error": { - "code": "NotFound", - "message": "The requested snapshot \u0027sdk-py-tests-snapshot-1\u0027 was not found on the volume \u0027sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f\u0027. Please check the requested snapshot. Please note: The snapshot may no longer be available based on configured snapshot policies." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:35: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": "a87e930b-0ed3-46bd-9804-dbd5c915b84b", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T083533Z:a87e930b-0ed3-46bd-9804-dbd5c915b84b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/3e59304a-ac07-45ca-b803-0900f767d4cd?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 08:35:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e59304a-ac07-45ca-b803-0900f767d4cd?api-version=2022-05-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": "bd2a0fb0-45eb-43f1-b587-f2351f4b6475", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T083534Z:bd2a0fb0-45eb-43f1-b587-f2351f4b6475", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e59304a-ac07-45ca-b803-0900f767d4cd?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:36: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": "72fdd78d-11e4-4f17-9100-5e7f6f97e1f6", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T083604Z:72fdd78d-11e4-4f17-9100-5e7f6f97e1f6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e59304a-ac07-45ca-b803-0900f767d4cd", - "name": "3e59304a-ac07-45ca-b803-0900f767d4cd", - "status": "Deleting", - "startTime": "2022-09-19T08:35:34.170658Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e59304a-ac07-45ca-b803-0900f767d4cd?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:36: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": "0fdfd433-9e6f-4aff-905b-669a8dce4372", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220919T083635Z:0fdfd433-9e6f-4aff-905b-669a8dce4372", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e59304a-ac07-45ca-b803-0900f767d4cd", - "name": "3e59304a-ac07-45ca-b803-0900f767d4cd", - "status": "Deleting", - "startTime": "2022-09-19T08:35:34.170658Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e59304a-ac07-45ca-b803-0900f767d4cd?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:37: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": "b8917eb4-425e-40bb-b028-6430897a9d78", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20220919T083705Z:b8917eb4-425e-40bb-b028-6430897a9d78", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e59304a-ac07-45ca-b803-0900f767d4cd", - "name": "3e59304a-ac07-45ca-b803-0900f767d4cd", - "status": "Deleting", - "startTime": "2022-09-19T08:35:34.170658Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e59304a-ac07-45ca-b803-0900f767d4cd?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:37: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": "b626d861-62e9-4791-8058-878e1687a641", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20220919T083735Z:b626d861-62e9-4791-8058-878e1687a641", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e59304a-ac07-45ca-b803-0900f767d4cd", - "name": "3e59304a-ac07-45ca-b803-0900f767d4cd", - "status": "Succeeded", - "startTime": "2022-09-19T08:35:34.170658Z", - "endTime": "2022-09-19T08:37:17.5039363Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e59304a-ac07-45ca-b803-0900f767d4cd?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:37: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": "ffc2dff7-519b-4d01-b494-ec27caff439a", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220919T083735Z:ffc2dff7-519b-4d01-b494-ec27caff439a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f", - "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T08%3A37%3A08.4396575Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:29:39.6211027Z" - }, - "properties": { - "fileSystemId": "cc3be421-769d-913c-8730-eaff410d31e8", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-cd95297f", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_2f38bd67", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f", - "poolId": "6dc5b817-2b86-af51-396a-aa575f3a9a45", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "cc3be421-769d-913c-8730-eaff410d31e8", - "fileSystemId": "cc3be421-769d-913c-8730-eaff410d31e8", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T08:29:40.7925782Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T08:29:40.7925782Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "324", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:40:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e1d0562f-b4d3-4d2c-898b-f9ae88a0b2f4", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084057Z:e1d0562f-b4d3-4d2c-898b-f9ae88a0b2f4" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/27cd5e2d-f378-49d2-ba3b-77bb66146e37?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 08:41:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/27cd5e2d-f378-49d2-ba3b-77bb66146e37?api-version=2022-05-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": "eda5f642-4b4e-4684-af86-e73ab365fe89", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084110Z:eda5f642-4b4e-4684-af86-e73ab365fe89", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/27cd5e2d-f378-49d2-ba3b-77bb66146e37?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:41: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": "e32f6f17-fcb3-482b-a4d9-a07e790e574e", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084140Z:e32f6f17-fcb3-482b-a4d9-a07e790e574e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/27cd5e2d-f378-49d2-ba3b-77bb66146e37", - "name": "27cd5e2d-f378-49d2-ba3b-77bb66146e37", - "status": "Succeeded", - "startTime": "2022-09-19T08:41:09.9522733Z", - "endTime": "2022-09-19T08:41:10.9723392Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/27cd5e2d-f378-49d2-ba3b-77bb66146e37?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:41: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": "4b546b2e-9a46-4569-b64a-d40373947b1a", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084140Z:4b546b2e-9a46-4569-b64a-d40373947b1a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T08%3A41%3A09.9596007Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:29:06.4185237Z" - }, - "properties": { - "poolId": "6dc5b817-2b86-af51-396a-aa575f3a9a45", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T08:29:07.5485707Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T08:29:07.5485707Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 08:41:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d58aaab-3342-4b62-826e-a86510bea386", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084150Z:8d58aaab-3342-4b62-826e-a86510bea386" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 08:42:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "411ab463-1376-4b04-8296-836235462193", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084201Z:411ab463-1376-4b04-8296-836235462193" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 08:42:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "54b85e69-0cb1-4f8c-a17d-9d30399daf3e", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084211Z:54b85e69-0cb1-4f8c-a17d-9d30399daf3e" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 08:42:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "140ab203-1373-4bc9-b38c-53e7d72c4734", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084221Z:140ab203-1373-4bc9-b38c-53e7d72c4734" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:42:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b3598e3a-ce4d-4366-b785-1241b7f7b6ab", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084232Z:b3598e3a-ce4d-4366-b785-1241b7f7b6ab" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/422e10df-c26a-409d-b07f-5b2c6ece03ce?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 08:42:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/422e10df-c26a-409d-b07f-5b2c6ece03ce?api-version=2022-05-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": "d2cb7292-d886-46d1-85e0-30a2a567d268", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084233Z:d2cb7292-d886-46d1-85e0-30a2a567d268", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/422e10df-c26a-409d-b07f-5b2c6ece03ce?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:43: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": "ce46afb1-d9c1-4b73-bcda-ed3a673d30d7", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084303Z:ce46afb1-d9c1-4b73-bcda-ed3a673d30d7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/422e10df-c26a-409d-b07f-5b2c6ece03ce", - "name": "422e10df-c26a-409d-b07f-5b2c6ece03ce", - "status": "Succeeded", - "startTime": "2022-09-19T08:42:33.3434797Z", - "endTime": "2022-09-19T08:42:33.3747863Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/422e10df-c26a-409d-b07f-5b2c6ece03ce?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:43: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": "9537e831-45cc-4bf4-81d9-5fcd72f2550e", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084303Z:9537e831-45cc-4bf4-81d9-5fcd72f2550e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f", - "name": "sdk-py-tests-acc-1-cd95297f", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T08%3A42%3A33.3476831Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:28:32.1906051Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T08:28:33.1822987Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T08:28:33.1822987Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "254", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:43:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c3543885-3c25-49d1-87fd-6fe7d1bce12e", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084304Z:c3543885-3c25-49d1-87fd-6fe7d1bce12e" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f?api-version=2022-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4b877dc8-6561-44b8-acfe-37c9bf713d9c?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 08:43:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/4b877dc8-6561-44b8-acfe-37c9bf713d9c?api-version=2022-01-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "98d9cb27-6a37-4ec4-b6eb-992e5a3b220a", - "x-ms-correlation-request-id": "8a366b69-4014-42f8-a5ed-7069dad7ea3a", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084304Z:8a366b69-4014-42f8-a5ed-7069dad7ea3a" - }, - "ResponseBody": null } ], "Variables": {} 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 4865859a0ab6..8968a2ec0a30 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:02:14 GMT", + "Date": "Fri, 14 Oct 2022 01:09:07 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.13672.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:02:15 GMT", + "Date": "Fri, 14 Oct 2022 01:09:07 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.13622.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13871.7 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "9cb2ab26-b871-4ec2-8b69-fe44429a8842", + "client-request-id": "86bb006b-2446-40a3-8ec1-ba0dda4e0880", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "9cb2ab26-b871-4ec2-8b69-fe44429a8842", + "client-request-id": "86bb006b-2446-40a3-8ec1-ba0dda4e0880", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:02:15 GMT", + "Date": "Fri, 14 Oct 2022 01:09:07 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -213,7 +216,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -221,7 +224,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2", @@ -233,2623 +236,26 @@ } } }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/18682851-9d47-4846-bcda-98577cad5965?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "750", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:02:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0e1dc42a-a538-4e94-a050-65820f8442e8", - "x-ms-correlation-request-id": "e141d369-f147-4472-8ee6-88a342213aeb", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090221Z:e141d369-f147-4472-8ee6-88a342213aeb" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-7b9b28b3", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3", - "etag": "W/\u0022c22d6b83-b588-43eb-aa59-46713ecc75bf\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:02:16.4941177Z" - }, - "properties": { - "provisioningState": "Updating", - "resourceGuid": "1306cfe9-e375-4618-aa92-a7d87fc45324", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/18682851-9d47-4846-bcda-98577cad5965?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:02:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1d4c4006-3e2a-48a4-8ed8-737118890777", - "x-ms-correlation-request-id": "20e1c950-5d0c-45e5-8987-fe22cb5615a5", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090224Z:20e1c950-5d0c-45e5-8987-fe22cb5615a5" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:02:24 GMT", - "ETag": "W/\u002258df30c0-f201-46ac-b840-60475ea11b38\u0022", + "Date": "Fri, 14 Oct 2022 01:09:08 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c304f574-4975-4a3c-95a1-7bb9b28524b7", - "x-ms-correlation-request-id": "e2d89fd8-783d-42a7-8e08-9f933eee0684", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090225Z:e2d89fd8-783d-42a7-8e08-9f933eee0684" + "x-ms-correlation-request-id": "694c5a18-c860-4371-a3a4-d226c6c3bb2a", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "CENTRALUS:20221014T010908Z:694c5a18-c860-4371-a3a4-d226c6c3bb2a" }, "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-7b9b28b3", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3", - "etag": "W/\u002258df30c0-f201-46ac-b840-60475ea11b38\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:02:16.4941177Z" - }, - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "1306cfe9-e375-4618-aa92-a7d87fc45324", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default?api-version=2022-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "151", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "properties": { - "serviceName": "Microsoft.Netapp/volumes" - } - } - ] + "error": { + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/04528bc2-2986-4dee-b33c-c57bb85d6bb4?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1326", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:02:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9917be97-2e83-4879-a80b-19782d409274", - "x-ms-correlation-request-id": "313fc7b2-8720-4876-8dd3-f3e3c06c418f", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090226Z:313fc7b2-8720-4876-8dd3-f3e3c06c418f" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default", - "etag": "W/\u00227a1ee66e-9c3f-4da4-8773-316d36a9616b\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00227a1ee66e-9c3f-4da4-8773-316d36a9616b\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/04528bc2-2986-4dee-b33c-c57bb85d6bb4?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:02:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ac031718-da75-4aec-8725-95be4793c912", - "x-ms-correlation-request-id": "49edee34-5545-412f-9b9c-1249b42814a5", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090229Z:49edee34-5545-412f-9b9c-1249b42814a5" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:02:30 GMT", - "ETag": "W/\u00226b2eb1cd-6ba3-4201-b083-e0e08be207b0\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5d7b75c8-cc28-401f-9dd3-af3b629f0835", - "x-ms-correlation-request-id": "407c5ba9-c9cc-4cc5-8875-c2a6e22d90b3", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090230Z:407c5ba9-c9cc-4cc5-8875-c2a6e22d90b3" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default", - "etag": "W/\u00226b2eb1cd-6ba3-4201-b083-e0e08be207b0\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00226b2eb1cd-6ba3-4201-b083-e0e08be207b0\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 09:02:30 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.13672.7 - 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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 09:02:30 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.13622.7 - 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": "ae9b5342-692d-4751-83bd-eee9e382cbc7", - "Connection": "keep-alive", - "Content-Length": "281", - "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.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.18.0", - "x-ms-lib-capability": "retry-after, h429" - }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "ae9b5342-692d-4751-83bd-eee9e382cbc7", - "Content-Length": "114", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:02:30 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.13672.7 - 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/127597c3-eed4-4ffd-a018-553a7b1ae223?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:02:35 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A02%3A34.3004733Z\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": "23d02351-4059-4323-8a27-052d7a028d42", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090235Z:23d02351-4059-4323-8a27-052d7a028d42", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3", - "name": "sdk-py-tests-acc-1-7b9b28b3", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A02%3A34.3004733Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:02:32.2762855Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:02:33.3756418Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:02:33.3756418Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/127597c3-eed4-4ffd-a018-553a7b1ae223?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:03: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": "54299190-51a2-47c0-801a-a22f8592cb19", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090305Z:54299190-51a2-47c0-801a-a22f8592cb19", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/127597c3-eed4-4ffd-a018-553a7b1ae223", - "name": "127597c3-eed4-4ffd-a018-553a7b1ae223", - "status": "Succeeded", - "startTime": "2022-09-19T09:02:34.3026157Z", - "endTime": "2022-09-19T09:02:34.3494983Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:03:05 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A02%3A34.3556988Z\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": "8e2eb0a7-ad0f-434f-bc49-393eccfc1b3b", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090306Z:8e2eb0a7-ad0f-434f-bc49-393eccfc1b3b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3", - "name": "sdk-py-tests-acc-1-7b9b28b3", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A02%3A34.3556988Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:02:32.2762855Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:02:33.3756418Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:02:33.3756418Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/e32bc9fe-7291-4f0b-b76e-74621cbf36c5?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "922", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:03:08 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A03%3A07.9222497Z\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": "50c766f0-b281-43af-8ed4-e34e92fa92f1", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090308Z:50c766f0-b281-43af-8ed4-e34e92fa92f1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A03%3A07.9222497Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:03:06.6097361Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:03:07.7199006Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:03:07.7199006Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e32bc9fe-7291-4f0b-b76e-74621cbf36c5?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:03: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": "f15024b6-bf54-48e1-b401-5fb20ace9b32", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090339Z:f15024b6-bf54-48e1-b401-5fb20ace9b32", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e32bc9fe-7291-4f0b-b76e-74621cbf36c5", - "name": "e32bc9fe-7291-4f0b-b76e-74621cbf36c5", - "status": "Succeeded", - "startTime": "2022-09-19T09:03:07.9180634Z", - "endTime": "2022-09-19T09:03:08.9649536Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:03:38 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A03%3A08.9649988Z\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": "5a70e28e-b72b-44df-b325-c4beb6441378", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090339Z:5a70e28e-b72b-44df-b325-c4beb6441378", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A03%3A08.9649988Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:03:06.6097361Z" - }, - "properties": { - "poolId": "70023690-0a80-5acc-238b-5b86b3204324", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:03:07.7199006Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:03:07.7199006Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "783", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "creationToken": "sdk-py-tests-vol-3-7b9b28b3", - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/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 - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1ff6f926-55d7-4f16-b9f9-3252a217dbac?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1585", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:03:42 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A03%3A42.0627289Z\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": "a8939cbf-09fc-407a-a3c2-c8487b3b5b61", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090343Z:a8939cbf-09fc-407a-a3c2-c8487b3b5b61", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3", - "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A03%3A42.0627289Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:03:39.7005806Z" - }, - "properties": { - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-7b9b28b3", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/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, - "maximumNumberOfFiles": 100000000, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:03:40.9702713Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:03:40.9702713Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1ff6f926-55d7-4f16-b9f9-3252a217dbac?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:04: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": "3108e57d-6755-44e5-ac12-e95d17bc44a5", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090413Z:3108e57d-6755-44e5-ac12-e95d17bc44a5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1ff6f926-55d7-4f16-b9f9-3252a217dbac", - "name": "1ff6f926-55d7-4f16-b9f9-3252a217dbac", - "status": "Creating", - "startTime": "2022-09-19T09:03:42.0652382Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1ff6f926-55d7-4f16-b9f9-3252a217dbac?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:04: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": "f77b19b0-99c6-4b7b-9d12-72dd15f78c63", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090443Z:f77b19b0-99c6-4b7b-9d12-72dd15f78c63", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1ff6f926-55d7-4f16-b9f9-3252a217dbac", - "name": "1ff6f926-55d7-4f16-b9f9-3252a217dbac", - "status": "Creating", - "startTime": "2022-09-19T09:03:42.0652382Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1ff6f926-55d7-4f16-b9f9-3252a217dbac?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:05: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": "00af4065-5e69-44ca-96ff-b270c5f59dca", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090513Z:00af4065-5e69-44ca-96ff-b270c5f59dca", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1ff6f926-55d7-4f16-b9f9-3252a217dbac", - "name": "1ff6f926-55d7-4f16-b9f9-3252a217dbac", - "status": "Creating", - "startTime": "2022-09-19T09:03:42.0652382Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1ff6f926-55d7-4f16-b9f9-3252a217dbac?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:05: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": "1d32f10d-4594-488f-a614-6f5f3c085268", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090544Z:1d32f10d-4594-488f-a614-6f5f3c085268", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1ff6f926-55d7-4f16-b9f9-3252a217dbac", - "name": "1ff6f926-55d7-4f16-b9f9-3252a217dbac", - "status": "Creating", - "startTime": "2022-09-19T09:03:42.0652382Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1ff6f926-55d7-4f16-b9f9-3252a217dbac?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:06: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": "1f178ffe-95d1-4440-a969-b078ca05cdd1", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090614Z:1f178ffe-95d1-4440-a969-b078ca05cdd1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1ff6f926-55d7-4f16-b9f9-3252a217dbac", - "name": "1ff6f926-55d7-4f16-b9f9-3252a217dbac", - "status": "Creating", - "startTime": "2022-09-19T09:03:42.0652382Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1ff6f926-55d7-4f16-b9f9-3252a217dbac?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09: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": "dceabcb4-014d-4c77-8b5c-ae0340f5966f", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090644Z:dceabcb4-014d-4c77-8b5c-ae0340f5966f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1ff6f926-55d7-4f16-b9f9-3252a217dbac", - "name": "1ff6f926-55d7-4f16-b9f9-3252a217dbac", - "status": "Creating", - "startTime": "2022-09-19T09:03:42.0652382Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1ff6f926-55d7-4f16-b9f9-3252a217dbac?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:07: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": "cb5414c4-793f-4c84-be9c-e964d0b57d3d", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090714Z:cb5414c4-793f-4c84-be9c-e964d0b57d3d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1ff6f926-55d7-4f16-b9f9-3252a217dbac", - "name": "1ff6f926-55d7-4f16-b9f9-3252a217dbac", - "status": "Creating", - "startTime": "2022-09-19T09:03:42.0652382Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1ff6f926-55d7-4f16-b9f9-3252a217dbac?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09: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": "7d4595db-d3b3-4f05-824a-307e9a58e901", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090744Z:7d4595db-d3b3-4f05-824a-307e9a58e901", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1ff6f926-55d7-4f16-b9f9-3252a217dbac", - "name": "1ff6f926-55d7-4f16-b9f9-3252a217dbac", - "status": "Creating", - "startTime": "2022-09-19T09:03:42.0652382Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1ff6f926-55d7-4f16-b9f9-3252a217dbac?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:08: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": "b836cb95-6d03-416a-a0cd-31e54177ea3c", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090815Z:b836cb95-6d03-416a-a0cd-31e54177ea3c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1ff6f926-55d7-4f16-b9f9-3252a217dbac", - "name": "1ff6f926-55d7-4f16-b9f9-3252a217dbac", - "status": "Succeeded", - "startTime": "2022-09-19T09:03:42.0652382Z", - "endTime": "2022-09-19T09:07:45.6489821Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:08:15 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A07%3A45.6503489Z\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": "404518aa-573a-466f-aa19-b6b8fd098bda", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090816Z:404518aa-573a-466f-aa19-b6b8fd098bda", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3", - "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A07%3A45.6503489Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:03:39.7005806Z" - }, - "properties": { - "fileSystemId": "3ed9896e-7539-7ee4-9594-4cd9fabc5f12", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-7b9b28b3", - "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_8f82c7b40509489d9e97d719b9b955b4_2d4568b8", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "3ed9896e-7539-7ee4-9594-4cd9fabc5f12", - "fileSystemId": "3ed9896e-7539-7ee4-9594-4cd9fabc5f12", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:03:40.9702713Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:03:40.9702713Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:08:16 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A07%3A45.6503489Z\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": "84e32195-92e6-4bc2-a329-4674d90ba9ab", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090816Z:84e32195-92e6-4bc2-a329-4674d90ba9ab", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3", - "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A07%3A45.6503489Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:03:39.7005806Z" - }, - "properties": { - "fileSystemId": "3ed9896e-7539-7ee4-9594-4cd9fabc5f12", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-7b9b28b3", - "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_8f82c7b40509489d9e97d719b9b955b4_2d4568b8", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "3ed9896e-7539-7ee4-9594-4cd9fabc5f12", - "fileSystemId": "3ed9896e-7539-7ee4-9594-4cd9fabc5f12", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:03:40.9702713Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:03:40.9702713Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3c6ffcc9-d9db-40a3-b03e-93fd9fa35486?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "522", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:08:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3c6ffcc9-d9db-40a3-b03e-93fd9fa35486?api-version=2022-05-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": "635a2684-c62d-4413-90ff-597363077e91", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090817Z:635a2684-c62d-4413-90ff-597363077e91", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1", - "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3/sdk-py-tests-snapshot-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "location": "westus2", - "properties": { - "provisioningState": "Creating" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3c6ffcc9-d9db-40a3-b03e-93fd9fa35486?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09: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": "625ace38-a5aa-463c-aca1-681662830b9d", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090847Z:625ace38-a5aa-463c-aca1-681662830b9d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3c6ffcc9-d9db-40a3-b03e-93fd9fa35486", - "name": "3c6ffcc9-d9db-40a3-b03e-93fd9fa35486", - "status": "Succeeded", - "startTime": "2022-09-19T09:08:17.1867036Z", - "endTime": "2022-09-19T09:08:20.6652128Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3c6ffcc9-d9db-40a3-b03e-93fd9fa35486?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "638", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:08:46 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": "de2053a3-8f77-40ae-8dde-c66eb25ff1ac", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090847Z:de2053a3-8f77-40ae-8dde-c66eb25ff1ac", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1", - "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3/sdk-py-tests-snapshot-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "etag": "9/19/2022 9:08:20 AM", - "location": "westus2", - "properties": { - "provisioningState": "Succeeded", - "snapshotId": "b0dbc155-8465-7554-03fa-4c600c38e73a", - "created": "2022-09-19T09:08:18Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09: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": "bc567753-46c8-4436-8804-f95c0d7450f8", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090849Z:bc567753-46c8-4436-8804-f95c0d7450f8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1", - "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3/sdk-py-tests-snapshot-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "location": "westus2", - "properties": { - "provisioningState": "Succeeded", - "snapshotId": "b0dbc155-8465-7554-03fa-4c600c38e73a", - "created": "2022-09-19T09:08:18Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/c01f2e7e-27be-4d53-84aa-b7a98db965b3?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 09:08:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c01f2e7e-27be-4d53-84aa-b7a98db965b3?api-version=2022-05-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": "510eea71-cb8d-4ae9-bdd6-d36b57e05ae0", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090849Z:510eea71-cb8d-4ae9-bdd6-d36b57e05ae0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c01f2e7e-27be-4d53-84aa-b7a98db965b3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:09: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": "fbbef127-924f-4fde-a8dd-384c4b88503b", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090920Z:fbbef127-924f-4fde-a8dd-384c4b88503b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c01f2e7e-27be-4d53-84aa-b7a98db965b3", - "name": "c01f2e7e-27be-4d53-84aa-b7a98db965b3", - "status": "Succeeded", - "startTime": "2022-09-19T09:08:49.6591346Z", - "endTime": "2022-09-19T09:08:51.7843209Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c01f2e7e-27be-4d53-84aa-b7a98db965b3?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:09: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": "ce08dd2e-800e-4e35-9d88-33b47d48d41d", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090920Z:ce08dd2e-800e-4e35-9d88-33b47d48d41d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1", - "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3/sdk-py-tests-snapshot-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "location": "westus2" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "326", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:09: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": "b988adab-f44a-4dd7-821b-b236cb2bedf9", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090940Z:b988adab-f44a-4dd7-821b-b236cb2bedf9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "error": { - "code": "NotFound", - "message": "The requested snapshot \u0027sdk-py-tests-snapshot-1\u0027 was not found on the volume \u0027sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3\u0027. Please check the requested snapshot. Please note: The snapshot may no longer be available based on configured snapshot policies." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/b9a55f49-b934-45f4-8dcb-fbfc2f9482dc?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 09:09:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b9a55f49-b934-45f4-8dcb-fbfc2f9482dc?api-version=2022-05-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": "247a4b72-ad52-426f-a8d8-128ed1e74b5d", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090941Z:247a4b72-ad52-426f-a8d8-128ed1e74b5d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b9a55f49-b934-45f4-8dcb-fbfc2f9482dc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:10: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": "fef44a78-2614-44b9-b737-81f198412ae5", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "WESTEUROPE:20220919T091011Z:fef44a78-2614-44b9-b737-81f198412ae5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b9a55f49-b934-45f4-8dcb-fbfc2f9482dc", - "name": "b9a55f49-b934-45f4-8dcb-fbfc2f9482dc", - "status": "Deleting", - "startTime": "2022-09-19T09:09:41.3053971Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b9a55f49-b934-45f4-8dcb-fbfc2f9482dc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:10: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": "83c95a53-43c8-418d-ae70-2ac694894895", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "WESTEUROPE:20220919T091041Z:83c95a53-43c8-418d-ae70-2ac694894895", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b9a55f49-b934-45f4-8dcb-fbfc2f9482dc", - "name": "b9a55f49-b934-45f4-8dcb-fbfc2f9482dc", - "status": "Deleting", - "startTime": "2022-09-19T09:09:41.3053971Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b9a55f49-b934-45f4-8dcb-fbfc2f9482dc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:11: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": "2ed3da8d-f980-43e7-b32e-4905ca7f9a83", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "WESTEUROPE:20220919T091112Z:2ed3da8d-f980-43e7-b32e-4905ca7f9a83", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b9a55f49-b934-45f4-8dcb-fbfc2f9482dc", - "name": "b9a55f49-b934-45f4-8dcb-fbfc2f9482dc", - "status": "Deleting", - "startTime": "2022-09-19T09:09:41.3053971Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b9a55f49-b934-45f4-8dcb-fbfc2f9482dc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:11: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": "72f46ddd-e2f2-4dcf-842e-39eee107e88f", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "WESTEUROPE:20220919T091142Z:72f46ddd-e2f2-4dcf-842e-39eee107e88f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b9a55f49-b934-45f4-8dcb-fbfc2f9482dc", - "name": "b9a55f49-b934-45f4-8dcb-fbfc2f9482dc", - "status": "Succeeded", - "startTime": "2022-09-19T09:09:41.3053971Z", - "endTime": "2022-09-19T09:11:19.1292627Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b9a55f49-b934-45f4-8dcb-fbfc2f9482dc?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:11: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": "490a19a3-9b40-4752-86b0-699ae2248bb4", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "WESTEUROPE:20220919T091143Z:490a19a3-9b40-4752-86b0-699ae2248bb4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3", - "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A11%3A10.0053518Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:03:39.7005806Z" - }, - "properties": { - "fileSystemId": "3ed9896e-7539-7ee4-9594-4cd9fabc5f12", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-7b9b28b3", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_2d4568b8", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3", - "poolId": "70023690-0a80-5acc-238b-5b86b3204324", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "3ed9896e-7539-7ee4-9594-4cd9fabc5f12", - "fileSystemId": "3ed9896e-7539-7ee4-9594-4cd9fabc5f12", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:03:40.9702713Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:03:40.9702713Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "324", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:15:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1eed1605-fd09-47aa-a630-bb0cef367eee", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T091504Z:1eed1605-fd09-47aa-a630-bb0cef367eee" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/ce0398ef-b7ae-4f43-baf7-456fdbad09bc?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 09:15:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce0398ef-b7ae-4f43-baf7-456fdbad09bc?api-version=2022-05-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": "5b01ace2-22dd-4a5e-b8fc-1ef72d7fe915", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T091516Z:5b01ace2-22dd-4a5e-b8fc-1ef72d7fe915", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce0398ef-b7ae-4f43-baf7-456fdbad09bc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:15: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": "c4ee1f9a-a044-4f06-b932-8ff7fb78f15a", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T091546Z:c4ee1f9a-a044-4f06-b932-8ff7fb78f15a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce0398ef-b7ae-4f43-baf7-456fdbad09bc", - "name": "ce0398ef-b7ae-4f43-baf7-456fdbad09bc", - "status": "Succeeded", - "startTime": "2022-09-19T09:15:15.9685707Z", - "endTime": "2022-09-19T09:15:16.9373294Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce0398ef-b7ae-4f43-baf7-456fdbad09bc?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:15: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": "6d53a5f6-03a8-4a40-a91f-3c4576dfeee1", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T091546Z:6d53a5f6-03a8-4a40-a91f-3c4576dfeee1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A15%3A15.9688717Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:03:06.6097361Z" - }, - "properties": { - "poolId": "70023690-0a80-5acc-238b-5b86b3204324", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:03:07.7199006Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:03:07.7199006Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 09:15:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a8a99ae-1192-45f2-97c5-bfb8e65e429c", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T091556Z:3a8a99ae-1192-45f2-97c5-bfb8e65e429c" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 09:16:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "58904438-2da4-4b5a-8b26-295a9f4362bb", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T091607Z:58904438-2da4-4b5a-8b26-295a9f4362bb" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 09:16:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "db7f0c6c-ecb1-4872-9f2d-c584aa91b45d", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T091617Z:db7f0c6c-ecb1-4872-9f2d-c584aa91b45d" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 09:16:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5af5cec7-1162-40fb-b9bf-28ff532a8cea", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T091628Z:5af5cec7-1162-40fb-b9bf-28ff532a8cea" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:16:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "afe4b2fc-00d4-4265-a1ae-e4f7311d4805", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T091638Z:afe4b2fc-00d4-4265-a1ae-e4f7311d4805" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/1422b360-ad03-4dc9-8b8d-73b781a94d08?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 09:16:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1422b360-ad03-4dc9-8b8d-73b781a94d08?api-version=2022-05-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": "2f19e997-d577-4985-aee1-3afde4d4938a", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T091639Z:2f19e997-d577-4985-aee1-3afde4d4938a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1422b360-ad03-4dc9-8b8d-73b781a94d08?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:17: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": "dbb488a1-593f-49f0-bce9-c899092e5e2d", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T091710Z:dbb488a1-593f-49f0-bce9-c899092e5e2d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1422b360-ad03-4dc9-8b8d-73b781a94d08", - "name": "1422b360-ad03-4dc9-8b8d-73b781a94d08", - "status": "Succeeded", - "startTime": "2022-09-19T09:16:39.6824673Z", - "endTime": "2022-09-19T09:16:39.7137226Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1422b360-ad03-4dc9-8b8d-73b781a94d08?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:17: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": "d4bf4f32-80f5-4e99-9e5e-47aa97e604f8", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T091710Z:d4bf4f32-80f5-4e99-9e5e-47aa97e604f8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3", - "name": "sdk-py-tests-acc-1-7b9b28b3", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A16%3A39.6778142Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:02:32.2762855Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:02:33.3756418Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:02:33.3756418Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "254", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:17:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "940ce969-ded8-4372-a680-604b80d6c307", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T091710Z:940ce969-ded8-4372-a680-604b80d6c307" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3?api-version=2022-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c73c8024-b6ad-480c-99b3-d2265a43365d?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 09:17:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/c73c8024-b6ad-480c-99b3-d2265a43365d?api-version=2022-01-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6796fd11-8a54-4b3f-a61b-22ba68c799a5", - "x-ms-correlation-request-id": "c2b1bfc0-1c94-4669-817b-5477febec449", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T091711Z:c2b1bfc0-1c94-4669-817b-5477febec449" - }, - "ResponseBody": null } ], "Variables": {} 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 0e8e3bd7bf20..92cf3cef3274 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:45:09 GMT", + "Date": "Fri, 14 Oct 2022 01:09:03 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.13672.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:45:09 GMT", + "Date": "Fri, 14 Oct 2022 01:09:03 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.13622.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13871.7 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "31058b7b-3a31-4b2f-8d00-0dba81e63a51", + "client-request-id": "52552a29-da75-4f02-a966-4237833f6110", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "31058b7b-3a31-4b2f-8d00-0dba81e63a51", + "client-request-id": "52552a29-da75-4f02-a966-4237833f6110", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:45:09 GMT", + "Date": "Fri, 14 Oct 2022 01:09:04 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -213,7 +216,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -221,7 +224,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2", @@ -233,3047 +236,26 @@ } } }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b69d8924-0c35-4cde-9b87-738f807691c7?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "750", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:45:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a6b21d27-6e36-4edd-8118-7084c8ef021e", - "x-ms-correlation-request-id": "acf27c9c-dd38-4660-9e0a-b52d198aab03", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084516Z:acf27c9c-dd38-4660-9e0a-b52d198aab03" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-8a942668", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668", - "etag": "W/\u002219866ac5-932e-41d8-b5d5-088eae987acd\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:45:11.0784490Z" - }, - "properties": { - "provisioningState": "Updating", - "resourceGuid": "599a36b7-56fa-495a-a866-31a56693a1da", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b69d8924-0c35-4cde-9b87-738f807691c7?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:45:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1189dd32-f810-4238-bab6-53a596a8ba64", - "x-ms-correlation-request-id": "198aa366-f7b8-480e-8905-0931f1701aa0", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084519Z:198aa366-f7b8-480e-8905-0931f1701aa0" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:45:19 GMT", - "ETag": "W/\u00228bb3ba04-4fe7-4b86-89e7-79f89f6e924f\u0022", + "Date": "Fri, 14 Oct 2022 01:09:04 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2dc0a162-e534-42e6-ab5c-1620161bf691", - "x-ms-correlation-request-id": "b97ce142-6b3e-4a73-9540-a6b45691306a", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084519Z:b97ce142-6b3e-4a73-9540-a6b45691306a" + "x-ms-correlation-request-id": "4cffceca-d7f5-4f8e-9009-52e244791a7e", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "CENTRALUS:20221014T010905Z:4cffceca-d7f5-4f8e-9009-52e244791a7e" }, "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-8a942668", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668", - "etag": "W/\u00228bb3ba04-4fe7-4b86-89e7-79f89f6e924f\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:45:11.0784490Z" - }, - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "599a36b7-56fa-495a-a866-31a56693a1da", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default?api-version=2022-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "151", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "properties": { - "serviceName": "Microsoft.Netapp/volumes" - } - } - ] + "error": { + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ffe0532f-daaa-4056-92a8-6e82d52b56f7?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1326", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:45:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "10128007-4c3f-42b3-93f8-1ee5b9adeb82", - "x-ms-correlation-request-id": "0c2050de-8508-4ec3-ac5b-6033cc75666b", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084520Z:0c2050de-8508-4ec3-ac5b-6033cc75666b" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default", - "etag": "W/\u0022d3fb125c-7fea-4552-94d1-dc88b02f55c9\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022d3fb125c-7fea-4552-94d1-dc88b02f55c9\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ffe0532f-daaa-4056-92a8-6e82d52b56f7?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:45:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7d1dcc78-ee01-4f83-934a-2aba039ba40a", - "x-ms-correlation-request-id": "a3a6e775-cd5a-4b1d-a4a5-3adea4ae388f", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084523Z:a3a6e775-cd5a-4b1d-a4a5-3adea4ae388f" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:45:23 GMT", - "ETag": "W/\u0022d48ce1cd-5b0e-40cd-9949-6616f1905051\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9925aa82-5994-41d0-a8cb-0c36f611976f", - "x-ms-correlation-request-id": "dba843dd-dc5e-467c-805f-9744f6b035a8", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084524Z:dba843dd-dc5e-467c-805f-9744f6b035a8" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default", - "etag": "W/\u0022d48ce1cd-5b0e-40cd-9949-6616f1905051\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022d48ce1cd-5b0e-40cd-9949-6616f1905051\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 08:45:23 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.13672.7 - NEULR1 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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 08:45:23 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.13622.7 - 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": "78aeca36-fc99-4067-bf32-c0e74681f8b6", - "Connection": "keep-alive", - "Content-Length": "281", - "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.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.18.0", - "x-ms-lib-capability": "retry-after, h429" - }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "78aeca36-fc99-4067-bf32-c0e74681f8b6", - "Content-Length": "114", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:45:24 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.13672.7 - 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/976d7940-109f-4093-b4b2-2ce4645d68fd?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:45:27 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T08%3A45%3A27.2716226Z\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": "55fde084-cb02-4c76-bc3f-5f4b4889880e", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084528Z:55fde084-cb02-4c76-bc3f-5f4b4889880e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668", - "name": "sdk-py-tests-acc-1-8a942668", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T08%3A45%3A27.2716226Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:45:25.4494771Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T08:45:26.3966322Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T08:45:26.3966322Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/976d7940-109f-4093-b4b2-2ce4645d68fd?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:45: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": "84ad9eea-5bb6-4b69-9f6e-7cbf17a964fa", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084558Z:84ad9eea-5bb6-4b69-9f6e-7cbf17a964fa", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/976d7940-109f-4093-b4b2-2ce4645d68fd", - "name": "976d7940-109f-4093-b4b2-2ce4645d68fd", - "status": "Succeeded", - "startTime": "2022-09-19T08:45:27.2793285Z", - "endTime": "2022-09-19T08:45:27.3262176Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:45:58 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T08%3A45%3A27.331801Z\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": "c55c7df1-0b53-4b1e-9362-dab52167eb43", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084558Z:c55c7df1-0b53-4b1e-9362-dab52167eb43", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668", - "name": "sdk-py-tests-acc-1-8a942668", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T08%3A45%3A27.331801Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:45:25.4494771Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T08:45:26.3966322Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T08:45:26.3966322Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/677d11bb-2f0d-427d-9bae-01c43ac55c6b?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "922", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:46:01 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T08%3A46%3A00.8935533Z\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": "dc35b6fb-fb14-4085-840f-1a5016c31680", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084602Z:dc35b6fb-fb14-4085-840f-1a5016c31680", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T08%3A46%3A00.8935533Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:45:59.4911787Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T08:46:00.6937697Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T08:46:00.6937697Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/677d11bb-2f0d-427d-9bae-01c43ac55c6b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:46: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": "ebb93ef9-226a-409a-8ac9-e0554d8afac6", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084632Z:ebb93ef9-226a-409a-8ac9-e0554d8afac6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/677d11bb-2f0d-427d-9bae-01c43ac55c6b", - "name": "677d11bb-2f0d-427d-9bae-01c43ac55c6b", - "status": "Succeeded", - "startTime": "2022-09-19T08:46:00.8902268Z", - "endTime": "2022-09-19T08:46:01.9527423Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:46:32 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T08%3A46%3A01.9590771Z\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": "87eede3e-08d0-4e75-9688-124f0e9e7b08", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084632Z:87eede3e-08d0-4e75-9688-124f0e9e7b08", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T08%3A46%3A01.9590771Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:45:59.4911787Z" - }, - "properties": { - "poolId": "6436fe81-fbb0-e60a-e30a-be26e9e0cf5f", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T08:46:00.6937697Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T08:46:00.6937697Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "783", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "creationToken": "sdk-py-tests-vol-3-8a942668", - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/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 - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47108428-1ccd-4b29-82cb-bd5980f6dabb?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1585", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:46:35 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T08%3A46%3A35.2030856Z\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": "a29aade0-2287-4095-a63b-9e33784c23a4", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084636Z:a29aade0-2287-4095-a63b-9e33784c23a4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668", - "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T08%3A46%3A35.2030856Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:46:33.1883446Z" - }, - "properties": { - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-8a942668", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/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, - "maximumNumberOfFiles": 100000000, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T08:46:34.2721448Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T08:46:34.2721448Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47108428-1ccd-4b29-82cb-bd5980f6dabb?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:47: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": "b9c0bb62-0e3a-4997-93b5-09429ae8aa92", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084706Z:b9c0bb62-0e3a-4997-93b5-09429ae8aa92", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47108428-1ccd-4b29-82cb-bd5980f6dabb", - "name": "47108428-1ccd-4b29-82cb-bd5980f6dabb", - "status": "Creating", - "startTime": "2022-09-19T08:46:35.2056119Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47108428-1ccd-4b29-82cb-bd5980f6dabb?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:47: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": "5cf535d6-cdbb-4516-9c20-984f403888fb", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084736Z:5cf535d6-cdbb-4516-9c20-984f403888fb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47108428-1ccd-4b29-82cb-bd5980f6dabb", - "name": "47108428-1ccd-4b29-82cb-bd5980f6dabb", - "status": "Creating", - "startTime": "2022-09-19T08:46:35.2056119Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47108428-1ccd-4b29-82cb-bd5980f6dabb?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:48: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": "b1e2c73e-c9f8-4e3a-a7cd-022e5161e358", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084806Z:b1e2c73e-c9f8-4e3a-a7cd-022e5161e358", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47108428-1ccd-4b29-82cb-bd5980f6dabb", - "name": "47108428-1ccd-4b29-82cb-bd5980f6dabb", - "status": "Creating", - "startTime": "2022-09-19T08:46:35.2056119Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47108428-1ccd-4b29-82cb-bd5980f6dabb?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:48: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": "09d36aa5-456b-4f4c-bb62-ce4d3b8d72a7", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084837Z:09d36aa5-456b-4f4c-bb62-ce4d3b8d72a7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47108428-1ccd-4b29-82cb-bd5980f6dabb", - "name": "47108428-1ccd-4b29-82cb-bd5980f6dabb", - "status": "Creating", - "startTime": "2022-09-19T08:46:35.2056119Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47108428-1ccd-4b29-82cb-bd5980f6dabb?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:49: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": "604f0ecf-b276-47fc-b14c-27b5cca7c5c2", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084907Z:604f0ecf-b276-47fc-b14c-27b5cca7c5c2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47108428-1ccd-4b29-82cb-bd5980f6dabb", - "name": "47108428-1ccd-4b29-82cb-bd5980f6dabb", - "status": "Creating", - "startTime": "2022-09-19T08:46:35.2056119Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47108428-1ccd-4b29-82cb-bd5980f6dabb?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:49: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": "09b2df26-30c4-4564-83b5-bbf1dbc5cd1f", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20220919T084937Z:09b2df26-30c4-4564-83b5-bbf1dbc5cd1f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47108428-1ccd-4b29-82cb-bd5980f6dabb", - "name": "47108428-1ccd-4b29-82cb-bd5980f6dabb", - "status": "Creating", - "startTime": "2022-09-19T08:46:35.2056119Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47108428-1ccd-4b29-82cb-bd5980f6dabb?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:50: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": "b134e186-0505-4689-909f-ae2ea01bbc33", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085007Z:b134e186-0505-4689-909f-ae2ea01bbc33", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47108428-1ccd-4b29-82cb-bd5980f6dabb", - "name": "47108428-1ccd-4b29-82cb-bd5980f6dabb", - "status": "Creating", - "startTime": "2022-09-19T08:46:35.2056119Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47108428-1ccd-4b29-82cb-bd5980f6dabb?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:50: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": "7075911b-e0df-4d43-9b2b-9b7659eac119", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085038Z:7075911b-e0df-4d43-9b2b-9b7659eac119", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47108428-1ccd-4b29-82cb-bd5980f6dabb", - "name": "47108428-1ccd-4b29-82cb-bd5980f6dabb", - "status": "Succeeded", - "startTime": "2022-09-19T08:46:35.2056119Z", - "endTime": "2022-09-19T08:50:24.673812Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:50:38 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T08%3A50%3A24.6748301Z\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": "3299485c-46ea-400a-8192-16c25aaef4d9", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085039Z:3299485c-46ea-400a-8192-16c25aaef4d9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668", - "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T08%3A50%3A24.6748301Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:46:33.1883446Z" - }, - "properties": { - "fileSystemId": "79e04b62-e851-4275-ff44-06298fd8f921", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-8a942668", - "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_8f82c7b40509489d9e97d719b9b955b4_69909f8a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "79e04b62-e851-4275-ff44-06298fd8f921", - "fileSystemId": "79e04b62-e851-4275-ff44-06298fd8f921", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T08:46:34.2721448Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T08:46:34.2721448Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:50:39 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T08%3A50%3A24.6748301Z\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": "39024b44-8dda-467a-9dfe-1bc59f0b384b", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085039Z:39024b44-8dda-467a-9dfe-1bc59f0b384b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668", - "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T08%3A50%3A24.6748301Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:46:33.1883446Z" - }, - "properties": { - "fileSystemId": "79e04b62-e851-4275-ff44-06298fd8f921", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-8a942668", - "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_8f82c7b40509489d9e97d719b9b955b4_69909f8a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "79e04b62-e851-4275-ff44-06298fd8f921", - "fileSystemId": "79e04b62-e851-4275-ff44-06298fd8f921", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T08:46:34.2721448Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T08:46:34.2721448Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8090b6ea-28a9-480f-9812-6ae557e5cb22?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "522", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:50:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8090b6ea-28a9-480f-9812-6ae557e5cb22?api-version=2022-05-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": "12162014-9ee8-4c86-a469-5e08b4e36cc7", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085040Z:12162014-9ee8-4c86-a469-5e08b4e36cc7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1", - "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668/sdk-py-tests-snapshot-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "location": "westus2", - "properties": { - "provisioningState": "Creating" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8090b6ea-28a9-480f-9812-6ae557e5cb22?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:51: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": "856b4f39-3131-466b-a1bc-f4a234ca7776", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085110Z:856b4f39-3131-466b-a1bc-f4a234ca7776", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8090b6ea-28a9-480f-9812-6ae557e5cb22", - "name": "8090b6ea-28a9-480f-9812-6ae557e5cb22", - "status": "Succeeded", - "startTime": "2022-09-19T08:50:40.2007798Z", - "endTime": "2022-09-19T08:50:42.9046742Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8090b6ea-28a9-480f-9812-6ae557e5cb22?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "638", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:51: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": "0c892bf7-97ff-4960-8c17-81cac1b00cf3", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085110Z:0c892bf7-97ff-4960-8c17-81cac1b00cf3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1", - "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668/sdk-py-tests-snapshot-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "etag": "9/19/2022 8:50:42 AM", - "location": "westus2", - "properties": { - "provisioningState": "Succeeded", - "snapshotId": "40574206-227a-fc59-9cfc-63ba8a57a15d", - "created": "2022-09-19T08:50:40Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:51:10 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T08%3A50%3A24.6748301Z\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": "0aeaead7-bcb6-46fe-a723-8303db0f4d25", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085111Z:0aeaead7-bcb6-46fe-a723-8303db0f4d25", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668", - "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T08%3A50%3A24.6748301Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:46:33.1883446Z" - }, - "properties": { - "fileSystemId": "79e04b62-e851-4275-ff44-06298fd8f921", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-8a942668", - "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_8f82c7b40509489d9e97d719b9b955b4_69909f8a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "79e04b62-e851-4275-ff44-06298fd8f921", - "fileSystemId": "79e04b62-e851-4275-ff44-06298fd8f921", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T08:46:34.2721448Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T08:46:34.2721448Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/443aec8b-72e7-4588-9126-b16b26e023c5?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "522", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:51:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/443aec8b-72e7-4588-9126-b16b26e023c5?api-version=2022-05-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": "13ede3b2-d311-4036-a319-b73b80a643ec", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085111Z:13ede3b2-d311-4036-a319-b73b80a643ec", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2", - "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668/sdk-py-tests-snapshot-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "location": "westus2", - "properties": { - "provisioningState": "Creating" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/443aec8b-72e7-4588-9126-b16b26e023c5?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08: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": "3a55a340-8412-4cce-9a36-16ca95259105", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085142Z:3a55a340-8412-4cce-9a36-16ca95259105", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/443aec8b-72e7-4588-9126-b16b26e023c5", - "name": "443aec8b-72e7-4588-9126-b16b26e023c5", - "status": "Succeeded", - "startTime": "2022-09-19T08:51:11.6314599Z", - "endTime": "2022-09-19T08:51:14.4138679Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/443aec8b-72e7-4588-9126-b16b26e023c5?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "638", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08: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": "5ef40bc1-a2c0-445d-9d3d-ddd358c15c32", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085142Z:5ef40bc1-a2c0-445d-9d3d-ddd358c15c32", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2", - "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668/sdk-py-tests-snapshot-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "etag": "9/19/2022 8:51:14 AM", - "location": "westus2", - "properties": { - "provisioningState": "Succeeded", - "snapshotId": "1d25ca85-b527-6d52-9ce0-0488c98f3bdb", - "created": "2022-09-19T08:51:11Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08: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": "55779f3b-dc8d-498a-b629-e65b896e956a", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085143Z:55779f3b-dc8d-498a-b629-e65b896e956a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1", - "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668/sdk-py-tests-snapshot-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "location": "westus2", - "properties": { - "provisioningState": "Succeeded", - "snapshotId": "40574206-227a-fc59-9cfc-63ba8a57a15d", - "created": "2022-09-19T08:50:40Z" - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2", - "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668/sdk-py-tests-snapshot-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "location": "westus2", - "properties": { - "provisioningState": "Succeeded", - "snapshotId": "1d25ca85-b527-6d52-9ce0-0488c98f3bdb", - "created": "2022-09-19T08:51:11Z" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/8ca8608e-d110-4bb0-8b26-fd6ec0ffca58?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 08:51:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ca8608e-d110-4bb0-8b26-fd6ec0ffca58?api-version=2022-05-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": "63ec1f19-db8f-4cb7-861c-016e2ca6e2ef", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085143Z:63ec1f19-db8f-4cb7-861c-016e2ca6e2ef", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ca8608e-d110-4bb0-8b26-fd6ec0ffca58?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08: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": "63ea240b-0076-472d-aff9-3c3900cf7616", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085214Z:63ea240b-0076-472d-aff9-3c3900cf7616", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ca8608e-d110-4bb0-8b26-fd6ec0ffca58", - "name": "8ca8608e-d110-4bb0-8b26-fd6ec0ffca58", - "status": "Succeeded", - "startTime": "2022-09-19T08:51:43.6926133Z", - "endTime": "2022-09-19T08:51:45.8689645Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ca8608e-d110-4bb0-8b26-fd6ec0ffca58?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08: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": "90080c5f-de3c-4716-abf3-9cf7210a4b01", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085214Z:90080c5f-de3c-4716-abf3-9cf7210a4b01", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1", - "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668/sdk-py-tests-snapshot-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "location": "westus2" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "326", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:52: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": "70f9359e-b70f-41a1-af96-1200ecfa5706", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085235Z:70f9359e-b70f-41a1-af96-1200ecfa5706", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "error": { - "code": "NotFound", - "message": "The requested snapshot \u0027sdk-py-tests-snapshot-1\u0027 was not found on the volume \u0027sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668\u0027. Please check the requested snapshot. Please note: The snapshot may no longer be available based on configured snapshot policies." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/0065e4cc-5165-4a4d-b033-15b605cb6a8e?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 08:52:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0065e4cc-5165-4a4d-b033-15b605cb6a8e?api-version=2022-05-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": "286b1808-0dc2-401d-a446-c9bac4bc60e3", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085235Z:286b1808-0dc2-401d-a446-c9bac4bc60e3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0065e4cc-5165-4a4d-b033-15b605cb6a8e?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:53: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": "1d06606a-285b-437a-ba1e-4f71e923204b", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085306Z:1d06606a-285b-437a-ba1e-4f71e923204b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0065e4cc-5165-4a4d-b033-15b605cb6a8e", - "name": "0065e4cc-5165-4a4d-b033-15b605cb6a8e", - "status": "Succeeded", - "startTime": "2022-09-19T08:52:35.6568603Z", - "endTime": "2022-09-19T08:52:38.3600112Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0065e4cc-5165-4a4d-b033-15b605cb6a8e?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:53: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": "ab1beef7-d4cf-4acd-bd18-0151989fea5f", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085306Z:ab1beef7-d4cf-4acd-bd18-0151989fea5f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2", - "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668/sdk-py-tests-snapshot-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "location": "westus2" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "326", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:53:27 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": "d61aca10-123f-47c2-afe0-c2fafd39d09a", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085327Z:d61aca10-123f-47c2-afe0-c2fafd39d09a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "error": { - "code": "NotFound", - "message": "The requested snapshot \u0027sdk-py-tests-snapshot-2\u0027 was not found on the volume \u0027sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668\u0027. Please check the requested snapshot. Please note: The snapshot may no longer be available based on configured snapshot policies." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/31be0683-da26-4202-b483-00d495df7d90?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 08:53:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31be0683-da26-4202-b483-00d495df7d90?api-version=2022-05-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": "5f7ea0a9-3ce9-4f39-8176-706d2150b9d6", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085328Z:5f7ea0a9-3ce9-4f39-8176-706d2150b9d6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31be0683-da26-4202-b483-00d495df7d90?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:53: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": "65dce21e-e3dd-42a3-a260-fe519f682adb", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085358Z:65dce21e-e3dd-42a3-a260-fe519f682adb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31be0683-da26-4202-b483-00d495df7d90", - "name": "31be0683-da26-4202-b483-00d495df7d90", - "status": "Deleting", - "startTime": "2022-09-19T08:53:27.9575847Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31be0683-da26-4202-b483-00d495df7d90?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:54: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": "5700f714-14a9-4c5e-a03d-e8012f96f796", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085428Z:5700f714-14a9-4c5e-a03d-e8012f96f796", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31be0683-da26-4202-b483-00d495df7d90", - "name": "31be0683-da26-4202-b483-00d495df7d90", - "status": "Deleting", - "startTime": "2022-09-19T08:53:27.9575847Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31be0683-da26-4202-b483-00d495df7d90?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08: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": "48c1c8e4-3137-415e-b5d3-a6f109c18ab7", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085458Z:48c1c8e4-3137-415e-b5d3-a6f109c18ab7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31be0683-da26-4202-b483-00d495df7d90", - "name": "31be0683-da26-4202-b483-00d495df7d90", - "status": "Deleting", - "startTime": "2022-09-19T08:53:27.9575847Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31be0683-da26-4202-b483-00d495df7d90?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:55: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": "5e2251b1-52b0-4e97-b7f6-0c55ad5f79e1", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085529Z:5e2251b1-52b0-4e97-b7f6-0c55ad5f79e1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31be0683-da26-4202-b483-00d495df7d90", - "name": "31be0683-da26-4202-b483-00d495df7d90", - "status": "Deleting", - "startTime": "2022-09-19T08:53:27.9575847Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31be0683-da26-4202-b483-00d495df7d90?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:55: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": "781d064a-682a-4dae-8e91-d454b0b78538", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085559Z:781d064a-682a-4dae-8e91-d454b0b78538", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31be0683-da26-4202-b483-00d495df7d90", - "name": "31be0683-da26-4202-b483-00d495df7d90", - "status": "Deleting", - "startTime": "2022-09-19T08:53:27.9575847Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31be0683-da26-4202-b483-00d495df7d90?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:56: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": "b1ea3c40-f3ac-4cd7-966c-8b61dc4a3202", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085630Z:b1ea3c40-f3ac-4cd7-966c-8b61dc4a3202", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31be0683-da26-4202-b483-00d495df7d90", - "name": "31be0683-da26-4202-b483-00d495df7d90", - "status": "Succeeded", - "startTime": "2022-09-19T08:53:27.9575847Z", - "endTime": "2022-09-19T08:56:03.065209Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31be0683-da26-4202-b483-00d495df7d90?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 08:56: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": "21242b37-518d-4cf2-9f48-66b643df371b", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085630Z:21242b37-518d-4cf2-9f48-66b643df371b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668", - "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T08%3A55%3A45.7009749Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:46:33.1883446Z" - }, - "properties": { - "fileSystemId": "79e04b62-e851-4275-ff44-06298fd8f921", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-8a942668", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_69909f8a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668", - "poolId": "6436fe81-fbb0-e60a-e30a-be26e9e0cf5f", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "79e04b62-e851-4275-ff44-06298fd8f921", - "fileSystemId": "79e04b62-e851-4275-ff44-06298fd8f921", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T08:46:34.2721448Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T08:46:34.2721448Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "324", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 08:59:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6cf3db39-a2e6-45a1-b36c-a4d1fdc52fc4", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T085953Z:6cf3db39-a2e6-45a1-b36c-a4d1fdc52fc4" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/e69f743f-76e2-49ce-bd17-e114addf74ab?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 09:00:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e69f743f-76e2-49ce-bd17-e114addf74ab?api-version=2022-05-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": "c6fe3b06-fa96-4580-bd73-ef159a462e4f", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090005Z:c6fe3b06-fa96-4580-bd73-ef159a462e4f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e69f743f-76e2-49ce-bd17-e114addf74ab?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:00: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": "29af4718-5fd1-48a2-8f92-d782bc8cabc1", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090036Z:29af4718-5fd1-48a2-8f92-d782bc8cabc1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e69f743f-76e2-49ce-bd17-e114addf74ab", - "name": "e69f743f-76e2-49ce-bd17-e114addf74ab", - "status": "Succeeded", - "startTime": "2022-09-19T09:00:05.7744106Z", - "endTime": "2022-09-19T09:00:06.7900655Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e69f743f-76e2-49ce-bd17-e114addf74ab?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:00: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": "ea3a3e6e-67bb-4d2b-9e67-668faea54f73", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090036Z:ea3a3e6e-67bb-4d2b-9e67-668faea54f73", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A00%3A05.7823167Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:45:59.4911787Z" - }, - "properties": { - "poolId": "6436fe81-fbb0-e60a-e30a-be26e9e0cf5f", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T08:46:00.6937697Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T08:46:00.6937697Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 09:00:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a2f2a5a-2edb-4c0f-9573-6321ad82af4f", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090046Z:3a2f2a5a-2edb-4c0f-9573-6321ad82af4f" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 09:00:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "72dbc1b5-59c4-4cd7-95fa-a8419d089d26", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090057Z:72dbc1b5-59c4-4cd7-95fa-a8419d089d26" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 09:01:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "52593601-e888-4c32-9f47-b1530968394a", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090107Z:52593601-e888-4c32-9f47-b1530968394a" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 09:01:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0dd6de1d-ec20-4aa6-9c48-37307e273df7", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090118Z:0dd6de1d-ec20-4aa6-9c48-37307e273df7" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:01:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "20bfa127-9c68-470e-bf95-b4046024dd1c", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090128Z:20bfa127-9c68-470e-bf95-b4046024dd1c" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/14099d78-d607-42f5-a466-70037a3d96da?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 09:01:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/14099d78-d607-42f5-a466-70037a3d96da?api-version=2022-05-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": "59544552-e0d9-45cb-bf69-56064e400fe9", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090129Z:59544552-e0d9-45cb-bf69-56064e400fe9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/14099d78-d607-42f5-a466-70037a3d96da?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:02: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": "18435815-9c47-40df-992f-694b8138313f", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090200Z:18435815-9c47-40df-992f-694b8138313f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/14099d78-d607-42f5-a466-70037a3d96da", - "name": "14099d78-d607-42f5-a466-70037a3d96da", - "status": "Succeeded", - "startTime": "2022-09-19T09:01:29.714036Z", - "endTime": "2022-09-19T09:01:29.7609055Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/14099d78-d607-42f5-a466-70037a3d96da?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:02: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": "5c6049c9-bf4e-4cc3-ab26-35d95e1c1663", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090200Z:5c6049c9-bf4e-4cc3-ab26-35d95e1c1663", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668", - "name": "sdk-py-tests-acc-1-8a942668", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A01%3A29.7182344Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T08:45:25.4494771Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T08:45:26.3966322Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T08:45:26.3966322Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "254", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:02:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "388bfe90-8a50-424e-9f70-7f22bf6618f4", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090200Z:388bfe90-8a50-424e-9f70-7f22bf6618f4" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668?api-version=2022-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/1b90d2f2-4521-4e14-ba9e-e8f1e0f470be?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 09:02:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/1b90d2f2-4521-4e14-ba9e-e8f1e0f470be?api-version=2022-01-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "636aae9d-d2d7-43ee-a4b8-ae3f73e2ec05", - "x-ms-correlation-request-id": "65550746-0c1b-4849-b8f9-bbe2cc660f2f", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T090201Z:65550746-0c1b-4849-b8f9-bbe2cc660f2f" - }, - "ResponseBody": null } ], "Variables": {} 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 2032dc502fa0..096bacb95c2c 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:34:41 GMT", + "Date": "Fri, 14 Oct 2022 01:09:15 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.13672.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:34:41 GMT", + "Date": "Fri, 14 Oct 2022 01:09:15 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.13622.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13845.9 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "93eccf0a-7eed-45b9-bf56-829c53eb61c1", + "client-request-id": "1af56d27-0f1f-4be7-8ef4-10a8c64b0578", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "93eccf0a-7eed-45b9-bf56-829c53eb61c1", + "client-request-id": "1af56d27-0f1f-4be7-8ef4-10a8c64b0578", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:34:42 GMT", + "Date": "Fri, 14 Oct 2022 01:09:15 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -213,7 +216,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -221,7 +224,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2", @@ -233,2810 +236,26 @@ } } }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/deef444d-9dc1-4045-b3d5-cb2c1257600b?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "750", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:34:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "705b5da4-7452-47c6-9029-75d7adb6b690", - "x-ms-correlation-request-id": "3bbd0e39-5a8b-4ade-a150-ea89757089d9", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093448Z:3bbd0e39-5a8b-4ade-a150-ea89757089d9" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-8676340d", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d", - "etag": "W/\u00225b195eaa-9600-4078-a03c-7e124d358390\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:34:44.4340934Z" - }, - "properties": { - "provisioningState": "Updating", - "resourceGuid": "7dc691bb-8963-4fff-aa67-9cf131fd6a35", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/deef444d-9dc1-4045-b3d5-cb2c1257600b?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:34:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2ba84f84-dbe4-49c7-908e-6fab87d0fd3b", - "x-ms-correlation-request-id": "f59bb5fd-5a80-4823-a7e6-41ecf8365738", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093451Z:f59bb5fd-5a80-4823-a7e6-41ecf8365738" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:34:52 GMT", - "ETag": "W/\u0022a866834b-fa95-48de-a175-b92e1b914025\u0022", + "Date": "Fri, 14 Oct 2022 01:09:16 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e17b5737-e363-43fe-9787-c9b9e445453c", - "x-ms-correlation-request-id": "7aee0c22-fad5-4ca2-a1c3-2b2fbb701626", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093453Z:7aee0c22-fad5-4ca2-a1c3-2b2fbb701626" + "x-ms-correlation-request-id": "211a5450-936d-48c0-ba16-f36df720a5b1", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "CENTRALUS:20221014T010916Z:211a5450-936d-48c0-ba16-f36df720a5b1" }, "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-8676340d", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d", - "etag": "W/\u0022a866834b-fa95-48de-a175-b92e1b914025\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:34:44.4340934Z" - }, - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "7dc691bb-8963-4fff-aa67-9cf131fd6a35", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default?api-version=2022-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "151", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "properties": { - "serviceName": "Microsoft.Netapp/volumes" - } - } - ] + "error": { + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/726a2f00-52e1-41bf-bfdf-688cb23b4ee7?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1326", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:34:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2e17a31a-707e-4bff-aa23-033a7959d3be", - "x-ms-correlation-request-id": "96f0779f-23e7-475b-bc97-87d004b1ebc6", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093453Z:96f0779f-23e7-475b-bc97-87d004b1ebc6" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default", - "etag": "W/\u00227f7f3d7c-0f5f-4452-9e4b-6a55b18a093f\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00227f7f3d7c-0f5f-4452-9e4b-6a55b18a093f\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/726a2f00-52e1-41bf-bfdf-688cb23b4ee7?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:34:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "356960fc-2f6b-4529-a96a-ff07c279c43d", - "x-ms-correlation-request-id": "d631d13c-3e9f-4138-82be-7dd3c405d46f", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093456Z:d631d13c-3e9f-4138-82be-7dd3c405d46f" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:34:56 GMT", - "ETag": "W/\u0022456ba4ee-f178-4db9-92f3-291e68947267\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0de081f6-ab89-4779-80a0-447ee84265dc", - "x-ms-correlation-request-id": "3f884bbd-bd0d-4d57-9dbc-8e64cf0fe4bd", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093457Z:3f884bbd-bd0d-4d57-9dbc-8e64cf0fe4bd" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default", - "etag": "W/\u0022456ba4ee-f178-4db9-92f3-291e68947267\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022456ba4ee-f178-4db9-92f3-291e68947267\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 09:34:57 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.13672.7 - NEULR1 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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 09:34:57 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.13622.7 - WEULR2 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": "569cf41b-732d-4022-bab4-ed1156e627d7", - "Connection": "keep-alive", - "Content-Length": "281", - "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.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.18.0", - "x-ms-lib-capability": "retry-after, h429" - }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "569cf41b-732d-4022-bab4-ed1156e627d7", - "Content-Length": "114", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:34:57 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.13672.7 - NEULR1 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f55d13c0-c23f-497b-a7f3-3bf6aef0ac78?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:35:00 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A35%3A00.2359958Z\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": "b606ec7a-fe6c-4741-a21c-f5b8278e4298", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093501Z:b606ec7a-fe6c-4741-a21c-f5b8278e4298", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d", - "name": "sdk-py-tests-acc-1-8676340d", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A35%3A00.2359958Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:34:58.3140197Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:34:59.3003552Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:34:59.3003552Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f55d13c0-c23f-497b-a7f3-3bf6aef0ac78?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:35: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": "be79dc90-2b23-4c46-855c-4b77e2e885f6", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093531Z:be79dc90-2b23-4c46-855c-4b77e2e885f6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f55d13c0-c23f-497b-a7f3-3bf6aef0ac78", - "name": "f55d13c0-c23f-497b-a7f3-3bf6aef0ac78", - "status": "Succeeded", - "startTime": "2022-09-19T09:35:00.2316766Z", - "endTime": "2022-09-19T09:35:00.294152Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:35:31 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A35%3A00.2991199Z\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": "716c7018-03df-41cd-a5aa-6ddb1b961763", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093532Z:716c7018-03df-41cd-a5aa-6ddb1b961763", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d", - "name": "sdk-py-tests-acc-1-8676340d", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A35%3A00.2991199Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:34:58.3140197Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:34:59.3003552Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:34:59.3003552Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/7bf8784a-89a5-44ac-ae15-26b0ba8b3043?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "922", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:35:41 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A35%3A40.1721583Z\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": "388c03b8-fc2e-4734-b890-e46dd9586a19", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093541Z:388c03b8-fc2e-4734-b890-e46dd9586a19", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A35%3A40.1721583Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:35:32.5545519Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:35:39.9884372Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:35:39.9884372Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7bf8784a-89a5-44ac-ae15-26b0ba8b3043?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:36: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": "782e4d3a-b6c3-4991-ac4f-9c7e192d2a01", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093611Z:782e4d3a-b6c3-4991-ac4f-9c7e192d2a01", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7bf8784a-89a5-44ac-ae15-26b0ba8b3043", - "name": "7bf8784a-89a5-44ac-ae15-26b0ba8b3043", - "status": "Succeeded", - "startTime": "2022-09-19T09:35:40.1713448Z", - "endTime": "2022-09-19T09:35:41.265311Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:36:12 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A35%3A41.2626996Z\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": "d38360cf-c00e-4cbf-bcc0-03f85d1bd7c9", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093613Z:d38360cf-c00e-4cbf-bcc0-03f85d1bd7c9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A35%3A41.2626996Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:35:32.5545519Z" - }, - "properties": { - "poolId": "dcf00916-a602-4471-73be-2d6c9b129f63", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:35:39.9884372Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:35:39.9884372Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "783", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "creationToken": "sdk-py-tests-vol-3-8676340d", - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/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 - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/347e0a3d-532f-4f31-98f0-d70cad66f1d8?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1585", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:36:16 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A36%3A15.6818763Z\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": "d68e1d46-e779-439c-9179-550c95633bf8", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093616Z:d68e1d46-e779-439c-9179-550c95633bf8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", - "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8676340d", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A36%3A15.6818763Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:36:13.7476417Z" - }, - "properties": { - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-8676340d", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/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, - "maximumNumberOfFiles": 100000000, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:36:14.8483627Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:36:14.8483627Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/347e0a3d-532f-4f31-98f0-d70cad66f1d8?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:36: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": "7bbbb91f-e4ef-4518-a36a-dd355f049756", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093646Z:7bbbb91f-e4ef-4518-a36a-dd355f049756", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/347e0a3d-532f-4f31-98f0-d70cad66f1d8", - "name": "347e0a3d-532f-4f31-98f0-d70cad66f1d8", - "status": "Creating", - "startTime": "2022-09-19T09:36:15.6746907Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/347e0a3d-532f-4f31-98f0-d70cad66f1d8?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:37: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": "c6a7d831-baca-4185-b0be-6bf1bcb6cc5a", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093717Z:c6a7d831-baca-4185-b0be-6bf1bcb6cc5a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/347e0a3d-532f-4f31-98f0-d70cad66f1d8", - "name": "347e0a3d-532f-4f31-98f0-d70cad66f1d8", - "status": "Creating", - "startTime": "2022-09-19T09:36:15.6746907Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/347e0a3d-532f-4f31-98f0-d70cad66f1d8?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:37: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": "741b2077-60cb-4eb5-814d-4c98f05705cf", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093747Z:741b2077-60cb-4eb5-814d-4c98f05705cf", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/347e0a3d-532f-4f31-98f0-d70cad66f1d8", - "name": "347e0a3d-532f-4f31-98f0-d70cad66f1d8", - "status": "Creating", - "startTime": "2022-09-19T09:36:15.6746907Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/347e0a3d-532f-4f31-98f0-d70cad66f1d8?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:38: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": "2274d0b2-571b-4879-898f-53d240717e48", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093817Z:2274d0b2-571b-4879-898f-53d240717e48", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/347e0a3d-532f-4f31-98f0-d70cad66f1d8", - "name": "347e0a3d-532f-4f31-98f0-d70cad66f1d8", - "status": "Creating", - "startTime": "2022-09-19T09:36:15.6746907Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/347e0a3d-532f-4f31-98f0-d70cad66f1d8?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:38: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": "7dfec258-b9eb-4db5-be37-f615c972adcb", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093847Z:7dfec258-b9eb-4db5-be37-f615c972adcb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/347e0a3d-532f-4f31-98f0-d70cad66f1d8", - "name": "347e0a3d-532f-4f31-98f0-d70cad66f1d8", - "status": "Creating", - "startTime": "2022-09-19T09:36:15.6746907Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/347e0a3d-532f-4f31-98f0-d70cad66f1d8?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:39: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": "45f2e890-45de-42e4-8e2e-5f712318f6c0", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093918Z:45f2e890-45de-42e4-8e2e-5f712318f6c0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/347e0a3d-532f-4f31-98f0-d70cad66f1d8", - "name": "347e0a3d-532f-4f31-98f0-d70cad66f1d8", - "status": "Creating", - "startTime": "2022-09-19T09:36:15.6746907Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/347e0a3d-532f-4f31-98f0-d70cad66f1d8?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:39: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": "a24d93d7-8e50-4d64-9725-94aedb2c4f70", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093948Z:a24d93d7-8e50-4d64-9725-94aedb2c4f70", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/347e0a3d-532f-4f31-98f0-d70cad66f1d8", - "name": "347e0a3d-532f-4f31-98f0-d70cad66f1d8", - "status": "Creating", - "startTime": "2022-09-19T09:36:15.6746907Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/347e0a3d-532f-4f31-98f0-d70cad66f1d8?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:40: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": "73991641-0f5b-4438-9344-0148300f2682", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094018Z:73991641-0f5b-4438-9344-0148300f2682", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/347e0a3d-532f-4f31-98f0-d70cad66f1d8", - "name": "347e0a3d-532f-4f31-98f0-d70cad66f1d8", - "status": "Succeeded", - "startTime": "2022-09-19T09:36:15.6746907Z", - "endTime": "2022-09-19T09:40:18.4766448Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:40:18 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A40%3A18.4656536Z\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": "2cef83ef-8a50-41e7-bcf5-e0ff7638534b", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094019Z:2cef83ef-8a50-41e7-bcf5-e0ff7638534b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", - "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8676340d", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A40%3A18.4656536Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:36:13.7476417Z" - }, - "properties": { - "fileSystemId": "6f0939dd-ec7d-68da-ce2e-d59f6b0c53b0", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-8676340d", - "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_8f82c7b40509489d9e97d719b9b955b4_f85835d5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "6f0939dd-ec7d-68da-ce2e-d59f6b0c53b0", - "fileSystemId": "6f0939dd-ec7d-68da-ce2e-d59f6b0c53b0", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:36:14.8483627Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:36:14.8483627Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aafa00ff-f9ec-4cee-aac7-c896e2a1244d?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:40:20 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A40%3A19.5689913Z\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": "24b76024-ba28-44fc-a6fd-e635c4b773e8", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094021Z:24b76024-ba28-44fc-a6fd-e635c4b773e8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d", - "name": "sdk-py-tests-acc-1-8676340d", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A40%3A19.5689913Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:34:58.3140197Z" - }, - "properties": { - "provisioningState": "Updating", - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - } - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:34:59.3003552Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:34:59.3003552Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aafa00ff-f9ec-4cee-aac7-c896e2a1244d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:40: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": "3a25e3b1-0daf-4a8c-8a97-dbbbd5d8d417", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094051Z:3a25e3b1-0daf-4a8c-8a97-dbbbd5d8d417", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aafa00ff-f9ec-4cee-aac7-c896e2a1244d", - "name": "aafa00ff-f9ec-4cee-aac7-c896e2a1244d", - "status": "Succeeded", - "startTime": "2022-09-19T09:40:19.5703865Z", - "endTime": "2022-09-19T09:40:20.0704427Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:40:51 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A40%3A20.0696903Z\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": "e0421e35-649b-4266-9831-8327046c6be3", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094052Z:e0421e35-649b-4266-9831-8327046c6be3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d", - "name": "sdk-py-tests-acc-1-8676340d", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A40%3A20.0696903Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:40:19.2707006Z" - }, - "properties": { - "provisioningState": "Succeeded", - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - } - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:34:59.3003552Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:40:19.4460408Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "179", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "hourlySchedule": { - "snapshotsToKeep": 1, - "minute": 50 - }, - "dailySchedule": {}, - "weeklySchedule": {}, - "monthlySchedule": {}, - "enabled": false - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8b5b8b3f-f23c-492c-9891-9d85a2c360d6?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "928", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:40:54 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A40%3A53.595308Z\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": "86963635-885c-4996-9cca-8e72bc0079b1", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094054Z:86963635-885c-4996-9cca-8e72bc0079b1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1", - "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-snapshot-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A40%3A53.595308Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:40:52.3360735Z" - }, - "properties": { - "enabled": false, - "hourlySchedule": { - "snapshotsToKeep": 1, - "minute": 50 - }, - "dailySchedule": {}, - "weeklySchedule": {}, - "monthlySchedule": {}, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:40:53.4464725Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:40:53.4464725Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d?api-version=2022-05-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "432", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "dataProtection": { - "snapshot": { - "snapshotPolicyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1" - } - }, - "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/westus2/operationResults/408977c2-3942-413d-b38e-41b441d1c1ac?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "2480", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:40:54 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A40%3A54.8857937Z\u0027\u0022", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/408977c2-3942-413d-b38e-41b441d1c1ac?api-version=2022-05-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": "d18f129c-202c-4a67-a4c6-b8862ca23797", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094055Z:d18f129c-202c-4a67-a4c6-b8862ca23797", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", - "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8676340d", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A40%3A54.8857937Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:36:13.7476417Z" - }, - "properties": { - "provisioningState": "Patching", - "fileSystemId": "6f0939dd-ec7d-68da-ce2e-d59f6b0c53b0", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-8676340d", - "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_8f82c7b40509489d9e97d719b9b955b4_f85835d5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "6f0939dd-ec7d-68da-ce2e-d59f6b0c53b0", - "fileSystemId": "6f0939dd-ec7d-68da-ce2e-d59f6b0c53b0", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:36:14.8483627Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:36:14.8483627Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/408977c2-3942-413d-b38e-41b441d1c1ac?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:41: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": "9a9ea1fc-7cf1-46c3-821a-f4e9d3d4cc02", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094125Z:9a9ea1fc-7cf1-46c3-821a-f4e9d3d4cc02", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/408977c2-3942-413d-b38e-41b441d1c1ac", - "name": "408977c2-3942-413d-b38e-41b441d1c1ac", - "status": "Succeeded", - "startTime": "2022-09-19T09:40:54.8883613Z", - "endTime": "2022-09-19T09:40:57.9471339Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/408977c2-3942-413d-b38e-41b441d1c1ac?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09: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": "62b9df30-d86b-4c1a-aff3-4c3f7c018ba9", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094126Z:62b9df30-d86b-4c1a-aff3-4c3f7c018ba9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", - "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8676340d", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A40%3A57.9449589Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:40:54.5671932Z" - }, - "properties": { - "dataProtection": { - "snapshot": { - "snapshotPolicyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1" - } - }, - "fileSystemId": "6f0939dd-ec7d-68da-ce2e-d59f6b0c53b0", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-8676340d", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_f85835d5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", - "poolId": "dcf00916-a602-4471-73be-2d6c9b129f63", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "6f0939dd-ec7d-68da-ce2e-d59f6b0c53b0", - "fileSystemId": "6f0939dd-ec7d-68da-ce2e-d59f6b0c53b0", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:36:14.8483627Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:40:54.7589924Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/a2448921-e3d2-48da-ac76-33ae66b47381?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 09:41:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a2448921-e3d2-48da-ac76-33ae66b47381?api-version=2022-05-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": "118f1efc-0f70-4ad3-ab9c-6c92e1b1630d", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094127Z:118f1efc-0f70-4ad3-ab9c-6c92e1b1630d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a2448921-e3d2-48da-ac76-33ae66b47381?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:41: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": "8196ad78-86ee-41f3-9fe2-a20b2f342bec", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094157Z:8196ad78-86ee-41f3-9fe2-a20b2f342bec", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a2448921-e3d2-48da-ac76-33ae66b47381", - "name": "a2448921-e3d2-48da-ac76-33ae66b47381", - "status": "Deleting", - "startTime": "2022-09-19T09:41:26.8983106Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a2448921-e3d2-48da-ac76-33ae66b47381?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:42: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": "2fefba2a-b59f-4b48-8e83-51ad7e7c863f", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094227Z:2fefba2a-b59f-4b48-8e83-51ad7e7c863f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a2448921-e3d2-48da-ac76-33ae66b47381", - "name": "a2448921-e3d2-48da-ac76-33ae66b47381", - "status": "Succeeded", - "startTime": "2022-09-19T09:41:26.8983106Z", - "endTime": "2022-09-19T09:42:11.475594Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a2448921-e3d2-48da-ac76-33ae66b47381?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:42: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": "9545db6b-1a64-4e04-b456-aedb4ae9531a", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094227Z:9545db6b-1a64-4e04-b456-aedb4ae9531a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", - "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8676340d", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A42%3A02.199458Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:40:54.5671932Z" - }, - "properties": { - "dataProtection": { - "snapshot": { - "snapshotPolicyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1" - } - }, - "fileSystemId": "6f0939dd-ec7d-68da-ce2e-d59f6b0c53b0", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-8676340d", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_f85835d5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", - "poolId": "dcf00916-a602-4471-73be-2d6c9b129f63", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "6f0939dd-ec7d-68da-ce2e-d59f6b0c53b0", - "fileSystemId": "6f0939dd-ec7d-68da-ce2e-d59f6b0c53b0", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:36:14.8483627Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:40:54.7589924Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "324", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:45:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1da4f7f1-f790-447d-90b2-e05b63449245", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094548Z:1da4f7f1-f790-447d-90b2-e05b63449245" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/8e24f553-d210-4b9b-9e7a-a1cafb31bf29?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 09:45:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e24f553-d210-4b9b-9e7a-a1cafb31bf29?api-version=2022-05-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": "282e322f-5814-4e90-adcb-cdc8b4911adb", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094550Z:282e322f-5814-4e90-adcb-cdc8b4911adb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e24f553-d210-4b9b-9e7a-a1cafb31bf29?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:46: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": "b4f26ab5-f4e1-41d1-9262-cf878716c807", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094621Z:b4f26ab5-f4e1-41d1-9262-cf878716c807", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e24f553-d210-4b9b-9e7a-a1cafb31bf29", - "name": "8e24f553-d210-4b9b-9e7a-a1cafb31bf29", - "status": "Succeeded", - "startTime": "2022-09-19T09:45:50.5480291Z", - "endTime": "2022-09-19T09:45:50.579257Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e24f553-d210-4b9b-9e7a-a1cafb31bf29?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:46: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": "31d69418-1688-46ee-a2dd-ebed3c4059d5", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094621Z:31d69418-1688-46ee-a2dd-ebed3c4059d5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1", - "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-snapshot-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A45%3A50.5350078Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:40:52.3360735Z" - }, - "properties": { - "enabled": false, - "hourlySchedule": { - "snapshotsToKeep": 1, - "minute": 50 - }, - "dailySchedule": {}, - "weeklySchedule": {}, - "monthlySchedule": {}, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:40:53.4464725Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:40:53.4464725Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "302", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:46:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1075f3a5-68d6-42f3-9f85-86dff54ad2b5", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094626Z:1075f3a5-68d6-42f3-9f85-86dff54ad2b5" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/bbb8d753-83ab-4ed4-a37f-c35d1a14e571?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 09:46:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bbb8d753-83ab-4ed4-a37f-c35d1a14e571?api-version=2022-05-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": "f24c10a6-c003-4f5a-88d9-c9417b13394d", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094637Z:f24c10a6-c003-4f5a-88d9-c9417b13394d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bbb8d753-83ab-4ed4-a37f-c35d1a14e571?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09: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": "28342712-9d53-4460-8f7a-5dae0adf9434", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094707Z:28342712-9d53-4460-8f7a-5dae0adf9434", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bbb8d753-83ab-4ed4-a37f-c35d1a14e571", - "name": "bbb8d753-83ab-4ed4-a37f-c35d1a14e571", - "status": "Succeeded", - "startTime": "2022-09-19T09:46:37.0402945Z", - "endTime": "2022-09-19T09:46:38.3840419Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bbb8d753-83ab-4ed4-a37f-c35d1a14e571?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09: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": "abbf8406-5bca-4bed-94bf-d76aa5707835", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094707Z:abbf8406-5bca-4bed-94bf-d76aa5707835", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A46%3A37.0471469Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:35:32.5545519Z" - }, - "properties": { - "poolId": "dcf00916-a602-4471-73be-2d6c9b129f63", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:35:39.9884372Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:35:39.9884372Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 09:47:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1351c1d-c6df-428d-9cb5-a6f11931281f", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094717Z:c1351c1d-c6df-428d-9cb5-a6f11931281f" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 09:47:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "edb21546-89a9-4a48-b2d7-07a99d65f8a6", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094728Z:edb21546-89a9-4a48-b2d7-07a99d65f8a6" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 09:47:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "444e6885-5c01-4216-9b07-07f75b52d63d", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094738Z:444e6885-5c01-4216-9b07-07f75b52d63d" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 09:47:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "33e6f1cc-067c-4af6-aa11-cc8966291f8d", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094748Z:33e6f1cc-067c-4af6-aa11-cc8966291f8d" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:47:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dd8edbae-1418-428e-8327-d7a808944cb8", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094758Z:dd8edbae-1418-428e-8327-d7a808944cb8" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/0a39f775-b6eb-4627-8a33-d1a02547f847?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 09:47:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a39f775-b6eb-4627-8a33-d1a02547f847?api-version=2022-05-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": "814a5f76-7115-4544-8170-e189adec0ae6", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094800Z:814a5f76-7115-4544-8170-e189adec0ae6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a39f775-b6eb-4627-8a33-d1a02547f847?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:48: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": "4336577a-c33e-49d7-9428-c2975e4a0589", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094830Z:4336577a-c33e-49d7-9428-c2975e4a0589", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a39f775-b6eb-4627-8a33-d1a02547f847", - "name": "0a39f775-b6eb-4627-8a33-d1a02547f847", - "status": "Succeeded", - "startTime": "2022-09-19T09:48:00.2006438Z", - "endTime": "2022-09-19T09:48:00.2944063Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a39f775-b6eb-4627-8a33-d1a02547f847?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:48: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": "264d4c76-0fb1-4a68-adb6-66777f1ce04e", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094830Z:264d4c76-0fb1-4a68-adb6-66777f1ce04e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d", - "name": "sdk-py-tests-acc-1-8676340d", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A48%3A00.2053518Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:40:19.2707006Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "activeDirectories": [], - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:34:59.3003552Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:40:19.4460408Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "254", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:48:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "25e48ba9-9d33-488b-9218-24a0b01d1e98", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094831Z:25e48ba9-9d33-488b-9218-24a0b01d1e98" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d?api-version=2022-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4f84bc59-6c89-4f2d-87d8-b0b8e65c2269?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 09:48:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/4f84bc59-6c89-4f2d-87d8-b0b8e65c2269?api-version=2022-01-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7b479a98-91d8-46f2-97c0-515add8b0e4d", - "x-ms-correlation-request-id": "d6e6266a-5fbf-4f92-9bae-ea4d58478354", - "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094831Z:d6e6266a-5fbf-4f92-9bae-ea4d58478354" - }, - "ResponseBody": null } ], "Variables": {} 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 1cda8b772f7f..f6d3d2435ccf 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:24:27 GMT", + "Date": "Fri, 14 Oct 2022 01:09:10 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.13672.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:24:28 GMT", + "Date": "Fri, 14 Oct 2022 01:09:10 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.13622.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13871.7 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "c29fdf77-fd94-4e17-9fb0-cf9f9d20e76f", + "client-request-id": "321a6352-e4dc-4613-81b8-e0647e04c96d", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "c29fdf77-fd94-4e17-9fb0-cf9f9d20e76f", + "client-request-id": "321a6352-e4dc-4613-81b8-e0647e04c96d", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:24:28 GMT", + "Date": "Fri, 14 Oct 2022 01:09:11 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -221,639 +224,29 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2" }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e34879bf-b437-4bb7-a0b9-6d9f0f0737bb?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:24:35 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A24%3A34.5882803Z\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": "9c53a4da-1004-4fe6-8005-65e957cffb97", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092436Z:9c53a4da-1004-4fe6-8005-65e957cffb97", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295", - "name": "sdk-py-tests-acc-1-e2f73295", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A24%3A34.5882803Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:24:30.2044012Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:24:33.6952111Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:24:33.6952111Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e34879bf-b437-4bb7-a0b9-6d9f0f0737bb?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:25: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": "be56600c-13ac-499c-a55e-0848c6916dbe", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092506Z:be56600c-13ac-499c-a55e-0848c6916dbe", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e34879bf-b437-4bb7-a0b9-6d9f0f0737bb", - "name": "e34879bf-b437-4bb7-a0b9-6d9f0f0737bb", - "status": "Succeeded", - "startTime": "2022-09-19T09:24:34.5927303Z", - "endTime": "2022-09-19T09:24:34.6240502Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:25:06 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A24%3A34.6298779Z\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": "9ff2da98-49d7-487f-a799-77bb3036c28d", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092506Z:9ff2da98-49d7-487f-a799-77bb3036c28d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295", - "name": "sdk-py-tests-acc-1-e2f73295", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A24%3A34.6298779Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:24:30.2044012Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:24:33.6952111Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:24:33.6952111Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "179", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "hourlySchedule": { - "snapshotsToKeep": 1, - "minute": 50 - }, - "dailySchedule": {}, - "weeklySchedule": {}, - "monthlySchedule": {}, - "enabled": false - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/148750a1-f9a8-462c-9bf1-b459cc8f3deb?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "929", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:25:26 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A25%3A25.0962776Z\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": "db93895b-09a2-49b4-80d7-73d2337f517a", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092526Z:db93895b-09a2-49b4-80d7-73d2337f517a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies/sdk-py-tests-snapshot-policy-1", - "name": "sdk-py-tests-acc-1-e2f73295/sdk-py-tests-snapshot-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A25%3A25.0962776Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:25:07.1687179Z" - }, - "properties": { - "enabled": false, - "hourlySchedule": { - "snapshotsToKeep": 1, - "minute": 50 - }, - "dailySchedule": {}, - "weeklySchedule": {}, - "monthlySchedule": {}, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:25:24.8988817Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:25:24.8988817Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:25: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": "d657a274-1376-449d-91c2-3c12d6c521b5", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092529Z:d657a274-1376-449d-91c2-3c12d6c521b5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies/sdk-py-tests-snapshot-policy-1", - "name": "sdk-py-tests-acc-1-e2f73295/sdk-py-tests-snapshot-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A25%3A25.1476744Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:25:07.1687179Z" - }, - "properties": { - "enabled": false, - "hourlySchedule": { - "snapshotsToKeep": 1, - "minute": 50 - }, - "dailySchedule": {}, - "weeklySchedule": {}, - "monthlySchedule": {}, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:25:24.8988817Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:25:24.8988817Z" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/af6cac0e-a65b-4acc-9928-d8f04eaac677?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 09:25:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/af6cac0e-a65b-4acc-9928-d8f04eaac677?api-version=2022-05-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": "3fcc9b75-323e-445e-9579-8c8d0fde786e", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092529Z:3fcc9b75-323e-445e-9579-8c8d0fde786e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/af6cac0e-a65b-4acc-9928-d8f04eaac677?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:25: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": "ff2e0f54-9713-44e3-9153-e95f803bc1c0", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092600Z:ff2e0f54-9713-44e3-9153-e95f803bc1c0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/af6cac0e-a65b-4acc-9928-d8f04eaac677", - "name": "af6cac0e-a65b-4acc-9928-d8f04eaac677", - "status": "Succeeded", - "startTime": "2022-09-19T09:25:29.7897234Z", - "endTime": "2022-09-19T09:25:29.8365622Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies/sdk-py-tests-snapshot-policy-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/af6cac0e-a65b-4acc-9928-d8f04eaac677?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:26: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": "ecdca275-f11a-4600-9e02-fb3a58f3754e", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092601Z:ecdca275-f11a-4600-9e02-fb3a58f3754e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies/sdk-py-tests-snapshot-policy-1", - "name": "sdk-py-tests-acc-1-e2f73295/sdk-py-tests-snapshot-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A25%3A29.7839033Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:25:07.1687179Z" - }, - "properties": { - "enabled": false, - "hourlySchedule": { - "snapshotsToKeep": 1, - "minute": 50 - }, - "dailySchedule": {}, - "weeklySchedule": {}, - "monthlySchedule": {}, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:25:24.8988817Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:25:24.8988817Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "302", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:26:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aba781a6-7e20-41e8-92e5-10141cfe23d0", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092607Z:aba781a6-7e20-41e8-92e5-10141cfe23d0" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies/sdk-py-tests-snapshot-policy-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:26: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": "da4ef285-2683-4e77-9093-15eed895e60f", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092607Z:da4ef285-2683-4e77-9093-15eed895e60f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/b2147dbf-9718-4278-8ccd-b63c506eb310?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 09:26:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b2147dbf-9718-4278-8ccd-b63c506eb310?api-version=2022-05-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": "11ff8de1-ffd0-419e-8d09-eadb25071583", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092608Z:11ff8de1-ffd0-419e-8d09-eadb25071583", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b2147dbf-9718-4278-8ccd-b63c506eb310?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:26: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": "a5b6831a-3261-495c-9d2c-0e407c792771", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092638Z:a5b6831a-3261-495c-9d2c-0e407c792771", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b2147dbf-9718-4278-8ccd-b63c506eb310", - "name": "b2147dbf-9718-4278-8ccd-b63c506eb310", - "status": "Succeeded", - "startTime": "2022-09-19T09:26:08.5250856Z", - "endTime": "2022-09-19T09:26:08.5719214Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b2147dbf-9718-4278-8ccd-b63c506eb310?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:26: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": "65427783-f701-41cd-b3f0-426ceb359998", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092639Z:65427783-f701-41cd-b3f0-426ceb359998", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295", - "name": "sdk-py-tests-acc-1-e2f73295", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A26%3A08.5227634Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:24:30.2044012Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:24:33.6952111Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:24:33.6952111Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "254", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:26:38 GMT", + "Date": "Fri, 14 Oct 2022 01:09:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f8292e49-4d2a-4cc0-8d04-35d6f635c886", + "x-ms-correlation-request-id": "a6111abc-57a0-4679-b833-ddbe931f7f54", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092639Z:f8292e49-4d2a-4cc0-8d04-35d6f635c886" + "x-ms-routing-request-id": "CENTRALUS:20221014T010912Z:a6111abc-57a0-4679-b833-ddbe931f7f54" }, "ResponseBody": { "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295\u0027 under resource group \u0027sdk-python-tests-rg-tmp\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } } } 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 19fd74d21313..d3c8000636b4 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:29:46 GMT", + "Date": "Fri, 14 Oct 2022 01:09:12 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.13672.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:29:46 GMT", + "Date": "Fri, 14 Oct 2022 01:09:13 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.13622.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13871.7 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "ff60c916-ecc7-490b-9f75-0feb22b6464a", + "client-request-id": "1ea4af9a-6e7a-4442-b5ff-523ff2bc35d6", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "ff60c916-ecc7-490b-9f75-0feb22b6464a", + "client-request-id": "1ea4af9a-6e7a-4442-b5ff-523ff2bc35d6", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:29:46 GMT", + "Date": "Fri, 14 Oct 2022 01:09:13 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -221,604 +224,29 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2" }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0e872fb-f9d0-4f64-baf4-e20087a69208?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:29:55 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A29%3A53.8088458Z\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": "475765f4-cbd3-4e02-97d2-a0129c573268", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092955Z:475765f4-cbd3-4e02-97d2-a0129c573268", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9", - "name": "sdk-py-tests-acc-1-7ffd31c9", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A29%3A53.8088458Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:29:49.4640136Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:29:52.9118272Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:29:52.9118272Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0e872fb-f9d0-4f64-baf4-e20087a69208?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09: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": "0d133c6a-a330-4b46-8692-24ef52f0c93d", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093025Z:0d133c6a-a330-4b46-8692-24ef52f0c93d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0e872fb-f9d0-4f64-baf4-e20087a69208", - "name": "e0e872fb-f9d0-4f64-baf4-e20087a69208", - "status": "Succeeded", - "startTime": "2022-09-19T09:29:53.8114872Z", - "endTime": "2022-09-19T09:29:53.8426731Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:30:25 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A29%3A53.8492206Z\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": "e912dc79-f0fb-49f6-8e8f-87f1e692e478", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093026Z:e912dc79-f0fb-49f6-8e8f-87f1e692e478", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9", - "name": "sdk-py-tests-acc-1-7ffd31c9", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A29%3A53.8492206Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:29:49.4640136Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:29:52.9118272Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:29:52.9118272Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "179", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "hourlySchedule": { - "snapshotsToKeep": 1, - "minute": 50 - }, - "dailySchedule": {}, - "weeklySchedule": {}, - "monthlySchedule": {}, - "enabled": false - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51e067c6-60aa-4be0-ba44-f362c874d394?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "929", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:30:28 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A30%3A27.8994525Z\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": "9554d142-efe3-465d-b3c6-d02f3a32cef7", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093028Z:9554d142-efe3-465d-b3c6-d02f3a32cef7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1", - "name": "sdk-py-tests-acc-1-7ffd31c9/sdk-py-tests-snapshot-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A30%3A27.8994525Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:30:26.4651321Z" - }, - "properties": { - "enabled": false, - "hourlySchedule": { - "snapshotsToKeep": 1, - "minute": 50 - }, - "dailySchedule": {}, - "weeklySchedule": {}, - "monthlySchedule": {}, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:30:27.7523994Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:30:27.7523994Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:30:29 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A30%3A27.9658394Z\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": "65049ba1-86a0-41c5-b745-41e50afc9628", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093029Z:65049ba1-86a0-41c5-b745-41e50afc9628", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1", - "name": "sdk-py-tests-acc-1-7ffd31c9/sdk-py-tests-snapshot-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A30%3A27.9658394Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:30:26.4651321Z" - }, - "properties": { - "enabled": false, - "hourlySchedule": { - "snapshotsToKeep": 1, - "minute": 50 - }, - "dailySchedule": {}, - "weeklySchedule": {}, - "monthlySchedule": {}, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:30:27.7523994Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:30:27.7523994Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/ba8c9a87-58e6-4655-9c06-518ec3bdcf93?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 09:30:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ba8c9a87-58e6-4655-9c06-518ec3bdcf93?api-version=2022-05-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": "fc48f31c-8ffc-4b28-bf96-b3a6ef1388f6", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093030Z:fc48f31c-8ffc-4b28-bf96-b3a6ef1388f6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ba8c9a87-58e6-4655-9c06-518ec3bdcf93?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:30: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": "976e28ad-a918-4b71-9372-a869e0d47783", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093100Z:976e28ad-a918-4b71-9372-a869e0d47783", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ba8c9a87-58e6-4655-9c06-518ec3bdcf93", - "name": "ba8c9a87-58e6-4655-9c06-518ec3bdcf93", - "status": "Succeeded", - "startTime": "2022-09-19T09:30:30.0538528Z", - "endTime": "2022-09-19T09:30:30.100723Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ba8c9a87-58e6-4655-9c06-518ec3bdcf93?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:31: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": "0b774aed-a25b-48e6-b9d6-9e206e5b0870", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093100Z:0b774aed-a25b-48e6-b9d6-9e206e5b0870", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1", - "name": "sdk-py-tests-acc-1-7ffd31c9/sdk-py-tests-snapshot-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A30%3A30.0465922Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:30:26.4651321Z" - }, - "properties": { - "enabled": false, - "hourlySchedule": { - "snapshotsToKeep": 1, - "minute": 50 - }, - "dailySchedule": {}, - "weeklySchedule": {}, - "monthlySchedule": {}, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:30:27.7523994Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:30:27.7523994Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "302", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:31:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78d8162b-1410-4392-9439-cfde1ea9319b", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093105Z:78d8162b-1410-4392-9439-cfde1ea9319b" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/2ebce6e7-e74b-4355-8559-489c053b92c0?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 09:31:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2ebce6e7-e74b-4355-8559-489c053b92c0?api-version=2022-05-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": "3ef33c8a-5e67-41f4-988f-a2fe705b203e", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093106Z:3ef33c8a-5e67-41f4-988f-a2fe705b203e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2ebce6e7-e74b-4355-8559-489c053b92c0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:31: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": "1e1effff-f4b4-46ff-a66f-2cbc36b12c23", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093136Z:1e1effff-f4b4-46ff-a66f-2cbc36b12c23", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2ebce6e7-e74b-4355-8559-489c053b92c0", - "name": "2ebce6e7-e74b-4355-8559-489c053b92c0", - "status": "Succeeded", - "startTime": "2022-09-19T09:31:06.5392771Z", - "endTime": "2022-09-19T09:31:06.5861303Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2ebce6e7-e74b-4355-8559-489c053b92c0?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:31: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": "5a04944f-61e6-41d1-bd34-8665abfccfa3", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093137Z:5a04944f-61e6-41d1-bd34-8665abfccfa3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9", - "name": "sdk-py-tests-acc-1-7ffd31c9", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A31%3A06.530741Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:29:49.4640136Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:29:52.9118272Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:29:52.9118272Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "254", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:31:36 GMT", + "Date": "Fri, 14 Oct 2022 01:09:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85b69c22-10d0-40fd-bd7d-bb95e3dec467", + "x-ms-correlation-request-id": "7391aa39-b4bc-41a2-9681-aaea6d112f36", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093137Z:85b69c22-10d0-40fd-bd7d-bb95e3dec467" + "x-ms-routing-request-id": "CENTRALUS:20221014T010914Z:7391aa39-b4bc-41a2-9681-aaea6d112f36" }, "ResponseBody": { "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9\u0027 under resource group \u0027sdk-python-tests-rg-tmp\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } } } 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 a1721f1b5ac4..aac065b25c02 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:27:02 GMT", + "Date": "Fri, 14 Oct 2022 01:09:11 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.13672.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:27:03 GMT", + "Date": "Fri, 14 Oct 2022 01:09:11 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.13622.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13871.7 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "6b08e9b6-a2ea-43a7-85d1-51fe07974a46", + "client-request-id": "cce230f5-7fa3-487e-983a-dfdae74a32b2", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "6b08e9b6-a2ea-43a7-85d1-51fe07974a46", + "client-request-id": "cce230f5-7fa3-487e-983a-dfdae74a32b2", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:27:03 GMT", + "Date": "Fri, 14 Oct 2022 01:09:12 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -221,899 +224,29 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2" }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d98549d6-6125-48dd-89bd-6791558ac7df?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:27:09 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A27%3A08.2280473Z\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": "66dfb9ad-b3ee-43b6-91e6-b202b28846d6", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092709Z:66dfb9ad-b3ee-43b6-91e6-b202b28846d6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3", - "name": "sdk-py-tests-acc-1-88d22fd3", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A27%3A08.2280473Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:27:05.0419778Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:27:07.3441768Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:27:07.3441768Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d98549d6-6125-48dd-89bd-6791558ac7df?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:27: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": "d9040624-6371-4b65-aa8b-4fcad9457990", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092740Z:d9040624-6371-4b65-aa8b-4fcad9457990", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d98549d6-6125-48dd-89bd-6791558ac7df", - "name": "d98549d6-6125-48dd-89bd-6791558ac7df", - "status": "Succeeded", - "startTime": "2022-09-19T09:27:08.2335439Z", - "endTime": "2022-09-19T09:27:08.2960487Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:27:40 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A27%3A08.3020833Z\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": "2bcbd02c-09c3-410d-9c37-09bc2cd85f81", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092740Z:2bcbd02c-09c3-410d-9c37-09bc2cd85f81", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3", - "name": "sdk-py-tests-acc-1-88d22fd3", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A27%3A08.3020833Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:27:05.0419778Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:27:07.3441768Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:27:07.3441768Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "179", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "hourlySchedule": { - "snapshotsToKeep": 1, - "minute": 50 - }, - "dailySchedule": {}, - "weeklySchedule": {}, - "monthlySchedule": {}, - "enabled": false - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/adfea1e4-e9ba-4687-b40a-c1aa1d3cbab5?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "929", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:27:42 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A27%3A41.8639127Z\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": "23df5691-c3fd-4210-b9fd-a7e7ea10e557", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092743Z:23df5691-c3fd-4210-b9fd-a7e7ea10e557", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-1", - "name": "sdk-py-tests-acc-1-88d22fd3/sdk-py-tests-snapshot-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A27%3A41.8639127Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:27:40.7258374Z" - }, - "properties": { - "enabled": false, - "hourlySchedule": { - "snapshotsToKeep": 1, - "minute": 50 - }, - "dailySchedule": {}, - "weeklySchedule": {}, - "monthlySchedule": {}, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:27:41.6860528Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:27:41.6860528Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-2?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "179", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "hourlySchedule": { - "snapshotsToKeep": 1, - "minute": 50 - }, - "dailySchedule": {}, - "weeklySchedule": {}, - "monthlySchedule": {}, - "enabled": false - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0fa6d14-4689-4ceb-8def-94ca2e035811?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "929", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:27:45 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A27%3A44.8052395Z\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": "da297509-5dbc-433b-86e3-6f14d6b37ddd", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092745Z:da297509-5dbc-433b-86e3-6f14d6b37ddd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-2", - "name": "sdk-py-tests-acc-1-88d22fd3/sdk-py-tests-snapshot-policy-2", - "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A27%3A44.8052395Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:27:43.5927195Z" - }, - "properties": { - "enabled": false, - "hourlySchedule": { - "snapshotsToKeep": 1, - "minute": 50 - }, - "dailySchedule": {}, - "weeklySchedule": {}, - "monthlySchedule": {}, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:27:44.6732924Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:27:44.6732924Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:27: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": "fbc594aa-d4ff-4b6e-8857-5c2719028b83", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092746Z:fbc594aa-d4ff-4b6e-8857-5c2719028b83", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-1", - "name": "sdk-py-tests-acc-1-88d22fd3/sdk-py-tests-snapshot-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A27%3A41.9000426Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:27:40.7258374Z" - }, - "properties": { - "enabled": false, - "hourlySchedule": { - "snapshotsToKeep": 1, - "minute": 50 - }, - "dailySchedule": {}, - "weeklySchedule": {}, - "monthlySchedule": {}, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:27:41.6860528Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:27:41.6860528Z" - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-2", - "name": "sdk-py-tests-acc-1-88d22fd3/sdk-py-tests-snapshot-policy-2", - "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A27%3A44.8532808Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:27:43.5927195Z" - }, - "properties": { - "enabled": false, - "hourlySchedule": { - "snapshotsToKeep": 1, - "minute": 50 - }, - "dailySchedule": {}, - "weeklySchedule": {}, - "monthlySchedule": {}, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:27:44.6732924Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:27:44.6732924Z" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/cbb06187-3863-45cc-a53b-e364d4fff438?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 09:27:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cbb06187-3863-45cc-a53b-e364d4fff438?api-version=2022-05-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": "b7982b9d-a7f6-4c46-a061-89afd3caf3d6", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092747Z:b7982b9d-a7f6-4c46-a061-89afd3caf3d6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cbb06187-3863-45cc-a53b-e364d4fff438?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:28: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": "782c2c82-8298-4480-b16e-cf74296e3e36", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092817Z:782c2c82-8298-4480-b16e-cf74296e3e36", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cbb06187-3863-45cc-a53b-e364d4fff438", - "name": "cbb06187-3863-45cc-a53b-e364d4fff438", - "status": "Succeeded", - "startTime": "2022-09-19T09:27:46.9883815Z", - "endTime": "2022-09-19T09:27:47.0196032Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cbb06187-3863-45cc-a53b-e364d4fff438?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:28: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": "469609ca-0dcc-4bda-a9c4-edad8480004e", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092817Z:469609ca-0dcc-4bda-a9c4-edad8480004e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-1", - "name": "sdk-py-tests-acc-1-88d22fd3/sdk-py-tests-snapshot-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A27%3A46.719168Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:27:40.7258374Z" - }, - "properties": { - "enabled": false, - "hourlySchedule": { - "snapshotsToKeep": 1, - "minute": 50 - }, - "dailySchedule": {}, - "weeklySchedule": {}, - "monthlySchedule": {}, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:27:41.6860528Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:27:41.6860528Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "302", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:28:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70608dbb-3983-44cc-9978-6dfd07934879", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092822Z:70608dbb-3983-44cc-9978-6dfd07934879" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-2?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/868afb0b-3e3b-4026-a631-260250aad91f?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 09:28:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/868afb0b-3e3b-4026-a631-260250aad91f?api-version=2022-05-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": "089115b3-c528-48a9-9d2d-22e90847ff2c", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092823Z:089115b3-c528-48a9-9d2d-22e90847ff2c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/868afb0b-3e3b-4026-a631-260250aad91f?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:28: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": "0d135014-63ba-41db-b2b6-fec9c8c1d432", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092853Z:0d135014-63ba-41db-b2b6-fec9c8c1d432", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/868afb0b-3e3b-4026-a631-260250aad91f", - "name": "868afb0b-3e3b-4026-a631-260250aad91f", - "status": "Succeeded", - "startTime": "2022-09-19T09:28:23.4149074Z", - "endTime": "2022-09-19T09:28:23.4462831Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-2" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/868afb0b-3e3b-4026-a631-260250aad91f?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:28: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": "b67e7fa8-69b8-471a-a6c0-ded739c44920", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092854Z:b67e7fa8-69b8-471a-a6c0-ded739c44920", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-2", - "name": "sdk-py-tests-acc-1-88d22fd3/sdk-py-tests-snapshot-policy-2", - "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A28%3A23.4012806Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:27:43.5927195Z" - }, - "properties": { - "enabled": false, - "hourlySchedule": { - "snapshotsToKeep": 1, - "minute": 50 - }, - "dailySchedule": {}, - "weeklySchedule": {}, - "monthlySchedule": {}, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:27:44.6732924Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:27:44.6732924Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "302", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:28:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "612ad9b5-5c66-4227-93d5-67dd86be0d4d", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092859Z:612ad9b5-5c66-4227-93d5-67dd86be0d4d" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-2\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:28: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": "de998c6f-48d6-4882-bf54-7699dddfb260", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092859Z:de998c6f-48d6-4882-bf54-7699dddfb260", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/b549a271-6407-4dfc-b232-6a0e7b304edb?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 09:28:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b549a271-6407-4dfc-b232-6a0e7b304edb?api-version=2022-05-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": "47399206-2282-4966-bdc1-b2438d6e77bd", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092900Z:47399206-2282-4966-bdc1-b2438d6e77bd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b549a271-6407-4dfc-b232-6a0e7b304edb?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09: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": "cdd74075-6c43-49d8-8507-379923750d04", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092930Z:cdd74075-6c43-49d8-8507-379923750d04", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b549a271-6407-4dfc-b232-6a0e7b304edb", - "name": "b549a271-6407-4dfc-b232-6a0e7b304edb", - "status": "Succeeded", - "startTime": "2022-09-19T09:29:00.4505856Z", - "endTime": "2022-09-19T09:29:00.5130908Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b549a271-6407-4dfc-b232-6a0e7b304edb?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:29: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": "52319d97-4038-473b-b3c4-fbcdef03ae8b", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092931Z:52319d97-4038-473b-b3c4-fbcdef03ae8b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3", - "name": "sdk-py-tests-acc-1-88d22fd3", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A29%3A00.448126Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:27:05.0419778Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:27:07.3441768Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:27:07.3441768Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "254", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:29:31 GMT", + "Date": "Fri, 14 Oct 2022 01: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": "3185c62a-752c-43e5-9e39-e8479783eac3", + "x-ms-correlation-request-id": "f1dbb00b-dd87-4538-8aae-68a452e0ee6a", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T092931Z:3185c62a-752c-43e5-9e39-e8479783eac3" + "x-ms-routing-request-id": "CENTRALUS:20221014T010913Z:f1dbb00b-dd87-4538-8aae-68a452e0ee6a" }, "ResponseBody": { "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3\u0027 under resource group \u0027sdk-python-tests-rg-tmp\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } } } 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 000b1cbeeffa..c75651bd488c 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:31:53 GMT", + "Date": "Fri, 14 Oct 2022 01:09:14 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.13672.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:31:53 GMT", + "Date": "Fri, 14 Oct 2022 01:09:14 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.13622.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13845.9 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "d436cff6-a44f-474a-a10c-00a8d05c46b9", + "client-request-id": "7a066058-1dbc-4a1f-9c32-626d127923d0", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "d436cff6-a44f-474a-a10c-00a8d05c46b9", + "client-request-id": "7a066058-1dbc-4a1f-9c32-626d127923d0", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:31:53 GMT", + "Date": "Fri, 14 Oct 2022 01:09:14 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -221,725 +224,29 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2" }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c98168d7-f2a1-4942-9a38-64b6edda3c0e?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "705", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:32:04 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A32%3A00.001995Z\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": "bca2897a-870f-4054-a3e4-73c2691d871c", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093204Z:bca2897a-870f-4054-a3e4-73c2691d871c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a", - "name": "sdk-py-tests-acc-1-e9f2309a", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A32%3A00.001995Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:31:56.9934084Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:31:59.0958999Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:31:59.0958999Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c98168d7-f2a1-4942-9a38-64b6edda3c0e?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:32: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": "a6bfb468-cf14-4b1d-8231-3b33b941ee55", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093235Z:a6bfb468-cf14-4b1d-8231-3b33b941ee55", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c98168d7-f2a1-4942-9a38-64b6edda3c0e", - "name": "c98168d7-f2a1-4942-9a38-64b6edda3c0e", - "status": "Succeeded", - "startTime": "2022-09-19T09:31:59.997501Z", - "endTime": "2022-09-19T09:32:00.0443878Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:32:34 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A32%3A00.0507235Z\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": "1cc51d71-5bb3-49bc-8b13-854da39fcf5f", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093235Z:1cc51d71-5bb3-49bc-8b13-854da39fcf5f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a", - "name": "sdk-py-tests-acc-1-e9f2309a", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A32%3A00.0507235Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:31:56.9934084Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:31:59.0958999Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:31:59.0958999Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "179", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "hourlySchedule": { - "snapshotsToKeep": 1, - "minute": 50 - }, - "dailySchedule": {}, - "weeklySchedule": {}, - "monthlySchedule": {}, - "enabled": false - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fdc788ae-a82a-43a1-bce4-d8ceb09b84ac?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "929", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:32:45 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A32%3A37.4955997Z\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": "f54ad555-a6cf-4436-8a05-5fe1500b838a", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093245Z:f54ad555-a6cf-4436-8a05-5fe1500b838a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1", - "name": "sdk-py-tests-acc-1-e9f2309a/sdk-py-tests-snapshot-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A32%3A37.4955997Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:32:36.1161391Z" - }, - "properties": { - "enabled": false, - "hourlySchedule": { - "snapshotsToKeep": 1, - "minute": 50 - }, - "dailySchedule": {}, - "weeklySchedule": {}, - "monthlySchedule": {}, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:32:37.3032017Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:32:37.3032017Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "190", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "hourlySchedule": {}, - "dailySchedule": { - "snapshotsToKeep": 1, - "hour": 1, - "minute": 50 - }, - "weeklySchedule": {}, - "monthlySchedule": {}, - "enabled": false - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d567f548-218e-48cc-8802-6de9c6314b63?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "929", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:32:45 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A32%3A45.7234289Z\u0027\u0022", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d567f548-218e-48cc-8802-6de9c6314b63?api-version=2022-05-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": "78515414-d36b-4a1f-b20f-218d25fba106", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093245Z:78515414-d36b-4a1f-b20f-218d25fba106", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1", - "name": "sdk-py-tests-acc-1-e9f2309a/sdk-py-tests-snapshot-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A32%3A45.7234289Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:32:36.1161391Z" - }, - "properties": { - "provisioningState": "Patching", - "enabled": false, - "hourlySchedule": { - "snapshotsToKeep": 1, - "minute": 50 - }, - "dailySchedule": {}, - "weeklySchedule": {}, - "monthlySchedule": {} - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:32:37.3032017Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:32:37.3032017Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d567f548-218e-48cc-8802-6de9c6314b63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:33: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": "edf20e89-03ae-4c08-90be-ec37e7cf4f27", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093316Z:edf20e89-03ae-4c08-90be-ec37e7cf4f27", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d567f548-218e-48cc-8802-6de9c6314b63", - "name": "d567f548-218e-48cc-8802-6de9c6314b63", - "status": "Succeeded", - "startTime": "2022-09-19T09:32:45.7238717Z", - "endTime": "2022-09-19T09:32:45.8487865Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d567f548-218e-48cc-8802-6de9c6314b63?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:33: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": "d49a7b06-cad7-4600-81b7-edbeecda1dc9", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093316Z:d49a7b06-cad7-4600-81b7-edbeecda1dc9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1", - "name": "sdk-py-tests-acc-1-e9f2309a/sdk-py-tests-snapshot-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A32%3A45.8483542Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:32:45.4344070Z" - }, - "properties": { - "enabled": false, - "hourlySchedule": { - "snapshotsToKeep": 1, - "minute": 50 - }, - "dailySchedule": { - "snapshotsToKeep": 1, - "hour": 1, - "minute": 50 - }, - "weeklySchedule": {}, - "monthlySchedule": {}, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:32:37.3032017Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:32:45.5984236Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/e1b3c2b0-ad35-4f20-8b30-aac3926a1996?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 09:33:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e1b3c2b0-ad35-4f20-8b30-aac3926a1996?api-version=2022-05-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": "0b40d00d-9471-41b0-a47d-6f7c692cf893", - "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093317Z:0b40d00d-9471-41b0-a47d-6f7c692cf893", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e1b3c2b0-ad35-4f20-8b30-aac3926a1996?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:33: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": "2ba49fa3-a86a-4f41-b999-d462ee25a45a", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093347Z:2ba49fa3-a86a-4f41-b999-d462ee25a45a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e1b3c2b0-ad35-4f20-8b30-aac3926a1996", - "name": "e1b3c2b0-ad35-4f20-8b30-aac3926a1996", - "status": "Succeeded", - "startTime": "2022-09-19T09:33:16.9860734Z", - "endTime": "2022-09-19T09:33:17.0330096Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e1b3c2b0-ad35-4f20-8b30-aac3926a1996?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09: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": "6c66d22b-3a3e-4ce0-bac2-1474160145e0", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093347Z:6c66d22b-3a3e-4ce0-bac2-1474160145e0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1", - "name": "sdk-py-tests-acc-1-e9f2309a/sdk-py-tests-snapshot-policy-1", - "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A33%3A16.9877578Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:32:45.4344070Z" - }, - "properties": { - "enabled": false, - "hourlySchedule": { - "snapshotsToKeep": 1, - "minute": 50 - }, - "dailySchedule": { - "snapshotsToKeep": 1, - "hour": 1, - "minute": 50 - }, - "weeklySchedule": {}, - "monthlySchedule": {}, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:32:37.3032017Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:32:45.5984236Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "302", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:33:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dceb53db-4f89-4229-b178-fa28439e9294", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093352Z:dceb53db-4f89-4229-b178-fa28439e9294" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/07c8f6da-7544-41a1-bf44-8f0c8525beb9?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 09:33:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07c8f6da-7544-41a1-bf44-8f0c8525beb9?api-version=2022-05-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": "463ed484-8f16-45a6-9d4f-9c90a6dfa731", - "x-ms-ratelimit-remaining-subscription-deletes": "14991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093353Z:463ed484-8f16-45a6-9d4f-9c90a6dfa731", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07c8f6da-7544-41a1-bf44-8f0c8525beb9?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:34: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": "ca1f9acb-1e70-4247-9268-0d0d5a886140", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093424Z:ca1f9acb-1e70-4247-9268-0d0d5a886140", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07c8f6da-7544-41a1-bf44-8f0c8525beb9", - "name": "07c8f6da-7544-41a1-bf44-8f0c8525beb9", - "status": "Succeeded", - "startTime": "2022-09-19T09:33:53.6237741Z", - "endTime": "2022-09-19T09:33:53.6705507Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07c8f6da-7544-41a1-bf44-8f0c8525beb9?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:34: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": "7fbc089a-907d-4f09-a48d-b58825a64be4", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093424Z:7fbc089a-907d-4f09-a48d-b58825a64be4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a", - "name": "sdk-py-tests-acc-1-e9f2309a", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A33%3A53.6298865Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:31:56.9934084Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:31:59.0958999Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:31:59.0958999Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "254", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:34:23 GMT", + "Date": "Fri, 14 Oct 2022 01:09:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d6bfe7c7-963f-4d58-b9d2-3b8d91453238", + "x-ms-correlation-request-id": "a9fc4533-2855-494c-b100-b0aadc04c102", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T093424Z:d6bfe7c7-963f-4d58-b9d2-3b8d91453238" + "x-ms-routing-request-id": "CENTRALUS:20221014T010915Z:a9fc4533-2855-494c-b100-b0aadc04c102" }, "ResponseBody": { "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a\u0027 under resource group \u0027sdk-python-tests-rg-tmp\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } } } 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 index a09c35288982..c392e78ed89b 100644 --- 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 @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:49:06 GMT", + "Date": "Fri, 14 Oct 2022 01:09:19 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.13672.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:49:06 GMT", + "Date": "Fri, 14 Oct 2022 01:09:19 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.13622.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13845.9 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "3aa503c0-494c-47d8-8fc7-1f889299b17d", + "client-request-id": "62e7935a-b900-4091-a74f-e8e87afab4be", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "3aa503c0-494c-47d8-8fc7-1f889299b17d", + "client-request-id": "62e7935a-b900-4091-a74f-e8e87afab4be", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:49:06 GMT", + "Date": "Fri, 14 Oct 2022 01:09:19 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -213,7 +216,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -221,7 +224,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2", @@ -233,2564 +236,26 @@ } } }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/acda390c-1904-45f9-8d3b-d54c8ed8ba2f?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "748", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:49:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b7ddc378-edc5-4102-9ab5-94c01edffbb5", - "x-ms-correlation-request-id": "8f920000-c0ce-4a99-a80c-5e7e51ad857d", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094912Z:8f920000-c0ce-4a99-a80c-5e7e51ad857d" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-6b727b0", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0", - "etag": "W/\u0022d29a34fd-5789-4599-9969-80bf6fc9ad67\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:49:08.3152829Z" - }, - "properties": { - "provisioningState": "Updating", - "resourceGuid": "a0081959-99e8-4c32-82ba-f86364b97bb6", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/acda390c-1904-45f9-8d3b-d54c8ed8ba2f?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:49:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dafa85e1-3cae-47a5-82ac-493086a9c6cf", - "x-ms-correlation-request-id": "70caefdc-00e5-44ec-9f93-7e470ca8ae06", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094916Z:70caefdc-00e5-44ec-9f93-7e470ca8ae06" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:49:16 GMT", - "ETag": "W/\u00226bf9ab52-1804-4023-98ab-1cd87a8c3999\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cfacf7e6-8392-4b7d-accd-5c3b74efbd9f", - "x-ms-correlation-request-id": "e816c7bb-6b59-4c9f-b601-b97c22374758", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094916Z:e816c7bb-6b59-4c9f-b601-b97c22374758" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-6b727b0", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0", - "etag": "W/\u00226bf9ab52-1804-4023-98ab-1cd87a8c3999\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:49:08.3152829Z" - }, - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "a0081959-99e8-4c32-82ba-f86364b97bb6", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default?api-version=2022-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "151", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "properties": { - "serviceName": "Microsoft.Netapp/volumes" - } - } - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/66acdac4-1d37-404c-b9c1-5e3ce0566f31?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1324", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:49:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "113e7f36-24ef-4fbf-83cd-f75c4b5fabd2", - "x-ms-correlation-request-id": "5d80ae2e-eb6f-453b-8b70-cfc1a31cdbb7", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094917Z:5d80ae2e-eb6f-453b-8b70-cfc1a31cdbb7" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default", - "etag": "W/\u0022ca0edda3-6c4f-4e04-bbd7-e48e81412c30\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022ca0edda3-6c4f-4e04-bbd7-e48e81412c30\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/66acdac4-1d37-404c-b9c1-5e3ce0566f31?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:49:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3bd03b86-e100-4bb7-80ce-c886c6286a0f", - "x-ms-correlation-request-id": "744d061b-8732-4b48-9e8b-4586c6c2dc96", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094920Z:744d061b-8732-4b48-9e8b-4586c6c2dc96" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:49:20 GMT", - "ETag": "W/\u002226cf3a42-fe04-49a5-bf27-3bdf80724f2b\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2112a8cb-e7a8-47ee-a5c2-09b719fe78dd", - "x-ms-correlation-request-id": "241f7bbe-f537-49e5-9ced-93275f1d1989", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094920Z:241f7bbe-f537-49e5-9ced-93275f1d1989" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default", - "etag": "W/\u002226cf3a42-fe04-49a5-bf27-3bdf80724f2b\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002226cf3a42-fe04-49a5-bf27-3bdf80724f2b\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 09:49:20 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.13672.7 - NEULR1 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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 09:49:20 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.13622.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": "2aa6a8d9-b10f-42a1-9338-62b34bd245fd", - "Connection": "keep-alive", - "Content-Length": "281", - "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.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.18.0", - "x-ms-lib-capability": "retry-after, h429" - }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "2aa6a8d9-b10f-42a1-9338-62b34bd245fd", - "Content-Length": "114", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:49:20 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.13672.7 - 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4159cf13-e28f-4280-9d90-5a5c5999b80a?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "702", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:49:24 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A49%3A24.2956375Z\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": "0201f599-376c-4cb8-8a6b-21d0bbec3bb3", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094925Z:0201f599-376c-4cb8-8a6b-21d0bbec3bb3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0", - "name": "sdk-py-tests-acc-1-6b727b0", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A49%3A24.2956375Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:49:21.9801031Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:49:23.331113Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:49:23.331113Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4159cf13-e28f-4280-9d90-5a5c5999b80a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:49: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": "9b75b384-4856-4464-8a94-fe9c840aba39", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094955Z:9b75b384-4856-4464-8a94-fe9c840aba39", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4159cf13-e28f-4280-9d90-5a5c5999b80a", - "name": "4159cf13-e28f-4280-9d90-5a5c5999b80a", - "status": "Succeeded", - "startTime": "2022-09-19T09:49:24.2913586Z", - "endTime": "2022-09-19T09:49:24.3694916Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:49:55 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A49%3A24.3759667Z\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": "38f800c5-28ec-468e-a57d-7505a3eec003", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094956Z:38f800c5-28ec-468e-a57d-7505a3eec003", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0", - "name": "sdk-py-tests-acc-1-6b727b0", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A49%3A24.3759667Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:49:21.9801031Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:49:23.331113Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:49:23.331113Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/955240e0-0763-4322-9959-48685266c29c?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "920", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:49:57 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A49%3A57.4625925Z\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": "6d71c1a4-0faa-4b94-a500-f8a62784f0e2", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20220919T094958Z:6d71c1a4-0faa-4b94-a500-f8a62784f0e2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A49%3A57.4625925Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:49:56.3182898Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:49:57.2644751Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:49:57.2644751Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/955240e0-0763-4322-9959-48685266c29c?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 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": "ee5b24e0-2878-443d-9fab-07612b951547", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095028Z:ee5b24e0-2878-443d-9fab-07612b951547", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/955240e0-0763-4322-9959-48685266c29c", - "name": "955240e0-0763-4322-9959-48685266c29c", - "status": "Succeeded", - "startTime": "2022-09-19T09:49:57.4652523Z", - "endTime": "2022-09-19T09:49:58.5277936Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:50:29 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A49%3A58.535547Z\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": "1bb124ac-6683-46f1-9a87-b3eaf8af6228", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095029Z:1bb124ac-6683-46f1-9a87-b3eaf8af6228", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A49%3A58.535547Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:49:56.3182898Z" - }, - "properties": { - "poolId": "ef1eb95b-a79c-fe06-b361-6a87ff8f2932", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:49:57.2644751Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:49:57.2644751Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "812", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "creationToken": "sdk-py-tests-vol-3-6b727b0", - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/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/westus2/operationResults/d5fa5956-c5bb-49fb-9410-c686faf40c4b?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1608", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:50:34 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A50%3A30.7574756Z\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": "96ca2d16-064b-4b45-b619-921f28aa8673", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095034Z:96ca2d16-064b-4b45-b619-921f28aa8673", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0", - "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-6b727b0", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A50%3A30.7574756Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:50:29.5191626Z" - }, - "properties": { - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-6b727b0", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/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": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:50:30.4889325Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:50:30.4889325Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5fa5956-c5bb-49fb-9410-c686faf40c4b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:51: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": "b2c47a21-1c28-46ca-a720-ada193033c42", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095104Z:b2c47a21-1c28-46ca-a720-ada193033c42", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5fa5956-c5bb-49fb-9410-c686faf40c4b", - "name": "d5fa5956-c5bb-49fb-9410-c686faf40c4b", - "status": "Creating", - "startTime": "2022-09-19T09:50:30.7618617Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5fa5956-c5bb-49fb-9410-c686faf40c4b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:51: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": "4f08acec-8d75-4125-ba57-6fc72d93fe5c", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095134Z:4f08acec-8d75-4125-ba57-6fc72d93fe5c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5fa5956-c5bb-49fb-9410-c686faf40c4b", - "name": "d5fa5956-c5bb-49fb-9410-c686faf40c4b", - "status": "Creating", - "startTime": "2022-09-19T09:50:30.7618617Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5fa5956-c5bb-49fb-9410-c686faf40c4b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:52: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": "fb61cb2e-fda9-4733-ae0f-8eaacac1981c", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095205Z:fb61cb2e-fda9-4733-ae0f-8eaacac1981c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5fa5956-c5bb-49fb-9410-c686faf40c4b", - "name": "d5fa5956-c5bb-49fb-9410-c686faf40c4b", - "status": "Creating", - "startTime": "2022-09-19T09:50:30.7618617Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5fa5956-c5bb-49fb-9410-c686faf40c4b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:52: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": "874f4ba2-3dbd-4225-908c-6589160801f7", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095235Z:874f4ba2-3dbd-4225-908c-6589160801f7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5fa5956-c5bb-49fb-9410-c686faf40c4b", - "name": "d5fa5956-c5bb-49fb-9410-c686faf40c4b", - "status": "Creating", - "startTime": "2022-09-19T09:50:30.7618617Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5fa5956-c5bb-49fb-9410-c686faf40c4b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:53: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": "4a494131-ef17-4095-959f-f7768d2ee2f8", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095305Z:4a494131-ef17-4095-959f-f7768d2ee2f8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5fa5956-c5bb-49fb-9410-c686faf40c4b", - "name": "d5fa5956-c5bb-49fb-9410-c686faf40c4b", - "status": "Creating", - "startTime": "2022-09-19T09:50:30.7618617Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5fa5956-c5bb-49fb-9410-c686faf40c4b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:53: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": "bc9c1aa6-d82e-445d-9df5-1ee6946f26e9", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095335Z:bc9c1aa6-d82e-445d-9df5-1ee6946f26e9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5fa5956-c5bb-49fb-9410-c686faf40c4b", - "name": "d5fa5956-c5bb-49fb-9410-c686faf40c4b", - "status": "Creating", - "startTime": "2022-09-19T09:50:30.7618617Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5fa5956-c5bb-49fb-9410-c686faf40c4b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:54: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": "55f6690a-9550-40c8-a3d3-771659584dec", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095406Z:55f6690a-9550-40c8-a3d3-771659584dec", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5fa5956-c5bb-49fb-9410-c686faf40c4b", - "name": "d5fa5956-c5bb-49fb-9410-c686faf40c4b", - "status": "Creating", - "startTime": "2022-09-19T09:50:30.7618617Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5fa5956-c5bb-49fb-9410-c686faf40c4b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 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": "9e0e4a5b-b073-4d33-9e60-853af052795b", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095437Z:9e0e4a5b-b073-4d33-9e60-853af052795b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5fa5956-c5bb-49fb-9410-c686faf40c4b", - "name": "d5fa5956-c5bb-49fb-9410-c686faf40c4b", - "status": "Succeeded", - "startTime": "2022-09-19T09:50:30.7618617Z", - "endTime": "2022-09-19T09:54:36.0539775Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:54:36 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T09%3A54%3A36.0469233Z\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": "b9e70ebf-fb16-4ccf-a2a0-4a48c37a7bea", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095437Z:b9e70ebf-fb16-4ccf-a2a0-4a48c37a7bea", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0", - "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-6b727b0", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A54%3A36.0469233Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:50:29.5191626Z" - }, - "properties": { - "fileSystemId": "5a27560d-802e-53da-d17b-f9c0bc648eca", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-6b727b0", - "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_8f82c7b40509489d9e97d719b9b955b4_d60b9c33", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "5a27560d-802e-53da-d17b-f9c0bc648eca", - "fileSystemId": "5a27560d-802e-53da-d17b-f9c0bc648eca", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Enabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:50:30.4889325Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:50:30.4889325Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-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/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/b48333ad-b049-4a91-80aa-e211b072aba5?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "540", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:54:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b48333ad-b049-4a91-80aa-e211b072aba5?api-version=2022-05-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": "18710465-6146-4718-b85f-b33cb0c010c5", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095438Z:18710465-6146-4718-b85f-b33cb0c010c5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1", - "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-6b727b0/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/westus2/operationResults/b48333ad-b049-4a91-80aa-e211b072aba5?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:55: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": "7518a846-189b-48c8-8746-5cc28d267301", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095508Z:7518a846-189b-48c8-8746-5cc28d267301", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b48333ad-b049-4a91-80aa-e211b072aba5", - "name": "b48333ad-b049-4a91-80aa-e211b072aba5", - "status": "Succeeded", - "startTime": "2022-09-19T09:54:38.0110814Z", - "endTime": "2022-09-19T09:54:38.714257Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 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": "bd0eff8e-8aa0-4efe-bef4-d924558f7183", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095509Z:bd0eff8e-8aa0-4efe-bef4-d924558f7183", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1", - "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-6b727b0/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-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/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/403dd64b-833a-493f-afab-1468ea62dc0d?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "545", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 09:55:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/403dd64b-833a-493f-afab-1468ea62dc0d?api-version=2022-05-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": "8ed10732-ed0e-4e97-b954-614e37b1cc9f", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095510Z:8ed10732-ed0e-4e97-b954-614e37b1cc9f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1", - "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-6b727b0/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/westus2/operationResults/403dd64b-833a-493f-afab-1468ea62dc0d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:55: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": "e1c76ff2-eaa1-491e-83e6-180dd3d661db", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095540Z:e1c76ff2-eaa1-491e-83e6-180dd3d661db", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/403dd64b-833a-493f-afab-1468ea62dc0d", - "name": "403dd64b-833a-493f-afab-1468ea62dc0d", - "status": "Succeeded", - "startTime": "2022-09-19T09:55:10.1492206Z", - "endTime": "2022-09-19T09:55:10.6873209Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:55: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": "7b3ca8e9-a712-437d-bad7-960d79aedfd0", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095541Z:7b3ca8e9-a712-437d-bad7-960d79aedfd0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1", - "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-6b727b0/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:55: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": "b88315b6-c890-49cc-8d2f-651babd8841f", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095542Z:b88315b6-c890-49cc-8d2f-651babd8841f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1", - "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-6b727b0/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/1d682b32-6628-432c-bbd6-6b6ee297d865?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 09:55:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d682b32-6628-432c-bbd6-6b6ee297d865?api-version=2022-05-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": "8d77fc3c-a26f-41ce-abe5-9afca20bc49c", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095542Z:8d77fc3c-a26f-41ce-abe5-9afca20bc49c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d682b32-6628-432c-bbd6-6b6ee297d865?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:56: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": "55e5590c-7532-4b7d-83a7-36e7b0308977", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095613Z:55e5590c-7532-4b7d-83a7-36e7b0308977", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d682b32-6628-432c-bbd6-6b6ee297d865", - "name": "1d682b32-6628-432c-bbd6-6b6ee297d865", - "status": "Succeeded", - "startTime": "2022-09-19T09:55:42.7294407Z", - "endTime": "2022-09-19T09:55:43.1213616Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:56: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": "a3301c5c-fbc2-4b07-9cf2-28993a26faf7", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095613Z:a3301c5c-fbc2-4b07-9cf2-28993a26faf7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/3181ef5d-1230-451b-9bef-313a70f4a7e8?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 09:56:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3181ef5d-1230-451b-9bef-313a70f4a7e8?api-version=2022-05-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": "c8b08b96-acd7-4b16-a943-1c4c356ed0bd", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095614Z:c8b08b96-acd7-4b16-a943-1c4c356ed0bd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3181ef5d-1230-451b-9bef-313a70f4a7e8?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:56: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": "65d2bcc6-1b3e-4a51-8968-dc0bf94da404", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095644Z:65d2bcc6-1b3e-4a51-8968-dc0bf94da404", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3181ef5d-1230-451b-9bef-313a70f4a7e8", - "name": "3181ef5d-1230-451b-9bef-313a70f4a7e8", - "status": "Deleting", - "startTime": "2022-09-19T09:56:14.2954989Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3181ef5d-1230-451b-9bef-313a70f4a7e8?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:57: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": "0400ec60-3c24-4e76-a6a1-92a3e8cb313c", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095714Z:0400ec60-3c24-4e76-a6a1-92a3e8cb313c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3181ef5d-1230-451b-9bef-313a70f4a7e8", - "name": "3181ef5d-1230-451b-9bef-313a70f4a7e8", - "status": "Deleting", - "startTime": "2022-09-19T09:56:14.2954989Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3181ef5d-1230-451b-9bef-313a70f4a7e8?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09: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": "717d3b7c-74c8-451e-9219-ff23eb39c856", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095745Z:717d3b7c-74c8-451e-9219-ff23eb39c856", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3181ef5d-1230-451b-9bef-313a70f4a7e8", - "name": "3181ef5d-1230-451b-9bef-313a70f4a7e8", - "status": "Deleting", - "startTime": "2022-09-19T09:56:14.2954989Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3181ef5d-1230-451b-9bef-313a70f4a7e8?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:58: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": "17b94589-2ce5-43c0-ba2a-d88532683c43", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095815Z:17b94589-2ce5-43c0-ba2a-d88532683c43", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3181ef5d-1230-451b-9bef-313a70f4a7e8", - "name": "3181ef5d-1230-451b-9bef-313a70f4a7e8", - "status": "Succeeded", - "startTime": "2022-09-19T09:56:14.2954989Z", - "endTime": "2022-09-19T09:58:07.222087Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3181ef5d-1230-451b-9bef-313a70f4a7e8?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 09:58: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": "6489c27c-ac85-49dc-b35e-457f1d866b09", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "WESTEUROPE:20220919T095816Z:6489c27c-ac85-49dc-b35e-457f1d866b09", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0", - "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-6b727b0", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T09%3A57%3A50.1077404Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:50:29.5191626Z" - }, - "properties": { - "fileSystemId": "5a27560d-802e-53da-d17b-f9c0bc648eca", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-6b727b0", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_d60b9c33", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0", - "poolId": "ef1eb95b-a79c-fe06-b361-6a87ff8f2932", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "5a27560d-802e-53da-d17b-f9c0bc648eca", - "fileSystemId": "5a27560d-802e-53da-d17b-f9c0bc648eca", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:50:30.4889325Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:50:30.4889325Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "322", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:01:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f2316f6-0d07-4faf-9f7a-4e753e2743f3", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100138Z:8f2316f6-0d07-4faf-9f7a-4e753e2743f3" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/69c96379-3f83-4729-b0b0-816fe41a91da?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 10:01:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69c96379-3f83-4729-b0b0-816fe41a91da?api-version=2022-05-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": "d8b8a178-4ff9-4ee1-8a58-4c5d85f88b6f", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100150Z:d8b8a178-4ff9-4ee1-8a58-4c5d85f88b6f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69c96379-3f83-4729-b0b0-816fe41a91da?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 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": "9719f7f1-8822-4652-88f3-62678af9c6be", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100220Z:9719f7f1-8822-4652-88f3-62678af9c6be", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69c96379-3f83-4729-b0b0-816fe41a91da", - "name": "69c96379-3f83-4729-b0b0-816fe41a91da", - "status": "Succeeded", - "startTime": "2022-09-19T10:01:50.0538857Z", - "endTime": "2022-09-19T10:01:51.1792041Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69c96379-3f83-4729-b0b0-816fe41a91da?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 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": "2db95e6b-174f-4258-85ba-184ac56ae65c", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100220Z:2db95e6b-174f-4258-85ba-184ac56ae65c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A01%3A50.0523619Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:49:56.3182898Z" - }, - "properties": { - "poolId": "ef1eb95b-a79c-fe06-b361-6a87ff8f2932", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:49:57.2644751Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:49:57.2644751Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 10:02:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ee03f4c-621d-4590-a3ed-c6dc21a4e480", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100231Z:0ee03f4c-621d-4590-a3ed-c6dc21a4e480" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 10:02:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b0c307d7-9b50-4fbd-92b9-58ae9cc9c848", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100241Z:b0c307d7-9b50-4fbd-92b9-58ae9cc9c848" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 10:02:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c876ce4-c966-4fc3-88af-ad600ad4f7cc", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100251Z:4c876ce4-c966-4fc3-88af-ad600ad4f7cc" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 10:03:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aca23c98-1fea-407f-a4bc-eff5c972ac5e", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100302Z:aca23c98-1fea-407f-a4bc-eff5c972ac5e" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "287", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:03:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a006945-d6ac-48f7-aeec-c2258d044f44", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100312Z:5a006945-d6ac-48f7-aeec-c2258d044f44" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/45145219-eed2-4236-b629-14004334b55b?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 10:03:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/45145219-eed2-4236-b629-14004334b55b?api-version=2022-05-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": "dfd2634a-4bd6-4d27-a374-087684feab83", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100313Z:dfd2634a-4bd6-4d27-a374-087684feab83", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/45145219-eed2-4236-b629-14004334b55b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:03: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": "21d98bb2-13e1-49b0-86f4-909ef73197b1", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100344Z:21d98bb2-13e1-49b0-86f4-909ef73197b1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/45145219-eed2-4236-b629-14004334b55b", - "name": "45145219-eed2-4236-b629-14004334b55b", - "status": "Succeeded", - "startTime": "2022-09-19T10:03:13.7645367Z", - "endTime": "2022-09-19T10:03:13.8427462Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/45145219-eed2-4236-b629-14004334b55b?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:03: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": "d5e1dbf6-9697-429e-bbd5-6da33839c76e", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100344Z:d5e1dbf6-9697-429e-bbd5-6da33839c76e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0", - "name": "sdk-py-tests-acc-1-6b727b0", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A03%3A13.7643354Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T09:49:21.9801031Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T09:49:23.331113Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T09:49:23.331113Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "253", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:03:44 GMT", + "Date": "Fri, 14 Oct 2022 01:09:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "72fde955-770f-444e-8d2a-1b2ee29c9704", + "x-ms-correlation-request-id": "47e8b00d-84c7-4fc9-a92c-d17752be3d64", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100344Z:72fde955-770f-444e-8d2a-1b2ee29c9704" + "x-ms-routing-request-id": "CENTRALUS:20221014T010920Z:47e8b00d-84c7-4fc9-a92c-d17752be3d64" }, "ResponseBody": { "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0\u0027 under resource group \u0027sdk-python-tests-rg-tmp\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0?api-version=2022-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4ebcd242-feff-49fe-b5c2-7f06a7ab4b33?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 10:03:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/4ebcd242-feff-49fe-b5c2-7f06a7ab4b33?api-version=2022-01-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6d4fa7c5-555c-4db9-bf09-760e8c2da709", - "x-ms-correlation-request-id": "9d8b4549-736f-4b0f-b3d6-b97ac0a38cbb", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100345Z:9d8b4549-736f-4b0f-b3d6-b97ac0a38cbb" - }, - "ResponseBody": null } ], "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 index b75e907f9256..7dc828b06311 100644 --- 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 @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:20:22 GMT", + "Date": "Fri, 14 Oct 2022 01:09:26 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.13672.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:20:22 GMT", + "Date": "Fri, 14 Oct 2022 01:09:26 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.13672.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13845.9 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "874f65d7-50df-46e6-b36e-8dcb25de3b27", + "client-request-id": "3a482751-a02d-41d9-9550-b630225e081b", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "874f65d7-50df-46e6-b36e-8dcb25de3b27", + "client-request-id": "3a482751-a02d-41d9-9550-b630225e081b", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:20:22 GMT", + "Date": "Fri, 14 Oct 2022 01:09:26 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -213,7 +216,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -221,7 +224,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2", @@ -233,2373 +236,26 @@ } } }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/44a2d5a3-43c0-44a5-98a9-0a5703c00b31?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "750", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:20:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6498d8e0-0336-477f-abcd-8a4b857c1c7f", - "x-ms-correlation-request-id": "002cf1aa-e0f3-49ff-97ee-e949c8e0828c", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102028Z:002cf1aa-e0f3-49ff-97ee-e949c8e0828c" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-8b73262e", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e", - "etag": "W/\u0022d7942bcf-e401-488d-bc2f-e7218628c108\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:20:24.9365118Z" - }, - "properties": { - "provisioningState": "Updating", - "resourceGuid": "d4fe6c54-b0a3-43b3-a2e1-e90747d83597", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/44a2d5a3-43c0-44a5-98a9-0a5703c00b31?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:20:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ced92b35-b62c-4a2b-82d9-40d6bd54254c", - "x-ms-correlation-request-id": "9c6a8806-259f-4d2e-943f-b56edc647361", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102032Z:9c6a8806-259f-4d2e-943f-b56edc647361" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:20:32 GMT", - "ETag": "W/\u00227c9a2c1a-2588-434c-8f46-e05b3089eb40\u0022", + "Date": "Fri, 14 Oct 2022 01:09:26 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cb32bc8e-c3b6-4d1e-9ace-78c8488cce10", - "x-ms-correlation-request-id": "ae33921f-fde1-4e06-aac3-70ffa3dfe627", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102032Z:ae33921f-fde1-4e06-aac3-70ffa3dfe627" + "x-ms-correlation-request-id": "b37329a3-c12c-4341-af1e-848a92db57cc", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "CENTRALUS:20221014T010927Z:b37329a3-c12c-4341-af1e-848a92db57cc" }, "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-8b73262e", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e", - "etag": "W/\u00227c9a2c1a-2588-434c-8f46-e05b3089eb40\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:20:24.9365118Z" - }, - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "d4fe6c54-b0a3-43b3-a2e1-e90747d83597", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default?api-version=2022-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "151", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "properties": { - "serviceName": "Microsoft.Netapp/volumes" - } - } - ] + "error": { + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/689cde22-4a6f-44e1-9d9b-5fd62373a450?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1326", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:20:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e0be851c-50b9-47f9-994a-8765bc4a7e06", - "x-ms-correlation-request-id": "1fd6479f-72e8-42c4-bbe2-62f088728cea", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102033Z:1fd6479f-72e8-42c4-bbe2-62f088728cea" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default", - "etag": "W/\u0022552f6c21-06af-47d6-bda9-1e9c47d5d405\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022552f6c21-06af-47d6-bda9-1e9c47d5d405\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/689cde22-4a6f-44e1-9d9b-5fd62373a450?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:20:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c5529caf-e576-48b7-be13-71c93f6e5a04", - "x-ms-correlation-request-id": "3d4c47e6-9c4a-4619-b9be-c25fb7648b82", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102036Z:3d4c47e6-9c4a-4619-b9be-c25fb7648b82" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:20:36 GMT", - "ETag": "W/\u002230324379-10b3-41d0-bb83-0002e63dc4a0\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e40c8834-9746-4e92-8226-b5418639cf49", - "x-ms-correlation-request-id": "18b2918f-e18d-4d1a-8976-4b5f3b7d1216", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102036Z:18b2918f-e18d-4d1a-8976-4b5f3b7d1216" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default", - "etag": "W/\u002230324379-10b3-41d0-bb83-0002e63dc4a0\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002230324379-10b3-41d0-bb83-0002e63dc4a0\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 10:20:36 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.13672.7 - NEULR1 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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 10:20:36 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.13622.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": "77103802-dce9-484f-a4fa-1cb1cbbadd2d", - "Connection": "keep-alive", - "Content-Length": "281", - "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.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.18.0", - "x-ms-lib-capability": "retry-after, h429" - }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "77103802-dce9-484f-a4fa-1cb1cbbadd2d", - "Content-Length": "114", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:20:36 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.13672.7 - WEULR2 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/355ed4cf-580a-4014-bb7a-668fa5eeb539?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:20:41 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T10%3A20%3A40.2631173Z\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": "09edcb31-c00f-48c5-b7ef-6cd0032fc845", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102041Z:09edcb31-c00f-48c5-b7ef-6cd0032fc845", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e", - "name": "sdk-py-tests-acc-1-8b73262e", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A20%3A40.2631173Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:20:38.1479126Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:20:39.3718998Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:20:39.3718998Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/355ed4cf-580a-4014-bb7a-668fa5eeb539?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:21: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": "c187241e-ded3-40fc-b616-ea47dd109b75", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102111Z:c187241e-ded3-40fc-b616-ea47dd109b75", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/355ed4cf-580a-4014-bb7a-668fa5eeb539", - "name": "355ed4cf-580a-4014-bb7a-668fa5eeb539", - "status": "Succeeded", - "startTime": "2022-09-19T10:20:40.2473457Z", - "endTime": "2022-09-19T10:20:40.2942292Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:21:11 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T10%3A20%3A40.2993545Z\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": "2474ec3a-cd9c-4332-b90d-dab6785a9859", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102112Z:2474ec3a-cd9c-4332-b90d-dab6785a9859", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e", - "name": "sdk-py-tests-acc-1-8b73262e", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A20%3A40.2993545Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:20:38.1479126Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:20:39.3718998Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:20:39.3718998Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/e982faa9-9817-41b0-b701-cea17198ceed?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "922", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:21:13 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T10%3A21%3A13.7742895Z\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": "6a1e5442-097f-4974-b5b1-9938490200c2", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102114Z:6a1e5442-097f-4974-b5b1-9938490200c2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A21%3A13.7742895Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:21:12.6085604Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:21:13.5961953Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:21:13.5961953Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e982faa9-9817-41b0-b701-cea17198ceed?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:21: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": "ad97834c-e64d-4d94-a0e5-f17e0bad63f3", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102144Z:ad97834c-e64d-4d94-a0e5-f17e0bad63f3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e982faa9-9817-41b0-b701-cea17198ceed", - "name": "e982faa9-9817-41b0-b701-cea17198ceed", - "status": "Succeeded", - "startTime": "2022-09-19T10:21:13.7685371Z", - "endTime": "2022-09-19T10:21:14.4248323Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:21:44 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T10%3A21%3A14.4199608Z\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": "d5aebc46-4659-4083-abcf-ef5196d4563a", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102145Z:d5aebc46-4659-4083-abcf-ef5196d4563a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A21%3A14.4199608Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:21:12.6085604Z" - }, - "properties": { - "poolId": "cebcdbbe-a4ea-436e-0864-b33d412fc3f1", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:21:13.5961953Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:21:13.5961953Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "814", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "creationToken": "sdk-py-tests-vol-3-8b73262e", - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/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/westus2/operationResults/18edb354-f4c9-4d58-9667-8f50e53f7b15?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1614", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:21:48 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T10%3A21%3A47.5882794Z\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": "f329c44d-0095-4be4-8145-5c7d58b935e6", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102148Z:f329c44d-0095-4be4-8145-5c7d58b935e6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e", - "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8b73262e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A21%3A47.5882794Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:21:45.5815657Z" - }, - "properties": { - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-8b73262e", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/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": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:21:46.6865475Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:21:46.6865475Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/18edb354-f4c9-4d58-9667-8f50e53f7b15?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:22: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": "fd1623bb-4741-4957-af58-d99a1716e275", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102218Z:fd1623bb-4741-4957-af58-d99a1716e275", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/18edb354-f4c9-4d58-9667-8f50e53f7b15", - "name": "18edb354-f4c9-4d58-9667-8f50e53f7b15", - "status": "Creating", - "startTime": "2022-09-19T10:21:47.5813416Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/18edb354-f4c9-4d58-9667-8f50e53f7b15?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:22: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": "c9b1f2bd-2306-4957-bc4e-6e14bf500ac6", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102248Z:c9b1f2bd-2306-4957-bc4e-6e14bf500ac6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/18edb354-f4c9-4d58-9667-8f50e53f7b15", - "name": "18edb354-f4c9-4d58-9667-8f50e53f7b15", - "status": "Creating", - "startTime": "2022-09-19T10:21:47.5813416Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/18edb354-f4c9-4d58-9667-8f50e53f7b15?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10: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": "2a002acd-2bdf-410c-a40b-97af317fc551", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102319Z:2a002acd-2bdf-410c-a40b-97af317fc551", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/18edb354-f4c9-4d58-9667-8f50e53f7b15", - "name": "18edb354-f4c9-4d58-9667-8f50e53f7b15", - "status": "Creating", - "startTime": "2022-09-19T10:21:47.5813416Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/18edb354-f4c9-4d58-9667-8f50e53f7b15?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:23: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": "5ba74e35-63de-421e-ad04-eff5a2ec7b58", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102349Z:5ba74e35-63de-421e-ad04-eff5a2ec7b58", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/18edb354-f4c9-4d58-9667-8f50e53f7b15", - "name": "18edb354-f4c9-4d58-9667-8f50e53f7b15", - "status": "Creating", - "startTime": "2022-09-19T10:21:47.5813416Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/18edb354-f4c9-4d58-9667-8f50e53f7b15?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:24: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": "bb58b300-cc8b-4e60-83c1-3495832584cd", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102419Z:bb58b300-cc8b-4e60-83c1-3495832584cd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/18edb354-f4c9-4d58-9667-8f50e53f7b15", - "name": "18edb354-f4c9-4d58-9667-8f50e53f7b15", - "status": "Creating", - "startTime": "2022-09-19T10:21:47.5813416Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/18edb354-f4c9-4d58-9667-8f50e53f7b15?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:24: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": "62ecaa67-5c40-40d9-b952-dc9184746195", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102449Z:62ecaa67-5c40-40d9-b952-dc9184746195", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/18edb354-f4c9-4d58-9667-8f50e53f7b15", - "name": "18edb354-f4c9-4d58-9667-8f50e53f7b15", - "status": "Creating", - "startTime": "2022-09-19T10:21:47.5813416Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/18edb354-f4c9-4d58-9667-8f50e53f7b15?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:25: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": "e18d200a-51e9-407d-8f95-4b36c4863e93", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102520Z:e18d200a-51e9-407d-8f95-4b36c4863e93", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/18edb354-f4c9-4d58-9667-8f50e53f7b15", - "name": "18edb354-f4c9-4d58-9667-8f50e53f7b15", - "status": "Creating", - "startTime": "2022-09-19T10:21:47.5813416Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/18edb354-f4c9-4d58-9667-8f50e53f7b15?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:25: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": "93e42fda-849d-42f8-9fbd-f173c24e090f", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102550Z:93e42fda-849d-42f8-9fbd-f173c24e090f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/18edb354-f4c9-4d58-9667-8f50e53f7b15", - "name": "18edb354-f4c9-4d58-9667-8f50e53f7b15", - "status": "Succeeded", - "startTime": "2022-09-19T10:21:47.5813416Z", - "endTime": "2022-09-19T10:25:46.5305012Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:25:50 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T10%3A25%3A46.5252317Z\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": "18b757c3-72be-4acb-8910-66f3a0487e4f", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102551Z:18b757c3-72be-4acb-8910-66f3a0487e4f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e", - "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8b73262e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A25%3A46.5252317Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:21:45.5815657Z" - }, - "properties": { - "fileSystemId": "274a9962-622d-9125-fd01-f38d97e82a70", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-8b73262e", - "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_8f82c7b40509489d9e97d719b9b955b4_11651750", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "274a9962-622d-9125-fd01-f38d97e82a70", - "fileSystemId": "274a9962-622d-9125-fd01-f38d97e82a70", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Enabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:21:46.6865475Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:21:46.6865475Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-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/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/7cbb3196-7698-4a85-a00e-bafec8a96af6?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "540", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:25:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cbb3196-7698-4a85-a00e-bafec8a96af6?api-version=2022-05-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": "333c505a-17ae-4aa8-ad2a-4e004bb99f62", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102552Z:333c505a-17ae-4aa8-ad2a-4e004bb99f62", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1", - "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8b73262e/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/westus2/operationResults/7cbb3196-7698-4a85-a00e-bafec8a96af6?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:26: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": "da8f9f71-7bbf-4b60-b7ad-3d8cd41ac2e9", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102622Z:da8f9f71-7bbf-4b60-b7ad-3d8cd41ac2e9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cbb3196-7698-4a85-a00e-bafec8a96af6", - "name": "7cbb3196-7698-4a85-a00e-bafec8a96af6", - "status": "Succeeded", - "startTime": "2022-09-19T10:25:51.9054498Z", - "endTime": "2022-09-19T10:25:52.5773791Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:26: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": "2239743d-73a4-4a4a-a4bd-8a3a72acbaa5", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102625Z:2239743d-73a4-4a4a-a4bd-8a3a72acbaa5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1", - "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8b73262e/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1/getMetadata?api-version=2022-05-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/62628762-915c-4dea-8f13-82d60c20a759?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "459", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:26:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/62628762-915c-4dea-8f13-82d60c20a759?api-version=2022-05-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": "98f004c5-d635-4d09-ac4f-4e77a70ed2e5", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102626Z:98f004c5-d635-4d09-ac4f-4e77a70ed2e5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1", - "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8b73262e/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/westus2/operationResults/62628762-915c-4dea-8f13-82d60c20a759?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:26: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": "cbbb5829-ae93-4ac8-a3dd-7a63e27e1b37", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102656Z:cbbb5829-ae93-4ac8-a3dd-7a63e27e1b37", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/62628762-915c-4dea-8f13-82d60c20a759", - "name": "62628762-915c-4dea-8f13-82d60c20a759", - "status": "Succeeded", - "startTime": "2022-09-19T10:26:26.0143239Z", - "endTime": "2022-09-19T10:26:28.1570189Z", - "percentComplete": 100.0, - "properties": { - "path": "/sub_vol_1.txt", - "size": 123, - "bytesUsed": 0, - "permissions": "644", - "creationTimeStamp": "2022-09-19T10:25:52Z", - "accessedTimeStamp": "2022-09-19T10:25:52Z", - "modifiedTimeStamp": "2022-09-19T10:25:52Z", - "changedTimeStamp": "2022-09-19T10:25:52Z", - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/764dabaf-b1aa-4fa5-86a8-8659097e5788?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 10:26:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/764dabaf-b1aa-4fa5-86a8-8659097e5788?api-version=2022-05-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": "25522800-5c92-4493-bac2-a80c04f9ffd4", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102657Z:25522800-5c92-4493-bac2-a80c04f9ffd4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/764dabaf-b1aa-4fa5-86a8-8659097e5788?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:27: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": "ffb6cd37-e332-424c-931f-0a77ba2212e5", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102727Z:ffb6cd37-e332-424c-931f-0a77ba2212e5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/764dabaf-b1aa-4fa5-86a8-8659097e5788", - "name": "764dabaf-b1aa-4fa5-86a8-8659097e5788", - "status": "Succeeded", - "startTime": "2022-09-19T10:26:56.8559348Z", - "endTime": "2022-09-19T10:26:58.1059169Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/d5790bba-e979-4fc3-a8cf-529bfcc4981b?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 10:27:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5790bba-e979-4fc3-a8cf-529bfcc4981b?api-version=2022-05-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": "17b70cdf-cb15-4e41-836b-a63b9d7a99a7", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102727Z:17b70cdf-cb15-4e41-836b-a63b9d7a99a7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5790bba-e979-4fc3-a8cf-529bfcc4981b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:27: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": "6ab8199d-f7cb-4a48-bbe7-6a5ce77818e4", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102758Z:6ab8199d-f7cb-4a48-bbe7-6a5ce77818e4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5790bba-e979-4fc3-a8cf-529bfcc4981b", - "name": "d5790bba-e979-4fc3-a8cf-529bfcc4981b", - "status": "Deleting", - "startTime": "2022-09-19T10:27:27.8580337Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5790bba-e979-4fc3-a8cf-529bfcc4981b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10: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": "08117b97-f816-4613-aa6e-0b655742b522", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102828Z:08117b97-f816-4613-aa6e-0b655742b522", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5790bba-e979-4fc3-a8cf-529bfcc4981b", - "name": "d5790bba-e979-4fc3-a8cf-529bfcc4981b", - "status": "Succeeded", - "startTime": "2022-09-19T10:27:27.8580337Z", - "endTime": "2022-09-19T10:28:26.2663227Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5790bba-e979-4fc3-a8cf-529bfcc4981b?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:28: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": "c38f1f6e-ef1b-4b2e-8fe8-a677b5e1ace8", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "WESTEUROPE:20220919T102828Z:c38f1f6e-ef1b-4b2e-8fe8-a677b5e1ace8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e", - "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8b73262e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A28%3A21.3568577Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:21:45.5815657Z" - }, - "properties": { - "fileSystemId": "274a9962-622d-9125-fd01-f38d97e82a70", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-8b73262e", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_11651750", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e", - "poolId": "cebcdbbe-a4ea-436e-0864-b33d412fc3f1", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "274a9962-622d-9125-fd01-f38d97e82a70", - "fileSystemId": "274a9962-622d-9125-fd01-f38d97e82a70", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:21:46.6865475Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:21:46.6865475Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "324", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:31:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0e8c283-78a8-40bd-8b50-514418377681", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T103150Z:e0e8c283-78a8-40bd-8b50-514418377681" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/5de1cdeb-789e-4565-82b1-c5ce32bf452c?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 10:32:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5de1cdeb-789e-4565-82b1-c5ce32bf452c?api-version=2022-05-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": "36651bd6-5668-4933-9fd4-293015699c11", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T103203Z:36651bd6-5668-4933-9fd4-293015699c11", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5de1cdeb-789e-4565-82b1-c5ce32bf452c?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:32: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": "32e564ce-d2a0-4fc3-a7b6-ab2c63cebff9", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T103233Z:32e564ce-d2a0-4fc3-a7b6-ab2c63cebff9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5de1cdeb-789e-4565-82b1-c5ce32bf452c", - "name": "5de1cdeb-789e-4565-82b1-c5ce32bf452c", - "status": "Succeeded", - "startTime": "2022-09-19T10:32:02.9837653Z", - "endTime": "2022-09-19T10:32:03.9524901Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5de1cdeb-789e-4565-82b1-c5ce32bf452c?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:32: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": "f01d70e6-e998-4a76-baec-8e6c0e054036", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T103233Z:f01d70e6-e998-4a76-baec-8e6c0e054036", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A32%3A02.9870538Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:21:12.6085604Z" - }, - "properties": { - "poolId": "cebcdbbe-a4ea-436e-0864-b33d412fc3f1", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:21:13.5961953Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:21:13.5961953Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 10:32:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a892696b-1ca6-4eb3-91e0-9e93078a9ba7", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T103243Z:a892696b-1ca6-4eb3-91e0-9e93078a9ba7" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 10:32:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca0c6cc8-732a-4194-8058-38a85d24edcc", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T103254Z:ca0c6cc8-732a-4194-8058-38a85d24edcc" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 10:33:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "645ec21c-ae03-4c5a-9e80-688ab5ad14b0", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T103304Z:645ec21c-ae03-4c5a-9e80-688ab5ad14b0" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 10:33:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a53bdbf0-4f35-4640-90ae-dbe93349a748", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T103314Z:a53bdbf0-4f35-4640-90ae-dbe93349a748" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:33:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6dbbd652-f191-4c37-83c3-9bffacd07b37", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T103325Z:6dbbd652-f191-4c37-83c3-9bffacd07b37" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/60acb790-f636-4004-be68-13f9b1b19eb4?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 10:33:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/60acb790-f636-4004-be68-13f9b1b19eb4?api-version=2022-05-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": "0d64c8dd-f657-4d46-a159-a5d04ec4e289", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T103326Z:0d64c8dd-f657-4d46-a159-a5d04ec4e289", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/60acb790-f636-4004-be68-13f9b1b19eb4?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:33: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": "df2873c9-fed0-47df-99be-73961f40cbb9", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T103356Z:df2873c9-fed0-47df-99be-73961f40cbb9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/60acb790-f636-4004-be68-13f9b1b19eb4", - "name": "60acb790-f636-4004-be68-13f9b1b19eb4", - "status": "Succeeded", - "startTime": "2022-09-19T10:33:26.3050927Z", - "endTime": "2022-09-19T10:33:26.352043Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/60acb790-f636-4004-be68-13f9b1b19eb4?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:33: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": "8e6f5243-0b01-4058-97c8-c06fe6317d1a", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T103356Z:8e6f5243-0b01-4058-97c8-c06fe6317d1a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e", - "name": "sdk-py-tests-acc-1-8b73262e", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A33%3A26.312157Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:20:38.1479126Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:20:39.3718998Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:20:39.3718998Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "254", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10: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": "39f23ecd-7acf-4e5a-bc72-42e0b7ef8a1d", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T103357Z:39f23ecd-7acf-4e5a-bc72-42e0b7ef8a1d" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e?api-version=2022-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/1de03b24-da5b-4dfe-b519-6b8e28400857?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 10:33:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/1de03b24-da5b-4dfe-b519-6b8e28400857?api-version=2022-01-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "94ec981b-9c48-4571-9c6d-6829c7115a32", - "x-ms-correlation-request-id": "77404b70-36c6-48fc-9551-1c19055026fd", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T103358Z:77404b70-36c6-48fc-9551-1c19055026fd" - }, - "ResponseBody": null } ], "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 index 64101790d4f5..ba0306887fa7 100644 --- 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 @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:05:41 GMT", + "Date": "Fri, 14 Oct 2022 01:09:22 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.13672.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:05:41 GMT", + "Date": "Fri, 14 Oct 2022 01:09:22 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.13672.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13871.7 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "c32fb2c8-62d4-4ba6-98fa-277bec32c80a", + "client-request-id": "4d9a0706-650a-4a0f-a3ac-2fd681fed453", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "c32fb2c8-62d4-4ba6-98fa-277bec32c80a", + "client-request-id": "4d9a0706-650a-4a0f-a3ac-2fd681fed453", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:05:41 GMT", + "Date": "Fri, 14 Oct 2022 01:09:22 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -213,7 +216,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -221,7 +224,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2", @@ -233,2722 +236,26 @@ } } }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ed6384a6-6dc3-4b1b-b336-bac4820f1a98?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "750", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:05:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "94878cd5-bc5c-4439-b0f7-0d397b86fb44", - "x-ms-correlation-request-id": "3eeefcfe-967d-490b-ab93-4d319070859e", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100547Z:3eeefcfe-967d-490b-ab93-4d319070859e" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-dde5273b", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b", - "etag": "W/\u0022dc4fc541-6d8c-40a0-bd54-be333698e6eb\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:05:43.4214839Z" - }, - "properties": { - "provisioningState": "Updating", - "resourceGuid": "3786a0c5-4172-4522-9a39-7d67b501472b", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ed6384a6-6dc3-4b1b-b336-bac4820f1a98?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:05:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "29eb2b30-067b-4272-ab60-c2204021e30b", - "x-ms-correlation-request-id": "a6577a01-c66e-4ed1-9fe0-d6d9b0a4edda", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100551Z:a6577a01-c66e-4ed1-9fe0-d6d9b0a4edda" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:05:51 GMT", - "ETag": "W/\u0022f3d8d217-1f1c-4c3e-a344-b81c8c10cf1b\u0022", + "Date": "Fri, 14 Oct 2022 01:09:23 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ddf135a3-1901-40af-ae57-4928192209ed", - "x-ms-correlation-request-id": "d271088e-d95c-4735-9cee-3fb53d3e3c47", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100552Z:d271088e-d95c-4735-9cee-3fb53d3e3c47" + "x-ms-correlation-request-id": "53cb8895-6344-41dc-ad85-b473a512f3bc", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "CENTRALUS:20221014T010924Z:53cb8895-6344-41dc-ad85-b473a512f3bc" }, "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-dde5273b", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b", - "etag": "W/\u0022f3d8d217-1f1c-4c3e-a344-b81c8c10cf1b\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:05:43.4214839Z" - }, - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "3786a0c5-4172-4522-9a39-7d67b501472b", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default?api-version=2022-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "151", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "properties": { - "serviceName": "Microsoft.Netapp/volumes" - } - } - ] + "error": { + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ea7f06ca-eac3-40ff-861c-c238c2934dc5?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1326", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:05:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a3926c98-c026-4758-b417-4737c59cee02", - "x-ms-correlation-request-id": "5ac5dc57-2cf2-4d1e-9d24-3cea2f9512ca", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100553Z:5ac5dc57-2cf2-4d1e-9d24-3cea2f9512ca" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default", - "etag": "W/\u00222db5835d-47c8-4080-bfea-6b2cea890601\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00222db5835d-47c8-4080-bfea-6b2cea890601\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ea7f06ca-eac3-40ff-861c-c238c2934dc5?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:05:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "892da5d6-6721-4b1f-8396-793d3ef222a1", - "x-ms-correlation-request-id": "40e18b37-f077-4bca-b56f-ce86c72baba4", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100556Z:40e18b37-f077-4bca-b56f-ce86c72baba4" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:05:55 GMT", - "ETag": "W/\u0022d25dcf96-4a3d-4223-8c90-435e9c6e9bbb\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a6dc713c-2db7-4644-9f81-c9fdb8b507e4", - "x-ms-correlation-request-id": "cd1b31ed-59ed-4b58-b155-587ac29b60ed", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100556Z:cd1b31ed-59ed-4b58-b155-587ac29b60ed" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default", - "etag": "W/\u0022d25dcf96-4a3d-4223-8c90-435e9c6e9bbb\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022d25dcf96-4a3d-4223-8c90-435e9c6e9bbb\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 10:05:56 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.13672.7 - 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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 10:05:56 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.13622.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": "9fbb7a09-8000-4829-9621-3fb76a63f24e", - "Connection": "keep-alive", - "Content-Length": "281", - "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.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.18.0", - "x-ms-lib-capability": "retry-after, h429" - }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "9fbb7a09-8000-4829-9621-3fb76a63f24e", - "Content-Length": "114", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:05:56 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.13672.7 - WEULR2 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f846a309-2f00-4321-9848-391bc1277b4d?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:06:00 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T10%3A05%3A59.7026703Z\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": "ef1c445a-24f9-46e9-848d-b8fc2d29619e", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100601Z:ef1c445a-24f9-46e9-848d-b8fc2d29619e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b", - "name": "sdk-py-tests-acc-1-dde5273b", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A05%3A59.7026703Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:05:57.8760592Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:05:58.8384707Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:05:58.8384707Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f846a309-2f00-4321-9848-391bc1277b4d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 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": "ca8ed2bd-82b9-4e54-949f-5327889bd5e2", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100631Z:ca8ed2bd-82b9-4e54-949f-5327889bd5e2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f846a309-2f00-4321-9848-391bc1277b4d", - "name": "f846a309-2f00-4321-9848-391bc1277b4d", - "status": "Succeeded", - "startTime": "2022-09-19T10:05:59.7009583Z", - "endTime": "2022-09-19T10:05:59.7478363Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:06:31 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T10%3A05%3A59.7550323Z\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": "ee80df0d-dbf1-4723-947d-8ed773dd0097", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100631Z:ee80df0d-dbf1-4723-947d-8ed773dd0097", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b", - "name": "sdk-py-tests-acc-1-dde5273b", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A05%3A59.7550323Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:05:57.8760592Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:05:58.8384707Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:05:58.8384707Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/a08c0ff6-c4b4-4702-b595-994c9ab31ca8?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "922", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:06:34 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T10%3A06%3A33.3232623Z\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": "af3a7ce5-7e7f-4cee-9d73-9403dd874553", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100634Z:af3a7ce5-7e7f-4cee-9d73-9403dd874553", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A06%3A33.3232623Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:06:32.1481242Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:06:33.1044915Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:06:33.1044915Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a08c0ff6-c4b4-4702-b595-994c9ab31ca8?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 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": "d1c810ca-a10b-436c-bb3e-acdaeb1a59f0", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100704Z:d1c810ca-a10b-436c-bb3e-acdaeb1a59f0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a08c0ff6-c4b4-4702-b595-994c9ab31ca8", - "name": "a08c0ff6-c4b4-4702-b595-994c9ab31ca8", - "status": "Succeeded", - "startTime": "2022-09-19T10:06:33.3156139Z", - "endTime": "2022-09-19T10:06:34.2844803Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:07:04 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T10%3A06%3A34.2823883Z\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": "dc5f41f6-5358-4a28-b3ef-950dddebf2d1", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100704Z:dc5f41f6-5358-4a28-b3ef-950dddebf2d1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A06%3A34.2823883Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:06:32.1481242Z" - }, - "properties": { - "poolId": "9173cdb3-896d-8c5e-843e-80dcd87e37bd", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:06:33.1044915Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:06:33.1044915Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "814", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "creationToken": "sdk-py-tests-vol-3-dde5273b", - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/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/westus2/operationResults/cc2a1bda-1e94-4a6c-a066-650927921ad7?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1614", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:07:07 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T10%3A07%3A07.2436852Z\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": "4e15b58b-2509-4462-94b1-210c9bd7149f", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100708Z:4e15b58b-2509-4462-94b1-210c9bd7149f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A07%3A07.2436852Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:07:05.2325426Z" - }, - "properties": { - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-dde5273b", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/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": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:07:06.3395622Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:07:06.3395622Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc2a1bda-1e94-4a6c-a066-650927921ad7?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 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": "205802dd-dd1b-4869-a04e-16b57929ac20", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100738Z:205802dd-dd1b-4869-a04e-16b57929ac20", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc2a1bda-1e94-4a6c-a066-650927921ad7", - "name": "cc2a1bda-1e94-4a6c-a066-650927921ad7", - "status": "Creating", - "startTime": "2022-09-19T10:07:07.2383268Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc2a1bda-1e94-4a6c-a066-650927921ad7?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 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": "60146bce-d997-4558-8010-e6c5109bb423", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100808Z:60146bce-d997-4558-8010-e6c5109bb423", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc2a1bda-1e94-4a6c-a066-650927921ad7", - "name": "cc2a1bda-1e94-4a6c-a066-650927921ad7", - "status": "Creating", - "startTime": "2022-09-19T10:07:07.2383268Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc2a1bda-1e94-4a6c-a066-650927921ad7?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:08: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": "50b0d05d-892a-4652-baae-7c07d812eed0", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100838Z:50b0d05d-892a-4652-baae-7c07d812eed0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc2a1bda-1e94-4a6c-a066-650927921ad7", - "name": "cc2a1bda-1e94-4a6c-a066-650927921ad7", - "status": "Creating", - "startTime": "2022-09-19T10:07:07.2383268Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc2a1bda-1e94-4a6c-a066-650927921ad7?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:09: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": "6ba50a8d-4952-41c7-8ee7-b8b07ce1d601", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100909Z:6ba50a8d-4952-41c7-8ee7-b8b07ce1d601", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc2a1bda-1e94-4a6c-a066-650927921ad7", - "name": "cc2a1bda-1e94-4a6c-a066-650927921ad7", - "status": "Creating", - "startTime": "2022-09-19T10:07:07.2383268Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc2a1bda-1e94-4a6c-a066-650927921ad7?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:09: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": "4e7f3885-762f-4d63-88f0-7c9b66910cda", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20220919T100939Z:4e7f3885-762f-4d63-88f0-7c9b66910cda", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc2a1bda-1e94-4a6c-a066-650927921ad7", - "name": "cc2a1bda-1e94-4a6c-a066-650927921ad7", - "status": "Creating", - "startTime": "2022-09-19T10:07:07.2383268Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc2a1bda-1e94-4a6c-a066-650927921ad7?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:10: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": "3a9e74f5-5fdc-4252-930d-8e920e2738a7", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101009Z:3a9e74f5-5fdc-4252-930d-8e920e2738a7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc2a1bda-1e94-4a6c-a066-650927921ad7", - "name": "cc2a1bda-1e94-4a6c-a066-650927921ad7", - "status": "Creating", - "startTime": "2022-09-19T10:07:07.2383268Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc2a1bda-1e94-4a6c-a066-650927921ad7?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:10: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": "4e39b6b3-c8f5-42fe-a2c9-ee6bd11010f7", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101039Z:4e39b6b3-c8f5-42fe-a2c9-ee6bd11010f7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc2a1bda-1e94-4a6c-a066-650927921ad7", - "name": "cc2a1bda-1e94-4a6c-a066-650927921ad7", - "status": "Creating", - "startTime": "2022-09-19T10:07:07.2383268Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc2a1bda-1e94-4a6c-a066-650927921ad7?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:11: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": "444a7c20-0576-4100-943f-57dd2dd34060", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101110Z:444a7c20-0576-4100-943f-57dd2dd34060", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc2a1bda-1e94-4a6c-a066-650927921ad7", - "name": "cc2a1bda-1e94-4a6c-a066-650927921ad7", - "status": "Succeeded", - "startTime": "2022-09-19T10:07:07.2383268Z", - "endTime": "2022-09-19T10:11:07.275086Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:11:09 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T10%3A11%3A07.2684917Z\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": "25508f12-e29e-4b80-87a4-d37178254d64", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101110Z:25508f12-e29e-4b80-87a4-d37178254d64", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A11%3A07.2684917Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:07:05.2325426Z" - }, - "properties": { - "fileSystemId": "0dee1c5f-43dc-dce7-fe53-874207fcc9e8", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-dde5273b", - "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_8f82c7b40509489d9e97d719b9b955b4_6baba1c1", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "0dee1c5f-43dc-dce7-fe53-874207fcc9e8", - "fileSystemId": "0dee1c5f-43dc-dce7-fe53-874207fcc9e8", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Enabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:07:06.3395622Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:07:06.3395622Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-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/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/39eb027a-e6f4-4e06-9491-cb2cb1efa864?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "544", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:11:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/39eb027a-e6f4-4e06-9491-cb2cb1efa864?api-version=2022-05-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": "35f5d1e1-d68b-4f4f-9ede-a693415a17c5", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101111Z:35f5d1e1-d68b-4f4f-9ede-a693415a17c5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:11: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": "64447e14-be30-470a-a89f-bfb15c0962da", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101111Z:64447e14-be30-470a-a89f-bfb15c0962da", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2?api-version=2022-05-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/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/f928701e-0434-4e3b-9036-848d7c4abc51?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "544", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:11:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f928701e-0434-4e3b-9036-848d7c4abc51?api-version=2022-05-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": "fa9edc53-ab85-4b49-aaa5-bc3616c48fb4", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101112Z:fa9edc53-ab85-4b49-aaa5-bc3616c48fb4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:11: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": "3c1a7ed3-a0a5-48a6-85f3-e00e0db13d6c", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101112Z:3c1a7ed3-a0a5-48a6-85f3-e00e0db13d6c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/2adaffbe-60e5-41af-a270-8ae630af9c18?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 10:11:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2adaffbe-60e5-41af-a270-8ae630af9c18?api-version=2022-05-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": "b3f0dd6c-6373-4ebf-878f-c9b5f948620e", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101113Z:b3f0dd6c-6373-4ebf-878f-c9b5f948620e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/39eb027a-e6f4-4e06-9491-cb2cb1efa864?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:11: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": "22ed54d4-d27f-4b9f-8ed9-6cb424178897", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101141Z:22ed54d4-d27f-4b9f-8ed9-6cb424178897", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/39eb027a-e6f4-4e06-9491-cb2cb1efa864", - "name": "39eb027a-e6f4-4e06-9491-cb2cb1efa864", - "status": "Succeeded", - "startTime": "2022-09-19T10:11:10.9083444Z", - "endTime": "2022-09-19T10:11:11.5021382Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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": "Mon, 19 Sep 2022 10:11:41 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": "9499c5ca-043c-4417-9c5b-fcdc1fdfd32f", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101142Z:9499c5ca-043c-4417-9c5b-fcdc1fdfd32f", - "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/westus2/operationResults/f928701e-0434-4e3b-9036-848d7c4abc51?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:11: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": "b6087ceb-259e-437c-9113-4a683cadef65", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101142Z:b6087ceb-259e-437c-9113-4a683cadef65", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f928701e-0434-4e3b-9036-848d7c4abc51", - "name": "f928701e-0434-4e3b-9036-848d7c4abc51", - "status": "Succeeded", - "startTime": "2022-09-19T10:11:12.0491747Z", - "endTime": "2022-09-19T10:11:12.5959725Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:11: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": "01c167fa-69eb-4a68-b37d-c871e937d429", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101143Z:01c167fa-69eb-4a68-b37d-c871e937d429", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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/westus2/operationResults/2adaffbe-60e5-41af-a270-8ae630af9c18?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:11: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": "2a9b6bfb-200c-413f-a030-3239a4acc8b6", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101144Z:2a9b6bfb-200c-413f-a030-3239a4acc8b6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2adaffbe-60e5-41af-a270-8ae630af9c18", - "name": "2adaffbe-60e5-41af-a270-8ae630af9c18", - "status": "Succeeded", - "startTime": "2022-09-19T10:11:12.9866189Z", - "endTime": "2022-09-19T10:11:13.3929684Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:11: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": "ad049d55-3185-4ce4-952d-7cc0fd5380f1", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101145Z:ad049d55-3185-4ce4-952d-7cc0fd5380f1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/ab39729e-e6d7-4a10-99f2-d485ba203df5?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 10:11:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ab39729e-e6d7-4a10-99f2-d485ba203df5?api-version=2022-05-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": "3014eb8d-7351-4103-a4a9-9b8507f40277", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101146Z:3014eb8d-7351-4103-a4a9-9b8507f40277", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ab39729e-e6d7-4a10-99f2-d485ba203df5?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:12: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": "00e71e78-282b-48d9-bcff-e4d9f74763f7", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101216Z:00e71e78-282b-48d9-bcff-e4d9f74763f7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ab39729e-e6d7-4a10-99f2-d485ba203df5", - "name": "ab39729e-e6d7-4a10-99f2-d485ba203df5", - "status": "Succeeded", - "startTime": "2022-09-19T10:11:45.9909922Z", - "endTime": "2022-09-19T10:11:46.4061667Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:12: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": "c65bb5dd-48ce-4832-8fa0-3656db615221", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101216Z:c65bb5dd-48ce-4832-8fa0-3656db615221", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/8d7afdb1-a05c-4c45-b8ee-4f54bdd0a37d?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 10:12:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8d7afdb1-a05c-4c45-b8ee-4f54bdd0a37d?api-version=2022-05-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": "41a762be-b88d-4f49-9250-eea8dff530e8", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101218Z:41a762be-b88d-4f49-9250-eea8dff530e8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8d7afdb1-a05c-4c45-b8ee-4f54bdd0a37d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:12: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": "331756d0-09b9-49d3-8878-ac5dc2dad078", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101248Z:331756d0-09b9-49d3-8878-ac5dc2dad078", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8d7afdb1-a05c-4c45-b8ee-4f54bdd0a37d", - "name": "8d7afdb1-a05c-4c45-b8ee-4f54bdd0a37d", - "status": "Deleting", - "startTime": "2022-09-19T10:12:17.8272846Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8d7afdb1-a05c-4c45-b8ee-4f54bdd0a37d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:13: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": "2dfc554f-e59d-4d5b-8370-9793c08f3e99", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101318Z:2dfc554f-e59d-4d5b-8370-9793c08f3e99", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8d7afdb1-a05c-4c45-b8ee-4f54bdd0a37d", - "name": "8d7afdb1-a05c-4c45-b8ee-4f54bdd0a37d", - "status": "Deleting", - "startTime": "2022-09-19T10:12:17.8272846Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8d7afdb1-a05c-4c45-b8ee-4f54bdd0a37d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:13: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": "ee0a36e6-b2c8-4dc8-949f-a02ac3a92bd1", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101348Z:ee0a36e6-b2c8-4dc8-949f-a02ac3a92bd1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8d7afdb1-a05c-4c45-b8ee-4f54bdd0a37d", - "name": "8d7afdb1-a05c-4c45-b8ee-4f54bdd0a37d", - "status": "Deleting", - "startTime": "2022-09-19T10:12:17.8272846Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8d7afdb1-a05c-4c45-b8ee-4f54bdd0a37d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:14: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": "bdc1d34c-680e-4dea-aeab-969a0d6794c4", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101419Z:bdc1d34c-680e-4dea-aeab-969a0d6794c4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8d7afdb1-a05c-4c45-b8ee-4f54bdd0a37d", - "name": "8d7afdb1-a05c-4c45-b8ee-4f54bdd0a37d", - "status": "Succeeded", - "startTime": "2022-09-19T10:12:17.8272846Z", - "endTime": "2022-09-19T10:14:05.1712157Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8d7afdb1-a05c-4c45-b8ee-4f54bdd0a37d?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:14: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": "d58731ad-c3f7-438f-946a-c77c11df2156", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101419Z:d58731ad-c3f7-438f-946a-c77c11df2156", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A13%3A56.3030918Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:07:05.2325426Z" - }, - "properties": { - "fileSystemId": "0dee1c5f-43dc-dce7-fe53-874207fcc9e8", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-dde5273b", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_6baba1c1", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b", - "poolId": "9173cdb3-896d-8c5e-843e-80dcd87e37bd", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "0dee1c5f-43dc-dce7-fe53-874207fcc9e8", - "fileSystemId": "0dee1c5f-43dc-dce7-fe53-874207fcc9e8", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:07:06.3395622Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:07:06.3395622Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "324", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:17:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6302a310-16fb-4372-a6af-2ccaf74e56d9", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101743Z:6302a310-16fb-4372-a6af-2ccaf74e56d9" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/7aba06cd-9ca1-4602-bcf4-60107b201be3?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 10:17:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aba06cd-9ca1-4602-bcf4-60107b201be3?api-version=2022-05-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": "687bd10e-5677-4df4-ad67-bcab301f2d66", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101755Z:687bd10e-5677-4df4-ad67-bcab301f2d66", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aba06cd-9ca1-4602-bcf4-60107b201be3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:18: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": "a2cab6a4-c84b-4332-be43-9f38f5c1ca21", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101826Z:a2cab6a4-c84b-4332-be43-9f38f5c1ca21", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aba06cd-9ca1-4602-bcf4-60107b201be3", - "name": "7aba06cd-9ca1-4602-bcf4-60107b201be3", - "status": "Succeeded", - "startTime": "2022-09-19T10:17:55.8166371Z", - "endTime": "2022-09-19T10:17:56.754132Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aba06cd-9ca1-4602-bcf4-60107b201be3?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:18: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": "386a64be-f83b-4008-88e0-f0ac7d724894", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101826Z:386a64be-f83b-4008-88e0-f0ac7d724894", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A17%3A55.8186423Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:06:32.1481242Z" - }, - "properties": { - "poolId": "9173cdb3-896d-8c5e-843e-80dcd87e37bd", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:06:33.1044915Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:06:33.1044915Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 10:18:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d34113c-e366-498b-a1cc-07c158338e3a", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101836Z:6d34113c-e366-498b-a1cc-07c158338e3a" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 10:18:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2315bbe2-e2c8-4c13-a992-c080634db38a", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101847Z:2315bbe2-e2c8-4c13-a992-c080634db38a" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 10:18:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50ff7f55-7e41-4c61-b9f7-7bf7a4cb8d4c", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101857Z:50ff7f55-7e41-4c61-b9f7-7bf7a4cb8d4c" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 10:19:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c659cd61-60d6-4c82-802b-814f894fd5ff", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101907Z:c659cd61-60d6-4c82-802b-814f894fd5ff" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:19:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee3aa944-cdff-4591-aef9-001e169eee2b", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101917Z:ee3aa944-cdff-4591-aef9-001e169eee2b" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/ef3eb20e-e9a1-48af-9eff-ee47a35e5063?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 10:19:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef3eb20e-e9a1-48af-9eff-ee47a35e5063?api-version=2022-05-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": "fef6f50a-aed1-4903-9a49-aaa9c81eaf70", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101919Z:fef6f50a-aed1-4903-9a49-aaa9c81eaf70", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef3eb20e-e9a1-48af-9eff-ee47a35e5063?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10: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": "3cfb61eb-b67e-40e7-a7c0-7bb9b99d7bbf", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101949Z:3cfb61eb-b67e-40e7-a7c0-7bb9b99d7bbf", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef3eb20e-e9a1-48af-9eff-ee47a35e5063", - "name": "ef3eb20e-e9a1-48af-9eff-ee47a35e5063", - "status": "Succeeded", - "startTime": "2022-09-19T10:19:19.1935829Z", - "endTime": "2022-09-19T10:19:19.2874021Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef3eb20e-e9a1-48af-9eff-ee47a35e5063?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10: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": "7b05f1be-e951-47a7-aa7b-6627aefb376a", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101949Z:7b05f1be-e951-47a7-aa7b-6627aefb376a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b", - "name": "sdk-py-tests-acc-1-dde5273b", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A19%3A19.2038672Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:05:57.8760592Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:05:58.8384707Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:05:58.8384707Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "254", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:19:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "887ff14f-79e8-4974-bd3d-838e482fb548", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101950Z:887ff14f-79e8-4974-bd3d-838e482fb548" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b?api-version=2022-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/25da7b7e-34ab-494a-a050-aab3819a4006?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 10:19:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/25da7b7e-34ab-494a-a050-aab3819a4006?api-version=2022-01-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c5b6c5f8-4444-4bd0-a98e-1d9a5dfd60fd", - "x-ms-correlation-request-id": "5d743146-2694-4aba-8f45-c23c5b9a01ac", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T101950Z:5d743146-2694-4aba-8f45-c23c5b9a01ac" - }, - "ResponseBody": null } ], "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 5182a3f3432a..b3ffb955335e 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:47:39 GMT", + "Date": "Fri, 14 Oct 2022 01:09:29 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.13672.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:47:39 GMT", + "Date": "Fri, 14 Oct 2022 01:09:29 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.13622.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13845.9 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "abcd7477-c8a5-443c-8368-fd9ba5b2b3b7", + "client-request-id": "4b136582-cc92-49df-902f-2f2bb2120595", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "abcd7477-c8a5-443c-8368-fd9ba5b2b3b7", + "client-request-id": "4b136582-cc92-49df-902f-2f2bb2120595", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:47:39 GMT", + "Date": "Fri, 14 Oct 2022 01:09:29 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -213,7 +216,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -221,7 +224,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2", @@ -233,2253 +236,26 @@ } } }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/266fe81f-b3ce-4b70-a1d1-22351ede66ac?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "750", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:47:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "30234762-eb5c-49c8-9dae-82c75f038f98", - "x-ms-correlation-request-id": "250dbe5f-eb2a-44f2-ab30-1208756bc707", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T104745Z:250dbe5f-eb2a-44f2-ab30-1208756bc707" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-ec2121ad", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad", - "etag": "W/\u0022bdaeda38-2ea5-4e96-8e7f-acbbe53f04a6\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:47:42.0313284Z" - }, - "properties": { - "provisioningState": "Updating", - "resourceGuid": "d60f43a0-61db-4106-9d9f-048d11ca3bef", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/266fe81f-b3ce-4b70-a1d1-22351ede66ac?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:47:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6d80e09f-34ca-4e4d-b5c7-1e1d2bc649ac", - "x-ms-correlation-request-id": "3c8ab2ce-f8be-4af1-8202-914872cb45f0", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T104748Z:3c8ab2ce-f8be-4af1-8202-914872cb45f0" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:47:49 GMT", - "ETag": "W/\u0022b8691ea4-c8be-433d-ae44-f6777dd52ae1\u0022", + "Date": "Fri, 14 Oct 2022 01:09:30 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "78f0049c-a8e9-4383-a1bb-26e4b504e460", - "x-ms-correlation-request-id": "a0ca4673-dc99-4397-8bd5-e2fd78d1fc51", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T104750Z:a0ca4673-dc99-4397-8bd5-e2fd78d1fc51" + "x-ms-correlation-request-id": "34660ad7-f526-4735-aebc-7ae75f3c0500", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "CENTRALUS:20221014T010931Z:34660ad7-f526-4735-aebc-7ae75f3c0500" }, "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-ec2121ad", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad", - "etag": "W/\u0022b8691ea4-c8be-433d-ae44-f6777dd52ae1\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:47:42.0313284Z" - }, - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "d60f43a0-61db-4106-9d9f-048d11ca3bef", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default?api-version=2022-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "151", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "properties": { - "serviceName": "Microsoft.Netapp/volumes" - } - } - ] + "error": { + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/fb76f87d-e7ef-4dbf-b2f5-5b6ba8bbb3e5?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1326", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:47:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "69c485a0-9de6-4963-990d-d566cabe2d46", - "x-ms-correlation-request-id": "c7906191-3e0b-4e77-a9a5-d11063c00ace", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T104750Z:c7906191-3e0b-4e77-a9a5-d11063c00ace" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default", - "etag": "W/\u002224152974-ed67-46a9-8d4d-94a34fd98c98\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002224152974-ed67-46a9-8d4d-94a34fd98c98\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/fb76f87d-e7ef-4dbf-b2f5-5b6ba8bbb3e5?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:47:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "805bf587-6f0b-4860-b107-76a5e9d49fca", - "x-ms-correlation-request-id": "90e82c6f-81fb-47bf-842e-ecd763f90a64", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T104754Z:90e82c6f-81fb-47bf-842e-ecd763f90a64" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:47:53 GMT", - "ETag": "W/\u0022bf081360-e998-4e2a-b341-cea4c1200823\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dd1960e1-f678-4027-9dfb-70498973b0c4", - "x-ms-correlation-request-id": "3148831c-400c-441c-b125-2c047f30f8f5", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T104754Z:3148831c-400c-441c-b125-2c047f30f8f5" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default", - "etag": "W/\u0022bf081360-e998-4e2a-b341-cea4c1200823\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022bf081360-e998-4e2a-b341-cea4c1200823\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 10:47:54 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.13672.7 - NEULR1 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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 10:47:54 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.13672.7 - 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": "65a92ab4-dcb7-46fb-bca8-06a6ffc1364d", - "Connection": "keep-alive", - "Content-Length": "281", - "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.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.18.0", - "x-ms-lib-capability": "retry-after, h429" - }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "65a92ab4-dcb7-46fb-bca8-06a6ffc1364d", - "Content-Length": "114", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:47:54 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.13672.7 - WEULR2 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a4937711-00f3-46d1-8300-d9701eda65c4?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "704", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:47:58 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T10%3A47%3A57.7811618Z\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": "30073889-35cf-4043-8369-406479c3b885", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220919T104758Z:30073889-35cf-4043-8369-406479c3b885", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad", - "name": "sdk-py-tests-acc-1-ec2121ad", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A47%3A57.7811618Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:47:55.7379713Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:47:56.818564Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:47:56.818564Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a4937711-00f3-46d1-8300-d9701eda65c4?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:48: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": "af1b96c4-cfc9-43b3-b41c-0f7dcd5fd611", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T104829Z:af1b96c4-cfc9-43b3-b41c-0f7dcd5fd611", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a4937711-00f3-46d1-8300-d9701eda65c4", - "name": "a4937711-00f3-46d1-8300-d9701eda65c4", - "status": "Succeeded", - "startTime": "2022-09-19T10:47:57.7856955Z", - "endTime": "2022-09-19T10:47:57.8324988Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:48:28 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T10%3A47%3A57.8391575Z\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": "6a5ab3e2-c481-4947-b788-720ae190c654", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T104829Z:6a5ab3e2-c481-4947-b788-720ae190c654", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad", - "name": "sdk-py-tests-acc-1-ec2121ad", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A47%3A57.8391575Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:47:55.7379713Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:47:56.818564Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:47:56.818564Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/096b9914-5708-4692-983f-a6f471666670?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "921", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:48:30 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T10%3A48%3A30.940173Z\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": "964b72d2-49af-4f9f-88d3-2226ce29bf5e", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20220919T104831Z:964b72d2-49af-4f9f-88d3-2226ce29bf5e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-ec2121ad/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A48%3A30.940173Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:48:29.7865626Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:48:30.7478214Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:48:30.7478214Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/096b9914-5708-4692-983f-a6f471666670?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:49: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": "d137b8e9-7e6f-46e4-a3f6-b7a74163c961", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T104902Z:d137b8e9-7e6f-46e4-a3f6-b7a74163c961", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/096b9914-5708-4692-983f-a6f471666670", - "name": "096b9914-5708-4692-983f-a6f471666670", - "status": "Succeeded", - "startTime": "2022-09-19T10:48:30.9386103Z", - "endTime": "2022-09-19T10:48:31.8300451Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:49:02 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T10%3A48%3A31.8237886Z\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": "35a3b516-35cc-4085-8a27-116f909ab8c6", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T104902Z:35a3b516-35cc-4085-8a27-116f909ab8c6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-ec2121ad/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A48%3A31.8237886Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:48:29.7865626Z" - }, - "properties": { - "poolId": "1870211b-491a-19a8-e314-495590bc3df8", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:48:30.7478214Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:48:30.7478214Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "783", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "creationToken": "sdk-py-tests-vol-3-ec2121ad", - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/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 - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d5f17f0-881a-4611-83d8-1d4da0df6252?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1583", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10:49:16 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T10%3A49%3A14.7820646Z\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": "f6e49e6a-5364-4a51-8013-e8093dff83f8", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20220919T104916Z:f6e49e6a-5364-4a51-8013-e8093dff83f8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad", - "name": "sdk-py-tests-acc-1-ec2121ad/sdk-py-tests-pool-1/sdk-py-tests-vol-3-ec2121ad", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A49%3A14.7820646Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:49:12.8361499Z" - }, - "properties": { - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-ec2121ad", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/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, - "maximumNumberOfFiles": 100000000, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:49:13.910604Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:49:13.910604Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d5f17f0-881a-4611-83d8-1d4da0df6252?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10: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": "f2c7bc66-638d-4a89-97b2-5c019d9780b5", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T104946Z:f2c7bc66-638d-4a89-97b2-5c019d9780b5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d5f17f0-881a-4611-83d8-1d4da0df6252", - "name": "0d5f17f0-881a-4611-83d8-1d4da0df6252", - "status": "Creating", - "startTime": "2022-09-19T10:49:14.7891459Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d5f17f0-881a-4611-83d8-1d4da0df6252?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:50: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": "b1e44c69-4c1f-4bb6-8f75-ae4ad5de360b", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T105016Z:b1e44c69-4c1f-4bb6-8f75-ae4ad5de360b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d5f17f0-881a-4611-83d8-1d4da0df6252", - "name": "0d5f17f0-881a-4611-83d8-1d4da0df6252", - "status": "Creating", - "startTime": "2022-09-19T10:49:14.7891459Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d5f17f0-881a-4611-83d8-1d4da0df6252?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:50: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": "f4a61258-8c71-4a86-b6b5-063dd9150c82", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T105046Z:f4a61258-8c71-4a86-b6b5-063dd9150c82", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d5f17f0-881a-4611-83d8-1d4da0df6252", - "name": "0d5f17f0-881a-4611-83d8-1d4da0df6252", - "status": "Creating", - "startTime": "2022-09-19T10:49:14.7891459Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d5f17f0-881a-4611-83d8-1d4da0df6252?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:51: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": "6c0e3e75-d1a9-4963-bd83-840b3534fd47", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220919T105117Z:6c0e3e75-d1a9-4963-bd83-840b3534fd47", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d5f17f0-881a-4611-83d8-1d4da0df6252", - "name": "0d5f17f0-881a-4611-83d8-1d4da0df6252", - "status": "Creating", - "startTime": "2022-09-19T10:49:14.7891459Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d5f17f0-881a-4611-83d8-1d4da0df6252?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:51: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": "83204b6e-7d89-42e5-970a-457ae5d9bf47", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20220919T105147Z:83204b6e-7d89-42e5-970a-457ae5d9bf47", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d5f17f0-881a-4611-83d8-1d4da0df6252", - "name": "0d5f17f0-881a-4611-83d8-1d4da0df6252", - "status": "Creating", - "startTime": "2022-09-19T10:49:14.7891459Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d5f17f0-881a-4611-83d8-1d4da0df6252?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:52: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": "dd77791d-3793-447b-bc0b-f538b885b135", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20220919T105217Z:dd77791d-3793-447b-bc0b-f538b885b135", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d5f17f0-881a-4611-83d8-1d4da0df6252", - "name": "0d5f17f0-881a-4611-83d8-1d4da0df6252", - "status": "Creating", - "startTime": "2022-09-19T10:49:14.7891459Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d5f17f0-881a-4611-83d8-1d4da0df6252?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:52: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": "77c5303d-b06c-4a81-8269-892e55eaa1f2", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220919T105247Z:77c5303d-b06c-4a81-8269-892e55eaa1f2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d5f17f0-881a-4611-83d8-1d4da0df6252", - "name": "0d5f17f0-881a-4611-83d8-1d4da0df6252", - "status": "Creating", - "startTime": "2022-09-19T10:49:14.7891459Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d5f17f0-881a-4611-83d8-1d4da0df6252?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:53: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": "d4bf6e7d-6202-433f-b8ea-b680dbc6b04f", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20220919T105318Z:d4bf6e7d-6202-433f-b8ea-b680dbc6b04f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d5f17f0-881a-4611-83d8-1d4da0df6252", - "name": "0d5f17f0-881a-4611-83d8-1d4da0df6252", - "status": "Succeeded", - "startTime": "2022-09-19T10:49:14.7891459Z", - "endTime": "2022-09-19T10:53:10.5080245Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:53:17 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T10%3A53%3A10.5010938Z\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": "fd86f004-ad94-4473-aa7d-b302755da414", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20220919T105318Z:fd86f004-ad94-4473-aa7d-b302755da414", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad", - "name": "sdk-py-tests-acc-1-ec2121ad/sdk-py-tests-pool-1/sdk-py-tests-vol-3-ec2121ad", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A53%3A10.5010938Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:49:12.8361499Z" - }, - "properties": { - "fileSystemId": "fd9e5782-ffd3-7240-d8b9-1540eedb3a9d", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-ec2121ad", - "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_8f82c7b40509489d9e97d719b9b955b4_c9738d7c", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "fd9e5782-ffd3-7240-d8b9-1540eedb3a9d", - "fileSystemId": "fd9e5782-ffd3-7240-d8b9-1540eedb3a9d", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:49:13.910604Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:49:13.910604Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/vaults?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:53: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": "fc7a3c2d-076d-4f8c-a963-2c52a1fa6296", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20220919T105319Z:fc7a3c2d-076d-4f8c-a963-2c52a1fa6296", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/vaults/cbsvault", - "name": "sdk-py-tests-acc-1-ec2121ad/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": {} - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/f5cb1529-8697-49f0-b691-c24437b77811?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 10:53:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f5cb1529-8697-49f0-b691-c24437b77811?api-version=2022-05-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": "354cd896-9d8c-4ae5-b7ad-de64c6656a85", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T105320Z:354cd896-9d8c-4ae5-b7ad-de64c6656a85", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f5cb1529-8697-49f0-b691-c24437b77811?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:53: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": "c4528aba-2602-4703-a8f9-204cbf8a4fbe", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20220919T105350Z:c4528aba-2602-4703-a8f9-204cbf8a4fbe", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f5cb1529-8697-49f0-b691-c24437b77811", - "name": "f5cb1529-8697-49f0-b691-c24437b77811", - "status": "Deleting", - "startTime": "2022-09-19T10:53:19.9698702Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f5cb1529-8697-49f0-b691-c24437b77811?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:54: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": "ba49b12f-316c-4e5b-9383-b6eecd83a8cb", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20220919T105421Z:ba49b12f-316c-4e5b-9383-b6eecd83a8cb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f5cb1529-8697-49f0-b691-c24437b77811", - "name": "f5cb1529-8697-49f0-b691-c24437b77811", - "status": "Deleting", - "startTime": "2022-09-19T10:53:19.9698702Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f5cb1529-8697-49f0-b691-c24437b77811?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10: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": "a4acc856-60ab-4728-9103-c8dfe7de065b", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20220919T105451Z:a4acc856-60ab-4728-9103-c8dfe7de065b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f5cb1529-8697-49f0-b691-c24437b77811", - "name": "f5cb1529-8697-49f0-b691-c24437b77811", - "status": "Deleting", - "startTime": "2022-09-19T10:53:19.9698702Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f5cb1529-8697-49f0-b691-c24437b77811?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10: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": "e711455e-1300-4185-8076-f3261a98702c", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "WESTEUROPE:20220919T105521Z:e711455e-1300-4185-8076-f3261a98702c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f5cb1529-8697-49f0-b691-c24437b77811", - "name": "f5cb1529-8697-49f0-b691-c24437b77811", - "status": "Deleting", - "startTime": "2022-09-19T10:53:19.9698702Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f5cb1529-8697-49f0-b691-c24437b77811?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:55: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": "64b327e9-035c-4db9-95aa-91b2870ed0f9", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "WESTEUROPE:20220919T105552Z:64b327e9-035c-4db9-95aa-91b2870ed0f9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f5cb1529-8697-49f0-b691-c24437b77811", - "name": "f5cb1529-8697-49f0-b691-c24437b77811", - "status": "Succeeded", - "startTime": "2022-09-19T10:53:19.9698702Z", - "endTime": "2022-09-19T10:55:46.1906524Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f5cb1529-8697-49f0-b691-c24437b77811?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10:55: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": "af3c6d41-1697-4f63-9ed9-48fe0eb9aef2", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "WESTEUROPE:20220919T105552Z:af3c6d41-1697-4f63-9ed9-48fe0eb9aef2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad", - "name": "sdk-py-tests-acc-1-ec2121ad/sdk-py-tests-pool-1/sdk-py-tests-vol-3-ec2121ad", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A55%3A29.0742319Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:49:12.8361499Z" - }, - "properties": { - "fileSystemId": "fd9e5782-ffd3-7240-d8b9-1540eedb3a9d", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-ec2121ad", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_c9738d7c", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad", - "poolId": "1870211b-491a-19a8-e314-495590bc3df8", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "fd9e5782-ffd3-7240-d8b9-1540eedb3a9d", - "fileSystemId": "fd9e5782-ffd3-7240-d8b9-1540eedb3a9d", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:49:13.910604Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:49:13.910604Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "324", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 10: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": "df98a185-01ea-4605-a08e-d660d42396b6", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T105914Z:df98a185-01ea-4605-a08e-d660d42396b6" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/f97ca163-1eaa-41db-91ba-f24ea0fa01c0?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 10:59:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f97ca163-1eaa-41db-91ba-f24ea0fa01c0?api-version=2022-05-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": "a4a15fc5-78a9-4295-80ab-d8e773d1d077", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T105926Z:a4a15fc5-78a9-4295-80ab-d8e773d1d077", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f97ca163-1eaa-41db-91ba-f24ea0fa01c0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10: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": "91fae6f1-f5b7-40b7-beda-089b25cf045e", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T105956Z:91fae6f1-f5b7-40b7-beda-089b25cf045e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f97ca163-1eaa-41db-91ba-f24ea0fa01c0", - "name": "f97ca163-1eaa-41db-91ba-f24ea0fa01c0", - "status": "Succeeded", - "startTime": "2022-09-19T10:59:26.2083072Z", - "endTime": "2022-09-19T10:59:27.1965943Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f97ca163-1eaa-41db-91ba-f24ea0fa01c0?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 10: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": "b1722308-f576-4f05-b839-2a535f37ba24", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T105956Z:b1722308-f576-4f05-b839-2a535f37ba24", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-ec2121ad/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T10%3A59%3A26.2163614Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:48:29.7865626Z" - }, - "properties": { - "poolId": "1870211b-491a-19a8-e314-495590bc3df8", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:48:30.7478214Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:48:30.7478214Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 11:00:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8b1602d2-c68d-4ba3-9d12-4616d772f8af", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110007Z:8b1602d2-c68d-4ba3-9d12-4616d772f8af" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 11:00:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c8ac78ac-218c-4118-82c6-16ccfefea9cb", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110017Z:c8ac78ac-218c-4118-82c6-16ccfefea9cb" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 11:00:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f1ea1c69-505a-4099-90ee-8b9f12a2874f", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110027Z:f1ea1c69-505a-4099-90ee-8b9f12a2874f" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 11:00:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03305d36-94dd-4b8f-93c2-786611b55ff7", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110038Z:03305d36-94dd-4b8f-93c2-786611b55ff7" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11: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": "5872cb9d-1b2a-4a91-8a62-7866e708b2af", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110048Z:5872cb9d-1b2a-4a91-8a62-7866e708b2af" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/f08c6d28-d6ec-4258-8f0c-9b7248ade548?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 11:00:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f08c6d28-d6ec-4258-8f0c-9b7248ade548?api-version=2022-05-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": "99a5d754-42ee-4a2e-ac09-e218e98fbe8b", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110049Z:99a5d754-42ee-4a2e-ac09-e218e98fbe8b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f08c6d28-d6ec-4258-8f0c-9b7248ade548?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "2eb54dc0-9e11-4bb0-8aa0-362594202eda", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110120Z:2eb54dc0-9e11-4bb0-8aa0-362594202eda", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f08c6d28-d6ec-4258-8f0c-9b7248ade548", - "name": "f08c6d28-d6ec-4258-8f0c-9b7248ade548", - "status": "Succeeded", - "startTime": "2022-09-19T11:00:49.7256438Z", - "endTime": "2022-09-19T11:00:49.788139Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f08c6d28-d6ec-4258-8f0c-9b7248ade548?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "13b26a00-5462-40f9-a322-e9f49225a93c", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110120Z:13b26a00-5462-40f9-a322-e9f49225a93c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad", - "name": "sdk-py-tests-acc-1-ec2121ad", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A00%3A49.7355301Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T10:47:55.7379713Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T10:47:56.818564Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T10:47:56.818564Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "254", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:01:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45aba1f2-3864-426c-8a16-968f97696f24", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110120Z:45aba1f2-3864-426c-8a16-968f97696f24" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad?api-version=2022-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a2ab5dcc-3b24-44a7-bf1c-f9c444b7b190?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 11:01:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/a2ab5dcc-3b24-44a7-bf1c-f9c444b7b190?api-version=2022-01-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c22e5276-540d-40d4-ad8f-f0d56cfae779", - "x-ms-correlation-request-id": "185ab87b-8db1-4e7d-b0ff-64595c5709cc", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110121Z:185ab87b-8db1-4e7d-b0ff-64595c5709cc" - }, - "ResponseBody": null } ], "Variables": {} 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 7d808a92e2b8..f80ab785024a 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:04:26 GMT", + "Date": "Fri, 14 Oct 2022 01:09:33 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.13672.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:04:26 GMT", + "Date": "Fri, 14 Oct 2022 01:09:33 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.13622.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13845.9 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "72b24ce8-51f9-4f48-a438-088ac32b4d5b", + "client-request-id": "c3d8494c-233c-45bb-a8a0-baaf72234c43", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "72b24ce8-51f9-4f48-a438-088ac32b4d5b", + "client-request-id": "c3d8494c-233c-45bb-a8a0-baaf72234c43", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:04:26 GMT", + "Date": "Fri, 14 Oct 2022 01:09:33 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -213,7 +216,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -221,7 +224,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2", @@ -233,2270 +236,26 @@ } } }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0a3ce3bf-3a24-4d1d-bd1c-ccfa3af5a172?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "750", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:04:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b18ff4bd-f3de-4e11-a702-36d42a1588c2", - "x-ms-correlation-request-id": "5333541f-a4e7-451e-bddb-88413d4fa469", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110433Z:5333541f-a4e7-451e-bddb-88413d4fa469" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-9f8d2912", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912", - "etag": "W/\u0022c20d18ff-bd9b-42c5-8ae4-10e15b4196fc\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:04:28.7904388Z" - }, - "properties": { - "provisioningState": "Updating", - "resourceGuid": "f2754f3d-2159-4fe6-b8cc-48fe1e7bde7c", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0a3ce3bf-3a24-4d1d-bd1c-ccfa3af5a172?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:04:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9b163e18-5142-47db-922c-b95e4fdcb638", - "x-ms-correlation-request-id": "08db494d-e0ab-4748-b132-90aa8687d176", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110436Z:08db494d-e0ab-4748-b132-90aa8687d176" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:04:36 GMT", - "ETag": "W/\u0022685c3055-eb0f-4aa7-bfd7-41ca0309f70c\u0022", + "Date": "Fri, 14 Oct 2022 01:09:33 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "df3f77cc-e16a-427a-a4dd-d94944b9d56f", - "x-ms-correlation-request-id": "9453ba1c-5d21-4a46-8cbf-956d5074b63b", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110437Z:9453ba1c-5d21-4a46-8cbf-956d5074b63b" + "x-ms-correlation-request-id": "f3835200-2388-42d8-820f-e123bd4c1207", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "CENTRALUS:20221014T010934Z:f3835200-2388-42d8-820f-e123bd4c1207" }, "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-9f8d2912", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912", - "etag": "W/\u0022685c3055-eb0f-4aa7-bfd7-41ca0309f70c\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:04:28.7904388Z" - }, - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "f2754f3d-2159-4fe6-b8cc-48fe1e7bde7c", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default?api-version=2022-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "151", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "properties": { - "serviceName": "Microsoft.Netapp/volumes" - } - } - ] + "error": { + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e74185b4-34e8-4070-9f5a-edc72a6f06cf?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1326", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:04:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fb8463ed-eae5-421e-92d6-605d0fc3858d", - "x-ms-correlation-request-id": "02d7beeb-3eb9-46d0-9ead-84d1166f5694", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110438Z:02d7beeb-3eb9-46d0-9ead-84d1166f5694" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default", - "etag": "W/\u00225b4581d3-624f-4bcf-947a-953c5ada438c\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00225b4581d3-624f-4bcf-947a-953c5ada438c\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e74185b4-34e8-4070-9f5a-edc72a6f06cf?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:04:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3378eb77-cdef-4bed-9a0c-dee8439f0510", - "x-ms-correlation-request-id": "1e217328-dc0a-4c96-9f97-5ef728a1e34d", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110441Z:1e217328-dc0a-4c96-9f97-5ef728a1e34d" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:04:41 GMT", - "ETag": "W/\u00220f9b7f73-9c66-439a-b1aa-f4f3a6414a2d\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d7b06799-8497-4ace-be71-a86293289813", - "x-ms-correlation-request-id": "6b157b06-24c8-443a-8fd7-7c797e45b964", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110441Z:6b157b06-24c8-443a-8fd7-7c797e45b964" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default", - "etag": "W/\u00220f9b7f73-9c66-439a-b1aa-f4f3a6414a2d\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00220f9b7f73-9c66-439a-b1aa-f4f3a6414a2d\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 11:04:41 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.13672.7 - NEULR1 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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 11:04:41 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.13622.7 - WEULR2 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": "de12a73c-0ed1-4a4b-92bd-ae4590db5034", - "Connection": "keep-alive", - "Content-Length": "281", - "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.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.18.0", - "x-ms-lib-capability": "retry-after, h429" - }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "de12a73c-0ed1-4a4b-92bd-ae4590db5034", - "Content-Length": "114", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:04: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.13672.7 - 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48345992-1b7f-4168-b620-ac602b0bf372?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "705", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:04:45 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A04%3A45.475279Z\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": "f167cc54-2e89-416e-b715-b2a0f17d4cde", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110446Z:f167cc54-2e89-416e-b715-b2a0f17d4cde", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912", - "name": "sdk-py-tests-acc-1-9f8d2912", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A04%3A45.475279Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:04:42.9096655Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:04:44.5661851Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:04:44.5661851Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48345992-1b7f-4168-b620-ac602b0bf372?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:05: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": "ae50a215-7a83-4cdb-b4a8-b9e855150b77", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110516Z:ae50a215-7a83-4cdb-b4a8-b9e855150b77", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48345992-1b7f-4168-b620-ac602b0bf372", - "name": "48345992-1b7f-4168-b620-ac602b0bf372", - "status": "Succeeded", - "startTime": "2022-09-19T11:04:45.4679646Z", - "endTime": "2022-09-19T11:04:45.5460779Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:05:16 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A04%3A45.5462496Z\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": "baf08225-1e51-4e4d-a135-437495b575c2", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110517Z:baf08225-1e51-4e4d-a135-437495b575c2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912", - "name": "sdk-py-tests-acc-1-9f8d2912", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A04%3A45.5462496Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:04:42.9096655Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:04:44.5661851Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:04:44.5661851Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/31f3f665-d5e7-4c33-b1f4-7dbf4a82c9af?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "921", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:05:19 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A05%3A19.126687Z\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": "14e44153-dfc8-42b9-bf4c-63b328b39bfb", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110520Z:14e44153-dfc8-42b9-bf4c-63b328b39bfb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A05%3A19.126687Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:05:17.3815326Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:05:18.9266991Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:05:18.9266991Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31f3f665-d5e7-4c33-b1f4-7dbf4a82c9af?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:05: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": "0458f44c-dfea-47c7-a9f3-47c654c8ca64", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110550Z:0458f44c-dfea-47c7-a9f3-47c654c8ca64", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31f3f665-d5e7-4c33-b1f4-7dbf4a82c9af", - "name": "31f3f665-d5e7-4c33-b1f4-7dbf4a82c9af", - "status": "Succeeded", - "startTime": "2022-09-19T11:05:19.1267087Z", - "endTime": "2022-09-19T11:05:19.8454479Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:05:50 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A05%3A19.8498618Z\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": "b3625998-3b4c-4d35-8fb2-db3d7012bf11", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110551Z:b3625998-3b4c-4d35-8fb2-db3d7012bf11", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A05%3A19.8498618Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:05:17.3815326Z" - }, - "properties": { - "poolId": "95563b8a-42b1-339a-decb-b1887f848b23", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:05:18.9266991Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:05:18.9266991Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "774", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "creationToken": "sdk-py-tests-vol-3", - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/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 - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d6bfc85f-6436-4af7-b48c-55ed49ed8ab3?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1552", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:06:05 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A06%3A04.0965431Z\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": "e7e04d74-81ed-426e-9a6c-e54642f9359b", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110605Z:e7e04d74-81ed-426e-9a6c-e54642f9359b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3", - "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1/sdk-py-tests-vol-3", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A06%3A04.0965431Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:06:01.3350089Z" - }, - "properties": { - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/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, - "maximumNumberOfFiles": 100000000, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:06:03.0685Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:06:03.0685Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d6bfc85f-6436-4af7-b48c-55ed49ed8ab3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "468bf1fc-1782-4f11-935f-2b0f4612552a", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110635Z:468bf1fc-1782-4f11-935f-2b0f4612552a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d6bfc85f-6436-4af7-b48c-55ed49ed8ab3", - "name": "d6bfc85f-6436-4af7-b48c-55ed49ed8ab3", - "status": "Creating", - "startTime": "2022-09-19T11:06:04.0948821Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d6bfc85f-6436-4af7-b48c-55ed49ed8ab3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:07: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": "946a35be-11d9-4f8b-86d2-b2faf1632446", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110705Z:946a35be-11d9-4f8b-86d2-b2faf1632446", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d6bfc85f-6436-4af7-b48c-55ed49ed8ab3", - "name": "d6bfc85f-6436-4af7-b48c-55ed49ed8ab3", - "status": "Creating", - "startTime": "2022-09-19T11:06:04.0948821Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d6bfc85f-6436-4af7-b48c-55ed49ed8ab3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "200e81f3-b963-4760-8859-ab05c8bf8c1a", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110736Z:200e81f3-b963-4760-8859-ab05c8bf8c1a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d6bfc85f-6436-4af7-b48c-55ed49ed8ab3", - "name": "d6bfc85f-6436-4af7-b48c-55ed49ed8ab3", - "status": "Creating", - "startTime": "2022-09-19T11:06:04.0948821Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d6bfc85f-6436-4af7-b48c-55ed49ed8ab3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "70619bd6-e61c-4109-abf8-b07d1866c8cd", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110806Z:70619bd6-e61c-4109-abf8-b07d1866c8cd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d6bfc85f-6436-4af7-b48c-55ed49ed8ab3", - "name": "d6bfc85f-6436-4af7-b48c-55ed49ed8ab3", - "status": "Creating", - "startTime": "2022-09-19T11:06:04.0948821Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d6bfc85f-6436-4af7-b48c-55ed49ed8ab3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "b2db8b7c-21b1-4cb3-b624-06d693f88cff", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110836Z:b2db8b7c-21b1-4cb3-b624-06d693f88cff", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d6bfc85f-6436-4af7-b48c-55ed49ed8ab3", - "name": "d6bfc85f-6436-4af7-b48c-55ed49ed8ab3", - "status": "Creating", - "startTime": "2022-09-19T11:06:04.0948821Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d6bfc85f-6436-4af7-b48c-55ed49ed8ab3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:09: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": "1497a247-9594-4d68-90f1-bcceea91de0b", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110906Z:1497a247-9594-4d68-90f1-bcceea91de0b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d6bfc85f-6436-4af7-b48c-55ed49ed8ab3", - "name": "d6bfc85f-6436-4af7-b48c-55ed49ed8ab3", - "status": "Creating", - "startTime": "2022-09-19T11:06:04.0948821Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d6bfc85f-6436-4af7-b48c-55ed49ed8ab3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "476e588b-c7b7-480f-8812-dec1dd01c18f", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220919T110937Z:476e588b-c7b7-480f-8812-dec1dd01c18f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d6bfc85f-6436-4af7-b48c-55ed49ed8ab3", - "name": "d6bfc85f-6436-4af7-b48c-55ed49ed8ab3", - "status": "Creating", - "startTime": "2022-09-19T11:06:04.0948821Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d6bfc85f-6436-4af7-b48c-55ed49ed8ab3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:10: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": "c5757e6d-4b32-4097-85ac-9cad4b9be5bf", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20220919T111007Z:c5757e6d-4b32-4097-85ac-9cad4b9be5bf", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d6bfc85f-6436-4af7-b48c-55ed49ed8ab3", - "name": "d6bfc85f-6436-4af7-b48c-55ed49ed8ab3", - "status": "Succeeded", - "startTime": "2022-09-19T11:06:04.0948821Z", - "endTime": "2022-09-19T11:10:04.6813053Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:10:07 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A10%3A04.6778242Z\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": "bf66fea8-bed3-4a89-99cd-522b290f9be6", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20220919T111007Z:bf66fea8-bed3-4a89-99cd-522b290f9be6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3", - "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1/sdk-py-tests-vol-3", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A10%3A04.6778242Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:06:01.3350089Z" - }, - "properties": { - "fileSystemId": "8b4c4289-3ad0-cd02-9df6-151a3b9e682e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3", - "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_8f82c7b40509489d9e97d719b9b955b4_963f4053", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "8b4c4289-3ad0-cd02-9df6-151a3b9e682e", - "fileSystemId": "8b4c4289-3ad0-cd02-9df6-151a3b9e682e", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:06:03.0685Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:06:03.0685Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "39acf77d-5c1e-477f-91e7-5002c6ddf831", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20220919T111008Z:39acf77d-5c1e-477f-91e7-5002c6ddf831", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3", - "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1/sdk-py-tests-vol-3", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A10%3A04.6778242Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:06:01.3350089Z" - }, - "properties": { - "fileSystemId": "8b4c4289-3ad0-cd02-9df6-151a3b9e682e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3", - "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_8f82c7b40509489d9e97d719b9b955b4_963f4053", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "8b4c4289-3ad0-cd02-9df6-151a3b9e682e", - "fileSystemId": "8b4c4289-3ad0-cd02-9df6-151a3b9e682e", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:06:03.0685Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:06:03.0685Z" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/7a8ff771-e16d-4088-9c69-b6a36531a5f9?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 11:10:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7a8ff771-e16d-4088-9c69-b6a36531a5f9?api-version=2022-05-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": "980a3b9f-211a-45cf-9ca1-c1c50cafb6a5", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T111009Z:980a3b9f-211a-45cf-9ca1-c1c50cafb6a5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7a8ff771-e16d-4088-9c69-b6a36531a5f9?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:10: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": "97ea002a-9450-4a53-855b-c2a7bc035745", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20220919T111039Z:97ea002a-9450-4a53-855b-c2a7bc035745", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7a8ff771-e16d-4088-9c69-b6a36531a5f9", - "name": "7a8ff771-e16d-4088-9c69-b6a36531a5f9", - "status": "Deleting", - "startTime": "2022-09-19T11:10:08.8534684Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7a8ff771-e16d-4088-9c69-b6a36531a5f9?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:11: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": "168b27c1-a1b5-450b-89e0-16c4d6cf8ba1", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20220919T111109Z:168b27c1-a1b5-450b-89e0-16c4d6cf8ba1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7a8ff771-e16d-4088-9c69-b6a36531a5f9", - "name": "7a8ff771-e16d-4088-9c69-b6a36531a5f9", - "status": "Succeeded", - "startTime": "2022-09-19T11:10:08.8534684Z", - "endTime": "2022-09-19T11:11:05.4346744Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7a8ff771-e16d-4088-9c69-b6a36531a5f9?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:11: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": "7b2a410a-b8eb-4429-9c79-236f3f2b841c", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20220919T111110Z:7b2a410a-b8eb-4429-9c79-236f3f2b841c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3", - "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1/sdk-py-tests-vol-3", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A10%3A56.391878Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:06:01.3350089Z" - }, - "properties": { - "fileSystemId": "8b4c4289-3ad0-cd02-9df6-151a3b9e682e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_963f4053", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3", - "poolId": "95563b8a-42b1-339a-decb-b1887f848b23", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "8b4c4289-3ad0-cd02-9df6-151a3b9e682e", - "fileSystemId": "8b4c4289-3ad0-cd02-9df6-151a3b9e682e", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:06:03.0685Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:06:03.0685Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "315", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:14:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "211d9615-2a65-42f1-9534-6b7d1a938adf", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T111432Z:211d9615-2a65-42f1-9534-6b7d1a938adf" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:14: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": "fc49cedf-9865-453a-8675-4e0eaa99d153", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T111433Z:fc49cedf-9865-453a-8675-4e0eaa99d153", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "315", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:17:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fc41d0c4-5d6c-49b8-96d8-212ce0b91d24", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T111755Z:fc41d0c4-5d6c-49b8-96d8-212ce0b91d24" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/69c71f97-9821-4b30-a1d8-756de8c2dc87?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 11:18:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69c71f97-9821-4b30-a1d8-756de8c2dc87?api-version=2022-05-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": "bc659062-fe4f-48a6-9478-482a6ee4c7cb", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T111807Z:bc659062-fe4f-48a6-9478-482a6ee4c7cb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69c71f97-9821-4b30-a1d8-756de8c2dc87?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:18: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": "4f5d5e27-3ba5-4372-b1bc-4678325d7d9d", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T111837Z:4f5d5e27-3ba5-4372-b1bc-4678325d7d9d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69c71f97-9821-4b30-a1d8-756de8c2dc87", - "name": "69c71f97-9821-4b30-a1d8-756de8c2dc87", - "status": "Succeeded", - "startTime": "2022-09-19T11:18:07.4774771Z", - "endTime": "2022-09-19T11:18:08.477473Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69c71f97-9821-4b30-a1d8-756de8c2dc87?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:18: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": "62bb6053-f0eb-41bb-b173-914d7f040ebc", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T111838Z:62bb6053-f0eb-41bb-b173-914d7f040ebc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A18%3A07.4799813Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:05:17.3815326Z" - }, - "properties": { - "poolId": "95563b8a-42b1-339a-decb-b1887f848b23", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:05:18.9266991Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:05:18.9266991Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 11:18:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "558ee998-8de2-4d29-9cfb-171a5f7249d5", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T111849Z:558ee998-8de2-4d29-9cfb-171a5f7249d5" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 11:18:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08399a2f-ce68-4ce0-b0f2-1d56ffad878d", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T111859Z:08399a2f-ce68-4ce0-b0f2-1d56ffad878d" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 11:19:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "336aa6f3-2511-4044-8b12-ff190a584a19", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T111909Z:336aa6f3-2511-4044-8b12-ff190a584a19" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 11:19:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "71b0e2e2-4557-465a-8f03-c951c14af134", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T111920Z:71b0e2e2-4557-465a-8f03-c951c14af134" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:19:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b67fefbf-dc6f-431a-bfcb-f31465ea3714", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T111930Z:b67fefbf-dc6f-431a-bfcb-f31465ea3714" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/7e7f8ef9-c4ef-460b-b323-e4414d32544b?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 11:19:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e7f8ef9-c4ef-460b-b323-e4414d32544b?api-version=2022-05-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": "8df72356-f3d8-48ff-a72f-864b21510ead", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T111931Z:8df72356-f3d8-48ff-a72f-864b21510ead", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e7f8ef9-c4ef-460b-b323-e4414d32544b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:20: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": "b382a347-bf34-4161-9c2f-b653b8630cae", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112002Z:b382a347-bf34-4161-9c2f-b653b8630cae", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e7f8ef9-c4ef-460b-b323-e4414d32544b", - "name": "7e7f8ef9-c4ef-460b-b323-e4414d32544b", - "status": "Succeeded", - "startTime": "2022-09-19T11:19:31.8262718Z", - "endTime": "2022-09-19T11:19:31.8732159Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e7f8ef9-c4ef-460b-b323-e4414d32544b?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:20: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": "0afca0b9-fbeb-452c-ab61-79a76d2caf6c", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112002Z:0afca0b9-fbeb-452c-ab61-79a76d2caf6c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912", - "name": "sdk-py-tests-acc-1-9f8d2912", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A19%3A31.8246961Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:04:42.9096655Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:04:44.5661851Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:04:44.5661851Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "254", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:20:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "084c8acf-99a4-412b-be85-49a3e50c953f", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112002Z:084c8acf-99a4-412b-be85-49a3e50c953f" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912?api-version=2022-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0cd1d50a-3b9f-4fa5-81ff-2debd22da4c9?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 11:20:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/0cd1d50a-3b9f-4fa5-81ff-2debd22da4c9?api-version=2022-01-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "54bc5075-938d-4a44-b297-6f00a7e16c3c", - "x-ms-correlation-request-id": "bc8908d4-e921-4685-b86c-16fa8798384d", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112003Z:bc8908d4-e921-4685-b86c-16fa8798384d" - }, - "ResponseBody": null } ], "Variables": {} 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 d173eecf478d..6dbdfef6ca0a 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:14:11 GMT", + "Date": "Fri, 14 Oct 2022 01:09:43 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.13672.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:14:11 GMT", + "Date": "Fri, 14 Oct 2022 01:09:43 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.13672.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "86426a41-7e3e-4c8c-a1ac-f55a3de6e122", + "client-request-id": "bf41e9e8-0912-486c-becb-1478baa649ed", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "86426a41-7e3e-4c8c-a1ac-f55a3de6e122", + "client-request-id": "bf41e9e8-0912-486c-becb-1478baa649ed", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:14:12 GMT", + "Date": "Fri, 14 Oct 2022 01:09:43 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -213,7 +216,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -221,7 +224,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2", @@ -233,2284 +236,26 @@ } } }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e5e99578-5ee8-4822-9b27-9ebeeed46806?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "750", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:14:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "12a862a2-fac1-4471-8ef1-52c7941ec503", - "x-ms-correlation-request-id": "df15fbec-a06f-49c3-9ea4-a0b72425a576", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121422Z:df15fbec-a06f-49c3-9ea4-a0b72425a576" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-84d7262b", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b", - "etag": "W/\u0022e3dcda07-7861-4989-99ff-e1b0c0dc38f2\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:14:16.4806287Z" - }, - "properties": { - "provisioningState": "Updating", - "resourceGuid": "67b55e56-d33b-431f-92eb-679e53e95331", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e5e99578-5ee8-4822-9b27-9ebeeed46806?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:14:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cb579b2d-b97c-41f5-b602-68eca78510d9", - "x-ms-correlation-request-id": "2ec2a730-9c61-47dd-a0b6-f8207dec3163", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121425Z:2ec2a730-9c61-47dd-a0b6-f8207dec3163" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:14:26 GMT", - "ETag": "W/\u0022629022b6-6d2c-43a3-af57-2df59552b11e\u0022", + "Date": "Fri, 14 Oct 2022 01:09:44 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "64a332dd-8329-4523-a858-c986128bf8ef", - "x-ms-correlation-request-id": "9ba5ad68-7989-41a2-8240-d5bd6885e307", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121426Z:9ba5ad68-7989-41a2-8240-d5bd6885e307" + "x-ms-correlation-request-id": "2dc74d53-af14-4131-b82c-ca9b6ced613b", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "CENTRALUS:20221014T010944Z:2dc74d53-af14-4131-b82c-ca9b6ced613b" }, "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-84d7262b", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b", - "etag": "W/\u0022629022b6-6d2c-43a3-af57-2df59552b11e\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:14:16.4806287Z" - }, - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "67b55e56-d33b-431f-92eb-679e53e95331", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default?api-version=2022-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "151", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "properties": { - "serviceName": "Microsoft.Netapp/volumes" - } - } - ] + "error": { + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/cdf42963-a244-4042-9708-dd0c8d467c12?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1326", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:14:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c2ecb75c-ddb2-4cbb-a1c4-1cde172cc7af", - "x-ms-correlation-request-id": "301327f2-72f0-4ab0-bbdf-dc60b91a8fd3", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121427Z:301327f2-72f0-4ab0-bbdf-dc60b91a8fd3" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default", - "etag": "W/\u0022cd714b03-2b8d-45bf-bd35-636a391ce27c\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022cd714b03-2b8d-45bf-bd35-636a391ce27c\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/cdf42963-a244-4042-9708-dd0c8d467c12?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:14:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "de4a2d6c-5240-4d32-b682-664fca8a7b6d", - "x-ms-correlation-request-id": "7851606f-2f23-4d8b-bab8-47f88d443474", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121430Z:7851606f-2f23-4d8b-bab8-47f88d443474" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:14:30 GMT", - "ETag": "W/\u00223a24d3db-2883-4ec6-9db5-4ab2e43c3637\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0ba1766a-f587-4edb-8f9e-5955a2c5389d", - "x-ms-correlation-request-id": "d80c1f78-0256-4cbf-b3b6-d844b2e127cd", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121431Z:d80c1f78-0256-4cbf-b3b6-d844b2e127cd" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default", - "etag": "W/\u00223a24d3db-2883-4ec6-9db5-4ab2e43c3637\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00223a24d3db-2883-4ec6-9db5-4ab2e43c3637\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 12:14:31 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.13672.7 - 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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 12:14:31 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.13622.7 - WEULR2 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": "e5d17bbe-5c84-4d97-a691-75f74d7d887c", - "Connection": "keep-alive", - "Content-Length": "281", - "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.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.18.0", - "x-ms-lib-capability": "retry-after, h429" - }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "e5d17bbe-5c84-4d97-a691-75f74d7d887c", - "Content-Length": "114", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:14:31 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.13672.7 - WEULR2 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67b6cdba-a2c6-47cc-bbe6-70e4bea7e604?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:14:35 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T12%3A14%3A34.8541182Z\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": "c8a2d129-9ca3-483b-9aee-e7926bba61c1", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121436Z:c8a2d129-9ca3-483b-9aee-e7926bba61c1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b", - "name": "sdk-py-tests-acc-1-84d7262b", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A14%3A34.8541182Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:14:32.7904981Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T12:14:33.8789254Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T12:14:33.8789254Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67b6cdba-a2c6-47cc-bbe6-70e4bea7e604?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:15: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": "e7a4754f-c19c-417c-8fdc-9d4a9058226a", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121506Z:e7a4754f-c19c-417c-8fdc-9d4a9058226a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67b6cdba-a2c6-47cc-bbe6-70e4bea7e604", - "name": "67b6cdba-a2c6-47cc-bbe6-70e4bea7e604", - "status": "Succeeded", - "startTime": "2022-09-19T12:14:34.8468114Z", - "endTime": "2022-09-19T12:14:34.8936194Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:15:06 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T12%3A14%3A34.8980544Z\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": "f7d2fb37-c61b-46cc-9224-577500f2f7e4", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121507Z:f7d2fb37-c61b-46cc-9224-577500f2f7e4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b", - "name": "sdk-py-tests-acc-1-84d7262b", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A14%3A34.8980544Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:14:32.7904981Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T12:14:33.8789254Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T12:14:33.8789254Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/310c10cb-6e7a-4909-be7b-a479371d2852?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "922", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:15:09 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T12%3A15%3A08.7345125Z\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": "4d8ac8a5-9789-4f0e-a25a-e342bc69d495", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121509Z:4d8ac8a5-9789-4f0e-a25a-e342bc69d495", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A15%3A08.7345125Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:15:07.2872758Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T12:15:08.5238888Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T12:15:08.5238888Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/310c10cb-6e7a-4909-be7b-a479371d2852?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:15: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": "db0df4b3-a09f-478a-8d51-ca3de311ee34", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121540Z:db0df4b3-a09f-478a-8d51-ca3de311ee34", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/310c10cb-6e7a-4909-be7b-a479371d2852", - "name": "310c10cb-6e7a-4909-be7b-a479371d2852", - "status": "Succeeded", - "startTime": "2022-09-19T12:15:08.7280221Z", - "endTime": "2022-09-19T12:15:10.1499979Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:15:40 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T12%3A15%3A10.1439315Z\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": "c82d7408-95e9-435e-a103-aa13e42fb3f8", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121540Z:c82d7408-95e9-435e-a103-aa13e42fb3f8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A15%3A10.1439315Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:15:07.2872758Z" - }, - "properties": { - "poolId": "f9cf0075-d711-be9f-1b88-1a05fef701a0", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T12:15:08.5238888Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T12:15:08.5238888Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "783", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "creationToken": "sdk-py-tests-vol-3-84d7262b", - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/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 - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e7e46e68-3eb0-44d5-9d5d-f7de142eea54?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1585", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:15:53 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T12%3A15%3A53.0698559Z\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": "2139e582-17e5-4e75-aa1d-71e34398f3cb", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121553Z:2139e582-17e5-4e75-aa1d-71e34398f3cb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b", - "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-84d7262b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A15%3A53.0698559Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:15:50.9679025Z" - }, - "properties": { - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-84d7262b", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/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, - "maximumNumberOfFiles": 100000000, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T12:15:51.9259876Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T12:15:51.9259876Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e7e46e68-3eb0-44d5-9d5d-f7de142eea54?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:16: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": "45ed5810-b05d-45a1-a650-33daec972e59", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121624Z:45ed5810-b05d-45a1-a650-33daec972e59", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e7e46e68-3eb0-44d5-9d5d-f7de142eea54", - "name": "e7e46e68-3eb0-44d5-9d5d-f7de142eea54", - "status": "Creating", - "startTime": "2022-09-19T12:15:53.0755479Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e7e46e68-3eb0-44d5-9d5d-f7de142eea54?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:16: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": "b7932bf1-3f74-479e-a711-f516fd539eb7", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121654Z:b7932bf1-3f74-479e-a711-f516fd539eb7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e7e46e68-3eb0-44d5-9d5d-f7de142eea54", - "name": "e7e46e68-3eb0-44d5-9d5d-f7de142eea54", - "status": "Creating", - "startTime": "2022-09-19T12:15:53.0755479Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e7e46e68-3eb0-44d5-9d5d-f7de142eea54?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:17: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": "607be8f5-7205-4545-a46d-790091e9a304", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121724Z:607be8f5-7205-4545-a46d-790091e9a304", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e7e46e68-3eb0-44d5-9d5d-f7de142eea54", - "name": "e7e46e68-3eb0-44d5-9d5d-f7de142eea54", - "status": "Creating", - "startTime": "2022-09-19T12:15:53.0755479Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e7e46e68-3eb0-44d5-9d5d-f7de142eea54?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:17: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": "0137c43a-8467-446d-aae6-0d66a1f6c194", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121754Z:0137c43a-8467-446d-aae6-0d66a1f6c194", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e7e46e68-3eb0-44d5-9d5d-f7de142eea54", - "name": "e7e46e68-3eb0-44d5-9d5d-f7de142eea54", - "status": "Creating", - "startTime": "2022-09-19T12:15:53.0755479Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e7e46e68-3eb0-44d5-9d5d-f7de142eea54?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:18: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": "cb62e3b1-96d5-4168-a79e-76b1a6f13503", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121825Z:cb62e3b1-96d5-4168-a79e-76b1a6f13503", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e7e46e68-3eb0-44d5-9d5d-f7de142eea54", - "name": "e7e46e68-3eb0-44d5-9d5d-f7de142eea54", - "status": "Creating", - "startTime": "2022-09-19T12:15:53.0755479Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e7e46e68-3eb0-44d5-9d5d-f7de142eea54?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:18: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": "28db70a8-92bc-410f-9399-8510ca48dd18", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121855Z:28db70a8-92bc-410f-9399-8510ca48dd18", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e7e46e68-3eb0-44d5-9d5d-f7de142eea54", - "name": "e7e46e68-3eb0-44d5-9d5d-f7de142eea54", - "status": "Creating", - "startTime": "2022-09-19T12:15:53.0755479Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e7e46e68-3eb0-44d5-9d5d-f7de142eea54?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:19: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": "d07c2458-40d8-46e3-a2c6-9bac94b87b0c", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121925Z:d07c2458-40d8-46e3-a2c6-9bac94b87b0c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e7e46e68-3eb0-44d5-9d5d-f7de142eea54", - "name": "e7e46e68-3eb0-44d5-9d5d-f7de142eea54", - "status": "Creating", - "startTime": "2022-09-19T12:15:53.0755479Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e7e46e68-3eb0-44d5-9d5d-f7de142eea54?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:19: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": "8d2edb51-5c64-46f9-a632-643689c05d77", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121956Z:8d2edb51-5c64-46f9-a632-643689c05d77", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e7e46e68-3eb0-44d5-9d5d-f7de142eea54", - "name": "e7e46e68-3eb0-44d5-9d5d-f7de142eea54", - "status": "Creating", - "startTime": "2022-09-19T12:15:53.0755479Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e7e46e68-3eb0-44d5-9d5d-f7de142eea54?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:20: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": "a6743ea5-8be2-4d80-a628-ade9a9e8fa3c", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20220919T122026Z:a6743ea5-8be2-4d80-a628-ade9a9e8fa3c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e7e46e68-3eb0-44d5-9d5d-f7de142eea54", - "name": "e7e46e68-3eb0-44d5-9d5d-f7de142eea54", - "status": "Succeeded", - "startTime": "2022-09-19T12:15:53.0755479Z", - "endTime": "2022-09-19T12:19:58.069275Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:20:26 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T12%3A19%3A58.0618288Z\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": "3de1ced0-3359-4ccd-b5b5-6516e48e45db", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20220919T122027Z:3de1ced0-3359-4ccd-b5b5-6516e48e45db", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b", - "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-84d7262b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A19%3A58.0618288Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:15:50.9679025Z" - }, - "properties": { - "fileSystemId": "e9ced3cd-eefe-2b2d-b40d-4803d15248ba", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-84d7262b", - "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_8f82c7b40509489d9e97d719b9b955b4_94778f5a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "e9ced3cd-eefe-2b2d-b40d-4803d15248ba", - "fileSystemId": "e9ced3cd-eefe-2b2d-b40d-4803d15248ba", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T12:15:51.9259876Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T12:15:51.9259876Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:20:27 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T12%3A19%3A58.0618288Z\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": "f69b8308-f7b4-4d5d-ac29-28fae33adbc5", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20220919T122028Z:f69b8308-f7b4-4d5d-ac29-28fae33adbc5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b", - "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-84d7262b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A19%3A58.0618288Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:15:50.9679025Z" - }, - "properties": { - "fileSystemId": "e9ced3cd-eefe-2b2d-b40d-4803d15248ba", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-84d7262b", - "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_8f82c7b40509489d9e97d719b9b955b4_94778f5a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "e9ced3cd-eefe-2b2d-b40d-4803d15248ba", - "fileSystemId": "e9ced3cd-eefe-2b2d-b40d-4803d15248ba", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T12:15:51.9259876Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T12:15:51.9259876Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/fcdefffe-59c7-4b23-beb9-4fc10303ea03?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 12:20:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fcdefffe-59c7-4b23-beb9-4fc10303ea03?api-version=2022-05-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": "f3f297f8-42a7-4979-86aa-0602170a9285", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T122029Z:f3f297f8-42a7-4979-86aa-0602170a9285", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fcdefffe-59c7-4b23-beb9-4fc10303ea03?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:20: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": "ce16da05-cc90-41dd-b50b-ce92b8a06e76", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20220919T122059Z:ce16da05-cc90-41dd-b50b-ce92b8a06e76", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fcdefffe-59c7-4b23-beb9-4fc10303ea03", - "name": "fcdefffe-59c7-4b23-beb9-4fc10303ea03", - "status": "Deleting", - "startTime": "2022-09-19T12:20:29.218391Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fcdefffe-59c7-4b23-beb9-4fc10303ea03?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:21: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": "52da6cbe-5b12-4873-9454-1d616c29894a", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20220919T122129Z:52da6cbe-5b12-4873-9454-1d616c29894a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fcdefffe-59c7-4b23-beb9-4fc10303ea03", - "name": "fcdefffe-59c7-4b23-beb9-4fc10303ea03", - "status": "Deleting", - "startTime": "2022-09-19T12:20:29.218391Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fcdefffe-59c7-4b23-beb9-4fc10303ea03?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:21: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": "3c95d20c-4244-48ea-8711-8c72eaabffbc", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "WESTEUROPE:20220919T122200Z:3c95d20c-4244-48ea-8711-8c72eaabffbc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fcdefffe-59c7-4b23-beb9-4fc10303ea03", - "name": "fcdefffe-59c7-4b23-beb9-4fc10303ea03", - "status": "Succeeded", - "startTime": "2022-09-19T12:20:29.218391Z", - "endTime": "2022-09-19T12:21:37.7132309Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fcdefffe-59c7-4b23-beb9-4fc10303ea03?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:21: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": "1b2a0beb-b8fc-4779-9644-48999066a8b5", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "WESTEUROPE:20220919T122200Z:1b2a0beb-b8fc-4779-9644-48999066a8b5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b", - "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-84d7262b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A21%3A28.6596645Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:15:50.9679025Z" - }, - "properties": { - "fileSystemId": "e9ced3cd-eefe-2b2d-b40d-4803d15248ba", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-84d7262b", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_94778f5a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b", - "poolId": "f9cf0075-d711-be9f-1b88-1a05fef701a0", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "e9ced3cd-eefe-2b2d-b40d-4803d15248ba", - "fileSystemId": "e9ced3cd-eefe-2b2d-b40d-4803d15248ba", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T12:15:51.9259876Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T12:15:51.9259876Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "324", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12: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": "746d82dc-2062-412f-8bc7-10471b01df9d", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T122523Z:746d82dc-2062-412f-8bc7-10471b01df9d" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/8a7dae0e-baaf-4b30-932b-479ef5eb2216?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 12:25:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8a7dae0e-baaf-4b30-932b-479ef5eb2216?api-version=2022-05-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": "c667542f-a3b7-4269-b682-3602b231ac82", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T122535Z:c667542f-a3b7-4269-b682-3602b231ac82", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8a7dae0e-baaf-4b30-932b-479ef5eb2216?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:26: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": "e28f7b6f-c8fc-45c3-b74b-4aace07e4150", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T122605Z:e28f7b6f-c8fc-45c3-b74b-4aace07e4150", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8a7dae0e-baaf-4b30-932b-479ef5eb2216", - "name": "8a7dae0e-baaf-4b30-932b-479ef5eb2216", - "status": "Succeeded", - "startTime": "2022-09-19T12:25:35.3561223Z", - "endTime": "2022-09-19T12:25:36.4655514Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8a7dae0e-baaf-4b30-932b-479ef5eb2216?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:26: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": "78c2c6f9-e89b-4d17-a1b2-ba64a9ee0d01", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T122606Z:78c2c6f9-e89b-4d17-a1b2-ba64a9ee0d01", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A25%3A35.355327Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:15:07.2872758Z" - }, - "properties": { - "poolId": "f9cf0075-d711-be9f-1b88-1a05fef701a0", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T12:15:08.5238888Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T12:15:08.5238888Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 12:26:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f403d86e-308e-461b-8663-cdcc325ce388", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T122616Z:f403d86e-308e-461b-8663-cdcc325ce388" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 12:26:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "abe031d2-8f75-4342-bf98-0939b9c985f7", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T122626Z:abe031d2-8f75-4342-bf98-0939b9c985f7" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 12:26:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dd97291b-cf02-4e00-be2b-f38661ccbf68", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T122637Z:dd97291b-cf02-4e00-be2b-f38661ccbf68" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 12:26:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87c99d56-c8c2-4919-b902-8277712316af", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T122647Z:87c99d56-c8c2-4919-b902-8277712316af" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:26:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ac074ce8-c440-4283-91ea-96822a392387", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T122657Z:ac074ce8-c440-4283-91ea-96822a392387" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/ba52fffb-502a-475a-b872-4e9b7b07e29a?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 12:26:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ba52fffb-502a-475a-b872-4e9b7b07e29a?api-version=2022-05-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": "09cc5a1c-03f1-4062-b074-3783deb4a853", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T122659Z:09cc5a1c-03f1-4062-b074-3783deb4a853", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ba52fffb-502a-475a-b872-4e9b7b07e29a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:27: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": "3ccb02d8-0afc-4bf2-a02e-c690efac570f", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T122729Z:3ccb02d8-0afc-4bf2-a02e-c690efac570f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ba52fffb-502a-475a-b872-4e9b7b07e29a", - "name": "ba52fffb-502a-475a-b872-4e9b7b07e29a", - "status": "Succeeded", - "startTime": "2022-09-19T12:26:58.904933Z", - "endTime": "2022-09-19T12:26:58.9674916Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ba52fffb-502a-475a-b872-4e9b7b07e29a?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:27: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": "dbaff3dd-2b9c-43f9-8a01-ff68c588fcf1", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T122729Z:dbaff3dd-2b9c-43f9-8a01-ff68c588fcf1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b", - "name": "sdk-py-tests-acc-1-84d7262b", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A26%3A58.9115215Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:14:32.7904981Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T12:14:33.8789254Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T12:14:33.8789254Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "254", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 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": "b289ea39-609d-4eae-ab8b-247ecd136250", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T122729Z:b289ea39-609d-4eae-ab8b-247ecd136250" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b?api-version=2022-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e626e18b-5307-4a42-b62c-1f336ce2d1a2?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 12:27:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/e626e18b-5307-4a42-b62c-1f336ce2d1a2?api-version=2022-01-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "78fdca93-a3b0-4d16-ae0f-1252317a2d3e", - "x-ms-correlation-request-id": "368f725c-3966-4e7f-934c-b343043fc096", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T122730Z:368f725c-3966-4e7f-934c-b343043fc096" - }, - "ResponseBody": null } ], "Variables": {} 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 8f4d72ad4150..2b60086da295 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:20:22 GMT", + "Date": "Fri, 14 Oct 2022 01:09:36 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.13672.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:20:22 GMT", + "Date": "Fri, 14 Oct 2022 01:09:36 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.13622.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13845.9 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "72dbf577-1c7c-4b6c-981d-8e273d472709", + "client-request-id": "ba4cedea-8fe5-4ce7-a825-60d0f8050841", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "72dbf577-1c7c-4b6c-981d-8e273d472709", + "client-request-id": "ba4cedea-8fe5-4ce7-a825-60d0f8050841", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:20:23 GMT", + "Date": "Fri, 14 Oct 2022 01:09:36 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -213,7 +216,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -221,7 +224,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2", @@ -233,2917 +236,26 @@ } } }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/640d63a9-638b-4822-979a-19bb203b6a54?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "750", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:20:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3827b097-aafe-4cbe-b602-dea87c487d0d", - "x-ms-correlation-request-id": "a76f84ef-d376-450e-b72e-aee90df8efbd", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112029Z:a76f84ef-d376-450e-b72e-aee90df8efbd" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-a2e023e0", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0", - "etag": "W/\u0022a92f1466-92ab-4e4a-9293-a1e49965a422\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:20:24.8927200Z" - }, - "properties": { - "provisioningState": "Updating", - "resourceGuid": "325be844-a11e-4c6f-b4e1-dd0d8b3dfde4", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/640d63a9-638b-4822-979a-19bb203b6a54?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:20:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eb828c2a-c4a2-4f1b-99bf-a05c96db99e5", - "x-ms-correlation-request-id": "f1ca04ab-8e86-4e48-b2a8-56fb14268dee", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112032Z:f1ca04ab-8e86-4e48-b2a8-56fb14268dee" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:20:33 GMT", - "ETag": "W/\u0022de69ee5f-a210-492b-bbdd-0df740af5e32\u0022", + "Date": "Fri, 14 Oct 2022 01:09:37 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "16e50385-4938-49f5-a9a8-82b0d8c77174", - "x-ms-correlation-request-id": "b3d5b53c-07b0-4931-ba6e-6291727e9a3d", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112033Z:b3d5b53c-07b0-4931-ba6e-6291727e9a3d" + "x-ms-correlation-request-id": "2db9dd95-b150-4ec1-b03d-4f2ea75313f0", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "CENTRALUS:20221014T010937Z:2db9dd95-b150-4ec1-b03d-4f2ea75313f0" }, "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-a2e023e0", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0", - "etag": "W/\u0022de69ee5f-a210-492b-bbdd-0df740af5e32\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:20:24.8927200Z" - }, - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "325be844-a11e-4c6f-b4e1-dd0d8b3dfde4", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default?api-version=2022-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "151", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "properties": { - "serviceName": "Microsoft.Netapp/volumes" - } - } - ] + "error": { + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f4b47828-c2d9-4953-a185-8ca3477845ad?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1326", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:20:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d594e1e0-41c3-447b-a952-9d37b6abd383", - "x-ms-correlation-request-id": "1a1db748-766a-46bd-931d-62edb4402145", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112034Z:1a1db748-766a-46bd-931d-62edb4402145" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", - "etag": "W/\u00220ec8039d-5d62-4a87-aea0-34b47e420119\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00220ec8039d-5d62-4a87-aea0-34b47e420119\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f4b47828-c2d9-4953-a185-8ca3477845ad?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:20:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e44416fb-3e66-4e71-98b8-96007a22d0cf", - "x-ms-correlation-request-id": "db6581de-ea9d-417e-bcdf-6ae5fddbcaac", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112037Z:db6581de-ea9d-417e-bcdf-6ae5fddbcaac" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:20:38 GMT", - "ETag": "W/\u0022c92a0869-bc4c-480d-8d92-f6024b652e64\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b2864be6-5a69-45f4-ac61-cae5da435be8", - "x-ms-correlation-request-id": "e0513d6a-ef2c-487a-8569-4156356f0008", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112038Z:e0513d6a-ef2c-487a-8569-4156356f0008" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", - "etag": "W/\u0022c92a0869-bc4c-480d-8d92-f6024b652e64\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022c92a0869-bc4c-480d-8d92-f6024b652e64\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 11:20:37 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.13672.7 - 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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 11:20:37 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.13622.7 - 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": "b45959d4-a732-484f-9279-0de4f2c6f663", - "Connection": "keep-alive", - "Content-Length": "281", - "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.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.18.0", - "x-ms-lib-capability": "retry-after, h429" - }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "b45959d4-a732-484f-9279-0de4f2c6f663", - "Content-Length": "114", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:20:38 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.13672.7 - 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc16c5aa-c8b5-4abd-8157-62d037f79ca9?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:20:43 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A20%3A41.9037082Z\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": "a5a81aa0-f898-4b47-82e5-7cd451d588b6", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112043Z:a5a81aa0-f898-4b47-82e5-7cd451d588b6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0", - "name": "sdk-py-tests-acc-1-a2e023e0", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A20%3A41.9037082Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:20:40.0074903Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:20:40.9963377Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:20:40.9963377Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc16c5aa-c8b5-4abd-8157-62d037f79ca9?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "d2c78c2f-7dbb-4c48-81cc-a667859862f4", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112113Z:d2c78c2f-7dbb-4c48-81cc-a667859862f4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc16c5aa-c8b5-4abd-8157-62d037f79ca9", - "name": "cc16c5aa-c8b5-4abd-8157-62d037f79ca9", - "status": "Succeeded", - "startTime": "2022-09-19T11:20:41.9038939Z", - "endTime": "2022-09-19T11:20:41.9508101Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:21:13 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A20%3A41.9566551Z\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": "ea5a7db5-36a0-4a2e-ac56-bce9f5eda651", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112114Z:ea5a7db5-36a0-4a2e-ac56-bce9f5eda651", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0", - "name": "sdk-py-tests-acc-1-a2e023e0", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A20%3A41.9566551Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:20:40.0074903Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:20:40.9963377Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:20:40.9963377Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/e1198d71-0cf8-4d52-8da0-ffece1e891e5?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "922", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:21:16 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A21%3A15.5875692Z\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": "d3e1431c-e827-4cbf-b73c-e7fd0fe16a8d", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112116Z:d3e1431c-e827-4cbf-b73c-e7fd0fe16a8d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A21%3A15.5875692Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:21:14.3013656Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:21:15.4029173Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:21:15.4029173Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e1198d71-0cf8-4d52-8da0-ffece1e891e5?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:21: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": "c2e09e9c-e9e7-4f5d-820f-91829ffb5273", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112146Z:c2e09e9c-e9e7-4f5d-820f-91829ffb5273", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e1198d71-0cf8-4d52-8da0-ffece1e891e5", - "name": "e1198d71-0cf8-4d52-8da0-ffece1e891e5", - "status": "Succeeded", - "startTime": "2022-09-19T11:21:15.5884406Z", - "endTime": "2022-09-19T11:21:16.5153816Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:21:46 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A21%3A16.5097851Z\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": "25f66cd9-9c31-40df-a7ef-9556b735d3ec", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112147Z:25f66cd9-9c31-40df-a7ef-9556b735d3ec", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A21%3A16.5097851Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:21:14.3013656Z" - }, - "properties": { - "poolId": "4582c81e-9e44-1078-afda-6253bb077da2", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:21:15.4029173Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:21:15.4029173Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "783", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "creationToken": "sdk-py-tests-vol-3-a2e023e0", - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/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 - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2acadb6a-f49a-46f1-bc62-4efd3d6c83a1?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1585", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:21:59 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A21%3A58.7600339Z\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": "99de6c51-4032-4549-b20a-47e78b81c033", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112200Z:99de6c51-4032-4549-b20a-47e78b81c033", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0", - "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a2e023e0", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A21%3A58.7600339Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:21:57.5177891Z" - }, - "properties": { - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-a2e023e0", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/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, - "maximumNumberOfFiles": 100000000, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:21:58.4657081Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:21:58.4657081Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2acadb6a-f49a-46f1-bc62-4efd3d6c83a1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:22: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": "1bbf42f9-e03c-47f4-a5fa-874c7f6166c0", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112230Z:1bbf42f9-e03c-47f4-a5fa-874c7f6166c0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2acadb6a-f49a-46f1-bc62-4efd3d6c83a1", - "name": "2acadb6a-f49a-46f1-bc62-4efd3d6c83a1", - "status": "Creating", - "startTime": "2022-09-19T11:21:58.7572971Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2acadb6a-f49a-46f1-bc62-4efd3d6c83a1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:23: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": "f841f42e-e620-460c-8e76-8ae9b60df584", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112300Z:f841f42e-e620-460c-8e76-8ae9b60df584", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2acadb6a-f49a-46f1-bc62-4efd3d6c83a1", - "name": "2acadb6a-f49a-46f1-bc62-4efd3d6c83a1", - "status": "Creating", - "startTime": "2022-09-19T11:21:58.7572971Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2acadb6a-f49a-46f1-bc62-4efd3d6c83a1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:23: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": "4aee8487-7121-4310-ae3f-d88a85df8231", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112330Z:4aee8487-7121-4310-ae3f-d88a85df8231", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2acadb6a-f49a-46f1-bc62-4efd3d6c83a1", - "name": "2acadb6a-f49a-46f1-bc62-4efd3d6c83a1", - "status": "Creating", - "startTime": "2022-09-19T11:21:58.7572971Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2acadb6a-f49a-46f1-bc62-4efd3d6c83a1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:24: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": "98bafa6c-450a-4e52-b639-9f6803ee3506", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112401Z:98bafa6c-450a-4e52-b639-9f6803ee3506", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2acadb6a-f49a-46f1-bc62-4efd3d6c83a1", - "name": "2acadb6a-f49a-46f1-bc62-4efd3d6c83a1", - "status": "Creating", - "startTime": "2022-09-19T11:21:58.7572971Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2acadb6a-f49a-46f1-bc62-4efd3d6c83a1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:24: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": "c049c7bd-920e-4bf8-a646-a7e601f000a5", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112431Z:c049c7bd-920e-4bf8-a646-a7e601f000a5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2acadb6a-f49a-46f1-bc62-4efd3d6c83a1", - "name": "2acadb6a-f49a-46f1-bc62-4efd3d6c83a1", - "status": "Creating", - "startTime": "2022-09-19T11:21:58.7572971Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2acadb6a-f49a-46f1-bc62-4efd3d6c83a1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:25: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": "02139fa8-8df0-4354-a89e-b3b4759c3f18", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112501Z:02139fa8-8df0-4354-a89e-b3b4759c3f18", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2acadb6a-f49a-46f1-bc62-4efd3d6c83a1", - "name": "2acadb6a-f49a-46f1-bc62-4efd3d6c83a1", - "status": "Creating", - "startTime": "2022-09-19T11:21:58.7572971Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2acadb6a-f49a-46f1-bc62-4efd3d6c83a1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:25: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": "4ec81b77-3afb-4118-8bd7-84c3dd0aac13", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112532Z:4ec81b77-3afb-4118-8bd7-84c3dd0aac13", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2acadb6a-f49a-46f1-bc62-4efd3d6c83a1", - "name": "2acadb6a-f49a-46f1-bc62-4efd3d6c83a1", - "status": "Creating", - "startTime": "2022-09-19T11:21:58.7572971Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2acadb6a-f49a-46f1-bc62-4efd3d6c83a1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "bcf0e151-b74a-4f99-827a-238814637670", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112602Z:bcf0e151-b74a-4f99-827a-238814637670", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2acadb6a-f49a-46f1-bc62-4efd3d6c83a1", - "name": "2acadb6a-f49a-46f1-bc62-4efd3d6c83a1", - "status": "Succeeded", - "startTime": "2022-09-19T11:21:58.7572971Z", - "endTime": "2022-09-19T11:26:01.5646328Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:26:03 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A26%3A01.55372Z\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": "5c7b2aa9-7b29-4798-9ef5-6089c27e7b9e", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112603Z:5c7b2aa9-7b29-4798-9ef5-6089c27e7b9e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0", - "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a2e023e0", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A26%3A01.55372Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:21:57.5177891Z" - }, - "properties": { - "fileSystemId": "e6de3af6-bf49-c6c1-2ca7-f572c383ce56", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-a2e023e0", - "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_8f82c7b40509489d9e97d719b9b955b4_118c8d8b", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "e6de3af6-bf49-c6c1-2ca7-f572c383ce56", - "fileSystemId": "e6de3af6-bf49-c6c1-2ca7-f572c383ce56", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:21:58.4657081Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:21:58.4657081Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "783", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "creationToken": "sdk-py-tests-vol-4-a2e023e0", - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/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 - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9400a166-9396-4633-940e-f83c03d6aa05?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1585", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:26:07 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A26%3A06.2522852Z\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": "3493752e-d16a-491b-a25f-aaaf5f3ddcec", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112607Z:3493752e-d16a-491b-a25f-aaaf5f3ddcec", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0", - "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-4-a2e023e0", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A26%3A06.2522852Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:26:03.7400239Z" - }, - "properties": { - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-a2e023e0", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/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, - "maximumNumberOfFiles": 100000000, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:26:05.4208061Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:26:05.4208061Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9400a166-9396-4633-940e-f83c03d6aa05?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:26: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": "3aa0732c-5d04-4d31-8590-66eca57fac22", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112637Z:3aa0732c-5d04-4d31-8590-66eca57fac22", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9400a166-9396-4633-940e-f83c03d6aa05", - "name": "9400a166-9396-4633-940e-f83c03d6aa05", - "status": "Succeeded", - "startTime": "2022-09-19T11:26:06.2505363Z", - "endTime": "2022-09-19T11:26:15.2387416Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:26:37 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A26%3A15.2355427Z\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": "db06b01b-904e-4193-be88-707d476da363", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112638Z:db06b01b-904e-4193-be88-707d476da363", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0", - "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-4-a2e023e0", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A26%3A15.2355427Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:26:03.7400239Z" - }, - "properties": { - "fileSystemId": "39691c83-c03c-eec3-8df0-6bbe2e45a6d6", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-a2e023e0", - "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_8f82c7b40509489d9e97d719b9b955b4_118c8d8b", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "39691c83-c03c-eec3-8df0-6bbe2e45a6d6", - "fileSystemId": "39691c83-c03c-eec3-8df0-6bbe2e45a6d6", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:26:05.4208061Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:26:05.4208061Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:26: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": "6be6e6a5-1379-4f37-9ce4-42e98ccce901", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112638Z:6be6e6a5-1379-4f37-9ce4-42e98ccce901", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0", - "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a2e023e0", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A26%3A01.55372Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:21:57.5177891Z" - }, - "properties": { - "fileSystemId": "e6de3af6-bf49-c6c1-2ca7-f572c383ce56", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-a2e023e0", - "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_8f82c7b40509489d9e97d719b9b955b4_118c8d8b", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "e6de3af6-bf49-c6c1-2ca7-f572c383ce56", - "fileSystemId": "e6de3af6-bf49-c6c1-2ca7-f572c383ce56", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:21:58.4657081Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:21:58.4657081Z" - } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0", - "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-4-a2e023e0", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A26%3A15.2355427Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:26:03.7400239Z" - }, - "properties": { - "fileSystemId": "39691c83-c03c-eec3-8df0-6bbe2e45a6d6", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-a2e023e0", - "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_8f82c7b40509489d9e97d719b9b955b4_118c8d8b", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "39691c83-c03c-eec3-8df0-6bbe2e45a6d6", - "fileSystemId": "39691c83-c03c-eec3-8df0-6bbe2e45a6d6", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:26:05.4208061Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:26:05.4208061Z" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/9a4ae005-06c1-45ef-9172-2f6b4b574ce6?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 11:26:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a4ae005-06c1-45ef-9172-2f6b4b574ce6?api-version=2022-05-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": "533ed071-a84f-4a63-af2b-999d141d51e4", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112639Z:533ed071-a84f-4a63-af2b-999d141d51e4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a4ae005-06c1-45ef-9172-2f6b4b574ce6?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:27: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": "191b0320-463c-482d-84c4-a746d3935978", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112709Z:191b0320-463c-482d-84c4-a746d3935978", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a4ae005-06c1-45ef-9172-2f6b4b574ce6", - "name": "9a4ae005-06c1-45ef-9172-2f6b4b574ce6", - "status": "Succeeded", - "startTime": "2022-09-19T11:26:39.1254837Z", - "endTime": "2022-09-19T11:26:42.8506654Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a4ae005-06c1-45ef-9172-2f6b4b574ce6?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:27: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": "aaa48854-894e-41dd-b740-f4fd4ade2c30", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "WESTEUROPE:20220919T112709Z:aaa48854-894e-41dd-b740-f4fd4ade2c30", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0", - "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a2e023e0", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A26%3A39.117275Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:21:57.5177891Z" - }, - "properties": { - "fileSystemId": "e6de3af6-bf49-c6c1-2ca7-f572c383ce56", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-a2e023e0", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_118c8d8b", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0", - "poolId": "4582c81e-9e44-1078-afda-6253bb077da2", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "e6de3af6-bf49-c6c1-2ca7-f572c383ce56", - "fileSystemId": "e6de3af6-bf49-c6c1-2ca7-f572c383ce56", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:21:58.4657081Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:21:58.4657081Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "324", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:30:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dfbdb02a-7ae7-4963-b5e0-841601ecee98", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113034Z:dfbdb02a-7ae7-4963-b5e0-841601ecee98" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/7cef6f05-a9c5-47a5-b459-42c24e7b45ab?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 11:30:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cef6f05-a9c5-47a5-b459-42c24e7b45ab?api-version=2022-05-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": "91f67c7c-beab-4b22-97aa-4999f06b5188", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113036Z:91f67c7c-beab-4b22-97aa-4999f06b5188", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cef6f05-a9c5-47a5-b459-42c24e7b45ab?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:31: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": "737e8d5f-d708-4a87-add3-009422a614dd", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113107Z:737e8d5f-d708-4a87-add3-009422a614dd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cef6f05-a9c5-47a5-b459-42c24e7b45ab", - "name": "7cef6f05-a9c5-47a5-b459-42c24e7b45ab", - "status": "Deleting", - "startTime": "2022-09-19T11:30:36.5529493Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cef6f05-a9c5-47a5-b459-42c24e7b45ab?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:31: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": "498241bb-efa4-46ae-b351-39ce86130cdd", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113137Z:498241bb-efa4-46ae-b351-39ce86130cdd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cef6f05-a9c5-47a5-b459-42c24e7b45ab", - "name": "7cef6f05-a9c5-47a5-b459-42c24e7b45ab", - "status": "Deleting", - "startTime": "2022-09-19T11:30:36.5529493Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cef6f05-a9c5-47a5-b459-42c24e7b45ab?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:32: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": "e90231c6-481f-46b0-9f67-9ffa8716d467", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113207Z:e90231c6-481f-46b0-9f67-9ffa8716d467", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cef6f05-a9c5-47a5-b459-42c24e7b45ab", - "name": "7cef6f05-a9c5-47a5-b459-42c24e7b45ab", - "status": "Deleting", - "startTime": "2022-09-19T11:30:36.5529493Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cef6f05-a9c5-47a5-b459-42c24e7b45ab?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "dffe4503-7d42-4f32-b864-5037ca023bf7", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113237Z:dffe4503-7d42-4f32-b864-5037ca023bf7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cef6f05-a9c5-47a5-b459-42c24e7b45ab", - "name": "7cef6f05-a9c5-47a5-b459-42c24e7b45ab", - "status": "Deleting", - "startTime": "2022-09-19T11:30:36.5529493Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cef6f05-a9c5-47a5-b459-42c24e7b45ab?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:33: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": "0e55e8a5-75fb-461f-828e-670972a55db0", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113307Z:0e55e8a5-75fb-461f-828e-670972a55db0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cef6f05-a9c5-47a5-b459-42c24e7b45ab", - "name": "7cef6f05-a9c5-47a5-b459-42c24e7b45ab", - "status": "Deleting", - "startTime": "2022-09-19T11:30:36.5529493Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cef6f05-a9c5-47a5-b459-42c24e7b45ab?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:33: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": "5dd34320-0d24-49d8-b8c1-053f9dbe2a77", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113338Z:5dd34320-0d24-49d8-b8c1-053f9dbe2a77", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cef6f05-a9c5-47a5-b459-42c24e7b45ab", - "name": "7cef6f05-a9c5-47a5-b459-42c24e7b45ab", - "status": "Succeeded", - "startTime": "2022-09-19T11:30:36.5529493Z", - "endTime": "2022-09-19T11:33:08.762708Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cef6f05-a9c5-47a5-b459-42c24e7b45ab?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:33: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": "d8442256-2ae8-4685-8c44-ca493539f48a", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113338Z:d8442256-2ae8-4685-8c44-ca493539f48a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0", - "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-4-a2e023e0", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A32%3A51.398856Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:26:03.7400239Z" - }, - "properties": { - "fileSystemId": "39691c83-c03c-eec3-8df0-6bbe2e45a6d6", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-a2e023e0", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_118c8d8b", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0", - "poolId": "4582c81e-9e44-1078-afda-6253bb077da2", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "39691c83-c03c-eec3-8df0-6bbe2e45a6d6", - "fileSystemId": "39691c83-c03c-eec3-8df0-6bbe2e45a6d6", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:26:05.4208061Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:26:05.4208061Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "324", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:36:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c19b55f-e283-4ee0-8d95-c25d0c37ff61", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113659Z:7c19b55f-e283-4ee0-8d95-c25d0c37ff61" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/0ee08910-af74-4466-b95e-59010b014722?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 11:37:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ee08910-af74-4466-b95e-59010b014722?api-version=2022-05-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": "f119f606-b9e7-44a9-b65f-920a85e5b8d7", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113711Z:f119f606-b9e7-44a9-b65f-920a85e5b8d7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ee08910-af74-4466-b95e-59010b014722?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:37: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": "c03ac2e9-2d89-4652-bab0-7f1521e88227", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113741Z:c03ac2e9-2d89-4652-bab0-7f1521e88227", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ee08910-af74-4466-b95e-59010b014722", - "name": "0ee08910-af74-4466-b95e-59010b014722", - "status": "Succeeded", - "startTime": "2022-09-19T11:37:11.2135385Z", - "endTime": "2022-09-19T11:37:12.2761235Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ee08910-af74-4466-b95e-59010b014722?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:37: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": "e1f6eb85-bab5-4d50-ae5b-41342378a6dd", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113741Z:e1f6eb85-bab5-4d50-ae5b-41342378a6dd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A37%3A11.2180198Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:21:14.3013656Z" - }, - "properties": { - "poolId": "4582c81e-9e44-1078-afda-6253bb077da2", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:21:15.4029173Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:21:15.4029173Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 11:37:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ee297bd-5cac-4a73-bbea-1e29a7cd9833", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113752Z:2ee297bd-5cac-4a73-bbea-1e29a7cd9833" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 11:38:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "398da78a-f698-4407-a873-e679ffa31f4b", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113802Z:398da78a-f698-4407-a873-e679ffa31f4b" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 11:38:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f196ec7e-8288-4767-a0ad-031b870cc115", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113812Z:f196ec7e-8288-4767-a0ad-031b870cc115" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 11:38:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0782920b-5f10-4310-a046-84ec96905919", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113823Z:0782920b-5f10-4310-a046-84ec96905919" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11: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": "ee5b77db-f5e3-450e-b7db-80eec648464c", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113833Z:ee5b77db-f5e3-450e-b7db-80eec648464c" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/2fe65e58-8832-4c6f-869c-7819491e379d?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 11:38:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2fe65e58-8832-4c6f-869c-7819491e379d?api-version=2022-05-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": "dd9ee2a5-bfb2-49c6-be20-cb192fbf371e", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113834Z:dd9ee2a5-bfb2-49c6-be20-cb192fbf371e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2fe65e58-8832-4c6f-869c-7819491e379d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:39: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": "8daebcb0-9d65-458e-8bf0-55e06055b4b1", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113905Z:8daebcb0-9d65-458e-8bf0-55e06055b4b1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2fe65e58-8832-4c6f-869c-7819491e379d", - "name": "2fe65e58-8832-4c6f-869c-7819491e379d", - "status": "Succeeded", - "startTime": "2022-09-19T11:38:34.8262443Z", - "endTime": "2022-09-19T11:38:34.8887478Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2fe65e58-8832-4c6f-869c-7819491e379d?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:39: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": "abdf8132-b198-4c48-a74a-2fab8dae7f2e", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113905Z:abdf8132-b198-4c48-a74a-2fab8dae7f2e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0", - "name": "sdk-py-tests-acc-1-a2e023e0", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A38%3A34.8302387Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:20:40.0074903Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:20:40.9963377Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:20:40.9963377Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "254", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:39:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6eb2148d-f889-4ca9-8e8a-328f78ed3fec", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113905Z:6eb2148d-f889-4ca9-8e8a-328f78ed3fec" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0?api-version=2022-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/717f18d9-6044-4c22-b469-9cc0607b750a?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 11:39:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/717f18d9-6044-4c22-b469-9cc0607b750a?api-version=2022-01-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "43d43645-9e5a-4f7b-a80f-30b571fd9ffe", - "x-ms-correlation-request-id": "c31d20ea-1bbe-40cb-b4bd-4e75706003e1", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113906Z:c31d20ea-1bbe-40cb-b4bd-4e75706003e1" - }, - "ResponseBody": null } ], "Variables": {} 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 5576c818ee3c..4532177b58d4 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:59:17 GMT", + "Date": "Fri, 14 Oct 2022 01:09: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.13672.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:59:17 GMT", + "Date": "Fri, 14 Oct 2022 01:09: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.13622.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13845.9 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "ba59b532-8e1b-4db1-a920-d2d8317ce71d", + "client-request-id": "b92c3e37-d982-496a-a634-27f9f6fa832a", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "ba59b532-8e1b-4db1-a920-d2d8317ce71d", + "client-request-id": "b92c3e37-d982-496a-a634-27f9f6fa832a", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:59:17 GMT", + "Date": "Fri, 14 Oct 2022 01:09:50 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -213,7 +216,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -221,7 +224,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2", @@ -233,2414 +236,26 @@ } } }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/be77cce8-6de3-45a8-9da1-6f88e0f50cbc?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "750", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:59:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a5e8286a-6aa0-454f-8199-86fe9883461e", - "x-ms-correlation-request-id": "35faf8ee-3bbe-45e7-92be-952282a0939a", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T125923Z:35faf8ee-3bbe-45e7-92be-952282a0939a" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-a12623c1", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1", - "etag": "W/\u00222af654bd-1c93-47ca-b7dd-0ffc4cc11369\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:59:19.3602553Z" - }, - "properties": { - "provisioningState": "Updating", - "resourceGuid": "7829bd5e-8f94-4813-8897-c5b3f9859976", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/be77cce8-6de3-45a8-9da1-6f88e0f50cbc?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:59:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "67b4dc7a-995d-4189-a4f5-afd9becdef96", - "x-ms-correlation-request-id": "83936e49-e4ff-4430-b934-53176b63ef22", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T125927Z:83936e49-e4ff-4430-b934-53176b63ef22" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:59:28 GMT", - "ETag": "W/\u0022fd81e18c-ab76-487d-a5d7-83f6633783f7\u0022", + "Date": "Fri, 14 Oct 2022 01:09:51 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "24de6c82-da5f-410a-b4e6-15755ce64baa", - "x-ms-correlation-request-id": "a42332d1-a756-4f43-8b58-f21db057e99f", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T125928Z:a42332d1-a756-4f43-8b58-f21db057e99f" + "x-ms-correlation-request-id": "daeb2ffb-9ec3-4e43-b08c-c48cd7152e42", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "CENTRALUS:20221014T010951Z:daeb2ffb-9ec3-4e43-b08c-c48cd7152e42" }, "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-a12623c1", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1", - "etag": "W/\u0022fd81e18c-ab76-487d-a5d7-83f6633783f7\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:59:19.3602553Z" - }, - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "7829bd5e-8f94-4813-8897-c5b3f9859976", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default?api-version=2022-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "151", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "properties": { - "serviceName": "Microsoft.Netapp/volumes" - } - } - ] + "error": { + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0eb2c938-795c-486b-bf03-38f6494368ec?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1326", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:59:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e2525a15-531a-4d30-b649-0f31ae3e8377", - "x-ms-correlation-request-id": "5e86a023-407a-41f4-be6e-051673c882b0", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T125929Z:5e86a023-407a-41f4-be6e-051673c882b0" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default", - "etag": "W/\u002261895e11-f7e4-4ecd-aec3-ab4d51571a3c\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002261895e11-f7e4-4ecd-aec3-ab4d51571a3c\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0eb2c938-795c-486b-bf03-38f6494368ec?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:59:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4c2aa00e-0be9-4882-bc03-90fda09a302d", - "x-ms-correlation-request-id": "e50bc6a5-de7f-4ee2-8736-192a5f73bffe", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T125932Z:e50bc6a5-de7f-4ee2-8736-192a5f73bffe" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:59:32 GMT", - "ETag": "W/\u0022da692d31-32fa-4444-a7cd-1c5803af8c0c\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1ff84748-2f28-4edb-a09c-af90020550b4", - "x-ms-correlation-request-id": "9d48003c-6d7b-44ee-b052-92b915622ff0", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T125932Z:9d48003c-6d7b-44ee-b052-92b915622ff0" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default", - "etag": "W/\u0022da692d31-32fa-4444-a7cd-1c5803af8c0c\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022da692d31-32fa-4444-a7cd-1c5803af8c0c\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 12:59:32 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.13672.7 - 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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 12:59:32 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.13672.7 - 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": "a128a056-35ae-4454-92b0-ff1f3c95822a", - "Connection": "keep-alive", - "Content-Length": "281", - "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.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.18.0", - "x-ms-lib-capability": "retry-after, h429" - }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "a128a056-35ae-4454-92b0-ff1f3c95822a", - "Content-Length": "114", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:59:33 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.13672.7 - WEULR2 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f512c31e-e744-429b-af37-f97202892ce8?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "704", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:59:36 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T12%3A59%3A35.7328826Z\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": "222e225a-b8bb-4ce8-8683-37add2cfd661", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220919T125937Z:222e225a-b8bb-4ce8-8683-37add2cfd661", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1", - "name": "sdk-py-tests-acc-1-a12623c1", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A59%3A35.7328826Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:59:34.0672533Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T12:59:34.848234Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T12:59:34.848234Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f512c31e-e744-429b-af37-f97202892ce8?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:00: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": "8d3292b9-ccdf-4275-8143-e31b9e11768c", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T130007Z:8d3292b9-ccdf-4275-8143-e31b9e11768c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f512c31e-e744-429b-af37-f97202892ce8", - "name": "f512c31e-e744-429b-af37-f97202892ce8", - "status": "Succeeded", - "startTime": "2022-09-19T12:59:35.7245896Z", - "endTime": "2022-09-19T12:59:35.7714622Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:00:07 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T12%3A59%3A35.7762172Z\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": "e008557e-a09d-4c7d-9aa1-297d0ba82a10", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T130007Z:e008557e-a09d-4c7d-9aa1-297d0ba82a10", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1", - "name": "sdk-py-tests-acc-1-a12623c1", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A59%3A35.7762172Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:59:34.0672533Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T12:59:34.848234Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T12:59:34.848234Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/cee7c12d-3469-416e-a497-c40a1740ba72?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "918", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:00:09 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A00%3A09.2765132Z\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": "d40038ca-b2db-44ca-a8fe-88ca868cc64d", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20220919T130010Z:d40038ca-b2db-44ca-a8fe-88ca868cc64d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A00%3A09.2765132Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:00:08.1428918Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:00:09.08928Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:00:09.08928Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cee7c12d-3469-416e-a497-c40a1740ba72?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:00: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": "5dca4383-f6dd-4f6d-8ad4-ebc11b1fe61c", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T130040Z:5dca4383-f6dd-4f6d-8ad4-ebc11b1fe61c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cee7c12d-3469-416e-a497-c40a1740ba72", - "name": "cee7c12d-3469-416e-a497-c40a1740ba72", - "status": "Succeeded", - "startTime": "2022-09-19T13:00:09.2694513Z", - "endTime": "2022-09-19T13:00:10.0384898Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:00:41 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A00%3A10.0307903Z\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": "dad2eb56-6943-4611-8751-7a104f9b2d27", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T130041Z:dad2eb56-6943-4611-8751-7a104f9b2d27", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A00%3A10.0307903Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:00:08.1428918Z" - }, - "properties": { - "poolId": "c980798f-16b1-ee39-e0fb-b70051a43eb1", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:00:09.08928Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:00:09.08928Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "783", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "creationToken": "sdk-py-tests-vol-3-a12623c1", - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/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 - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fc41c80b-2f17-491f-bba0-c82d3873bfd0?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1585", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:00:53 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A00%3A53.0332479Z\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": "d8d20bae-d780-43f0-808c-41b002b401cb", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20220919T130054Z:d8d20bae-d780-43f0-808c-41b002b401cb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", - "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a12623c1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A00%3A53.0332479Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:00:51.6098512Z" - }, - "properties": { - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-a12623c1", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/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, - "maximumNumberOfFiles": 100000000, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:00:52.6906351Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:00:52.6906351Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fc41c80b-2f17-491f-bba0-c82d3873bfd0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:01: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": "d37d347a-e4a1-4633-a043-bd7d9627277d", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T130124Z:d37d347a-e4a1-4633-a043-bd7d9627277d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fc41c80b-2f17-491f-bba0-c82d3873bfd0", - "name": "fc41c80b-2f17-491f-bba0-c82d3873bfd0", - "status": "Creating", - "startTime": "2022-09-19T13:00:53.0314239Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fc41c80b-2f17-491f-bba0-c82d3873bfd0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:01: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": "b737800f-636c-4a33-9d22-9a2d17f8a88d", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T130154Z:b737800f-636c-4a33-9d22-9a2d17f8a88d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fc41c80b-2f17-491f-bba0-c82d3873bfd0", - "name": "fc41c80b-2f17-491f-bba0-c82d3873bfd0", - "status": "Creating", - "startTime": "2022-09-19T13:00:53.0314239Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fc41c80b-2f17-491f-bba0-c82d3873bfd0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:02: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": "09a930f4-1dda-4c33-9245-62f3f1b588b0", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T130224Z:09a930f4-1dda-4c33-9245-62f3f1b588b0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fc41c80b-2f17-491f-bba0-c82d3873bfd0", - "name": "fc41c80b-2f17-491f-bba0-c82d3873bfd0", - "status": "Creating", - "startTime": "2022-09-19T13:00:53.0314239Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fc41c80b-2f17-491f-bba0-c82d3873bfd0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:02: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": "08e06029-13f3-4ac3-a818-288c8adcb814", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220919T130255Z:08e06029-13f3-4ac3-a818-288c8adcb814", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fc41c80b-2f17-491f-bba0-c82d3873bfd0", - "name": "fc41c80b-2f17-491f-bba0-c82d3873bfd0", - "status": "Creating", - "startTime": "2022-09-19T13:00:53.0314239Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fc41c80b-2f17-491f-bba0-c82d3873bfd0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:03: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": "ffeb71cc-e4bd-4551-81c0-01e726b4ad0b", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20220919T130325Z:ffeb71cc-e4bd-4551-81c0-01e726b4ad0b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fc41c80b-2f17-491f-bba0-c82d3873bfd0", - "name": "fc41c80b-2f17-491f-bba0-c82d3873bfd0", - "status": "Creating", - "startTime": "2022-09-19T13:00:53.0314239Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fc41c80b-2f17-491f-bba0-c82d3873bfd0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:03: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": "85be22cc-712c-47ca-b512-89a710dc3c7a", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20220919T130355Z:85be22cc-712c-47ca-b512-89a710dc3c7a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fc41c80b-2f17-491f-bba0-c82d3873bfd0", - "name": "fc41c80b-2f17-491f-bba0-c82d3873bfd0", - "status": "Creating", - "startTime": "2022-09-19T13:00:53.0314239Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fc41c80b-2f17-491f-bba0-c82d3873bfd0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:04: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": "2065ecc6-d83d-4e5f-8c59-8aa5c3959c88", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220919T130425Z:2065ecc6-d83d-4e5f-8c59-8aa5c3959c88", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fc41c80b-2f17-491f-bba0-c82d3873bfd0", - "name": "fc41c80b-2f17-491f-bba0-c82d3873bfd0", - "status": "Creating", - "startTime": "2022-09-19T13:00:53.0314239Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fc41c80b-2f17-491f-bba0-c82d3873bfd0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:04: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": "e30ca956-df7d-4528-a769-f1505b802baf", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20220919T130456Z:e30ca956-df7d-4528-a769-f1505b802baf", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fc41c80b-2f17-491f-bba0-c82d3873bfd0", - "name": "fc41c80b-2f17-491f-bba0-c82d3873bfd0", - "status": "Succeeded", - "startTime": "2022-09-19T13:00:53.0314239Z", - "endTime": "2022-09-19T13:04:51.3118054Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:04:57 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A04%3A51.3036127Z\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": "6d44eba5-ab28-48ac-aa54-df17b17aadd5", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20220919T130457Z:6d44eba5-ab28-48ac-aa54-df17b17aadd5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", - "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a12623c1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A04%3A51.3036127Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:00:51.6098512Z" - }, - "properties": { - "fileSystemId": "54204f71-378c-7646-9893-c45904d95c58", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-a12623c1", - "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_8f82c7b40509489d9e97d719b9b955b4_6d44ed82", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "54204f71-378c-7646-9893-c45904d95c58", - "fileSystemId": "54204f71-378c-7646-9893-c45904d95c58", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:00:52.6906351Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:00:52.6906351Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1?api-version=2022-05-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "166", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "serviceLevel": "Premium", - "usageThreshold": 214748364800, - "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/westus2/operationResults/c5afdb42-b256-45fa-a9f9-d29e7d0499f3?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "2480", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:04:58 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A04%3A58.3433893Z\u0027\u0022", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c5afdb42-b256-45fa-a9f9-d29e7d0499f3?api-version=2022-05-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": "db1d99cd-025d-41f5-9d0e-8ffe2808b72c", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "WESTEUROPE:20220919T130458Z:db1d99cd-025d-41f5-9d0e-8ffe2808b72c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", - "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a12623c1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A04%3A58.3433893Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:00:51.6098512Z" - }, - "properties": { - "provisioningState": "Patching", - "fileSystemId": "54204f71-378c-7646-9893-c45904d95c58", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-a12623c1", - "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_8f82c7b40509489d9e97d719b9b955b4_6d44ed82", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "54204f71-378c-7646-9893-c45904d95c58", - "fileSystemId": "54204f71-378c-7646-9893-c45904d95c58", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:00:52.6906351Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:00:52.6906351Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c5afdb42-b256-45fa-a9f9-d29e7d0499f3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:05: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": "4ae69cc3-8eb4-4257-b21b-0f41c606df6d", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20220919T130528Z:4ae69cc3-8eb4-4257-b21b-0f41c606df6d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c5afdb42-b256-45fa-a9f9-d29e7d0499f3", - "name": "c5afdb42-b256-45fa-a9f9-d29e7d0499f3", - "status": "Succeeded", - "startTime": "2022-09-19T13:04:58.3338194Z", - "endTime": "2022-09-19T13:05:01.3184749Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c5afdb42-b256-45fa-a9f9-d29e7d0499f3?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:05: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": "88ecab5c-47db-4370-9ce6-e83502ce74e1", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20220919T130529Z:88ecab5c-47db-4370-9ce6-e83502ce74e1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", - "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a12623c1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A05%3A01.3136073Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:04:58.0021870Z" - }, - "properties": { - "fileSystemId": "54204f71-378c-7646-9893-c45904d95c58", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-a12623c1", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "usageThreshold": 214748364800, - "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_8f82c7b40509489d9e97d719b9b955b4_6d44ed82", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", - "poolId": "c980798f-16b1-ee39-e0fb-b70051a43eb1", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "54204f71-378c-7646-9893-c45904d95c58", - "fileSystemId": "54204f71-378c-7646-9893-c45904d95c58", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 12.5, - "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": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:00:52.6906351Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:04:58.2083783Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/79149132-9290-435d-819b-83e45bb1a815?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 13:05:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/79149132-9290-435d-819b-83e45bb1a815?api-version=2022-05-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": "cfb91244-4ad6-4c2a-a63f-4bca4b9e51be", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T130530Z:cfb91244-4ad6-4c2a-a63f-4bca4b9e51be", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/79149132-9290-435d-819b-83e45bb1a815?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:06: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": "c517a388-2e58-4f53-bd9f-9f2b9d588467", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20220919T130600Z:c517a388-2e58-4f53-bd9f-9f2b9d588467", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/79149132-9290-435d-819b-83e45bb1a815", - "name": "79149132-9290-435d-819b-83e45bb1a815", - "status": "Deleting", - "startTime": "2022-09-19T13:05:30.4399128Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/79149132-9290-435d-819b-83e45bb1a815?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:06: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": "212524fa-1fb1-4601-bfdc-d93af1b45bd1", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20220919T130631Z:212524fa-1fb1-4601-bfdc-d93af1b45bd1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/79149132-9290-435d-819b-83e45bb1a815", - "name": "79149132-9290-435d-819b-83e45bb1a815", - "status": "Deleting", - "startTime": "2022-09-19T13:05:30.4399128Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/79149132-9290-435d-819b-83e45bb1a815?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13: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": "40c62015-594f-432d-bb48-1d55c0b462c8", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "WESTEUROPE:20220919T130702Z:40c62015-594f-432d-bb48-1d55c0b462c8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/79149132-9290-435d-819b-83e45bb1a815", - "name": "79149132-9290-435d-819b-83e45bb1a815", - "status": "Succeeded", - "startTime": "2022-09-19T13:05:30.4399128Z", - "endTime": "2022-09-19T13:06:33.7951418Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/79149132-9290-435d-819b-83e45bb1a815?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13: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": "5fd7b589-fd5a-4532-953c-e94ade7fab86", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "WESTEUROPE:20220919T130703Z:5fd7b589-fd5a-4532-953c-e94ade7fab86", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", - "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a12623c1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A06%3A28.7212446Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:04:58.0021870Z" - }, - "properties": { - "fileSystemId": "54204f71-378c-7646-9893-c45904d95c58", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-a12623c1", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "usageThreshold": 214748364800, - "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_8f82c7b40509489d9e97d719b9b955b4_6d44ed82", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", - "poolId": "c980798f-16b1-ee39-e0fb-b70051a43eb1", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "54204f71-378c-7646-9893-c45904d95c58", - "fileSystemId": "54204f71-378c-7646-9893-c45904d95c58", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 12.5, - "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": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:00:52.6906351Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:04:58.2083783Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "324", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:10:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cde7709c-5053-4f43-9b5c-02de01f10080", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131026Z:cde7709c-5053-4f43-9b5c-02de01f10080" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/24f0e798-945c-47d7-bcb3-7f975e95ae95?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 13:10:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/24f0e798-945c-47d7-bcb3-7f975e95ae95?api-version=2022-05-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": "27a63963-6d9a-4ad5-a68c-ed4f3692be82", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131039Z:27a63963-6d9a-4ad5-a68c-ed4f3692be82", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/24f0e798-945c-47d7-bcb3-7f975e95ae95?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:11: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": "381eba72-9b5c-4a09-a0eb-a44d4ecb8dc6", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131109Z:381eba72-9b5c-4a09-a0eb-a44d4ecb8dc6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/24f0e798-945c-47d7-bcb3-7f975e95ae95", - "name": "24f0e798-945c-47d7-bcb3-7f975e95ae95", - "status": "Succeeded", - "startTime": "2022-09-19T13:10:38.8606264Z", - "endTime": "2022-09-19T13:10:39.7825654Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/24f0e798-945c-47d7-bcb3-7f975e95ae95?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:11: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": "c0616244-98f1-459a-892b-a3996c358cbe", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131109Z:c0616244-98f1-459a-892b-a3996c358cbe", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A10%3A38.8577607Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:00:08.1428918Z" - }, - "properties": { - "poolId": "c980798f-16b1-ee39-e0fb-b70051a43eb1", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:00:09.08928Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:00:09.08928Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 13:11:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1634748e-c6ff-40b8-87da-2945a6893979", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131119Z:1634748e-c6ff-40b8-87da-2945a6893979" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 13:11:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8abb0c47-b7b0-4324-988c-9e372d974dac", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131130Z:8abb0c47-b7b0-4324-988c-9e372d974dac" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 13: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": "304bfb52-9f4f-409f-969d-331d0cdef36c", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131140Z:304bfb52-9f4f-409f-969d-331d0cdef36c" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 13:11:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "66fdc4d5-89b8-4310-9ae9-7c5ec03e09a5", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131150Z:66fdc4d5-89b8-4310-9ae9-7c5ec03e09a5" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:12:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2f059883-a17f-40aa-aa6b-9a1b810c86fb", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131201Z:2f059883-a17f-40aa-aa6b-9a1b810c86fb" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/1512e16f-e198-4724-8c33-7b855a76a05c?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 13:12:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1512e16f-e198-4724-8c33-7b855a76a05c?api-version=2022-05-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": "8c7aefda-c80e-4931-b78c-dc1897734385", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131202Z:8c7aefda-c80e-4931-b78c-dc1897734385", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1512e16f-e198-4724-8c33-7b855a76a05c?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:12: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": "883a85cb-0bb2-4cd4-9f5d-d578e2ed8a74", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131232Z:883a85cb-0bb2-4cd4-9f5d-d578e2ed8a74", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1512e16f-e198-4724-8c33-7b855a76a05c", - "name": "1512e16f-e198-4724-8c33-7b855a76a05c", - "status": "Succeeded", - "startTime": "2022-09-19T13:12:02.2761358Z", - "endTime": "2022-09-19T13:12:02.3230117Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1512e16f-e198-4724-8c33-7b855a76a05c?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:12: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": "9da9d5f0-1713-40ff-97d1-dd9ae8fa5fa7", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131232Z:9da9d5f0-1713-40ff-97d1-dd9ae8fa5fa7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1", - "name": "sdk-py-tests-acc-1-a12623c1", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A12%3A02.2757864Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:59:34.0672533Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T12:59:34.848234Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T12:59:34.848234Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "254", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:12:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4f358302-cfd5-482b-91d6-3714033cea5e", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131233Z:4f358302-cfd5-482b-91d6-3714033cea5e" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1?api-version=2022-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a1a409cf-c759-4e0c-a73e-e939d324251d?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 13:12:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/a1a409cf-c759-4e0c-a73e-e939d324251d?api-version=2022-01-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0259b9a8-5832-4e38-aac0-0e889356c985", - "x-ms-correlation-request-id": "459dfd28-7c53-40ba-bc0f-b5cea678c42b", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131233Z:459dfd28-7c53-40ba-bc0f-b5cea678c42b" - }, - "ResponseBody": null } ], "Variables": {} 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 0db8210cdbfc..00e06b141ff1 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:17:33 GMT", + "Date": "Fri, 14 Oct 2022 01:09:53 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.13672.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:17:33 GMT", + "Date": "Fri, 14 Oct 2022 01:09:53 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.13622.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13845.9 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "82478499-4127-45e1-ac4d-958c81cfd77a", + "client-request-id": "f1b5070a-8d54-4c69-a20f-8e4df3cf1587", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "82478499-4127-45e1-ac4d-958c81cfd77a", + "client-request-id": "f1b5070a-8d54-4c69-a20f-8e4df3cf1587", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:17:34 GMT", + "Date": "Fri, 14 Oct 2022 01:09:54 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -213,7 +216,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -221,7 +224,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2", @@ -233,2870 +236,26 @@ } } }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/98546996-1d67-4d13-b36b-39b3933e5a6a?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "750", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:17:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "07127998-1d3e-4964-b80c-60820cfd0fe6", - "x-ms-correlation-request-id": "59503db4-b764-40b2-b012-dc8bdf29f678", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131740Z:59503db4-b764-40b2-b012-dc8bdf29f678" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-7b9e2339", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339", - "etag": "W/\u002276bbe1dd-a77d-4348-b46c-875ae6eff6f4\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:17:36.0864667Z" - }, - "properties": { - "provisioningState": "Updating", - "resourceGuid": "b0c6e135-2181-46cd-8d1c-6bd2cd5d2657", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/98546996-1d67-4d13-b36b-39b3933e5a6a?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:17:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b0164058-1a4b-40d1-8b22-63e1573e6338", - "x-ms-correlation-request-id": "87f4f9ba-04ff-4bc0-b40f-242c6d9c3aad", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131743Z:87f4f9ba-04ff-4bc0-b40f-242c6d9c3aad" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:17:43 GMT", - "ETag": "W/\u0022b24254cd-8f12-4d00-abc6-59650889512d\u0022", + "Date": "Fri, 14 Oct 2022 01:09:55 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "09102cfa-3e68-49c4-9f77-8cd13a737ac8", - "x-ms-correlation-request-id": "8bcf3ec3-48c5-41cd-965b-9b5913ad66be", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131743Z:8bcf3ec3-48c5-41cd-965b-9b5913ad66be" + "x-ms-correlation-request-id": "6d9f1563-6a7e-47f3-91b0-75d6ff2e73d9", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "CENTRALUS:20221014T010955Z:6d9f1563-6a7e-47f3-91b0-75d6ff2e73d9" }, "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-7b9e2339", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339", - "etag": "W/\u0022b24254cd-8f12-4d00-abc6-59650889512d\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:17:36.0864667Z" - }, - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "b0c6e135-2181-46cd-8d1c-6bd2cd5d2657", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default?api-version=2022-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "151", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "properties": { - "serviceName": "Microsoft.Netapp/volumes" - } - } - ] + "error": { + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2d048235-7bb9-48f5-b2a3-4bd0d60be104?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1326", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:17:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "528d5e19-097a-4ad5-8bdf-f7ad7127f8fe", - "x-ms-correlation-request-id": "45b29bdf-8ead-4297-ba29-ac6589fa36c5", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131744Z:45b29bdf-8ead-4297-ba29-ac6589fa36c5" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", - "etag": "W/\u00224c9f9520-890a-45d3-af23-1fed01a46cac\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00224c9f9520-890a-45d3-af23-1fed01a46cac\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2d048235-7bb9-48f5-b2a3-4bd0d60be104?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:17:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b4ec4f74-ed89-4d36-9c00-62e7079167be", - "x-ms-correlation-request-id": "f2fd8d1d-5f9a-4c04-a447-c3171711839b", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131747Z:f2fd8d1d-5f9a-4c04-a447-c3171711839b" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:17:47 GMT", - "ETag": "W/\u0022e28f5322-23b3-4aa6-af16-7fb26f8521ad\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0cfe5037-ce41-4ee4-9ed8-75a2f9caebc3", - "x-ms-correlation-request-id": "5f3e258d-0b67-4b5a-802b-29033e1317a1", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131748Z:5f3e258d-0b67-4b5a-802b-29033e1317a1" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", - "etag": "W/\u0022e28f5322-23b3-4aa6-af16-7fb26f8521ad\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022e28f5322-23b3-4aa6-af16-7fb26f8521ad\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 13:17:47 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.13672.7 - 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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 13:17:47 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.13622.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": "43675e28-feed-48f4-b873-86033b7414ee", - "Connection": "keep-alive", - "Content-Length": "281", - "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.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.18.0", - "x-ms-lib-capability": "retry-after, h429" - }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "43675e28-feed-48f4-b873-86033b7414ee", - "Content-Length": "114", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:17:47 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.13672.7 - WEULR2 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dcfba47d-2beb-443e-a001-429907b902e3?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "704", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:17:52 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A17%3A51.2034743Z\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": "9dffb3ad-5dd0-4283-b2d1-323dec726bdf", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131752Z:9dffb3ad-5dd0-4283-b2d1-323dec726bdf", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339", - "name": "sdk-py-tests-acc-1-7b9e2339", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A17%3A51.2034743Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:17:49.1560060Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:17:50.282444Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:17:50.282444Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dcfba47d-2beb-443e-a001-429907b902e3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:18: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": "0bffcc3d-3e92-46da-b089-53b2ed59ad53", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131823Z:0bffcc3d-3e92-46da-b089-53b2ed59ad53", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dcfba47d-2beb-443e-a001-429907b902e3", - "name": "dcfba47d-2beb-443e-a001-429907b902e3", - "status": "Succeeded", - "startTime": "2022-09-19T13:17:51.1949329Z", - "endTime": "2022-09-19T13:17:51.242002Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:18:23 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A17%3A51.2481174Z\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": "5fcf09b0-1984-4182-81a9-28f783299994", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131823Z:5fcf09b0-1984-4182-81a9-28f783299994", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339", - "name": "sdk-py-tests-acc-1-7b9e2339", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A17%3A51.2481174Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:17:49.1560060Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:17:50.282444Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:17:50.282444Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/34c0a8bf-2674-490b-b5d1-2a97019b1e02?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "922", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:18:25 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A18%3A25.1428039Z\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": "0eadacee-1ff9-4072-8c84-67fa5050904d", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131826Z:0eadacee-1ff9-4072-8c84-67fa5050904d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A18%3A25.1428039Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:18:23.7306694Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:18:24.8958727Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:18:24.8958727Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/34c0a8bf-2674-490b-b5d1-2a97019b1e02?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:18: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": "e6853ea2-b378-4c3a-8984-d7d6c237b095", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131856Z:e6853ea2-b378-4c3a-8984-d7d6c237b095", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/34c0a8bf-2674-490b-b5d1-2a97019b1e02", - "name": "34c0a8bf-2674-490b-b5d1-2a97019b1e02", - "status": "Succeeded", - "startTime": "2022-09-19T13:18:25.1481383Z", - "endTime": "2022-09-19T13:18:25.9607Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:18:56 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A18%3A25.9554199Z\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": "c562b05d-8918-492e-926e-c8dc208d8a91", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131856Z:c562b05d-8918-492e-926e-c8dc208d8a91", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A18%3A25.9554199Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:18:23.7306694Z" - }, - "properties": { - "poolId": "93cd9e60-d077-0f22-9213-c591a1a5e0c8", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:18:24.8958727Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:18:24.8958727Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "783", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "creationToken": "sdk-py-tests-vol-3-7b9e2339", - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/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 - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87f94b7f-258f-4b92-b9c6-9468f7b086d7?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1585", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:19:12 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A19%3A10.8693118Z\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": "108b5dae-d05e-4ff4-b54d-9fbbef06e382", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131912Z:108b5dae-d05e-4ff4-b54d-9fbbef06e382", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339", - "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9e2339", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A19%3A10.8693118Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:19:07.2017159Z" - }, - "properties": { - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-7b9e2339", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/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, - "maximumNumberOfFiles": 100000000, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:19:08.3093886Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:19:08.3093886Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87f94b7f-258f-4b92-b9c6-9468f7b086d7?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:19: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": "f1c606ab-ce75-4b8a-9297-114104aa1129", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T131942Z:f1c606ab-ce75-4b8a-9297-114104aa1129", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87f94b7f-258f-4b92-b9c6-9468f7b086d7", - "name": "87f94b7f-258f-4b92-b9c6-9468f7b086d7", - "status": "Creating", - "startTime": "2022-09-19T13:19:10.8604704Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87f94b7f-258f-4b92-b9c6-9468f7b086d7?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:20: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": "e78f6e58-fd49-4aed-af95-649d0ca27cc6", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T132012Z:e78f6e58-fd49-4aed-af95-649d0ca27cc6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87f94b7f-258f-4b92-b9c6-9468f7b086d7", - "name": "87f94b7f-258f-4b92-b9c6-9468f7b086d7", - "status": "Creating", - "startTime": "2022-09-19T13:19:10.8604704Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87f94b7f-258f-4b92-b9c6-9468f7b086d7?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:20: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": "eec19f40-f574-4bad-a591-f4d32c463cd4", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T132043Z:eec19f40-f574-4bad-a591-f4d32c463cd4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87f94b7f-258f-4b92-b9c6-9468f7b086d7", - "name": "87f94b7f-258f-4b92-b9c6-9468f7b086d7", - "status": "Creating", - "startTime": "2022-09-19T13:19:10.8604704Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87f94b7f-258f-4b92-b9c6-9468f7b086d7?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:21: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": "baf94ba8-3f11-4e13-9524-77e3e3887cc6", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220919T132113Z:baf94ba8-3f11-4e13-9524-77e3e3887cc6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87f94b7f-258f-4b92-b9c6-9468f7b086d7", - "name": "87f94b7f-258f-4b92-b9c6-9468f7b086d7", - "status": "Creating", - "startTime": "2022-09-19T13:19:10.8604704Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87f94b7f-258f-4b92-b9c6-9468f7b086d7?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13: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": "8a44f647-0573-4134-a452-9cdfa9a5387f", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20220919T132143Z:8a44f647-0573-4134-a452-9cdfa9a5387f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87f94b7f-258f-4b92-b9c6-9468f7b086d7", - "name": "87f94b7f-258f-4b92-b9c6-9468f7b086d7", - "status": "Creating", - "startTime": "2022-09-19T13:19:10.8604704Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87f94b7f-258f-4b92-b9c6-9468f7b086d7?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:22: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": "9e94e5ab-9e5b-4867-9af2-5908e09c5586", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20220919T132214Z:9e94e5ab-9e5b-4867-9af2-5908e09c5586", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87f94b7f-258f-4b92-b9c6-9468f7b086d7", - "name": "87f94b7f-258f-4b92-b9c6-9468f7b086d7", - "status": "Creating", - "startTime": "2022-09-19T13:19:10.8604704Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87f94b7f-258f-4b92-b9c6-9468f7b086d7?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:22: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": "3fb779da-776d-4e99-9f4e-3f9abe13b4f0", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220919T132244Z:3fb779da-776d-4e99-9f4e-3f9abe13b4f0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87f94b7f-258f-4b92-b9c6-9468f7b086d7", - "name": "87f94b7f-258f-4b92-b9c6-9468f7b086d7", - "status": "Creating", - "startTime": "2022-09-19T13:19:10.8604704Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87f94b7f-258f-4b92-b9c6-9468f7b086d7?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:23: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": "322784d0-1c97-46b1-8931-e6de685f4706", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20220919T132314Z:322784d0-1c97-46b1-8931-e6de685f4706", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87f94b7f-258f-4b92-b9c6-9468f7b086d7", - "name": "87f94b7f-258f-4b92-b9c6-9468f7b086d7", - "status": "Creating", - "startTime": "2022-09-19T13:19:10.8604704Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87f94b7f-258f-4b92-b9c6-9468f7b086d7?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:23: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": "aa905985-ce4b-43ba-b1e3-5991fa25a614", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20220919T132344Z:aa905985-ce4b-43ba-b1e3-5991fa25a614", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87f94b7f-258f-4b92-b9c6-9468f7b086d7", - "name": "87f94b7f-258f-4b92-b9c6-9468f7b086d7", - "status": "Succeeded", - "startTime": "2022-09-19T13:19:10.8604704Z", - "endTime": "2022-09-19T13:23:16.59385Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:23:45 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A23%3A16.591231Z\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": "c006d4fe-6b54-42e2-ace2-fa25d6f9f30a", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20220919T132345Z:c006d4fe-6b54-42e2-ace2-fa25d6f9f30a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339", - "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9e2339", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A23%3A16.591231Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:19:07.2017159Z" - }, - "properties": { - "fileSystemId": "f172dafd-5cd6-6013-8c07-a64c4992fd7d", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-7b9e2339", - "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_8f82c7b40509489d9e97d719b9b955b4_56969651", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "f172dafd-5cd6-6013-8c07-a64c4992fd7d", - "fileSystemId": "f172dafd-5cd6-6013-8c07-a64c4992fd7d", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:19:08.3093886Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:19:08.3093886Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/ca1294da-308b-410b-871f-25687075a6e0?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "922", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:23:48 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A23%3A48.5915549Z\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": "402d441a-a911-488f-add4-6264d9cab4e1", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "WESTEUROPE:20220919T132349Z:402d441a-a911-488f-add4-6264d9cab4e1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2", - "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A23%3A48.5915549Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:23:46.1615040Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:23:48.3999957Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:23:48.3999957Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ca1294da-308b-410b-871f-25687075a6e0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:24: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": "30b74b41-eef5-4af9-9764-afd0e73031d2", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20220919T132420Z:30b74b41-eef5-4af9-9764-afd0e73031d2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ca1294da-308b-410b-871f-25687075a6e0", - "name": "ca1294da-308b-410b-871f-25687075a6e0", - "status": "Succeeded", - "startTime": "2022-09-19T13:23:48.590155Z", - "endTime": "2022-09-19T13:23:49.6403341Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:24:19 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A23%3A49.6444362Z\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": "43a941b7-e294-49a6-88b1-4af2814350e4", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20220919T132420Z:43a941b7-e294-49a6-88b1-4af2814350e4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2", - "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A23%3A49.6444362Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:23:46.1615040Z" - }, - "properties": { - "poolId": "a4ae45bc-1bda-0956-e7e1-55ebae2e50b0", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:23:48.3999957Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:23:48.3999957Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339/poolChange?api-version=2022-05-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "219", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "newPoolResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/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/westus2/operationResults/62c2e9db-1c25-4fc6-b540-96a33e7c03b6?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 13:24:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/62c2e9db-1c25-4fc6-b540-96a33e7c03b6?api-version=2022-05-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": "7ac00561-745c-4881-a126-239ba3aaa436", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T132431Z:7ac00561-745c-4881-a126-239ba3aaa436", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/62c2e9db-1c25-4fc6-b540-96a33e7c03b6?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:25: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": "fdaf7566-bd56-4a31-9ff2-21afb83bf9a5", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20220919T132501Z:fdaf7566-bd56-4a31-9ff2-21afb83bf9a5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/62c2e9db-1c25-4fc6-b540-96a33e7c03b6", - "name": "62c2e9db-1c25-4fc6-b540-96a33e7c03b6", - "status": "Succeeded", - "startTime": "2022-09-19T13:24:30.9686136Z", - "endTime": "2022-09-19T13:24:39.8344018Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/62c2e9db-1c25-4fc6-b540-96a33e7c03b6?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:25: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": "5669126d-2a59-412a-98d4-dbc0e81c2fab", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "WESTEUROPE:20220919T132501Z:5669126d-2a59-412a-98d4-dbc0e81c2fab", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", - "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2/sdk-py-tests-vol-3-7b9e2339", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A24%3A39.8404042Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:19:07.2017159Z" - }, - "properties": { - "fileSystemId": "f172dafd-5cd6-6013-8c07-a64c4992fd7d", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-7b9e2339", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_56969651", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", - "poolId": "a4ae45bc-1bda-0956-e7e1-55ebae2e50b0", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "f172dafd-5cd6-6013-8c07-a64c4992fd7d", - "fileSystemId": "f172dafd-5cd6-6013-8c07-a64c4992fd7d", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:25:01 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T13%3A24%3A39.8404042Z\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": "a03e988a-fa50-4f74-b1c1-6959d5fa4194", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "WESTEUROPE:20220919T132501Z:a03e988a-fa50-4f74-b1c1-6959d5fa4194", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", - "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2/sdk-py-tests-vol-3-7b9e2339", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A24%3A39.8404042Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:19:07.2017159Z" - }, - "properties": { - "provisioningState": "Succeeded", - "fileSystemId": "f172dafd-5cd6-6013-8c07-a64c4992fd7d", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-7b9e2339", - "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_8f82c7b40509489d9e97d719b9b955b4_56969651", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "f172dafd-5cd6-6013-8c07-a64c4992fd7d", - "fileSystemId": "f172dafd-5cd6-6013-8c07-a64c4992fd7d", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:25: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": "58c84c6d-5940-4722-ab9d-c43976afe904", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "WESTEUROPE:20220919T132502Z:58c84c6d-5940-4722-ab9d-c43976afe904", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/2aba6edc-c47a-414e-ab3d-75a0d865385a?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 13:25:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2aba6edc-c47a-414e-ab3d-75a0d865385a?api-version=2022-05-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": "b00f5feb-8e48-41ae-88d2-9fcb9729d03f", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T132503Z:b00f5feb-8e48-41ae-88d2-9fcb9729d03f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2aba6edc-c47a-414e-ab3d-75a0d865385a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:25: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": "735ce353-e2bd-4e73-ad2a-b8fa0eb93e40", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "WESTEUROPE:20220919T132533Z:735ce353-e2bd-4e73-ad2a-b8fa0eb93e40", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2aba6edc-c47a-414e-ab3d-75a0d865385a", - "name": "2aba6edc-c47a-414e-ab3d-75a0d865385a", - "status": "Deleting", - "startTime": "2022-09-19T13:25:03.1144649Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2aba6edc-c47a-414e-ab3d-75a0d865385a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:26: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": "7b3bf106-7942-40b2-a730-bc06bfaaec2d", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "WESTEUROPE:20220919T132603Z:7b3bf106-7942-40b2-a730-bc06bfaaec2d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2aba6edc-c47a-414e-ab3d-75a0d865385a", - "name": "2aba6edc-c47a-414e-ab3d-75a0d865385a", - "status": "Succeeded", - "startTime": "2022-09-19T13:25:03.1144649Z", - "endTime": "2022-09-19T13:25:37.446036Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2aba6edc-c47a-414e-ab3d-75a0d865385a?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:26: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": "338390a1-19c1-4bf4-9292-c06a19647d92", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "WESTEUROPE:20220919T132603Z:338390a1-19c1-4bf4-9292-c06a19647d92", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", - "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2/sdk-py-tests-vol-3-7b9e2339", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A25%3A32.2041072Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:19:07.2017159Z" - }, - "properties": { - "fileSystemId": "f172dafd-5cd6-6013-8c07-a64c4992fd7d", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-7b9e2339", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_56969651", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", - "poolId": "a4ae45bc-1bda-0956-e7e1-55ebae2e50b0", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "f172dafd-5cd6-6013-8c07-a64c4992fd7d", - "fileSystemId": "f172dafd-5cd6-6013-8c07-a64c4992fd7d", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "324", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:29:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0cbb6f6a-8244-429e-a664-ccf46b38d4d6", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T132926Z:0cbb6f6a-8244-429e-a664-ccf46b38d4d6" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/3a785948-46e8-4c3a-8637-9242d0cdf776?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 13:29:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a785948-46e8-4c3a-8637-9242d0cdf776?api-version=2022-05-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": "7ef1a0f4-f26e-4c3a-a079-5fbd92606884", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T132939Z:7ef1a0f4-f26e-4c3a-a079-5fbd92606884", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a785948-46e8-4c3a-8637-9242d0cdf776?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:30: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": "2416a765-e936-4925-9895-8f1df034ce37", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133009Z:2416a765-e936-4925-9895-8f1df034ce37", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a785948-46e8-4c3a-8637-9242d0cdf776", - "name": "3a785948-46e8-4c3a-8637-9242d0cdf776", - "status": "Succeeded", - "startTime": "2022-09-19T13:29:38.9991096Z", - "endTime": "2022-09-19T13:29:40.061642Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a785948-46e8-4c3a-8637-9242d0cdf776?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:30: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": "d962bd68-b37d-4e2f-8748-fa0e1158b986", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133009Z:d962bd68-b37d-4e2f-8748-fa0e1158b986", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A29%3A39.0026028Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:18:23.7306694Z" - }, - "properties": { - "poolId": "93cd9e60-d077-0f22-9213-c591a1a5e0c8", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:18:24.8958727Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:18:24.8958727Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 13:30:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "460a531c-c7b4-498b-a305-c40858143f16", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133019Z:460a531c-c7b4-498b-a305-c40858143f16" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 13:30:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6950c5fb-e5ce-4ba2-a77e-a938c09ddf7d", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133030Z:6950c5fb-e5ce-4ba2-a77e-a938c09ddf7d" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 13:30:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df6e6ab3-343d-4c30-aa77-9c6287e97509", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133040Z:df6e6ab3-343d-4c30-aa77-9c6287e97509" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 13:30:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "99d171f1-19af-4bdd-aff4-49f73659b3fb", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133050Z:99d171f1-19af-4bdd-aff4-49f73659b3fb" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:31:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa9104a9-913c-478d-88ed-8a817df1da32", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133101Z:fa9104a9-913c-478d-88ed-8a817df1da32" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/9d18ebe1-2c95-4e2d-8877-f4da7b2172b9?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 13:31:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d18ebe1-2c95-4e2d-8877-f4da7b2172b9?api-version=2022-05-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": "5e160ff7-89ca-4a83-9af0-5b02797fb8c4", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133112Z:5e160ff7-89ca-4a83-9af0-5b02797fb8c4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d18ebe1-2c95-4e2d-8877-f4da7b2172b9?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13: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": "33d83091-f910-41bd-8692-15747b75837b", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133143Z:33d83091-f910-41bd-8692-15747b75837b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d18ebe1-2c95-4e2d-8877-f4da7b2172b9", - "name": "9d18ebe1-2c95-4e2d-8877-f4da7b2172b9", - "status": "Succeeded", - "startTime": "2022-09-19T13:31:12.7109349Z", - "endTime": "2022-09-19T13:31:13.5884852Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d18ebe1-2c95-4e2d-8877-f4da7b2172b9?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13: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": "2151a3b4-4022-4858-8eeb-49b6b2d49e49", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133143Z:2151a3b4-4022-4858-8eeb-49b6b2d49e49", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2", - "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A31%3A12.705528Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:23:46.1615040Z" - }, - "properties": { - "poolId": "a4ae45bc-1bda-0956-e7e1-55ebae2e50b0", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:23:48.3999957Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:23:48.3999957Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 13: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": "f3b9fee6-2e92-4241-a2cb-cbaee03506e3", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133153Z:f3b9fee6-2e92-4241-a2cb-cbaee03506e3" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 13: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": "3f41dac2-f199-4396-b685-718ae558bc36", - "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133204Z:3f41dac2-f199-4396-b685-718ae558bc36" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 13: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": "ce0c5d1e-2c24-4308-8673-ca9409cac7fc", - "x-ms-ratelimit-remaining-subscription-deletes": "14991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133214Z:ce0c5d1e-2c24-4308-8673-ca9409cac7fc" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 13:32:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3b4c98c7-2589-45b3-b667-9528783bdf50", - "x-ms-ratelimit-remaining-subscription-deletes": "14990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133224Z:3b4c98c7-2589-45b3-b667-9528783bdf50" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:32:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3efcfd84-b38b-4e18-bdf7-c140f7ee19d3", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133235Z:3efcfd84-b38b-4e18-bdf7-c140f7ee19d3" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/4fb1605a-4227-45f5-8165-0ea25d27d39a?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 13:32:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4fb1605a-4227-45f5-8165-0ea25d27d39a?api-version=2022-05-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": "5c6ae9d5-b1c8-4a39-8ab9-5aa0fd55323a", - "x-ms-ratelimit-remaining-subscription-deletes": "14989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133236Z:5c6ae9d5-b1c8-4a39-8ab9-5aa0fd55323a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4fb1605a-4227-45f5-8165-0ea25d27d39a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:33: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": "3b5f41da-ceb5-457d-a121-80b07ee200e2", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133306Z:3b5f41da-ceb5-457d-a121-80b07ee200e2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4fb1605a-4227-45f5-8165-0ea25d27d39a", - "name": "4fb1605a-4227-45f5-8165-0ea25d27d39a", - "status": "Succeeded", - "startTime": "2022-09-19T13:32:36.566092Z", - "endTime": "2022-09-19T13:32:36.6129552Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4fb1605a-4227-45f5-8165-0ea25d27d39a?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 13:33: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": "fa9f538c-3cba-44b2-8bf4-83977e38a5a4", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133307Z:fa9f538c-3cba-44b2-8bf4-83977e38a5a4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339", - "name": "sdk-py-tests-acc-1-7b9e2339", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T13%3A32%3A36.5724257Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T13:17:49.1560060Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T13:17:50.282444Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T13:17:50.282444Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "254", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 13:33:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d6476761-ba72-404c-8190-ba7612477c1f", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133307Z:d6476761-ba72-404c-8190-ba7612477c1f" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339?api-version=2022-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5ac05c39-7056-4dd1-b4d9-7bde72322f6e?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 13:33:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/5ac05c39-7056-4dd1-b4d9-7bde72322f6e?api-version=2022-01-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6003bfdb-d18e-45b2-bf77-cd0e7254441a", - "x-ms-correlation-request-id": "eb0ffec3-835d-4a17-91fb-6fc6a24a7602", - "x-ms-ratelimit-remaining-subscription-deletes": "14988", - "x-ms-routing-request-id": "WESTEUROPE:20220919T133308Z:eb0ffec3-835d-4a17-91fb-6fc6a24a7602" - }, - "ResponseBody": null } ], "Variables": {} 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 76df1add13af..8eaa78fb1bcb 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:31:03 GMT", + "Date": "Fri, 14 Oct 2022 01:09:47 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.13672.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:31:03 GMT", + "Date": "Fri, 14 Oct 2022 01:09:47 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.13622.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13871.7 - NCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "d3b06750-73d2-46a0-bec9-dd46684988f2", + "client-request-id": "4e872f0e-537c-4b7a-8345-0dea0cb72027", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "d3b06750-73d2-46a0-bec9-dd46684988f2", + "client-request-id": "4e872f0e-537c-4b7a-8345-0dea0cb72027", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:31:06 GMT", + "Date": "Fri, 14 Oct 2022 01:09:47 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -213,7 +216,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -221,7 +224,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2", @@ -233,2128 +236,26 @@ } } }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c9db3a53-3adc-4acc-ad19-3a01cb2d8ad9?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "750", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:31:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "13930084-1a5c-428f-b90c-e9d4de327c43", - "x-ms-correlation-request-id": "7b1197fb-0193-4e66-a62a-fb3828d2a40d", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123114Z:7b1197fb-0193-4e66-a62a-fb3828d2a40d" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-c6cd2434", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434", - "etag": "W/\u0022b5bef198-b3a5-4c19-87fb-f70fa1178223\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:31:07.8269580Z" - }, - "properties": { - "provisioningState": "Updating", - "resourceGuid": "eef8e155-5c8a-4540-84b4-44cffd0f88d6", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c9db3a53-3adc-4acc-ad19-3a01cb2d8ad9?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:31:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "78d2d7d7-ee65-44dd-8cc2-2942fb2e629e", - "x-ms-correlation-request-id": "6e81fa74-cff1-4bd7-8f60-eb826e6906f9", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123117Z:6e81fa74-cff1-4bd7-8f60-eb826e6906f9" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:31:16 GMT", - "ETag": "W/\u0022bf21c712-758c-405f-b96e-c1a898e8e075\u0022", + "Date": "Fri, 14 Oct 2022 01:09:48 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4b91c2dd-c6ac-4489-8a7b-b17203ef5f06", - "x-ms-correlation-request-id": "c9ce0c66-95a0-4dc2-bbb1-d7cf64031ebf", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123117Z:c9ce0c66-95a0-4dc2-bbb1-d7cf64031ebf" + "x-ms-correlation-request-id": "5dc8a011-fe5c-4e4e-bd07-d6689bc5bdd6", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "CENTRALUS:20221014T010948Z:5dc8a011-fe5c-4e4e-bd07-d6689bc5bdd6" }, "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-c6cd2434", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434", - "etag": "W/\u0022bf21c712-758c-405f-b96e-c1a898e8e075\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:31:07.8269580Z" - }, - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "eef8e155-5c8a-4540-84b4-44cffd0f88d6", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default?api-version=2022-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "151", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "properties": { - "serviceName": "Microsoft.Netapp/volumes" - } - } - ] + "error": { + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/80b8c07c-284c-4cd9-8b89-bd61163ff8a7?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1326", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:31:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "11736a70-5928-4efa-9b4f-68653fe23e83", - "x-ms-correlation-request-id": "6a2b7c19-f83b-4f37-8e37-61c33a703887", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123118Z:6a2b7c19-f83b-4f37-8e37-61c33a703887" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default", - "etag": "W/\u0022b9958866-e5e1-4dcb-95cb-5db3ba921c43\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022b9958866-e5e1-4dcb-95cb-5db3ba921c43\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/80b8c07c-284c-4cd9-8b89-bd61163ff8a7?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:31:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fbcd41cd-ba54-4bff-b3d4-005104326cf1", - "x-ms-correlation-request-id": "c6232e55-9416-49be-a324-6ff69458467c", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123121Z:c6232e55-9416-49be-a324-6ff69458467c" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:31:21 GMT", - "ETag": "W/\u0022977f3478-e268-4a10-9026-42d9ee51c395\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "767bd528-1f5c-40f4-878f-227cb7dd370d", - "x-ms-correlation-request-id": "bd0608fb-bccb-40c0-866e-ed947a1d547e", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123122Z:bd0608fb-bccb-40c0-866e-ed947a1d547e" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default", - "etag": "W/\u0022977f3478-e268-4a10-9026-42d9ee51c395\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022977f3478-e268-4a10-9026-42d9ee51c395\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 12:31:21 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.13672.7 - NEULR2 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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 12:31:21 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.13622.7 - 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": "49d8e66a-ad6a-4450-af8e-b81b5a260f52", - "Connection": "keep-alive", - "Content-Length": "281", - "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.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.18.0", - "x-ms-lib-capability": "retry-after, h429" - }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "49d8e66a-ad6a-4450-af8e-b81b5a260f52", - "Content-Length": "114", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:31:22 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.13672.7 - WEULR2 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80102a00-5cf5-4d14-9933-79adeb98075f?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:31:26 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T12%3A31%3A25.5868257Z\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": "20b94f0e-f96a-4bc7-b206-978a9f591b23", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123127Z:20b94f0e-f96a-4bc7-b206-978a9f591b23", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434", - "name": "sdk-py-tests-acc-1-c6cd2434", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A31%3A25.5868257Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:31:23.5794679Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T12:31:24.5435634Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T12:31:24.5435634Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80102a00-5cf5-4d14-9933-79adeb98075f?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:31: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": "404eed5b-5b6e-4e80-9b76-e7266b9da387", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123157Z:404eed5b-5b6e-4e80-9b76-e7266b9da387", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80102a00-5cf5-4d14-9933-79adeb98075f", - "name": "80102a00-5cf5-4d14-9933-79adeb98075f", - "status": "Succeeded", - "startTime": "2022-09-19T12:31:25.5818685Z", - "endTime": "2022-09-19T12:31:25.6444678Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:31:57 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T12%3A31%3A25.6506813Z\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": "f1d33bae-eb01-4597-aae0-5d84d8b57902", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123157Z:f1d33bae-eb01-4597-aae0-5d84d8b57902", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434", - "name": "sdk-py-tests-acc-1-c6cd2434", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A31%3A25.6506813Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:31:23.5794679Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T12:31:24.5435634Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T12:31:24.5435634Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/8b6c6cd9-b61c-47de-ba41-b572e1be5734?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "922", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:32:00 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T12%3A31%3A59.6153169Z\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": "af2efab5-f4c9-4ace-8bec-e5feb9021511", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123200Z:af2efab5-f4c9-4ace-8bec-e5feb9021511", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A31%3A59.6153169Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:31:58.1067737Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T12:31:59.4158539Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T12:31:59.4158539Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8b6c6cd9-b61c-47de-ba41-b572e1be5734?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12: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": "c8f08773-c0cc-4dce-9931-b55e6a35ac50", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123230Z:c8f08773-c0cc-4dce-9931-b55e6a35ac50", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8b6c6cd9-b61c-47de-ba41-b572e1be5734", - "name": "8b6c6cd9-b61c-47de-ba41-b572e1be5734", - "status": "Succeeded", - "startTime": "2022-09-19T12:31:59.6108275Z", - "endTime": "2022-09-19T12:32:00.6734219Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:32:30 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T12%3A32%3A00.6696795Z\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": "04271bd1-6f55-4087-b43a-324523af2a97", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123231Z:04271bd1-6f55-4087-b43a-324523af2a97", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A32%3A00.6696795Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:31:58.1067737Z" - }, - "properties": { - "poolId": "a62d3230-cf6d-758d-943f-c921d4e54591", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T12:31:59.4158539Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T12:31:59.4158539Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "783", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "creationToken": "sdk-py-tests-vol-3-c6cd2434", - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/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 - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85381f9d-b53b-4b0b-a30e-b5658c5031cf?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1585", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:32:44 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T12%3A32%3A43.4601834Z\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": "af43ddc4-364b-4511-82fd-ac233e3d2e2b", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123244Z:af43ddc4-364b-4511-82fd-ac233e3d2e2b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434", - "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c6cd2434", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A32%3A43.4601834Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:32:41.4640845Z" - }, - "properties": { - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-c6cd2434", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/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, - "maximumNumberOfFiles": 100000000, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T12:32:42.5722524Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T12:32:42.5722524Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85381f9d-b53b-4b0b-a30e-b5658c5031cf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12: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": "38f880e4-9e48-4342-b4cb-73b70e0292f0", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123314Z:38f880e4-9e48-4342-b4cb-73b70e0292f0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85381f9d-b53b-4b0b-a30e-b5658c5031cf", - "name": "85381f9d-b53b-4b0b-a30e-b5658c5031cf", - "status": "Creating", - "startTime": "2022-09-19T12:32:43.4542507Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85381f9d-b53b-4b0b-a30e-b5658c5031cf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:33: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": "fb9c2642-0e30-4dd9-b882-bd6e6508801a", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123345Z:fb9c2642-0e30-4dd9-b882-bd6e6508801a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85381f9d-b53b-4b0b-a30e-b5658c5031cf", - "name": "85381f9d-b53b-4b0b-a30e-b5658c5031cf", - "status": "Creating", - "startTime": "2022-09-19T12:32:43.4542507Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85381f9d-b53b-4b0b-a30e-b5658c5031cf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:34: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": "c41f9dbf-8118-4ff1-9616-9dbaeafae4d4", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123415Z:c41f9dbf-8118-4ff1-9616-9dbaeafae4d4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85381f9d-b53b-4b0b-a30e-b5658c5031cf", - "name": "85381f9d-b53b-4b0b-a30e-b5658c5031cf", - "status": "Creating", - "startTime": "2022-09-19T12:32:43.4542507Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85381f9d-b53b-4b0b-a30e-b5658c5031cf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:34: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": "c77c3a27-1442-4d53-96f5-ae368830c856", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123445Z:c77c3a27-1442-4d53-96f5-ae368830c856", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85381f9d-b53b-4b0b-a30e-b5658c5031cf", - "name": "85381f9d-b53b-4b0b-a30e-b5658c5031cf", - "status": "Creating", - "startTime": "2022-09-19T12:32:43.4542507Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85381f9d-b53b-4b0b-a30e-b5658c5031cf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:35: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": "9e1c4053-5efc-4ac4-b1e7-dc38514eaf95", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123516Z:9e1c4053-5efc-4ac4-b1e7-dc38514eaf95", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85381f9d-b53b-4b0b-a30e-b5658c5031cf", - "name": "85381f9d-b53b-4b0b-a30e-b5658c5031cf", - "status": "Creating", - "startTime": "2022-09-19T12:32:43.4542507Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85381f9d-b53b-4b0b-a30e-b5658c5031cf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:35: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": "14b8f12d-c9f1-4932-9ac0-7519abc8a6c1", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123546Z:14b8f12d-c9f1-4932-9ac0-7519abc8a6c1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85381f9d-b53b-4b0b-a30e-b5658c5031cf", - "name": "85381f9d-b53b-4b0b-a30e-b5658c5031cf", - "status": "Creating", - "startTime": "2022-09-19T12:32:43.4542507Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85381f9d-b53b-4b0b-a30e-b5658c5031cf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:36: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": "4fe59274-a824-4711-a03e-9cfe81e9ce1f", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123616Z:4fe59274-a824-4711-a03e-9cfe81e9ce1f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85381f9d-b53b-4b0b-a30e-b5658c5031cf", - "name": "85381f9d-b53b-4b0b-a30e-b5658c5031cf", - "status": "Creating", - "startTime": "2022-09-19T12:32:43.4542507Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85381f9d-b53b-4b0b-a30e-b5658c5031cf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:36: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": "14f9b2d2-bdee-41dd-95ee-03781642ec44", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123646Z:14f9b2d2-bdee-41dd-95ee-03781642ec44", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85381f9d-b53b-4b0b-a30e-b5658c5031cf", - "name": "85381f9d-b53b-4b0b-a30e-b5658c5031cf", - "status": "Succeeded", - "startTime": "2022-09-19T12:32:43.4542507Z", - "endTime": "2022-09-19T12:36:32.8782879Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:36:47 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T12%3A36%3A32.877929Z\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": "f2dd82f3-09c5-405c-9f95-4231343b98cd", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123647Z:f2dd82f3-09c5-405c-9f95-4231343b98cd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434", - "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c6cd2434", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A36%3A32.877929Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:32:41.4640845Z" - }, - "properties": { - "fileSystemId": "ca2bd3bc-bc0a-3f69-9891-703e29c93c9e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-c6cd2434", - "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_8f82c7b40509489d9e97d719b9b955b4_6d3d56d2", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "ca2bd3bc-bc0a-3f69-9891-703e29c93c9e", - "fileSystemId": "ca2bd3bc-bc0a-3f69-9891-703e29c93c9e", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T12:32:42.5722524Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T12:32:42.5722524Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "787", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "creationToken": "sdk-py-tests-vol-3-c6cd2434", - "serviceLevel": "Premium", - "usageThreshold": 214748364800, - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/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": "Disabled" - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddb22653-1f2c-4bcf-9777-3bd3a76c7eb6?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:36:49 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T12%3A36%3A48.4606095Z\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": "b431efca-26a5-458d-89a7-a4cd3ecc5dae", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123650Z:b431efca-26a5-458d-89a7-a4cd3ecc5dae", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434", - "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c6cd2434", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A36%3A48.4606095Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:32:41.4640845Z" - }, - "properties": { - "provisioningState": "Updating", - "fileSystemId": "ca2bd3bc-bc0a-3f69-9891-703e29c93c9e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-c6cd2434", - "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_8f82c7b40509489d9e97d719b9b955b4_6d3d56d2", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "ca2bd3bc-bc0a-3f69-9891-703e29c93c9e", - "fileSystemId": "ca2bd3bc-bc0a-3f69-9891-703e29c93c9e", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T12:32:42.5722524Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T12:32:42.5722524Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddb22653-1f2c-4bcf-9777-3bd3a76c7eb6?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:37: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": "bd20573d-faae-4e2e-a7c6-87981956e316", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123720Z:bd20573d-faae-4e2e-a7c6-87981956e316", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddb22653-1f2c-4bcf-9777-3bd3a76c7eb6", - "name": "ddb22653-1f2c-4bcf-9777-3bd3a76c7eb6", - "status": "Succeeded", - "startTime": "2022-09-19T12:36:48.465788Z", - "endTime": "2022-09-19T12:36:55.3681165Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:37:20 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T12%3A36%3A55.3744756Z\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": "0be5e208-892c-43b5-a8c6-a6f4cf484740", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123721Z:0be5e208-892c-43b5-a8c6-a6f4cf484740", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434", - "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c6cd2434", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A36%3A55.3744756Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:36:48.0804276Z" - }, - "properties": { - "provisioningState": "Succeeded", - "fileSystemId": "ca2bd3bc-bc0a-3f69-9891-703e29c93c9e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-c6cd2434", - "usageThreshold": 214748364800, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6d3d56d2", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default", - "networkFeatures": "Basic", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "ca2bd3bc-bc0a-3f69-9891-703e29c93c9e", - "fileSystemId": "ca2bd3bc-bc0a-3f69-9891-703e29c93c9e", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 12.5, - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T12:32:42.5722524Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T12:36:48.2515159Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/43fbb95e-8380-4285-9f20-222ef732fe73?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 12:37:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43fbb95e-8380-4285-9f20-222ef732fe73?api-version=2022-05-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": "d53e1dc8-1bf0-4024-a8cb-1093982efe11", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123721Z:d53e1dc8-1bf0-4024-a8cb-1093982efe11", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43fbb95e-8380-4285-9f20-222ef732fe73?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:37: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": "83943de3-9dc7-4ac7-8f32-c9384c84c491", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123751Z:83943de3-9dc7-4ac7-8f32-c9384c84c491", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43fbb95e-8380-4285-9f20-222ef732fe73", - "name": "43fbb95e-8380-4285-9f20-222ef732fe73", - "status": "Deleting", - "startTime": "2022-09-19T12:37:21.5779605Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43fbb95e-8380-4285-9f20-222ef732fe73?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:38: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": "e64cd100-8ffd-4018-a3d7-d90d24cba465", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123822Z:e64cd100-8ffd-4018-a3d7-d90d24cba465", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43fbb95e-8380-4285-9f20-222ef732fe73", - "name": "43fbb95e-8380-4285-9f20-222ef732fe73", - "status": "Succeeded", - "startTime": "2022-09-19T12:37:21.5779605Z", - "endTime": "2022-09-19T12:38:08.9502293Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43fbb95e-8380-4285-9f20-222ef732fe73?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:38: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": "669a39e9-c072-4792-977b-1b799141b186", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "WESTEUROPE:20220919T123822Z:669a39e9-c072-4792-977b-1b799141b186", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434", - "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c6cd2434", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A37%3A59.8469521Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T12:36:48.0804276Z" - }, - "properties": { - "fileSystemId": "ca2bd3bc-bc0a-3f69-9891-703e29c93c9e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-c6cd2434", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "usageThreshold": 214748364800, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6d3d56d2", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default", - "networkFeatures": "Basic", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434", - "poolId": "a62d3230-cf6d-758d-943f-c921d4e54591", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "ca2bd3bc-bc0a-3f69-9891-703e29c93c9e", - "fileSystemId": "ca2bd3bc-bc0a-3f69-9891-703e29c93c9e", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 12.5, - "kerberosEnabled": false, - "securityStyle": "unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "encryptionKeySource": "Microsoft.NetApp", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "encrypted": true, - "smbAccessBasedEnumeration": "Disabled", - "smbNonBrowsable": "Disabled", - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T12:32:42.5722524Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T12:36:48.2515159Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "324", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:41:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03fa48d0-d2ef-4210-a12d-d1a9d55c7de4", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T124144Z:03fa48d0-d2ef-4210-a12d-d1a9d55c7de4" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-vol-3-c6cd2434/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 12:41:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4582b628-b205-4e5c-b22b-d3f6d21a88a2", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T124155Z:4582b628-b205-4e5c-b22b-d3f6d21a88a2" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-vol-3-c6cd2434/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 12:42:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1ad92ed-c284-4d1d-ae69-8e12f1555a3a", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T124205Z:d1ad92ed-c284-4d1d-ae69-8e12f1555a3a" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-vol-3-c6cd2434/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 12:42:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e2ad833-cc32-417e-8fac-31ee2c8ad329", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T124216Z:9e2ad833-cc32-417e-8fac-31ee2c8ad329" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-vol-3-c6cd2434/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 12:42:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "48c6442e-4945-47b7-b554-a1c7f95b12e6", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T124226Z:48c6442e-4945-47b7-b554-a1c7f95b12e6" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-vol-3-c6cd2434/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 12:42:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee7652d3-b415-4400-836e-bb42f2c53255", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T124236Z:ee7652d3-b415-4400-836e-bb42f2c53255" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-vol-3-c6cd2434/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:42:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "076895b2-3998-4cfe-845a-98980c8b54fd", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T124247Z:076895b2-3998-4cfe-845a-98980c8b54fd" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-vol-3-c6cd2434/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-vol-3-c6cd2434?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 12:42:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82532115-0733-4c76-a4a9-4b746e70bcda", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T124247Z:82532115-0733-4c76-a4a9-4b746e70bcda" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-vol-3-c6cd2434?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "254", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:42:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "02cc83d4-aa67-43f4-8f49-3cbb5b752067", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T124247Z:02cc83d4-aa67-43f4-8f49-3cbb5b752067" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-vol-3-c6cd2434\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434?api-version=2022-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6676672b-d6e8-4f10-bb33-b9379173b135?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 12:42:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/6676672b-d6e8-4f10-bb33-b9379173b135?api-version=2022-01-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5e09e19b-9b51-4310-b6f1-6281edaa7c5a", - "x-ms-correlation-request-id": "c18f9dc4-7ce1-42be-881d-320775cabe14", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T124248Z:c18f9dc4-7ce1-42be-881d-320775cabe14" - }, - "ResponseBody": null } ], "Variables": {} 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 87d6c0f005da..762ed8e58d53 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:39:23 GMT", + "Date": "Fri, 14 Oct 2022 01:09:40 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.13672.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +102,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +112,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:39:23 GMT", + "Date": "Fri, 14 Oct 2022 01:09:40 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.13672.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13845.9 - SCUS ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +174,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "9115e267-2468-49ec-a496-3b2135301298", + "client-request-id": "9830625a-55d9-49c0-abca-8708bce033ac", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "linux", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "9115e267-2468-49ec-a496-3b2135301298", + "client-request-id": "9830625a-55d9-49c0-abca-8708bce033ac", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:39:23 GMT", + "Date": "Fri, 14 Oct 2022 01:09:40 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +203,8 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", + "x-ms-httpver": "1.1", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -213,7 +216,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -221,7 +224,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" }, "RequestBody": { "location": "westus2", @@ -233,16980 +236,26 @@ } } }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/85139346-9a2e-41e4-b835-2f3ad4df2904?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "756", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:39:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b642c2a3-f25a-4115-ab47-595acd7333d4", - "x-ms-correlation-request-id": "877b1afb-42fe-42e5-8f69-31a33b06f93a", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113930Z:877b1afb-42fe-42e5-8f69-31a33b06f93a" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-b2-86eb264b", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b", - "etag": "W/\u0022e40fe909-96b7-4de5-83e4-9685dac0d898\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:39:25.7057704Z" - }, - "properties": { - "provisioningState": "Updating", - "resourceGuid": "511e0e25-2af6-44cb-a27b-89aaff412d1d", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/85139346-9a2e-41e4-b835-2f3ad4df2904?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:39:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f6932831-ed4d-4bc0-bbde-64b9fc5a350b", - "x-ms-correlation-request-id": "65574bbf-c2cb-4d1e-ab0a-2c5afcdcfc12", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113933Z:65574bbf-c2cb-4d1e-ab0a-2c5afcdcfc12" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:39:33 GMT", - "ETag": "W/\u002213da2a15-b656-4d31-93b7-1ac24facf1cb\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f8c73cda-e57f-4b3f-ad39-21490dc25628", - "x-ms-correlation-request-id": "f35b12fa-cb26-4abf-98e0-de18280af289", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113933Z:f35b12fa-cb26-4abf-98e0-de18280af289" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-westus2-b2-86eb264b", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b", - "etag": "W/\u002213da2a15-b656-4d31-93b7-1ac24facf1cb\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:39:25.7057704Z" - }, - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "511e0e25-2af6-44cb-a27b-89aaff412d1d", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default?api-version=2022-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "151", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "properties": { - "serviceName": "Microsoft.Netapp/volumes" - } - } - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/9c88d049-0d5b-4516-9b67-a87d2f321899?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1332", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:39:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3e37fffd-3441-4cf6-a706-f80594de5ee8", - "x-ms-correlation-request-id": "4dabb3ff-353b-443e-b65e-ab441ce68823", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113934Z:4dabb3ff-353b-443e-b65e-ab441ce68823" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "etag": "W/\u0022603686dd-1259-40f1-9b39-a0a64754dc92\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022603686dd-1259-40f1-9b39-a0a64754dc92\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/9c88d049-0d5b-4516-9b67-a87d2f321899?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:39:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a06aefbf-96dc-465b-97a6-464ef47b1981", - "x-ms-correlation-request-id": "d02a248e-2e68-4706-a2c0-70e651322eef", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113937Z:d02a248e-2e68-4706-a2c0-70e651322eef" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:39:37 GMT", - "ETag": "W/\u00226db524d1-50e9-4ed9-8345-3f459b5e6453\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "26c8afeb-ce7d-4f58-998f-4cdc76e6ea36", - "x-ms-correlation-request-id": "38840713-4c88-42f4-92a0-222a5f842a2e", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113938Z:38840713-4c88-42f4-92a0-222a5f842a2e" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "etag": "W/\u00226db524d1-50e9-4ed9-8345-3f459b5e6453\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00226db524d1-50e9-4ed9-8345-3f459b5e6453\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b?api-version=2022-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "93", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "eastus2", - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - } - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/f31b2184-f279-4fc8-a622-bc65819043bf?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "746", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:39:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8da7de9d-42a4-4466-9bc7-cc8c4c472428", - "x-ms-correlation-request-id": "ec10f00d-04de-4eb1-b071-a91c7c3b4e3b", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113943Z:ec10f00d-04de-4eb1-b071-a91c7c3b4e3b" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-R-b2-86eb264b", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b", - "etag": "W/\u002256be4e92-c19f-4866-831e-5f5cf402d096\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:39:38.2913573Z" - }, - "properties": { - "provisioningState": "Updating", - "resourceGuid": "1ef22c14-2773-4a99-be8a-349f64007572", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/f31b2184-f279-4fc8-a622-bc65819043bf?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:39:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f203dad6-9fda-4828-988d-2b30ca0e2218", - "x-ms-correlation-request-id": "0dfa174d-af36-4911-9d31-7e801c8af15c", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113946Z:0dfa174d-af36-4911-9d31-7e801c8af15c" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:39:46 GMT", - "ETag": "W/\u0022b045ef11-7e8e-4dd7-a778-63e4e4238eaf\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "429f7278-93a3-4bde-86b5-f4946ffbe85d", - "x-ms-correlation-request-id": "772bfefe-e69f-4b74-bbe6-3b703caf099d", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113947Z:772bfefe-e69f-4b74-bbe6-3b703caf099d" - }, - "ResponseBody": { - "name": "sdk-python-tests-vnet-R-b2-86eb264b", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b", - "etag": "W/\u0022b045ef11-7e8e-4dd7-a778-63e4e4238eaf\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:39:38.2913573Z" - }, - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "1ef22c14-2773-4a99-be8a-349f64007572", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default?api-version=2022-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "151", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "properties": { - "serviceName": "Microsoft.Netapp/volumes" - } - } - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/5506ad5c-f21b-48f3-a415-4abbe8cbc7a5?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1324", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:39:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "95e9163c-56bc-4b19-b942-0fb85ef65888", - "x-ms-correlation-request-id": "babb0e9d-2dc4-46f8-9526-6798e850f076", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113947Z:babb0e9d-2dc4-46f8-9526-6798e850f076" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "etag": "W/\u0022528f00e8-4353-4df0-bbd9-129fde8b42af\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022528f00e8-4353-4df0-bbd9-129fde8b42af\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/5506ad5c-f21b-48f3-a415-4abbe8cbc7a5?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:39:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2b84bab7-6273-4f9a-acd7-03534680f52c", - "x-ms-correlation-request-id": "c04f3d57-7801-4d06-ba63-68c1433248d0", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113950Z:c04f3d57-7801-4d06-ba63-68c1433248d0" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default?api-version=2022-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:39:50 GMT", - "ETag": "W/\u00227f721cc4-8890-4248-8f4c-b411fde184f8\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9de32f3c-c34d-4816-8b1a-1c5e12883a47", - "x-ms-correlation-request-id": "f588881c-6523-49c3-8653-a0db916682ce", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113951Z:f588881c-6523-49c3-8653-a0db916682ce" - }, - "ResponseBody": { - "name": "default", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "etag": "W/\u00227f721cc4-8890-4248-8f4c-b411fde184f8\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "netAppVolumes", - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00227f721cc4-8890-4248-8f4c-b411fde184f8\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.Netapp/volumes", - "actions": [ - "Microsoft.Network/networkinterfaces/*", - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "purpose": "HostedWorkloads", - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 11:39:51 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.13672.7 - 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.0b4 Python/3.8.10 (macOS-12.5.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, 19 Sep 2022 11:39:51 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.13622.7 - WEULR2 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": "e30e188b-b24d-4eef-9fe1-11176b51ff12", - "Connection": "keep-alive", - "Content-Length": "281", - "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.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.18.0", - "x-ms-lib-capability": "retry-after, h429" - }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "e30e188b-b24d-4eef-9fe1-11176b51ff12", - "Content-Length": "114", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:39:51 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.13672.7 - NEULR1 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fcc89b76-52c1-4018-900a-5c6f694b955c?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "710", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:39:56 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A39%3A55.2861622Z\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": "492214b9-7643-4174-a43c-1beae2087ca6", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20220919T113956Z:492214b9-7643-4174-a43c-1beae2087ca6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A39%3A55.2861622Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:39:53.2039976Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:39:54.384695Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:39:54.384695Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fcc89b76-52c1-4018-900a-5c6f694b955c?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:40: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": "2269cb46-a26c-4c77-a304-4c0da4722276", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114027Z:2269cb46-a26c-4c77-a304-4c0da4722276", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fcc89b76-52c1-4018-900a-5c6f694b955c", - "name": "fcc89b76-52c1-4018-900a-5c6f694b955c", - "status": "Succeeded", - "startTime": "2022-09-19T11:39:55.2895439Z", - "endTime": "2022-09-19T11:39:55.3363919Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:40:26 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A39%3A55.3420628Z\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": "0ed430fa-85ba-469f-a74d-57d5c75d5278", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114027Z:0ed430fa-85ba-469f-a74d-57d5c75d5278", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A39%3A55.3420628Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:39:53.2039976Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:39:54.384695Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:39:54.384695Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "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/westus2/operationResults/77afcc6b-256c-402b-8684-8be8cdb23b76?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "928", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:40:29 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A40%3A29.5346992Z\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": "e401e1c9-57d3-4cc2-a578-46b80cda121f", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114030Z:e401e1c9-57d3-4cc2-a578-46b80cda121f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A40%3A29.5346992Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:40:28.1532692Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:40:29.3403523Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:40:29.3403523Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/77afcc6b-256c-402b-8684-8be8cdb23b76?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:41: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": "6fb98e17-94d1-4723-8dfa-75d8d75ca2dd", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114100Z:6fb98e17-94d1-4723-8dfa-75d8d75ca2dd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/77afcc6b-256c-402b-8684-8be8cdb23b76", - "name": "77afcc6b-256c-402b-8684-8be8cdb23b76", - "status": "Succeeded", - "startTime": "2022-09-19T11:40:29.5419552Z", - "endTime": "2022-09-19T11:40:32.84747Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:41:01 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A40%3A32.8424503Z\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": "3167c669-b006-4e36-95a8-8fc9f965b09b", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114101Z:3167c669-b006-4e36-95a8-8fc9f965b09b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A40%3A32.8424503Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:40:28.1532692Z" - }, - "properties": { - "poolId": "6df5feb3-c1da-ac0d-f471-e20b9b4c9a21", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:40:29.3403523Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:40:29.3403523Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "789", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/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 - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ebd2873-0d4c-4e85-90c2-4b6544269cdb?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "1602", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:41:13 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A41%3A12.824094Z\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": "7c03c893-8dd5-462a-af77-2fa0289b3f92", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114113Z:7c03c893-8dd5-462a-af77-2fa0289b3f92", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A41%3A12.824094Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:41:11.4389459Z" - }, - "properties": { - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/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, - "maximumNumberOfFiles": 100000000, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:41:12.5302219Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:41:12.5302219Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ebd2873-0d4c-4e85-90c2-4b6544269cdb?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:41: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": "200dd2ff-0e70-4879-8d93-4cfc6c4ad4cb", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114143Z:200dd2ff-0e70-4879-8d93-4cfc6c4ad4cb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ebd2873-0d4c-4e85-90c2-4b6544269cdb", - "name": "6ebd2873-0d4c-4e85-90c2-4b6544269cdb", - "status": "Creating", - "startTime": "2022-09-19T11:41:12.8210903Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ebd2873-0d4c-4e85-90c2-4b6544269cdb?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:42: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": "394c660c-05e3-4b10-a505-d86bd7fb049b", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114214Z:394c660c-05e3-4b10-a505-d86bd7fb049b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ebd2873-0d4c-4e85-90c2-4b6544269cdb", - "name": "6ebd2873-0d4c-4e85-90c2-4b6544269cdb", - "status": "Creating", - "startTime": "2022-09-19T11:41:12.8210903Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ebd2873-0d4c-4e85-90c2-4b6544269cdb?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:42: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": "1a0d606e-f43d-4915-a6c7-5d251a9cf323", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114244Z:1a0d606e-f43d-4915-a6c7-5d251a9cf323", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ebd2873-0d4c-4e85-90c2-4b6544269cdb", - "name": "6ebd2873-0d4c-4e85-90c2-4b6544269cdb", - "status": "Creating", - "startTime": "2022-09-19T11:41:12.8210903Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ebd2873-0d4c-4e85-90c2-4b6544269cdb?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:43: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": "9a455a0d-791a-4b66-b52f-c5b64b19fbe2", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114314Z:9a455a0d-791a-4b66-b52f-c5b64b19fbe2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ebd2873-0d4c-4e85-90c2-4b6544269cdb", - "name": "6ebd2873-0d4c-4e85-90c2-4b6544269cdb", - "status": "Creating", - "startTime": "2022-09-19T11:41:12.8210903Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ebd2873-0d4c-4e85-90c2-4b6544269cdb?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:43: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": "7bf35067-91d1-4821-aefe-2ba201b4a00e", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114344Z:7bf35067-91d1-4821-aefe-2ba201b4a00e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ebd2873-0d4c-4e85-90c2-4b6544269cdb", - "name": "6ebd2873-0d4c-4e85-90c2-4b6544269cdb", - "status": "Creating", - "startTime": "2022-09-19T11:41:12.8210903Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ebd2873-0d4c-4e85-90c2-4b6544269cdb?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:44: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": "482f2ba7-28fe-46d3-8261-0929374c686f", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114415Z:482f2ba7-28fe-46d3-8261-0929374c686f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ebd2873-0d4c-4e85-90c2-4b6544269cdb", - "name": "6ebd2873-0d4c-4e85-90c2-4b6544269cdb", - "status": "Creating", - "startTime": "2022-09-19T11:41:12.8210903Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ebd2873-0d4c-4e85-90c2-4b6544269cdb?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:44: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": "dfa51a99-aae6-47a5-83bd-504ccb9530fa", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114445Z:dfa51a99-aae6-47a5-83bd-504ccb9530fa", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ebd2873-0d4c-4e85-90c2-4b6544269cdb", - "name": "6ebd2873-0d4c-4e85-90c2-4b6544269cdb", - "status": "Creating", - "startTime": "2022-09-19T11:41:12.8210903Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ebd2873-0d4c-4e85-90c2-4b6544269cdb?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:45: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": "e2aac9f0-29b7-4b83-a000-bd61681c60a1", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114515Z:e2aac9f0-29b7-4b83-a000-bd61681c60a1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ebd2873-0d4c-4e85-90c2-4b6544269cdb", - "name": "6ebd2873-0d4c-4e85-90c2-4b6544269cdb", - "status": "Creating", - "startTime": "2022-09-19T11:41:12.8210903Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ebd2873-0d4c-4e85-90c2-4b6544269cdb?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:45: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": "ea1ebeac-0bcb-4466-a1cd-0e0253bc6722", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114545Z:ea1ebeac-0bcb-4466-a1cd-0e0253bc6722", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ebd2873-0d4c-4e85-90c2-4b6544269cdb", - "name": "6ebd2873-0d4c-4e85-90c2-4b6544269cdb", - "status": "Succeeded", - "startTime": "2022-09-19T11:41:12.8210903Z", - "endTime": "2022-09-19T11:45:19.8202549Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:45:45 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A45%3A19.813405Z\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": "68ce98e7-66e8-490b-b210-bdb4881f0ca5", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114546Z:68ce98e7-66e8-490b-b210-bdb4881f0ca5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A45%3A19.813405Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:41:11.4389459Z" - }, - "properties": { - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_5cfc964a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:41:12.5302219Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:41:12.5302219Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/be13d436-ff1b-4fd2-8ce8-28e584d2f238?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "714", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:45:48 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A45%3A48.2511009Z\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": "351c2c9b-f55b-4d63-8e0b-91fff8cc450d", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114549Z:351c2c9b-f55b-4d63-8e0b-91fff8cc450d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A45%3A48.2511009Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:45:46.6251215Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:45:47.6471062Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:45:47.6471062Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/be13d436-ff1b-4fd2-8ce8-28e584d2f238?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:46: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": "9edfc98e-b4ff-4ad8-98b4-4fe438ea298b", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114619Z:9edfc98e-b4ff-4ad8-98b4-4fe438ea298b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/be13d436-ff1b-4fd2-8ce8-28e584d2f238", - "name": "be13d436-ff1b-4fd2-8ce8-28e584d2f238", - "status": "Succeeded", - "startTime": "2022-09-19T11:45:48.2565009Z", - "endTime": "2022-09-19T11:45:48.3190394Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:46:18 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A45%3A48.3208667Z\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": "a6603f85-e643-4854-bdc0-871d1139f6de", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114619Z:a6603f85-e643-4854-bdc0-871d1139f6de", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A45%3A48.3208667Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:45:46.6251215Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "e511366b-8040-9153-7856-5971cc5472e1", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:45:47.6471062Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:45:47.6471062Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "eastus2", - "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/eastus2/operationResults/87445de6-5799-40d4-a861-ef841f9436c5?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "930", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:46:20 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A46%3A20.8579084Z\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": "93ab6c5f-682d-45c7-aab7-20f46b154054", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114621Z:93ab6c5f-682d-45c7-aab7-20f46b154054", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A46%3A20.8579084Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:46:19.9978489Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:46:20.6902839Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:46:20.6902839Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/87445de6-5799-40d4-a861-ef841f9436c5?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:46: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": "78486000-72d5-4346-be1b-1cb99da275ba", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114651Z:78486000-72d5-4346-be1b-1cb99da275ba", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/87445de6-5799-40d4-a861-ef841f9436c5", - "name": "87445de6-5799-40d4-a861-ef841f9436c5", - "status": "Succeeded", - "startTime": "2022-09-19T11:46:20.8585986Z", - "endTime": "2022-09-19T11:46:21.717933Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:46:50 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A46%3A21.7131283Z\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": "9ca7e820-fcc6-4ce2-bbf8-d38d3ea1dd6f", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114651Z:9ca7e820-fcc6-4ce2-bbf8-d38d3ea1dd6f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A46%3A21.7131283Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:46:19.9978489Z" - }, - "properties": { - "poolId": "a34fac4d-8c48-1ba1-30a0-b412ae03d210", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:46:20.6902839Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:46:20.6902839Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "1213", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "location": "eastus2", - "properties": { - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endpointType": "dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - }, - "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": "Disabled" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/58bbc283-33ac-470e-9af2-49ccbd7dd9a0?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "2017", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:47:06 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A47%3A05.8005373Z\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": "65070696-67dd-48f2-8b2f-0e7b72f09bb5", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114706Z:65070696-67dd-48f2-8b2f-0e7b72f09bb5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A47%3A05.8005373Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - }, - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "usageThreshold": 107374182400, - "protocolTypes": [ - "NFSv3" - ], - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/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": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/58bbc283-33ac-470e-9af2-49ccbd7dd9a0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:47: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": "12b62653-6c4b-4201-b005-6ea538843719", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114736Z:12b62653-6c4b-4201-b005-6ea538843719", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/58bbc283-33ac-470e-9af2-49ccbd7dd9a0", - "name": "58bbc283-33ac-470e-9af2-49ccbd7dd9a0", - "status": "Creating", - "startTime": "2022-09-19T11:47:05.8065264Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/58bbc283-33ac-470e-9af2-49ccbd7dd9a0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:48: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": "31bf3ad8-6e56-4710-a46e-19ca02ce2269", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114806Z:31bf3ad8-6e56-4710-a46e-19ca02ce2269", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/58bbc283-33ac-470e-9af2-49ccbd7dd9a0", - "name": "58bbc283-33ac-470e-9af2-49ccbd7dd9a0", - "status": "Creating", - "startTime": "2022-09-19T11:47:05.8065264Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/58bbc283-33ac-470e-9af2-49ccbd7dd9a0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:48: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": "7ee10af0-8698-4834-9115-b17ba93c2fa3", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114837Z:7ee10af0-8698-4834-9115-b17ba93c2fa3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/58bbc283-33ac-470e-9af2-49ccbd7dd9a0", - "name": "58bbc283-33ac-470e-9af2-49ccbd7dd9a0", - "status": "Creating", - "startTime": "2022-09-19T11:47:05.8065264Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/58bbc283-33ac-470e-9af2-49ccbd7dd9a0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:49: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": "7b9f5399-3d73-4b43-bb79-f7e1973c7223", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114907Z:7b9f5399-3d73-4b43-bb79-f7e1973c7223", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/58bbc283-33ac-470e-9af2-49ccbd7dd9a0", - "name": "58bbc283-33ac-470e-9af2-49ccbd7dd9a0", - "status": "Creating", - "startTime": "2022-09-19T11:47:05.8065264Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/58bbc283-33ac-470e-9af2-49ccbd7dd9a0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:49: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": "909e14aa-3ee3-46dc-8133-d2bf77f26407", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "WESTEUROPE:20220919T114937Z:909e14aa-3ee3-46dc-8133-d2bf77f26407", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/58bbc283-33ac-470e-9af2-49ccbd7dd9a0", - "name": "58bbc283-33ac-470e-9af2-49ccbd7dd9a0", - "status": "Creating", - "startTime": "2022-09-19T11:47:05.8065264Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/58bbc283-33ac-470e-9af2-49ccbd7dd9a0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:50: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": "721cfb64-c09c-46e0-9378-d1209c7e7116", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115007Z:721cfb64-c09c-46e0-9378-d1209c7e7116", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/58bbc283-33ac-470e-9af2-49ccbd7dd9a0", - "name": "58bbc283-33ac-470e-9af2-49ccbd7dd9a0", - "status": "Creating", - "startTime": "2022-09-19T11:47:05.8065264Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/58bbc283-33ac-470e-9af2-49ccbd7dd9a0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:50: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": "301df056-808d-40f2-a77c-c08318b54f42", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115038Z:301df056-808d-40f2-a77c-c08318b54f42", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/58bbc283-33ac-470e-9af2-49ccbd7dd9a0", - "name": "58bbc283-33ac-470e-9af2-49ccbd7dd9a0", - "status": "Creating", - "startTime": "2022-09-19T11:47:05.8065264Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/58bbc283-33ac-470e-9af2-49ccbd7dd9a0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51: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": "9fa925e9-0030-438e-97e4-0a8c787931b6", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115108Z:9fa925e9-0030-438e-97e4-0a8c787931b6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/58bbc283-33ac-470e-9af2-49ccbd7dd9a0", - "name": "58bbc283-33ac-470e-9af2-49ccbd7dd9a0", - "status": "Succeeded", - "startTime": "2022-09-19T11:47:05.8065264Z", - "endTime": "2022-09-19T11:50:58.5466517Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:08 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A50%3A58.5459709Z\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": "76b5d7f3-9b2e-475a-a5b1-41c9edae0537", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115108Z:76b5d7f3-9b2e-475a-a5b1-41c9edae0537", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A50%3A58.5459709Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - }, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b/authorizeReplication?api-version=2022-05-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "268", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a0563f49-6b78-460b-a4c3-736bc005bb7f?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 11:51:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a0563f49-6b78-460b-a4c3-736bc005bb7f?api-version=2022-05-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": "03be0782-78ae-4649-84c5-a67931c999d9", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115140Z:03be0782-78ae-4649-84c5-a67931c999d9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:40 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\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": "fbd9aec4-4e0f-47f5-b84f-e58f417f572e", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115140Z:fbd9aec4-4e0f-47f5-b84f-e58f417f572e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:41:11.4389459Z" - }, - "properties": { - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_5cfc964a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "AuthorizeReplication" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:41:12.5302219Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:41:12.5302219Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:40 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A50%3A58.5459709Z\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": "638e76c3-87fa-4d7a-8d9f-24f652b92bc5", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115141Z:638e76c3-87fa-4d7a-8d9f-24f652b92bc5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A50%3A58.5459709Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - }, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:41 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\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": "fa777de1-be83-4d47-a578-4aef402f70ba", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115142Z:fa777de1-be83-4d47-a578-4aef402f70ba", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:41:11.4389459Z" - }, - "properties": { - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_5cfc964a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "AuthorizeReplication" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:41:12.5302219Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:41:12.5302219Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:42 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A50%3A58.5459709Z\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": "c28d3b4b-e83e-43f0-b219-8abe13d24285", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115142Z:c28d3b4b-e83e-43f0-b219-8abe13d24285", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A50%3A58.5459709Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - }, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:43 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\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": "303f8c63-6317-430f-b34d-15783c8de687", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115144Z:303f8c63-6317-430f-b34d-15783c8de687", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:41:11.4389459Z" - }, - "properties": { - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_5cfc964a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "AuthorizeReplication" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:41:12.5302219Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:41:12.5302219Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:43 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A44.0989556Z\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": "98b4b03a-4abe-40b2-8762-85e125c4b37f", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115144Z:98b4b03a-4abe-40b2-8762-85e125c4b37f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A44.0989556Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - }, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "ActivateReplication" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:45 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\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": "0e58cdfc-9501-4a15-8994-02d2adfb41ed", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115145Z:0e58cdfc-9501-4a15-8994-02d2adfb41ed", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:41:11.4389459Z" - }, - "properties": { - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_5cfc964a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "AuthorizeReplication" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:41:12.5302219Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:41:12.5302219Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:45 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A44.0989556Z\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": "b225b180-6714-4f5b-88ff-bea589850a97", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115146Z:b225b180-6714-4f5b-88ff-bea589850a97", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A44.0989556Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - }, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "ActivateReplication" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:47 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\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": "4477fe58-00de-4c35-8887-74b830333ae5", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115147Z:4477fe58-00de-4c35-8887-74b830333ae5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:41:11.4389459Z" - }, - "properties": { - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_5cfc964a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "AuthorizeReplication" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:41:12.5302219Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:41:12.5302219Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:47 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A44.0989556Z\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": "2abc18d5-051f-49e3-9a63-cd872b9aef8d", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115147Z:2abc18d5-051f-49e3-9a63-cd872b9aef8d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A44.0989556Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - }, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "ActivateReplication" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:48 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\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": "18bd3598-fae2-4526-8ce5-b3ba327e5b1e", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115149Z:18bd3598-fae2-4526-8ce5-b3ba327e5b1e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:41:11.4389459Z" - }, - "properties": { - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_5cfc964a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "AuthorizeReplication" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:41:12.5302219Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:41:12.5302219Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:48 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A49.2592948Z\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": "b1941b23-a14f-4c73-b133-245a13a7bba1", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115149Z:b1941b23-a14f-4c73-b133-245a13a7bba1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A49.2592948Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "replicationId": "22c46e73-38b5-8132-7797-52d45ef54a9a", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:50 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\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": "34dfbfca-a874-4c67-9abb-0e38aceeee9e", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115150Z:34dfbfca-a874-4c67-9abb-0e38aceeee9e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:41:11.4389459Z" - }, - "properties": { - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_5cfc964a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "AuthorizeReplication" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:41:12.5302219Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:41:12.5302219Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:50 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A49.2592948Z\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": "88b9fbb4-e72d-4063-9ce9-616ef46a6a00", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115151Z:88b9fbb4-e72d-4063-9ce9-616ef46a6a00", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A49.2592948Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "replicationId": "22c46e73-38b5-8132-7797-52d45ef54a9a", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:52 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\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": "e4729dec-904e-4874-83b6-3b9247876d3f", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115152Z:e4729dec-904e-4874-83b6-3b9247876d3f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:41:11.4389459Z" - }, - "properties": { - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_5cfc964a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "AuthorizeReplication" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:41:12.5302219Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:41:12.5302219Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:52 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A49.2592948Z\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": "041230d2-a29a-44dd-96f2-f0c337bf033d", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115153Z:041230d2-a29a-44dd-96f2-f0c337bf033d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A49.2592948Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "replicationId": "22c46e73-38b5-8132-7797-52d45ef54a9a", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:53 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\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": "7b2bb47e-60c7-433a-8ff3-36f9ceb66de8", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115154Z:7b2bb47e-60c7-433a-8ff3-36f9ceb66de8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:41:11.4389459Z" - }, - "properties": { - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_5cfc964a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "AuthorizeReplication" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:41:12.5302219Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:41:12.5302219Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:54 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A49.2592948Z\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": "1b1adaea-c850-4e43-8c51-a90676264610", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115154Z:1b1adaea-c850-4e43-8c51-a90676264610", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A49.2592948Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "replicationId": "22c46e73-38b5-8132-7797-52d45ef54a9a", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:55 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\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": "4a6bb476-8d30-471c-b797-f5b9e2748752", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115156Z:4a6bb476-8d30-471c-b797-f5b9e2748752", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:41:11.4389459Z" - }, - "properties": { - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_5cfc964a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "AuthorizeReplication" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:41:12.5302219Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:41:12.5302219Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:55 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A49.2592948Z\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": "45fd2229-7c36-4bc7-a706-10dc18909926", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115156Z:45fd2229-7c36-4bc7-a706-10dc18909926", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A49.2592948Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "replicationId": "22c46e73-38b5-8132-7797-52d45ef54a9a", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:57 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\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": "ca3f14af-8208-4db1-9063-03af51975c02", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115157Z:ca3f14af-8208-4db1-9063-03af51975c02", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:41:11.4389459Z" - }, - "properties": { - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_5cfc964a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "AuthorizeReplication" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:41:12.5302219Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:41:12.5302219Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:58 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A49.2592948Z\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": "58f3dfb2-24f0-44fa-a9e5-e9bf4640f592", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115158Z:58f3dfb2-24f0-44fa-a9e5-e9bf4640f592", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A49.2592948Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "replicationId": "22c46e73-38b5-8132-7797-52d45ef54a9a", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:59 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\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": "301cd8f0-ece3-4536-86db-6ff65b4bed4a", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115200Z:301cd8f0-ece3-4536-86db-6ff65b4bed4a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:41:11.4389459Z" - }, - "properties": { - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_5cfc964a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "AuthorizeReplication" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:41:12.5302219Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:41:12.5302219Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:51:59 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A49.2592948Z\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": "0327e4f5-96fe-4853-9c0a-c5e375a9f36a", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115200Z:0327e4f5-96fe-4853-9c0a-c5e375a9f36a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A49.2592948Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "replicationId": "22c46e73-38b5-8132-7797-52d45ef54a9a", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:52:01 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\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": "2a973c24-556d-496a-828c-12da0f6093d6", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115201Z:2a973c24-556d-496a-828c-12da0f6093d6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:41:11.4389459Z" - }, - "properties": { - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_5cfc964a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "AuthorizeReplication" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:41:12.5302219Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:41:12.5302219Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:52:01 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A49.2592948Z\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": "e4278a71-c4df-4b7d-8559-63e6900476a2", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115202Z:e4278a71-c4df-4b7d-8559-63e6900476a2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A49.2592948Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "replicationId": "22c46e73-38b5-8132-7797-52d45ef54a9a", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:52:02 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\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": "eac587fe-b523-4ae1-bc1f-384fa4096a16", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115203Z:eac587fe-b523-4ae1-bc1f-384fa4096a16", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:41:11.4389459Z" - }, - "properties": { - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_5cfc964a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "AuthorizeReplication" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:41:12.5302219Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:41:12.5302219Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:52:03 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A49.2592948Z\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": "ed836ba6-b09d-4aa5-a364-f2268bceb998", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115203Z:ed836ba6-b09d-4aa5-a364-f2268bceb998", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A49.2592948Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "replicationId": "22c46e73-38b5-8132-7797-52d45ef54a9a", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:52:04 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\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": "cb538e4d-d1ff-4d5a-a296-11803e9244cd", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115205Z:cb538e4d-d1ff-4d5a-a296-11803e9244cd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:41:11.4389459Z" - }, - "properties": { - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_5cfc964a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "AuthorizeReplication" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:41:12.5302219Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:41:12.5302219Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:52:04 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A49.2592948Z\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": "d115c0f6-be86-4db4-b41c-d443630765e7", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115205Z:d115c0f6-be86-4db4-b41c-d443630765e7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A49.2592948Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "replicationId": "22c46e73-38b5-8132-7797-52d45ef54a9a", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:52:06 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\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": "b6ded36a-e8b3-4e35-8b9d-e984cca317ae", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115206Z:b6ded36a-e8b3-4e35-8b9d-e984cca317ae", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A40.0903205Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:41:11.4389459Z" - }, - "properties": { - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_5cfc964a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "AuthorizeReplication" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:41:12.5302219Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:41:12.5302219Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:52:06 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A49.2592948Z\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": "9a63cb8b-0b50-4084-abda-43e1f0a8c480", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115207Z:9a63cb8b-0b50-4084-abda-43e1f0a8c480", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A49.2592948Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "replicationId": "22c46e73-38b5-8132-7797-52d45ef54a9a", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:52:08 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A52%3A07.4110393Z\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": "1ead7ab5-3c47-4831-a7d7-7e0fcfe4d95c", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115208Z:1ead7ab5-3c47-4831-a7d7-7e0fcfe4d95c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A52%3A07.4110393Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:41:11.4389459Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endpointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "remoteVolumeRegion": "eastus2" - } - }, - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_5cfc964a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:41:12.5302219Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:41:12.5302219Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:52:08 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A49.2592948Z\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": "9b89d7bd-ba8f-464e-93b4-e2534bc9f439", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115208Z:9b89d7bd-ba8f-464e-93b4-e2534bc9f439", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A51%3A49.2592948Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "replicationId": "22c46e73-38b5-8132-7797-52d45ef54a9a", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a0563f49-6b78-460b-a4c3-736bc005bb7f?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:52: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": "784eba4f-b41d-40bb-88ac-7a83638c7f55", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115210Z:784eba4f-b41d-40bb-88ac-7a83638c7f55", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a0563f49-6b78-460b-a4c3-736bc005bb7f", - "name": "a0563f49-6b78-460b-a4c3-736bc005bb7f", - "status": "Succeeded", - "startTime": "2022-09-19T11:51:40.0931893Z", - "endTime": "2022-09-19T11:52:07.4129268Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a0563f49-6b78-460b-a4c3-736bc005bb7f?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:52: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": "476b26af-cdae-473e-8866-ededfcb4dfd2", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115210Z:476b26af-cdae-473e-8866-ededfcb4dfd2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A52%3A07.4110393Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:41:11.4389459Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endpointType": "Src", - "replicationStatus": "", - "remotePath": { - "externalHostName": "az-bn1-f01c10-af1016-sto", - "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_1fd92a" - }, - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "remoteVolumeRegion": "eastus2" - } - }, - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_5cfc964a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "poolId": "6df5feb3-c1da-ac0d-f471-e20b9b4c9a21", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:41:12.5302219Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:41:12.5302219Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:52: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": "b3601645-d1c4-4c80-bcd0-a07922a916d7", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115240Z:b3601645-d1c4-4c80-bcd0-a07922a916d7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "9aef5b1a-f33f-43e3-a783-eaad051686d5", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115241Z:9aef5b1a-f33f-43e3-a783-eaad051686d5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:52: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": "04e26332-d5db-4623-ab2a-f33fca920b56", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115243Z:04e26332-d5db-4623-ab2a-f33fca920b56", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "be5f2b11-f70c-4010-b89c-ac2a86a75da7", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115244Z:be5f2b11-f70c-4010-b89c-ac2a86a75da7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:52: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": "dd6af9f8-6b78-4c57-81c4-ba6b76610399", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115245Z:dd6af9f8-6b78-4c57-81c4-ba6b76610399", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:52: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": "b7f12e29-0756-4e77-97ee-f8d1bb7c1aef", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115247Z:b7f12e29-0756-4e77-97ee-f8d1bb7c1aef", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:52: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": "a0b4b19c-77e7-44f1-9032-25dbbbdb0841", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115248Z:a0b4b19c-77e7-44f1-9032-25dbbbdb0841", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:52: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": "d056bdbd-db63-4864-9c32-c405168a282f", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115250Z:d056bdbd-db63-4864-9c32-c405168a282f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:52: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": "16d61e30-60a8-4ab1-a665-17ddfcec4f1c", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115251Z:16d61e30-60a8-4ab1-a665-17ddfcec4f1c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "96b1ec2c-56c3-4459-9123-9dfc0cc9f45e", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115252Z:96b1ec2c-56c3-4459-9123-9dfc0cc9f45e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "6f2fa776-0884-45af-8275-cceea5bab143", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115254Z:6f2fa776-0884-45af-8275-cceea5bab143", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:52: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": "2263407e-f485-4019-ae63-aabc1ccf5c4e", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115255Z:2263407e-f485-4019-ae63-aabc1ccf5c4e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:52: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": "9a9c2897-eab8-4f85-9f3c-35eb78297979", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115256Z:9a9c2897-eab8-4f85-9f3c-35eb78297979", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:52: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": "fc66d86c-b7f4-443a-ab3b-01fa03de33a1", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115258Z:fc66d86c-b7f4-443a-ab3b-01fa03de33a1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:52: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": "58c4c5b3-455c-463d-8d21-6c1e5ffa81b4", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115259Z:58c4c5b3-455c-463d-8d21-6c1e5ffa81b4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "5fb4fc2f-07d2-41ca-881a-d22cdbd0a9dd", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115300Z:5fb4fc2f-07d2-41ca-881a-d22cdbd0a9dd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "cf41b6f2-d130-4826-9d3e-79521e77e9c3", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115302Z:cf41b6f2-d130-4826-9d3e-79521e77e9c3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "0b5906f6-d9bc-4006-8ee0-f4ca154a9ff3", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115303Z:0b5906f6-d9bc-4006-8ee0-f4ca154a9ff3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "c731a818-edb8-4a38-90f7-0880e3014461", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115304Z:c731a818-edb8-4a38-90f7-0880e3014461", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "a5930cb7-df65-444c-9a79-098b063e7677", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115306Z:a5930cb7-df65-444c-9a79-098b063e7677", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "cb06f382-62ee-45dd-83dc-fdadc7397039", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115307Z:cb06f382-62ee-45dd-83dc-fdadc7397039", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "6491b955-8cf3-4ea7-b8e9-403ca4b12c0c", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115308Z:6491b955-8cf3-4ea7-b8e9-403ca4b12c0c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "9688abd7-f438-4498-b643-a8fc8a3757e1", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115310Z:9688abd7-f438-4498-b643-a8fc8a3757e1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "8cffc0ec-b898-4896-a8b4-290dceabfb2c", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115311Z:8cffc0ec-b898-4896-a8b4-290dceabfb2c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "92db204f-286f-4dfd-b464-335c1c4ac5c7", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115312Z:92db204f-286f-4dfd-b464-335c1c4ac5c7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "cac38c8d-606d-47b2-b0e2-238c8d4f40b3", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115314Z:cac38c8d-606d-47b2-b0e2-238c8d4f40b3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "0c744c1b-f400-4729-8745-0ce8bade527b", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115315Z:0c744c1b-f400-4729-8745-0ce8bade527b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "cf21186c-f454-4feb-bbb0-b62f85bebe8b", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115316Z:cf21186c-f454-4feb-bbb0-b62f85bebe8b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "3113d1a1-db0b-4b1a-9d8f-ab2ff8a26fad", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115318Z:3113d1a1-db0b-4b1a-9d8f-ab2ff8a26fad", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "ee5e28cd-f660-4cf5-bb8d-d644adacc248", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115319Z:ee5e28cd-f660-4cf5-bb8d-d644adacc248", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "451cc7cd-1f15-49de-bfc2-d3b96d901c2c", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115320Z:451cc7cd-1f15-49de-bfc2-d3b96d901c2c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "8b6139a7-74ee-4441-9e53-63f9f41a480d", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115322Z:8b6139a7-74ee-4441-9e53-63f9f41a480d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "62f70ed0-7c46-41b7-81dd-7431bac3e70f", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115323Z:62f70ed0-7c46-41b7-81dd-7431bac3e70f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "059cfa0d-9b03-4306-8c38-10844d0b7842", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115324Z:059cfa0d-9b03-4306-8c38-10844d0b7842", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "2c8b3aff-d977-4788-ba43-f58ed11e72df", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115326Z:2c8b3aff-d977-4788-ba43-f58ed11e72df", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "15ad934e-9331-4d25-93e0-58d8c9ac35b5", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115327Z:15ad934e-9331-4d25-93e0-58d8c9ac35b5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "391c894a-ba01-48e1-b98e-61b4094cfe86", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115328Z:391c894a-ba01-48e1-b98e-61b4094cfe86", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "f58c9c2c-aaaa-4724-9a00-a715c318f3ec", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115330Z:f58c9c2c-aaaa-4724-9a00-a715c318f3ec", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "77cadf4b-5d7e-43c5-ab41-63fcc7355cfd", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115331Z:77cadf4b-5d7e-43c5-ab41-63fcc7355cfd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "aa7f5a10-699e-42ae-998e-d4bdf4f71904", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115332Z:aa7f5a10-699e-42ae-998e-d4bdf4f71904", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "7987e349-b916-48b0-9a78-d272f56149a6", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115334Z:7987e349-b916-48b0-9a78-d272f56149a6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "6985a0ca-6722-4a11-ad2b-29f814063a19", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115335Z:6985a0ca-6722-4a11-ad2b-29f814063a19", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "3aa2d855-96e5-44fa-88e6-dc4ff05d821d", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115336Z:3aa2d855-96e5-44fa-88e6-dc4ff05d821d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "bd3f86a9-71a1-4265-87d1-01c3cffead47", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115338Z:bd3f86a9-71a1-4265-87d1-01c3cffead47", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "16b32076-0fdb-425a-8357-b8955cb5d921", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115339Z:16b32076-0fdb-425a-8357-b8955cb5d921", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "fad3370c-8326-4dcc-958b-e48b9a776410", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115341Z:fad3370c-8326-4dcc-958b-e48b9a776410", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "7c8e895a-6f22-4e83-bb11-e26d6876fc28", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115342Z:7c8e895a-6f22-4e83-bb11-e26d6876fc28", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "705cc2c7-8bcf-46cf-ad47-46752e73fa5e", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115344Z:705cc2c7-8bcf-46cf-ad47-46752e73fa5e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "d4681a95-aca5-467c-abd2-17aff6c01ffb", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115345Z:d4681a95-aca5-467c-abd2-17aff6c01ffb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "be180fcd-a0d2-46a3-ab8b-c57ad7575ba9", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115346Z:be180fcd-a0d2-46a3-ab8b-c57ad7575ba9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "6fc98294-a8f4-4023-ade1-8a5cd8430969", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115348Z:6fc98294-a8f4-4023-ade1-8a5cd8430969", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "3cc304b5-d5de-4790-a0ed-462a85cde740", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115349Z:3cc304b5-d5de-4790-a0ed-462a85cde740", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "5d123961-ee36-4ae0-b239-5e6513fb4310", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115350Z:5d123961-ee36-4ae0-b239-5e6513fb4310", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "a1eccf7b-c144-4c12-be79-50a5513b9e70", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115352Z:a1eccf7b-c144-4c12-be79-50a5513b9e70", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "2f6e807b-8d69-4a95-a986-6aca732ef609", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115353Z:2f6e807b-8d69-4a95-a986-6aca732ef609", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "427343f6-30b2-4a06-b33e-715487ffcea3", - "x-ms-ratelimit-remaining-subscription-reads": "11873", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115354Z:427343f6-30b2-4a06-b33e-715487ffcea3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "3a8f394c-67c7-4d4f-b968-d608e0f9c31b", - "x-ms-ratelimit-remaining-subscription-reads": "11872", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115356Z:3a8f394c-67c7-4d4f-b968-d608e0f9c31b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "7b2b202e-e4a9-4806-b51c-cf3408b01bf9", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115357Z:7b2b202e-e4a9-4806-b51c-cf3408b01bf9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:53: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": "ae136329-050c-40c0-98a3-2ee614290828", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115359Z:ae136329-050c-40c0-98a3-2ee614290828", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "34ce6f19-a587-45d5-aeec-176b1b771974", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115400Z:34ce6f19-a587-45d5-aeec-176b1b771974", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "0fe2ec56-11a7-4d6f-8cef-a1cbc529b377", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115401Z:0fe2ec56-11a7-4d6f-8cef-a1cbc529b377", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "1855ca09-1231-4063-8b20-27472981aebe", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115403Z:1855ca09-1231-4063-8b20-27472981aebe", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "68840393-d2d2-4097-a88f-7c6936ac4d17", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115404Z:68840393-d2d2-4097-a88f-7c6936ac4d17", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "87d75d3b-77c8-49c3-8101-0050a975f9e5", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115405Z:87d75d3b-77c8-49c3-8101-0050a975f9e5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "a943a2b2-f1ce-4f13-bb18-b726604f8cd3", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115407Z:a943a2b2-f1ce-4f13-bb18-b726604f8cd3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "e11b8560-e895-414f-96af-a4b61b21e490", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115408Z:e11b8560-e895-414f-96af-a4b61b21e490", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "6403c7b6-7c47-47ed-9e6f-253fbac03b44", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115409Z:6403c7b6-7c47-47ed-9e6f-253fbac03b44", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "6de0f2eb-fc24-46fa-9e4e-bcd6f1d2d54b", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115411Z:6de0f2eb-fc24-46fa-9e4e-bcd6f1d2d54b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "e4fe886f-d69e-42ce-ae7c-9da393cf6976", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115412Z:e4fe886f-d69e-42ce-ae7c-9da393cf6976", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "c6b81e1d-411d-4036-bc20-6becb02325a5", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115413Z:c6b81e1d-411d-4036-bc20-6becb02325a5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "d35d7739-da40-49b0-89ac-fba5150dc307", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115415Z:d35d7739-da40-49b0-89ac-fba5150dc307", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "6ce235fa-8f64-4cef-9102-e747fe8c9e34", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115416Z:6ce235fa-8f64-4cef-9102-e747fe8c9e34", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "622c7f09-86f0-4d2a-a588-377d77358ee5", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115417Z:622c7f09-86f0-4d2a-a588-377d77358ee5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "3ab804fd-38fd-4bf4-903f-991290cc0f96", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115419Z:3ab804fd-38fd-4bf4-903f-991290cc0f96", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "79e51a80-fa57-4157-ad58-217cda6dd89c", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115420Z:79e51a80-fa57-4157-ad58-217cda6dd89c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "41c7c013-92dc-4be0-a3c8-a3dba75db02c", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115421Z:41c7c013-92dc-4be0-a3c8-a3dba75db02c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "59f6b9ec-60e6-406f-bf3e-86704d345cbd", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115423Z:59f6b9ec-60e6-406f-bf3e-86704d345cbd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "3aa59735-66e0-4cb8-acdc-433be9ff6010", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115424Z:3aa59735-66e0-4cb8-acdc-433be9ff6010", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "32c0eae9-17ca-4a85-a321-82b9dba02bf6", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115425Z:32c0eae9-17ca-4a85-a321-82b9dba02bf6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "23a9ffa5-4e52-4fce-8a96-604135e1cfa7", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115427Z:23a9ffa5-4e52-4fce-8a96-604135e1cfa7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "c0d146a2-a027-497c-b092-5b8e6a2f2c5f", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115428Z:c0d146a2-a027-497c-b092-5b8e6a2f2c5f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "91688cc8-7401-4fbc-a208-1464442e5515", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115429Z:91688cc8-7401-4fbc-a208-1464442e5515", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "996af856-e24b-43bd-a71b-9bf55045f44b", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115431Z:996af856-e24b-43bd-a71b-9bf55045f44b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "694fca4a-e042-44f2-b49a-2136385f8cff", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115432Z:694fca4a-e042-44f2-b49a-2136385f8cff", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "46d2239b-6f6b-4cd7-8a44-6275defb6add", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115433Z:46d2239b-6f6b-4cd7-8a44-6275defb6add", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "d9e25201-f027-4fea-832a-da038766feb8", - "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115435Z:d9e25201-f027-4fea-832a-da038766feb8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "b7174b1f-79a4-4a74-b744-39e0e8d816f4", - "x-ms-ratelimit-remaining-subscription-reads": "11842", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115436Z:b7174b1f-79a4-4a74-b744-39e0e8d816f4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "aa043e50-0479-46fe-8b58-39d29b4d5b3f", - "x-ms-ratelimit-remaining-subscription-reads": "11841", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115437Z:aa043e50-0479-46fe-8b58-39d29b4d5b3f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "86324078-93d3-4a6f-8833-39507b08c2c5", - "x-ms-ratelimit-remaining-subscription-reads": "11840", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115439Z:86324078-93d3-4a6f-8833-39507b08c2c5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "22b66f0d-ef64-4e4f-9a4f-925a35d57710", - "x-ms-ratelimit-remaining-subscription-reads": "11839", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115440Z:22b66f0d-ef64-4e4f-9a4f-925a35d57710", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "ff09b17b-8561-46d9-bed7-63905e623222", - "x-ms-ratelimit-remaining-subscription-reads": "11838", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115442Z:ff09b17b-8561-46d9-bed7-63905e623222", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "eea87393-5a00-4fe0-b4ea-a44fa61dc9a9", - "x-ms-ratelimit-remaining-subscription-reads": "11837", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115444Z:eea87393-5a00-4fe0-b4ea-a44fa61dc9a9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "521fbbbb-f385-4e94-85dc-cecc05bd9683", - "x-ms-ratelimit-remaining-subscription-reads": "11836", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115445Z:521fbbbb-f385-4e94-85dc-cecc05bd9683", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "5aaf83a4-8ed2-4731-aa7f-9aeb2d07fb55", - "x-ms-ratelimit-remaining-subscription-reads": "11835", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115446Z:5aaf83a4-8ed2-4731-aa7f-9aeb2d07fb55", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "8f24fd29-95dc-48c0-8639-7843a18e5603", - "x-ms-ratelimit-remaining-subscription-reads": "11834", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115448Z:8f24fd29-95dc-48c0-8639-7843a18e5603", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "df55e8ac-0b45-4761-be41-2c6be9520504", - "x-ms-ratelimit-remaining-subscription-reads": "11833", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115449Z:df55e8ac-0b45-4761-be41-2c6be9520504", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "91046823-232d-4cb8-b93f-986cdd73f4c4", - "x-ms-ratelimit-remaining-subscription-reads": "11832", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115451Z:91046823-232d-4cb8-b93f-986cdd73f4c4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "4d908360-61ee-42fe-9690-f9954900d639", - "x-ms-ratelimit-remaining-subscription-reads": "11831", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115452Z:4d908360-61ee-42fe-9690-f9954900d639", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "d0069729-dff5-438a-b59a-297015d0160f", - "x-ms-ratelimit-remaining-subscription-reads": "11830", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115453Z:d0069729-dff5-438a-b59a-297015d0160f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "bd28b99f-992d-498c-b0d8-8e0400531777", - "x-ms-ratelimit-remaining-subscription-reads": "11829", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115454Z:bd28b99f-992d-498c-b0d8-8e0400531777", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "9ffef792-792f-4bc5-8986-d525a37bf432", - "x-ms-ratelimit-remaining-subscription-reads": "11828", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115456Z:9ffef792-792f-4bc5-8986-d525a37bf432", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "d98ae269-f8b6-4e38-916d-d1dd2ea5ab5f", - "x-ms-ratelimit-remaining-subscription-reads": "11827", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115457Z:d98ae269-f8b6-4e38-916d-d1dd2ea5ab5f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 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": "16175198-d2cc-4677-a431-594cc52cc277", - "x-ms-ratelimit-remaining-subscription-reads": "11826", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115459Z:16175198-d2cc-4677-a431-594cc52cc277", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:54: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": "92b6b4ef-e03b-4e35-8fb0-898d771a9ede", - "x-ms-ratelimit-remaining-subscription-reads": "11825", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115500Z:92b6b4ef-e03b-4e35-8fb0-898d771a9ede", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "93f9b74f-3129-4628-bde9-04e358bfcb9e", - "x-ms-ratelimit-remaining-subscription-reads": "11824", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115501Z:93f9b74f-3129-4628-bde9-04e358bfcb9e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "491f634a-5110-4625-bd01-a0f881d56a5c", - "x-ms-ratelimit-remaining-subscription-reads": "11823", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115503Z:491f634a-5110-4625-bd01-a0f881d56a5c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "87bfe11e-4a9c-4598-9113-424355f633c9", - "x-ms-ratelimit-remaining-subscription-reads": "11822", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115504Z:87bfe11e-4a9c-4598-9113-424355f633c9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "69692a03-ce67-4665-8ad7-d08f7bfff001", - "x-ms-ratelimit-remaining-subscription-reads": "11821", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115505Z:69692a03-ce67-4665-8ad7-d08f7bfff001", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "e58b76a3-df15-46ce-97ad-39205b6f08eb", - "x-ms-ratelimit-remaining-subscription-reads": "11820", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115507Z:e58b76a3-df15-46ce-97ad-39205b6f08eb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "3a0dff62-336a-46f2-90fd-53b2585a75c5", - "x-ms-ratelimit-remaining-subscription-reads": "11819", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115508Z:3a0dff62-336a-46f2-90fd-53b2585a75c5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "f07199ce-f9ae-473f-9d83-5f03274d894f", - "x-ms-ratelimit-remaining-subscription-reads": "11818", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115509Z:f07199ce-f9ae-473f-9d83-5f03274d894f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "f5136c73-b9a7-4e05-83ba-e0729c626492", - "x-ms-ratelimit-remaining-subscription-reads": "11817", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115511Z:f5136c73-b9a7-4e05-83ba-e0729c626492", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "c3488c86-6cfb-4c18-be00-68e748cc8950", - "x-ms-ratelimit-remaining-subscription-reads": "11816", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115512Z:c3488c86-6cfb-4c18-be00-68e748cc8950", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "6268b81a-c1cd-4e34-9fe5-1204b8a0cca7", - "x-ms-ratelimit-remaining-subscription-reads": "11815", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115513Z:6268b81a-c1cd-4e34-9fe5-1204b8a0cca7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "96f01a3e-6c44-462f-a661-98912093f67a", - "x-ms-ratelimit-remaining-subscription-reads": "11814", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115515Z:96f01a3e-6c44-462f-a661-98912093f67a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "53abd2c2-6ce6-4364-9696-d3c6fb712667", - "x-ms-ratelimit-remaining-subscription-reads": "11813", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115516Z:53abd2c2-6ce6-4364-9696-d3c6fb712667", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "ae7acdc7-18a9-4ff9-bd67-8a4e507aa276", - "x-ms-ratelimit-remaining-subscription-reads": "11812", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115517Z:ae7acdc7-18a9-4ff9-bd67-8a4e507aa276", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "1bb2407d-58f5-4df0-aded-753c77e15738", - "x-ms-ratelimit-remaining-subscription-reads": "11811", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115519Z:1bb2407d-58f5-4df0-aded-753c77e15738", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "69a45eeb-07a0-4fb6-9bf6-18b1aa99f801", - "x-ms-ratelimit-remaining-subscription-reads": "11810", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115520Z:69a45eeb-07a0-4fb6-9bf6-18b1aa99f801", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "26b2d3d3-0815-4eab-9df2-6dd23d78c96c", - "x-ms-ratelimit-remaining-subscription-reads": "11809", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115521Z:26b2d3d3-0815-4eab-9df2-6dd23d78c96c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "f54de855-4f4d-4e0b-8c07-4b5df4dc9440", - "x-ms-ratelimit-remaining-subscription-reads": "11808", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115523Z:f54de855-4f4d-4e0b-8c07-4b5df4dc9440", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "a7111148-9e3c-4d0d-b48d-a65d94dfb33a", - "x-ms-ratelimit-remaining-subscription-reads": "11807", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115524Z:a7111148-9e3c-4d0d-b48d-a65d94dfb33a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "f13b6972-0ec7-4699-acc5-e604df69a465", - "x-ms-ratelimit-remaining-subscription-reads": "11806", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115525Z:f13b6972-0ec7-4699-acc5-e604df69a465", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "5cef3e7b-af89-4190-8f0f-38e285e17788", - "x-ms-ratelimit-remaining-subscription-reads": "11805", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115526Z:5cef3e7b-af89-4190-8f0f-38e285e17788", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "630e9be3-dc05-4588-b5d0-aa8f2f0135c5", - "x-ms-ratelimit-remaining-subscription-reads": "11804", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115528Z:630e9be3-dc05-4588-b5d0-aa8f2f0135c5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "01d65d38-1e5c-4fe7-ad0f-5c8e872b30cb", - "x-ms-ratelimit-remaining-subscription-reads": "11803", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115529Z:01d65d38-1e5c-4fe7-ad0f-5c8e872b30cb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "db0ed11a-ac45-48f9-9c26-7aad3774b925", - "x-ms-ratelimit-remaining-subscription-reads": "11802", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115531Z:db0ed11a-ac45-48f9-9c26-7aad3774b925", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "45443573-1209-4067-a061-16e2432d4e93", - "x-ms-ratelimit-remaining-subscription-reads": "11801", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115532Z:45443573-1209-4067-a061-16e2432d4e93", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "9574ac0f-ffb8-452c-8a95-a57e776ff40e", - "x-ms-ratelimit-remaining-subscription-reads": "11800", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115533Z:9574ac0f-ffb8-452c-8a95-a57e776ff40e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "941f9640-e3c5-4cd8-9cab-96e32ed1a47e", - "x-ms-ratelimit-remaining-subscription-reads": "11799", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115535Z:941f9640-e3c5-4cd8-9cab-96e32ed1a47e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "ecd6c5e0-feef-4d7f-8790-9776946fcd9d", - "x-ms-ratelimit-remaining-subscription-reads": "11798", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115536Z:ecd6c5e0-feef-4d7f-8790-9776946fcd9d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "14d40f6c-17c0-4e83-a2a8-34644270bd11", - "x-ms-ratelimit-remaining-subscription-reads": "11797", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115537Z:14d40f6c-17c0-4e83-a2a8-34644270bd11", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "2deb30d8-dd83-4161-9633-8571da7c0ac1", - "x-ms-ratelimit-remaining-subscription-reads": "11796", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115539Z:2deb30d8-dd83-4161-9633-8571da7c0ac1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "ed031e02-bae0-4a07-b7eb-dcd58f631f8c", - "x-ms-ratelimit-remaining-subscription-reads": "11795", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115540Z:ed031e02-bae0-4a07-b7eb-dcd58f631f8c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "1ca12900-7f9f-4c2b-b6af-191dcef71ea7", - "x-ms-ratelimit-remaining-subscription-reads": "11794", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115541Z:1ca12900-7f9f-4c2b-b6af-191dcef71ea7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "9c0e090c-d011-45e4-acd1-5d890b2da5b6", - "x-ms-ratelimit-remaining-subscription-reads": "11793", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115543Z:9c0e090c-d011-45e4-acd1-5d890b2da5b6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "256ac7a6-6528-4fb9-8056-223bb9386680", - "x-ms-ratelimit-remaining-subscription-reads": "11792", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115545Z:256ac7a6-6528-4fb9-8056-223bb9386680", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "bc30575a-21f6-4525-9662-96ff14bb9806", - "x-ms-ratelimit-remaining-subscription-reads": "11791", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115546Z:bc30575a-21f6-4525-9662-96ff14bb9806", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "39c7e3ce-3211-494e-a452-32b50c1bed44", - "x-ms-ratelimit-remaining-subscription-reads": "11790", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115547Z:39c7e3ce-3211-494e-a452-32b50c1bed44", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "8dd10c4a-3961-4dab-b44b-96ca8729c8a5", - "x-ms-ratelimit-remaining-subscription-reads": "11789", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115549Z:8dd10c4a-3961-4dab-b44b-96ca8729c8a5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "2cb7a9cc-d427-4a3f-8cd8-a3a9f5898094", - "x-ms-ratelimit-remaining-subscription-reads": "11788", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115550Z:2cb7a9cc-d427-4a3f-8cd8-a3a9f5898094", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "607cbbd5-1e40-41b4-9991-e7bb4fe31470", - "x-ms-ratelimit-remaining-subscription-reads": "11787", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115551Z:607cbbd5-1e40-41b4-9991-e7bb4fe31470", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "6e80c8bf-5150-49e0-b521-bbb2d6dd09b7", - "x-ms-ratelimit-remaining-subscription-reads": "11786", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115553Z:6e80c8bf-5150-49e0-b521-bbb2d6dd09b7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "53f5c65c-091a-471c-8da6-8ec7236658ec", - "x-ms-ratelimit-remaining-subscription-reads": "11785", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115554Z:53f5c65c-091a-471c-8da6-8ec7236658ec", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "91f23c6a-2adb-45bc-a7d6-661e4017e977", - "x-ms-ratelimit-remaining-subscription-reads": "11784", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115555Z:91f23c6a-2adb-45bc-a7d6-661e4017e977", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "79286da7-4018-4bc6-b2ab-2a4dca6f255f", - "x-ms-ratelimit-remaining-subscription-reads": "11783", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115557Z:79286da7-4018-4bc6-b2ab-2a4dca6f255f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "428cd092-ffcf-467c-852b-941d2abc7952", - "x-ms-ratelimit-remaining-subscription-reads": "11782", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115558Z:428cd092-ffcf-467c-852b-941d2abc7952", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:55: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": "437c750c-413e-4dd3-ae6b-995df93f962b", - "x-ms-ratelimit-remaining-subscription-reads": "11781", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115559Z:437c750c-413e-4dd3-ae6b-995df93f962b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "098185b5-e657-40eb-a4c9-a3f2423e70c6", - "x-ms-ratelimit-remaining-subscription-reads": "11780", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115601Z:098185b5-e657-40eb-a4c9-a3f2423e70c6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:56: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": "f4cf134a-2faa-49db-95be-36cc16d99314", - "x-ms-ratelimit-remaining-subscription-reads": "11779", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115602Z:f4cf134a-2faa-49db-95be-36cc16d99314", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:56: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": "76999e5b-42fd-479d-9513-32196694bd83", - "x-ms-ratelimit-remaining-subscription-reads": "11778", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115603Z:76999e5b-42fd-479d-9513-32196694bd83", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "05ce725a-319c-4162-8b87-5708bad0b865", - "x-ms-ratelimit-remaining-subscription-reads": "11777", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115605Z:05ce725a-319c-4162-8b87-5708bad0b865", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:56: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": "e9d57be6-81f2-422f-acff-f32435709e1b", - "x-ms-ratelimit-remaining-subscription-reads": "11776", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115606Z:e9d57be6-81f2-422f-acff-f32435709e1b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Mirrored", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b/listReplications?api-version=2022-05-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:56: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": "69b8dc08-bf97-4b4d-929b-0f858f927f0c", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115608Z:69b8dc08-bf97-4b4d-929b-0f858f927f0c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "replicationId": "a1135fa0-9dc8-0301-0eb1-c5d26d3113ff", - "endpointType": "Src", - "replicationSchedule": "", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "remoteVolumeRegion": "eastus2" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/breakReplication?api-version=2022-05-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/eastus2/operationResults/31316adc-8af0-40eb-a513-728cc21fc184?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 11:56:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/31316adc-8af0-40eb-a513-728cc21fc184?api-version=2022-05-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": "fa7cbac6-4af3-4dcd-9565-10f58dcad93d", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115609Z:fa7cbac6-4af3-4dcd-9565-10f58dcad93d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:56: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": "36532a1e-299b-4133-b024-0ec1c0c53429", - "x-ms-ratelimit-remaining-subscription-reads": "11775", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115609Z:36532a1e-299b-4133-b024-0ec1c0c53429", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Mirrored", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/31316adc-8af0-40eb-a513-728cc21fc184?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "4ab71cd3-0476-41f5-b924-2eb2290c09b2", - "x-ms-ratelimit-remaining-subscription-reads": "11774", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115639Z:4ab71cd3-0476-41f5-b924-2eb2290c09b2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/31316adc-8af0-40eb-a513-728cc21fc184", - "name": "31316adc-8af0-40eb-a513-728cc21fc184", - "status": "Succeeded", - "startTime": "2022-09-19T11:56:09.0848825Z", - "endTime": "2022-09-19T11:56:18.2590139Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/31316adc-8af0-40eb-a513-728cc21fc184?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "b826402a-7c75-4278-b225-6063bd85d7aa", - "x-ms-ratelimit-remaining-subscription-reads": "11773", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115639Z:b826402a-7c75-4278-b225-6063bd85d7aa", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A56%3A18.2567272Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "", - "dataProtection": { - "replication": { - "replicationId": "22c46e73-38b5-8132-7797-52d45ef54a9a", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "replicationPolicy": "MirrorAllSnapshots", - "replicationStatus": "Mirrored", - "remotePath": { - "externalHostName": "az-bn1-f01c10-af1016-sto", - "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_1fd92a" - }, - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "poolId": "a34fac4d-8c48-1ba1-30a0-b412ae03d210", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "coolAccess": false, - "avsDataStore": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "smbNonBrowsable": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:56:39 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A52%3A07.4110393Z\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": "83885c0d-f266-4891-abb0-b5a52a9f8e39", - "x-ms-ratelimit-remaining-subscription-reads": "11772", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115640Z:83885c0d-f266-4891-abb0-b5a52a9f8e39", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A52%3A07.4110393Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:41:11.4389459Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endpointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "remoteVolumeRegion": "eastus2" - } - }, - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_5cfc964a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:41:12.5302219Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:41:12.5302219Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:56:39 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A56%3A18.2567272Z\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": "dc808386-2f13-4707-a68d-4b37b6d02c36", - "x-ms-ratelimit-remaining-subscription-reads": "11771", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115640Z:dc808386-2f13-4707-a68d-4b37b6d02c36", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A56%3A18.2567272Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "", - "dataProtection": { - "replication": { - "replicationId": "22c46e73-38b5-8132-7797-52d45ef54a9a", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/resyncReplication?api-version=2022-05-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/eastus2/operationResults/8c45c07b-ba22-4878-8aae-c46250a5282b?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 11:56:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8c45c07b-ba22-4878-8aae-c46250a5282b?api-version=2022-05-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": "d1901092-4f4d-494a-b0a8-b7ca1c0ef8d8", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115640Z:d1901092-4f4d-494a-b0a8-b7ca1c0ef8d8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:56: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": "10f33283-94d7-4d26-8066-f97c689e04fe", - "x-ms-ratelimit-remaining-subscription-reads": "11770", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115641Z:10f33283-94d7-4d26-8066-f97c689e04fe", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:56: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": "2a81a3af-cd48-4e56-aeb6-8ec06d6abe02", - "x-ms-ratelimit-remaining-subscription-reads": "11769", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115642Z:2a81a3af-cd48-4e56-aeb6-8ec06d6abe02", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:56: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": "a000ac1c-f7b9-4141-bd02-46bc9c3e8975", - "x-ms-ratelimit-remaining-subscription-reads": "11768", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115644Z:a000ac1c-f7b9-4141-bd02-46bc9c3e8975", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:56: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": "158e5f49-b798-4ded-abe4-a83924681db2", - "x-ms-ratelimit-remaining-subscription-reads": "11767", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115645Z:158e5f49-b798-4ded-abe4-a83924681db2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:56: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": "6a504d8b-14ff-49f2-ae88-c76cb548aa1b", - "x-ms-ratelimit-remaining-subscription-reads": "11766", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115647Z:6a504d8b-14ff-49f2-ae88-c76cb548aa1b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:56: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": "507be166-16b6-4761-9c26-048aafb3dcbb", - "x-ms-ratelimit-remaining-subscription-reads": "11765", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115648Z:507be166-16b6-4761-9c26-048aafb3dcbb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "5ee1d990-aa35-4104-93b5-521a022853fc", - "x-ms-ratelimit-remaining-subscription-reads": "11764", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115649Z:5ee1d990-aa35-4104-93b5-521a022853fc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "becd381a-18a5-4697-bcee-2b4fd1565b9d", - "x-ms-ratelimit-remaining-subscription-reads": "11763", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115651Z:becd381a-18a5-4697-bcee-2b4fd1565b9d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "8fa53f79-592e-4c4d-9754-486d9d89911e", - "x-ms-ratelimit-remaining-subscription-reads": "11762", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115652Z:8fa53f79-592e-4c4d-9754-486d9d89911e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:56: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": "ae21d5e6-5831-4b21-8c58-b2543516f1a5", - "x-ms-ratelimit-remaining-subscription-reads": "11761", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115653Z:ae21d5e6-5831-4b21-8c58-b2543516f1a5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:56: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": "73044633-e38e-4fec-b4b9-f1712f4518be", - "x-ms-ratelimit-remaining-subscription-reads": "11760", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115655Z:73044633-e38e-4fec-b4b9-f1712f4518be", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:56: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": "049ad21d-9cdd-4154-8dc2-be325c8c97a8", - "x-ms-ratelimit-remaining-subscription-reads": "11759", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115656Z:049ad21d-9cdd-4154-8dc2-be325c8c97a8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:56: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": "ff23e4df-824a-4b42-9db9-a0f07a12dab2", - "x-ms-ratelimit-remaining-subscription-reads": "11758", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115657Z:ff23e4df-824a-4b42-9db9-a0f07a12dab2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "b5be02df-3784-436a-afb6-506d0177c30b", - "x-ms-ratelimit-remaining-subscription-reads": "11757", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115659Z:b5be02df-3784-436a-afb6-506d0177c30b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:56: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": "e678bc98-e1d0-486d-8f18-9f36d1f4b93b", - "x-ms-ratelimit-remaining-subscription-reads": "11756", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115700Z:e678bc98-e1d0-486d-8f18-9f36d1f4b93b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "6659467e-e32d-43df-acfe-b75169709897", - "x-ms-ratelimit-remaining-subscription-reads": "11755", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115702Z:6659467e-e32d-43df-acfe-b75169709897", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:57: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": "a91e5f2f-0adc-43d1-8dca-7e22b5a27dd2", - "x-ms-ratelimit-remaining-subscription-reads": "11754", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115703Z:a91e5f2f-0adc-43d1-8dca-7e22b5a27dd2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "bf21ec51-48be-44e1-a3ed-1bda0052bed7", - "x-ms-ratelimit-remaining-subscription-reads": "11753", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115704Z:bf21ec51-48be-44e1-a3ed-1bda0052bed7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "551c7ed1-3a26-4846-8854-3767e058a6ff", - "x-ms-ratelimit-remaining-subscription-reads": "11752", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115706Z:551c7ed1-3a26-4846-8854-3767e058a6ff", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:57: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": "6d499f1d-d8d7-4c1e-a377-b618afdf7f88", - "x-ms-ratelimit-remaining-subscription-reads": "11751", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115707Z:6d499f1d-d8d7-4c1e-a377-b618afdf7f88", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:57: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": "d862b87d-f6f8-495d-a987-149eebf091cd", - "x-ms-ratelimit-remaining-subscription-reads": "11750", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115708Z:d862b87d-f6f8-495d-a987-149eebf091cd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:57: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": "3ecb08cb-a7f2-4a57-bce1-446252d6cf4d", - "x-ms-ratelimit-remaining-subscription-reads": "11749", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115710Z:3ecb08cb-a7f2-4a57-bce1-446252d6cf4d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8c45c07b-ba22-4878-8aae-c46250a5282b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:57: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": "c48b8cfd-1a52-4ad1-be4f-8a2b16d8be72", - "x-ms-ratelimit-remaining-subscription-reads": "11748", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115711Z:c48b8cfd-1a52-4ad1-be4f-8a2b16d8be72", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8c45c07b-ba22-4878-8aae-c46250a5282b", - "name": "8c45c07b-ba22-4878-8aae-c46250a5282b", - "status": "ResyncReplication", - "startTime": "2022-09-19T11:56:40.7582019Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:57: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": "4b67eb8c-e534-4147-8d77-40db2b64fd0d", - "x-ms-ratelimit-remaining-subscription-reads": "11747", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115711Z:4b67eb8c-e534-4147-8d77-40db2b64fd0d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "05f05313-b710-4ce8-b191-44a480e58d53", - "x-ms-ratelimit-remaining-subscription-reads": "11746", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115712Z:05f05313-b710-4ce8-b191-44a480e58d53", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:57: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": "6fcbe302-b244-4a1c-a934-54087bdb006a", - "x-ms-ratelimit-remaining-subscription-reads": "11745", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115714Z:6fcbe302-b244-4a1c-a934-54087bdb006a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:57: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": "62f65012-7422-460f-8850-aba536302b6b", - "x-ms-ratelimit-remaining-subscription-reads": "11744", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115718Z:62f65012-7422-460f-8850-aba536302b6b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:57: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": "6758cf30-7f99-4a5e-bd18-1424d423ba92", - "x-ms-ratelimit-remaining-subscription-reads": "11743", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115719Z:6758cf30-7f99-4a5e-bd18-1424d423ba92", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:57: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": "0b6afd69-d83f-4c93-bd96-7d47d0650d6f", - "x-ms-ratelimit-remaining-subscription-reads": "11742", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115720Z:0b6afd69-d83f-4c93-bd96-7d47d0650d6f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "4c916ab6-6443-4678-9cb3-a7b499d9e3b4", - "x-ms-ratelimit-remaining-subscription-reads": "11741", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115722Z:4c916ab6-6443-4678-9cb3-a7b499d9e3b4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "3e9f2b6a-0bde-46be-9e0d-931af35a8b91", - "x-ms-ratelimit-remaining-subscription-reads": "11740", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115723Z:3e9f2b6a-0bde-46be-9e0d-931af35a8b91", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Mirrored", - "totalProgress": "21312", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8c45c07b-ba22-4878-8aae-c46250a5282b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:57: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": "11815c51-73c4-4881-b33a-ed0831df91a2", - "x-ms-ratelimit-remaining-subscription-reads": "11739", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115741Z:11815c51-73c4-4881-b33a-ed0831df91a2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8c45c07b-ba22-4878-8aae-c46250a5282b", - "name": "8c45c07b-ba22-4878-8aae-c46250a5282b", - "status": "Succeeded", - "startTime": "2022-09-19T11:56:40.7582019Z", - "endTime": "2022-09-19T11:57:37.0163742Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8c45c07b-ba22-4878-8aae-c46250a5282b?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:57: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": "78ac10b0-7df4-4501-ac04-f2767380654b", - "x-ms-ratelimit-remaining-subscription-reads": "11738", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115741Z:78ac10b0-7df4-4501-ac04-f2767380654b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A57%3A37.0206739Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "replicationId": "22c46e73-38b5-8132-7797-52d45ef54a9a", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "replicationPolicy": "MirrorAllSnapshots", - "replicationStatus": "Mirrored", - "remotePath": { - "externalHostName": "az-bn1-f01c10-af1016-sto", - "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_1fd92a" - }, - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "poolId": "a34fac4d-8c48-1ba1-30a0-b412ae03d210", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "coolAccess": false, - "avsDataStore": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "smbNonBrowsable": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/breakReplication?api-version=2022-05-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/eastus2/operationResults/06025fd2-7c04-4d1e-84e4-1a9e79b2a6dd?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 11:57:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/06025fd2-7c04-4d1e-84e4-1a9e79b2a6dd?api-version=2022-05-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": "47e95c86-21f9-477e-bc29-fb3846b82888", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115754Z:47e95c86-21f9-477e-bc29-fb3846b82888", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:57: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": "72576ee8-56ee-4f22-91a3-7267ebab828d", - "x-ms-ratelimit-remaining-subscription-reads": "11737", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115755Z:72576ee8-56ee-4f22-91a3-7267ebab828d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Mirrored", - "totalProgress": "21312", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/06025fd2-7c04-4d1e-84e4-1a9e79b2a6dd?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:58: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": "d1e7a8ad-921d-4e30-aad1-3d579dd56472", - "x-ms-ratelimit-remaining-subscription-reads": "11736", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115824Z:d1e7a8ad-921d-4e30-aad1-3d579dd56472", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/06025fd2-7c04-4d1e-84e4-1a9e79b2a6dd", - "name": "06025fd2-7c04-4d1e-84e4-1a9e79b2a6dd", - "status": "Succeeded", - "startTime": "2022-09-19T11:57:53.9589942Z", - "endTime": "2022-09-19T11:58:03.7353104Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/06025fd2-7c04-4d1e-84e4-1a9e79b2a6dd?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:58: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": "a8448e25-ebc9-4f75-a107-2069764ccf75", - "x-ms-ratelimit-remaining-subscription-reads": "11735", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115824Z:a8448e25-ebc9-4f75-a107-2069764ccf75", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A58%3A03.7263361Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "", - "dataProtection": { - "replication": { - "replicationId": "22c46e73-38b5-8132-7797-52d45ef54a9a", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "replicationPolicy": "MirrorAllSnapshots", - "replicationStatus": "Mirrored", - "remotePath": { - "externalHostName": "az-bn1-f01c10-af1016-sto", - "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_1fd92a" - }, - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "poolId": "a34fac4d-8c48-1ba1-30a0-b412ae03d210", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "coolAccess": false, - "avsDataStore": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "smbNonBrowsable": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/deleteReplication?api-version=2022-05-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/eastus2/operationResults/a88310d0-755d-4a9d-ad9b-40421f8b1aed?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 11:58:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a88310d0-755d-4a9d-ad9b-40421f8b1aed?api-version=2022-05-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": "c084ce69-d06e-48a7-812b-8791d0249b64", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115825Z:c084ce69-d06e-48a7-812b-8791d0249b64", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:58: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": "5d92a58b-2483-4967-b819-d97fb7d86988", - "x-ms-ratelimit-remaining-subscription-reads": "11734", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115825Z:5d92a58b-2483-4967-b819-d97fb7d86988", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "21312", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:58: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": "cce26017-ecd2-4d8d-8386-1af701eeba04", - "x-ms-ratelimit-remaining-subscription-reads": "11733", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115827Z:cce26017-ecd2-4d8d-8386-1af701eeba04", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": false, - "relationshipStatus": "", - "mirrorState": "", - "totalProgress": "", - "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "cf747085-ceda-44db-a2c3-869f269990c8", - "x-ms-ratelimit-remaining-subscription-reads": "11732", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115828Z:cf747085-ceda-44db-a2c3-869f269990c8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": false, - "relationshipStatus": "", - "mirrorState": "", - "totalProgress": "", - "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "232eff86-0993-41a1-b04d-0bb7e349dc0b", - "x-ms-ratelimit-remaining-subscription-reads": "11731", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115829Z:232eff86-0993-41a1-b04d-0bb7e349dc0b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": false, - "relationshipStatus": "", - "mirrorState": "", - "totalProgress": "", - "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:58: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": "ea58491a-b8ca-4277-95b9-ddf306cdcd73", - "x-ms-ratelimit-remaining-subscription-reads": "11730", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115831Z:ea58491a-b8ca-4277-95b9-ddf306cdcd73", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": false, - "relationshipStatus": "", - "mirrorState": "", - "totalProgress": "", - "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:58: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": "bd93ddca-b5bd-4db2-9fc7-4aae7c873a44", - "x-ms-ratelimit-remaining-subscription-reads": "11729", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115832Z:bd93ddca-b5bd-4db2-9fc7-4aae7c873a44", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": false, - "relationshipStatus": "", - "mirrorState": "", - "totalProgress": "", - "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:58: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": "e20011fb-1ca6-41f4-8af7-3d20877dd4aa", - "x-ms-ratelimit-remaining-subscription-reads": "11728", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115833Z:e20011fb-1ca6-41f4-8af7-3d20877dd4aa", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": false, - "relationshipStatus": "", - "mirrorState": "", - "totalProgress": "", - "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:58: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": "b56e3253-fac6-4741-ac8c-e12e6fd84be8", - "x-ms-ratelimit-remaining-subscription-reads": "11727", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115835Z:b56e3253-fac6-4741-ac8c-e12e6fd84be8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": false, - "relationshipStatus": "", - "mirrorState": "", - "totalProgress": "", - "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:58: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": "ec01bfca-a958-4531-962f-bb2688de692b", - "x-ms-ratelimit-remaining-subscription-reads": "11726", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115836Z:ec01bfca-a958-4531-962f-bb2688de692b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": false, - "relationshipStatus": "", - "mirrorState": "", - "totalProgress": "", - "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:58: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": "cac77f6e-5aea-4cd7-93d0-4548151220cf", - "x-ms-ratelimit-remaining-subscription-reads": "11725", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115837Z:cac77f6e-5aea-4cd7-93d0-4548151220cf", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": false, - "relationshipStatus": "", - "mirrorState": "", - "totalProgress": "", - "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "43947aef-a4e1-4246-96b9-0d19013afb31", - "x-ms-ratelimit-remaining-subscription-reads": "11724", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115839Z:43947aef-a4e1-4246-96b9-0d19013afb31", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": false, - "relationshipStatus": "", - "mirrorState": "", - "totalProgress": "", - "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:58: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": "80096073-9877-4107-880c-e354fd69efe0", - "x-ms-ratelimit-remaining-subscription-reads": "11723", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115840Z:80096073-9877-4107-880c-e354fd69efe0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": false, - "relationshipStatus": "", - "mirrorState": "", - "totalProgress": "", - "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:58: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": "e27e6369-c8ab-47b9-94f9-8dec4b12e40e", - "x-ms-ratelimit-remaining-subscription-reads": "11722", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115841Z:e27e6369-c8ab-47b9-94f9-8dec4b12e40e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": false, - "relationshipStatus": "", - "mirrorState": "", - "totalProgress": "", - "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:58: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": "3a636d3f-6bc4-4778-83ad-60f1f1d68b21", - "x-ms-ratelimit-remaining-subscription-reads": "11721", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115843Z:3a636d3f-6bc4-4778-83ad-60f1f1d68b21", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": false, - "relationshipStatus": "", - "mirrorState": "", - "totalProgress": "", - "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:58: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": "55343e95-3f3b-42c2-abdf-b0eb7bf05fd7", - "x-ms-ratelimit-remaining-subscription-reads": "11720", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115844Z:55343e95-3f3b-42c2-abdf-b0eb7bf05fd7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": false, - "relationshipStatus": "", - "mirrorState": "", - "totalProgress": "", - "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11: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": "5034de3d-4834-4e93-ad85-50908f0683b5", - "x-ms-ratelimit-remaining-subscription-reads": "11719", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115845Z:5034de3d-4834-4e93-ad85-50908f0683b5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": false, - "relationshipStatus": "", - "mirrorState": "", - "totalProgress": "", - "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "105", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 11:58:46 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": "44101876-fd74-483d-9ecb-e80dff408403", - "x-ms-ratelimit-remaining-subscription-reads": "11718", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115847Z:44101876-fd74-483d-9ecb-e80dff408403", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:58:48 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A58%3A32.0297394Z\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": "142e039f-27d7-450b-8247-f90baf31d1eb", - "x-ms-ratelimit-remaining-subscription-reads": "11717", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115849Z:142e039f-27d7-450b-8247-f90baf31d1eb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A58%3A32.0297394Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:41:11.4389459Z" - }, - "properties": { - "volumeType": "", - "dataProtection": {}, - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_5cfc964a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:41:12.5302219Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:41:12.5302219Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:58:48 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A58%3A25.3373819Z\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": "2ecd4696-c823-4905-8d06-2b0df40c2dd4", - "x-ms-ratelimit-remaining-subscription-reads": "11716", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115849Z:2ecd4696-c823-4905-8d06-2b0df40c2dd4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A58%3A25.3373819Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "", - "dataProtection": { - "replication": { - "replicationId": "22c46e73-38b5-8132-7797-52d45ef54a9a", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "DeleteReplication" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:58:50 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A58%3A32.0297394Z\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": "ece00fa5-3899-4db9-be1d-4d93fed03c99", - "x-ms-ratelimit-remaining-subscription-reads": "11715", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115851Z:ece00fa5-3899-4db9-be1d-4d93fed03c99", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A58%3A32.0297394Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:41:11.4389459Z" - }, - "properties": { - "volumeType": "", - "dataProtection": {}, - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_5cfc964a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:41:12.5302219Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:41:12.5302219Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:58:50 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T11%3A58%3A50.540642Z\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": "a68ed3ec-6011-4dca-a9e8-b1b216a9b9d8", - "x-ms-ratelimit-remaining-subscription-reads": "11714", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115851Z:a68ed3ec-6011-4dca-a9e8-b1b216a9b9d8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A58%3A50.540642Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "", - "dataProtection": {}, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/eastus2/operationResults/6a04c070-2a83-4cbd-a2f6-2793d9e9bad3?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 11:58:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6a04c070-2a83-4cbd-a2f6-2793d9e9bad3?api-version=2022-05-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": "f6c68f86-37c5-4410-b46c-f367283878a7", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115851Z:f6c68f86-37c5-4410-b46c-f367283878a7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a88310d0-755d-4a9d-ad9b-40421f8b1aed?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:58: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": "2d2e51b8-ca76-4e81-9b27-121a2506ac42", - "x-ms-ratelimit-remaining-subscription-reads": "11713", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115855Z:2d2e51b8-ca76-4e81-9b27-121a2506ac42", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a88310d0-755d-4a9d-ad9b-40421f8b1aed", - "name": "a88310d0-755d-4a9d-ad9b-40421f8b1aed", - "status": "Succeeded", - "startTime": "2022-09-19T11:58:25.3368331Z", - "endTime": "2022-09-19T11:58:50.5467168Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a88310d0-755d-4a9d-ad9b-40421f8b1aed?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:58: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": "971750b9-ca6f-412d-8af6-6b6279552a85", - "x-ms-ratelimit-remaining-subscription-reads": "11712", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115855Z:971750b9-ca6f-412d-8af6-6b6279552a85", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A58%3A50.540642Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "", - "dataProtection": {}, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "poolId": "a34fac4d-8c48-1ba1-30a0-b412ae03d210", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "coolAccess": false, - "avsDataStore": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "smbNonBrowsable": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6a04c070-2a83-4cbd-a2f6-2793d9e9bad3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:59: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": "8f6c3e18-4c15-4173-93aa-23f7e3d1860f", - "x-ms-ratelimit-remaining-subscription-reads": "11711", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115922Z:8f6c3e18-4c15-4173-93aa-23f7e3d1860f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6a04c070-2a83-4cbd-a2f6-2793d9e9bad3", - "name": "6a04c070-2a83-4cbd-a2f6-2793d9e9bad3", - "status": "Deleting", - "startTime": "2022-09-19T11:58:51.8749907Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6a04c070-2a83-4cbd-a2f6-2793d9e9bad3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 11:59: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": "86d4b48f-e813-499c-9853-9d3c8439ac99", - "x-ms-ratelimit-remaining-subscription-reads": "11710", - "x-ms-routing-request-id": "WESTEUROPE:20220919T115952Z:86d4b48f-e813-499c-9853-9d3c8439ac99", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6a04c070-2a83-4cbd-a2f6-2793d9e9bad3", - "name": "6a04c070-2a83-4cbd-a2f6-2793d9e9bad3", - "status": "Deleting", - "startTime": "2022-09-19T11:58:51.8749907Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6a04c070-2a83-4cbd-a2f6-2793d9e9bad3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:00: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": "6ff48075-2c6a-4c4e-b6fe-08d763c32dff", - "x-ms-ratelimit-remaining-subscription-reads": "11709", - "x-ms-routing-request-id": "WESTEUROPE:20220919T120023Z:6ff48075-2c6a-4c4e-b6fe-08d763c32dff", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6a04c070-2a83-4cbd-a2f6-2793d9e9bad3", - "name": "6a04c070-2a83-4cbd-a2f6-2793d9e9bad3", - "status": "Succeeded", - "startTime": "2022-09-19T11:58:51.8749907Z", - "endTime": "2022-09-19T11:59:58.1471724Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6a04c070-2a83-4cbd-a2f6-2793d9e9bad3?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:00: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": "190599e6-9c2f-4288-a7ee-d9a73b954b34", - "x-ms-ratelimit-remaining-subscription-reads": "11708", - "x-ms-routing-request-id": "WESTEUROPE:20220919T120023Z:190599e6-9c2f-4288-a7ee-d9a73b954b34", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T11%3A59%3A49.069468Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:47:02.2269593Z" - }, - "properties": { - "volumeType": "", - "dataProtection": {}, - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", - "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_1a1854d05b8211e99e4a3a8c013b5748_b4971377", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "poolId": "a34fac4d-8c48-1ba1-30a0-b412ae03d210", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "fileSystemId": "7638ca56-916c-28cf-85d0-6849467c9db9", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "coolAccess": false, - "avsDataStore": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "smbNonBrowsable": "Disabled", - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:47:02.9524952Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:47:02.9524952Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "332", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:03:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f8292e3f-ac78-4a3a-991c-cc1cccdd0948", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T120344Z:f8292e3f-ac78-4a3a-991c-cc1cccdd0948" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b\u0027 under resource group \u0027sdk-python-tests-rg-R-tmp\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-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/eastus2/operationResults/29fc6831-3096-4ee5-9472-9f06c4ad48f2?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 12:03:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/29fc6831-3096-4ee5-9472-9f06c4ad48f2?api-version=2022-05-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": "99bf4076-bbdc-41d1-8d86-0318164734a5", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T120355Z:99bf4076-bbdc-41d1-8d86-0318164734a5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/29fc6831-3096-4ee5-9472-9f06c4ad48f2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:04: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": "0ce4e87b-e596-4080-a204-b0f73bba06e1", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T120425Z:0ce4e87b-e596-4080-a204-b0f73bba06e1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/29fc6831-3096-4ee5-9472-9f06c4ad48f2", - "name": "29fc6831-3096-4ee5-9472-9f06c4ad48f2", - "status": "Succeeded", - "startTime": "2022-09-19T12:03:55.3272465Z", - "endTime": "2022-09-19T12:03:55.8458578Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/29fc6831-3096-4ee5-9472-9f06c4ad48f2?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:04: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": "b1bcaa9a-176c-4147-a56f-6b01ac2f6235", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T120425Z:b1bcaa9a-176c-4147-a56f-6b01ac2f6235", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A03%3A55.3243719Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:46:19.9978489Z" - }, - "properties": { - "poolId": "a34fac4d-8c48-1ba1-30a0-b412ae03d210", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:46:20.6902839Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:46:20.6902839Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 12:04:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "18d73f44-efa8-4220-8085-c57e21e9d8af", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T120436Z:18d73f44-efa8-4220-8085-c57e21e9d8af" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 12:04:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "66c71249-a80e-421a-9db5-6ac4fb933330", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T120446Z:66c71249-a80e-421a-9db5-6ac4fb933330" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 12:04:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a34d32bb-dea0-476d-89cb-3687a6ab9240", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T120456Z:a34d32bb-dea0-476d-89cb-3687a6ab9240" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 12:05:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b27c0079-fe5a-4297-a9c4-fddb4f4b1821", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T120506Z:b27c0079-fe5a-4297-a9c4-fddb4f4b1821" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "293", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:05:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c20a9811-b734-4fc1-86d0-f327acaa39ae", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T120517Z:c20a9811-b734-4fc1-86d0-f327acaa39ae" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2\u0027 under resource group \u0027sdk-python-tests-rg-R-tmp\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-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/eastus2/operationResults/5518caba-c735-425c-8056-b307b7d29891?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 12:05:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/5518caba-c735-425c-8056-b307b7d29891?api-version=2022-05-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": "c6574fc9-f4a9-4d6f-98bd-4399c33e8dba", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T120518Z:c6574fc9-f4a9-4d6f-98bd-4399c33e8dba", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/5518caba-c735-425c-8056-b307b7d29891?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:05: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": "a94f1da3-7bf6-401a-ad35-a81daf393b4d", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T120548Z:a94f1da3-7bf6-401a-ad35-a81daf393b4d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/5518caba-c735-425c-8056-b307b7d29891", - "name": "5518caba-c735-425c-8056-b307b7d29891", - "status": "Succeeded", - "startTime": "2022-09-19T12:05:17.9412288Z", - "endTime": "2022-09-19T12:05:18.0036611Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/5518caba-c735-425c-8056-b307b7d29891?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:05: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": "4727a93b-fe3c-4d06-8e3b-e3e4e6222c5c", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T120548Z:4727a93b-fe3c-4d06-8e3b-e3e4e6222c5c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A05%3A17.9453056Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:45:46.6251215Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:45:47.6471062Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:45:47.6471062Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "259", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:05:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0a855c7e-cf36-472c-8136-642e34b367dc", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T120548Z:0a855c7e-cf36-472c-8136-642e34b367dc" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b\u0027 under resource group \u0027sdk-python-tests-rg-R-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/8654a76a-ff77-447e-af70-de0b20c33eb9?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 12:05:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8654a76a-ff77-447e-af70-de0b20c33eb9?api-version=2022-05-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": "0bdd7e36-9b5a-4b07-9862-92bff16af7d1", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T120550Z:0bdd7e36-9b5a-4b07-9862-92bff16af7d1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8654a76a-ff77-447e-af70-de0b20c33eb9?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12: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": "56948da6-dcfa-461c-bb6b-3f6a894897cc", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T120621Z:56948da6-dcfa-461c-bb6b-3f6a894897cc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8654a76a-ff77-447e-af70-de0b20c33eb9", - "name": "8654a76a-ff77-447e-af70-de0b20c33eb9", - "status": "Deleting", - "startTime": "2022-09-19T12:05:50.8056025Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8654a76a-ff77-447e-af70-de0b20c33eb9?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:06: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": "6ec977e9-5460-4578-8a5b-85809733091e", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T120651Z:6ec977e9-5460-4578-8a5b-85809733091e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8654a76a-ff77-447e-af70-de0b20c33eb9", - "name": "8654a76a-ff77-447e-af70-de0b20c33eb9", - "status": "Deleting", - "startTime": "2022-09-19T12:05:50.8056025Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8654a76a-ff77-447e-af70-de0b20c33eb9?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12: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": "c46de598-64cc-49fd-9585-6cd206eadb42", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T120721Z:c46de598-64cc-49fd-9585-6cd206eadb42", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8654a76a-ff77-447e-af70-de0b20c33eb9", - "name": "8654a76a-ff77-447e-af70-de0b20c33eb9", - "status": "Deleting", - "startTime": "2022-09-19T12:05:50.8056025Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8654a76a-ff77-447e-af70-de0b20c33eb9?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12: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": "39662ef5-051c-45e2-bc3a-8624052c3452", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T120751Z:39662ef5-051c-45e2-bc3a-8624052c3452", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8654a76a-ff77-447e-af70-de0b20c33eb9", - "name": "8654a76a-ff77-447e-af70-de0b20c33eb9", - "status": "Deleting", - "startTime": "2022-09-19T12:05:50.8056025Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8654a76a-ff77-447e-af70-de0b20c33eb9?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12: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": "2264ae43-c81a-4a41-afdb-f22906b09b03", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220919T120822Z:2264ae43-c81a-4a41-afdb-f22906b09b03", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8654a76a-ff77-447e-af70-de0b20c33eb9", - "name": "8654a76a-ff77-447e-af70-de0b20c33eb9", - "status": "Succeeded", - "startTime": "2022-09-19T12:05:50.8056025Z", - "endTime": "2022-09-19T12:08:15.807996Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8654a76a-ff77-447e-af70-de0b20c33eb9?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12: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": "a14e6f79-f45b-49d2-86df-792677cb6c3e", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20220919T120822Z:a14e6f79-f45b-49d2-86df-792677cb6c3e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A08%3A06.8772224Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:41:11.4389459Z" - }, - "properties": { - "volumeType": "", - "dataProtection": {}, - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_5cfc964a", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "poolId": "6df5feb3-c1da-ac0d-f471-e20b9b4c9a21", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "fileSystemId": "9e7d248c-c96d-ba5d-a924-9f68ed3961ad", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:41:12.5302219Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:41:12.5302219Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "330", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:11:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6e197d76-861b-4c8d-be0e-bbc05bb42d73", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121144Z:6e197d76-861b-4c8d-be0e-bbc05bb42d73" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/a63dadc3-54bb-4b1b-bd65-3599029992d2?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 12:11:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a63dadc3-54bb-4b1b-bd65-3599029992d2?api-version=2022-05-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": "233d7997-75a8-424d-80d7-efe44c394602", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121156Z:233d7997-75a8-424d-80d7-efe44c394602", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a63dadc3-54bb-4b1b-bd65-3599029992d2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:12: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": "04fc6385-a54b-41e0-914a-dfe31b3472d7", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121226Z:04fc6385-a54b-41e0-914a-dfe31b3472d7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a63dadc3-54bb-4b1b-bd65-3599029992d2", - "name": "a63dadc3-54bb-4b1b-bd65-3599029992d2", - "status": "Succeeded", - "startTime": "2022-09-19T12:11:56.3033307Z", - "endTime": "2022-09-19T12:11:57.2095754Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a63dadc3-54bb-4b1b-bd65-3599029992d2?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:12: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": "a43ed116-0165-4f48-b72f-81dc4d44ea9d", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121227Z:a43ed116-0165-4f48-b72f-81dc4d44ea9d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A11%3A56.3002259Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:40:28.1532692Z" - }, - "properties": { - "poolId": "6df5feb3-c1da-ac0d-f471-e20b9b4c9a21", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:40:29.3403523Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:40:29.3403523Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 12:12:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bad91bf1-b5bb-4da5-a80d-9d8732791fe5", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121237Z:bad91bf1-b5bb-4da5-a80d-9d8732791fe5" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 12:12:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1a6146a-9b82-4080-a60f-591f876bb0d6", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121248Z:d1a6146a-9b82-4080-a60f-591f876bb0d6" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 12:12:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd655a9c-22f4-437e-a53d-45a0b7d0bea5", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121258Z:cd655a9c-22f4-437e-a53d-45a0b7d0bea5" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 19 Sep 2022 12:13:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f1069360-3f06-499c-8db3-634f4e0e98c7", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121308Z:f1069360-3f06-499c-8db3-634f4e0e98c7" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "291", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:13:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "97588c57-a6c1-41af-af8e-6765f61af5f0", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121318Z:97588c57-a6c1-41af-af8e-6765f61af5f0" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.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/westus2/operationResults/35b579d1-8935-4c23-87c7-f710ae68006a?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 12:13:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/35b579d1-8935-4c23-87c7-f710ae68006a?api-version=2022-05-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": "764ff56c-de75-46bb-8bfd-bb0016a130cc", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121320Z:764ff56c-de75-46bb-8bfd-bb0016a130cc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/35b579d1-8935-4c23-87c7-f710ae68006a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12:13: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": "b1625968-c2e1-4b0b-93ec-316ef4c2257e", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121350Z:b1625968-c2e1-4b0b-93ec-316ef4c2257e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/35b579d1-8935-4c23-87c7-f710ae68006a", - "name": "35b579d1-8935-4c23-87c7-f710ae68006a", - "status": "Succeeded", - "startTime": "2022-09-19T12:13:20.4171834Z", - "endTime": "2022-09-19T12:13:20.4640871Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/35b579d1-8935-4c23-87c7-f710ae68006a?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 12: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": "c9bb3631-25f5-4e04-8cde-26293fea486f", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121351Z:c9bb3631-25f5-4e04-8cde-26293fea486f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T12%3A13%3A20.412747Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-09-19T11:39:53.2039976Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-09-19T11:39:54.384695Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T11:39:54.384695Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "257", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 12:13:50 GMT", + "Date": "Fri, 14 Oct 2022 01:09:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1eaaf4f3-9a62-43ee-a6ca-39ab8d1b5f9b", + "x-ms-correlation-request-id": "3bfa8b3d-ad82-41f5-a113-11dbac0f3ed3", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121351Z:1eaaf4f3-9a62-43ee-a6ca-39ab8d1b5f9b" + "x-ms-routing-request-id": "CENTRALUS:20221014T010941Z:3bfa8b3d-ad82-41f5-a113-11dbac0f3ed3" }, "ResponseBody": { "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b\u0027 under resource group \u0027sdk-python-tests-rg-tmp\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "code": "ResourceGroupNotFound", + "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." } } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b?api-version=2022-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/db8be7f3-de65-4cae-b446-c997dfccd869?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 12:13:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/db8be7f3-de65-4cae-b446-c997dfccd869?api-version=2022-01-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4e5b2a0f-f50f-409b-a1bb-3c0e8f50fcf0", - "x-ms-correlation-request-id": "7426a8e7-4597-4dd0-a9ca-11d14d983742", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121352Z:7426a8e7-4597-4dd0-a9ca-11d14d983742" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b?api-version=2022-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/f55f8d44-3239-4952-9b37-41062dcc4a00?api-version=2022-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 19 Sep 2022 12:13:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operationResults/f55f8d44-3239-4952-9b37-41062dcc4a00?api-version=2022-01-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7be0d7cf-668a-4175-90b4-d2318ccf6c78", - "x-ms-correlation-request-id": "9a9ae259-5d09-42e3-9794-a6e06c88bd57", - "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T121353Z:9a9ae259-5d09-42e3-9794-a6e06c88bd57" - }, - "ResponseBody": null } ], "Variables": {} From 6872db2ed7b1eb7642e4fc787208ab5f8c9d6bdb Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Fri, 14 Oct 2022 14:05:13 +0800 Subject: [PATCH 02/14] Update CHANGELOG.md --- sdk/netapp/azure-mgmt-netapp/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sdk/netapp/azure-mgmt-netapp/CHANGELOG.md b/sdk/netapp/azure-mgmt-netapp/CHANGELOG.md index 99349ac37923..89e222cf67f1 100644 --- a/sdk/netapp/azure-mgmt-netapp/CHANGELOG.md +++ b/sdk/netapp/azure-mgmt-netapp/CHANGELOG.md @@ -1,8 +1,10 @@ # Release History -## 0.0.0 (it should be stable) (2022-10-14) +## 9.0.1 (2022-10-14) +### Bugs Fixed + - Added missing parameter `api_version` for operation AccountsOperations.begin_renew_credentials ## 9.0.0 (2022-09-26) From 78eaa50da6a7b64018c6049b0f6152ac3fb84d1e Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Fri, 14 Oct 2022 14:05:39 +0800 Subject: [PATCH 03/14] Update _version.py --- sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9f1dc6e309ba..eef1380c4107 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 = "0.0.0 (it should be stable)" +VERSION = "9.0.1" From a3440add73a0b2e9e9d4a1fffbf6ee8efe3431c1 Mon Sep 17 00:00:00 2001 From: Audunn Baldvinsson Date: Fri, 21 Oct 2022 15:08:53 +0000 Subject: [PATCH 04/14] update test recordings --- .../azure-mgmt-netapp/tests/conftest.py | 2 +- ...tAppAccounttest_create_delete_account.json | 605 +- ...NetAppAccounttest_get_account_by_name.json | 406 +- ...pyTestNetAppAccounttest_list_accounts.json | 894 +- ...pyTestNetAppAccounttest_patch_account.json | 414 +- ...ountBackuptest_delete_account_backups.json | 4638 +++++- ...AccountBackuptest_get_account_backups.json | 3698 ++++- ...ccountBackuptest_list_account_backups.json | 7121 ++++++++- ...NetAppBackuptest_create_delete_backup.json | 6704 +++++++- ...stNetAppBackuptest_get_backup_by_name.json | 4240 ++++- ...estNetAppBackuptest_get_backup_status.json | 2435 ++- ...up.pyTestNetAppBackuptest_list_backup.json | 6675 +++++++- ....pyTestNetAppBackuptest_update_backup.json | 2587 ++-- ...iciestest_create_delete_backup_policy.json | 747 +- ...oliciestest_get_backup_policy_by_name.json | 712 +- ...ckupPoliciestest_list_backup_policies.json | 1095 +- ...upPoliciestest_update_backup_policies.json | 819 +- ...ppCapacityPooltest_create_delete_pool.json | 853 +- ...tAppCapacityPooltest_get_pool_by_name.json | 818 +- ...TestNetAppCapacityPooltest_list_pools.json | 1357 +- ...TestNetAppCapacityPooltest_patch_pool.json | 1007 +- ...estNetAppCapacityPooltest_update_pool.json | 964 +- ...ppSnapshottest_create_delete_snapshot.json | 3007 +++- ...tAppSnapshottest_get_snapshot_by_name.json | 3045 +++- ...TestNetAppSnapshottest_list_snapshots.json | 3355 +++- ...test_assign_snapshot_policy_to_volume.json | 3156 +++- ...icytest_create_delete_snapshot_policy.json | 661 +- ...olicytest_get_snapshot_policy_by_name.json | 626 +- ...shotPolicytest_list_snapshot_policies.json | 923 +- ...otPolicytest_update_snapshot_policies.json | 747 +- ...stNetAppSubvolumetest_crud_subvolumes.json | 2940 +++- ...yTestNetAppSubvolumetest_get_metadata.json | 2837 +++- ...estNetAppSubvolumetest_list_by_volume.json | 3071 +++- ...vault.pyTestNetAppVaulttest_get_vault.json | 2437 ++- ...pVolumetest_create_delete_list_volume.json | 2618 +++- ...stNetAppVolumetest_get_volume_by_name.json | 2548 ++- ...e.pyTestNetAppVolumetest_list_volumes.json | 3145 +++- ...e.pyTestNetAppVolumetest_patch_volume.json | 2762 +++- ...me.pyTestNetAppVolumetest_pool_change.json | 3218 +++- ....pyTestNetAppVolumetest_update_volume.json | 2394 ++- ...stNetAppVolumetest_volume_replication.json | 12786 +++++++++++++++- .../azure-mgmt-netapp/tests/test_backup.py | 4 +- .../tests/test_backup_policies.py | 18 +- .../tests/test_snapshot_policies.py | 11 +- 44 files changed, 101781 insertions(+), 3319 deletions(-) diff --git a/sdk/netapp/azure-mgmt-netapp/tests/conftest.py b/sdk/netapp/azure-mgmt-netapp/tests/conftest.py index e7981d635f56..0c43e54b8f3e 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/conftest.py +++ b/sdk/netapp/azure-mgmt-netapp/tests/conftest.py @@ -49,7 +49,7 @@ def add_sanitizers(test_proxy): add_general_regex_sanitizer(regex=subscription_id, value="00000000-0000-0000-0000-000000000000") add_general_regex_sanitizer(regex=tenant_id, value="00000000-0000-0000-0000-000000000000") add_general_regex_sanitizer(regex=client_id, value="00000000-0000-0000-0000-000000000000") - add_general_regex_sanitizer(regex=client_secret, value="00000000-0000-0000-0000-000000000000") + #add_general_regex_sanitizer(regex=client_secret, value="00000000-0000-0000-0000-000000000000") add_header_regex_sanitizer(key="Set-Cookie", value="[set-cookie;]") add_header_regex_sanitizer(key="Cookie", value="cookie;") add_body_key_sanitizer(json_path="$..access_token", value="access_token") \ No newline at end of file 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 b05191294b38..33fdf7335998 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:25 GMT", + "Date": "Tue, 18 Oct 2022 13:07:00 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.13943.6 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:26 GMT", + "Date": "Tue, 18 Oct 2022 13:07:00 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.13845.9 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13777.6 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "cff86bc8-9b3c-4c8b-832a-f81846d20ea4", + "client-request-id": "79336443-3835-459e-9e36-600b484f8956", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "cff86bc8-9b3c-4c8b-832a-f81846d20ea4", + "client-request-id": "79336443-3835-459e-9e36-600b484f8956", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:26 GMT", + "Date": "Tue, 18 Oct 2022 13:07:00 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -222,29 +219,587 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13: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": "d453505e-c451-42eb-a71f-d731dea3d6a4", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130703Z:d453505e-c451-42eb-a71f-d731dea3d6a4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-09-20T11%3A05%3A04.4284968Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-09-20T11:05:02.3073132Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-09-20T11:05:03.4968142Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-09-20T11:05:03.4968142Z" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8acd649-863d-461f-a3b5-3434cf5bca0b?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "704", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:07:10 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A08.8022827Z\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": "c4372ec8-b8b9-4e13-9816-6753fd35dfae", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130710Z:c4372ec8-b8b9-4e13-9816-6753fd35dfae", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6", + "name": "sdk-py-tests-acc-1-42c027f6", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A08.8022827Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:07:05.0451901Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:07:08.590783Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:07:08.590783Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8acd649-863d-461f-a3b5-3434cf5bca0b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13: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": "2e54462b-6ee3-4857-86f0-c8daf8e380d1", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130710Z:2e54462b-6ee3-4857-86f0-c8daf8e380d1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8acd649-863d-461f-a3b5-3434cf5bca0b", + "name": "c8acd649-863d-461f-a3b5-3434cf5bca0b", + "status": "Succeeded", + "startTime": "2022-10-18T13:07:08.8339883Z", + "endTime": "2022-10-18T13:07:08.9433321Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:07:10 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A08.9210144Z\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": "b2181922-7511-4bfb-8180-d1b520494c11", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130711Z:b2181922-7511-4bfb-8180-d1b520494c11", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6", + "name": "sdk-py-tests-acc-1-42c027f6", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A08.9210144Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:07:05.0451901Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:07:08.590783Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:07:08.590783Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13: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": "d8d92047-324c-4949-b3cc-9ac4763b5a45", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130711Z:d8d92047-324c-4949-b3cc-9ac4763b5a45", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6", + "name": "sdk-py-tests-acc-1-42c027f6", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A08.9210144Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:07:05.0451901Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:07:08.590783Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:07:08.590783Z" + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-09-20T11%3A05%3A04.4284968Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-09-20T11:05:02.3073132Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-09-20T11:05:03.4968142Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-09-20T11:05:03.4968142Z" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/649b13fc-1cc5-46f9-aa96-597a26a1af3f?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 18 Oct 2022 13:07:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/649b13fc-1cc5-46f9-aa96-597a26a1af3f?api-version=2022-05-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": "d6689094-4b33-4527-8b99-e8ef0ba3eccb", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130711Z:d6689094-4b33-4527-8b99-e8ef0ba3eccb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/649b13fc-1cc5-46f9-aa96-597a26a1af3f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13: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": "dd9be6ff-bc8d-4ad5-b9f2-f8bff45835a5", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130712Z:dd9be6ff-bc8d-4ad5-b9f2-f8bff45835a5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/649b13fc-1cc5-46f9-aa96-597a26a1af3f", + "name": "649b13fc-1cc5-46f9-aa96-597a26a1af3f", + "status": "Succeeded", + "startTime": "2022-10-18T13:07:11.8360456Z", + "endTime": "2022-10-18T13:07:11.9141918Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/649b13fc-1cc5-46f9-aa96-597a26a1af3f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13: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": "90b0cb77-e882-421d-989e-e974722ec6ca", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130712Z:90b0cb77-e882-421d-989e-e974722ec6ca", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6", + "name": "sdk-py-tests-acc-1-42c027f6", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A11.8363291Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:07:05.0451901Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:07:08.590783Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:07:08.590783Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:26 GMT", + "Date": "Tue, 18 Oct 2022 13:07:13 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": "91400620-d5d6-4ed6-bbd5-2a17c833e7fc", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010826Z:91400620-d5d6-4ed6-bbd5-2a17c833e7fc" + "x-ms-correlation-request-id": "39cc93a7-fb8e-45c0-a90d-d4cd414c3e8d", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130713Z:39cc93a7-fb8e-45c0-a90d-d4cd414c3e8d", + "X-Powered-By": "ASP.NET" }, "ResponseBody": { "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6\u0027 is not found." } } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:07: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": "2a385280-c5cc-4ed3-b935-9bbf745bbacc", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130713Z:2a385280-c5cc-4ed3-b935-9bbf745bbacc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-09-20T11%3A05%3A04.4284968Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-09-20T11:05:02.3073132Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-09-20T11:05:03.4968142Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-09-20T11:05:03.4968142Z" + } + } + ] + } } ], "Variables": {} 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 4dfe9c27732d..ce06c825bd02 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:26 GMT", + "Date": "Tue, 18 Oct 2022 13:08:48 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.13943.6 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:26 GMT", + "Date": "Tue, 18 Oct 2022 13:08:48 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.13845.9 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "94f19d40-9f56-405e-91d0-987d95729dee", + "client-request-id": "dca6485e-fc49-4581-8fd4-6e8807f2b5b3", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "94f19d40-9f56-405e-91d0-987d95729dee", + "client-request-id": "dca6485e-fc49-4581-8fd4-6e8807f2b5b3", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:27 GMT", + "Date": "Tue, 18 Oct 2022 13:08:48 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,29 +221,388 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2" }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fdcbdaf7-a164-4bcf-b1ef-58f1e4c78aff?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:08:58 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A08%3A57.7323498Z\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": "a9a3f60e-9cd5-43cf-91d9-bfdd8730fb52", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130859Z:a9a3f60e-9cd5-43cf-91d9-bfdd8730fb52", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a", + "name": "sdk-py-tests-acc-1-f2b1272a", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A08%3A57.7323498Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:08:54.4208543Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:08:56.6771271Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:08:56.6771271Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fdcbdaf7-a164-4bcf-b1ef-58f1e4c78aff?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13: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": "50038068-cdc6-46de-b096-f3d0a108e2df", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130859Z:50038068-cdc6-46de-b096-f3d0a108e2df", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fdcbdaf7-a164-4bcf-b1ef-58f1e4c78aff", + "name": "fdcbdaf7-a164-4bcf-b1ef-58f1e4c78aff", + "status": "Succeeded", + "startTime": "2022-10-18T13:08:57.7372164Z", + "endTime": "2022-10-18T13:08:57.799788Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:08:58 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A08%3A57.8120991Z\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": "b3e0b27a-6003-4b27-b69b-3816a191c51c", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130859Z:b3e0b27a-6003-4b27-b69b-3816a191c51c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a", + "name": "sdk-py-tests-acc-1-f2b1272a", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A08%3A57.8120991Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:08:54.4208543Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:08:56.6771271Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:08:56.6771271Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:08:59 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A08%3A57.8120991Z\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": "1823771c-e810-450c-bbbd-aa2a9b6adc97", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130900Z:1823771c-e810-450c-bbbd-aa2a9b6adc97", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a", + "name": "sdk-py-tests-acc-1-f2b1272a", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A08%3A57.8120991Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:08:54.4208543Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:08:56.6771271Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:08:56.6771271Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ef6b6ef-c2c6-4f0a-a619-1bf9f4447d22?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 18 Oct 2022 13:09:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ef6b6ef-c2c6-4f0a-a619-1bf9f4447d22?api-version=2022-05-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": "0283c494-46ea-4608-bbea-89b6e87b41ee", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130900Z:0283c494-46ea-4608-bbea-89b6e87b41ee", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ef6b6ef-c2c6-4f0a-a619-1bf9f4447d22?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13: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": "158502d8-3423-4852-919e-22538a654ec1", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130901Z:158502d8-3423-4852-919e-22538a654ec1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ef6b6ef-c2c6-4f0a-a619-1bf9f4447d22", + "name": "6ef6b6ef-c2c6-4f0a-a619-1bf9f4447d22", + "status": "Succeeded", + "startTime": "2022-10-18T13:09:00.7068079Z", + "endTime": "2022-10-18T13:09:00.8161131Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ef6b6ef-c2c6-4f0a-a619-1bf9f4447d22?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13: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": "2cf8304f-2f53-495c-8668-a98be67553ef", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130901Z:2cf8304f-2f53-495c-8668-a98be67553ef", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a", + "name": "sdk-py-tests-acc-1-f2b1272a", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A09%3A00.7124242Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:08:54.4208543Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:08:56.6771271Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:08:56.6771271Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:28 GMT", + "Date": "Tue, 18 Oct 2022 13:09:00 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": "b9838d43-93cf-4798-a438-5c5ad8fd88b7", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010828Z:b9838d43-93cf-4798-a438-5c5ad8fd88b7" + "x-ms-correlation-request-id": "260f4bad-25db-40e3-9b27-8e9a73a86063", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130901Z:260f4bad-25db-40e3-9b27-8e9a73a86063", + "X-Powered-By": "ASP.NET" }, "ResponseBody": { "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a\u0027 is not found." } } } 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 ab978c0ab73d..623d3e493825 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:26 GMT", + "Date": "Tue, 18 Oct 2022 13:07:46 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.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:26 GMT", + "Date": "Tue, 18 Oct 2022 13:07:46 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.13871.7 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "7f8e4082-56c3-4221-b163-b01814a464fa", + "client-request-id": "1f3150bf-cf60-482f-b338-311d78c5cd7f", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "7f8e4082-56c3-4221-b163-b01814a464fa", + "client-request-id": "1f3150bf-cf60-482f-b338-311d78c5cd7f", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:26 GMT", + "Date": "Tue, 18 Oct 2022 13:07:46 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -222,27 +219,874 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13: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": "e05ad5b3-632a-4410-b872-c6877c9a3767", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130750Z:e05ad5b3-632a-4410-b872-c6877c9a3767", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-09-20T11%3A05%3A04.4284968Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-09-20T11:05:02.3073132Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-09-20T11:05:03.4968142Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-09-20T11:05:03.4968142Z" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1bf3abf-0e45-4e48-ba76-e8d7aefbbb98?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "704", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:07:55 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A54.9623301Z\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": "511c2839-342c-40fd-b58c-c24b47998711", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130755Z:511c2839-342c-40fd-b58c-c24b47998711", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df", + "name": "sdk-py-tests-acc-1-af624df", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A54.9623301Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:07:52.0830570Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:07:54.7867656Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:07:54.7867656Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1bf3abf-0e45-4e48-ba76-e8d7aefbbb98?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13: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": "8feb3bed-6daf-4b19-bb02-ef600a4b0f55", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130756Z:8feb3bed-6daf-4b19-bb02-ef600a4b0f55", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1bf3abf-0e45-4e48-ba76-e8d7aefbbb98", + "name": "f1bf3abf-0e45-4e48-ba76-e8d7aefbbb98", + "status": "Succeeded", + "startTime": "2022-10-18T13:07:54.9565677Z", + "endTime": "2022-10-18T13:07:55.0191347Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:07:55 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A55.0273683Z\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": "2a38d4ed-7c17-4775-a422-278e6948c91d", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130756Z:2a38d4ed-7c17-4775-a422-278e6948c91d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df", + "name": "sdk-py-tests-acc-1-af624df", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A55.0273683Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:07:52.0830570Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:07:54.7867656Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:07:54.7867656Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3101a3ce-ad2e-43d3-ada5-a9870c78b2d6?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "704", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:07:58 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A57.8796412Z\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": "2ee15cbd-8606-4af1-9738-2bf326b193d5", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130759Z:2ee15cbd-8606-4af1-9738-2bf326b193d5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df", + "name": "sdk-py-tests-acc-2-af624df", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A57.8796412Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:07:56.9212663Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:07:57.7419436Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:07:57.7419436Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3101a3ce-ad2e-43d3-ada5-a9870c78b2d6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:07: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": "8cc4ac63-b3b6-4534-93d4-9ce4f4483987", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130759Z:8cc4ac63-b3b6-4534-93d4-9ce4f4483987", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3101a3ce-ad2e-43d3-ada5-a9870c78b2d6", + "name": "3101a3ce-ad2e-43d3-ada5-a9870c78b2d6", + "status": "Succeeded", + "startTime": "2022-10-18T13:07:57.8834762Z", + "endTime": "2022-10-18T13:07:57.9147346Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:07:59 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A57.9246946Z\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": "90f33139-b83c-4d65-8bb4-7faf3844e554", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130759Z:90f33139-b83c-4d65-8bb4-7faf3844e554", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df", + "name": "sdk-py-tests-acc-2-af624df", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A57.9246946Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:07:56.9212663Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:07:57.7419436Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:07:57.7419436Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13: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": "6d56428e-fbf5-40cb-82c7-879b28dc7e72", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130800Z:6d56428e-fbf5-40cb-82c7-879b28dc7e72", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-09-20T11%3A05%3A04.4284968Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-09-20T11:05:02.3073132Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-09-20T11:05:03.4968142Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-09-20T11:05:03.4968142Z" + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df", + "name": "sdk-py-tests-acc-1-af624df", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A55.0273683Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:07:52.0830570Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:07:54.7867656Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:07:54.7867656Z" + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df", + "name": "sdk-py-tests-acc-2-af624df", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A57.9246946Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:07:56.9212663Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:07:57.7419436Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:07:57.7419436Z" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d94fb034-5e63-442e-aa09-d2d7477d9c51?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 18 Oct 2022 13:08:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d94fb034-5e63-442e-aa09-d2d7477d9c51?api-version=2022-05-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": "ae61f05d-07f1-4715-9f0b-8523fa5f90b0", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130800Z:ae61f05d-07f1-4715-9f0b-8523fa5f90b0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d94fb034-5e63-442e-aa09-d2d7477d9c51?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13: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": "a164a0ed-dd04-4116-8cc7-923f62de5398", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130801Z:a164a0ed-dd04-4116-8cc7-923f62de5398", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d94fb034-5e63-442e-aa09-d2d7477d9c51", + "name": "d94fb034-5e63-442e-aa09-d2d7477d9c51", + "status": "Succeeded", + "startTime": "2022-10-18T13:08:00.7909335Z", + "endTime": "2022-10-18T13:08:00.8534343Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d94fb034-5e63-442e-aa09-d2d7477d9c51?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13: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": "04da12de-2865-4adc-b345-b253b7378473", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130801Z:04da12de-2865-4adc-b345-b253b7378473", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df", + "name": "sdk-py-tests-acc-1-af624df", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A08%3A00.8030313Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:07:52.0830570Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:07:54.7867656Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:07:54.7867656Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "254", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:08:01 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": "2d997ae4-fa88-4601-9f4e-5f418858d358", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130801Z:2d997ae4-fa88-4601-9f4e-5f418858d358", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b0997b93-d997-4fe5-a61b-c31a14e1049f?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 18 Oct 2022 13:08:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b0997b93-d997-4fe5-a61b-c31a14e1049f?api-version=2022-05-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": "0e478476-e65f-4eac-a841-50ff5ad7fd9e", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130802Z:0e478476-e65f-4eac-a841-50ff5ad7fd9e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b0997b93-d997-4fe5-a61b-c31a14e1049f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13: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": "ee539ea1-12a4-4471-af92-1edd4661e085", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130802Z:ee539ea1-12a4-4471-af92-1edd4661e085", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b0997b93-d997-4fe5-a61b-c31a14e1049f", + "name": "b0997b93-d997-4fe5-a61b-c31a14e1049f", + "status": "Succeeded", + "startTime": "2022-10-18T13:08:02.4229074Z", + "endTime": "2022-10-18T13:08:02.4697877Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b0997b93-d997-4fe5-a61b-c31a14e1049f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13: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": "87ac0edc-11ba-4440-9bd7-04df29b17ab9", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130803Z:87ac0edc-11ba-4440-9bd7-04df29b17ab9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df", + "name": "sdk-py-tests-acc-2-af624df", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A08%3A02.4320903Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:07:56.9212663Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:07:57.7419436Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:07:57.7419436Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "254", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:27 GMT", + "Date": "Tue, 18 Oct 2022 13:08:02 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": "c1c91e53-4252-42ff-961f-b544c13c18af", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010827Z:c1c91e53-4252-42ff-961f-b544c13c18af" + "x-ms-correlation-request-id": "2cf92cf1-5e70-4770-a97e-a71d65d2b6cb", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T130803Z:2cf92cf1-5e70-4770-a97e-a71d65d2b6cb", + "X-Powered-By": "ASP.NET" }, "ResponseBody": { "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df\u0027 is not found." } } } 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 d18a9919ecdd..75748a6e0461 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:27 GMT", + "Date": "Tue, 18 Oct 2022 13:10:03 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.13943.6 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:27 GMT", + "Date": "Tue, 18 Oct 2022 13:10:03 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.13845.9 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "3a46ecb7-f7f3-488f-8bb3-d1097155dfe0", + "client-request-id": "c7237407-8647-47da-8aae-7faf1d561e76", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "3a46ecb7-f7f3-488f-8bb3-d1097155dfe0", + "client-request-id": "c7237407-8647-47da-8aae-7faf1d561e76", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:28 GMT", + "Date": "Tue, 18 Oct 2022 13:10:04 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,29 +221,396 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2" }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2e0b6ee1-1a82-4fc1-8073-939138e01565?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "704", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:10:12 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A10%3A11.9984427Z\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": "0c778f1c-382b-4c44-86d0-e3a1710ac4b4", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131013Z:0c778f1c-382b-4c44-86d0-e3a1710ac4b4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0", + "name": "sdk-py-tests-acc-1-93b24c0", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A10%3A11.9984427Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:10:08.2595660Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:10:10.9282241Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:10:10.9282241Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2e0b6ee1-1a82-4fc1-8073-939138e01565?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:10: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": "6dd75f73-aabe-4aa9-97e5-5d70fb405569", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131013Z:6dd75f73-aabe-4aa9-97e5-5d70fb405569", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2e0b6ee1-1a82-4fc1-8073-939138e01565", + "name": "2e0b6ee1-1a82-4fc1-8073-939138e01565", + "status": "Succeeded", + "startTime": "2022-10-18T13:10:12.000319Z", + "endTime": "2022-10-18T13:10:12.0472591Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:10:13 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A10%3A12.0569781Z\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": "cfd202dc-3b2e-4875-814e-bebc01f4f5e1", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131014Z:cfd202dc-3b2e-4875-814e-bebc01f4f5e1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0", + "name": "sdk-py-tests-acc-1-93b24c0", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A10%3A12.0569781Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:10:08.2595660Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:10:10.9282241Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:10:10.9282241Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "28", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "tags": { + "Tag1": "Value2" + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:10:15 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A10%3A14.7654062Z\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": "5324d9d3-2084-459f-b197-9f014bf68025", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131016Z:5324d9d3-2084-459f-b197-9f014bf68025", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0", + "name": "sdk-py-tests-acc-1-93b24c0", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A10%3A14.7654062Z\u0027\u0022", + "location": "westus2", + "tags": { + "Tag1": "Value2", + "CreatedOnDate": "2022-10-18T13:10:14.4742498Z" + }, + "properties": { + "provisioningState": "Succeeded", + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + } + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:10:10.9282241Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:10:14.6493332Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2892c3fa-abda-4f0f-835e-aa612805e5ed?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 18 Oct 2022 13:10:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2892c3fa-abda-4f0f-835e-aa612805e5ed?api-version=2022-05-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": "de62d938-8533-458e-86cb-cf25b34f46c2", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131017Z:de62d938-8533-458e-86cb-cf25b34f46c2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2892c3fa-abda-4f0f-835e-aa612805e5ed?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:10: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": "38152369-36a0-49a5-900d-22dc75489c83", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131017Z:38152369-36a0-49a5-900d-22dc75489c83", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2892c3fa-abda-4f0f-835e-aa612805e5ed", + "name": "2892c3fa-abda-4f0f-835e-aa612805e5ed", + "status": "Succeeded", + "startTime": "2022-10-18T13:10:16.8912528Z", + "endTime": "2022-10-18T13:10:16.9693603Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2892c3fa-abda-4f0f-835e-aa612805e5ed?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:10: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": "87309cab-a18e-406c-a6a7-13f677d5be56", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131017Z:87309cab-a18e-406c-a6a7-13f677d5be56", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0", + "name": "sdk-py-tests-acc-1-93b24c0", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A10%3A16.8921711Z\u0027\u0022", + "location": "westus2", + "tags": { + "Tag1": "Value2", + "CreatedOnDate": "2022-10-18T13:10:14.4742498Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:10:10.9282241Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:10:14.6493332Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "254", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:29 GMT", + "Date": "Tue, 18 Oct 2022 13:10:17 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": "94cc7eef-f263-44d0-8b66-474da96167bb", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010829Z:94cc7eef-f263-44d0-8b66-474da96167bb" + "x-ms-correlation-request-id": "7d3bac9b-12c1-4eb1-882a-c570e464dd1a", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131017Z:7d3bac9b-12c1-4eb1-882a-c570e464dd1a", + "X-Powered-By": "ASP.NET" }, "ResponseBody": { "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0\u0027 is not found." } } } 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 4625d6606747..21b23330d3cc 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:38 GMT", + "Date": "Tue, 18 Oct 2022 15:57:22 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.13943.6 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:38 GMT", + "Date": "Tue, 18 Oct 2022 15:57:23 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.13845.9 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "4752805a-430f-44dd-9f96-c0446635565f", + "client-request-id": "5d2ac991-a633-4458-bbac-d3db462c8cb0", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "4752805a-430f-44dd-9f96-c0446635565f", + "client-request-id": "5d2ac991-a633-4458-bbac-d3db462c8cb0", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:38 GMT", + "Date": "Tue, 18 Oct 2022 15:57:23 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,7 +221,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -236,26 +233,4613 @@ } } }, - "StatusCode": 404, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a1b4fffe-605e-4b11-8bc3-f60573ab17ad?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:39 GMT", + "Date": "Tue, 18 Oct 2022 15:57:31 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9dfffdeb-9559-4317-9fa7-3c2676c6260a", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010840Z:9dfffdeb-9559-4317-9fa7-3c2676c6260a" + "x-ms-arm-service-request-id": "bec24fac-4254-4383-8e6a-d027b4b2f799", + "x-ms-correlation-request-id": "d946ccff-de18-4e3d-8057-a663fde0ea33", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T155731Z:d946ccff-de18-4e3d-8057-a663fde0ea33" }, "ResponseBody": { - "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "name": "sdk-python-tests-vnet-westus2-aac12d96", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96", + "etag": "W/\u002273963bc7-ddc6-43dc-8233-6949277086b3\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T15:57:26.5673972Z" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "cec60d48-4090-4655-9158-968a36cb4ea8", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a1b4fffe-605e-4b11-8bc3-f60573ab17ad?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 15:57:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "82cf4e27-9d9d-4026-b243-405a3e17e373", + "x-ms-correlation-request-id": "f1ca045b-264a-4f7e-88f4-615412dca708", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T155732Z:f1ca045b-264a-4f7e-88f4-615412dca708" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 15:57:33 GMT", + "ETag": "W/\u0022f7546149-ddca-4e62-ab0a-93821ac6e06c\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "caac6ad0-6ee6-412a-b537-575ceb1c1c89", + "x-ms-correlation-request-id": "53cffc96-31ea-41ce-8c6b-618deb875766", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T155733Z:53cffc96-31ea-41ce-8c6b-618deb875766" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-westus2-aac12d96", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96", + "etag": "W/\u0022f7546149-ddca-4e62-ab0a-93821ac6e06c\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T15:57:26.5673972Z" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "cec60d48-4090-4655-9158-968a36cb4ea8", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "151", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "properties": { + "serviceName": "Microsoft.Netapp/volumes" + } + } + ] } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/44326902-afb4-46d0-9143-7c05cb30ab52?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1326", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 15:57:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "e69ef24e-6027-409d-abcb-0721eb22551b", + "x-ms-correlation-request-id": "1cf33038-d12a-4901-a644-48bbf85f553a", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T155733Z:1cf33038-d12a-4901-a644-48bbf85f553a" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", + "etag": "W/\u002214343873-64a0-48ab-bc12-e88571874b8c\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default/delegations/netAppVolumes", + "etag": "W/\u002214343873-64a0-48ab-bc12-e88571874b8c\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/44326902-afb4-46d0-9143-7c05cb30ab52?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 15:57:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "d741e96b-f798-4789-8d51-d69c3122a66d", + "x-ms-correlation-request-id": "70a5bce0-2cd6-4fdf-8dff-0123e4786cfa", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T155734Z:70a5bce0-2cd6-4fdf-8dff-0123e4786cfa" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 15:57:34 GMT", + "ETag": "W/\u00226d777740-4072-4f2b-90af-9ccf5d10e385\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "653ed75b-26cd-4e96-90c1-e88061719386", + "x-ms-correlation-request-id": "9aaa2401-bcea-4304-9e30-e9755b228da2", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T155734Z:9aaa2401-bcea-4304-9e30-e9755b228da2" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", + "etag": "W/\u00226d777740-4072-4f2b-90af-9ccf5d10e385\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default/delegations/netAppVolumes", + "etag": "W/\u00226d777740-4072-4f2b-90af-9ccf5d10e385\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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, 18 Oct 2022 15:57:34 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.13845.10 - 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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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, 18 Oct 2022 15:57:34 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.13777.6 - 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": "664acdec-7de7-4802-9a2e-cb8787b5d990", + "Connection": "keep-alive", + "Content-Length": "281", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "win32", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.20.0", + "x-ms-lib-capability": "retry-after, h429" + }, + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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": "664acdec-7de7-4802-9a2e-cb8787b5d990", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 15:57:34 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.13845.10 - WEULR2 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9e86d1cf-901b-44ed-b855-6ac9efecc6a0?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "704", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 15:57:38 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T15%3A57%3A38.0168176Z\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": "417a5a66-fad7-4162-91be-f14465955e79", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T155739Z:417a5a66-fad7-4162-91be-f14465955e79", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T15%3A57%3A38.0168176Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T15:57:36.1048604Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T15:57:37.096534Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T15:57:37.096534Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9e86d1cf-901b-44ed-b855-6ac9efecc6a0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 15:57: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": "bc5e9e52-a96f-43aa-b2be-e797f5a05055", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T155739Z:bc5e9e52-a96f-43aa-b2be-e797f5a05055", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9e86d1cf-901b-44ed-b855-6ac9efecc6a0", + "name": "9e86d1cf-901b-44ed-b855-6ac9efecc6a0", + "status": "Succeeded", + "startTime": "2022-10-18T15:57:38.025764Z", + "endTime": "2022-10-18T15:57:38.0570809Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 15:57:39 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T15%3A57%3A38.065754Z\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": "4437e76c-9800-4441-a910-d5a987dba5d6", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T155739Z:4437e76c-9800-4441-a910-d5a987dba5d6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T15%3A57%3A38.065754Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T15:57:36.1048604Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T15:57:37.096534Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T15:57:37.096534Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/2691c8ba-b7e6-4e2d-a619-7dc4c4e70613?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "922", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 15:57:42 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T15%3A57%3A41.2969179Z\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": "c64b8212-bc7f-456c-b308-b7ab81b3cd5b", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T155742Z:c64b8212-bc7f-456c-b308-b7ab81b3cd5b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-18T15%3A57%3A41.2969179Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T15:57:40.1275621Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T15:57:41.1143171Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T15:57:41.1143171Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2691c8ba-b7e6-4e2d-a619-7dc4c4e70613?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 15:57: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": "fb3643af-3b2b-4630-9976-5e42c45389c8", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T155742Z:fb3643af-3b2b-4630-9976-5e42c45389c8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2691c8ba-b7e6-4e2d-a619-7dc4c4e70613", + "name": "2691c8ba-b7e6-4e2d-a619-7dc4c4e70613", + "status": "Succeeded", + "startTime": "2022-10-18T15:57:41.2949673Z", + "endTime": "2022-10-18T15:57:42.2325515Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 15:57:42 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T15%3A57%3A42.2353429Z\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": "20e93112-4310-4cb8-ba96-8a4d74d3d59a", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T155743Z:20e93112-4310-4cb8-ba96-8a4d74d3d59a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-18T15%3A57%3A42.2353429Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T15:57:40.1275621Z" + }, + "properties": { + "poolId": "bf17573a-5897-15db-734f-01c533ef3578", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T15:57:41.1143171Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T15:57:41.1143171Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "783", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "creationToken": "sdk-py-tests-vol-3-aac12d96", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/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 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1585", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 15:57:55 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T15%3A57%3A54.7471281Z\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": "66178007-9822-4c35-ac72-9fb7775810b9", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T155756Z:66178007-9822-4c35-ac72-9fb7775810b9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-18T15%3A57%3A54.7471281Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T15:57:53.4997172Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-aac12d96", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/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, + "maximumNumberOfFiles": 100000000, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T15:57:54.5126759Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T15:57:54.5126759Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 15: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": "2a097588-0ed0-4336-8c01-692f69ba75c2", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T155756Z:2a097588-0ed0-4336-8c01-692f69ba75c2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "name": "f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "status": "Creating", + "startTime": "2022-10-18T15:57:54.7533109Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 15:58: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": "e9d7c591-54ba-4ef4-ad01-3ba6a68d72ba", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T155826Z:e9d7c591-54ba-4ef4-ad01-3ba6a68d72ba", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "name": "f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "status": "Creating", + "startTime": "2022-10-18T15:57:54.7533109Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 15:58: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": "7dff3742-4942-4b42-9df2-b0243bd196fe", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T155856Z:7dff3742-4942-4b42-9df2-b0243bd196fe", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "name": "f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "status": "Creating", + "startTime": "2022-10-18T15:57:54.7533109Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 15:59: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": "4f6999a8-24fb-4fc0-b1f7-e10e8543be35", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T155927Z:4f6999a8-24fb-4fc0-b1f7-e10e8543be35", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "name": "f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "status": "Creating", + "startTime": "2022-10-18T15:57:54.7533109Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 15: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": "c61465c9-59b1-4bd5-9c84-877ced898bc2", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T155957Z:c61465c9-59b1-4bd5-9c84-877ced898bc2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "name": "f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "status": "Creating", + "startTime": "2022-10-18T15:57:54.7533109Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:00: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": "302df8b6-811c-4bd2-a615-6dbffdde2e49", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160027Z:302df8b6-811c-4bd2-a615-6dbffdde2e49", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "name": "f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "status": "Creating", + "startTime": "2022-10-18T15:57:54.7533109Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:00: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": "74e8d4a3-bb4c-46e6-a944-75bd6565f873", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160058Z:74e8d4a3-bb4c-46e6-a944-75bd6565f873", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "name": "f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "status": "Creating", + "startTime": "2022-10-18T15:57:54.7533109Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:01: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": "ce16b2e4-2df0-4a96-9518-896c18fe7359", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160128Z:ce16b2e4-2df0-4a96-9518-896c18fe7359", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "name": "f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "status": "Creating", + "startTime": "2022-10-18T15:57:54.7533109Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:01: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": "a5ab8980-504f-4fe6-8941-c6d14cf18750", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160159Z:a5ab8980-504f-4fe6-8941-c6d14cf18750", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "name": "f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "status": "Succeeded", + "startTime": "2022-10-18T15:57:54.7533109Z", + "endTime": "2022-10-18T16:01:54.9413487Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:01:59 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T16%3A01%3A54.9308845Z\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": "19961407-c45c-40e4-86c1-83cbfabe1377", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160159Z:19961407-c45c-40e4-86c1-83cbfabe1377", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-18T16%3A01%3A54.9308845Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T15:57:53.4997172Z" + }, + "properties": { + "fileSystemId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-aac12d96", + "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_8f82c7b40509489d9e97d719b9b955b4_bf041133", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "fileSystemId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T15:57:54.5126759Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T15:57:54.5126759Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:02:10 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T16%3A01%3A54.9308845Z\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": "317ce5f1-3e29-468b-950c-e29e3cd7a804", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160210Z:317ce5f1-3e29-468b-950c-e29e3cd7a804", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-18T16%3A01%3A54.9308845Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T15:57:53.4997172Z" + }, + "properties": { + "fileSystemId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-aac12d96", + "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_8f82c7b40509489d9e97d719b9b955b4_bf041133", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "fileSystemId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T15:57:54.5126759Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T15:57:54.5126759Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/vaults?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:02: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": "a59c0f72-7a63-4d51-966e-9ad1de51a61a", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160210Z:a59c0f72-7a63-4d51-966e-9ad1de51a61a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/vaults/cbsvault", + "name": "sdk-py-tests-acc-1-aac12d96/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "412", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/vaults/cbsvault", + "backupEnabled": true + } + }, + "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/westus2/operationResults/606fa15d-0377-43d0-b5ec-589f256b863d?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2480", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:02:11 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T16%3A02%3A11.1204279Z\u0027\u0022", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/606fa15d-0377-43d0-b5ec-589f256b863d?api-version=2022-05-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": "47ebca86-e86e-4750-aa26-a5e0fe3d8e27", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160211Z:47ebca86-e86e-4750-aa26-a5e0fe3d8e27", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-18T16%3A02%3A11.1204279Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T15:57:53.4997172Z" + }, + "properties": { + "provisioningState": "Patching", + "fileSystemId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-aac12d96", + "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_8f82c7b40509489d9e97d719b9b955b4_bf041133", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "fileSystemId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T15:57:54.5126759Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T15:57:54.5126759Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/606fa15d-0377-43d0-b5ec-589f256b863d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:02: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": "6ba4897c-0a4b-4fe2-9bd6-0c820fa04092", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160211Z:6ba4897c-0a4b-4fe2-9bd6-0c820fa04092", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/606fa15d-0377-43d0-b5ec-589f256b863d", + "name": "606fa15d-0377-43d0-b5ec-589f256b863d", + "status": "Patching", + "startTime": "2022-10-18T16:02:11.11023Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/606fa15d-0377-43d0-b5ec-589f256b863d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:02: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": "ef41f4e6-28a7-4210-bedf-02b09e6d4ab7", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160241Z:ef41f4e6-28a7-4210-bedf-02b09e6d4ab7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/606fa15d-0377-43d0-b5ec-589f256b863d", + "name": "606fa15d-0377-43d0-b5ec-589f256b863d", + "status": "Succeeded", + "startTime": "2022-10-18T16:02:11.11023Z", + "endTime": "2022-10-18T16:02:15.1261405Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/606fa15d-0377-43d0-b5ec-589f256b863d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:02: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": "df7e1490-6a1a-4f80-a729-d4d8c1149e00", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160242Z:df7e1490-6a1a-4f80-a729-d4d8c1149e00", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-18T16%3A02%3A15.135084Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T16:02:10.8658606Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/vaults/cbsvault" + } + }, + "fileSystemId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-aac12d96", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_bf041133", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", + "poolId": "bf17573a-5897-15db-734f-01c533ef3578", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "fileSystemId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T15:57:54.5126759Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T16:02:11.0506325Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "69", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "useExistingSnapshot": false + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f880f79a-fb9d-4eca-b76c-3291f1ded511?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "560", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:02:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f880f79a-fb9d-4eca-b76c-3291f1ded511?api-version=2022-05-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": "dc24df8d-1b42-46a9-8202-cbed4b8b6faf", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160242Z:dc24df8d-1b42-46a9-8202-cbed4b8b6faf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "provisioningState": "Creating", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f880f79a-fb9d-4eca-b76c-3291f1ded511?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:02: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": "5a8372e7-3d04-4be4-b234-b18f88a8d8da", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160242Z:5a8372e7-3d04-4be4-b234-b18f88a8d8da", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f880f79a-fb9d-4eca-b76c-3291f1ded511", + "name": "f880f79a-fb9d-4eca-b76c-3291f1ded511", + "status": "Creating", + "startTime": "2022-10-18T16:02:42.482842Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f880f79a-fb9d-4eca-b76c-3291f1ded511?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:03: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": "71fd2917-204f-4d6b-a5a3-fbe82e6beb12", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160313Z:71fd2917-204f-4d6b-a5a3-fbe82e6beb12", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f880f79a-fb9d-4eca-b76c-3291f1ded511", + "name": "f880f79a-fb9d-4eca-b76c-3291f1ded511", + "status": "Succeeded", + "startTime": "2022-10-18T16:02:42.482842Z", + "endTime": "2022-10-18T16:02:43.2797107Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f880f79a-fb9d-4eca-b76c-3291f1ded511?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "780", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:03:12 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": "abfb665e-76ce-4b7a-a966-5dfd925092b6", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160313Z:abfb665e-76ce-4b7a-a966-5dfd925092b6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "etag": "10/18/2022 4:02:43 PM", + "location": "", + "properties": { + "fileSystemId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "creationDate": "0001-01-01T00:00:00Z", + "backupId": "b117294c-b9dd-6ee4-1a00-ca2fe1a4afb4", + "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:03: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": "4b1e4833-f527-408f-8db9-db032446dc58", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160323Z:4b1e4833-f527-408f-8db9-db032446dc58", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T16:02:43Z", + "backupId": "b117294c-b9dd-6ee4-1a00-ca2fe1a4afb4", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-aac12d96", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:03: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": "4051f00a-f35a-47d5-85b4-ec0c7e1f83fd", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160334Z:4051f00a-f35a-47d5-85b4-ec0c7e1f83fd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T16:02:43Z", + "backupId": "b117294c-b9dd-6ee4-1a00-ca2fe1a4afb4", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-aac12d96", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:03: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": "b9900221-e02b-46ac-a99d-2719c8f49291", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160345Z:b9900221-e02b-46ac-a99d-2719c8f49291", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T16:02:43Z", + "backupId": "b117294c-b9dd-6ee4-1a00-ca2fe1a4afb4", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-aac12d96", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:03: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": "5d782c41-714b-4afe-9f67-4261e638f033", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160355Z:5d782c41-714b-4afe-9f67-4261e638f033", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T16:02:43Z", + "backupId": "b117294c-b9dd-6ee4-1a00-ca2fe1a4afb4", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-aac12d96", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:04: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": "c135b26c-22d3-4d68-84a9-4b208d38fd7d", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160406Z:c135b26c-22d3-4d68-84a9-4b208d38fd7d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T16:02:43Z", + "backupId": "b117294c-b9dd-6ee4-1a00-ca2fe1a4afb4", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-aac12d96", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:04: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": "dc22a150-ec2c-4c83-98bf-8d79d68ffe48", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160417Z:dc22a150-ec2c-4c83-98bf-8d79d68ffe48", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T16:02:43Z", + "backupId": "b117294c-b9dd-6ee4-1a00-ca2fe1a4afb4", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-aac12d96", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:04: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": "4a3d3488-e7c1-4998-aaa5-e7b58d97a373", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160428Z:4a3d3488-e7c1-4998-aaa5-e7b58d97a373", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T16:02:43Z", + "backupId": "b117294c-b9dd-6ee4-1a00-ca2fe1a4afb4", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-aac12d96", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:04: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": "69c2c44d-b8f9-4271-86ef-b397a6a363ed", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160438Z:69c2c44d-b8f9-4271-86ef-b397a6a363ed", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T16:02:43Z", + "backupId": "b117294c-b9dd-6ee4-1a00-ca2fe1a4afb4", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-aac12d96", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:04: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": "a2be29f4-fcca-4af9-9f84-fb545eca8be8", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160449Z:a2be29f4-fcca-4af9-9f84-fb545eca8be8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T16:02:43Z", + "backupId": "b117294c-b9dd-6ee4-1a00-ca2fe1a4afb4", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-aac12d96", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:04: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": "ca746ba7-d97b-4064-b13f-48e1ca0fe5c8", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160500Z:ca746ba7-d97b-4064-b13f-48e1ca0fe5c8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T16:02:46Z", + "backupId": "b117294c-b9dd-6ee4-1a00-ca2fe1a4afb4", + "size": 331776, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-aac12d96", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:05: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": "42afcf8e-6776-4a6d-93b2-0123024a88e0", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160500Z:42afcf8e-6776-4a6d-93b2-0123024a88e0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1825", + "name": "sdk-py-tests-acc-1-aac12d96/backup-1825", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T11:19:54Z", + "backupId": "4bd0276d-c371-976b-4d84-48f0b1d0b473", + "size": 339968, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-7246", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1574", + "name": "sdk-py-tests-acc-1-aac12d96/backup-1574", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T11:55:51Z", + "backupId": "e45d5d10-3d65-201b-c697-0e9473be08ad", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-2724", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-6163", + "name": "sdk-py-tests-acc-1-aac12d96/backup-6163", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T14:23:19Z", + "backupId": "58ee530d-86d8-519d-616c-bac680098410", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-6011", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-5797", + "name": "sdk-py-tests-acc-1-aac12d96/backup-5797", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T15:02:21Z", + "backupId": "36776a8e-f849-8bb0-9725-3f74dccc77da", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-8710", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-9586", + "name": "sdk-py-tests-acc-1-aac12d96/backup-9586", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T15:32:25Z", + "backupId": "6bc9f230-e226-5cdb-1b24-c3b6a484660b", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-6781", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-2941", + "name": "sdk-py-tests-acc-1-aac12d96/backup-2941", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T15:58:23Z", + "backupId": "1f1c6b9b-851b-f559-1435-b4fcc1af5c48", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-7822", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-431", + "name": "sdk-py-tests-acc-1-aac12d96/backup-431", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T16:08:22Z", + "backupId": "368eccf2-e212-7be4-b588-47ba874b4b63", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-7973", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-7953", + "name": "sdk-py-tests-acc-1-aac12d96/backup-7953", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T16:21:43Z", + "backupId": "873e51fb-64e9-e342-c1d1-1a04eeab6c53", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-4116", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1494", + "name": "sdk-py-tests-acc-1-aac12d96/backup-1494", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T16:46:30Z", + "backupId": "90ec0719-0341-fb84-5f53-24d59278823b", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-2539", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-407", + "name": "sdk-py-tests-acc-1-aac12d96/backup-407", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T17:01:59Z", + "backupId": "6574427f-1a12-1fe8-d94f-5ec8250bb9d5", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-6804", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1434", + "name": "sdk-py-tests-acc-1-aac12d96/backup-1434", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T17:17:35Z", + "backupId": "19f54b06-c926-1c6b-85f7-0a5cb4f2df0e", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-719", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-9348", + "name": "sdk-py-tests-acc-1-aac12d96/backup-9348", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T17:59:31Z", + "backupId": "a8569742-967e-2d95-506e-27c9687aa217", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-9441", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-4466", + "name": "sdk-py-tests-acc-1-aac12d96/backup-4466", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T18:30:59Z", + "backupId": "77bbc3d5-a6a8-f626-944b-886912f68529", + "size": 352256, + "backupType": "Manual", + "label": "adHocBackup2", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-7067", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-5190", + "name": "sdk-py-tests-acc-1-aac12d96/backup-5190", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T18:55:18Z", + "backupId": "4e4cf360-d77c-e37c-fcbb-2c79f89e4d68", + "size": 352256, + "backupType": "Manual", + "label": "adHocBackup2", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-7183", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-4930", + "name": "sdk-py-tests-acc-1-aac12d96/backup-4930", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T19:21:32Z", + "backupId": "38c2b191-0807-0733-781d-463707c05468", + "size": 352256, + "backupType": "Manual", + "label": "adHocBackup2", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-2191", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1999", + "name": "sdk-py-tests-acc-1-aac12d96/backup-1999", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T20:12:35Z", + "backupId": "07911d51-e4bb-1ad9-4e25-3cd9e1f7fb8e", + "size": 352256, + "backupType": "Manual", + "label": "adHocBackup2", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-2675", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-3200", + "name": "sdk-py-tests-acc-1-aac12d96/backup-3200", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T09:54:28Z", + "backupId": "85d51660-24ca-4df5-62f2-db5407965554", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-8658", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-4085", + "name": "sdk-py-tests-acc-1-aac12d96/backup-4085", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T10:29:45Z", + "backupId": "ed8aa2ca-6982-caca-7306-1e406329e489", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-1546", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1061", + "name": "sdk-py-tests-acc-1-aac12d96/backup-1061", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T13:33:46Z", + "backupId": "5bb3006b-8416-2f8c-bd06-e4aea1666e29", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-7594", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-113", + "name": "sdk-py-tests-acc-1-aac12d96/backup-113", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T14:30:48Z", + "backupId": "b74dd99e-e441-990c-e0b7-18151ccaad98", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-9003", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-4503", + "name": "sdk-py-tests-acc-1-aac12d96/backup-4503", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T14:59:27Z", + "backupId": "5e04f71f-ab25-47f3-9b53-c5f64aa25be5", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-1636", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-3134", + "name": "sdk-py-tests-acc-1-aac12d96/backup-3134", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T15:18:06Z", + "backupId": "adc3da88-7273-55ab-2b8a-d557b59af309", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-5632", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-8851", + "name": "sdk-py-tests-acc-1-aac12d96/backup-8851", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T16:01:34Z", + "backupId": "7c190bd0-7f48-df97-e716-33ec49bd9858", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-563", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-9165", + "name": "sdk-py-tests-acc-1-aac12d96/backup-9165", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-18T11:12:22Z", + "backupId": "5c6583de-170a-a2fd-fb22-f3f5a6a23882", + "size": 331776, + "backupType": "Manual", + "label": "updatedLabel", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-5072", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-6330", + "name": "sdk-py-tests-acc-1-aac12d96/backup-6330", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-20T00:28:30Z", + "backupId": "f98f5a5f-aa1b-83a3-b2af-ca45efe632f3", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-6612", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-3897", + "name": "sdk-py-tests-acc-1-aac12d96/backup-3897", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-08-19T15:32:42Z", + "backupId": "99d22cad-f49c-7fb3-dd7b-2d2f93944084", + "size": 0, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Failed", + "failureReason": "Error when updating - Backup not found", + "volumeName": "volumeName-3308", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-7766", + "name": "sdk-py-tests-acc-1-aac12d96/backup-7766", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-08-19T16:23:25Z", + "backupId": "de912d08-30c9-0983-3214-0ba23400cd68", + "size": 0, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - azure resource config error", + "volumeName": "volumeName-8197", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1427", + "name": "sdk-py-tests-acc-1-aac12d96/backup-1427", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-08-19T16:38:11Z", + "backupId": "ab5a5ac9-97f9-7c11-0160-1ce378bfa8fb", + "size": 0, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - azure resource config error", + "volumeName": "volumeName-4001", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-4066", + "name": "sdk-py-tests-acc-1-aac12d96/backup-4066", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-08-19T16:59:39Z", + "backupId": "3d038003-c040-255b-c933-77d1b916a4be", + "size": 0, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Failed", + "failureReason": "Error when updating - Backup not found", + "volumeName": "volumeName-2872", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-09-20T11:11:10Z", + "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - azure resource config error", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T16:02:46Z", + "backupId": "b117294c-b9dd-6ee4-1a00-ca2fe1a4afb4", + "size": 331776, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-aac12d96", + "useExistingSnapshot": false + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 18 Oct 2022 16:05:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb?api-version=2022-05-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": "8e0e10ff-a17d-41de-b052-dd4d4812745f", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160501Z:8e0e10ff-a17d-41de-b052-dd4d4812745f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:05: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": "4041b370-e09c-4c6f-9dfe-58c99da06e79", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160501Z:4041b370-e09c-4c6f-9dfe-58c99da06e79", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb", + "name": "c551abbb-5ba2-4e6a-9654-ec5402d57deb", + "status": "Deleting", + "startTime": "2022-10-18T16:05:01.2263812Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:05: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": "445736df-e30c-4d89-8564-7bbb29c15a6f", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160531Z:445736df-e30c-4d89-8564-7bbb29c15a6f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb", + "name": "c551abbb-5ba2-4e6a-9654-ec5402d57deb", + "status": "Deleting", + "startTime": "2022-10-18T16:05:01.2263812Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:06: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": "37ee38f6-0f69-404e-9de8-5abb0b560e56", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160602Z:37ee38f6-0f69-404e-9de8-5abb0b560e56", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb", + "name": "c551abbb-5ba2-4e6a-9654-ec5402d57deb", + "status": "Deleting", + "startTime": "2022-10-18T16:05:01.2263812Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16: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": "7d6e337c-b70f-470d-a6d9-b644489c12ed", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160633Z:7d6e337c-b70f-470d-a6d9-b644489c12ed", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb", + "name": "c551abbb-5ba2-4e6a-9654-ec5402d57deb", + "status": "Deleting", + "startTime": "2022-10-18T16:05:01.2263812Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16: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": "7e7a53c3-ff37-43d6-b69a-7de713c74bc2", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160703Z:7e7a53c3-ff37-43d6-b69a-7de713c74bc2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb", + "name": "c551abbb-5ba2-4e6a-9654-ec5402d57deb", + "status": "Succeeded", + "startTime": "2022-10-18T16:05:01.2263812Z", + "endTime": "2022-10-18T16:06:46.38077Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16: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": "e584b007-c3fa-4eb7-b55a-3df1d5212e09", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T160703Z:e584b007-c3fa-4eb7-b55a-3df1d5212e09", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-18T16%3A06%3A37.2364225Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T16:02:10.8658606Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/vaults/cbsvault" + } + }, + "fileSystemId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-aac12d96", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_bf041133", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", + "poolId": "bf17573a-5897-15db-734f-01c533ef3578", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "fileSystemId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T15:57:54.5126759Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T16:02:11.0506325Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "324", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:10:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3594d4cf-21c5-442a-bfa4-dceade4178aa", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T161027Z:3594d4cf-21c5-442a-bfa4-dceade4178aa" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fad36295-1565-46d1-8fde-03d06ddf1e7d?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 18 Oct 2022 16:10:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fad36295-1565-46d1-8fde-03d06ddf1e7d?api-version=2022-05-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": "815e6187-d449-44a4-a60b-14a99caeb07a", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T161030Z:815e6187-d449-44a4-a60b-14a99caeb07a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fad36295-1565-46d1-8fde-03d06ddf1e7d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:10: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": "c9a9c547-7b9a-4e1b-b272-06b191e83c10", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T161030Z:c9a9c547-7b9a-4e1b-b272-06b191e83c10", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fad36295-1565-46d1-8fde-03d06ddf1e7d", + "name": "fad36295-1565-46d1-8fde-03d06ddf1e7d", + "status": "Deleting", + "startTime": "2022-10-18T16:10:30.1867357Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/sdk-py-tests-backup-1-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fad36295-1565-46d1-8fde-03d06ddf1e7d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:11: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": "49d7de1c-2157-45ab-92d5-46cc6def42e7", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T161100Z:49d7de1c-2157-45ab-92d5-46cc6def42e7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fad36295-1565-46d1-8fde-03d06ddf1e7d", + "name": "fad36295-1565-46d1-8fde-03d06ddf1e7d", + "status": "Succeeded", + "startTime": "2022-10-18T16:10:30.1867357Z", + "endTime": "2022-10-18T16:10:59.635049Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/sdk-py-tests-backup-1-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fad36295-1565-46d1-8fde-03d06ddf1e7d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:11: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": "e4803a30-9021-4d7f-9101-a8892d687088", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T161101Z:e4803a30-9021-4d7f-9101-a8892d687088", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:11: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": "65d679e7-703e-44eb-aa82-26947ec91ba5", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T161101Z:65d679e7-703e-44eb-aa82-26947ec91ba5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1825", + "name": "sdk-py-tests-acc-1-aac12d96/backup-1825", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T11:19:54Z", + "backupId": "4bd0276d-c371-976b-4d84-48f0b1d0b473", + "size": 339968, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-7246", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1574", + "name": "sdk-py-tests-acc-1-aac12d96/backup-1574", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T11:55:51Z", + "backupId": "e45d5d10-3d65-201b-c697-0e9473be08ad", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-2724", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-6163", + "name": "sdk-py-tests-acc-1-aac12d96/backup-6163", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T14:23:19Z", + "backupId": "58ee530d-86d8-519d-616c-bac680098410", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-6011", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-5797", + "name": "sdk-py-tests-acc-1-aac12d96/backup-5797", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T15:02:21Z", + "backupId": "36776a8e-f849-8bb0-9725-3f74dccc77da", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-8710", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-9586", + "name": "sdk-py-tests-acc-1-aac12d96/backup-9586", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T15:32:25Z", + "backupId": "6bc9f230-e226-5cdb-1b24-c3b6a484660b", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-6781", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-2941", + "name": "sdk-py-tests-acc-1-aac12d96/backup-2941", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T15:58:23Z", + "backupId": "1f1c6b9b-851b-f559-1435-b4fcc1af5c48", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-7822", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-431", + "name": "sdk-py-tests-acc-1-aac12d96/backup-431", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T16:08:22Z", + "backupId": "368eccf2-e212-7be4-b588-47ba874b4b63", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-7973", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-7953", + "name": "sdk-py-tests-acc-1-aac12d96/backup-7953", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T16:21:43Z", + "backupId": "873e51fb-64e9-e342-c1d1-1a04eeab6c53", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-4116", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1494", + "name": "sdk-py-tests-acc-1-aac12d96/backup-1494", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T16:46:30Z", + "backupId": "90ec0719-0341-fb84-5f53-24d59278823b", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-2539", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-407", + "name": "sdk-py-tests-acc-1-aac12d96/backup-407", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T17:01:59Z", + "backupId": "6574427f-1a12-1fe8-d94f-5ec8250bb9d5", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-6804", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1434", + "name": "sdk-py-tests-acc-1-aac12d96/backup-1434", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T17:17:35Z", + "backupId": "19f54b06-c926-1c6b-85f7-0a5cb4f2df0e", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-719", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-9348", + "name": "sdk-py-tests-acc-1-aac12d96/backup-9348", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T17:59:31Z", + "backupId": "a8569742-967e-2d95-506e-27c9687aa217", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-9441", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-4466", + "name": "sdk-py-tests-acc-1-aac12d96/backup-4466", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T18:30:59Z", + "backupId": "77bbc3d5-a6a8-f626-944b-886912f68529", + "size": 352256, + "backupType": "Manual", + "label": "adHocBackup2", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-7067", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-5190", + "name": "sdk-py-tests-acc-1-aac12d96/backup-5190", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T18:55:18Z", + "backupId": "4e4cf360-d77c-e37c-fcbb-2c79f89e4d68", + "size": 352256, + "backupType": "Manual", + "label": "adHocBackup2", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-7183", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-4930", + "name": "sdk-py-tests-acc-1-aac12d96/backup-4930", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T19:21:32Z", + "backupId": "38c2b191-0807-0733-781d-463707c05468", + "size": 352256, + "backupType": "Manual", + "label": "adHocBackup2", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-2191", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1999", + "name": "sdk-py-tests-acc-1-aac12d96/backup-1999", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T20:12:35Z", + "backupId": "07911d51-e4bb-1ad9-4e25-3cd9e1f7fb8e", + "size": 352256, + "backupType": "Manual", + "label": "adHocBackup2", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-2675", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-3200", + "name": "sdk-py-tests-acc-1-aac12d96/backup-3200", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T09:54:28Z", + "backupId": "85d51660-24ca-4df5-62f2-db5407965554", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-8658", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-4085", + "name": "sdk-py-tests-acc-1-aac12d96/backup-4085", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T10:29:45Z", + "backupId": "ed8aa2ca-6982-caca-7306-1e406329e489", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-1546", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1061", + "name": "sdk-py-tests-acc-1-aac12d96/backup-1061", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T13:33:46Z", + "backupId": "5bb3006b-8416-2f8c-bd06-e4aea1666e29", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-7594", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-113", + "name": "sdk-py-tests-acc-1-aac12d96/backup-113", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T14:30:48Z", + "backupId": "b74dd99e-e441-990c-e0b7-18151ccaad98", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-9003", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-4503", + "name": "sdk-py-tests-acc-1-aac12d96/backup-4503", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T14:59:27Z", + "backupId": "5e04f71f-ab25-47f3-9b53-c5f64aa25be5", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-1636", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-3134", + "name": "sdk-py-tests-acc-1-aac12d96/backup-3134", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T15:18:06Z", + "backupId": "adc3da88-7273-55ab-2b8a-d557b59af309", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-5632", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-8851", + "name": "sdk-py-tests-acc-1-aac12d96/backup-8851", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T16:01:34Z", + "backupId": "7c190bd0-7f48-df97-e716-33ec49bd9858", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-563", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-9165", + "name": "sdk-py-tests-acc-1-aac12d96/backup-9165", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-18T11:12:22Z", + "backupId": "5c6583de-170a-a2fd-fb22-f3f5a6a23882", + "size": 331776, + "backupType": "Manual", + "label": "updatedLabel", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-5072", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-6330", + "name": "sdk-py-tests-acc-1-aac12d96/backup-6330", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-20T00:28:30Z", + "backupId": "f98f5a5f-aa1b-83a3-b2af-ca45efe632f3", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-6612", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-3897", + "name": "sdk-py-tests-acc-1-aac12d96/backup-3897", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-08-19T15:32:42Z", + "backupId": "99d22cad-f49c-7fb3-dd7b-2d2f93944084", + "size": 0, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Failed", + "failureReason": "Error when updating - Backup not found", + "volumeName": "volumeName-3308", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-7766", + "name": "sdk-py-tests-acc-1-aac12d96/backup-7766", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-08-19T16:23:25Z", + "backupId": "de912d08-30c9-0983-3214-0ba23400cd68", + "size": 0, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - azure resource config error", + "volumeName": "volumeName-8197", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1427", + "name": "sdk-py-tests-acc-1-aac12d96/backup-1427", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-08-19T16:38:11Z", + "backupId": "ab5a5ac9-97f9-7c11-0160-1ce378bfa8fb", + "size": 0, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - azure resource config error", + "volumeName": "volumeName-4001", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-4066", + "name": "sdk-py-tests-acc-1-aac12d96/backup-4066", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-08-19T16:59:39Z", + "backupId": "3d038003-c040-255b-c933-77d1b916a4be", + "size": 0, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Failed", + "failureReason": "Error when updating - Backup not found", + "volumeName": "volumeName-2872", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-09-20T11:11:10Z", + "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - azure resource config error", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c72b7026-e57f-4cde-86e9-80e74f83fea3?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 18 Oct 2022 16:11:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c72b7026-e57f-4cde-86e9-80e74f83fea3?api-version=2022-05-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": "bfa5d2ca-c535-4c58-81ab-a5d2b31260c3", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T161112Z:bfa5d2ca-c535-4c58-81ab-a5d2b31260c3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c72b7026-e57f-4cde-86e9-80e74f83fea3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:11: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": "f6094ce0-8aa4-4446-bcc7-6b9d041c0e08", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T161112Z:f6094ce0-8aa4-4446-bcc7-6b9d041c0e08", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c72b7026-e57f-4cde-86e9-80e74f83fea3", + "name": "c72b7026-e57f-4cde-86e9-80e74f83fea3", + "status": "Succeeded", + "startTime": "2022-10-18T16:11:12.206974Z", + "endTime": "2022-10-18T16:11:12.5038057Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c72b7026-e57f-4cde-86e9-80e74f83fea3?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:11: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": "4dadea82-4426-4ab8-8d11-f88b703eea79", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T161112Z:4dadea82-4426-4ab8-8d11-f88b703eea79", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-18T16%3A11%3A12.2150884Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T15:57:40.1275621Z" + }, + "properties": { + "poolId": "bf17573a-5897-15db-734f-01c533ef3578", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T15:57:41.1143171Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T15:57:41.1143171Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Tue, 18 Oct 2022 16:11: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": "bbbc6fda-771a-434f-8fea-c2247daba997", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T161126Z:bbbc6fda-771a-434f-8fea-c2247daba997", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Tue, 18 Oct 2022 16:11:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8c5956de-2a47-4d91-83ec-2412602e84a8", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T161136Z:8c5956de-2a47-4d91-83ec-2412602e84a8" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Tue, 18 Oct 2022 16:11:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "385a9e5d-a86b-4d20-8617-51e83358138a", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T161147Z:385a9e5d-a86b-4d20-8617-51e83358138a" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Tue, 18 Oct 2022 16:11:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "fad9c189-ebab-4fec-80b8-dfbfa337d774", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T161157Z:fad9c189-ebab-4fec-80b8-dfbfa337d774" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "288", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:12:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0d6680e3-d38a-44a7-875d-946289e845c8", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T161207Z:0d6680e3-d38a-44a7-875d-946289e845c8" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e9d15aa-e6b5-47db-b584-85df188243b0?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 18 Oct 2022 16:12:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e9d15aa-e6b5-47db-b584-85df188243b0?api-version=2022-05-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": "9af82772-648d-4107-ab04-652bb510e93f", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T161208Z:9af82772-648d-4107-ab04-652bb510e93f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e9d15aa-e6b5-47db-b584-85df188243b0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:12: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": "a5bc5407-73c7-4bf2-89e4-d44652592ce1", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T161208Z:a5bc5407-73c7-4bf2-89e4-d44652592ce1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e9d15aa-e6b5-47db-b584-85df188243b0", + "name": "4e9d15aa-e6b5-47db-b584-85df188243b0", + "status": "Succeeded", + "startTime": "2022-10-18T16:12:08.3429863Z", + "endTime": "2022-10-18T16:12:08.3898509Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e9d15aa-e6b5-47db-b584-85df188243b0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:12: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": "3c405d53-0593-4a5e-aaa8-715f3956a832", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T161208Z:3c405d53-0593-4a5e-aaa8-715f3956a832", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T16%3A12%3A08.3455336Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T15:57:36.1048604Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T15:57:37.096534Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T15:57:37.096534Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "255", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 16:12:09 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": "6014ed90-4256-49b2-88f9-0660453cc386", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T161209Z:6014ed90-4256-49b2-88f9-0660453cc386", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ec796ac7-d6ff-48cd-81ef-13abfd279bb6?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 18 Oct 2022 16:12:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/ec796ac7-d6ff-48cd-81ef-13abfd279bb6?api-version=2022-05-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "d424c10f-9cf9-4f6f-a8a4-7980d93d26c9", + "x-ms-correlation-request-id": "baeeacda-e6d9-49e9-bfd9-70ba5d4a53ae", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T161210Z:baeeacda-e6d9-49e9-bfd9-70ba5d4a53ae" + }, + "ResponseBody": null } ], "Variables": {} 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 fac80916ca0d..ad9f7009063a 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:34 GMT", + "Date": "Tue, 18 Oct 2022 13:37:16 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.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:34 GMT", + "Date": "Tue, 18 Oct 2022 13:37:16 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.13845.9 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "86a07146-f848-46a2-9a12-7638d33d115a", + "client-request-id": "556b10cb-88aa-4616-b6a9-489117f07745", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "86a07146-f848-46a2-9a12-7638d33d115a", + "client-request-id": "556b10cb-88aa-4616-b6a9-489117f07745", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:35 GMT", + "Date": "Tue, 18 Oct 2022 13:37:16 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,7 +221,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -236,26 +233,3673 @@ } } }, - "StatusCode": 404, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/eab39558-638e-4312-970d-b3e4c892acb0?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:36 GMT", + "Date": "Tue, 18 Oct 2022 13:37:24 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f93d363e-9aee-46e7-b2f5-ace561667559", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010836Z:f93d363e-9aee-46e7-b2f5-ace561667559" + "x-ms-arm-service-request-id": "eb3d6fad-a46a-452f-b3e6-f89535a7b1ba", + "x-ms-correlation-request-id": "01eebcb8-7ebb-46b6-a16b-ef825a9dc1f1", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133724Z:01eebcb8-7ebb-46b6-a16b-ef825a9dc1f1" }, "ResponseBody": { - "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "name": "sdk-python-tests-vnet-westus2-219c2c63", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63", + "etag": "W/\u0022b68b030b-54fa-4c45-8443-e256d0a2d035\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:37:18.9357450Z" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "4acad526-387c-4ab0-b722-d55aab1882ad", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/eab39558-638e-4312-970d-b3e4c892acb0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:37:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "43f51229-c112-4e08-aba3-c9c85d0e55b9", + "x-ms-correlation-request-id": "0fd933ce-46f9-41d1-820b-57fcfa90058d", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133724Z:0fd933ce-46f9-41d1-820b-57fcfa90058d" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:37:24 GMT", + "ETag": "W/\u002281ff9439-df6e-4402-993e-2a08f3be5c95\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "c976c56e-8109-4f04-aadc-281c15113876", + "x-ms-correlation-request-id": "76e6e78c-8f51-4df1-830e-da416523e4d8", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133725Z:76e6e78c-8f51-4df1-830e-da416523e4d8" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-westus2-219c2c63", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63", + "etag": "W/\u002281ff9439-df6e-4402-993e-2a08f3be5c95\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:37:18.9357450Z" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "4acad526-387c-4ab0-b722-d55aab1882ad", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "151", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "properties": { + "serviceName": "Microsoft.Netapp/volumes" + } + } + ] } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/01962c1b-64b0-49f4-91ec-0ce937338cf5?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1326", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:37:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "7320b43e-2a5c-49d1-b39d-86d5d29ca7ce", + "x-ms-correlation-request-id": "02397ecd-4796-4130-89db-4461f2c42f3b", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133725Z:02397ecd-4796-4130-89db-4461f2c42f3b" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", + "etag": "W/\u00225eec7723-9b00-4c3c-a2d9-e17dce438e8e\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default/delegations/netAppVolumes", + "etag": "W/\u00225eec7723-9b00-4c3c-a2d9-e17dce438e8e\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/01962c1b-64b0-49f4-91ec-0ce937338cf5?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:37:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "f41e577e-b3f6-437e-baee-8aa9bd2177e3", + "x-ms-correlation-request-id": "e6e03462-06b8-4fbc-8514-4b21bd14efbb", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133725Z:e6e03462-06b8-4fbc-8514-4b21bd14efbb" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:37:26 GMT", + "ETag": "W/\u0022d0c5844f-12a4-4616-94da-3fc46a86a494\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b7bf0ff4-34fe-4f94-9aca-e048f6b12e7f", + "x-ms-correlation-request-id": "e22b8625-1a92-491e-ae54-0851a5999c35", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133726Z:e22b8625-1a92-491e-ae54-0851a5999c35" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", + "etag": "W/\u0022d0c5844f-12a4-4616-94da-3fc46a86a494\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default/delegations/netAppVolumes", + "etag": "W/\u0022d0c5844f-12a4-4616-94da-3fc46a86a494\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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, 18 Oct 2022 13:37:26 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.13845.10 - 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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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, 18 Oct 2022 13:37:26 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.13777.6 - WEULR2 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": "ee9630f5-eecc-485f-b2f4-6c3881bdefd1", + "Connection": "keep-alive", + "Content-Length": "281", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "win32", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.20.0", + "x-ms-lib-capability": "retry-after, h429" + }, + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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": "ee9630f5-eecc-485f-b2f4-6c3881bdefd1", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:37:26 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.13845.10 - WEULR2 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6b3f3d6f-03ea-4159-a70d-b41d34712e34?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:37:30 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A37%3A29.6705346Z\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": "c834772e-a43c-4405-b5b5-a4136b3240db", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133730Z:c834772e-a43c-4405-b5b5-a4136b3240db", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A37%3A29.6705346Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:37:27.8083631Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:37:28.6624994Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:37:28.6624994Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6b3f3d6f-03ea-4159-a70d-b41d34712e34?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:37: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": "9a2473d1-ce1a-415c-9143-02f524ea22bf", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133730Z:9a2473d1-ce1a-415c-9143-02f524ea22bf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6b3f3d6f-03ea-4159-a70d-b41d34712e34", + "name": "6b3f3d6f-03ea-4159-a70d-b41d34712e34", + "status": "Succeeded", + "startTime": "2022-10-18T13:37:29.6779013Z", + "endTime": "2022-10-18T13:37:29.7717128Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:37:31 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A37%3A29.7818846Z\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": "488e912b-4bc6-4080-b325-c83ac6cb304b", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133731Z:488e912b-4bc6-4080-b325-c83ac6cb304b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A37%3A29.7818846Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:37:27.8083631Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:37:28.6624994Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:37:28.6624994Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/73cbc558-6c67-4915-b1f7-8c97c9cb7651?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "922", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:37:34 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A37%3A33.0985483Z\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": "675e7ddb-e7e1-4fc0-99f4-9a75c7dbf752", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133734Z:675e7ddb-e7e1-4fc0-99f4-9a75c7dbf752", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A37%3A33.0985483Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:37:31.5680754Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:37:32.8218682Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:37:32.8218682Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/73cbc558-6c67-4915-b1f7-8c97c9cb7651?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:37: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": "237bd823-3a3d-4213-8ee5-df653a8a03cd", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133734Z:237bd823-3a3d-4213-8ee5-df653a8a03cd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/73cbc558-6c67-4915-b1f7-8c97c9cb7651", + "name": "73cbc558-6c67-4915-b1f7-8c97c9cb7651", + "status": "Succeeded", + "startTime": "2022-10-18T13:37:33.1022603Z", + "endTime": "2022-10-18T13:37:33.8367021Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:37:34 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A37%3A33.8435292Z\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": "765e8590-c425-461e-9f68-a580b6942bc7", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133735Z:765e8590-c425-461e-9f68-a580b6942bc7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A37%3A33.8435292Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:37:31.5680754Z" + }, + "properties": { + "poolId": "f8eb2b07-58df-1d15-ba7a-15539a7aa177", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:37:32.8218682Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:37:32.8218682Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "783", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "creationToken": "sdk-py-tests-vol-3-219c2c63", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/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 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1585", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:37:47 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A37%3A47.4652264Z\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": "d212e867-0837-4465-b412-ee9572ad1692", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133748Z:d212e867-0837-4465-b412-ee9572ad1692", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A37%3A47.4652264Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:37:45.3959401Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-219c2c63", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/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, + "maximumNumberOfFiles": 100000000, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:37:46.5214622Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:37:46.5214622Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:37: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": "9d90db25-cb31-4890-86eb-2e7e158b2b25", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133748Z:9d90db25-cb31-4890-86eb-2e7e158b2b25", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963", + "name": "f0f56dae-8a38-479d-9ad5-9a4045099963", + "status": "Creating", + "startTime": "2022-10-18T13:37:47.4678604Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:38: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": "4ebd5cb2-0073-4e4e-880a-151466028dfd", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133818Z:4ebd5cb2-0073-4e4e-880a-151466028dfd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963", + "name": "f0f56dae-8a38-479d-9ad5-9a4045099963", + "status": "Creating", + "startTime": "2022-10-18T13:37:47.4678604Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:38: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": "a9b85e2a-e37f-48d8-84db-93d78123b948", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133849Z:a9b85e2a-e37f-48d8-84db-93d78123b948", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963", + "name": "f0f56dae-8a38-479d-9ad5-9a4045099963", + "status": "Creating", + "startTime": "2022-10-18T13:37:47.4678604Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:39: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": "47f9a643-98ff-42a7-aa30-06fb584b5b7f", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133919Z:47f9a643-98ff-42a7-aa30-06fb584b5b7f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963", + "name": "f0f56dae-8a38-479d-9ad5-9a4045099963", + "status": "Creating", + "startTime": "2022-10-18T13:37:47.4678604Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:39: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": "72cc9154-9314-4c3c-98ff-e6be9c2b15f3", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133949Z:72cc9154-9314-4c3c-98ff-e6be9c2b15f3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963", + "name": "f0f56dae-8a38-479d-9ad5-9a4045099963", + "status": "Creating", + "startTime": "2022-10-18T13:37:47.4678604Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:40: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": "b40263a9-321e-46a7-9891-a04f7631e24d", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134019Z:b40263a9-321e-46a7-9891-a04f7631e24d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963", + "name": "f0f56dae-8a38-479d-9ad5-9a4045099963", + "status": "Creating", + "startTime": "2022-10-18T13:37:47.4678604Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:40: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": "324b6be1-e584-4328-b7d0-97f802953f27", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134050Z:324b6be1-e584-4328-b7d0-97f802953f27", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963", + "name": "f0f56dae-8a38-479d-9ad5-9a4045099963", + "status": "Creating", + "startTime": "2022-10-18T13:37:47.4678604Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:41: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": "7bbfc6ae-4be7-4899-9952-7b761e9610c3", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134120Z:7bbfc6ae-4be7-4899-9952-7b761e9610c3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963", + "name": "f0f56dae-8a38-479d-9ad5-9a4045099963", + "status": "Creating", + "startTime": "2022-10-18T13:37:47.4678604Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:41: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": "aa967554-7ee1-4979-ae5f-1b573bf05dda", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134150Z:aa967554-7ee1-4979-ae5f-1b573bf05dda", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963", + "name": "f0f56dae-8a38-479d-9ad5-9a4045099963", + "status": "Creating", + "startTime": "2022-10-18T13:37:47.4678604Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:42: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": "3987f09e-3b1a-41a7-a3bf-2c7eb584a826", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134221Z:3987f09e-3b1a-41a7-a3bf-2c7eb584a826", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963", + "name": "f0f56dae-8a38-479d-9ad5-9a4045099963", + "status": "Succeeded", + "startTime": "2022-10-18T13:37:47.4678604Z", + "endTime": "2022-10-18T13:41:54.598078Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:42:21 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A41%3A54.6036164Z\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": "622d1914-c255-4094-baed-c78c8353c1d5", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134222Z:622d1914-c255-4094-baed-c78c8353c1d5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A41%3A54.6036164Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:37:45.3959401Z" + }, + "properties": { + "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-219c2c63", + "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_8f82c7b40509489d9e97d719b9b955b4_4425a110", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:37:46.5214622Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:37:46.5214622Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:42:31 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A41%3A54.6036164Z\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": "df972ea9-5bbb-4ba5-89f2-314ed4f99edb", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134232Z:df972ea9-5bbb-4ba5-89f2-314ed4f99edb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A41%3A54.6036164Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:37:45.3959401Z" + }, + "properties": { + "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-219c2c63", + "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_8f82c7b40509489d9e97d719b9b955b4_4425a110", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:37:46.5214622Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:37:46.5214622Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:42: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": "85c4acb3-39f3-4d01-a41f-951069ef1e21", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134232Z:85c4acb3-39f3-4d01-a41f-951069ef1e21", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults/cbsvault", + "name": "sdk-py-tests-acc-1-219c2c63/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "412", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults/cbsvault", + "backupEnabled": true + } + }, + "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/westus2/operationResults/16fb710a-e395-4175-9af8-5082132617fa?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2480", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:42:32 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A42%3A33.5661036Z\u0027\u0022", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/16fb710a-e395-4175-9af8-5082132617fa?api-version=2022-05-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": "7606d1dc-ae0c-45af-91aa-9826944aeefc", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134233Z:7606d1dc-ae0c-45af-91aa-9826944aeefc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A42%3A33.5661036Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:37:45.3959401Z" + }, + "properties": { + "provisioningState": "Patching", + "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-219c2c63", + "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_8f82c7b40509489d9e97d719b9b955b4_4425a110", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:37:46.5214622Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:37:46.5214622Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/16fb710a-e395-4175-9af8-5082132617fa?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:42: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": "fca8e29e-6e57-4217-a215-992fc23ecac5", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134233Z:fca8e29e-6e57-4217-a215-992fc23ecac5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/16fb710a-e395-4175-9af8-5082132617fa", + "name": "16fb710a-e395-4175-9af8-5082132617fa", + "status": "Patching", + "startTime": "2022-10-18T13:42:33.5607862Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/16fb710a-e395-4175-9af8-5082132617fa?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:43: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": "53ff8925-c2c3-4c92-a862-9a9d707cb234", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134304Z:53ff8925-c2c3-4c92-a862-9a9d707cb234", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/16fb710a-e395-4175-9af8-5082132617fa", + "name": "16fb710a-e395-4175-9af8-5082132617fa", + "status": "Succeeded", + "startTime": "2022-10-18T13:42:33.5607862Z", + "endTime": "2022-10-18T13:42:37.8317524Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/16fb710a-e395-4175-9af8-5082132617fa?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:43: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": "c07e86a9-cdf1-4186-a426-d70d6dacb2d9", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134304Z:c07e86a9-cdf1-4186-a426-d70d6dacb2d9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A42%3A37.8336388Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:42:33.2527343Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults/cbsvault" + } + }, + "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-219c2c63", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_4425a110", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", + "poolId": "f8eb2b07-58df-1d15-ba7a-15539a7aa177", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:37:46.5214622Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:42:33.4400703Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "69", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "useExistingSnapshot": false + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b91adfa5-e869-403a-956f-9db0fb56549c?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "560", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:43:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b91adfa5-e869-403a-956f-9db0fb56549c?api-version=2022-05-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": "923f0166-3498-4cad-afd7-33b2fed63a69", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134305Z:923f0166-3498-4cad-afd7-33b2fed63a69", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "provisioningState": "Creating", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b91adfa5-e869-403a-956f-9db0fb56549c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:43: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": "971fa1c7-a001-4dc2-8b83-09a3f054abbd", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134305Z:971fa1c7-a001-4dc2-8b83-09a3f054abbd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b91adfa5-e869-403a-956f-9db0fb56549c", + "name": "b91adfa5-e869-403a-956f-9db0fb56549c", + "status": "Creating", + "startTime": "2022-10-18T13:43:04.8982009Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b91adfa5-e869-403a-956f-9db0fb56549c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:43: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": "491e8720-0bf3-49a0-8811-f0b2bb0a6220", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134335Z:491e8720-0bf3-49a0-8811-f0b2bb0a6220", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b91adfa5-e869-403a-956f-9db0fb56549c", + "name": "b91adfa5-e869-403a-956f-9db0fb56549c", + "status": "Succeeded", + "startTime": "2022-10-18T13:43:04.8982009Z", + "endTime": "2022-10-18T13:43:05.9139747Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b91adfa5-e869-403a-956f-9db0fb56549c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "780", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:43: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": "8a3c7bf6-7c08-41ed-be1c-a1b4fc6225a8", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134335Z:8a3c7bf6-7c08-41ed-be1c-a1b4fc6225a8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "etag": "10/18/2022 1:43:05 PM", + "location": "", + "properties": { + "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "creationDate": "0001-01-01T00:00:00Z", + "backupId": "25ebb441-2206-9dc8-bc60-7629e937ddbf", + "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:43: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": "af1375bc-44f1-425a-93ab-9923982010ef", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134346Z:af1375bc-44f1-425a-93ab-9923982010ef", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:43:05Z", + "backupId": "25ebb441-2206-9dc8-bc60-7629e937ddbf", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13: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": "5f9da750-8765-4b73-add5-c5df98806e8f", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134357Z:5f9da750-8765-4b73-add5-c5df98806e8f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:43:05Z", + "backupId": "25ebb441-2206-9dc8-bc60-7629e937ddbf", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:44: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": "e4913b25-6b18-4342-b882-49acf76568fc", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134408Z:e4913b25-6b18-4342-b882-49acf76568fc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:43:05Z", + "backupId": "25ebb441-2206-9dc8-bc60-7629e937ddbf", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:44: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": "0f246bb2-4daa-424d-b410-6e092be86be1", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134419Z:0f246bb2-4daa-424d-b410-6e092be86be1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:43:08Z", + "backupId": "25ebb441-2206-9dc8-bc60-7629e937ddbf", + "size": 331776, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/accountBackups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:44: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": "be45d75e-97eb-4529-8292-0d58a510ccc9", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134419Z:be45d75e-97eb-4529-8292-0d58a510ccc9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/accountBackups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:43:08Z", + "backupId": "25ebb441-2206-9dc8-bc60-7629e937ddbf", + "size": 331776, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:44: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": "4944069e-30b1-4ba7-851b-43927ffd9802", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134420Z:4944069e-30b1-4ba7-851b-43927ffd9802", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults/cbsvault", + "name": "sdk-py-tests-acc-1-219c2c63/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "413", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/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/westus2/operationResults/eeb2b456-5754-4f43-8632-a300b81224b2?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2743", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:44:20 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A44%3A20.4371115Z\u0027\u0022", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eeb2b456-5754-4f43-8632-a300b81224b2?api-version=2022-05-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": "4537260e-3eb8-49f7-8600-5d5b182f7f55", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134420Z:4537260e-3eb8-49f7-8600-5d5b182f7f55", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A44%3A20.4371115Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:42:33.2527343Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults/cbsvault" + } + }, + "provisioningState": "Patching", + "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-219c2c63", + "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_8f82c7b40509489d9e97d719b9b955b4_4425a110", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:37:46.5214622Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:42:33.4400703Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eeb2b456-5754-4f43-8632-a300b81224b2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:44: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": "0e2cbb67-52b0-43ac-8b1c-50468e1a4104", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134420Z:0e2cbb67-52b0-43ac-8b1c-50468e1a4104", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eeb2b456-5754-4f43-8632-a300b81224b2", + "name": "eeb2b456-5754-4f43-8632-a300b81224b2", + "status": "Patching", + "startTime": "2022-10-18T13:44:20.4346793Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eeb2b456-5754-4f43-8632-a300b81224b2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:44: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": "0793c3b1-5c67-4c69-93cf-c610dadcf3fb", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134451Z:0793c3b1-5c67-4c69-93cf-c610dadcf3fb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eeb2b456-5754-4f43-8632-a300b81224b2", + "name": "eeb2b456-5754-4f43-8632-a300b81224b2", + "status": "Succeeded", + "startTime": "2022-10-18T13:44:20.4346793Z", + "endTime": "2022-10-18T13:44:26.9231052Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eeb2b456-5754-4f43-8632-a300b81224b2?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:44: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": "b01c6231-25a8-4c3f-aa46-dbddbc75d803", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134451Z:b01c6231-25a8-4c3f-aa46-dbddbc75d803", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A44%3A26.9273402Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:44:20.1188660Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": false, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults/cbsvault" + } + }, + "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-219c2c63", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_4425a110", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", + "poolId": "f8eb2b07-58df-1d15-ba7a-15539a7aa177", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:37:46.5214622Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:44:20.30495Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "77", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:44:53 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": "1e5eeb76-89e5-483b-9712-f7cbf42252a0", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134453Z:1e5eeb76-89e5-483b-9712-f7cbf42252a0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "NotFound", + "message": "The requested Backup was not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 18 Oct 2022 13:44:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d?api-version=2022-05-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": "48de46dd-1f84-48b5-9aee-0c0a4c735f80", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134454Z:48de46dd-1f84-48b5-9aee-0c0a4c735f80", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:44: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": "6c7b6a17-0d48-44d8-8c88-780949302a1e", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134454Z:6c7b6a17-0d48-44d8-8c88-780949302a1e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d", + "name": "3f17f24e-c753-4dca-b6ac-a12b8768e38d", + "status": "Deleting", + "startTime": "2022-10-18T13:44:54.3634397Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:45: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": "b0cf61ff-57d0-4a01-adcc-52cbafe84aa5", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134524Z:b0cf61ff-57d0-4a01-adcc-52cbafe84aa5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d", + "name": "3f17f24e-c753-4dca-b6ac-a12b8768e38d", + "status": "Deleting", + "startTime": "2022-10-18T13:44:54.3634397Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:45: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": "a7701921-0f7b-4c7e-a9fb-ead0406629af", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134555Z:a7701921-0f7b-4c7e-a9fb-ead0406629af", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d", + "name": "3f17f24e-c753-4dca-b6ac-a12b8768e38d", + "status": "Deleting", + "startTime": "2022-10-18T13:44:54.3634397Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:46: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": "2a2d2c4b-4b85-4924-8261-b315ec6d4a8c", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134625Z:2a2d2c4b-4b85-4924-8261-b315ec6d4a8c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d", + "name": "3f17f24e-c753-4dca-b6ac-a12b8768e38d", + "status": "Deleting", + "startTime": "2022-10-18T13:44:54.3634397Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:46: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": "e1201b7d-8e49-4d75-8372-b0f6b048450b", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134655Z:e1201b7d-8e49-4d75-8372-b0f6b048450b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d", + "name": "3f17f24e-c753-4dca-b6ac-a12b8768e38d", + "status": "Deleting", + "startTime": "2022-10-18T13:44:54.3634397Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:47: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": "35b0834f-5595-49c3-ac41-361cd08e2c79", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134726Z:35b0834f-5595-49c3-ac41-361cd08e2c79", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d", + "name": "3f17f24e-c753-4dca-b6ac-a12b8768e38d", + "status": "Succeeded", + "startTime": "2022-10-18T13:44:54.3634397Z", + "endTime": "2022-10-18T13:47:18.5250834Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:47: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": "0ba7066c-cc1d-4d6c-b9ca-7d17b3490cdd", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T134727Z:0ba7066c-cc1d-4d6c-b9ca-7d17b3490cdd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A47%3A09.1069433Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:44:20.1188660Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": false, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults/cbsvault" + } + }, + "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-219c2c63", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_4425a110", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", + "poolId": "f8eb2b07-58df-1d15-ba7a-15539a7aa177", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:37:46.5214622Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:44:20.30495Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "324", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:50:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "64295501-bff2-41fb-944c-feb7c1f5fe26", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T135049Z:64295501-bff2-41fb-944c-feb7c1f5fe26" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66f08a65-7a4f-45b8-9161-8373ea30ed1a?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 18 Oct 2022 13:51:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66f08a65-7a4f-45b8-9161-8373ea30ed1a?api-version=2022-05-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": "97d6d7c3-bd57-4b16-b3f2-355fd9f5692b", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T135102Z:97d6d7c3-bd57-4b16-b3f2-355fd9f5692b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66f08a65-7a4f-45b8-9161-8373ea30ed1a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:51: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": "5ca83cd8-a57b-4a5b-92e2-9fe1929fee0d", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T135103Z:5ca83cd8-a57b-4a5b-92e2-9fe1929fee0d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66f08a65-7a4f-45b8-9161-8373ea30ed1a", + "name": "66f08a65-7a4f-45b8-9161-8373ea30ed1a", + "status": "Deleting", + "startTime": "2022-10-18T13:51:02.8485189Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66f08a65-7a4f-45b8-9161-8373ea30ed1a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:51: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": "00ab344d-39ac-48c3-b79e-5d6199a9cb6f", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T135133Z:00ab344d-39ac-48c3-b79e-5d6199a9cb6f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66f08a65-7a4f-45b8-9161-8373ea30ed1a", + "name": "66f08a65-7a4f-45b8-9161-8373ea30ed1a", + "status": "Succeeded", + "startTime": "2022-10-18T13:51:02.8485189Z", + "endTime": "2022-10-18T13:51:04.295622Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66f08a65-7a4f-45b8-9161-8373ea30ed1a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:51: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": "2cf7dbd4-22c5-4a2d-a87b-d12660c37b78", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T135133Z:2cf7dbd4-22c5-4a2d-a87b-d12660c37b78", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A51%3A02.8047114Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:37:31.5680754Z" + }, + "properties": { + "poolId": "f8eb2b07-58df-1d15-ba7a-15539a7aa177", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:37:32.8218682Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:37:32.8218682Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Tue, 18 Oct 2022 13:51:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d6006d15-1484-4c0b-bb54-3efd1e28134a", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T135144Z:d6006d15-1484-4c0b-bb54-3efd1e28134a" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Tue, 18 Oct 2022 13:51:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "94dcabb8-e439-4a60-a6a1-a4884505db4c", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T135154Z:94dcabb8-e439-4a60-a6a1-a4884505db4c" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Tue, 18 Oct 2022 13:52:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7b6ec57d-09f4-4430-b81d-1a5e3eeb3a01", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T135204Z:7b6ec57d-09f4-4430-b81d-1a5e3eeb3a01" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Tue, 18 Oct 2022 13:52:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ed87d8fa-f036-4f97-958f-92750ea05083", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T135214Z:ed87d8fa-f036-4f97-958f-92750ea05083" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "288", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:52:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d290b074-6de3-4cff-b35c-4f5b06676963", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T135225Z:d290b074-6de3-4cff-b35c-4f5b06676963" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cd26939-fd23-4612-84f6-15c48e6c8e2a?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 18 Oct 2022 13:52:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cd26939-fd23-4612-84f6-15c48e6c8e2a?api-version=2022-05-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": "ad57c2e1-fa21-4219-882e-c9764f94e9ac", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T135226Z:ad57c2e1-fa21-4219-882e-c9764f94e9ac", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cd26939-fd23-4612-84f6-15c48e6c8e2a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:52: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": "c4b06388-4c35-439d-9e16-e091a0873859", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T135226Z:c4b06388-4c35-439d-9e16-e091a0873859", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cd26939-fd23-4612-84f6-15c48e6c8e2a", + "name": "9cd26939-fd23-4612-84f6-15c48e6c8e2a", + "status": "Succeeded", + "startTime": "2022-10-18T13:52:26.5180152Z", + "endTime": "2022-10-18T13:52:26.5804739Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cd26939-fd23-4612-84f6-15c48e6c8e2a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:52: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": "b8c52e88-f75f-41fe-836b-b2bc610dafbf", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T135227Z:b8c52e88-f75f-41fe-836b-b2bc610dafbf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A52%3A26.5028746Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:37:27.8083631Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:37:28.6624994Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:37:28.6624994Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "255", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:52: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": "a8ef7c5a-71a3-4c49-95b8-370034222122", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T135227Z:a8ef7c5a-71a3-4c49-95b8-370034222122", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/976c9eab-076b-4a7c-97c1-4a2ce286972a?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 18 Oct 2022 13:52:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/976c9eab-076b-4a7c-97c1-4a2ce286972a?api-version=2022-05-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "8044455e-efc2-48b1-a3a7-97789065eb2c", + "x-ms-correlation-request-id": "c50eda13-7e71-403e-ae65-5738e67bbf44", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T135228Z:c50eda13-7e71-403e-ae65-5738e67bbf44" + }, + "ResponseBody": null } ], "Variables": {} 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 04ecdd066982..108dabb707b1 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:31 GMT", + "Date": "Tue, 18 Oct 2022 13:13:40 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.13943.6 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:31 GMT", + "Date": "Tue, 18 Oct 2022 13:13:40 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.13943.6 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13777.6 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "b74da06f-935e-4849-8cf4-f2b29421b5ad", + "client-request-id": "1eed0733-7b57-46e5-8389-74fb087bbbef", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "b74da06f-935e-4849-8cf4-f2b29421b5ad", + "client-request-id": "1eed0733-7b57-46e5-8389-74fb087bbbef", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:31 GMT", + "Date": "Tue, 18 Oct 2022 13:13:41 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,7 +221,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -236,26 +233,7096 @@ } } }, - "StatusCode": 404, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/9972bcf7-8430-4d79-92e2-10c39f288e5e?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:32 GMT", + "Date": "Tue, 18 Oct 2022 13:13:51 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5fc062ac-ecf7-419c-a32f-455e5abdcc85", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010832Z:5fc062ac-ecf7-419c-a32f-455e5abdcc85" + "x-ms-arm-service-request-id": "b28f41ed-8120-4913-99c0-ebd12937644b", + "x-ms-correlation-request-id": "98ea89b7-447e-449b-8ad9-aa2da711910d", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131351Z:98ea89b7-447e-449b-8ad9-aa2da711910d" }, "ResponseBody": { - "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "name": "sdk-python-tests-vnet-westus2-51142cdf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf", + "etag": "W/\u00221399b6f9-2d02-4987-9b8e-e3fe8710d289\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:13:44.1761278Z" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "d98231cd-bd35-4c82-aeb8-1e454af598d4", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/9972bcf7-8430-4d79-92e2-10c39f288e5e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:13:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "0d4272d4-0d84-4570-8fb4-00288e15df52", + "x-ms-correlation-request-id": "61b05f36-d534-49b4-bee9-7af872144c9b", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131351Z:61b05f36-d534-49b4-bee9-7af872144c9b" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:13:51 GMT", + "ETag": "W/\u002253948ccf-def4-431d-9509-043f410df9f1\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "5e606db4-4ab3-4a31-b692-cd044645f946", + "x-ms-correlation-request-id": "56985815-ceae-40e8-9dce-21c6e97191e6", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131352Z:56985815-ceae-40e8-9dce-21c6e97191e6" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-westus2-51142cdf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf", + "etag": "W/\u002253948ccf-def4-431d-9509-043f410df9f1\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:13:44.1761278Z" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "d98231cd-bd35-4c82-aeb8-1e454af598d4", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "151", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "properties": { + "serviceName": "Microsoft.Netapp/volumes" + } + } + ] } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/25f068b4-3ed4-4f25-b730-18647b7566a0?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1326", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:13:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "27b28678-2ca9-404c-b8c9-8b69200a46eb", + "x-ms-correlation-request-id": "ee2f06b9-0a47-4f94-ae81-786624a981a5", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131352Z:ee2f06b9-0a47-4f94-ae81-786624a981a5" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", + "etag": "W/\u0022a6df03d5-74c6-4295-9b6c-d172df2e3421\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default/delegations/netAppVolumes", + "etag": "W/\u0022a6df03d5-74c6-4295-9b6c-d172df2e3421\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/25f068b4-3ed4-4f25-b730-18647b7566a0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:13:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "196776dc-3bb3-43b5-aa2a-d8ce1bcd3fe1", + "x-ms-correlation-request-id": "b6bcd253-bd66-4358-95c3-87e34c6823e9", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131353Z:b6bcd253-bd66-4358-95c3-87e34c6823e9" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:13:53 GMT", + "ETag": "W/\u002253401622-b52e-4fa0-b5d2-ab9e01ba5909\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "f0056fa5-c2c3-463a-a5ed-60bb721c3325", + "x-ms-correlation-request-id": "d02f42db-03f2-487b-b5f0-2b1edde41eb4", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131353Z:d02f42db-03f2-487b-b5f0-2b1edde41eb4" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", + "etag": "W/\u002253401622-b52e-4fa0-b5d2-ab9e01ba5909\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default/delegations/netAppVolumes", + "etag": "W/\u002253401622-b52e-4fa0-b5d2-ab9e01ba5909\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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, 18 Oct 2022 13:13:52 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.13845.10 - NEULR2 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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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, 18 Oct 2022 13:13:52 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.13777.6 - 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": "8ef5bc3c-af08-4e71-b191-6ef706498061", + "Connection": "keep-alive", + "Content-Length": "281", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "win32", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.20.0", + "x-ms-lib-capability": "retry-after, h429" + }, + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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": "8ef5bc3c-af08-4e71-b191-6ef706498061", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:13:52 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.13845.10 - NEULR1 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7c7e2b42-8ff5-433e-9573-afc029524b50?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:13:58 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A13%3A57.0142875Z\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": "18426444-1eef-4011-877a-2902711a74ca", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131358Z:18426444-1eef-4011-877a-2902711a74ca", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A13%3A57.0142875Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:13:54.8578492Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:13:56.0266397Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:13:56.0266397Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7c7e2b42-8ff5-433e-9573-afc029524b50?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:13: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": "66a6fbdf-beb3-400c-b665-306fcd5688f6", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131358Z:66a6fbdf-beb3-400c-b665-306fcd5688f6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7c7e2b42-8ff5-433e-9573-afc029524b50", + "name": "7c7e2b42-8ff5-433e-9573-afc029524b50", + "status": "Succeeded", + "startTime": "2022-10-18T13:13:57.0116746Z", + "endTime": "2022-10-18T13:13:57.0741608Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:13:58 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A13%3A57.0689221Z\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": "7bbf2a0f-e2a9-4f55-b59d-38a933d2fc56", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131359Z:7bbf2a0f-e2a9-4f55-b59d-38a933d2fc56", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A13%3A57.0689221Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:13:54.8578492Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:13:56.0266397Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:13:56.0266397Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/9faa76b6-8b04-47c2-a844-12a1064b2c44?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "922", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:14:01 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A14%3A00.9750046Z\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": "ad42f2fd-b175-44c5-92fd-9b9e0a824089", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131401Z:ad42f2fd-b175-44c5-92fd-9b9e0a824089", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A14%3A00.9750046Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:13:59.4363815Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:14:00.7171692Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:14:00.7171692Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9faa76b6-8b04-47c2-a844-12a1064b2c44?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:14: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": "305e320f-99c3-4d1e-b934-fdb0636e6910", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131402Z:305e320f-99c3-4d1e-b934-fdb0636e6910", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9faa76b6-8b04-47c2-a844-12a1064b2c44", + "name": "9faa76b6-8b04-47c2-a844-12a1064b2c44", + "status": "Succeeded", + "startTime": "2022-10-18T13:14:00.9803563Z", + "endTime": "2022-10-18T13:14:02.1367141Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:14:02 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A14%3A02.1279395Z\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": "81deeedc-eb54-426e-b8f9-fbf05bf2330c", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131402Z:81deeedc-eb54-426e-b8f9-fbf05bf2330c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A14%3A02.1279395Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:13:59.4363815Z" + }, + "properties": { + "poolId": "dfcc040a-92af-804c-dc56-65e4ccc87064", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:14:00.7171692Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:14:00.7171692Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "783", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "creationToken": "sdk-py-tests-vol-3-51142cdf", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/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 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1583", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:14:14 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A14%3A14.3792757Z\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": "0f8c4081-02aa-4064-acf9-cf868b9f00e0", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131415Z:0f8c4081-02aa-4064-acf9-cf868b9f00e0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A14%3A14.3792757Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:14:12.9563520Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-51142cdf", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/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, + "maximumNumberOfFiles": 100000000, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:14:14.072856Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:14:14.072856Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:14: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": "bf97207a-6b4a-49e9-96e7-bbbdaf1f0468", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131415Z:bf97207a-6b4a-49e9-96e7-bbbdaf1f0468", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589", + "name": "571fb10e-607d-4ba3-99f9-b30722fc8589", + "status": "Creating", + "startTime": "2022-10-18T13:14:14.3798573Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:14: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": "3dc2d93b-b534-4421-a309-39f30b164745", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131445Z:3dc2d93b-b534-4421-a309-39f30b164745", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589", + "name": "571fb10e-607d-4ba3-99f9-b30722fc8589", + "status": "Creating", + "startTime": "2022-10-18T13:14:14.3798573Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:15: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": "720ed5e4-bb24-4b82-9439-c71acb66d341", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131516Z:720ed5e4-bb24-4b82-9439-c71acb66d341", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589", + "name": "571fb10e-607d-4ba3-99f9-b30722fc8589", + "status": "Creating", + "startTime": "2022-10-18T13:14:14.3798573Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:15: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": "f55a596c-22e3-409a-88ab-0980ea5ae967", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131546Z:f55a596c-22e3-409a-88ab-0980ea5ae967", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589", + "name": "571fb10e-607d-4ba3-99f9-b30722fc8589", + "status": "Creating", + "startTime": "2022-10-18T13:14:14.3798573Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:16: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": "b02829ea-4f01-4e50-9da7-ead98ff92db1", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131616Z:b02829ea-4f01-4e50-9da7-ead98ff92db1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589", + "name": "571fb10e-607d-4ba3-99f9-b30722fc8589", + "status": "Creating", + "startTime": "2022-10-18T13:14:14.3798573Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:16: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": "e3928287-3b0c-45c5-b5d2-f3e48c6dc059", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131646Z:e3928287-3b0c-45c5-b5d2-f3e48c6dc059", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589", + "name": "571fb10e-607d-4ba3-99f9-b30722fc8589", + "status": "Creating", + "startTime": "2022-10-18T13:14:14.3798573Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:17: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": "7fcb36f5-94cf-44a5-acf5-a14d54e1f35f", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131717Z:7fcb36f5-94cf-44a5-acf5-a14d54e1f35f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589", + "name": "571fb10e-607d-4ba3-99f9-b30722fc8589", + "status": "Creating", + "startTime": "2022-10-18T13:14:14.3798573Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:17: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": "501f0619-340a-4f57-ae09-b387fbb63272", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131747Z:501f0619-340a-4f57-ae09-b387fbb63272", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589", + "name": "571fb10e-607d-4ba3-99f9-b30722fc8589", + "status": "Creating", + "startTime": "2022-10-18T13:14:14.3798573Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:18: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": "12c95bdf-8a18-45ae-a3cd-fd382ec39c0c", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131817Z:12c95bdf-8a18-45ae-a3cd-fd382ec39c0c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589", + "name": "571fb10e-607d-4ba3-99f9-b30722fc8589", + "status": "Creating", + "startTime": "2022-10-18T13:14:14.3798573Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:18: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": "22e1c0fb-a9e9-457c-99d7-1313d71b1ec5", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131847Z:22e1c0fb-a9e9-457c-99d7-1313d71b1ec5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589", + "name": "571fb10e-607d-4ba3-99f9-b30722fc8589", + "status": "Succeeded", + "startTime": "2022-10-18T13:14:14.3798573Z", + "endTime": "2022-10-18T13:18:19.7020092Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:18:48 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A18%3A19.7029741Z\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": "8e062c0a-da1b-4890-b085-0a6d76390418", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131849Z:8e062c0a-da1b-4890-b085-0a6d76390418", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A18%3A19.7029741Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:14:12.9563520Z" + }, + "properties": { + "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-51142cdf", + "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_8f82c7b40509489d9e97d719b9b955b4_98f3d107", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:14:14.072856Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:14:14.072856Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:18:58 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A18%3A19.7029741Z\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": "dd8b4a93-a0cb-4c73-8993-f1889b427089", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131859Z:dd8b4a93-a0cb-4c73-8993-f1889b427089", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A18%3A19.7029741Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:14:12.9563520Z" + }, + "properties": { + "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-51142cdf", + "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_8f82c7b40509489d9e97d719b9b955b4_98f3d107", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:14:14.072856Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:14:14.072856Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:18: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": "59e8bccb-d09b-49d3-aa1b-0a5cae2b85a8", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131900Z:59e8bccb-d09b-49d3-aa1b-0a5cae2b85a8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault", + "name": "sdk-py-tests-acc-1-51142cdf/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "412", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault", + "backupEnabled": true + } + }, + "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/westus2/operationResults/817d42b2-ca17-4170-86e4-94fbaea82c46?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2478", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:18:59 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A19%3A00.5382145Z\u0027\u0022", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/817d42b2-ca17-4170-86e4-94fbaea82c46?api-version=2022-05-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": "9d0c1588-6dec-4d3b-848d-afdf08114833", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131900Z:9d0c1588-6dec-4d3b-848d-afdf08114833", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A19%3A00.5382145Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:14:12.9563520Z" + }, + "properties": { + "provisioningState": "Patching", + "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-51142cdf", + "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_8f82c7b40509489d9e97d719b9b955b4_98f3d107", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:14:14.072856Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:14:14.072856Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/817d42b2-ca17-4170-86e4-94fbaea82c46?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:18: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": "41ca26fe-3dfd-460c-8fad-b563e92f99b7", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131900Z:41ca26fe-3dfd-460c-8fad-b563e92f99b7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/817d42b2-ca17-4170-86e4-94fbaea82c46", + "name": "817d42b2-ca17-4170-86e4-94fbaea82c46", + "status": "Patching", + "startTime": "2022-10-18T13:19:00.5318696Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/817d42b2-ca17-4170-86e4-94fbaea82c46?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:19: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": "623ae668-b688-48f2-9c92-87a5cde295c4", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131931Z:623ae668-b688-48f2-9c92-87a5cde295c4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/817d42b2-ca17-4170-86e4-94fbaea82c46", + "name": "817d42b2-ca17-4170-86e4-94fbaea82c46", + "status": "Succeeded", + "startTime": "2022-10-18T13:19:00.5318696Z", + "endTime": "2022-10-18T13:19:04.735342Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/817d42b2-ca17-4170-86e4-94fbaea82c46?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:19: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": "0c8ef811-11cd-4776-b126-b06e0720c286", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131931Z:0c8ef811-11cd-4776-b126-b06e0720c286", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A19%3A04.7357742Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:19:00.1887034Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault" + } + }, + "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-51142cdf", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_98f3d107", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", + "poolId": "dfcc040a-92af-804c-dc56-65e4ccc87064", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:14:14.072856Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:19:00.3965488Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "69", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "useExistingSnapshot": false + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/81e29f1c-2b10-40a1-81df-1fc7fe8489ac?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "560", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:19:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/81e29f1c-2b10-40a1-81df-1fc7fe8489ac?api-version=2022-05-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": "275f6758-d009-4aef-955a-da023085f078", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131931Z:275f6758-d009-4aef-955a-da023085f078", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "provisioningState": "Creating", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/81e29f1c-2b10-40a1-81df-1fc7fe8489ac?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:19: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": "e075fce5-1708-4b02-b110-946209bf119e", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T131932Z:e075fce5-1708-4b02-b110-946209bf119e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/81e29f1c-2b10-40a1-81df-1fc7fe8489ac", + "name": "81e29f1c-2b10-40a1-81df-1fc7fe8489ac", + "status": "Creating", + "startTime": "2022-10-18T13:19:31.8008207Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/81e29f1c-2b10-40a1-81df-1fc7fe8489ac?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:20: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": "fd060663-1195-423e-b9b2-e8c5455a0ab8", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132002Z:fd060663-1195-423e-b9b2-e8c5455a0ab8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/81e29f1c-2b10-40a1-81df-1fc7fe8489ac", + "name": "81e29f1c-2b10-40a1-81df-1fc7fe8489ac", + "status": "Succeeded", + "startTime": "2022-10-18T13:19:31.8008207Z", + "endTime": "2022-10-18T13:19:32.7695276Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/81e29f1c-2b10-40a1-81df-1fc7fe8489ac?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "780", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:20:02 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": "bd7f1e07-cee6-48c7-89b6-9c047fec88f5", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132002Z:bd7f1e07-cee6-48c7-89b6-9c047fec88f5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "etag": "10/18/2022 1:19:32 PM", + "location": "", + "properties": { + "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "creationDate": "0001-01-01T00:00:00Z", + "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:20: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": "abf9a4e6-acd3-47ef-a702-5614c6168a08", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132013Z:abf9a4e6-acd3-47ef-a702-5614c6168a08", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:19:32Z", + "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:20: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": "35a62675-f7c8-49ee-bfa7-51197824e6fb", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132024Z:35a62675-f7c8-49ee-bfa7-51197824e6fb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:19:32Z", + "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:20: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": "59b08009-be8c-4eb9-9d3b-9845832cda8d", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132035Z:59b08009-be8c-4eb9-9d3b-9845832cda8d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:19:32Z", + "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:20: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": "d2fcbe24-a79f-448d-b875-56eb5e21c70e", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132046Z:d2fcbe24-a79f-448d-b875-56eb5e21c70e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:19:32Z", + "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:20: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": "fdd739e6-c826-46f8-9356-a837b0856aab", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132056Z:fdd739e6-c826-46f8-9356-a837b0856aab", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:19:32Z", + "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:21: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": "f1f6797a-51fe-494a-9331-2151db2990ee", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132107Z:f1f6797a-51fe-494a-9331-2151db2990ee", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:19:32Z", + "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:21: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": "ba123578-c479-4cb5-9558-d7a70ff5f47f", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132117Z:ba123578-c479-4cb5-9558-d7a70ff5f47f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:19:32Z", + "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:21: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": "3e060c7f-7b1a-45c4-8e37-48f0462e325e", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132128Z:3e060c7f-7b1a-45c4-8e37-48f0462e325e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:19:32Z", + "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:21: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": "47ef0b43-5e0d-4039-a4a1-3469d7ffe92d", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132139Z:47ef0b43-5e0d-4039-a4a1-3469d7ffe92d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:19:32Z", + "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:21: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": "ef9270f2-1b32-48cc-b64e-9f16234907dc", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132149Z:ef9270f2-1b32-48cc-b64e-9f16234907dc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:19:32Z", + "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:21: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": "391660c0-8689-477e-b7f8-3c406650feb3", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132200Z:391660c0-8689-477e-b7f8-3c406650feb3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:19:32Z", + "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:22: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": "e42fd24f-778f-4760-b745-16e705642203", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132211Z:e42fd24f-778f-4760-b745-16e705642203", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:19:32Z", + "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:22: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": "cbe52ee5-ca51-48d3-b921-8e98dc1983dd", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132222Z:cbe52ee5-ca51-48d3-b921-8e98dc1983dd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:19:32Z", + "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:22: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": "19031ec2-6eb5-4b0d-a893-080163c0dadd", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132232Z:19031ec2-6eb5-4b0d-a893-080163c0dadd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:19:32Z", + "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:22: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": "67633d97-0627-44fe-876f-d98fcac2b0ae", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132243Z:67633d97-0627-44fe-876f-d98fcac2b0ae", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:19:32Z", + "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:22: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": "4b94919d-98f9-4092-b3a6-d115d14a7240", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132254Z:4b94919d-98f9-4092-b3a6-d115d14a7240", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:19:32Z", + "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:23: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": "ef7a63f2-7573-410d-bc79-e35f06c99fe7", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132304Z:ef7a63f2-7573-410d-bc79-e35f06c99fe7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:19:32Z", + "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:23: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": "6ab0a588-3df4-45c1-a7fc-a6f878f1b867", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132315Z:6ab0a588-3df4-45c1-a7fc-a6f878f1b867", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:19:32Z", + "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:23: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": "cc614c31-c2aa-490e-8374-b0adbf3661e8", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132325Z:cc614c31-c2aa-490e-8374-b0adbf3661e8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:21:13Z", + "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "size": 339968, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:23: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": "31ec2f86-4503-4fce-b59b-d79b3e2bf6d0", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132326Z:31ec2f86-4503-4fce-b59b-d79b3e2bf6d0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault", + "name": "sdk-py-tests-acc-1-51142cdf/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "412", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/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": "Tue, 18 Oct 2022 13:23:27 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A23%3A26.4800702Z\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": "4f02d5d7-e3fe-4660-ae73-ab47cd42a422", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132328Z:4f02d5d7-e3fe-4660-ae73-ab47cd42a422", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A23%3A26.4800702Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:23:26.1556079Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault" + } + }, + "provisioningState": "Succeeded", + "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-51142cdf", + "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_8f82c7b40509489d9e97d719b9b955b4_98f3d107", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:14:14.072856Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:23:26.3252022Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "69", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "useExistingSnapshot": false + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc1abf08-7dd5-4321-8734-ff8a902b51a1?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "560", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:23:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc1abf08-7dd5-4321-8734-ff8a902b51a1?api-version=2022-05-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": "0fe2dff0-bf7e-43e7-83fa-592e817d3688", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132328Z:0fe2dff0-bf7e-43e7-83fa-592e817d3688", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "provisioningState": "Creating", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc1abf08-7dd5-4321-8734-ff8a902b51a1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:23: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": "b4b5a986-b791-45c9-8eef-837b86fb368f", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132329Z:b4b5a986-b791-45c9-8eef-837b86fb368f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc1abf08-7dd5-4321-8734-ff8a902b51a1", + "name": "cc1abf08-7dd5-4321-8734-ff8a902b51a1", + "status": "Succeeded", + "startTime": "2022-10-18T13:23:28.6897245Z", + "endTime": "2022-10-18T13:23:28.9084942Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc1abf08-7dd5-4321-8734-ff8a902b51a1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "780", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:23: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": "7af259fe-8879-4f31-b554-af197ad47e36", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132329Z:7af259fe-8879-4f31-b554-af197ad47e36", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "etag": "10/18/2022 1:23:28 PM", + "location": "", + "properties": { + "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "creationDate": "0001-01-01T00:00:00Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13: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": "574adf5b-3643-4f04-8823-dd173ae35270", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132339Z:574adf5b-3643-4f04-8823-dd173ae35270", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:23: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": "69fec51c-741f-4acd-a122-3a9fdf5d3fd4", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132353Z:69fec51c-741f-4acd-a122-3a9fdf5d3fd4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:24: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": "87427e2a-a903-462c-9317-23ef37137cf7", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132404Z:87427e2a-a903-462c-9317-23ef37137cf7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:24: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": "fa58b1d0-af6c-41bd-8a47-83f3d6bc041f", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132415Z:fa58b1d0-af6c-41bd-8a47-83f3d6bc041f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:24: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": "557cbe99-bec3-4060-a98c-952e152f461b", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132425Z:557cbe99-bec3-4060-a98c-952e152f461b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:24: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": "93fdef51-f432-46ca-941d-0be85b693e6f", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132436Z:93fdef51-f432-46ca-941d-0be85b693e6f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:24: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": "0988872c-a0a1-4acf-89b4-a491d7f27860", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132447Z:0988872c-a0a1-4acf-89b4-a491d7f27860", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:24: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": "afd709af-8561-4b4c-b65b-bb571b8d0464", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132458Z:afd709af-8561-4b4c-b65b-bb571b8d0464", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:25: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": "580522b0-3272-4b54-875a-3f7459a4a41a", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132509Z:580522b0-3272-4b54-875a-3f7459a4a41a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:25: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": "5887b9b4-535b-40c5-87a3-e82cee60d539", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132519Z:5887b9b4-535b-40c5-87a3-e82cee60d539", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:25: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": "ffc35f8d-0946-4b3b-bd76-b954e8b8acc8", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132530Z:ffc35f8d-0946-4b3b-bd76-b954e8b8acc8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:25: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": "7ff8177e-dc2a-428a-beec-962a321b1814", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132541Z:7ff8177e-dc2a-428a-beec-962a321b1814", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:25: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": "a71ff53b-6659-44fd-b1dd-e6e75d0d5202", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132552Z:a71ff53b-6659-44fd-b1dd-e6e75d0d5202", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13: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": "8c70b14e-8ebf-42db-9ee0-0442f21ba8d8", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132602Z:8c70b14e-8ebf-42db-9ee0-0442f21ba8d8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:26: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": "49d278df-123c-4a90-8e61-071a7625892e", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132613Z:49d278df-123c-4a90-8e61-071a7625892e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:26: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": "ff622a41-aecb-450c-ba86-6b8224b34d6f", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132623Z:ff622a41-aecb-450c-ba86-6b8224b34d6f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:26: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": "a12fd910-b253-4471-9c84-6bdf25a743e2", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132634Z:a12fd910-b253-4471-9c84-6bdf25a743e2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:26: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": "e1431540-0109-4777-9df8-324fc65e557a", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132645Z:e1431540-0109-4777-9df8-324fc65e557a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:26: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": "7bf39ed3-33b1-45d1-98ee-3193d6f395b6", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132655Z:7bf39ed3-33b1-45d1-98ee-3193d6f395b6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:27: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": "e50a5571-f75f-4725-97ac-b29a576c1219", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132706Z:e50a5571-f75f-4725-97ac-b29a576c1219", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:27: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": "be795838-c7e4-472d-967c-7955fa347d75", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132716Z:be795838-c7e4-472d-967c-7955fa347d75", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:27: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": "87c9fb94-ade7-4445-b78e-ae322d365b40", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132727Z:87c9fb94-ade7-4445-b78e-ae322d365b40", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:27: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": "13c691ed-7698-4096-8bff-e2da858cfa77", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132738Z:13c691ed-7698-4096-8bff-e2da858cfa77", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:27: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": "b142c460-7bd3-474a-b049-a514f55dbd59", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132749Z:b142c460-7bd3-474a-b049-a514f55dbd59", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:28: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": "9b608968-a551-48a3-af28-5b5d4556c6ee", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132800Z:9b608968-a551-48a3-af28-5b5d4556c6ee", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:28Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:28: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": "581b7d15-891e-4877-852b-5a27823558b3", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132811Z:581b7d15-891e-4877-852b-5a27823558b3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:30Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 360448, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:28: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": "9f51fe32-9f31-408b-96ac-6f079726ea1c", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132811Z:9f51fe32-9f31-408b-96ac-6f079726ea1c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1825", + "name": "sdk-py-tests-acc-1-51142cdf/backup-1825", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T11:19:54Z", + "backupId": "4bd0276d-c371-976b-4d84-48f0b1d0b473", + "size": 339968, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-7246", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1574", + "name": "sdk-py-tests-acc-1-51142cdf/backup-1574", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T11:55:51Z", + "backupId": "e45d5d10-3d65-201b-c697-0e9473be08ad", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-2724", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-6163", + "name": "sdk-py-tests-acc-1-51142cdf/backup-6163", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T14:23:19Z", + "backupId": "58ee530d-86d8-519d-616c-bac680098410", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-6011", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-5797", + "name": "sdk-py-tests-acc-1-51142cdf/backup-5797", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T15:02:21Z", + "backupId": "36776a8e-f849-8bb0-9725-3f74dccc77da", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-8710", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-9586", + "name": "sdk-py-tests-acc-1-51142cdf/backup-9586", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T15:32:25Z", + "backupId": "6bc9f230-e226-5cdb-1b24-c3b6a484660b", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-6781", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-2941", + "name": "sdk-py-tests-acc-1-51142cdf/backup-2941", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T15:58:23Z", + "backupId": "1f1c6b9b-851b-f559-1435-b4fcc1af5c48", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-7822", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-431", + "name": "sdk-py-tests-acc-1-51142cdf/backup-431", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T16:08:22Z", + "backupId": "368eccf2-e212-7be4-b588-47ba874b4b63", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-7973", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-7953", + "name": "sdk-py-tests-acc-1-51142cdf/backup-7953", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T16:21:43Z", + "backupId": "873e51fb-64e9-e342-c1d1-1a04eeab6c53", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-4116", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1494", + "name": "sdk-py-tests-acc-1-51142cdf/backup-1494", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T16:46:30Z", + "backupId": "90ec0719-0341-fb84-5f53-24d59278823b", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-2539", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-407", + "name": "sdk-py-tests-acc-1-51142cdf/backup-407", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T17:01:59Z", + "backupId": "6574427f-1a12-1fe8-d94f-5ec8250bb9d5", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-6804", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1434", + "name": "sdk-py-tests-acc-1-51142cdf/backup-1434", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T17:17:35Z", + "backupId": "19f54b06-c926-1c6b-85f7-0a5cb4f2df0e", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-719", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-9348", + "name": "sdk-py-tests-acc-1-51142cdf/backup-9348", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T17:59:31Z", + "backupId": "a8569742-967e-2d95-506e-27c9687aa217", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-9441", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-4466", + "name": "sdk-py-tests-acc-1-51142cdf/backup-4466", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T18:30:59Z", + "backupId": "77bbc3d5-a6a8-f626-944b-886912f68529", + "size": 352256, + "backupType": "Manual", + "label": "adHocBackup2", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-7067", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-5190", + "name": "sdk-py-tests-acc-1-51142cdf/backup-5190", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T18:55:18Z", + "backupId": "4e4cf360-d77c-e37c-fcbb-2c79f89e4d68", + "size": 352256, + "backupType": "Manual", + "label": "adHocBackup2", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-7183", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-4930", + "name": "sdk-py-tests-acc-1-51142cdf/backup-4930", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T19:21:32Z", + "backupId": "38c2b191-0807-0733-781d-463707c05468", + "size": 352256, + "backupType": "Manual", + "label": "adHocBackup2", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-2191", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1999", + "name": "sdk-py-tests-acc-1-51142cdf/backup-1999", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T20:12:35Z", + "backupId": "07911d51-e4bb-1ad9-4e25-3cd9e1f7fb8e", + "size": 352256, + "backupType": "Manual", + "label": "adHocBackup2", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-2675", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-3200", + "name": "sdk-py-tests-acc-1-51142cdf/backup-3200", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T09:54:28Z", + "backupId": "85d51660-24ca-4df5-62f2-db5407965554", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-8658", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-4085", + "name": "sdk-py-tests-acc-1-51142cdf/backup-4085", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T10:29:45Z", + "backupId": "ed8aa2ca-6982-caca-7306-1e406329e489", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-1546", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1061", + "name": "sdk-py-tests-acc-1-51142cdf/backup-1061", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T13:33:46Z", + "backupId": "5bb3006b-8416-2f8c-bd06-e4aea1666e29", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-7594", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-113", + "name": "sdk-py-tests-acc-1-51142cdf/backup-113", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T14:30:48Z", + "backupId": "b74dd99e-e441-990c-e0b7-18151ccaad98", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-9003", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-4503", + "name": "sdk-py-tests-acc-1-51142cdf/backup-4503", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T14:59:27Z", + "backupId": "5e04f71f-ab25-47f3-9b53-c5f64aa25be5", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-1636", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-3134", + "name": "sdk-py-tests-acc-1-51142cdf/backup-3134", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T15:18:06Z", + "backupId": "adc3da88-7273-55ab-2b8a-d557b59af309", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-5632", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-8851", + "name": "sdk-py-tests-acc-1-51142cdf/backup-8851", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T16:01:34Z", + "backupId": "7c190bd0-7f48-df97-e716-33ec49bd9858", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-563", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-9165", + "name": "sdk-py-tests-acc-1-51142cdf/backup-9165", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-18T11:12:22Z", + "backupId": "5c6583de-170a-a2fd-fb22-f3f5a6a23882", + "size": 331776, + "backupType": "Manual", + "label": "updatedLabel", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-5072", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-6330", + "name": "sdk-py-tests-acc-1-51142cdf/backup-6330", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-20T00:28:30Z", + "backupId": "f98f5a5f-aa1b-83a3-b2af-ca45efe632f3", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-6612", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-3897", + "name": "sdk-py-tests-acc-1-51142cdf/backup-3897", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-08-19T15:32:42Z", + "backupId": "99d22cad-f49c-7fb3-dd7b-2d2f93944084", + "size": 0, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Failed", + "failureReason": "Error when updating - Backup not found", + "volumeName": "volumeName-3308", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-7766", + "name": "sdk-py-tests-acc-1-51142cdf/backup-7766", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-08-19T16:23:25Z", + "backupId": "de912d08-30c9-0983-3214-0ba23400cd68", + "size": 0, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - azure resource config error", + "volumeName": "volumeName-8197", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1427", + "name": "sdk-py-tests-acc-1-51142cdf/backup-1427", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-08-19T16:38:11Z", + "backupId": "ab5a5ac9-97f9-7c11-0160-1ce378bfa8fb", + "size": 0, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - azure resource config error", + "volumeName": "volumeName-4001", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-4066", + "name": "sdk-py-tests-acc-1-51142cdf/backup-4066", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-08-19T16:59:39Z", + "backupId": "3d038003-c040-255b-c933-77d1b916a4be", + "size": 0, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Failed", + "failureReason": "Error when updating - Backup not found", + "volumeName": "volumeName-2872", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-09-20T11:11:10Z", + "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - azure resource config error", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/sdk-py-tests-backup-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-backup-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:21:13Z", + "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "size": 339968, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-18T13:23:30Z", + "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "size": 360448, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:28: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": "ef0ef29e-32ef-436b-98dd-ca7543bb119c", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132811Z:ef0ef29e-32ef-436b-98dd-ca7543bb119c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault", + "name": "sdk-py-tests-acc-1-51142cdf/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "413", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/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/westus2/operationResults/1e5881b0-3cbb-4206-9546-d7a2987737f1?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2742", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:28:12 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A28%3A12.8842039Z\u0027\u0022", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1e5881b0-3cbb-4206-9546-d7a2987737f1?api-version=2022-05-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": "eaef784e-5ee6-4828-b5a0-d87f65fb6bba", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132813Z:eaef784e-5ee6-4828-b5a0-d87f65fb6bba", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A28%3A12.8842039Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:23:26.1556079Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault" + } + }, + "provisioningState": "Patching", + "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-51142cdf", + "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_8f82c7b40509489d9e97d719b9b955b4_98f3d107", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:14:14.072856Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:23:26.3252022Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1e5881b0-3cbb-4206-9546-d7a2987737f1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:28: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": "478d3d44-a698-4630-a2ba-27d1ce8df31c", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132813Z:478d3d44-a698-4630-a2ba-27d1ce8df31c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1e5881b0-3cbb-4206-9546-d7a2987737f1", + "name": "1e5881b0-3cbb-4206-9546-d7a2987737f1", + "status": "Patching", + "startTime": "2022-10-18T13:28:12.8876814Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1e5881b0-3cbb-4206-9546-d7a2987737f1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:28: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": "6f50d179-9db6-408f-8cfa-5c0ef4eaf604", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132843Z:6f50d179-9db6-408f-8cfa-5c0ef4eaf604", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1e5881b0-3cbb-4206-9546-d7a2987737f1", + "name": "1e5881b0-3cbb-4206-9546-d7a2987737f1", + "status": "Succeeded", + "startTime": "2022-10-18T13:28:12.8876814Z", + "endTime": "2022-10-18T13:28:17.0340656Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1e5881b0-3cbb-4206-9546-d7a2987737f1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:28: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": "ff320ea8-73de-4ddd-a7c1-31dda74aa185", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132844Z:ff320ea8-73de-4ddd-a7c1-31dda74aa185", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A28%3A17.0377954Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:23:26.1556079Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": false, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault" + } + }, + "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-51142cdf", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_98f3d107", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", + "poolId": "dfcc040a-92af-804c-dc56-65e4ccc87064", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:14:14.072856Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:28:12.6822832Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "77", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:28:46 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": "3c8e26a2-1912-4384-a502-12c1bfcc6b3a", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132847Z:3c8e26a2-1912-4384-a502-12c1bfcc6b3a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "NotFound", + "message": "The requested Backup was not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:28: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": "98015818-1922-4120-947c-bc05cfcf6d2f", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132847Z:98015818-1922-4120-947c-bc05cfcf6d2f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault", + "name": "sdk-py-tests-acc-1-51142cdf/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "413", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault", + "backupEnabled": false + } + }, + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0 + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:28:47 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T13%3A28%3A48.0846956Z\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": "871b6561-f601-48ca-81c2-1e595922e269", + "x-ms-ratelimit-remaining-subscription-writes": "1189", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132848Z:871b6561-f601-48ca-81c2-1e595922e269", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A28%3A48.0846956Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:23:26.1556079Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": false, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault" + } + }, + "provisioningState": "Succeeded", + "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-51142cdf", + "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_8f82c7b40509489d9e97d719b9b955b4_98f3d107", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:14:14.072856Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:28:47.9271944Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "77", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:28:49 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": "9485f93d-9ea5-499e-90d1-0b8ce9a5a062", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132850Z:9485f93d-9ea5-499e-90d1-0b8ce9a5a062", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "NotFound", + "message": "The requested Backup was not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:28: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": "a16bd6ae-83a9-4094-a0d2-59b0949d6512", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132851Z:a16bd6ae-83a9-4094-a0d2-59b0949d6512", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1825", + "name": "sdk-py-tests-acc-1-51142cdf/backup-1825", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T11:19:54Z", + "backupId": "4bd0276d-c371-976b-4d84-48f0b1d0b473", + "size": 339968, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-7246", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1574", + "name": "sdk-py-tests-acc-1-51142cdf/backup-1574", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T11:55:51Z", + "backupId": "e45d5d10-3d65-201b-c697-0e9473be08ad", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-2724", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-6163", + "name": "sdk-py-tests-acc-1-51142cdf/backup-6163", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T14:23:19Z", + "backupId": "58ee530d-86d8-519d-616c-bac680098410", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-6011", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-5797", + "name": "sdk-py-tests-acc-1-51142cdf/backup-5797", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T15:02:21Z", + "backupId": "36776a8e-f849-8bb0-9725-3f74dccc77da", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-8710", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-9586", + "name": "sdk-py-tests-acc-1-51142cdf/backup-9586", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T15:32:25Z", + "backupId": "6bc9f230-e226-5cdb-1b24-c3b6a484660b", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-6781", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-2941", + "name": "sdk-py-tests-acc-1-51142cdf/backup-2941", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T15:58:23Z", + "backupId": "1f1c6b9b-851b-f559-1435-b4fcc1af5c48", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-7822", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-431", + "name": "sdk-py-tests-acc-1-51142cdf/backup-431", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T16:08:22Z", + "backupId": "368eccf2-e212-7be4-b588-47ba874b4b63", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-7973", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-7953", + "name": "sdk-py-tests-acc-1-51142cdf/backup-7953", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T16:21:43Z", + "backupId": "873e51fb-64e9-e342-c1d1-1a04eeab6c53", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-4116", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1494", + "name": "sdk-py-tests-acc-1-51142cdf/backup-1494", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T16:46:30Z", + "backupId": "90ec0719-0341-fb84-5f53-24d59278823b", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-2539", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-407", + "name": "sdk-py-tests-acc-1-51142cdf/backup-407", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T17:01:59Z", + "backupId": "6574427f-1a12-1fe8-d94f-5ec8250bb9d5", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-6804", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1434", + "name": "sdk-py-tests-acc-1-51142cdf/backup-1434", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T17:17:35Z", + "backupId": "19f54b06-c926-1c6b-85f7-0a5cb4f2df0e", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-719", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-9348", + "name": "sdk-py-tests-acc-1-51142cdf/backup-9348", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T17:59:31Z", + "backupId": "a8569742-967e-2d95-506e-27c9687aa217", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-9441", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-4466", + "name": "sdk-py-tests-acc-1-51142cdf/backup-4466", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T18:30:59Z", + "backupId": "77bbc3d5-a6a8-f626-944b-886912f68529", + "size": 352256, + "backupType": "Manual", + "label": "adHocBackup2", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-7067", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-5190", + "name": "sdk-py-tests-acc-1-51142cdf/backup-5190", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T18:55:18Z", + "backupId": "4e4cf360-d77c-e37c-fcbb-2c79f89e4d68", + "size": 352256, + "backupType": "Manual", + "label": "adHocBackup2", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-7183", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-4930", + "name": "sdk-py-tests-acc-1-51142cdf/backup-4930", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T19:21:32Z", + "backupId": "38c2b191-0807-0733-781d-463707c05468", + "size": 352256, + "backupType": "Manual", + "label": "adHocBackup2", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-2191", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1999", + "name": "sdk-py-tests-acc-1-51142cdf/backup-1999", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T20:12:35Z", + "backupId": "07911d51-e4bb-1ad9-4e25-3cd9e1f7fb8e", + "size": 352256, + "backupType": "Manual", + "label": "adHocBackup2", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-2675", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-3200", + "name": "sdk-py-tests-acc-1-51142cdf/backup-3200", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T09:54:28Z", + "backupId": "85d51660-24ca-4df5-62f2-db5407965554", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-8658", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-4085", + "name": "sdk-py-tests-acc-1-51142cdf/backup-4085", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T10:29:45Z", + "backupId": "ed8aa2ca-6982-caca-7306-1e406329e489", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-1546", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1061", + "name": "sdk-py-tests-acc-1-51142cdf/backup-1061", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T13:33:46Z", + "backupId": "5bb3006b-8416-2f8c-bd06-e4aea1666e29", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-7594", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-113", + "name": "sdk-py-tests-acc-1-51142cdf/backup-113", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T14:30:48Z", + "backupId": "b74dd99e-e441-990c-e0b7-18151ccaad98", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-9003", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-4503", + "name": "sdk-py-tests-acc-1-51142cdf/backup-4503", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T14:59:27Z", + "backupId": "5e04f71f-ab25-47f3-9b53-c5f64aa25be5", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-1636", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-3134", + "name": "sdk-py-tests-acc-1-51142cdf/backup-3134", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T15:18:06Z", + "backupId": "adc3da88-7273-55ab-2b8a-d557b59af309", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-5632", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-8851", + "name": "sdk-py-tests-acc-1-51142cdf/backup-8851", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-15T16:01:34Z", + "backupId": "7c190bd0-7f48-df97-e716-33ec49bd9858", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-563", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-9165", + "name": "sdk-py-tests-acc-1-51142cdf/backup-9165", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-18T11:12:22Z", + "backupId": "5c6583de-170a-a2fd-fb22-f3f5a6a23882", + "size": 331776, + "backupType": "Manual", + "label": "updatedLabel", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-5072", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-6330", + "name": "sdk-py-tests-acc-1-51142cdf/backup-6330", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-20T00:28:30Z", + "backupId": "f98f5a5f-aa1b-83a3-b2af-ca45efe632f3", + "size": 331776, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "volumeName-6612", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-3897", + "name": "sdk-py-tests-acc-1-51142cdf/backup-3897", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-08-19T15:32:42Z", + "backupId": "99d22cad-f49c-7fb3-dd7b-2d2f93944084", + "size": 0, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Failed", + "failureReason": "Error when updating - Backup not found", + "volumeName": "volumeName-3308", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-7766", + "name": "sdk-py-tests-acc-1-51142cdf/backup-7766", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-08-19T16:23:25Z", + "backupId": "de912d08-30c9-0983-3214-0ba23400cd68", + "size": 0, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - azure resource config error", + "volumeName": "volumeName-8197", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-1427", + "name": "sdk-py-tests-acc-1-51142cdf/backup-1427", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-08-19T16:38:11Z", + "backupId": "ab5a5ac9-97f9-7c11-0160-1ce378bfa8fb", + "size": 0, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - azure resource config error", + "volumeName": "volumeName-4001", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/backup-4066", + "name": "sdk-py-tests-acc-1-51142cdf/backup-4066", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-08-19T16:59:39Z", + "backupId": "3d038003-c040-255b-c933-77d1b916a4be", + "size": 0, + "backupType": "Manual", + "label": "adHocBackup", + "provisioningState": "Failed", + "failureReason": "Error when updating - Backup not found", + "volumeName": "volumeName-2872", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-09-20T11:11:10Z", + "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - azure resource config error", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 18 Oct 2022 13:28:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76?api-version=2022-05-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": "8d0b2476-9c9e-47fb-923d-70a004c3c62b", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132851Z:8d0b2476-9c9e-47fb-923d-70a004c3c62b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:28: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": "4f67c3ab-f306-442e-9448-565b356daf98", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132852Z:4f67c3ab-f306-442e-9448-565b356daf98", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76", + "name": "b5787871-961e-4a42-a48d-f823be2c6c76", + "status": "Deleting", + "startTime": "2022-10-18T13:28:51.7886676Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13: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": "bcbfa14e-87ad-4fa0-af3a-257f2d7f0933", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132922Z:bcbfa14e-87ad-4fa0-af3a-257f2d7f0933", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76", + "name": "b5787871-961e-4a42-a48d-f823be2c6c76", + "status": "Deleting", + "startTime": "2022-10-18T13:28:51.7886676Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:29: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": "969c62d7-cf9b-4c95-808f-b432ea67032f", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T132952Z:969c62d7-cf9b-4c95-808f-b432ea67032f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76", + "name": "b5787871-961e-4a42-a48d-f823be2c6c76", + "status": "Deleting", + "startTime": "2022-10-18T13:28:51.7886676Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:30: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": "fa314f73-ad08-4656-9eca-df8c91a97c0c", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133022Z:fa314f73-ad08-4656-9eca-df8c91a97c0c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76", + "name": "b5787871-961e-4a42-a48d-f823be2c6c76", + "status": "Deleting", + "startTime": "2022-10-18T13:28:51.7886676Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:30: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": "79a156be-b4d8-48fb-8c44-defd7e0f4d2b", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133053Z:79a156be-b4d8-48fb-8c44-defd7e0f4d2b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76", + "name": "b5787871-961e-4a42-a48d-f823be2c6c76", + "status": "Deleting", + "startTime": "2022-10-18T13:28:51.7886676Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:31: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": "7b1080bb-efa7-4785-a011-457fd9ba94dd", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133123Z:7b1080bb-efa7-4785-a011-457fd9ba94dd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76", + "name": "b5787871-961e-4a42-a48d-f823be2c6c76", + "status": "Succeeded", + "startTime": "2022-10-18T13:28:51.7886676Z", + "endTime": "2022-10-18T13:31:15.7554138Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:31: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": "1a25b616-d249-40db-b28a-57c1d426c690", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133123Z:1a25b616-d249-40db-b28a-57c1d426c690", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A31%3A10.6714227Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:23:26.1556079Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": false, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault" + } + }, + "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-51142cdf", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_98f3d107", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", + "poolId": "dfcc040a-92af-804c-dc56-65e4ccc87064", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:14:14.072856Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:28:47.9271944Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "324", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 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": "365b0565-106d-4616-a19c-f9fee49889df", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133446Z:365b0565-106d-4616-a19c-f9fee49889df" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75fa882a-fcbb-4f13-8f57-03c85141fa00?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 18 Oct 2022 13:34:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75fa882a-fcbb-4f13-8f57-03c85141fa00?api-version=2022-05-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": "b0133ce7-98b1-47ba-8f6c-75315517f24b", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133459Z:b0133ce7-98b1-47ba-8f6c-75315517f24b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75fa882a-fcbb-4f13-8f57-03c85141fa00?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13: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": "a92eb292-63bc-41df-9801-1de29cefbdb0", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133459Z:a92eb292-63bc-41df-9801-1de29cefbdb0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75fa882a-fcbb-4f13-8f57-03c85141fa00", + "name": "75fa882a-fcbb-4f13-8f57-03c85141fa00", + "status": "Deleting", + "startTime": "2022-10-18T13:34:59.1905159Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75fa882a-fcbb-4f13-8f57-03c85141fa00?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:35: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": "a652df3f-4cfb-4907-aa05-e333e9f56fc8", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133529Z:a652df3f-4cfb-4907-aa05-e333e9f56fc8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75fa882a-fcbb-4f13-8f57-03c85141fa00", + "name": "75fa882a-fcbb-4f13-8f57-03c85141fa00", + "status": "Succeeded", + "startTime": "2022-10-18T13:34:59.1905159Z", + "endTime": "2022-10-18T13:35:00.2062187Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75fa882a-fcbb-4f13-8f57-03c85141fa00?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:35: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": "01895b3c-c885-423c-9ef9-b1a7cec76c0c", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133530Z:01895b3c-c885-423c-9ef9-b1a7cec76c0c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A34%3A59.19941Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:13:59.4363815Z" + }, + "properties": { + "poolId": "dfcc040a-92af-804c-dc56-65e4ccc87064", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:14:00.7171692Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:14:00.7171692Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Tue, 18 Oct 2022 13:35:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "73896f89-5aec-4f70-b840-ae86edf339a0", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133540Z:73896f89-5aec-4f70-b840-ae86edf339a0" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Tue, 18 Oct 2022 13:35:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4b434ffd-6cbd-400b-a36a-837a811f8073", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133550Z:4b434ffd-6cbd-400b-a36a-837a811f8073" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Tue, 18 Oct 2022 13:36:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "94500823-7ea5-445d-b94b-c8aa6d70b661", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133600Z:94500823-7ea5-445d-b94b-c8aa6d70b661" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Tue, 18 Oct 2022 13:36:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "908b2681-7b11-4d29-8279-808e14fa9010", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133611Z:908b2681-7b11-4d29-8279-808e14fa9010" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "288", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:36:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3ed96796-5b43-4cba-b912-713f74bd4efd", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133621Z:3ed96796-5b43-4cba-b912-713f74bd4efd" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/40d124d3-7d72-4cd2-a37a-7c8acfd257c5?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 18 Oct 2022 13:36:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/40d124d3-7d72-4cd2-a37a-7c8acfd257c5?api-version=2022-05-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": "eba48782-0c9e-4aab-99de-dd513c3ceffb", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133623Z:eba48782-0c9e-4aab-99de-dd513c3ceffb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/40d124d3-7d72-4cd2-a37a-7c8acfd257c5?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:36: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": "7fdf46ae-8fb1-4b36-9084-30a049846628", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133623Z:7fdf46ae-8fb1-4b36-9084-30a049846628", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/40d124d3-7d72-4cd2-a37a-7c8acfd257c5", + "name": "40d124d3-7d72-4cd2-a37a-7c8acfd257c5", + "status": "Succeeded", + "startTime": "2022-10-18T13:36:22.9593155Z", + "endTime": "2022-10-18T13:36:23.0686499Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/40d124d3-7d72-4cd2-a37a-7c8acfd257c5?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:36: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": "b2c45c95-a5e4-4b54-ba4c-8e41cf1c867d", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133623Z:b2c45c95-a5e4-4b54-ba4c-8e41cf1c867d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T13%3A36%3A22.9506809Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T13:13:54.8578492Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T13:13:56.0266397Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T13:13:56.0266397Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "255", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 13:36:23 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": "94684c40-17de-4506-a1da-d340c7d41cc8", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133624Z:94684c40-17de-4506-a1da-d340c7d41cc8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/367b6708-7d2b-4314-982b-26b1b03dc0e8?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 18 Oct 2022 13:36:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/367b6708-7d2b-4314-982b-26b1b03dc0e8?api-version=2022-05-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "5be6d71d-a42a-49a1-92f5-2a43eb861428", + "x-ms-correlation-request-id": "30bef21d-d621-4cd1-a58a-93a08c032c35", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T133624Z:30bef21d-d621-4cd1-a58a-93a08c032c35" + }, + "ResponseBody": null } ], "Variables": {} 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 8c8158e4d1c9..7fdc0f4476ca 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:42 GMT", + "Date": "Wed, 19 Oct 2022 09:29:13 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.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:42 GMT", + "Date": "Wed, 19 Oct 2022 09:29:13 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.13845.9 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "d373a7c8-8215-4dd0-9595-7f8621620c9f", + "client-request-id": "f2a34878-9976-4bb5-ab13-d037f23947f6", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "d373a7c8-8215-4dd0-9595-7f8621620c9f", + "client-request-id": "f2a34878-9976-4bb5-ab13-d037f23947f6", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:42 GMT", + "Date": "Wed, 19 Oct 2022 09:29:13 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,7 +221,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -236,26 +233,6679 @@ } } }, - "StatusCode": 404, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d4c5c519-b79d-404e-a149-3968133d1128?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:43 GMT", + "Date": "Wed, 19 Oct 2022 09:29:22 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a74e6f8-af25-4244-bb1b-5dd2a4ed84d7", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010843Z:3a74e6f8-af25-4244-bb1b-5dd2a4ed84d7" + "x-ms-arm-service-request-id": "966994dc-9bc1-40ad-b86f-c2d75a04d3eb", + "x-ms-correlation-request-id": "8c57f7e0-a53f-46a6-a736-59dd679bdfef", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092922Z:8c57f7e0-a53f-46a6-a736-59dd679bdfef" }, "ResponseBody": { - "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "name": "sdk-python-tests-vnet-westus2-c2b62691", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691", + "etag": "W/\u0022d9b10b78-e5f1-4a80-9c0b-f801eee0bcb3\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:29:16.1314167Z" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "002e8110-a6d0-4400-81c7-c01cb951785f", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d4c5c519-b79d-404e-a149-3968133d1128?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:29:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "e851163a-9931-4032-8e87-1ea21e21928c", + "x-ms-correlation-request-id": "91ab162c-5719-4718-82ce-e9a38e45f468", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092922Z:91ab162c-5719-4718-82ce-e9a38e45f468" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:29:22 GMT", + "ETag": "W/\u00224b9427d9-3247-4e0c-948a-487eb2933a5b\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "f80093d2-d914-4d2f-b9ad-4ccc6a96edff", + "x-ms-correlation-request-id": "adbea486-6000-4b64-9d89-c121fcd3d509", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092922Z:adbea486-6000-4b64-9d89-c121fcd3d509" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-westus2-c2b62691", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691", + "etag": "W/\u00224b9427d9-3247-4e0c-948a-487eb2933a5b\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:29:16.1314167Z" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "002e8110-a6d0-4400-81c7-c01cb951785f", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "151", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "properties": { + "serviceName": "Microsoft.Netapp/volumes" + } + } + ] } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/1ec77e23-8a3e-4eae-a860-768c4dfdfa73?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1326", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:29:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "78de8b11-13f0-4035-8719-01b47733364c", + "x-ms-correlation-request-id": "6adf80d3-8ea2-4068-a92f-500f5c395ecd", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092923Z:6adf80d3-8ea2-4068-a92f-500f5c395ecd" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", + "etag": "W/\u002276eaec0e-5a7c-4687-b2f2-80ffb0ec861a\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default/delegations/netAppVolumes", + "etag": "W/\u002276eaec0e-5a7c-4687-b2f2-80ffb0ec861a\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/1ec77e23-8a3e-4eae-a860-768c4dfdfa73?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:29:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "18c88bac-637f-44ba-a5d3-5aaa8a00e87b", + "x-ms-correlation-request-id": "d790ceb9-4bd8-4398-b43c-c8f5d3816237", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092923Z:d790ceb9-4bd8-4398-b43c-c8f5d3816237" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:29:24 GMT", + "ETag": "W/\u0022aa7f0dbd-472e-4eee-95dc-f4d633deb1d9\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "02203b08-1d7f-477c-af86-9b00cf750778", + "x-ms-correlation-request-id": "4419a764-65a7-475e-8694-f6c5f01a691d", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092924Z:4419a764-65a7-475e-8694-f6c5f01a691d" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", + "etag": "W/\u0022aa7f0dbd-472e-4eee-95dc-f4d633deb1d9\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default/delegations/netAppVolumes", + "etag": "W/\u0022aa7f0dbd-472e-4eee-95dc-f4d633deb1d9\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Wed, 19 Oct 2022 09:29:23 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.13845.10 - NEULR1 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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Wed, 19 Oct 2022 09:29:23 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.13777.6 - 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": "5d7f84d6-4dd0-4e10-92ed-8d7927b83826", + "Connection": "keep-alive", + "Content-Length": "281", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "win32", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.20.0", + "x-ms-lib-capability": "retry-after, h429" + }, + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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": "5d7f84d6-4dd0-4e10-92ed-8d7927b83826", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:29:24 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.13943.8 - 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6f83f3ab-e3b2-4b1b-99ce-45a84436eb23?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:29:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A29%3A27.2262992Z\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": "7ccbbed0-d148-446a-9b0a-33ae4c5377b3", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092928Z:7ccbbed0-d148-446a-9b0a-33ae4c5377b3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691", + "name": "sdk-py-tests-acc-1-c2b62691", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A29%3A27.2262992Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:29:25.2737734Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:29:26.1997632Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:29:26.1997632Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6f83f3ab-e3b2-4b1b-99ce-45a84436eb23?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:29: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": "babf02a7-f1fc-4299-8b4a-51d0e6aba7f2", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092928Z:babf02a7-f1fc-4299-8b4a-51d0e6aba7f2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6f83f3ab-e3b2-4b1b-99ce-45a84436eb23", + "name": "6f83f3ab-e3b2-4b1b-99ce-45a84436eb23", + "status": "Succeeded", + "startTime": "2022-10-19T09:29:27.2325347Z", + "endTime": "2022-10-19T09:29:27.2794092Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:29:29 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A29%3A27.2864303Z\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": "8dfcbb39-2a71-45b5-a2ad-d05bc1e4740b", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092929Z:8dfcbb39-2a71-45b5-a2ad-d05bc1e4740b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691", + "name": "sdk-py-tests-acc-1-c2b62691", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A29%3A27.2864303Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:29:25.2737734Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:29:26.1997632Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:29:26.1997632Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/254e193c-3713-4d29-a202-26fd26e4d7ac?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "922", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:29:31 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A29%3A30.9711506Z\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": "64d2f8d5-18e7-4e59-a70a-93163cb9d361", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092931Z:64d2f8d5-18e7-4e59-a70a-93163cb9d361", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A29%3A30.9711506Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:29:29.5201230Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:29:30.7332067Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:29:30.7332067Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/254e193c-3713-4d29-a202-26fd26e4d7ac?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:29: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": "5bb23b31-d7d4-47d7-b8d7-86e8c1f9bd39", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092932Z:5bb23b31-d7d4-47d7-b8d7-86e8c1f9bd39", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/254e193c-3713-4d29-a202-26fd26e4d7ac", + "name": "254e193c-3713-4d29-a202-26fd26e4d7ac", + "status": "Succeeded", + "startTime": "2022-10-19T09:29:30.9740186Z", + "endTime": "2022-10-19T09:29:32.0522126Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:29:32 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A29%3A32.051654Z\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": "e59793b1-b41e-4ef5-b94c-9aec9ccaba53", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092932Z:e59793b1-b41e-4ef5-b94c-9aec9ccaba53", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A29%3A32.051654Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:29:29.5201230Z" + }, + "properties": { + "poolId": "a3a55002-5854-4ccd-1010-b60fc2836e73", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:29:30.7332067Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:29:30.7332067Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "783", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "creationToken": "sdk-py-tests-vol-3-c2b62691", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/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 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1585", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:29:45 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A29%3A44.9141515Z\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": "33861354-8d66-495e-876e-8d627ff4b5b4", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092945Z:33861354-8d66-495e-876e-8d627ff4b5b4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A29%3A44.9141515Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:29:42.8863907Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-c2b62691", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/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, + "maximumNumberOfFiles": 100000000, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:29:44.0230233Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:29:44.0230233Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:29: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": "649483a7-f943-4271-943f-18615e58713a", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092946Z:649483a7-f943-4271-943f-18615e58713a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870", + "name": "0731cdac-65b9-4c16-b178-afe48c859870", + "status": "Creating", + "startTime": "2022-10-19T09:29:44.9294452Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:30: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": "3509302d-1d6c-4706-9b94-6e04e9bf8a85", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093016Z:3509302d-1d6c-4706-9b94-6e04e9bf8a85", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870", + "name": "0731cdac-65b9-4c16-b178-afe48c859870", + "status": "Creating", + "startTime": "2022-10-19T09:29:44.9294452Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:30: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": "bad90f3f-d66d-44d6-9c03-074c006d476c", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093046Z:bad90f3f-d66d-44d6-9c03-074c006d476c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870", + "name": "0731cdac-65b9-4c16-b178-afe48c859870", + "status": "Creating", + "startTime": "2022-10-19T09:29:44.9294452Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:31: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": "fa419595-45af-4eb5-b754-de469f1cc550", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093116Z:fa419595-45af-4eb5-b754-de469f1cc550", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870", + "name": "0731cdac-65b9-4c16-b178-afe48c859870", + "status": "Creating", + "startTime": "2022-10-19T09:29:44.9294452Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09: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": "5c8527e0-648c-4f5f-b3c8-5002b9260116", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093147Z:5c8527e0-648c-4f5f-b3c8-5002b9260116", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870", + "name": "0731cdac-65b9-4c16-b178-afe48c859870", + "status": "Creating", + "startTime": "2022-10-19T09:29:44.9294452Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:32: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": "15064f68-42ab-4963-84bd-31fc43c9f9a7", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093217Z:15064f68-42ab-4963-84bd-31fc43c9f9a7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870", + "name": "0731cdac-65b9-4c16-b178-afe48c859870", + "status": "Creating", + "startTime": "2022-10-19T09:29:44.9294452Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:32: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": "3330a9d6-655e-4d5a-ad26-488668b242f9", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093247Z:3330a9d6-655e-4d5a-ad26-488668b242f9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870", + "name": "0731cdac-65b9-4c16-b178-afe48c859870", + "status": "Creating", + "startTime": "2022-10-19T09:29:44.9294452Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:33: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": "6dcf29d6-d043-4865-a60b-88938c598555", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093317Z:6dcf29d6-d043-4865-a60b-88938c598555", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870", + "name": "0731cdac-65b9-4c16-b178-afe48c859870", + "status": "Creating", + "startTime": "2022-10-19T09:29:44.9294452Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09: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": "8734d255-5ba3-43ab-b573-63c1f15fab04", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093348Z:8734d255-5ba3-43ab-b573-63c1f15fab04", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870", + "name": "0731cdac-65b9-4c16-b178-afe48c859870", + "status": "Creating", + "startTime": "2022-10-19T09:29:44.9294452Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:34: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": "11e40f8d-e16b-460a-afbf-42f03f1df4d2", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093418Z:11e40f8d-e16b-460a-afbf-42f03f1df4d2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870", + "name": "0731cdac-65b9-4c16-b178-afe48c859870", + "status": "Creating", + "startTime": "2022-10-19T09:29:44.9294452Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09: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": "23b92c68-2bec-4e56-b46f-b743c5d449d7", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093448Z:23b92c68-2bec-4e56-b46f-b743c5d449d7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870", + "name": "0731cdac-65b9-4c16-b178-afe48c859870", + "status": "Succeeded", + "startTime": "2022-10-19T09:29:44.9294452Z", + "endTime": "2022-10-19T09:34:21.9859041Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:34:48 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A34%3A21.9822259Z\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": "d6e9f8a1-a7c6-400c-b391-60536a6cc0ba", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093449Z:d6e9f8a1-a7c6-400c-b391-60536a6cc0ba", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A34%3A21.9822259Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:29:42.8863907Z" + }, + "properties": { + "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-c2b62691", + "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_8f82c7b40509489d9e97d719b9b955b4_f2d48795", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:29:44.0230233Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:29:44.0230233Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:34:59 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A34%3A21.9822259Z\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": "023aca98-d38d-4ed0-83a6-818b0d2a35b4", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093459Z:023aca98-d38d-4ed0-83a6-818b0d2a35b4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A34%3A21.9822259Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:29:42.8863907Z" + }, + "properties": { + "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-c2b62691", + "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_8f82c7b40509489d9e97d719b9b955b4_f2d48795", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:29:44.0230233Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:29:44.0230233Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:35: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": "44a94472-e6a0-4363-b0a2-014d93e7ae31", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093500Z:44a94472-e6a0-4363-b0a2-014d93e7ae31", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault", + "name": "sdk-py-tests-acc-1-c2b62691/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "412", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault", + "backupEnabled": true + } + }, + "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/westus2/operationResults/a1836c45-9cef-43a2-a79f-68dcf0e0b520?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2480", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:35:01 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A35%3A01.2984375Z\u0027\u0022", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1836c45-9cef-43a2-a79f-68dcf0e0b520?api-version=2022-05-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": "1e0a61b9-23aa-47be-be10-e42579b529a3", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093501Z:1e0a61b9-23aa-47be-be10-e42579b529a3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A35%3A01.2984375Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:29:42.8863907Z" + }, + "properties": { + "provisioningState": "Patching", + "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-c2b62691", + "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_8f82c7b40509489d9e97d719b9b955b4_f2d48795", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:29:44.0230233Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:29:44.0230233Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1836c45-9cef-43a2-a79f-68dcf0e0b520?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:35: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": "ad0f7335-4ac7-4157-8969-9815c130fe00", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093501Z:ad0f7335-4ac7-4157-8969-9815c130fe00", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1836c45-9cef-43a2-a79f-68dcf0e0b520", + "name": "a1836c45-9cef-43a2-a79f-68dcf0e0b520", + "status": "Patching", + "startTime": "2022-10-19T09:35:01.2976205Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1836c45-9cef-43a2-a79f-68dcf0e0b520?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:35: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": "5bf71fab-6439-47dd-b1d4-15edbf7013f3", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093532Z:5bf71fab-6439-47dd-b1d4-15edbf7013f3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1836c45-9cef-43a2-a79f-68dcf0e0b520", + "name": "a1836c45-9cef-43a2-a79f-68dcf0e0b520", + "status": "Succeeded", + "startTime": "2022-10-19T09:35:01.2976205Z", + "endTime": "2022-10-19T09:35:05.1348756Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1836c45-9cef-43a2-a79f-68dcf0e0b520?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:35: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": "2cf4037d-8258-4a84-bbeb-488dc6446348", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093532Z:2cf4037d-8258-4a84-bbeb-488dc6446348", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A35%3A05.142211Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:35:00.8518156Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault" + } + }, + "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-c2b62691", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_f2d48795", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", + "poolId": "a3a55002-5854-4ccd-1010-b60fc2836e73", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:29:44.0230233Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:35:01.0550784Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "69", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "useExistingSnapshot": false + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33a5e49c-98d1-44ac-aa71-f56b9521ab7e?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "542", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:35:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33a5e49c-98d1-44ac-aa71-f56b9521ab7e?api-version=2022-05-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": "ad019ebc-ad13-4fc1-a8dd-851892638d97", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093532Z:ad019ebc-ad13-4fc1-a8dd-851892638d97", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "provisioningState": "Creating", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33a5e49c-98d1-44ac-aa71-f56b9521ab7e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09: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": "9121627c-c8f0-4375-bebd-ddb90f94f357", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093533Z:9121627c-c8f0-4375-bebd-ddb90f94f357", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33a5e49c-98d1-44ac-aa71-f56b9521ab7e", + "name": "33a5e49c-98d1-44ac-aa71-f56b9521ab7e", + "status": "Succeeded", + "startTime": "2022-10-19T09:35:32.6228001Z", + "endTime": "2022-10-19T09:35:32.9196737Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33a5e49c-98d1-44ac-aa71-f56b9521ab7e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "762", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:35:32 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": "8cd4b3ee-955e-4f00-9949-07fdc995d4a7", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093533Z:8cd4b3ee-955e-4f00-9949-07fdc995d4a7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "etag": "10/19/2022 9:35:32 AM", + "location": "", + "properties": { + "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "creationDate": "0001-01-01T00:00:00Z", + "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:35: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": "25208281-7508-43f9-be3f-1354544c56ea", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093543Z:25208281-7508-43f9-be3f-1354544c56ea", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:35:32Z", + "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:35: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": "b51a85f2-0c0b-42cc-8be6-61b1da51147b", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093555Z:b51a85f2-0c0b-42cc-8be6-61b1da51147b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:35:32Z", + "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:36: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": "4108ff98-f82b-49f1-8599-b8954f35ffc9", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093606Z:4108ff98-f82b-49f1-8599-b8954f35ffc9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:35:32Z", + "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:36: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": "f594064d-5bee-4332-8492-85323ddcd8e9", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093616Z:f594064d-5bee-4332-8492-85323ddcd8e9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:35:32Z", + "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:36: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": "be0fa0ba-685f-4999-9cda-4053aeb60aa0", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093627Z:be0fa0ba-685f-4999-9cda-4053aeb60aa0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:35:32Z", + "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:36: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": "b3bc22e0-de68-4e07-9c76-320dd2cb924b", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093638Z:b3bc22e0-de68-4e07-9c76-320dd2cb924b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:35:32Z", + "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:36: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": "ebd849cb-953a-4b73-b25f-1ac91236c3ce", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093648Z:ebd849cb-953a-4b73-b25f-1ac91236c3ce", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:35:32Z", + "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:36: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": "eb4fbfc4-47e0-4acb-be50-d9ebd92df471", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093659Z:eb4fbfc4-47e0-4acb-be50-d9ebd92df471", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:35:32Z", + "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:37: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": "4020e8eb-8ff8-4d01-ab9b-f682143dd68f", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093710Z:4020e8eb-8ff8-4d01-ab9b-f682143dd68f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:35:32Z", + "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:37: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": "b5bed1b8-4d1a-49b6-b53c-345508f40f41", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093720Z:b5bed1b8-4d1a-49b6-b53c-345508f40f41", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:35:32Z", + "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:37: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": "be022778-3959-44dc-bd6a-0aa3647cbab6", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093731Z:be022778-3959-44dc-bd6a-0aa3647cbab6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:35:32Z", + "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:37: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": "fb8d869c-f7eb-41ce-9a9b-e0048655adfa", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093742Z:fb8d869c-f7eb-41ce-9a9b-e0048655adfa", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:35:32Z", + "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:37: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": "c9cf50c2-9529-463a-b5e4-5008abbd7321", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093752Z:c9cf50c2-9529-463a-b5e4-5008abbd7321", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:35:32Z", + "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:38: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": "9cbf0bbf-1d37-40d3-b4f4-3feaee3ec904", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093802Z:9cbf0bbf-1d37-40d3-b4f4-3feaee3ec904", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:35:32Z", + "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:38: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": "263a5126-b76c-4dd2-adc7-f91841a076be", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093814Z:263a5126-b76c-4dd2-adc7-f91841a076be", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:35:32Z", + "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:38: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": "9b6a7365-a669-4153-8b27-6ec226c65c0d", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093825Z:9b6a7365-a669-4153-8b27-6ec226c65c0d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:35:32Z", + "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:38: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": "9b1e0a1b-b54c-42cb-8ff2-a32b24857a4d", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093835Z:9b1e0a1b-b54c-42cb-8ff2-a32b24857a4d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:35:32Z", + "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:38: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": "664f1ffa-297d-4f51-8c14-f1b2873716b6", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093846Z:664f1ffa-297d-4f51-8c14-f1b2873716b6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:35:32Z", + "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:38: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": "1d4746b0-7d61-4503-9227-c0328f912632", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093856Z:1d4746b0-7d61-4503-9227-c0328f912632", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:35:32Z", + "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:39: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": "34eca8ec-466c-4954-974a-ecc348faf0d2", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093907Z:34eca8ec-466c-4954-974a-ecc348faf0d2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:35:32Z", + "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:39: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": "0f699273-dc0b-4dd4-9a07-ce866482553d", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093917Z:0f699273-dc0b-4dd4-9a07-ce866482553d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:35:32Z", + "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:39: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": "27e7f016-5766-4425-91e9-d30250f93624", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093928Z:27e7f016-5766-4425-91e9-d30250f93624", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:35:55Z", + "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "size": 339968, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:39: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": "761b239a-13ea-40ba-b7ac-60e5359284ba", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093929Z:761b239a-13ea-40ba-b7ac-60e5359284ba", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault", + "name": "sdk-py-tests-acc-1-c2b62691/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "412", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/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, 19 Oct 2022 09:39:31 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A39%3A29.8286925Z\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": "65c9863e-8a0c-4eb3-a979-10e1fb8ddab7", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093931Z:65c9863e-8a0c-4eb3-a979-10e1fb8ddab7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A39%3A29.8286925Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:39:29.4727334Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault" + } + }, + "provisioningState": "Succeeded", + "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-c2b62691", + "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_8f82c7b40509489d9e97d719b9b955b4_f2d48795", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:29:44.0230233Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:39:29.6790492Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "69", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "useExistingSnapshot": false + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a543cf55-f618-421d-9d80-b7e66cc7449f?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "542", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:39:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a543cf55-f618-421d-9d80-b7e66cc7449f?api-version=2022-05-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": "a23ae130-11cf-4bfc-bce3-eeb4b3c394ae", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093932Z:a23ae130-11cf-4bfc-bce3-eeb4b3c394ae", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "provisioningState": "Creating", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a543cf55-f618-421d-9d80-b7e66cc7449f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:39: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": "927d59d9-4062-4895-acb2-423260aa0c3f", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "WESTEUROPE:20221019T093932Z:927d59d9-4062-4895-acb2-423260aa0c3f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a543cf55-f618-421d-9d80-b7e66cc7449f", + "name": "a543cf55-f618-421d-9d80-b7e66cc7449f", + "status": "Creating", + "startTime": "2022-10-19T09:39:32.0495618Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a543cf55-f618-421d-9d80-b7e66cc7449f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:40: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": "38468645-52a2-4ad5-816b-7139f6e0e812", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094002Z:38468645-52a2-4ad5-816b-7139f6e0e812", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a543cf55-f618-421d-9d80-b7e66cc7449f", + "name": "a543cf55-f618-421d-9d80-b7e66cc7449f", + "status": "Succeeded", + "startTime": "2022-10-19T09:39:32.0495618Z", + "endTime": "2022-10-19T09:39:32.4402203Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a543cf55-f618-421d-9d80-b7e66cc7449f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "762", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:40:02 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": "95a49e62-d3e6-491b-821a-d4cca7b6adaf", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094002Z:95a49e62-d3e6-491b-821a-d4cca7b6adaf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "etag": "10/19/2022 9:39:32 AM", + "location": "", + "properties": { + "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "creationDate": "0001-01-01T00:00:00Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:40: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": "e9218c6a-f4e2-4e1b-910d-3a794c8173ce", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094014Z:e9218c6a-f4e2-4e1b-910d-3a794c8173ce", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:40: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": "d7eb5f85-bb0f-42c4-96e2-b0062f1f9875", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094025Z:d7eb5f85-bb0f-42c4-96e2-b0062f1f9875", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:40: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": "0e07247a-dcc6-40bb-9350-8307727eda08", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094035Z:0e07247a-dcc6-40bb-9350-8307727eda08", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:40: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": "c43d1ed3-e7fa-489f-93b8-d13a217b64b3", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094047Z:c43d1ed3-e7fa-489f-93b8-d13a217b64b3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:40: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": "615933fb-96af-4336-ae3c-4ab1bae726fd", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094057Z:615933fb-96af-4336-ae3c-4ab1bae726fd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:41: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": "aacbcde3-8a1e-4ede-ba50-e2b232d8a76a", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094108Z:aacbcde3-8a1e-4ede-ba50-e2b232d8a76a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:41: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": "b992d37e-2b5c-45ae-a0cd-ff560594dbed", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094118Z:b992d37e-2b5c-45ae-a0cd-ff560594dbed", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:41: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": "229ade1f-5b2e-4db2-a5fe-2ca0f2617962", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094129Z:229ade1f-5b2e-4db2-a5fe-2ca0f2617962", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:41: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": "5c732e8b-a5fd-422a-828d-0f3a807ed90c", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094141Z:5c732e8b-a5fd-422a-828d-0f3a807ed90c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:41: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": "3edc95b4-a83f-4e9e-99e3-f44c922df9bd", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094151Z:3edc95b4-a83f-4e9e-99e3-f44c922df9bd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:42: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": "bcee2295-5563-49ce-966c-e9e004e31ac2", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094201Z:bcee2295-5563-49ce-966c-e9e004e31ac2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:42: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": "6d8904d3-18a5-4a17-bef7-ca8e50824db8", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094212Z:6d8904d3-18a5-4a17-bef7-ca8e50824db8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:42: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": "621b55c5-8221-41de-8afb-c0ee0fbcd97c", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094223Z:621b55c5-8221-41de-8afb-c0ee0fbcd97c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:42: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": "d93e8b20-c5f4-4be4-aebf-25c62744fc7f", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094234Z:d93e8b20-c5f4-4be4-aebf-25c62744fc7f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:42: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": "76e93159-5d2a-45e5-8e77-dc77e88a8c73", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094245Z:76e93159-5d2a-45e5-8e77-dc77e88a8c73", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:42: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": "35507718-3813-46ed-b961-db2b02b47f87", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094255Z:35507718-3813-46ed-b961-db2b02b47f87", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:43: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": "e4a32f99-9073-4e99-9d94-90b39aa837b5", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094306Z:e4a32f99-9073-4e99-9d94-90b39aa837b5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:43: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": "3fc47c61-e59e-4fa4-910a-f85c7042d786", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094317Z:3fc47c61-e59e-4fa4-910a-f85c7042d786", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:43: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": "61b1847e-fc98-424e-b91a-9d424dc5c408", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094328Z:61b1847e-fc98-424e-b91a-9d424dc5c408", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:43: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": "19b95c07-c47c-4fce-b5b3-6c49184af7b8", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094338Z:19b95c07-c47c-4fce-b5b3-6c49184af7b8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:43: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": "b6d39e15-910c-49dd-a4e6-e9181c552c62", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094350Z:b6d39e15-910c-49dd-a4e6-e9181c552c62", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:44: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": "49c3b470-8fd4-4aa1-8fd3-8a7e715dac44", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094400Z:49c3b470-8fd4-4aa1-8fd3-8a7e715dac44", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:44: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": "79befe11-2e10-4d45-8a53-0a835fd6cd2a", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094411Z:79befe11-2e10-4d45-8a53-0a835fd6cd2a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:44: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": "6b3cbc64-cb08-4f8a-8fc9-0ccb0d3f2d3a", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094421Z:6b3cbc64-cb08-4f8a-8fc9-0ccb0d3f2d3a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:44: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": "7bce4cf2-496d-4806-83f4-476a354a7c44", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094431Z:7bce4cf2-496d-4806-83f4-476a354a7c44", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:44: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": "edd94998-da8d-4885-9fe5-65ec5624667f", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094442Z:edd94998-da8d-4885-9fe5-65ec5624667f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:32Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:44: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": "2bb86b0c-02a3-41b3-8e09-2c966e5814ac", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094453Z:2bb86b0c-02a3-41b3-8e09-2c966e5814ac", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:43Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 348160, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:44: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": "99d2f00f-e6b4-4361-98d3-d4feef6d4795", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094454Z:99d2f00f-e6b4-4361-98d3-d4feef6d4795", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:35:55Z", + "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "size": 339968, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:43Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 348160, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 19 Oct 2022 09:44:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-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": "cd308bf9-f20b-41b8-9395-9a263f456dbb", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094454Z:cd308bf9-f20b-41b8-9395-9a263f456dbb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:44: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": "18e37fd2-e980-4850-a903-38e169fdf489", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094454Z:18e37fd2-e980-4850-a903-38e169fdf489", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "name": "7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "status": "Deleting", + "startTime": "2022-10-19T09:44:54.4640048Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:45: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": "2638cd8e-dec1-4d45-a8e6-8d9d389490e8", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094525Z:2638cd8e-dec1-4d45-a8e6-8d9d389490e8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "name": "7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "status": "Deleting", + "startTime": "2022-10-19T09:44:54.4640048Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:45: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": "f5dead7f-1c45-4efd-bd92-db4d2ad411f7", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094555Z:f5dead7f-1c45-4efd-bd92-db4d2ad411f7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "name": "7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "status": "Deleting", + "startTime": "2022-10-19T09:44:54.4640048Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:46: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": "9e5bb01b-67a2-4fc7-ba84-e44e70f7a038", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094625Z:9e5bb01b-67a2-4fc7-ba84-e44e70f7a038", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "name": "7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "status": "Deleting", + "startTime": "2022-10-19T09:44:54.4640048Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:46: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": "6a8f990c-8f39-43da-8bb0-b6db7442fe47", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094656Z:6a8f990c-8f39-43da-8bb0-b6db7442fe47", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "name": "7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "status": "Deleting", + "startTime": "2022-10-19T09:44:54.4640048Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:47: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": "8d950884-08da-41f2-b1b9-2bb7b19deaf9", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094726Z:8d950884-08da-41f2-b1b9-2bb7b19deaf9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "name": "7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "status": "Deleting", + "startTime": "2022-10-19T09:44:54.4640048Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:47: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": "82ab1222-6939-4d67-a3eb-72d3338e1c33", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094757Z:82ab1222-6939-4d67-a3eb-72d3338e1c33", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "name": "7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "status": "Deleting", + "startTime": "2022-10-19T09:44:54.4640048Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:48: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": "771631fd-4563-41e6-9c40-1cc6e6bc9115", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094827Z:771631fd-4563-41e6-9c40-1cc6e6bc9115", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "name": "7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "status": "Deleting", + "startTime": "2022-10-19T09:44:54.4640048Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:48: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": "96001a60-f12f-45be-95ab-5f3346d18883", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094857Z:96001a60-f12f-45be-95ab-5f3346d18883", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "name": "7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "status": "Deleting", + "startTime": "2022-10-19T09:44:54.4640048Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:49: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": "1ac7421d-9f13-467e-b1b3-1a5524ddd030", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094927Z:1ac7421d-9f13-467e-b1b3-1a5524ddd030", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "name": "7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "status": "Succeeded", + "startTime": "2022-10-19T09:44:54.4640048Z", + "endTime": "2022-10-19T09:49:00.897987Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 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": "a6c39d80-6ed8-411a-a55b-6eeb9a5fd5d2", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094928Z:a6c39d80-6ed8-411a-a55b-6eeb9a5fd5d2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "77", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:49: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": "eda0c0a2-6ff0-48e8-a7a2-cee832ceebac", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094931Z:eda0c0a2-6ff0-48e8-a7a2-cee832ceebac", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "NotFound", + "message": "The requested Backup was not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:49: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": "4174371c-2f99-4c0b-9690-7168a0190489", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094932Z:4174371c-2f99-4c0b-9690-7168a0190489", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T09:39:43Z", + "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "size": 348160, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:49: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": "9c270d3c-b912-4364-ae07-dd98c0ba417e", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094932Z:9c270d3c-b912-4364-ae07-dd98c0ba417e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault", + "name": "sdk-py-tests-acc-1-c2b62691/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "413", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/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/westus2/operationResults/803d932f-1742-4002-ac81-707d03b739b9?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2743", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:49:33 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A49%3A33.5094614Z\u0027\u0022", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/803d932f-1742-4002-ac81-707d03b739b9?api-version=2022-05-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": "cc918d4d-8c9d-466c-8b01-630f4bd53e8e", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094933Z:cc918d4d-8c9d-466c-8b01-630f4bd53e8e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A49%3A33.5094614Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:39:29.4727334Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault" + } + }, + "provisioningState": "Patching", + "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-c2b62691", + "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_8f82c7b40509489d9e97d719b9b955b4_f2d48795", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:29:44.0230233Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:39:29.6790492Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/803d932f-1742-4002-ac81-707d03b739b9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:49: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": "529e6e51-91d6-4416-907d-a93ab0100805", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-routing-request-id": "WESTEUROPE:20221019T094933Z:529e6e51-91d6-4416-907d-a93ab0100805", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/803d932f-1742-4002-ac81-707d03b739b9", + "name": "803d932f-1742-4002-ac81-707d03b739b9", + "status": "Patching", + "startTime": "2022-10-19T09:49:33.5101539Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/803d932f-1742-4002-ac81-707d03b739b9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:50: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": "b1639f61-8b91-4ad0-801b-af899b62514b", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095004Z:b1639f61-8b91-4ad0-801b-af899b62514b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/803d932f-1742-4002-ac81-707d03b739b9", + "name": "803d932f-1742-4002-ac81-707d03b739b9", + "status": "Succeeded", + "startTime": "2022-10-19T09:49:33.5101539Z", + "endTime": "2022-10-19T09:49:38.8701475Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/803d932f-1742-4002-ac81-707d03b739b9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:50: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": "43daa3b7-effb-4b0b-9cb4-34c32c60593d", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095004Z:43daa3b7-effb-4b0b-9cb4-34c32c60593d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A49%3A38.871349Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:39:29.4727334Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": false, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault" + } + }, + "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-c2b62691", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_f2d48795", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", + "poolId": "a3a55002-5854-4ccd-1010-b60fc2836e73", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:29:44.0230233Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:49:33.3691964Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "77", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:50:06 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": "4f5f5252-98d8-4266-b682-e327141bf27b", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095006Z:4f5f5252-98d8-4266-b682-e327141bf27b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "NotFound", + "message": "The requested Backup was not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:50: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": "dc333773-513b-4299-8590-80ac459fbbf0", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095007Z:dc333773-513b-4299-8590-80ac459fbbf0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 19 Oct 2022 09:50:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327?api-version=2022-05-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": "24df7a8d-f3d1-4770-9e25-35b6ddfce7e2", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095009Z:24df7a8d-f3d1-4770-9e25-35b6ddfce7e2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09: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": "b17e365a-37e9-4b9f-9483-66dd992f487a", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095010Z:b17e365a-37e9-4b9f-9483-66dd992f487a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", + "name": "1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", + "status": "Deleting", + "startTime": "2022-10-19T09:50:09.7317033Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:50: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": "4c6e1a94-90e3-4ec9-8891-4b24d8aeb415", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095040Z:4c6e1a94-90e3-4ec9-8891-4b24d8aeb415", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", + "name": "1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", + "status": "Deleting", + "startTime": "2022-10-19T09:50:09.7317033Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:51: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": "0ccb51f8-f013-45f3-9f35-ba096ce0d07b", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095110Z:0ccb51f8-f013-45f3-9f35-ba096ce0d07b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", + "name": "1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", + "status": "Deleting", + "startTime": "2022-10-19T09:50:09.7317033Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:51: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": "be3c8734-3c9e-4401-9dd2-553ff1645dcd", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095140Z:be3c8734-3c9e-4401-9dd2-553ff1645dcd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", + "name": "1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", + "status": "Deleting", + "startTime": "2022-10-19T09:50:09.7317033Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:52: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": "abb36ee9-3f3a-49e5-bcf3-fcd0d9fcd50d", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095211Z:abb36ee9-3f3a-49e5-bcf3-fcd0d9fcd50d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", + "name": "1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", + "status": "Deleting", + "startTime": "2022-10-19T09:50:09.7317033Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09: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": "ef42df19-1286-461c-acdb-b71f0e8cce23", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095241Z:ef42df19-1286-461c-acdb-b71f0e8cce23", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", + "name": "1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", + "status": "Deleting", + "startTime": "2022-10-19T09:50:09.7317033Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:53: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": "b1c1cef3-9f4d-443c-b119-540a1ff516ab", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095312Z:b1c1cef3-9f4d-443c-b119-540a1ff516ab", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", + "name": "1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", + "status": "Succeeded", + "startTime": "2022-10-19T09:50:09.7317033Z", + "endTime": "2022-10-19T09:53:04.0465341Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:53: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": "46ebb975-4d3c-45e9-a15c-b9db148f32d6", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095312Z:46ebb975-4d3c-45e9-a15c-b9db148f32d6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A52%3A46.5295346Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:39:29.4727334Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": false, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault" + } + }, + "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-c2b62691", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_f2d48795", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", + "poolId": "a3a55002-5854-4ccd-1010-b60fc2836e73", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:29:44.0230233Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:49:33.3691964Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "324", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:56:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "817cf99f-ecf9-45ef-b0e6-ec34cf25edfd", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095635Z:817cf99f-ecf9-45ef-b0e6-ec34cf25edfd" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b65b13d-8fd1-45f7-8f3a-cd5a0e3a3031?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 19 Oct 2022 09:56:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b65b13d-8fd1-45f7-8f3a-cd5a0e3a3031?api-version=2022-05-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": "1b087d0d-c30a-4386-b21d-034aa0b0e52e", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095647Z:1b087d0d-c30a-4386-b21d-034aa0b0e52e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b65b13d-8fd1-45f7-8f3a-cd5a0e3a3031?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:56: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": "48bc7c5a-1359-4349-9173-7680a7d246e5", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095648Z:48bc7c5a-1359-4349-9173-7680a7d246e5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b65b13d-8fd1-45f7-8f3a-cd5a0e3a3031", + "name": "4b65b13d-8fd1-45f7-8f3a-cd5a0e3a3031", + "status": "Deleting", + "startTime": "2022-10-19T09:56:47.602101Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b65b13d-8fd1-45f7-8f3a-cd5a0e3a3031?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:57: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": "cc8d4ffb-7fd4-4161-a9b6-df49b10dcd40", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095718Z:cc8d4ffb-7fd4-4161-a9b6-df49b10dcd40", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b65b13d-8fd1-45f7-8f3a-cd5a0e3a3031", + "name": "4b65b13d-8fd1-45f7-8f3a-cd5a0e3a3031", + "status": "Succeeded", + "startTime": "2022-10-19T09:56:47.602101Z", + "endTime": "2022-10-19T09:56:48.5948952Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b65b13d-8fd1-45f7-8f3a-cd5a0e3a3031?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:57: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": "4f9ef6f0-3f74-488e-a609-65dd26674634", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095718Z:4f9ef6f0-3f74-488e-a609-65dd26674634", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A56%3A47.5716987Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:29:29.5201230Z" + }, + "properties": { + "poolId": "a3a55002-5854-4ccd-1010-b60fc2836e73", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:29:30.7332067Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:29:30.7332067Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Wed, 19 Oct 2022 09: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": "4c2e1bae-d461-451f-bdb5-20c57571f8b9", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095728Z:4c2e1bae-d461-451f-bdb5-20c57571f8b9" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Wed, 19 Oct 2022 09:57:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c83e9977-7ce9-4590-a620-57a8af647d10", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095739Z:c83e9977-7ce9-4590-a620-57a8af647d10" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Wed, 19 Oct 2022 09:57:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1ac39b2c-70bc-4d8d-90db-eacd149d74f2", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095749Z:1ac39b2c-70bc-4d8d-90db-eacd149d74f2" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Wed, 19 Oct 2022 09:57:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4687f3ba-be55-4c18-b8c2-028db557c2d1", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095759Z:4687f3ba-be55-4c18-b8c2-028db557c2d1" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "288", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:58:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1be1c5a9-d1c1-476a-96bc-5075ae47c9bb", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095810Z:1be1c5a9-d1c1-476a-96bc-5075ae47c9bb" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ceb12a14-4ee0-44c7-83c8-4bdbcd868444?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 19 Oct 2022 09:58:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ceb12a14-4ee0-44c7-83c8-4bdbcd868444?api-version=2022-05-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": "f3b128bc-0617-4f1e-abcc-aa7defdb62c7", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095811Z:f3b128bc-0617-4f1e-abcc-aa7defdb62c7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ceb12a14-4ee0-44c7-83c8-4bdbcd868444?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:58: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": "af8363b6-acd1-4ac3-834a-985b06fc4d8d", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095811Z:af8363b6-acd1-4ac3-834a-985b06fc4d8d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ceb12a14-4ee0-44c7-83c8-4bdbcd868444", + "name": "ceb12a14-4ee0-44c7-83c8-4bdbcd868444", + "status": "Succeeded", + "startTime": "2022-10-19T09:58:11.5309471Z", + "endTime": "2022-10-19T09:58:11.5934388Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ceb12a14-4ee0-44c7-83c8-4bdbcd868444?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:58: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": "ff80a4a8-12d0-40f3-94df-45aa4a2f4d55", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095812Z:ff80a4a8-12d0-40f3-94df-45aa4a2f4d55", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691", + "name": "sdk-py-tests-acc-1-c2b62691", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A58%3A11.5418014Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:29:25.2737734Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:29:26.1997632Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:29:26.1997632Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "255", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:58:12 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": "a0751c32-b398-4717-9311-3da7274f8d58", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095812Z:a0751c32-b398-4717-9311-3da7274f8d58", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b4b52d8c-0e42-4ee0-bb44-a0217cc2a834?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 19 Oct 2022 09:58:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/b4b52d8c-0e42-4ee0-bb44-a0217cc2a834?api-version=2022-05-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "9dc00b3d-e8f9-4322-b830-25800c16ea6d", + "x-ms-correlation-request-id": "dc4ee10c-e61c-496e-a4c2-1f134aabcc26", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095813Z:dc4ee10c-e61c-496e-a4c2-1f134aabcc26" + }, + "ResponseBody": null } ], "Variables": {} 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 a2d69245fb98..c77a7ac9d71f 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:49 GMT", + "Date": "Wed, 19 Oct 2022 17:25:33 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.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:49 GMT", + "Date": "Wed, 19 Oct 2022 17:25:33 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.13943.6 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13777.6 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "ee946a22-4a7c-420a-a0a2-c24c93dc9b5f", + "client-request-id": "6784f79f-8f6d-4718-8ac2-64a664825221", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "ee946a22-4a7c-420a-a0a2-c24c93dc9b5f", + "client-request-id": "6784f79f-8f6d-4718-8ac2-64a664825221", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:49 GMT", + "Date": "Wed, 19 Oct 2022 17:25:33 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,7 +221,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -236,26 +233,4215 @@ } } }, - "StatusCode": 404, + "StatusCode": 200, "ResponseHeaders": { + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8e90705e-5742-4554-b3a9-56f86cf150fb?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:49 GMT", + "Date": "Wed, 19 Oct 2022 17:25:39 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e0e5b84-bea5-4e6f-be04-2b5796f1a886", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010850Z:2e0e5b84-bea5-4e6f-be04-2b5796f1a886" + "x-ms-arm-service-request-id": "8ce976bb-a933-4767-b870-acc036d83dae", + "x-ms-correlation-request-id": "ba608d08-2d5c-432b-9987-59c99e3049ff", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T172540Z:ba608d08-2d5c-432b-9987-59c99e3049ff" }, "ResponseBody": { - "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "name": "sdk-python-tests-vnet-westus2-74e025c5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5", + "etag": "W/\u00224fc7c7f8-dddb-42b2-a08c-850c334bf86d\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T17:25:37.0134791Z" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "59fe31d8-ae73-45ba-b87f-cb9bcf0d60c0", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8e90705e-5742-4554-b3a9-56f86cf150fb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:25:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "68402a25-0f08-4fbe-ab9a-81af27db6e29", + "x-ms-correlation-request-id": "019ba8ce-5b11-4332-8016-e5212b32533d", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T172540Z:019ba8ce-5b11-4332-8016-e5212b32533d" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:25:40 GMT", + "ETag": "W/\u0022bc20b61d-afd6-425f-90ed-941a58d09d51\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "6a481454-5b04-4213-ba94-ab968d82f0f6", + "x-ms-correlation-request-id": "37b3a687-4739-46f4-aa70-67df50954c8b", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T172540Z:37b3a687-4739-46f4-aa70-67df50954c8b" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-westus2-74e025c5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5", + "etag": "W/\u0022bc20b61d-afd6-425f-90ed-941a58d09d51\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T17:25:37.0134791Z" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "59fe31d8-ae73-45ba-b87f-cb9bcf0d60c0", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false } } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "151", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "properties": { + "serviceName": "Microsoft.Netapp/volumes" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5d54688d-e6f9-4527-83e1-ac55410b4402?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1326", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:25:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "4bd2b51d-c2c5-41e8-a802-9c1d3c275ee8", + "x-ms-correlation-request-id": "3a8fc281-6ba5-4a15-8ed9-3d2c68a8c548", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T172541Z:3a8fc281-6ba5-4a15-8ed9-3d2c68a8c548" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", + "etag": "W/\u00227b7458eb-7ee5-49ca-beef-73c99b6c2663\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default/delegations/netAppVolumes", + "etag": "W/\u00227b7458eb-7ee5-49ca-beef-73c99b6c2663\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5d54688d-e6f9-4527-83e1-ac55410b4402?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:25:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "a60dfe0d-fe27-4049-b30c-f879452ea021", + "x-ms-correlation-request-id": "e7701ad5-0d48-4a31-a73c-f3dc91f0502a", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T172541Z:e7701ad5-0d48-4a31-a73c-f3dc91f0502a" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:25:41 GMT", + "ETag": "W/\u00226e25e174-8382-4bb0-8345-8e5e3c37e2ff\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b77b0655-a849-4203-8d0c-b4fd48ec91bf", + "x-ms-correlation-request-id": "629206da-4aa4-48f5-a052-97968d5b8a21", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T172542Z:629206da-4aa4-48f5-a052-97968d5b8a21" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", + "etag": "W/\u00226e25e174-8382-4bb0-8345-8e5e3c37e2ff\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default/delegations/netAppVolumes", + "etag": "W/\u00226e25e174-8382-4bb0-8345-8e5e3c37e2ff\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Wed, 19 Oct 2022 17:25:41 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.13943.8 - 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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Wed, 19 Oct 2022 17:25:41 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.13845.10 - 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": "ea742887-b2b2-419c-ae3d-0186b6b5591b", + "Connection": "keep-alive", + "Content-Length": "281", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "win32", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.20.0", + "x-ms-lib-capability": "retry-after, h429" + }, + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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": "ea742887-b2b2-419c-ae3d-0186b6b5591b", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:25:41 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.13943.8 - NEULR1 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4022bca-fded-4c59-a01f-cc920e8420c4?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:25:46 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T17%3A25%3A45.9755066Z\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": "6957e4ff-59bd-4927-aa97-8b3af338586d", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T172546Z:6957e4ff-59bd-4927-aa97-8b3af338586d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5", + "name": "sdk-py-tests-acc-1-74e025c5", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-19T17%3A25%3A45.9755066Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T17:25:43.7824693Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T17:25:44.9548813Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T17:25:44.9548813Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4022bca-fded-4c59-a01f-cc920e8420c4?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:25: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": "59d8c466-d749-4a4d-a2eb-5ad3017aee3a", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T172547Z:59d8c466-d749-4a4d-a2eb-5ad3017aee3a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4022bca-fded-4c59-a01f-cc920e8420c4", + "name": "e4022bca-fded-4c59-a01f-cc920e8420c4", + "status": "Succeeded", + "startTime": "2022-10-19T17:25:45.9682053Z", + "endTime": "2022-10-19T17:25:46.030791Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:25:47 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T17%3A25%3A46.0344831Z\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": "ee69e1bd-d3c4-451e-ba31-c894d17736b5", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T172547Z:ee69e1bd-d3c4-451e-ba31-c894d17736b5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5", + "name": "sdk-py-tests-acc-1-74e025c5", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-19T17%3A25%3A46.0344831Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T17:25:43.7824693Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T17:25:44.9548813Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T17:25:44.9548813Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/c5a599c7-f418-4e60-8723-c5cd7c81ecf1?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "922", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:25:49 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T17%3A25%3A49.4105167Z\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": "87664918-579b-4910-9931-7f59f9c687f3", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T172550Z:87664918-579b-4910-9931-7f59f9c687f3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-19T17%3A25%3A49.4105167Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T17:25:47.8254873Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T17:25:49.0973605Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T17:25:49.0973605Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c5a599c7-f418-4e60-8723-c5cd7c81ecf1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:25: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": "7393f078-bdbd-442f-8963-5e3374e16ef6", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T172550Z:7393f078-bdbd-442f-8963-5e3374e16ef6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c5a599c7-f418-4e60-8723-c5cd7c81ecf1", + "name": "c5a599c7-f418-4e60-8723-c5cd7c81ecf1", + "status": "Succeeded", + "startTime": "2022-10-19T17:25:49.4498323Z", + "endTime": "2022-10-19T17:25:50.5435926Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:25:50 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T17%3A25%3A50.53492Z\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": "67b4559c-fd21-4f9e-8ef2-e73ba380152e", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T172551Z:67b4559c-fd21-4f9e-8ef2-e73ba380152e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-19T17%3A25%3A50.53492Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T17:25:47.8254873Z" + }, + "properties": { + "poolId": "43bdb96c-6f12-8a32-36b0-1f03665890db", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T17:25:49.0973605Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T17:25:49.0973605Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "783", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "creationToken": "sdk-py-tests-vol-3-74e025c5", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/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 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1583", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:26:03 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T17%3A26%3A03.6812444Z\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": "9dc65189-617c-4703-ad8d-fa4fed48dff9", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T172604Z:9dc65189-617c-4703-ad8d-fa4fed48dff9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T17%3A26%3A03.6812444Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T17:26:01.3685455Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-74e025c5", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/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, + "maximumNumberOfFiles": 100000000, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T17:26:02.497001Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T17:26:02.497001Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:26: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": "55f6e3f4-53ef-46d9-b9d1-1ed09c4a4d1c", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T172604Z:55f6e3f4-53ef-46d9-b9d1-1ed09c4a4d1c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26", + "name": "48d104c2-c673-4f97-894a-7f83af9d5a26", + "status": "Creating", + "startTime": "2022-10-19T17:26:03.6827199Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:26: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": "3207a11b-cea9-4040-8cc1-10aaf13ecc4f", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T172635Z:3207a11b-cea9-4040-8cc1-10aaf13ecc4f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26", + "name": "48d104c2-c673-4f97-894a-7f83af9d5a26", + "status": "Creating", + "startTime": "2022-10-19T17:26:03.6827199Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:27: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": "1638e800-a1ec-46b9-8fee-4a0e234ce52f", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T172705Z:1638e800-a1ec-46b9-8fee-4a0e234ce52f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26", + "name": "48d104c2-c673-4f97-894a-7f83af9d5a26", + "status": "Creating", + "startTime": "2022-10-19T17:26:03.6827199Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:27: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": "51a10aee-aa63-4195-b42b-680cd0be6912", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T172735Z:51a10aee-aa63-4195-b42b-680cd0be6912", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26", + "name": "48d104c2-c673-4f97-894a-7f83af9d5a26", + "status": "Creating", + "startTime": "2022-10-19T17:26:03.6827199Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:28: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": "489b39f5-b335-455f-b4ea-cd743d046265", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T172805Z:489b39f5-b335-455f-b4ea-cd743d046265", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26", + "name": "48d104c2-c673-4f97-894a-7f83af9d5a26", + "status": "Creating", + "startTime": "2022-10-19T17:26:03.6827199Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:28: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": "4bf7cd75-b47c-4a3a-a520-e6c02de91c13", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T172836Z:4bf7cd75-b47c-4a3a-a520-e6c02de91c13", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26", + "name": "48d104c2-c673-4f97-894a-7f83af9d5a26", + "status": "Creating", + "startTime": "2022-10-19T17:26:03.6827199Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:29: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": "c60011b3-7ade-4dee-8ac8-db072f91c167", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T172906Z:c60011b3-7ade-4dee-8ac8-db072f91c167", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26", + "name": "48d104c2-c673-4f97-894a-7f83af9d5a26", + "status": "Creating", + "startTime": "2022-10-19T17:26:03.6827199Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:29: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": "2b2356db-cfa8-4683-be24-11513d646341", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T172936Z:2b2356db-cfa8-4683-be24-11513d646341", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26", + "name": "48d104c2-c673-4f97-894a-7f83af9d5a26", + "status": "Creating", + "startTime": "2022-10-19T17:26:03.6827199Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:30: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": "4ec07fde-13d2-49b0-9227-e906701ecc86", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173007Z:4ec07fde-13d2-49b0-9227-e906701ecc86", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26", + "name": "48d104c2-c673-4f97-894a-7f83af9d5a26", + "status": "Creating", + "startTime": "2022-10-19T17:26:03.6827199Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17: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": "dbef82b4-41a8-459d-89d9-9c642511ed8e", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173037Z:dbef82b4-41a8-459d-89d9-9c642511ed8e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26", + "name": "48d104c2-c673-4f97-894a-7f83af9d5a26", + "status": "Succeeded", + "startTime": "2022-10-19T17:26:03.6827199Z", + "endTime": "2022-10-19T17:30:10.1543901Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:30:37 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T17%3A30%3A10.1470605Z\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": "420a6008-fc5c-4d44-8ef3-56af3d07bc94", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173038Z:420a6008-fc5c-4d44-8ef3-56af3d07bc94", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T17%3A30%3A10.1470605Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T17:26:01.3685455Z" + }, + "properties": { + "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-74e025c5", + "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_8f82c7b40509489d9e97d719b9b955b4_275c30f2", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T17:26:02.497001Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T17:26:02.497001Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:30:48 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T17%3A30%3A10.1470605Z\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": "fc7f096f-5d76-4d0d-901d-6f19f46e6807", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173048Z:fc7f096f-5d76-4d0d-901d-6f19f46e6807", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T17%3A30%3A10.1470605Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T17:26:01.3685455Z" + }, + "properties": { + "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-74e025c5", + "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_8f82c7b40509489d9e97d719b9b955b4_275c30f2", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T17:26:02.497001Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T17:26:02.497001Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:30: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": "f3077ea2-7d2f-401a-bf20-c05988726206", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173049Z:f3077ea2-7d2f-401a-bf20-c05988726206", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault", + "name": "sdk-py-tests-acc-1-74e025c5/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "412", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault", + "backupEnabled": true + } + }, + "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/westus2/operationResults/f37771e4-f295-43e1-be16-6a1b6d063c1c?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2476", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:30:50 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T17%3A30%3A50.03134Z\u0027\u0022", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f37771e4-f295-43e1-be16-6a1b6d063c1c?api-version=2022-05-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": "37dc0143-99b0-4609-8ea8-36807e99571f", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173050Z:37dc0143-99b0-4609-8ea8-36807e99571f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T17%3A30%3A50.03134Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T17:26:01.3685455Z" + }, + "properties": { + "provisioningState": "Patching", + "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-74e025c5", + "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_8f82c7b40509489d9e97d719b9b955b4_275c30f2", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T17:26:02.497001Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T17:26:02.497001Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f37771e4-f295-43e1-be16-6a1b6d063c1c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:30: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": "7dc118dc-2c74-48f1-ad29-cda188fcfdef", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173050Z:7dc118dc-2c74-48f1-ad29-cda188fcfdef", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f37771e4-f295-43e1-be16-6a1b6d063c1c", + "name": "f37771e4-f295-43e1-be16-6a1b6d063c1c", + "status": "Patching", + "startTime": "2022-10-19T17:30:50.0306046Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f37771e4-f295-43e1-be16-6a1b6d063c1c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17: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": "4ea2e478-7d9d-4fbb-9160-7fedf7c327b3", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173120Z:4ea2e478-7d9d-4fbb-9160-7fedf7c327b3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f37771e4-f295-43e1-be16-6a1b6d063c1c", + "name": "f37771e4-f295-43e1-be16-6a1b6d063c1c", + "status": "Succeeded", + "startTime": "2022-10-19T17:30:50.0306046Z", + "endTime": "2022-10-19T17:30:53.4950263Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f37771e4-f295-43e1-be16-6a1b6d063c1c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17: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": "5c07bf8b-9476-4f55-b0fa-b280d200cb01", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173120Z:5c07bf8b-9476-4f55-b0fa-b280d200cb01", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T17%3A30%3A53.4963664Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T17:30:49.6601537Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault" + } + }, + "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-74e025c5", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_275c30f2", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", + "poolId": "43bdb96c-6f12-8a32-36b0-1f03665890db", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T17:26:02.497001Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T17:30:49.8310726Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "69", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "useExistingSnapshot": false + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0119ec1-9285-408d-a45f-e302fa8861ff?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "542", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:31:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0119ec1-9285-408d-a45f-e302fa8861ff?api-version=2022-05-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": "080ea6bf-650d-40fb-ba11-057485fbfa93", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173121Z:080ea6bf-650d-40fb-ba11-057485fbfa93", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "provisioningState": "Creating", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0119ec1-9285-408d-a45f-e302fa8861ff?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:31: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": "7fadf279-78ad-4be6-b648-5efd57538ffe", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173121Z:7fadf279-78ad-4be6-b648-5efd57538ffe", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0119ec1-9285-408d-a45f-e302fa8861ff", + "name": "e0119ec1-9285-408d-a45f-e302fa8861ff", + "status": "Creating", + "startTime": "2022-10-19T17:31:21.3394402Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0119ec1-9285-408d-a45f-e302fa8861ff?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:31: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": "298493ab-f081-4b44-83f9-a8d2861ad47a", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173151Z:298493ab-f081-4b44-83f9-a8d2861ad47a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0119ec1-9285-408d-a45f-e302fa8861ff", + "name": "e0119ec1-9285-408d-a45f-e302fa8861ff", + "status": "Succeeded", + "startTime": "2022-10-19T17:31:21.3394402Z", + "endTime": "2022-10-19T17:31:22.2456993Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0119ec1-9285-408d-a45f-e302fa8861ff?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "762", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:31:51 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": "00bcb8e3-f14a-48a0-9018-a6fe56b1bf05", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173152Z:00bcb8e3-f14a-48a0-9018-a6fe56b1bf05", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "etag": "10/19/2022 5:31:22 PM", + "location": "", + "properties": { + "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "creationDate": "0001-01-01T00:00:00Z", + "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17: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": "c634d034-0021-4aba-a8d8-d91f4d8910da", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173203Z:c634d034-0021-4aba-a8d8-d91f4d8910da", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T17:31:22Z", + "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:32: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": "3615869a-e584-468c-a91f-1fd577b32d5b", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173214Z:3615869a-e584-468c-a91f-1fd577b32d5b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T17:31:22Z", + "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:32: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": "2482bd98-0e64-4b34-8313-ee5f9641ce6a", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173224Z:2482bd98-0e64-4b34-8313-ee5f9641ce6a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T17:31:22Z", + "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:32: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": "187b820f-3357-4a8b-bcec-d6132efb0d31", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173235Z:187b820f-3357-4a8b-bcec-d6132efb0d31", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T17:31:22Z", + "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:32: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": "7acf861f-7ba4-4861-94a1-a51d1e9beb22", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173246Z:7acf861f-7ba4-4861-94a1-a51d1e9beb22", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T17:31:22Z", + "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:32: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": "8041bc68-0fbf-4dd4-b78b-7fb13657bba3", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173256Z:8041bc68-0fbf-4dd4-b78b-7fb13657bba3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T17:31:22Z", + "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:33: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": "fceb2761-cd9a-4553-986e-576f7742e864", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173307Z:fceb2761-cd9a-4553-986e-576f7742e864", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T17:31:22Z", + "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:33: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": "a76f22db-42bc-4b73-93c8-230bfa36dda1", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173318Z:a76f22db-42bc-4b73-93c8-230bfa36dda1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T17:31:22Z", + "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:33: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": "7244b6da-bca2-475d-93f1-ceec0fc2cea1", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173329Z:7244b6da-bca2-475d-93f1-ceec0fc2cea1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T17:31:22Z", + "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:33: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": "228a8c53-207d-4d7b-aef5-0c7333b5a0c5", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173339Z:228a8c53-207d-4d7b-aef5-0c7333b5a0c5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T17:31:22Z", + "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:33: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": "c9e823fa-ce10-4edc-b60f-5b53430f1adb", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173351Z:c9e823fa-ce10-4edc-b60f-5b53430f1adb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T17:31:22Z", + "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:34: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": "fe1023de-b5aa-4b56-8e4b-a79a9adeadde", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173402Z:fe1023de-b5aa-4b56-8e4b-a79a9adeadde", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T17:31:22Z", + "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:34: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": "ad373556-76a5-4ce0-b615-985075382fbe", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173412Z:ad373556-76a5-4ce0-b615-985075382fbe", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T17:31:22Z", + "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:34: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": "3d2f7f30-57ae-4ace-8af1-564b0c78a6b7", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173423Z:3d2f7f30-57ae-4ace-8af1-564b0c78a6b7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T17:31:22Z", + "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17: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": "b5dc56de-a4e2-473b-b466-73e186bf72d7", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173433Z:b5dc56de-a4e2-473b-b466-73e186bf72d7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T17:31:22Z", + "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17: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": "a28a1573-81d1-4ab3-9024-ed0b1d8fff67", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173444Z:a28a1573-81d1-4ab3-9024-ed0b1d8fff67", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T17:31:25Z", + "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "size": 331776, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17: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": "c05258ed-a4c5-41ce-ba63-7ef52c8bbbc6", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173444Z:c05258ed-a4c5-41ce-ba63-7ef52c8bbbc6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T17:31:25Z", + "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "size": 331776, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:34: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": "ded93bab-3085-40c1-b1af-59b815ec32f3", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173445Z:ded93bab-3085-40c1-b1af-59b815ec32f3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault", + "name": "sdk-py-tests-acc-1-74e025c5/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "413", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/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/westus2/operationResults/3335357b-d1ce-4436-a635-17cf49caf51c?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2742", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:34:45 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T17%3A34%3A45.8160365Z\u0027\u0022", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3335357b-d1ce-4436-a635-17cf49caf51c?api-version=2022-05-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": "6c9d15c9-761f-4df3-b6b2-3509406076ae", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173445Z:6c9d15c9-761f-4df3-b6b2-3509406076ae", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T17%3A34%3A45.8160365Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T17:30:49.6601537Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault" + } + }, + "provisioningState": "Patching", + "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-74e025c5", + "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_8f82c7b40509489d9e97d719b9b955b4_275c30f2", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T17:26:02.497001Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T17:30:49.8310726Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3335357b-d1ce-4436-a635-17cf49caf51c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:34: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": "8a997f1f-e91d-4589-aa9b-bfcb1571a91b", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173446Z:8a997f1f-e91d-4589-aa9b-bfcb1571a91b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3335357b-d1ce-4436-a635-17cf49caf51c", + "name": "3335357b-d1ce-4436-a635-17cf49caf51c", + "status": "Patching", + "startTime": "2022-10-19T17:34:45.8112971Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3335357b-d1ce-4436-a635-17cf49caf51c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:35: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": "28620e8a-b619-457a-9ac9-c10f08dbd128", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173516Z:28620e8a-b619-457a-9ac9-c10f08dbd128", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3335357b-d1ce-4436-a635-17cf49caf51c", + "name": "3335357b-d1ce-4436-a635-17cf49caf51c", + "status": "Succeeded", + "startTime": "2022-10-19T17:34:45.8112971Z", + "endTime": "2022-10-19T17:34:59.0273604Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3335357b-d1ce-4436-a635-17cf49caf51c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:35: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": "d93c2af3-66d3-4504-a8d4-fd2eb62fbd1a", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173516Z:d93c2af3-66d3-4504-a8d4-fd2eb62fbd1a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T17%3A34%3A58.999554Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T17:34:45.3705469Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": false, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault" + } + }, + "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-74e025c5", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_275c30f2", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", + "poolId": "43bdb96c-6f12-8a32-36b0-1f03665890db", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T17:26:02.497001Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T17:34:45.616435Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "77", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:35: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": "891943bf-7264-4047-b355-638bfc45f9e6", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173519Z:891943bf-7264-4047-b355-638bfc45f9e6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "NotFound", + "message": "The requested Backup was not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 19 Oct 2022 17:35:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730?api-version=2022-05-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": "f28e1461-5ac6-470f-8a74-07cc514814f3", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173520Z:f28e1461-5ac6-470f-8a74-07cc514814f3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17: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": "aa191967-6a75-422c-920c-33f225f252d7", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173520Z:aa191967-6a75-422c-920c-33f225f252d7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730", + "name": "54cf1c86-cd0b-4b02-abdb-8df81919f730", + "status": "Deleting", + "startTime": "2022-10-19T17:35:20.562104Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:35: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": "fa41f997-50de-43f0-be23-fa768a8a11a0", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173551Z:fa41f997-50de-43f0-be23-fa768a8a11a0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730", + "name": "54cf1c86-cd0b-4b02-abdb-8df81919f730", + "status": "Deleting", + "startTime": "2022-10-19T17:35:20.562104Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:36: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": "dcb791f7-560e-4530-b815-824962971dc1", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173621Z:dcb791f7-560e-4530-b815-824962971dc1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730", + "name": "54cf1c86-cd0b-4b02-abdb-8df81919f730", + "status": "Deleting", + "startTime": "2022-10-19T17:35:20.562104Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:36: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": "c13f5fc2-008e-4861-bda3-b08d06cb17c1", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173651Z:c13f5fc2-008e-4861-bda3-b08d06cb17c1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730", + "name": "54cf1c86-cd0b-4b02-abdb-8df81919f730", + "status": "Deleting", + "startTime": "2022-10-19T17:35:20.562104Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:37: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": "c9c4848a-9ff4-44da-997b-7cf9fc9d7788", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173722Z:c9c4848a-9ff4-44da-997b-7cf9fc9d7788", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730", + "name": "54cf1c86-cd0b-4b02-abdb-8df81919f730", + "status": "Deleting", + "startTime": "2022-10-19T17:35:20.562104Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:37: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": "aff88c89-5726-4b96-b230-36d4274d3068", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173752Z:aff88c89-5726-4b96-b230-36d4274d3068", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730", + "name": "54cf1c86-cd0b-4b02-abdb-8df81919f730", + "status": "Succeeded", + "startTime": "2022-10-19T17:35:20.562104Z", + "endTime": "2022-10-19T17:37:39.6177114Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:37: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": "97edd6f2-c222-4b90-b1b8-4d0c00c82cbf", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T173752Z:97edd6f2-c222-4b90-b1b8-4d0c00c82cbf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T17%3A37%3A30.3025938Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T17:34:45.3705469Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": false, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault" + } + }, + "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-74e025c5", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_275c30f2", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", + "poolId": "43bdb96c-6f12-8a32-36b0-1f03665890db", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T17:26:02.497001Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T17:34:45.616435Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "324", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:41:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0eb5f3ec-1c0d-4d71-8895-d06e8d708b05", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T174114Z:0eb5f3ec-1c0d-4d71-8895-d06e8d708b05" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c824e067-b208-42bd-8fa4-636a97db14c6?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 19 Oct 2022 17:41:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c824e067-b208-42bd-8fa4-636a97db14c6?api-version=2022-05-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": "77aa3c27-9a02-4df3-ba08-9d7f8d84f7f6", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T174128Z:77aa3c27-9a02-4df3-ba08-9d7f8d84f7f6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c824e067-b208-42bd-8fa4-636a97db14c6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:41: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": "34b69041-c7c1-4ff9-a31c-4607d7e73f05", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T174128Z:34b69041-c7c1-4ff9-a31c-4607d7e73f05", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c824e067-b208-42bd-8fa4-636a97db14c6", + "name": "c824e067-b208-42bd-8fa4-636a97db14c6", + "status": "Deleting", + "startTime": "2022-10-19T17:41:27.9093289Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c824e067-b208-42bd-8fa4-636a97db14c6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:41: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": "0f738346-8a6e-4679-aea3-e3c4b158fcc5", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T174158Z:0f738346-8a6e-4679-aea3-e3c4b158fcc5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c824e067-b208-42bd-8fa4-636a97db14c6", + "name": "c824e067-b208-42bd-8fa4-636a97db14c6", + "status": "Succeeded", + "startTime": "2022-10-19T17:41:27.9093289Z", + "endTime": "2022-10-19T17:41:28.9405416Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c824e067-b208-42bd-8fa4-636a97db14c6?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:41: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": "cef4dfda-16f0-445c-b0df-cbbfab148f32", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T174158Z:cef4dfda-16f0-445c-b0df-cbbfab148f32", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-19T17%3A41%3A27.916375Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T17:25:47.8254873Z" + }, + "properties": { + "poolId": "43bdb96c-6f12-8a32-36b0-1f03665890db", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T17:25:49.0973605Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T17:25:49.0973605Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Wed, 19 Oct 2022 17:42:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7d32f799-5197-45c4-ae0d-36d9ac9fe5b5", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T174209Z:7d32f799-5197-45c4-ae0d-36d9ac9fe5b5" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Wed, 19 Oct 2022 17:42:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4ddb07ad-34cc-4575-945e-45e5c023f920", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T174219Z:4ddb07ad-34cc-4575-945e-45e5c023f920" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Wed, 19 Oct 2022 17:42:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e826e7a6-d7e3-4fe0-a289-7e0e8408eb25", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T174229Z:e826e7a6-d7e3-4fe0-a289-7e0e8408eb25" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Wed, 19 Oct 2022 17:42:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a8619690-b987-4ec8-8a0f-b5e6ad611979", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T174239Z:a8619690-b987-4ec8-8a0f-b5e6ad611979" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "288", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:42:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "37c69192-2307-410d-9013-10b75c59563e", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T174250Z:37c69192-2307-410d-9013-10b75c59563e" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1eca7aeb-71a0-4168-a633-1a4aec1ca79f?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 19 Oct 2022 17:42:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1eca7aeb-71a0-4168-a633-1a4aec1ca79f?api-version=2022-05-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": "03ab0f22-f503-4e03-bd4d-5126039a28b9", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T174251Z:03ab0f22-f503-4e03-bd4d-5126039a28b9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1eca7aeb-71a0-4168-a633-1a4aec1ca79f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:42: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": "14892975-c347-4053-b9df-fb0a8fa8c04a", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T174251Z:14892975-c347-4053-b9df-fb0a8fa8c04a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1eca7aeb-71a0-4168-a633-1a4aec1ca79f", + "name": "1eca7aeb-71a0-4168-a633-1a4aec1ca79f", + "status": "Succeeded", + "startTime": "2022-10-19T17:42:51.433357Z", + "endTime": "2022-10-19T17:42:51.5584799Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1eca7aeb-71a0-4168-a633-1a4aec1ca79f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:42: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": "24024012-d777-42ce-826f-724d828259cb", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T174252Z:24024012-d777-42ce-826f-724d828259cb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5", + "name": "sdk-py-tests-acc-1-74e025c5", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-19T17%3A42%3A51.4338186Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T17:25:43.7824693Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T17:25:44.9548813Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T17:25:44.9548813Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "255", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 17:42:51 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": "26681901-e6ef-45ef-b7ea-6672639931fe", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T174252Z:26681901-e6ef-45ef-b7ea-6672639931fe", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e02d83dc-f786-4980-a381-1defc2561fdb?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 19 Oct 2022 17:42:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/e02d83dc-f786-4980-a381-1defc2561fdb?api-version=2022-05-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "9aebc4c2-1402-4fe7-b1fb-8eb0bb020daf", + "x-ms-correlation-request-id": "41808934-2860-4fd2-8c9d-b033e84c2c94", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221019T174253Z:41808934-2860-4fd2-8c9d-b033e84c2c94" + }, + "ResponseBody": null } ], "Variables": {} 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 bf21bca908dc..4dc61d23bdb1 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:04:42 GMT", + "Date": "Thu, 20 Oct 2022 09:40:48 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.13672.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:04:42 GMT", + "Date": "Thu, 20 Oct 2022 09:40:48 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.13672.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "4d781e12-95c3-4c7a-b179-b6c309ca4c40", + "client-request-id": "ee57faf5-6e2c-4d12-bb66-1d37ee122420", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "4d781e12-95c3-4c7a-b179-b6c309ca4c40", + "client-request-id": "ee57faf5-6e2c-4d12-bb66-1d37ee122420", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:04:42 GMT", + "Date": "Thu, 20 Oct 2022 09:40:49 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -213,7 +213,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -221,7 +221,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -233,14 +233,14 @@ } } }, - "StatusCode": 201, + "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/65d75891-2c49-4947-a8bb-d70806afab3d?api-version=2022-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b076a3f2-73ed-4cef-a677-8078fd1f9e08?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "750", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:04:52 GMT", + "Date": "Thu, 20 Oct 2022 09:40:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -249,20 +249,22 @@ "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6cf09274-e2e1-4fb1-9114-e32c8276b421", - "x-ms-correlation-request-id": "62fdce58-a20c-4fd5-8b0e-5005a50e1bc7", + "x-ms-arm-service-request-id": "12cd3466-37c5-4bd5-96da-0ac68709cf90", + "x-ms-correlation-request-id": "a17fe2bd-1acf-4669-8634-1ec2d2f60652", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110452Z:62fdce58-a20c-4fd5-8b0e-5005a50e1bc7" + "x-ms-routing-request-id": "WESTEUROPE:20221020T094055Z:a17fe2bd-1acf-4669-8634-1ec2d2f60652" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-503c258e", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e", - "etag": "W/\u0022929e6968-7488-40a1-8a8a-cd5ba17ca5ad\u0022", + "etag": "W/\u002207c5ee98-1e56-4dd1-991d-625dc1f199dd\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-20T11:04:46.2588080Z" + "CreatedOnDate": "2022-10-20T09:40:52.4038041Z" }, "properties": { "provisioningState": "Updating", @@ -279,13 +281,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/65d75891-2c49-4947-a8bb-d70806afab3d?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b076a3f2-73ed-4cef-a677-8078fd1f9e08?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -293,7 +295,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:04:55 GMT", + "Date": "Thu, 20 Oct 2022 09:40:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -304,23 +306,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "61a99836-a54b-4fec-9726-da8ff0a31d6f", - "x-ms-correlation-request-id": "a916d80e-1659-4fb3-a20c-453ad489ef5f", + "x-ms-arm-service-request-id": "30205c3f-0e10-4a2f-a8be-81034a2e76a4", + "x-ms-correlation-request-id": "9ff5c3ae-1917-4a48-a8e0-e3916a15fc75", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110455Z:a916d80e-1659-4fb3-a20c-453ad489ef5f" + "x-ms-routing-request-id": "WESTEUROPE:20221020T094055Z:9ff5c3ae-1917-4a48-a8e0-e3916a15fc75" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -328,8 +330,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:04:55 GMT", - "ETag": "W/\u002283553e49-2aa0-44c2-b3ef-d4ca36081790\u0022", + "Date": "Thu, 20 Oct 2022 09:40:55 GMT", + "ETag": "W/\u00227a6460d4-576b-45a7-acf9-cfdd83de3e09\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,19 +342,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "39226169-4efa-4681-8f41-e06f7e260655", - "x-ms-correlation-request-id": "cd3c76fd-799d-45fd-8214-249b178cb360", + "x-ms-arm-service-request-id": "6e25c972-9bf7-4608-906d-d23736010d93", + "x-ms-correlation-request-id": "03ef7bff-e412-44ca-8783-c84c8e7ddf08", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110456Z:cd3c76fd-799d-45fd-8214-249b178cb360" + "x-ms-routing-request-id": "WESTEUROPE:20221020T094055Z:03ef7bff-e412-44ca-8783-c84c8e7ddf08" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-503c258e", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e", - "etag": "W/\u002283553e49-2aa0-44c2-b3ef-d4ca36081790\u0022", + "etag": "W/\u00227a6460d4-576b-45a7-acf9-cfdd83de3e09\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-20T11:04:46.2588080Z" + "CreatedOnDate": "2022-10-20T09:40:52.4038041Z" }, "properties": { "provisioningState": "Succeeded", @@ -369,7 +371,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -377,7 +379,7 @@ "Connection": "keep-alive", "Content-Length": "151", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "properties": { @@ -394,11 +396,12 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/3fc5cf2c-2b69-47f3-8aa4-46ab38dc84ae?api-version=2022-01-01", + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8b14a80d-5e24-4fe0-a17d-5c45ed9195cb?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:04:56 GMT", + "Date": "Thu, 20 Oct 2022 09:40:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -408,15 +411,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "38d61116-044d-43bb-894a-76b05706a64a", - "x-ms-correlation-request-id": "493cea0f-8248-45cf-bc76-8afe019a3556", + "x-ms-arm-service-request-id": "fef9fe85-567a-4365-ac77-e1d8b89a5efd", + "x-ms-correlation-request-id": "09f8872c-f8cd-4ba5-ae20-6d353d60d601", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110457Z:493cea0f-8248-45cf-bc76-8afe019a3556" + "x-ms-routing-request-id": "WESTEUROPE:20221020T094057Z:09f8872c-f8cd-4ba5-ae20-6d353d60d601" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", - "etag": "W/\u00226ce70fd3-0c8a-4f74-8dbe-1b524fcf7f15\u0022", + "etag": "W/\u00228179d96f-11eb-4260-887e-70f9a9367ae2\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -424,7 +427,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00226ce70fd3-0c8a-4f74-8dbe-1b524fcf7f15\u0022", + "etag": "W/\u00228179d96f-11eb-4260-887e-70f9a9367ae2\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -444,13 +447,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/3fc5cf2c-2b69-47f3-8aa4-46ab38dc84ae?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8b14a80d-5e24-4fe0-a17d-5c45ed9195cb?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -458,7 +461,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:05:00 GMT", + "Date": "Thu, 20 Oct 2022 09:40:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -469,23 +472,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ca4ff5dd-6511-4c12-84ee-9868204931b3", - "x-ms-correlation-request-id": "986ff846-cb49-4992-a878-8a1ded8031e8", + "x-ms-arm-service-request-id": "9fdbc31a-70a8-4116-9f09-ec145efc81ca", + "x-ms-correlation-request-id": "65fcac92-f454-42db-b8d5-82531c8be97b", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110500Z:986ff846-cb49-4992-a878-8a1ded8031e8" + "x-ms-routing-request-id": "WESTEUROPE:20221020T094057Z:65fcac92-f454-42db-b8d5-82531c8be97b" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -493,8 +496,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:05:00 GMT", - "ETag": "W/\u00222d24cd28-1e42-4868-8f00-b0133eef816e\u0022", + "Date": "Thu, 20 Oct 2022 09:40:58 GMT", + "ETag": "W/\u00222d115016-7617-40d3-81b2-2ad09a0b924c\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -505,15 +508,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7a3e501d-3668-4a30-a965-09dcc5dab109", - "x-ms-correlation-request-id": "3e89c1b3-3b07-492e-a1d9-ebbf9a2670b8", + "x-ms-arm-service-request-id": "b0b814e0-b837-4f09-a5f6-6b0e1d61be4c", + "x-ms-correlation-request-id": "fd4a530c-9560-4808-ae44-d92ad50cdfae", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110500Z:3e89c1b3-3b07-492e-a1d9-ebbf9a2670b8" + "x-ms-routing-request-id": "WESTEUROPE:20221020T094058Z:fd4a530c-9560-4808-ae44-d92ad50cdfae" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", - "etag": "W/\u00222d24cd28-1e42-4868-8f00-b0133eef816e\u0022", + "etag": "W/\u00222d115016-7617-40d3-81b2-2ad09a0b924c\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -521,7 +524,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00222d24cd28-1e42-4868-8f00-b0133eef816e\u0022", + "etag": "W/\u00222d115016-7617-40d3-81b2-2ad09a0b924c\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -547,7 +550,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -557,12 +560,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:05:00 GMT", + "Date": "Thu, 20 Oct 2022 09:40:57 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.13672.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -641,7 +644,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -651,12 +654,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:05:00 GMT", + "Date": "Thu, 20 Oct 2022 09:40:57 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.13622.7 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13845.10 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -712,28 +715,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "c219442c-1f6f-41e6-b19e-a9bc649913e2", + "client-request-id": "b356625f-de98-47b4-bf84-42a2bb96ccc1", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "c219442c-1f6f-41e6-b19e-a9bc649913e2", + "client-request-id": "b356625f-de98-47b4-bf84-42a2bb96ccc1", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:05:00 GMT", + "Date": "Thu, 20 Oct 2022 09:40:57 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -741,7 +744,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -761,37 +764,37 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc19096-a06e-4fbb-9638-c1ea47e131a0?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e678abb-81fb-44fa-9249-8d5487cdf718?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:05:05 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T11%3A05%3A04.3816988Z\u0027\u0022", + "Date": "Thu, 20 Oct 2022 09:41:01 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T09%3A41%3A00.9528859Z\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": "16a456bc-cf98-4a18-8c41-eb369ac7ece1", + "x-ms-correlation-request-id": "cfeb25d8-bc42-45d6-bf63-bbe40416c15a", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110505Z:16a456bc-cf98-4a18-8c41-eb369ac7ece1", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094101Z:cfeb25d8-bc42-45d6-bf63-bbe40416c15a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e", "name": "sdk-py-tests-acc-1-503c258e", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-20T11%3A05%3A04.3816988Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-20T09%3A41%3A00.9528859Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-20T11:05:02.3073132Z" + "CreatedOnDate": "2022-10-20T09:40:59.1492895Z" }, "properties": { "provisioningState": "Creating" @@ -799,21 +802,21 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-09-20T11:05:03.4968142Z", + "createdAt": "2022-10-20T09:40:59.9696968Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T11:05:03.4968142Z" + "lastModifiedAt": "2022-10-20T09:40:59.9696968Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc19096-a06e-4fbb-9638-c1ea47e131a0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e678abb-81fb-44fa-9249-8d5487cdf718?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -821,7 +824,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:05:35 GMT", + "Date": "Thu, 20 Oct 2022 09:41:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -829,17 +832,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5672d159-34a1-4d60-909a-7e1b5c7424f6", + "x-ms-correlation-request-id": "1ef48e20-490a-495e-88b5-dd22a97c4cb8", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110536Z:5672d159-34a1-4d60-909a-7e1b5c7424f6", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094102Z:1ef48e20-490a-495e-88b5-dd22a97c4cb8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc19096-a06e-4fbb-9638-c1ea47e131a0", - "name": "4bc19096-a06e-4fbb-9638-c1ea47e131a0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e678abb-81fb-44fa-9249-8d5487cdf718", + "name": "6e678abb-81fb-44fa-9249-8d5487cdf718", "status": "Succeeded", - "startTime": "2022-09-20T11:05:04.3767328Z", - "endTime": "2022-09-20T11:05:04.4236032Z", + "startTime": "2022-10-20T09:41:00.9531645Z", + "endTime": "2022-10-20T09:41:01.0313667Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e" @@ -853,7 +856,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -861,8 +864,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:05:36 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T11%3A05%3A04.4284968Z\u0027\u0022", + "Date": "Thu, 20 Oct 2022 09:41:02 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T09%3A41%3A00.9999115Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -870,19 +873,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8221f9ca-2c2e-4f87-9b81-46468fc33631", + "x-ms-correlation-request-id": "ef4f5ff5-3b8d-4571-b275-347276a811e8", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110536Z:8221f9ca-2c2e-4f87-9b81-46468fc33631", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094102Z:ef4f5ff5-3b8d-4571-b275-347276a811e8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e", "name": "sdk-py-tests-acc-1-503c258e", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-20T11%3A05%3A04.4284968Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-20T09%3A41%3A00.9999115Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-20T11:05:02.3073132Z" + "CreatedOnDate": "2022-10-20T09:40:59.1492895Z" }, "properties": { "activeDirectories": [ @@ -911,10 +914,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-09-20T11:05:03.4968142Z", + "createdAt": "2022-10-20T09:40:59.9696968Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T11:05:03.4968142Z" + "lastModifiedAt": "2022-10-20T09:40:59.9696968Z" } } }, @@ -927,7 +930,7 @@ "Connection": "keep-alive", "Content-Length": "138", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -940,30 +943,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/808396ac-ac49-4bf0-9bca-f666845b42be?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/15631360-871f-41a3-a960-830eba79f13c?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:05:38 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T11%3A05%3A38.0722767Z\u0027\u0022", + "Date": "Thu, 20 Oct 2022 09:41:05 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T09%3A41%3A04.2999324Z\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": "ca63f261-2e1d-4dce-9f60-36ac1179e490", + "x-ms-correlation-request-id": "93d11205-9cc1-4fa6-8fd7-64da9c2eaa70", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110539Z:ca63f261-2e1d-4dce-9f60-36ac1179e490", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094105Z:93d11205-9cc1-4fa6-8fd7-64da9c2eaa70", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-20T11%3A05%3A38.0722767Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-20T09%3A41%3A04.2999324Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-20T11:05:36.8930782Z" + "CreatedOnDate": "2022-10-20T09:41:02.7767335Z" }, "properties": { "serviceLevel": "Premium", @@ -977,21 +980,21 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-09-20T11:05:37.8780885Z", + "createdAt": "2022-10-20T09:41:04.0184669Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T11:05:37.8780885Z" + "lastModifiedAt": "2022-10-20T09:41:04.0184669Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/808396ac-ac49-4bf0-9bca-f666845b42be?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/15631360-871f-41a3-a960-830eba79f13c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -999,7 +1002,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:06:08 GMT", + "Date": "Thu, 20 Oct 2022 09:41:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1007,17 +1010,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b8067e1-80e2-4cea-8f2e-5afb4ffd979e", + "x-ms-correlation-request-id": "d43c5163-0f3d-4bc4-ab26-7d8090901ed2", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110609Z:5b8067e1-80e2-4cea-8f2e-5afb4ffd979e", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094105Z:d43c5163-0f3d-4bc4-ab26-7d8090901ed2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/808396ac-ac49-4bf0-9bca-f666845b42be", - "name": "808396ac-ac49-4bf0-9bca-f666845b42be", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/15631360-871f-41a3-a960-830eba79f13c", + "name": "15631360-871f-41a3-a960-830eba79f13c", "status": "Succeeded", - "startTime": "2022-09-20T11:05:38.0753667Z", - "endTime": "2022-09-20T11:05:38.2160041Z", + "startTime": "2022-10-20T09:41:04.2907907Z", + "endTime": "2022-10-20T09:41:05.0298991Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1" @@ -1031,7 +1034,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1039,8 +1042,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:06:09 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T11%3A05%3A38.2182911Z\u0027\u0022", + "Date": "Thu, 20 Oct 2022 09:41:05 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T09%3A41%3A05.0246829Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1048,22 +1051,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4638b78-fda4-4fb8-b1b8-89f5ea55df68", + "x-ms-correlation-request-id": "942a76ec-bc30-49ff-8aca-c4c03b926da1", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110609Z:c4638b78-fda4-4fb8-b1b8-89f5ea55df68", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094105Z:942a76ec-bc30-49ff-8aca-c4c03b926da1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-20T11%3A05%3A38.2182911Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-20T09%3A41%3A05.0246829Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-20T11:05:36.8930782Z" + "CreatedOnDate": "2022-10-20T09:41:02.7767335Z" }, "properties": { - "poolId": "9bcc381e-6f67-20c6-cee6-aad8eb309eaa", + "poolId": "646da0f4-e996-26bf-c015-3b9617996e17", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1076,10 +1079,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-09-20T11:05:37.8780885Z", + "createdAt": "2022-10-20T09:41:04.0184669Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T11:05:37.8780885Z" + "lastModifiedAt": "2022-10-20T09:41:04.0184669Z" } } }, @@ -1092,7 +1095,7 @@ "Connection": "keep-alive", "Content-Length": "783", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -1122,30 +1125,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4aab296-93cf-48de-b270-5a401d879e16?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:06:22 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T11%3A06%3A22.2618005Z\u0027\u0022", + "Date": "Thu, 20 Oct 2022 09:41:18 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T09%3A41%3A17.6981118Z\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": "e55d636a-01c8-4940-8333-73208a486777", + "x-ms-correlation-request-id": "b40cb17f-1b80-4310-9d45-f0bba208fd75", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110623Z:e55d636a-01c8-4940-8333-73208a486777", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094118Z:b40cb17f-1b80-4310-9d45-f0bba208fd75", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T11%3A06%3A22.2618005Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-20T09%3A41%3A17.6981118Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-20T11:06:20.0708122Z" + "CreatedOnDate": "2022-10-20T09:41:16.1999267Z" }, "properties": { "serviceLevel": "Premium", @@ -1175,21 +1178,21 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-09-20T11:06:21.2196176Z", + "createdAt": "2022-10-20T09:41:17.3438843Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T11:06:21.2196176Z" + "lastModifiedAt": "2022-10-20T09:41:17.3438843Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4aab296-93cf-48de-b270-5a401d879e16?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1197,7 +1200,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:06:52 GMT", + "Date": "Thu, 20 Oct 2022 09:41:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1205,16 +1208,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a318a255-67bd-48a2-9369-5a4b65a1d8d8", + "x-ms-correlation-request-id": "ae553bab-22f1-48ac-88e3-60565be30c92", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110653Z:a318a255-67bd-48a2-9369-5a4b65a1d8d8", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094118Z:ae553bab-22f1-48ac-88e3-60565be30c92", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4aab296-93cf-48de-b270-5a401d879e16", - "name": "b4aab296-93cf-48de-b270-5a401d879e16", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0", + "name": "a8057da5-c1ca-4dfb-b7f2-05489a224ca0", "status": "Creating", - "startTime": "2022-09-20T11:06:22.267494Z", + "startTime": "2022-10-20T09:41:17.6933636Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1223,13 +1226,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4aab296-93cf-48de-b270-5a401d879e16?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1237,7 +1240,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:07:23 GMT", + "Date": "Thu, 20 Oct 2022 09:41:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1245,16 +1248,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b59dd825-c248-4c23-9481-51c5c91dd56f", + "x-ms-correlation-request-id": "4b953960-4dd0-4f6e-9c86-671aac90c5ae", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110724Z:b59dd825-c248-4c23-9481-51c5c91dd56f", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094149Z:4b953960-4dd0-4f6e-9c86-671aac90c5ae", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4aab296-93cf-48de-b270-5a401d879e16", - "name": "b4aab296-93cf-48de-b270-5a401d879e16", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0", + "name": "a8057da5-c1ca-4dfb-b7f2-05489a224ca0", "status": "Creating", - "startTime": "2022-09-20T11:06:22.267494Z", + "startTime": "2022-10-20T09:41:17.6933636Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1263,13 +1266,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4aab296-93cf-48de-b270-5a401d879e16?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1277,7 +1280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:07:53 GMT", + "Date": "Thu, 20 Oct 2022 09:42:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1285,16 +1288,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b85432c1-4ceb-445f-bbdf-81ae0d0639f6", + "x-ms-correlation-request-id": "86fadbbd-f650-4be7-8268-6813bdafcdf5", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110754Z:b85432c1-4ceb-445f-bbdf-81ae0d0639f6", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094219Z:86fadbbd-f650-4be7-8268-6813bdafcdf5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4aab296-93cf-48de-b270-5a401d879e16", - "name": "b4aab296-93cf-48de-b270-5a401d879e16", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0", + "name": "a8057da5-c1ca-4dfb-b7f2-05489a224ca0", "status": "Creating", - "startTime": "2022-09-20T11:06:22.267494Z", + "startTime": "2022-10-20T09:41:17.6933636Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1303,13 +1306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4aab296-93cf-48de-b270-5a401d879e16?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1317,7 +1320,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:08:23 GMT", + "Date": "Thu, 20 Oct 2022 09:42:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1325,16 +1328,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a5530cd-b728-4473-88af-b757493bb922", + "x-ms-correlation-request-id": "1b7e0bdb-d6d2-46ff-80ae-302068c8f047", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110824Z:2a5530cd-b728-4473-88af-b757493bb922", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094249Z:1b7e0bdb-d6d2-46ff-80ae-302068c8f047", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4aab296-93cf-48de-b270-5a401d879e16", - "name": "b4aab296-93cf-48de-b270-5a401d879e16", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0", + "name": "a8057da5-c1ca-4dfb-b7f2-05489a224ca0", "status": "Creating", - "startTime": "2022-09-20T11:06:22.267494Z", + "startTime": "2022-10-20T09:41:17.6933636Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1343,13 +1346,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4aab296-93cf-48de-b270-5a401d879e16?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1357,7 +1360,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:08:53 GMT", + "Date": "Thu, 20 Oct 2022 09:43:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1365,16 +1368,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10046611-a62a-4b4e-82e3-ae685b46d704", + "x-ms-correlation-request-id": "be863a83-e88e-43dd-835a-53d25ebc115a", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110854Z:10046611-a62a-4b4e-82e3-ae685b46d704", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094319Z:be863a83-e88e-43dd-835a-53d25ebc115a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4aab296-93cf-48de-b270-5a401d879e16", - "name": "b4aab296-93cf-48de-b270-5a401d879e16", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0", + "name": "a8057da5-c1ca-4dfb-b7f2-05489a224ca0", "status": "Creating", - "startTime": "2022-09-20T11:06:22.267494Z", + "startTime": "2022-10-20T09:41:17.6933636Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1383,13 +1386,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4aab296-93cf-48de-b270-5a401d879e16?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1397,7 +1400,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:09:24 GMT", + "Date": "Thu, 20 Oct 2022 09:43:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1405,16 +1408,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aae9ac26-e0b5-419f-b2ed-facc03b806ad", + "x-ms-correlation-request-id": "6e158b56-4b64-40fd-9fce-f71dbec82745", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110925Z:aae9ac26-e0b5-419f-b2ed-facc03b806ad", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094350Z:6e158b56-4b64-40fd-9fce-f71dbec82745", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4aab296-93cf-48de-b270-5a401d879e16", - "name": "b4aab296-93cf-48de-b270-5a401d879e16", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0", + "name": "a8057da5-c1ca-4dfb-b7f2-05489a224ca0", "status": "Creating", - "startTime": "2022-09-20T11:06:22.267494Z", + "startTime": "2022-10-20T09:41:17.6933636Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1423,13 +1426,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4aab296-93cf-48de-b270-5a401d879e16?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1437,7 +1440,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:09:55 GMT", + "Date": "Thu, 20 Oct 2022 09:44:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1445,16 +1448,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0b780660-9d34-4738-8b69-34067ef0374c", + "x-ms-correlation-request-id": "0d6f4e4e-8ce9-42ae-895d-50db9b44c100", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220920T110956Z:0b780660-9d34-4738-8b69-34067ef0374c", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094420Z:0d6f4e4e-8ce9-42ae-895d-50db9b44c100", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4aab296-93cf-48de-b270-5a401d879e16", - "name": "b4aab296-93cf-48de-b270-5a401d879e16", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0", + "name": "a8057da5-c1ca-4dfb-b7f2-05489a224ca0", "status": "Creating", - "startTime": "2022-09-20T11:06:22.267494Z", + "startTime": "2022-10-20T09:41:17.6933636Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1463,13 +1466,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4aab296-93cf-48de-b270-5a401d879e16?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1477,7 +1480,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:10:25 GMT", + "Date": "Thu, 20 Oct 2022 09:44:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1485,17 +1488,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d8abbf5-5509-4d90-aa4b-61385ac48b5c", + "x-ms-correlation-request-id": "14c719e2-ceaf-4695-a507-45357ca48be3", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111026Z:3d8abbf5-5509-4d90-aa4b-61385ac48b5c", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094450Z:14c719e2-ceaf-4695-a507-45357ca48be3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0", + "name": "a8057da5-c1ca-4dfb-b7f2-05489a224ca0", + "status": "Creating", + "startTime": "2022-10-20T09:41:17.6933636Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 09:45: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": "23848ff1-055e-4b87-a254-8e4d7b574b20", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094520Z:23848ff1-055e-4b87-a254-8e4d7b574b20", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4aab296-93cf-48de-b270-5a401d879e16", - "name": "b4aab296-93cf-48de-b270-5a401d879e16", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0", + "name": "a8057da5-c1ca-4dfb-b7f2-05489a224ca0", "status": "Succeeded", - "startTime": "2022-09-20T11:06:22.267494Z", - "endTime": "2022-09-20T11:10:25.9941545Z", + "startTime": "2022-10-20T09:41:17.6933636Z", + "endTime": "2022-10-20T09:45:19.4504734Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" @@ -1509,7 +1552,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1517,8 +1560,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:10:26 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T11%3A10%3A25.9972481Z\u0027\u0022", + "Date": "Thu, 20 Oct 2022 09:45:20 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T09%3A45%3A19.4435986Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1526,22 +1569,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "910ca443-5c64-4513-bc3f-03e38c8fe9e3", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111026Z:910ca443-5c64-4513-bc3f-03e38c8fe9e3", + "x-ms-correlation-request-id": "8c96cd60-6a65-48ac-ae4d-b581564bedee", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094521Z:8c96cd60-6a65-48ac-ae4d-b581564bedee", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T11%3A10%3A25.9972481Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-20T09%3A45%3A19.4435986Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-20T11:06:20.0708122Z" + "CreatedOnDate": "2022-10-20T09:41:16.1999267Z" }, "properties": { - "fileSystemId": "95652378-ce3f-245f-2b40-8de24435fdd5", + "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-503c258e", "usageThreshold": 107374182400, @@ -1569,7 +1612,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_17161d8e", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ec789256", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1584,8 +1627,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "95652378-ce3f-245f-2b40-8de24435fdd5", - "fileSystemId": "95652378-ce3f-245f-2b40-8de24435fdd5", + "mountTargetId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", "ipAddress": "10.0.0.4" } ], @@ -1605,10 +1648,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-09-20T11:06:21.2196176Z", + "createdAt": "2022-10-20T09:41:17.3438843Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T11:06:21.2196176Z" + "lastModifiedAt": "2022-10-20T09:41:17.3438843Z" } } }, @@ -1619,7 +1662,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1627,8 +1670,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:10:36 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T11%3A10%3A25.9972481Z\u0027\u0022", + "Date": "Thu, 20 Oct 2022 09:45:31 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T09%3A45%3A19.4435986Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1636,22 +1679,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c3387969-7170-4ef6-9583-4f5b94ed6a68", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111037Z:c3387969-7170-4ef6-9583-4f5b94ed6a68", + "x-ms-correlation-request-id": "19b8dd2e-05bc-4f1e-a31e-49b23d0edf24", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094531Z:19b8dd2e-05bc-4f1e-a31e-49b23d0edf24", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T11%3A10%3A25.9972481Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-20T09%3A45%3A19.4435986Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-20T11:06:20.0708122Z" + "CreatedOnDate": "2022-10-20T09:41:16.1999267Z" }, "properties": { - "fileSystemId": "95652378-ce3f-245f-2b40-8de24435fdd5", + "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-503c258e", "usageThreshold": 107374182400, @@ -1679,7 +1722,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_17161d8e", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ec789256", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1694,8 +1737,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "95652378-ce3f-245f-2b40-8de24435fdd5", - "fileSystemId": "95652378-ce3f-245f-2b40-8de24435fdd5", + "mountTargetId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", "ipAddress": "10.0.0.4" } ], @@ -1715,10 +1758,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-09-20T11:06:21.2196176Z", + "createdAt": "2022-10-20T09:41:17.3438843Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T11:06:21.2196176Z" + "lastModifiedAt": "2022-10-20T09:41:17.3438843Z" } } }, @@ -1729,7 +1772,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1737,7 +1780,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:10:37 GMT", + "Date": "Thu, 20 Oct 2022 09:45:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1745,9 +1788,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d4a9015-5e2a-4f29-a7da-bd33d76b4092", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111037Z:7d4a9015-5e2a-4f29-a7da-bd33d76b4092", + "x-ms-correlation-request-id": "2363f49b-90f0-4d35-b7b8-1fe33d039f42", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094532Z:2363f49b-90f0-4d35-b7b8-1fe33d039f42", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1770,7 +1813,7 @@ "Connection": "keep-alive", "Content-Length": "412", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "properties": { @@ -1789,35 +1832,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94063922-28a1-40b5-8e96-40b5f2a52fee?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae7bd7b3-a425-4aa4-9097-cafa736b090d?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "2480", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:10:37 GMT", - "ETag": "W/\u0022datetime\u00272022-09-20T11%3A10%3A38.2859096Z\u0027\u0022", + "Date": "Thu, 20 Oct 2022 09:45:32 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T09%3A45%3A32.8310768Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94063922-28a1-40b5-8e96-40b5f2a52fee?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae7bd7b3-a425-4aa4-9097-cafa736b090d?api-version=2022-05-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": "219c83eb-8270-4128-b329-1a013985396e", + "x-ms-correlation-request-id": "709c9939-dd12-4821-99b0-c55d8c155695", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111038Z:219c83eb-8270-4128-b329-1a013985396e", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094532Z:709c9939-dd12-4821-99b0-c55d8c155695", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T11%3A10%3A38.2859096Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-20T09%3A45%3A32.8310768Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-20T11:06:20.0708122Z" + "CreatedOnDate": "2022-10-20T09:41:16.1999267Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "95652378-ce3f-245f-2b40-8de24435fdd5", + "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-503c258e", "usageThreshold": 107374182400, @@ -1845,7 +1888,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_17161d8e", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ec789256", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1860,8 +1903,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "95652378-ce3f-245f-2b40-8de24435fdd5", - "fileSystemId": "95652378-ce3f-245f-2b40-8de24435fdd5", + "mountTargetId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", "ipAddress": "10.0.0.4" } ], @@ -1880,21 +1923,21 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-09-20T11:06:21.2196176Z", + "createdAt": "2022-10-20T09:41:17.3438843Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T11:06:21.2196176Z" + "lastModifiedAt": "2022-10-20T09:41:17.3438843Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94063922-28a1-40b5-8e96-40b5f2a52fee?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae7bd7b3-a425-4aa4-9097-cafa736b090d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1902,7 +1945,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:11:08 GMT", + "Date": "Thu, 20 Oct 2022 09:45:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1910,17 +1953,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d695abe4-d0b9-44a8-92e0-0632f47d0012", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111108Z:d695abe4-d0b9-44a8-92e0-0632f47d0012", + "x-ms-correlation-request-id": "2ea4f738-323a-4c15-b31e-3f0aced16e22", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094533Z:2ea4f738-323a-4c15-b31e-3f0aced16e22", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae7bd7b3-a425-4aa4-9097-cafa736b090d", + "name": "ae7bd7b3-a425-4aa4-9097-cafa736b090d", + "status": "Patching", + "startTime": "2022-10-20T09:45:32.8387826Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae7bd7b3-a425-4aa4-9097-cafa736b090d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 09:46: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": "871363c5-d04b-4501-98fb-79bee2c78d23", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094603Z:871363c5-d04b-4501-98fb-79bee2c78d23", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94063922-28a1-40b5-8e96-40b5f2a52fee", - "name": "94063922-28a1-40b5-8e96-40b5f2a52fee", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae7bd7b3-a425-4aa4-9097-cafa736b090d", + "name": "ae7bd7b3-a425-4aa4-9097-cafa736b090d", "status": "Succeeded", - "startTime": "2022-09-20T11:10:38.2874213Z", - "endTime": "2022-09-20T11:10:41.3343303Z", + "startTime": "2022-10-20T09:45:32.8387826Z", + "endTime": "2022-10-20T09:45:36.917558Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" @@ -1928,13 +2011,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94063922-28a1-40b5-8e96-40b5f2a52fee?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae7bd7b3-a425-4aa4-9097-cafa736b090d?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1942,7 +2025,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:11:08 GMT", + "Date": "Thu, 20 Oct 2022 09:46:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1950,19 +2033,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c98bef11-4572-4914-8ad7-b48bc4c9916a", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111108Z:c98bef11-4572-4914-8ad7-b48bc4c9916a", + "x-ms-correlation-request-id": "435b22e7-8e66-4a41-aab1-33b178c60453", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094604Z:435b22e7-8e66-4a41-aab1-33b178c60453", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-20T11%3A10%3A41.3260945Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-20T09%3A45%3A36.9167795Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-20T11:10:37.8405704Z" + "CreatedOnDate": "2022-10-20T09:45:32.4706274Z" }, "properties": { "dataProtection": { @@ -1972,7 +2055,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/vaults/cbsvault" } }, - "fileSystemId": "95652378-ce3f-245f-2b40-8de24435fdd5", + "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-503c258e", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2003,19 +2086,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_17161d8e", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ec789256", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", - "poolId": "9bcc381e-6f67-20c6-cee6-aad8eb309eaa", + "poolId": "646da0f4-e996-26bf-c015-3b9617996e17", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "95652378-ce3f-245f-2b40-8de24435fdd5", - "fileSystemId": "95652378-ce3f-245f-2b40-8de24435fdd5", + "mountTargetId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", "startIp": "", "endIp": "", "gateway": "", @@ -2047,10 +2130,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-09-20T11:06:21.2196176Z", + "createdAt": "2022-10-20T09:41:17.3438843Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T11:10:38.1560009Z" + "lastModifiedAt": "2022-10-20T09:45:32.6645482Z" } } }, @@ -2063,7 +2146,7 @@ "Connection": "keep-alive", "Content-Length": "69", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -2073,20 +2156,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/edfe2b77-5442-4132-b192-27ff03b92aac?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a19f4f5-78b0-4391-8076-fdc4001f3d9b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "560", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:11:08 GMT", + "Date": "Thu, 20 Oct 2022 09:46:05 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/edfe2b77-5442-4132-b192-27ff03b92aac?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a19f4f5-78b0-4391-8076-fdc4001f3d9b?api-version=2022-05-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": "35e1abd8-3ca2-4487-837d-0535501bc6d2", + "x-ms-correlation-request-id": "a15178f4-1308-4f0b-abf0-8a450b1162f7", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111109Z:35e1abd8-3ca2-4487-837d-0535501bc6d2", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094605Z:a15178f4-1308-4f0b-abf0-8a450b1162f7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2101,13 +2184,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/edfe2b77-5442-4132-b192-27ff03b92aac?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a19f4f5-78b0-4391-8076-fdc4001f3d9b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2115,7 +2198,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:11:38 GMT", + "Date": "Thu, 20 Oct 2022 09:46:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2123,75 +2206,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1417020b-fcc1-497b-a0d1-f54695468272", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111139Z:1417020b-fcc1-497b-a0d1-f54695468272", + "x-ms-correlation-request-id": "3933a821-3bad-48a8-9d49-5373226758f3", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094605Z:3933a821-3bad-48a8-9d49-5373226758f3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/edfe2b77-5442-4132-b192-27ff03b92aac", - "name": "edfe2b77-5442-4132-b192-27ff03b92aac", - "status": "Succeeded", - "startTime": "2022-09-20T11:11:09.3006488Z", - "endTime": "2022-09-20T11:11:10.3637618Z", - "percentComplete": 100.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a19f4f5-78b0-4391-8076-fdc4001f3d9b", + "name": "0a19f4f5-78b0-4391-8076-fdc4001f3d9b", + "status": "Creating", + "startTime": "2022-10-20T09:46:04.91622Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/edfe2b77-5442-4132-b192-27ff03b92aac?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a19f4f5-78b0-4391-8076-fdc4001f3d9b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "780", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:11: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": "5e2408e8-434f-403a-ae3e-4d810bf39e7c", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111139Z:5e2408e8-434f-403a-ae3e-4d810bf39e7c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "9/20/2022 11:11:10 AM", - "location": "", - "properties": { - "fileSystemId": "95652378-ce3f-245f-2b40-8de24435fdd5", - "creationDate": "0001-01-01T00:00:00Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2199,7 +2238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:11:50 GMT", + "Date": "Thu, 20 Oct 2022 09:46:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2207,70 +2246,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bfb66212-6f5f-4bb5-a80b-c9a13494d3ad", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111150Z:bfb66212-6f5f-4bb5-a80b-c9a13494d3ad", + "x-ms-correlation-request-id": "08a344a3-2791-470b-959b-a6a544e9bc19", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094635Z:08a344a3-2791-470b-959b-a6a544e9bc19", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a19f4f5-78b0-4391-8076-fdc4001f3d9b", + "name": "0a19f4f5-78b0-4391-8076-fdc4001f3d9b", + "status": "Succeeded", + "startTime": "2022-10-20T09:46:04.91622Z", + "endTime": "2022-10-20T09:46:06.2306039Z", + "percentComplete": 100.0, "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a19f4f5-78b0-4391-8076-fdc4001f3d9b?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "780", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:12:04 GMT", + "Date": "Thu, 20 Oct 2022 09:46: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": "e3c0af7d-d298-4224-9911-1e2c5bbf7568", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111204Z:e3c0af7d-d298-4224-9911-1e2c5bbf7568", + "x-ms-correlation-request-id": "3317d5c9-ec13-4e20-8fd3-68a5fafb02e7", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094635Z:3317d5c9-ec13-4e20-8fd3-68a5fafb02e7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "etag": "10/20/2022 9:46:06 AM", + "location": "", "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", + "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "creationDate": "0001-01-01T00:00:00Z", + "backupId": "83823948-0271-7ed6-0cb1-cd785cdeb42c", "size": 0, "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "failureReason": "None", + "useExistingSnapshot": false, + "provisioningState": "Creating" } } }, @@ -2281,7 +2314,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2289,7 +2322,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:12:14 GMT", + "Date": "Thu, 20 Oct 2022 09:46:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2297,9 +2330,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "21b44639-53d8-4cf9-ae0f-6212adfeb736", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111214Z:21b44639-53d8-4cf9-ae0f-6212adfeb736", + "x-ms-correlation-request-id": "68f52e57-0b5b-4dc6-95b7-2f56bedd6eea", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094646Z:68f52e57-0b5b-4dc6-95b7-2f56bedd6eea", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2308,12 +2341,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", + "creationDate": "2022-10-20T09:46:06Z", + "backupId": "83823948-0271-7ed6-0cb1-cd785cdeb42c", "size": 0, "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", + "provisioningState": "Creating", + "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-503c258e", "useExistingSnapshot": false } @@ -2326,7 +2359,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2334,7 +2367,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:12:25 GMT", + "Date": "Thu, 20 Oct 2022 09:46:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2342,9 +2375,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "794e79fb-85e0-4214-8925-2ed9baed172f", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111226Z:794e79fb-85e0-4214-8925-2ed9baed172f", + "x-ms-correlation-request-id": "b0c5e484-c647-4b8f-a068-bddbaa514aea", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094657Z:b0c5e484-c647-4b8f-a068-bddbaa514aea", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2353,12 +2386,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", + "creationDate": "2022-10-20T09:46:06Z", + "backupId": "83823948-0271-7ed6-0cb1-cd785cdeb42c", "size": 0, "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", + "provisioningState": "Creating", + "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-503c258e", "useExistingSnapshot": false } @@ -2371,7 +2404,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2379,7 +2412,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:12:36 GMT", + "Date": "Thu, 20 Oct 2022 09:47:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2387,9 +2420,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a44bae9d-4f71-48f7-a316-5d12bbd7b8d4", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111236Z:a44bae9d-4f71-48f7-a316-5d12bbd7b8d4", + "x-ms-correlation-request-id": "91153d0c-d06a-49dc-be71-fd8061ed1094", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094707Z:91153d0c-d06a-49dc-be71-fd8061ed1094", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2398,12 +2431,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", + "creationDate": "2022-10-20T09:46:06Z", + "backupId": "83823948-0271-7ed6-0cb1-cd785cdeb42c", "size": 0, "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", + "provisioningState": "Creating", + "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-503c258e", "useExistingSnapshot": false } @@ -2416,7 +2449,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2424,7 +2457,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:12:46 GMT", + "Date": "Thu, 20 Oct 2022 09:47:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2432,9 +2465,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ab3947e-8d90-4a21-89c0-a860ed7c581d", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111246Z:0ab3947e-8d90-4a21-89c0-a860ed7c581d", + "x-ms-correlation-request-id": "22f9cf85-6930-443b-b992-cfaea9be5cdd", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094718Z:22f9cf85-6930-443b-b992-cfaea9be5cdd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2443,12 +2476,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", + "creationDate": "2022-10-20T09:46:06Z", + "backupId": "83823948-0271-7ed6-0cb1-cd785cdeb42c", "size": 0, "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", + "provisioningState": "Creating", + "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-503c258e", "useExistingSnapshot": false } @@ -2461,7 +2494,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2469,7 +2502,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:12:57 GMT", + "Date": "Thu, 20 Oct 2022 09:47:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2477,9 +2510,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a01206c7-1eef-452b-86b4-ce880676cbc7", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111258Z:a01206c7-1eef-452b-86b4-ce880676cbc7", + "x-ms-correlation-request-id": "7a553508-8ded-427d-90cb-8475f3546a24", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094729Z:7a553508-8ded-427d-90cb-8475f3546a24", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2488,25 +2521,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, + "creationDate": "2022-10-20T09:46:09Z", + "backupId": "83823948-0271-7ed6-0cb1-cd785cdeb42c", + "size": 331776, "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", + "provisioningState": "Succeeded", + "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-503c258e", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backupStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2514,7 +2547,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:13:08 GMT", + "Date": "Thu, 20 Oct 2022 09:49:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2522,36 +2555,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "97cde473-e992-489f-a32f-3854084ce793", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111308Z:97cde473-e992-489f-a32f-3854084ce793", + "x-ms-correlation-request-id": "01db7559-c483-4951-9c97-82ac0910d6f1", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094933Z:01db7559-c483-4951-9c97-82ac0910d6f1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Mirrored", + "totalTransferBytes": 271298, + "lastTransferSize": 271298, + "lastTransferType": "initialize" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/vaults?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2559,7 +2584,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:13:21 GMT", + "Date": "Thu, 20 Oct 2022 09:49:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2567,216 +2592,163 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f1cabdba-9634-49b9-977b-26a7864d8afb", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111321Z:f1cabdba-9634-49b9-977b-26a7864d8afb", + "x-ms-correlation-request-id": "57ae7b8a-068e-4251-8d06-c8316a7c8793", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094934Z:57ae7b8a-068e-4251-8d06-c8316a7c8793", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false - } + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/vaults/cbsvault", + "name": "sdk-py-tests-acc-1-503c258e/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e?api-version=2022-05-01", + "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "Content-Length": "413", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, - "RequestBody": null, - "StatusCode": 200, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/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/westus2/operationResults/e9f1e06c-151d-4fcd-ab49-6e71d2e211f1?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "2743", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:13:32 GMT", + "Date": "Thu, 20 Oct 2022 09:49:35 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T09%3A49%3A35.5233013Z\u0027\u0022", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9f1e06c-151d-4fcd-ab49-6e71d2e211f1?api-version=2022-05-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": "8b32b069-de28-4bcd-b9c3-8756fec7e0a1", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111333Z:8b32b069-de28-4bcd-b9c3-8756fec7e0a1", + "x-ms-correlation-request-id": "51caf797-33e1-4a4c-aa6b-cca296e31335", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094935Z:51caf797-33e1-4a4c-aa6b-cca296e31335", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T09%3A49%3A35.5233013Z\u0027\u0022", "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T09:45:32.4706274Z" + }, "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 11:13: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": "2273be7a-b7ea-46b1-aa9c-c32dbb4e8912", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111343Z:2273be7a-b7ea-46b1-aa9c-c32dbb4e8912", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 11:13: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": "e5d29929-04e5-485f-84e8-d3ff62a8179a", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111353Z:e5d29929-04e5-485f-84e8-d3ff62a8179a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 20 Sep 2022 11:14: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": "b0097fd9-bea5-40bd-ae4e-7c699d087049", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111405Z:b0097fd9-bea5-40bd-ae4e-7c699d087049", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/vaults/cbsvault" + } + }, + "provisioningState": "Patching", + "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-503c258e", + "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_8f82c7b40509489d9e97d719b9b955b4_ec789256", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T09:41:17.3438843Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T09:45:32.6645482Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9f1e06c-151d-4fcd-ab49-6e71d2e211f1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2784,7 +2756,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:14:16 GMT", + "Date": "Thu, 20 Oct 2022 09:49:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2792,36 +2764,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d40df1e0-86b5-45ac-afc4-f12bf22521f7", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111417Z:d40df1e0-86b5-45ac-afc4-f12bf22521f7", + "x-ms-correlation-request-id": "0fd03cbf-6556-4f20-86e0-6d46af96c9a0", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20221020T094935Z:0fd03cbf-6556-4f20-86e0-6d46af96c9a0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9f1e06c-151d-4fcd-ab49-6e71d2e211f1", + "name": "e9f1e06c-151d-4fcd-ab49-6e71d2e211f1", + "status": "Patching", + "startTime": "2022-10-20T09:49:35.5334773Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9f1e06c-151d-4fcd-ab49-6e71d2e211f1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2829,7 +2796,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:14:28 GMT", + "Date": "Thu, 20 Oct 2022 09:50:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2837,36 +2804,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "88e9682f-7f08-43ac-8474-b47001e8d70a", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111428Z:88e9682f-7f08-43ac-8474-b47001e8d70a", + "x-ms-correlation-request-id": "5fa75773-e43c-4304-8d7b-f20997623d3d", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095006Z:5fa75773-e43c-4304-8d7b-f20997623d3d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9f1e06c-151d-4fcd-ab49-6e71d2e211f1", + "name": "e9f1e06c-151d-4fcd-ab49-6e71d2e211f1", + "status": "Succeeded", + "startTime": "2022-10-20T09:49:35.5334773Z", + "endTime": "2022-10-20T09:49:41.1548011Z", + "percentComplete": 100.0, "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9f1e06c-151d-4fcd-ab49-6e71d2e211f1?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2874,7 +2836,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:14:39 GMT", + "Date": "Thu, 20 Oct 2022 09:50:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2882,126 +2844,181 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d676962b-c889-49d0-86f7-b46e482d4044", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111440Z:d676962b-c889-49d0-86f7-b46e482d4044", + "x-ms-correlation-request-id": "061aae53-795f-4b6b-a0c3-c6fe68412ab3", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095006Z:061aae53-795f-4b6b-a0c3-c6fe68412ab3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T09%3A49%3A41.1471254Z\u0027\u0022", "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T09:45:32.4706274Z" + }, "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "dataProtection": { + "backup": { + "backupEnabled": false, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/vaults/cbsvault" + } + }, + "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-503c258e", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_ec789256", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", + "poolId": "646da0f4-e996-26bf-c015-3b9617996e17", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T09:41:17.3438843Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T09:49:35.3953575Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:14:49 GMT", + "Date": "Thu, 20 Oct 2022 09:50: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": "21a2099f-699b-4542-ad07-d4ccd791f653", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111450Z:21a2099f-699b-4542-ad07-d4ccd791f653", + "x-ms-correlation-request-id": "66c1e6bc-d7e9-4c72-8a58-0edae355a586", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095009Z:66c1e6bc-d7e9-4c72-8a58-0edae355a586", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "error": { + "code": "NotFound", + "message": "The requested Backup was not found." } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e?api-version=2022-05-01", + "RequestMethod": "DELETE", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:15:01 GMT", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 09:50:09 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609?api-version=2022-05-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": "4faf3f71-7149-4f7d-99fc-a2aedc1d2e19", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111501Z:4faf3f71-7149-4f7d-99fc-a2aedc1d2e19", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false - } - } + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a7fdf76f-2b5a-41b3-a483-05d0ce736d8b", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095010Z:a7fdf76f-2b5a-41b3-a483-05d0ce736d8b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3009,7 +3026,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:15:11 GMT", + "Date": "Thu, 20 Oct 2022 09:50:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3017,36 +3034,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "16ea092c-eb8a-4a36-b19c-19627c465e07", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111511Z:16ea092c-eb8a-4a36-b19c-19627c465e07", + "x-ms-correlation-request-id": "9e35a59b-b0b6-483d-904f-35cb6b32c9bd", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095010Z:9e35a59b-b0b6-483d-904f-35cb6b32c9bd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609", + "name": "efa928fb-ecfc-4423-ae59-871617fc7609", + "status": "Deleting", + "startTime": "2022-10-20T09:50:10.2400676Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3054,7 +3066,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:15:22 GMT", + "Date": "Thu, 20 Oct 2022 09:50:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3062,36 +3074,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dc9aa95e-28cf-4db0-9758-c4e6eba76b3d", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111522Z:dc9aa95e-28cf-4db0-9758-c4e6eba76b3d", + "x-ms-correlation-request-id": "70c98818-8e58-48a9-aba1-d049addc6c54", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095040Z:70c98818-8e58-48a9-aba1-d049addc6c54", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609", + "name": "efa928fb-ecfc-4423-ae59-871617fc7609", + "status": "Deleting", + "startTime": "2022-10-20T09:50:10.2400676Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3099,7 +3106,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:15:32 GMT", + "Date": "Thu, 20 Oct 2022 09:51:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3107,36 +3114,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "74c890cb-ab80-49c2-ae0f-2343424c8ed2", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111533Z:74c890cb-ab80-49c2-ae0f-2343424c8ed2", + "x-ms-correlation-request-id": "e9d256b4-6afe-4980-a67f-dc144b5c9bd1", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095111Z:e9d256b4-6afe-4980-a67f-dc144b5c9bd1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609", + "name": "efa928fb-ecfc-4423-ae59-871617fc7609", + "status": "Deleting", + "startTime": "2022-10-20T09:50:10.2400676Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3144,7 +3146,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:15:44 GMT", + "Date": "Thu, 20 Oct 2022 09:51:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3152,36 +3154,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8123a001-0d8c-4b47-a837-186456651afb", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111544Z:8123a001-0d8c-4b47-a837-186456651afb", + "x-ms-correlation-request-id": "fc0f0ac2-9885-40f4-897a-8754e656d447", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095141Z:fc0f0ac2-9885-40f4-897a-8754e656d447", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609", + "name": "efa928fb-ecfc-4423-ae59-871617fc7609", + "status": "Deleting", + "startTime": "2022-10-20T09:50:10.2400676Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3189,7 +3186,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:15:55 GMT", + "Date": "Thu, 20 Oct 2022 09:52:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3197,36 +3194,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f59f332-8c95-4a13-b8f0-21b2d342a991", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111555Z:5f59f332-8c95-4a13-b8f0-21b2d342a991", + "x-ms-correlation-request-id": "5311596d-c50c-4b9c-8120-256f2a2b9711", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095211Z:5311596d-c50c-4b9c-8120-256f2a2b9711", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609", + "name": "efa928fb-ecfc-4423-ae59-871617fc7609", + "status": "Deleting", + "startTime": "2022-10-20T09:50:10.2400676Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3234,7 +3226,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:16:05 GMT", + "Date": "Thu, 20 Oct 2022 09:52:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3242,36 +3234,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ca403cd-990d-445c-afef-834e93a1e988", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111605Z:3ca403cd-990d-445c-afef-834e93a1e988", + "x-ms-correlation-request-id": "f3ca5b35-eb3d-44bf-aee2-60a2b3e472e5", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095241Z:f3ca5b35-eb3d-44bf-aee2-60a2b3e472e5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609", + "name": "efa928fb-ecfc-4423-ae59-871617fc7609", + "status": "Deleting", + "startTime": "2022-10-20T09:50:10.2400676Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3279,7 +3266,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:16:15 GMT", + "Date": "Thu, 20 Oct 2022 09:53:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3287,36 +3274,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e632b25a-ad93-4847-b9d1-34f6f0fca903", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111616Z:e632b25a-ad93-4847-b9d1-34f6f0fca903", + "x-ms-correlation-request-id": "1468c0b3-b2fa-4494-9472-10a73c7d8e37", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095312Z:1468c0b3-b2fa-4494-9472-10a73c7d8e37", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609", + "name": "efa928fb-ecfc-4423-ae59-871617fc7609", + "status": "Succeeded", + "startTime": "2022-10-20T09:50:10.2400676Z", + "endTime": "2022-10-20T09:52:44.5749271Z", + "percentComplete": 100.0, "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3324,7 +3306,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:16:26 GMT", + "Date": "Thu, 20 Oct 2022 09:53:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3332,126 +3314,179 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "56d74c30-ef6b-4fce-b2c9-324338ddd2fd", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111626Z:56d74c30-ef6b-4fce-b2c9-324338ddd2fd", + "x-ms-correlation-request-id": "2efa8819-64fd-4b91-a3ad-106884420b42", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095312Z:2efa8819-64fd-4b91-a3ad-106884420b42", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T09%3A52%3A27.3801726Z\u0027\u0022", "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T09:45:32.4706274Z" + }, "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "dataProtection": { + "backup": { + "backupEnabled": false, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/vaults/cbsvault" + } + }, + "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-503c258e", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_ec789256", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", + "poolId": "646da0f4-e996-26bf-c015-3b9617996e17", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T09:41:17.3438843Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T09:49:35.3953575Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:16:36 GMT", + "Date": "Thu, 20 Oct 2022 09:56: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": "e1a9ad99-776e-467e-9808-e79ab03b1716", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111637Z:e1a9ad99-776e-467e-9808-e79ab03b1716", - "X-Powered-By": "ASP.NET" + "x-ms-correlation-request-id": "02d3b4da-e2fb-4f37-9daa-17d1d356ea6b", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095636Z:02d3b4da-e2fb-4f37-9daa-17d1d356ea6b" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/749ef382-fb88-4d0e-8482-0b5293298f4e?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:16:47 GMT", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 09:56:48 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/749ef382-fb88-4d0e-8482-0b5293298f4e?api-version=2022-05-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": "3096477a-9043-4716-8bd9-f516a082351f", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111647Z:3096477a-9043-4716-8bd9-f516a082351f", + "x-ms-correlation-request-id": "44500b3f-deff-4352-97c6-9d10dceeed7d", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095649Z:44500b3f-deff-4352-97c6-9d10dceeed7d", "X-Powered-By": "ASP.NET" }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false - } - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/749ef382-fb88-4d0e-8482-0b5293298f4e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3459,7 +3494,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:16:58 GMT", + "Date": "Thu, 20 Oct 2022 09:56:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3467,36 +3502,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a65b9884-d675-42b7-ad9e-4007d099813b", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111658Z:a65b9884-d675-42b7-ad9e-4007d099813b", + "x-ms-correlation-request-id": "6a7ad1c8-9925-40c1-b0d2-d7a080a08a9c", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095649Z:6a7ad1c8-9925-40c1-b0d2-d7a080a08a9c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/749ef382-fb88-4d0e-8482-0b5293298f4e", + "name": "749ef382-fb88-4d0e-8482-0b5293298f4e", + "status": "Deleting", + "startTime": "2022-10-20T09:56:47.9701504Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/749ef382-fb88-4d0e-8482-0b5293298f4e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3504,7 +3534,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:17:09 GMT", + "Date": "Thu, 20 Oct 2022 09:57:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3512,36 +3542,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9446746e-665b-4bed-9d04-d0472e109850", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111710Z:9446746e-665b-4bed-9d04-d0472e109850", + "x-ms-correlation-request-id": "83b5abfc-03c7-4d49-9d8d-3775da1f6050", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095719Z:83b5abfc-03c7-4d49-9d8d-3775da1f6050", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/749ef382-fb88-4d0e-8482-0b5293298f4e", + "name": "749ef382-fb88-4d0e-8482-0b5293298f4e", + "status": "Succeeded", + "startTime": "2022-10-20T09:56:47.9701504Z", + "endTime": "2022-10-20T09:56:49.0638601Z", + "percentComplete": 100.0, "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/749ef382-fb88-4d0e-8482-0b5293298f4e?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3549,7 +3574,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:17:20 GMT", + "Date": "Thu, 20 Oct 2022 09:57:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3557,306 +3582,211 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d913906-90e9-49b0-b0a4-72ce3bef2d91", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111721Z:7d913906-90e9-49b0-b0a4-72ce3bef2d91", + "x-ms-correlation-request-id": "27a73708-e6e5-46cc-8f27-88c63a49114d", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095720Z:27a73708-e6e5-46cc-8f27-88c63a49114d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T09%3A56%3A47.9654837Z\u0027\u0022", "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T09:41:02.7767335Z" + }, "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "poolId": "646da0f4-e996-26bf-c015-3b9617996e17", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T09:41:04.0184669Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T09:41:04.0184669Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:17:31 GMT", + "Date": "Thu, 20 Oct 2022 09:57: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": "5c891851-085b-4180-9e45-5ac6a59e912a", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111731Z:5c891851-085b-4180-9e45-5ac6a59e912a", - "X-Powered-By": "ASP.NET" + "x-ms-correlation-request-id": "e691a5da-865e-4299-a605-b8b5a7d2ea57", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095730Z:e691a5da-865e-4299-a605-b8b5a7d2ea57" }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false - } - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:17:41 GMT", + "Date": "Thu, 20 Oct 2022 09:57: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": "ba3d2aea-9f84-4021-8014-e968259f821d", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111742Z:ba3d2aea-9f84-4021-8014-e968259f821d", - "X-Powered-By": "ASP.NET" + "x-ms-correlation-request-id": "ad2af4f6-5baa-4905-b5a8-636dd17b21cd", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095740Z:ad2af4f6-5baa-4905-b5a8-636dd17b21cd" }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false - } - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:17:53 GMT", + "Date": "Thu, 20 Oct 2022 09:57: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": "720d49ea-923e-4951-a1f7-ddca2fc2a966", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111753Z:720d49ea-923e-4951-a1f7-ddca2fc2a966", - "X-Powered-By": "ASP.NET" + "x-ms-correlation-request-id": "6abdd504-f19c-408a-a2f4-035a5c987f01", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095751Z:6abdd504-f19c-408a-a2f4-035a5c987f01" }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false - } - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:18:04 GMT", + "Date": "Thu, 20 Oct 2022 09:58: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": "030804e0-fdb2-480e-bff7-2997cc04035f", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111804Z:030804e0-fdb2-480e-bff7-2997cc04035f", - "X-Powered-By": "ASP.NET" + "x-ms-correlation-request-id": "773d54f3-a709-454c-8857-d290d1342030", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095801Z:773d54f3-a709-454c-8857-d290d1342030" }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false - } - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:18:15 GMT", + "Date": "Thu, 20 Oct 2022 09:58: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": "c18fc9ca-79dd-4a1b-8f96-0263e9e83312", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111816Z:c18fc9ca-79dd-4a1b-8f96-0263e9e83312", - "X-Powered-By": "ASP.NET" + "x-ms-correlation-request-id": "b6273098-1c80-429d-85ed-6fe6f060a0a1", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095811Z:b6273098-1c80-429d-85ed-6fe6f060a0a1" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e?api-version=2022-05-01", + "RequestMethod": "DELETE", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b452e9d6-2fd5-44e3-9379-2b759b5e54ae?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:18:26 GMT", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 09:58:12 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b452e9d6-2fd5-44e3-9379-2b759b5e54ae?api-version=2022-05-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": "d1e548c2-4c20-442a-a4f9-6c35b16e731e", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111826Z:d1e548c2-4c20-442a-a4f9-6c35b16e731e", + "x-ms-correlation-request-id": "f6f68ff6-0ff4-441a-8b1a-011892f21bbb", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095812Z:f6f68ff6-0ff4-441a-8b1a-011892f21bbb", "X-Powered-By": "ASP.NET" }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false - } - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b452e9d6-2fd5-44e3-9379-2b759b5e54ae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3864,7 +3794,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:18:36 GMT", + "Date": "Thu, 20 Oct 2022 09:58:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3872,36 +3802,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "74fc04bd-3091-4cb4-aeb6-42ebafb843a3", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111837Z:74fc04bd-3091-4cb4-aeb6-42ebafb843a3", + "x-ms-correlation-request-id": "34269226-e73e-43b5-9866-bb215b2c026d", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095813Z:34269226-e73e-43b5-9866-bb215b2c026d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b452e9d6-2fd5-44e3-9379-2b759b5e54ae", + "name": "b452e9d6-2fd5-44e3-9379-2b759b5e54ae", + "status": "Succeeded", + "startTime": "2022-10-20T09:58:11.5698582Z", + "endTime": "2022-10-20T09:58:11.6167248Z", + "percentComplete": 100.0, "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b452e9d6-2fd5-44e3-9379-2b759b5e54ae?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3909,7 +3834,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:18:47 GMT", + "Date": "Thu, 20 Oct 2022 09:58:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3917,109 +3842,103 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e58ceead-61f5-4ea6-a0e3-528e6ac91c69", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111847Z:e58ceead-61f5-4ea6-a0e3-528e6ac91c69", + "x-ms-correlation-request-id": "dac0bd96-df56-4885-a90b-de821141da6a", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095813Z:dac0bd96-df56-4885-a90b-de821141da6a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T09%3A58%3A11.5572827Z\u0027\u0022", "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T09:40:59.1492895Z" + }, "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T09:40:59.9696968Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T09:40:59.9696968Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:18:58 GMT", + "Date": "Thu, 20 Oct 2022 09:58: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": "5c6d64ab-8f45-40d8-851f-32a37366fcf5", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-routing-request-id": "WESTEUROPE:20220920T111858Z:5c6d64ab-8f45-40d8-851f-32a37366fcf5", + "x-ms-correlation-request-id": "99dbbc1f-bf8a-40b9-8ded-df14675e4925", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095814Z:99dbbc1f-bf8a-40b9-8ded-df14675e4925", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e\u0027 is not found." } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backupStatus?api-version=2022-05-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e?api-version=2022-05-01", + "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2c828510-64a5-4060-97eb-7c210e334977?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Sep 2022 11:21:01 GMT", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 09:58:14 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/2c828510-64a5-4060-97eb-7c210e334977?api-version=2022-05-01", "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b59a26a-8eb4-4b34-8142-be81ca4f1936", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220920T112101Z:2b59a26a-8eb4-4b34-8142-be81ca4f1936", - "X-Powered-By": "ASP.NET" + "x-ms-arm-service-request-id": "bd394625-3f29-42cb-85ae-8a6edd2fcb8c", + "x-ms-correlation-request-id": "5811e113-e560-4fe0-8f10-81a2ac4b511d", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "WESTEUROPE:20221020T095814Z:5811e113-e560-4fe0-8f10-81a2ac4b511d" }, - "ResponseBody": { - "healthy": false, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "unhealthyReason": "Failed to configure object store. Reason: azure resource config error", - "totalTransferBytes": 0, - "lastTransferSize": 0 - } + "ResponseBody": null } ], "Variables": {} 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 ab98391bc25b..5aa173a404f6 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:45 GMT", + "Date": "Wed, 19 Oct 2022 09:58:51 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.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:45 GMT", + "Date": "Wed, 19 Oct 2022 09:58:51 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.13871.7 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "55a1d816-43f7-47d1-bf0e-6cf9045cf950", + "client-request-id": "e7f9b634-e947-4526-a9c1-8372ba568214", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "55a1d816-43f7-47d1-bf0e-6cf9045cf950", + "client-request-id": "e7f9b634-e947-4526-a9c1-8372ba568214", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:45 GMT", + "Date": "Wed, 19 Oct 2022 09:58:52 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,7 +221,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -236,25 +233,6649 @@ } } }, - "StatusCode": 404, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a26dacc3-842f-4c4f-bb34-61a339619f05?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:46 GMT", + "Date": "Wed, 19 Oct 2022 09:58:58 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ad77f20-6e3f-419d-ab5c-bc6e2fc788cc", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010847Z:6ad77f20-6e3f-419d-ab5c-bc6e2fc788cc" + "x-ms-arm-service-request-id": "2b21b507-091b-4630-8b13-9d83dc2186bb", + "x-ms-correlation-request-id": "f6eb8e9e-c183-4527-94c8-092da1fafef9", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095859Z:f6eb8e9e-c183-4527-94c8-092da1fafef9" }, "ResponseBody": { - "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "name": "sdk-python-tests-vnet-westus2-70dd2307", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307", + "etag": "W/\u00227951e934-8792-4f5e-aed2-8a5aea0b819a\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:58:54.6326032Z" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "affa18c8-029f-46f3-af41-e52c656a2824", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a26dacc3-842f-4c4f-bb34-61a339619f05?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:58:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "adb408aa-b544-480b-91a5-58c6261f6873", + "x-ms-correlation-request-id": "364f4810-ab67-46ec-a5bd-dabab8c11dca", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095859Z:364f4810-ab67-46ec-a5bd-dabab8c11dca" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:59:00 GMT", + "ETag": "W/\u002215b00904-c3da-4292-bd22-6fa6ef489e06\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ee354341-dede-4a71-801f-e86a75fefaf5", + "x-ms-correlation-request-id": "89892167-00d9-4798-8d2d-8d7224d8e88d", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095900Z:89892167-00d9-4798-8d2d-8d7224d8e88d" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-westus2-70dd2307", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307", + "etag": "W/\u002215b00904-c3da-4292-bd22-6fa6ef489e06\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:58:54.6326032Z" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "affa18c8-029f-46f3-af41-e52c656a2824", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "151", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "properties": { + "serviceName": "Microsoft.Netapp/volumes" + } + } + ] } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f2471aad-f0e2-43e5-bed7-9e5ebbd491fc?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1326", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:59:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "18c66b54-0891-439f-b7ae-968bed5c688c", + "x-ms-correlation-request-id": "8cd88c2f-c257-4e62-8046-61ba81367829", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095901Z:8cd88c2f-c257-4e62-8046-61ba81367829" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", + "etag": "W/\u0022a44102c3-38bd-4a14-8f46-b8b2dae3003c\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default/delegations/netAppVolumes", + "etag": "W/\u0022a44102c3-38bd-4a14-8f46-b8b2dae3003c\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f2471aad-f0e2-43e5-bed7-9e5ebbd491fc?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:59:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "71d1eb56-c1cb-48bb-a064-24691e28fd8a", + "x-ms-correlation-request-id": "06352bcb-4999-4567-8dcc-2e26dab6f2f6", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095901Z:06352bcb-4999-4567-8dcc-2e26dab6f2f6" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:59:01 GMT", + "ETag": "W/\u00220775a038-27e3-4112-a790-5a18a2ae8a9f\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "264892b7-c875-499a-a9f4-aa938aec01e8", + "x-ms-correlation-request-id": "13f94254-739b-4085-ac93-5a878139fb2b", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095901Z:13f94254-739b-4085-ac93-5a878139fb2b" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", + "etag": "W/\u00220775a038-27e3-4112-a790-5a18a2ae8a9f\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default/delegations/netAppVolumes", + "etag": "W/\u00220775a038-27e3-4112-a790-5a18a2ae8a9f\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Wed, 19 Oct 2022 09:59:01 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.13845.10 - NEULR2 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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Wed, 19 Oct 2022 09:59:01 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.13845.10 - 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": "30384658-e779-47e1-9eb0-61cc8f997daa", + "Connection": "keep-alive", + "Content-Length": "281", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "win32", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.20.0", + "x-ms-lib-capability": "retry-after, h429" + }, + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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": "30384658-e779-47e1-9eb0-61cc8f997daa", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:59:01 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.13845.10 - 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71e12a8e-0dfd-42ee-bd16-83e5f08485b9?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:59:06 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A59%3A05.0773585Z\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": "2e582ffa-efec-47fe-b63f-006bfd2a4398", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095906Z:2e582ffa-efec-47fe-b63f-006bfd2a4398", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307", + "name": "sdk-py-tests-acc-1-70dd2307", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A59%3A05.0773585Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:59:02.8508654Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:59:04.1324459Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:59:04.1324459Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71e12a8e-0dfd-42ee-bd16-83e5f08485b9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:59: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": "e51690d1-481d-42f9-92a5-420dbe853d75", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095906Z:e51690d1-481d-42f9-92a5-420dbe853d75", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71e12a8e-0dfd-42ee-bd16-83e5f08485b9", + "name": "71e12a8e-0dfd-42ee-bd16-83e5f08485b9", + "status": "Succeeded", + "startTime": "2022-10-19T09:59:05.0792021Z", + "endTime": "2022-10-19T09:59:05.157392Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:59:07 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A59%3A05.1496075Z\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": "d8ca4f4a-317d-4c24-b1e9-c2486c727d69", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095907Z:d8ca4f4a-317d-4c24-b1e9-c2486c727d69", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307", + "name": "sdk-py-tests-acc-1-70dd2307", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A59%3A05.1496075Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:59:02.8508654Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:59:04.1324459Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:59:04.1324459Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/49635d59-a8e8-46b1-9646-08b234cc17d2?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "920", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:59:09 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A59%3A09.0740786Z\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": "fe000722-5b99-4a3e-832f-363734cd58c9", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095910Z:fe000722-5b99-4a3e-832f-363734cd58c9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A59%3A09.0740786Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:59:07.5325513Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:59:08.819964Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:59:08.819964Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/49635d59-a8e8-46b1-9646-08b234cc17d2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:59: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": "1eea21e9-86d7-4529-a0c8-09a228154755", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095910Z:1eea21e9-86d7-4529-a0c8-09a228154755", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/49635d59-a8e8-46b1-9646-08b234cc17d2", + "name": "49635d59-a8e8-46b1-9646-08b234cc17d2", + "status": "Creating", + "startTime": "2022-10-19T09:59:09.0794686Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/49635d59-a8e8-46b1-9646-08b234cc17d2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:59: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": "b5347362-c4cf-4c25-8e78-de64599a3471", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095940Z:b5347362-c4cf-4c25-8e78-de64599a3471", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/49635d59-a8e8-46b1-9646-08b234cc17d2", + "name": "49635d59-a8e8-46b1-9646-08b234cc17d2", + "status": "Succeeded", + "startTime": "2022-10-19T09:59:09.0794686Z", + "endTime": "2022-10-19T09:59:11.032797Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:59:40 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A59%3A11.0391828Z\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": "09b7aa07-18fa-4158-be5e-d4b9615df5c7", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095940Z:09b7aa07-18fa-4158-be5e-d4b9615df5c7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A59%3A11.0391828Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:59:07.5325513Z" + }, + "properties": { + "poolId": "6a517996-f0df-e4f0-4c04-f6a5f10160b7", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:59:08.819964Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:59:08.819964Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "783", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "creationToken": "sdk-py-tests-vol-3-70dd2307", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/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 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1585", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:59:53 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A59%3A53.2558559Z\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": "38416ac7-4b43-4db4-a967-c189636763b4", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095954Z:38416ac7-4b43-4db4-a967-c189636763b4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A59%3A53.2558559Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:59:51.1786732Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-70dd2307", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/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, + "maximumNumberOfFiles": 100000000, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:59:52.2889269Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:59:52.2889269Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:59: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": "e2720844-6cad-4887-9055-30fbfa68df3c", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "WESTEUROPE:20221019T095954Z:e2720844-6cad-4887-9055-30fbfa68df3c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99", + "name": "ce27e933-c551-49ab-bfa9-820eb74cea99", + "status": "Creating", + "startTime": "2022-10-19T09:59:53.2725767Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:00: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": "947dc680-d31c-449a-96c8-b532c04f8f4e", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100024Z:947dc680-d31c-449a-96c8-b532c04f8f4e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99", + "name": "ce27e933-c551-49ab-bfa9-820eb74cea99", + "status": "Creating", + "startTime": "2022-10-19T09:59:53.2725767Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:00: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": "dc0bd70e-4eee-4e70-9fbd-d0344e91659a", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100055Z:dc0bd70e-4eee-4e70-9fbd-d0344e91659a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99", + "name": "ce27e933-c551-49ab-bfa9-820eb74cea99", + "status": "Creating", + "startTime": "2022-10-19T09:59:53.2725767Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 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": "46517304-22df-479d-9345-3a86fdc53472", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100125Z:46517304-22df-479d-9345-3a86fdc53472", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99", + "name": "ce27e933-c551-49ab-bfa9-820eb74cea99", + "status": "Creating", + "startTime": "2022-10-19T09:59:53.2725767Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:01: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": "37422e52-acf6-4585-845a-43c9771888c4", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100155Z:37422e52-acf6-4585-845a-43c9771888c4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99", + "name": "ce27e933-c551-49ab-bfa9-820eb74cea99", + "status": "Creating", + "startTime": "2022-10-19T09:59:53.2725767Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:02: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": "dc884fc6-e947-4c77-a77b-86fc476f8d0b", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100225Z:dc884fc6-e947-4c77-a77b-86fc476f8d0b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99", + "name": "ce27e933-c551-49ab-bfa9-820eb74cea99", + "status": "Creating", + "startTime": "2022-10-19T09:59:53.2725767Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:02: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": "fa350782-bd00-4c77-9400-e9fcf376150b", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100256Z:fa350782-bd00-4c77-9400-e9fcf376150b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99", + "name": "ce27e933-c551-49ab-bfa9-820eb74cea99", + "status": "Creating", + "startTime": "2022-10-19T09:59:53.2725767Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:03: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": "5734d9a0-f83f-42bb-9c44-e860b397f2c0", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100326Z:5734d9a0-f83f-42bb-9c44-e860b397f2c0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99", + "name": "ce27e933-c551-49ab-bfa9-820eb74cea99", + "status": "Creating", + "startTime": "2022-10-19T09:59:53.2725767Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:03: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": "b74078ce-57e2-47c1-b5a7-3611bb88a66e", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100356Z:b74078ce-57e2-47c1-b5a7-3611bb88a66e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99", + "name": "ce27e933-c551-49ab-bfa9-820eb74cea99", + "status": "Creating", + "startTime": "2022-10-19T09:59:53.2725767Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:04: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": "9a8df974-820d-4d79-81da-10114f72de9e", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100426Z:9a8df974-820d-4d79-81da-10114f72de9e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99", + "name": "ce27e933-c551-49ab-bfa9-820eb74cea99", + "status": "Succeeded", + "startTime": "2022-10-19T09:59:53.2725767Z", + "endTime": "2022-10-19T10:04:24.6858354Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:04:26 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T10%3A04%3A24.6807371Z\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": "fd06a1f5-de29-48d5-a5a5-acdb6e4bcf06", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100427Z:fd06a1f5-de29-48d5-a5a5-acdb6e4bcf06", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T10%3A04%3A24.6807371Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:59:51.1786732Z" + }, + "properties": { + "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-70dd2307", + "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_8f82c7b40509489d9e97d719b9b955b4_ef995bbe", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:59:52.2889269Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:59:52.2889269Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:04:37 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T10%3A04%3A24.6807371Z\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": "b69d503f-e79f-4624-b4be-a50ba6e6e619", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100437Z:b69d503f-e79f-4624-b4be-a50ba6e6e619", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T10%3A04%3A24.6807371Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:59:51.1786732Z" + }, + "properties": { + "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-70dd2307", + "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_8f82c7b40509489d9e97d719b9b955b4_ef995bbe", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:59:52.2889269Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:59:52.2889269Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:04: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": "50aa5a09-7164-4c64-9ac4-af5374eac240", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100438Z:50aa5a09-7164-4c64-9ac4-af5374eac240", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault", + "name": "sdk-py-tests-acc-1-70dd2307/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "412", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault", + "backupEnabled": true + } + }, + "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/westus2/operationResults/7d57fc50-48ef-4c48-b214-b85de14e2d11?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2479", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:04:39 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T10%3A04%3A39.101345Z\u0027\u0022", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7d57fc50-48ef-4c48-b214-b85de14e2d11?api-version=2022-05-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": "33638e09-66f5-45d0-8d87-6b53dfa03a36", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100439Z:33638e09-66f5-45d0-8d87-6b53dfa03a36", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T10%3A04%3A39.101345Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:59:51.1786732Z" + }, + "properties": { + "provisioningState": "Patching", + "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-70dd2307", + "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_8f82c7b40509489d9e97d719b9b955b4_ef995bbe", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:59:52.2889269Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:59:52.2889269Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7d57fc50-48ef-4c48-b214-b85de14e2d11?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:04: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": "d8dcca72-53d7-42ca-8bcb-373d33aaa023", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100439Z:d8dcca72-53d7-42ca-8bcb-373d33aaa023", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7d57fc50-48ef-4c48-b214-b85de14e2d11", + "name": "7d57fc50-48ef-4c48-b214-b85de14e2d11", + "status": "Patching", + "startTime": "2022-10-19T10:04:39.1022899Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7d57fc50-48ef-4c48-b214-b85de14e2d11?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:05: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": "2e150cd7-3c1f-40ea-9e94-728fc7a453f1", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100509Z:2e150cd7-3c1f-40ea-9e94-728fc7a453f1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7d57fc50-48ef-4c48-b214-b85de14e2d11", + "name": "7d57fc50-48ef-4c48-b214-b85de14e2d11", + "status": "Succeeded", + "startTime": "2022-10-19T10:04:39.1022899Z", + "endTime": "2022-10-19T10:04:42.2899919Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7d57fc50-48ef-4c48-b214-b85de14e2d11?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:05: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": "d5cefe29-1d10-4eb1-a36a-3e2676aee22e", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100510Z:d5cefe29-1d10-4eb1-a36a-3e2676aee22e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T10%3A04%3A42.2954863Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T10:04:38.7392026Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault" + } + }, + "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-70dd2307", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_ef995bbe", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", + "poolId": "6a517996-f0df-e4f0-4c04-f6a5f10160b7", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:59:52.2889269Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T10:04:38.9649306Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "69", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "useExistingSnapshot": false + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b40aff6-7242-4912-939a-cc073bb20ef8?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "542", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:05:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b40aff6-7242-4912-939a-cc073bb20ef8?api-version=2022-05-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": "cd450ff3-8dda-40e3-8b3a-c14ecbf420dc", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100510Z:cd450ff3-8dda-40e3-8b3a-c14ecbf420dc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "provisioningState": "Creating", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b40aff6-7242-4912-939a-cc073bb20ef8?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:05: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": "2b073418-7088-4a66-8cac-fc8907d1ba5d", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100510Z:2b073418-7088-4a66-8cac-fc8907d1ba5d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b40aff6-7242-4912-939a-cc073bb20ef8", + "name": "1b40aff6-7242-4912-939a-cc073bb20ef8", + "status": "Succeeded", + "startTime": "2022-10-19T10:05:10.4705758Z", + "endTime": "2022-10-19T10:05:10.6893259Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b40aff6-7242-4912-939a-cc073bb20ef8?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "763", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:05: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": "5a5550fe-17f3-44de-9365-8d09383e2dc0", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100511Z:5a5550fe-17f3-44de-9365-8d09383e2dc0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "etag": "10/19/2022 10:05:10 AM", + "location": "", + "properties": { + "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "creationDate": "0001-01-01T00:00:00Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:05: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": "27a2b346-d468-4ec3-bf2d-50acd66a9c63", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100522Z:27a2b346-d468-4ec3-bf2d-50acd66a9c63", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:05: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": "9cd43932-0c5d-4df7-a6a1-0f5d390e7e3c", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100532Z:9cd43932-0c5d-4df7-a6a1-0f5d390e7e3c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:05: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": "7ede7092-a66d-4cfe-80e2-3f3c60ccd53f", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100543Z:7ede7092-a66d-4cfe-80e2-3f3c60ccd53f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:05: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": "02b72f0b-51cf-441b-9fe7-103014bc33ce", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100554Z:02b72f0b-51cf-441b-9fe7-103014bc33ce", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:06: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": "c303b5a6-a3fc-492f-82c9-d05df685fff3", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100605Z:c303b5a6-a3fc-492f-82c9-d05df685fff3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:06: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": "7c65651a-aaeb-44c7-8e16-480fd8d515f3", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100615Z:7c65651a-aaeb-44c7-8e16-480fd8d515f3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 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": "d3eb8745-3cb5-44f6-bae1-576593f1cbe9", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100626Z:d3eb8745-3cb5-44f6-bae1-576593f1cbe9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 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": "2a132e4a-30a5-4b8f-949c-1db018a4f8f9", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100636Z:2a132e4a-30a5-4b8f-949c-1db018a4f8f9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 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": "6031e4c7-d6e6-43fa-b5a8-d9780f26406a", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100647Z:6031e4c7-d6e6-43fa-b5a8-d9780f26406a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:06: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": "0572f869-c3e0-4439-8a07-a42719dcb253", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100657Z:0572f869-c3e0-4439-8a07-a42719dcb253", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 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": "2099db77-d011-4d59-8469-2a25da6fad35", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100708Z:2099db77-d011-4d59-8469-2a25da6fad35", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 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": "5b632706-6708-4962-8b2f-23536469f70e", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100720Z:5b632706-6708-4962-8b2f-23536469f70e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 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": "ab3e3d3f-25e0-454b-8a34-aaee25aba914", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100730Z:ab3e3d3f-25e0-454b-8a34-aaee25aba914", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:07: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": "e9a78b42-6d0a-4267-bd0b-86a317d37c54", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100742Z:e9a78b42-6d0a-4267-bd0b-86a317d37c54", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 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": "0bea7751-5083-4e17-9185-697d4afc4e64", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100752Z:0bea7751-5083-4e17-9185-697d4afc4e64", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 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": "b2d2c904-b18c-47ae-9292-f569600e86f9", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100803Z:b2d2c904-b18c-47ae-9292-f569600e86f9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 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": "ccc31d19-8a44-4acb-aa39-753a25af3a82", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100813Z:ccc31d19-8a44-4acb-aa39-753a25af3a82", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 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": "c1d6b005-3df9-49e5-8c59-f79b537aa981", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100824Z:c1d6b005-3df9-49e5-8c59-f79b537aa981", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 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": "12ac3ede-8a12-4376-ba1f-eb94894f2399", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100835Z:12ac3ede-8a12-4376-ba1f-eb94894f2399", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 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": "444a0fd2-718b-43da-b6b2-53e02664a38a", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100847Z:444a0fd2-718b-43da-b6b2-53e02664a38a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 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": "7cd0575c-7b7c-44f1-91ca-8b45de3b16d9", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100857Z:7cd0575c-7b7c-44f1-91ca-8b45de3b16d9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:09: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": "87d9d8ac-74fd-4e1a-94dc-a7302469c414", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100908Z:87d9d8ac-74fd-4e1a-94dc-a7302469c414", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:09: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": "7716f9f4-a536-43a8-97e7-eedbdb266d62", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100918Z:7716f9f4-a536-43a8-97e7-eedbdb266d62", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:09: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": "7889ec8d-9d34-4a75-9088-9d7e8c707176", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100929Z:7889ec8d-9d34-4a75-9088-9d7e8c707176", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:09: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": "59566b84-737f-4ee8-b425-dc0b727de33e", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100940Z:59566b84-737f-4ee8-b425-dc0b727de33e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:09: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": "639cb4ae-e91c-4920-a915-c603082c1f67", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "WESTEUROPE:20221019T100950Z:639cb4ae-e91c-4920-a915-c603082c1f67", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:10Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:10: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": "d1794fde-9c5e-4713-9d6d-d227c87a4848", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101001Z:d1794fde-9c5e-4713-9d6d-d227c87a4848", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:26Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 339968, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:10: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": "bbf16b2e-420c-4fb3-93e7-f7b71ae2f5b4", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101002Z:bbf16b2e-420c-4fb3-93e7-f7b71ae2f5b4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault", + "name": "sdk-py-tests-acc-1-70dd2307/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "412", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/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, 19 Oct 2022 10:10:03 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T10%3A10%3A02.6645761Z\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": "f54c9845-e977-421f-a7cd-ce974c908e8b", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101003Z:f54c9845-e977-421f-a7cd-ce974c908e8b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T10%3A10%3A02.6645761Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T10:10:02.3405690Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault" + } + }, + "provisioningState": "Succeeded", + "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-70dd2307", + "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_8f82c7b40509489d9e97d719b9b955b4_ef995bbe", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:59:52.2889269Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T10:10:02.5308026Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "69", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "useExistingSnapshot": false + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5269ef9-22ad-4f65-b79b-3833f25d51d6?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "542", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:10:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5269ef9-22ad-4f65-b79b-3833f25d51d6?api-version=2022-05-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": "c512bdc6-5f9b-4495-9947-de5437b3fb33", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101004Z:c512bdc6-5f9b-4495-9947-de5437b3fb33", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "provisioningState": "Creating", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5269ef9-22ad-4f65-b79b-3833f25d51d6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:10: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": "45b2a475-7c98-4445-b62d-f0ca1c6406e6", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101004Z:45b2a475-7c98-4445-b62d-f0ca1c6406e6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5269ef9-22ad-4f65-b79b-3833f25d51d6", + "name": "d5269ef9-22ad-4f65-b79b-3833f25d51d6", + "status": "Succeeded", + "startTime": "2022-10-19T10:10:04.3710138Z", + "endTime": "2022-10-19T10:10:04.5430312Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5269ef9-22ad-4f65-b79b-3833f25d51d6?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "763", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:10: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": "51b85b5d-731b-4c26-b78f-118c0a2b2dde", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101004Z:51b85b5d-731b-4c26-b78f-118c0a2b2dde", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "etag": "10/19/2022 10:10:04 AM", + "location": "", + "properties": { + "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "creationDate": "0001-01-01T00:00:00Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:10: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": "9ddfbaf1-f7b7-42ef-a208-4c1b6679860f", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101015Z:9ddfbaf1-f7b7-42ef-a208-4c1b6679860f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:10: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": "777bba0f-3e62-4101-9c1d-af42a926c339", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101027Z:777bba0f-3e62-4101-9c1d-af42a926c339", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:10: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": "b2be14d7-bf63-404e-a5d4-927b779cb116", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101037Z:b2be14d7-bf63-404e-a5d4-927b779cb116", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:10: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": "b727ba4d-bd59-4e14-8ab1-7ca253115083", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101049Z:b727ba4d-bd59-4e14-8ab1-7ca253115083", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:10: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": "4e1a6e85-aed2-4f93-82f5-fc816ff6a074", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101059Z:4e1a6e85-aed2-4f93-82f5-fc816ff6a074", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:11: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": "3c53e42d-84e9-4ba6-acfd-2d28cefd62f4", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101110Z:3c53e42d-84e9-4ba6-acfd-2d28cefd62f4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:11: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": "8da40874-0c7c-4c32-9727-bba5c73bceac", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101122Z:8da40874-0c7c-4c32-9727-bba5c73bceac", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:11: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": "2ec179d2-215f-4491-8815-53446339b206", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101132Z:2ec179d2-215f-4491-8815-53446339b206", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:11: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": "ada9046a-fc93-4e12-8403-d5cabf158b60", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101142Z:ada9046a-fc93-4e12-8403-d5cabf158b60", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:11: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": "cfa271ca-1791-41ea-b519-06a84f34b913", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101153Z:cfa271ca-1791-41ea-b519-06a84f34b913", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:12: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": "3d16c347-e8f6-4072-9e99-993346126e19", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101203Z:3d16c347-e8f6-4072-9e99-993346126e19", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:12: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": "43d458d4-22aa-421d-8a03-8bddad8943bf", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101215Z:43d458d4-22aa-421d-8a03-8bddad8943bf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:12: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": "aecf45fb-6ef7-4e18-a2d6-7dc85054370c", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101225Z:aecf45fb-6ef7-4e18-a2d6-7dc85054370c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:12: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": "5972d6f8-7caa-46dc-94eb-81e03bdf8597", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101236Z:5972d6f8-7caa-46dc-94eb-81e03bdf8597", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:12: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": "5a7cdf5b-2cff-4881-ae96-a48793205dfa", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101246Z:5a7cdf5b-2cff-4881-ae96-a48793205dfa", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:12: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": "4e39cf72-f46e-4b5c-a304-0541927774f8", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101257Z:4e39cf72-f46e-4b5c-a304-0541927774f8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:13: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": "9fd983be-69cd-4c2d-915b-743251441d2f", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101307Z:9fd983be-69cd-4c2d-915b-743251441d2f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:13: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": "fb50898b-93c4-4a59-bcac-e38c02378317", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101319Z:fb50898b-93c4-4a59-bcac-e38c02378317", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:13: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": "cef31dc4-e23c-4152-99d3-2a97009704c8", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101329Z:cef31dc4-e23c-4152-99d3-2a97009704c8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:13: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": "73ebbe25-ba5f-4af8-ba16-358ecaf5c1e2", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101340Z:73ebbe25-ba5f-4af8-ba16-358ecaf5c1e2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10: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": "b5b376bb-e875-4077-867d-ee440b15e9ad", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101350Z:b5b376bb-e875-4077-867d-ee440b15e9ad", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:14: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": "f7580ed1-d0c3-44d4-b40b-99236188dad6", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101401Z:f7580ed1-d0c3-44d4-b40b-99236188dad6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:14: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": "08f44b9c-a916-4de8-8e61-d421c636d520", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101411Z:08f44b9c-a916-4de8-8e61-d421c636d520", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:14: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": "70bde5ef-9b6f-49bc-b0ef-02fd66340b74", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101423Z:70bde5ef-9b6f-49bc-b0ef-02fd66340b74", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:14: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": "c1ef60d7-1b63-4b42-ae22-fe6f385d0d95", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101433Z:c1ef60d7-1b63-4b42-ae22-fe6f385d0d95", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:14: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": "24b08306-60ab-4328-a04c-d5b9590ea487", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101444Z:24b08306-60ab-4328-a04c-d5b9590ea487", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:14: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": "31b9a2e5-6f25-41e3-9772-ff7bf2f51c18", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101455Z:31b9a2e5-6f25-41e3-9772-ff7bf2f51c18", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:15: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": "95a0dc12-1ede-4164-a242-24463fa0a7af", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101505Z:95a0dc12-1ede-4164-a242-24463fa0a7af", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:04Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:15: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": "a47a297d-4f84-40ca-ba01-e0841319dc00", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101516Z:a47a297d-4f84-40ca-ba01-e0841319dc00", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:12Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 348160, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:15: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": "11d0930b-b050-4f50-88ad-5632f23e8415", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101516Z:11d0930b-b050-4f50-88ad-5632f23e8415", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:05:26Z", + "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "size": 339968, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-19T10:10:12Z", + "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "size": 348160, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:15: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": "7697f9f0-8724-46f7-9c54-373f32ab71ed", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101517Z:7697f9f0-8724-46f7-9c54-373f32ab71ed", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault", + "name": "sdk-py-tests-acc-1-70dd2307/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "413", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/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/westus2/operationResults/19f8a4ad-22e4-4422-9316-4df898dc0b0b?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2743", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:15:17 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T10%3A15%3A17.9696233Z\u0027\u0022", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19f8a4ad-22e4-4422-9316-4df898dc0b0b?api-version=2022-05-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": "c85ad8a3-73a6-4407-8404-7dc8aea3e9b6", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101518Z:c85ad8a3-73a6-4407-8404-7dc8aea3e9b6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T10%3A15%3A17.9696233Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T10:10:02.3405690Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault" + } + }, + "provisioningState": "Patching", + "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-70dd2307", + "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_8f82c7b40509489d9e97d719b9b955b4_ef995bbe", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:59:52.2889269Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T10:10:02.5308026Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19f8a4ad-22e4-4422-9316-4df898dc0b0b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:15: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": "d2c86043-d725-4c52-9de3-69bfd28f3d25", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101518Z:d2c86043-d725-4c52-9de3-69bfd28f3d25", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19f8a4ad-22e4-4422-9316-4df898dc0b0b", + "name": "19f8a4ad-22e4-4422-9316-4df898dc0b0b", + "status": "Patching", + "startTime": "2022-10-19T10:15:17.9690527Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19f8a4ad-22e4-4422-9316-4df898dc0b0b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:15: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": "21f3d917-7932-4752-bf21-61af8de51ea9", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101548Z:21f3d917-7932-4752-bf21-61af8de51ea9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19f8a4ad-22e4-4422-9316-4df898dc0b0b", + "name": "19f8a4ad-22e4-4422-9316-4df898dc0b0b", + "status": "Succeeded", + "startTime": "2022-10-19T10:15:17.9690527Z", + "endTime": "2022-10-19T10:15:24.1893192Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19f8a4ad-22e4-4422-9316-4df898dc0b0b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:15: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": "3e8424ce-632b-49d7-8acc-12297087878d", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101548Z:3e8424ce-632b-49d7-8acc-12297087878d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T10%3A15%3A24.1840192Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T10:10:02.3405690Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": false, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault" + } + }, + "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-70dd2307", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_ef995bbe", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", + "poolId": "6a517996-f0df-e4f0-4c04-f6a5f10160b7", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:59:52.2889269Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T10:15:17.8141041Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "77", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:15:51 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": "c41c6f5c-05ef-4793-8919-fd2ef5aec4f4", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101551Z:c41c6f5c-05ef-4793-8919-fd2ef5aec4f4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "NotFound", + "message": "The requested Backup was not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10: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": "426a26be-4221-48f4-a57d-fb4451fa7d17", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101552Z:426a26be-4221-48f4-a57d-fb4451fa7d17", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault", + "name": "sdk-py-tests-acc-1-70dd2307/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "413", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault", + "backupEnabled": false + } + }, + "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, 19 Oct 2022 10:15:52 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T10%3A15%3A52.7564491Z\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": "6dfbbfe3-c896-4ae3-b2b8-7ea23ae95c18", + "x-ms-ratelimit-remaining-subscription-writes": "1189", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101552Z:6dfbbfe3-c896-4ae3-b2b8-7ea23ae95c18", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T10%3A15%3A52.7564491Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T10:10:02.3405690Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": false, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault" + } + }, + "provisioningState": "Succeeded", + "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-70dd2307", + "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_8f82c7b40509489d9e97d719b9b955b4_ef995bbe", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:59:52.2889269Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T10:15:52.6112451Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "77", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:15:55 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": "d29a4c07-b1d7-4ad6-91bd-04c67178a08c", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101555Z:d29a4c07-b1d7-4ad6-91bd-04c67178a08c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "NotFound", + "message": "The requested Backup was not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:15: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": "58f12b04-3c92-4f2b-8af7-7db1992bb381", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101555Z:58f12b04-3c92-4f2b-8af7-7db1992bb381", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 19 Oct 2022 10:15:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb?api-version=2022-05-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": "bc96efd0-f74a-4268-8687-03c3925f83fb", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101556Z:bc96efd0-f74a-4268-8687-03c3925f83fb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:15: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": "f0caea2d-df2e-4d45-b6cb-9fbf06e598a3", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101556Z:f0caea2d-df2e-4d45-b6cb-9fbf06e598a3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb", + "name": "0f374bba-5ef5-43f2-8b81-bc53d0e238eb", + "status": "Deleting", + "startTime": "2022-10-19T10:15:56.4074771Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:16: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": "84467968-feef-48cf-be4b-89ca629014e6", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101627Z:84467968-feef-48cf-be4b-89ca629014e6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb", + "name": "0f374bba-5ef5-43f2-8b81-bc53d0e238eb", + "status": "Deleting", + "startTime": "2022-10-19T10:15:56.4074771Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:16: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": "2efadd8d-1243-4c56-9c09-17e05db64b93", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101658Z:2efadd8d-1243-4c56-9c09-17e05db64b93", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb", + "name": "0f374bba-5ef5-43f2-8b81-bc53d0e238eb", + "status": "Deleting", + "startTime": "2022-10-19T10:15:56.4074771Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:17: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": "8f32245a-4d75-4d3b-9354-45021565742f", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101728Z:8f32245a-4d75-4d3b-9354-45021565742f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb", + "name": "0f374bba-5ef5-43f2-8b81-bc53d0e238eb", + "status": "Deleting", + "startTime": "2022-10-19T10:15:56.4074771Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:17: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": "4da3961e-7b05-4d3c-8ab5-c00da533308a", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101758Z:4da3961e-7b05-4d3c-8ab5-c00da533308a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb", + "name": "0f374bba-5ef5-43f2-8b81-bc53d0e238eb", + "status": "Deleting", + "startTime": "2022-10-19T10:15:56.4074771Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:18: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": "4e257312-305c-4542-b8e3-f4b6745ee320", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101828Z:4e257312-305c-4542-b8e3-f4b6745ee320", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb", + "name": "0f374bba-5ef5-43f2-8b81-bc53d0e238eb", + "status": "Deleting", + "startTime": "2022-10-19T10:15:56.4074771Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:18: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": "8b7dd50a-17e4-4557-846f-bf330e261bb8", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101859Z:8b7dd50a-17e4-4557-846f-bf330e261bb8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb", + "name": "0f374bba-5ef5-43f2-8b81-bc53d0e238eb", + "status": "Succeeded", + "startTime": "2022-10-19T10:15:56.4074771Z", + "endTime": "2022-10-19T10:18:37.9129187Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:18: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": "8dec61bb-4f4a-45e0-b50b-496073efc8f5", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-routing-request-id": "WESTEUROPE:20221019T101859Z:8dec61bb-4f4a-45e0-b50b-496073efc8f5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-19T10%3A18%3A28.7389747Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T10:10:02.3405690Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": false, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault" + } + }, + "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-70dd2307", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_ef995bbe", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", + "poolId": "6a517996-f0df-e4f0-4c04-f6a5f10160b7", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:59:52.2889269Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T10:15:52.6112451Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "324", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:22:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "acfe4d75-8999-4668-bcb2-78f053f8483e", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "WESTEUROPE:20221019T102221Z:acfe4d75-8999-4668-bcb2-78f053f8483e" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c48933be-046b-427a-8ec0-154fddce1b0b?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 19 Oct 2022 10:22:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c48933be-046b-427a-8ec0-154fddce1b0b?api-version=2022-05-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": "16f2849a-a69b-4065-bbea-6927bae0cf0a", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20221019T102234Z:16f2849a-a69b-4065-bbea-6927bae0cf0a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c48933be-046b-427a-8ec0-154fddce1b0b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:22: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": "54a0bf8e-4365-499c-8192-82a212e5ea67", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20221019T102234Z:54a0bf8e-4365-499c-8192-82a212e5ea67", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c48933be-046b-427a-8ec0-154fddce1b0b", + "name": "c48933be-046b-427a-8ec0-154fddce1b0b", + "status": "Deleting", + "startTime": "2022-10-19T10:22:34.1567476Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c48933be-046b-427a-8ec0-154fddce1b0b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:23: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": "b851b6ba-1fa1-47d5-8222-f31e0b5d1ac9", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20221019T102304Z:b851b6ba-1fa1-47d5-8222-f31e0b5d1ac9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c48933be-046b-427a-8ec0-154fddce1b0b", + "name": "c48933be-046b-427a-8ec0-154fddce1b0b", + "status": "Succeeded", + "startTime": "2022-10-19T10:22:34.1567476Z", + "endTime": "2022-10-19T10:22:35.1880755Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c48933be-046b-427a-8ec0-154fddce1b0b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:23: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": "1786101b-677a-46e4-b7a9-6cd7b29b0b66", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "WESTEUROPE:20221019T102305Z:1786101b-677a-46e4-b7a9-6cd7b29b0b66", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-19T10%3A22%3A34.1546942Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:59:07.5325513Z" + }, + "properties": { + "poolId": "6a517996-f0df-e4f0-4c04-f6a5f10160b7", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:59:08.819964Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:59:08.819964Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Wed, 19 Oct 2022 10:23:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7643b5ce-1909-411c-9f90-114f81e5317c", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "WESTEUROPE:20221019T102315Z:7643b5ce-1909-411c-9f90-114f81e5317c" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Wed, 19 Oct 2022 10:23:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0185a015-1c8c-4c94-901b-9bc5a1a9662c", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "WESTEUROPE:20221019T102325Z:0185a015-1c8c-4c94-901b-9bc5a1a9662c" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Wed, 19 Oct 2022 10:23:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4b8c2e6a-a01d-4f49-a72e-e7168d03b9b7", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "WESTEUROPE:20221019T102336Z:4b8c2e6a-a01d-4f49-a72e-e7168d03b9b7" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Wed, 19 Oct 2022 10:23:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2f2442fc-c7f8-47bb-8e44-e53ba62682a1", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "WESTEUROPE:20221019T102346Z:2f2442fc-c7f8-47bb-8e44-e53ba62682a1" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "288", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:23:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ccc55360-81f5-410b-bb2f-c96e05835a31", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "WESTEUROPE:20221019T102356Z:ccc55360-81f5-410b-bb2f-c96e05835a31" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be608d0d-0432-448b-80c3-b0429fe24377?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 19 Oct 2022 10:23:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be608d0d-0432-448b-80c3-b0429fe24377?api-version=2022-05-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": "6cb412f9-1117-49ed-8dec-fd4e77596295", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "WESTEUROPE:20221019T102358Z:6cb412f9-1117-49ed-8dec-fd4e77596295", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be608d0d-0432-448b-80c3-b0429fe24377?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:23: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": "8cf69664-b31f-4f44-ad1e-f47607710c54", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20221019T102358Z:8cf69664-b31f-4f44-ad1e-f47607710c54", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be608d0d-0432-448b-80c3-b0429fe24377", + "name": "be608d0d-0432-448b-80c3-b0429fe24377", + "status": "Succeeded", + "startTime": "2022-10-19T10:23:58.0401846Z", + "endTime": "2022-10-19T10:23:58.0713719Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be608d0d-0432-448b-80c3-b0429fe24377?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:23: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": "4ef11a8c-4dcb-4da4-a581-940d445ba2fe", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "WESTEUROPE:20221019T102358Z:4ef11a8c-4dcb-4da4-a581-940d445ba2fe", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307", + "name": "sdk-py-tests-acc-1-70dd2307", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-19T10%3A23%3A58.0479405Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:59:02.8508654Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:59:04.1324459Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:59:04.1324459Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "255", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:23: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": "a663d94c-e2cd-4c33-80bb-38e12575a5f6", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "WESTEUROPE:20221019T102359Z:a663d94c-e2cd-4c33-80bb-38e12575a5f6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/59e8f3fb-493e-481d-a4f6-52721cda8dd6?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 19 Oct 2022 10:23:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/59e8f3fb-493e-481d-a4f6-52721cda8dd6?api-version=2022-05-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "4c1d1164-0a15-451f-af47-cef9cb3b4638", + "x-ms-correlation-request-id": "333c897a-5b51-499a-9e2e-1b9e510b6c74", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "WESTEUROPE:20221019T102359Z:333c897a-5b51-499a-9e2e-1b9e510b6c74" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/69a75bda-882e-44d5-8431-63421204132a/providers/Microsoft.Network/locations/westus2/operations/59e8f3fb-493e-481d-a4f6-52721cda8dd6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Authorization": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSIsImtpZCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTY2NjE3MzIzMiwibmJmIjoxNjY2MTczMjMyLCJleHAiOjE2NjYyNTk5MzIsImFpbyI6IkUyWmdZQ2krK0hhM0xLUDJZZG5kc2w1cGpiZjJBZ0E9IiwiYXBwaWQiOiJjNmM0ZmFiYS0yYjIyLTQ0ZDktODBhNC03MWZmNWI3MWY4MTEiLCJhcHBpZGFjciI6IjEiLCJpZHAiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWR0eXAiOiJhcHAiLCJvaWQiOiI3NjgwN2ZiZS1mNzVmLTQ2NzktOGNlZS1kMDViNDU4MjExNjAiLCJyaCI6IjAuQVJvQXY0ajVjdkdHcjBHUnF5MTgwQkhiUjBaSWYza0F1dGRQdWtQYXdmajJNQk1hQUFBLiIsInN1YiI6Ijc2ODA3ZmJlLWY3NWYtNDY3OS04Y2VlLWQwNWI0NTgyMTE2MCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInV0aSI6ImJzM0JOQndzUjBDM3lLM01ndE9ZQUEiLCJ2ZXIiOiIxLjAiLCJ4bXNfY2MiOlsiQ1AxIl0sInhtc190Y2R0IjoxMjg5MjQxNTQ3fQ.R69ux6R27DN39Nsrhkb2NepE0LbkbcGET-swm1D_S3micU5K1SFOCjhdGg4t2K7fDeoCtETghiepjsIvzCpizbwMyRjSXDzsXnU8eofLSMoASUJ7gZdBea1-Agc4EYxknumChIwXf22ypp6bB1-mFRXlhzNXfeJHcBkRtbDMTNbM6KtfxfmIyuQE38uEoVlhfxx2M6aJcyN-oS8-2Q5pA44oSejZN5chI2si3gOOEQNCEAF9ZdzBKALwrSnF2wxaiKBhDZa1lubRda4kjV7Hf5ELz26mpmZzUetvnruxr8uyCbvyLqt7ccUC9HA-4t8wHzMZWc0RisoOdbNviogi6A", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-ms-client-request-id": "24ef2a81-4f98-11ed-a4c9-ac675dc66a69" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 10:23:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "78bf381d-aa53-4836-bc0d-8edc68cffece", + "x-ms-correlation-request-id": "75aadd91-2419-4dbf-8043-8dd820c188b3", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "fd9979d1-ed55-4f2e-8990-e73c009a74ae", + "x-ms-routing-request-id": "WESTEUROPE:20221019T102400Z:75aadd91-2419-4dbf-8043-8dd820c188b3" + }, + "ResponseBody": { + "status": "Succeeded" } } ], 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 2606eec72c33..2c7f813d4083 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.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:16:28 GMT", + "Date": "Thu, 20 Oct 2022 08:57:43 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.13672.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -101,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:16:28 GMT", + "Date": "Thu, 20 Oct 2022 08:57:43 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.13622.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "86b7eb51-507e-41cb-b94a-fa7c3e0d27a9", + "client-request-id": "a819b68c-0250-4911-9734-c7f8ace26ba4", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "86b7eb51-507e-41cb-b94a-fa7c3e0d27a9", + "client-request-id": "a819b68c-0250-4911-9734-c7f8ace26ba4", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:16:28 GMT", + "Date": "Thu, 20 Oct 2022 08:57:43 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -213,7 +213,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -221,7 +221,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a076991f-30f4-4c05-953f-cb93cb4d75f5?api-version=2022-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/799d0f97-c796-4d13-8e15-bcec8a95d685?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:16:36 GMT", + "Date": "Thu, 20 Oct 2022 08:57:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5461c967-d43e-41a4-b689-ae8f260988b5", - "x-ms-correlation-request-id": "e1f975b3-ff9a-4bb3-9de4-95dde9cd5072", + "x-ms-arm-service-request-id": "44a574ad-547c-4b47-b05e-fc924a8e8a01", + "x-ms-correlation-request-id": "a1a07139-f023-42d3-b7c9-539cfce67d2b", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151636Z:e1f975b3-ff9a-4bb3-9de4-95dde9cd5072" + "x-ms-routing-request-id": "WESTEUROPE:20221020T085750Z:a1a07139-f023-42d3-b7c9-539cfce67d2b" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-b93a23ce", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce", - "etag": "W/\u00224f805010-0dce-450f-8290-f3a781d1bd93\u0022", + "etag": "W/\u0022bce49ccc-fdcb-47e9-99b9-f0dafe5f312f\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-19T15:16:30.8611402Z" + "CreatedOnDate": "2022-10-20T08:57:45.4833288Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "85a5bb1e-9f38-43d9-9a79-89cc009ec038", + "resourceGuid": "cfffabec-159d-4d45-951c-aad67b2239a5", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,13 +279,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a076991f-30f4-4c05-953f-cb93cb4d75f5?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/799d0f97-c796-4d13-8e15-bcec8a95d685?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -293,9 +293,10 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:16:39 GMT", + "Date": "Thu, 20 Oct 2022 08:57:50 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" @@ -304,23 +305,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "438bcc4d-3d24-4561-96c5-71d6826ecbcd", - "x-ms-correlation-request-id": "c23cc19d-1f89-4b78-a9b0-c25563eb0d24", + "x-ms-arm-service-request-id": "fe167872-2db7-4837-b4f9-0cc13e099132", + "x-ms-correlation-request-id": "d9b69936-f027-4dd2-bd12-297fc9fef89b", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151640Z:c23cc19d-1f89-4b78-a9b0-c25563eb0d24" + "x-ms-routing-request-id": "WESTEUROPE:20221020T085750Z:d9b69936-f027-4dd2-bd12-297fc9fef89b" }, "ResponseBody": { - "status": "Succeeded" + "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/799d0f97-c796-4d13-8e15-bcec8a95d685?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -328,8 +329,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:16:40 GMT", - "ETag": "W/\u00229bca464f-198f-45d4-a059-af7d9017a498\u0022", + "Date": "Thu, 20 Oct 2022 08:58:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +340,59 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7f1dd8b6-5a9f-497e-8770-8ee7b6c5813e", - "x-ms-correlation-request-id": "1446be24-0737-40f7-a94e-91d0f837428a", + "x-ms-arm-service-request-id": "14a7b8b9-66b5-44f0-a639-831b00fb6299", + "x-ms-correlation-request-id": "f5653601-5962-43e0-8b5f-6156d54bbc8e", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151640Z:1446be24-0737-40f7-a94e-91d0f837428a" + "x-ms-routing-request-id": "WESTEUROPE:20221020T085801Z:f5653601-5962-43e0-8b5f-6156d54bbc8e" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 08:58:01 GMT", + "ETag": "W/\u0022236e28e0-a438-4bd9-8bd2-72c454047183\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "2e816b49-61e1-4176-b1c9-c548d4bceb8f", + "x-ms-correlation-request-id": "579089cd-ec31-4ddf-89e6-15f81f4b8f73", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20221020T085801Z:579089cd-ec31-4ddf-89e6-15f81f4b8f73" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-b93a23ce", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce", - "etag": "W/\u00229bca464f-198f-45d4-a059-af7d9017a498\u0022", + "etag": "W/\u0022236e28e0-a438-4bd9-8bd2-72c454047183\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-19T15:16:30.8611402Z" + "CreatedOnDate": "2022-10-20T08:57:45.4833288Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "85a5bb1e-9f38-43d9-9a79-89cc009ec038", + "resourceGuid": "cfffabec-159d-4d45-951c-aad67b2239a5", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -369,7 +405,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -377,7 +413,7 @@ "Connection": "keep-alive", "Content-Length": "151", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "properties": { @@ -394,11 +430,12 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/85aca8e3-dbb4-4cc4-be68-7b4a82325b8d?api-version=2022-01-01", + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ccf24794-6f50-46d6-9a9d-720ef4132edb?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:16:40 GMT", + "Date": "Thu, 20 Oct 2022 08:58:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -408,15 +445,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "65e8f073-14dc-4434-ba48-85f62612cd2f", - "x-ms-correlation-request-id": "65828100-5087-483d-9012-d294ca882427", + "x-ms-arm-service-request-id": "01651d75-faa4-4e6b-ac2e-a83fe4cfffe3", + "x-ms-correlation-request-id": "d75205a4-0c5f-4346-bdd4-ec4dd0c413fe", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151641Z:65828100-5087-483d-9012-d294ca882427" + "x-ms-routing-request-id": "WESTEUROPE:20221020T085802Z:d75205a4-0c5f-4346-bdd4-ec4dd0c413fe" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", - "etag": "W/\u0022ba2f4c7e-9d7e-4025-8970-c11c28320b3e\u0022", + "etag": "W/\u0022ef3cf2be-ac9d-4ddf-8eec-7f9a3e18a285\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -424,7 +461,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022ba2f4c7e-9d7e-4025-8970-c11c28320b3e\u0022", + "etag": "W/\u0022ef3cf2be-ac9d-4ddf-8eec-7f9a3e18a285\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -444,13 +481,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/85aca8e3-dbb4-4cc4-be68-7b4a82325b8d?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ccf24794-6f50-46d6-9a9d-720ef4132edb?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -458,7 +495,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:16:43 GMT", + "Date": "Thu, 20 Oct 2022 08:58:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -469,23 +506,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "33bb7e8e-8b43-4e2c-8de2-5dd8a1a51e1f", - "x-ms-correlation-request-id": "4ed79cb8-23d7-4d81-885d-4a6d686cb8c2", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151644Z:4ed79cb8-23d7-4d81-885d-4a6d686cb8c2" + "x-ms-arm-service-request-id": "2599735e-05ec-4e00-a6cd-d1e766cfd026", + "x-ms-correlation-request-id": "32094e6c-bc58-4861-84de-876fcc95d48d", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "WESTEUROPE:20221020T085802Z:32094e6c-bc58-4861-84de-876fcc95d48d" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default?api-version=2022-01-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -493,8 +530,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:16:44 GMT", - "ETag": "W/\u0022a2a4f633-e100-4442-ad8f-f75e91622925\u0022", + "Date": "Thu, 20 Oct 2022 08:58:02 GMT", + "ETag": "W/\u0022db05fa13-ff96-4f16-96d0-b975c82f8ba2\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -505,15 +542,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b32c762d-c487-4e70-878b-a24e3a94dfda", - "x-ms-correlation-request-id": "5dbac77a-18e0-464d-a4a5-faa8cbcb753b", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151645Z:5dbac77a-18e0-464d-a4a5-faa8cbcb753b" + "x-ms-arm-service-request-id": "9a230c55-8f61-4669-a83e-5e0ff9491ec5", + "x-ms-correlation-request-id": "8dada83c-7869-409b-9b43-ebb99fc80ec6", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "WESTEUROPE:20221020T085803Z:8dada83c-7869-409b-9b43-ebb99fc80ec6" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", - "etag": "W/\u0022a2a4f633-e100-4442-ad8f-f75e91622925\u0022", + "etag": "W/\u0022db05fa13-ff96-4f16-96d0-b975c82f8ba2\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -521,7 +558,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022a2a4f633-e100-4442-ad8f-f75e91622925\u0022", + "etag": "W/\u0022db05fa13-ff96-4f16-96d0-b975c82f8ba2\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -547,7 +584,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -557,12 +594,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:16:45 GMT", + "Date": "Thu, 20 Oct 2022 08:58:03 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.13672.7 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -641,7 +678,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -651,12 +688,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:16:45 GMT", + "Date": "Thu, 20 Oct 2022 08:58:03 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.13622.7 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -712,28 +749,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "f0228e74-80d5-4bbc-8870-73e9a1737b87", + "client-request-id": "e82cd1bf-1da6-4c4f-8e91-fcb983089dfa", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.11.0b4 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "darwin", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.18.0", + "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "f0228e74-80d5-4bbc-8870-73e9a1737b87", + "client-request-id": "e82cd1bf-1da6-4c4f-8e91-fcb983089dfa", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:16:45 GMT", + "Date": "Thu, 20 Oct 2022 08:58:03 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -741,7 +778,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13672.7 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -761,37 +798,37 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6f8f0deb-0248-4d83-a40d-bb4b3b44de5c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51087635-850b-4a63-a511-ff94a6141521?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "706", + "Content-Length": "703", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:16:49 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T15%3A16%3A48.4175762Z\u0027\u0022", + "Date": "Thu, 20 Oct 2022 08:58:06 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T08%3A58%3A06.310465Z\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": "d65b9870-a90f-4955-b152-ddb323e16e74", + "x-ms-correlation-request-id": "93776336-c778-4330-a06a-612af85f59b6", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151649Z:d65b9870-a90f-4955-b152-ddb323e16e74", + "x-ms-routing-request-id": "WESTEUROPE:20221020T085807Z:93776336-c778-4330-a06a-612af85f59b6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T15%3A16%3A48.4175762Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-20T08%3A58%3A06.310465Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-19T15:16:46.3782642Z" + "CreatedOnDate": "2022-10-20T08:58:04.2845573Z" }, "properties": { "provisioningState": "Creating" @@ -799,21 +836,21 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-09-19T15:16:47.4623619Z", + "createdAt": "2022-10-20T08:58:05.397861Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T15:16:47.4623619Z" + "lastModifiedAt": "2022-10-20T08:58:05.397861Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6f8f0deb-0248-4d83-a40d-bb4b3b44de5c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51087635-850b-4a63-a511-ff94a6141521?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -821,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:17:20 GMT", + "Date": "Thu, 20 Oct 2022 08:58:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -829,17 +866,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2591ca81-7393-4f04-8421-eefcfb235f30", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151720Z:2591ca81-7393-4f04-8421-eefcfb235f30", + "x-ms-correlation-request-id": "3fd50cda-4713-4b69-aefc-1ffca6b7808d", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20221020T085807Z:3fd50cda-4713-4b69-aefc-1ffca6b7808d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6f8f0deb-0248-4d83-a40d-bb4b3b44de5c", - "name": "6f8f0deb-0248-4d83-a40d-bb4b3b44de5c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51087635-850b-4a63-a511-ff94a6141521", + "name": "51087635-850b-4a63-a511-ff94a6141521", "status": "Succeeded", - "startTime": "2022-09-19T15:16:48.4232065Z", - "endTime": "2022-09-19T15:16:48.4700926Z", + "startTime": "2022-10-20T08:58:06.3080588Z", + "endTime": "2022-10-20T08:58:06.3393209Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce" @@ -853,7 +890,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -861,8 +898,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:17:20 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T15%3A16%3A48.4759703Z\u0027\u0022", + "Date": "Thu, 20 Oct 2022 08:58:07 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T08%3A58%3A06.3382649Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -870,19 +907,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "420201ec-2ffc-47f7-8c72-5ef8defe8201", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151720Z:420201ec-2ffc-47f7-8c72-5ef8defe8201", + "x-ms-correlation-request-id": "18eaba5b-8f44-45a4-b39d-b7062b69e9c5", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "WESTEUROPE:20221020T085808Z:18eaba5b-8f44-45a4-b39d-b7062b69e9c5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-19T15%3A16%3A48.4759703Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-20T08%3A58%3A06.3382649Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-19T15:16:46.3782642Z" + "CreatedOnDate": "2022-10-20T08:58:04.2845573Z" }, "properties": { "activeDirectories": [ @@ -911,10 +948,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-09-19T15:16:47.4623619Z", + "createdAt": "2022-10-20T08:58:05.397861Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T15:16:47.4623619Z" + "lastModifiedAt": "2022-10-20T08:58:05.397861Z" } } }, @@ -927,7 +964,7 @@ "Connection": "keep-alive", "Content-Length": "138", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -940,30 +977,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37f281d5-fbff-4a6b-9a8f-50b27c2ea13e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/17b1684a-f7d1-40df-90cc-12962773850e?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "920", + "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:17:23 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T15%3A17%3A22.3068983Z\u0027\u0022", + "Date": "Thu, 20 Oct 2022 08:58:09 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T08%3A58%3A09.7214916Z\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": "0520f3e4-359a-4b2f-942a-1d450a2c31e2", + "x-ms-correlation-request-id": "a388e08f-3be4-400b-bbf0-e5bfcdde89b8", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151723Z:0520f3e4-359a-4b2f-942a-1d450a2c31e2", + "x-ms-routing-request-id": "WESTEUROPE:20221020T085810Z:a388e08f-3be4-400b-bbf0-e5bfcdde89b8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T15%3A17%3A22.3068983Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-20T08%3A58%3A09.7214916Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-19T15:17:20.8470771Z" + "CreatedOnDate": "2022-10-20T08:58:08.5499067Z" }, "properties": { "serviceLevel": "Premium", @@ -977,21 +1014,21 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-09-19T15:17:22.116515Z", + "createdAt": "2022-10-20T08:58:09.4952997Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T15:17:22.116515Z" + "lastModifiedAt": "2022-10-20T08:58:09.4952997Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37f281d5-fbff-4a6b-9a8f-50b27c2ea13e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/17b1684a-f7d1-40df-90cc-12962773850e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -999,7 +1036,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:17:53 GMT", + "Date": "Thu, 20 Oct 2022 08:58:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1007,17 +1044,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4034b8a0-c22f-465a-87a4-c97f13f5d4c4", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151753Z:4034b8a0-c22f-465a-87a4-c97f13f5d4c4", + "x-ms-correlation-request-id": "4f1065d6-db4a-4080-af33-a576778299ff", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "WESTEUROPE:20221020T085810Z:4f1065d6-db4a-4080-af33-a576778299ff", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/17b1684a-f7d1-40df-90cc-12962773850e", + "name": "17b1684a-f7d1-40df-90cc-12962773850e", + "status": "Creating", + "startTime": "2022-10-20T08:58:09.7458033Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/17b1684a-f7d1-40df-90cc-12962773850e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 08:58: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": "6a3babaa-343e-4d21-9cb5-cdaaacf9135e", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "WESTEUROPE:20221020T085841Z:6a3babaa-343e-4d21-9cb5-cdaaacf9135e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37f281d5-fbff-4a6b-9a8f-50b27c2ea13e", - "name": "37f281d5-fbff-4a6b-9a8f-50b27c2ea13e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/17b1684a-f7d1-40df-90cc-12962773850e", + "name": "17b1684a-f7d1-40df-90cc-12962773850e", "status": "Succeeded", - "startTime": "2022-09-19T15:17:22.3083352Z", - "endTime": "2022-09-19T15:17:23.0114516Z", + "startTime": "2022-10-20T08:58:09.7458033Z", + "endTime": "2022-10-20T08:58:10.8713013Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1" @@ -1031,7 +1108,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1039,8 +1116,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:17:53 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T15%3A17%3A23.0043869Z\u0027\u0022", + "Date": "Thu, 20 Oct 2022 08:58:41 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T08%3A58%3A10.8647088Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1048,22 +1125,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ab5262e-45cc-42f1-932c-f7be5f59ce05", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151753Z:3ab5262e-45cc-42f1-932c-f7be5f59ce05", + "x-ms-correlation-request-id": "65ed1d38-1faf-480f-9f20-2e6533c65ab4", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "WESTEUROPE:20221020T085841Z:65ed1d38-1faf-480f-9f20-2e6533c65ab4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-09-19T15%3A17%3A23.0043869Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-20T08%3A58%3A10.8647088Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-19T15:17:20.8470771Z" + "CreatedOnDate": "2022-10-20T08:58:08.5499067Z" }, "properties": { - "poolId": "9fee49a9-8e2f-cd2a-bac1-da5c570dbd63", + "poolId": "2bf1cafb-90f3-d573-0eb0-01c065b39ecb", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1076,10 +1153,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-09-19T15:17:22.116515Z", + "createdAt": "2022-10-20T08:58:09.4952997Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T15:17:22.116515Z" + "lastModifiedAt": "2022-10-20T08:58:09.4952997Z" } } }, @@ -1092,7 +1169,7 @@ "Connection": "keep-alive", "Content-Length": "783", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -1122,30 +1199,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ac602a7-fd98-4025-b34f-e9d5a4bc438d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:18:07 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T15%3A18%3A07.0119516Z\u0027\u0022", + "Date": "Thu, 20 Oct 2022 08:58:53 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T08%3A58%3A53.0784162Z\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": "002d65f2-4232-4c39-85e7-534c4ab35478", + "x-ms-correlation-request-id": "d681f225-4011-4872-90d0-04fb5aed7281", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151807Z:002d65f2-4232-4c39-85e7-534c4ab35478", + "x-ms-routing-request-id": "WESTEUROPE:20221020T085854Z:d681f225-4011-4872-90d0-04fb5aed7281", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T15%3A18%3A07.0119516Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-20T08%3A58%3A53.0784162Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-19T15:18:04.1882914Z" + "CreatedOnDate": "2022-10-20T08:58:51.8342246Z" }, "properties": { "serviceLevel": "Premium", @@ -1175,21 +1252,21 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-09-19T15:18:05.1349495Z", + "createdAt": "2022-10-20T08:58:52.7930237Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T15:18:05.1349495Z" + "lastModifiedAt": "2022-10-20T08:58:52.7930237Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ac602a7-fd98-4025-b34f-e9d5a4bc438d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1197,7 +1274,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:18:38 GMT", + "Date": "Thu, 20 Oct 2022 08:58:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1205,16 +1282,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f6aef093-fb57-45e3-8c31-105d4fb88887", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151838Z:f6aef093-fb57-45e3-8c31-105d4fb88887", + "x-ms-correlation-request-id": "b94f3b0a-c53e-48e2-8316-9368348468a9", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "WESTEUROPE:20221020T085854Z:b94f3b0a-c53e-48e2-8316-9368348468a9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ac602a7-fd98-4025-b34f-e9d5a4bc438d", - "name": "0ac602a7-fd98-4025-b34f-e9d5a4bc438d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be", + "name": "1749c4c4-5f36-4126-835f-e8f6048d14be", "status": "Creating", - "startTime": "2022-09-19T15:18:07.0111088Z", + "startTime": "2022-10-20T08:58:53.0831085Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1223,13 +1300,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ac602a7-fd98-4025-b34f-e9d5a4bc438d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1237,7 +1314,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:19:07 GMT", + "Date": "Thu, 20 Oct 2022 08:59:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1245,16 +1322,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b69eef66-2e99-4988-b385-b51c3d444c4c", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151908Z:b69eef66-2e99-4988-b385-b51c3d444c4c", + "x-ms-correlation-request-id": "521a8bfa-3694-4d99-a2c4-b6fa7aedc01f", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "WESTEUROPE:20221020T085924Z:521a8bfa-3694-4d99-a2c4-b6fa7aedc01f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ac602a7-fd98-4025-b34f-e9d5a4bc438d", - "name": "0ac602a7-fd98-4025-b34f-e9d5a4bc438d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be", + "name": "1749c4c4-5f36-4126-835f-e8f6048d14be", "status": "Creating", - "startTime": "2022-09-19T15:18:07.0111088Z", + "startTime": "2022-10-20T08:58:53.0831085Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1263,13 +1340,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ac602a7-fd98-4025-b34f-e9d5a4bc438d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1277,7 +1354,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:19:37 GMT", + "Date": "Thu, 20 Oct 2022 08:59:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1285,16 +1362,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77261b94-9e34-4c03-86f8-b6a548abe81e", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20220919T151938Z:77261b94-9e34-4c03-86f8-b6a548abe81e", + "x-ms-correlation-request-id": "7d63f0c2-4479-411d-b6b6-f455f41de259", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "WESTEUROPE:20221020T085954Z:7d63f0c2-4479-411d-b6b6-f455f41de259", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ac602a7-fd98-4025-b34f-e9d5a4bc438d", - "name": "0ac602a7-fd98-4025-b34f-e9d5a4bc438d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be", + "name": "1749c4c4-5f36-4126-835f-e8f6048d14be", "status": "Creating", - "startTime": "2022-09-19T15:18:07.0111088Z", + "startTime": "2022-10-20T08:58:53.0831085Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1303,13 +1380,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ac602a7-fd98-4025-b34f-e9d5a4bc438d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1317,7 +1394,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:20:07 GMT", + "Date": "Thu, 20 Oct 2022 09:00:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1325,16 +1402,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e736927c-4e1e-491a-92fb-9301581b71b9", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152008Z:e736927c-4e1e-491a-92fb-9301581b71b9", + "x-ms-correlation-request-id": "8fbe6276-27a7-455b-95a9-4170d4e1c01a", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090024Z:8fbe6276-27a7-455b-95a9-4170d4e1c01a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ac602a7-fd98-4025-b34f-e9d5a4bc438d", - "name": "0ac602a7-fd98-4025-b34f-e9d5a4bc438d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be", + "name": "1749c4c4-5f36-4126-835f-e8f6048d14be", "status": "Creating", - "startTime": "2022-09-19T15:18:07.0111088Z", + "startTime": "2022-10-20T08:58:53.0831085Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1343,13 +1420,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ac602a7-fd98-4025-b34f-e9d5a4bc438d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1357,7 +1434,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:20:38 GMT", + "Date": "Thu, 20 Oct 2022 09:00:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1365,16 +1442,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "070f8fcf-df6b-44cd-a264-23f10b45d89e", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152039Z:070f8fcf-df6b-44cd-a264-23f10b45d89e", + "x-ms-correlation-request-id": "ef3ab586-8e4b-4136-bce3-e8132acdc24e", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090055Z:ef3ab586-8e4b-4136-bce3-e8132acdc24e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ac602a7-fd98-4025-b34f-e9d5a4bc438d", - "name": "0ac602a7-fd98-4025-b34f-e9d5a4bc438d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be", + "name": "1749c4c4-5f36-4126-835f-e8f6048d14be", "status": "Creating", - "startTime": "2022-09-19T15:18:07.0111088Z", + "startTime": "2022-10-20T08:58:53.0831085Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1383,13 +1460,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ac602a7-fd98-4025-b34f-e9d5a4bc438d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1397,7 +1474,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:21:09 GMT", + "Date": "Thu, 20 Oct 2022 09:01:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1405,16 +1482,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2a66d06-1693-40ef-bd6f-44435660636a", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152109Z:b2a66d06-1693-40ef-bd6f-44435660636a", + "x-ms-correlation-request-id": "d88fcf44-f28e-4fd5-977f-00fa78500b86", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090125Z:d88fcf44-f28e-4fd5-977f-00fa78500b86", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ac602a7-fd98-4025-b34f-e9d5a4bc438d", - "name": "0ac602a7-fd98-4025-b34f-e9d5a4bc438d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be", + "name": "1749c4c4-5f36-4126-835f-e8f6048d14be", "status": "Creating", - "startTime": "2022-09-19T15:18:07.0111088Z", + "startTime": "2022-10-20T08:58:53.0831085Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1423,13 +1500,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ac602a7-fd98-4025-b34f-e9d5a4bc438d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1437,7 +1514,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:21:38 GMT", + "Date": "Thu, 20 Oct 2022 09:01:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1445,16 +1522,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1824f52d-5c23-4d0e-ae32-064d04aa3a86", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152139Z:1824f52d-5c23-4d0e-ae32-064d04aa3a86", + "x-ms-correlation-request-id": "8f8db15d-aa96-4888-9ac9-eadc9115e668", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090155Z:8f8db15d-aa96-4888-9ac9-eadc9115e668", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ac602a7-fd98-4025-b34f-e9d5a4bc438d", - "name": "0ac602a7-fd98-4025-b34f-e9d5a4bc438d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be", + "name": "1749c4c4-5f36-4126-835f-e8f6048d14be", "status": "Creating", - "startTime": "2022-09-19T15:18:07.0111088Z", + "startTime": "2022-10-20T08:58:53.0831085Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1463,13 +1540,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ac602a7-fd98-4025-b34f-e9d5a4bc438d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1477,7 +1554,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:22:09 GMT", + "Date": "Thu, 20 Oct 2022 09:02:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1485,17 +1562,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a2c4053-a9e8-4f9c-85dc-fed0770ba64a", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152210Z:5a2c4053-a9e8-4f9c-85dc-fed0770ba64a", + "x-ms-correlation-request-id": "f65cddfa-1700-481e-b2ae-886ea75630d3", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090225Z:f65cddfa-1700-481e-b2ae-886ea75630d3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be", + "name": "1749c4c4-5f36-4126-835f-e8f6048d14be", + "status": "Creating", + "startTime": "2022-10-20T08:58:53.0831085Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 09:02: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": "92f3ffd0-d7d8-4521-888e-e411993789c6", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090256Z:92f3ffd0-d7d8-4521-888e-e411993789c6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ac602a7-fd98-4025-b34f-e9d5a4bc438d", - "name": "0ac602a7-fd98-4025-b34f-e9d5a4bc438d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be", + "name": "1749c4c4-5f36-4126-835f-e8f6048d14be", "status": "Succeeded", - "startTime": "2022-09-19T15:18:07.0111088Z", - "endTime": "2022-09-19T15:22:07.7703921Z", + "startTime": "2022-10-20T08:58:53.0831085Z", + "endTime": "2022-10-20T09:02:53.4999243Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce" @@ -1509,7 +1626,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1517,8 +1634,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:22:09 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T15%3A22%3A07.7668462Z\u0027\u0022", + "Date": "Thu, 20 Oct 2022 09:02:55 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T09%3A02%3A53.4789034Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1526,22 +1643,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aae6cfd9-601d-4815-89b4-4f6e65427461", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152210Z:aae6cfd9-601d-4815-89b4-4f6e65427461", + "x-ms-correlation-request-id": "1737db8b-bde1-4fe4-8f4b-63e6b0819787", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090256Z:1737db8b-bde1-4fe4-8f4b-63e6b0819787", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T15%3A22%3A07.7668462Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-20T09%3A02%3A53.4789034Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-19T15:18:04.1882914Z" + "CreatedOnDate": "2022-10-20T08:58:51.8342246Z" }, "properties": { - "fileSystemId": "1d41b4ac-2c17-bd57-9c59-161e8b3a31cc", + "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b93a23ce", "usageThreshold": 107374182400, @@ -1569,7 +1686,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_bd219beb", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_149a154e", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1584,8 +1701,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "1d41b4ac-2c17-bd57-9c59-161e8b3a31cc", - "fileSystemId": "1d41b4ac-2c17-bd57-9c59-161e8b3a31cc", + "mountTargetId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", "ipAddress": "10.0.0.4" } ], @@ -1605,10 +1722,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-09-19T15:18:05.1349495Z", + "createdAt": "2022-10-20T08:58:52.7930237Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T15:18:05.1349495Z" + "lastModifiedAt": "2022-10-20T08:58:52.7930237Z" } } }, @@ -1619,7 +1736,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1627,8 +1744,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:22:21 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T15%3A22%3A07.7668462Z\u0027\u0022", + "Date": "Thu, 20 Oct 2022 09:03:06 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T09%3A02%3A53.4789034Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1636,22 +1753,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d3c5d45-fad1-49df-9394-6270059b77bb", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152221Z:3d3c5d45-fad1-49df-9394-6270059b77bb", + "x-ms-correlation-request-id": "26780606-b702-42c6-a0d1-84d2972527e8", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090306Z:26780606-b702-42c6-a0d1-84d2972527e8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T15%3A22%3A07.7668462Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-20T09%3A02%3A53.4789034Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-19T15:18:04.1882914Z" + "CreatedOnDate": "2022-10-20T08:58:51.8342246Z" }, "properties": { - "fileSystemId": "1d41b4ac-2c17-bd57-9c59-161e8b3a31cc", + "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b93a23ce", "usageThreshold": 107374182400, @@ -1679,7 +1796,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_bd219beb", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_149a154e", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1694,8 +1811,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "1d41b4ac-2c17-bd57-9c59-161e8b3a31cc", - "fileSystemId": "1d41b4ac-2c17-bd57-9c59-161e8b3a31cc", + "mountTargetId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", "ipAddress": "10.0.0.4" } ], @@ -1715,10 +1832,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-09-19T15:18:05.1349495Z", + "createdAt": "2022-10-20T08:58:52.7930237Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T15:18:05.1349495Z" + "lastModifiedAt": "2022-10-20T08:58:52.7930237Z" } } }, @@ -1729,7 +1846,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1737,7 +1854,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:22:21 GMT", + "Date": "Thu, 20 Oct 2022 09:03:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1745,9 +1862,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "216fac18-7c3d-4994-9512-cc08f5c1ca2e", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152221Z:216fac18-7c3d-4994-9512-cc08f5c1ca2e", + "x-ms-correlation-request-id": "940367e8-8586-4021-9e84-ea149f1843f5", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090307Z:940367e8-8586-4021-9e84-ea149f1843f5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1770,7 +1887,7 @@ "Connection": "keep-alive", "Content-Length": "412", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "properties": { @@ -1789,35 +1906,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ad989472-8456-40d8-a1f3-a15511a56daf?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c25c27c0-8257-4574-a52f-ad10ca0c6d9c?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "2480", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:22:22 GMT", - "ETag": "W/\u0022datetime\u00272022-09-19T15%3A22%3A22.2841431Z\u0027\u0022", + "Date": "Thu, 20 Oct 2022 09:03:07 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T09%3A03%3A07.9547104Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ad989472-8456-40d8-a1f3-a15511a56daf?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c25c27c0-8257-4574-a52f-ad10ca0c6d9c?api-version=2022-05-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": "7a57812b-94f7-4938-a828-ed9457a7a9b3", + "x-ms-correlation-request-id": "f3149805-5e4e-4ec5-bd50-0d4710181e3d", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152222Z:7a57812b-94f7-4938-a828-ed9457a7a9b3", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090308Z:f3149805-5e4e-4ec5-bd50-0d4710181e3d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T15%3A22%3A22.2841431Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-20T09%3A03%3A07.9547104Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-19T15:18:04.1882914Z" + "CreatedOnDate": "2022-10-20T08:58:51.8342246Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "1d41b4ac-2c17-bd57-9c59-161e8b3a31cc", + "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b93a23ce", "usageThreshold": 107374182400, @@ -1845,7 +1962,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_bd219beb", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_149a154e", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1860,8 +1977,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "1d41b4ac-2c17-bd57-9c59-161e8b3a31cc", - "fileSystemId": "1d41b4ac-2c17-bd57-9c59-161e8b3a31cc", + "mountTargetId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", "ipAddress": "10.0.0.4" } ], @@ -1880,21 +1997,21 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-09-19T15:18:05.1349495Z", + "createdAt": "2022-10-20T08:58:52.7930237Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T15:18:05.1349495Z" + "lastModifiedAt": "2022-10-20T08:58:52.7930237Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ad989472-8456-40d8-a1f3-a15511a56daf?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c25c27c0-8257-4574-a52f-ad10ca0c6d9c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1902,7 +2019,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:22:52 GMT", + "Date": "Thu, 20 Oct 2022 09:03:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1910,17 +2027,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a359b216-f208-44aa-8275-44f7d6cb845c", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152252Z:a359b216-f208-44aa-8275-44f7d6cb845c", + "x-ms-correlation-request-id": "81414d02-c05b-4a91-9f32-7a7e24703438", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090308Z:81414d02-c05b-4a91-9f32-7a7e24703438", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c25c27c0-8257-4574-a52f-ad10ca0c6d9c", + "name": "c25c27c0-8257-4574-a52f-ad10ca0c6d9c", + "status": "Patching", + "startTime": "2022-10-20T09:03:07.9625198Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c25c27c0-8257-4574-a52f-ad10ca0c6d9c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 09:03: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": "6da23a1d-f6f4-4551-8d5b-fb808c662406", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090338Z:6da23a1d-f6f4-4551-8d5b-fb808c662406", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ad989472-8456-40d8-a1f3-a15511a56daf", - "name": "ad989472-8456-40d8-a1f3-a15511a56daf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c25c27c0-8257-4574-a52f-ad10ca0c6d9c", + "name": "c25c27c0-8257-4574-a52f-ad10ca0c6d9c", "status": "Succeeded", - "startTime": "2022-09-19T15:22:22.2800773Z", - "endTime": "2022-09-19T15:22:26.0460388Z", + "startTime": "2022-10-20T09:03:07.9625198Z", + "endTime": "2022-10-20T09:03:11.3065918Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce" @@ -1928,13 +2085,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ad989472-8456-40d8-a1f3-a15511a56daf?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c25c27c0-8257-4574-a52f-ad10ca0c6d9c?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -1942,7 +2099,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:22:52 GMT", + "Date": "Thu, 20 Oct 2022 09:03:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1950,19 +2107,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "940d2580-37af-457a-8309-3323038d5cd4", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152252Z:940d2580-37af-457a-8309-3323038d5cd4", + "x-ms-correlation-request-id": "7b73e1aa-2d93-4bc3-8a91-dc070ff580b3", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090339Z:7b73e1aa-2d93-4bc3-8a91-dc070ff580b3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-09-19T15%3A22%3A26.0498864Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-20T09%3A03%3A11.2938202Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-19T15:22:21.9045101Z" + "CreatedOnDate": "2022-10-20T09:03:07.5729077Z" }, "properties": { "dataProtection": { @@ -1972,7 +2129,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/vaults/cbsvault" } }, - "fileSystemId": "1d41b4ac-2c17-bd57-9c59-161e8b3a31cc", + "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b93a23ce", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2003,19 +2160,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_bd219beb", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_149a154e", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", - "poolId": "9fee49a9-8e2f-cd2a-bac1-da5c570dbd63", + "poolId": "2bf1cafb-90f3-d573-0eb0-01c065b39ecb", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "1d41b4ac-2c17-bd57-9c59-161e8b3a31cc", - "fileSystemId": "1d41b4ac-2c17-bd57-9c59-161e8b3a31cc", + "mountTargetId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", "startIp": "", "endIp": "", "gateway": "", @@ -2047,10 +2204,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-09-19T15:18:05.1349495Z", + "createdAt": "2022-10-20T08:58:52.7930237Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-19T15:22:22.102986Z" + "lastModifiedAt": "2022-10-20T09:03:07.8371052Z" } } }, @@ -2063,7 +2220,7 @@ "Connection": "keep-alive", "Content-Length": "69", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -2073,20 +2230,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ace0c519-b26b-4f5f-88e0-ded72c65816d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b02c98b9-4815-4fb7-96dc-cd6373463e17?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "560", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:22:52 GMT", + "Date": "Thu, 20 Oct 2022 09:03:40 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ace0c519-b26b-4f5f-88e0-ded72c65816d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b02c98b9-4815-4fb7-96dc-cd6373463e17?api-version=2022-05-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": "ffbabfee-d765-4c29-a9b7-6cc984a1d5d7", + "x-ms-correlation-request-id": "9b921faa-8e79-4f8a-baa4-c7ba4e49ac4f", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152253Z:ffbabfee-d765-4c29-a9b7-6cc984a1d5d7", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090340Z:9b921faa-8e79-4f8a-baa4-c7ba4e49ac4f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2101,13 +2258,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ace0c519-b26b-4f5f-88e0-ded72c65816d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b02c98b9-4815-4fb7-96dc-cd6373463e17?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2115,7 +2272,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:23:22 GMT", + "Date": "Thu, 20 Oct 2022 09:03:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2123,17 +2280,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "17d2d5de-d7f4-4516-a6a6-d4b03b9de73b", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152323Z:17d2d5de-d7f4-4516-a6a6-d4b03b9de73b", + "x-ms-correlation-request-id": "5d99d7a6-7d30-4b02-ae5b-952c4f3bf7c0", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090340Z:5d99d7a6-7d30-4b02-ae5b-952c4f3bf7c0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b02c98b9-4815-4fb7-96dc-cd6373463e17", + "name": "b02c98b9-4815-4fb7-96dc-cd6373463e17", + "status": "Creating", + "startTime": "2022-10-20T09:03:40.0622185Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b02c98b9-4815-4fb7-96dc-cd6373463e17?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 09: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": "86d77c23-7a67-4400-b0b8-e9775301838d", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090410Z:86d77c23-7a67-4400-b0b8-e9775301838d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ace0c519-b26b-4f5f-88e0-ded72c65816d", - "name": "ace0c519-b26b-4f5f-88e0-ded72c65816d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b02c98b9-4815-4fb7-96dc-cd6373463e17", + "name": "b02c98b9-4815-4fb7-96dc-cd6373463e17", "status": "Succeeded", - "startTime": "2022-09-19T15:22:53.2988397Z", - "endTime": "2022-09-19T15:22:53.4863652Z", + "startTime": "2022-10-20T09:03:40.0622185Z", + "endTime": "2022-10-20T09:03:40.9373881Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce" @@ -2141,41 +2338,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ace0c519-b26b-4f5f-88e0-ded72c65816d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b02c98b9-4815-4fb7-96dc-cd6373463e17?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "779", + "Content-Length": "780", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:23:23 GMT", + "Date": "Thu, 20 Oct 2022 09:04: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": "dcbb1d2f-8b21-480b-9169-305041608a3d", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152323Z:dcbb1d2f-8b21-480b-9169-305041608a3d", + "x-ms-correlation-request-id": "f1a7932f-e60f-4e80-9b27-1743ed312f16", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090410Z:f1a7932f-e60f-4e80-9b27-1743ed312f16", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "9/19/2022 3:22:53 PM", + "etag": "10/20/2022 9:03:40 AM", "location": "", "properties": { - "fileSystemId": "1d41b4ac-2c17-bd57-9c59-161e8b3a31cc", + "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", "creationDate": "0001-01-01T00:00:00Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", + "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", "size": 0, "backupType": "Manual", "failureReason": "None", @@ -2191,7 +2388,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2199,7 +2396,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:23:34 GMT", + "Date": "Thu, 20 Oct 2022 09:04:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2207,9 +2404,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "431804a2-83f0-4027-9085-06d74d0d563d", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152335Z:431804a2-83f0-4027-9085-06d74d0d563d", + "x-ms-correlation-request-id": "c4e8bbd7-1c13-40aa-bf73-0bf055199d02", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090421Z:c4e8bbd7-1c13-40aa-bf73-0bf055199d02", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2218,12 +2415,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", + "creationDate": "2022-10-20T09:03:40Z", + "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", "size": 0, "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", + "provisioningState": "Creating", + "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-b93a23ce", "useExistingSnapshot": false } @@ -2236,7 +2433,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2244,7 +2441,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:23:44 GMT", + "Date": "Thu, 20 Oct 2022 09:04:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2252,9 +2449,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c9f7d420-6e61-4697-afbe-e24042e5a286", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152345Z:c9f7d420-6e61-4697-afbe-e24042e5a286", + "x-ms-correlation-request-id": "47b08d3d-bcd9-48de-bb39-4c299c0ac308", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090431Z:47b08d3d-bcd9-48de-bb39-4c299c0ac308", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2263,12 +2460,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", + "creationDate": "2022-10-20T09:03:40Z", + "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", "size": 0, "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", + "provisioningState": "Creating", + "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-b93a23ce", "useExistingSnapshot": false } @@ -2281,7 +2478,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2289,7 +2486,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:23:55 GMT", + "Date": "Thu, 20 Oct 2022 09:04:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2297,9 +2494,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0be157f0-5c81-4751-8bf9-3eb8f9f662dc", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152356Z:0be157f0-5c81-4751-8bf9-3eb8f9f662dc", + "x-ms-correlation-request-id": "71c0c002-7adb-4ed5-8034-066e49ab0424", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090443Z:71c0c002-7adb-4ed5-8034-066e49ab0424", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2308,12 +2505,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", + "creationDate": "2022-10-20T09:03:40Z", + "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", "size": 0, "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", + "provisioningState": "Creating", + "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-b93a23ce", "useExistingSnapshot": false } @@ -2326,7 +2523,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2334,7 +2531,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:24:07 GMT", + "Date": "Thu, 20 Oct 2022 09:04:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2342,9 +2539,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8127f27e-a68e-4f9c-b7b5-c17d87c8902b", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152407Z:8127f27e-a68e-4f9c-b7b5-c17d87c8902b", + "x-ms-correlation-request-id": "cc670e41-0226-4048-a399-e668cc1121d4", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090453Z:cc670e41-0226-4048-a399-e668cc1121d4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2353,12 +2550,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", + "creationDate": "2022-10-20T09:03:40Z", + "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", "size": 0, "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", + "provisioningState": "Creating", + "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-b93a23ce", "useExistingSnapshot": false } @@ -2371,7 +2568,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2379,7 +2576,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:24:17 GMT", + "Date": "Thu, 20 Oct 2022 09:05:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2387,9 +2584,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "123cef61-14e9-47a4-9913-2b7d46b85285", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152417Z:123cef61-14e9-47a4-9913-2b7d46b85285", + "x-ms-correlation-request-id": "59f4a9d2-5fa5-455d-b5b9-378e7fd3c22c", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090504Z:59f4a9d2-5fa5-455d-b5b9-378e7fd3c22c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2398,12 +2595,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", + "creationDate": "2022-10-20T09:03:40Z", + "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", "size": 0, "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", + "provisioningState": "Creating", + "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-b93a23ce", "useExistingSnapshot": false } @@ -2416,7 +2613,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2424,7 +2621,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:24:28 GMT", + "Date": "Thu, 20 Oct 2022 09:05:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2432,9 +2629,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1fb983b3-4b7d-4bed-ad05-9d2bc9f8f368", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152428Z:1fb983b3-4b7d-4bed-ad05-9d2bc9f8f368", + "x-ms-correlation-request-id": "e6441fda-59df-4682-a253-5c62f032ec49", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090514Z:e6441fda-59df-4682-a253-5c62f032ec49", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2443,12 +2640,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", + "creationDate": "2022-10-20T09:03:40Z", + "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", "size": 0, "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", + "provisioningState": "Creating", + "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-b93a23ce", "useExistingSnapshot": false } @@ -2461,7 +2658,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2469,7 +2666,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:24:39 GMT", + "Date": "Thu, 20 Oct 2022 09:05:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2477,9 +2674,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c33cb17a-ece6-4d6f-a7bd-914a09f88612", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152439Z:c33cb17a-ece6-4d6f-a7bd-914a09f88612", + "x-ms-correlation-request-id": "d4648e1c-d8f6-4128-b259-bc9ea8840c22", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090525Z:d4648e1c-d8f6-4128-b259-bc9ea8840c22", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2488,12 +2685,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", + "creationDate": "2022-10-20T09:03:40Z", + "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", "size": 0, "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", + "provisioningState": "Creating", + "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-b93a23ce", "useExistingSnapshot": false } @@ -2506,7 +2703,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2514,7 +2711,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:24:50 GMT", + "Date": "Thu, 20 Oct 2022 09:05:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2522,9 +2719,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "220069df-7794-46fb-a6ba-9d4e1c2c6a76", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152450Z:220069df-7794-46fb-a6ba-9d4e1c2c6a76", + "x-ms-correlation-request-id": "03a878f5-bc27-4ca7-97ab-f981b2446b4a", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090535Z:03a878f5-bc27-4ca7-97ab-f981b2446b4a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2533,12 +2730,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", + "creationDate": "2022-10-20T09:03:40Z", + "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", "size": 0, "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", + "provisioningState": "Creating", + "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-b93a23ce", "useExistingSnapshot": false } @@ -2551,7 +2748,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2559,7 +2756,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:25:01 GMT", + "Date": "Thu, 20 Oct 2022 09:05:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2567,9 +2764,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bad72d80-27f4-403b-a190-90a462dec1a3", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152502Z:bad72d80-27f4-403b-a190-90a462dec1a3", + "x-ms-correlation-request-id": "d5dbc841-f31f-42a1-9834-6841e599c83c", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090546Z:d5dbc841-f31f-42a1-9834-6841e599c83c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2578,12 +2775,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", + "creationDate": "2022-10-20T09:03:40Z", + "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", "size": 0, "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", + "provisioningState": "Creating", + "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-b93a23ce", "useExistingSnapshot": false } @@ -2596,7 +2793,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2604,7 +2801,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:25:12 GMT", + "Date": "Thu, 20 Oct 2022 09:05:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2612,9 +2809,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d046b6e-e387-4314-abdf-bf8b284d7bf5", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152512Z:8d046b6e-e387-4314-abdf-bf8b284d7bf5", + "x-ms-correlation-request-id": "73acf857-00f4-45cd-ac61-4a628436ad10", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090557Z:73acf857-00f4-45cd-ac61-4a628436ad10", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2623,12 +2820,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", + "creationDate": "2022-10-20T09:03:40Z", + "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", "size": 0, "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", + "provisioningState": "Creating", + "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-b93a23ce", "useExistingSnapshot": false } @@ -2641,7 +2838,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2649,7 +2846,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:25:22 GMT", + "Date": "Thu, 20 Oct 2022 09:06:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2657,9 +2854,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "66db5ff9-39bb-4570-ad21-592a5cb8b54c", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152523Z:66db5ff9-39bb-4570-ad21-592a5cb8b54c", + "x-ms-correlation-request-id": "78b38560-b6a9-4c89-8d94-832ce7c51b5e", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090607Z:78b38560-b6a9-4c89-8d94-832ce7c51b5e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2668,12 +2865,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", + "creationDate": "2022-10-20T09:03:40Z", + "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", "size": 0, "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", + "provisioningState": "Creating", + "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-b93a23ce", "useExistingSnapshot": false } @@ -2686,7 +2883,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2694,7 +2891,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:25:33 GMT", + "Date": "Thu, 20 Oct 2022 09:06:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2702,9 +2899,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d397210a-7147-4a68-bc83-1e29c54450dd", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152534Z:d397210a-7147-4a68-bc83-1e29c54450dd", + "x-ms-correlation-request-id": "c17cccae-253f-48ce-98d8-380e8b3c3584", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090618Z:c17cccae-253f-48ce-98d8-380e8b3c3584", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2713,12 +2910,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", + "creationDate": "2022-10-20T09:03:40Z", + "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", "size": 0, "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", + "provisioningState": "Creating", + "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-b93a23ce", "useExistingSnapshot": false } @@ -2731,7 +2928,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2739,7 +2936,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:25:43 GMT", + "Date": "Thu, 20 Oct 2022 09:06:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2747,9 +2944,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a286cff1-f5fc-4c05-b84e-ddf9b39fac93", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152544Z:a286cff1-f5fc-4c05-b84e-ddf9b39fac93", + "x-ms-correlation-request-id": "cd716dc1-fb90-428e-8e6b-e2fae9f48bbd", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090628Z:cd716dc1-fb90-428e-8e6b-e2fae9f48bbd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2758,12 +2955,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", + "creationDate": "2022-10-20T09:03:40Z", + "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", "size": 0, "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", + "provisioningState": "Creating", + "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-b93a23ce", "useExistingSnapshot": false } @@ -2776,7 +2973,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2784,7 +2981,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:25:54 GMT", + "Date": "Thu, 20 Oct 2022 09:06:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2792,9 +2989,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "573c6ea0-1f20-431e-8c43-e5d6d6f8f507", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152555Z:573c6ea0-1f20-431e-8c43-e5d6d6f8f507", + "x-ms-correlation-request-id": "1663a008-bab3-4ab2-ae49-d142dc34e77a", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090639Z:1663a008-bab3-4ab2-ae49-d142dc34e77a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2803,12 +3000,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", + "creationDate": "2022-10-20T09:03:40Z", + "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", "size": 0, "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", + "provisioningState": "Creating", + "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-b93a23ce", "useExistingSnapshot": false } @@ -2821,7 +3018,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2829,7 +3026,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:26:05 GMT", + "Date": "Thu, 20 Oct 2022 09:06:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2837,9 +3034,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6adfa88-86e9-48d8-86e5-a69f05479910", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152606Z:b6adfa88-86e9-48d8-86e5-a69f05479910", + "x-ms-correlation-request-id": "e6b2e77e-0eb3-408c-8e55-86f0fe543a3d", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090650Z:e6b2e77e-0eb3-408c-8e55-86f0fe543a3d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2848,12 +3045,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", + "creationDate": "2022-10-20T09:03:40Z", + "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", "size": 0, "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", + "provisioningState": "Creating", + "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-b93a23ce", "useExistingSnapshot": false } @@ -2866,7 +3063,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2874,7 +3071,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:26:17 GMT", + "Date": "Thu, 20 Oct 2022 09:07:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2882,9 +3079,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "35facf07-400f-4421-83d6-c621c906e4ff", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152617Z:35facf07-400f-4421-83d6-c621c906e4ff", + "x-ms-correlation-request-id": "ea45523e-9b84-4690-95dc-f761a53c2584", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090701Z:ea45523e-9b84-4690-95dc-f761a53c2584", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2893,12 +3090,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, + "creationDate": "2022-10-20T09:03:44Z", + "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", + "size": 331776, "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", + "provisioningState": "Succeeded", + "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-b93a23ce", "useExistingSnapshot": false } @@ -2906,30 +3103,37 @@ }, { "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", - "RequestMethod": "GET", + "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "Content-Length": "65", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, - "RequestBody": null, - "StatusCode": 200, + "RequestBody": { + "properties": { + "label": "label1", + "useExistingSnapshot": false + } + }, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c801660e-7c20-4f7e-971b-05055a8d2def?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "600", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:26:27 GMT", + "Date": "Thu, 20 Oct 2022 09:07:01 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c801660e-7c20-4f7e-971b-05055a8d2def?api-version=2022-05-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": "7ca45f61-cab4-4421-adbf-e2317c2de8c9", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152627Z:7ca45f61-cab4-4421-adbf-e2317c2de8c9", + "x-ms-correlation-request-id": "ce48a3cd-11ac-42a5-9d8c-6de802f8c224", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090701Z:ce48a3cd-11ac-42a5-9d8c-6de802f8c224", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2938,25 +3142,20 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", + "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "label": "label1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c801660e-7c20-4f7e-971b-05055a8d2def?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -2964,7 +3163,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:26:38 GMT", + "Date": "Thu, 20 Oct 2022 09:07:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2972,36 +3171,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4eda64d9-72a9-4f7d-8ca6-ace743df73a0", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152638Z:4eda64d9-72a9-4f7d-8ca6-ace743df73a0", + "x-ms-correlation-request-id": "7bc7859d-071c-42b8-b9a8-e14879fec715", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090702Z:7bc7859d-071c-42b8-b9a8-e14879fec715", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c801660e-7c20-4f7e-971b-05055a8d2def", + "name": "c801660e-7c20-4f7e-971b-05055a8d2def", + "status": "Succeeded", + "startTime": "2022-10-20T09:07:01.6124412Z", + "endTime": "2022-10-20T09:07:01.8937048Z", + "percentComplete": 100.0, "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c801660e-7c20-4f7e-971b-05055a8d2def?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3009,7 +3203,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:26:49 GMT", + "Date": "Thu, 20 Oct 2022 09:07:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3017,25 +3211,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c953c714-5e56-4b61-b7ac-e89a1d00e522", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152650Z:c953c714-5e56-4b61-b7ac-e89a1d00e522", + "x-ms-correlation-request-id": "4735ceaf-fdb6-4585-b6b2-09f948f8846d", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090702Z:4735ceaf-fdb6-4585-b6b2-09f948f8846d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "etag": "10/20/2022 9:07:01 AM", "location": "westus2", "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, + "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "creationDate": "2022-10-20T09:03:44Z", + "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", + "size": 331776, "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", + "label": "label1", + "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false + "useExistingSnapshot": false, + "provisioningState": "Accepted" } } }, @@ -3046,7 +3243,7 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3054,7 +3251,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:27:00 GMT", + "Date": "Thu, 20 Oct 2022 09:07:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3062,9 +3259,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8869b6ac-5283-4c82-8a0e-a34b530e2122", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152700Z:8869b6ac-5283-4c82-8a0e-a34b530e2122", + "x-ms-correlation-request-id": "a44c49d2-0d57-4ea2-8087-2a432bab4cc0", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090702Z:a44c49d2-0d57-4ea2-8087-2a432bab4cc0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3073,25 +3270,26 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, + "creationDate": "2022-10-20T09:03:44Z", + "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", + "size": 331776, "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", + "label": "label1", + "provisioningState": "Succeeded", + "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-b93a23ce", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/vaults?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3099,7 +3297,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:27:11 GMT", + "Date": "Thu, 20 Oct 2022 09:07:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3107,81 +3305,163 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4168515e-7bed-4741-b66e-5e7551f8b97b", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152711Z:4168515e-7bed-4741-b66e-5e7551f8b97b", + "x-ms-correlation-request-id": "8b1814dc-dfe5-4537-a902-24500893625f", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090703Z:8b1814dc-dfe5-4537-a902-24500893625f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false - } + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/vaults/cbsvault", + "name": "sdk-py-tests-acc-1-b93a23ce/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce?api-version=2022-05-01", + "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "Content-Length": "413", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, - "RequestBody": null, - "StatusCode": 200, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/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/westus2/operationResults/d24bfb0e-584c-4175-98a1-c58b64837110?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "2743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:27:21 GMT", + "Date": "Thu, 20 Oct 2022 09:07:03 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T09%3A07%3A03.7018737Z\u0027\u0022", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d24bfb0e-584c-4175-98a1-c58b64837110?api-version=2022-05-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": "8ce28594-8453-4905-a17f-4e6f1fe80aa2", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152722Z:8ce28594-8453-4905-a17f-4e6f1fe80aa2", + "x-ms-correlation-request-id": "4f142c64-0190-4c05-853f-e5fe1c96d040", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090703Z:4f142c64-0190-4c05-853f-e5fe1c96d040", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", + "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T09%3A07%3A03.7018737Z\u0027\u0022", "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T09:03:07.5729077Z" + }, "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/vaults/cbsvault" + } + }, + "provisioningState": "Patching", + "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b93a23ce", + "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_8f82c7b40509489d9e97d719b9b955b4_149a154e", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T08:58:52.7930237Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T09:03:07.8371052Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d24bfb0e-584c-4175-98a1-c58b64837110?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3189,7 +3469,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:27:32 GMT", + "Date": "Thu, 20 Oct 2022 09:07:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3197,36 +3477,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a49b1557-8458-40d4-ba32-5b9900382306", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152733Z:a49b1557-8458-40d4-ba32-5b9900382306", + "x-ms-correlation-request-id": "e8f79f62-2ace-439f-a66c-7b7e0a1e12a0", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090704Z:e8f79f62-2ace-439f-a66c-7b7e0a1e12a0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d24bfb0e-584c-4175-98a1-c58b64837110", + "name": "d24bfb0e-584c-4175-98a1-c58b64837110", + "status": "Patching", + "startTime": "2022-10-20T09:07:03.7063301Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d24bfb0e-584c-4175-98a1-c58b64837110?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3234,7 +3509,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:27:43 GMT", + "Date": "Thu, 20 Oct 2022 09:07:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3242,36 +3517,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "22924876-adf9-40d7-b4f9-ba85df35691c", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152743Z:22924876-adf9-40d7-b4f9-ba85df35691c", + "x-ms-correlation-request-id": "b6d7ab99-bb82-436a-9b7e-7960162ff34a", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090734Z:b6d7ab99-bb82-436a-9b7e-7960162ff34a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d24bfb0e-584c-4175-98a1-c58b64837110", + "name": "d24bfb0e-584c-4175-98a1-c58b64837110", + "status": "Succeeded", + "startTime": "2022-10-20T09:07:03.7063301Z", + "endTime": "2022-10-20T09:07:09.0198575Z", + "percentComplete": 100.0, "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d24bfb0e-584c-4175-98a1-c58b64837110?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3279,7 +3549,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:27:53 GMT", + "Date": "Thu, 20 Oct 2022 09:07:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3287,216 +3557,181 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e8175a46-eee7-47e6-baaa-44aba2ad010b", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152754Z:e8175a46-eee7-47e6-baaa-44aba2ad010b", + "x-ms-correlation-request-id": "f99620c3-658c-43a4-99e3-196c8f1870cd", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090734Z:f99620c3-658c-43a4-99e3-196c8f1870cd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", + "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T09%3A07%3A09.0169334Z\u0027\u0022", "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T09:07:03.2767023Z" + }, "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:28: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": "3218dc77-e2fa-485c-bdba-b4239de96b7e", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152805Z:3218dc77-e2fa-485c-bdba-b4239de96b7e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-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, 19 Sep 2022 15:28: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": "4625c1d5-894a-4372-95a9-4792d1bca269", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152816Z:4625c1d5-894a-4372-95a9-4792d1bca269", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false + "dataProtection": { + "backup": { + "backupEnabled": false, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/vaults/cbsvault" + } + }, + "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b93a23ce", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_149a154e", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", + "poolId": "2bf1cafb-90f3-d573-0eb0-01c065b39ecb", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T08:58:52.7930237Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T09:07:03.4546174Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:28:26 GMT", + "Date": "Thu, 20 Oct 2022 09:07: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": "9067c1ff-2a5e-4b39-b83b-c02a133fdfb5", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152826Z:9067c1ff-2a5e-4b39-b83b-c02a133fdfb5", + "x-ms-correlation-request-id": "d9cc4790-fc18-41ad-a623-5685dc55e7e8", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090736Z:d9cc4790-fc18-41ad-a623-5685dc55e7e8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false + "error": { + "code": "NotFound", + "message": "The requested Backup was not found." } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce?api-version=2022-05-01", + "RequestMethod": "DELETE", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:28:37 GMT", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 09:07:37 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87?api-version=2022-05-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": "18360b8b-42ed-4bf9-864a-4f868d9d5b8d", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152838Z:18360b8b-42ed-4bf9-864a-4f868d9d5b8d", + "x-ms-correlation-request-id": "343279bc-8a50-468b-970f-54247d4865b5", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090737Z:343279bc-8a50-468b-970f-54247d4865b5", "X-Powered-By": "ASP.NET" }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false - } - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3504,7 +3739,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:28:48 GMT", + "Date": "Thu, 20 Oct 2022 09:07:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3512,36 +3747,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0696f0d7-111a-4411-a3ca-257b5cd61947", + "x-ms-correlation-request-id": "8c67acc4-ee32-4743-a6ad-b8d09b60abb0", "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152848Z:0696f0d7-111a-4411-a3ca-257b5cd61947", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090737Z:8c67acc4-ee32-4743-a6ad-b8d09b60abb0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87", + "name": "147dc6d7-22c5-49f9-80df-bfa1e3d81a87", + "status": "Deleting", + "startTime": "2022-10-20T09:07:37.5499754Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3549,7 +3779,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:28:58 GMT", + "Date": "Thu, 20 Oct 2022 09:08:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3557,36 +3787,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "951a5445-6890-4e6e-bfdf-efa6fd5bed92", + "x-ms-correlation-request-id": "2b5feab5-b22f-4d85-a492-80b4a9495855", "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152858Z:951a5445-6890-4e6e-bfdf-efa6fd5bed92", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090808Z:2b5feab5-b22f-4d85-a492-80b4a9495855", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87", + "name": "147dc6d7-22c5-49f9-80df-bfa1e3d81a87", + "status": "Deleting", + "startTime": "2022-10-20T09:07:37.5499754Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3594,7 +3819,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:29:11 GMT", + "Date": "Thu, 20 Oct 2022 09:08:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3602,36 +3827,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d7cbbee-e7df-4a24-92cb-5ecc8678a308", + "x-ms-correlation-request-id": "60f1513d-9654-4849-8ecf-398c95169bbc", "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152911Z:4d7cbbee-e7df-4a24-92cb-5ecc8678a308", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090838Z:60f1513d-9654-4849-8ecf-398c95169bbc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87", + "name": "147dc6d7-22c5-49f9-80df-bfa1e3d81a87", + "status": "Deleting", + "startTime": "2022-10-20T09:07:37.5499754Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3639,7 +3859,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:29:22 GMT", + "Date": "Thu, 20 Oct 2022 09:09:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3647,36 +3867,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "edfa79b1-31f9-4c76-8b66-deb46518374a", + "x-ms-correlation-request-id": "63010b53-1797-4322-8c5f-8e1f94fcd243", "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152922Z:edfa79b1-31f9-4c76-8b66-deb46518374a", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090908Z:63010b53-1797-4322-8c5f-8e1f94fcd243", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87", + "name": "147dc6d7-22c5-49f9-80df-bfa1e3d81a87", + "status": "Deleting", + "startTime": "2022-10-20T09:07:37.5499754Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3684,7 +3899,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:29:32 GMT", + "Date": "Thu, 20 Oct 2022 09:09:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3692,36 +3907,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab6a2548-751b-4707-b84b-9216f95655cf", + "x-ms-correlation-request-id": "ec70ae49-f312-48fe-b88d-2772b07ac6a5", "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152933Z:ab6a2548-751b-4707-b84b-9216f95655cf", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090939Z:ec70ae49-f312-48fe-b88d-2772b07ac6a5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87", + "name": "147dc6d7-22c5-49f9-80df-bfa1e3d81a87", + "status": "Succeeded", + "startTime": "2022-10-20T09:07:37.5499754Z", + "endTime": "2022-10-20T09:09:25.9377607Z", + "percentComplete": 100.0, "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3729,7 +3939,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:29:43 GMT", + "Date": "Thu, 20 Oct 2022 09:09:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3737,81 +3947,179 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "db143fa7-ce29-4d65-b8bd-274dbfeab883", + "x-ms-correlation-request-id": "2b933088-883d-4805-8323-b997e2cdd589", "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152944Z:db143fa7-ce29-4d65-b8bd-274dbfeab883", + "x-ms-routing-request-id": "WESTEUROPE:20221020T090940Z:2b933088-883d-4805-8323-b997e2cdd589", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", + "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T09%3A09%3A16.7658921Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T09:07:03.2767023Z" + }, "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false + "dataProtection": { + "backup": { + "backupEnabled": false, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/vaults/cbsvault" + } + }, + "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b93a23ce", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_149a154e", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", + "poolId": "2bf1cafb-90f3-d573-0eb0-01c065b39ecb", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T08:58:52.7930237Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T09:07:03.4546174Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:29:54 GMT", + "Date": "Thu, 20 Oct 2022 09:13: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": "9796654e-c483-4e6c-9186-dbfabbc71378", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-routing-request-id": "WESTEUROPE:20220919T152954Z:9796654e-c483-4e6c-9186-dbfabbc71378", - "X-Powered-By": "ASP.NET" + "x-ms-correlation-request-id": "840c5a79-54b9-48ad-91d4-a6416cfa7bf9", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "WESTEUROPE:20221020T091302Z:840c5a79-54b9-48ad-91d4-a6416cfa7bf9" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a4b551d-46ab-4416-b0b4-c5c71057a8a9?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 09:13:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a4b551d-46ab-4416-b0b4-c5c71057a8a9?api-version=2022-05-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": "148c2dd4-53ec-4f8b-9936-7dac1ca1f79b", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20221020T091314Z:148c2dd4-53ec-4f8b-9936-7dac1ca1f79b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a4b551d-46ab-4416-b0b4-c5c71057a8a9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3819,7 +4127,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:30:04 GMT", + "Date": "Thu, 20 Oct 2022 09:13:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3827,36 +4135,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "234cd0eb-ce74-4f32-937f-c7f4fd1731c0", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-routing-request-id": "WESTEUROPE:20220919T153005Z:234cd0eb-ce74-4f32-937f-c7f4fd1731c0", + "x-ms-correlation-request-id": "10666edc-eee6-4b95-8bf0-f873cceba566", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20221020T091315Z:10666edc-eee6-4b95-8bf0-f873cceba566", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a4b551d-46ab-4416-b0b4-c5c71057a8a9", + "name": "0a4b551d-46ab-4416-b0b4-c5c71057a8a9", + "status": "Deleting", + "startTime": "2022-10-20T09:13:14.6175731Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a4b551d-46ab-4416-b0b4-c5c71057a8a9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3864,7 +4167,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:30:15 GMT", + "Date": "Thu, 20 Oct 2022 09:13:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3872,36 +4175,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "359f1b06-3032-4b44-b7dc-50c85c24813d", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-routing-request-id": "WESTEUROPE:20220919T153016Z:359f1b06-3032-4b44-b7dc-50c85c24813d", + "x-ms-correlation-request-id": "7e3a62ed-291a-4143-9d56-cce1b304df9b", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20221020T091345Z:7e3a62ed-291a-4143-9d56-cce1b304df9b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a4b551d-46ab-4416-b0b4-c5c71057a8a9", + "name": "0a4b551d-46ab-4416-b0b4-c5c71057a8a9", + "status": "Succeeded", + "startTime": "2022-10-20T09:13:14.6175731Z", + "endTime": "2022-10-20T09:13:15.476908Z", + "percentComplete": 100.0, "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a4b551d-46ab-4416-b0b4-c5c71057a8a9?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -3909,7 +4207,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:30:26 GMT", + "Date": "Thu, 20 Oct 2022 09:13:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3917,128 +4215,211 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "649883c5-a3d9-4cf3-95af-a35eb96e99f8", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-routing-request-id": "WESTEUROPE:20220919T153027Z:649883c5-a3d9-4cf3-95af-a35eb96e99f8", + "x-ms-correlation-request-id": "1fbbfe8a-b301-4235-a74a-5f848687b78b", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "WESTEUROPE:20221020T091345Z:1fbbfe8a-b301-4235-a74a-5f848687b78b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T09%3A13%3A14.6103956Z\u0027\u0022", "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T08:58:08.5499067Z" + }, "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false + "poolId": "2bf1cafb-90f3-d573-0eb0-01c065b39ecb", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T08:58:09.4952997Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T08:58:09.4952997Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 09:13:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "10c72b6e-b0fa-4756-923f-5b4400597f55", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "WESTEUROPE:20221020T091355Z:10c72b6e-b0fa-4756-923f-5b4400597f55" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 09:14:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6690797d-f640-42ed-86bb-7fc204f5daf9", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "WESTEUROPE:20221020T091406Z:6690797d-f640-42ed-86bb-7fc204f5daf9" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 09:14:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0611a810-569b-440f-b173-e0808211a3ea", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "WESTEUROPE:20221020T091416Z:0611a810-569b-440f-b173-e0808211a3ea" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 09:14:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5e697f19-11b8-4d0b-a059-b37060f11d4d", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "WESTEUROPE:20221020T091426Z:5e697f19-11b8-4d0b-a059-b37060f11d4d" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:30:36 GMT", + "Date": "Thu, 20 Oct 2022 09:14: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": "d36ad0a1-b39c-44b8-999c-9a314c6f1824", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-routing-request-id": "WESTEUROPE:20220919T153037Z:d36ad0a1-b39c-44b8-999c-9a314c6f1824", - "X-Powered-By": "ASP.NET" + "x-ms-correlation-request-id": "d4d99902-ee70-490e-b3ce-70e62fa8a28d", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "WESTEUROPE:20221020T091437Z:d4d99902-ee70-490e-b3ce-70e62fa8a28d" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", - "RequestMethod": "PATCH", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce?api-version=2022-05-01", + "RequestMethod": "DELETE", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Content-Length": "65", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" - }, - "RequestBody": { - "properties": { - "label": "label1", - "useExistingSnapshot": false - } + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, + "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2d0518b3-e28f-48b2-87b3-87f26347b2f0?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd1da1e2-1908-4950-a802-6908bfa38bf1?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "600", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:30:37 GMT", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 09:14:38 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2d0518b3-e28f-48b2-87b3-87f26347b2f0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd1da1e2-1908-4950-a802-6908bfa38bf1?api-version=2022-05-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": "05bf9881-1ed5-4495-a98c-5ae189cba2df", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "WESTEUROPE:20220919T153038Z:05bf9881-1ed5-4495-a98c-5ae189cba2df", + "x-ms-correlation-request-id": "fddfe180-4ebf-4e49-84aa-d4a74e501fe3", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "WESTEUROPE:20221020T091438Z:fddfe180-4ebf-4e49-84aa-d4a74e501fe3", "X-Powered-By": "ASP.NET" }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "fileSystemId": "1d41b4ac-2c17-bd57-9c59-161e8b3a31cc", - "label": "label1", - "useExistingSnapshot": false - } - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2d0518b3-e28f-48b2-87b3-87f26347b2f0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd1da1e2-1908-4950-a802-6908bfa38bf1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -4046,7 +4427,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:31:07 GMT", + "Date": "Thu, 20 Oct 2022 09:14:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4054,31 +4435,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94c1a9f8-ec4a-4a2b-9c1c-264a6f8566a5", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-routing-request-id": "WESTEUROPE:20220919T153108Z:94c1a9f8-ec4a-4a2b-9c1c-264a6f8566a5", + "x-ms-correlation-request-id": "308e7d45-a333-4274-b037-915092a92fa8", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20221020T091439Z:308e7d45-a333-4274-b037-915092a92fa8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2d0518b3-e28f-48b2-87b3-87f26347b2f0", - "name": "2d0518b3-e28f-48b2-87b3-87f26347b2f0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd1da1e2-1908-4950-a802-6908bfa38bf1", + "name": "cd1da1e2-1908-4950-a802-6908bfa38bf1", "status": "Succeeded", - "startTime": "2022-09-19T15:30:37.9301798Z", - "endTime": "2022-09-19T15:30:38.7443145Z", + "startTime": "2022-10-20T09:14:38.5794001Z", + "endTime": "2022-10-20T09:14:38.6263548Z", "percentComplete": 100.0, "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce" + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2d0518b3-e28f-48b2-87b3-87f26347b2f0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd1da1e2-1908-4950-a802-6908bfa38bf1?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -4086,7 +4467,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:31:07 GMT", + "Date": "Thu, 20 Oct 2022 09:14:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4094,39 +4475,114 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c2079527-0478-4207-be24-de6f89d0bd64", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-routing-request-id": "WESTEUROPE:20220919T153108Z:c2079527-0478-4207-be24-de6f89d0bd64", + "x-ms-correlation-request-id": "04d5a5ba-da91-4d3a-9ebe-c25e0e5cf14c", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "WESTEUROPE:20221020T091439Z:04d5a5ba-da91-4d3a-9ebe-c25e0e5cf14c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "9/19/2022 3:30:38 PM", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce", + "name": "sdk-py-tests-acc-1-b93a23ce", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T09%3A14%3A38.5370788Z\u0027\u0022", "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T08:58:04.2845573Z" + }, "properties": { - "fileSystemId": "1d41b4ac-2c17-bd57-9c59-161e8b3a31cc", - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, - "backupType": "Manual", - "label": "label1", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false, - "provisioningState": "Accepted" + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T08:58:05.397861Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T08:58:05.397861Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.0 Python/3.8.10 (macOS-12.5.1-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "255", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 09:14: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": "19bef0ff-e9ce-4d8d-87c8-d118b47f1a36", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "WESTEUROPE:20221020T091439Z:19bef0ff-e9ce-4d8d-87c8-d118b47f1a36", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/13c0a736-13c2-4878-873d-43c9a03bcc7e?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 09:14:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/13c0a736-13c2-4878-873d-43c9a03bcc7e?api-version=2022-05-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "e8b1ca73-da5c-4d25-b10c-a67884a5f514", + "x-ms-correlation-request-id": "62a6cf48-01ec-46e9-8995-9d343086bbe1", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "WESTEUROPE:20221020T091440Z:62a6cf48-01ec-46e9-8995-9d343086bbe1" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/69a75bda-882e-44d5-8431-63421204132a/providers/Microsoft.Network/locations/westus2/operations/13c0a736-13c2-4878-873d-43c9a03bcc7e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Authorization": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSIsImtpZCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTY2NjI1NTk2MywibmJmIjoxNjY2MjU1OTYzLCJleHAiOjE2NjYzNDI2NjMsImFpbyI6IkUyWmdZRmh5bjZIQS9OTFBPTldQSVV1bVdRcWxBd0E9IiwiYXBwaWQiOiJjNmM0ZmFiYS0yYjIyLTQ0ZDktODBhNC03MWZmNWI3MWY4MTEiLCJhcHBpZGFjciI6IjEiLCJpZHAiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWR0eXAiOiJhcHAiLCJvaWQiOiI3NjgwN2ZiZS1mNzVmLTQ2NzktOGNlZS1kMDViNDU4MjExNjAiLCJyaCI6IjAuQVJvQXY0ajVjdkdHcjBHUnF5MTgwQkhiUjBaSWYza0F1dGRQdWtQYXdmajJNQk1hQUFBLiIsInN1YiI6Ijc2ODA3ZmJlLWY3NWYtNDY3OS04Y2VlLWQwNWI0NTgyMTE2MCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInV0aSI6Il9ERmk0VkdaQWsyMjlqSDBwMEljQUEiLCJ2ZXIiOiIxLjAiLCJ4bXNfY2MiOlsiQ1AxIl0sInhtc190Y2R0IjoxMjg5MjQxNTQ3fQ.knscL5npWIoFi4bmM6ET2b4-QDIkn4KoQRfrhgA_pim_i7bKoLCPyZLY9RfreeDuYsJ7gC16vJEEEsBfExdAinmAboBJbDiccJG_DwL062Im7hOcegc3W34KUYQLzmH0QnearbW6gPIPlRZRXtkH0OUZEXzEyuhINsSIm5owNuNvETswoToQOlKyKOZXrU6p14ix8uomN7YUDcWJ9QZz1KsMowwyIHXWYwGKd5ZjDL5qLDpebhjxLdG0tL-ns4nYEjFCp3BlP23A3jpvdybp4FGeoc9cD9Gi00GKZ-xEAk9iwxKKFBnG584AMoyTbRTzXjcf1oYksF-d2UrwNEgP1g", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-ms-client-request-id": "a02a354c-5057-11ed-9a72-ac675dc66a69" }, "RequestBody": null, "StatusCode": 200, @@ -4134,34 +4590,25 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 19 Sep 2022 15:31:08 GMT", + "Date": "Thu, 20 Oct 2022 09:14:40 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8bd2c43e-3cc7-4097-bcd6-b6c6d607af4c", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-routing-request-id": "WESTEUROPE:20220919T153109Z:8bd2c43e-3cc7-4097-bcd6-b6c6d607af4c", - "X-Powered-By": "ASP.NET" + "x-ms-arm-service-request-id": "1655ec5c-e4c7-4c11-b5e0-1a14a3fd1673", + "x-ms-correlation-request-id": "52987853-f874-4dee-96ad-ebd6140fdd2e", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "a81b9774-d675-4cc7-89dc-d25c93e4dd0a", + "x-ms-routing-request-id": "WESTEUROPE:20221020T091440Z:52987853-f874-4dee-96ad-ebd6140fdd2e" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-19T15:22:53Z", - "backupId": "a4498877-4adb-996b-c953-af37485da829", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when updating - Backup not found", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false - } + "status": "Succeeded" } } ], 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 c91ff45001c1..423172af23e2 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:52 GMT", + "Date": "Tue, 18 Oct 2022 17:06:43 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.13943.6 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:52 GMT", + "Date": "Tue, 18 Oct 2022 17:06:43 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.13845.9 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13777.6 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "c15e9c3f-1c7a-466f-93a0-3df7ccbb4c37", + "client-request-id": "351769c1-22f0-4e38-8f7a-3d8c32db86ed", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "c15e9c3f-1c7a-466f-93a0-3df7ccbb4c37", + "client-request-id": "351769c1-22f0-4e38-8f7a-3d8c32db86ed", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:52 GMT", + "Date": "Tue, 18 Oct 2022 17:06:44 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,29 +221,729 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2" }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/24dc6937-0f88-4d3c-b143-5423dcc82a7e?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 17:06:53 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T17%3A06%3A52.4720902Z\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": "907bd0f1-6c51-4755-a8f1-ddd31c011b0d", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T170654Z:907bd0f1-6c51-4755-a8f1-ddd31c011b0d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f", + "name": "sdk-py-tests-acc-1-fc67306f", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T17%3A06%3A52.4720902Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T17:06:47.7910198Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T17:06:51.5350195Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T17:06:51.5350195Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/24dc6937-0f88-4d3c-b143-5423dcc82a7e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 17:06: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": "487f1ead-01e0-4c6e-a278-0a1ed08d0460", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T170654Z:487f1ead-01e0-4c6e-a278-0a1ed08d0460", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/24dc6937-0f88-4d3c-b143-5423dcc82a7e", + "name": "24dc6937-0f88-4d3c-b143-5423dcc82a7e", + "status": "Succeeded", + "startTime": "2022-10-18T17:06:52.4818958Z", + "endTime": "2022-10-18T17:06:52.5131443Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 17:06:53 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T17%3A06%3A52.5210633Z\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": "edabd59f-c22f-4cda-ac9b-3ae1cfddc780", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T170654Z:edabd59f-c22f-4cda-ac9b-3ae1cfddc780", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f", + "name": "sdk-py-tests-acc-1-fc67306f", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T17%3A06%3A52.5210633Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T17:06:47.7910198Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T17:06:51.5350195Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T17:06:51.5350195Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "134", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "dailyBackupsToKeep": 2, + "weeklyBackupsToKeep": 0, + "monthlyBackupsToKeep": 0, + "enabled": true + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e32d8808-e503-4654-b213-8e985705fad1?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "880", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 17:06:57 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T17%3A06%3A56.619747Z\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": "e6afae7f-0209-4865-aeb8-368a51037746", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T170658Z:e6afae7f-0209-4865-aeb8-368a51037746", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1", + "name": "sdk-py-tests-acc-1-fc67306f/sdk-py-tests-backup-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", + "etag": "W/\u0022datetime\u00272022-10-18T17%3A06%3A56.619747Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T17:06:55.0543228Z" + }, + "properties": { + "enabled": true, + "dailyBackupsToKeep": 2, + "weeklyBackupsToKeep": 0, + "monthlyBackupsToKeep": 0, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T17:06:56.4923841Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T17:06:56.4923841Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e32d8808-e503-4654-b213-8e985705fad1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 17:06: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": "05027326-8604-4489-a595-9c88f0e683e4", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T170658Z:05027326-8604-4489-a595-9c88f0e683e4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e32d8808-e503-4654-b213-8e985705fad1", + "name": "e32d8808-e503-4654-b213-8e985705fad1", + "status": "Succeeded", + "startTime": "2022-10-18T17:06:56.6229479Z", + "endTime": "2022-10-18T17:06:57.5136325Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 17:06:57 GMT", + "ETag": "W/\u0022datetime\u00272022-10-18T17%3A06%3A57.514176Z\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": "31c91b02-8b28-4c49-8d59-78a22bb1c39a", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T170658Z:31c91b02-8b28-4c49-8d59-78a22bb1c39a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1", + "name": "sdk-py-tests-acc-1-fc67306f/sdk-py-tests-backup-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", + "etag": "W/\u0022datetime\u00272022-10-18T17%3A06%3A57.514176Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T17:06:55.0543228Z" + }, + "properties": { + "enabled": true, + "backupPolicyId": "45ee49ab-4f07-11ed-8554-2e12f04d8f72", + "dailyBackupsToKeep": 2, + "weeklyBackupsToKeep": 0, + "monthlyBackupsToKeep": 0, + "volumesAssigned": 0, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T17:06:56.4923841Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T17:06:56.4923841Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 17: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": "138bdb5e-9a69-46ec-8197-89d978aebc5a", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T170659Z:138bdb5e-9a69-46ec-8197-89d978aebc5a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1", + "name": "sdk-py-tests-acc-1-fc67306f/sdk-py-tests-backup-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", + "etag": "W/\u0022datetime\u00272022-10-18T17%3A06%3A57.514176Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T17:06:55.0543228Z" + }, + "properties": { + "enabled": true, + "backupPolicyId": "45ee49ab-4f07-11ed-8554-2e12f04d8f72", + "dailyBackupsToKeep": 2, + "weeklyBackupsToKeep": 0, + "monthlyBackupsToKeep": 0, + "volumesAssigned": 0, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T17:06:56.4923841Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T17:06:56.4923841Z" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51dd198f-4f1e-4eb3-aa4e-7196417e8ef1?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 18 Oct 2022 17:06:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51dd198f-4f1e-4eb3-aa4e-7196417e8ef1?api-version=2022-05-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": "30257ab1-7a77-4bf7-9ceb-b19a5015b9aa", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T170659Z:30257ab1-7a77-4bf7-9ceb-b19a5015b9aa", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51dd198f-4f1e-4eb3-aa4e-7196417e8ef1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 17: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": "9cec77ee-e50e-4c45-ab55-199cba8caa8b", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T170700Z:9cec77ee-e50e-4c45-ab55-199cba8caa8b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51dd198f-4f1e-4eb3-aa4e-7196417e8ef1", + "name": "51dd198f-4f1e-4eb3-aa4e-7196417e8ef1", + "status": "Succeeded", + "startTime": "2022-10-18T17:06:59.7326096Z", + "endTime": "2022-10-18T17:06:59.8731698Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51dd198f-4f1e-4eb3-aa4e-7196417e8ef1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 17: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": "a344e06e-41b3-48c5-b477-56a7a003f9ea", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T170700Z:a344e06e-41b3-48c5-b477-56a7a003f9ea", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1", + "name": "sdk-py-tests-acc-1-fc67306f/sdk-py-tests-backup-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", + "etag": "W/\u0022datetime\u00272022-10-18T17%3A06%3A59.7348927Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T17:06:55.0543228Z" + }, + "properties": { + "enabled": true, + "backupPolicyId": "45ee49ab-4f07-11ed-8554-2e12f04d8f72", + "dailyBackupsToKeep": 2, + "weeklyBackupsToKeep": 0, + "monthlyBackupsToKeep": 0, + "yearlyBackupsToKeep": 0, + "volumesAssigned": 0, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T17:06:56.4923841Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T17:06:56.4923841Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "299", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 17:07:02 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": "19dde34b-ab3d-4655-8a5c-dfcd361777e4", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T170702Z:19dde34b-ab3d-4655-8a5c-dfcd361777e4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 17:07: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": "c3958d49-e1b4-4036-9200-0b41f3e15f91", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T170754Z:c3958d49-e1b4-4036-9200-0b41f3e15f91", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d10b043-64c2-4341-9b1d-015cfe006aed?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 18 Oct 2022 17:07:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d10b043-64c2-4341-9b1d-015cfe006aed?api-version=2022-05-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": "11bf473e-ee92-4892-a637-8d13b9109b93", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T170759Z:11bf473e-ee92-4892-a637-8d13b9109b93", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d10b043-64c2-4341-9b1d-015cfe006aed?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 17: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": "809fc445-dbd7-4237-a055-acdf246912ca", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T170759Z:809fc445-dbd7-4237-a055-acdf246912ca", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d10b043-64c2-4341-9b1d-015cfe006aed", + "name": "9d10b043-64c2-4341-9b1d-015cfe006aed", + "status": "Succeeded", + "startTime": "2022-10-18T17:07:59.6001525Z", + "endTime": "2022-10-18T17:07:59.6626516Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d10b043-64c2-4341-9b1d-015cfe006aed?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 18 Oct 2022 17: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": "741877c0-6b4e-4bd4-87c3-0a2e3f01a45b", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T170800Z:741877c0-6b4e-4bd4-87c3-0a2e3f01a45b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f", + "name": "sdk-py-tests-acc-1-fc67306f", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-18T17%3A07%3A59.6102826Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-18T17:06:47.7910198Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-18T17:06:51.5350195Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-18T17:06:51.5350195Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:53 GMT", + "Date": "Tue, 18 Oct 2022 17:08:00 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": "6fee749c-e374-4ca8-950f-891df8a2e908", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010853Z:6fee749c-e374-4ca8-950f-891df8a2e908" + "x-ms-correlation-request-id": "2cc9b69c-1d1d-4683-9e95-f91e7c8ebf82", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221018T170800Z:2cc9b69c-1d1d-4683-9e95-f91e7c8ebf82", + "X-Powered-By": "ASP.NET" }, "ResponseBody": { "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f\u0027 is not found." } } } 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 e8f72159f091..2060c975e3a2 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:54 GMT", + "Date": "Wed, 19 Oct 2022 09:25:44 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.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:54 GMT", + "Date": "Wed, 19 Oct 2022 09:25:44 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.13871.7 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "2ecc3c4a-6ebe-4adb-b6d0-b03c794810a3", + "client-request-id": "0e199b33-d44d-4475-938e-3559d5b5ccbb", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "2ecc3c4a-6ebe-4adb-b6d0-b03c794810a3", + "client-request-id": "0e199b33-d44d-4475-938e-3559d5b5ccbb", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:54 GMT", + "Date": "Wed, 19 Oct 2022 09:25:44 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,29 +221,694 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2" }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8c3d96ac-a31c-4f85-a73a-46a847a9f612?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:25:51 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A25%3A50.9323577Z\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": "655fe43c-9fe2-4e61-a938-9d83f55470f3", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092552Z:655fe43c-9fe2-4e61-a938-9d83f55470f3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3", + "name": "sdk-py-tests-acc-1-9c012fa3", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A25%3A50.9323577Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:25:47.5514996Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:25:49.9973003Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:25:49.9973003Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8c3d96ac-a31c-4f85-a73a-46a847a9f612?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:25: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": "72c21221-0bc0-473a-868e-9e8cc1f7d729", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092552Z:72c21221-0bc0-473a-868e-9e8cc1f7d729", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8c3d96ac-a31c-4f85-a73a-46a847a9f612", + "name": "8c3d96ac-a31c-4f85-a73a-46a847a9f612", + "status": "Succeeded", + "startTime": "2022-10-19T09:25:50.9409266Z", + "endTime": "2022-10-19T09:25:50.9877842Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:25:53 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A25%3A50.9960029Z\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": "53383764-1fff-4a68-b089-7b6ce4f7500b", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092553Z:53383764-1fff-4a68-b089-7b6ce4f7500b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3", + "name": "sdk-py-tests-acc-1-9c012fa3", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A25%3A50.9960029Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:25:47.5514996Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:25:49.9973003Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:25:49.9973003Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "134", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "dailyBackupsToKeep": 2, + "weeklyBackupsToKeep": 0, + "monthlyBackupsToKeep": 0, + "enabled": true + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/49cc92d0-8d16-47b1-b694-41657181ce83?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "881", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:25:56 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A25%3A55.6337268Z\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": "421b82be-c218-4ddc-87a2-fa7fccdabbdc", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092556Z:421b82be-c218-4ddc-87a2-fa7fccdabbdc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1", + "name": "sdk-py-tests-acc-1-9c012fa3/sdk-py-tests-backup-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A25%3A55.6337268Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:25:54.0701968Z" + }, + "properties": { + "enabled": true, + "dailyBackupsToKeep": 2, + "weeklyBackupsToKeep": 0, + "monthlyBackupsToKeep": 0, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:25:55.4817671Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:25:55.4817671Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/49cc92d0-8d16-47b1-b694-41657181ce83?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09: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": "ff2e4d3e-23a1-41a9-a4da-5c4e92c4f60a", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092556Z:ff2e4d3e-23a1-41a9-a4da-5c4e92c4f60a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/49cc92d0-8d16-47b1-b694-41657181ce83", + "name": "49cc92d0-8d16-47b1-b694-41657181ce83", + "status": "Succeeded", + "startTime": "2022-10-19T09:25:55.6363311Z", + "endTime": "2022-10-19T09:25:56.4332465Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:25:56 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A25%3A56.4318128Z\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": "4cb4c08f-4ea7-407c-9855-f4f08c56192c", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092557Z:4cb4c08f-4ea7-407c-9855-f4f08c56192c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1", + "name": "sdk-py-tests-acc-1-9c012fa3/sdk-py-tests-backup-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A25%3A56.4318128Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:25:54.0701968Z" + }, + "properties": { + "enabled": true, + "backupPolicyId": "090c9eb9-4f90-11ed-ba37-768357df5023", + "dailyBackupsToKeep": 2, + "weeklyBackupsToKeep": 0, + "monthlyBackupsToKeep": 0, + "volumesAssigned": 0, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:25:55.4817671Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:25:55.4817671Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:25:57 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A25%3A56.4318128Z\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": "882b93ae-abfc-4f6f-84da-7ed1cf6387be", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092557Z:882b93ae-abfc-4f6f-84da-7ed1cf6387be", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1", + "name": "sdk-py-tests-acc-1-9c012fa3/sdk-py-tests-backup-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A25%3A56.4318128Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:25:54.0701968Z" + }, + "properties": { + "enabled": true, + "backupPolicyId": "090c9eb9-4f90-11ed-ba37-768357df5023", + "dailyBackupsToKeep": 2, + "weeklyBackupsToKeep": 0, + "monthlyBackupsToKeep": 0, + "volumesAssigned": 0, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:25:55.4817671Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:25:55.4817671Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/285e24dd-5d5a-40dc-a5db-0e6d92452aae?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 19 Oct 2022 09:25:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/285e24dd-5d5a-40dc-a5db-0e6d92452aae?api-version=2022-05-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": "0d74762d-6cd5-4365-a8df-e150963a49a4", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092558Z:0d74762d-6cd5-4365-a8df-e150963a49a4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/285e24dd-5d5a-40dc-a5db-0e6d92452aae?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:25: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": "e30b0d5a-16ca-4cf4-83ce-fd0352d97934", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092558Z:e30b0d5a-16ca-4cf4-83ce-fd0352d97934", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/285e24dd-5d5a-40dc-a5db-0e6d92452aae", + "name": "285e24dd-5d5a-40dc-a5db-0e6d92452aae", + "status": "Succeeded", + "startTime": "2022-10-19T09:25:58.2928281Z", + "endTime": "2022-10-19T09:25:58.5280351Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/285e24dd-5d5a-40dc-a5db-0e6d92452aae?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:25: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": "2acae770-c6fe-4747-80f1-5ee0dc9b905c", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092558Z:2acae770-c6fe-4747-80f1-5ee0dc9b905c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1", + "name": "sdk-py-tests-acc-1-9c012fa3/sdk-py-tests-backup-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A25%3A58.2877239Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:25:54.0701968Z" + }, + "properties": { + "enabled": true, + "backupPolicyId": "090c9eb9-4f90-11ed-ba37-768357df5023", + "dailyBackupsToKeep": 2, + "weeklyBackupsToKeep": 0, + "monthlyBackupsToKeep": 0, + "yearlyBackupsToKeep": 0, + "volumesAssigned": 0, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:25:55.4817671Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:25:55.4817671Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "299", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:26:00 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": "4ee0c9e4-215c-4ab8-a578-ca9720b07f05", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092601Z:4ee0c9e4-215c-4ab8-a578-ca9720b07f05", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0da00096-6147-4cb0-af8d-470a68e1c892?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 19 Oct 2022 09:26:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0da00096-6147-4cb0-af8d-470a68e1c892?api-version=2022-05-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": "a8333656-15a9-46cb-abce-7bc885cf97fb", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092652Z:a8333656-15a9-46cb-abce-7bc885cf97fb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0da00096-6147-4cb0-af8d-470a68e1c892?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:26: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": "957b5888-321a-4903-892e-ad407e114bef", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092653Z:957b5888-321a-4903-892e-ad407e114bef", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0da00096-6147-4cb0-af8d-470a68e1c892", + "name": "0da00096-6147-4cb0-af8d-470a68e1c892", + "status": "Succeeded", + "startTime": "2022-10-19T09:26:52.702195Z", + "endTime": "2022-10-19T09:26:52.7959433Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0da00096-6147-4cb0-af8d-470a68e1c892?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:26: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": "5b95053c-c050-47ba-94e0-49416364a8a2", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092653Z:5b95053c-c050-47ba-94e0-49416364a8a2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3", + "name": "sdk-py-tests-acc-1-9c012fa3", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A26%3A52.7077747Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:25:47.5514996Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:25:49.9973003Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:25:49.9973003Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:55 GMT", + "Date": "Wed, 19 Oct 2022 09:26:53 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": "1d41bce5-302b-49b9-af3b-365dc7baf113", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010855Z:1d41bce5-302b-49b9-af3b-365dc7baf113" + "x-ms-correlation-request-id": "51fef49e-6459-4400-8906-c4ff0aab9ad1", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092653Z:51fef49e-6459-4400-8906-c4ff0aab9ad1", + "X-Powered-By": "ASP.NET" }, "ResponseBody": { "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3\u0027 is not found." } } } 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 dbe158c79d30..d08155239d72 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:53 GMT", + "Date": "Wed, 19 Oct 2022 09:22:09 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.13943.6 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:53 GMT", + "Date": "Wed, 19 Oct 2022 09:22:09 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.13871.7 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "e7f2bfea-8c05-46f1-953f-bdbb5f35286b", + "client-request-id": "4dd6c7e4-cdd2-416b-ab3f-39bfaacb5d9c", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "e7f2bfea-8c05-46f1-953f-bdbb5f35286b", + "client-request-id": "4dd6c7e4-cdd2-416b-ab3f-39bfaacb5d9c", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:53 GMT", + "Date": "Wed, 19 Oct 2022 09:22:09 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,29 +221,1077 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2" }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6f14415d-e698-438a-972b-461cef3a1a3f?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "702", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:22:17 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A16.6159854Z\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": "ba1d741b-5c6c-49f5-aff2-9ec42ad0241b", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092218Z:ba1d741b-5c6c-49f5-aff2-9ec42ad0241b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad", + "name": "sdk-py-tests-acc-1-af962dad", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A16.6159854Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:22:13.1306018Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:22:15.80027Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:22:15.80027Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6f14415d-e698-438a-972b-461cef3a1a3f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:22: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": "af3228c8-d224-46bf-a630-79d3e55393e7", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092218Z:af3228c8-d224-46bf-a630-79d3e55393e7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6f14415d-e698-438a-972b-461cef3a1a3f", + "name": "6f14415d-e698-438a-972b-461cef3a1a3f", + "status": "Succeeded", + "startTime": "2022-10-19T09:22:16.6181076Z", + "endTime": "2022-10-19T09:22:16.649399Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:22:18 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A16.6579383Z\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": "4748d6c7-3ced-4da1-bcbc-996543bdd67c", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092218Z:4748d6c7-3ced-4da1-bcbc-996543bdd67c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad", + "name": "sdk-py-tests-acc-1-af962dad", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A16.6579383Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:22:13.1306018Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:22:15.80027Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:22:15.80027Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "134", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "dailyBackupsToKeep": 2, + "weeklyBackupsToKeep": 0, + "monthlyBackupsToKeep": 0, + "enabled": true + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/14b96c0c-3165-48cc-8f86-5734af79e930?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "881", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:22:21 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A20.2489361Z\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": "392b6908-9246-4b48-ad69-ab9b518e654c", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092221Z:392b6908-9246-4b48-ad69-ab9b518e654c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1", + "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A20.2489361Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:22:18.9575218Z" + }, + "properties": { + "enabled": true, + "dailyBackupsToKeep": 2, + "weeklyBackupsToKeep": 0, + "monthlyBackupsToKeep": 0, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:22:20.2386003Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:22:20.2386003Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/14b96c0c-3165-48cc-8f86-5734af79e930?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:22: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": "586bc1cc-fe6d-4926-8cd1-b01a1b6a4eb2", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092221Z:586bc1cc-fe6d-4926-8cd1-b01a1b6a4eb2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/14b96c0c-3165-48cc-8f86-5734af79e930", + "name": "14b96c0c-3165-48cc-8f86-5734af79e930", + "status": "Succeeded", + "startTime": "2022-10-19T09:22:20.2593493Z", + "endTime": "2022-10-19T09:22:21.1187831Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:22:21 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A21.1303397Z\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": "c70af123-64df-47a0-a154-7dd973afb0df", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092222Z:c70af123-64df-47a0-a154-7dd973afb0df", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1", + "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A21.1303397Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:22:18.9575218Z" + }, + "properties": { + "enabled": true, + "backupPolicyId": "88b88571-4f8f-11ed-8554-2e12f04d8f72", + "dailyBackupsToKeep": 2, + "weeklyBackupsToKeep": 0, + "monthlyBackupsToKeep": 0, + "volumesAssigned": 0, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:22:20.2386003Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:22:20.2386003Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "134", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "dailyBackupsToKeep": 2, + "weeklyBackupsToKeep": 0, + "monthlyBackupsToKeep": 0, + "enabled": true + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8a31a51-0815-426a-913d-20863af6624d?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "881", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:22:24 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A23.4331383Z\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": "177201ce-48ca-4e5c-90c2-c52054cd8c21", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092224Z:177201ce-48ca-4e5c-90c2-c52054cd8c21", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2", + "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-2", + "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A23.4331383Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:22:22.3094864Z" + }, + "properties": { + "enabled": true, + "dailyBackupsToKeep": 2, + "weeklyBackupsToKeep": 0, + "monthlyBackupsToKeep": 0, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:22:23.4266965Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:22:23.4266965Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8a31a51-0815-426a-913d-20863af6624d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:22: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": "234870f9-5680-478c-b511-1ce46a43ae42", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092225Z:234870f9-5680-478c-b511-1ce46a43ae42", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8a31a51-0815-426a-913d-20863af6624d", + "name": "d8a31a51-0815-426a-913d-20863af6624d", + "status": "Succeeded", + "startTime": "2022-10-19T09:22:23.431428Z", + "endTime": "2022-10-19T09:22:23.4939479Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:22:25 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A23.5039604Z\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": "632dcdde-525c-44d4-918f-4256229edb54", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092225Z:632dcdde-525c-44d4-918f-4256229edb54", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2", + "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-2", + "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A23.5039604Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:22:22.3094864Z" + }, + "properties": { + "enabled": true, + "backupPolicyId": "8a240002-4f8f-11ed-8554-2e12f04d8f72", + "dailyBackupsToKeep": 2, + "weeklyBackupsToKeep": 0, + "monthlyBackupsToKeep": 0, + "volumesAssigned": 0, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:22:23.4266965Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:22:23.4266965Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09: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": "3a46fd0c-a008-4990-b3b5-232c0b09e23d", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092225Z:3a46fd0c-a008-4990-b3b5-232c0b09e23d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1", + "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A21.1303397Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:22:18.9575218Z" + }, + "properties": { + "enabled": true, + "backupPolicyId": "88b88571-4f8f-11ed-8554-2e12f04d8f72", + "dailyBackupsToKeep": 2, + "weeklyBackupsToKeep": 0, + "monthlyBackupsToKeep": 0, + "volumesAssigned": 0, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:22:20.2386003Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:22:20.2386003Z" + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2", + "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-2", + "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A23.5039604Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:22:22.3094864Z" + }, + "properties": { + "enabled": true, + "backupPolicyId": "8a240002-4f8f-11ed-8554-2e12f04d8f72", + "dailyBackupsToKeep": 2, + "weeklyBackupsToKeep": 0, + "monthlyBackupsToKeep": 0, + "volumesAssigned": 0, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:22:23.4266965Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:22:23.4266965Z" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75de94bd-427c-4c90-b99c-c187d8068e9e?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 19 Oct 2022 09:22:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75de94bd-427c-4c90-b99c-c187d8068e9e?api-version=2022-05-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": "c0544908-b670-434d-8040-8ab0fb744ef3", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092226Z:c0544908-b670-434d-8040-8ab0fb744ef3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75de94bd-427c-4c90-b99c-c187d8068e9e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:22: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": "4a952ba0-cf83-424d-935b-b0ed973f62fd", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092226Z:4a952ba0-cf83-424d-935b-b0ed973f62fd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75de94bd-427c-4c90-b99c-c187d8068e9e", + "name": "75de94bd-427c-4c90-b99c-c187d8068e9e", + "status": "Succeeded", + "startTime": "2022-10-19T09:22:26.387876Z", + "endTime": "2022-10-19T09:22:26.5441337Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75de94bd-427c-4c90-b99c-c187d8068e9e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:22: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": "4f85ffad-7822-43df-8b84-48355fd99e11", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092227Z:4f85ffad-7822-43df-8b84-48355fd99e11", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1", + "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A26.3762923Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:22:18.9575218Z" + }, + "properties": { + "enabled": true, + "backupPolicyId": "88b88571-4f8f-11ed-8554-2e12f04d8f72", + "dailyBackupsToKeep": 2, + "weeklyBackupsToKeep": 0, + "monthlyBackupsToKeep": 0, + "yearlyBackupsToKeep": 0, + "volumesAssigned": 0, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:22:20.2386003Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:22:20.2386003Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "299", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:22: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": "36953849-1d8e-4462-af5e-b16bfa01c29b", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092229Z:36953849-1d8e-4462-af5e-b16bfa01c29b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be0cb256-4103-4bb1-895f-f7fba9ff41a9?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 19 Oct 2022 09:22:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be0cb256-4103-4bb1-895f-f7fba9ff41a9?api-version=2022-05-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": "97fea825-ac81-436c-ac52-affbb5a9102e", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092230Z:97fea825-ac81-436c-ac52-affbb5a9102e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be0cb256-4103-4bb1-895f-f7fba9ff41a9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:22: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": "a7e9e171-001c-4999-a6dd-16994418c3f4", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092230Z:a7e9e171-001c-4999-a6dd-16994418c3f4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be0cb256-4103-4bb1-895f-f7fba9ff41a9", + "name": "be0cb256-4103-4bb1-895f-f7fba9ff41a9", + "status": "Succeeded", + "startTime": "2022-10-19T09:22:29.9506129Z", + "endTime": "2022-10-19T09:22:30.0912549Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be0cb256-4103-4bb1-895f-f7fba9ff41a9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:22: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": "4b381ca7-53b7-46bd-86a1-d428c77b6bec", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092230Z:4b381ca7-53b7-46bd-86a1-d428c77b6bec", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2", + "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-2", + "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A29.9512154Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:22:22.3094864Z" + }, + "properties": { + "enabled": true, + "backupPolicyId": "8a240002-4f8f-11ed-8554-2e12f04d8f72", + "dailyBackupsToKeep": 2, + "weeklyBackupsToKeep": 0, + "monthlyBackupsToKeep": 0, + "yearlyBackupsToKeep": 0, + "volumesAssigned": 0, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:22:23.4266965Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:22:23.4266965Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "299", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:22:32 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": "446807f4-73ca-4e09-83d8-6960e87b1a3a", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092233Z:446807f4-73ca-4e09-83d8-6960e87b1a3a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:23: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": "20e6e8c3-abfa-4eb3-9c66-699795b01bcc", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092324Z:20e6e8c3-abfa-4eb3-9c66-699795b01bcc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3dddda04-d5a8-43a7-900b-77c3a9fe6921?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 19 Oct 2022 09:23:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3dddda04-d5a8-43a7-900b-77c3a9fe6921?api-version=2022-05-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": "3d4393ee-0753-4267-be49-2d1eecdbf18e", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092330Z:3d4393ee-0753-4267-be49-2d1eecdbf18e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3dddda04-d5a8-43a7-900b-77c3a9fe6921?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:23: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": "d0298c11-0398-4cd3-9b67-8a6c850a1496", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092330Z:d0298c11-0398-4cd3-9b67-8a6c850a1496", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3dddda04-d5a8-43a7-900b-77c3a9fe6921", + "name": "3dddda04-d5a8-43a7-900b-77c3a9fe6921", + "status": "Succeeded", + "startTime": "2022-10-19T09:23:29.6859953Z", + "endTime": "2022-10-19T09:23:29.7797599Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3dddda04-d5a8-43a7-900b-77c3a9fe6921?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:23: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": "18a608c4-7aa2-4ee1-a2aa-101d8e3d713f", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092330Z:18a608c4-7aa2-4ee1-a2aa-101d8e3d713f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad", + "name": "sdk-py-tests-acc-1-af962dad", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A23%3A29.6814513Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:22:13.1306018Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:22:15.80027Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:22:15.80027Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:54 GMT", + "Date": "Wed, 19 Oct 2022 09:23: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": "7d30bbd5-d877-4c22-9cf1-e15fafc234a3", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010854Z:7d30bbd5-d877-4c22-9cf1-e15fafc234a3" + "x-ms-correlation-request-id": "517643c0-754a-4d50-8a10-9dfc6937131a", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092330Z:517643c0-754a-4d50-8a10-9dfc6937131a", + "X-Powered-By": "ASP.NET" }, "ResponseBody": { "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad\u0027 is not found." } } } 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 4cab1e005a73..99bf117d62cc 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:55 GMT", + "Date": "Wed, 19 Oct 2022 09:27:16 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.13943.6 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:55 GMT", + "Date": "Wed, 19 Oct 2022 09:27:16 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.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "63c209b2-9bf3-4716-94e4-608cbd47d377", + "client-request-id": "e9d43111-8de7-43a8-bc9d-abeee6426a65", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "63c209b2-9bf3-4716-94e4-608cbd47d377", + "client-request-id": "e9d43111-8de7-43a8-bc9d-abeee6426a65", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:55 GMT", + "Date": "Wed, 19 Oct 2022 09:27:16 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,29 +221,801 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2" }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5394a052-140c-4049-9de4-bed980536a79?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "704", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:27:24 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A23.5203361Z\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": "091751fc-d3cb-4414-9867-f2859c3cf2f1", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092724Z:091751fc-d3cb-4414-9867-f2859c3cf2f1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74", + "name": "sdk-py-tests-acc-1-cdf2e74", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A23.5203361Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:27:19.9027881Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:27:22.6885735Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:27:22.6885735Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5394a052-140c-4049-9de4-bed980536a79?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:27: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": "875c9482-0a06-4d00-8253-62e396a5f64c", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092725Z:875c9482-0a06-4d00-8253-62e396a5f64c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5394a052-140c-4049-9de4-bed980536a79", + "name": "5394a052-140c-4049-9de4-bed980536a79", + "status": "Succeeded", + "startTime": "2022-10-19T09:27:23.5240658Z", + "endTime": "2022-10-19T09:27:23.5709799Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:27:25 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A23.5786833Z\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": "ada05420-e54c-4e3e-bf8d-f543cf92ee08", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092725Z:ada05420-e54c-4e3e-bf8d-f543cf92ee08", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74", + "name": "sdk-py-tests-acc-1-cdf2e74", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A23.5786833Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:27:19.9027881Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:27:22.6885735Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:27:22.6885735Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "134", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "dailyBackupsToKeep": 2, + "weeklyBackupsToKeep": 0, + "monthlyBackupsToKeep": 0, + "enabled": true + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/271474e7-3910-4c9c-b67d-ad0b8e541942?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "879", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:27:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A27.4120749Z\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": "6ab111eb-a029-498a-b350-5b4ea68dd489", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092729Z:6ab111eb-a029-498a-b350-5b4ea68dd489", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1", + "name": "sdk-py-tests-acc-1-cdf2e74/sdk-py-tests-backup-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A27.4120749Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:27:26.0678705Z" + }, + "properties": { + "enabled": true, + "dailyBackupsToKeep": 2, + "weeklyBackupsToKeep": 0, + "monthlyBackupsToKeep": 0, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:27:27.3321862Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:27:27.3321862Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/271474e7-3910-4c9c-b67d-ad0b8e541942?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:27: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": "c3ec20b7-9cf2-4648-8e28-36e5c2cc6fc7", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092729Z:c3ec20b7-9cf2-4648-8e28-36e5c2cc6fc7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/271474e7-3910-4c9c-b67d-ad0b8e541942", + "name": "271474e7-3910-4c9c-b67d-ad0b8e541942", + "status": "Succeeded", + "startTime": "2022-10-19T09:27:27.4154955Z", + "endTime": "2022-10-19T09:27:28.3530467Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:27:29 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A28.3219062Z\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": "ae93c15f-e5ba-4e6a-b98d-2732cf3e70ad", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092729Z:ae93c15f-e5ba-4e6a-b98d-2732cf3e70ad", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1", + "name": "sdk-py-tests-acc-1-cdf2e74/sdk-py-tests-backup-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A28.3219062Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:27:26.0678705Z" + }, + "properties": { + "enabled": true, + "backupPolicyId": "3fd1eca3-4f90-11ed-8554-2e12f04d8f72", + "dailyBackupsToKeep": 2, + "weeklyBackupsToKeep": 0, + "monthlyBackupsToKeep": 0, + "volumesAssigned": 0, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:27:27.3321862Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:27:27.3321862Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "134", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "dailyBackupsToKeep": 0, + "weeklyBackupsToKeep": 1, + "monthlyBackupsToKeep": 0, + "enabled": true + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae330fb9-9498-4d7f-a598-89bf5b9efc90?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "955", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:27:29 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A30.0029224Z\u0027\u0022", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae330fb9-9498-4d7f-a598-89bf5b9efc90?api-version=2022-05-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": "f7650224-1292-4ce5-b786-4cb7702b6304", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092730Z:f7650224-1292-4ce5-b786-4cb7702b6304", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1", + "name": "sdk-py-tests-acc-1-cdf2e74/sdk-py-tests-backup-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A30.0029224Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:27:26.0678705Z" + }, + "properties": { + "provisioningState": "Patching", + "enabled": true, + "backupPolicyId": "3fd1eca3-4f90-11ed-8554-2e12f04d8f72", + "dailyBackupsToKeep": 0, + "weeklyBackupsToKeep": 1, + "monthlyBackupsToKeep": 0, + "volumesAssigned": 0 + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:27:27.3321862Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:27:27.3321862Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae330fb9-9498-4d7f-a598-89bf5b9efc90?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:27: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": "fb1f343c-c16f-4875-8b44-347c0950d891", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092730Z:fb1f343c-c16f-4875-8b44-347c0950d891", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae330fb9-9498-4d7f-a598-89bf5b9efc90", + "name": "ae330fb9-9498-4d7f-a598-89bf5b9efc90", + "status": "Succeeded", + "startTime": "2022-10-19T09:27:29.9936602Z", + "endTime": "2022-10-19T09:27:30.1498545Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:27:30 GMT", + "ETag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A30.1538335Z\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": "02fa17ab-318d-4fec-9b86-08ccf548031a", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092730Z:02fa17ab-318d-4fec-9b86-08ccf548031a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1", + "name": "sdk-py-tests-acc-1-cdf2e74/sdk-py-tests-backup-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A30.1538335Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:27:29.7737472Z" + }, + "properties": { + "provisioningState": "Succeeded", + "enabled": true, + "backupPolicyId": "3fd1eca3-4f90-11ed-8554-2e12f04d8f72", + "dailyBackupsToKeep": 0, + "weeklyBackupsToKeep": 1, + "monthlyBackupsToKeep": 0, + "volumesAssigned": 0 + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:27:27.3321862Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:27:29.9431168Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e969a0d-ef84-48ec-99f1-7460eb3ffde0?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 19 Oct 2022 09:27:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e969a0d-ef84-48ec-99f1-7460eb3ffde0?api-version=2022-05-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": "e8ce7eeb-b556-4864-8bd8-d3c748321256", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092731Z:e8ce7eeb-b556-4864-8bd8-d3c748321256", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e969a0d-ef84-48ec-99f1-7460eb3ffde0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:27: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": "229852b6-9722-4ef7-bbd4-e3d72a2cfa6d", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092731Z:229852b6-9722-4ef7-bbd4-e3d72a2cfa6d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e969a0d-ef84-48ec-99f1-7460eb3ffde0", + "name": "6e969a0d-ef84-48ec-99f1-7460eb3ffde0", + "status": "Succeeded", + "startTime": "2022-10-19T09:27:31.3217586Z", + "endTime": "2022-10-19T09:27:31.4779762Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e969a0d-ef84-48ec-99f1-7460eb3ffde0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:27: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": "f175ebcc-2b6c-4b24-be1c-2ef5bec19c26", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092732Z:f175ebcc-2b6c-4b24-be1c-2ef5bec19c26", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1", + "name": "sdk-py-tests-acc-1-cdf2e74/sdk-py-tests-backup-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A31.3271475Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:27:29.7737472Z" + }, + "properties": { + "enabled": true, + "backupPolicyId": "3fd1eca3-4f90-11ed-8554-2e12f04d8f72", + "dailyBackupsToKeep": 0, + "weeklyBackupsToKeep": 1, + "monthlyBackupsToKeep": 0, + "yearlyBackupsToKeep": 0, + "volumesAssigned": 0, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:27:27.3321862Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:27:29.9431168Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "298", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09: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": "8d5ff568-2fbc-41bf-a72c-06a42dddf851", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092734Z:8d5ff568-2fbc-41bf-a72c-06a42dddf851", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/979ea09f-76bf-475d-b3ec-d679d920d708?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 19 Oct 2022 09:28:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/979ea09f-76bf-475d-b3ec-d679d920d708?api-version=2022-05-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": "b0264ef3-1436-4e82-934e-5706bcadb1cd", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092825Z:b0264ef3-1436-4e82-934e-5706bcadb1cd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/979ea09f-76bf-475d-b3ec-d679d920d708?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:28: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": "0e6c20e0-141d-485b-b934-20aac8d7869f", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092826Z:0e6c20e0-141d-485b-b934-20aac8d7869f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/979ea09f-76bf-475d-b3ec-d679d920d708", + "name": "979ea09f-76bf-475d-b3ec-d679d920d708", + "status": "Succeeded", + "startTime": "2022-10-19T09:28:25.7056478Z", + "endTime": "2022-10-19T09:28:25.7525254Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/979ea09f-76bf-475d-b3ec-d679d920d708?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 19 Oct 2022 09:28: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": "f38fe902-7a5e-45fc-a769-ffb1ee5c05f3", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092826Z:f38fe902-7a5e-45fc-a769-ffb1ee5c05f3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74", + "name": "sdk-py-tests-acc-1-cdf2e74", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-19T09%3A28%3A25.7023564Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-19T09:27:19.9027881Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-19T09:27:22.6885735Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-19T09:27:22.6885735Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "254", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:56 GMT", + "Date": "Wed, 19 Oct 2022 09:28: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": "1e980862-7f48-4049-831b-6157cb35069e", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010856Z:1e980862-7f48-4049-831b-6157cb35069e" + "x-ms-correlation-request-id": "63609144-3c38-430f-bdfe-c50e0bf9b449", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "WESTEUROPE:20221019T092826Z:63609144-3c38-430f-bdfe-c50e0bf9b449", + "X-Powered-By": "ASP.NET" }, "ResponseBody": { "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74\u0027 is not found." } } } 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 3c282a93f499..295c4296e34f 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:56 GMT", + "Date": "Thu, 20 Oct 2022 11:10:21 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.13943.6 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:56 GMT", + "Date": "Thu, 20 Oct 2022 11:10:21 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.13943.6 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "81882632-2f64-41c9-b5f6-dcb892b47df2", + "client-request-id": "00ca1b82-9bbe-4c34-9250-00745a917e2f", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "81882632-2f64-41c9-b5f6-dcb892b47df2", + "client-request-id": "00ca1b82-9bbe-4c34-9250-00745a917e2f", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:56 GMT", + "Date": "Thu, 20 Oct 2022 11:10:21 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,29 +221,837 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2" }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7f7cfcd8-318b-4c31-a187-0d46507ab350?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:10:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T11%3A10%3A27.7737046Z\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": "44478246-f592-40da-9b46-70dc0e86b2ca", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "WESTEUROPE:20221020T111029Z:44478246-f592-40da-9b46-70dc0e86b2ca", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b", + "name": "sdk-py-tests-acc-1-18a4278b", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T11%3A10%3A27.7737046Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T11:10:24.8252949Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T11:10:26.8106227Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T11:10:26.8106227Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7f7cfcd8-318b-4c31-a187-0d46507ab350?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:10: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": "d9628f0f-8c03-4ad1-b894-61eaa4c010c9", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "WESTEUROPE:20221020T111029Z:d9628f0f-8c03-4ad1-b894-61eaa4c010c9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7f7cfcd8-318b-4c31-a187-0d46507ab350", + "name": "7f7cfcd8-318b-4c31-a187-0d46507ab350", + "status": "Succeeded", + "startTime": "2022-10-20T11:10:27.7582379Z", + "endTime": "2022-10-20T11:10:27.8520373Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:10:29 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T11%3A10%3A27.8512024Z\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": "fa0c1fa9-da81-4124-a449-fc17886908a1", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20221020T111029Z:fa0c1fa9-da81-4124-a449-fc17886908a1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b", + "name": "sdk-py-tests-acc-1-18a4278b", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T11%3A10%3A27.8512024Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T11:10:24.8252949Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T11:10:26.8106227Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T11:10:26.8106227Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/7410bb9f-47b1-4d16-afbe-fd5904df44c8?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "922", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:10:31 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T11%3A10%3A31.4016198Z\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": "fa364108-c095-41d6-a9db-bea802c71f02", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "WESTEUROPE:20221020T111032Z:fa364108-c095-41d6-a9db-bea802c71f02", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-18a4278b/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T11%3A10%3A31.4016198Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T11:10:30.2260170Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T11:10:31.1700455Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T11:10:31.1700455Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7410bb9f-47b1-4d16-afbe-fd5904df44c8?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:10: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": "7d8f9fd8-2d26-475f-a837-4321a8221cdf", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20221020T111032Z:7d8f9fd8-2d26-475f-a837-4321a8221cdf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7410bb9f-47b1-4d16-afbe-fd5904df44c8", + "name": "7410bb9f-47b1-4d16-afbe-fd5904df44c8", + "status": "Succeeded", + "startTime": "2022-10-20T11:10:31.3931745Z", + "endTime": "2022-10-20T11:10:32.3191967Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:10:32 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T11%3A10%3A32.2787209Z\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": "9ba6855f-689c-49e1-94ff-5e414cf88913", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "WESTEUROPE:20221020T111033Z:9ba6855f-689c-49e1-94ff-5e414cf88913", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-18a4278b/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T11%3A10%3A32.2787209Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T11:10:30.2260170Z" + }, + "properties": { + "poolId": "2c408710-1aa5-f857-e830-5b44822fc1bd", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T11:10:31.1700455Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T11:10:31.1700455Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:10: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": "0ee1934d-37a1-4f28-bcee-9c2e31cb8141", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "WESTEUROPE:20221020T111033Z:0ee1934d-37a1-4f28-bcee-9c2e31cb8141", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-18a4278b/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T11%3A10%3A32.2787209Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T11:10:30.2260170Z" + }, + "properties": { + "poolId": "2c408710-1aa5-f857-e830-5b44822fc1bd", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T11:10:31.1700455Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T11:10:31.1700455Z" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/815776b6-77bb-4ec2-81d3-07cafc4aa97d?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 11:10:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/815776b6-77bb-4ec2-81d3-07cafc4aa97d?api-version=2022-05-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": "dd8d5e4d-4913-4480-89d1-a36fae7a9a70", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20221020T111044Z:dd8d5e4d-4913-4480-89d1-a36fae7a9a70", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/815776b6-77bb-4ec2-81d3-07cafc4aa97d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:10: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": "119aa43f-a2df-4f37-9785-3a6d895545b7", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20221020T111044Z:119aa43f-a2df-4f37-9785-3a6d895545b7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/815776b6-77bb-4ec2-81d3-07cafc4aa97d", + "name": "815776b6-77bb-4ec2-81d3-07cafc4aa97d", + "status": "Succeeded", + "startTime": "2022-10-20T11:10:44.3441634Z", + "endTime": "2022-10-20T11:10:44.5950997Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/815776b6-77bb-4ec2-81d3-07cafc4aa97d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:10: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": "8b8f95ee-3495-46a7-a803-ca4d9aa2e7bd", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "WESTEUROPE:20221020T111044Z:8b8f95ee-3495-46a7-a803-ca4d9aa2e7bd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-18a4278b/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T11%3A10%3A44.3319623Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T11:10:30.2260170Z" + }, + "properties": { + "poolId": "2c408710-1aa5-f857-e830-5b44822fc1bd", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T11:10:31.1700455Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T11:10:31.1700455Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 11:10:56 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": "aeefb1c3-96f3-4b49-af49-2f0055e3e697", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "WESTEUROPE:20221020T111057Z:aeefb1c3-96f3-4b49-af49-2f0055e3e697", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 11:11:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5b3860b3-1bc8-4ea4-9a37-d11533de4862", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "WESTEUROPE:20221020T111108Z:5b3860b3-1bc8-4ea4-9a37-d11533de4862" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 11:11:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b69678cd-1303-44c1-aff7-647aeccf52cd", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "WESTEUROPE:20221020T111118Z:b69678cd-1303-44c1-aff7-647aeccf52cd" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 11:11:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "de0a9070-690b-476b-86e7-2f7dbf6b3b7e", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "WESTEUROPE:20221020T111128Z:de0a9070-690b-476b-86e7-2f7dbf6b3b7e" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:57 GMT", + "Date": "Thu, 20 Oct 2022 11:11:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "16059e2c-3563-4f51-b4cb-d5d6a8eb20a6", + "x-ms-correlation-request-id": "256a493b-794c-4a19-8dac-8d35bdfeadc2", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010857Z:16059e2c-3563-4f51-b4cb-d5d6a8eb20a6" + "x-ms-routing-request-id": "WESTEUROPE:20221020T111138Z:256a493b-794c-4a19-8dac-8d35bdfeadc2" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:11: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": "5cc5abf6-c728-4e77-b686-49b4c540ca46", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "WESTEUROPE:20221020T111139Z:5cc5abf6-c728-4e77-b686-49b4c540ca46", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/284352d8-944c-4667-a30d-dc93b009afbf?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 11:11:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/284352d8-944c-4667-a30d-dc93b009afbf?api-version=2022-05-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": "7529bf68-e24e-4242-9ed2-06369ae0d579", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "WESTEUROPE:20221020T111140Z:7529bf68-e24e-4242-9ed2-06369ae0d579", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/284352d8-944c-4667-a30d-dc93b009afbf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:11: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": "a642630f-7c2b-4fe6-a2b2-f358a03b8017", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "WESTEUROPE:20221020T111140Z:a642630f-7c2b-4fe6-a2b2-f358a03b8017", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/284352d8-944c-4667-a30d-dc93b009afbf", + "name": "284352d8-944c-4667-a30d-dc93b009afbf", + "status": "Succeeded", + "startTime": "2022-10-20T11:11:39.8029209Z", + "endTime": "2022-10-20T11:11:39.8497538Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/284352d8-944c-4667-a30d-dc93b009afbf?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:11: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": "89aa36ed-7110-4adb-881c-a120a9fed85c", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "WESTEUROPE:20221020T111140Z:89aa36ed-7110-4adb-881c-a120a9fed85c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b", + "name": "sdk-py-tests-acc-1-18a4278b", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T11%3A11%3A39.7698405Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T11:10:24.8252949Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T11:10:26.8106227Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T11:10:26.8106227Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "255", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:11: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": "99a137b9-1298-4919-9383-689c69dc88b3", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "WESTEUROPE:20221020T111140Z:99a137b9-1298-4919-9383-689c69dc88b3", + "X-Powered-By": "ASP.NET" }, "ResponseBody": { "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b\u0027 is not found." } } } 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 ce5bf9b8ed0a..c1c858ec0214 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:57 GMT", + "Date": "Thu, 20 Oct 2022 12:02:47 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.13943.6 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:57 GMT", + "Date": "Thu, 20 Oct 2022 12:02:47 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.13845.9 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "2aaa4c5f-0ba4-484e-8195-465f38009fc2", + "client-request-id": "8f626a34-c989-4b9a-aa73-bd36d9e47243", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "2aaa4c5f-0ba4-484e-8195-465f38009fc2", + "client-request-id": "8f626a34-c989-4b9a-aa73-bd36d9e47243", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:57 GMT", + "Date": "Thu, 20 Oct 2022 12:02:47 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,29 +221,802 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2" }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01eed3cf-c1a0-4f4f-bac3-458ff17765b9?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:02:55 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T12%3A02%3A54.7671388Z\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": "8dab059a-315d-4826-9e38-7eea2db62f00", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "WESTEUROPE:20221020T120256Z:8dab059a-315d-4826-9e38-7eea2db62f00", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf", + "name": "sdk-py-tests-acc-1-c97f26bf", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T12%3A02%3A54.7671388Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T12:02:50.8369113Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T12:02:53.8263403Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T12:02:53.8263403Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01eed3cf-c1a0-4f4f-bac3-458ff17765b9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:02: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": "ec9a4663-10a1-4eb9-9f96-a5c211a0d599", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "WESTEUROPE:20221020T120256Z:ec9a4663-10a1-4eb9-9f96-a5c211a0d599", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01eed3cf-c1a0-4f4f-bac3-458ff17765b9", + "name": "01eed3cf-c1a0-4f4f-bac3-458ff17765b9", + "status": "Succeeded", + "startTime": "2022-10-20T12:02:54.7641689Z", + "endTime": "2022-10-20T12:02:54.8111504Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:02:56 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T12%3A02%3A54.814128Z\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": "85d2431b-41d1-40a1-ad22-0015341da5de", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20221020T120257Z:85d2431b-41d1-40a1-ad22-0015341da5de", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf", + "name": "sdk-py-tests-acc-1-c97f26bf", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T12%3A02%3A54.814128Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T12:02:50.8369113Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T12:02:53.8263403Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T12:02:53.8263403Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/c1d1032c-abad-4958-9b24-2d3c8feaca07?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "922", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:03:00 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T12%3A02%3A59.4384128Z\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": "5b2cf078-e49e-48e2-b9e2-34995c80164d", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "WESTEUROPE:20221020T120300Z:5b2cf078-e49e-48e2-b9e2-34995c80164d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-c97f26bf/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T12%3A02%3A59.4384128Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T12:02:57.2945692Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T12:02:59.2067779Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T12:02:59.2067779Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1d1032c-abad-4958-9b24-2d3c8feaca07?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:03: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": "6adbeb50-9907-4e8b-8733-756a37a9b7b4", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20221020T120301Z:6adbeb50-9907-4e8b-8733-756a37a9b7b4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1d1032c-abad-4958-9b24-2d3c8feaca07", + "name": "c1d1032c-abad-4958-9b24-2d3c8feaca07", + "status": "Succeeded", + "startTime": "2022-10-20T12:02:59.4413086Z", + "endTime": "2022-10-20T12:03:00.4462416Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:03:01 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T12%3A03%3A00.443961Z\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": "e43beb7b-7d53-4374-9d31-b1276fa637d7", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "WESTEUROPE:20221020T120301Z:e43beb7b-7d53-4374-9d31-b1276fa637d7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-c97f26bf/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T12%3A03%3A00.443961Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T12:02:57.2945692Z" + }, + "properties": { + "poolId": "bd2b09b2-4d59-0324-cce1-22d8256b662a", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T12:02:59.2067779Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T12:02:59.2067779Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:03:01 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T12%3A03%3A00.443961Z\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": "631932cd-2218-450d-a10d-94d571b45191", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "WESTEUROPE:20221020T120302Z:631932cd-2218-450d-a10d-94d571b45191", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-c97f26bf/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T12%3A03%3A00.443961Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T12:02:57.2945692Z" + }, + "properties": { + "poolId": "bd2b09b2-4d59-0324-cce1-22d8256b662a", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T12:02:59.2067779Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T12:02:59.2067779Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1dc696e2-44bc-4363-ba0b-5e3f7e6919ab?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 12:03:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1dc696e2-44bc-4363-ba0b-5e3f7e6919ab?api-version=2022-05-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": "f7b5d3d5-f535-4d55-a4b8-08e8380d4c00", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20221020T120312Z:f7b5d3d5-f535-4d55-a4b8-08e8380d4c00", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1dc696e2-44bc-4363-ba0b-5e3f7e6919ab?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:03: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": "8b63ce67-c0c3-45ca-9a57-b95c5437a6f2", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20221020T120312Z:8b63ce67-c0c3-45ca-9a57-b95c5437a6f2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1dc696e2-44bc-4363-ba0b-5e3f7e6919ab", + "name": "1dc696e2-44bc-4363-ba0b-5e3f7e6919ab", + "status": "Succeeded", + "startTime": "2022-10-20T12:03:12.6087395Z", + "endTime": "2022-10-20T12:03:12.8275037Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1dc696e2-44bc-4363-ba0b-5e3f7e6919ab?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:03: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": "6d375d7f-96e8-4a6f-b2f7-6b2f66603fdc", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "WESTEUROPE:20221020T120313Z:6d375d7f-96e8-4a6f-b2f7-6b2f66603fdc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-c97f26bf/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T12%3A03%3A12.5991213Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T12:02:57.2945692Z" + }, + "properties": { + "poolId": "bd2b09b2-4d59-0324-cce1-22d8256b662a", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T12:02:59.2067779Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T12:02:59.2067779Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 12:03:24 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": "7789bac4-1428-4c44-aed4-afeb324d47c0", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "WESTEUROPE:20221020T120325Z:7789bac4-1428-4c44-aed4-afeb324d47c0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 12:03:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0e973621-e73a-457a-b84b-6e93eb1e1eaa", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "WESTEUROPE:20221020T120336Z:0e973621-e73a-457a-b84b-6e93eb1e1eaa" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 12:03:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a5fc9610-2664-4e17-b067-f1523ac8a92a", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "WESTEUROPE:20221020T120346Z:a5fc9610-2664-4e17-b067-f1523ac8a92a" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 12:03:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "329202ff-a2ad-466a-b3b8-36fd54ae6704", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "WESTEUROPE:20221020T120356Z:329202ff-a2ad-466a-b3b8-36fd54ae6704" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:58 GMT", + "Date": "Thu, 20 Oct 2022 12:04:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a94eba4-876e-4e27-9e0c-6c5b69d90a8c", + "x-ms-correlation-request-id": "fb868a8b-707b-4b7d-9865-7f8ed1d363b3", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010858Z:9a94eba4-876e-4e27-9e0c-6c5b69d90a8c" + "x-ms-routing-request-id": "WESTEUROPE:20221020T120406Z:fb868a8b-707b-4b7d-9865-7f8ed1d363b3" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4be501f7-06bb-4b8d-a980-c8b91e6237db?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 12:04:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4be501f7-06bb-4b8d-a980-c8b91e6237db?api-version=2022-05-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": "40f3a8ce-8459-4b65-9946-04112d3bc47c", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "WESTEUROPE:20221020T120407Z:40f3a8ce-8459-4b65-9946-04112d3bc47c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4be501f7-06bb-4b8d-a980-c8b91e6237db?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:04: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": "3d52f840-04ce-46ef-ac3f-520a0ee12839", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "WESTEUROPE:20221020T120408Z:3d52f840-04ce-46ef-ac3f-520a0ee12839", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4be501f7-06bb-4b8d-a980-c8b91e6237db", + "name": "4be501f7-06bb-4b8d-a980-c8b91e6237db", + "status": "Succeeded", + "startTime": "2022-10-20T12:04:07.6527126Z", + "endTime": "2022-10-20T12:04:07.6996018Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4be501f7-06bb-4b8d-a980-c8b91e6237db?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:04: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": "f7e307e6-586f-482f-9df2-48c6588d2144", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "WESTEUROPE:20221020T120408Z:f7e307e6-586f-482f-9df2-48c6588d2144", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf", + "name": "sdk-py-tests-acc-1-c97f26bf", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T12%3A04%3A07.6421266Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T12:02:50.8369113Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T12:02:53.8263403Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T12:02:53.8263403Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "255", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:04: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": "96190c91-605d-4ffc-a7de-31bfa16d66d5", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "WESTEUROPE:20221020T120409Z:96190c91-605d-4ffc-a7de-31bfa16d66d5", + "X-Powered-By": "ASP.NET" }, "ResponseBody": { "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf\u0027 is not found." } } } 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 24ae52a265b7..de85c8e09a06 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:57 GMT", + "Date": "Thu, 20 Oct 2022 11:37:02 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.13943.6 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:57 GMT", + "Date": "Thu, 20 Oct 2022 11:37:02 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.13845.9 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "ca506b2d-d623-424f-bb41-5cfa8842f0e7", + "client-request-id": "ecd8bd06-16a4-4c81-8ee8-33ef808fcfe9", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "ca506b2d-d623-424f-bb41-5cfa8842f0e7", + "client-request-id": "ecd8bd06-16a4-4c81-8ee8-33ef808fcfe9", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:57 GMT", + "Date": "Thu, 20 Oct 2022 11:37:02 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,29 +221,1337 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2" }, - "StatusCode": 404, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e976bdbe-4716-4865-ba3d-4d0b53f51f79?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:57 GMT", + "Date": "Thu, 20 Oct 2022 11:37:09 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A08.7492879Z\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": "71467be3-c413-4e15-a0ff-a79c4c8cb888", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010858Z:71467be3-c413-4e15-a0ff-a79c4c8cb888" + "x-ms-correlation-request-id": "baa191ff-44a5-47e9-92ee-ac898aa3668d", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113710Z:baa191ff-44a5-47e9-92ee-ac898aa3668d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474", + "name": "sdk-py-tests-acc-1-e3f62474", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A08.7492879Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T11:37:05.3701685Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T11:37:07.6726154Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T11:37:07.6726154Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e976bdbe-4716-4865-ba3d-4d0b53f51f79?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:37: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": "d08cd873-7c17-481b-a4f6-af37505b7907", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113710Z:d08cd873-7c17-481b-a4f6-af37505b7907", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e976bdbe-4716-4865-ba3d-4d0b53f51f79", + "name": "e976bdbe-4716-4865-ba3d-4d0b53f51f79", + "status": "Succeeded", + "startTime": "2022-10-20T11:37:08.7534525Z", + "endTime": "2022-10-20T11:37:08.8159604Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:37:10 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A08.8014824Z\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": "6413e850-4a08-4414-918b-fe55815027fd", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113711Z:6413e850-4a08-4414-918b-fe55815027fd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474", + "name": "sdk-py-tests-acc-1-e3f62474", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A08.8014824Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T11:37:05.3701685Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T11:37:07.6726154Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T11:37:07.6726154Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/bb90eadf-747e-4ab2-ac00-6adfc37f84de?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "922", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:37:13 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A12.9068712Z\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": "fcf9fdfa-649e-4cad-ae1b-95908bea207a", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113713Z:fcf9fdfa-649e-4cad-ae1b-95908bea207a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A12.9068712Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T11:37:11.5236642Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T11:37:12.6101633Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T11:37:12.6101633Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb90eadf-747e-4ab2-ac00-6adfc37f84de?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:37: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": "49b86b7f-498d-455d-a4dd-25ad9f66f29b", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113714Z:49b86b7f-498d-455d-a4dd-25ad9f66f29b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb90eadf-747e-4ab2-ac00-6adfc37f84de", + "name": "bb90eadf-747e-4ab2-ac00-6adfc37f84de", + "status": "Succeeded", + "startTime": "2022-10-20T11:37:12.9011995Z", + "endTime": "2022-10-20T11:37:13.8729959Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:37:13 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A13.8617585Z\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": "8394d05d-eacb-4183-853a-a2f1a002f866", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113714Z:8394d05d-eacb-4183-853a-a2f1a002f866", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A13.8617585Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T11:37:11.5236642Z" + }, + "properties": { + "poolId": "18d0e836-6d53-10d2-fc3c-eac4ee77ad70", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T11:37:12.6101633Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T11:37:12.6101633Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/c202da94-8bb2-4d09-80e7-adaa42cdb3f1?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "922", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:37:16 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A16.2149484Z\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": "d0dd362b-4b78-45fb-92a4-f2265a6b6ba5", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113717Z:d0dd362b-4b78-45fb-92a4-f2265a6b6ba5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2", + "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A16.2149484Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T11:37:14.6915981Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T11:37:15.9226982Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T11:37:15.9226982Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c202da94-8bb2-4d09-80e7-adaa42cdb3f1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:37: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": "e8376c91-d1a5-4fdc-a7ca-52dd579693ec", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113717Z:e8376c91-d1a5-4fdc-a7ca-52dd579693ec", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c202da94-8bb2-4d09-80e7-adaa42cdb3f1", + "name": "c202da94-8bb2-4d09-80e7-adaa42cdb3f1", + "status": "Succeeded", + "startTime": "2022-10-20T11:37:16.2167205Z", + "endTime": "2022-10-20T11:37:16.37298Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:37:16 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A16.3544159Z\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": "e8b9e689-25f4-4ac6-9372-aa04905572fd", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113717Z:e8b9e689-25f4-4ac6-9372-aa04905572fd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2", + "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A16.3544159Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T11:37:14.6915981Z" + }, + "properties": { + "poolId": "0668dd9c-f4b5-350c-9d02-2a872237b870", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T11:37:15.9226982Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T11:37:15.9226982Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:37: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": "634194b1-bb24-477f-983a-d844788ae9cc", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113718Z:634194b1-bb24-477f-983a-d844788ae9cc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A13.8617585Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T11:37:11.5236642Z" + }, + "properties": { + "poolId": "18d0e836-6d53-10d2-fc3c-eac4ee77ad70", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T11:37:12.6101633Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T11:37:12.6101633Z" + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2", + "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A16.3544159Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T11:37:14.6915981Z" + }, + "properties": { + "poolId": "0668dd9c-f4b5-350c-9d02-2a872237b870", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T11:37:15.9226982Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T11:37:15.9226982Z" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ab18e67e-d686-418a-9a32-dc802a383227?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 11:37:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ab18e67e-d686-418a-9a32-dc802a383227?api-version=2022-05-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": "09037fa9-25d0-42fc-aaa2-0b15c5379f54", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113728Z:09037fa9-25d0-42fc-aaa2-0b15c5379f54", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ab18e67e-d686-418a-9a32-dc802a383227?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:37: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": "80c28c85-24d2-46b3-a1ea-e51a07c6a33f", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113729Z:80c28c85-24d2-46b3-a1ea-e51a07c6a33f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ab18e67e-d686-418a-9a32-dc802a383227", + "name": "ab18e67e-d686-418a-9a32-dc802a383227", + "status": "Deleting", + "startTime": "2022-10-20T11:37:28.7950705Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ab18e67e-d686-418a-9a32-dc802a383227?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:37: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": "70c814d6-5fea-496a-808a-3e904155baaf", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113759Z:70c814d6-5fea-496a-808a-3e904155baaf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ab18e67e-d686-418a-9a32-dc802a383227", + "name": "ab18e67e-d686-418a-9a32-dc802a383227", + "status": "Succeeded", + "startTime": "2022-10-20T11:37:28.7950705Z", + "endTime": "2022-10-20T11:37:29.779389Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ab18e67e-d686-418a-9a32-dc802a383227?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:37: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": "97b4a947-ca04-458a-9255-ddf32fdce152", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113759Z:97b4a947-ca04-458a-9255-ddf32fdce152", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A28.7857114Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T11:37:11.5236642Z" + }, + "properties": { + "poolId": "18d0e836-6d53-10d2-fc3c-eac4ee77ad70", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T11:37:12.6101633Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T11:37:12.6101633Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 11:38:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "657edb33-e15f-431b-b0b0-ba58b57bdbaa", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113809Z:657edb33-e15f-431b-b0b0-ba58b57bdbaa" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 11:38:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9a413591-7346-4e8c-9915-0cfd7be554d8", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113820Z:9a413591-7346-4e8c-9915-0cfd7be554d8" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 11:38:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f9b80698-21f0-4664-8e11-312549090260", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113830Z:f9b80698-21f0-4664-8e11-312549090260" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 11:38:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "34e45f96-d9cb-4e18-bddf-1909e4e096aa", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113841Z:34e45f96-d9cb-4e18-bddf-1909e4e096aa" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "288", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:38:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "81488551-53ca-4293-bb6e-63cd36718ec9", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113851Z:81488551-53ca-4293-bb6e-63cd36718ec9" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/083a7dad-858e-4a22-86c8-6fd350c566fa?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 11:39:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/083a7dad-858e-4a22-86c8-6fd350c566fa?api-version=2022-05-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": "e191ba4c-dea3-4887-8719-e1444c7388fb", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113902Z:e191ba4c-dea3-4887-8719-e1444c7388fb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/083a7dad-858e-4a22-86c8-6fd350c566fa?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:39: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": "adc02093-e774-4a74-be83-7a973557dee0", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113903Z:adc02093-e774-4a74-be83-7a973557dee0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/083a7dad-858e-4a22-86c8-6fd350c566fa", + "name": "083a7dad-858e-4a22-86c8-6fd350c566fa", + "status": "Deleting", + "startTime": "2022-10-20T11:39:02.6923888Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/083a7dad-858e-4a22-86c8-6fd350c566fa?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:39: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": "dd588f1c-d5ac-4e57-841f-46399009f52e", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113933Z:dd588f1c-d5ac-4e57-841f-46399009f52e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/083a7dad-858e-4a22-86c8-6fd350c566fa", + "name": "083a7dad-858e-4a22-86c8-6fd350c566fa", + "status": "Succeeded", + "startTime": "2022-10-20T11:39:02.6923888Z", + "endTime": "2022-10-20T11:39:03.8799761Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/083a7dad-858e-4a22-86c8-6fd350c566fa?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:39: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": "7672e7c9-b820-4414-829e-c7fb19b6caf0", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113933Z:7672e7c9-b820-4414-829e-c7fb19b6caf0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2", + "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T11%3A39%3A02.681606Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T11:37:14.6915981Z" + }, + "properties": { + "poolId": "0668dd9c-f4b5-350c-9d02-2a872237b870", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T11:37:15.9226982Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T11:37:15.9226982Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 11:39:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d062dafc-3a74-4a37-8d47-8dad9002679d", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113943Z:d062dafc-3a74-4a37-8d47-8dad9002679d" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 11:39:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0731ce99-700d-486c-83a0-cb909e4fa7fb", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-routing-request-id": "WESTEUROPE:20221020T113954Z:0731ce99-700d-486c-83a0-cb909e4fa7fb" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 11:40:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cc9c5424-4eae-4635-8749-0c0c8580580a", + "x-ms-ratelimit-remaining-subscription-deletes": "14991", + "x-ms-routing-request-id": "WESTEUROPE:20221020T114004Z:cc9c5424-4eae-4635-8749-0c0c8580580a" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 11:40:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ad0c2ad0-24f5-430f-9583-3939882ab2fa", + "x-ms-ratelimit-remaining-subscription-deletes": "14990", + "x-ms-routing-request-id": "WESTEUROPE:20221020T114014Z:ad0c2ad0-24f5-430f-9583-3939882ab2fa" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "288", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:40:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f835f262-8a5e-4fa3-aead-e25a522ab400", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "WESTEUROPE:20221020T114025Z:f835f262-8a5e-4fa3-aead-e25a522ab400" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b81c7fbd-6aab-486c-b7dc-493249939b2a?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 11:40:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b81c7fbd-6aab-486c-b7dc-493249939b2a?api-version=2022-05-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": "52045939-d2b7-4b54-bd66-c5add2072e09", + "x-ms-ratelimit-remaining-subscription-deletes": "14989", + "x-ms-routing-request-id": "WESTEUROPE:20221020T114026Z:52045939-d2b7-4b54-bd66-c5add2072e09", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b81c7fbd-6aab-486c-b7dc-493249939b2a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:40: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": "570465c2-fc9e-4262-80ca-81bb1e67518b", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "WESTEUROPE:20221020T114026Z:570465c2-fc9e-4262-80ca-81bb1e67518b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b81c7fbd-6aab-486c-b7dc-493249939b2a", + "name": "b81c7fbd-6aab-486c-b7dc-493249939b2a", + "status": "Succeeded", + "startTime": "2022-10-20T11:40:26.4580897Z", + "endTime": "2022-10-20T11:40:26.5205512Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b81c7fbd-6aab-486c-b7dc-493249939b2a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:40: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": "d31e8be1-6f32-4dd1-a53a-fcd679a1915a", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "WESTEUROPE:20221020T114027Z:d31e8be1-6f32-4dd1-a53a-fcd679a1915a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474", + "name": "sdk-py-tests-acc-1-e3f62474", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T11%3A40%3A26.4594708Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T11:37:05.3701685Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T11:37:07.6726154Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T11:37:07.6726154Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "255", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 11:40:27 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": "b7625999-57c3-4294-8891-02014faccbb6", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "WESTEUROPE:20221020T114027Z:b7625999-57c3-4294-8891-02014faccbb6", + "X-Powered-By": "ASP.NET" }, "ResponseBody": { "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474\u0027 is not found." } } } 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 13b377c13921..505b1250daad 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:59 GMT", + "Date": "Thu, 20 Oct 2022 12:31: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.13943.6 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:59 GMT", + "Date": "Thu, 20 Oct 2022 12:31: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.13871.7 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "7805a4d5-681a-45d4-8d55-d9993d2f339d", + "client-request-id": "8aacb289-48fd-4f13-863a-b5e68e553477", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "7805a4d5-681a-45d4-8d55-d9993d2f339d", + "client-request-id": "8aacb289-48fd-4f13-863a-b5e68e553477", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:59 GMT", + "Date": "Thu, 20 Oct 2022 12:31:45 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,29 +221,991 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2" }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b469e69-3368-4795-99d8-6a0ab7da6791?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:31:53 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T12%3A31%3A52.1637887Z\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": "b6ac5fbf-e65c-4406-91af-2ccacc65d435", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123153Z:b6ac5fbf-e65c-4406-91af-2ccacc65d435", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455", + "name": "sdk-py-tests-acc-1-e2722455", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T12%3A31%3A52.1637887Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T12:31:48.1789338Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T12:31:51.2032605Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T12:31:51.2032605Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b469e69-3368-4795-99d8-6a0ab7da6791?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:31: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": "3f6a2a36-d61c-45a9-a172-85646b707bf8", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123153Z:3f6a2a36-d61c-45a9-a172-85646b707bf8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b469e69-3368-4795-99d8-6a0ab7da6791", + "name": "4b469e69-3368-4795-99d8-6a0ab7da6791", + "status": "Succeeded", + "startTime": "2022-10-20T12:31:52.1541392Z", + "endTime": "2022-10-20T12:31:52.2167002Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:31:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T12%3A31%3A52.2169306Z\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": "174b6d50-39e6-49a9-944f-3da3c2e0a682", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123154Z:174b6d50-39e6-49a9-944f-3da3c2e0a682", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455", + "name": "sdk-py-tests-acc-1-e2722455", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T12%3A31%3A52.2169306Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T12:31:48.1789338Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T12:31:51.2032605Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T12:31:51.2032605Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/e354408f-ec5d-44a5-b629-71087bb74180?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "922", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:31:57 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T12%3A31%3A56.0574593Z\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": "eb14d768-6cb2-4516-9f5a-cf7e5c5ecea2", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123157Z:eb14d768-6cb2-4516-9f5a-cf7e5c5ecea2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-e2722455/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T12%3A31%3A56.0574593Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T12:31:54.6760537Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T12:31:55.8469233Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T12:31:55.8469233Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e354408f-ec5d-44a5-b629-71087bb74180?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:31: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": "3acd3a9e-79d7-4844-981e-9e9ff5c42e01", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123157Z:3acd3a9e-79d7-4844-981e-9e9ff5c42e01", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e354408f-ec5d-44a5-b629-71087bb74180", + "name": "e354408f-ec5d-44a5-b629-71087bb74180", + "status": "Succeeded", + "startTime": "2022-10-20T12:31:56.0476689Z", + "endTime": "2022-10-20T12:31:57.048907Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:31:57 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T12%3A31%3A57.0482571Z\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": "fe0ecaa9-c7e5-4b71-8635-8ce5b9013bf0", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123158Z:fe0ecaa9-c7e5-4b71-8635-8ce5b9013bf0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-e2722455/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T12%3A31%3A57.0482571Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T12:31:54.6760537Z" + }, + "properties": { + "poolId": "4a86c85c-a70a-5b6a-830d-7ae9140c3c5e", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T12:31:55.8469233Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T12:31:55.8469233Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "88", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "tags": { + "Tag2": "Value1" + }, + "properties": { + "size": 4398046511104, + "qosType": "Manual" + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47cdaa89-df57-409c-913b-3cc997e9cfe3?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "987", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:31:58 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T12%3A31%3A58.57841Z\u0027\u0022", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47cdaa89-df57-409c-913b-3cc997e9cfe3?api-version=2022-05-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": "bff839fe-74f5-4685-9c6b-29c12ad8de53", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123158Z:bff839fe-74f5-4685-9c6b-29c12ad8de53", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-e2722455/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T12%3A31%3A58.57841Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T12:31:54.6760537Z" + }, + "properties": { + "provisioningState": "Patching", + "poolId": "4a86c85c-a70a-5b6a-830d-7ae9140c3c5e", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T12:31:55.8469233Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T12:31:55.8469233Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47cdaa89-df57-409c-913b-3cc997e9cfe3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:31: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": "132ceade-fdd7-40e9-9270-1d9539f66e53", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123159Z:132ceade-fdd7-40e9-9270-1d9539f66e53", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47cdaa89-df57-409c-913b-3cc997e9cfe3", + "name": "47cdaa89-df57-409c-913b-3cc997e9cfe3", + "status": "Patching", + "startTime": "2022-10-20T12:31:58.6740113Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47cdaa89-df57-409c-913b-3cc997e9cfe3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:32: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": "becfd505-bbb1-4ee1-9b1d-74882da1bf47", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123229Z:becfd505-bbb1-4ee1-9b1d-74882da1bf47", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47cdaa89-df57-409c-913b-3cc997e9cfe3", + "name": "47cdaa89-df57-409c-913b-3cc997e9cfe3", + "status": "Succeeded", + "startTime": "2022-10-20T12:31:58.6740113Z", + "endTime": "2022-10-20T12:31:59.1584153Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47cdaa89-df57-409c-913b-3cc997e9cfe3?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:32: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": "91432b9a-34c7-49f5-b2bb-60d711388550", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123229Z:91432b9a-34c7-49f5-b2bb-60d711388550", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-e2722455/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T12%3A31%3A59.1440971Z\u0027\u0022", + "location": "westus2", + "tags": { + "Tag2": "Value1", + "CreatedOnDate": "2022-10-20T12:31:58.2488101Z" + }, + "properties": { + "poolId": "4a86c85c-a70a-5b6a-830d-7ae9140c3c5e", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", + "qosType": "Manual", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T12:31:55.8469233Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T12:31:58.4264158Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/41cafa13-1326-4460-ab7a-b9cdcc67d0c8?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 12:32:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/41cafa13-1326-4460-ab7a-b9cdcc67d0c8?api-version=2022-05-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": "9ccc5836-c890-4191-b815-00c36e8058a8", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123240Z:9ccc5836-c890-4191-b815-00c36e8058a8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/41cafa13-1326-4460-ab7a-b9cdcc67d0c8?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:32: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": "621cecb0-81ff-4423-ba29-ca4ad5d0f012", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123240Z:621cecb0-81ff-4423-ba29-ca4ad5d0f012", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/41cafa13-1326-4460-ab7a-b9cdcc67d0c8", + "name": "41cafa13-1326-4460-ab7a-b9cdcc67d0c8", + "status": "Deleting", + "startTime": "2022-10-20T12:32:40.0832125Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/41cafa13-1326-4460-ab7a-b9cdcc67d0c8?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12: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": "085a5979-64c6-4b55-9158-37f33cfa3e66", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123310Z:085a5979-64c6-4b55-9158-37f33cfa3e66", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/41cafa13-1326-4460-ab7a-b9cdcc67d0c8", + "name": "41cafa13-1326-4460-ab7a-b9cdcc67d0c8", + "status": "Succeeded", + "startTime": "2022-10-20T12:32:40.0832125Z", + "endTime": "2022-10-20T12:32:40.8802057Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/41cafa13-1326-4460-ab7a-b9cdcc67d0c8?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:33: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": "e0108de9-611c-4f08-a907-b3d0ed29d6da", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123310Z:e0108de9-611c-4f08-a907-b3d0ed29d6da", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-e2722455/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T12%3A32%3A40.080402Z\u0027\u0022", + "location": "westus2", + "tags": { + "Tag2": "Value1", + "CreatedOnDate": "2022-10-20T12:31:58.2488101Z" + }, + "properties": { + "poolId": "4a86c85c-a70a-5b6a-830d-7ae9140c3c5e", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", + "qosType": "Manual", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T12:31:55.8469233Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T12:31:58.4264158Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 12:33:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e3b91e84-66e5-4bbe-8218-25c7ff44c8c4", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123321Z:e3b91e84-66e5-4bbe-8218-25c7ff44c8c4" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 12:33:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "326978a6-b2a3-4ec8-bece-4e9950357e43", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123331Z:326978a6-b2a3-4ec8-bece-4e9950357e43" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 12:33:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c88fe889-08a6-4492-90f6-619c528d02c1", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123341Z:c88fe889-08a6-4492-90f6-619c528d02c1" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 12:33:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9add8843-4e7e-4b1a-bdbf-fdd06be8d18c", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123352Z:9add8843-4e7e-4b1a-bdbf-fdd06be8d18c" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:00 GMT", + "Date": "Thu, 20 Oct 2022 12:34:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7549bbfa-b86e-4fb8-892c-99e4c01d8468", + "x-ms-correlation-request-id": "a8267cb8-7dc7-48ae-9156-eb0c36e934ba", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010900Z:7549bbfa-b86e-4fb8-892c-99e4c01d8468" + "x-ms-routing-request-id": "WESTEUROPE:20221020T123402Z:a8267cb8-7dc7-48ae-9156-eb0c36e934ba" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7edc313c-ed4c-4673-a617-d267ea3440ab?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 12:34:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7edc313c-ed4c-4673-a617-d267ea3440ab?api-version=2022-05-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": "826f55a8-153b-4e80-807f-009b2b5b627b", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123403Z:826f55a8-153b-4e80-807f-009b2b5b627b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7edc313c-ed4c-4673-a617-d267ea3440ab?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:34: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": "8e464df5-fc32-4f81-899a-73699059a53d", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123404Z:8e464df5-fc32-4f81-899a-73699059a53d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7edc313c-ed4c-4673-a617-d267ea3440ab", + "name": "7edc313c-ed4c-4673-a617-d267ea3440ab", + "status": "Succeeded", + "startTime": "2022-10-20T12:34:03.7528216Z", + "endTime": "2022-10-20T12:34:03.8822132Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7edc313c-ed4c-4673-a617-d267ea3440ab?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12: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": "1f089fd1-864f-41e8-a76b-7fbf9d09f524", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123404Z:1f089fd1-864f-41e8-a76b-7fbf9d09f524", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455", + "name": "sdk-py-tests-acc-1-e2722455", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T12%3A34%3A03.7558057Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T12:31:48.1789338Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T12:31:51.2032605Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T12:31:51.2032605Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "255", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:34: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": "ec0003c6-99bb-4c1f-a5e3-030608859ef2", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123404Z:ec0003c6-99bb-4c1f-a5e3-030608859ef2", + "X-Powered-By": "ASP.NET" }, "ResponseBody": { "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455\u0027 is not found." } } } 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 c42b5b158507..364273352cee 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:58 GMT", + "Date": "Thu, 20 Oct 2022 12:29:04 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.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:58 GMT", + "Date": "Thu, 20 Oct 2022 12:29:05 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.13871.7 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "c3be8b34-1e07-4da7-b006-f90d6232014f", + "client-request-id": "c5a5de56-e913-459a-b13c-0f958cb4a49c", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "c3be8b34-1e07-4da7-b006-f90d6232014f", + "client-request-id": "c5a5de56-e913-459a-b13c-0f958cb4a49c", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:58 GMT", + "Date": "Thu, 20 Oct 2022 12:29:05 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,29 +221,948 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2" }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/15ffb68d-4bd5-4627-b4e5-88fbddbfae9e?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "704", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:29:11 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A10.8945479Z\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": "12f2d902-c0ff-4b96-9a89-6db88a51348b", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "WESTEUROPE:20221020T122912Z:12f2d902-c0ff-4b96-9a89-6db88a51348b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8", + "name": "sdk-py-tests-acc-1-8b424c8", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A10.8945479Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T12:29:07.6691096Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T12:29:09.9619934Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T12:29:09.9619934Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/15ffb68d-4bd5-4627-b4e5-88fbddbfae9e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 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": "5a6aa8c9-b709-4d7e-8d2f-7bb6c1d2e5af", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "WESTEUROPE:20221020T122912Z:5a6aa8c9-b709-4d7e-8d2f-7bb6c1d2e5af", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/15ffb68d-4bd5-4627-b4e5-88fbddbfae9e", + "name": "15ffb68d-4bd5-4627-b4e5-88fbddbfae9e", + "status": "Succeeded", + "startTime": "2022-10-20T12:29:10.8872008Z", + "endTime": "2022-10-20T12:29:10.9966067Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:29:12 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A10.9823085Z\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": "8bfed8de-a92e-4298-83a6-d435684e44b8", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20221020T122913Z:8bfed8de-a92e-4298-83a6-d435684e44b8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8", + "name": "sdk-py-tests-acc-1-8b424c8", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A10.9823085Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T12:29:07.6691096Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T12:29:09.9619934Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T12:29:09.9619934Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/4f7f87c4-7939-4aea-8d20-b997e5562049?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "920", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:29:15 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A14.7952867Z\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": "a2676c0a-38dd-436b-9242-a415f766b8cd", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "WESTEUROPE:20221020T122915Z:a2676c0a-38dd-436b-9242-a415f766b8cd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-8b424c8/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A14.7952867Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T12:29:13.4415263Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T12:29:14.5713871Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T12:29:14.5713871Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f7f87c4-7939-4aea-8d20-b997e5562049?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:29: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": "e3975e50-65a4-4bea-9106-6e586a14c8b1", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20221020T122916Z:e3975e50-65a4-4bea-9106-6e586a14c8b1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f7f87c4-7939-4aea-8d20-b997e5562049", + "name": "4f7f87c4-7939-4aea-8d20-b997e5562049", + "status": "Succeeded", + "startTime": "2022-10-20T12:29:14.7937203Z", + "endTime": "2022-10-20T12:29:15.7807393Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:29:15 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A15.768714Z\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": "d3aac845-bafa-46f9-8b5e-f179ebec10d8", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "WESTEUROPE:20221020T122916Z:d3aac845-bafa-46f9-8b5e-f179ebec10d8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-8b424c8/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A15.768714Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T12:29:13.4415263Z" + }, + "properties": { + "poolId": "276e946f-673c-a949-2447-43345ab2a1fe", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T12:29:14.5713871Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T12:29:14.5713871Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "83", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "size": 4398046511104, + "qosType": "Manual" + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07dfc394-e05e-4fd4-9145-ef746ce0f886?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:29:17 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A17.1359719Z\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": "30b8ade9-a377-45b6-9472-ef87baf38659", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "WESTEUROPE:20221020T122918Z:30b8ade9-a377-45b6-9472-ef87baf38659", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-8b424c8/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A17.1359719Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T12:29:13.4415263Z" + }, + "properties": { + "provisioningState": "Updating", + "poolId": "276e946f-673c-a949-2447-43345ab2a1fe", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T12:29:14.5713871Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T12:29:14.5713871Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07dfc394-e05e-4fd4-9145-ef746ce0f886?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:29: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": "d0789893-8a2e-43a5-a068-93cdd16e50e3", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "WESTEUROPE:20221020T122918Z:d0789893-8a2e-43a5-a068-93cdd16e50e3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07dfc394-e05e-4fd4-9145-ef746ce0f886", + "name": "07dfc394-e05e-4fd4-9145-ef746ce0f886", + "status": "Succeeded", + "startTime": "2022-10-20T12:29:17.1441291Z", + "endTime": "2022-10-20T12:29:17.4097137Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:29:18 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A17.3988295Z\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": "03e96efa-3ce4-4f74-a403-256f923620f2", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20221020T122919Z:03e96efa-3ce4-4f74-a403-256f923620f2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-8b424c8/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A17.3988295Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T12:29:16.6986400Z" + }, + "properties": { + "poolId": "276e946f-673c-a949-2447-43345ab2a1fe", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Manual", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T12:29:14.5713871Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T12:29:17.008899Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cb84442-923d-46ff-b42d-92be4fc61d79?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 12:29:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cb84442-923d-46ff-b42d-92be4fc61d79?api-version=2022-05-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": "81ce0e3a-2d84-4051-8219-cbdff1a33154", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20221020T122929Z:81ce0e3a-2d84-4051-8219-cbdff1a33154", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cb84442-923d-46ff-b42d-92be4fc61d79?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:29: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": "501d1f8a-84fb-4569-b5bb-ce6f056bf7e2", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "WESTEUROPE:20221020T122930Z:501d1f8a-84fb-4569-b5bb-ce6f056bf7e2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cb84442-923d-46ff-b42d-92be4fc61d79", + "name": "7cb84442-923d-46ff-b42d-92be4fc61d79", + "status": "Deleting", + "startTime": "2022-10-20T12:29:29.6450119Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cb84442-923d-46ff-b42d-92be4fc61d79?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:29: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": "c41356ac-b0be-4bed-acf6-45f5fedfceb0", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123000Z:c41356ac-b0be-4bed-acf6-45f5fedfceb0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cb84442-923d-46ff-b42d-92be4fc61d79", + "name": "7cb84442-923d-46ff-b42d-92be4fc61d79", + "status": "Succeeded", + "startTime": "2022-10-20T12:29:29.6450119Z", + "endTime": "2022-10-20T12:29:30.0044894Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cb84442-923d-46ff-b42d-92be4fc61d79?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:29: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": "e6be3796-5e06-485f-8baa-c5276850d382", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123000Z:e6be3796-5e06-485f-8baa-c5276850d382", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-8b424c8/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A29.6361835Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T12:29:16.6986400Z" + }, + "properties": { + "poolId": "276e946f-673c-a949-2447-43345ab2a1fe", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1", + "qosType": "Manual", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T12:29:14.5713871Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T12:29:17.008899Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 12:30:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8808929f-171a-406a-b5a8-d5a914937202", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123010Z:8808929f-171a-406a-b5a8-d5a914937202" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 12:30:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "32440282-5836-4935-a92c-d163db2bd2db", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123021Z:32440282-5836-4935-a92c-d163db2bd2db" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 12:30:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cf7508f8-dde1-4db4-a0b6-fdec33100761", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123031Z:cf7508f8-dde1-4db4-a0b6-fdec33100761" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 12:30:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1fdb6ffc-fd30-4418-8bd2-ec84778381f4", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123041Z:1fdb6ffc-fd30-4418-8bd2-ec84778381f4" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "287", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:08:59 GMT", + "Date": "Thu, 20 Oct 2022 12:30:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3478b5e-1fc8-47e2-a90c-f1501abe01df", + "x-ms-correlation-request-id": "67dd3894-e6d6-4798-9767-84419ba36b6c", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010859Z:d3478b5e-1fc8-47e2-a90c-f1501abe01df" + "x-ms-routing-request-id": "WESTEUROPE:20221020T123052Z:67dd3894-e6d6-4798-9767-84419ba36b6c" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/61791caf-7f0e-4853-b1ba-5c09dce9f1c6?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 12:30:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/61791caf-7f0e-4853-b1ba-5c09dce9f1c6?api-version=2022-05-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": "4b50b901-a35f-461d-9ace-e192d6224771", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123053Z:4b50b901-a35f-461d-9ace-e192d6224771", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/61791caf-7f0e-4853-b1ba-5c09dce9f1c6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:30: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": "ef5443e3-e662-4903-b4ed-86da6511815e", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123053Z:ef5443e3-e662-4903-b4ed-86da6511815e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/61791caf-7f0e-4853-b1ba-5c09dce9f1c6", + "name": "61791caf-7f0e-4853-b1ba-5c09dce9f1c6", + "status": "Succeeded", + "startTime": "2022-10-20T12:30:53.4833719Z", + "endTime": "2022-10-20T12:30:53.5302485Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/61791caf-7f0e-4853-b1ba-5c09dce9f1c6?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:30: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": "c7be1513-9274-417c-b794-cfffd949c5ce", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123054Z:c7be1513-9274-417c-b794-cfffd949c5ce", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8", + "name": "sdk-py-tests-acc-1-8b424c8", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T12%3A30%3A53.4743305Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T12:29:07.6691096Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T12:29:09.9619934Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T12:29:09.9619934Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "254", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 12:30:54 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": "95592bcd-b157-41aa-b18b-337d3749a345", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "WESTEUROPE:20221020T123054Z:95592bcd-b157-41aa-b18b-337d3749a345", + "X-Powered-By": "ASP.NET" }, "ResponseBody": { "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8\u0027 is not found." } } } 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 a01fc8d19ccc..1659cc9b96e7 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:00 GMT", + "Date": "Thu, 20 Oct 2022 22:04:02 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.13943.6 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:00 GMT", + "Date": "Thu, 20 Oct 2022 22:04:02 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.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "fc5399a2-067d-4ea5-99c5-78fec3779742", + "client-request-id": "5187aa8f-bef0-42e0-a682-80bc38053b3d", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "fc5399a2-067d-4ea5-99c5-78fec3779742", + "client-request-id": "5187aa8f-bef0-42e0-a682-80bc38053b3d", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:00 GMT", + "Date": "Thu, 20 Oct 2022 22:04:02 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,7 +221,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -236,26 +233,2982 @@ } } }, - "StatusCode": 404, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c08ed15d-6d5a-4012-9d7c-28e2d25e04e2?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:01 GMT", + "Date": "Thu, 20 Oct 2022 22:04:11 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cb5361ff-100d-4bbc-83f8-22c5b1016311", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010901Z:cb5361ff-100d-4bbc-83f8-22c5b1016311" + "x-ms-arm-service-request-id": "7b87107d-c276-40df-a79a-edf5917edc7b", + "x-ms-correlation-request-id": "2c93ef5e-e641-4a6b-a56e-a8a5d69a3be0", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220412Z:2c93ef5e-e641-4a6b-a56e-a8a5d69a3be0" }, "ResponseBody": { - "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "name": "sdk-python-tests-vnet-westus2-cd95297f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f", + "etag": "W/\u0022a1d77929-c318-4ff7-8d41-f23f91f9c46e\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:04:05.3448860Z" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "5628490a-0be8-4a84-836a-d1613d9cee79", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c08ed15d-6d5a-4012-9d7c-28e2d25e04e2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:04:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "92db4285-601d-4ea3-87e9-e82b67547d86", + "x-ms-correlation-request-id": "34ad3b1e-697e-4c55-ab8f-e26a4875a56b", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220412Z:34ad3b1e-697e-4c55-ab8f-e26a4875a56b" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:04:12 GMT", + "ETag": "W/\u00221d14d016-9773-4bc1-b1d8-395659e9199c\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "32f85e30-e740-43f5-9319-ea47608fff6f", + "x-ms-correlation-request-id": "6cdae4a4-108a-4dab-938a-ebdf955b2c24", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220412Z:6cdae4a4-108a-4dab-938a-ebdf955b2c24" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-westus2-cd95297f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f", + "etag": "W/\u00221d14d016-9773-4bc1-b1d8-395659e9199c\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:04:05.3448860Z" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "5628490a-0be8-4a84-836a-d1613d9cee79", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "151", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "properties": { + "serviceName": "Microsoft.Netapp/volumes" + } + } + ] } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/1861e0f8-06ff-45e7-9cd1-d6380810fe2b?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1326", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:04:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "c5bf4a45-e68f-43a2-ba77-b27f6fc2cb19", + "x-ms-correlation-request-id": "92728be3-cebb-45e0-a240-11e2856a7db8", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220413Z:92728be3-cebb-45e0-a240-11e2856a7db8" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default", + "etag": "W/\u0022e73cd407-96fc-4513-8130-564c5e26344c\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default/delegations/netAppVolumes", + "etag": "W/\u0022e73cd407-96fc-4513-8130-564c5e26344c\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/1861e0f8-06ff-45e7-9cd1-d6380810fe2b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:04:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "651358fe-0764-45b2-86f6-e6ccf1cb695f", + "x-ms-correlation-request-id": "a32070b7-e0b1-463e-b55c-45cacfb97496", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220413Z:a32070b7-e0b1-463e-b55c-45cacfb97496" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:04:13 GMT", + "ETag": "W/\u002268fb0e25-4c70-45b2-8218-b278ebf4edfb\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "195256c3-6a63-490d-8e44-bb26ec6a1a62", + "x-ms-correlation-request-id": "59be2617-4892-4f7c-b5df-ccb2d9ecddf8", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220413Z:59be2617-4892-4f7c-b5df-ccb2d9ecddf8" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default", + "etag": "W/\u002268fb0e25-4c70-45b2-8218-b278ebf4edfb\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default/delegations/netAppVolumes", + "etag": "W/\u002268fb0e25-4c70-45b2-8218-b278ebf4edfb\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Thu, 20 Oct 2022 22:04:13 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.13943.8 - NEULR1 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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Thu, 20 Oct 2022 22:04:13 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.13845.10 - 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": "7bec8a53-369b-4870-9a0a-b3132310f145", + "Connection": "keep-alive", + "Content-Length": "281", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "win32", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.20.0", + "x-ms-lib-capability": "retry-after, h429" + }, + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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": "7bec8a53-369b-4870-9a0a-b3132310f145", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:04:13 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.13943.8 - 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6800ae2-bf58-4a3c-b700-47e0df963932?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:04:18 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T22%3A04%3A17.5024845Z\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": "80eda27a-696a-4d1d-95de-744c19f903f8", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220418Z:80eda27a-696a-4d1d-95de-744c19f903f8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f", + "name": "sdk-py-tests-acc-1-cd95297f", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A04%3A17.5024845Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:04:15.4237720Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:04:16.5439746Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:04:16.5439746Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6800ae2-bf58-4a3c-b700-47e0df963932?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:04: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": "8c3d8f0a-5e29-40a2-a0dc-8b534f9016dd", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220419Z:8c3d8f0a-5e29-40a2-a0dc-8b534f9016dd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6800ae2-bf58-4a3c-b700-47e0df963932", + "name": "c6800ae2-bf58-4a3c-b700-47e0df963932", + "status": "Succeeded", + "startTime": "2022-10-20T22:04:17.4937321Z", + "endTime": "2022-10-20T22:04:17.5562364Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:04:18 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T22%3A04%3A17.5574037Z\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": "d217a2fa-0ffd-4ff8-a79c-655bfaceea0a", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220419Z:d217a2fa-0ffd-4ff8-a79c-655bfaceea0a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f", + "name": "sdk-py-tests-acc-1-cd95297f", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A04%3A17.5574037Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:04:15.4237720Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:04:16.5439746Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:04:16.5439746Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/ff7b00d9-54b5-4153-b327-b31addc8b06c?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "922", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:04:21 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T22%3A04%3A20.9294832Z\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": "0c39f902-92f7-4644-9802-3058e55637f4", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220421Z:0c39f902-92f7-4644-9802-3058e55637f4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A04%3A20.9294832Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:04:19.7441175Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:04:20.7023358Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:04:20.7023358Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ff7b00d9-54b5-4153-b327-b31addc8b06c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22: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": "8d7d90ae-045e-43fc-b6f8-9d4774fc5482", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220422Z:8d7d90ae-045e-43fc-b6f8-9d4774fc5482", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ff7b00d9-54b5-4153-b327-b31addc8b06c", + "name": "ff7b00d9-54b5-4153-b327-b31addc8b06c", + "status": "Succeeded", + "startTime": "2022-10-20T22:04:20.9191295Z", + "endTime": "2022-10-20T22:04:21.8412254Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:04:21 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T22%3A04%3A21.8349959Z\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": "7e54d64a-c845-477e-8b42-0e05432c8a86", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220422Z:7e54d64a-c845-477e-8b42-0e05432c8a86", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A04%3A21.8349959Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:04:19.7441175Z" + }, + "properties": { + "poolId": "3640d8db-d2b1-554f-eb7d-f1d6c4db506a", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:04:20.7023358Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:04:20.7023358Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "783", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "creationToken": "sdk-py-tests-vol-3-cd95297f", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/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 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1585", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:04:24 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T22%3A04%3A24.3354946Z\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": "4f31e765-4794-45d4-a684-1722218bae57", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220425Z:4f31e765-4794-45d4-a684-1722218bae57", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f", + "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A04%3A24.3354946Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:04:22.7948102Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-cd95297f", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/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, + "maximumNumberOfFiles": 100000000, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:04:24.0654157Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:04:24.0654157Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:04: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": "075a01dc-dd42-4fb8-b853-f79dd350204d", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220425Z:075a01dc-dd42-4fb8-b853-f79dd350204d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e", + "name": "eed7c140-ce89-4b35-92aa-ba62b233b58e", + "status": "Creating", + "startTime": "2022-10-20T22:04:24.3316487Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:04: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": "aa4b8978-f73b-4b1b-a4d5-ba54d1fbe07f", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220455Z:aa4b8978-f73b-4b1b-a4d5-ba54d1fbe07f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e", + "name": "eed7c140-ce89-4b35-92aa-ba62b233b58e", + "status": "Creating", + "startTime": "2022-10-20T22:04:24.3316487Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:05: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": "f86dccaf-2138-456d-8305-8f1cb4618302", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220526Z:f86dccaf-2138-456d-8305-8f1cb4618302", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e", + "name": "eed7c140-ce89-4b35-92aa-ba62b233b58e", + "status": "Creating", + "startTime": "2022-10-20T22:04:24.3316487Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:05: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": "bd909a1e-857b-41fd-82aa-ed1aa24b93b8", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220556Z:bd909a1e-857b-41fd-82aa-ed1aa24b93b8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e", + "name": "eed7c140-ce89-4b35-92aa-ba62b233b58e", + "status": "Creating", + "startTime": "2022-10-20T22:04:24.3316487Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22: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": "e967542f-6194-4c30-8b6b-f75433b33776", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220626Z:e967542f-6194-4c30-8b6b-f75433b33776", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e", + "name": "eed7c140-ce89-4b35-92aa-ba62b233b58e", + "status": "Creating", + "startTime": "2022-10-20T22:04:24.3316487Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22: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": "db4637d9-9c5b-4487-86e6-109644c2849d", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220656Z:db4637d9-9c5b-4487-86e6-109644c2849d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e", + "name": "eed7c140-ce89-4b35-92aa-ba62b233b58e", + "status": "Creating", + "startTime": "2022-10-20T22:04:24.3316487Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:07: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": "28fc3d6b-7ccb-4740-96d3-6e3e45ae29e3", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220727Z:28fc3d6b-7ccb-4740-96d3-6e3e45ae29e3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e", + "name": "eed7c140-ce89-4b35-92aa-ba62b233b58e", + "status": "Creating", + "startTime": "2022-10-20T22:04:24.3316487Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22: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": "0168bb5a-cbe7-4a70-9b9c-79fa1c0a0b81", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220757Z:0168bb5a-cbe7-4a70-9b9c-79fa1c0a0b81", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e", + "name": "eed7c140-ce89-4b35-92aa-ba62b233b58e", + "status": "Creating", + "startTime": "2022-10-20T22:04:24.3316487Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22: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": "735fb8ac-2ea5-4b3d-932c-6de37ec2f636", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220827Z:735fb8ac-2ea5-4b3d-932c-6de37ec2f636", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e", + "name": "eed7c140-ce89-4b35-92aa-ba62b233b58e", + "status": "Creating", + "startTime": "2022-10-20T22:04:24.3316487Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22: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": "52254e4d-7137-40bb-b102-2c7373fedb2f", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220857Z:52254e4d-7137-40bb-b102-2c7373fedb2f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e", + "name": "eed7c140-ce89-4b35-92aa-ba62b233b58e", + "status": "Creating", + "startTime": "2022-10-20T22:04:24.3316487Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:09: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": "9c1f4572-8215-4f09-8b2a-48a3c3eee1f0", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220928Z:9c1f4572-8215-4f09-8b2a-48a3c3eee1f0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e", + "name": "eed7c140-ce89-4b35-92aa-ba62b233b58e", + "status": "Succeeded", + "startTime": "2022-10-20T22:04:24.3316487Z", + "endTime": "2022-10-20T22:09:07.3548207Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:09:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T22%3A09%3A07.3426266Z\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": "5dee0059-1f5b-4085-8f2c-344f07449c7b", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220928Z:5dee0059-1f5b-4085-8f2c-344f07449c7b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f", + "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A09%3A07.3426266Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:04:22.7948102Z" + }, + "properties": { + "fileSystemId": "d728c065-bb53-b3a0-e059-b60950c13e61", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-cd95297f", + "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_8f82c7b40509489d9e97d719b9b955b4_aaba8ba7", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "d728c065-bb53-b3a0-e059-b60950c13e61", + "fileSystemId": "d728c065-bb53-b3a0-e059-b60950c13e61", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:04:24.0654157Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:04:24.0654157Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:09:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T22%3A09%3A07.3426266Z\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": "03738f22-68d5-4d2b-aa01-91d6b58c2db1", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220929Z:03738f22-68d5-4d2b-aa01-91d6b58c2db1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f", + "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A09%3A07.3426266Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:04:22.7948102Z" + }, + "properties": { + "fileSystemId": "d728c065-bb53-b3a0-e059-b60950c13e61", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-cd95297f", + "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_8f82c7b40509489d9e97d719b9b955b4_aaba8ba7", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "d728c065-bb53-b3a0-e059-b60950c13e61", + "fileSystemId": "d728c065-bb53-b3a0-e059-b60950c13e61", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:04:24.0654157Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:04:24.0654157Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f0743f1-07cb-4c62-960b-d205172b410c?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "522", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:09:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f0743f1-07cb-4c62-960b-d205172b410c?api-version=2022-05-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": "9cfeaf6f-f751-44c8-a31d-9f7c0dd79bbb", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220929Z:9cfeaf6f-f751-44c8-a31d-9f7c0dd79bbb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1", + "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f/sdk-py-tests-snapshot-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", + "location": "westus2", + "properties": { + "provisioningState": "Creating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f0743f1-07cb-4c62-960b-d205172b410c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:09: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": "e90b3893-8c6c-4f7b-b9d0-0162099a778a", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T220930Z:e90b3893-8c6c-4f7b-b9d0-0162099a778a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f0743f1-07cb-4c62-960b-d205172b410c", + "name": "2f0743f1-07cb-4c62-960b-d205172b410c", + "status": "Creating", + "startTime": "2022-10-20T22:09:29.6082703Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f0743f1-07cb-4c62-960b-d205172b410c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:10: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": "1a0a4f6b-402a-4746-93a0-61a358f75194", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221000Z:1a0a4f6b-402a-4746-93a0-61a358f75194", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f0743f1-07cb-4c62-960b-d205172b410c", + "name": "2f0743f1-07cb-4c62-960b-d205172b410c", + "status": "Succeeded", + "startTime": "2022-10-20T22:09:29.6082703Z", + "endTime": "2022-10-20T22:09:40.512423Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f0743f1-07cb-4c62-960b-d205172b410c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "640", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:10:00 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": "edb3eacd-0d84-4215-8685-c8933706ecbc", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221000Z:edb3eacd-0d84-4215-8685-c8933706ecbc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1", + "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f/sdk-py-tests-snapshot-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", + "etag": "10/20/2022 10:09:40 PM", + "location": "westus2", + "properties": { + "provisioningState": "Succeeded", + "snapshotId": "69820fab-d8d3-3baf-4b21-2730e90bea09", + "created": "2022-10-20T22:09:33Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:10: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": "3e3a4cee-ecc7-4eed-a036-2dd2148a47a1", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221000Z:3e3a4cee-ecc7-4eed-a036-2dd2148a47a1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1", + "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f/sdk-py-tests-snapshot-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", + "location": "westus2", + "properties": { + "provisioningState": "Succeeded", + "snapshotId": "69820fab-d8d3-3baf-4b21-2730e90bea09", + "created": "2022-10-20T22:09:33Z" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0fa8b691-69f5-4687-a809-8d6f99d1b095?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 22:10:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0fa8b691-69f5-4687-a809-8d6f99d1b095?api-version=2022-05-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": "79862471-433b-470a-bd55-87360bc1a772", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221001Z:79862471-433b-470a-bd55-87360bc1a772", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0fa8b691-69f5-4687-a809-8d6f99d1b095?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:10: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": "e3160a3c-5ee9-4266-8427-a5bea4705f3d", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221001Z:e3160a3c-5ee9-4266-8427-a5bea4705f3d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0fa8b691-69f5-4687-a809-8d6f99d1b095", + "name": "0fa8b691-69f5-4687-a809-8d6f99d1b095", + "status": "Deleting", + "startTime": "2022-10-20T22:10:01.3913524Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0fa8b691-69f5-4687-a809-8d6f99d1b095?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:10: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": "8357ea08-6abd-4d7b-a285-ea000309ea94", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221032Z:8357ea08-6abd-4d7b-a285-ea000309ea94", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0fa8b691-69f5-4687-a809-8d6f99d1b095", + "name": "0fa8b691-69f5-4687-a809-8d6f99d1b095", + "status": "Succeeded", + "startTime": "2022-10-20T22:10:01.3913524Z", + "endTime": "2022-10-20T22:10:15.6206805Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0fa8b691-69f5-4687-a809-8d6f99d1b095?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:10: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": "2969852d-8880-46be-8bdb-f35bb8d1db28", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221033Z:2969852d-8880-46be-8bdb-f35bb8d1db28", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1", + "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f/sdk-py-tests-snapshot-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", + "location": "westus2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "326", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:10:53 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": "ee8b6644-5700-48ee-835d-4461084a23ed", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221054Z:ee8b6644-5700-48ee-835d-4461084a23ed", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "NotFound", + "message": "The requested snapshot \u0027sdk-py-tests-snapshot-1\u0027 was not found on the volume \u0027sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f\u0027. Please check the requested snapshot. Please note: The snapshot may no longer be available based on configured snapshot policies." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:10: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": "b63593a5-385b-47af-994b-4c194198d862", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221054Z:b63593a5-385b-47af-994b-4c194198d862", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 22:10:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f?api-version=2022-05-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": "920386ea-d56c-4ad4-8289-3f4f189c35a3", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221055Z:920386ea-d56c-4ad4-8289-3f4f189c35a3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:10: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": "a637ba7a-5794-4853-ad08-f252766423e4", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221055Z:a637ba7a-5794-4853-ad08-f252766423e4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f", + "name": "75391b79-5d49-4b08-a236-35970d8a881f", + "status": "Deleting", + "startTime": "2022-10-20T22:10:55.2784944Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:11: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": "5c3d6359-c121-49fa-9279-7d2f05ade376", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221125Z:5c3d6359-c121-49fa-9279-7d2f05ade376", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f", + "name": "75391b79-5d49-4b08-a236-35970d8a881f", + "status": "Deleting", + "startTime": "2022-10-20T22:10:55.2784944Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:11: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": "8c67d5cd-2b1c-4e41-abd8-0842f7aad3d9", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221156Z:8c67d5cd-2b1c-4e41-abd8-0842f7aad3d9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f", + "name": "75391b79-5d49-4b08-a236-35970d8a881f", + "status": "Deleting", + "startTime": "2022-10-20T22:10:55.2784944Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:12: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": "500b26f5-d76d-4e83-a5dc-4f7442bc2bcf", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221226Z:500b26f5-d76d-4e83-a5dc-4f7442bc2bcf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f", + "name": "75391b79-5d49-4b08-a236-35970d8a881f", + "status": "Deleting", + "startTime": "2022-10-20T22:10:55.2784944Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:12: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": "291b1e10-627d-472e-b879-ca4917e3b3e3", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221256Z:291b1e10-627d-472e-b879-ca4917e3b3e3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f", + "name": "75391b79-5d49-4b08-a236-35970d8a881f", + "status": "Deleting", + "startTime": "2022-10-20T22:10:55.2784944Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:13: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": "01796e5f-cbdf-4548-ab26-f744a9c168e0", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221326Z:01796e5f-cbdf-4548-ab26-f744a9c168e0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f", + "name": "75391b79-5d49-4b08-a236-35970d8a881f", + "status": "Deleting", + "startTime": "2022-10-20T22:10:55.2784944Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:13: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": "98f74179-22b3-4109-bca9-88ba36a83f41", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221357Z:98f74179-22b3-4109-bca9-88ba36a83f41", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f", + "name": "75391b79-5d49-4b08-a236-35970d8a881f", + "status": "Succeeded", + "startTime": "2022-10-20T22:10:55.2784944Z", + "endTime": "2022-10-20T22:13:32.8260641Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:13: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": "6640d34a-3363-43b7-a73b-114956575356", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221357Z:6640d34a-3363-43b7-a73b-114956575356", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f", + "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A13%3A27.4692689Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:04:22.7948102Z" + }, + "properties": { + "fileSystemId": "d728c065-bb53-b3a0-e059-b60950c13e61", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-cd95297f", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_aaba8ba7", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f", + "poolId": "3640d8db-d2b1-554f-eb7d-f1d6c4db506a", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "d728c065-bb53-b3a0-e059-b60950c13e61", + "fileSystemId": "d728c065-bb53-b3a0-e059-b60950c13e61", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:04:24.0654157Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:04:24.0654157Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "324", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:17:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a66ae059-9bca-46b9-87bf-62e5b3a8c292", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221719Z:a66ae059-9bca-46b9-87bf-62e5b3a8c292" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0304df74-e6d9-4b05-9389-8d8f92ad7da0?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 22:17:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0304df74-e6d9-4b05-9389-8d8f92ad7da0?api-version=2022-05-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": "f764a925-d597-4452-87b2-3f362872622c", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221732Z:f764a925-d597-4452-87b2-3f362872622c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0304df74-e6d9-4b05-9389-8d8f92ad7da0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:17: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": "9c307480-c3f1-4e1c-ac86-525b8d6e9e06", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221733Z:9c307480-c3f1-4e1c-ac86-525b8d6e9e06", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0304df74-e6d9-4b05-9389-8d8f92ad7da0", + "name": "0304df74-e6d9-4b05-9389-8d8f92ad7da0", + "status": "Deleting", + "startTime": "2022-10-20T22:17:32.7986408Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0304df74-e6d9-4b05-9389-8d8f92ad7da0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:18: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": "1abe00bb-4147-4943-b0a6-1f5943f287fa", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221803Z:1abe00bb-4147-4943-b0a6-1f5943f287fa", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0304df74-e6d9-4b05-9389-8d8f92ad7da0", + "name": "0304df74-e6d9-4b05-9389-8d8f92ad7da0", + "status": "Succeeded", + "startTime": "2022-10-20T22:17:32.7986408Z", + "endTime": "2022-10-20T22:17:33.6736872Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0304df74-e6d9-4b05-9389-8d8f92ad7da0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:18: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": "e8a7a9d6-ffe7-428f-a287-850992f18a47", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221803Z:e8a7a9d6-ffe7-428f-a287-850992f18a47", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A17%3A32.7977046Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:04:19.7441175Z" + }, + "properties": { + "poolId": "3640d8db-d2b1-554f-eb7d-f1d6c4db506a", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:04:20.7023358Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:04:20.7023358Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 22:18:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f69570e7-79ef-4eb2-a2cc-71eac73ac562", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221813Z:f69570e7-79ef-4eb2-a2cc-71eac73ac562" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 22:18:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "168a5a63-9b04-4e12-a207-253b86663806", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221824Z:168a5a63-9b04-4e12-a207-253b86663806" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 22:18:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "804241b6-fa1f-4a76-b0c9-269e94ed0dac", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221834Z:804241b6-fa1f-4a76-b0c9-269e94ed0dac" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 22:18:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0fd1f4ed-ead2-4191-b41c-47f1b7f4a77c", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221844Z:0fd1f4ed-ead2-4191-b41c-47f1b7f4a77c" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "288", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:18:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "af9ffcd6-441f-46d9-b0ec-bc09aac2d5b6", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221855Z:af9ffcd6-441f-46d9-b0ec-bc09aac2d5b6" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cfe1d1c5-fb6b-441d-a932-aa49a475932c?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 22:18:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cfe1d1c5-fb6b-441d-a932-aa49a475932c?api-version=2022-05-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": "0b828391-199b-4f11-b320-2b6dc503e8ba", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221856Z:0b828391-199b-4f11-b320-2b6dc503e8ba", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cfe1d1c5-fb6b-441d-a932-aa49a475932c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:18: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": "c8de1e6c-3c5c-4dc3-a515-f776e8e25d1e", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221856Z:c8de1e6c-3c5c-4dc3-a515-f776e8e25d1e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cfe1d1c5-fb6b-441d-a932-aa49a475932c", + "name": "cfe1d1c5-fb6b-441d-a932-aa49a475932c", + "status": "Succeeded", + "startTime": "2022-10-20T22:18:56.4973893Z", + "endTime": "2022-10-20T22:18:56.5283826Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cfe1d1c5-fb6b-441d-a932-aa49a475932c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:18: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": "af857f97-0115-458f-aeae-2cd88773c596", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221857Z:af857f97-0115-458f-aeae-2cd88773c596", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f", + "name": "sdk-py-tests-acc-1-cd95297f", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A18%3A56.4346662Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:04:15.4237720Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:04:16.5439746Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:04:16.5439746Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "255", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:18:56 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": "0ef2f226-a96e-4ed3-9f68-6d3238991e3c", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221857Z:0ef2f226-a96e-4ed3-9f68-6d3238991e3c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/064d2ad7-c648-44eb-be59-1de24abd343d?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 22:18:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/064d2ad7-c648-44eb-be59-1de24abd343d?api-version=2022-05-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "170ad236-4980-4ac3-9772-d3463e17846b", + "x-ms-correlation-request-id": "b9fe9cbd-6cb1-4ef1-8504-757cf604fcb2", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T221858Z:b9fe9cbd-6cb1-4ef1-8504-757cf604fcb2" + }, + "ResponseBody": null } ], "Variables": {} 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 8968a2ec0a30..7a659fc25fcb 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:07 GMT", + "Date": "Thu, 20 Oct 2022 22:52:25 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.13943.6 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:07 GMT", + "Date": "Thu, 20 Oct 2022 22:52:25 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.13871.7 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "86bb006b-2446-40a3-8ec1-ba0dda4e0880", + "client-request-id": "d9b59cef-6ddc-454c-8e38-e46457019b4c", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "86bb006b-2446-40a3-8ec1-ba0dda4e0880", + "client-request-id": "d9b59cef-6ddc-454c-8e38-e46457019b4c", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:07 GMT", + "Date": "Thu, 20 Oct 2022 22:52:25 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,7 +221,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -236,25 +233,3019 @@ } } }, - "StatusCode": 404, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2ebf255f-28b5-430f-acee-9c88a6d3b58f?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:08 GMT", + "Date": "Thu, 20 Oct 2022 22:52:34 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "694c5a18-c860-4371-a3a4-d226c6c3bb2a", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010908Z:694c5a18-c860-4371-a3a4-d226c6c3bb2a" + "x-ms-arm-service-request-id": "7ed9cfa4-b93c-4ec2-9b14-fd064915e826", + "x-ms-correlation-request-id": "fc2bf3fb-ebde-468b-a745-0133d6b37a52", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225234Z:fc2bf3fb-ebde-468b-a745-0133d6b37a52" }, "ResponseBody": { - "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "name": "sdk-python-tests-vnet-westus2-7b9b28b3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3", + "etag": "W/\u002292c93130-067c-4656-9bdc-6a8d83980ed1\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:52:28.9752305Z" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "10666d27-69a1-41cd-9910-17c9c00473d5", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2ebf255f-28b5-430f-acee-9c88a6d3b58f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:52:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "d040bf57-3824-49c9-aa48-7cfd010914c1", + "x-ms-correlation-request-id": "a5a076fc-9a1b-4ebb-93ce-1fcd920883c6", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225235Z:a5a076fc-9a1b-4ebb-93ce-1fcd920883c6" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2ebf255f-28b5-430f-acee-9c88a6d3b58f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:52:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "2d9e4632-8367-404a-898b-cf8d76e6850a", + "x-ms-correlation-request-id": "8123ea65-3766-46eb-83d0-e782fee7257a", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225245Z:8123ea65-3766-46eb-83d0-e782fee7257a" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:52:45 GMT", + "ETag": "W/\u00228ecb22cb-c3fd-43a3-95fe-eac1e2fc52e9\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "fe6c069e-b26d-40f6-be8b-bc068dc8dcbc", + "x-ms-correlation-request-id": "caa55cc2-bd2d-4844-8458-09ac2618e0b3", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225245Z:caa55cc2-bd2d-4844-8458-09ac2618e0b3" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-westus2-7b9b28b3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3", + "etag": "W/\u00228ecb22cb-c3fd-43a3-95fe-eac1e2fc52e9\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:52:28.9752305Z" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "10666d27-69a1-41cd-9910-17c9c00473d5", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "151", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "properties": { + "serviceName": "Microsoft.Netapp/volumes" + } + } + ] } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/94f5fc43-08de-4c81-a0f8-a1f8886ac28c?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1326", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:52:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "482d7c51-e636-47f0-80bc-fd06bb3a664d", + "x-ms-correlation-request-id": "409e5e83-42b7-4067-a297-d29f590a7973", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225246Z:409e5e83-42b7-4067-a297-d29f590a7973" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default", + "etag": "W/\u0022408067e9-3228-4b92-9a75-805a8a3949e9\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default/delegations/netAppVolumes", + "etag": "W/\u0022408067e9-3228-4b92-9a75-805a8a3949e9\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/94f5fc43-08de-4c81-a0f8-a1f8886ac28c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:52:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "2625cd90-3e45-4511-a6fb-ac8b114e0a53", + "x-ms-correlation-request-id": "3b9a5d62-6f47-4034-b0f1-bfc503d7a7dc", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225246Z:3b9a5d62-6f47-4034-b0f1-bfc503d7a7dc" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:52:46 GMT", + "ETag": "W/\u00226a350b9a-2f45-4821-a559-c621a8c16126\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "cde04ab0-c91f-4dac-b17a-6d73bf9f14b5", + "x-ms-correlation-request-id": "48db1348-813d-4013-8fd2-4d0ee4265683", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225247Z:48db1348-813d-4013-8fd2-4d0ee4265683" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default", + "etag": "W/\u00226a350b9a-2f45-4821-a559-c621a8c16126\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default/delegations/netAppVolumes", + "etag": "W/\u00226a350b9a-2f45-4821-a559-c621a8c16126\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Thu, 20 Oct 2022 22:52:46 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.13943.8 - NEULR1 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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Thu, 20 Oct 2022 22:52:46 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.13943.8 - 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": "835e5ec7-6755-412f-8d6c-f1aa6e64687d", + "Connection": "keep-alive", + "Content-Length": "281", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "win32", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.20.0", + "x-ms-lib-capability": "retry-after, h429" + }, + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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": "835e5ec7-6755-412f-8d6c-f1aa6e64687d", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:52:46 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.13943.8 - 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71f9a292-4790-4473-9fb4-28a404f917a2?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:52:51 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T22%3A52%3A50.1494458Z\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": "d36dd70b-9053-42bb-adde-7f17881a13b6", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225251Z:d36dd70b-9053-42bb-adde-7f17881a13b6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3", + "name": "sdk-py-tests-acc-1-7b9b28b3", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A52%3A50.1494458Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:52:48.3922638Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:52:49.2292729Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:52:49.2292729Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71f9a292-4790-4473-9fb4-28a404f917a2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22: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": "1dcc2341-125e-4b65-acc4-fcd832b6dbea", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225251Z:1dcc2341-125e-4b65-acc4-fcd832b6dbea", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71f9a292-4790-4473-9fb4-28a404f917a2", + "name": "71f9a292-4790-4473-9fb4-28a404f917a2", + "status": "Succeeded", + "startTime": "2022-10-20T22:52:50.1476224Z", + "endTime": "2022-10-20T22:52:50.1788965Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:52:51 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T22%3A52%3A50.1777431Z\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": "18c1d4e9-44c2-412d-9a77-62d26204e775", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225252Z:18c1d4e9-44c2-412d-9a77-62d26204e775", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3", + "name": "sdk-py-tests-acc-1-7b9b28b3", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A52%3A50.1777431Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:52:48.3922638Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:52:49.2292729Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:52:49.2292729Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/e21e48ac-73e3-4855-a30f-c0fad333f132?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "922", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:52:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T22%3A52%3A53.7263738Z\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": "f35fbb1c-fa1f-4fe3-b074-897001e43129", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225254Z:f35fbb1c-fa1f-4fe3-b074-897001e43129", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A52%3A53.7263738Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:52:52.3827168Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:52:53.5291176Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:52:53.5291176Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e21e48ac-73e3-4855-a30f-c0fad333f132?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:52: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": "8fed2f7a-43f9-4111-a97b-e897b32b8b7d", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225254Z:8fed2f7a-43f9-4111-a97b-e897b32b8b7d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e21e48ac-73e3-4855-a30f-c0fad333f132", + "name": "e21e48ac-73e3-4855-a30f-c0fad333f132", + "status": "Succeeded", + "startTime": "2022-10-20T22:52:53.7257401Z", + "endTime": "2022-10-20T22:52:54.642385Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:52:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T22%3A52%3A54.6402335Z\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": "1b78286d-1951-44ab-81f1-507fec3a00a7", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225255Z:1b78286d-1951-44ab-81f1-507fec3a00a7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A52%3A54.6402335Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:52:52.3827168Z" + }, + "properties": { + "poolId": "22367595-a3e1-7b72-2eb2-b8fe86d95bb7", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:52:53.5291176Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:52:53.5291176Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "783", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "creationToken": "sdk-py-tests-vol-3-7b9b28b3", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/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 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1585", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:52:57 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T22%3A52%3A57.1593838Z\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": "188d7365-27a1-47a3-bc4b-2ed4b7959ee2", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225258Z:188d7365-27a1-47a3-bc4b-2ed4b7959ee2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3", + "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A52%3A57.1593838Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:52:55.7326523Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-7b9b28b3", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/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, + "maximumNumberOfFiles": 100000000, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:52:56.8740746Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:52:56.8740746Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:52: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": "10df935b-f652-4cd1-bd96-f5586bbd80c5", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225258Z:10df935b-f652-4cd1-bd96-f5586bbd80c5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943", + "name": "8305a8eb-6665-4152-a197-27bea0c9b943", + "status": "Creating", + "startTime": "2022-10-20T22:52:57.1495876Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:53: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": "f00f5cec-7daa-40df-b9f9-526082501eb1", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225328Z:f00f5cec-7daa-40df-b9f9-526082501eb1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943", + "name": "8305a8eb-6665-4152-a197-27bea0c9b943", + "status": "Creating", + "startTime": "2022-10-20T22:52:57.1495876Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:53: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": "fc649f24-8e29-49cb-88ac-44646a0b31ef", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225358Z:fc649f24-8e29-49cb-88ac-44646a0b31ef", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943", + "name": "8305a8eb-6665-4152-a197-27bea0c9b943", + "status": "Creating", + "startTime": "2022-10-20T22:52:57.1495876Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:54: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": "ac0f93d7-4e67-43a1-a40b-5d2e00a7e58c", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225429Z:ac0f93d7-4e67-43a1-a40b-5d2e00a7e58c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943", + "name": "8305a8eb-6665-4152-a197-27bea0c9b943", + "status": "Creating", + "startTime": "2022-10-20T22:52:57.1495876Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22: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": "0e98f98c-9e35-4235-99f7-3a59b85d1ab6", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225459Z:0e98f98c-9e35-4235-99f7-3a59b85d1ab6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943", + "name": "8305a8eb-6665-4152-a197-27bea0c9b943", + "status": "Creating", + "startTime": "2022-10-20T22:52:57.1495876Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:55: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": "e908fa98-03db-4876-a0d8-a806013ed487", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225529Z:e908fa98-03db-4876-a0d8-a806013ed487", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943", + "name": "8305a8eb-6665-4152-a197-27bea0c9b943", + "status": "Creating", + "startTime": "2022-10-20T22:52:57.1495876Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:55: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": "f4ae2d97-29df-41be-9450-bd81222e88de", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225600Z:f4ae2d97-29df-41be-9450-bd81222e88de", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943", + "name": "8305a8eb-6665-4152-a197-27bea0c9b943", + "status": "Creating", + "startTime": "2022-10-20T22:52:57.1495876Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:56: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": "ef023d10-3d97-49e1-89e0-894119ac7f7c", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225630Z:ef023d10-3d97-49e1-89e0-894119ac7f7c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943", + "name": "8305a8eb-6665-4152-a197-27bea0c9b943", + "status": "Creating", + "startTime": "2022-10-20T22:52:57.1495876Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:57: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": "1c215154-4127-45dd-832d-f932d9599753", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225700Z:1c215154-4127-45dd-832d-f932d9599753", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943", + "name": "8305a8eb-6665-4152-a197-27bea0c9b943", + "status": "Creating", + "startTime": "2022-10-20T22:52:57.1495876Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:57: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": "177a931c-c05a-4507-aece-2ff4543373c9", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225730Z:177a931c-c05a-4507-aece-2ff4543373c9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943", + "name": "8305a8eb-6665-4152-a197-27bea0c9b943", + "status": "Creating", + "startTime": "2022-10-20T22:52:57.1495876Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:58: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": "3132ade7-dab0-4c89-befd-30556bda188e", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225801Z:3132ade7-dab0-4c89-befd-30556bda188e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943", + "name": "8305a8eb-6665-4152-a197-27bea0c9b943", + "status": "Succeeded", + "startTime": "2022-10-20T22:52:57.1495876Z", + "endTime": "2022-10-20T22:57:34.3779197Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:58:02 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T22%3A57%3A34.3747487Z\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": "46c160bb-061f-4664-a47e-22bbcbeb77f1", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225802Z:46c160bb-061f-4664-a47e-22bbcbeb77f1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3", + "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A57%3A34.3747487Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:52:55.7326523Z" + }, + "properties": { + "fileSystemId": "a34e46e5-086e-ea20-f665-26cebb0b09ad", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-7b9b28b3", + "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_8f82c7b40509489d9e97d719b9b955b4_e6c1b53b", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "a34e46e5-086e-ea20-f665-26cebb0b09ad", + "fileSystemId": "a34e46e5-086e-ea20-f665-26cebb0b09ad", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:52:56.8740746Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:52:56.8740746Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:58:02 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T22%3A57%3A34.3747487Z\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": "9784c564-f793-45e9-91a7-f3f549dae751", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225802Z:9784c564-f793-45e9-91a7-f3f549dae751", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3", + "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A57%3A34.3747487Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:52:55.7326523Z" + }, + "properties": { + "fileSystemId": "a34e46e5-086e-ea20-f665-26cebb0b09ad", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-7b9b28b3", + "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_8f82c7b40509489d9e97d719b9b955b4_e6c1b53b", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "a34e46e5-086e-ea20-f665-26cebb0b09ad", + "fileSystemId": "a34e46e5-086e-ea20-f665-26cebb0b09ad", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:52:56.8740746Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:52:56.8740746Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e902f2e-475c-4ca0-a071-80f447108979?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "522", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:58:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e902f2e-475c-4ca0-a071-80f447108979?api-version=2022-05-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": "ee4b777a-8b2d-44c9-b8dd-9821fe57d23b", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225803Z:ee4b777a-8b2d-44c9-b8dd-9821fe57d23b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1", + "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3/sdk-py-tests-snapshot-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", + "location": "westus2", + "properties": { + "provisioningState": "Creating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e902f2e-475c-4ca0-a071-80f447108979?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:58: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": "85bdaed0-c42e-469f-b227-98fbde8c6a15", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225803Z:85bdaed0-c42e-469f-b227-98fbde8c6a15", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e902f2e-475c-4ca0-a071-80f447108979", + "name": "4e902f2e-475c-4ca0-a071-80f447108979", + "status": "Creating", + "startTime": "2022-10-20T22:58:03.2011668Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e902f2e-475c-4ca0-a071-80f447108979?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:58: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": "08313573-0e59-444f-8761-89c4e7ccec98", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225833Z:08313573-0e59-444f-8761-89c4e7ccec98", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e902f2e-475c-4ca0-a071-80f447108979", + "name": "4e902f2e-475c-4ca0-a071-80f447108979", + "status": "Succeeded", + "startTime": "2022-10-20T22:58:03.2011668Z", + "endTime": "2022-10-20T22:58:06.1974667Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e902f2e-475c-4ca0-a071-80f447108979?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "640", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:58: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": "4bede06b-5ad9-485f-8c5a-021d64ea5cbf", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225834Z:4bede06b-5ad9-485f-8c5a-021d64ea5cbf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1", + "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3/sdk-py-tests-snapshot-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", + "etag": "10/20/2022 10:58:06 PM", + "location": "westus2", + "properties": { + "provisioningState": "Succeeded", + "snapshotId": "fe8013b4-acaa-5886-4bfd-9a1eef2ab2b8", + "created": "2022-10-20T22:58:04Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:58: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": "67e7f5b3-1882-4acd-9a87-f7442157a0b0", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225834Z:67e7f5b3-1882-4acd-9a87-f7442157a0b0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1", + "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3/sdk-py-tests-snapshot-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", + "location": "westus2", + "properties": { + "provisioningState": "Succeeded", + "snapshotId": "fe8013b4-acaa-5886-4bfd-9a1eef2ab2b8", + "created": "2022-10-20T22:58:04Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7356e45d-c11d-4435-a860-a4abe0316f3c?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 22:58:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7356e45d-c11d-4435-a860-a4abe0316f3c?api-version=2022-05-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": "2759e80e-34cb-4ae0-bc01-07bb43f54638", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225835Z:2759e80e-34cb-4ae0-bc01-07bb43f54638", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7356e45d-c11d-4435-a860-a4abe0316f3c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:58: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": "e4c63a55-0e21-4a0f-af53-2feb172bf45f", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225835Z:e4c63a55-0e21-4a0f-af53-2feb172bf45f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7356e45d-c11d-4435-a860-a4abe0316f3c", + "name": "7356e45d-c11d-4435-a860-a4abe0316f3c", + "status": "Deleting", + "startTime": "2022-10-20T22:58:35.0033395Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7356e45d-c11d-4435-a860-a4abe0316f3c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:59: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": "c5a6e85f-8d95-4b5f-a9fd-6af4f6aceec5", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225905Z:c5a6e85f-8d95-4b5f-a9fd-6af4f6aceec5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7356e45d-c11d-4435-a860-a4abe0316f3c", + "name": "7356e45d-c11d-4435-a860-a4abe0316f3c", + "status": "Succeeded", + "startTime": "2022-10-20T22:58:35.0033395Z", + "endTime": "2022-10-20T22:58:40.6390253Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7356e45d-c11d-4435-a860-a4abe0316f3c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:59: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": "6d8affc8-7504-46c6-a8f6-fc0d8b2c85f0", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225905Z:6d8affc8-7504-46c6-a8f6-fc0d8b2c85f0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1", + "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3/sdk-py-tests-snapshot-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", + "location": "westus2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "326", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:59: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": "2767f4c9-0ae9-41d5-a4a3-27fc3fa190d8", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225927Z:2767f4c9-0ae9-41d5-a4a3-27fc3fa190d8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "NotFound", + "message": "The requested snapshot \u0027sdk-py-tests-snapshot-1\u0027 was not found on the volume \u0027sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3\u0027. Please check the requested snapshot. Please note: The snapshot may no longer be available based on configured snapshot policies." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 22:59:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a?api-version=2022-05-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": "3f2e9546-e6c4-45c0-a20f-9eabee6c88bc", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225928Z:3f2e9546-e6c4-45c0-a20f-9eabee6c88bc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:59: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": "8a369f01-85c8-40bf-b3a6-6eec0e4fb10e", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225928Z:8a369f01-85c8-40bf-b3a6-6eec0e4fb10e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a", + "name": "65bce7d8-3f66-475d-a269-0558e6acc43a", + "status": "Deleting", + "startTime": "2022-10-20T22:59:27.885455Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22: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": "2df0ab08-a6e8-482a-9ae7-f325a0437b63", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T225958Z:2df0ab08-a6e8-482a-9ae7-f325a0437b63", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a", + "name": "65bce7d8-3f66-475d-a269-0558e6acc43a", + "status": "Deleting", + "startTime": "2022-10-20T22:59:27.885455Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:00: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": "a8a6e2c2-f57f-4b90-998f-b71bfe54f63a", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230028Z:a8a6e2c2-f57f-4b90-998f-b71bfe54f63a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a", + "name": "65bce7d8-3f66-475d-a269-0558e6acc43a", + "status": "Deleting", + "startTime": "2022-10-20T22:59:27.885455Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:00: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": "38fb1d8c-9f29-4895-b0f7-acfc4eefb1e3", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230059Z:38fb1d8c-9f29-4895-b0f7-acfc4eefb1e3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a", + "name": "65bce7d8-3f66-475d-a269-0558e6acc43a", + "status": "Deleting", + "startTime": "2022-10-20T22:59:27.885455Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:01: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": "3bd0f374-965e-4813-9c35-1e0e2ba1c036", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230129Z:3bd0f374-965e-4813-9c35-1e0e2ba1c036", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a", + "name": "65bce7d8-3f66-475d-a269-0558e6acc43a", + "status": "Deleting", + "startTime": "2022-10-20T22:59:27.885455Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23: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": "66f0e1cb-b945-41a7-8a23-a960d53ae710", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230159Z:66f0e1cb-b945-41a7-8a23-a960d53ae710", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a", + "name": "65bce7d8-3f66-475d-a269-0558e6acc43a", + "status": "Deleting", + "startTime": "2022-10-20T22:59:27.885455Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:02: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": "4dcef75c-d2a0-4d6e-b585-27f66609589f", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230229Z:4dcef75c-d2a0-4d6e-b585-27f66609589f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a", + "name": "65bce7d8-3f66-475d-a269-0558e6acc43a", + "status": "Succeeded", + "startTime": "2022-10-20T22:59:27.885455Z", + "endTime": "2022-10-20T23:02:06.5194137Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:02: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": "058c2774-8087-454d-981e-92ef06a4524c", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230230Z:058c2774-8087-454d-981e-92ef06a4524c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3", + "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T23%3A01%3A57.0982118Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:52:55.7326523Z" + }, + "properties": { + "fileSystemId": "a34e46e5-086e-ea20-f665-26cebb0b09ad", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-7b9b28b3", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_e6c1b53b", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3", + "poolId": "22367595-a3e1-7b72-2eb2-b8fe86d95bb7", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "a34e46e5-086e-ea20-f665-26cebb0b09ad", + "fileSystemId": "a34e46e5-086e-ea20-f665-26cebb0b09ad", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:52:56.8740746Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:52:56.8740746Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "324", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:05:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1c7ab001-0bf1-456c-950c-7ac28143d59b", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230553Z:1c7ab001-0bf1-456c-950c-7ac28143d59b" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/64c6926d-bea8-4881-8343-ff48350541ef?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 23:06:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/64c6926d-bea8-4881-8343-ff48350541ef?api-version=2022-05-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": "c0f30a46-5e53-43ab-b978-58df074c7dbe", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230605Z:c0f30a46-5e53-43ab-b978-58df074c7dbe", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/64c6926d-bea8-4881-8343-ff48350541ef?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:06: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": "34477565-1cef-4f1f-94c7-fd7d2b2ce897", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230606Z:34477565-1cef-4f1f-94c7-fd7d2b2ce897", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/64c6926d-bea8-4881-8343-ff48350541ef", + "name": "64c6926d-bea8-4881-8343-ff48350541ef", + "status": "Deleting", + "startTime": "2022-10-20T23:06:05.6066189Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/64c6926d-bea8-4881-8343-ff48350541ef?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23: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": "5892448f-1bb8-4267-8699-44afc9dd3bc5", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230636Z:5892448f-1bb8-4267-8699-44afc9dd3bc5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/64c6926d-bea8-4881-8343-ff48350541ef", + "name": "64c6926d-bea8-4881-8343-ff48350541ef", + "status": "Succeeded", + "startTime": "2022-10-20T23:06:05.6066189Z", + "endTime": "2022-10-20T23:06:06.6535298Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/64c6926d-bea8-4881-8343-ff48350541ef?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23: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": "abbb95fa-b69a-4324-82ff-383cbb256e86", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230636Z:abbb95fa-b69a-4324-82ff-383cbb256e86", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T23%3A06%3A05.6108936Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:52:52.3827168Z" + }, + "properties": { + "poolId": "22367595-a3e1-7b72-2eb2-b8fe86d95bb7", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:52:53.5291176Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:52:53.5291176Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 23:06:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "82781716-2e99-45de-8c7f-32ba60665cdc", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230646Z:82781716-2e99-45de-8c7f-32ba60665cdc" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 23:06:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "db15ce92-4776-482d-b10a-3f5a30497ebe", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230657Z:db15ce92-4776-482d-b10a-3f5a30497ebe" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 23:07:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3d3f1c7e-2ff8-4b41-b28e-ee05158efc28", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230707Z:3d3f1c7e-2ff8-4b41-b28e-ee05158efc28" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 23:07:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7920f957-8608-4076-97d5-659915d441e8", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230717Z:7920f957-8608-4076-97d5-659915d441e8" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "288", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:07:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5ccb6906-f5a9-412a-88e9-c0ed3b884281", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230727Z:5ccb6906-f5a9-412a-88e9-c0ed3b884281" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dd76cb09-f5e1-446e-8ec2-6741171c137c?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 23:07:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dd76cb09-f5e1-446e-8ec2-6741171c137c?api-version=2022-05-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": "2307ac31-0b81-4f97-89d6-37f2fb7e41c2", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230729Z:2307ac31-0b81-4f97-89d6-37f2fb7e41c2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dd76cb09-f5e1-446e-8ec2-6741171c137c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23: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": "a36135da-2d76-4b9f-8560-e129b39ffd85", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230729Z:a36135da-2d76-4b9f-8560-e129b39ffd85", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dd76cb09-f5e1-446e-8ec2-6741171c137c", + "name": "dd76cb09-f5e1-446e-8ec2-6741171c137c", + "status": "Succeeded", + "startTime": "2022-10-20T23:07:29.2236408Z", + "endTime": "2022-10-20T23:07:29.2861561Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dd76cb09-f5e1-446e-8ec2-6741171c137c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23: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": "25dc9b10-cc2d-43fd-a9bb-b5db28faea45", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230729Z:25dc9b10-cc2d-43fd-a9bb-b5db28faea45", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3", + "name": "sdk-py-tests-acc-1-7b9b28b3", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T23%3A07%3A29.2130535Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:52:48.3922638Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:52:49.2292729Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:52:49.2292729Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "255", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:07: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": "4623a4c1-20f8-47f2-9fbc-56a68799f4c1", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230730Z:4623a4c1-20f8-47f2-9fbc-56a68799f4c1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8126ad83-7d02-492d-8c7a-fddfd4e60b57?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 23:07:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/8126ad83-7d02-492d-8c7a-fddfd4e60b57?api-version=2022-05-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "0c3f674a-7ede-445a-9add-2be7bc601673", + "x-ms-correlation-request-id": "20a31f40-a7dd-4ca3-b639-87e852fc7ded", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230730Z:20a31f40-a7dd-4ca3-b639-87e852fc7ded" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/69a75bda-882e-44d5-8431-63421204132a/providers/Microsoft.Network/locations/westus2/operations/8126ad83-7d02-492d-8c7a-fddfd4e60b57?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Authorization": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSIsImtpZCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTY2NjMwNjA0NiwibmJmIjoxNjY2MzA2MDQ2LCJleHAiOjE2NjYzOTI3NDYsImFpbyI6IkUyWmdZTmk0TmZWa3B3N1RwWVNULzZiMGhoYjlCd0E9IiwiYXBwaWQiOiJjNmM0ZmFiYS0yYjIyLTQ0ZDktODBhNC03MWZmNWI3MWY4MTEiLCJhcHBpZGFjciI6IjEiLCJpZHAiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWR0eXAiOiJhcHAiLCJvaWQiOiI3NjgwN2ZiZS1mNzVmLTQ2NzktOGNlZS1kMDViNDU4MjExNjAiLCJyaCI6IjAuQVJvQXY0ajVjdkdHcjBHUnF5MTgwQkhiUjBaSWYza0F1dGRQdWtQYXdmajJNQk1hQUFBLiIsInN1YiI6Ijc2ODA3ZmJlLWY3NWYtNDY3OS04Y2VlLWQwNWI0NTgyMTE2MCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInV0aSI6Ik5hSDNrNHRPVFVDR29yQThBRUU1QUEiLCJ2ZXIiOiIxLjAiLCJ4bXNfY2MiOlsiQ1AxIl0sInhtc190Y2R0IjoxMjg5MjQxNTQ3fQ.YPK_1JDSkSFJ3AyZoQjDnSeyQyRzhLI3ZxF-V_9EsoTMkXztx85QiJcDvlxrtucc0LuCwT6Kkr19QAs4n94I32Rp54_Hpvloj23zkl1a9XgcvMmqIgj1_KCD6vQWTrI_F5sHjpgo8ikkqmWz4iRyh2Prfue4kZ1bz47wXtAazQfJxUeUQR2Z0J6T8z4b-0-lJx_FIqpdV11Brw1-kGN14kHuyuvN4szyYzWurK5ldnIzRv_gq0GlR6Vdt7JOr-LWb54MX6m8lMjC8lSQXvR1g7VZHdMdFC0ojokx4NGH2q7NQ1m7bpY5mljTR2EtLPw0mALylI9w9xdfpg8eKwFFuw", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-ms-client-request-id": "f8e27040-50cb-11ed-bd74-ac675dc66a69" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:07:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "7455758e-e926-4539-aab9-221a4c7e8573", + "x-ms-correlation-request-id": "88fe7c04-1cb6-4021-9cc5-a949a88c754b", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "5a39af10-af57-403a-988b-3bbf24bbe297", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230731Z:88fe7c04-1cb6-4021-9cc5-a949a88c754b" + }, + "ResponseBody": { + "status": "Succeeded" } } ], 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 92cf3cef3274..8c62baa9dad6 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:03 GMT", + "Date": "Thu, 20 Oct 2022 22:24:11 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.13943.6 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:03 GMT", + "Date": "Thu, 20 Oct 2022 22:24:11 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.13871.7 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "52552a29-da75-4f02-a966-4237833f6110", + "client-request-id": "652b21bf-be17-4258-aa46-efad58c3a775", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "52552a29-da75-4f02-a966-4237833f6110", + "client-request-id": "652b21bf-be17-4258-aa46-efad58c3a775", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:04 GMT", + "Date": "Thu, 20 Oct 2022 22:24:12 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,7 +221,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -236,26 +233,3330 @@ } } }, - "StatusCode": 404, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/20688222-bafe-4759-bf4c-8426c75b085c?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:04 GMT", + "Date": "Thu, 20 Oct 2022 22:24:20 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4cffceca-d7f5-4f8e-9009-52e244791a7e", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010905Z:4cffceca-d7f5-4f8e-9009-52e244791a7e" + "x-ms-arm-service-request-id": "36518faf-7c62-45c6-9b81-64ab89952bae", + "x-ms-correlation-request-id": "f46f09c2-5a52-4a2d-936b-ea1067e34749", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222420Z:f46f09c2-5a52-4a2d-936b-ea1067e34749" }, "ResponseBody": { - "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "name": "sdk-python-tests-vnet-westus2-8a942668", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668", + "etag": "W/\u0022ad54d89a-0d5c-4db4-b86b-cfe223bce80f\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:24:15.0004515Z" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "381ae331-1218-497f-a3b3-cd3e3bb4aa6c", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/20688222-bafe-4759-bf4c-8426c75b085c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:24:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "bfd2fbc6-2e1f-40b9-860e-c905e87db563", + "x-ms-correlation-request-id": "64de7dbd-8043-4740-bef5-5da278ab2e90", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222421Z:64de7dbd-8043-4740-bef5-5da278ab2e90" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:24:21 GMT", + "ETag": "W/\u002213e781d6-dfb5-4a76-a056-c9fc67454078\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "cd22eb0d-0795-434e-b453-a53d82175fac", + "x-ms-correlation-request-id": "f2db26cf-8fd6-4410-8456-d5569d61ff95", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222422Z:f2db26cf-8fd6-4410-8456-d5569d61ff95" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-westus2-8a942668", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668", + "etag": "W/\u002213e781d6-dfb5-4a76-a056-c9fc67454078\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:24:15.0004515Z" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "381ae331-1218-497f-a3b3-cd3e3bb4aa6c", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "151", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "properties": { + "serviceName": "Microsoft.Netapp/volumes" + } + } + ] } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2e53bbab-59c7-4d6a-82aa-03950aaeca0f?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1326", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:24:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "134f5da1-b552-489a-b089-b7ec6709fa8c", + "x-ms-correlation-request-id": "e8f7a31e-05c1-4a0c-b885-0ab6206aba57", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222422Z:e8f7a31e-05c1-4a0c-b885-0ab6206aba57" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default", + "etag": "W/\u00223ad74b17-5b6c-456c-8b5f-ed884da9fea8\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default/delegations/netAppVolumes", + "etag": "W/\u00223ad74b17-5b6c-456c-8b5f-ed884da9fea8\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2e53bbab-59c7-4d6a-82aa-03950aaeca0f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:24:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "494d2408-4800-4127-9102-0bd577f3a736", + "x-ms-correlation-request-id": "f042f897-820f-4496-9078-67c52f8a163b", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222423Z:f042f897-820f-4496-9078-67c52f8a163b" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:24:23 GMT", + "ETag": "W/\u0022122ee9d1-30d4-4198-8121-5685a9b42787\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "4c941bb3-a1ee-439a-926f-98d4d7b835d8", + "x-ms-correlation-request-id": "41e76c8e-41b1-4b90-8a83-ebeada446f82", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222423Z:41e76c8e-41b1-4b90-8a83-ebeada446f82" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default", + "etag": "W/\u0022122ee9d1-30d4-4198-8121-5685a9b42787\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default/delegations/netAppVolumes", + "etag": "W/\u0022122ee9d1-30d4-4198-8121-5685a9b42787\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Thu, 20 Oct 2022 22:24:22 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.13943.8 - 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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Thu, 20 Oct 2022 22:24:22 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.13845.10 - 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": "b3a05b70-ad6f-44cf-9745-1e6326f19c42", + "Connection": "keep-alive", + "Content-Length": "281", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "win32", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.20.0", + "x-ms-lib-capability": "retry-after, h429" + }, + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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": "b3a05b70-ad6f-44cf-9745-1e6326f19c42", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:24:23 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.13943.8 - NEULR1 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44217f50-1fcf-4164-80bb-630dc3d14510?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:24:27 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T22%3A24%3A27.0020657Z\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": "909f70a7-ab94-4489-bc87-eaaefc8a5312", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222428Z:909f70a7-ab94-4489-bc87-eaaefc8a5312", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668", + "name": "sdk-py-tests-acc-1-8a942668", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A24%3A27.0020657Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:24:24.9056268Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:24:26.0251019Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:24:26.0251019Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44217f50-1fcf-4164-80bb-630dc3d14510?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:24: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": "fa40f0c2-602a-4bd3-ac58-1c83ff986599", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222428Z:fa40f0c2-602a-4bd3-ac58-1c83ff986599", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44217f50-1fcf-4164-80bb-630dc3d14510", + "name": "44217f50-1fcf-4164-80bb-630dc3d14510", + "status": "Succeeded", + "startTime": "2022-10-20T22:24:27.0036169Z", + "endTime": "2022-10-20T22:24:27.0505611Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:24:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T22%3A24%3A27.0484257Z\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": "ffe4dfca-aaf1-46a9-97be-03c774dfb9fb", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222428Z:ffe4dfca-aaf1-46a9-97be-03c774dfb9fb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668", + "name": "sdk-py-tests-acc-1-8a942668", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A24%3A27.0484257Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:24:24.9056268Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:24:26.0251019Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:24:26.0251019Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/ffbb0f96-f8a6-47da-9ffe-19cb1e1b595a?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "922", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:24:30 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T22%3A24%3A30.4181155Z\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": "7a11b5d7-d013-4fa8-b5be-f4a4cb5e3b61", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222431Z:7a11b5d7-d013-4fa8-b5be-f4a4cb5e3b61", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A24%3A30.4181155Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:24:29.1708663Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:24:30.1393865Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:24:30.1393865Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ffbb0f96-f8a6-47da-9ffe-19cb1e1b595a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:24: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": "bb800567-e8fb-4ada-84b6-93ca8a74b985", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222431Z:bb800567-e8fb-4ada-84b6-93ca8a74b985", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ffbb0f96-f8a6-47da-9ffe-19cb1e1b595a", + "name": "ffbb0f96-f8a6-47da-9ffe-19cb1e1b595a", + "status": "Succeeded", + "startTime": "2022-10-20T22:24:30.4148531Z", + "endTime": "2022-10-20T22:24:31.4461156Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:24:31 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T22%3A24%3A31.4419488Z\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": "1dca0c09-8152-4102-9d60-fdbce4d804a0", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222432Z:1dca0c09-8152-4102-9d60-fdbce4d804a0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A24%3A31.4419488Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:24:29.1708663Z" + }, + "properties": { + "poolId": "0f8865c1-f1e8-2d22-8d11-c62a3c148ec6", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:24:30.1393865Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:24:30.1393865Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "783", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "creationToken": "sdk-py-tests-vol-3-8a942668", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/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 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1584", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:24:34 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T22%3A24%3A33.794188Z\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": "683ad944-afe7-4716-a75a-e5c49713c261", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222434Z:683ad944-afe7-4716-a75a-e5c49713c261", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668", + "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A24%3A33.794188Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:24:32.3333119Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-8a942668", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/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, + "maximumNumberOfFiles": 100000000, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:24:33.4556473Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:24:33.4556473Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:24: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": "337a55fb-6adb-43d0-8c74-fa296b2d6c3b", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222435Z:337a55fb-6adb-43d0-8c74-fa296b2d6c3b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "name": "19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "status": "Creating", + "startTime": "2022-10-20T22:24:33.7900414Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:25: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": "a992245a-0207-4205-9d96-9e6ee1503340", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222505Z:a992245a-0207-4205-9d96-9e6ee1503340", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "name": "19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "status": "Creating", + "startTime": "2022-10-20T22:24:33.7900414Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:25: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": "3e30f2fc-6bf4-46a9-baa0-f57ff052dd92", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222535Z:3e30f2fc-6bf4-46a9-baa0-f57ff052dd92", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "name": "19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "status": "Creating", + "startTime": "2022-10-20T22:24:33.7900414Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:26: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": "e262205a-f787-4ea0-97e8-a4f6a1242bb1", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222605Z:e262205a-f787-4ea0-97e8-a4f6a1242bb1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "name": "19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "status": "Creating", + "startTime": "2022-10-20T22:24:33.7900414Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:26: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": "3df8dece-b6c2-46bc-9b09-51d177cc2f01", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222636Z:3df8dece-b6c2-46bc-9b09-51d177cc2f01", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "name": "19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "status": "Creating", + "startTime": "2022-10-20T22:24:33.7900414Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:27: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": "0ca5943d-6729-4465-ab15-6b3ef5f62649", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222706Z:0ca5943d-6729-4465-ab15-6b3ef5f62649", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "name": "19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "status": "Creating", + "startTime": "2022-10-20T22:24:33.7900414Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:27: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": "9f5b70d6-5c12-45e1-abd5-96601621b085", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222736Z:9f5b70d6-5c12-45e1-abd5-96601621b085", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "name": "19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "status": "Creating", + "startTime": "2022-10-20T22:24:33.7900414Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:28: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": "d1e1ae8f-077c-4317-a241-47a80c2c3660", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222806Z:d1e1ae8f-077c-4317-a241-47a80c2c3660", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "name": "19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "status": "Creating", + "startTime": "2022-10-20T22:24:33.7900414Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:28: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": "8737d7ef-1e74-4005-a8c7-bbadaf72b4b0", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222837Z:8737d7ef-1e74-4005-a8c7-bbadaf72b4b0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "name": "19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "status": "Creating", + "startTime": "2022-10-20T22:24:33.7900414Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:29: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": "f3efb7d6-8b66-4a0b-b36e-bbbab20bf715", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222907Z:f3efb7d6-8b66-4a0b-b36e-bbbab20bf715", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "name": "19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "status": "Succeeded", + "startTime": "2022-10-20T22:24:33.7900414Z", + "endTime": "2022-10-20T22:28:40.1312253Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:29:08 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T22%3A28%3A40.1293819Z\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": "3a2ee0cb-496e-4871-b012-c171aab281d8", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222908Z:3a2ee0cb-496e-4871-b012-c171aab281d8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668", + "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A28%3A40.1293819Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:24:32.3333119Z" + }, + "properties": { + "fileSystemId": "78c9ac45-a07a-e2d4-0a17-9aade0e4678a", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-8a942668", + "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_8f82c7b40509489d9e97d719b9b955b4_f50481af", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "78c9ac45-a07a-e2d4-0a17-9aade0e4678a", + "fileSystemId": "78c9ac45-a07a-e2d4-0a17-9aade0e4678a", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:24:33.4556473Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:24:33.4556473Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:29:08 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T22%3A28%3A40.1293819Z\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": "e8e1df8b-2bfe-4a2e-a878-a272dc0756a2", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222909Z:e8e1df8b-2bfe-4a2e-a878-a272dc0756a2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668", + "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A28%3A40.1293819Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:24:32.3333119Z" + }, + "properties": { + "fileSystemId": "78c9ac45-a07a-e2d4-0a17-9aade0e4678a", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-8a942668", + "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_8f82c7b40509489d9e97d719b9b955b4_f50481af", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "78c9ac45-a07a-e2d4-0a17-9aade0e4678a", + "fileSystemId": "78c9ac45-a07a-e2d4-0a17-9aade0e4678a", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:24:33.4556473Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:24:33.4556473Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/215480d0-2892-4069-942c-80fb0c0ec246?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "522", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:29:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/215480d0-2892-4069-942c-80fb0c0ec246?api-version=2022-05-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": "419504e8-8ddb-44e6-a744-e4726ad1e336", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222909Z:419504e8-8ddb-44e6-a744-e4726ad1e336", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1", + "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668/sdk-py-tests-snapshot-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", + "location": "westus2", + "properties": { + "provisioningState": "Creating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/215480d0-2892-4069-942c-80fb0c0ec246?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:29: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": "fe287539-5cd8-4b8a-bd1b-8473e1f5b2f3", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222909Z:fe287539-5cd8-4b8a-bd1b-8473e1f5b2f3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/215480d0-2892-4069-942c-80fb0c0ec246", + "name": "215480d0-2892-4069-942c-80fb0c0ec246", + "status": "Creating", + "startTime": "2022-10-20T22:29:09.4293411Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/215480d0-2892-4069-942c-80fb0c0ec246?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:29: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": "95e016c2-2f52-43a2-beb5-7712b2be5fcd", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222940Z:95e016c2-2f52-43a2-beb5-7712b2be5fcd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/215480d0-2892-4069-942c-80fb0c0ec246", + "name": "215480d0-2892-4069-942c-80fb0c0ec246", + "status": "Succeeded", + "startTime": "2022-10-20T22:29:09.4293411Z", + "endTime": "2022-10-20T22:29:16.0412825Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/215480d0-2892-4069-942c-80fb0c0ec246?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "640", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:29: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": "d7a4e962-56fe-4b2c-98df-f9bb0629c47f", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222940Z:d7a4e962-56fe-4b2c-98df-f9bb0629c47f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1", + "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668/sdk-py-tests-snapshot-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", + "etag": "10/20/2022 10:29:16 PM", + "location": "westus2", + "properties": { + "provisioningState": "Succeeded", + "snapshotId": "d3348e06-f59b-d585-db77-c3ac5b81f4ee", + "created": "2022-10-20T22:29:09Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:29:39 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T22%3A28%3A40.1293819Z\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": "adba5d4e-4a3b-4429-9c0c-1906c9681e68", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222940Z:adba5d4e-4a3b-4429-9c0c-1906c9681e68", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668", + "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A28%3A40.1293819Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:24:32.3333119Z" + }, + "properties": { + "fileSystemId": "78c9ac45-a07a-e2d4-0a17-9aade0e4678a", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-8a942668", + "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_8f82c7b40509489d9e97d719b9b955b4_f50481af", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "78c9ac45-a07a-e2d4-0a17-9aade0e4678a", + "fileSystemId": "78c9ac45-a07a-e2d4-0a17-9aade0e4678a", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:24:33.4556473Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:24:33.4556473Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e8417979-3e38-48a9-94c3-560e9150c8c2?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "522", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:29:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e8417979-3e38-48a9-94c3-560e9150c8c2?api-version=2022-05-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": "b282641b-66ba-480e-b55c-fe54c01d3a79", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222941Z:b282641b-66ba-480e-b55c-fe54c01d3a79", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2", + "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668/sdk-py-tests-snapshot-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", + "location": "westus2", + "properties": { + "provisioningState": "Creating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e8417979-3e38-48a9-94c3-560e9150c8c2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:29: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": "1bff65e8-6a1a-4727-966d-b4d81bfcbeaf", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T222941Z:1bff65e8-6a1a-4727-966d-b4d81bfcbeaf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e8417979-3e38-48a9-94c3-560e9150c8c2", + "name": "e8417979-3e38-48a9-94c3-560e9150c8c2", + "status": "Creating", + "startTime": "2022-10-20T22:29:41.2515324Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e8417979-3e38-48a9-94c3-560e9150c8c2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:30: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": "e1073d16-25dd-4457-a64e-eacbc178d100", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223011Z:e1073d16-25dd-4457-a64e-eacbc178d100", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e8417979-3e38-48a9-94c3-560e9150c8c2", + "name": "e8417979-3e38-48a9-94c3-560e9150c8c2", + "status": "Succeeded", + "startTime": "2022-10-20T22:29:41.2515324Z", + "endTime": "2022-10-20T22:29:55.9234711Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e8417979-3e38-48a9-94c3-560e9150c8c2?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "640", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:30:11 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": "0c27ae46-cc9f-40aa-8528-ca9333a3fb1d", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223012Z:0c27ae46-cc9f-40aa-8528-ca9333a3fb1d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2", + "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668/sdk-py-tests-snapshot-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", + "etag": "10/20/2022 10:29:55 PM", + "location": "westus2", + "properties": { + "provisioningState": "Succeeded", + "snapshotId": "32164dbc-fad7-c632-36be-684ef61a9699", + "created": "2022-10-20T22:29:42Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:30: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": "a4638b0c-7349-468b-830b-cec0df52740a", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223012Z:a4638b0c-7349-468b-830b-cec0df52740a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1", + "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668/sdk-py-tests-snapshot-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", + "location": "westus2", + "properties": { + "provisioningState": "Succeeded", + "snapshotId": "d3348e06-f59b-d585-db77-c3ac5b81f4ee", + "created": "2022-10-20T22:29:09Z" + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2", + "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668/sdk-py-tests-snapshot-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", + "location": "westus2", + "properties": { + "provisioningState": "Succeeded", + "snapshotId": "32164dbc-fad7-c632-36be-684ef61a9699", + "created": "2022-10-20T22:29:42Z" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc8f22e1-710d-43a1-83ac-1c808cbee76e?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 22:30:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc8f22e1-710d-43a1-83ac-1c808cbee76e?api-version=2022-05-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": "065b7153-89f2-4441-b273-d631270b3a0a", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223013Z:065b7153-89f2-4441-b273-d631270b3a0a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc8f22e1-710d-43a1-83ac-1c808cbee76e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:30: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": "e88bffd1-97ee-4fc0-828a-7f1b9cc2e74a", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223013Z:e88bffd1-97ee-4fc0-828a-7f1b9cc2e74a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc8f22e1-710d-43a1-83ac-1c808cbee76e", + "name": "cc8f22e1-710d-43a1-83ac-1c808cbee76e", + "status": "Deleting", + "startTime": "2022-10-20T22:30:13.2366741Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc8f22e1-710d-43a1-83ac-1c808cbee76e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:30: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": "26cf9bf7-3ba5-418d-9aa4-cfcd75b82861", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223043Z:26cf9bf7-3ba5-418d-9aa4-cfcd75b82861", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc8f22e1-710d-43a1-83ac-1c808cbee76e", + "name": "cc8f22e1-710d-43a1-83ac-1c808cbee76e", + "status": "Succeeded", + "startTime": "2022-10-20T22:30:13.2366741Z", + "endTime": "2022-10-20T22:30:20.0162309Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc8f22e1-710d-43a1-83ac-1c808cbee76e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:30: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": "e9e611a6-2938-4c42-ad64-93a6efc0b965", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223044Z:e9e611a6-2938-4c42-ad64-93a6efc0b965", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1", + "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668/sdk-py-tests-snapshot-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", + "location": "westus2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "326", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:31: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": "ea9ab83b-edd0-422a-bc82-55dc0f870f8e", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223105Z:ea9ab83b-edd0-422a-bc82-55dc0f870f8e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "NotFound", + "message": "The requested snapshot \u0027sdk-py-tests-snapshot-1\u0027 was not found on the volume \u0027sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668\u0027. Please check the requested snapshot. Please note: The snapshot may no longer be available based on configured snapshot policies." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51345711-e1c3-4b05-afb1-9707ffc3bfe2?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 22:31:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51345711-e1c3-4b05-afb1-9707ffc3bfe2?api-version=2022-05-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": "a2cb189f-b2f9-40f0-9812-e3de40ed46d5", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223105Z:a2cb189f-b2f9-40f0-9812-e3de40ed46d5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51345711-e1c3-4b05-afb1-9707ffc3bfe2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:31: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": "02c85871-6b5d-4090-a285-eb77ee3f4026", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223105Z:02c85871-6b5d-4090-a285-eb77ee3f4026", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51345711-e1c3-4b05-afb1-9707ffc3bfe2", + "name": "51345711-e1c3-4b05-afb1-9707ffc3bfe2", + "status": "Deleting", + "startTime": "2022-10-20T22:31:05.5455447Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51345711-e1c3-4b05-afb1-9707ffc3bfe2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22: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": "b5ff8127-1262-4e42-b2f4-5d804ec7efa3", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223136Z:b5ff8127-1262-4e42-b2f4-5d804ec7efa3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51345711-e1c3-4b05-afb1-9707ffc3bfe2", + "name": "51345711-e1c3-4b05-afb1-9707ffc3bfe2", + "status": "Succeeded", + "startTime": "2022-10-20T22:31:05.5455447Z", + "endTime": "2022-10-20T22:31:11.9483178Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51345711-e1c3-4b05-afb1-9707ffc3bfe2?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:31: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": "0d7b4889-04f5-4041-b9e3-2454ad6c3f89", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223136Z:0d7b4889-04f5-4041-b9e3-2454ad6c3f89", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2", + "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668/sdk-py-tests-snapshot-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", + "location": "westus2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "326", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:31:56 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": "fc019326-de99-4313-b154-61743e423974", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223156Z:fc019326-de99-4313-b154-61743e423974", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "NotFound", + "message": "The requested snapshot \u0027sdk-py-tests-snapshot-2\u0027 was not found on the volume \u0027sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668\u0027. Please check the requested snapshot. Please note: The snapshot may no longer be available based on configured snapshot policies." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 22:31:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913?api-version=2022-05-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": "840b6904-1ca7-48b7-a4b1-7636e170b623", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223157Z:840b6904-1ca7-48b7-a4b1-7636e170b623", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:31: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": "03b0d22f-c4f9-473d-95e4-6dc7c2e89a34", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223157Z:03b0d22f-c4f9-473d-95e4-6dc7c2e89a34", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913", + "name": "ccb09f91-a5e6-461c-83cf-b1696e598913", + "status": "Deleting", + "startTime": "2022-10-20T22:31:57.5138459Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:32: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": "edc36467-575a-4fbf-bdc1-212993428401", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223228Z:edc36467-575a-4fbf-bdc1-212993428401", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913", + "name": "ccb09f91-a5e6-461c-83cf-b1696e598913", + "status": "Deleting", + "startTime": "2022-10-20T22:31:57.5138459Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:32: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": "242a2543-e5f3-45e9-84ab-1bde57d6df4d", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223258Z:242a2543-e5f3-45e9-84ab-1bde57d6df4d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913", + "name": "ccb09f91-a5e6-461c-83cf-b1696e598913", + "status": "Deleting", + "startTime": "2022-10-20T22:31:57.5138459Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:33: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": "7aeeb430-4d17-449c-8ba8-4034c8adecb3", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223328Z:7aeeb430-4d17-449c-8ba8-4034c8adecb3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913", + "name": "ccb09f91-a5e6-461c-83cf-b1696e598913", + "status": "Deleting", + "startTime": "2022-10-20T22:31:57.5138459Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22: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": "f9940e5d-eaf5-4baa-ab54-ae6a75879097", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223358Z:f9940e5d-eaf5-4baa-ab54-ae6a75879097", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913", + "name": "ccb09f91-a5e6-461c-83cf-b1696e598913", + "status": "Deleting", + "startTime": "2022-10-20T22:31:57.5138459Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:34: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": "ddf1c17d-feab-4aaa-8e58-1233553b85bb", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223429Z:ddf1c17d-feab-4aaa-8e58-1233553b85bb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913", + "name": "ccb09f91-a5e6-461c-83cf-b1696e598913", + "status": "Succeeded", + "startTime": "2022-10-20T22:31:57.5138459Z", + "endTime": "2022-10-20T22:34:23.7659829Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:34: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": "a4983330-b160-4cac-9726-b79a7859390f", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223430Z:a4983330-b160-4cac-9726-b79a7859390f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668", + "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A34%3A14.7250901Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:24:32.3333119Z" + }, + "properties": { + "fileSystemId": "78c9ac45-a07a-e2d4-0a17-9aade0e4678a", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-8a942668", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_f50481af", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668", + "poolId": "0f8865c1-f1e8-2d22-8d11-c62a3c148ec6", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "78c9ac45-a07a-e2d4-0a17-9aade0e4678a", + "fileSystemId": "78c9ac45-a07a-e2d4-0a17-9aade0e4678a", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:24:33.4556473Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:24:33.4556473Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "324", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:37:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cf0d021d-9c7c-468a-abb2-bb4eb115133a", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223752Z:cf0d021d-9c7c-468a-abb2-bb4eb115133a" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c65f68e4-b56b-4419-950c-75bab5888c3c?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 22:38:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c65f68e4-b56b-4419-950c-75bab5888c3c?api-version=2022-05-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": "1f4f2f51-5736-4281-817e-f59ce67fdf25", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223805Z:1f4f2f51-5736-4281-817e-f59ce67fdf25", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c65f68e4-b56b-4419-950c-75bab5888c3c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:38: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": "f8497ba7-c14b-42a5-abbc-53a47ba29725", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223806Z:f8497ba7-c14b-42a5-abbc-53a47ba29725", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c65f68e4-b56b-4419-950c-75bab5888c3c", + "name": "c65f68e4-b56b-4419-950c-75bab5888c3c", + "status": "Deleting", + "startTime": "2022-10-20T22:38:05.8256069Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c65f68e4-b56b-4419-950c-75bab5888c3c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:38: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": "15a100fd-e5e7-43ee-8984-3a71940353d2", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223836Z:15a100fd-e5e7-43ee-8984-3a71940353d2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c65f68e4-b56b-4419-950c-75bab5888c3c", + "name": "c65f68e4-b56b-4419-950c-75bab5888c3c", + "status": "Succeeded", + "startTime": "2022-10-20T22:38:05.8256069Z", + "endTime": "2022-10-20T22:38:06.9039024Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c65f68e4-b56b-4419-950c-75bab5888c3c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:38: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": "74c5cb45-8743-40d0-9688-a66fc3b577af", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223836Z:74c5cb45-8743-40d0-9688-a66fc3b577af", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A38%3A05.8182751Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:24:29.1708663Z" + }, + "properties": { + "poolId": "0f8865c1-f1e8-2d22-8d11-c62a3c148ec6", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:24:30.1393865Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:24:30.1393865Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 22:38:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "505426fc-5f50-4aa1-867b-00fc4065bfd5", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223846Z:505426fc-5f50-4aa1-867b-00fc4065bfd5" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 22:38:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e3de6fc2-cc87-4b9c-9c71-0e9389ebeb0f", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223857Z:e3de6fc2-cc87-4b9c-9c71-0e9389ebeb0f" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 22:39:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "51634c59-52bc-471e-a73b-2db4550dabcd", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223907Z:51634c59-52bc-471e-a73b-2db4550dabcd" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 22:39:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "32c2c62d-223d-48d2-8d66-1f34d19165bf", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223917Z:32c2c62d-223d-48d2-8d66-1f34d19165bf" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "288", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:39:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "bf78da14-a3a1-4323-8f4d-7ec2ea966753", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223928Z:bf78da14-a3a1-4323-8f4d-7ec2ea966753" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/584e53a2-9c1a-4e5c-9849-4f3f7e0eb5c8?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 22:39:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/584e53a2-9c1a-4e5c-9849-4f3f7e0eb5c8?api-version=2022-05-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": "f92fcbb0-1881-431c-955a-476e9fb9ff3b", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223929Z:f92fcbb0-1881-431c-955a-476e9fb9ff3b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/584e53a2-9c1a-4e5c-9849-4f3f7e0eb5c8?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:39: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": "b4282c1d-f3a0-4c77-bf60-56435ab3da7c", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223929Z:b4282c1d-f3a0-4c77-bf60-56435ab3da7c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/584e53a2-9c1a-4e5c-9849-4f3f7e0eb5c8", + "name": "584e53a2-9c1a-4e5c-9849-4f3f7e0eb5c8", + "status": "Succeeded", + "startTime": "2022-10-20T22:39:29.4473254Z", + "endTime": "2022-10-20T22:39:29.494277Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/584e53a2-9c1a-4e5c-9849-4f3f7e0eb5c8?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:39: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": "047a6cc7-94c2-4ff0-959f-ee63e3f73bad", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223930Z:047a6cc7-94c2-4ff0-959f-ee63e3f73bad", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668", + "name": "sdk-py-tests-acc-1-8a942668", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T22%3A39%3A29.4452062Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T22:24:24.9056268Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T22:24:26.0251019Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T22:24:26.0251019Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "255", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 22:39: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": "66b88eed-9721-43b4-aeef-84408c706253", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223930Z:66b88eed-9721-43b4-aeef-84408c706253", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/243fe8ff-f7b8-4da0-ab9c-e26be5de2aa7?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 22:39:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/243fe8ff-f7b8-4da0-ab9c-e26be5de2aa7?api-version=2022-05-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "709272a7-ea70-4a42-8650-81c84a3db74a", + "x-ms-correlation-request-id": "a89e68bc-b988-4e64-ae08-7d8aae600464", + "x-ms-ratelimit-remaining-subscription-deletes": "14991", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T223931Z:a89e68bc-b988-4e64-ae08-7d8aae600464" + }, + "ResponseBody": null } ], "Variables": {} 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 096bacb95c2c..9b01f5b8e36f 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:15 GMT", + "Date": "Thu, 20 Oct 2022 21:40:53 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.13943.6 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:15 GMT", + "Date": "Thu, 20 Oct 2022 21:40:54 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.13845.9 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "1af56d27-0f1f-4be7-8ef4-10a8c64b0578", + "client-request-id": "c6461165-437e-446d-91a3-abdc0921d528", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "1af56d27-0f1f-4be7-8ef4-10a8c64b0578", + "client-request-id": "c6461165-437e-446d-91a3-abdc0921d528", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:15 GMT", + "Date": "Thu, 20 Oct 2022 21:40:54 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,7 +221,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -236,26 +233,3131 @@ } } }, - "StatusCode": 404, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f7dfb020-3ad3-4afb-9f43-e667141f9379?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:16 GMT", + "Date": "Thu, 20 Oct 2022 21:40:59 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "211a5450-936d-48c0-ba16-f36df720a5b1", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010916Z:211a5450-936d-48c0-ba16-f36df720a5b1" + "x-ms-arm-service-request-id": "e523c96e-85e4-425f-b874-134c95656432", + "x-ms-correlation-request-id": "883d4325-42f5-40a7-b7a8-7af0a82070eb", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214059Z:883d4325-42f5-40a7-b7a8-7af0a82070eb" }, "ResponseBody": { - "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "name": "sdk-python-tests-vnet-westus2-8676340d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d", + "etag": "W/\u0022cf6119dc-5d34-45f4-81eb-59c6d503e5d6\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:40:54.9212541Z" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "d30a57d1-0600-4b02-bad1-706773708355", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f7dfb020-3ad3-4afb-9f43-e667141f9379?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:40:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ccf9f5ab-2176-4e0c-835d-29dcffce6c36", + "x-ms-correlation-request-id": "fdb6cd01-675a-45d9-916f-690a6bd4f23b", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214059Z:fdb6cd01-675a-45d9-916f-690a6bd4f23b" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f7dfb020-3ad3-4afb-9f43-e667141f9379?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:41:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "91672b3a-7aa5-4e45-9695-e2f59b776629", + "x-ms-correlation-request-id": "db1894fc-620f-4e29-b575-7e0e9b3b372b", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214109Z:db1894fc-620f-4e29-b575-7e0e9b3b372b" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:41:09 GMT", + "ETag": "W/\u00222fa8a677-351f-4e61-ade5-803aa77b68f0\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "0576412f-7d83-40d7-bbf1-a9df27a24835", + "x-ms-correlation-request-id": "bfd9cfb0-d225-4ca2-a1b8-47b9e4368eb3", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214110Z:bfd9cfb0-d225-4ca2-a1b8-47b9e4368eb3" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-westus2-8676340d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d", + "etag": "W/\u00222fa8a677-351f-4e61-ade5-803aa77b68f0\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:40:54.9212541Z" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "d30a57d1-0600-4b02-bad1-706773708355", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "151", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "properties": { + "serviceName": "Microsoft.Netapp/volumes" + } + } + ] } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/1668a2eb-e1fb-4418-be83-a4419619daeb?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1326", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:41:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "4c099562-f095-4b87-9979-b49f510dba03", + "x-ms-correlation-request-id": "57d1078f-b7fa-4c5a-a96d-b814e073a574", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214111Z:57d1078f-b7fa-4c5a-a96d-b814e073a574" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default", + "etag": "W/\u00223af523f5-0677-4661-ae9d-6059b938277e\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default/delegations/netAppVolumes", + "etag": "W/\u00223af523f5-0677-4661-ae9d-6059b938277e\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/1668a2eb-e1fb-4418-be83-a4419619daeb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:41:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "cf85a0ce-ef46-4763-9989-676638855128", + "x-ms-correlation-request-id": "f85e887e-ddef-4be4-9602-657682266d72", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214111Z:f85e887e-ddef-4be4-9602-657682266d72" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:41:11 GMT", + "ETag": "W/\u002260deffa6-4680-48df-a95b-a07d8a678372\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "391209a8-ac59-42ce-a15b-9544c7528c21", + "x-ms-correlation-request-id": "fe066b41-8e6e-4b67-a1d2-df7501200e92", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214112Z:fe066b41-8e6e-4b67-a1d2-df7501200e92" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default", + "etag": "W/\u002260deffa6-4680-48df-a95b-a07d8a678372\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default/delegations/netAppVolumes", + "etag": "W/\u002260deffa6-4680-48df-a95b-a07d8a678372\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Thu, 20 Oct 2022 21:41:13 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.13943.8 - NEULR1 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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Thu, 20 Oct 2022 21:41:13 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.13845.10 - 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": "f7ebbf36-4808-4324-8c48-cf7af48bf774", + "Connection": "keep-alive", + "Content-Length": "281", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "win32", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.20.0", + "x-ms-lib-capability": "retry-after, h429" + }, + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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": "f7ebbf36-4808-4324-8c48-cf7af48bf774", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:41:13 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.13943.8 - 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e1b68b41-f575-42c7-90b6-57b10ff6e6c9?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:41:15 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T21%3A41%3A17.6160246Z\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": "30f273c4-8b7b-4b61-8a28-4b323207a2a6", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214116Z:30f273c4-8b7b-4b61-8a28-4b323207a2a6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d", + "name": "sdk-py-tests-acc-1-8676340d", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A41%3A17.6160246Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:41:13.5538422Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:41:14.3646014Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:41:14.3646014Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e1b68b41-f575-42c7-90b6-57b10ff6e6c9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:41: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": "9b78fdf3-e50a-43eb-9a7d-691c098f140a", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214116Z:9b78fdf3-e50a-43eb-9a7d-691c098f140a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e1b68b41-f575-42c7-90b6-57b10ff6e6c9", + "name": "e1b68b41-f575-42c7-90b6-57b10ff6e6c9", + "status": "Succeeded", + "startTime": "2022-10-20T21:41:17.6003673Z", + "endTime": "2022-10-20T21:41:17.6472205Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:41:16 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T21%3A41%3A17.632413Z\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": "09dbfaf1-50ba-4d54-94ea-92a70cbddbd0", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214116Z:09dbfaf1-50ba-4d54-94ea-92a70cbddbd0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d", + "name": "sdk-py-tests-acc-1-8676340d", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A41%3A17.632413Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:41:13.5538422Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:41:14.3646014Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:41:14.3646014Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/b1744850-82cc-4843-999f-da6bdbae872a?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "922", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:41:18 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T21%3A41%3A20.6481701Z\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": "112226e3-d3c2-4afc-97a5-06aa0298a3a9", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214119Z:112226e3-d3c2-4afc-97a5-06aa0298a3a9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A41%3A20.6481701Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:41:17.1654972Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:41:18.1319954Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:41:18.1319954Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1744850-82cc-4843-999f-da6bdbae872a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:41: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": "6b291163-7507-4b35-a5e7-1651b0549351", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214119Z:6b291163-7507-4b35-a5e7-1651b0549351", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1744850-82cc-4843-999f-da6bdbae872a", + "name": "b1744850-82cc-4843-999f-da6bdbae872a", + "status": "Succeeded", + "startTime": "2022-10-20T21:41:20.6387039Z", + "endTime": "2022-10-20T21:41:21.5294521Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:41:19 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T21%3A41%3A21.5252285Z\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": "d1c8d316-d8b8-411c-9d27-e98c8dcac4d0", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214119Z:d1c8d316-d8b8-411c-9d27-e98c8dcac4d0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A41%3A21.5252285Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:41:17.1654972Z" + }, + "properties": { + "poolId": "1b6cba4c-a8c6-1621-7e37-f52979dfc636", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:41:18.1319954Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:41:18.1319954Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "783", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "creationToken": "sdk-py-tests-vol-3-8676340d", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/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 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1585", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:41:22 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T21%3A41%3A23.7192936Z\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": "c373b7b1-fca8-419e-9fa1-7e92bfaedc96", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214122Z:c373b7b1-fca8-419e-9fa1-7e92bfaedc96", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", + "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8676340d", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A41%3A23.7192936Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:41:20.1763498Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-8676340d", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/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, + "maximumNumberOfFiles": 100000000, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:41:21.1498563Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:41:21.1498563Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:41: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": "e3038488-d955-42fc-9bdf-58397c3b2e70", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214123Z:e3038488-d955-42fc-9bdf-58397c3b2e70", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "name": "c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "status": "Creating", + "startTime": "2022-10-20T21:41:23.7159635Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:41: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": "0befe3d6-c02d-4541-adfa-6746ba30fa71", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214153Z:0befe3d6-c02d-4541-adfa-6746ba30fa71", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "name": "c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "status": "Creating", + "startTime": "2022-10-20T21:41:23.7159635Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:42: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": "b2c8e001-5c2a-4dd8-a50c-82cf6eba60cb", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214223Z:b2c8e001-5c2a-4dd8-a50c-82cf6eba60cb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "name": "c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "status": "Creating", + "startTime": "2022-10-20T21:41:23.7159635Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:42: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": "0796d8ec-16c8-4f0d-a86b-57c6d6dd713d", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214253Z:0796d8ec-16c8-4f0d-a86b-57c6d6dd713d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "name": "c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "status": "Creating", + "startTime": "2022-10-20T21:41:23.7159635Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:43: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": "5ca09bd8-702a-4ed6-a524-ffa94f8844a8", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214324Z:5ca09bd8-702a-4ed6-a524-ffa94f8844a8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "name": "c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "status": "Creating", + "startTime": "2022-10-20T21:41:23.7159635Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:43: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": "1a183003-6ce0-4e43-a422-e9a720feadab", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214354Z:1a183003-6ce0-4e43-a422-e9a720feadab", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "name": "c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "status": "Creating", + "startTime": "2022-10-20T21:41:23.7159635Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:44: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": "df552dd7-ec04-4361-aba8-1dc802bb24a1", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214424Z:df552dd7-ec04-4361-aba8-1dc802bb24a1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "name": "c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "status": "Creating", + "startTime": "2022-10-20T21:41:23.7159635Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:44: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": "86c6579b-a06a-47eb-80e6-005853923840", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214454Z:86c6579b-a06a-47eb-80e6-005853923840", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "name": "c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "status": "Creating", + "startTime": "2022-10-20T21:41:23.7159635Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:45: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": "996b3d71-754d-46bf-8f3a-e3c6931689d9", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214525Z:996b3d71-754d-46bf-8f3a-e3c6931689d9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "name": "c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "status": "Succeeded", + "startTime": "2022-10-20T21:41:23.7159635Z", + "endTime": "2022-10-20T21:45:25.7695722Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:45:25 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T21%3A45%3A25.754878Z\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": "6f588587-9989-4fb0-a494-c550d72eb101", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214525Z:6f588587-9989-4fb0-a494-c550d72eb101", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", + "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8676340d", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A45%3A25.754878Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:41:20.1763498Z" + }, + "properties": { + "fileSystemId": "e5fde1c7-cd0a-4702-8e81-0c4952a75256", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-8676340d", + "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_8f82c7b40509489d9e97d719b9b955b4_4a20e382", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "e5fde1c7-cd0a-4702-8e81-0c4952a75256", + "fileSystemId": "e5fde1c7-cd0a-4702-8e81-0c4952a75256", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:41:21.1498563Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:41:21.1498563Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57ab0036-fe9b-4039-94eb-50cdb8a663ed?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:45:27 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T21%3A45%3A28.1945037Z\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": "3f3a0cab-565b-4294-aaf2-d95293561a6d", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214527Z:3f3a0cab-565b-4294-aaf2-d95293561a6d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d", + "name": "sdk-py-tests-acc-1-8676340d", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A45%3A28.1945037Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:41:13.5538422Z" + }, + "properties": { + "provisioningState": "Updating", + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + } + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:41:14.3646014Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:41:14.3646014Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57ab0036-fe9b-4039-94eb-50cdb8a663ed?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:45: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": "a3f6dd23-2432-4f87-8e84-eca0b2d7a91a", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214528Z:a3f6dd23-2432-4f87-8e84-eca0b2d7a91a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57ab0036-fe9b-4039-94eb-50cdb8a663ed", + "name": "57ab0036-fe9b-4039-94eb-50cdb8a663ed", + "status": "Succeeded", + "startTime": "2022-10-20T21:45:28.1917101Z", + "endTime": "2022-10-20T21:45:28.8635977Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:45:27 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T21%3A45%3A28.8601285Z\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": "95739122-2ccc-49ad-bc9f-7f1454a391ca", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214528Z:95739122-2ccc-49ad-bc9f-7f1454a391ca", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d", + "name": "sdk-py-tests-acc-1-8676340d", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A45%3A28.8601285Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:45:25.6439768Z" + }, + "properties": { + "provisioningState": "Succeeded", + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + } + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:41:14.3646014Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:45:25.8089831Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "179", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "hourlySchedule": { + "snapshotsToKeep": 1, + "minute": 50 + }, + "dailySchedule": {}, + "weeklySchedule": {}, + "monthlySchedule": {}, + "enabled": false + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ea2bbeeb-c0cf-4bd7-b51e-dfbd4b227066?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "929", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:45:30 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T21%3A45%3A32.2736262Z\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": "43174e2a-7b5d-4582-86ac-f6f6d70de848", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214531Z:43174e2a-7b5d-4582-86ac-f6f6d70de848", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1", + "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-snapshot-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A45%3A32.2736262Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:45:28.8673921Z" + }, + "properties": { + "enabled": false, + "hourlySchedule": { + "snapshotsToKeep": 1, + "minute": 50 + }, + "dailySchedule": {}, + "weeklySchedule": {}, + "monthlySchedule": {}, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:45:29.8416356Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:45:29.8416356Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "432", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "snapshot": { + "snapshotPolicyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1" + } + }, + "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/westus2/operationResults/731c33d5-dc1c-48ec-9ad9-5d0fdbba43e3?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2480", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:45:31 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T21%3A45%3A33.9352706Z\u0027\u0022", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/731c33d5-dc1c-48ec-9ad9-5d0fdbba43e3?api-version=2022-05-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": "1db01306-c898-4025-b932-cfd33d058954", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214531Z:1db01306-c898-4025-b932-cfd33d058954", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", + "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8676340d", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A45%3A33.9352706Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:41:20.1763498Z" + }, + "properties": { + "provisioningState": "Patching", + "fileSystemId": "e5fde1c7-cd0a-4702-8e81-0c4952a75256", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-8676340d", + "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_8f82c7b40509489d9e97d719b9b955b4_4a20e382", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "e5fde1c7-cd0a-4702-8e81-0c4952a75256", + "fileSystemId": "e5fde1c7-cd0a-4702-8e81-0c4952a75256", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:41:21.1498563Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:41:21.1498563Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/731c33d5-dc1c-48ec-9ad9-5d0fdbba43e3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:45: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": "63a37864-213a-4404-aa6b-3c873ab04a3b", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214532Z:63a37864-213a-4404-aa6b-3c873ab04a3b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/731c33d5-dc1c-48ec-9ad9-5d0fdbba43e3", + "name": "731c33d5-dc1c-48ec-9ad9-5d0fdbba43e3", + "status": "Patching", + "startTime": "2022-10-20T21:45:33.9421493Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/731c33d5-dc1c-48ec-9ad9-5d0fdbba43e3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:46: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": "16c3168c-0656-4b87-9685-0654b4e796b7", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214602Z:16c3168c-0656-4b87-9685-0654b4e796b7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/731c33d5-dc1c-48ec-9ad9-5d0fdbba43e3", + "name": "731c33d5-dc1c-48ec-9ad9-5d0fdbba43e3", + "status": "Succeeded", + "startTime": "2022-10-20T21:45:33.9421493Z", + "endTime": "2022-10-20T21:45:36.9141599Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/731c33d5-dc1c-48ec-9ad9-5d0fdbba43e3?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:46: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": "c1b65206-8b10-4282-99da-674e1ce18ec1", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214603Z:c1b65206-8b10-4282-99da-674e1ce18ec1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", + "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8676340d", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A45%3A36.9145927Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:45:31.3644113Z" + }, + "properties": { + "dataProtection": { + "snapshot": { + "snapshotPolicyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1" + } + }, + "fileSystemId": "e5fde1c7-cd0a-4702-8e81-0c4952a75256", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-8676340d", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_4a20e382", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", + "poolId": "1b6cba4c-a8c6-1621-7e37-f52979dfc636", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "e5fde1c7-cd0a-4702-8e81-0c4952a75256", + "fileSystemId": "e5fde1c7-cd0a-4702-8e81-0c4952a75256", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:41:21.1498563Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:45:31.5462869Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 21:46:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac?api-version=2022-05-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": "16262098-5818-4548-bc0f-4e641737d81a", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214604Z:16262098-5818-4548-bc0f-4e641737d81a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:46: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": "082ab373-6845-4803-8907-15c11c1c2aee", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214604Z:082ab373-6845-4803-8907-15c11c1c2aee", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac", + "name": "47df7791-3412-443b-9450-79faa1e38fac", + "status": "Deleting", + "startTime": "2022-10-20T21:46:06.152625Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:46: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": "0ca9b1d3-30ef-40c9-ab51-f6b713c4b9b4", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214634Z:0ca9b1d3-30ef-40c9-ab51-f6b713c4b9b4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac", + "name": "47df7791-3412-443b-9450-79faa1e38fac", + "status": "Deleting", + "startTime": "2022-10-20T21:46:06.152625Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:47: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": "a7852aaf-190c-450a-834d-1e920bacf136", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214704Z:a7852aaf-190c-450a-834d-1e920bacf136", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac", + "name": "47df7791-3412-443b-9450-79faa1e38fac", + "status": "Deleting", + "startTime": "2022-10-20T21:46:06.152625Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:47: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": "0e3a6a0d-32d1-4833-8901-becf8b0afc65", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214735Z:0e3a6a0d-32d1-4833-8901-becf8b0afc65", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac", + "name": "47df7791-3412-443b-9450-79faa1e38fac", + "status": "Deleting", + "startTime": "2022-10-20T21:46:06.152625Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:48: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": "2b478080-e7b3-483e-a651-5d4789b714ea", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214805Z:2b478080-e7b3-483e-a651-5d4789b714ea", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac", + "name": "47df7791-3412-443b-9450-79faa1e38fac", + "status": "Deleting", + "startTime": "2022-10-20T21:46:06.152625Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:48: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": "34a970cc-d0e3-4ba5-a34d-9f2673a939c7", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214835Z:34a970cc-d0e3-4ba5-a34d-9f2673a939c7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac", + "name": "47df7791-3412-443b-9450-79faa1e38fac", + "status": "Succeeded", + "startTime": "2022-10-20T21:46:06.152625Z", + "endTime": "2022-10-20T21:48:32.5677086Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:48: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": "89929bf6-e301-4f9f-a5c1-c3ab745539e9", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T214835Z:89929bf6-e301-4f9f-a5c1-c3ab745539e9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", + "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8676340d", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A48%3A23.6836284Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:45:31.3644113Z" + }, + "properties": { + "dataProtection": { + "snapshot": { + "snapshotPolicyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1" + } + }, + "fileSystemId": "e5fde1c7-cd0a-4702-8e81-0c4952a75256", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-8676340d", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_4a20e382", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", + "poolId": "1b6cba4c-a8c6-1621-7e37-f52979dfc636", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "e5fde1c7-cd0a-4702-8e81-0c4952a75256", + "fileSystemId": "e5fde1c7-cd0a-4702-8e81-0c4952a75256", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:41:21.1498563Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:45:31.5462869Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "324", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:51:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "98908d79-58c8-4ef1-88ea-48c20c1f684d", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T215200Z:98908d79-58c8-4ef1-88ea-48c20c1f684d" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/251a72d2-794a-4fd6-8f4d-5e1e8a9c8d2d?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 21:52:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/251a72d2-794a-4fd6-8f4d-5e1e8a9c8d2d?api-version=2022-05-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": "3d0eacd2-cd15-4974-a7ff-b5c04249e91b", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T215203Z:3d0eacd2-cd15-4974-a7ff-b5c04249e91b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/251a72d2-794a-4fd6-8f4d-5e1e8a9c8d2d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:52: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": "e7a60bb9-3a31-4dfd-bd50-5d10fd2d62b7", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T215203Z:e7a60bb9-3a31-4dfd-bd50-5d10fd2d62b7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/251a72d2-794a-4fd6-8f4d-5e1e8a9c8d2d", + "name": "251a72d2-794a-4fd6-8f4d-5e1e8a9c8d2d", + "status": "Succeeded", + "startTime": "2022-10-20T21:52:03.4192744Z", + "endTime": "2022-10-20T21:52:03.4505166Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/251a72d2-794a-4fd6-8f4d-5e1e8a9c8d2d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:52: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": "4d428fcc-9a60-40f7-aabf-1543711e8d91", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T215204Z:4d428fcc-9a60-40f7-aabf-1543711e8d91", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1", + "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-snapshot-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A52%3A03.3928047Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:45:28.8673921Z" + }, + "properties": { + "enabled": false, + "hourlySchedule": { + "snapshotsToKeep": 1, + "minute": 50 + }, + "dailySchedule": {}, + "weeklySchedule": {}, + "monthlySchedule": {}, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:45:29.8416356Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:45:29.8416356Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "303", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:52: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": "0ed7ba31-9324-4354-a7a8-2baf471dc65c", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T215209Z:0ed7ba31-9324-4354-a7a8-2baf471dc65c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e8991e1-39c1-4c31-94bc-c2eceb29b1d9?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 21:52:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e8991e1-39c1-4c31-94bc-c2eceb29b1d9?api-version=2022-05-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": "57ce79a1-1a0a-42fe-a70d-8c340b13f1cf", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T215220Z:57ce79a1-1a0a-42fe-a70d-8c340b13f1cf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e8991e1-39c1-4c31-94bc-c2eceb29b1d9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:52: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": "427b6417-d5c8-42d1-a702-8f2e5bcfe1a0", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T215220Z:427b6417-d5c8-42d1-a702-8f2e5bcfe1a0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e8991e1-39c1-4c31-94bc-c2eceb29b1d9", + "name": "8e8991e1-39c1-4c31-94bc-c2eceb29b1d9", + "status": "Deleting", + "startTime": "2022-10-20T21:52:20.0385644Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e8991e1-39c1-4c31-94bc-c2eceb29b1d9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:52: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": "fdc1b658-50f1-4f22-b005-36efdc22cb0d", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T215250Z:fdc1b658-50f1-4f22-b005-36efdc22cb0d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e8991e1-39c1-4c31-94bc-c2eceb29b1d9", + "name": "8e8991e1-39c1-4c31-94bc-c2eceb29b1d9", + "status": "Succeeded", + "startTime": "2022-10-20T21:52:20.0385644Z", + "endTime": "2022-10-20T21:52:20.8822802Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e8991e1-39c1-4c31-94bc-c2eceb29b1d9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:52: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": "6a803edc-2143-4ca1-a854-e0f740523bec", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T215250Z:6a803edc-2143-4ca1-a854-e0f740523bec", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A52%3A20.0388003Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:41:17.1654972Z" + }, + "properties": { + "poolId": "1b6cba4c-a8c6-1621-7e37-f52979dfc636", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:41:18.1319954Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:41:18.1319954Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 21:53:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "aa4fdbef-8531-4e08-9b04-e4df41ff8c25", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T215301Z:aa4fdbef-8531-4e08-9b04-e4df41ff8c25" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 21:53:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2c6c52fd-1293-4ec3-babc-2fe8995a236c", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T215311Z:2c6c52fd-1293-4ec3-babc-2fe8995a236c" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 21:53:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "58344423-f280-4d8d-aa6a-2f268581390a", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T215321Z:58344423-f280-4d8d-aa6a-2f268581390a" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 21:53:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d60b5e3e-f153-4cbe-8ed4-85e2fe190981", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T215332Z:d60b5e3e-f153-4cbe-8ed4-85e2fe190981" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "288", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:53:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3cc16d9f-f66d-433f-a65f-0090eb55d45a", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T215342Z:3cc16d9f-f66d-433f-a65f-0090eb55d45a" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c37cf48c-629e-4236-a772-a24051a5e215?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 21:54:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c37cf48c-629e-4236-a772-a24051a5e215?api-version=2022-05-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": "770d5ab2-1148-443f-b8a9-f5191ae1e010", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T215433Z:770d5ab2-1148-443f-b8a9-f5191ae1e010", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c37cf48c-629e-4236-a772-a24051a5e215?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:54: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": "72a6c49b-2048-4231-a4f7-d42078900d2c", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T215434Z:72a6c49b-2048-4231-a4f7-d42078900d2c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c37cf48c-629e-4236-a772-a24051a5e215", + "name": "c37cf48c-629e-4236-a772-a24051a5e215", + "status": "Succeeded", + "startTime": "2022-10-20T21:54:33.7422919Z", + "endTime": "2022-10-20T21:54:33.7891398Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c37cf48c-629e-4236-a772-a24051a5e215?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:54: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": "d2c49b32-2e98-40a8-b4ad-2f4418793904", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T215434Z:d2c49b32-2e98-40a8-b4ad-2f4418793904", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d", + "name": "sdk-py-tests-acc-1-8676340d", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A54%3A33.7327131Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:45:25.6439768Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "activeDirectories": [], + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:41:14.3646014Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:45:25.8089831Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "255", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:54: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": "afc7ca41-8539-4343-8406-afc53b5976cc", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T215434Z:afc7ca41-8539-4343-8406-afc53b5976cc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2b6ee5b9-6067-490f-975f-b19225c23cca?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 21:54:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/2b6ee5b9-6067-490f-975f-b19225c23cca?api-version=2022-05-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "93ff0fb6-3c31-4d07-8802-df34e2ee04ad", + "x-ms-correlation-request-id": "f4066fc7-dd2c-487b-885a-035410d917b1", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T215435Z:f4066fc7-dd2c-487b-885a-035410d917b1" + }, + "ResponseBody": null } ], "Variables": {} 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 f6d3d2435ccf..e4b801e79b35 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:10 GMT", + "Date": "Thu, 20 Oct 2022 15:03:11 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.13943.6 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:10 GMT", + "Date": "Thu, 20 Oct 2022 15:03:11 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.13871.7 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "321a6352-e4dc-4613-81b8-e0647e04c96d", + "client-request-id": "b3a68f56-02c4-40f6-8299-7297a6a60312", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "321a6352-e4dc-4613-81b8-e0647e04c96d", + "client-request-id": "b3a68f56-02c4-40f6-8299-7297a6a60312", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:11 GMT", + "Date": "Thu, 20 Oct 2022 15:03:11 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,29 +221,643 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2" }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e1ca945f-f23b-496a-a772-0d6eefe9a4bf?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15:03:20 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T15%3A03%3A20.0511131Z\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": "b2b0e342-d3e0-4f72-9829-659299de6ec2", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T150321Z:b2b0e342-d3e0-4f72-9829-659299de6ec2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295", + "name": "sdk-py-tests-acc-1-e2f73295", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T15%3A03%3A20.0511131Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T15:03:16.1506795Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T15:03:19.0915295Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T15:03:19.0915295Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e1ca945f-f23b-496a-a772-0d6eefe9a4bf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15:03: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": "bea4c662-317c-4850-bf2b-1d7d210fa8fb", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T150321Z:bea4c662-317c-4850-bf2b-1d7d210fa8fb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e1ca945f-f23b-496a-a772-0d6eefe9a4bf", + "name": "e1ca945f-f23b-496a-a772-0d6eefe9a4bf", + "status": "Succeeded", + "startTime": "2022-10-20T15:03:20.0446357Z", + "endTime": "2022-10-20T15:03:20.1071278Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15:03:22 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T15%3A03%3A20.1070103Z\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": "18571b44-960b-4912-ae0d-e9a4a24f0aea", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T150322Z:18571b44-960b-4912-ae0d-e9a4a24f0aea", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295", + "name": "sdk-py-tests-acc-1-e2f73295", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T15%3A03%3A20.1070103Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T15:03:16.1506795Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T15:03:19.0915295Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T15:03:19.0915295Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "179", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "hourlySchedule": { + "snapshotsToKeep": 1, + "minute": 50 + }, + "dailySchedule": {}, + "weeklySchedule": {}, + "monthlySchedule": {}, + "enabled": false + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/800287fb-e630-46e9-9cd2-1af5acb62f2d?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "929", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15:03:25 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T15%3A03%3A24.6024731Z\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": "86643cce-592b-4ebe-9364-fc7cda834ade", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T150326Z:86643cce-592b-4ebe-9364-fc7cda834ade", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies/sdk-py-tests-snapshot-policy-1", + "name": "sdk-py-tests-acc-1-e2f73295/sdk-py-tests-snapshot-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", + "etag": "W/\u0022datetime\u00272022-10-20T15%3A03%3A24.6024731Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T15:03:23.2538441Z" + }, + "properties": { + "enabled": false, + "hourlySchedule": { + "snapshotsToKeep": 1, + "minute": 50 + }, + "dailySchedule": {}, + "weeklySchedule": {}, + "monthlySchedule": {}, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T15:03:24.4540944Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T15:03:24.4540944Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15:03: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": "c51b6454-6149-4653-a83c-9f6596b6e2d7", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T150326Z:c51b6454-6149-4653-a83c-9f6596b6e2d7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies/sdk-py-tests-snapshot-policy-1", + "name": "sdk-py-tests-acc-1-e2f73295/sdk-py-tests-snapshot-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", + "etag": "W/\u0022datetime\u00272022-10-20T15%3A03%3A24.6705082Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T15:03:23.2538441Z" + }, + "properties": { + "enabled": false, + "hourlySchedule": { + "snapshotsToKeep": 1, + "minute": 50 + }, + "dailySchedule": {}, + "weeklySchedule": {}, + "monthlySchedule": {}, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T15:03:24.4540944Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T15:03:24.4540944Z" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/631e2b2c-e917-4a62-b8d7-c7213134aedf?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 15:03:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/631e2b2c-e917-4a62-b8d7-c7213134aedf?api-version=2022-05-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": "52905dac-80ed-40a5-886b-cadcc4221cba", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T150327Z:52905dac-80ed-40a5-886b-cadcc4221cba", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/631e2b2c-e917-4a62-b8d7-c7213134aedf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15: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": "c1bbf0f6-8249-47da-b83b-be50ccca01aa", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T150327Z:c1bbf0f6-8249-47da-b83b-be50ccca01aa", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/631e2b2c-e917-4a62-b8d7-c7213134aedf", + "name": "631e2b2c-e917-4a62-b8d7-c7213134aedf", + "status": "Succeeded", + "startTime": "2022-10-20T15:03:27.2186662Z", + "endTime": "2022-10-20T15:03:27.2655467Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies/sdk-py-tests-snapshot-policy-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/631e2b2c-e917-4a62-b8d7-c7213134aedf?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15: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": "47c4296d-a658-4a0b-89a5-f3e71eab3129", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T150327Z:47c4296d-a658-4a0b-89a5-f3e71eab3129", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies/sdk-py-tests-snapshot-policy-1", + "name": "sdk-py-tests-acc-1-e2f73295/sdk-py-tests-snapshot-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", + "etag": "W/\u0022datetime\u00272022-10-20T15%3A03%3A27.2061172Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T15:03:23.2538441Z" + }, + "properties": { + "enabled": false, + "hourlySchedule": { + "snapshotsToKeep": 1, + "minute": 50 + }, + "dailySchedule": {}, + "weeklySchedule": {}, + "monthlySchedule": {}, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T15:03:24.4540944Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T15:03:24.4540944Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "303", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15:03: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": "81ca653e-e0a5-4732-88b8-ab7b530618b5", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T150333Z:81ca653e-e0a5-4732-88b8-ab7b530618b5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies/sdk-py-tests-snapshot-policy-1\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15:03: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": "17fc155d-dda6-4ba5-ad7f-06a0a03db446", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T150333Z:17fc155d-dda6-4ba5-ad7f-06a0a03db446", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/82050f73-a57a-410f-ae3a-fb2de7dee63c?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 15:04:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/82050f73-a57a-410f-ae3a-fb2de7dee63c?api-version=2022-05-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": "963a97cf-17fc-46c7-aed7-be50db6ed6c8", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T150425Z:963a97cf-17fc-46c7-aed7-be50db6ed6c8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/82050f73-a57a-410f-ae3a-fb2de7dee63c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15:04: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": "6eb6723a-449c-4c3b-ae01-4b3e7e7d5615", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T150425Z:6eb6723a-449c-4c3b-ae01-4b3e7e7d5615", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/82050f73-a57a-410f-ae3a-fb2de7dee63c", + "name": "82050f73-a57a-410f-ae3a-fb2de7dee63c", + "status": "Succeeded", + "startTime": "2022-10-20T15:04:25.1071483Z", + "endTime": "2022-10-20T15:04:25.1541418Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/82050f73-a57a-410f-ae3a-fb2de7dee63c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15:04: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": "6981df36-31c0-4c72-8426-9efd64f62e0a", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T150425Z:6981df36-31c0-4c72-8426-9efd64f62e0a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295", + "name": "sdk-py-tests-acc-1-e2f73295", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T15%3A04%3A25.1042561Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T15:03:16.1506795Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T15:03:19.0915295Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T15:03:19.0915295Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:11 GMT", + "Date": "Thu, 20 Oct 2022 15:04: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": "a6111abc-57a0-4679-b833-ddbe931f7f54", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010912Z:a6111abc-57a0-4679-b833-ddbe931f7f54" + "x-ms-correlation-request-id": "2cfa1b0d-b84d-4e12-92b9-321b7d40bba5", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T150426Z:2cfa1b0d-b84d-4e12-92b9-321b7d40bba5", + "X-Powered-By": "ASP.NET" }, "ResponseBody": { "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295\u0027 is not found." } } } 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 d3c8000636b4..b6d993f6aeb3 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:12 GMT", + "Date": "Thu, 20 Oct 2022 21:35:31 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.13943.6 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:13 GMT", + "Date": "Thu, 20 Oct 2022 21:35:31 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.13871.7 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "1ea4af9a-6e7a-4442-b5ff-523ff2bc35d6", + "client-request-id": "549da12b-f811-4b9f-a859-de3f7fbb1058", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "1ea4af9a-6e7a-4442-b5ff-523ff2bc35d6", + "client-request-id": "549da12b-f811-4b9f-a859-de3f7fbb1058", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:13 GMT", + "Date": "Thu, 20 Oct 2022 21:35:31 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,29 +221,608 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2" }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c3a9153-0841-4563-853c-7091424630a4?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:35:41 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T21%3A35%3A40.1988139Z\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": "8a989125-5b0d-4777-b41d-e0f8b1db2292", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213541Z:8a989125-5b0d-4777-b41d-e0f8b1db2292", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9", + "name": "sdk-py-tests-acc-1-7ffd31c9", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A35%3A40.1988139Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:35:35.7820199Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:35:39.2864073Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:35:39.2864073Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c3a9153-0841-4563-853c-7091424630a4?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:35: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": "bd2fb0cb-f562-46a9-9612-460befc4c8fc", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213542Z:bd2fb0cb-f562-46a9-9612-460befc4c8fc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c3a9153-0841-4563-853c-7091424630a4", + "name": "2c3a9153-0841-4563-853c-7091424630a4", + "status": "Succeeded", + "startTime": "2022-10-20T21:35:40.1833366Z", + "endTime": "2022-10-20T21:35:40.230411Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:35:42 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T21%3A35%3A40.2307573Z\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": "3d24db8e-fcb8-4b25-a7b5-65f68cf1bc84", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213542Z:3d24db8e-fcb8-4b25-a7b5-65f68cf1bc84", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9", + "name": "sdk-py-tests-acc-1-7ffd31c9", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A35%3A40.2307573Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:35:35.7820199Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:35:39.2864073Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:35:39.2864073Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "179", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "hourlySchedule": { + "snapshotsToKeep": 1, + "minute": 50 + }, + "dailySchedule": {}, + "weeklySchedule": {}, + "monthlySchedule": {}, + "enabled": false + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10a97203-8a4d-4469-b3c6-b70fbc6bbc8a?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "929", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:35:45 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T21%3A35%3A44.3504164Z\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": "7d86ac0c-9ca5-4558-9afd-43005bcf7ac4", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213545Z:7d86ac0c-9ca5-4558-9afd-43005bcf7ac4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1", + "name": "sdk-py-tests-acc-1-7ffd31c9/sdk-py-tests-snapshot-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A35%3A44.3504164Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:35:42.9195034Z" + }, + "properties": { + "enabled": false, + "hourlySchedule": { + "snapshotsToKeep": 1, + "minute": 50 + }, + "dailySchedule": {}, + "weeklySchedule": {}, + "monthlySchedule": {}, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:35:44.1958565Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:35:44.1958565Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:35:45 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T21%3A35%3A44.4024483Z\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": "b29d37e0-9773-4f02-b353-665da7d88fda", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213545Z:b29d37e0-9773-4f02-b353-665da7d88fda", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1", + "name": "sdk-py-tests-acc-1-7ffd31c9/sdk-py-tests-snapshot-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A35%3A44.4024483Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:35:42.9195034Z" + }, + "properties": { + "enabled": false, + "hourlySchedule": { + "snapshotsToKeep": 1, + "minute": 50 + }, + "dailySchedule": {}, + "weeklySchedule": {}, + "monthlySchedule": {}, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:35:44.1958565Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:35:44.1958565Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/781b1b28-4795-403e-8b9c-326bdcf30fa5?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 21:35:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/781b1b28-4795-403e-8b9c-326bdcf30fa5?api-version=2022-05-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": "e0b07a92-a354-45af-8ded-800261255e03", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213546Z:e0b07a92-a354-45af-8ded-800261255e03", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/781b1b28-4795-403e-8b9c-326bdcf30fa5?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:35: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": "1489ada4-bb76-45d3-87ac-a0d4f28e30c1", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213546Z:1489ada4-bb76-45d3-87ac-a0d4f28e30c1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/781b1b28-4795-403e-8b9c-326bdcf30fa5", + "name": "781b1b28-4795-403e-8b9c-326bdcf30fa5", + "status": "Succeeded", + "startTime": "2022-10-20T21:35:46.3245312Z", + "endTime": "2022-10-20T21:35:46.371402Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/781b1b28-4795-403e-8b9c-326bdcf30fa5?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:35: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": "882e541c-d9fa-4385-99f7-4377f6ba7468", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213546Z:882e541c-d9fa-4385-99f7-4377f6ba7468", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1", + "name": "sdk-py-tests-acc-1-7ffd31c9/sdk-py-tests-snapshot-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A35%3A46.3183867Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:35:42.9195034Z" + }, + "properties": { + "enabled": false, + "hourlySchedule": { + "snapshotsToKeep": 1, + "minute": 50 + }, + "dailySchedule": {}, + "weeklySchedule": {}, + "monthlySchedule": {}, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:35:44.1958565Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:35:44.1958565Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "303", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:35: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": "9d603c05-c739-4ada-90f9-5e99355b8dd2", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213552Z:9d603c05-c739-4ada-90f9-5e99355b8dd2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/408d9f01-e896-4ce2-8da3-adb8e5f97a3c?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 21:36:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/408d9f01-e896-4ce2-8da3-adb8e5f97a3c?api-version=2022-05-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": "93e01849-556e-4d6c-a28a-dcec8a6bf41d", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213643Z:93e01849-556e-4d6c-a28a-dcec8a6bf41d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/408d9f01-e896-4ce2-8da3-adb8e5f97a3c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:36: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": "f4118a8c-ab0a-4f57-b6ea-f75fd879c8e6", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213643Z:f4118a8c-ab0a-4f57-b6ea-f75fd879c8e6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/408d9f01-e896-4ce2-8da3-adb8e5f97a3c", + "name": "408d9f01-e896-4ce2-8da3-adb8e5f97a3c", + "status": "Succeeded", + "startTime": "2022-10-20T21:36:43.6200007Z", + "endTime": "2022-10-20T21:36:43.6668827Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/408d9f01-e896-4ce2-8da3-adb8e5f97a3c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:36: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": "ef6a71dd-6d2a-4660-a65f-67ef0711fd41", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213644Z:ef6a71dd-6d2a-4660-a65f-67ef0711fd41", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9", + "name": "sdk-py-tests-acc-1-7ffd31c9", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A36%3A43.6086042Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:35:35.7820199Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:35:39.2864073Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:35:39.2864073Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:13 GMT", + "Date": "Thu, 20 Oct 2022 21:36:44 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": "7391aa39-b4bc-41a2-9681-aaea6d112f36", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010914Z:7391aa39-b4bc-41a2-9681-aaea6d112f36" + "x-ms-correlation-request-id": "ef6fcdc6-c2c0-497a-b47e-92edfee76bd7", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213644Z:ef6fcdc6-c2c0-497a-b47e-92edfee76bd7", + "X-Powered-By": "ASP.NET" }, "ResponseBody": { "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9\u0027 is not found." } } } 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 aac065b25c02..5763bff85b5f 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:11 GMT", + "Date": "Thu, 20 Oct 2022 15:20:01 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.13943.6 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:11 GMT", + "Date": "Thu, 20 Oct 2022 15:20:01 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.13871.7 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "cce230f5-7fa3-487e-983a-dfdae74a32b2", + "client-request-id": "47ed5626-8728-48d8-8a69-ba1e12223fb7", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "cce230f5-7fa3-487e-983a-dfdae74a32b2", + "client-request-id": "47ed5626-8728-48d8-8a69-ba1e12223fb7", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:12 GMT", + "Date": "Thu, 20 Oct 2022 15:20:01 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,29 +221,905 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2" }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44403c22-f722-4839-880a-2303bd0714c1?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15:20:12 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T15%3A20%3A10.9811485Z\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": "da01a556-df7b-4435-9c2c-c2e87191182e", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T152012Z:da01a556-df7b-4435-9c2c-c2e87191182e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3", + "name": "sdk-py-tests-acc-1-88d22fd3", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T15%3A20%3A10.9811485Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T15:20:07.0213444Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T15:20:10.0202458Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T15:20:10.0202458Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44403c22-f722-4839-880a-2303bd0714c1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15:20: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": "db2f38d5-171a-409c-af8b-afc0f95190d1", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T152012Z:db2f38d5-171a-409c-af8b-afc0f95190d1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44403c22-f722-4839-880a-2303bd0714c1", + "name": "44403c22-f722-4839-880a-2303bd0714c1", + "status": "Succeeded", + "startTime": "2022-10-20T15:20:10.9849841Z", + "endTime": "2022-10-20T15:20:11.0162452Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15:20:13 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T15%3A20%3A11.0136619Z\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": "7ed42418-8a35-49e3-8203-23f68e4f6acf", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T152013Z:7ed42418-8a35-49e3-8203-23f68e4f6acf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3", + "name": "sdk-py-tests-acc-1-88d22fd3", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T15%3A20%3A11.0136619Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T15:20:07.0213444Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T15:20:10.0202458Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T15:20:10.0202458Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "179", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "hourlySchedule": { + "snapshotsToKeep": 1, + "minute": 50 + }, + "dailySchedule": {}, + "weeklySchedule": {}, + "monthlySchedule": {}, + "enabled": false + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5e8cee97-06ef-41c7-aaf8-88ad1edc963e?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "927", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15:20:15 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T15%3A20%3A14.7789721Z\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": "6c69edf9-a3cd-4b8d-8289-c8484533d96a", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T152016Z:6c69edf9-a3cd-4b8d-8289-c8484533d96a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-1", + "name": "sdk-py-tests-acc-1-88d22fd3/sdk-py-tests-snapshot-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", + "etag": "W/\u0022datetime\u00272022-10-20T15%3A20%3A14.7789721Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T15:20:13.4834455Z" + }, + "properties": { + "enabled": false, + "hourlySchedule": { + "snapshotsToKeep": 1, + "minute": 50 + }, + "dailySchedule": {}, + "weeklySchedule": {}, + "monthlySchedule": {}, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T15:20:14.601731Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T15:20:14.601731Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-2?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "179", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "hourlySchedule": { + "snapshotsToKeep": 1, + "minute": 50 + }, + "dailySchedule": {}, + "weeklySchedule": {}, + "monthlySchedule": {}, + "enabled": false + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a98aa0b5-3020-4e49-99a5-93d3b4dd3597?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "929", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15:20:18 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T15%3A20%3A17.6223425Z\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": "448523ff-76c1-4406-bbed-e248888e69bc", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T152018Z:448523ff-76c1-4406-bbed-e248888e69bc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-2", + "name": "sdk-py-tests-acc-1-88d22fd3/sdk-py-tests-snapshot-policy-2", + "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", + "etag": "W/\u0022datetime\u00272022-10-20T15%3A20%3A17.6223425Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T15:20:16.3323279Z" + }, + "properties": { + "enabled": false, + "hourlySchedule": { + "snapshotsToKeep": 1, + "minute": 50 + }, + "dailySchedule": {}, + "weeklySchedule": {}, + "monthlySchedule": {}, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T15:20:17.4311684Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T15:20:17.4311684Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15:20: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": "3750ff58-8aa9-44ab-bc2d-e57902abd05d", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T152019Z:3750ff58-8aa9-44ab-bc2d-e57902abd05d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-1", + "name": "sdk-py-tests-acc-1-88d22fd3/sdk-py-tests-snapshot-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", + "etag": "W/\u0022datetime\u00272022-10-20T15%3A20%3A14.8105925Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T15:20:13.4834455Z" + }, + "properties": { + "enabled": false, + "hourlySchedule": { + "snapshotsToKeep": 1, + "minute": 50 + }, + "dailySchedule": {}, + "weeklySchedule": {}, + "monthlySchedule": {}, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T15:20:14.601731Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T15:20:14.601731Z" + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-2", + "name": "sdk-py-tests-acc-1-88d22fd3/sdk-py-tests-snapshot-policy-2", + "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", + "etag": "W/\u0022datetime\u00272022-10-20T15%3A20%3A17.6680344Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T15:20:16.3323279Z" + }, + "properties": { + "enabled": false, + "hourlySchedule": { + "snapshotsToKeep": 1, + "minute": 50 + }, + "dailySchedule": {}, + "weeklySchedule": {}, + "monthlySchedule": {}, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T15:20:17.4311684Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T15:20:17.4311684Z" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4763b688-a5e0-4ba2-97d7-64587c3b964f?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 15:20:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4763b688-a5e0-4ba2-97d7-64587c3b964f?api-version=2022-05-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": "7e6316aa-7f71-4042-ad72-34e9da84b5ca", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T152019Z:7e6316aa-7f71-4042-ad72-34e9da84b5ca", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4763b688-a5e0-4ba2-97d7-64587c3b964f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15:20: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": "2001737b-95c8-4d2d-b922-517447b506d3", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T152020Z:2001737b-95c8-4d2d-b922-517447b506d3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4763b688-a5e0-4ba2-97d7-64587c3b964f", + "name": "4763b688-a5e0-4ba2-97d7-64587c3b964f", + "status": "Succeeded", + "startTime": "2022-10-20T15:20:19.6865714Z", + "endTime": "2022-10-20T15:20:19.7334408Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4763b688-a5e0-4ba2-97d7-64587c3b964f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15: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": "3d486f15-aa63-483c-bef4-34345f1d504c", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T152020Z:3d486f15-aa63-483c-bef4-34345f1d504c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-1", + "name": "sdk-py-tests-acc-1-88d22fd3/sdk-py-tests-snapshot-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", + "etag": "W/\u0022datetime\u00272022-10-20T15%3A20%3A19.6729405Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T15:20:13.4834455Z" + }, + "properties": { + "enabled": false, + "hourlySchedule": { + "snapshotsToKeep": 1, + "minute": 50 + }, + "dailySchedule": {}, + "weeklySchedule": {}, + "monthlySchedule": {}, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T15:20:14.601731Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T15:20:14.601731Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "303", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15:20: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": "5186340c-5e35-42ec-a8a7-93721d5ac75f", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T152025Z:5186340c-5e35-42ec-a8a7-93721d5ac75f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-1\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-2?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/772c0dcf-4602-4c4e-8d80-63f3c5221bbe?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 15:20:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/772c0dcf-4602-4c4e-8d80-63f3c5221bbe?api-version=2022-05-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": "532c6292-85df-40ba-9a3a-d564418c7b47", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T152026Z:532c6292-85df-40ba-9a3a-d564418c7b47", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/772c0dcf-4602-4c4e-8d80-63f3c5221bbe?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15:20: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": "b4e88e0a-3aa4-4a80-b18d-45c70749fb5a", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T152026Z:b4e88e0a-3aa4-4a80-b18d-45c70749fb5a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/772c0dcf-4602-4c4e-8d80-63f3c5221bbe", + "name": "772c0dcf-4602-4c4e-8d80-63f3c5221bbe", + "status": "Succeeded", + "startTime": "2022-10-20T15:20:26.2977052Z", + "endTime": "2022-10-20T15:20:26.3446259Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/772c0dcf-4602-4c4e-8d80-63f3c5221bbe?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15:20: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": "ea1154f1-b852-47d4-889c-446ae5328411", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T152026Z:ea1154f1-b852-47d4-889c-446ae5328411", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-2", + "name": "sdk-py-tests-acc-1-88d22fd3/sdk-py-tests-snapshot-policy-2", + "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", + "etag": "W/\u0022datetime\u00272022-10-20T15%3A20%3A26.2853321Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T15:20:16.3323279Z" + }, + "properties": { + "enabled": false, + "hourlySchedule": { + "snapshotsToKeep": 1, + "minute": 50 + }, + "dailySchedule": {}, + "weeklySchedule": {}, + "monthlySchedule": {}, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T15:20:17.4311684Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T15:20:17.4311684Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "303", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15:20: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": "6900afd3-43e3-4604-a96e-45d5f5f8779a", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T152032Z:6900afd3-43e3-4604-a96e-45d5f5f8779a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-2\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15:20: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": "7a57290f-1756-4b29-8f20-f0f9f9137f27", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T152032Z:7a57290f-1756-4b29-8f20-f0f9f9137f27", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50fadf76-dbce-4a95-835e-9c0abbbf4f3c?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 15:21:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50fadf76-dbce-4a95-835e-9c0abbbf4f3c?api-version=2022-05-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": "7152c5d8-ef9c-4c3a-9d0e-2234dc8b255c", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T152124Z:7152c5d8-ef9c-4c3a-9d0e-2234dc8b255c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50fadf76-dbce-4a95-835e-9c0abbbf4f3c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15:21: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": "9f933531-9b33-4ce1-a5a0-3be103afc140", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T152124Z:9f933531-9b33-4ce1-a5a0-3be103afc140", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50fadf76-dbce-4a95-835e-9c0abbbf4f3c", + "name": "50fadf76-dbce-4a95-835e-9c0abbbf4f3c", + "status": "Succeeded", + "startTime": "2022-10-20T15:21:24.1204598Z", + "endTime": "2022-10-20T15:21:24.167342Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50fadf76-dbce-4a95-835e-9c0abbbf4f3c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 15:21: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": "75146934-396f-4fc0-b4a5-622649159904", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T152124Z:75146934-396f-4fc0-b4a5-622649159904", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3", + "name": "sdk-py-tests-acc-1-88d22fd3", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T15%3A21%3A24.1176333Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T15:20:07.0213444Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T15:20:10.0202458Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T15:20:10.0202458Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:12 GMT", + "Date": "Thu, 20 Oct 2022 15:21: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": "f1dbb00b-dd87-4538-8aae-68a452e0ee6a", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010913Z:f1dbb00b-dd87-4538-8aae-68a452e0ee6a" + "x-ms-correlation-request-id": "af52057f-ea44-4de4-a373-dafff5a0adf4", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T152125Z:af52057f-ea44-4de4-a373-dafff5a0adf4", + "X-Powered-By": "ASP.NET" }, "ResponseBody": { "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3\u0027 is not found." } } } 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 c75651bd488c..c97042e1958f 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:14 GMT", + "Date": "Thu, 20 Oct 2022 21:37:17 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.13943.6 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:14 GMT", + "Date": "Thu, 20 Oct 2022 21:37:17 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.13845.9 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "7a066058-1dbc-4a1f-9c32-626d127923d0", + "client-request-id": "af326097-4058-40b0-afc6-b3596dca2f78", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "7a066058-1dbc-4a1f-9c32-626d127923d0", + "client-request-id": "af326097-4058-40b0-afc6-b3596dca2f78", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:14 GMT", + "Date": "Thu, 20 Oct 2022 21:37:17 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,29 +221,729 @@ "Connection": "keep-alive", "Content-Length": "23", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/0.0.0 (it should be stable) Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2" }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78a0ec89-35a7-4140-8c4d-8c19bc699e3d?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:37:26 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T21%3A37%3A25.8428349Z\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": "d8299eae-1652-4226-a74a-87b2fd5fee95", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213727Z:d8299eae-1652-4226-a74a-87b2fd5fee95", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a", + "name": "sdk-py-tests-acc-1-e9f2309a", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A37%3A25.8428349Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:37:22.1232395Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:37:24.8608327Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:37:24.8608327Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78a0ec89-35a7-4140-8c4d-8c19bc699e3d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:37: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": "e43e112d-fc19-47f5-b29a-5560f576ca4b", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213727Z:e43e112d-fc19-47f5-b29a-5560f576ca4b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78a0ec89-35a7-4140-8c4d-8c19bc699e3d", + "name": "78a0ec89-35a7-4140-8c4d-8c19bc699e3d", + "status": "Succeeded", + "startTime": "2022-10-20T21:37:25.8293077Z", + "endTime": "2022-10-20T21:37:25.8761799Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:37:27 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T21%3A37%3A25.8770843Z\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": "387cbe98-e686-41b9-9679-db8f39d7608c", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213728Z:387cbe98-e686-41b9-9679-db8f39d7608c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a", + "name": "sdk-py-tests-acc-1-e9f2309a", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A37%3A25.8770843Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:37:22.1232395Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:37:24.8608327Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:37:24.8608327Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "179", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "hourlySchedule": { + "snapshotsToKeep": 1, + "minute": 50 + }, + "dailySchedule": {}, + "weeklySchedule": {}, + "monthlySchedule": {}, + "enabled": false + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/89c307ee-189c-46e9-a1dd-86a1677a4507?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "929", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:37:30 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T21%3A37%3A29.6826213Z\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": "72363cc1-9089-4d18-a6f8-b051dcd11667", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213731Z:72363cc1-9089-4d18-a6f8-b051dcd11667", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1", + "name": "sdk-py-tests-acc-1-e9f2309a/sdk-py-tests-snapshot-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A37%3A29.6826213Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:37:28.3955094Z" + }, + "properties": { + "enabled": false, + "hourlySchedule": { + "snapshotsToKeep": 1, + "minute": 50 + }, + "dailySchedule": {}, + "weeklySchedule": {}, + "monthlySchedule": {}, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:37:29.5208087Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:37:29.5208087Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "190", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "hourlySchedule": {}, + "dailySchedule": { + "snapshotsToKeep": 1, + "hour": 1, + "minute": 50 + }, + "weeklySchedule": {}, + "monthlySchedule": {}, + "enabled": false + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/817095b6-8358-48f0-8cd1-44f08ee13d2c?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "929", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:37:30 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T21%3A37%3A31.5399288Z\u0027\u0022", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/817095b6-8358-48f0-8cd1-44f08ee13d2c?api-version=2022-05-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": "907b1962-59e7-4a86-892e-f398f4984d29", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213731Z:907b1962-59e7-4a86-892e-f398f4984d29", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1", + "name": "sdk-py-tests-acc-1-e9f2309a/sdk-py-tests-snapshot-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A37%3A31.5399288Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:37:28.3955094Z" + }, + "properties": { + "provisioningState": "Patching", + "enabled": false, + "hourlySchedule": { + "snapshotsToKeep": 1, + "minute": 50 + }, + "dailySchedule": {}, + "weeklySchedule": {}, + "monthlySchedule": {} + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:37:29.5208087Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:37:29.5208087Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/817095b6-8358-48f0-8cd1-44f08ee13d2c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:37: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": "a9bd40f2-a91c-4f93-9d08-6d1d6d157a7b", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213731Z:a9bd40f2-a91c-4f93-9d08-6d1d6d157a7b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/817095b6-8358-48f0-8cd1-44f08ee13d2c", + "name": "817095b6-8358-48f0-8cd1-44f08ee13d2c", + "status": "Succeeded", + "startTime": "2022-10-20T21:37:31.5490771Z", + "endTime": "2022-10-20T21:37:31.6428434Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/817095b6-8358-48f0-8cd1-44f08ee13d2c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:37: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": "a5fda670-af2a-4af2-bbc7-d42d75aab875", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213732Z:a5fda670-af2a-4af2-bbc7-d42d75aab875", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1", + "name": "sdk-py-tests-acc-1-e9f2309a/sdk-py-tests-snapshot-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A37%3A31.6338766Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:37:31.2379358Z" + }, + "properties": { + "enabled": false, + "hourlySchedule": { + "snapshotsToKeep": 1, + "minute": 50 + }, + "dailySchedule": { + "snapshotsToKeep": 1, + "hour": 1, + "minute": 50 + }, + "weeklySchedule": {}, + "monthlySchedule": {}, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:37:29.5208087Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:37:31.4121845Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/14fb58bf-79b4-4c7e-be92-85b1bb598a9d?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 21:37:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/14fb58bf-79b4-4c7e-be92-85b1bb598a9d?api-version=2022-05-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": "024c4788-9287-45f9-a158-f33a827594c2", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213732Z:024c4788-9287-45f9-a158-f33a827594c2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/14fb58bf-79b4-4c7e-be92-85b1bb598a9d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:37: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": "9d58ff00-0a9e-408d-8b0a-ea8168d7f43d", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213733Z:9d58ff00-0a9e-408d-8b0a-ea8168d7f43d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/14fb58bf-79b4-4c7e-be92-85b1bb598a9d", + "name": "14fb58bf-79b4-4c7e-be92-85b1bb598a9d", + "status": "Succeeded", + "startTime": "2022-10-20T21:37:32.736697Z", + "endTime": "2022-10-20T21:37:32.7679377Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/14fb58bf-79b4-4c7e-be92-85b1bb598a9d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:37: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": "4cfa8471-3012-497e-b169-34aba06da4d4", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213733Z:4cfa8471-3012-497e-b169-34aba06da4d4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1", + "name": "sdk-py-tests-acc-1-e9f2309a/sdk-py-tests-snapshot-policy-1", + "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A37%3A32.7232701Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:37:31.2379358Z" + }, + "properties": { + "enabled": false, + "hourlySchedule": { + "snapshotsToKeep": 1, + "minute": 50 + }, + "dailySchedule": { + "snapshotsToKeep": 1, + "hour": 1, + "minute": 50 + }, + "weeklySchedule": {}, + "monthlySchedule": {}, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:37:29.5208087Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:37:31.4121845Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "303", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21:37: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": "fafcb6e2-770a-425c-9902-027ea5f5e259", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213738Z:fafcb6e2-770a-425c-9902-027ea5f5e259", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb44fd01-47df-4208-8852-69e4baa1e9ca?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 21:38:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb44fd01-47df-4208-8852-69e4baa1e9ca?api-version=2022-05-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": "be7c9f77-a58f-46bc-ac86-b2234606292c", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213830Z:be7c9f77-a58f-46bc-ac86-b2234606292c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb44fd01-47df-4208-8852-69e4baa1e9ca?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21: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": "f3d49a31-b28f-43c4-bf3a-725d3efea16a", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213830Z:f3d49a31-b28f-43c4-bf3a-725d3efea16a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb44fd01-47df-4208-8852-69e4baa1e9ca", + "name": "bb44fd01-47df-4208-8852-69e4baa1e9ca", + "status": "Succeeded", + "startTime": "2022-10-20T21:38:29.9772516Z", + "endTime": "2022-10-20T21:38:30.0241614Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb44fd01-47df-4208-8852-69e4baa1e9ca?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 21: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": "9a2ba0ab-9864-4e10-9c04-315a80b8577c", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213830Z:9a2ba0ab-9864-4e10-9c04-315a80b8577c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a", + "name": "sdk-py-tests-acc-1-e9f2309a", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T21%3A38%3A29.968328Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T21:37:22.1232395Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T21:37:24.8608327Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T21:37:24.8608327Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:14 GMT", + "Date": "Thu, 20 Oct 2022 21:38: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": "a9fc4533-2855-494c-b100-b0aadc04c102", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010915Z:a9fc4533-2855-494c-b100-b0aadc04c102" + "x-ms-correlation-request-id": "b9dd2cef-5271-4120-8eaf-1878cab93ced", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T213831Z:b9dd2cef-5271-4120-8eaf-1878cab93ced", + "X-Powered-By": "ASP.NET" }, "ResponseBody": { "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a\u0027 is not found." } } } 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 index c392e78ed89b..746a0d14b221 100644 --- 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 @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:19 GMT", + "Date": "Fri, 21 Oct 2022 09:11:01 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.13943.6 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:19 GMT", + "Date": "Fri, 21 Oct 2022 09:11:01 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.13845.9 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "62e7935a-b900-4091-a74f-e8e87afab4be", + "client-request-id": "3ce8d0de-2a4d-4c3e-bbeb-a13cb1299e15", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "62e7935a-b900-4091-a74f-e8e87afab4be", + "client-request-id": "3ce8d0de-2a4d-4c3e-bbeb-a13cb1299e15", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:19 GMT", + "Date": "Fri, 21 Oct 2022 09:11:01 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,7 +221,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -236,26 +233,2921 @@ } } }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7e2cd77a-2ec7-40a8-8271-f671cae63611?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "748", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:11:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ef961ee6-d920-4875-98fa-f74ab8f7110c", + "x-ms-correlation-request-id": "4efa44cd-24a3-48dd-8182-1f9f50f6c0ca", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091111Z:4efa44cd-24a3-48dd-8182-1f9f50f6c0ca" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-westus2-6b727b0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0", + "etag": "W/\u0022d4b159dc-d45c-46bc-8fcf-ad044922503e\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T09:11:03.8976190Z" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "228066bf-2f06-4e81-ba6c-984da6d0c74a", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7e2cd77a-2ec7-40a8-8271-f671cae63611?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:11:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b7c5a123-c1fa-47be-9eb9-a30ceca2b69b", + "x-ms-correlation-request-id": "10ae2922-0ba6-4bff-8b12-2cf0963d18a1", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091111Z:10ae2922-0ba6-4bff-8b12-2cf0963d18a1" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7e2cd77a-2ec7-40a8-8271-f671cae63611?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:11:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "58ff6fba-87de-42b4-82a9-7c4392e72df0", + "x-ms-correlation-request-id": "bcd7f80a-009d-41b6-8e59-38d2a30e8024", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091122Z:bcd7f80a-009d-41b6-8e59-38d2a30e8024" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:11:22 GMT", + "ETag": "W/\u00226ddce893-f513-4fca-9b54-78c17eae89c0\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "3b16bbcf-b0c6-4060-96be-2a86b5475251", + "x-ms-correlation-request-id": "d5f407c8-a201-4e8c-b7ef-1900647b60c5", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091122Z:d5f407c8-a201-4e8c-b7ef-1900647b60c5" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-westus2-6b727b0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0", + "etag": "W/\u00226ddce893-f513-4fca-9b54-78c17eae89c0\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T09:11:03.8976190Z" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "228066bf-2f06-4e81-ba6c-984da6d0c74a", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "151", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "properties": { + "serviceName": "Microsoft.Netapp/volumes" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ff07c2db-83d7-4915-902f-43359c1873a6?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1324", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:11:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ac69615a-fb5d-48bf-95af-498e71247ba5", + "x-ms-correlation-request-id": "4f54e8fb-6d8b-43b5-98c2-9fec5829f2aa", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091123Z:4f54e8fb-6d8b-43b5-98c2-9fec5829f2aa" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default", + "etag": "W/\u002277c0aae1-35f1-4584-b3b3-2ae2940c31e2\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default/delegations/netAppVolumes", + "etag": "W/\u002277c0aae1-35f1-4584-b3b3-2ae2940c31e2\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ff07c2db-83d7-4915-902f-43359c1873a6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:11:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "2514969c-0407-48c8-934a-4f6f35b24c69", + "x-ms-correlation-request-id": "ba2c42b0-119f-4801-a291-3386dea62c15", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091123Z:ba2c42b0-119f-4801-a291-3386dea62c15" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:11:23 GMT", + "ETag": "W/\u00228fdbfcc5-1fe9-4960-96ab-971b1a8c91aa\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "4c5cdd2c-a5aa-4e1b-b7ca-df12e875be37", + "x-ms-correlation-request-id": "dc36587e-3127-4158-a26b-ab7235349921", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091123Z:dc36587e-3127-4158-a26b-ab7235349921" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default", + "etag": "W/\u00228fdbfcc5-1fe9-4960-96ab-971b1a8c91aa\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default/delegations/netAppVolumes", + "etag": "W/\u00228fdbfcc5-1fe9-4960-96ab-971b1a8c91aa\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Fri, 21 Oct 2022 09:11:23 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.13943.8 - NEULR1 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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Fri, 21 Oct 2022 09:11:23 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.13943.8 - 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": "23e533e7-cd35-43d8-aa8d-9fa1831c1110", + "Connection": "keep-alive", + "Content-Length": "281", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "win32", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.20.0", + "x-ms-lib-capability": "retry-after, h429" + }, + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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": "23e533e7-cd35-43d8-aa8d-9fa1831c1110", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:11:23 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.13943.8 - 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9c7a1a96-5549-4761-a7eb-11702d67cee3?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "704", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:11:34 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T09%3A11%3A33.1664347Z\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": "0baeb470-43d6-4758-82db-1c3d4e968165", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091134Z:0baeb470-43d6-4758-82db-1c3d4e968165", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0", + "name": "sdk-py-tests-acc-1-6b727b0", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T09%3A11%3A33.1664347Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T09:11:25.0590641Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T09:11:32.2090088Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T09:11:32.2090088Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9c7a1a96-5549-4761-a7eb-11702d67cee3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09: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": "680d542e-2219-49c0-a77e-5efb8a104040", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091134Z:680d542e-2219-49c0-a77e-5efb8a104040", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9c7a1a96-5549-4761-a7eb-11702d67cee3", + "name": "9c7a1a96-5549-4761-a7eb-11702d67cee3", + "status": "Succeeded", + "startTime": "2022-10-21T09:11:33.1639113Z", + "endTime": "2022-10-21T09:11:33.2264227Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:11:34 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T09%3A11%3A33.230779Z\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": "9a1f1a7e-9970-443f-95c2-4fe11c32f91c", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091135Z:9a1f1a7e-9970-443f-95c2-4fe11c32f91c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0", + "name": "sdk-py-tests-acc-1-6b727b0", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T09%3A11%3A33.230779Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T09:11:25.0590641Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T09:11:32.2090088Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T09:11:32.2090088Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/53bc9854-e3ce-474e-a3ae-1b60338ed5ff?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "920", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:11:37 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T09%3A11%3A36.7643697Z\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": "95008ef7-a7fa-4f30-b1a7-c4bf419bfa30", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091138Z:95008ef7-a7fa-4f30-b1a7-c4bf419bfa30", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T09%3A11%3A36.7643697Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T09:11:35.4433120Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T09:11:36.5703996Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T09:11:36.5703996Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/53bc9854-e3ce-474e-a3ae-1b60338ed5ff?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:11: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": "8650f3e4-b32d-45e3-ba28-e24fdbb08148", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091138Z:8650f3e4-b32d-45e3-ba28-e24fdbb08148", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/53bc9854-e3ce-474e-a3ae-1b60338ed5ff", + "name": "53bc9854-e3ce-474e-a3ae-1b60338ed5ff", + "status": "Succeeded", + "startTime": "2022-10-21T09:11:36.7552739Z", + "endTime": "2022-10-21T09:11:37.8655581Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:11:38 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T09%3A11%3A37.8661247Z\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": "8d3fa3cb-d2fb-4ad7-97eb-27ac277a9606", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091138Z:8d3fa3cb-d2fb-4ad7-97eb-27ac277a9606", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T09%3A11%3A37.8661247Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T09:11:35.4433120Z" + }, + "properties": { + "poolId": "adb26462-fd1d-ccba-6b15-136c4a05ef89", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T09:11:36.5703996Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T09:11:36.5703996Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "812", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "creationToken": "sdk-py-tests-vol-3-6b727b0", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/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/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1608", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:11:40 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T09%3A11%3A40.4432592Z\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": "cfdf80ae-ef8b-4a16-a04c-69f8a3d351c6", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091141Z:cfdf80ae-ef8b-4a16-a04c-69f8a3d351c6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0", + "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-6b727b0", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T09%3A11%3A40.4432592Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T09:11:39.1651421Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-6b727b0", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T09:11:40.1663036Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T09:11:40.1663036Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:11: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": "0c30adad-18cc-4b93-bfc4-9f3cc952b2ef", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091141Z:0c30adad-18cc-4b93-bfc4-9f3cc952b2ef", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "name": "1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "status": "Creating", + "startTime": "2022-10-21T09:11:40.4490167Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:12: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": "e275f0dc-0de4-44b9-bc2d-f00c23198fe7", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091211Z:e275f0dc-0de4-44b9-bc2d-f00c23198fe7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "name": "1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "status": "Creating", + "startTime": "2022-10-21T09:11:40.4490167Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:12: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": "7be47dab-e42f-4782-b75f-68606c40fed3", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091242Z:7be47dab-e42f-4782-b75f-68606c40fed3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "name": "1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "status": "Creating", + "startTime": "2022-10-21T09:11:40.4490167Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:13: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": "ad94aa14-37e2-4799-880f-0e37acd5af7e", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091312Z:ad94aa14-37e2-4799-880f-0e37acd5af7e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "name": "1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "status": "Creating", + "startTime": "2022-10-21T09:11:40.4490167Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:13: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": "85a35e9d-46c9-4f3f-9b11-b8c619bbeef3", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091342Z:85a35e9d-46c9-4f3f-9b11-b8c619bbeef3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "name": "1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "status": "Creating", + "startTime": "2022-10-21T09:11:40.4490167Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:14: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": "84a5e29d-4fd0-42c5-8e79-92e7fb276018", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091412Z:84a5e29d-4fd0-42c5-8e79-92e7fb276018", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "name": "1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "status": "Creating", + "startTime": "2022-10-21T09:11:40.4490167Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:14: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": "047d316a-5b72-4e09-bd25-ed48b7663637", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091443Z:047d316a-5b72-4e09-bd25-ed48b7663637", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "name": "1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "status": "Creating", + "startTime": "2022-10-21T09:11:40.4490167Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:15: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": "a3ac6865-50ee-449b-b14c-3ad80a315dea", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091513Z:a3ac6865-50ee-449b-b14c-3ad80a315dea", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "name": "1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "status": "Creating", + "startTime": "2022-10-21T09:11:40.4490167Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:15: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": "07e44587-3c34-416b-9a04-88108bb030e2", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091543Z:07e44587-3c34-416b-9a04-88108bb030e2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "name": "1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "status": "Creating", + "startTime": "2022-10-21T09:11:40.4490167Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:16: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": "82644727-cec5-40ec-a16c-98db9d2bfc1a", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091614Z:82644727-cec5-40ec-a16c-98db9d2bfc1a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "name": "1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "status": "Succeeded", + "startTime": "2022-10-21T09:11:40.4490167Z", + "endTime": "2022-10-21T09:15:46.4883777Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:16:13 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T09%3A15%3A46.4348231Z\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": "1d66206d-e9bb-43ef-8a70-906b51935d90", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091614Z:1d66206d-e9bb-43ef-8a70-906b51935d90", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0", + "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-6b727b0", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T09%3A15%3A46.4348231Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T09:11:39.1651421Z" + }, + "properties": { + "fileSystemId": "86661fb5-c696-37da-829f-23e81009017f", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-6b727b0", + "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_8f82c7b40509489d9e97d719b9b955b4_3987b494", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "86661fb5-c696-37da-829f-23e81009017f", + "fileSystemId": "86661fb5-c696-37da-829f-23e81009017f", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Enabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T09:11:40.1663036Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T09:11:40.1663036Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-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/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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/westus2/operationResults/2bfc2794-752c-49a8-95ab-d7c99d942102?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "540", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:16:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bfc2794-752c-49a8-95ab-d7c99d942102?api-version=2022-05-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": "45314c94-7d55-4e70-a5dd-bd63bf581195", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091615Z:45314c94-7d55-4e70-a5dd-bd63bf581195", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-6b727b0/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/westus2/operationResults/2bfc2794-752c-49a8-95ab-d7c99d942102?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:16: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": "fefb2ca4-9d70-4df4-b17d-3677c88b3c2d", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091615Z:fefb2ca4-9d70-4df4-b17d-3677c88b3c2d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bfc2794-752c-49a8-95ab-d7c99d942102", + "name": "2bfc2794-752c-49a8-95ab-d7c99d942102", + "status": "Creating", + "startTime": "2022-10-21T09:16:14.9654905Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bfc2794-752c-49a8-95ab-d7c99d942102?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:16: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": "4e0db594-e6e2-4457-bd6d-554eaf47b34f", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091645Z:4e0db594-e6e2-4457-bd6d-554eaf47b34f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bfc2794-752c-49a8-95ab-d7c99d942102", + "name": "2bfc2794-752c-49a8-95ab-d7c99d942102", + "status": "Succeeded", + "startTime": "2022-10-21T09:16:14.9654905Z", + "endTime": "2022-10-21T09:16:16.7158846Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:16: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": "31660f6f-a4ef-436b-bcc3-e9a165be6372", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091646Z:31660f6f-a4ef-436b-bcc3-e9a165be6372", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-6b727b0/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-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/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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/westus2/operationResults/208ea936-d962-4d4c-a62d-ecb9fb81fae8?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "545", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:16:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/208ea936-d962-4d4c-a62d-ecb9fb81fae8?api-version=2022-05-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": "bcd49409-6128-48d1-bbef-bfdadf0094c0", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091646Z:bcd49409-6128-48d1-bbef-bfdadf0094c0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-6b727b0/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/westus2/operationResults/208ea936-d962-4d4c-a62d-ecb9fb81fae8?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:16: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": "583c3129-56aa-4599-ae71-857c6398a9f7", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091647Z:583c3129-56aa-4599-ae71-857c6398a9f7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/208ea936-d962-4d4c-a62d-ecb9fb81fae8", + "name": "208ea936-d962-4d4c-a62d-ecb9fb81fae8", + "status": "Patching", + "startTime": "2022-10-21T09:16:46.7704378Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/208ea936-d962-4d4c-a62d-ecb9fb81fae8?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:17: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": "80b5799c-10bf-41d8-9259-f1153ae4ccf8", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091717Z:80b5799c-10bf-41d8-9259-f1153ae4ccf8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/208ea936-d962-4d4c-a62d-ecb9fb81fae8", + "name": "208ea936-d962-4d4c-a62d-ecb9fb81fae8", + "status": "Succeeded", + "startTime": "2022-10-21T09:16:46.7704378Z", + "endTime": "2022-10-21T09:16:47.4892479Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:17: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": "b9fb7289-2848-40f4-b3e8-6b1078a871da", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091719Z:b9fb7289-2848-40f4-b3e8-6b1078a871da", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-6b727b0/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:17: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": "eb9e5caf-a0c4-4a46-96d0-bdc302e549f8", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091719Z:eb9e5caf-a0c4-4a46-96d0-bdc302e549f8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-6b727b0/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7444d1d4-6deb-4e00-acfb-b08373650f14?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 09:17:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7444d1d4-6deb-4e00-acfb-b08373650f14?api-version=2022-05-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": "265ed742-6d76-4f2a-b8a8-358d334d9fa5", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091720Z:265ed742-6d76-4f2a-b8a8-358d334d9fa5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7444d1d4-6deb-4e00-acfb-b08373650f14?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:17: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": "1f9da3ed-b57d-44eb-8083-3ad915b28f0f", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091720Z:1f9da3ed-b57d-44eb-8083-3ad915b28f0f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7444d1d4-6deb-4e00-acfb-b08373650f14", + "name": "7444d1d4-6deb-4e00-acfb-b08373650f14", + "status": "Deleting", + "startTime": "2022-10-21T09:17:20.1291329Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7444d1d4-6deb-4e00-acfb-b08373650f14?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:17: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": "8102fae8-b2fe-45f0-97a1-9dcb8f89eef5", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091750Z:8102fae8-b2fe-45f0-97a1-9dcb8f89eef5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7444d1d4-6deb-4e00-acfb-b08373650f14", + "name": "7444d1d4-6deb-4e00-acfb-b08373650f14", + "status": "Succeeded", + "startTime": "2022-10-21T09:17:20.1291329Z", + "endTime": "2022-10-21T09:17:20.5979705Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:17: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": "34e63b2b-4bde-45ea-a515-760f6b56f0ff", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091752Z:34e63b2b-4bde-45ea-a515-760f6b56f0ff", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 09:17:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb?api-version=2022-05-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": "105ab627-0436-4543-ad3c-208dbe01a384", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091752Z:105ab627-0436-4543-ad3c-208dbe01a384", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:17: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": "3e58602f-200a-4e8b-9b05-f9f3098e2a86", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091752Z:3e58602f-200a-4e8b-9b05-f9f3098e2a86", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb", + "name": "42be0be0-e0c1-4c5f-b1a4-3adbf35315eb", + "status": "Deleting", + "startTime": "2022-10-21T09:17:52.5544416Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:18: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": "ff1266e9-0c85-49a5-9d91-d8eb0c3507a2", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091823Z:ff1266e9-0c85-49a5-9d91-d8eb0c3507a2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb", + "name": "42be0be0-e0c1-4c5f-b1a4-3adbf35315eb", + "status": "Deleting", + "startTime": "2022-10-21T09:17:52.5544416Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:18: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": "adc5bfe6-6fc0-4253-bf37-23f05237755d", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091853Z:adc5bfe6-6fc0-4253-bf37-23f05237755d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb", + "name": "42be0be0-e0c1-4c5f-b1a4-3adbf35315eb", + "status": "Deleting", + "startTime": "2022-10-21T09:17:52.5544416Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:19: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": "b74eb976-3a96-4502-abdf-fdbecdb15acd", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091923Z:b74eb976-3a96-4502-abdf-fdbecdb15acd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb", + "name": "42be0be0-e0c1-4c5f-b1a4-3adbf35315eb", + "status": "Deleting", + "startTime": "2022-10-21T09:17:52.5544416Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:19: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": "8eb678a5-154b-4c53-9669-979e31eab9d6", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091954Z:8eb678a5-154b-4c53-9669-979e31eab9d6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb", + "name": "42be0be0-e0c1-4c5f-b1a4-3adbf35315eb", + "status": "Succeeded", + "startTime": "2022-10-21T09:17:52.5544416Z", + "endTime": "2022-10-21T09:19:38.4173364Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:19: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": "2a3662b4-f61e-4295-a98a-0caca3605259", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T091954Z:2a3662b4-f61e-4295-a98a-0caca3605259", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0", + "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-6b727b0", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T09%3A19%3A29.570093Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T09:11:39.1651421Z" + }, + "properties": { + "fileSystemId": "86661fb5-c696-37da-829f-23e81009017f", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-6b727b0", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_3987b494", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0", + "poolId": "adb26462-fd1d-ccba-6b15-136c4a05ef89", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "86661fb5-c696-37da-829f-23e81009017f", + "fileSystemId": "86661fb5-c696-37da-829f-23e81009017f", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T09:11:40.1663036Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T09:11:40.1663036Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "322", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:23:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4912ac69-f244-42a8-ac56-544d858c8339", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T092318Z:4912ac69-f244-42a8-ac56-544d858c8339" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f95fad95-5f50-4e0a-9967-9d78ca1f4586?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 09:23:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f95fad95-5f50-4e0a-9967-9d78ca1f4586?api-version=2022-05-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": "488a2da9-50c3-463c-bb41-17c6dd980390", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T092331Z:488a2da9-50c3-463c-bb41-17c6dd980390", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f95fad95-5f50-4e0a-9967-9d78ca1f4586?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:23: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": "467e8f8d-33b2-4a31-9a64-04fefc494559", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T092331Z:467e8f8d-33b2-4a31-9a64-04fefc494559", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f95fad95-5f50-4e0a-9967-9d78ca1f4586", + "name": "f95fad95-5f50-4e0a-9967-9d78ca1f4586", + "status": "Deleting", + "startTime": "2022-10-21T09:23:31.037293Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f95fad95-5f50-4e0a-9967-9d78ca1f4586?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:24: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": "bfefe14b-33df-4a3e-a78c-33fbbf612cf0", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T092401Z:bfefe14b-33df-4a3e-a78c-33fbbf612cf0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f95fad95-5f50-4e0a-9967-9d78ca1f4586", + "name": "f95fad95-5f50-4e0a-9967-9d78ca1f4586", + "status": "Succeeded", + "startTime": "2022-10-21T09:23:31.037293Z", + "endTime": "2022-10-21T09:23:31.9976921Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f95fad95-5f50-4e0a-9967-9d78ca1f4586?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:24: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": "ca0770da-0eb7-40ad-b9d3-2a4cdeccf129", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T092401Z:ca0770da-0eb7-40ad-b9d3-2a4cdeccf129", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T09%3A23%3A31.0328737Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T09:11:35.4433120Z" + }, + "properties": { + "poolId": "adb26462-fd1d-ccba-6b15-136c4a05ef89", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T09:11:36.5703996Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T09:11:36.5703996Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 09:24:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "636ed2e8-db31-4983-9a39-573d14b9d764", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T092412Z:636ed2e8-db31-4983-9a39-573d14b9d764" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 09:24:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5b4f6ed2-707a-4ecf-ab64-ef766eccb864", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T092422Z:5b4f6ed2-707a-4ecf-ab64-ef766eccb864" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 09:24:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1df3d6e8-2bbf-4b6f-8df8-33ccbc49947a", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T092432Z:1df3d6e8-2bbf-4b6f-8df8-33ccbc49947a" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 09:24:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "20a31345-26d5-4b50-a6e1-14dd4b2b65a8", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T092443Z:20a31345-26d5-4b50-a6e1-14dd4b2b65a8" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "287", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:19 GMT", + "Date": "Fri, 21 Oct 2022 09:24:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "47e8b00d-84c7-4fc9-a92c-d17752be3d64", + "x-ms-correlation-request-id": "49b5292c-a414-468e-87e8-0f354c4fc81d", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010920Z:47e8b00d-84c7-4fc9-a92c-d17752be3d64" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T092453Z:49b5292c-a414-468e-87e8-0f354c4fc81d" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37934d16-ade7-4752-9aa7-2d2ab5977556?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 09:24:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37934d16-ade7-4752-9aa7-2d2ab5977556?api-version=2022-05-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": "16f4ead9-858b-4280-a3ef-b39f3814c427", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T092454Z:16f4ead9-858b-4280-a3ef-b39f3814c427", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37934d16-ade7-4752-9aa7-2d2ab5977556?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:24: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": "420364c5-15a8-4ba3-b317-5b4be093b96f", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T092455Z:420364c5-15a8-4ba3-b317-5b4be093b96f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37934d16-ade7-4752-9aa7-2d2ab5977556", + "name": "37934d16-ade7-4752-9aa7-2d2ab5977556", + "status": "Succeeded", + "startTime": "2022-10-21T09:24:54.6914162Z", + "endTime": "2022-10-21T09:24:54.7538828Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37934d16-ade7-4752-9aa7-2d2ab5977556?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:24: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": "35910427-9fbe-4879-b0e4-ced6029093c2", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T092455Z:35910427-9fbe-4879-b0e4-ced6029093c2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0", + "name": "sdk-py-tests-acc-1-6b727b0", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T09%3A24%3A54.6859897Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T09:11:25.0590641Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T09:11:32.2090088Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T09:11:32.2090088Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "254", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:24:54 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": "e9ba6bca-801d-44b6-b2f9-16c21aa1a545", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T092455Z:e9ba6bca-801d-44b6-b2f9-16c21aa1a545", + "X-Powered-By": "ASP.NET" }, "ResponseBody": { "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0\u0027 is not found." } } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/fbb7ae0c-4067-48d2-a16b-c8116566cbba?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 09:24:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/fbb7ae0c-4067-48d2-a16b-c8116566cbba?api-version=2022-05-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "2911bd2d-4fa1-461b-8f98-2ed7e5e107eb", + "x-ms-correlation-request-id": "54874709-01d3-4c6c-b1a4-89a4bbad3124", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T092456Z:54874709-01d3-4c6c-b1a4-89a4bbad3124" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/69a75bda-882e-44d5-8431-63421204132a/providers/Microsoft.Network/locations/westus2/operations/fbb7ae0c-4067-48d2-a16b-c8116566cbba?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Authorization": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSIsImtpZCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTY2NjM0MzE2MSwibmJmIjoxNjY2MzQzMTYxLCJleHAiOjE2NjY0Mjk4NjEsImFpbyI6IkUyWmdZQWo4bDNyR1plN3p6VmVXcEg3ZHNsd3ZHUUE9IiwiYXBwaWQiOiJjNmM0ZmFiYS0yYjIyLTQ0ZDktODBhNC03MWZmNWI3MWY4MTEiLCJhcHBpZGFjciI6IjEiLCJpZHAiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWR0eXAiOiJhcHAiLCJvaWQiOiI3NjgwN2ZiZS1mNzVmLTQ2NzktOGNlZS1kMDViNDU4MjExNjAiLCJyaCI6IjAuQVJvQXY0ajVjdkdHcjBHUnF5MTgwQkhiUjBaSWYza0F1dGRQdWtQYXdmajJNQk1hQUFBLiIsInN1YiI6Ijc2ODA3ZmJlLWY3NWYtNDY3OS04Y2VlLWQwNWI0NTgyMTE2MCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInV0aSI6Ii1Pd25Sd3YyclVTUWhWYlU3bEZ4QUEiLCJ2ZXIiOiIxLjAiLCJ4bXNfY2MiOlsiQ1AxIl0sInhtc190Y2R0IjoxMjg5MjQxNTQ3fQ.RNWYdCD5tmKZPKQs2D2lQI6FZCwBHmAqXIlNX-d-aPbwZVLxoPmgYS6_wBu-QPgobeb7VkmMcIXR_r34SX6Rnt6DIAAc8i3B6iYIz5SmysTw9D2H-Hl4yVb-vZLuQCeQJuWObDw4xSXucnkd5ntfCgu8S7FUdQ5nYJmdgX9Ah5Gx6g5DhjAW-O6L_EAfwp7JigN8_EyQFi5YeKgllmnbku1tLifXrdovFZiJ0mU0wBQpSYDMQYF2NcWYPAHkrRyj8bcPy_-3DauwiRj3YD__ExGJUhRHia9iudGq_qB-_3CYKgugnnAZ96tGElceNsTq0LtYm95uihB2YisUZxqPFg", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-ms-client-request-id": "39b31b68-5122-11ed-9234-ac675dc66a69" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 09:24:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "857323f7-6353-4306-b186-6aa5034d8116", + "x-ms-correlation-request-id": "69d4d15f-ccbe-4ea4-b020-b6e5ba5420fd", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "c1390899-cf16-4fae-95f8-b677c0c26fe8", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T092456Z:69d4d15f-ccbe-4ea4-b020-b6e5ba5420fd" + }, + "ResponseBody": { + "status": "Succeeded" + } } ], "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 index 7dc828b06311..c4c29ed27ce8 100644 --- 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 @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:26 GMT", + "Date": "Fri, 21 Oct 2022 10:46:23 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.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:26 GMT", + "Date": "Fri, 21 Oct 2022 10:46:23 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.13845.9 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "3a482751-a02d-41d9-9550-b630225e081b", + "client-request-id": "16fc86d2-b1a0-4656-ad9f-923082273fbc", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "3a482751-a02d-41d9-9550-b630225e081b", + "client-request-id": "16fc86d2-b1a0-4656-ad9f-923082273fbc", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:26 GMT", + "Date": "Fri, 21 Oct 2022 10:46:23 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,7 +221,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -236,26 +233,2812 @@ } } }, - "StatusCode": 404, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4a8ced06-0cf2-4275-8462-28bc66d72594?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:26 GMT", + "Date": "Fri, 21 Oct 2022 10:46:30 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b37329a3-c12c-4341-af1e-848a92db57cc", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010927Z:b37329a3-c12c-4341-af1e-848a92db57cc" + "x-ms-arm-service-request-id": "6fb4f569-ee80-454a-891e-e4b71846b91b", + "x-ms-correlation-request-id": "5bed8c65-5461-4dae-a794-2e4a317d71fa", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104631Z:5bed8c65-5461-4dae-a794-2e4a317d71fa" }, "ResponseBody": { - "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "name": "sdk-python-tests-vnet-westus2-8b73262e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e", + "etag": "W/\u0022ae875868-4e6a-4fa2-9a37-35feeb2ae6aa\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T10:46:26.3273485Z" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "5f85a478-fc06-45bb-8134-2fae1c1da79e", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4a8ced06-0cf2-4275-8462-28bc66d72594?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:46:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "4fb210f5-ae64-4a1b-8617-e127d73fb7a1", + "x-ms-correlation-request-id": "3e7c59e7-1bd2-413a-b7e0-2b481ca83758", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104631Z:3e7c59e7-1bd2-413a-b7e0-2b481ca83758" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4a8ced06-0cf2-4275-8462-28bc66d72594?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:46:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "45d80585-4709-4a1d-ae46-2ea4a8bfa339", + "x-ms-correlation-request-id": "2d081072-da3b-43fb-9638-994acc40dec6", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104641Z:2d081072-da3b-43fb-9638-994acc40dec6" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:46:41 GMT", + "ETag": "W/\u0022cf7d5748-a284-4d47-b1dd-8a4326b52459\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "87cae785-13cd-4248-bdf4-390d361e78b4", + "x-ms-correlation-request-id": "83fb517f-1a7b-4d9d-9244-b782e3a44c03", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104642Z:83fb517f-1a7b-4d9d-9244-b782e3a44c03" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-westus2-8b73262e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e", + "etag": "W/\u0022cf7d5748-a284-4d47-b1dd-8a4326b52459\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T10:46:26.3273485Z" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "5f85a478-fc06-45bb-8134-2fae1c1da79e", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "151", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "properties": { + "serviceName": "Microsoft.Netapp/volumes" + } + } + ] } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ef56f819-01e2-4c28-87f7-2f7ff74fd875?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1326", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:46:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b346ef69-9135-4158-94d0-c4361e0bdddb", + "x-ms-correlation-request-id": "96cdbde6-85d8-42e4-bb30-df13de2139f7", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104642Z:96cdbde6-85d8-42e4-bb30-df13de2139f7" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default", + "etag": "W/\u00223922bdae-598f-4445-b9e2-7f1dbc8c87d2\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default/delegations/netAppVolumes", + "etag": "W/\u00223922bdae-598f-4445-b9e2-7f1dbc8c87d2\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ef56f819-01e2-4c28-87f7-2f7ff74fd875?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:46:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "5ec871a0-a571-49fe-ae89-6652e0d1c1ed", + "x-ms-correlation-request-id": "a0f027ad-0f8d-437f-9f4c-489202a8a89d", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104643Z:a0f027ad-0f8d-437f-9f4c-489202a8a89d" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:46:43 GMT", + "ETag": "W/\u0022a687089d-0fff-439b-8ea4-a55f76b52240\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "f4997cee-3f94-4f95-acf7-4ec791367b2b", + "x-ms-correlation-request-id": "cd4e4165-54c7-4abc-a46b-f4d3bbd424b9", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104643Z:cd4e4165-54c7-4abc-a46b-f4d3bbd424b9" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default", + "etag": "W/\u0022a687089d-0fff-439b-8ea4-a55f76b52240\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default/delegations/netAppVolumes", + "etag": "W/\u0022a687089d-0fff-439b-8ea4-a55f76b52240\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Fri, 21 Oct 2022 10:46:43 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.13943.8 - NEULR1 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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Fri, 21 Oct 2022 10:46:43 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.13943.8 - 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": "11fbf6e9-38e2-4cbb-80e2-6002ffc27b69", + "Connection": "keep-alive", + "Content-Length": "281", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "win32", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.20.0", + "x-ms-lib-capability": "retry-after, h429" + }, + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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": "11fbf6e9-38e2-4cbb-80e2-6002ffc27b69", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:46:43 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.13943.8 - 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8aac881b-1301-4369-88b7-34def756cd48?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:46:48 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T10%3A46%3A47.1722193Z\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": "c8e382b6-16b4-4aec-bfd9-1654172ad961", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104648Z:c8e382b6-16b4-4aec-bfd9-1654172ad961", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e", + "name": "sdk-py-tests-acc-1-8b73262e", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T10%3A46%3A47.1722193Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T10:46:45.0609906Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T10:46:46.2119433Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T10:46:46.2119433Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8aac881b-1301-4369-88b7-34def756cd48?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:46: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": "f9db5167-819e-4264-b200-1ffd48998352", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104648Z:f9db5167-819e-4264-b200-1ffd48998352", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8aac881b-1301-4369-88b7-34def756cd48", + "name": "8aac881b-1301-4369-88b7-34def756cd48", + "status": "Succeeded", + "startTime": "2022-10-21T10:46:47.1672074Z", + "endTime": "2022-10-21T10:46:47.214097Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:46:48 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T10%3A46%3A47.2191337Z\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": "3dc3e79f-a237-47f1-805f-5f39a2cbce46", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104649Z:3dc3e79f-a237-47f1-805f-5f39a2cbce46", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e", + "name": "sdk-py-tests-acc-1-8b73262e", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T10%3A46%3A47.2191337Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T10:46:45.0609906Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T10:46:46.2119433Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T10:46:46.2119433Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/0f893a79-60cc-4e87-9181-4770c1c96493?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "922", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:46:51 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T10%3A46%3A50.7911297Z\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": "818e3eb7-6a7d-4918-8466-6a81455dbe25", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104651Z:818e3eb7-6a7d-4918-8466-6a81455dbe25", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T10%3A46%3A50.7911297Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T10:46:49.5816619Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T10:46:50.5578796Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T10:46:50.5578796Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f893a79-60cc-4e87-9181-4770c1c96493?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:46: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": "0879a37c-2584-4cd7-819a-42a033d4a887", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104652Z:0879a37c-2584-4cd7-819a-42a033d4a887", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f893a79-60cc-4e87-9181-4770c1c96493", + "name": "0f893a79-60cc-4e87-9181-4770c1c96493", + "status": "Succeeded", + "startTime": "2022-10-21T10:46:50.792461Z", + "endTime": "2022-10-21T10:46:51.9644562Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:46:51 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T10%3A46%3A51.9574216Z\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": "6c0e4b37-9455-4c3e-8b59-bf2c9c627eda", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104652Z:6c0e4b37-9455-4c3e-8b59-bf2c9c627eda", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T10%3A46%3A51.9574216Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T10:46:49.5816619Z" + }, + "properties": { + "poolId": "109b9867-0721-939d-b848-62325c56b5e8", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T10:46:50.5578796Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T10:46:50.5578796Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "814", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "creationToken": "sdk-py-tests-vol-3-8b73262e", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/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/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1614", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:46:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T10%3A46%3A54.1941642Z\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": "6c11c410-b89a-4b39-8ae6-62d8304bc423", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104655Z:6c11c410-b89a-4b39-8ae6-62d8304bc423", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e", + "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8b73262e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T10%3A46%3A54.1941642Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T10:46:52.7779909Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-8b73262e", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T10:46:53.9031185Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T10:46:53.9031185Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:46: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": "388b1c8f-fde1-4ad0-884a-6cd2e3fe85a4", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104655Z:388b1c8f-fde1-4ad0-884a-6cd2e3fe85a4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "name": "3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "status": "Creating", + "startTime": "2022-10-21T10:46:54.198919Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:47: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": "8a342151-b528-48ea-9ab8-8eb0777ecab2", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104725Z:8a342151-b528-48ea-9ab8-8eb0777ecab2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "name": "3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "status": "Creating", + "startTime": "2022-10-21T10:46:54.198919Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:47: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": "bf14e0b8-b38e-4111-9b92-fd98c16c969a", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104755Z:bf14e0b8-b38e-4111-9b92-fd98c16c969a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "name": "3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "status": "Creating", + "startTime": "2022-10-21T10:46:54.198919Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:48: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": "004709ef-9baf-47f5-aea5-59a0b0e8839f", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104826Z:004709ef-9baf-47f5-aea5-59a0b0e8839f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "name": "3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "status": "Creating", + "startTime": "2022-10-21T10:46:54.198919Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:48: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": "91c6fba9-4d89-4272-a3ac-92cf1ba3f111", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104856Z:91c6fba9-4d89-4272-a3ac-92cf1ba3f111", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "name": "3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "status": "Creating", + "startTime": "2022-10-21T10:46:54.198919Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:49: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": "50ea7727-5345-4dc7-bb38-9ca442254882", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104926Z:50ea7727-5345-4dc7-bb38-9ca442254882", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "name": "3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "status": "Creating", + "startTime": "2022-10-21T10:46:54.198919Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:49: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": "4e965fa8-a6c8-4a08-a3e1-be06556c7f1c", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104956Z:4e965fa8-a6c8-4a08-a3e1-be06556c7f1c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "name": "3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "status": "Creating", + "startTime": "2022-10-21T10:46:54.198919Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:50: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": "d02699b8-8122-47c7-95d2-188194bfc4f2", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105027Z:d02699b8-8122-47c7-95d2-188194bfc4f2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "name": "3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "status": "Creating", + "startTime": "2022-10-21T10:46:54.198919Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:50: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": "1e50d3d6-fab2-4411-af7e-5b1b01a8053d", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105057Z:1e50d3d6-fab2-4411-af7e-5b1b01a8053d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "name": "3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "status": "Creating", + "startTime": "2022-10-21T10:46:54.198919Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:51: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": "ae1e31de-ad7f-49a7-b8ea-c22fde7bc5ad", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105128Z:ae1e31de-ad7f-49a7-b8ea-c22fde7bc5ad", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "name": "3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "status": "Creating", + "startTime": "2022-10-21T10:46:54.198919Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:51: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": "e3659449-3aad-4ea5-ae14-4b43644f2913", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105158Z:e3659449-3aad-4ea5-ae14-4b43644f2913", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "name": "3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "status": "Succeeded", + "startTime": "2022-10-21T10:46:54.198919Z", + "endTime": "2022-10-21T10:51:30.8958796Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:51:59 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T10%3A51%3A30.894745Z\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": "f75d3070-aed2-4a86-91c0-1a8c2f18c3c8", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105159Z:f75d3070-aed2-4a86-91c0-1a8c2f18c3c8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e", + "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8b73262e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T10%3A51%3A30.894745Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T10:46:52.7779909Z" + }, + "properties": { + "fileSystemId": "ea38490e-a013-52ea-7527-9ecf2942205e", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-8b73262e", + "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_8f82c7b40509489d9e97d719b9b955b4_4839ccc7", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "ea38490e-a013-52ea-7527-9ecf2942205e", + "fileSystemId": "ea38490e-a013-52ea-7527-9ecf2942205e", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Enabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T10:46:53.9031185Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T10:46:53.9031185Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-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/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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/westus2/operationResults/1382e6ba-ed59-47cb-8e16-e8cc0902e1f1?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "540", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:51:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1382e6ba-ed59-47cb-8e16-e8cc0902e1f1?api-version=2022-05-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": "64329a00-9b96-42a6-9fdb-4228c14f4181", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105200Z:64329a00-9b96-42a6-9fdb-4228c14f4181", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8b73262e/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/westus2/operationResults/1382e6ba-ed59-47cb-8e16-e8cc0902e1f1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:51: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": "62509c73-b9ac-46fc-9e3f-8384e51c8876", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105200Z:62509c73-b9ac-46fc-9e3f-8384e51c8876", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1382e6ba-ed59-47cb-8e16-e8cc0902e1f1", + "name": "1382e6ba-ed59-47cb-8e16-e8cc0902e1f1", + "status": "Creating", + "startTime": "2022-10-21T10:51:59.9680791Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1382e6ba-ed59-47cb-8e16-e8cc0902e1f1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10: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": "7c731920-3f90-4b56-92d5-0ad30a778b96", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105230Z:7c731920-3f90-4b56-92d5-0ad30a778b96", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1382e6ba-ed59-47cb-8e16-e8cc0902e1f1", + "name": "1382e6ba-ed59-47cb-8e16-e8cc0902e1f1", + "status": "Succeeded", + "startTime": "2022-10-21T10:51:59.9680791Z", + "endTime": "2022-10-21T10:52:01.3687023Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:52: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": "f5384788-05b9-4c62-b6c4-731001d9d287", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105231Z:f5384788-05b9-4c62-b6c4-731001d9d287", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8b73262e/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1/getMetadata?api-version=2022-05-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78280a7d-bda0-4578-8667-8b5331d7e776?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "459", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:52:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78280a7d-bda0-4578-8667-8b5331d7e776?api-version=2022-05-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": "e9ab52fd-9df6-41ca-933b-f2ac4f573733", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105232Z:e9ab52fd-9df6-41ca-933b-f2ac4f573733", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8b73262e/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/westus2/operationResults/78280a7d-bda0-4578-8667-8b5331d7e776?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:52: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": "a73f3b3b-d468-4df3-a069-55ba86a32470", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105232Z:a73f3b3b-d468-4df3-a069-55ba86a32470", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78280a7d-bda0-4578-8667-8b5331d7e776", + "name": "78280a7d-bda0-4578-8667-8b5331d7e776", + "status": "GetMetadata", + "startTime": "2022-10-21T10:52:32.0489258Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78280a7d-bda0-4578-8667-8b5331d7e776?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10: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": "93ac0f3e-85cb-449e-8410-d1a8aa319626", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105302Z:93ac0f3e-85cb-449e-8410-d1a8aa319626", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78280a7d-bda0-4578-8667-8b5331d7e776", + "name": "78280a7d-bda0-4578-8667-8b5331d7e776", + "status": "Succeeded", + "startTime": "2022-10-21T10:52:32.0489258Z", + "endTime": "2022-10-21T10:52:32.44174Z", + "percentComplete": 100.0, + "properties": { + "path": "/sub_vol_1.txt", + "size": 123, + "bytesUsed": 0, + "permissions": "644", + "creationTimeStamp": "2022-10-21T10:52:01Z", + "accessedTimeStamp": "2022-10-21T10:52:00Z", + "modifiedTimeStamp": "2022-10-21T10:52:01Z", + "changedTimeStamp": "2022-10-21T10:52:01Z", + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7975976a-1ec2-49ad-8bf7-0d4a1733c11b?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 10:53:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7975976a-1ec2-49ad-8bf7-0d4a1733c11b?api-version=2022-05-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": "da0643d8-914c-43ee-81cd-a4f3905d9673", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105303Z:da0643d8-914c-43ee-81cd-a4f3905d9673", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7975976a-1ec2-49ad-8bf7-0d4a1733c11b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10: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": "b27681a9-a69d-4db3-b5d9-ae5c81789bf7", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105303Z:b27681a9-a69d-4db3-b5d9-ae5c81789bf7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7975976a-1ec2-49ad-8bf7-0d4a1733c11b", + "name": "7975976a-1ec2-49ad-8bf7-0d4a1733c11b", + "status": "Deleting", + "startTime": "2022-10-21T10:53:03.0404301Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7975976a-1ec2-49ad-8bf7-0d4a1733c11b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:53: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": "1be8b271-5001-4c37-a0d1-8d3d7b3d964c", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105333Z:1be8b271-5001-4c37-a0d1-8d3d7b3d964c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7975976a-1ec2-49ad-8bf7-0d4a1733c11b", + "name": "7975976a-1ec2-49ad-8bf7-0d4a1733c11b", + "status": "Succeeded", + "startTime": "2022-10-21T10:53:03.0404301Z", + "endTime": "2022-10-21T10:53:03.5248484Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 10:53:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51?api-version=2022-05-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": "3b9c70aa-1148-4897-abbe-04a6fd69d661", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105334Z:3b9c70aa-1148-4897-abbe-04a6fd69d661", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10: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": "1c3cb101-ddd9-4dd7-ab9e-facbda07305b", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105334Z:1c3cb101-ddd9-4dd7-ab9e-facbda07305b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51", + "name": "5158c55a-7ffa-4a10-9c94-15a1c9667a51", + "status": "Deleting", + "startTime": "2022-10-21T10:53:34.3098444Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10: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": "c1823aa2-e372-4a13-a2c7-85c28851d831", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105404Z:c1823aa2-e372-4a13-a2c7-85c28851d831", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51", + "name": "5158c55a-7ffa-4a10-9c94-15a1c9667a51", + "status": "Deleting", + "startTime": "2022-10-21T10:53:34.3098444Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:54: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": "4b822dc4-be48-4971-94ce-0a5b2cc61f62", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105435Z:4b822dc4-be48-4971-94ce-0a5b2cc61f62", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51", + "name": "5158c55a-7ffa-4a10-9c94-15a1c9667a51", + "status": "Deleting", + "startTime": "2022-10-21T10:53:34.3098444Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:55: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": "b4193b35-2468-47d6-ad1c-71f5b891e62b", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105505Z:b4193b35-2468-47d6-ad1c-71f5b891e62b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51", + "name": "5158c55a-7ffa-4a10-9c94-15a1c9667a51", + "status": "Deleting", + "startTime": "2022-10-21T10:53:34.3098444Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:55: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": "2b210648-d147-40e0-92a4-3b3fde1156d2", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105535Z:2b210648-d147-40e0-92a4-3b3fde1156d2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51", + "name": "5158c55a-7ffa-4a10-9c94-15a1c9667a51", + "status": "Succeeded", + "startTime": "2022-10-21T10:53:34.3098444Z", + "endTime": "2022-10-21T10:55:16.3696895Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:55: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": "6f976eb0-b145-476d-93e2-5c8dc4267f16", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105536Z:6f976eb0-b145-476d-93e2-5c8dc4267f16", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e", + "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8b73262e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T10%3A55%3A11.1097047Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T10:46:52.7779909Z" + }, + "properties": { + "fileSystemId": "ea38490e-a013-52ea-7527-9ecf2942205e", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-8b73262e", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_4839ccc7", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e", + "poolId": "109b9867-0721-939d-b848-62325c56b5e8", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "ea38490e-a013-52ea-7527-9ecf2942205e", + "fileSystemId": "ea38490e-a013-52ea-7527-9ecf2942205e", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T10:46:53.9031185Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T10:46:53.9031185Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "324", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10: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": "36f4385a-432c-4f61-8aa7-ead7991e4402", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105857Z:36f4385a-432c-4f61-8aa7-ead7991e4402" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1476db2e-a1cd-497e-b9a6-2aac96551886?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 10:59:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1476db2e-a1cd-497e-b9a6-2aac96551886?api-version=2022-05-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": "748d6722-3494-499c-afc0-3ee104f1e631", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105910Z:748d6722-3494-499c-afc0-3ee104f1e631", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1476db2e-a1cd-497e-b9a6-2aac96551886?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:59: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": "05c12532-6c76-4a81-b0ec-279a50b037ae", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105910Z:05c12532-6c76-4a81-b0ec-279a50b037ae", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1476db2e-a1cd-497e-b9a6-2aac96551886", + "name": "1476db2e-a1cd-497e-b9a6-2aac96551886", + "status": "Deleting", + "startTime": "2022-10-21T10:59:10.0612224Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1476db2e-a1cd-497e-b9a6-2aac96551886?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:59: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": "a9f680cd-71e9-474a-bb88-3d51dfa06374", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105940Z:a9f680cd-71e9-474a-bb88-3d51dfa06374", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1476db2e-a1cd-497e-b9a6-2aac96551886", + "name": "1476db2e-a1cd-497e-b9a6-2aac96551886", + "status": "Succeeded", + "startTime": "2022-10-21T10:59:10.0612224Z", + "endTime": "2022-10-21T10:59:11.2487943Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1476db2e-a1cd-497e-b9a6-2aac96551886?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:59: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": "bbccc5e4-d795-45e4-8efd-5efce97c83d7", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105941Z:bbccc5e4-d795-45e4-8efd-5efce97c83d7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T10%3A59%3A10.0529604Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T10:46:49.5816619Z" + }, + "properties": { + "poolId": "109b9867-0721-939d-b848-62325c56b5e8", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T10:46:50.5578796Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T10:46:50.5578796Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 10:59:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b4b0eb57-dca2-4153-9ae6-950e9b9fb51b", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T105951Z:b4b0eb57-dca2-4153-9ae6-950e9b9fb51b" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 11:00:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "96fe4829-c802-4003-8cd0-73eed24d7241", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110001Z:96fe4829-c802-4003-8cd0-73eed24d7241" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 11:00:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ae6bc92e-e031-437f-a199-d024aba603c7", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110011Z:ae6bc92e-e031-437f-a199-d024aba603c7" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 11:00:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "adf9eb29-7a45-45fa-87bb-a64204d66ace", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110022Z:adf9eb29-7a45-45fa-87bb-a64204d66ace" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "288", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:00:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2eb2f21f-07a9-4c51-afd0-d69cd20e4ce4", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110032Z:2eb2f21f-07a9-4c51-afd0-d69cd20e4ce4" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5ee4401b-8556-4856-b398-390646f26b5e?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 11:00:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5ee4401b-8556-4856-b398-390646f26b5e?api-version=2022-05-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": "e9da9c53-6746-4d30-bece-f11c0a8a1def", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110033Z:e9da9c53-6746-4d30-bece-f11c0a8a1def", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5ee4401b-8556-4856-b398-390646f26b5e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:00: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": "74f02a74-0231-4a7a-a587-793916f00895", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110033Z:74f02a74-0231-4a7a-a587-793916f00895", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5ee4401b-8556-4856-b398-390646f26b5e", + "name": "5ee4401b-8556-4856-b398-390646f26b5e", + "status": "Succeeded", + "startTime": "2022-10-21T11:00:33.6157775Z", + "endTime": "2022-10-21T11:00:33.6783483Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5ee4401b-8556-4856-b398-390646f26b5e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:00: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": "b6021244-dfff-4798-b498-75f2c3c3d03e", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110034Z:b6021244-dfff-4798-b498-75f2c3c3d03e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e", + "name": "sdk-py-tests-acc-1-8b73262e", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A00%3A33.6141446Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T10:46:45.0609906Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T10:46:46.2119433Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T10:46:46.2119433Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "255", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:00: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": "43dddbcb-77a9-47d5-9af4-b190d108eea9", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110034Z:43dddbcb-77a9-47d5-9af4-b190d108eea9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5d09cc12-8b96-4544-b814-85441093d98d?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 11:00:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/5d09cc12-8b96-4544-b814-85441093d98d?api-version=2022-05-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "9e519cc1-dbdc-4bdd-91ed-bd3a5f3aa84f", + "x-ms-correlation-request-id": "d454691e-4cbb-4f0b-8e13-f57ca3274adc", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110035Z:d454691e-4cbb-4f0b-8e13-f57ca3274adc" + }, + "ResponseBody": null } ], "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 index ba0306887fa7..defc0074efd7 100644 --- 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 @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:22 GMT", + "Date": "Fri, 21 Oct 2022 10:29: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.13943.6 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:22 GMT", + "Date": "Fri, 21 Oct 2022 10:29: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.13871.7 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "4d9a0706-650a-4a0f-a3ac-2fd681fed453", + "client-request-id": "f5280b4c-4d6a-493d-8edc-015a6e7a8476", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "4d9a0706-650a-4a0f-a3ac-2fd681fed453", + "client-request-id": "f5280b4c-4d6a-493d-8edc-015a6e7a8476", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:22 GMT", + "Date": "Fri, 21 Oct 2022 10:29:45 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,7 +221,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -236,26 +233,3046 @@ } } }, - "StatusCode": 404, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5d317700-720b-4ea1-8b8f-9873a230f72e?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:23 GMT", + "Date": "Fri, 21 Oct 2022 10:29:52 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53cb8895-6344-41dc-ad85-b473a512f3bc", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010924Z:53cb8895-6344-41dc-ad85-b473a512f3bc" + "x-ms-arm-service-request-id": "efa0d020-646b-4482-8be7-4ff70d412250", + "x-ms-correlation-request-id": "0d81a595-6550-4975-ad14-89fc609c30eb", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T102953Z:0d81a595-6550-4975-ad14-89fc609c30eb" }, "ResponseBody": { - "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "name": "sdk-python-tests-vnet-westus2-dde5273b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b", + "etag": "W/\u00223121c3e3-ab11-4e2b-8d9f-7d7fa83e26ca\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T10:29:48.2002298Z" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "65a5f77b-fb67-4276-a278-f72221b71824", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5d317700-720b-4ea1-8b8f-9873a230f72e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:29:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "63c3fd3e-8351-4968-8c58-23a624bb2e05", + "x-ms-correlation-request-id": "ec0af768-49ba-44be-9d84-7a2c1dab7db2", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T102953Z:ec0af768-49ba-44be-9d84-7a2c1dab7db2" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5d317700-720b-4ea1-8b8f-9873a230f72e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:30:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "f05c1285-8be9-4876-b821-4a9c8dd621ea", + "x-ms-correlation-request-id": "bf9c25a8-48cf-45d8-a56c-1cf5520e7e10", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103003Z:bf9c25a8-48cf-45d8-a56c-1cf5520e7e10" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:30:03 GMT", + "ETag": "W/\u002222e603c4-ab63-4e6e-a5a0-8fc7753fd40a\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "859e9de8-2153-462c-87f3-66f41ce9e8d4", + "x-ms-correlation-request-id": "69c63b1b-7042-4808-98c3-9cbdb67b1466", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103004Z:69c63b1b-7042-4808-98c3-9cbdb67b1466" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-westus2-dde5273b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b", + "etag": "W/\u002222e603c4-ab63-4e6e-a5a0-8fc7753fd40a\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T10:29:48.2002298Z" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "65a5f77b-fb67-4276-a278-f72221b71824", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "151", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "properties": { + "serviceName": "Microsoft.Netapp/volumes" + } + } + ] } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a5b21cb1-0dd9-4e94-bd9d-1550b9a538ef?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1326", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:30:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "3e900268-9e63-4c39-afcd-20cf0532ec63", + "x-ms-correlation-request-id": "a80afdc9-b642-4044-b602-e6084a5c2bd6", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103005Z:a80afdc9-b642-4044-b602-e6084a5c2bd6" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default", + "etag": "W/\u002269957216-7975-478e-93f2-745c395a3ea4\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default/delegations/netAppVolumes", + "etag": "W/\u002269957216-7975-478e-93f2-745c395a3ea4\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a5b21cb1-0dd9-4e94-bd9d-1550b9a538ef?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:30:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "dbd921c8-2e71-4804-b7f3-8f04f3e11ba8", + "x-ms-correlation-request-id": "ecf442c3-166a-4d81-884c-40383f433863", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103005Z:ecf442c3-166a-4d81-884c-40383f433863" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:30:05 GMT", + "ETag": "W/\u0022cfccad7e-6e43-48fd-818c-9384e8de12de\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "7b69be42-c748-4adc-9338-c0a54bbdf6fd", + "x-ms-correlation-request-id": "8cc6395f-59c5-4f3c-b9d4-5671e0d3ef16", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103006Z:8cc6395f-59c5-4f3c-b9d4-5671e0d3ef16" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default", + "etag": "W/\u0022cfccad7e-6e43-48fd-818c-9384e8de12de\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default/delegations/netAppVolumes", + "etag": "W/\u0022cfccad7e-6e43-48fd-818c-9384e8de12de\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Fri, 21 Oct 2022 10:30:05 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.13943.8 - 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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Fri, 21 Oct 2022 10:30:05 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.13845.10 - 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": "0d4c2248-1839-4d9d-bfd2-f1e2bd124bd7", + "Connection": "keep-alive", + "Content-Length": "281", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "win32", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.20.0", + "x-ms-lib-capability": "retry-after, h429" + }, + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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": "0d4c2248-1839-4d9d-bfd2-f1e2bd124bd7", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:30:06 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.13943.8 - 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1bace984-64e6-44e7-9adf-690b91bfd882?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:30:10 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T10%3A30%3A09.4081733Z\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": "ba619d38-221c-47bd-993f-fbea1431d0ad", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103010Z:ba619d38-221c-47bd-993f-fbea1431d0ad", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b", + "name": "sdk-py-tests-acc-1-dde5273b", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T10%3A30%3A09.4081733Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T10:30:07.6507786Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T10:30:08.4628897Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T10:30:08.4628897Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1bace984-64e6-44e7-9adf-690b91bfd882?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:30: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": "ec7bbcee-5063-4209-85d4-9824959a7173", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103010Z:ec7bbcee-5063-4209-85d4-9824959a7173", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1bace984-64e6-44e7-9adf-690b91bfd882", + "name": "1bace984-64e6-44e7-9adf-690b91bfd882", + "status": "Succeeded", + "startTime": "2022-10-21T10:30:09.4112186Z", + "endTime": "2022-10-21T10:30:09.5050582Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:30:10 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T10%3A30%3A09.4476139Z\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": "27825790-43c3-4cad-ba97-92508b502c2e", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103011Z:27825790-43c3-4cad-ba97-92508b502c2e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b", + "name": "sdk-py-tests-acc-1-dde5273b", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T10%3A30%3A09.4476139Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T10:30:07.6507786Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T10:30:08.4628897Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T10:30:08.4628897Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/25729128-89cd-47bf-905d-955a0c572036?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "922", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:30:13 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T10%3A30%3A12.8172177Z\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": "aa9ace60-c87e-4e3c-8a9f-4cfb6757c45f", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103013Z:aa9ace60-c87e-4e3c-8a9f-4cfb6757c45f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T10%3A30%3A12.8172177Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T10:30:11.6235838Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T10:30:12.5900964Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T10:30:12.5900964Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25729128-89cd-47bf-905d-955a0c572036?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:30: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": "b2bbfc5e-7539-4187-ac4a-d49409157960", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103014Z:b2bbfc5e-7539-4187-ac4a-d49409157960", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25729128-89cd-47bf-905d-955a0c572036", + "name": "25729128-89cd-47bf-905d-955a0c572036", + "status": "Succeeded", + "startTime": "2022-10-21T10:30:12.8209788Z", + "endTime": "2022-10-21T10:30:13.6336069Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:30:13 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T10%3A30%3A13.6332179Z\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": "ebede42c-7808-4e46-8810-c04d347e95d1", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103014Z:ebede42c-7808-4e46-8810-c04d347e95d1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T10%3A30%3A13.6332179Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T10:30:11.6235838Z" + }, + "properties": { + "poolId": "9bd729d2-88db-794e-c20c-5995aecf9ddd", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T10:30:12.5900964Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T10:30:12.5900964Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "814", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "creationToken": "sdk-py-tests-vol-3-dde5273b", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/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/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1614", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:30:16 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T10%3A30%3A16.6150399Z\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": "769d49c9-8bd4-4225-9cf9-06961c06cbc3", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103017Z:769d49c9-8bd4-4225-9cf9-06961c06cbc3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T10%3A30%3A16.6150399Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T10:30:14.9105910Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-dde5273b", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T10:30:16.3267794Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T10:30:16.3267794Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:30: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": "5c12b13d-aef3-4a35-a937-a92f3f3a3b76", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103017Z:5c12b13d-aef3-4a35-a937-a92f3f3a3b76", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823", + "name": "4b21c378-56b4-4d81-8b19-11dfe377f823", + "status": "Creating", + "startTime": "2022-10-21T10:30:16.6183863Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 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": "dad88b18-31c9-40ae-85f3-4556f669eb68", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103048Z:dad88b18-31c9-40ae-85f3-4556f669eb68", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823", + "name": "4b21c378-56b4-4d81-8b19-11dfe377f823", + "status": "Creating", + "startTime": "2022-10-21T10:30:16.6183863Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:31: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": "37ef2093-27a4-48dc-a6e1-2879bf72a0a3", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103118Z:37ef2093-27a4-48dc-a6e1-2879bf72a0a3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823", + "name": "4b21c378-56b4-4d81-8b19-11dfe377f823", + "status": "Creating", + "startTime": "2022-10-21T10:30:16.6183863Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:31: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": "075edd89-12da-4486-8c25-1c13da02afaa", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103148Z:075edd89-12da-4486-8c25-1c13da02afaa", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823", + "name": "4b21c378-56b4-4d81-8b19-11dfe377f823", + "status": "Creating", + "startTime": "2022-10-21T10:30:16.6183863Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:32: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": "fb4fbdd0-2d54-44e1-ad2f-3b8f4253091f", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103218Z:fb4fbdd0-2d54-44e1-ad2f-3b8f4253091f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823", + "name": "4b21c378-56b4-4d81-8b19-11dfe377f823", + "status": "Creating", + "startTime": "2022-10-21T10:30:16.6183863Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 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": "8c0bb791-6874-451e-90e9-9977b7644a0a", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103249Z:8c0bb791-6874-451e-90e9-9977b7644a0a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823", + "name": "4b21c378-56b4-4d81-8b19-11dfe377f823", + "status": "Creating", + "startTime": "2022-10-21T10:30:16.6183863Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:33: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": "c58d4d9b-b1dc-4370-bb77-6de102161088", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103319Z:c58d4d9b-b1dc-4370-bb77-6de102161088", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823", + "name": "4b21c378-56b4-4d81-8b19-11dfe377f823", + "status": "Creating", + "startTime": "2022-10-21T10:30:16.6183863Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:33: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": "d539cd32-a73f-4c44-8c66-b38b1e03e77a", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103349Z:d539cd32-a73f-4c44-8c66-b38b1e03e77a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823", + "name": "4b21c378-56b4-4d81-8b19-11dfe377f823", + "status": "Creating", + "startTime": "2022-10-21T10:30:16.6183863Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:34: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": "4b1549b0-d1e2-444b-b892-87c2a6958e2d", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103419Z:4b1549b0-d1e2-444b-b892-87c2a6958e2d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823", + "name": "4b21c378-56b4-4d81-8b19-11dfe377f823", + "status": "Creating", + "startTime": "2022-10-21T10:30:16.6183863Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:34: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": "7b4a7185-bc10-42f9-b30f-442f266e6059", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103450Z:7b4a7185-bc10-42f9-b30f-442f266e6059", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823", + "name": "4b21c378-56b4-4d81-8b19-11dfe377f823", + "status": "Succeeded", + "startTime": "2022-10-21T10:30:16.6183863Z", + "endTime": "2022-10-21T10:34:27.2857674Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:34:49 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T10%3A34%3A27.287808Z\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": "1ef336a6-a343-4878-b4d8-21ef09934fd0", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103450Z:1ef336a6-a343-4878-b4d8-21ef09934fd0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T10%3A34%3A27.287808Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T10:30:14.9105910Z" + }, + "properties": { + "fileSystemId": "713dea97-7c14-eac2-f40a-f04f4e6ec1ef", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-dde5273b", + "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_8f82c7b40509489d9e97d719b9b955b4_afb8149c", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "713dea97-7c14-eac2-f40a-f04f4e6ec1ef", + "fileSystemId": "713dea97-7c14-eac2-f40a-f04f4e6ec1ef", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Enabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T10:30:16.3267794Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T10:30:16.3267794Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-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/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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/westus2/operationResults/99108adc-da8d-4510-b132-da20a4f55389?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "544", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:34:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99108adc-da8d-4510-b132-da20a4f55389?api-version=2022-05-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": "96f3409c-7990-4b3c-bf9f-6ead75b2e887", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103451Z:96f3409c-7990-4b3c-bf9f-6ead75b2e887", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:34: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": "d01fb160-bbd1-4b84-b1d3-d389ae43df89", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103452Z:d01fb160-bbd1-4b84-b1d3-d389ae43df89", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2?api-version=2022-05-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/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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/westus2/operationResults/210678cb-285f-4e76-8c2a-274a7159a57a?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "544", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:34:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/210678cb-285f-4e76-8c2a-274a7159a57a?api-version=2022-05-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": "7504d645-f9f9-4314-b3f2-5f55df3c9822", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103452Z:7504d645-f9f9-4314-b3f2-5f55df3c9822", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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/providers/Microsoft.NetApp/locations/westus2/operationResults/210678cb-285f-4e76-8c2a-274a7159a57a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:34: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": "a01e6ecf-8094-428b-be44-199d8047cb73", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103453Z:a01e6ecf-8094-428b-be44-199d8047cb73", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/210678cb-285f-4e76-8c2a-274a7159a57a", + "name": "210678cb-285f-4e76-8c2a-274a7159a57a", + "status": "Creating", + "startTime": "2022-10-21T10:34:52.6574636Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99108adc-da8d-4510-b132-da20a4f55389?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:34: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": "07231d5f-527b-40d6-95ac-27212b2b74c6", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103453Z:07231d5f-527b-40d6-95ac-27212b2b74c6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99108adc-da8d-4510-b132-da20a4f55389", + "name": "99108adc-da8d-4510-b132-da20a4f55389", + "status": "Succeeded", + "startTime": "2022-10-21T10:34:50.8788711Z", + "endTime": "2022-10-21T10:34:51.7071116Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10: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": "70ba2052-b414-443e-8f63-6b83e12e08bb", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103455Z:70ba2052-b414-443e-8f63-6b83e12e08bb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:34: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": "846fd357-ff60-4b44-b3ba-dc17b6a521b9", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103457Z:846fd357-ff60-4b44-b3ba-dc17b6a521b9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/62bfca37-3eff-4307-850e-ba582348bc1a?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 10:34:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/62bfca37-3eff-4307-850e-ba582348bc1a?api-version=2022-05-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": "6300ecb5-d4e9-4fe5-a7c9-2fb0311c40f1", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103458Z:6300ecb5-d4e9-4fe5-a7c9-2fb0311c40f1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/62bfca37-3eff-4307-850e-ba582348bc1a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 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": "915bfbac-6f7e-4892-839c-2b858f8cbe02", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103458Z:915bfbac-6f7e-4892-839c-2b858f8cbe02", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/62bfca37-3eff-4307-850e-ba582348bc1a", + "name": "62bfca37-3eff-4307-850e-ba582348bc1a", + "status": "Deleting", + "startTime": "2022-10-21T10:34:58.1775322Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/210678cb-285f-4e76-8c2a-274a7159a57a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:35: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": "58aa8a31-6fab-495a-affa-39691e31f02f", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103523Z:58aa8a31-6fab-495a-affa-39691e31f02f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/210678cb-285f-4e76-8c2a-274a7159a57a", + "name": "210678cb-285f-4e76-8c2a-274a7159a57a", + "status": "Succeeded", + "startTime": "2022-10-21T10:34:52.6574636Z", + "endTime": "2022-10-21T10:34:53.3763144Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:35: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": "e557b068-a742-484e-b9bd-064b96624d44", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103524Z:e557b068-a742-484e-b9bd-064b96624d44", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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/westus2/operationResults/62bfca37-3eff-4307-850e-ba582348bc1a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:35: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": "47ed6a00-c3f7-4627-90fd-65e4305c8515", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103528Z:47ed6a00-c3f7-4627-90fd-65e4305c8515", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/62bfca37-3eff-4307-850e-ba582348bc1a", + "name": "62bfca37-3eff-4307-850e-ba582348bc1a", + "status": "Succeeded", + "startTime": "2022-10-21T10:34:58.1775322Z", + "endTime": "2022-10-21T10:34:58.6462972Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:35: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": "00328fcc-e7ca-436b-8e77-3f6ec5a02520", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103529Z:00328fcc-e7ca-436b-8e77-3f6ec5a02520", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7296f764-4c77-4f05-8d0f-24a343749ec4?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 10:35:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7296f764-4c77-4f05-8d0f-24a343749ec4?api-version=2022-05-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": "74da666b-c81c-4392-bdc1-af328cfc7c4d", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103529Z:74da666b-c81c-4392-bdc1-af328cfc7c4d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7296f764-4c77-4f05-8d0f-24a343749ec4?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:35: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": "6dafa9b4-932e-4cda-9fd4-e2033d13bd2c", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103530Z:6dafa9b4-932e-4cda-9fd4-e2033d13bd2c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7296f764-4c77-4f05-8d0f-24a343749ec4", + "name": "7296f764-4c77-4f05-8d0f-24a343749ec4", + "status": "Deleting", + "startTime": "2022-10-21T10:35:29.7630014Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7296f764-4c77-4f05-8d0f-24a343749ec4?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10: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": "93c82182-f3a5-4653-b0dd-6a327f38a1de", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103600Z:93c82182-f3a5-4653-b0dd-6a327f38a1de", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7296f764-4c77-4f05-8d0f-24a343749ec4", + "name": "7296f764-4c77-4f05-8d0f-24a343749ec4", + "status": "Succeeded", + "startTime": "2022-10-21T10:35:29.7630014Z", + "endTime": "2022-10-21T10:35:30.2161446Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:36: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": "752d4ec1-fad7-492b-8c1c-9adf5e199914", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103601Z:752d4ec1-fad7-492b-8c1c-9adf5e199914", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 10:36:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9?api-version=2022-05-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": "ea6f37e7-aa13-4f18-9a90-8ec2d78be633", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103602Z:ea6f37e7-aa13-4f18-9a90-8ec2d78be633", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:36: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": "b1054ae9-43eb-442e-af8c-16ea25c89b9b", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103602Z:b1054ae9-43eb-442e-af8c-16ea25c89b9b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9", + "name": "f0d1819f-18ae-4825-bad5-f28c9efa3bb9", + "status": "Deleting", + "startTime": "2022-10-21T10:36:02.262856Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:36: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": "ef451979-0dd1-4f3c-98bf-0f3d6938e0e7", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103633Z:ef451979-0dd1-4f3c-98bf-0f3d6938e0e7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9", + "name": "f0d1819f-18ae-4825-bad5-f28c9efa3bb9", + "status": "Deleting", + "startTime": "2022-10-21T10:36:02.262856Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:37: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": "3130c7ba-2922-4ec8-94f2-1c9a3ec2dc7c", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103703Z:3130c7ba-2922-4ec8-94f2-1c9a3ec2dc7c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9", + "name": "f0d1819f-18ae-4825-bad5-f28c9efa3bb9", + "status": "Deleting", + "startTime": "2022-10-21T10:36:02.262856Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:37: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": "723e609a-96f5-440a-918e-81b57a9d4e7a", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103733Z:723e609a-96f5-440a-918e-81b57a9d4e7a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9", + "name": "f0d1819f-18ae-4825-bad5-f28c9efa3bb9", + "status": "Deleting", + "startTime": "2022-10-21T10:36:02.262856Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:38: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": "6f424a7b-0423-4c8f-a76a-ec39e4e7fb86", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103803Z:6f424a7b-0423-4c8f-a76a-ec39e4e7fb86", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9", + "name": "f0d1819f-18ae-4825-bad5-f28c9efa3bb9", + "status": "Succeeded", + "startTime": "2022-10-21T10:36:02.262856Z", + "endTime": "2022-10-21T10:37:43.7556151Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:38: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": "da371e49-5814-4613-8a89-9cf2821d1096", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T103804Z:da371e49-5814-4613-8a89-9cf2821d1096", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T10%3A37%3A38.7921157Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T10:30:14.9105910Z" + }, + "properties": { + "fileSystemId": "713dea97-7c14-eac2-f40a-f04f4e6ec1ef", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-dde5273b", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_afb8149c", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b", + "poolId": "9bd729d2-88db-794e-c20c-5995aecf9ddd", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "713dea97-7c14-eac2-f40a-f04f4e6ec1ef", + "fileSystemId": "713dea97-7c14-eac2-f40a-f04f4e6ec1ef", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T10:30:16.3267794Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T10:30:16.3267794Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "324", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:41:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cdeed4d7-af37-4817-a629-c2d96c45d807", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104126Z:cdeed4d7-af37-4817-a629-c2d96c45d807" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a2c144ab-9bd4-41de-ad0a-d4fb3790a144?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 10:41:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a2c144ab-9bd4-41de-ad0a-d4fb3790a144?api-version=2022-05-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": "6ded5b75-0f63-4460-89ab-af7bd75309eb", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104139Z:6ded5b75-0f63-4460-89ab-af7bd75309eb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a2c144ab-9bd4-41de-ad0a-d4fb3790a144?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:41: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": "9733e30c-2d4a-4ea0-a8fd-b00d8717e4da", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104139Z:9733e30c-2d4a-4ea0-a8fd-b00d8717e4da", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a2c144ab-9bd4-41de-ad0a-d4fb3790a144", + "name": "a2c144ab-9bd4-41de-ad0a-d4fb3790a144", + "status": "Deleting", + "startTime": "2022-10-21T10:41:38.8584098Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a2c144ab-9bd4-41de-ad0a-d4fb3790a144?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:42: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": "3da4fe2c-1e01-4956-84ab-bb004c7df910", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104209Z:3da4fe2c-1e01-4956-84ab-bb004c7df910", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a2c144ab-9bd4-41de-ad0a-d4fb3790a144", + "name": "a2c144ab-9bd4-41de-ad0a-d4fb3790a144", + "status": "Succeeded", + "startTime": "2022-10-21T10:41:38.8584098Z", + "endTime": "2022-10-21T10:41:39.9522653Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a2c144ab-9bd4-41de-ad0a-d4fb3790a144?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:42: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": "28a53ba9-f5be-44d2-8e27-9cd264292d82", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104209Z:28a53ba9-f5be-44d2-8e27-9cd264292d82", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T10%3A41%3A38.861646Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T10:30:11.6235838Z" + }, + "properties": { + "poolId": "9bd729d2-88db-794e-c20c-5995aecf9ddd", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T10:30:12.5900964Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T10:30:12.5900964Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 10:42:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8c4614d8-9300-4c07-8990-e23dc14daedc", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104220Z:8c4614d8-9300-4c07-8990-e23dc14daedc" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 10:42:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4c2dfac6-004f-40ce-8b86-9d04ffdc3573", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104230Z:4c2dfac6-004f-40ce-8b86-9d04ffdc3573" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 10:42:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d9e117b5-5b20-4cc6-b182-5d4f9d458acc", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104240Z:d9e117b5-5b20-4cc6-b182-5d4f9d458acc" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 10:42:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "018f9f36-d6fd-48aa-bf7f-a69968bfea6e", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104251Z:018f9f36-d6fd-48aa-bf7f-a69968bfea6e" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "288", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:43:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "21ff6b66-fd8c-4ab4-91f5-1541babb02ce", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104301Z:21ff6b66-fd8c-4ab4-91f5-1541babb02ce" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59c93080-6727-49e4-98ed-cad23bea1f1f?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 10:43:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59c93080-6727-49e4-98ed-cad23bea1f1f?api-version=2022-05-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": "1764ce79-52ab-4ac4-bc00-fb1a68ac53e1", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104302Z:1764ce79-52ab-4ac4-bc00-fb1a68ac53e1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59c93080-6727-49e4-98ed-cad23bea1f1f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:43: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": "6a9e93d4-9619-43d6-b246-ce30e596652a", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104303Z:6a9e93d4-9619-43d6-b246-ce30e596652a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59c93080-6727-49e4-98ed-cad23bea1f1f", + "name": "59c93080-6727-49e4-98ed-cad23bea1f1f", + "status": "Succeeded", + "startTime": "2022-10-21T10:43:02.6433703Z", + "endTime": "2022-10-21T10:43:02.6901751Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59c93080-6727-49e4-98ed-cad23bea1f1f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:43: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": "2495fe6d-0f29-4a52-a421-dccd772599e3", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104303Z:2495fe6d-0f29-4a52-a421-dccd772599e3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b", + "name": "sdk-py-tests-acc-1-dde5273b", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T10%3A43%3A02.6486723Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T10:30:07.6507786Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T10:30:08.4628897Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T10:30:08.4628897Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "255", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 10:43:02 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": "fb405edb-b9cb-468b-b0f4-1cca175b3afd", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104303Z:fb405edb-b9cb-468b-b0f4-1cca175b3afd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/adeee248-730c-4df7-9005-e438b0d3d9aa?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 10:43:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/adeee248-730c-4df7-9005-e438b0d3d9aa?api-version=2022-05-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "eb4e1cdd-a435-4c8f-a4b7-dcfc3d2851a1", + "x-ms-correlation-request-id": "e6b0b741-56c5-41b0-b1c8-6197e92825e5", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T104304Z:e6b0b741-56c5-41b0-b1c8-6197e92825e5" + }, + "ResponseBody": null } ], "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 b3ffb955335e..e7fabe15bb06 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:29 GMT", + "Date": "Thu, 20 Oct 2022 23:08:08 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.13943.6 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:29 GMT", + "Date": "Thu, 20 Oct 2022 23:08:08 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.13845.9 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "4b136582-cc92-49df-902f-2f2bb2120595", + "client-request-id": "ec8de3a1-94b4-4f3a-aebb-ce67a847f0f0", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "4b136582-cc92-49df-902f-2f2bb2120595", + "client-request-id": "ec8de3a1-94b4-4f3a-aebb-ce67a847f0f0", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:29 GMT", + "Date": "Thu, 20 Oct 2022 23:08:08 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,7 +221,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -236,26 +233,2412 @@ } } }, - "StatusCode": 404, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f433e069-0145-497a-971e-249a34dd1490?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:30 GMT", + "Date": "Thu, 20 Oct 2022 23:08:17 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "34660ad7-f526-4735-aebc-7ae75f3c0500", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010931Z:34660ad7-f526-4735-aebc-7ae75f3c0500" + "x-ms-arm-service-request-id": "141b92f9-be83-46d6-9e07-8b9cc5a2bb2d", + "x-ms-correlation-request-id": "bc656346-d2d7-47da-8542-23fca7c41ab7", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230817Z:bc656346-d2d7-47da-8542-23fca7c41ab7" }, "ResponseBody": { - "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "name": "sdk-python-tests-vnet-westus2-ec2121ad", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad", + "etag": "W/\u00220bddb6fd-4c78-4877-bf9d-af835fd3a740\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T23:08:11.6561501Z" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "10acfbab-b60b-407d-9d50-8424a9923228", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f433e069-0145-497a-971e-249a34dd1490?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:08:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "9a505fa0-3cf6-41f8-94b1-d3e7d7200bbd", + "x-ms-correlation-request-id": "216cc639-7d22-4043-9c00-3c3045aa539e", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230817Z:216cc639-7d22-4043-9c00-3c3045aa539e" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f433e069-0145-497a-971e-249a34dd1490?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:08:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "31c2cba4-eea0-4e38-9e0c-032f238b0250", + "x-ms-correlation-request-id": "0950a0ca-81dc-4f7a-a4d2-260c782a75d9", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230828Z:0950a0ca-81dc-4f7a-a4d2-260c782a75d9" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:08:27 GMT", + "ETag": "W/\u0022841e34bc-5b9e-452f-a2d9-b81a993a756d\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "0d36c509-6de1-4bbd-9245-de88f62a8a58", + "x-ms-correlation-request-id": "695aab70-ad85-4e79-872b-bb1668f855a3", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230828Z:695aab70-ad85-4e79-872b-bb1668f855a3" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-westus2-ec2121ad", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad", + "etag": "W/\u0022841e34bc-5b9e-452f-a2d9-b81a993a756d\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T23:08:11.6561501Z" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "10acfbab-b60b-407d-9d50-8424a9923228", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "151", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "properties": { + "serviceName": "Microsoft.Netapp/volumes" + } + } + ] } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/80f1b278-083c-41c2-a9c7-cd31e14ab1c9?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1326", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:08:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "dd9a7cd9-210e-4eec-a31f-7fc826dcfb2a", + "x-ms-correlation-request-id": "443717a2-343e-4163-bb9a-78385b27e76e", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230829Z:443717a2-343e-4163-bb9a-78385b27e76e" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default", + "etag": "W/\u0022e32746ef-1730-48be-81b9-63299448b3b1\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default/delegations/netAppVolumes", + "etag": "W/\u0022e32746ef-1730-48be-81b9-63299448b3b1\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/80f1b278-083c-41c2-a9c7-cd31e14ab1c9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:08:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "93afa22e-ba20-4245-9c8d-728b46837711", + "x-ms-correlation-request-id": "5f80cfe7-eb9a-46bc-baaf-ce49c0447413", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230829Z:5f80cfe7-eb9a-46bc-baaf-ce49c0447413" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:08:29 GMT", + "ETag": "W/\u0022601d0af7-ec07-4960-9cb3-9803910a2a10\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "505c2b6c-fb43-4c2b-9f27-0276f1770801", + "x-ms-correlation-request-id": "719e1fd2-ee96-41a6-b642-67f7b770a039", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230829Z:719e1fd2-ee96-41a6-b642-67f7b770a039" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default", + "etag": "W/\u0022601d0af7-ec07-4960-9cb3-9803910a2a10\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default/delegations/netAppVolumes", + "etag": "W/\u0022601d0af7-ec07-4960-9cb3-9803910a2a10\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Thu, 20 Oct 2022 23:08:29 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.13943.8 - 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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Thu, 20 Oct 2022 23:08:29 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.13943.8 - 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": "e3f6ad47-c9ca-4d40-819e-7070a9b0bf83", + "Connection": "keep-alive", + "Content-Length": "281", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "win32", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.20.0", + "x-ms-lib-capability": "retry-after, h429" + }, + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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": "e3f6ad47-c9ca-4d40-819e-7070a9b0bf83", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:08:29 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.13943.8 - NEULR1 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d0c904d-1b7f-4630-a16c-331e97b827ab?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "704", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:08:33 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T23%3A08%3A33.2138975Z\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": "dc780bdb-3349-4b75-805f-186ceca6a34b", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230834Z:dc780bdb-3349-4b75-805f-186ceca6a34b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad", + "name": "sdk-py-tests-acc-1-ec2121ad", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T23%3A08%3A33.2138975Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T23:08:31.4813531Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T23:08:32.294701Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T23:08:32.294701Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d0c904d-1b7f-4630-a16c-331e97b827ab?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23: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": "f7e25780-0f64-4c79-b9c7-9430715d13c0", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230834Z:f7e25780-0f64-4c79-b9c7-9430715d13c0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d0c904d-1b7f-4630-a16c-331e97b827ab", + "name": "0d0c904d-1b7f-4630-a16c-331e97b827ab", + "status": "Succeeded", + "startTime": "2022-10-20T23:08:33.2172708Z", + "endTime": "2022-10-20T23:08:33.2642281Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:08:34 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T23%3A08%3A33.2641076Z\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": "2d4a2508-5d8f-4b1f-89ca-476ddaf8f8cf", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230835Z:2d4a2508-5d8f-4b1f-89ca-476ddaf8f8cf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad", + "name": "sdk-py-tests-acc-1-ec2121ad", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T23%3A08%3A33.2641076Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T23:08:31.4813531Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T23:08:32.294701Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T23:08:32.294701Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/1205745d-b8ab-44ff-95e6-6e133d5fecea?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "922", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:08:36 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T23%3A08%3A36.6229499Z\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": "1e4fa1cc-3363-410f-8ef9-f944280e3ff5", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230837Z:1e4fa1cc-3363-410f-8ef9-f944280e3ff5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-ec2121ad/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T23%3A08%3A36.6229499Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T23:08:35.4353801Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T23:08:36.4221215Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T23:08:36.4221215Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1205745d-b8ab-44ff-95e6-6e133d5fecea?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23: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": "19d3cbe8-fc69-4d31-b802-839553f8ef91", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230837Z:19d3cbe8-fc69-4d31-b802-839553f8ef91", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1205745d-b8ab-44ff-95e6-6e133d5fecea", + "name": "1205745d-b8ab-44ff-95e6-6e133d5fecea", + "status": "Succeeded", + "startTime": "2022-10-20T23:08:36.6238018Z", + "endTime": "2022-10-20T23:08:37.4051128Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:08:38 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T23%3A08%3A37.4017847Z\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": "5ef2f7b8-92ae-4a80-94f1-8ead15a27da9", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230838Z:5ef2f7b8-92ae-4a80-94f1-8ead15a27da9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-ec2121ad/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T23%3A08%3A37.4017847Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T23:08:35.4353801Z" + }, + "properties": { + "poolId": "523a4924-5873-2819-cc8e-4b23cf0ee754", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T23:08:36.4221215Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T23:08:36.4221215Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "783", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "creationToken": "sdk-py-tests-vol-3-ec2121ad", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/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 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1585", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:08:50 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T23%3A08%3A49.6774918Z\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": "47247d4b-5cac-4c1f-856f-120e84a8eba8", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230850Z:47247d4b-5cac-4c1f-856f-120e84a8eba8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad", + "name": "sdk-py-tests-acc-1-ec2121ad/sdk-py-tests-pool-1/sdk-py-tests-vol-3-ec2121ad", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T23%3A08%3A49.6774918Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T23:08:48.4028748Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-ec2121ad", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/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, + "maximumNumberOfFiles": 100000000, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T23:08:49.4138234Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T23:08:49.4138234Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23: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": "5f231cf0-8b41-43d1-bddc-3d1c88d6eadd", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230850Z:5f231cf0-8b41-43d1-bddc-3d1c88d6eadd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008", + "name": "6d17434e-79be-4fb9-a932-fe7823a2e008", + "status": "Creating", + "startTime": "2022-10-20T23:08:49.6819673Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:09: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": "8e707034-771f-408a-b895-2feacf8eb82a", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230921Z:8e707034-771f-408a-b895-2feacf8eb82a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008", + "name": "6d17434e-79be-4fb9-a932-fe7823a2e008", + "status": "Creating", + "startTime": "2022-10-20T23:08:49.6819673Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:09: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": "6c4a0913-a13b-4ad8-9efe-ac4c9c69e093", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T230951Z:6c4a0913-a13b-4ad8-9efe-ac4c9c69e093", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008", + "name": "6d17434e-79be-4fb9-a932-fe7823a2e008", + "status": "Creating", + "startTime": "2022-10-20T23:08:49.6819673Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:10: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": "50b00e89-7121-4ae4-beab-107c93034b56", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T231021Z:50b00e89-7121-4ae4-beab-107c93034b56", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008", + "name": "6d17434e-79be-4fb9-a932-fe7823a2e008", + "status": "Creating", + "startTime": "2022-10-20T23:08:49.6819673Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:10: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": "91e48003-6540-4220-9f01-0845ccf5ee70", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T231051Z:91e48003-6540-4220-9f01-0845ccf5ee70", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008", + "name": "6d17434e-79be-4fb9-a932-fe7823a2e008", + "status": "Creating", + "startTime": "2022-10-20T23:08:49.6819673Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:11: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": "8c368e5c-5844-4472-af41-4bff609cbe6f", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T231122Z:8c368e5c-5844-4472-af41-4bff609cbe6f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008", + "name": "6d17434e-79be-4fb9-a932-fe7823a2e008", + "status": "Creating", + "startTime": "2022-10-20T23:08:49.6819673Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:11: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": "2d44f320-593d-472a-9bc2-6df5b9ab17c9", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T231153Z:2d44f320-593d-472a-9bc2-6df5b9ab17c9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008", + "name": "6d17434e-79be-4fb9-a932-fe7823a2e008", + "status": "Creating", + "startTime": "2022-10-20T23:08:49.6819673Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:12: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": "fdcc3b78-ad1c-4425-ab56-1d5dbc3e233d", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T231223Z:fdcc3b78-ad1c-4425-ab56-1d5dbc3e233d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008", + "name": "6d17434e-79be-4fb9-a932-fe7823a2e008", + "status": "Creating", + "startTime": "2022-10-20T23:08:49.6819673Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:12: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": "03bfd1cd-14b3-401e-b662-970d7eaf0307", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T231253Z:03bfd1cd-14b3-401e-b662-970d7eaf0307", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008", + "name": "6d17434e-79be-4fb9-a932-fe7823a2e008", + "status": "Creating", + "startTime": "2022-10-20T23:08:49.6819673Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:13: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": "4103cd5d-3f85-4e22-a445-b3d3e28bfe0f", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T231324Z:4103cd5d-3f85-4e22-a445-b3d3e28bfe0f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008", + "name": "6d17434e-79be-4fb9-a932-fe7823a2e008", + "status": "Succeeded", + "startTime": "2022-10-20T23:08:49.6819673Z", + "endTime": "2022-10-20T23:12:55.5521632Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:13:26 GMT", + "ETag": "W/\u0022datetime\u00272022-10-20T23%3A12%3A55.5455836Z\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": "d0a5b544-a828-49d4-a523-3c91667076db", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T231326Z:d0a5b544-a828-49d4-a523-3c91667076db", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad", + "name": "sdk-py-tests-acc-1-ec2121ad/sdk-py-tests-pool-1/sdk-py-tests-vol-3-ec2121ad", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T23%3A12%3A55.5455836Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T23:08:48.4028748Z" + }, + "properties": { + "fileSystemId": "07faf360-a9c1-a3d4-0430-b084b4214b9b", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-ec2121ad", + "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_8f82c7b40509489d9e97d719b9b955b4_f543c82c", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "07faf360-a9c1-a3d4-0430-b084b4214b9b", + "fileSystemId": "07faf360-a9c1-a3d4-0430-b084b4214b9b", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T23:08:49.4138234Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T23:08:49.4138234Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/vaults?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:13: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": "79bbc918-9874-4b36-9e47-e5c8bf007418", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T231327Z:79bbc918-9874-4b36-9e47-e5c8bf007418", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/vaults/cbsvault", + "name": "sdk-py-tests-acc-1-ec2121ad/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 23:13:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e?api-version=2022-05-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": "d6d44dbe-8de5-4d96-9c37-92b23433f4cc", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T231329Z:d6d44dbe-8de5-4d96-9c37-92b23433f4cc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:13: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": "b2312a2d-a80a-44ab-b6fc-4b59a7fdaf36", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T231330Z:b2312a2d-a80a-44ab-b6fc-4b59a7fdaf36", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e", + "name": "80418bdf-0872-41d3-8711-250b29f42f4e", + "status": "Deleting", + "startTime": "2022-10-20T23:13:29.8846982Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:13: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": "2f767db8-a2e8-43de-942d-4ffd67ad8d7b", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T231400Z:2f767db8-a2e8-43de-942d-4ffd67ad8d7b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e", + "name": "80418bdf-0872-41d3-8711-250b29f42f4e", + "status": "Deleting", + "startTime": "2022-10-20T23:13:29.8846982Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:14: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": "2c3865dc-9b8a-41ef-ba92-4e3e81fd8ef6", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T231430Z:2c3865dc-9b8a-41ef-ba92-4e3e81fd8ef6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e", + "name": "80418bdf-0872-41d3-8711-250b29f42f4e", + "status": "Deleting", + "startTime": "2022-10-20T23:13:29.8846982Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:15: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": "f3b786ca-6f40-4748-86cc-f1d25203d518", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T231501Z:f3b786ca-6f40-4748-86cc-f1d25203d518", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e", + "name": "80418bdf-0872-41d3-8711-250b29f42f4e", + "status": "Deleting", + "startTime": "2022-10-20T23:13:29.8846982Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:15: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": "11f274f5-4f71-4873-862b-6516fb2cae8f", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T231531Z:11f274f5-4f71-4873-862b-6516fb2cae8f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e", + "name": "80418bdf-0872-41d3-8711-250b29f42f4e", + "status": "Succeeded", + "startTime": "2022-10-20T23:13:29.8846982Z", + "endTime": "2022-10-20T23:15:23.5446445Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:15: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": "86a0aa16-a523-48a2-a7c8-58650344f1e4", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T231531Z:86a0aa16-a523-48a2-a7c8-58650344f1e4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad", + "name": "sdk-py-tests-acc-1-ec2121ad/sdk-py-tests-pool-1/sdk-py-tests-vol-3-ec2121ad", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-20T23%3A15%3A06.3698871Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T23:08:48.4028748Z" + }, + "properties": { + "fileSystemId": "07faf360-a9c1-a3d4-0430-b084b4214b9b", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-ec2121ad", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_f543c82c", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad", + "poolId": "523a4924-5873-2819-cc8e-4b23cf0ee754", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "07faf360-a9c1-a3d4-0430-b084b4214b9b", + "fileSystemId": "07faf360-a9c1-a3d4-0430-b084b4214b9b", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T23:08:49.4138234Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T23:08:49.4138234Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "324", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:18:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "77dfb1d7-e6fc-46a9-8693-a0fd1b1497e2", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T231853Z:77dfb1d7-e6fc-46a9-8693-a0fd1b1497e2" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c7da54e9-0442-4991-b708-7fe79929ba8d?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 23:19:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c7da54e9-0442-4991-b708-7fe79929ba8d?api-version=2022-05-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": "ba976bdb-e07c-45f5-8355-1efcc2ed31ed", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T231907Z:ba976bdb-e07c-45f5-8355-1efcc2ed31ed", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c7da54e9-0442-4991-b708-7fe79929ba8d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:19: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": "58bf0c69-eeba-4471-bd25-88765610dae8", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T231907Z:58bf0c69-eeba-4471-bd25-88765610dae8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c7da54e9-0442-4991-b708-7fe79929ba8d", + "name": "c7da54e9-0442-4991-b708-7fe79929ba8d", + "status": "Deleting", + "startTime": "2022-10-20T23:19:07.0091703Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c7da54e9-0442-4991-b708-7fe79929ba8d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:19: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": "d67606e3-9df8-41f2-92db-5a8a49766450", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T231937Z:d67606e3-9df8-41f2-92db-5a8a49766450", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c7da54e9-0442-4991-b708-7fe79929ba8d", + "name": "c7da54e9-0442-4991-b708-7fe79929ba8d", + "status": "Succeeded", + "startTime": "2022-10-20T23:19:07.0091703Z", + "endTime": "2022-10-20T23:19:08.4937297Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c7da54e9-0442-4991-b708-7fe79929ba8d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:19: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": "f501de6e-04e1-4254-81d7-0c14d068e486", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T231937Z:f501de6e-04e1-4254-81d7-0c14d068e486", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-ec2121ad/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-20T23%3A19%3A06.9944763Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T23:08:35.4353801Z" + }, + "properties": { + "poolId": "523a4924-5873-2819-cc8e-4b23cf0ee754", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T23:08:36.4221215Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T23:08:36.4221215Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 23:19:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b389205c-cb44-4d7c-b218-d6e57846b07d", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T231948Z:b389205c-cb44-4d7c-b218-d6e57846b07d" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 23:19:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3d361a9c-d7c1-4de9-89f2-57fe6e5f5b7c", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T231958Z:3d361a9c-d7c1-4de9-89f2-57fe6e5f5b7c" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 23:20:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "be20847e-ee68-4486-880c-88c0d7767e4e", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T232008Z:be20847e-ee68-4486-880c-88c0d7767e4e" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Thu, 20 Oct 2022 23:20:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7e8ddcaf-06a7-44f7-984b-34fb4798c6cb", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T232019Z:7e8ddcaf-06a7-44f7-984b-34fb4798c6cb" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "288", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:20:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4dccfcaf-3718-47c2-9148-de7f04f258a9", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T232029Z:4dccfcaf-3718-47c2-9148-de7f04f258a9" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e36dda6b-65a6-4afe-9382-9a753fe7d03a?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 23:20:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e36dda6b-65a6-4afe-9382-9a753fe7d03a?api-version=2022-05-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": "69acf323-a24c-41e2-9851-a67e67658f1b", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T232030Z:69acf323-a24c-41e2-9851-a67e67658f1b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e36dda6b-65a6-4afe-9382-9a753fe7d03a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23: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": "0c3d158a-ef66-42a3-bab4-5d11014c5c66", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T232030Z:0c3d158a-ef66-42a3-bab4-5d11014c5c66", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e36dda6b-65a6-4afe-9382-9a753fe7d03a", + "name": "e36dda6b-65a6-4afe-9382-9a753fe7d03a", + "status": "Succeeded", + "startTime": "2022-10-20T23:20:30.6467943Z", + "endTime": "2022-10-20T23:20:30.6780503Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e36dda6b-65a6-4afe-9382-9a753fe7d03a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23: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": "bd95d3f6-cf9c-4e6d-87d6-900aedf19183", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T232031Z:bd95d3f6-cf9c-4e6d-87d6-900aedf19183", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad", + "name": "sdk-py-tests-acc-1-ec2121ad", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-20T23%3A20%3A30.6501992Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-20T23:08:31.4813531Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-20T23:08:32.294701Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-20T23:08:32.294701Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "255", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 20 Oct 2022 23:20: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": "64a93a0d-b361-479f-8e11-8b491b05cdde", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T232031Z:64a93a0d-b361-479f-8e11-8b491b05cdde", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0e5f7cc4-42e4-4f3c-9eb1-b872e343222a?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 20 Oct 2022 23:20:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/0e5f7cc4-42e4-4f3c-9eb1-b872e343222a?api-version=2022-05-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "6826e6d1-8421-4909-a742-ba8d461a2e73", + "x-ms-correlation-request-id": "30ab4c0f-ea61-43bf-ad00-6dd75e5fe6c5", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221020T232032Z:30ab4c0f-ea61-43bf-ad00-6dd75e5fe6c5" + }, + "ResponseBody": null } ], "Variables": {} 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 f80ab785024a..c0531cf5a6b3 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:33 GMT", + "Date": "Fri, 21 Oct 2022 11:01:11 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.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:33 GMT", + "Date": "Fri, 21 Oct 2022 11:01:11 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.13845.9 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "c3d8494c-233c-45bb-a8a0-baaf72234c43", + "client-request-id": "1071a69c-1a1c-41ee-b88f-5b2598dc2f3c", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "c3d8494c-233c-45bb-a8a0-baaf72234c43", + "client-request-id": "1071a69c-1a1c-41ee-b88f-5b2598dc2f3c", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:33 GMT", + "Date": "Fri, 21 Oct 2022 11:01:12 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,7 +221,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -236,26 +233,2593 @@ } } }, - "StatusCode": 404, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d775cfd2-3609-4a4b-bf85-e249b2f5e345?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:33 GMT", + "Date": "Fri, 21 Oct 2022 11:01:18 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3835200-2388-42d8-820f-e123bd4c1207", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010934Z:f3835200-2388-42d8-820f-e123bd4c1207" + "x-ms-arm-service-request-id": "0d2f2e74-6ba9-43c2-a9fa-ff934e756577", + "x-ms-correlation-request-id": "b5be1787-3739-4b17-8f62-a4b873e5abf9", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110119Z:b5be1787-3739-4b17-8f62-a4b873e5abf9" }, "ResponseBody": { - "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "name": "sdk-python-tests-vnet-westus2-9f8d2912", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912", + "etag": "W/\u0022323dfcc6-2747-4e45-9bfa-e5b49795ec68\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:01:15.0556697Z" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "2dee870f-b8fc-456f-b17c-18fcb4eef663", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d775cfd2-3609-4a4b-bf85-e249b2f5e345?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:01:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "cc0bf2a2-da6d-421c-b7eb-5e8c5c479e59", + "x-ms-correlation-request-id": "0ec9f4f5-6d07-4932-966e-f5257ccdb0da", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110120Z:0ec9f4f5-6d07-4932-966e-f5257ccdb0da" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:01:19 GMT", + "ETag": "W/\u0022c5a43bb5-c1a3-48d5-bbcc-56902d9db869\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "1559100a-f0de-4930-8e02-b88fb73b4f67", + "x-ms-correlation-request-id": "d39992d7-7fc0-46e0-8b20-c7d69e8f1918", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110120Z:d39992d7-7fc0-46e0-8b20-c7d69e8f1918" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-westus2-9f8d2912", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912", + "etag": "W/\u0022c5a43bb5-c1a3-48d5-bbcc-56902d9db869\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:01:15.0556697Z" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "2dee870f-b8fc-456f-b17c-18fcb4eef663", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "151", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "properties": { + "serviceName": "Microsoft.Netapp/volumes" + } + } + ] } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2fd3e3ed-c7d7-4a0c-b641-28284f1b2220?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1326", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:01:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "be3d5049-20bc-4d9c-ace5-e57ab3c28574", + "x-ms-correlation-request-id": "f38573cf-1ae4-4f38-8198-49a873eb9955", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110121Z:f38573cf-1ae4-4f38-8198-49a873eb9955" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default", + "etag": "W/\u00228cd58b82-e620-4fee-8181-4ddb85bf853a\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default/delegations/netAppVolumes", + "etag": "W/\u00228cd58b82-e620-4fee-8181-4ddb85bf853a\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2fd3e3ed-c7d7-4a0c-b641-28284f1b2220?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:01:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ac06fb98-5796-4e54-9404-9e729a7bfcce", + "x-ms-correlation-request-id": "b7c64d9a-ec2f-4bf1-8014-adf9faa43c03", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110121Z:b7c64d9a-ec2f-4bf1-8014-adf9faa43c03" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:01:21 GMT", + "ETag": "W/\u002207cba166-667f-47b5-8ea8-c96442747eb8\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "0122d3c0-b229-4885-8afe-8166b8f7f7ae", + "x-ms-correlation-request-id": "952fd7a2-dbe0-499e-b274-405bab2b9b6b", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110121Z:952fd7a2-dbe0-499e-b274-405bab2b9b6b" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default", + "etag": "W/\u002207cba166-667f-47b5-8ea8-c96442747eb8\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default/delegations/netAppVolumes", + "etag": "W/\u002207cba166-667f-47b5-8ea8-c96442747eb8\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Fri, 21 Oct 2022 11:01:21 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.13943.8 - NEULR1 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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Fri, 21 Oct 2022 11:01:21 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.13943.8 - 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": "8bef1217-1c99-4258-87f3-80dd6bf2921d", + "Connection": "keep-alive", + "Content-Length": "281", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "win32", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.20.0", + "x-ms-lib-capability": "retry-after, h429" + }, + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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": "8bef1217-1c99-4258-87f3-80dd6bf2921d", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:01:21 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.13943.8 - 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/724c21d5-beae-4c42-a270-4488a0770a2d?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:01:25 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A01%3A25.3962198Z\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": "2b48b027-d3da-4f8f-b328-d91d78d5dc4e", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110126Z:2b48b027-d3da-4f8f-b328-d91d78d5dc4e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912", + "name": "sdk-py-tests-acc-1-9f8d2912", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A01%3A25.3962198Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:01:23.4502871Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:01:24.4248067Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:01:24.4248067Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/724c21d5-beae-4c42-a270-4488a0770a2d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "ed01b105-74fb-47db-b754-b63967906366", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110126Z:ed01b105-74fb-47db-b754-b63967906366", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/724c21d5-beae-4c42-a270-4488a0770a2d", + "name": "724c21d5-beae-4c42-a270-4488a0770a2d", + "status": "Succeeded", + "startTime": "2022-10-21T11:01:25.3995334Z", + "endTime": "2022-10-21T11:01:25.4307215Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:01:26 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A01%3A25.4354853Z\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": "c1b5c5f5-6f32-40ba-8d4c-b1c165c4abef", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110126Z:c1b5c5f5-6f32-40ba-8d4c-b1c165c4abef", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912", + "name": "sdk-py-tests-acc-1-9f8d2912", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A01%3A25.4354853Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:01:23.4502871Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:01:24.4248067Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:01:24.4248067Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/b6ecaaa5-7081-4b48-9930-c4126fd47df4?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "922", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:01:29 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A01%3A28.6173554Z\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": "a617a113-76d1-4f1d-b9af-b7d93520eaf5", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110129Z:a617a113-76d1-4f1d-b9af-b7d93520eaf5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A01%3A28.6173554Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:01:27.4202212Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:01:28.3809478Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:01:28.3809478Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b6ecaaa5-7081-4b48-9930-c4126fd47df4?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:01: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": "1d20ed98-a62f-43a4-b508-c8e95f5bf40b", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110130Z:1d20ed98-a62f-43a4-b508-c8e95f5bf40b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b6ecaaa5-7081-4b48-9930-c4126fd47df4", + "name": "b6ecaaa5-7081-4b48-9930-c4126fd47df4", + "status": "Succeeded", + "startTime": "2022-10-21T11:01:28.6112844Z", + "endTime": "2022-10-21T11:01:29.4550173Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:01:29 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A01%3A29.4491875Z\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": "8980c038-6f43-41ca-a0fb-faf2dde7a26c", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110130Z:8980c038-6f43-41ca-a0fb-faf2dde7a26c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A01%3A29.4491875Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:01:27.4202212Z" + }, + "properties": { + "poolId": "9eaa6731-b182-3eb7-3a97-2afb538f7447", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:01:28.3809478Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:01:28.3809478Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "774", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "creationToken": "sdk-py-tests-vol-3", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/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 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1558", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:01:44 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A01%3A43.5836925Z\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": "b05670b5-e994-42f1-b097-3334073434d9", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110144Z:b05670b5-e994-42f1-b097-3334073434d9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3", + "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1/sdk-py-tests-vol-3", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A01%3A43.5836925Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:01:40.9497489Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/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, + "maximumNumberOfFiles": 100000000, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:01:42.1558832Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:01:42.1558832Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:01: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": "1c25d080-bb02-4ef6-82f2-6022270a9a2d", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110144Z:1c25d080-bb02-4ef6-82f2-6022270a9a2d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "name": "261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "status": "Creating", + "startTime": "2022-10-21T11:01:43.6455576Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:02: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": "92a48a03-ce1a-46b3-9f75-49483b03ec5d", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110215Z:92a48a03-ce1a-46b3-9f75-49483b03ec5d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "name": "261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "status": "Creating", + "startTime": "2022-10-21T11:01:43.6455576Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:02: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": "60639b9e-ed3b-4c20-8879-927e8fa83d73", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110245Z:60639b9e-ed3b-4c20-8879-927e8fa83d73", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "name": "261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "status": "Creating", + "startTime": "2022-10-21T11:01:43.6455576Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "b4cc2627-5570-43bf-8af3-184d2fe1d5a4", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110315Z:b4cc2627-5570-43bf-8af3-184d2fe1d5a4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "name": "261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "status": "Creating", + "startTime": "2022-10-21T11:01:43.6455576Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:03: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": "8f4d9dac-f0a4-40f1-ae17-4c6140992229", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110345Z:8f4d9dac-f0a4-40f1-ae17-4c6140992229", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "name": "261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "status": "Creating", + "startTime": "2022-10-21T11:01:43.6455576Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:04: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": "6f26841c-a6bb-4d4e-a07a-0de0a34c08fd", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110416Z:6f26841c-a6bb-4d4e-a07a-0de0a34c08fd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "name": "261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "status": "Creating", + "startTime": "2022-10-21T11:01:43.6455576Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:04: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": "b5c99fd3-fc52-485a-a7b7-eb59a80d5eea", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110446Z:b5c99fd3-fc52-485a-a7b7-eb59a80d5eea", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "name": "261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "status": "Creating", + "startTime": "2022-10-21T11:01:43.6455576Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "3709a55c-1232-4a09-a760-844b4879f6de", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110516Z:3709a55c-1232-4a09-a760-844b4879f6de", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "name": "261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "status": "Creating", + "startTime": "2022-10-21T11:01:43.6455576Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:05: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": "d9d798ef-9ec2-45f8-a2ab-7f04c6c381ac", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110546Z:d9d798ef-9ec2-45f8-a2ab-7f04c6c381ac", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "name": "261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "status": "Creating", + "startTime": "2022-10-21T11:01:43.6455576Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:06: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": "96c07220-4fef-45e7-9a73-70a565cac838", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110617Z:96c07220-4fef-45e7-9a73-70a565cac838", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "name": "261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "status": "Succeeded", + "startTime": "2022-10-21T11:01:43.6455576Z", + "endTime": "2022-10-21T11:05:47.0795216Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:06:17 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A05%3A47.0727295Z\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": "9cbc3747-1e79-4e16-992c-987b097bf2fc", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110617Z:9cbc3747-1e79-4e16-992c-987b097bf2fc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3", + "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1/sdk-py-tests-vol-3", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A05%3A47.0727295Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:01:40.9497489Z" + }, + "properties": { + "fileSystemId": "101f5dc1-971c-9b83-ec3a-901f2050de26", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3", + "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_8f82c7b40509489d9e97d719b9b955b4_4fad3787", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "101f5dc1-971c-9b83-ec3a-901f2050de26", + "fileSystemId": "101f5dc1-971c-9b83-ec3a-901f2050de26", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:01:42.1558832Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:01:42.1558832Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:06: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": "91d5852e-0935-4549-b3b1-31943eb1813b", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110617Z:91d5852e-0935-4549-b3b1-31943eb1813b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3", + "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1/sdk-py-tests-vol-3", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A05%3A47.0727295Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:01:40.9497489Z" + }, + "properties": { + "fileSystemId": "101f5dc1-971c-9b83-ec3a-901f2050de26", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3", + "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_8f82c7b40509489d9e97d719b9b955b4_4fad3787", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "101f5dc1-971c-9b83-ec3a-901f2050de26", + "fileSystemId": "101f5dc1-971c-9b83-ec3a-901f2050de26", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:01:42.1558832Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:01:42.1558832Z" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 11:06:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f?api-version=2022-05-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": "5767d8e6-476e-4bbb-a203-2f351f07117f", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110618Z:5767d8e6-476e-4bbb-a203-2f351f07117f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "8155f2c7-83b5-4ca0-8e6e-b3ccc19393f5", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110619Z:8155f2c7-83b5-4ca0-8e6e-b3ccc19393f5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f", + "name": "6746851f-eb71-4743-b9ce-d9eae744c30f", + "status": "Deleting", + "startTime": "2022-10-21T11:06:18.7025101Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "d3af62b4-810f-4bdd-b40f-98b95396f9de", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110649Z:d3af62b4-810f-4bdd-b40f-98b95396f9de", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f", + "name": "6746851f-eb71-4743-b9ce-d9eae744c30f", + "status": "Deleting", + "startTime": "2022-10-21T11:06:18.7025101Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "2ae0fb97-329e-452b-bdf5-c291a3a51f69", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110719Z:2ae0fb97-329e-452b-bdf5-c291a3a51f69", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f", + "name": "6746851f-eb71-4743-b9ce-d9eae744c30f", + "status": "Deleting", + "startTime": "2022-10-21T11:06:18.7025101Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "7e0b92bc-ebaf-492d-a46f-3bfbf4714f2c", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110750Z:7e0b92bc-ebaf-492d-a46f-3bfbf4714f2c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f", + "name": "6746851f-eb71-4743-b9ce-d9eae744c30f", + "status": "Deleting", + "startTime": "2022-10-21T11:06:18.7025101Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:08: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": "59b9cf5c-1599-4834-acb3-e8064addbacd", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110820Z:59b9cf5c-1599-4834-acb3-e8064addbacd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f", + "name": "6746851f-eb71-4743-b9ce-d9eae744c30f", + "status": "Deleting", + "startTime": "2022-10-21T11:06:18.7025101Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "7d75a4a8-402e-49e4-8901-fb301231f6e6", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110851Z:7d75a4a8-402e-49e4-8901-fb301231f6e6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f", + "name": "6746851f-eb71-4743-b9ce-d9eae744c30f", + "status": "Deleting", + "startTime": "2022-10-21T11:06:18.7025101Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:09: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": "057e411d-18cc-4aa9-bea8-005e9326b34d", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110921Z:057e411d-18cc-4aa9-bea8-005e9326b34d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f", + "name": "6746851f-eb71-4743-b9ce-d9eae744c30f", + "status": "Succeeded", + "startTime": "2022-10-21T11:06:18.7025101Z", + "endTime": "2022-10-21T11:08:58.19894Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:09: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": "7892b249-a0b5-4608-a8e4-b03a67672004", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T110921Z:7892b249-a0b5-4608-a8e4-b03a67672004", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3", + "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1/sdk-py-tests-vol-3", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A08%3A48.6057701Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:01:40.9497489Z" + }, + "properties": { + "fileSystemId": "101f5dc1-971c-9b83-ec3a-901f2050de26", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_4fad3787", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3", + "poolId": "9eaa6731-b182-3eb7-3a97-2afb538f7447", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "101f5dc1-971c-9b83-ec3a-901f2050de26", + "fileSystemId": "101f5dc1-971c-9b83-ec3a-901f2050de26", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:01:42.1558832Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:01:42.1558832Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "315", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:12:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "690e4c2d-5be8-49de-b11b-e481d0d0540d", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111243Z:690e4c2d-5be8-49de-b11b-e481d0d0540d" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:12: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": "2df3c166-4a3c-43ee-807f-173c37ba7e70", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111244Z:2df3c166-4a3c-43ee-807f-173c37ba7e70", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "315", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:16:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cf0ab5f6-4833-4880-9a85-d549d377cdee", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111606Z:cf0ab5f6-4833-4880-9a85-d549d377cdee" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84fdc587-2a92-4723-a58c-ca4ef730645d?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 11:16:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84fdc587-2a92-4723-a58c-ca4ef730645d?api-version=2022-05-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": "b5250e84-550d-4229-b5c6-7562582dcca0", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111618Z:b5250e84-550d-4229-b5c6-7562582dcca0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84fdc587-2a92-4723-a58c-ca4ef730645d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:16: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": "2ac744a5-1b6b-4d79-869d-2637ad713297", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111619Z:2ac744a5-1b6b-4d79-869d-2637ad713297", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84fdc587-2a92-4723-a58c-ca4ef730645d", + "name": "84fdc587-2a92-4723-a58c-ca4ef730645d", + "status": "Deleting", + "startTime": "2022-10-21T11:16:18.5148372Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84fdc587-2a92-4723-a58c-ca4ef730645d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:16: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": "8ad307da-f164-4f18-9ea9-ec1bf4c93f22", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111649Z:8ad307da-f164-4f18-9ea9-ec1bf4c93f22", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84fdc587-2a92-4723-a58c-ca4ef730645d", + "name": "84fdc587-2a92-4723-a58c-ca4ef730645d", + "status": "Succeeded", + "startTime": "2022-10-21T11:16:18.5148372Z", + "endTime": "2022-10-21T11:16:20.562358Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84fdc587-2a92-4723-a58c-ca4ef730645d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:16: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": "6cbcff9b-da7a-4991-bf96-94975b561825", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111649Z:6cbcff9b-da7a-4991-bf96-94975b561825", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A16%3A18.5192491Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:01:27.4202212Z" + }, + "properties": { + "poolId": "9eaa6731-b182-3eb7-3a97-2afb538f7447", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:01:28.3809478Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:01:28.3809478Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 11:16:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "342bf821-9e75-4c1a-9801-7b5e2d1f6964", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111659Z:342bf821-9e75-4c1a-9801-7b5e2d1f6964" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 11:17:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "aac496bc-f6db-42e5-bd63-73d1fb3d4237", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111710Z:aac496bc-f6db-42e5-bd63-73d1fb3d4237" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 11:17:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "35f2d989-1e11-4329-810f-84143363113a", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111720Z:35f2d989-1e11-4329-810f-84143363113a" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 11:17:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "810eb2e7-c3f6-4290-9320-660e97e7b275", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111730Z:810eb2e7-c3f6-4290-9320-660e97e7b275" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "288", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:17:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "dc141e5f-8fb4-4f23-8ce9-30335e48be6c", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111741Z:dc141e5f-8fb4-4f23-8ce9-30335e48be6c" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56f519bb-e7f3-46ab-b16e-0e5ec7c8bce0?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 11:17:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56f519bb-e7f3-46ab-b16e-0e5ec7c8bce0?api-version=2022-05-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": "76942a0c-73b8-4d32-a1b1-fdb8c2a53d1c", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111742Z:76942a0c-73b8-4d32-a1b1-fdb8c2a53d1c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56f519bb-e7f3-46ab-b16e-0e5ec7c8bce0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:17: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": "5a6e135e-c2cf-47c0-b12b-bddef9a587d4", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111742Z:5a6e135e-c2cf-47c0-b12b-bddef9a587d4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56f519bb-e7f3-46ab-b16e-0e5ec7c8bce0", + "name": "56f519bb-e7f3-46ab-b16e-0e5ec7c8bce0", + "status": "Succeeded", + "startTime": "2022-10-21T11:17:42.4525259Z", + "endTime": "2022-10-21T11:17:42.4994669Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56f519bb-e7f3-46ab-b16e-0e5ec7c8bce0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:17: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": "fcfb2c71-554b-43e5-a38f-6faf3d86f218", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111743Z:fcfb2c71-554b-43e5-a38f-6faf3d86f218", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912", + "name": "sdk-py-tests-acc-1-9f8d2912", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A17%3A42.4492133Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:01:23.4502871Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:01:24.4248067Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:01:24.4248067Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "255", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:17:43 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": "f8174d1d-2e74-4cdb-a336-187f70ef259e", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111743Z:f8174d1d-2e74-4cdb-a336-187f70ef259e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f5f0b319-83ba-49ec-bf1b-ed601d477ea5?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 11:17:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/f5f0b319-83ba-49ec-bf1b-ed601d477ea5?api-version=2022-05-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "9548eab0-be1d-4260-9f25-b436737f1733", + "x-ms-correlation-request-id": "029daf03-18a9-45af-821e-a688ca4fd52f", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111744Z:029daf03-18a9-45af-821e-a688ca4fd52f" + }, + "ResponseBody": null } ], "Variables": {} 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 6dbdfef6ca0a..5127109b0ad0 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:43 GMT", + "Date": "Fri, 21 Oct 2022 12:08:29 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.13943.6 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:43 GMT", + "Date": "Fri, 21 Oct 2022 12:08:29 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.13943.6 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "bf41e9e8-0912-486c-becb-1478baa649ed", + "client-request-id": "acae41b8-6d56-4cf3-9b76-bd40dc15b9cc", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "bf41e9e8-0912-486c-becb-1478baa649ed", + "client-request-id": "acae41b8-6d56-4cf3-9b76-bd40dc15b9cc", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:43 GMT", + "Date": "Fri, 21 Oct 2022 12:08:29 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,7 +221,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -236,26 +233,2523 @@ } } }, - "StatusCode": 404, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/20948152-65fd-4bc2-b210-df72b91c0ced?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:44 GMT", + "Date": "Fri, 21 Oct 2022 12:08:37 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2dc74d53-af14-4131-b82c-ca9b6ced613b", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010944Z:2dc74d53-af14-4131-b82c-ca9b6ced613b" + "x-ms-arm-service-request-id": "5210f076-a2d4-4bb6-82ee-c34803311069", + "x-ms-correlation-request-id": "8ffe4bc5-3489-44d0-adb2-0694ef576f06", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120837Z:8ffe4bc5-3489-44d0-adb2-0694ef576f06" }, "ResponseBody": { - "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "name": "sdk-python-tests-vnet-westus2-84d7262b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b", + "etag": "W/\u0022a6248183-5fc5-4536-b046-2e98d4ce2a9a\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T12:08:32.3231468Z" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "4b36352b-b531-4412-9fb6-a1f7d341bc6e", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/20948152-65fd-4bc2-b210-df72b91c0ced?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:08:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "c1362135-2b74-4366-9a4b-0ba7053c4b32", + "x-ms-correlation-request-id": "6a1abb16-ca90-4f61-b1ff-e71a52860df2", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120837Z:6a1abb16-ca90-4f61-b1ff-e71a52860df2" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/20948152-65fd-4bc2-b210-df72b91c0ced?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:08:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "193e81cf-60c3-4e90-8287-14cf7dc7b65b", + "x-ms-correlation-request-id": "a4958be9-90ed-419d-9218-e56556807b4c", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120847Z:a4958be9-90ed-419d-9218-e56556807b4c" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:08:47 GMT", + "ETag": "W/\u00223b84b310-10ad-49f0-b118-52d786f4d629\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "3d2f3e64-71ce-49d4-b4a6-40321ea5cd08", + "x-ms-correlation-request-id": "706fb501-7ae8-49e9-9d59-fd0de28b1233", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120848Z:706fb501-7ae8-49e9-9d59-fd0de28b1233" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-westus2-84d7262b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b", + "etag": "W/\u00223b84b310-10ad-49f0-b118-52d786f4d629\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T12:08:32.3231468Z" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "4b36352b-b531-4412-9fb6-a1f7d341bc6e", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "151", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "properties": { + "serviceName": "Microsoft.Netapp/volumes" + } + } + ] } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f64bfdfd-33b5-425b-9f61-66d8cafd8247?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1326", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:08:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "fcfb0015-74ed-4273-8103-fbf58f9e914c", + "x-ms-correlation-request-id": "fc842a42-7f77-40e0-ba28-35010e432bc2", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120849Z:fc842a42-7f77-40e0-ba28-35010e432bc2" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default", + "etag": "W/\u0022e9cf13ae-22e4-48b9-8595-337f6103247a\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default/delegations/netAppVolumes", + "etag": "W/\u0022e9cf13ae-22e4-48b9-8595-337f6103247a\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f64bfdfd-33b5-425b-9f61-66d8cafd8247?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:08:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "c1d27907-d82f-4e68-8f46-caeb493e31d9", + "x-ms-correlation-request-id": "3408c88a-dbb9-4acb-b289-93681c198f66", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120849Z:3408c88a-dbb9-4acb-b289-93681c198f66" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:08:49 GMT", + "ETag": "W/\u0022cfd72877-bd41-4712-87e9-0d68ecb6c8a7\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b9a78b93-6036-4162-b7d2-97ad7a6e3960", + "x-ms-correlation-request-id": "03ed1da6-ca4d-49e4-a683-481fd95e0b5e", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120849Z:03ed1da6-ca4d-49e4-a683-481fd95e0b5e" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default", + "etag": "W/\u0022cfd72877-bd41-4712-87e9-0d68ecb6c8a7\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default/delegations/netAppVolumes", + "etag": "W/\u0022cfd72877-bd41-4712-87e9-0d68ecb6c8a7\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Fri, 21 Oct 2022 12:08:49 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.13943.8 - NEULR1 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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Fri, 21 Oct 2022 12:08:49 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.13845.10 - 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": "aa10340a-a993-4875-bc38-6a36b9548852", + "Connection": "keep-alive", + "Content-Length": "281", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "win32", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.20.0", + "x-ms-lib-capability": "retry-after, h429" + }, + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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": "aa10340a-a993-4875-bc38-6a36b9548852", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:08:49 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.13943.8 - NEULR1 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ab33990a-5286-4d4b-8b41-f8bb8eeb1667?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:08:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T12%3A08%3A53.2474188Z\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": "6b8d95a0-c9c7-4f06-9e36-b7552084a432", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120854Z:6b8d95a0-c9c7-4f06-9e36-b7552084a432", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b", + "name": "sdk-py-tests-acc-1-84d7262b", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A08%3A53.2474188Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T12:08:51.1001860Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T12:08:52.2816584Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T12:08:52.2816584Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ab33990a-5286-4d4b-8b41-f8bb8eeb1667?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12: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": "7501761b-9b05-4d2a-9f2e-350cde209303", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120854Z:7501761b-9b05-4d2a-9f2e-350cde209303", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ab33990a-5286-4d4b-8b41-f8bb8eeb1667", + "name": "ab33990a-5286-4d4b-8b41-f8bb8eeb1667", + "status": "Succeeded", + "startTime": "2022-10-21T12:08:53.2470513Z", + "endTime": "2022-10-21T12:08:53.2939222Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:08:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T12%3A08%3A53.2985671Z\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": "f88eb25f-8edd-44ab-acf0-97d5e132bdf4", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120855Z:f88eb25f-8edd-44ab-acf0-97d5e132bdf4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b", + "name": "sdk-py-tests-acc-1-84d7262b", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A08%3A53.2985671Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T12:08:51.1001860Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T12:08:52.2816584Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T12:08:52.2816584Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/68e6753a-1526-4443-92b7-1df7e60ab1f0?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "922", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:08:57 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T12%3A08%3A56.8084063Z\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": "01dfae61-0854-4464-87a1-d08dec4de9c8", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120857Z:01dfae61-0854-4464-87a1-d08dec4de9c8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A08%3A56.8084063Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T12:08:55.6381779Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T12:08:56.5985295Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T12:08:56.5985295Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68e6753a-1526-4443-92b7-1df7e60ab1f0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12: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": "84c59ae8-2036-4b68-ade3-a1bba239b7b0", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120858Z:84c59ae8-2036-4b68-ade3-a1bba239b7b0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68e6753a-1526-4443-92b7-1df7e60ab1f0", + "name": "68e6753a-1526-4443-92b7-1df7e60ab1f0", + "status": "Succeeded", + "startTime": "2022-10-21T12:08:56.8194597Z", + "endTime": "2022-10-21T12:08:57.8663298Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:08:58 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T12%3A08%3A57.8539604Z\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": "e3d29d77-7aaf-416f-a703-f3c98acffa7b", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120858Z:e3d29d77-7aaf-416f-a703-f3c98acffa7b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A08%3A57.8539604Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T12:08:55.6381779Z" + }, + "properties": { + "poolId": "5c403fa6-403c-d25c-8957-e692d88ce20e", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T12:08:56.5985295Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T12:08:56.5985295Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "783", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "creationToken": "sdk-py-tests-vol-3-84d7262b", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/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 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1585", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:09:10 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T12%3A09%3A10.5116569Z\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": "f837964d-37a8-4a30-bc11-efd99db7f4da", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120911Z:f837964d-37a8-4a30-bc11-efd99db7f4da", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b", + "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-84d7262b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A09%3A10.5116569Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T12:09:09.1237772Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-84d7262b", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/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, + "maximumNumberOfFiles": 100000000, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T12:09:10.2327002Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T12:09:10.2327002Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:09: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": "e2b66943-a3cc-40ec-8c02-95bb90345767", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120911Z:e2b66943-a3cc-40ec-8c02-95bb90345767", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee", + "name": "bf5256a4-5398-461d-aac0-5790f92893ee", + "status": "Creating", + "startTime": "2022-10-21T12:09:10.5143564Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:09: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": "a07434ce-c58d-4c58-bed3-26cc2e235350", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120942Z:a07434ce-c58d-4c58-bed3-26cc2e235350", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee", + "name": "bf5256a4-5398-461d-aac0-5790f92893ee", + "status": "Creating", + "startTime": "2022-10-21T12:09:10.5143564Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:10: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": "ab9f8020-b5a6-464d-ae17-81dc59f79df1", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T121012Z:ab9f8020-b5a6-464d-ae17-81dc59f79df1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee", + "name": "bf5256a4-5398-461d-aac0-5790f92893ee", + "status": "Creating", + "startTime": "2022-10-21T12:09:10.5143564Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:10: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": "1dc47619-4a91-4a48-bc77-0267609c5439", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T121042Z:1dc47619-4a91-4a48-bc77-0267609c5439", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee", + "name": "bf5256a4-5398-461d-aac0-5790f92893ee", + "status": "Creating", + "startTime": "2022-10-21T12:09:10.5143564Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:11: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": "33a93834-22e6-4bea-9341-1daf4022df10", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T121113Z:33a93834-22e6-4bea-9341-1daf4022df10", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee", + "name": "bf5256a4-5398-461d-aac0-5790f92893ee", + "status": "Creating", + "startTime": "2022-10-21T12:09:10.5143564Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:11: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": "68605819-2a23-418a-9529-204177050266", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T121143Z:68605819-2a23-418a-9529-204177050266", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee", + "name": "bf5256a4-5398-461d-aac0-5790f92893ee", + "status": "Creating", + "startTime": "2022-10-21T12:09:10.5143564Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:12: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": "039652b8-2987-40b5-882e-b3242a23d6d8", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T121213Z:039652b8-2987-40b5-882e-b3242a23d6d8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee", + "name": "bf5256a4-5398-461d-aac0-5790f92893ee", + "status": "Creating", + "startTime": "2022-10-21T12:09:10.5143564Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:12: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": "72db1a80-699c-4048-bf97-7d9ec3abf539", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T121243Z:72db1a80-699c-4048-bf97-7d9ec3abf539", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee", + "name": "bf5256a4-5398-461d-aac0-5790f92893ee", + "status": "Creating", + "startTime": "2022-10-21T12:09:10.5143564Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:13: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": "d046f1ff-0931-47a3-866a-b8237a1e5814", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T121314Z:d046f1ff-0931-47a3-866a-b8237a1e5814", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee", + "name": "bf5256a4-5398-461d-aac0-5790f92893ee", + "status": "Creating", + "startTime": "2022-10-21T12:09:10.5143564Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:13: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": "67d41f17-dd3d-4779-9cd3-4dc10f408f1c", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T121344Z:67d41f17-dd3d-4779-9cd3-4dc10f408f1c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee", + "name": "bf5256a4-5398-461d-aac0-5790f92893ee", + "status": "Succeeded", + "startTime": "2022-10-21T12:09:10.5143564Z", + "endTime": "2022-10-21T12:13:17.6672937Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:13:44 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T12%3A13%3A17.6632904Z\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": "7ee842d0-c006-4c85-b372-af16eaa57c79", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T121344Z:7ee842d0-c006-4c85-b372-af16eaa57c79", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b", + "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-84d7262b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A13%3A17.6632904Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T12:09:09.1237772Z" + }, + "properties": { + "fileSystemId": "e16e8a1d-0fc9-cdef-32f9-ccfdda600bea", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-84d7262b", + "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_8f82c7b40509489d9e97d719b9b955b4_3b28a6e5", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "e16e8a1d-0fc9-cdef-32f9-ccfdda600bea", + "fileSystemId": "e16e8a1d-0fc9-cdef-32f9-ccfdda600bea", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T12:09:10.2327002Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T12:09:10.2327002Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:13:45 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T12%3A13%3A17.6632904Z\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": "2edaeffd-7ecc-43f7-ae34-f8b85c6f4651", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T121345Z:2edaeffd-7ecc-43f7-ae34-f8b85c6f4651", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b", + "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-84d7262b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A13%3A17.6632904Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T12:09:09.1237772Z" + }, + "properties": { + "fileSystemId": "e16e8a1d-0fc9-cdef-32f9-ccfdda600bea", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-84d7262b", + "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_8f82c7b40509489d9e97d719b9b955b4_3b28a6e5", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "e16e8a1d-0fc9-cdef-32f9-ccfdda600bea", + "fileSystemId": "e16e8a1d-0fc9-cdef-32f9-ccfdda600bea", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T12:09:10.2327002Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T12:09:10.2327002Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 12:13:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9?api-version=2022-05-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": "45a85665-1f2f-41cc-af6d-35fd8cd3b50d", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T121346Z:45a85665-1f2f-41cc-af6d-35fd8cd3b50d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:13: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": "b2b074f6-6f4f-4fa9-ab29-8a7e15007358", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T121346Z:b2b074f6-6f4f-4fa9-ab29-8a7e15007358", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9", + "name": "db6a13d3-c47f-4662-b69e-029ab5ad42f9", + "status": "Deleting", + "startTime": "2022-10-21T12:13:45.8597308Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:14: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": "96e59a72-18a0-436b-9d81-8aab01effe97", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T121416Z:96e59a72-18a0-436b-9d81-8aab01effe97", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9", + "name": "db6a13d3-c47f-4662-b69e-029ab5ad42f9", + "status": "Deleting", + "startTime": "2022-10-21T12:13:45.8597308Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:14: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": "ab6d96a7-0585-4f16-a62b-535a8d6aeefd", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T121446Z:ab6d96a7-0585-4f16-a62b-535a8d6aeefd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9", + "name": "db6a13d3-c47f-4662-b69e-029ab5ad42f9", + "status": "Deleting", + "startTime": "2022-10-21T12:13:45.8597308Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:15: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": "b350cefb-a068-4705-b6b4-68435c7d001d", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T121517Z:b350cefb-a068-4705-b6b4-68435c7d001d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9", + "name": "db6a13d3-c47f-4662-b69e-029ab5ad42f9", + "status": "Deleting", + "startTime": "2022-10-21T12:13:45.8597308Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:15: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": "3924db65-d8d0-48ad-a4fe-d5ae62561d05", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T121548Z:3924db65-d8d0-48ad-a4fe-d5ae62561d05", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9", + "name": "db6a13d3-c47f-4662-b69e-029ab5ad42f9", + "status": "Deleting", + "startTime": "2022-10-21T12:13:45.8597308Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:16: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": "2d9f01da-830d-4943-b754-0fc5976ee44e", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T121618Z:2d9f01da-830d-4943-b754-0fc5976ee44e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9", + "name": "db6a13d3-c47f-4662-b69e-029ab5ad42f9", + "status": "Succeeded", + "startTime": "2022-10-21T12:13:45.8597308Z", + "endTime": "2022-10-21T12:16:14.6033578Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:16: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": "fc5eb8f9-8f11-4214-86a3-5b894822c067", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T121618Z:fc5eb8f9-8f11-4214-86a3-5b894822c067", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b", + "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-84d7262b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A16%3A05.4581533Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T12:09:09.1237772Z" + }, + "properties": { + "fileSystemId": "e16e8a1d-0fc9-cdef-32f9-ccfdda600bea", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-84d7262b", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_3b28a6e5", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b", + "poolId": "5c403fa6-403c-d25c-8957-e692d88ce20e", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "e16e8a1d-0fc9-cdef-32f9-ccfdda600bea", + "fileSystemId": "e16e8a1d-0fc9-cdef-32f9-ccfdda600bea", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T12:09:10.2327002Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T12:09:10.2327002Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "324", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:19:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f9ec01b9-592b-436e-8535-db64c286f1f2", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T121939Z:f9ec01b9-592b-436e-8535-db64c286f1f2" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e74a758-71e9-4397-a50b-3939e62aaa2c?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 12:19:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e74a758-71e9-4397-a50b-3939e62aaa2c?api-version=2022-05-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": "0be6af6b-2112-46b3-9803-c501b4b11a40", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T121952Z:0be6af6b-2112-46b3-9803-c501b4b11a40", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e74a758-71e9-4397-a50b-3939e62aaa2c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:19: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": "dc76aa58-bdbf-4b1d-91a4-ca2140d6824a", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T121952Z:dc76aa58-bdbf-4b1d-91a4-ca2140d6824a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e74a758-71e9-4397-a50b-3939e62aaa2c", + "name": "4e74a758-71e9-4397-a50b-3939e62aaa2c", + "status": "Deleting", + "startTime": "2022-10-21T12:19:52.3071224Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e74a758-71e9-4397-a50b-3939e62aaa2c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:20: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": "bced2023-3170-4e52-ba0e-7a7748b1eb01", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T122022Z:bced2023-3170-4e52-ba0e-7a7748b1eb01", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e74a758-71e9-4397-a50b-3939e62aaa2c", + "name": "4e74a758-71e9-4397-a50b-3939e62aaa2c", + "status": "Succeeded", + "startTime": "2022-10-21T12:19:52.3071224Z", + "endTime": "2022-10-21T12:19:53.7470173Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e74a758-71e9-4397-a50b-3939e62aaa2c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:20: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": "4d672be7-f502-49dc-bde6-ef24c6a8a7b5", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T122022Z:4d672be7-f502-49dc-bde6-ef24c6a8a7b5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A19%3A52.3042595Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T12:08:55.6381779Z" + }, + "properties": { + "poolId": "5c403fa6-403c-d25c-8957-e692d88ce20e", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T12:08:56.5985295Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T12:08:56.5985295Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 12:20:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5b4eb96b-8a3a-451a-89f4-909157d4c161", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T122033Z:5b4eb96b-8a3a-451a-89f4-909157d4c161" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 12:20:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6ba22292-1ace-429e-a32f-d4d98eb8744f", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T122043Z:6ba22292-1ace-429e-a32f-d4d98eb8744f" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 12:20:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ba5d2219-f7d2-40e2-8aee-96effa6e6c3e", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T122053Z:ba5d2219-f7d2-40e2-8aee-96effa6e6c3e" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 12:21:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c39519ae-436c-43e9-8c11-253a0e5ebcaa", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T122104Z:c39519ae-436c-43e9-8c11-253a0e5ebcaa" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "288", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:21:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "48e27ac4-7821-471c-9eba-62b0bf6c67e2", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T122114Z:48e27ac4-7821-471c-9eba-62b0bf6c67e2" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a43b2333-3ebb-4b6b-a595-6bd54869d901?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 12:21:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a43b2333-3ebb-4b6b-a595-6bd54869d901?api-version=2022-05-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": "24dddec7-077f-481a-9efc-60383efba423", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T122115Z:24dddec7-077f-481a-9efc-60383efba423", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a43b2333-3ebb-4b6b-a595-6bd54869d901?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:21: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": "deccccbf-09a0-461c-a276-b645d1f1fa10", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T122116Z:deccccbf-09a0-461c-a276-b645d1f1fa10", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a43b2333-3ebb-4b6b-a595-6bd54869d901", + "name": "a43b2333-3ebb-4b6b-a595-6bd54869d901", + "status": "Succeeded", + "startTime": "2022-10-21T12:21:15.9918927Z", + "endTime": "2022-10-21T12:21:16.0387774Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a43b2333-3ebb-4b6b-a595-6bd54869d901?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:21: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": "e822a91c-3590-4bfb-b609-683f6830518f", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T122116Z:e822a91c-3590-4bfb-b609-683f6830518f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b", + "name": "sdk-py-tests-acc-1-84d7262b", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A21%3A15.9893554Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T12:08:51.1001860Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T12:08:52.2816584Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T12:08:52.2816584Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "255", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:21:16 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": "9b755056-6a73-456c-b9cc-f7ec34a6a58b", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T122116Z:9b755056-6a73-456c-b9cc-f7ec34a6a58b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/cf535e5c-b5b6-4eaf-b433-e1379059bc89?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 12:21:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/cf535e5c-b5b6-4eaf-b433-e1379059bc89?api-version=2022-05-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "35d6a2e2-32b7-4c80-af17-00b80881c813", + "x-ms-correlation-request-id": "38a96c6e-6c44-4428-a96c-a1789163767c", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T122117Z:38a96c6e-6c44-4428-a96c-a1789163767c" + }, + "ResponseBody": null } ], "Variables": {} 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 2b60086da295..18dd98a91a5f 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:36 GMT", + "Date": "Fri, 21 Oct 2022 11:19:09 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.13943.6 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:36 GMT", + "Date": "Fri, 21 Oct 2022 11:19:09 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.13845.9 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "ba4cedea-8fe5-4ce7-a825-60d0f8050841", + "client-request-id": "0b3db5e0-e0e0-4f48-a5b0-40bd7f969b98", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "ba4cedea-8fe5-4ce7-a825-60d0f8050841", + "client-request-id": "0b3db5e0-e0e0-4f48-a5b0-40bd7f969b98", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:36 GMT", + "Date": "Fri, 21 Oct 2022 11:19:09 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,7 +221,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -236,26 +233,3120 @@ } } }, - "StatusCode": 404, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b80b14f8-a7a6-4871-afc9-459c86ef70ab?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:37 GMT", + "Date": "Fri, 21 Oct 2022 11:19:16 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2db9dd95-b150-4ec1-b03d-4f2ea75313f0", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010937Z:2db9dd95-b150-4ec1-b03d-4f2ea75313f0" + "x-ms-arm-service-request-id": "56346e68-e111-4530-b0e1-56b2720dbcd8", + "x-ms-correlation-request-id": "e28cfd00-d364-469e-ade2-f2a853cc89b1", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111916Z:e28cfd00-d364-469e-ade2-f2a853cc89b1" }, "ResponseBody": { - "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "name": "sdk-python-tests-vnet-westus2-a2e023e0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0", + "etag": "W/\u0022ef1a0d45-e24c-4d27-9da6-137d3847ba58\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:19:11.7210736Z" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "8f94b9da-689b-466a-a7a9-053791baa325", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b80b14f8-a7a6-4871-afc9-459c86ef70ab?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:19:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "fc59c625-3dde-423c-a295-fd12093081d4", + "x-ms-correlation-request-id": "39f312ce-ece0-4d06-a50e-3acba2f8666f", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111917Z:39f312ce-ece0-4d06-a50e-3acba2f8666f" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:19:16 GMT", + "ETag": "W/\u00227e811b3b-6b24-434a-9082-b7d60b803d91\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "5ff62114-dcc1-4af4-ac1b-c14f94cd3517", + "x-ms-correlation-request-id": "3b126030-dd16-489c-97d4-a79088f41ee4", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111917Z:3b126030-dd16-489c-97d4-a79088f41ee4" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-westus2-a2e023e0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0", + "etag": "W/\u00227e811b3b-6b24-434a-9082-b7d60b803d91\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:19:11.7210736Z" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "8f94b9da-689b-466a-a7a9-053791baa325", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "151", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "properties": { + "serviceName": "Microsoft.Netapp/volumes" + } + } + ] } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7d5e7877-b60b-443e-85c0-f412e5baf634?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1326", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:19:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "9e02dbcd-64ef-4f1d-bdc3-ee0e322b6ab3", + "x-ms-correlation-request-id": "d56df87d-c0d9-44ce-9a6a-0fe27eb93f43", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111918Z:d56df87d-c0d9-44ce-9a6a-0fe27eb93f43" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", + "etag": "W/\u00222ac88dd7-e575-4319-a73c-f3d2fc3dbdf1\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default/delegations/netAppVolumes", + "etag": "W/\u00222ac88dd7-e575-4319-a73c-f3d2fc3dbdf1\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7d5e7877-b60b-443e-85c0-f412e5baf634?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:19:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b0254125-d7e8-4d68-918d-dec7451f93fc", + "x-ms-correlation-request-id": "8ca7741f-0f93-4a87-a709-ebf96ff9971a", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111918Z:8ca7741f-0f93-4a87-a709-ebf96ff9971a" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:19:18 GMT", + "ETag": "W/\u002283037863-1803-4850-a086-6d587a61244a\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "825d427f-77ed-477f-b786-f5a39b8bc37b", + "x-ms-correlation-request-id": "0ef7ba9b-44c7-4def-9476-0bce0d4a2b52", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111918Z:0ef7ba9b-44c7-4def-9476-0bce0d4a2b52" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", + "etag": "W/\u002283037863-1803-4850-a086-6d587a61244a\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default/delegations/netAppVolumes", + "etag": "W/\u002283037863-1803-4850-a086-6d587a61244a\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Fri, 21 Oct 2022 11:19:18 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.13943.8 - NEULR2 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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Fri, 21 Oct 2022 11:19:18 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.13845.10 - 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": "120afba9-225c-48d7-99fb-15c209f9aba4", + "Connection": "keep-alive", + "Content-Length": "281", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "win32", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.20.0", + "x-ms-lib-capability": "retry-after, h429" + }, + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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": "120afba9-225c-48d7-99fb-15c209f9aba4", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:19:19 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.13943.8 - 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d91e5ba-a1a3-486c-9cdd-0b300592de35?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:19:22 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A19%3A22.5065714Z\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": "eb8748bd-35b0-4b12-855b-14cd63f29d8e", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111923Z:eb8748bd-35b0-4b12-855b-14cd63f29d8e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0", + "name": "sdk-py-tests-acc-1-a2e023e0", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A19%3A22.5065714Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:19:20.4198687Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:19:21.5306858Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:19:21.5306858Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d91e5ba-a1a3-486c-9cdd-0b300592de35?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:19: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": "3b410c43-6a03-4698-b24c-e9066ad39733", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111924Z:3b410c43-6a03-4698-b24c-e9066ad39733", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d91e5ba-a1a3-486c-9cdd-0b300592de35", + "name": "1d91e5ba-a1a3-486c-9cdd-0b300592de35", + "status": "Succeeded", + "startTime": "2022-10-21T11:19:22.4952914Z", + "endTime": "2022-10-21T11:19:22.5265461Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:19:23 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A19%3A22.531934Z\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": "d72924cb-b487-4829-ab49-b63cfbda523d", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111924Z:d72924cb-b487-4829-ab49-b63cfbda523d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0", + "name": "sdk-py-tests-acc-1-a2e023e0", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A19%3A22.531934Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:19:20.4198687Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:19:21.5306858Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:19:21.5306858Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/8975bde8-b8a3-41bc-b9a7-b195488e70e3?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "922", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:19:26 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A19%3A25.8986091Z\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": "769d6c1b-5c35-4176-86eb-1e04119aee9e", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111926Z:769d6c1b-5c35-4176-86eb-1e04119aee9e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A19%3A25.8986091Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:19:24.7188035Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:19:25.6891696Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:19:25.6891696Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8975bde8-b8a3-41bc-b9a7-b195488e70e3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:19: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": "37be4891-53e8-423a-b038-f48fcd9471d2", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111927Z:37be4891-53e8-423a-b038-f48fcd9471d2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8975bde8-b8a3-41bc-b9a7-b195488e70e3", + "name": "8975bde8-b8a3-41bc-b9a7-b195488e70e3", + "status": "Succeeded", + "startTime": "2022-10-21T11:19:25.9047885Z", + "endTime": "2022-10-21T11:19:26.6547857Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:19:26 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A19%3A26.6485769Z\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": "29e32ae9-bece-438f-ba60-af173d07b0a5", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111927Z:29e32ae9-bece-438f-ba60-af173d07b0a5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A19%3A26.6485769Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:19:24.7188035Z" + }, + "properties": { + "poolId": "1544026d-5611-3c80-5c0d-ea173ff1f22a", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:19:25.6891696Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:19:25.6891696Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "783", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "creationToken": "sdk-py-tests-vol-3-a2e023e0", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/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 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1585", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:19:40 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A19%3A39.4237872Z\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": "f56f3eb3-df99-403c-9524-2cc72a3fb27b", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111940Z:f56f3eb3-df99-403c-9524-2cc72a3fb27b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0", + "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a2e023e0", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A19%3A39.4237872Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:19:37.9095723Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-a2e023e0", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/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, + "maximumNumberOfFiles": 100000000, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:19:39.0262047Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:19:39.0262047Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:19: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": "0f8a39c9-e8fb-42d7-8a12-32da7ca04916", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T111940Z:0f8a39c9-e8fb-42d7-8a12-32da7ca04916", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "name": "5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "status": "Creating", + "startTime": "2022-10-21T11:19:39.4216149Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "642652b4-7f22-48b2-a427-9f0940344dd3", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T112010Z:642652b4-7f22-48b2-a427-9f0940344dd3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "name": "5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "status": "Creating", + "startTime": "2022-10-21T11:19:39.4216149Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:20: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": "fdb68851-60b7-4e18-a479-366f1e305876", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T112041Z:fdb68851-60b7-4e18-a479-366f1e305876", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "name": "5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "status": "Creating", + "startTime": "2022-10-21T11:19:39.4216149Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:21: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": "e7f586da-67bf-4f88-8096-5c575d393fa2", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T112111Z:e7f586da-67bf-4f88-8096-5c575d393fa2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "name": "5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "status": "Creating", + "startTime": "2022-10-21T11:19:39.4216149Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:21: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": "79c3c098-26a3-4998-9962-05958535ae1d", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T112141Z:79c3c098-26a3-4998-9962-05958535ae1d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "name": "5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "status": "Creating", + "startTime": "2022-10-21T11:19:39.4216149Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:22: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": "d580de54-e4ac-4681-bd23-6da408bb64c1", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T112212Z:d580de54-e4ac-4681-bd23-6da408bb64c1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "name": "5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "status": "Creating", + "startTime": "2022-10-21T11:19:39.4216149Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:22: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": "0d8c6d80-f904-498f-a932-40db6ba94216", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T112242Z:0d8c6d80-f904-498f-a932-40db6ba94216", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "name": "5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "status": "Creating", + "startTime": "2022-10-21T11:19:39.4216149Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:23: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": "b67a1abc-de0b-440d-b80f-ade1230b0b99", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T112312Z:b67a1abc-de0b-440d-b80f-ade1230b0b99", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "name": "5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "status": "Creating", + "startTime": "2022-10-21T11:19:39.4216149Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:23: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": "274512f3-4511-4643-92d7-597f4ed4b20a", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T112342Z:274512f3-4511-4643-92d7-597f4ed4b20a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "name": "5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "status": "Creating", + "startTime": "2022-10-21T11:19:39.4216149Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:24: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": "f7fc86c9-815b-49a4-9670-cbe4a57ef9f6", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T112413Z:f7fc86c9-815b-49a4-9670-cbe4a57ef9f6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "name": "5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "status": "Succeeded", + "startTime": "2022-10-21T11:19:39.4216149Z", + "endTime": "2022-10-21T11:23:45.2593023Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:24:12 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A23%3A45.2545703Z\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": "6c162a72-9f6f-42c0-bfd5-96229594507c", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T112413Z:6c162a72-9f6f-42c0-bfd5-96229594507c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0", + "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a2e023e0", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A23%3A45.2545703Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:19:37.9095723Z" + }, + "properties": { + "fileSystemId": "844b7057-e480-909f-5e5f-8f496cc2c45a", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-a2e023e0", + "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_8f82c7b40509489d9e97d719b9b955b4_3e38708d", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "844b7057-e480-909f-5e5f-8f496cc2c45a", + "fileSystemId": "844b7057-e480-909f-5e5f-8f496cc2c45a", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:19:39.0262047Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:19:39.0262047Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "783", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "creationToken": "sdk-py-tests-vol-4-a2e023e0", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/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 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aab1002a-748c-41c4-8408-11667abf8952?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1585", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:24:17 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A24%3A16.5379461Z\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": "8742d05c-ffbf-4a73-93c3-54afe3d1d1f0", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T112417Z:8742d05c-ffbf-4a73-93c3-54afe3d1d1f0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0", + "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-4-a2e023e0", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A24%3A16.5379461Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:24:13.7255798Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-a2e023e0", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/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, + "maximumNumberOfFiles": 100000000, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:24:15.6219387Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:24:15.6219387Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aab1002a-748c-41c4-8408-11667abf8952?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:24: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": "82a8f9d6-05df-423b-9b40-68fc97a9902a", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T112418Z:82a8f9d6-05df-423b-9b40-68fc97a9902a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aab1002a-748c-41c4-8408-11667abf8952", + "name": "aab1002a-748c-41c4-8408-11667abf8952", + "status": "Creating", + "startTime": "2022-10-21T11:24:16.5301164Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aab1002a-748c-41c4-8408-11667abf8952?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:24: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": "527922e8-6ec2-4ac4-bbf0-60137302771a", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T112448Z:527922e8-6ec2-4ac4-bbf0-60137302771a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aab1002a-748c-41c4-8408-11667abf8952", + "name": "aab1002a-748c-41c4-8408-11667abf8952", + "status": "Succeeded", + "startTime": "2022-10-21T11:24:16.5301164Z", + "endTime": "2022-10-21T11:24:32.5963861Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:24:48 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A24%3A32.5954689Z\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": "d3e43ccc-9a89-44b3-8776-d415874fde13", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T112448Z:d3e43ccc-9a89-44b3-8776-d415874fde13", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0", + "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-4-a2e023e0", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A24%3A32.5954689Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:24:13.7255798Z" + }, + "properties": { + "fileSystemId": "ada31cd8-14d1-a44b-5cc9-86e886cdbc38", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-a2e023e0", + "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_8f82c7b40509489d9e97d719b9b955b4_3e38708d", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "ada31cd8-14d1-a44b-5cc9-86e886cdbc38", + "fileSystemId": "ada31cd8-14d1-a44b-5cc9-86e886cdbc38", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:24:15.6219387Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:24:15.6219387Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:24: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": "2103dfc8-1507-4231-96c3-cbc457ee9a4f", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T112449Z:2103dfc8-1507-4231-96c3-cbc457ee9a4f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0", + "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a2e023e0", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A23%3A45.2545703Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:19:37.9095723Z" + }, + "properties": { + "fileSystemId": "844b7057-e480-909f-5e5f-8f496cc2c45a", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-a2e023e0", + "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_8f82c7b40509489d9e97d719b9b955b4_3e38708d", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "844b7057-e480-909f-5e5f-8f496cc2c45a", + "fileSystemId": "844b7057-e480-909f-5e5f-8f496cc2c45a", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:19:39.0262047Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:19:39.0262047Z" + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0", + "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-4-a2e023e0", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A24%3A32.5954689Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:24:13.7255798Z" + }, + "properties": { + "fileSystemId": "ada31cd8-14d1-a44b-5cc9-86e886cdbc38", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-a2e023e0", + "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_8f82c7b40509489d9e97d719b9b955b4_3e38708d", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "ada31cd8-14d1-a44b-5cc9-86e886cdbc38", + "fileSystemId": "ada31cd8-14d1-a44b-5cc9-86e886cdbc38", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:24:15.6219387Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:24:15.6219387Z" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36212cdf-e153-4bd2-adea-bcaa44384b92?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 11:24:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36212cdf-e153-4bd2-adea-bcaa44384b92?api-version=2022-05-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": "58d17ddb-7e7a-4d53-ab96-2a88e60f6cc6", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T112450Z:58d17ddb-7e7a-4d53-ab96-2a88e60f6cc6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36212cdf-e153-4bd2-adea-bcaa44384b92?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:24: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": "5cb35964-5f17-45e6-ab4c-c012e1f259dd", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T112450Z:5cb35964-5f17-45e6-ab4c-c012e1f259dd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36212cdf-e153-4bd2-adea-bcaa44384b92", + "name": "36212cdf-e153-4bd2-adea-bcaa44384b92", + "status": "Deleting", + "startTime": "2022-10-21T11:24:49.9475899Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36212cdf-e153-4bd2-adea-bcaa44384b92?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:25: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": "94428ffc-007a-46dd-9a59-e868cc243cac", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T112520Z:94428ffc-007a-46dd-9a59-e868cc243cac", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36212cdf-e153-4bd2-adea-bcaa44384b92", + "name": "36212cdf-e153-4bd2-adea-bcaa44384b92", + "status": "Succeeded", + "startTime": "2022-10-21T11:24:49.9475899Z", + "endTime": "2022-10-21T11:24:58.39322Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36212cdf-e153-4bd2-adea-bcaa44384b92?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:25: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": "bdfd7bbb-abc1-43da-bf6b-55b8edb063df", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T112521Z:bdfd7bbb-abc1-43da-bf6b-55b8edb063df", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0", + "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a2e023e0", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A24%3A49.9455376Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:19:37.9095723Z" + }, + "properties": { + "fileSystemId": "844b7057-e480-909f-5e5f-8f496cc2c45a", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-a2e023e0", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_3e38708d", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0", + "poolId": "1544026d-5611-3c80-5c0d-ea173ff1f22a", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "844b7057-e480-909f-5e5f-8f496cc2c45a", + "fileSystemId": "844b7057-e480-909f-5e5f-8f496cc2c45a", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:19:39.0262047Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:19:39.0262047Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "324", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:28:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "581c989a-efce-4d62-a679-4ee7e03ac2bc", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T112843Z:581c989a-efce-4d62-a679-4ee7e03ac2bc" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 11:28:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a?api-version=2022-05-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": "03ec6d6a-2e24-4515-97d1-73e5782e6984", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T112845Z:03ec6d6a-2e24-4515-97d1-73e5782e6984", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:28: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": "b7cdcaa7-1d12-4b96-8ca5-5d4a6fc22dd7", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T112845Z:b7cdcaa7-1d12-4b96-8ca5-5d4a6fc22dd7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a", + "name": "b1523efb-80a9-4805-a966-8196f569702a", + "status": "Deleting", + "startTime": "2022-10-21T11:28:45.4674799Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:29: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": "c911f080-56df-4d41-8626-5870006febe6", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T112916Z:c911f080-56df-4d41-8626-5870006febe6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a", + "name": "b1523efb-80a9-4805-a966-8196f569702a", + "status": "Deleting", + "startTime": "2022-10-21T11:28:45.4674799Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:29: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": "6eae2a83-46c8-4005-a606-75ac0f409737", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T112946Z:6eae2a83-46c8-4005-a606-75ac0f409737", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a", + "name": "b1523efb-80a9-4805-a966-8196f569702a", + "status": "Deleting", + "startTime": "2022-10-21T11:28:45.4674799Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:30: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": "0b6b951b-34a9-4634-b816-3c1d2c524535", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113016Z:0b6b951b-34a9-4634-b816-3c1d2c524535", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a", + "name": "b1523efb-80a9-4805-a966-8196f569702a", + "status": "Deleting", + "startTime": "2022-10-21T11:28:45.4674799Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:30: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": "7dae1d0f-0404-42c1-9c66-512709d9bee9", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113046Z:7dae1d0f-0404-42c1-9c66-512709d9bee9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a", + "name": "b1523efb-80a9-4805-a966-8196f569702a", + "status": "Deleting", + "startTime": "2022-10-21T11:28:45.4674799Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:31: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": "061aee77-d3e5-46ff-bab0-2669bfcf1088", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113117Z:061aee77-d3e5-46ff-bab0-2669bfcf1088", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a", + "name": "b1523efb-80a9-4805-a966-8196f569702a", + "status": "Succeeded", + "startTime": "2022-10-21T11:28:45.4674799Z", + "endTime": "2022-10-21T11:31:11.2629711Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:31: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": "218731b5-089f-4d51-b5b0-ccad2df90654", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113117Z:218731b5-089f-4d51-b5b0-ccad2df90654", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0", + "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-4-a2e023e0", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A31%3A01.7638591Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:24:13.7255798Z" + }, + "properties": { + "fileSystemId": "ada31cd8-14d1-a44b-5cc9-86e886cdbc38", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-a2e023e0", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_3e38708d", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0", + "poolId": "1544026d-5611-3c80-5c0d-ea173ff1f22a", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "ada31cd8-14d1-a44b-5cc9-86e886cdbc38", + "fileSystemId": "ada31cd8-14d1-a44b-5cc9-86e886cdbc38", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:24:15.6219387Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:24:15.6219387Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "324", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:34:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "dc12a123-b7e2-4248-9cb9-8e88880b2292", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113438Z:dc12a123-b7e2-4248-9cb9-8e88880b2292" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dabdbab-ea08-4435-8697-1cc7c7d97339?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 11:34:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dabdbab-ea08-4435-8697-1cc7c7d97339?api-version=2022-05-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": "cbf65b72-ed00-474f-844e-3649b02e226a", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113451Z:cbf65b72-ed00-474f-844e-3649b02e226a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dabdbab-ea08-4435-8697-1cc7c7d97339?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:34: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": "ef2116d7-1d39-4171-a1a9-9f9f449abf0c", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113451Z:ef2116d7-1d39-4171-a1a9-9f9f449abf0c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dabdbab-ea08-4435-8697-1cc7c7d97339", + "name": "5dabdbab-ea08-4435-8697-1cc7c7d97339", + "status": "Deleting", + "startTime": "2022-10-21T11:34:51.3189041Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dabdbab-ea08-4435-8697-1cc7c7d97339?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "e542a7bf-7b7c-4c9a-948b-aa936d198f3c", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113521Z:e542a7bf-7b7c-4c9a-948b-aa936d198f3c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dabdbab-ea08-4435-8697-1cc7c7d97339", + "name": "5dabdbab-ea08-4435-8697-1cc7c7d97339", + "status": "Succeeded", + "startTime": "2022-10-21T11:34:51.3189041Z", + "endTime": "2022-10-21T11:34:52.4628741Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dabdbab-ea08-4435-8697-1cc7c7d97339?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:35: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": "8c430fd1-ca1c-414a-8cbb-c8eb1199ad2e", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113521Z:8c430fd1-ca1c-414a-8cbb-c8eb1199ad2e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A34%3A51.3253824Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:19:24.7188035Z" + }, + "properties": { + "poolId": "1544026d-5611-3c80-5c0d-ea173ff1f22a", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:19:25.6891696Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:19:25.6891696Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 11:35:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b2310d0f-a63b-4783-8fd3-f4a77039fb0b", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113532Z:b2310d0f-a63b-4783-8fd3-f4a77039fb0b" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 11:35:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7e330634-a2fe-4be3-9d71-e74818d35b04", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113543Z:7e330634-a2fe-4be3-9d71-e74818d35b04" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 11:35:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c5fb4486-e417-47d5-8d2e-29e05e21b43d", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113553Z:c5fb4486-e417-47d5-8d2e-29e05e21b43d" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 11:36:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "adc997b7-8525-4375-befd-3ebaccbd8265", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113604Z:adc997b7-8525-4375-befd-3ebaccbd8265" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "288", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:36:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "31a8bb61-fd3a-4c80-b8d2-5390f16db57a", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113614Z:31a8bb61-fd3a-4c80-b8d2-5390f16db57a" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8bc95f23-6397-4556-a2a2-26c2eabce956?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 11:36:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8bc95f23-6397-4556-a2a2-26c2eabce956?api-version=2022-05-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": "c3a8ac22-bd73-46a4-a5c9-03cdf6ebf956", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113615Z:c3a8ac22-bd73-46a4-a5c9-03cdf6ebf956", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8bc95f23-6397-4556-a2a2-26c2eabce956?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:36: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": "e4ba8953-5ea6-45c6-905d-19740d448024", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113616Z:e4ba8953-5ea6-45c6-905d-19740d448024", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8bc95f23-6397-4556-a2a2-26c2eabce956", + "name": "8bc95f23-6397-4556-a2a2-26c2eabce956", + "status": "Succeeded", + "startTime": "2022-10-21T11:36:16.0388663Z", + "endTime": "2022-10-21T11:36:16.0857882Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8bc95f23-6397-4556-a2a2-26c2eabce956?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:36: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": "8b950098-93cf-4537-a7e6-33dec108c180", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113616Z:8b950098-93cf-4537-a7e6-33dec108c180", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0", + "name": "sdk-py-tests-acc-1-a2e023e0", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A36%3A16.0408842Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:19:20.4198687Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:19:21.5306858Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:19:21.5306858Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "255", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:36:16 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": "37bd0d5f-965a-4a4d-8f29-b0a5ce0b3a22", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113616Z:37bd0d5f-965a-4a4d-8f29-b0a5ce0b3a22", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5c0b40d9-395f-4b94-b773-d746f2fafeda?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 11:36:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/5c0b40d9-395f-4b94-b773-d746f2fafeda?api-version=2022-05-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "f47cbc0f-a6d6-4fb1-a61e-7fd95cb794f7", + "x-ms-correlation-request-id": "90ed4ae2-2e6a-4016-81c5-94f659a935a8", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113617Z:90ed4ae2-2e6a-4016-81c5-94f659a935a8" + }, + "ResponseBody": null } ], "Variables": {} 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 4532177b58d4..96c27d7a40e6 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:50 GMT", + "Date": "Fri, 21 Oct 2022 13:41:32 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.13943.6 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:50 GMT", + "Date": "Fri, 21 Oct 2022 13:41:32 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.13845.9 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "b92c3e37-d982-496a-a634-27f9f6fa832a", + "client-request-id": "26ead67b-2c1a-428e-ad59-baead2c60d64", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "b92c3e37-d982-496a-a634-27f9f6fa832a", + "client-request-id": "26ead67b-2c1a-428e-ad59-baead2c60d64", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:50 GMT", + "Date": "Fri, 21 Oct 2022 13:41:32 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,7 +221,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -236,26 +233,2737 @@ } } }, - "StatusCode": 404, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6976dcd9-9352-4e4b-bf90-d16656f60239?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:51 GMT", + "Date": "Fri, 21 Oct 2022 13:41:41 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "daeb2ffb-9ec3-4e43-b08c-c48cd7152e42", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010951Z:daeb2ffb-9ec3-4e43-b08c-c48cd7152e42" + "x-ms-arm-service-request-id": "3d420655-5cfe-4e76-845f-bd052b04d35d", + "x-ms-correlation-request-id": "89e3df4c-932e-4265-b0e4-b481e5b8d439", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134141Z:89e3df4c-932e-4265-b0e4-b481e5b8d439" }, "ResponseBody": { - "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "name": "sdk-python-tests-vnet-westus2-a12623c1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1", + "etag": "W/\u0022c9b5fdde-4dca-4640-b78c-b53c3cf355ff\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:41:35.2577279Z" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "e86bc2b6-ea30-43c5-85c6-0fad6a765d26", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6976dcd9-9352-4e4b-bf90-d16656f60239?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:41:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "961359a7-6f86-49af-a8e8-a80b786bc0d7", + "x-ms-correlation-request-id": "b07efab7-cd3d-46fd-b921-e3495b5348e3", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134141Z:b07efab7-cd3d-46fd-b921-e3495b5348e3" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:41:41 GMT", + "ETag": "W/\u00223741b652-9f40-4e4d-a60f-38b5315382c4\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b96152b2-2678-4f1b-a937-c520c95992bf", + "x-ms-correlation-request-id": "42c2e8f8-3f78-4518-93c1-803b0e1d2980", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134142Z:42c2e8f8-3f78-4518-93c1-803b0e1d2980" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-westus2-a12623c1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1", + "etag": "W/\u00223741b652-9f40-4e4d-a60f-38b5315382c4\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:41:35.2577279Z" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "e86bc2b6-ea30-43c5-85c6-0fad6a765d26", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "151", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "properties": { + "serviceName": "Microsoft.Netapp/volumes" + } + } + ] } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/fdba574e-5893-4495-98b8-48eabe88b7ad?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1326", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:41:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "5b889e48-f865-4214-be60-ad63991b7562", + "x-ms-correlation-request-id": "1ce8c870-1841-491a-a32f-df0eb3c9804b", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134142Z:1ce8c870-1841-491a-a32f-df0eb3c9804b" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default", + "etag": "W/\u0022633f30e6-621d-426b-a107-cbe6eaaaac42\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default/delegations/netAppVolumes", + "etag": "W/\u0022633f30e6-621d-426b-a107-cbe6eaaaac42\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/fdba574e-5893-4495-98b8-48eabe88b7ad?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:41:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "e88c56ff-13c9-4db5-a4aa-e626bdb86ec9", + "x-ms-correlation-request-id": "75aa3f10-2cd7-471e-9571-a46a2b3353e2", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134142Z:75aa3f10-2cd7-471e-9571-a46a2b3353e2" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:41:43 GMT", + "ETag": "W/\u00223f35a2b0-bda1-46a9-a099-f7e2f6d2745d\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "0ebcdb98-241f-49b0-bf28-d4f291387baa", + "x-ms-correlation-request-id": "d585479a-6e1c-493f-b8a3-d78b8ae590d3", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134143Z:d585479a-6e1c-493f-b8a3-d78b8ae590d3" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default", + "etag": "W/\u00223f35a2b0-bda1-46a9-a099-f7e2f6d2745d\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default/delegations/netAppVolumes", + "etag": "W/\u00223f35a2b0-bda1-46a9-a099-f7e2f6d2745d\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Fri, 21 Oct 2022 13:41: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.13943.8 - 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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Fri, 21 Oct 2022 13:41:43 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.13845.10 - 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": "6d49dfc9-96de-41d3-b433-4616f018dcb5", + "Connection": "keep-alive", + "Content-Length": "281", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "win32", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.20.0", + "x-ms-lib-capability": "retry-after, h429" + }, + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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": "6d49dfc9-96de-41d3-b433-4616f018dcb5", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:41:43 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.13943.8 - 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57061492-782f-409b-a880-b1e64b5f2a14?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:41:47 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T13%3A41%3A47.0437184Z\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": "22379d86-e994-4784-beba-1fad849c7263", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134148Z:22379d86-e994-4784-beba-1fad849c7263", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1", + "name": "sdk-py-tests-acc-1-a12623c1", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T13%3A41%3A47.0437184Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:41:44.9578117Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T13:41:46.0891511Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T13:41:46.0891511Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57061492-782f-409b-a880-b1e64b5f2a14?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:41: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": "8750a3de-5ab8-4fb5-a26c-d644f6dce649", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134148Z:8750a3de-5ab8-4fb5-a26c-d644f6dce649", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57061492-782f-409b-a880-b1e64b5f2a14", + "name": "57061492-782f-409b-a880-b1e64b5f2a14", + "status": "Succeeded", + "startTime": "2022-10-21T13:41:47.0458133Z", + "endTime": "2022-10-21T13:41:47.0769972Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:41:48 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T13%3A41%3A47.0810913Z\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": "a904b37f-c392-46af-989f-ad8fea3d91a1", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134148Z:a904b37f-c392-46af-989f-ad8fea3d91a1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1", + "name": "sdk-py-tests-acc-1-a12623c1", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T13%3A41%3A47.0810913Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:41:44.9578117Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T13:41:46.0891511Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T13:41:46.0891511Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/a3048f14-8b33-49fa-86fa-9869e747b40f?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "922", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:41:51 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T13%3A41%3A50.5527142Z\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": "34a7d14c-2360-491d-896a-0048d251fd06", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134151Z:34a7d14c-2360-491d-896a-0048d251fd06", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T13%3A41%3A50.5527142Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:41:49.1447726Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T13:41:50.2790765Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T13:41:50.2790765Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a3048f14-8b33-49fa-86fa-9869e747b40f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:41: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": "9309d0cb-b84c-4aef-b8db-f455c5ceb2d1", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134152Z:9309d0cb-b84c-4aef-b8db-f455c5ceb2d1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a3048f14-8b33-49fa-86fa-9869e747b40f", + "name": "a3048f14-8b33-49fa-86fa-9869e747b40f", + "status": "Succeeded", + "startTime": "2022-10-21T13:41:50.5536192Z", + "endTime": "2022-10-21T13:41:51.5536469Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:41:52 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T13%3A41%3A51.5495339Z\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": "ad347c87-3b11-4684-b138-28ae26006cc9", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134152Z:ad347c87-3b11-4684-b138-28ae26006cc9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T13%3A41%3A51.5495339Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:41:49.1447726Z" + }, + "properties": { + "poolId": "0a758c1c-6e73-cbd6-2543-0a1cea84e616", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T13:41:50.2790765Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T13:41:50.2790765Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "783", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "creationToken": "sdk-py-tests-vol-3-a12623c1", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/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 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1585", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:42:04 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T13%3A42%3A04.3618271Z\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": "88cd0309-d29b-47cd-afd8-2473f6b2277f", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134205Z:88cd0309-d29b-47cd-afd8-2473f6b2277f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", + "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a12623c1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T13%3A42%3A04.3618271Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:42:02.9313565Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-a12623c1", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/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, + "maximumNumberOfFiles": 100000000, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T13:42:04.0404388Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T13:42:04.0404388Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:42: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": "f588bf46-3e7d-47cf-92d4-1925abc4e1dd", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134205Z:f588bf46-3e7d-47cf-92d4-1925abc4e1dd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "name": "d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "status": "Creating", + "startTime": "2022-10-21T13:42:04.369013Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:42: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": "d6151b10-555e-4838-ac42-58386d3a9f2d", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134235Z:d6151b10-555e-4838-ac42-58386d3a9f2d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "name": "d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "status": "Creating", + "startTime": "2022-10-21T13:42:04.369013Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:43: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": "7b52d9c6-f93c-4b9b-817c-480832715e32", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134305Z:7b52d9c6-f93c-4b9b-817c-480832715e32", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "name": "d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "status": "Creating", + "startTime": "2022-10-21T13:42:04.369013Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:43: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": "cedb033c-d99d-4d71-ac36-6056767939e9", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134336Z:cedb033c-d99d-4d71-ac36-6056767939e9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "name": "d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "status": "Creating", + "startTime": "2022-10-21T13:42:04.369013Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:44: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": "552b1125-637b-4e24-bde9-4d0dc9a79c9a", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134406Z:552b1125-637b-4e24-bde9-4d0dc9a79c9a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "name": "d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "status": "Creating", + "startTime": "2022-10-21T13:42:04.369013Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:44: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": "3f5868dc-e4f0-45c7-a4ac-11232186e4a5", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134436Z:3f5868dc-e4f0-45c7-a4ac-11232186e4a5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "name": "d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "status": "Creating", + "startTime": "2022-10-21T13:42:04.369013Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13: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": "0729f006-3ed8-4e82-84e5-eacb27654822", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134507Z:0729f006-3ed8-4e82-84e5-eacb27654822", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "name": "d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "status": "Creating", + "startTime": "2022-10-21T13:42:04.369013Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:45: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": "5d88489c-5c8f-4654-a64e-8904941b740e", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134537Z:5d88489c-5c8f-4654-a64e-8904941b740e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "name": "d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "status": "Creating", + "startTime": "2022-10-21T13:42:04.369013Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:46: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": "aef44596-9b7d-403d-b83c-fb8b93361584", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134607Z:aef44596-9b7d-403d-b83c-fb8b93361584", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "name": "d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "status": "Creating", + "startTime": "2022-10-21T13:42:04.369013Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13: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": "dbdead8f-46c8-48c0-86ba-2460fe0b0588", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134637Z:dbdead8f-46c8-48c0-86ba-2460fe0b0588", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "name": "d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "status": "Succeeded", + "startTime": "2022-10-21T13:42:04.369013Z", + "endTime": "2022-10-21T13:46:10.1290899Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:46:37 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T13%3A46%3A10.0975711Z\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": "32939f55-02bb-4f67-81ba-d4f60072057f", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134638Z:32939f55-02bb-4f67-81ba-d4f60072057f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", + "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a12623c1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T13%3A46%3A10.0975711Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:42:02.9313565Z" + }, + "properties": { + "fileSystemId": "e925c549-9cac-c12f-e4e9-776d16ffa2fc", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-a12623c1", + "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_8f82c7b40509489d9e97d719b9b955b4_15c42a85", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "e925c549-9cac-c12f-e4e9-776d16ffa2fc", + "fileSystemId": "e925c549-9cac-c12f-e4e9-776d16ffa2fc", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T13:42:04.0404388Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T13:42:04.0404388Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "166", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 214748364800, + "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/westus2/operationResults/c61ed58f-d83a-482d-8ba3-b97f52605608?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2480", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:46:38 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T13%3A46%3A38.6682227Z\u0027\u0022", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c61ed58f-d83a-482d-8ba3-b97f52605608?api-version=2022-05-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": "b72ede17-181e-4b71-99ed-df0ecefaf4ae", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134638Z:b72ede17-181e-4b71-99ed-df0ecefaf4ae", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", + "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a12623c1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T13%3A46%3A38.6682227Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:42:02.9313565Z" + }, + "properties": { + "provisioningState": "Patching", + "fileSystemId": "e925c549-9cac-c12f-e4e9-776d16ffa2fc", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-a12623c1", + "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_8f82c7b40509489d9e97d719b9b955b4_15c42a85", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "e925c549-9cac-c12f-e4e9-776d16ffa2fc", + "fileSystemId": "e925c549-9cac-c12f-e4e9-776d16ffa2fc", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T13:42:04.0404388Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T13:42:04.0404388Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c61ed58f-d83a-482d-8ba3-b97f52605608?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:46: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": "ad7c87f4-b8fd-48d6-8d26-559eeea01fb5", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134639Z:ad7c87f4-b8fd-48d6-8d26-559eeea01fb5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c61ed58f-d83a-482d-8ba3-b97f52605608", + "name": "c61ed58f-d83a-482d-8ba3-b97f52605608", + "status": "Patching", + "startTime": "2022-10-21T13:46:38.673137Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c61ed58f-d83a-482d-8ba3-b97f52605608?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:47: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": "df7ad94e-7aa4-4941-a8dd-d6f2f9894265", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134709Z:df7ad94e-7aa4-4941-a8dd-d6f2f9894265", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c61ed58f-d83a-482d-8ba3-b97f52605608", + "name": "c61ed58f-d83a-482d-8ba3-b97f52605608", + "status": "Succeeded", + "startTime": "2022-10-21T13:46:38.673137Z", + "endTime": "2022-10-21T13:46:43.0781008Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c61ed58f-d83a-482d-8ba3-b97f52605608?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:47: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": "3db7660d-d973-4931-9552-3c397f4cc33d", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134710Z:3db7660d-d973-4931-9552-3c397f4cc33d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", + "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a12623c1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T13%3A46%3A43.077699Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:46:38.3423261Z" + }, + "properties": { + "fileSystemId": "e925c549-9cac-c12f-e4e9-776d16ffa2fc", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-a12623c1", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "usageThreshold": 214748364800, + "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_8f82c7b40509489d9e97d719b9b955b4_15c42a85", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", + "poolId": "0a758c1c-6e73-cbd6-2543-0a1cea84e616", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "e925c549-9cac-c12f-e4e9-776d16ffa2fc", + "fileSystemId": "e925c549-9cac-c12f-e4e9-776d16ffa2fc", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 12.5, + "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": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T13:42:04.0404388Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T13:46:38.5066998Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 13:47:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad?api-version=2022-05-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": "67e7b9c6-f5cd-4ff5-a860-aeb7ae90d2ab", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134711Z:67e7b9c6-f5cd-4ff5-a860-aeb7ae90d2ab", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:47: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": "2ec051ef-a6ad-4fc6-8c2f-ffd19cea5a23", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134711Z:2ec051ef-a6ad-4fc6-8c2f-ffd19cea5a23", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad", + "name": "94d4df9c-0062-42ff-9aa4-75f7213f14ad", + "status": "Deleting", + "startTime": "2022-10-21T13:47:11.0844438Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:47: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": "95b41201-b970-495c-b5aa-4609f42232f3", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134741Z:95b41201-b970-495c-b5aa-4609f42232f3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad", + "name": "94d4df9c-0062-42ff-9aa4-75f7213f14ad", + "status": "Deleting", + "startTime": "2022-10-21T13:47:11.0844438Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:48: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": "6c81ffca-8ebb-46b7-b478-2ea528d7e539", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134811Z:6c81ffca-8ebb-46b7-b478-2ea528d7e539", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad", + "name": "94d4df9c-0062-42ff-9aa4-75f7213f14ad", + "status": "Deleting", + "startTime": "2022-10-21T13:47:11.0844438Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:48: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": "2a89ed72-37ee-45cd-a51b-bf37b81266b2", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134842Z:2a89ed72-37ee-45cd-a51b-bf37b81266b2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad", + "name": "94d4df9c-0062-42ff-9aa4-75f7213f14ad", + "status": "Deleting", + "startTime": "2022-10-21T13:47:11.0844438Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:49: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": "8c9a9db7-8b8a-451f-8359-51dc3dc12790", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134912Z:8c9a9db7-8b8a-451f-8359-51dc3dc12790", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad", + "name": "94d4df9c-0062-42ff-9aa4-75f7213f14ad", + "status": "Deleting", + "startTime": "2022-10-21T13:47:11.0844438Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:49: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": "434a013b-6a2d-4bac-bb6d-3a337fa786d1", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T134942Z:434a013b-6a2d-4bac-bb6d-3a337fa786d1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad", + "name": "94d4df9c-0062-42ff-9aa4-75f7213f14ad", + "status": "Deleting", + "startTime": "2022-10-21T13:47:11.0844438Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:50: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": "36931f64-4c28-4f05-8336-a00b89af4a2a", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135013Z:36931f64-4c28-4f05-8336-a00b89af4a2a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad", + "name": "94d4df9c-0062-42ff-9aa4-75f7213f14ad", + "status": "Succeeded", + "startTime": "2022-10-21T13:47:11.0844438Z", + "endTime": "2022-10-21T13:49:46.2472775Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:50: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": "31ea42f3-89a4-4411-a59f-d05319596c98", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135013Z:31ea42f3-89a4-4411-a59f-d05319596c98", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", + "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a12623c1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T13%3A49%3A28.9167835Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:46:38.3423261Z" + }, + "properties": { + "fileSystemId": "e925c549-9cac-c12f-e4e9-776d16ffa2fc", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-a12623c1", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "usageThreshold": 214748364800, + "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_8f82c7b40509489d9e97d719b9b955b4_15c42a85", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", + "poolId": "0a758c1c-6e73-cbd6-2543-0a1cea84e616", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "e925c549-9cac-c12f-e4e9-776d16ffa2fc", + "fileSystemId": "e925c549-9cac-c12f-e4e9-776d16ffa2fc", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 12.5, + "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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T13:42:04.0404388Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T13:46:38.5066998Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "324", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:53:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ffd93ec5-75fe-4561-bf96-2462716c3bc0", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135335Z:ffd93ec5-75fe-4561-bf96-2462716c3bc0" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1fa2f48-3a64-478f-adf7-4efbef7ad0c8?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 13:53:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1fa2f48-3a64-478f-adf7-4efbef7ad0c8?api-version=2022-05-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": "5537f5d4-f244-4971-bf6b-ad0afc8ea233", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135348Z:5537f5d4-f244-4971-bf6b-ad0afc8ea233", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1fa2f48-3a64-478f-adf7-4efbef7ad0c8?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:53: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": "7b7b031b-7ce4-43a5-ab23-dda1eadc94f6", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135349Z:7b7b031b-7ce4-43a5-ab23-dda1eadc94f6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1fa2f48-3a64-478f-adf7-4efbef7ad0c8", + "name": "f1fa2f48-3a64-478f-adf7-4efbef7ad0c8", + "status": "Deleting", + "startTime": "2022-10-21T13:53:48.6556485Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1fa2f48-3a64-478f-adf7-4efbef7ad0c8?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13: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": "319ee445-4b97-487e-847d-afb6c5939a00", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135419Z:319ee445-4b97-487e-847d-afb6c5939a00", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1fa2f48-3a64-478f-adf7-4efbef7ad0c8", + "name": "f1fa2f48-3a64-478f-adf7-4efbef7ad0c8", + "status": "Succeeded", + "startTime": "2022-10-21T13:53:48.6556485Z", + "endTime": "2022-10-21T13:53:49.7181467Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1fa2f48-3a64-478f-adf7-4efbef7ad0c8?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13: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": "7054369f-34be-41a4-a458-168ab07c9d88", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135419Z:7054369f-34be-41a4-a458-168ab07c9d88", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T13%3A53%3A48.6521302Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:41:49.1447726Z" + }, + "properties": { + "poolId": "0a758c1c-6e73-cbd6-2543-0a1cea84e616", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T13:41:50.2790765Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T13:41:50.2790765Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 13:54:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6922778f-83c7-46bf-8eda-44ae2ce2ded6", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135429Z:6922778f-83c7-46bf-8eda-44ae2ce2ded6" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 13:54:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a1cfffd2-8956-4559-aa6b-b2ef343b7a1d", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135440Z:a1cfffd2-8956-4559-aa6b-b2ef343b7a1d" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 13:54:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2b47f99e-b8ae-4ab9-be1e-61d96f49aa87", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135450Z:2b47f99e-b8ae-4ab9-be1e-61d96f49aa87" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 13:55:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c0fbd154-561a-4003-8712-46b62f2ad398", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135500Z:c0fbd154-561a-4003-8712-46b62f2ad398" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "288", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:55:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7022b64e-c422-47a4-a2ac-c3ad1063db26", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135510Z:7022b64e-c422-47a4-a2ac-c3ad1063db26" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7656d57d-c081-4b9b-8704-79dfd475dd6d?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 13:55:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7656d57d-c081-4b9b-8704-79dfd475dd6d?api-version=2022-05-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": "5d945840-cff5-4f2d-8689-d216eccc7ddc", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135512Z:5d945840-cff5-4f2d-8689-d216eccc7ddc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7656d57d-c081-4b9b-8704-79dfd475dd6d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13: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": "aa8ff615-1a93-415d-9ce6-3ef15b443e9e", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135512Z:aa8ff615-1a93-415d-9ce6-3ef15b443e9e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7656d57d-c081-4b9b-8704-79dfd475dd6d", + "name": "7656d57d-c081-4b9b-8704-79dfd475dd6d", + "status": "Succeeded", + "startTime": "2022-10-21T13:55:12.2669403Z", + "endTime": "2022-10-21T13:55:12.3294483Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7656d57d-c081-4b9b-8704-79dfd475dd6d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13: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": "5aaf0cb9-6ee7-4b6c-9109-21f39fd920a3", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135512Z:5aaf0cb9-6ee7-4b6c-9109-21f39fd920a3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1", + "name": "sdk-py-tests-acc-1-a12623c1", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T13%3A55%3A12.2702731Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:41:44.9578117Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T13:41:46.0891511Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T13:41:46.0891511Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "255", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:55:12 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": "c3943f99-0bb6-489f-b220-0d0b0fb736e3", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135513Z:c3943f99-0bb6-489f-b220-0d0b0fb736e3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/dd6d0428-f75e-43b7-a966-446e56b373e8?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 13:55:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/dd6d0428-f75e-43b7-a966-446e56b373e8?api-version=2022-05-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "5b9f5002-574d-40f4-ae4d-f0860323a93e", + "x-ms-correlation-request-id": "6eb2380f-6c4c-4e44-9732-d50d9de51507", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135514Z:6eb2380f-6c4c-4e44-9732-d50d9de51507" + }, + "ResponseBody": null } ], "Variables": {} 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 00e06b141ff1..789077d6b411 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:53 GMT", + "Date": "Fri, 21 Oct 2022 13:57:41 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.13943.6 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:53 GMT", + "Date": "Fri, 21 Oct 2022 13:57: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.13845.9 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "f1b5070a-8d54-4c69-a20f-8e4df3cf1587", + "client-request-id": "21a9bdb5-4e94-4c64-a7a2-7a0372234e22", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "f1b5070a-8d54-4c69-a20f-8e4df3cf1587", + "client-request-id": "21a9bdb5-4e94-4c64-a7a2-7a0372234e22", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:54 GMT", + "Date": "Fri, 21 Oct 2022 13:57:42 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,7 +221,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -236,26 +233,3193 @@ } } }, - "StatusCode": 404, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/bbc2b9d9-6a4e-4cf9-bd2c-9023826adaa9?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:55 GMT", + "Date": "Fri, 21 Oct 2022 13:57:50 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d9f1563-6a7e-47f3-91b0-75d6ff2e73d9", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010955Z:6d9f1563-6a7e-47f3-91b0-75d6ff2e73d9" + "x-ms-arm-service-request-id": "6e7bc130-a63d-4e73-bd6e-40c809f04a47", + "x-ms-correlation-request-id": "17228fc8-858e-46d1-863d-47cf5f4a2237", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135750Z:17228fc8-858e-46d1-863d-47cf5f4a2237" }, "ResponseBody": { - "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "name": "sdk-python-tests-vnet-westus2-7b9e2339", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339", + "etag": "W/\u0022adf01412-8b28-429a-a7a4-e181cb1ca012\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:57:44.8361814Z" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "ffc7d7ba-f661-401d-a444-87c170195308", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/bbc2b9d9-6a4e-4cf9-bd2c-9023826adaa9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:57:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "bac0f9d2-5f3d-4a52-8488-e2e279fea23b", + "x-ms-correlation-request-id": "41166698-beb1-43c1-9875-818b28b1d586", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135750Z:41166698-beb1-43c1-9875-818b28b1d586" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:57:50 GMT", + "ETag": "W/\u002206053ba9-0d82-489e-a5e9-70bb217312c4\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "3ea3c25c-b7ab-4651-89df-be8eedb5e6eb", + "x-ms-correlation-request-id": "2c409385-ec6e-4179-bb00-e6c66d1e4b70", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135751Z:2c409385-ec6e-4179-bb00-e6c66d1e4b70" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-westus2-7b9e2339", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339", + "etag": "W/\u002206053ba9-0d82-489e-a5e9-70bb217312c4\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:57:44.8361814Z" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "ffc7d7ba-f661-401d-a444-87c170195308", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "151", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "properties": { + "serviceName": "Microsoft.Netapp/volumes" + } + } + ] } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b30b6fb9-9ec4-4b04-8a42-516ccc8b2617?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1326", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:57:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "894e802b-eb2c-406c-bc58-2661b0226205", + "x-ms-correlation-request-id": "f7f79385-964b-4866-b671-cbf6ebbb021e", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135751Z:f7f79385-964b-4866-b671-cbf6ebbb021e" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", + "etag": "W/\u0022f281ab43-7367-4fa6-9bdf-e54e05b34ef1\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default/delegations/netAppVolumes", + "etag": "W/\u0022f281ab43-7367-4fa6-9bdf-e54e05b34ef1\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b30b6fb9-9ec4-4b04-8a42-516ccc8b2617?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:57:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "db15e31d-2bc6-4381-a5b3-690dff5ff701", + "x-ms-correlation-request-id": "c3bb5c10-64a6-43b0-80ab-5721cea6f7d4", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135752Z:c3bb5c10-64a6-43b0-80ab-5721cea6f7d4" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:57:51 GMT", + "ETag": "W/\u002280823902-c48f-4002-a575-279f8e971a2c\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "77286a29-5052-4486-9e87-c082b40d3f65", + "x-ms-correlation-request-id": "bee92508-e034-4151-a12a-cfeafd4059ca", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135752Z:bee92508-e034-4151-a12a-cfeafd4059ca" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", + "etag": "W/\u002280823902-c48f-4002-a575-279f8e971a2c\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default/delegations/netAppVolumes", + "etag": "W/\u002280823902-c48f-4002-a575-279f8e971a2c\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Fri, 21 Oct 2022 13:57:52 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.13943.8 - NEULR1 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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Fri, 21 Oct 2022 13:57:52 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.13943.8 - 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": "31260ee8-8005-43c8-be2e-da010c6faa24", + "Connection": "keep-alive", + "Content-Length": "281", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "win32", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.20.0", + "x-ms-lib-capability": "retry-after, h429" + }, + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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": "31260ee8-8005-43c8-be2e-da010c6faa24", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:57:52 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.13943.8 - WEULR2 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a0f38499-91fa-467a-b2f2-0d6dfbea1864?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:57:56 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T13%3A57%3A55.9317233Z\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": "fc3f951a-954f-4d22-958d-6bf9fcb19cd5", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135757Z:fc3f951a-954f-4d22-958d-6bf9fcb19cd5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339", + "name": "sdk-py-tests-acc-1-7b9e2339", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T13%3A57%3A55.9317233Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:57:54.0372986Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T13:57:55.0102701Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T13:57:55.0102701Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a0f38499-91fa-467a-b2f2-0d6dfbea1864?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13: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": "e82a2267-66e9-4b12-ae38-5cce2fb14323", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135757Z:e82a2267-66e9-4b12-ae38-5cce2fb14323", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a0f38499-91fa-467a-b2f2-0d6dfbea1864", + "name": "a0f38499-91fa-467a-b2f2-0d6dfbea1864", + "status": "Succeeded", + "startTime": "2022-10-21T13:57:55.9392594Z", + "endTime": "2022-10-21T13:57:56.0018407Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:57:57 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T13%3A57%3A56.0084742Z\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": "4c1a8dfb-5b58-4107-aa76-9bf4d006fbea", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135758Z:4c1a8dfb-5b58-4107-aa76-9bf4d006fbea", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339", + "name": "sdk-py-tests-acc-1-7b9e2339", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T13%3A57%3A56.0084742Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:57:54.0372986Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T13:57:55.0102701Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T13:57:55.0102701Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/4bdd086d-5504-4967-be04-5757b9ed5f29?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "922", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:57:59 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T13%3A57%3A59.6646411Z\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": "cdd55035-1aad-494f-9a99-3bec05cf6a30", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135800Z:cdd55035-1aad-494f-9a99-3bec05cf6a30", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T13%3A57%3A59.6646411Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:57:58.3021966Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T13:57:59.4204237Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T13:57:59.4204237Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bdd086d-5504-4967-be04-5757b9ed5f29?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:58: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": "f2ced5d8-0ce4-4aff-b601-034d000d2acb", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135800Z:f2ced5d8-0ce4-4aff-b601-034d000d2acb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bdd086d-5504-4967-be04-5757b9ed5f29", + "name": "4bdd086d-5504-4967-be04-5757b9ed5f29", + "status": "Creating", + "startTime": "2022-10-21T13:57:59.6803389Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bdd086d-5504-4967-be04-5757b9ed5f29?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:58: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": "fbbcb353-5c1f-4464-9247-f8b0f7dcfb83", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135831Z:fbbcb353-5c1f-4464-9247-f8b0f7dcfb83", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bdd086d-5504-4967-be04-5757b9ed5f29", + "name": "4bdd086d-5504-4967-be04-5757b9ed5f29", + "status": "Succeeded", + "startTime": "2022-10-21T13:57:59.6803389Z", + "endTime": "2022-10-21T13:58:00.751782Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:58:31 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T13%3A58%3A00.7447612Z\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": "4b051a8e-51e9-4e6c-a423-a112fca699b5", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135831Z:4b051a8e-51e9-4e6c-a423-a112fca699b5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T13%3A58%3A00.7447612Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:57:58.3021966Z" + }, + "properties": { + "poolId": "547949c6-000e-0523-c166-e686779e658a", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T13:57:59.4204237Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T13:57:59.4204237Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "783", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "creationToken": "sdk-py-tests-vol-3-7b9e2339", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/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 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1585", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:58:44 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T13%3A58%3A43.8639567Z\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": "cf6bc6c5-d94b-4c19-8d58-19113839d1da", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135844Z:cf6bc6c5-d94b-4c19-8d58-19113839d1da", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339", + "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9e2339", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T13%3A58%3A43.8639567Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:58:41.7948533Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-7b9e2339", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/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, + "maximumNumberOfFiles": 100000000, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T13:58:42.8064619Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T13:58:42.8064619Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:58: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": "c1c7bf2d-3835-42be-bb97-6bfb3d1633a3", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135845Z:c1c7bf2d-3835-42be-bb97-6bfb3d1633a3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e", + "name": "7057c509-1999-4934-b1b5-23cdf60d550e", + "status": "Creating", + "startTime": "2022-10-21T13:58:43.8735539Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:59: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": "8f884430-1e58-4b51-a6fc-f845ff09e403", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135915Z:8f884430-1e58-4b51-a6fc-f845ff09e403", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e", + "name": "7057c509-1999-4934-b1b5-23cdf60d550e", + "status": "Creating", + "startTime": "2022-10-21T13:58:43.8735539Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 13:59: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": "d90c7634-73e0-439a-8f06-aaa8c73504d9", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T135945Z:d90c7634-73e0-439a-8f06-aaa8c73504d9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e", + "name": "7057c509-1999-4934-b1b5-23cdf60d550e", + "status": "Creating", + "startTime": "2022-10-21T13:58:43.8735539Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:00: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": "a5486328-3225-4de6-ba92-ea5ccd925304", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140015Z:a5486328-3225-4de6-ba92-ea5ccd925304", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e", + "name": "7057c509-1999-4934-b1b5-23cdf60d550e", + "status": "Creating", + "startTime": "2022-10-21T13:58:43.8735539Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:00: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": "141c6167-fba5-45e8-ba77-157f7064d9f9", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140046Z:141c6167-fba5-45e8-ba77-157f7064d9f9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e", + "name": "7057c509-1999-4934-b1b5-23cdf60d550e", + "status": "Creating", + "startTime": "2022-10-21T13:58:43.8735539Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:01: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": "91f3db20-2d35-4e80-abd1-57a0fc769cd1", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140116Z:91f3db20-2d35-4e80-abd1-57a0fc769cd1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e", + "name": "7057c509-1999-4934-b1b5-23cdf60d550e", + "status": "Creating", + "startTime": "2022-10-21T13:58:43.8735539Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:01: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": "49aedb3b-71a9-46e3-ba18-92117d798158", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140146Z:49aedb3b-71a9-46e3-ba18-92117d798158", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e", + "name": "7057c509-1999-4934-b1b5-23cdf60d550e", + "status": "Creating", + "startTime": "2022-10-21T13:58:43.8735539Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:02: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": "2809b266-a142-4bd6-818a-87d8a624baa3", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140216Z:2809b266-a142-4bd6-818a-87d8a624baa3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e", + "name": "7057c509-1999-4934-b1b5-23cdf60d550e", + "status": "Creating", + "startTime": "2022-10-21T13:58:43.8735539Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:02: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": "b56ed6a7-1134-42ed-ad17-6a185ef18d45", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140247Z:b56ed6a7-1134-42ed-ad17-6a185ef18d45", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e", + "name": "7057c509-1999-4934-b1b5-23cdf60d550e", + "status": "Creating", + "startTime": "2022-10-21T13:58:43.8735539Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:03: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": "4cddb000-001e-4138-9f0d-183d1cfb48da", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140318Z:4cddb000-001e-4138-9f0d-183d1cfb48da", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e", + "name": "7057c509-1999-4934-b1b5-23cdf60d550e", + "status": "Succeeded", + "startTime": "2022-10-21T13:58:43.8735539Z", + "endTime": "2022-10-21T14:02:50.1258025Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:03:17 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T14%3A02%3A50.1150692Z\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": "6afc63b0-4fa1-440b-8af2-2d846d9e44e1", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140318Z:6afc63b0-4fa1-440b-8af2-2d846d9e44e1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339", + "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9e2339", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T14%3A02%3A50.1150692Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:58:41.7948533Z" + }, + "properties": { + "fileSystemId": "4594098b-9ef3-90e0-4eee-d10f3ec502a8", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-7b9e2339", + "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_8f82c7b40509489d9e97d719b9b955b4_b3f4050f", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "4594098b-9ef3-90e0-4eee-d10f3ec502a8", + "fileSystemId": "4594098b-9ef3-90e0-4eee-d10f3ec502a8", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T13:58:42.8064619Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T13:58:42.8064619Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/b16e3dfb-6567-430c-9a39-ab343f1bd75c?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "922", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:03:21 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T14%3A03%3A20.6353747Z\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": "d7860432-316b-4cb0-b65e-48f250868266", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140321Z:d7860432-316b-4cb0-b65e-48f250868266", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2", + "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T14%3A03%3A20.6353747Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T14:03:18.9146674Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T14:03:20.3943088Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T14:03:20.3943088Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b16e3dfb-6567-430c-9a39-ab343f1bd75c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:03: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": "d0256aa1-0731-45ee-8a61-12acd6ebe448", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140322Z:d0256aa1-0731-45ee-8a61-12acd6ebe448", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b16e3dfb-6567-430c-9a39-ab343f1bd75c", + "name": "b16e3dfb-6567-430c-9a39-ab343f1bd75c", + "status": "Succeeded", + "startTime": "2022-10-21T14:03:20.6464587Z", + "endTime": "2022-10-21T14:03:21.479518Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:03:21 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T14%3A03%3A21.4811149Z\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": "24a81802-4e3f-4d82-8e14-7af56e210b73", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140322Z:24a81802-4e3f-4d82-8e14-7af56e210b73", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2", + "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T14%3A03%3A21.4811149Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T14:03:18.9146674Z" + }, + "properties": { + "poolId": "a6715100-65e1-c63b-46e3-25fae3f19906", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T14:03:20.3943088Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T14:03:20.3943088Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339/poolChange?api-version=2022-05-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "219", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "newPoolResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/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/westus2/operationResults/2bfaff39-dbed-47b6-8bc0-6f6b785aa51e?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 14:03:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bfaff39-dbed-47b6-8bc0-6f6b785aa51e?api-version=2022-05-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": "19c246b1-27fd-4467-bc90-33d9507e7b18", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140333Z:19c246b1-27fd-4467-bc90-33d9507e7b18", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bfaff39-dbed-47b6-8bc0-6f6b785aa51e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:03: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": "1314fcb5-ac41-415d-b26f-9e766d858138", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140333Z:1314fcb5-ac41-415d-b26f-9e766d858138", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bfaff39-dbed-47b6-8bc0-6f6b785aa51e", + "name": "2bfaff39-dbed-47b6-8bc0-6f6b785aa51e", + "status": "ChangePool", + "startTime": "2022-10-21T14:03:33.0706003Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bfaff39-dbed-47b6-8bc0-6f6b785aa51e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:04: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": "53583f55-dcba-4f04-9c8e-d5846ef15ccd", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140403Z:53583f55-dcba-4f04-9c8e-d5846ef15ccd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bfaff39-dbed-47b6-8bc0-6f6b785aa51e", + "name": "2bfaff39-dbed-47b6-8bc0-6f6b785aa51e", + "status": "Succeeded", + "startTime": "2022-10-21T14:03:33.0706003Z", + "endTime": "2022-10-21T14:03:38.4643265Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bfaff39-dbed-47b6-8bc0-6f6b785aa51e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:04: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": "f1a7450a-ef76-4302-b8fa-d44c6c3d22ff", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140403Z:f1a7450a-ef76-4302-b8fa-d44c6c3d22ff", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", + "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2/sdk-py-tests-vol-3-7b9e2339", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T14%3A03%3A38.4603955Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:58:41.7948533Z" + }, + "properties": { + "fileSystemId": "4594098b-9ef3-90e0-4eee-d10f3ec502a8", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-7b9e2339", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_b3f4050f", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", + "poolId": "a6715100-65e1-c63b-46e3-25fae3f19906", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "4594098b-9ef3-90e0-4eee-d10f3ec502a8", + "fileSystemId": "4594098b-9ef3-90e0-4eee-d10f3ec502a8", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:04:04 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T14%3A03%3A38.4603955Z\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": "dadcc0db-9d58-4f45-b9d4-19f0814b3b18", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140404Z:dadcc0db-9d58-4f45-b9d4-19f0814b3b18", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", + "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2/sdk-py-tests-vol-3-7b9e2339", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T14%3A03%3A38.4603955Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:58:41.7948533Z" + }, + "properties": { + "provisioningState": "Succeeded", + "fileSystemId": "4594098b-9ef3-90e0-4eee-d10f3ec502a8", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-7b9e2339", + "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_8f82c7b40509489d9e97d719b9b955b4_b3f4050f", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "4594098b-9ef3-90e0-4eee-d10f3ec502a8", + "fileSystemId": "4594098b-9ef3-90e0-4eee-d10f3ec502a8", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:04: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": "9de909cb-5d9b-47c7-b372-380dc8025577", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140404Z:9de909cb-5d9b-47c7-b372-380dc8025577", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 14:04:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4?api-version=2022-05-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": "ac622bf0-c906-4e31-9c7f-8005e903bee0", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140405Z:ac622bf0-c906-4e31-9c7f-8005e903bee0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:04: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": "a2fc05ff-0491-4d09-b718-e7dfdc8c72a8", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140405Z:a2fc05ff-0491-4d09-b718-e7dfdc8c72a8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4", + "name": "e51a23dc-fac6-406f-b501-7bd978db62c4", + "status": "Deleting", + "startTime": "2022-10-21T14:04:05.3859902Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:04: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": "4d020c7a-b020-4ed8-be04-8526503c4e81", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140436Z:4d020c7a-b020-4ed8-be04-8526503c4e81", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4", + "name": "e51a23dc-fac6-406f-b501-7bd978db62c4", + "status": "Deleting", + "startTime": "2022-10-21T14:04:05.3859902Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14: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": "cfb4d46d-be2f-4534-b5fa-20cfc9f15d5b", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140506Z:cfb4d46d-be2f-4534-b5fa-20cfc9f15d5b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4", + "name": "e51a23dc-fac6-406f-b501-7bd978db62c4", + "status": "Deleting", + "startTime": "2022-10-21T14:04:05.3859902Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:05: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": "f9deb2c3-5821-461a-99b2-d95b764c6671", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140536Z:f9deb2c3-5821-461a-99b2-d95b764c6671", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4", + "name": "e51a23dc-fac6-406f-b501-7bd978db62c4", + "status": "Deleting", + "startTime": "2022-10-21T14:04:05.3859902Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:06: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": "56ace3ef-bbd3-4de4-a969-9ff7732327fa", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140606Z:56ace3ef-bbd3-4de4-a969-9ff7732327fa", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4", + "name": "e51a23dc-fac6-406f-b501-7bd978db62c4", + "status": "Succeeded", + "startTime": "2022-10-21T14:04:05.3859902Z", + "endTime": "2022-10-21T14:05:49.0400923Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:06: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": "3b6c218a-29b6-4418-ae2e-a928155375df", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140607Z:3b6c218a-29b6-4418-ae2e-a928155375df", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", + "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2/sdk-py-tests-vol-3-7b9e2339", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T14%3A05%3A39.7859542Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:58:41.7948533Z" + }, + "properties": { + "fileSystemId": "4594098b-9ef3-90e0-4eee-d10f3ec502a8", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-7b9e2339", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_b3f4050f", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", + "poolId": "a6715100-65e1-c63b-46e3-25fae3f19906", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "4594098b-9ef3-90e0-4eee-d10f3ec502a8", + "fileSystemId": "4594098b-9ef3-90e0-4eee-d10f3ec502a8", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "324", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:09:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c3beb458-923b-42d0-98e0-965be5841ecf", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140929Z:c3beb458-923b-42d0-98e0-965be5841ecf" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e024794-d32a-4fc1-9234-cb0ee6cee5b9?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 14:09:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e024794-d32a-4fc1-9234-cb0ee6cee5b9?api-version=2022-05-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": "dbb0ac38-38a0-4712-9725-000397d5f619", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140942Z:dbb0ac38-38a0-4712-9725-000397d5f619", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e024794-d32a-4fc1-9234-cb0ee6cee5b9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:09: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": "a0c34152-0d8f-4156-b51f-efc6f638929b", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T140942Z:a0c34152-0d8f-4156-b51f-efc6f638929b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e024794-d32a-4fc1-9234-cb0ee6cee5b9", + "name": "7e024794-d32a-4fc1-9234-cb0ee6cee5b9", + "status": "Deleting", + "startTime": "2022-10-21T14:09:42.0648579Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e024794-d32a-4fc1-9234-cb0ee6cee5b9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:10: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": "cf3094e7-4833-46ac-881f-316bdaeb2bcb", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T141012Z:cf3094e7-4833-46ac-881f-316bdaeb2bcb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e024794-d32a-4fc1-9234-cb0ee6cee5b9", + "name": "7e024794-d32a-4fc1-9234-cb0ee6cee5b9", + "status": "Succeeded", + "startTime": "2022-10-21T14:09:42.0648579Z", + "endTime": "2022-10-21T14:09:43.1614694Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e024794-d32a-4fc1-9234-cb0ee6cee5b9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:10: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": "685edf6f-4386-45fe-ba70-27c67d353f46", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T141012Z:685edf6f-4386-45fe-ba70-27c67d353f46", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T14%3A09%3A42.0612927Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:57:58.3021966Z" + }, + "properties": { + "poolId": "547949c6-000e-0523-c166-e686779e658a", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T13:57:59.4204237Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T13:57:59.4204237Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 14: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": "a93e249a-5f8a-48ee-a34e-cf636bcf7d36", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T141024Z:a93e249a-5f8a-48ee-a34e-cf636bcf7d36" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 14:10:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "62e9bd16-1760-4ee6-8591-22f1bbdcda54", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T141034Z:62e9bd16-1760-4ee6-8591-22f1bbdcda54" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 14:10:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "adcdf350-f54e-4315-9e57-de708df6f2bd", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T141044Z:adcdf350-f54e-4315-9e57-de708df6f2bd" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 14:10:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "38dce656-8948-446a-8a77-49f64868a2d1", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T141054Z:38dce656-8948-446a-8a77-49f64868a2d1" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "288", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:11:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0101f93d-2b86-4b46-9ba9-4706dde09151", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T141105Z:0101f93d-2b86-4b46-9ba9-4706dde09151" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1a04a887-212e-4b0f-ab76-532532b5a27d?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 14:11:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1a04a887-212e-4b0f-ab76-532532b5a27d?api-version=2022-05-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": "480bd879-97e5-44de-8359-9732f123f50e", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T141116Z:480bd879-97e5-44de-8359-9732f123f50e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1a04a887-212e-4b0f-ab76-532532b5a27d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:11: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": "eb7216fa-5c46-45c8-9210-fe7a7e4f3a09", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T141116Z:eb7216fa-5c46-45c8-9210-fe7a7e4f3a09", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1a04a887-212e-4b0f-ab76-532532b5a27d", + "name": "1a04a887-212e-4b0f-ab76-532532b5a27d", + "status": "Deleting", + "startTime": "2022-10-21T14:11:16.5463289Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1a04a887-212e-4b0f-ab76-532532b5a27d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:11: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": "b7049731-e653-48d5-a18f-d68fb38d3cd1", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T141147Z:b7049731-e653-48d5-a18f-d68fb38d3cd1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1a04a887-212e-4b0f-ab76-532532b5a27d", + "name": "1a04a887-212e-4b0f-ab76-532532b5a27d", + "status": "Succeeded", + "startTime": "2022-10-21T14:11:16.5463289Z", + "endTime": "2022-10-21T14:11:17.6870341Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1a04a887-212e-4b0f-ab76-532532b5a27d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:11: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": "7e9e22e5-53d5-4408-92b4-5dd86f8e7872", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T141147Z:7e9e22e5-53d5-4408-92b4-5dd86f8e7872", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2", + "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T14%3A11%3A16.545217Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T14:03:18.9146674Z" + }, + "properties": { + "poolId": "a6715100-65e1-c63b-46e3-25fae3f19906", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T14:03:20.3943088Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T14:03:20.3943088Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 14:11:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "52e8dc06-70e2-413b-8595-70f6400f1353", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T141157Z:52e8dc06-70e2-413b-8595-70f6400f1353" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 14:12:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c80e5e3e-4dab-4115-9490-ee1d69ad5dea", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T141207Z:c80e5e3e-4dab-4115-9490-ee1d69ad5dea" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 14:12:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0da951a7-a2b4-4356-84c8-1884d0ce6802", + "x-ms-ratelimit-remaining-subscription-deletes": "14991", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T141218Z:0da951a7-a2b4-4356-84c8-1884d0ce6802" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 14:12:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9b926f9a-ff9f-4295-9c3a-cbd1af896aa9", + "x-ms-ratelimit-remaining-subscription-deletes": "14990", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T141228Z:9b926f9a-ff9f-4295-9c3a-cbd1af896aa9" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "288", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:12:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c1e5493f-78e7-4c3a-b6ba-e32605d34826", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T141238Z:c1e5493f-78e7-4c3a-b6ba-e32605d34826" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e8d0f8f-8301-4b5f-a433-96eb2abdbe33?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 14:12:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e8d0f8f-8301-4b5f-a433-96eb2abdbe33?api-version=2022-05-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": "70a9799c-9452-4284-8824-5df131cbd57e", + "x-ms-ratelimit-remaining-subscription-deletes": "14989", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T141240Z:70a9799c-9452-4284-8824-5df131cbd57e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e8d0f8f-8301-4b5f-a433-96eb2abdbe33?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:12: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": "f161661d-22f3-4971-8575-fc43bb64d586", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T141240Z:f161661d-22f3-4971-8575-fc43bb64d586", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e8d0f8f-8301-4b5f-a433-96eb2abdbe33", + "name": "7e8d0f8f-8301-4b5f-a433-96eb2abdbe33", + "status": "Succeeded", + "startTime": "2022-10-21T14:12:40.2639562Z", + "endTime": "2022-10-21T14:12:40.3264954Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e8d0f8f-8301-4b5f-a433-96eb2abdbe33?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:12: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": "0e2064a6-751f-4b69-9e25-621aa2941f45", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T141240Z:0e2064a6-751f-4b69-9e25-621aa2941f45", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339", + "name": "sdk-py-tests-acc-1-7b9e2339", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T14%3A12%3A40.2633032Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T13:57:54.0372986Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T13:57:55.0102701Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T13:57:55.0102701Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "255", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 14:12: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": "e0be6880-aa73-4598-a684-ff1a1fca7639", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T141241Z:e0be6880-aa73-4598-a684-ff1a1fca7639", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/956f136e-3fc3-4cee-9997-bf87f808c823?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 14:12:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/956f136e-3fc3-4cee-9997-bf87f808c823?api-version=2022-05-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ca9f55a0-9464-4b83-849e-e3459a733c92", + "x-ms-correlation-request-id": "6290333b-2b6f-40bf-b09a-aff94003a5eb", + "x-ms-ratelimit-remaining-subscription-deletes": "14988", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T141241Z:6290333b-2b6f-40bf-b09a-aff94003a5eb" + }, + "ResponseBody": null } ], "Variables": {} 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 8eaa78fb1bcb..42affad3e0de 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:47 GMT", + "Date": "Fri, 21 Oct 2022 12:39:18 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.13943.6 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:47 GMT", + "Date": "Fri, 21 Oct 2022 12:39:18 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.13871.7 - NCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "4e872f0e-537c-4b7a-8345-0dea0cb72027", + "client-request-id": "5e8f8e08-94b3-4350-b794-0e887d8cfc1a", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "4e872f0e-537c-4b7a-8345-0dea0cb72027", + "client-request-id": "5e8f8e08-94b3-4350-b794-0e887d8cfc1a", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:47 GMT", + "Date": "Fri, 21 Oct 2022 12:39:18 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,7 +221,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -236,26 +233,2369 @@ } } }, - "StatusCode": 404, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/31989eeb-8534-4527-a95e-8161c3607bb4?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:48 GMT", + "Date": "Fri, 21 Oct 2022 12:39:27 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5dc8a011-fe5c-4e4e-bd07-d6689bc5bdd6", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010948Z:5dc8a011-fe5c-4e4e-bd07-d6689bc5bdd6" + "x-ms-arm-service-request-id": "00b0356e-1ed5-4cbe-ba55-a87a34cd09dd", + "x-ms-correlation-request-id": "b0eb2a77-c6f6-46de-81dd-7ef773208650", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T123927Z:b0eb2a77-c6f6-46de-81dd-7ef773208650" }, "ResponseBody": { - "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "name": "sdk-python-tests-vnet-westus2-c6cd2434", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434", + "etag": "W/\u0022ea32d62e-39cd-418d-8fd0-258ada812dd0\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T12:39:21.4961930Z" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "46b5ee20-2109-46c8-a4e7-091d72627694", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/31989eeb-8534-4527-a95e-8161c3607bb4?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:39:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "cfc416dc-cf7e-4a9b-af00-a08a563eb894", + "x-ms-correlation-request-id": "33f91942-f640-4292-958a-2b1a4616fc09", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T123927Z:33f91942-f640-4292-958a-2b1a4616fc09" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:39:27 GMT", + "ETag": "W/\u00223d216640-446f-48e5-95a1-9bce0fe896cc\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "2e2f1543-61bd-4f6e-bb19-ef63319b077d", + "x-ms-correlation-request-id": "c6627bdd-3b94-49d8-99b7-031ff70d768d", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T123928Z:c6627bdd-3b94-49d8-99b7-031ff70d768d" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-westus2-c6cd2434", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434", + "etag": "W/\u00223d216640-446f-48e5-95a1-9bce0fe896cc\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T12:39:21.4961930Z" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "46b5ee20-2109-46c8-a4e7-091d72627694", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "151", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "properties": { + "serviceName": "Microsoft.Netapp/volumes" + } + } + ] } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/970c0757-e1ae-44f1-970d-70f098b45c63?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1326", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:39:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "6e63eb2a-94c0-4b75-9e1a-ba67967f342a", + "x-ms-correlation-request-id": "2de52b2c-33ab-476d-b42f-3a6a8134438f", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T123928Z:2de52b2c-33ab-476d-b42f-3a6a8134438f" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default", + "etag": "W/\u00220bad875d-17a8-4ef6-996b-845fe9c3c0a8\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default/delegations/netAppVolumes", + "etag": "W/\u00220bad875d-17a8-4ef6-996b-845fe9c3c0a8\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/970c0757-e1ae-44f1-970d-70f098b45c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:39:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "1dd1ecc0-c0fd-41b4-991e-d89edb872bcf", + "x-ms-correlation-request-id": "a4da6277-521c-4b5c-840b-137c508836b0", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T123928Z:a4da6277-521c-4b5c-840b-137c508836b0" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:39:29 GMT", + "ETag": "W/\u00229e35449d-e897-4f62-8b1d-873d139ccce0\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "76891494-8ff6-4e25-ae0d-ca01a567e73c", + "x-ms-correlation-request-id": "c9e5bcc3-19c5-4eed-b179-86e92c012c92", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T123929Z:c9e5bcc3-19c5-4eed-b179-86e92c012c92" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default", + "etag": "W/\u00229e35449d-e897-4f62-8b1d-873d139ccce0\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default/delegations/netAppVolumes", + "etag": "W/\u00229e35449d-e897-4f62-8b1d-873d139ccce0\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Fri, 21 Oct 2022 12:39:29 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.13943.8 - NEULR1 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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Fri, 21 Oct 2022 12:39:29 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.13943.8 - WEULR2 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": "874c77f9-1ec4-4b6c-9a13-42b83b6e536d", + "Connection": "keep-alive", + "Content-Length": "281", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "win32", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.20.0", + "x-ms-lib-capability": "retry-after, h429" + }, + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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": "874c77f9-1ec4-4b6c-9a13-42b83b6e536d", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:39:29 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.13943.8 - 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d3da702-08ab-4464-bc05-7394cf8ea7b1?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "705", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:39:34 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A32.943016Z\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": "35c3d4c9-fe68-4786-a491-a7c3e4847a36", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T123934Z:35c3d4c9-fe68-4786-a491-a7c3e4847a36", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434", + "name": "sdk-py-tests-acc-1-c6cd2434", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A32.943016Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T12:39:30.9379065Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T12:39:31.9750554Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T12:39:31.9750554Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d3da702-08ab-4464-bc05-7394cf8ea7b1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:39: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": "a5b1ad86-e282-4562-b7ae-b0e727f73ed8", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T123934Z:a5b1ad86-e282-4562-b7ae-b0e727f73ed8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d3da702-08ab-4464-bc05-7394cf8ea7b1", + "name": "6d3da702-08ab-4464-bc05-7394cf8ea7b1", + "status": "Succeeded", + "startTime": "2022-10-21T12:39:32.9481946Z", + "endTime": "2022-10-21T12:39:32.9794649Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:39:34 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A32.9854599Z\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": "acb9c51d-7a56-4797-9372-bbc4127e159b", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T123935Z:acb9c51d-7a56-4797-9372-bbc4127e159b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434", + "name": "sdk-py-tests-acc-1-c6cd2434", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A32.9854599Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T12:39:30.9379065Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T12:39:31.9750554Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T12:39:31.9750554Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/c2b56195-0ff1-4ede-8acc-425306ed9ce3?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "920", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:39:37 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A36.8238024Z\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": "6ba98ab1-833e-43cb-af22-833030335f80", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T123937Z:6ba98ab1-833e-43cb-af22-833030335f80", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A36.8238024Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T12:39:35.3000066Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T12:39:36.586709Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T12:39:36.586709Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c2b56195-0ff1-4ede-8acc-425306ed9ce3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:39: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": "7a065e42-d7f6-4a0b-b55f-ec567dc40539", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T123938Z:7a065e42-d7f6-4a0b-b55f-ec567dc40539", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c2b56195-0ff1-4ede-8acc-425306ed9ce3", + "name": "c2b56195-0ff1-4ede-8acc-425306ed9ce3", + "status": "Succeeded", + "startTime": "2022-10-21T12:39:36.8224277Z", + "endTime": "2022-10-21T12:39:37.8071539Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:39:38 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A37.8076998Z\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": "8d5db6be-8410-411b-9a82-5676b08b0ec6", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T123938Z:8d5db6be-8410-411b-9a82-5676b08b0ec6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A37.8076998Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T12:39:35.3000066Z" + }, + "properties": { + "poolId": "0b03ddca-7962-97b0-b0d0-56d201f296fa", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T12:39:36.586709Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T12:39:36.586709Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "783", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "creationToken": "sdk-py-tests-vol-3-c6cd2434", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/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 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1585", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:39:56 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A56.2727081Z\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": "77e8e0f6-cc21-463f-a205-4a55b7155c83", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T123957Z:77e8e0f6-cc21-463f-a205-4a55b7155c83", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434", + "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c6cd2434", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A56.2727081Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T12:39:48.8436515Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-c6cd2434", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/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, + "maximumNumberOfFiles": 100000000, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T12:39:55.9707626Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T12:39:55.9707626Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:39: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": "ad5da11d-8ad3-415f-a7ce-64e09fd51b24", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T123957Z:ad5da11d-8ad3-415f-a7ce-64e09fd51b24", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a", + "name": "462bf768-f493-42df-ac70-72981e69694a", + "status": "Creating", + "startTime": "2022-10-21T12:39:56.2848097Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:40: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": "d3624621-7174-4c45-87b1-a62c8206405e", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T124027Z:d3624621-7174-4c45-87b1-a62c8206405e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a", + "name": "462bf768-f493-42df-ac70-72981e69694a", + "status": "Creating", + "startTime": "2022-10-21T12:39:56.2848097Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:40: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": "d1a55659-6afa-4001-947f-f9ce4c853499", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T124057Z:d1a55659-6afa-4001-947f-f9ce4c853499", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a", + "name": "462bf768-f493-42df-ac70-72981e69694a", + "status": "Creating", + "startTime": "2022-10-21T12:39:56.2848097Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:41: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": "8804ce3c-5106-49d4-a164-5c6bebb058f0", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T124128Z:8804ce3c-5106-49d4-a164-5c6bebb058f0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a", + "name": "462bf768-f493-42df-ac70-72981e69694a", + "status": "Creating", + "startTime": "2022-10-21T12:39:56.2848097Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:41: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": "281ec4db-7928-4687-950b-68383f9d022a", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T124158Z:281ec4db-7928-4687-950b-68383f9d022a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a", + "name": "462bf768-f493-42df-ac70-72981e69694a", + "status": "Creating", + "startTime": "2022-10-21T12:39:56.2848097Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:42: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": "8db7a800-5801-42bd-ba69-855fe6f20753", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T124228Z:8db7a800-5801-42bd-ba69-855fe6f20753", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a", + "name": "462bf768-f493-42df-ac70-72981e69694a", + "status": "Creating", + "startTime": "2022-10-21T12:39:56.2848097Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:42: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": "012144c6-3296-447a-a8fb-ec0b7304a501", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T124258Z:012144c6-3296-447a-a8fb-ec0b7304a501", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a", + "name": "462bf768-f493-42df-ac70-72981e69694a", + "status": "Creating", + "startTime": "2022-10-21T12:39:56.2848097Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:43: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": "e3bf354a-8c22-4a04-b699-3d066cb688d9", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T124329Z:e3bf354a-8c22-4a04-b699-3d066cb688d9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a", + "name": "462bf768-f493-42df-ac70-72981e69694a", + "status": "Creating", + "startTime": "2022-10-21T12:39:56.2848097Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:43: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": "b10eca22-c41b-455e-956a-d2e10148a197", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T124359Z:b10eca22-c41b-455e-956a-d2e10148a197", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a", + "name": "462bf768-f493-42df-ac70-72981e69694a", + "status": "Creating", + "startTime": "2022-10-21T12:39:56.2848097Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:44: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": "ca7051da-1288-42b8-b37d-68ef489436ba", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T124430Z:ca7051da-1288-42b8-b37d-68ef489436ba", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a", + "name": "462bf768-f493-42df-ac70-72981e69694a", + "status": "Succeeded", + "startTime": "2022-10-21T12:39:56.2848097Z", + "endTime": "2022-10-21T12:43:59.7690854Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:44:30 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T12%3A43%3A59.7587777Z\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": "01b763a7-51e8-433e-8ab5-936aae651da3", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T124430Z:01b763a7-51e8-433e-8ab5-936aae651da3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434", + "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c6cd2434", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A43%3A59.7587777Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T12:39:48.8436515Z" + }, + "properties": { + "fileSystemId": "8d872474-3f86-a704-0388-57ce496d1ce6", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-c6cd2434", + "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_8f82c7b40509489d9e97d719b9b955b4_517eb601", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "8d872474-3f86-a704-0388-57ce496d1ce6", + "fileSystemId": "8d872474-3f86-a704-0388-57ce496d1ce6", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T12:39:55.9707626Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T12:39:55.9707626Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "787", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "creationToken": "sdk-py-tests-vol-3-c6cd2434", + "serviceLevel": "Premium", + "usageThreshold": 214748364800, + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/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": "Disabled" + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d53d55e2-4743-4b1e-ac16-dbd025911be2?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:44:32 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T12%3A44%3A31.4136626Z\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": "4de10654-2d84-4d92-9a7a-47f3c03778b5", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T124433Z:4de10654-2d84-4d92-9a7a-47f3c03778b5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434", + "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c6cd2434", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A44%3A31.4136626Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T12:39:48.8436515Z" + }, + "properties": { + "provisioningState": "Updating", + "fileSystemId": "8d872474-3f86-a704-0388-57ce496d1ce6", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-c6cd2434", + "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_8f82c7b40509489d9e97d719b9b955b4_517eb601", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "8d872474-3f86-a704-0388-57ce496d1ce6", + "fileSystemId": "8d872474-3f86-a704-0388-57ce496d1ce6", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T12:39:55.9707626Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T12:39:55.9707626Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d53d55e2-4743-4b1e-ac16-dbd025911be2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:44: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": "b4b72d4e-be40-451f-8333-a353126dd02a", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T124433Z:b4b72d4e-be40-451f-8333-a353126dd02a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d53d55e2-4743-4b1e-ac16-dbd025911be2", + "name": "d53d55e2-4743-4b1e-ac16-dbd025911be2", + "status": "Updating", + "startTime": "2022-10-21T12:44:31.4060789Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d53d55e2-4743-4b1e-ac16-dbd025911be2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12: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": "b819064b-b4df-4944-8c05-2a919f933a7d", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T124503Z:b819064b-b4df-4944-8c05-2a919f933a7d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d53d55e2-4743-4b1e-ac16-dbd025911be2", + "name": "d53d55e2-4743-4b1e-ac16-dbd025911be2", + "status": "Succeeded", + "startTime": "2022-10-21T12:44:31.4060789Z", + "endTime": "2022-10-21T12:44:34.3284873Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:45:04 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T12%3A44%3A34.3249966Z\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": "495ea499-13a1-4def-a682-041ce6de8443", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T124504Z:495ea499-13a1-4def-a682-041ce6de8443", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434", + "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c6cd2434", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A44%3A34.3249966Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T12:44:31.0958460Z" + }, + "properties": { + "provisioningState": "Succeeded", + "fileSystemId": "8d872474-3f86-a704-0388-57ce496d1ce6", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-c6cd2434", + "usageThreshold": 214748364800, + "protocolTypes": [ + "NFSv3" + ], + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_517eb601", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default", + "networkFeatures": "Basic", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "8d872474-3f86-a704-0388-57ce496d1ce6", + "fileSystemId": "8d872474-3f86-a704-0388-57ce496d1ce6", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 12.5, + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T12:39:55.9707626Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T12:44:31.2720114Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 12:45:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e?api-version=2022-05-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": "d1927e9f-f3ab-40d0-b3e4-b07a9cd1021b", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T124505Z:d1927e9f-f3ab-40d0-b3e4-b07a9cd1021b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:45: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": "4f645415-a658-4f02-9057-e88d06898ebb", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T124505Z:4f645415-a658-4f02-9057-e88d06898ebb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e", + "name": "d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e", + "status": "Deleting", + "startTime": "2022-10-21T12:45:04.9130066Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12: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": "49a61fc1-e0cf-4f2f-a50e-aa268fabbc00", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T124535Z:49a61fc1-e0cf-4f2f-a50e-aa268fabbc00", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e", + "name": "d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e", + "status": "Deleting", + "startTime": "2022-10-21T12:45:04.9130066Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12: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": "f3dcba08-e474-4ec3-af17-61dcc602aaa3", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T124605Z:f3dcba08-e474-4ec3-af17-61dcc602aaa3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e", + "name": "d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e", + "status": "Deleting", + "startTime": "2022-10-21T12:45:04.9130066Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:46: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": "7beac8de-e108-43ee-a438-d1645cd320f1", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T124636Z:7beac8de-e108-43ee-a438-d1645cd320f1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e", + "name": "d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e", + "status": "Deleting", + "startTime": "2022-10-21T12:45:04.9130066Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:47: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": "24170c63-9058-4dfc-9595-8f1bf1c0e66e", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T124706Z:24170c63-9058-4dfc-9595-8f1bf1c0e66e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e", + "name": "d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e", + "status": "Succeeded", + "startTime": "2022-10-21T12:45:04.9130066Z", + "endTime": "2022-10-21T12:46:44.2112417Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:47: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": "c4bdde1b-65f7-4ea2-8551-07c54a2a719e", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T124706Z:c4bdde1b-65f7-4ea2-8551-07c54a2a719e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434", + "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c6cd2434", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A46%3A38.8357481Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T12:44:31.0958460Z" + }, + "properties": { + "fileSystemId": "8d872474-3f86-a704-0388-57ce496d1ce6", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-c6cd2434", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "usageThreshold": 214748364800, + "protocolTypes": [ + "NFSv3" + ], + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_517eb601", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default", + "networkFeatures": "Basic", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434", + "poolId": "0b03ddca-7962-97b0-b0d0-56d201f296fa", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "8d872474-3f86-a704-0388-57ce496d1ce6", + "fileSystemId": "8d872474-3f86-a704-0388-57ce496d1ce6", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 12.5, + "kerberosEnabled": false, + "securityStyle": "unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "encryptionKeySource": "Microsoft.NetApp", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T12:39:55.9707626Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T12:44:31.2720114Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "324", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:50:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b680ee31-33c3-4e03-a58e-208fa4496b5b", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T125028Z:b680ee31-33c3-4e03-a58e-208fa4496b5b" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-vol-3-c6cd2434/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 12:50:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b45ed70b-58c7-4940-ab8a-3d25668896f2", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T125040Z:b45ed70b-58c7-4940-ab8a-3d25668896f2" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-vol-3-c6cd2434/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 12:50:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ae7926de-0672-467f-8c68-45e0bab58220", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T125051Z:ae7926de-0672-467f-8c68-45e0bab58220" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-vol-3-c6cd2434/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 12:51:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "53bb8c94-daeb-46c8-8268-8029d46ae10f", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T125101Z:53bb8c94-daeb-46c8-8268-8029d46ae10f" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-vol-3-c6cd2434/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 12:51:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "39b18da5-dba7-430a-8e9e-5403688f2547", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T125111Z:39b18da5-dba7-430a-8e9e-5403688f2547" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-vol-3-c6cd2434/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 12:51:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ecec8c8f-9fe8-4e7f-8b73-0a00eb366d2d", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T125121Z:ecec8c8f-9fe8-4e7f-8b73-0a00eb366d2d" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-vol-3-c6cd2434/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "288", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:51:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d217ab6c-712c-4b02-9d5a-0a9bfbdd2dfb", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T125132Z:d217ab6c-712c-4b02-9d5a-0a9bfbdd2dfb" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-vol-3-c6cd2434/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-vol-3-c6cd2434?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 12:51:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1c9d09a4-789d-471e-a78f-13e52e7220a0", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T125132Z:1c9d09a4-789d-471e-a78f-13e52e7220a0" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-vol-3-c6cd2434?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "254", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:51:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8a338a60-bfa6-42da-9102-d915fbe4e5f8", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T125132Z:8a338a60-bfa6-42da-9102-d915fbe4e5f8" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-vol-3-c6cd2434\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ff44de25-535b-4f18-a131-5fc354d536d4?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 12:51:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/ff44de25-535b-4f18-a131-5fc354d536d4?api-version=2022-05-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "80974164-7fe9-48f3-9b53-0f2838192de5", + "x-ms-correlation-request-id": "0c95e7ec-480c-4839-9797-d8f3434635e8", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T125133Z:0c95e7ec-480c-4839-9797-d8f3434635e8" + }, + "ResponseBody": null } ], "Variables": {} 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 762ed8e58d53..4ceca7894845 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.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,13 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:40 GMT", + "Date": "Fri, 21 Oct 2022 11:36:54 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.13943.6 - EUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -102,7 +101,7 @@ "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -112,13 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:40 GMT", + "Date": "Fri, 21 Oct 2022 11:36:54 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.13845.9 - SCUS ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -174,28 +172,28 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "9830625a-55d9-49c0-abca-8708bce033ac", + "client-request-id": "2375ff16-480a-4a77-bec3-e2fbdcd942f1", "Connection": "keep-alive", - "Content-Length": "288", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", - "x-client-os": "linux", + "x-client-os": "win32", "x-client-sku": "MSAL.Python", "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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=00000000-0000-0000-0000-000000000000\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": "9830625a-55d9-49c0-abca-8708bce033ac", + "client-request-id": "2375ff16-480a-4a77-bec3-e2fbdcd942f1", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:40 GMT", + "Date": "Fri, 21 Oct 2022 11:36:54 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -203,8 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.6 - WUS2 ProdSlices", - "x-ms-httpver": "1.1", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -224,7 +221,7 @@ "Connection": "keep-alive", "Content-Length": "93", "Content-Type": "application/json", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.8.14 (Linux-5.15.0-1021-azure-x86_64-with-glibc2.2.5) VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2500_0" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": { "location": "westus2", @@ -236,26 +233,12767 @@ } } }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/bdd36130-8733-4a8e-bfea-0439061a54a6?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "756", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:37:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "52bd0c14-1691-4708-93fc-853dae86cf89", + "x-ms-correlation-request-id": "33f9a62d-9c74-4c75-a997-de08d3a194c5", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113701Z:33f9a62d-9c74-4c75-a997-de08d3a194c5" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-westus2-b2-86eb264b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b", + "etag": "W/\u0022a692a403-01e3-4e0b-9ea5-a01bb634c2b4\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:36:57.2565523Z" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "26a5ed13-b2ee-4e98-9a60-e9314b79302b", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/bdd36130-8733-4a8e-bfea-0439061a54a6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:37:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "fc87c830-d0cd-4a8a-949e-22f5852b7f5f", + "x-ms-correlation-request-id": "9731868a-20c4-4ef8-a402-68b86d11411b", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113701Z:9731868a-20c4-4ef8-a402-68b86d11411b" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:37:01 GMT", + "ETag": "W/\u0022b8149bdb-4a97-4b02-99e2-97531ab9ccdb\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "fe9ecf2f-7a3a-417c-b417-343f0e119c24", + "x-ms-correlation-request-id": "a7dac506-64d4-4f64-99ba-d15cfb3ae3d6", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113702Z:a7dac506-64d4-4f64-99ba-d15cfb3ae3d6" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-westus2-b2-86eb264b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b", + "etag": "W/\u0022b8149bdb-4a97-4b02-99e2-97531ab9ccdb\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:36:57.2565523Z" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "26a5ed13-b2ee-4e98-9a60-e9314b79302b", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "151", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "properties": { + "serviceName": "Microsoft.Netapp/volumes" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/11a243e9-21dd-4084-92db-b7622a420011?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1332", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:37:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "22788b5c-bb32-4778-af8d-7e0dabdcab3b", + "x-ms-correlation-request-id": "b486feaa-0ed2-4087-916c-3ca7ad9386c8", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113703Z:b486feaa-0ed2-4087-916c-3ca7ad9386c8" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "etag": "W/\u0022a2a5f8be-0757-438e-a762-4ba226738001\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default/delegations/netAppVolumes", + "etag": "W/\u0022a2a5f8be-0757-438e-a762-4ba226738001\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/11a243e9-21dd-4084-92db-b7622a420011?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:37:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "fe141320-1e48-4bee-9797-4d3e921ed279", + "x-ms-correlation-request-id": "e7163c66-d345-40ef-bce1-e7a931a79f62", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113703Z:e7163c66-d345-40ef-bce1-e7a931a79f62" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:37:03 GMT", + "ETag": "W/\u0022a84c4a56-b4d4-4f38-a003-ac03e8ab41f3\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "8fd0023a-fb60-4ac8-b53b-f50b02d623ac", + "x-ms-correlation-request-id": "6c89ea89-9a64-4326-aa84-7df34d0365f0", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113703Z:6c89ea89-9a64-4326-aa84-7df34d0365f0" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "etag": "W/\u0022a84c4a56-b4d4-4f38-a003-ac03e8ab41f3\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default/delegations/netAppVolumes", + "etag": "W/\u0022a84c4a56-b4d4-4f38-a003-ac03e8ab41f3\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "93", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "eastus2", + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/c54c7a84-6cfa-4a0e-9c59-474bad50d780?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "746", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:37:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ac7d5769-b3f3-44ab-bcee-f3221e845010", + "x-ms-correlation-request-id": "3b144615-dd4f-4fce-97ad-4e6be43b5925", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113707Z:3b144615-dd4f-4fce-97ad-4e6be43b5925" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-R-b2-86eb264b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b", + "etag": "W/\u00222dbd1ca1-5e22-4dba-8270-a8bb08273bd1\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:03.8005955Z" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "d0d49774-fad4-4101-bbcf-0647376c9040", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/c54c7a84-6cfa-4a0e-9c59-474bad50d780?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:37:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "8c81a61b-6ae7-4e19-9a2e-01ea1f6c2f03", + "x-ms-correlation-request-id": "c5a7cb37-1e1b-47f6-a9db-af1aa3325e26", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113707Z:c5a7cb37-1e1b-47f6-a9db-af1aa3325e26" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/c54c7a84-6cfa-4a0e-9c59-474bad50d780?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:37:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "cedebafa-3e75-414c-b600-136f1528e077", + "x-ms-correlation-request-id": "45e9d909-616a-415e-8f59-98000001ad6f", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113718Z:45e9d909-616a-415e-8f59-98000001ad6f" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:37:17 GMT", + "ETag": "W/\u002273c19ee8-c7e6-476f-aacc-e552b2cf55ae\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "69317f41-2755-4f08-bc91-1f39596ad21e", + "x-ms-correlation-request-id": "30c9e319-095b-4dfa-bba2-387b3c9df563", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113718Z:30c9e319-095b-4dfa-bba2-387b3c9df563" + }, + "ResponseBody": { + "name": "sdk-python-tests-vnet-R-b2-86eb264b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b", + "etag": "W/\u002273c19ee8-c7e6-476f-aacc-e552b2cf55ae\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:03.8005955Z" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "d0d49774-fad4-4101-bbcf-0647376c9040", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "151", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "properties": { + "serviceName": "Microsoft.Netapp/volumes" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/68c6badf-c124-4b14-983d-b46dc050c9fa?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1324", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:37:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "949cf5b5-cd2c-40f5-a9cf-6c7fade464ad", + "x-ms-correlation-request-id": "ffc536ea-0067-4d7d-b9d0-0d47a97e0d09", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113718Z:ffc536ea-0067-4d7d-b9d0-0d47a97e0d09" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "etag": "W/\u002268acdbba-17c6-473e-996b-f916071f4694\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default/delegations/netAppVolumes", + "etag": "W/\u002268acdbba-17c6-473e-996b-f916071f4694\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/68c6badf-c124-4b14-983d-b46dc050c9fa?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:37:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "349c7eba-415c-4de8-a951-2b74915c5ca2", + "x-ms-correlation-request-id": "522c46b2-9edb-4b55-a985-1476cbdd7f10", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113719Z:522c46b2-9edb-4b55-a985-1476cbdd7f10" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:37:18 GMT", + "ETag": "W/\u002293762a48-f4ef-4fca-839c-51ac5537df59\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "5b479dd6-ed62-449a-bc06-eb6091272172", + "x-ms-correlation-request-id": "71ddd05c-447b-4dbf-9cc9-3d6c96eb903b", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113719Z:71ddd05c-447b-4dbf-9cc9-3d6c96eb903b" + }, + "ResponseBody": { + "name": "default", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "etag": "W/\u002293762a48-f4ef-4fca-839c-51ac5537df59\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [ + { + "name": "netAppVolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default/delegations/netAppVolumes", + "etag": "W/\u002293762a48-f4ef-4fca-839c-51ac5537df59\u0022", + "properties": { + "provisioningState": "Succeeded", + "serviceName": "Microsoft.Netapp/volumes", + "actions": [ + "Microsoft.Network/networkinterfaces/*", + "Microsoft.Network/virtualNetworks/subnets/join/action" + ] + }, + "type": "Microsoft.Network/virtualNetworks/subnets/delegations" + } + ], + "purpose": "HostedWorkloads", + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Fri, 21 Oct 2022 11:37:19 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.13943.8 - NEULR1 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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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": "Fri, 21 Oct 2022 11:37:19 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.13845.10 - 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": "12840d90-2516-435b-9d7b-ad100d749da6", + "Connection": "keep-alive", + "Content-Length": "281", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "win32", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.20.0", + "x-ms-lib-capability": "retry-after, h429" + }, + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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": "12840d90-2516-435b-9d7b-ad100d749da6", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:37:19 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.13943.8 - NEULR1 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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b04e9e2-36af-4bbd-99f0-60e2ff3b9f2c?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "711", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:37:23 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A37%3A23.249921Z\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": "9b8c59fb-88a8-4992-8dc5-e970a866ffc9", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113724Z:9b8c59fb-88a8-4992-8dc5-e970a866ffc9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A37%3A23.249921Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:20.9813370Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:21.9878896Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:21.9878896Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b04e9e2-36af-4bbd-99f0-60e2ff3b9f2c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:37: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": "239ae985-f689-4bad-adf2-a87ff773cc71", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113724Z:239ae985-f689-4bad-adf2-a87ff773cc71", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b04e9e2-36af-4bbd-99f0-60e2ff3b9f2c", + "name": "4b04e9e2-36af-4bbd-99f0-60e2ff3b9f2c", + "status": "Succeeded", + "startTime": "2022-10-21T11:37:23.2476829Z", + "endTime": "2022-10-21T11:37:23.2789444Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:37:24 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A37%3A23.2833927Z\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": "70c928df-5537-4bc4-95ef-76636cae4e20", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113725Z:70c928df-5537-4bc4-95ef-76636cae4e20", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A37%3A23.2833927Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:20.9813370Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:21.9878896Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:21.9878896Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "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/westus2/operationResults/49f8cc58-330d-4d0f-b368-aff603ed4319?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "928", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:37:26 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A37%3A26.8498573Z\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": "b20a1d59-0998-43bb-b60b-cf6ee66ede58", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113727Z:b20a1d59-0998-43bb-b60b-cf6ee66ede58", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A37%3A26.8498573Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:25.2957471Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:26.3335486Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:26.3335486Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/49f8cc58-330d-4d0f-b368-aff603ed4319?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:37: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": "9d36f392-8b6b-4224-b429-41eeaae17216", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113727Z:9d36f392-8b6b-4224-b429-41eeaae17216", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/49f8cc58-330d-4d0f-b368-aff603ed4319", + "name": "49f8cc58-330d-4d0f-b368-aff603ed4319", + "status": "Succeeded", + "startTime": "2022-10-21T11:37:26.8481524Z", + "endTime": "2022-10-21T11:37:27.7701001Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:37:27 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A37%3A27.7728221Z\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": "128b032b-02c3-4c7d-9798-2db5ae3de84e", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113728Z:128b032b-02c3-4c7d-9798-2db5ae3de84e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A37%3A27.7728221Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:25.2957471Z" + }, + "properties": { + "poolId": "812396dc-2da8-7000-9e8d-a2d64869b7c7", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:26.3335486Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:26.3335486Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "789", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/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 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1601", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:37:40 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A37%3A40.2371832Z\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": "02592c7e-28bc-49e4-958f-ab0fac296fa0", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113740Z:02592c7e-28bc-49e4-958f-ab0fac296fa0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A37%3A40.2371832Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/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, + "maximumNumberOfFiles": 100000000, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:39.625691Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:37: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": "70fbf6d4-cce7-47e6-898c-acad4ec51923", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113741Z:70fbf6d4-cce7-47e6-898c-acad4ec51923", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "name": "3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "status": "Creating", + "startTime": "2022-10-21T11:37:40.2478231Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:38: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": "78da68f7-2f98-4044-9494-45baa5e3e439", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113811Z:78da68f7-2f98-4044-9494-45baa5e3e439", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "name": "3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "status": "Creating", + "startTime": "2022-10-21T11:37:40.2478231Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:38: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": "0648889c-6e37-453b-8cd6-8b50e75785be", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113841Z:0648889c-6e37-453b-8cd6-8b50e75785be", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "name": "3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "status": "Creating", + "startTime": "2022-10-21T11:37:40.2478231Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:39: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": "006d8b41-74c2-4e97-8d2e-2801bed197e8", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113911Z:006d8b41-74c2-4e97-8d2e-2801bed197e8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "name": "3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "status": "Creating", + "startTime": "2022-10-21T11:37:40.2478231Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:39: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": "4b60defd-fd70-4013-81b7-0061ec429bac", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T113942Z:4b60defd-fd70-4013-81b7-0061ec429bac", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "name": "3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "status": "Creating", + "startTime": "2022-10-21T11:37:40.2478231Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:40: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": "f1b9330b-b4b8-4dc6-a8e8-7a7fc75e9570", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114012Z:f1b9330b-b4b8-4dc6-a8e8-7a7fc75e9570", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "name": "3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "status": "Creating", + "startTime": "2022-10-21T11:37:40.2478231Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:40: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": "95ac826f-4de6-4716-b96c-8273f0130a7c", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114042Z:95ac826f-4de6-4716-b96c-8273f0130a7c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "name": "3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "status": "Creating", + "startTime": "2022-10-21T11:37:40.2478231Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:41: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": "8d8e7c65-9e43-46e9-aae4-35e954c89f04", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114112Z:8d8e7c65-9e43-46e9-aae4-35e954c89f04", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "name": "3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "status": "Creating", + "startTime": "2022-10-21T11:37:40.2478231Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:41: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": "dfb1c8e6-c65b-47d6-831f-a6ca9d4e6a07", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114143Z:dfb1c8e6-c65b-47d6-831f-a6ca9d4e6a07", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "name": "3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "status": "Creating", + "startTime": "2022-10-21T11:37:40.2478231Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:42: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": "f49457b4-c4a0-41ab-a1b6-2b64ff7243de", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114213Z:f49457b4-c4a0-41ab-a1b6-2b64ff7243de", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "name": "3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "status": "Succeeded", + "startTime": "2022-10-21T11:37:40.2478231Z", + "endTime": "2022-10-21T11:41:45.8098727Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:42:14 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A41%3A45.8030816Z\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": "14d58072-529c-4a03-b7b4-7abf00da8357", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114214Z:14d58072-529c-4a03-b7b4-7abf00da8357", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A41%3A45.8030816Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + }, + "properties": { + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:39.625691Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "23", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "eastus2" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0066c976-f9f2-4578-9ec3-b2c22cd12505?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "712", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:42:17 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A42%3A16.9374338Z\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": "1b8f7b3e-e013-48f8-a1f5-0ac5ec7858ad", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114217Z:1b8f7b3e-e013-48f8-a1f5-0ac5ec7858ad", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A42%3A16.9374338Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:15.0583527Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:15.960833Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:15.960833Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0066c976-f9f2-4578-9ec3-b2c22cd12505?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:42: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": "254b6c71-6ea1-4895-a2ec-a6c43f4eab5e", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114217Z:254b6c71-6ea1-4895-a2ec-a6c43f4eab5e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0066c976-f9f2-4578-9ec3-b2c22cd12505", + "name": "0066c976-f9f2-4578-9ec3-b2c22cd12505", + "status": "Succeeded", + "startTime": "2022-10-21T11:42:16.9446425Z", + "endTime": "2022-10-21T11:42:16.9914825Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:42:17 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A42%3A16.9941383Z\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": "96709704-a892-4d55-b312-b7d13073048b", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114218Z:96709704-a892-4d55-b312-b7d13073048b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A42%3A16.9941383Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:15.0583527Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "e511366b-8040-9153-7856-5971cc5472e1", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:15.960833Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:15.960833Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "138", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "eastus2", + "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/eastus2/operationResults/fb3decef-0a96-49da-914d-99f8753c602c?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "930", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:42:19 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A42%3A19.5021652Z\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": "0b723b48-7542-48de-8732-9dd7cff890f9", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114220Z:0b723b48-7542-48de-8732-9dd7cff890f9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A42%3A19.5021652Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:18.4235215Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:19.0713124Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:19.0713124Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fb3decef-0a96-49da-914d-99f8753c602c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:42: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": "567c14c2-56ac-49b3-818b-691e2dedfe51", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114220Z:567c14c2-56ac-49b3-818b-691e2dedfe51", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fb3decef-0a96-49da-914d-99f8753c602c", + "name": "fb3decef-0a96-49da-914d-99f8753c602c", + "status": "Succeeded", + "startTime": "2022-10-21T11:42:19.5071418Z", + "endTime": "2022-10-21T11:42:20.1165052Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:42:20 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A42%3A20.119407Z\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": "faa7a90d-9002-4a3a-a2f8-ab68b5552728", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114220Z:faa7a90d-9002-4a3a-a2f8-ab68b5552728", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A42%3A20.119407Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:18.4235215Z" + }, + "properties": { + "poolId": "171efb36-671c-50b6-46aa-b0a3b26c843d", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:19.0713124Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:19.0713124Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "1213", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "eastus2", + "properties": { + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "endpointType": "dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + }, + "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": "Disabled" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2017", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:42:33 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A42%3A33.7693228Z\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": "ca947162-df5f-4ffd-964a-31115b9fff7b", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114234Z:ca947162-df5f-4ffd-964a-31115b9fff7b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A42%3A33.7693228Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + }, + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/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": "Disabled", + "maximumNumberOfFiles": 100000000, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:31.6742342Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:42: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": "0dbb5aea-aefe-4641-93b0-6470813fbe91", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114234Z:0dbb5aea-aefe-4641-93b0-6470813fbe91", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845", + "name": "3d7affcd-688b-4ab0-8892-165b144aa845", + "status": "Creating", + "startTime": "2022-10-21T11:42:33.7729002Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:43: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": "76a764db-7acb-40bb-83f5-9e14fbec0347", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114304Z:76a764db-7acb-40bb-83f5-9e14fbec0347", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845", + "name": "3d7affcd-688b-4ab0-8892-165b144aa845", + "status": "Creating", + "startTime": "2022-10-21T11:42:33.7729002Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:43: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": "459cee44-5274-4d7c-9a91-aab3d319b27d", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114335Z:459cee44-5274-4d7c-9a91-aab3d319b27d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845", + "name": "3d7affcd-688b-4ab0-8892-165b144aa845", + "status": "Creating", + "startTime": "2022-10-21T11:42:33.7729002Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:44: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": "63dbd8be-8cdd-468c-be59-f91ce3208b79", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114405Z:63dbd8be-8cdd-468c-be59-f91ce3208b79", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845", + "name": "3d7affcd-688b-4ab0-8892-165b144aa845", + "status": "Creating", + "startTime": "2022-10-21T11:42:33.7729002Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:44: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": "6cdc7748-a439-4b8d-8a22-9a98c8ec0513", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114435Z:6cdc7748-a439-4b8d-8a22-9a98c8ec0513", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845", + "name": "3d7affcd-688b-4ab0-8892-165b144aa845", + "status": "Creating", + "startTime": "2022-10-21T11:42:33.7729002Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:45: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": "88747443-ac0c-4d01-902e-fa6a596d3a89", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114505Z:88747443-ac0c-4d01-902e-fa6a596d3a89", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845", + "name": "3d7affcd-688b-4ab0-8892-165b144aa845", + "status": "Creating", + "startTime": "2022-10-21T11:42:33.7729002Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "19566bbf-e484-4ecc-aec9-6c3e36705373", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114535Z:19566bbf-e484-4ecc-aec9-6c3e36705373", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845", + "name": "3d7affcd-688b-4ab0-8892-165b144aa845", + "status": "Creating", + "startTime": "2022-10-21T11:42:33.7729002Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "e0016314-95c5-46af-aea5-be719027ed8a", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114606Z:e0016314-95c5-46af-aea5-be719027ed8a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845", + "name": "3d7affcd-688b-4ab0-8892-165b144aa845", + "status": "Creating", + "startTime": "2022-10-21T11:42:33.7729002Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:46: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": "595e8111-c233-4ae4-8a4e-c6c717349e49", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114636Z:595e8111-c233-4ae4-8a4e-c6c717349e49", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845", + "name": "3d7affcd-688b-4ab0-8892-165b144aa845", + "status": "Creating", + "startTime": "2022-10-21T11:42:33.7729002Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:47: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": "af4033c8-54c3-4189-87f1-0fa1a3742ee1", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114706Z:af4033c8-54c3-4189-87f1-0fa1a3742ee1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845", + "name": "3d7affcd-688b-4ab0-8892-165b144aa845", + "status": "Creating", + "startTime": "2022-10-21T11:42:33.7729002Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:47: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": "90e19a11-87ad-45bf-a967-28c27d24b84b", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114737Z:90e19a11-87ad-45bf-a967-28c27d24b84b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845", + "name": "3d7affcd-688b-4ab0-8892-165b144aa845", + "status": "Succeeded", + "startTime": "2022-10-21T11:42:33.7729002Z", + "endTime": "2022-10-21T11:47:10.6242963Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:47:36 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A47%3A10.6187441Z\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": "bda3ef83-54fc-4f0f-b384-0746a83e3450", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114737Z:bda3ef83-54fc-4f0f-b384-0746a83e3450", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A47%3A10.6187441Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + }, + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:31.6742342Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b/authorizeReplication?api-version=2022-05-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "268", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + }, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ecbe5f84-1e43-44cd-aa0c-b77bdf474092?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 11:48:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ecbe5f84-1e43-44cd-aa0c-b77bdf474092?api-version=2022-05-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": "172c093b-a0b0-411e-99d2-7999d842416e", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114808Z:172c093b-a0b0-411e-99d2-7999d842416e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:09 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\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": "285d50d0-d52f-4293-b667-d428ada3e83a", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114809Z:285d50d0-d52f-4293-b667-d428ada3e83a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + }, + "properties": { + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:39.625691Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ecbe5f84-1e43-44cd-aa0c-b77bdf474092?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48: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": "10fefb4e-d9b5-4c24-b7c3-311e7ebf7e58", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114809Z:10fefb4e-d9b5-4c24-b7c3-311e7ebf7e58", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ecbe5f84-1e43-44cd-aa0c-b77bdf474092", + "name": "ecbe5f84-1e43-44cd-aa0c-b77bdf474092", + "status": "AuthorizeReplication", + "startTime": "2022-10-21T11:48:09.1270654Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:09 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A47%3A10.6187441Z\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": "0de41088-8bf7-4696-9fcc-6c88808d354e", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114809Z:0de41088-8bf7-4696-9fcc-6c88808d354e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A47%3A10.6187441Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + }, + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:31.6742342Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:11 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\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": "aba862f7-ef1a-4b00-b1b9-89246fa49304", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114812Z:aba862f7-ef1a-4b00-b1b9-89246fa49304", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + }, + "properties": { + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:39.625691Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:13 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A12.6064681Z\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": "789016bd-f6b4-4970-9c44-e51dae548134", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114813Z:789016bd-f6b4-4970-9c44-e51dae548134", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A12.6064681Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + }, + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "ActivateReplication" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:31.6742342Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:14 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\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": "41877115-734c-4565-a984-1f16b19d82b0", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114815Z:41877115-734c-4565-a984-1f16b19d82b0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + }, + "properties": { + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:39.625691Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:15 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\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": "ce35d19f-05a0-4006-8ad9-e6f14e7759c5", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114816Z:ce35d19f-05a0-4006-8ad9-e6f14e7759c5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:31.6742342Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:16 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\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": "5e5f22a3-9911-4bcd-8f50-a2a88a9dcd37", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114817Z:5e5f22a3-9911-4bcd-8f50-a2a88a9dcd37", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + }, + "properties": { + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:39.625691Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:17 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\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": "c781adac-36f3-4108-9178-c9885b04c09a", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114817Z:c781adac-36f3-4108-9178-c9885b04c09a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:31.6742342Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:18 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\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": "d3cf58c5-b52b-4824-b3d2-9bf4282271c1", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114819Z:d3cf58c5-b52b-4824-b3d2-9bf4282271c1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + }, + "properties": { + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:39.625691Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:18 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\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": "aac905cb-ae1b-4ea2-94af-b4c5d7c8fa58", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114819Z:aac905cb-ae1b-4ea2-94af-b4c5d7c8fa58", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:31.6742342Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:20 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\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": "d2c61a44-774c-4f04-b856-06f1928b28d4", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114821Z:d2c61a44-774c-4f04-b856-06f1928b28d4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + }, + "properties": { + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:39.625691Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:20 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\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": "0899b7ff-f245-4cd6-a38c-f03b8b6d9012", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114821Z:0899b7ff-f245-4cd6-a38c-f03b8b6d9012", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:31.6742342Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:22 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\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": "8184da0a-6766-42e7-8482-7c7c201464e2", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114823Z:8184da0a-6766-42e7-8482-7c7c201464e2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + }, + "properties": { + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:39.625691Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:22 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\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": "d4fb484f-36b4-41c7-b362-2d18fa6e5b44", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114823Z:d4fb484f-36b4-41c7-b362-2d18fa6e5b44", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:31.6742342Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:24 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\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": "780f1e8b-0823-4681-a7fa-269ae17d24d7", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114824Z:780f1e8b-0823-4681-a7fa-269ae17d24d7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + }, + "properties": { + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:39.625691Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:25 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\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": "8c2ca95d-fb34-4bb3-b4d8-3a8d578d7f9f", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114825Z:8c2ca95d-fb34-4bb3-b4d8-3a8d578d7f9f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:31.6742342Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:26 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\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": "d647050c-9d53-4c4c-8cc8-7e3565f367d7", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114826Z:d647050c-9d53-4c4c-8cc8-7e3565f367d7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + }, + "properties": { + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:39.625691Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:26 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\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": "44566307-3b63-4056-bd03-585bd306a2ef", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114826Z:44566307-3b63-4056-bd03-585bd306a2ef", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:31.6742342Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\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": "3311327c-ecba-4b15-bc06-a76651e120f0", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114828Z:3311327c-ecba-4b15-bc06-a76651e120f0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + }, + "properties": { + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:39.625691Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\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": "d9dea417-9f35-4fc5-a51f-c86c90d674fc", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114828Z:d9dea417-9f35-4fc5-a51f-c86c90d674fc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:31.6742342Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:30 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\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": "8ebe68d8-5946-40bb-a89c-38f32df37683", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114830Z:8ebe68d8-5946-40bb-a89c-38f32df37683", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + }, + "properties": { + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:39.625691Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:30 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\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": "08c953d7-b2cb-4d6a-bcf6-c6c3aa434e13", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114830Z:08c953d7-b2cb-4d6a-bcf6-c6c3aa434e13", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:31.6742342Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:31 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\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": "3d09d2f6-9485-4cb4-8453-b7f4ce1ee088", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114831Z:3d09d2f6-9485-4cb4-8453-b7f4ce1ee088", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + }, + "properties": { + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:39.625691Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:32 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\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": "c792be11-21bb-4e6c-8237-6b9cfcc0bfaa", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114832Z:c792be11-21bb-4e6c-8237-6b9cfcc0bfaa", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:31.6742342Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:33 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A32.5662235Z\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": "0a40e149-2489-43e2-8e6f-dab979c542d2", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114833Z:0a40e149-2489-43e2-8e6f-dab979c542d2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A32.5662235Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + }, + "properties": { + "dataProtection": { + "replication": { + "endpointType": "Src", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "remoteVolumeRegion": "eastus2" + } + }, + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:39.625691Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:48:33 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\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": "2e592fec-e202-454d-85a7-6baad7c55596", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114833Z:2e592fec-e202-454d-85a7-6baad7c55596", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:31.6742342Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ecbe5f84-1e43-44cd-aa0c-b77bdf474092?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "6d673cc8-edd7-4aec-ad9e-6e0c23a91d5f", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114840Z:6d673cc8-edd7-4aec-ad9e-6e0c23a91d5f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ecbe5f84-1e43-44cd-aa0c-b77bdf474092", + "name": "ecbe5f84-1e43-44cd-aa0c-b77bdf474092", + "status": "Succeeded", + "startTime": "2022-10-21T11:48:09.1270654Z", + "endTime": "2022-10-21T11:48:32.5599615Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ecbe5f84-1e43-44cd-aa0c-b77bdf474092?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "22002b97-d63a-48a4-b7ca-a4142c5afcdf", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114840Z:22002b97-d63a-48a4-b7ca-a4142c5afcdf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A32.5662235Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + }, + "properties": { + "dataProtection": { + "replication": { + "endpointType": "Src", + "replicationStatus": "", + "remotePath": { + "externalHostName": "az-bn13-f01c01-bs118-sto", + "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_a3104e" + }, + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "remoteVolumeRegion": "eastus2" + } + }, + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "poolId": "812396dc-2da8-7000-9e8d-a2d64869b7c7", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:39.625691Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "f926bd10-6e54-430e-8433-36c07577a3df", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114904Z:f926bd10-6e54-430e-8433-36c07577a3df", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "c63d7c05-28ca-495d-8756-476a013e62cf", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114905Z:c63d7c05-28ca-495d-8756-476a013e62cf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "7c335f74-3eed-45fd-a7be-ba54416c33bd", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114907Z:7c335f74-3eed-45fd-a7be-ba54416c33bd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "3fa1d7b7-d388-4edf-951b-ddd93554a238", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114908Z:3fa1d7b7-d388-4edf-951b-ddd93554a238", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "da4d37b2-635e-48f8-9cae-a3bf21d4317d", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114909Z:da4d37b2-635e-48f8-9cae-a3bf21d4317d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "34289fbc-3710-49ec-b901-930755cf3132", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114911Z:34289fbc-3710-49ec-b901-930755cf3132", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "c31ca6c4-a064-4b5d-b7ed-de3fec152593", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114912Z:c31ca6c4-a064-4b5d-b7ed-de3fec152593", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "d7864c4d-eddd-44e0-80b0-44f33bac499a", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114913Z:d7864c4d-eddd-44e0-80b0-44f33bac499a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "5b24a40d-fb65-4b37-83ed-93acbd598629", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114915Z:5b24a40d-fb65-4b37-83ed-93acbd598629", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "9825dd39-d315-4c69-ab0e-5fae37da2320", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114916Z:9825dd39-d315-4c69-ab0e-5fae37da2320", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "4a9575d3-9ad8-49a2-a6bc-791e600b7dfd", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114918Z:4a9575d3-9ad8-49a2-a6bc-791e600b7dfd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "5c97718a-c751-4c5e-8774-d885ff818a82", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114919Z:5c97718a-c751-4c5e-8774-d885ff818a82", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "fd07a531-5f6a-4a42-bcce-6e8e18d7691a", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114921Z:fd07a531-5f6a-4a42-bcce-6e8e18d7691a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "a3914d9c-076e-4db3-b884-e468afeddb52", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114922Z:a3914d9c-076e-4db3-b884-e468afeddb52", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "7e85ee3d-6678-4f8c-959e-5f38f38e9c49", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114923Z:7e85ee3d-6678-4f8c-959e-5f38f38e9c49", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "5b4fe7a0-82c0-4040-bc1f-58afc6b8210f", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114925Z:5b4fe7a0-82c0-4040-bc1f-58afc6b8210f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "ee8f944a-7a5c-4383-a6d5-8e1b09583b69", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114926Z:ee8f944a-7a5c-4383-a6d5-8e1b09583b69", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "f386f91b-5567-4bee-a6d2-054297a0d1cf", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114927Z:f386f91b-5567-4bee-a6d2-054297a0d1cf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "18fbc7d6-66e9-432c-b0d5-e970af41a6ad", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114929Z:18fbc7d6-66e9-432c-b0d5-e970af41a6ad", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "64f46342-7ada-4058-85eb-007038e65747", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114930Z:64f46342-7ada-4058-85eb-007038e65747", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "1fa68ea1-9b6a-43b7-9596-c64a569c60fa", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114931Z:1fa68ea1-9b6a-43b7-9596-c64a569c60fa", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "94726ece-308c-4950-bdff-320e5402fd9a", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114933Z:94726ece-308c-4950-bdff-320e5402fd9a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "e2e2ee30-915d-49b6-8ad2-df30ddbf0e88", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114934Z:e2e2ee30-915d-49b6-8ad2-df30ddbf0e88", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "3aa26f7e-1f45-4dd9-a16e-5917cbaacbe8", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114936Z:3aa26f7e-1f45-4dd9-a16e-5917cbaacbe8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "0bd095c2-17cd-4083-87fe-957f89ac986f", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114937Z:0bd095c2-17cd-4083-87fe-957f89ac986f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "ae3fc932-32aa-4c03-9b27-53ae9b305a1d", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114938Z:ae3fc932-32aa-4c03-9b27-53ae9b305a1d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "8f86b32d-38af-439b-9f6f-6efb9396da42", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114940Z:8f86b32d-38af-439b-9f6f-6efb9396da42", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "a74961c3-fa88-43a2-817a-ca338295a7fa", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114941Z:a74961c3-fa88-43a2-817a-ca338295a7fa", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "0bc91a6e-abf6-4f14-9a57-e76b4b29707d", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114943Z:0bc91a6e-abf6-4f14-9a57-e76b4b29707d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "5a22f1a7-517c-47a4-8f7d-ad3fd7926df5", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114944Z:5a22f1a7-517c-47a4-8f7d-ad3fd7926df5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "f225fc08-149e-4b00-98f3-310f9fa19087", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114945Z:f225fc08-149e-4b00-98f3-310f9fa19087", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "163cfa82-1e3a-4b86-a24b-21d22e65e142", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114947Z:163cfa82-1e3a-4b86-a24b-21d22e65e142", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "3c12a838-deeb-4bfb-a548-efbd792ae8ff", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114948Z:3c12a838-deeb-4bfb-a548-efbd792ae8ff", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "07b66577-ef8b-498b-b855-490014212e7d", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114949Z:07b66577-ef8b-498b-b855-490014212e7d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "c61a31a5-9b74-4b93-a2c6-00f423267955", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114951Z:c61a31a5-9b74-4b93-a2c6-00f423267955", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "a6588a2d-c4c8-4054-b7d9-e834ee816256", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114952Z:a6588a2d-c4c8-4054-b7d9-e834ee816256", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "d6a443bd-590c-40b4-bbf5-2a903b248056", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114953Z:d6a443bd-590c-40b4-bbf5-2a903b248056", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "fe954a6a-7423-4197-84cf-f67af23c9076", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114955Z:fe954a6a-7423-4197-84cf-f67af23c9076", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "7e6bf091-330d-477a-a647-87f6933597fc", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114956Z:7e6bf091-330d-477a-a647-87f6933597fc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "9b9d79cc-3f1b-4c2d-b670-73ef70eba76f", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114958Z:9b9d79cc-3f1b-4c2d-b670-73ef70eba76f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:49: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": "f328a425-4900-4ffe-8379-512ca98d2f1b", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T114959Z:f328a425-4900-4ffe-8379-512ca98d2f1b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "78c9577c-b2e9-4679-bd0c-067c5aee746b", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115000Z:78c9577c-b2e9-4679-bd0c-067c5aee746b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "71d8936f-a688-46b0-9655-38ccd3f4e471", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115002Z:71d8936f-a688-46b0-9655-38ccd3f4e471", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "fbf81325-125b-404c-937a-aa6cf06fbeb4", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115003Z:fbf81325-125b-404c-937a-aa6cf06fbeb4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "3acb26b8-7817-45ca-b855-0e5c2c5c66cf", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115004Z:3acb26b8-7817-45ca-b855-0e5c2c5c66cf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "57edb8e3-e861-4602-891e-81fb35cb9393", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115006Z:57edb8e3-e861-4602-891e-81fb35cb9393", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "c14958d7-0c3b-483a-8504-bae1b55400fc", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115007Z:c14958d7-0c3b-483a-8504-bae1b55400fc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "9a32fc38-5806-43da-bc6f-275efc3d8d65", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115009Z:9a32fc38-5806-43da-bc6f-275efc3d8d65", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "733ebf87-7f8e-4234-9c47-de653d6643fb", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115010Z:733ebf87-7f8e-4234-9c47-de653d6643fb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "745a3342-ccc9-4484-b01b-428cd99e4568", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115011Z:745a3342-ccc9-4484-b01b-428cd99e4568", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "9c935e93-c80c-4106-9c7c-c5d1fce8ef65", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115013Z:9c935e93-c80c-4106-9c7c-c5d1fce8ef65", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "d7a24bb0-2236-41b9-90f9-a9519a41d776", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115014Z:d7a24bb0-2236-41b9-90f9-a9519a41d776", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "c3e1e90a-b9a9-4328-a5c1-1b87bf772bad", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115016Z:c3e1e90a-b9a9-4328-a5c1-1b87bf772bad", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "432dd877-74f6-4991-b988-521651ae739d", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115017Z:432dd877-74f6-4991-b988-521651ae739d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "09784473-e2f6-4dae-80ca-a8c1d66fd62d", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115019Z:09784473-e2f6-4dae-80ca-a8c1d66fd62d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "1503ecf9-7311-4709-a72b-a8a8b3a81e22", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115020Z:1503ecf9-7311-4709-a72b-a8a8b3a81e22", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "04fe4eb9-4076-45a2-9d3a-b1b0a4966507", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115021Z:04fe4eb9-4076-45a2-9d3a-b1b0a4966507", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "fdbd0d0f-1e31-4458-b634-b9f457233d2f", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115023Z:fdbd0d0f-1e31-4458-b634-b9f457233d2f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "149153bc-b0cd-4861-bc72-0670c4142d84", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115024Z:149153bc-b0cd-4861-bc72-0670c4142d84", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "6ba6c99b-ce1f-455d-86b1-8894f1aaa569", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115025Z:6ba6c99b-ce1f-455d-86b1-8894f1aaa569", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "65568eb9-c8e7-4702-8c82-f82278c9d592", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115027Z:65568eb9-c8e7-4702-8c82-f82278c9d592", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "e9324119-3b67-4136-91bd-c90522a16f16", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115028Z:e9324119-3b67-4136-91bd-c90522a16f16", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "217e90e5-a46b-440a-b6ff-c2db25b8f206", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115029Z:217e90e5-a46b-440a-b6ff-c2db25b8f206", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "c1be3e39-f6ce-42ab-94f5-9b15622d29f6", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115031Z:c1be3e39-f6ce-42ab-94f5-9b15622d29f6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "69895219-c4cc-4c33-bb0d-e50a338ae15a", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115032Z:69895219-c4cc-4c33-bb0d-e50a338ae15a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "c7757972-2e49-44a0-933a-76b7da1c6712", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115034Z:c7757972-2e49-44a0-933a-76b7da1c6712", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "4ee56f43-b193-43f0-a52d-8169c0e3a894", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115035Z:4ee56f43-b193-43f0-a52d-8169c0e3a894", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "51c9b295-0054-4b6c-aaef-36a6bdcf98ea", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115036Z:51c9b295-0054-4b6c-aaef-36a6bdcf98ea", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Mirrored", + "totalProgress": "18032", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b/listReplications?api-version=2022-05-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "51ee3f91-0f14-4a7d-ba71-f089ed5f1448", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115038Z:51ee3f91-0f14-4a7d-ba71-f089ed5f1448", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "replicationId": "24be49c9-467a-d22b-a9a6-63e7c058d1b4", + "endpointType": "Src", + "replicationSchedule": "", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "remoteVolumeRegion": "eastus2" + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/breakReplication?api-version=2022-05-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e6d84041-ed32-450e-985c-d8abda070fe4?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 11:50:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e6d84041-ed32-450e-985c-d8abda070fe4?api-version=2022-05-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": "1d8e3c50-3026-48f6-ab13-c651cea90f0a", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115039Z:1d8e3c50-3026-48f6-ab13-c651cea90f0a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e6d84041-ed32-450e-985c-d8abda070fe4?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "747a798d-b735-4d33-8671-bf043820b18f", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115039Z:747a798d-b735-4d33-8671-bf043820b18f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e6d84041-ed32-450e-985c-d8abda070fe4", + "name": "e6d84041-ed32-450e-985c-d8abda070fe4", + "status": "BreakReplication", + "startTime": "2022-10-21T11:50:39.1877477Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:50: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": "20e417df-c0c1-410d-a7fd-265d2853e34f", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115039Z:20e417df-c0c1-410d-a7fd-265d2853e34f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Mirrored", + "totalProgress": "18032", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:51:09 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A32.5662235Z\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": "405f5550-a112-492b-bf81-0eb799caf1fd", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115110Z:405f5550-a112-492b-bf81-0eb799caf1fd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A32.5662235Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + }, + "properties": { + "dataProtection": { + "replication": { + "endpointType": "Src", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "remoteVolumeRegion": "eastus2" + } + }, + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:39.625691Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e6d84041-ed32-450e-985c-d8abda070fe4?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:51: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": "61920954-13ef-4a7f-85e8-42fbaf4d6f60", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115110Z:61920954-13ef-4a7f-85e8-42fbaf4d6f60", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e6d84041-ed32-450e-985c-d8abda070fe4", + "name": "e6d84041-ed32-450e-985c-d8abda070fe4", + "status": "Succeeded", + "startTime": "2022-10-21T11:50:39.1877477Z", + "endTime": "2022-10-21T11:50:46.6202679Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:51:09 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A50%3A46.6129424Z\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": "50aca13e-341f-457a-8e9e-bc0774d89af3", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115110Z:50aca13e-341f-457a-8e9e-bc0774d89af3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A50%3A46.6129424Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + }, + "properties": { + "volumeType": "", + "dataProtection": { + "replication": { + "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:31.6742342Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e6d84041-ed32-450e-985c-d8abda070fe4?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:51: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": "cd4e5556-ef33-44b8-847d-0815d8f94aa0", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115110Z:cd4e5556-ef33-44b8-847d-0815d8f94aa0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A50%3A46.6129424Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + }, + "properties": { + "volumeType": "", + "dataProtection": { + "replication": { + "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "replicationPolicy": "MirrorAllSnapshots", + "replicationStatus": "Mirrored", + "remotePath": { + "externalHostName": "az-bn13-f01c01-bs118-sto", + "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_a3104e" + }, + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", + "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "poolId": "171efb36-671c-50b6-46aa-b0a3b26c843d", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "coolAccess": false, + "avsDataStore": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:31.6742342Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/resyncReplication?api-version=2022-05-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2d020b41-6a28-4c8b-9754-bd8260aec80b?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 11:51:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2d020b41-6a28-4c8b-9754-bd8260aec80b?api-version=2022-05-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": "b0f3c514-5356-43f1-9a3a-dabca902d93f", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115110Z:b0f3c514-5356-43f1-9a3a-dabca902d93f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2d020b41-6a28-4c8b-9754-bd8260aec80b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:51: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": "cc87b8a9-3875-4d77-a6dd-32e0603d9fad", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115111Z:cc87b8a9-3875-4d77-a6dd-32e0603d9fad", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2d020b41-6a28-4c8b-9754-bd8260aec80b", + "name": "2d020b41-6a28-4c8b-9754-bd8260aec80b", + "status": "ResyncReplication", + "startTime": "2022-10-21T11:51:10.8733196Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "36963b9c-6554-4e2d-99fb-ddf54ff660f9", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115111Z:36963b9c-6554-4e2d-99fb-ddf54ff660f9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "18032", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:51: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": "233299e5-5e0b-4570-98dd-6c9714a75e7e", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115113Z:233299e5-5e0b-4570-98dd-6c9714a75e7e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "18032", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:51: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": "c367aa48-642c-445e-9fb1-99c045b2350e", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115115Z:c367aa48-642c-445e-9fb1-99c045b2350e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "18032", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:51: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": "76cbb530-a9ae-463c-903c-c0a067922b6a", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115116Z:76cbb530-a9ae-463c-903c-c0a067922b6a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "18032", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:51: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": "45f7ac9c-6f01-43b4-8d7a-8d9d7e635423", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115118Z:45f7ac9c-6f01-43b4-8d7a-8d9d7e635423", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "18032", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:51: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": "b37387e3-54cd-44ca-adb6-ac524f12ec4f", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115119Z:b37387e3-54cd-44ca-adb6-ac524f12ec4f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "18032", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:51: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": "c98ce219-e3c9-46aa-a98f-2879a396fd48", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115120Z:c98ce219-e3c9-46aa-a98f-2879a396fd48", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "18032", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "5720c2b8-dd07-4a4a-aa4f-3ce8598e2e24", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115122Z:5720c2b8-dd07-4a4a-aa4f-3ce8598e2e24", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "18032", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "fc6a779f-ac37-4811-8507-b5172eca9c09", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115123Z:fc6a779f-ac37-4811-8507-b5172eca9c09", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "18032", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:51: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": "5344ef46-62ae-4364-903c-4076a4afe833", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115125Z:5344ef46-62ae-4364-903c-4076a4afe833", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "18032", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:51: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": "8c9b9730-5525-40a5-a751-f09a6201690f", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115126Z:8c9b9730-5525-40a5-a751-f09a6201690f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "18032", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:51: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": "a4c598b5-f2f3-4f0c-91c6-759b5efdfa97", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115127Z:a4c598b5-f2f3-4f0c-91c6-759b5efdfa97", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "18032", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:51: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": "d49bf57c-5b54-4250-a03d-859cf980812c", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115129Z:d49bf57c-5b54-4250-a03d-859cf980812c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "18032", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:51: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": "4d448400-e4f0-4de6-9533-72618afda3f8", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115130Z:4d448400-e4f0-4de6-9533-72618afda3f8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "18032", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:51: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": "d4b463e9-5daf-4144-8ddf-86d85dabd70e", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115131Z:d4b463e9-5daf-4144-8ddf-86d85dabd70e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "18032", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:51: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": "7f1c899a-4cb5-4b8e-ab38-050cae88bbc8", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115133Z:7f1c899a-4cb5-4b8e-ab38-050cae88bbc8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "18032", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:51: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": "e685f787-2dd3-4e3b-87ed-458feee25369", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115134Z:e685f787-2dd3-4e3b-87ed-458feee25369", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "18032", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "778a1c97-0cbf-4c94-bf77-6dc0bb8ae8ee", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115136Z:778a1c97-0cbf-4c94-bf77-6dc0bb8ae8ee", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Mirrored", + "totalProgress": "21312", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2d020b41-6a28-4c8b-9754-bd8260aec80b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "ed47e4f1-f45b-40f5-a6e9-50d496c7ddec", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115141Z:ed47e4f1-f45b-40f5-a6e9-50d496c7ddec", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2d020b41-6a28-4c8b-9754-bd8260aec80b", + "name": "2d020b41-6a28-4c8b-9754-bd8260aec80b", + "status": "ResyncReplication", + "startTime": "2022-10-21T11:51:10.8733196Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/breakReplication?api-version=2022-05-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/82e2f28b-5242-42a5-87cd-4bf8da80ace0?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 11:52:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/82e2f28b-5242-42a5-87cd-4bf8da80ace0?api-version=2022-05-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": "338bed15-5706-4473-9eb9-49b668b585f7", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115206Z:338bed15-5706-4473-9eb9-49b668b585f7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/82e2f28b-5242-42a5-87cd-4bf8da80ace0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:52: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": "d209b6b6-2fe5-4882-aea1-dfc59793d6c4", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115206Z:d209b6b6-2fe5-4882-aea1-dfc59793d6c4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/82e2f28b-5242-42a5-87cd-4bf8da80ace0", + "name": "82e2f28b-5242-42a5-87cd-4bf8da80ace0", + "status": "BreakReplication", + "startTime": "2022-10-21T11:52:06.3980544Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:52: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": "f54d7d43-1571-4f53-a20f-2cdaa2584811", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115207Z:f54d7d43-1571-4f53-a20f-2cdaa2584811", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Mirrored", + "totalProgress": "21312", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2d020b41-6a28-4c8b-9754-bd8260aec80b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:52: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": "1a53bdfd-bacb-435b-a684-4ddd3c9ae342", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115211Z:1a53bdfd-bacb-435b-a684-4ddd3c9ae342", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2d020b41-6a28-4c8b-9754-bd8260aec80b", + "name": "2d020b41-6a28-4c8b-9754-bd8260aec80b", + "status": "Succeeded", + "startTime": "2022-10-21T11:51:10.8733196Z", + "endTime": "2022-10-21T11:51:44.8882389Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2d020b41-6a28-4c8b-9754-bd8260aec80b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:52: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": "53e00d88-80c7-488b-8dfd-2e1e817dc907", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115211Z:53e00d88-80c7-488b-8dfd-2e1e817dc907", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A51%3A44.8829547Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "replicationPolicy": "MirrorAllSnapshots", + "replicationStatus": "Mirrored", + "remotePath": { + "externalHostName": "az-bn13-f01c01-bs118-sto", + "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_a3104e" + }, + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", + "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "poolId": "171efb36-671c-50b6-46aa-b0a3b26c843d", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "coolAccess": false, + "avsDataStore": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:31.6742342Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/82e2f28b-5242-42a5-87cd-4bf8da80ace0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:52: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": "59594013-18d3-4f28-a5e2-a88e133fc741", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115236Z:59594013-18d3-4f28-a5e2-a88e133fc741", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/82e2f28b-5242-42a5-87cd-4bf8da80ace0", + "name": "82e2f28b-5242-42a5-87cd-4bf8da80ace0", + "status": "Succeeded", + "startTime": "2022-10-21T11:52:06.3980544Z", + "endTime": "2022-10-21T11:52:14.9886058Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/82e2f28b-5242-42a5-87cd-4bf8da80ace0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:52: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": "1369d88d-e027-4d07-82fb-931968702ff7", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115237Z:1369d88d-e027-4d07-82fb-931968702ff7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A52%3A14.9628053Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + }, + "properties": { + "volumeType": "", + "dataProtection": { + "replication": { + "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "replicationPolicy": "MirrorAllSnapshots", + "replicationStatus": "Mirrored", + "remotePath": { + "externalHostName": "az-bn13-f01c01-bs118-sto", + "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_a3104e" + }, + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", + "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "poolId": "171efb36-671c-50b6-46aa-b0a3b26c843d", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "coolAccess": false, + "avsDataStore": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:31.6742342Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/deleteReplication?api-version=2022-05-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fad6f758-c8f2-4bae-a758-ccf7902a3e6a?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 11:52:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fad6f758-c8f2-4bae-a758-ccf7902a3e6a?api-version=2022-05-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": "caf99754-0738-4e6d-b893-ffe71591ac8f", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115237Z:caf99754-0738-4e6d-b893-ffe71591ac8f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fad6f758-c8f2-4bae-a758-ccf7902a3e6a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "51add2c4-193a-42f1-977a-53053a42f1d2", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115237Z:51add2c4-193a-42f1-977a-53053a42f1d2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fad6f758-c8f2-4bae-a758-ccf7902a3e6a", + "name": "fad6f758-c8f2-4bae-a758-ccf7902a3e6a", + "status": "DeleteReplication", + "startTime": "2022-10-21T11:52:37.683658Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "6b0b7d6e-14de-44af-8e81-e056cbd6e378", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115238Z:6b0b7d6e-14de-44af-8e81-e056cbd6e378", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "21312", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:52: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": "d891e864-adcf-4e99-93a9-40f08d90b805", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115239Z:d891e864-adcf-4e99-93a9-40f08d90b805", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "21312", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:52: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": "a7cd2c6c-8b39-4d12-838d-1ab523087ca7", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115240Z:a7cd2c6c-8b39-4d12-838d-1ab523087ca7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": false, + "relationshipStatus": "", + "mirrorState": "", + "totalProgress": "", + "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:52: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": "c78acb71-ff54-4cfb-8af5-8ec8995225e9", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115242Z:c78acb71-ff54-4cfb-8af5-8ec8995225e9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": false, + "relationshipStatus": "", + "mirrorState": "", + "totalProgress": "", + "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:52: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": "cb8b85af-1d51-4a78-a37d-e352de0e63e4", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115243Z:cb8b85af-1d51-4a78-a37d-e352de0e63e4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": false, + "relationshipStatus": "", + "mirrorState": "", + "totalProgress": "", + "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:52: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": "1281caaa-8c1f-40ca-8948-8c6458c2036a", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115245Z:1281caaa-8c1f-40ca-8948-8c6458c2036a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": false, + "relationshipStatus": "", + "mirrorState": "", + "totalProgress": "", + "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:52: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": "909823c9-7b21-4ede-90eb-73a5e3093254", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115246Z:909823c9-7b21-4ede-90eb-73a5e3093254", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": false, + "relationshipStatus": "", + "mirrorState": "", + "totalProgress": "", + "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:52: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": "a42992a5-90cb-4e99-a6f9-76f8ab083d0f", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115247Z:a42992a5-90cb-4e99-a6f9-76f8ab083d0f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": false, + "relationshipStatus": "", + "mirrorState": "", + "totalProgress": "", + "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:52: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": "85c7650e-65a1-483c-a6a1-555a808fa64a", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115249Z:85c7650e-65a1-483c-a6a1-555a808fa64a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": false, + "relationshipStatus": "", + "mirrorState": "", + "totalProgress": "", + "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 400, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "105", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:52: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": "7c8a5e21-b8b9-4ba9-aea8-864660feb342", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115250Z:7c8a5e21-b8b9-4ba9-aea8-864660feb342", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:52:52 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A52%3A45.7473109Z\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": "bf86341c-3ba5-41d9-b604-dfb2964680ee", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115252Z:bf86341c-3ba5-41d9-b604-dfb2964680ee", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A52%3A45.7473109Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + }, + "properties": { + "volumeType": "", + "dataProtection": {}, + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:39.625691Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:52:52 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T11%3A52%3A52.4162628Z\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": "12f98f97-9ce8-4066-a1ad-1294442413b3", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115253Z:12f98f97-9ce8-4066-a1ad-1294442413b3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A52%3A52.4162628Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + }, + "properties": { + "volumeType": "", + "dataProtection": {}, + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:31.6742342Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8fcef5b1-323b-485e-96da-ea1ec0c97ecb?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 11:52:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8fcef5b1-323b-485e-96da-ea1ec0c97ecb?api-version=2022-05-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": "3c08805d-27c7-4852-89a4-9451f3c1eade", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115254Z:3c08805d-27c7-4852-89a4-9451f3c1eade", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8fcef5b1-323b-485e-96da-ea1ec0c97ecb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:52: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": "9f523e0b-0b23-4c93-bd14-1cbbd08eb702", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115254Z:9f523e0b-0b23-4c93-bd14-1cbbd08eb702", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8fcef5b1-323b-485e-96da-ea1ec0c97ecb", + "name": "8fcef5b1-323b-485e-96da-ea1ec0c97ecb", + "status": "Deleting", + "startTime": "2022-10-21T11:52:54.2718987Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fad6f758-c8f2-4bae-a758-ccf7902a3e6a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:53: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": "b4092f30-453f-4c8f-baf9-d21eea56925e", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115308Z:b4092f30-453f-4c8f-baf9-d21eea56925e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fad6f758-c8f2-4bae-a758-ccf7902a3e6a", + "name": "fad6f758-c8f2-4bae-a758-ccf7902a3e6a", + "status": "Succeeded", + "startTime": "2022-10-21T11:52:37.683658Z", + "endTime": "2022-10-21T11:52:52.4124783Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fad6f758-c8f2-4bae-a758-ccf7902a3e6a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:53: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": "86b4dfd4-9402-46cf-aa80-258e52866497", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115308Z:86b4dfd4-9402-46cf-aa80-258e52866497", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A52%3A52.4162628Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + }, + "properties": { + "volumeType": "", + "dataProtection": {}, + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", + "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "poolId": "171efb36-671c-50b6-46aa-b0a3b26c843d", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "coolAccess": false, + "avsDataStore": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:31.6742342Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8fcef5b1-323b-485e-96da-ea1ec0c97ecb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:53: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": "8d1d7c49-da47-4b09-b6f9-c3f7ae618e71", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115324Z:8d1d7c49-da47-4b09-b6f9-c3f7ae618e71", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8fcef5b1-323b-485e-96da-ea1ec0c97ecb", + "name": "8fcef5b1-323b-485e-96da-ea1ec0c97ecb", + "status": "Deleting", + "startTime": "2022-10-21T11:52:54.2718987Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8fcef5b1-323b-485e-96da-ea1ec0c97ecb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:53: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": "ed383da4-e1be-42fe-b55e-f8fd3b1e3f6d", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115355Z:ed383da4-e1be-42fe-b55e-f8fd3b1e3f6d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8fcef5b1-323b-485e-96da-ea1ec0c97ecb", + "name": "8fcef5b1-323b-485e-96da-ea1ec0c97ecb", + "status": "Deleting", + "startTime": "2022-10-21T11:52:54.2718987Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8fcef5b1-323b-485e-96da-ea1ec0c97ecb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:54: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": "88b0e5f0-b48d-42a5-9498-b727a26f573e", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115425Z:88b0e5f0-b48d-42a5-9498-b727a26f573e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8fcef5b1-323b-485e-96da-ea1ec0c97ecb", + "name": "8fcef5b1-323b-485e-96da-ea1ec0c97ecb", + "status": "Succeeded", + "startTime": "2022-10-21T11:52:54.2718987Z", + "endTime": "2022-10-21T11:54:22.1869416Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8fcef5b1-323b-485e-96da-ea1ec0c97ecb?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:54: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": "84e0beb4-3b84-46ee-b892-409f13042414", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115425Z:84e0beb4-3b84-46ee-b892-409f13042414", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A54%3A05.0242685Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + }, + "properties": { + "volumeType": "", + "dataProtection": {}, + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", + "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "poolId": "171efb36-671c-50b6-46aa-b0a3b26c843d", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "coolAccess": false, + "avsDataStore": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:31.6742342Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "332", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:57:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "901cb756-9b03-44c8-bb74-d3a938d87126", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115747Z:901cb756-9b03-44c8-bb74-d3a938d87126" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b\u0027 under resource group \u0027sdk-python-tests-rg-R-tmp\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-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b6a66390-311f-4425-b138-6ea99007e3e9?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 11:58:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b6a66390-311f-4425-b138-6ea99007e3e9?api-version=2022-05-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": "0d5bd5a7-a37f-4f55-9776-ac3fdd7dc356", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115800Z:0d5bd5a7-a37f-4f55-9776-ac3fdd7dc356", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b6a66390-311f-4425-b138-6ea99007e3e9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:58: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": "3cf8deb1-8ee9-436d-a268-cb15f4bab239", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115800Z:3cf8deb1-8ee9-436d-a268-cb15f4bab239", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b6a66390-311f-4425-b138-6ea99007e3e9", + "name": "b6a66390-311f-4425-b138-6ea99007e3e9", + "status": "Deleting", + "startTime": "2022-10-21T11:58:00.0001764Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b6a66390-311f-4425-b138-6ea99007e3e9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:58: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": "5360d25c-a1d0-4a11-b5c5-45b7e5485cee", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115830Z:5360d25c-a1d0-4a11-b5c5-45b7e5485cee", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b6a66390-311f-4425-b138-6ea99007e3e9", + "name": "b6a66390-311f-4425-b138-6ea99007e3e9", + "status": "Succeeded", + "startTime": "2022-10-21T11:58:00.0001764Z", + "endTime": "2022-10-21T11:58:00.4376414Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b6a66390-311f-4425-b138-6ea99007e3e9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:58: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": "1432fa57-e0be-42d7-8ae1-506517ff9a6a", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115830Z:1432fa57-e0be-42d7-8ae1-506517ff9a6a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A57%3A59.9939246Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:18.4235215Z" + }, + "properties": { + "poolId": "171efb36-671c-50b6-46aa-b0a3b26c843d", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:19.0713124Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:19.0713124Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 11:58:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a739ac58-0acb-48e3-86c8-4c0371e18ba4", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115840Z:a739ac58-0acb-48e3-86c8-4c0371e18ba4" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 11:58:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8b450d06-0cc3-4923-9a14-c4232abeef8d", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115851Z:8b450d06-0cc3-4923-9a14-c4232abeef8d" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 11:59:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6614c2b9-0c7d-42d4-83e4-819226be784a", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115901Z:6614c2b9-0c7d-42d4-83e4-819226be784a" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 11:59:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0d802974-7a01-46e1-9d93-1152e7ccf831", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115911Z:0d802974-7a01-46e1-9d93-1152e7ccf831" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "293", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:59:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9c856211-9074-421b-acfe-b59063cb3873", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115921Z:9c856211-9074-421b-acfe-b59063cb3873" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2\u0027 under resource group \u0027sdk-python-tests-rg-R-tmp\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-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0938f3d9-473a-4306-ab80-b01cddbe0c7d?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 11:59:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0938f3d9-473a-4306-ab80-b01cddbe0c7d?api-version=2022-05-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": "4b3f391e-0d48-46a7-9aa6-b0793c1e2e51", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115922Z:4b3f391e-0d48-46a7-9aa6-b0793c1e2e51", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0938f3d9-473a-4306-ab80-b01cddbe0c7d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:59: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": "8ce6ca68-ed7e-4fe2-9cd9-e7d63103d4b0", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115923Z:8ce6ca68-ed7e-4fe2-9cd9-e7d63103d4b0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0938f3d9-473a-4306-ab80-b01cddbe0c7d", + "name": "0938f3d9-473a-4306-ab80-b01cddbe0c7d", + "status": "Succeeded", + "startTime": "2022-10-21T11:59:22.8594471Z", + "endTime": "2022-10-21T11:59:22.9063705Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0938f3d9-473a-4306-ab80-b01cddbe0c7d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:59: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": "98139885-b073-4955-a51e-f3235602ff67", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115923Z:98139885-b073-4955-a51e-f3235602ff67", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T11%3A59%3A22.8459347Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:42:15.0583527Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:42:15.960833Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:42:15.960833Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "260", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:59:23 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": "9d8d841d-653b-402f-b622-a6c1e8c2bc76", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115923Z:9d8d841d-653b-402f-b622-a6c1e8c2bc76", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 11:59:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018?api-version=2022-05-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": "ee4c37cf-aa2d-4806-b0a1-c506c98cec36", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115925Z:ee4c37cf-aa2d-4806-b0a1-c506c98cec36", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11:59: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": "b8abcc6c-9811-4493-85c9-b3af82856856", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115925Z:b8abcc6c-9811-4493-85c9-b3af82856856", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018", + "name": "da132dc4-4c95-4c59-94a4-f5677d02a018", + "status": "Deleting", + "startTime": "2022-10-21T11:59:25.0682426Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 11: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": "e7b2efd2-0f2a-4549-b401-ab9be52d498d", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T115955Z:e7b2efd2-0f2a-4549-b401-ab9be52d498d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018", + "name": "da132dc4-4c95-4c59-94a4-f5677d02a018", + "status": "Deleting", + "startTime": "2022-10-21T11:59:25.0682426Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:00: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": "75f2cee3-8634-478f-9225-307545707c41", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120026Z:75f2cee3-8634-478f-9225-307545707c41", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018", + "name": "da132dc4-4c95-4c59-94a4-f5677d02a018", + "status": "Deleting", + "startTime": "2022-10-21T11:59:25.0682426Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:00: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": "0016be0b-2fe3-4e18-a9e3-3906d3c6f89f", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120056Z:0016be0b-2fe3-4e18-a9e3-3906d3c6f89f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018", + "name": "da132dc4-4c95-4c59-94a4-f5677d02a018", + "status": "Deleting", + "startTime": "2022-10-21T11:59:25.0682426Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12: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": "ad925003-e19f-4e05-903b-b6634518a17c", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120126Z:ad925003-e19f-4e05-903b-b6634518a17c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018", + "name": "da132dc4-4c95-4c59-94a4-f5677d02a018", + "status": "Deleting", + "startTime": "2022-10-21T11:59:25.0682426Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:01: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": "1138748a-f659-49d5-98c4-4c07c4bcd57a", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120156Z:1138748a-f659-49d5-98c4-4c07c4bcd57a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018", + "name": "da132dc4-4c95-4c59-94a4-f5677d02a018", + "status": "Succeeded", + "startTime": "2022-10-21T11:59:25.0682426Z", + "endTime": "2022-10-21T12:01:54.0785932Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:01: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": "d74c4c86-3051-4d39-8919-ec83acb014d3", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120157Z:d74c4c86-3051-4d39-8919-ec83acb014d3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A01%3A44.8177886Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + }, + "properties": { + "volumeType": "", + "dataProtection": {}, + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "poolId": "812396dc-2da8-7000-9e8d-a2d64869b7c7", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:39.625691Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "330", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:05:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4e566ba4-49fa-4c2b-88cc-0b54afd4d84a", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120518Z:4e566ba4-49fa-4c2b-88cc-0b54afd4d84a" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/805087dc-79c4-4b76-bc95-1ea83ea37b82?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 12:05:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/805087dc-79c4-4b76-bc95-1ea83ea37b82?api-version=2022-05-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": "af5f4da4-43c3-40f4-8006-485703bf8e7d", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120531Z:af5f4da4-43c3-40f4-8006-485703bf8e7d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/805087dc-79c4-4b76-bc95-1ea83ea37b82?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:05: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": "2e386069-bf6e-4e13-b39d-6e2c5a742228", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120531Z:2e386069-bf6e-4e13-b39d-6e2c5a742228", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/805087dc-79c4-4b76-bc95-1ea83ea37b82", + "name": "805087dc-79c4-4b76-bc95-1ea83ea37b82", + "status": "Deleting", + "startTime": "2022-10-21T12:05:30.9540089Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/805087dc-79c4-4b76-bc95-1ea83ea37b82?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:06: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": "7c69119b-62e4-4ba3-ab02-31737eb58039", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120601Z:7c69119b-62e4-4ba3-ab02-31737eb58039", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/805087dc-79c4-4b76-bc95-1ea83ea37b82", + "name": "805087dc-79c4-4b76-bc95-1ea83ea37b82", + "status": "Succeeded", + "startTime": "2022-10-21T12:05:30.9540089Z", + "endTime": "2022-10-21T12:05:31.7508653Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/805087dc-79c4-4b76-bc95-1ea83ea37b82?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:06: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": "db3fd77a-5e82-4a10-9cae-cca0d3a7d796", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120601Z:db3fd77a-5e82-4a10-9cae-cca0d3a7d796", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A05%3A30.9543646Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:25.2957471Z" + }, + "properties": { + "poolId": "812396dc-2da8-7000-9e8d-a2d64869b7c7", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:26.3335486Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:26.3335486Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 12:06:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "207e5b66-60be-473e-a482-c186a15f0779", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120612Z:207e5b66-60be-473e-a482-c186a15f0779" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 12:06:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c02a5736-f516-435f-8008-bfdb6d5ae5ed", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120622Z:c02a5736-f516-435f-8008-bfdb6d5ae5ed" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 12:06:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a3443c16-9962-4d7b-a734-da79de5a0279", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120632Z:a3443c16-9962-4d7b-a734-da79de5a0279" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Fri, 21 Oct 2022 12:06:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "873872d7-b48f-4a4a-af4b-d0b7979c1a73", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120642Z:873872d7-b48f-4a4a-af4b-d0b7979c1a73" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "291", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 14 Oct 2022 01:09:40 GMT", + "Date": "Fri, 21 Oct 2022 12:06:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3bfa8b3d-ad82-41f5-a113-11dbac0f3ed3", + "x-ms-correlation-request-id": "1af4b773-6561-4ab6-ae22-2bfe29a43568", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "CENTRALUS:20221014T010941Z:3bfa8b3d-ad82-41f5-a113-11dbac0f3ed3" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120653Z:1af4b773-6561-4ab6-ae22-2bfe29a43568" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b880aeb4-1854-4738-a720-07d16aa0ea6c?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 12:06:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b880aeb4-1854-4738-a720-07d16aa0ea6c?api-version=2022-05-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": "656b6279-9eba-4f4d-b831-5f99f9e28f06", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120654Z:656b6279-9eba-4f4d-b831-5f99f9e28f06", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b880aeb4-1854-4738-a720-07d16aa0ea6c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12: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": "9e58af79-53f5-425a-907b-95fe51e15dc7", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120654Z:9e58af79-53f5-425a-907b-95fe51e15dc7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b880aeb4-1854-4738-a720-07d16aa0ea6c", + "name": "b880aeb4-1854-4738-a720-07d16aa0ea6c", + "status": "Succeeded", + "startTime": "2022-10-21T12:06:54.5659546Z", + "endTime": "2022-10-21T12:06:54.6284226Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b880aeb4-1854-4738-a720-07d16aa0ea6c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12: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": "a827a669-8de1-422e-936d-c24820762b6a", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120655Z:a827a669-8de1-422e-936d-c24820762b6a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A06%3A54.5735077Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-21T11:37:20.9813370Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-21T11:37:21.9878896Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-21T11:37:21.9878896Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "258", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:06:54 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": "2829d7fa-7666-486a-9c86-b5dcbb888546", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120655Z:2829d7fa-7666-486a-9c86-b5dcbb888546", + "X-Powered-By": "ASP.NET" }, "ResponseBody": { "error": { - "code": "ResourceGroupNotFound", - "message": "Resource group \u0027sdk-python-tests-rg-tmp\u0027 could not be found." + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b\u0027 is not found." } } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/510768c8-cdba-4f50-a408-0959c769c477?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 12:06:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/510768c8-cdba-4f50-a408-0959c769c477?api-version=2022-05-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "60f46c9a-6ad4-4cbb-bc4a-80ae30341f73", + "x-ms-correlation-request-id": "fe95359c-5ee7-49f5-b34f-0166370d2169", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120656Z:fe95359c-5ee7-49f5-b34f-0166370d2169" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/510768c8-cdba-4f50-a408-0959c769c477?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:06:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "9a4809c3-dc24-414c-a970-8ad21899e81e", + "x-ms-correlation-request-id": "23a04ab3-0f97-4bcf-b4d3-fcd7f76065e2", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120657Z:23a04ab3-0f97-4bcf-b4d3-fcd7f76065e2" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/d14df90a-a316-4bbf-b943-b1b1df9ada13?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Oct 2022 12:06:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operationResults/d14df90a-a316-4bbf-b943-b1b1df9ada13?api-version=2022-05-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "c4061185-27a0-47c8-afff-a365c51b6f60", + "x-ms-correlation-request-id": "7c06e79c-da14-4a5f-8aea-607b6064346b", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120658Z:7c06e79c-da14-4a5f-8aea-607b6064346b" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/69a75bda-882e-44d5-8431-63421204132a/providers/Microsoft.Network/locations/eastus2/operations/d14df90a-a316-4bbf-b943-b1b1df9ada13?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Authorization": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSIsImtpZCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTY2NjM1MTkxNSwibmJmIjoxNjY2MzUxOTE1LCJleHAiOjE2NjY0Mzg2MTUsImFpbyI6IkUyWmdZRkRRbFA1czk2UDkvbFBQUVB1cDZ3MlZBUT09IiwiYXBwaWQiOiJjNmM0ZmFiYS0yYjIyLTQ0ZDktODBhNC03MWZmNWI3MWY4MTEiLCJhcHBpZGFjciI6IjEiLCJpZHAiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWR0eXAiOiJhcHAiLCJvaWQiOiI3NjgwN2ZiZS1mNzVmLTQ2NzktOGNlZS1kMDViNDU4MjExNjAiLCJyaCI6IjAuQVJvQXY0ajVjdkdHcjBHUnF5MTgwQkhiUjBaSWYza0F1dGRQdWtQYXdmajJNQk1hQUFBLiIsInN1YiI6Ijc2ODA3ZmJlLWY3NWYtNDY3OS04Y2VlLWQwNWI0NTgyMTE2MCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInV0aSI6ImVoWGpRRXc3NGtlaW1WMVMtekZVQUEiLCJ2ZXIiOiIxLjAiLCJ4bXNfY2MiOlsiQ1AxIl0sInhtc190Y2R0IjoxMjg5MjQxNTQ3fQ.WF6unUE35TyhbUpS97bFg6MEJv6-hhF_RAAmeyGRzFstCH20S532hJ7RVbGX0rliTRT6LWzQEtyneypOZ6RSRbLfGU0km-3mOXvuAneC2fspNIcQKJnXWMsupBt2Z6dtfgOGOA7ot368Ca1y8Pt0j8oe3KGvKAQ5YI62O_4qpZpZ-CEo0035Q_kKVTn4sHeizUGDNXiGWBS_R2X5mQ9ZeqcxjPFqW0NOEKvxGo1mYc9QBjSac64PQNNlYG7e8yNyQ1mDgjAAgY3KWFQ6No6m0NimsQjX-R-MriY4j60-KAkoHVJwHLCfYtMg6eFndR0uBDq6PjpDBMBdVmCszgapqw", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-ms-client-request-id": "dbf68316-5138-11ed-b77e-ac675dc66a69" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 12:06:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "914487ac-5fa4-4e87-8a48-d34fbf4ed2e5", + "x-ms-correlation-request-id": "f658e2f7-0232-476e-95df-13446b3778bd", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "f9d716f4-fa8b-4f74-9361-b26bbf2d076c", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T120658Z:f658e2f7-0232-476e-95df-13446b3778bd" + }, + "ResponseBody": { + "status": "InProgress" + } } ], "Variables": {} diff --git a/sdk/netapp/azure-mgmt-netapp/tests/test_backup.py b/sdk/netapp/azure-mgmt-netapp/tests/test_backup.py index 745e1af3f85e..6b351b9af1a9 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/test_backup.py +++ b/sdk/netapp/azure-mgmt-netapp/tests/test_backup.py @@ -170,7 +170,7 @@ def test_get_backup_by_name(self): clean_up(self, account_name=ACCOUNT1, volume_name=volumeName1, vnet=VNETNAME, live=self.is_live) - @pytest.mark.skip(reason="CBS is not working properly on any region") + #@pytest.mark.skip(reason="CBS is not working properly on any region") @recorded_by_proxy def test_update_backup(self): set_bodiless_matcher() @@ -189,7 +189,7 @@ def test_update_backup(self): clean_up(self, account_name=ACCOUNT1, volume_name=volumeName1, backup_name=backup1, vnet=VNETNAME, live=self.is_live) - @pytest.mark.skip(reason="CBS is not working properly on any region") + #@pytest.mark.skip(reason="CBS is not working properly on any region") @recorded_by_proxy def test_get_backup_status(self): set_bodiless_matcher() 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 4bd918f8baa7..e847b1efcd1a 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/test_backup_policies.py +++ b/sdk/netapp/azure-mgmt-netapp/tests/test_backup_policies.py @@ -75,10 +75,12 @@ def test_create_delete_backup_policy(self): assert len(list(backup_policies_list)) == 1 delete_backup_policy(self.client, TEST_BACKUP_POLICY_1, account_name=ACCOUNT1, live=self.is_live) - + if self.is_live: + time.sleep(50) backup_policies_list = self.client.backup_policies.list(TEST_RG, ACCOUNT1) assert len(list(backup_policies_list)) == 0 - + if self.is_live: + time.sleep(5) delete_account(self.client, TEST_RG, ACCOUNT1, live=self.is_live) @recorded_by_proxy @@ -96,10 +98,12 @@ def test_list_backup_policies(self): delete_backup_policy(self.client, TEST_BACKUP_POLICY_1, account_name=ACCOUNT1, live=self.is_live) delete_backup_policy(self.client, TEST_BACKUP_POLICY_2, account_name=ACCOUNT1, live=self.is_live) - + if self.is_live: + time.sleep(50) backup_policies_list = self.client.backup_policies.list(TEST_RG, ACCOUNT1) assert len(list(backup_policies_list)) == 0 - + if self.is_live: + time.sleep(5) delete_account(self.client, TEST_RG, ACCOUNT1) @recorded_by_proxy @@ -111,6 +115,9 @@ def test_get_backup_policy_by_name(self): assert backup_policy.name == ACCOUNT1 + "/" + TEST_BACKUP_POLICY_1 delete_backup_policy(self.client, TEST_BACKUP_POLICY_1, account_name=ACCOUNT1, live=self.is_live) + if self.is_live: + time.sleep(50) + delete_account(self.client, TEST_RG, ACCOUNT1) @recorded_by_proxy @@ -129,4 +136,7 @@ def test_update_backup_policies(self): assert backup_policy.weekly_backups_to_keep == 1 delete_backup_policy(self.client, TEST_BACKUP_POLICY_1, account_name=ACCOUNT1, live=self.is_live) + if self.is_live: + time.sleep(50) + delete_account(self.client, TEST_RG, ACCOUNT1) 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 67b058397f34..0a8ab477b331 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/test_snapshot_policies.py +++ b/sdk/netapp/azure-mgmt-netapp/tests/test_snapshot_policies.py @@ -70,7 +70,8 @@ def test_create_delete_snapshot_policy(self): snapshot_policies_list = self.client.snapshot_policies.list(TEST_RG, ACCOUNT1) assert len(list(snapshot_policies_list)) == 0 - + if self.is_live: + time.sleep(50) delete_account(self.client, TEST_RG, ACCOUNT1, live=self.is_live) @recorded_by_proxy @@ -93,6 +94,8 @@ def test_list_snapshot_policies(self): snapshot_policies_list = self.client.snapshot_policies.list(TEST_RG, ACCOUNT1) assert len(list(snapshot_policies_list)) == 0 + if self.is_live: + time.sleep(50) delete_account(self.client, TEST_RG, ACCOUNT1) @@ -105,6 +108,8 @@ def test_get_snapshot_policy_by_name(self): assert snapshot_policy.name == ACCOUNT1 + "/" + TEST_SNAPSHOT_POLICY_1 delete_snapshot_policy(self.client, TEST_SNAPSHOT_POLICY_1, account_name=ACCOUNT1, live=self.is_live) + if self.is_live: + time.sleep(50) delete_account(self.client, TEST_RG, ACCOUNT1) @recorded_by_proxy @@ -126,6 +131,8 @@ def test_update_snapshot_policies(self): assert snapshot_policy.daily_schedule.minute == 50 delete_snapshot_policy(self.client, TEST_SNAPSHOT_POLICY_1, account_name=ACCOUNT1, live=self.is_live) + if self.is_live: + time.sleep(50) delete_account(self.client, TEST_RG, ACCOUNT1) @recorded_by_proxy @@ -152,6 +159,8 @@ def test_assign_snapshot_policy_to_volume(self): delete_volume(self.client, TEST_RG, ACCOUNT1, TEST_POOL_1, volumeName1, live=self.is_live) delete_snapshot_policy(self.client, TEST_SNAPSHOT_POLICY_1, account_name=ACCOUNT1, live=self.is_live) delete_pool(self.client, TEST_RG, ACCOUNT1, TEST_POOL_1, live=self.is_live) + if self.is_live: + time.sleep(50) delete_account(self.client, TEST_RG, ACCOUNT1, live=self.is_live) if self.is_live: self.network_client.virtual_networks.begin_delete(TEST_RG, VNETNAME) From 58405477b518e052277a682edc1aba613bb76bb8 Mon Sep 17 00:00:00 2001 From: Audunn Baldvinsson Date: Sun, 23 Oct 2022 14:24:03 +0000 Subject: [PATCH 05/14] update test recordings2 --- .../azure-mgmt-netapp/tests/conftest.py | 4 +- ...tAppAccounttest_create_delete_account.json | 178 +- ...NetAppAccounttest_get_account_by_name.json | 146 +- ...pyTestNetAppAccounttest_list_accounts.json | 300 +- ...pyTestNetAppAccounttest_patch_account.json | 146 +- ...ountBackuptest_delete_account_backups.json | 1824 ++-- ...AccountBackuptest_get_account_backups.json | 2290 +++-- ...ccountBackuptest_list_account_backups.json | 1924 ++-- ...NetAppBackuptest_create_delete_backup.json | 2466 +++--- ...stNetAppBackuptest_get_backup_by_name.json | 1798 ++-- ...estNetAppBackuptest_get_backup_status.json | 2289 +++-- ...up.pyTestNetAppBackuptest_list_backup.json | 2872 ++---- ....pyTestNetAppBackuptest_update_backup.json | 2314 +++-- ...iciestest_create_delete_backup_policy.json | 264 +- ...oliciestest_get_backup_policy_by_name.json | 266 +- ...ckupPoliciestest_list_backup_policies.json | 398 +- ...upPoliciestest_update_backup_policies.json | 308 +- ...ppCapacityPooltest_create_delete_pool.json | 314 +- ...tAppCapacityPooltest_get_pool_by_name.json | 336 +- ...TestNetAppCapacityPooltest_list_pools.json | 506 +- ...TestNetAppCapacityPooltest_patch_pool.json | 370 +- ...estNetAppCapacityPooltest_update_pool.json | 380 +- ...ppSnapshottest_create_delete_snapshot.json | 994 +-- ...tAppSnapshottest_get_snapshot_by_name.json | 1031 ++- ...TestNetAppSnapshottest_list_snapshots.json | 1191 +-- ...test_assign_snapshot_policy_to_volume.json | 1132 +-- ...icytest_create_delete_snapshot_policy.json | 198 +- ...olicytest_get_snapshot_policy_by_name.json | 222 +- ...shotPolicytest_list_snapshot_policies.json | 314 +- ...otPolicytest_update_snapshot_policies.json | 262 +- ...stNetAppSubvolumetest_crud_subvolumes.json | 1056 ++- ...yTestNetAppSubvolumetest_get_metadata.json | 1120 ++- ...estNetAppSubvolumetest_list_by_volume.json | 1958 +--- ...vault.pyTestNetAppVaulttest_get_vault.json | 848 +- ...pVolumetest_create_delete_list_volume.json | 812 +- ...stNetAppVolumetest_get_volume_by_name.json | 766 +- ...e.pyTestNetAppVolumetest_list_volumes.json | 1056 ++- ...e.pyTestNetAppVolumetest_patch_volume.json | 826 +- ...me.pyTestNetAppVolumetest_pool_change.json | 970 +- ....pyTestNetAppVolumetest_update_volume.json | 817 +- ...stNetAppVolumetest_volume_replication.json | 7846 ++++++++++------- 41 files changed, 24398 insertions(+), 20714 deletions(-) diff --git a/sdk/netapp/azure-mgmt-netapp/tests/conftest.py b/sdk/netapp/azure-mgmt-netapp/tests/conftest.py index 0c43e54b8f3e..926803a39a31 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/conftest.py +++ b/sdk/netapp/azure-mgmt-netapp/tests/conftest.py @@ -31,7 +31,7 @@ from dotenv import load_dotenv from devtools_testutils import test_proxy, add_general_regex_sanitizer -from devtools_testutils import add_header_regex_sanitizer, add_body_key_sanitizer +from devtools_testutils import add_header_regex_sanitizer, add_general_string_sanitizer, add_body_key_sanitizer # Ignore async tests for Python < 3.5 collect_ignore_glob = [] @@ -49,7 +49,7 @@ def add_sanitizers(test_proxy): add_general_regex_sanitizer(regex=subscription_id, value="00000000-0000-0000-0000-000000000000") add_general_regex_sanitizer(regex=tenant_id, value="00000000-0000-0000-0000-000000000000") add_general_regex_sanitizer(regex=client_id, value="00000000-0000-0000-0000-000000000000") - #add_general_regex_sanitizer(regex=client_secret, value="00000000-0000-0000-0000-000000000000") + add_general_string_sanitizer(target=client_secret, value="00000000-0000-0000-0000-000000000000") add_header_regex_sanitizer(key="Set-Cookie", value="[set-cookie;]") add_header_regex_sanitizer(key="Cookie", value="cookie;") add_body_key_sanitizer(json_path="$..access_token", value="access_token") \ No newline at end of file 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 33fdf7335998..eff31b24196b 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:07:00 GMT", + "Date": "Sat, 22 Oct 2022 09:32:09 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.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:07:00 GMT", + "Date": "Sat, 22 Oct 2022 09:32:09 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.13777.6 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "79336443-3835-459e-9e36-600b484f8956", + "client-request-id": "0dac240f-45b5-4818-923d-c66e72b569b4", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "79336443-3835-459e-9e36-600b484f8956", + "client-request-id": "0dac240f-45b5-4818-923d-c66e72b569b4", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:07:00 GMT", + "Date": "Sat, 22 Oct 2022 09:32:09 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -227,7 +227,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:07:02 GMT", + "Date": "Sat, 22 Oct 2022 09:32:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -235,21 +235,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d453505e-c451-42eb-a71f-d731dea3d6a4", + "x-ms-correlation-request-id": "e8cdbbe3-3d93-43da-a7c9-ff26ea12d8a1", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130703Z:d453505e-c451-42eb-a71f-d731dea3d6a4", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093212Z:e8cdbbe3-3d93-43da-a7c9-ff26ea12d8a1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434", + "name": "sdk-py-tests-acc-1-c6cd2434", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-20T11%3A05%3A04.4284968Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A32.9854599Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-20T11:05:02.3073132Z" + "CreatedOnDate": "2022-10-21T12:39:30.9379065Z" }, "properties": { "activeDirectories": [ @@ -278,10 +278,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-09-20T11:05:03.4968142Z", + "createdAt": "2022-10-21T12:39:31.9750554Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T11:05:03.4968142Z" + "lastModifiedAt": "2022-10-21T12:39:31.9750554Z" } } ] @@ -303,30 +303,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8acd649-863d-461f-a3b5-3434cf5bca0b?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0252d8e6-84f6-422b-8306-40bc061f6c0a?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "704", + "Content-Length": "705", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:07:10 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A08.8022827Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:32:20 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A19.712494Z\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": "c4372ec8-b8b9-4e13-9816-6753fd35dfae", + "x-ms-correlation-request-id": "85183966-47ed-4f13-921d-e8cf7d208dd6", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130710Z:c4372ec8-b8b9-4e13-9816-6753fd35dfae", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093221Z:85183966-47ed-4f13-921d-e8cf7d208dd6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6", "name": "sdk-py-tests-acc-1-42c027f6", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A08.8022827Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A19.712494Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:07:05.0451901Z" + "CreatedOnDate": "2022-10-22T09:32:15.6859504Z" }, "properties": { "provisioningState": "Creating" @@ -334,15 +334,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:07:08.590783Z", + "createdAt": "2022-10-22T09:32:19.5001743Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:07:08.590783Z" + "lastModifiedAt": "2022-10-22T09:32:19.5001743Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8acd649-863d-461f-a3b5-3434cf5bca0b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0252d8e6-84f6-422b-8306-40bc061f6c0a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -356,7 +356,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:07:10 GMT", + "Date": "Sat, 22 Oct 2022 09:32:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -364,17 +364,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e54462b-6ee3-4857-86f0-c8daf8e380d1", + "x-ms-correlation-request-id": "3e0eb799-d9c6-48ed-bdab-fa7c0b04a316", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130710Z:2e54462b-6ee3-4857-86f0-c8daf8e380d1", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093221Z:3e0eb799-d9c6-48ed-bdab-fa7c0b04a316", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8acd649-863d-461f-a3b5-3434cf5bca0b", - "name": "c8acd649-863d-461f-a3b5-3434cf5bca0b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0252d8e6-84f6-422b-8306-40bc061f6c0a", + "name": "0252d8e6-84f6-422b-8306-40bc061f6c0a", "status": "Succeeded", - "startTime": "2022-10-18T13:07:08.8339883Z", - "endTime": "2022-10-18T13:07:08.9433321Z", + "startTime": "2022-10-22T09:32:19.7060926Z", + "endTime": "2022-10-22T09:32:19.7842386Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6" @@ -396,8 +396,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:07:10 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A08.9210144Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:32:21 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A19.775221Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -405,19 +405,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2181922-7511-4bfb-8180-d1b520494c11", + "x-ms-correlation-request-id": "0692df74-8167-4ea8-9a9f-a5b941d79c0b", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130711Z:b2181922-7511-4bfb-8180-d1b520494c11", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093222Z:0692df74-8167-4ea8-9a9f-a5b941d79c0b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6", "name": "sdk-py-tests-acc-1-42c027f6", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A08.9210144Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A19.775221Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:07:05.0451901Z" + "CreatedOnDate": "2022-10-22T09:32:15.6859504Z" }, "properties": { "activeDirectories": [ @@ -446,10 +446,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:07:08.590783Z", + "createdAt": "2022-10-22T09:32:19.5001743Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:07:08.590783Z" + "lastModifiedAt": "2022-10-22T09:32:19.5001743Z" } } }, @@ -468,7 +468,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:07:11 GMT", + "Date": "Sat, 22 Oct 2022 09:32:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -476,9 +476,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d8d92047-324c-4949-b3cc-9ac4763b5a45", + "x-ms-correlation-request-id": "40e71fb5-8488-4aee-a1ae-29e9292fa52c", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130711Z:d8d92047-324c-4949-b3cc-9ac4763b5a45", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093222Z:40e71fb5-8488-4aee-a1ae-29e9292fa52c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -487,10 +487,10 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6", "name": "sdk-py-tests-acc-1-42c027f6", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A08.9210144Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A19.775221Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:07:05.0451901Z" + "CreatedOnDate": "2022-10-22T09:32:15.6859504Z" }, "properties": { "activeDirectories": [ @@ -519,20 +519,20 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:07:08.590783Z", + "createdAt": "2022-10-22T09:32:19.5001743Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:07:08.590783Z" + "lastModifiedAt": "2022-10-22T09:32:19.5001743Z" } }, { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434", + "name": "sdk-py-tests-acc-1-c6cd2434", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-20T11%3A05%3A04.4284968Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A32.9854599Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-20T11:05:02.3073132Z" + "CreatedOnDate": "2022-10-21T12:39:30.9379065Z" }, "properties": { "activeDirectories": [ @@ -561,10 +561,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-09-20T11:05:03.4968142Z", + "createdAt": "2022-10-21T12:39:31.9750554Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T11:05:03.4968142Z" + "lastModifiedAt": "2022-10-21T12:39:31.9750554Z" } } ] @@ -583,25 +583,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/649b13fc-1cc5-46f9-aa96-597a26a1af3f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/83b911c7-630b-4642-9020-2ebc164e9aac?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 18 Oct 2022 13:07:11 GMT", + "Date": "Sat, 22 Oct 2022 09:32:22 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/649b13fc-1cc5-46f9-aa96-597a26a1af3f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/83b911c7-630b-4642-9020-2ebc164e9aac?api-version=2022-05-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": "d6689094-4b33-4527-8b99-e8ef0ba3eccb", + "x-ms-correlation-request-id": "c9da1505-c64d-46d0-aa23-ccbe6f05f101", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130711Z:d6689094-4b33-4527-8b99-e8ef0ba3eccb", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093223Z:c9da1505-c64d-46d0-aa23-ccbe6f05f101", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/649b13fc-1cc5-46f9-aa96-597a26a1af3f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/83b911c7-630b-4642-9020-2ebc164e9aac?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -615,7 +615,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:07:12 GMT", + "Date": "Sat, 22 Oct 2022 09:32:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -623,17 +623,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dd9be6ff-bc8d-4ad5-b9f2-f8bff45835a5", + "x-ms-correlation-request-id": "dd9820cb-2e2c-4547-a392-f6560209dba3", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130712Z:dd9be6ff-bc8d-4ad5-b9f2-f8bff45835a5", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093223Z:dd9820cb-2e2c-4547-a392-f6560209dba3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/649b13fc-1cc5-46f9-aa96-597a26a1af3f", - "name": "649b13fc-1cc5-46f9-aa96-597a26a1af3f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/83b911c7-630b-4642-9020-2ebc164e9aac", + "name": "83b911c7-630b-4642-9020-2ebc164e9aac", "status": "Succeeded", - "startTime": "2022-10-18T13:07:11.8360456Z", - "endTime": "2022-10-18T13:07:11.9141918Z", + "startTime": "2022-10-22T09:32:22.9091765Z", + "endTime": "2022-10-22T09:32:22.9716752Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6" @@ -641,7 +641,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/649b13fc-1cc5-46f9-aa96-597a26a1af3f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/83b911c7-630b-4642-9020-2ebc164e9aac?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -655,7 +655,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:07:12 GMT", + "Date": "Sat, 22 Oct 2022 09:32:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -663,19 +663,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "90b0cb77-e882-421d-989e-e974722ec6ca", + "x-ms-correlation-request-id": "8a16ccf2-706e-463d-9f7f-0c6eb7804d0d", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130712Z:90b0cb77-e882-421d-989e-e974722ec6ca", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093223Z:8a16ccf2-706e-463d-9f7f-0c6eb7804d0d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6", "name": "sdk-py-tests-acc-1-42c027f6", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A11.8363291Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A22.9134242Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:07:05.0451901Z" + "CreatedOnDate": "2022-10-22T09:32:15.6859504Z" }, "properties": { "encryption": { @@ -686,10 +686,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:07:08.590783Z", + "createdAt": "2022-10-22T09:32:19.5001743Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:07:08.590783Z" + "lastModifiedAt": "2022-10-22T09:32:19.5001743Z" } } }, @@ -708,15 +708,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:07:13 GMT", + "Date": "Sat, 22 Oct 2022 09:32:23 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": "39cc93a7-fb8e-45c0-a90d-d4cd414c3e8d", + "x-ms-correlation-request-id": "a81fa69b-1f42-4b78-88d4-eaf4a61018e3", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130713Z:39cc93a7-fb8e-45c0-a90d-d4cd414c3e8d", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093224Z:a81fa69b-1f42-4b78-88d4-eaf4a61018e3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -741,7 +741,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:07:13 GMT", + "Date": "Sat, 22 Oct 2022 09:32:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -749,21 +749,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a385280-c5cc-4ed3-b935-9bbf745bbacc", + "x-ms-correlation-request-id": "5e070630-ecc2-48c6-8a27-15e8448435ab", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130713Z:2a385280-c5cc-4ed3-b935-9bbf745bbacc", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093224Z:5e070630-ecc2-48c6-8a27-15e8448435ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434", + "name": "sdk-py-tests-acc-1-c6cd2434", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-20T11%3A05%3A04.4284968Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A32.9854599Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-20T11:05:02.3073132Z" + "CreatedOnDate": "2022-10-21T12:39:30.9379065Z" }, "properties": { "activeDirectories": [ @@ -792,10 +792,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-09-20T11:05:03.4968142Z", + "createdAt": "2022-10-21T12:39:31.9750554Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T11:05:03.4968142Z" + "lastModifiedAt": "2022-10-21T12:39:31.9750554Z" } } ] 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 ce06c825bd02..0401f75f0cb6 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:08:48 GMT", + "Date": "Sat, 22 Oct 2022 09:32:36 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.13845.10 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:08:48 GMT", + "Date": "Sat, 22 Oct 2022 09:32:36 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.13845.10 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "dca6485e-fc49-4581-8fd4-6e8807f2b5b3", + "client-request-id": "94c991d8-6dec-4365-aa67-d61ae4e03eb6", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "dca6485e-fc49-4581-8fd4-6e8807f2b5b3", + "client-request-id": "94c991d8-6dec-4365-aa67-d61ae4e03eb6", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:08:48 GMT", + "Date": "Sat, 22 Oct 2022 09:32:36 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fdcbdaf7-a164-4bcf-b1ef-58f1e4c78aff?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e33d60fb-9133-4c43-b093-6a35c5fbebaa?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:08:58 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A08%3A57.7323498Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:32:40 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A39.9009704Z\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": "a9a3f60e-9cd5-43cf-91d9-bfdd8730fb52", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130859Z:a9a3f60e-9cd5-43cf-91d9-bfdd8730fb52", + "x-ms-correlation-request-id": "d044901f-1374-4d8f-be65-79d2190dc369", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093241Z:d044901f-1374-4d8f-be65-79d2190dc369", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a", "name": "sdk-py-tests-acc-1-f2b1272a", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A08%3A57.7323498Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A39.9009704Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:08:54.4208543Z" + "CreatedOnDate": "2022-10-22T09:32:38.6096439Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:08:56.6771271Z", + "createdAt": "2022-10-22T09:32:39.7190414Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:08:56.6771271Z" + "lastModifiedAt": "2022-10-22T09:32:39.7190414Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fdcbdaf7-a164-4bcf-b1ef-58f1e4c78aff?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e33d60fb-9133-4c43-b093-6a35c5fbebaa?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:08:58 GMT", + "Date": "Sat, 22 Oct 2022 09:32:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50038068-cdc6-46de-b096-f3d0a108e2df", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130859Z:50038068-cdc6-46de-b096-f3d0a108e2df", + "x-ms-correlation-request-id": "03af1e43-2bb4-438f-a64b-cf91296eb469", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093241Z:03af1e43-2bb4-438f-a64b-cf91296eb469", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fdcbdaf7-a164-4bcf-b1ef-58f1e4c78aff", - "name": "fdcbdaf7-a164-4bcf-b1ef-58f1e4c78aff", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e33d60fb-9133-4c43-b093-6a35c5fbebaa", + "name": "e33d60fb-9133-4c43-b093-6a35c5fbebaa", "status": "Succeeded", - "startTime": "2022-10-18T13:08:57.7372164Z", - "endTime": "2022-10-18T13:08:57.799788Z", + "startTime": "2022-10-22T09:32:39.9029403Z", + "endTime": "2022-10-22T09:32:39.9341717Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:08:58 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A08%3A57.8120991Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:32:41 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A39.9386767Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b3e0b27a-6003-4b27-b69b-3816a191c51c", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130859Z:b3e0b27a-6003-4b27-b69b-3816a191c51c", + "x-ms-correlation-request-id": "371135da-0f0a-436f-b903-714cb17ad5fc", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093241Z:371135da-0f0a-436f-b903-714cb17ad5fc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a", "name": "sdk-py-tests-acc-1-f2b1272a", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A08%3A57.8120991Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A39.9386767Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:08:54.4208543Z" + "CreatedOnDate": "2022-10-22T09:32:38.6096439Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:08:56.6771271Z", + "createdAt": "2022-10-22T09:32:39.7190414Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:08:56.6771271Z" + "lastModifiedAt": "2022-10-22T09:32:39.7190414Z" } } }, @@ -393,8 +393,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:08:59 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A08%3A57.8120991Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:32:41 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A39.9386767Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -402,19 +402,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1823771c-e810-450c-bbbd-aa2a9b6adc97", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130900Z:1823771c-e810-450c-bbbd-aa2a9b6adc97", + "x-ms-correlation-request-id": "59833a5e-bc60-49e9-97b8-d135bdd7abb4", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093242Z:59833a5e-bc60-49e9-97b8-d135bdd7abb4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a", "name": "sdk-py-tests-acc-1-f2b1272a", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A08%3A57.8120991Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A39.9386767Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:08:54.4208543Z" + "CreatedOnDate": "2022-10-22T09:32:38.6096439Z" }, "properties": { "activeDirectories": [ @@ -443,10 +443,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:08:56.6771271Z", + "createdAt": "2022-10-22T09:32:39.7190414Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:08:56.6771271Z" + "lastModifiedAt": "2022-10-22T09:32:39.7190414Z" } } }, @@ -463,25 +463,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ef6b6ef-c2c6-4f0a-a619-1bf9f4447d22?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/86d6d0c5-e6b3-41f4-bc07-462a049f7a43?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 18 Oct 2022 13:09:00 GMT", + "Date": "Sat, 22 Oct 2022 09:32:42 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ef6b6ef-c2c6-4f0a-a619-1bf9f4447d22?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/86d6d0c5-e6b3-41f4-bc07-462a049f7a43?api-version=2022-05-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": "0283c494-46ea-4608-bbea-89b6e87b41ee", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130900Z:0283c494-46ea-4608-bbea-89b6e87b41ee", + "x-ms-correlation-request-id": "9634430a-a9df-4f71-82c7-b300213e548c", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093242Z:9634430a-a9df-4f71-82c7-b300213e548c", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ef6b6ef-c2c6-4f0a-a619-1bf9f4447d22?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/86d6d0c5-e6b3-41f4-bc07-462a049f7a43?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -495,7 +495,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:09:00 GMT", + "Date": "Sat, 22 Oct 2022 09:32:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -503,17 +503,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "158502d8-3423-4852-919e-22538a654ec1", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130901Z:158502d8-3423-4852-919e-22538a654ec1", + "x-ms-correlation-request-id": "5003c4ea-8615-4544-a4c2-9be998348e91", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093243Z:5003c4ea-8615-4544-a4c2-9be998348e91", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ef6b6ef-c2c6-4f0a-a619-1bf9f4447d22", - "name": "6ef6b6ef-c2c6-4f0a-a619-1bf9f4447d22", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/86d6d0c5-e6b3-41f4-bc07-462a049f7a43", + "name": "86d6d0c5-e6b3-41f4-bc07-462a049f7a43", "status": "Succeeded", - "startTime": "2022-10-18T13:09:00.7068079Z", - "endTime": "2022-10-18T13:09:00.8161131Z", + "startTime": "2022-10-22T09:32:42.8438004Z", + "endTime": "2022-10-22T09:32:42.8907446Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a" @@ -521,7 +521,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6ef6b6ef-c2c6-4f0a-a619-1bf9f4447d22?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/86d6d0c5-e6b3-41f4-bc07-462a049f7a43?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -535,7 +535,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:09:00 GMT", + "Date": "Sat, 22 Oct 2022 09:32:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -543,19 +543,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2cf8304f-2f53-495c-8668-a98be67553ef", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130901Z:2cf8304f-2f53-495c-8668-a98be67553ef", + "x-ms-correlation-request-id": "58915fce-6326-4111-9200-14dd07ed3bfe", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093243Z:58915fce-6326-4111-9200-14dd07ed3bfe", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a", "name": "sdk-py-tests-acc-1-f2b1272a", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A09%3A00.7124242Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A42.8480104Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:08:54.4208543Z" + "CreatedOnDate": "2022-10-22T09:32:38.6096439Z" }, "properties": { "encryption": { @@ -566,10 +566,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:08:56.6771271Z", + "createdAt": "2022-10-22T09:32:39.7190414Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:08:56.6771271Z" + "lastModifiedAt": "2022-10-22T09:32:39.7190414Z" } } }, @@ -588,15 +588,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:09:00 GMT", + "Date": "Sat, 22 Oct 2022 09:32:43 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": "260f4bad-25db-40e3-9b27-8e9a73a86063", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130901Z:260f4bad-25db-40e3-9b27-8e9a73a86063", + "x-ms-correlation-request-id": "0edca61d-f78e-457e-9bca-47b15efdf2c1", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093243Z:0edca61d-f78e-457e-9bca-47b15efdf2c1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 623d3e493825..c46e78bbe2d4 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:07:46 GMT", + "Date": "Sat, 22 Oct 2022 09:32:23 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.13845.10 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:07:46 GMT", + "Date": "Sat, 22 Oct 2022 09:32:23 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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "1f3150bf-cf60-482f-b338-311d78c5cd7f", + "client-request-id": "27ee2685-d04c-44ad-819c-2c0310a0d0eb", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "1f3150bf-cf60-482f-b338-311d78c5cd7f", + "client-request-id": "27ee2685-d04c-44ad-819c-2c0310a0d0eb", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:07:46 GMT", + "Date": "Sat, 22 Oct 2022 09:32:24 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13845.10 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -227,7 +227,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:07:49 GMT", + "Date": "Sat, 22 Oct 2022 09:32:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -235,21 +235,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e05ad5b3-632a-4410-b872-c6877c9a3767", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130750Z:e05ad5b3-632a-4410-b872-c6877c9a3767", + "x-ms-correlation-request-id": "bd27233c-6f77-4eab-a491-960776b3db3d", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093225Z:bd27233c-6f77-4eab-a491-960776b3db3d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434", + "name": "sdk-py-tests-acc-1-c6cd2434", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-20T11%3A05%3A04.4284968Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A32.9854599Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-20T11:05:02.3073132Z" + "CreatedOnDate": "2022-10-21T12:39:30.9379065Z" }, "properties": { "activeDirectories": [ @@ -278,10 +278,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-09-20T11:05:03.4968142Z", + "createdAt": "2022-10-21T12:39:31.9750554Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T11:05:03.4968142Z" + "lastModifiedAt": "2022-10-21T12:39:31.9750554Z" } } ] @@ -303,30 +303,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1bf3abf-0e45-4e48-ba76-e8d7aefbbb98?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d23489c9-c09b-4340-b49e-f1e99a0bcb57?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "704", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:07:55 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A54.9623301Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:32:29 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A27.6789463Z\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": "511c2839-342c-40fd-b58c-c24b47998711", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130755Z:511c2839-342c-40fd-b58c-c24b47998711", + "x-ms-correlation-request-id": "c79e4cf0-f890-42a7-bb8b-18824e4200ab", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093229Z:c79e4cf0-f890-42a7-bb8b-18824e4200ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df", "name": "sdk-py-tests-acc-1-af624df", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A54.9623301Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A27.6789463Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:07:52.0830570Z" + "CreatedOnDate": "2022-10-22T09:32:26.4230629Z" }, "properties": { "provisioningState": "Creating" @@ -334,15 +334,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:07:54.7867656Z", + "createdAt": "2022-10-22T09:32:27.5229871Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:07:54.7867656Z" + "lastModifiedAt": "2022-10-22T09:32:27.5229871Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1bf3abf-0e45-4e48-ba76-e8d7aefbbb98?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d23489c9-c09b-4340-b49e-f1e99a0bcb57?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -356,7 +356,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:07:55 GMT", + "Date": "Sat, 22 Oct 2022 09:32:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -364,17 +364,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8feb3bed-6daf-4b19-bb02-ef600a4b0f55", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130756Z:8feb3bed-6daf-4b19-bb02-ef600a4b0f55", + "x-ms-correlation-request-id": "82a2c8f5-55f2-4a29-9daa-f4198d7eb311", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093229Z:82a2c8f5-55f2-4a29-9daa-f4198d7eb311", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1bf3abf-0e45-4e48-ba76-e8d7aefbbb98", - "name": "f1bf3abf-0e45-4e48-ba76-e8d7aefbbb98", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d23489c9-c09b-4340-b49e-f1e99a0bcb57", + "name": "d23489c9-c09b-4340-b49e-f1e99a0bcb57", "status": "Succeeded", - "startTime": "2022-10-18T13:07:54.9565677Z", - "endTime": "2022-10-18T13:07:55.0191347Z", + "startTime": "2022-10-22T09:32:27.6748097Z", + "endTime": "2022-10-22T09:32:27.7060489Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df" @@ -396,8 +396,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:07:55 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A55.0273683Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:32:29 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A27.709678Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -405,19 +405,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a38d4ed-7c17-4775-a422-278e6948c91d", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130756Z:2a38d4ed-7c17-4775-a422-278e6948c91d", + "x-ms-correlation-request-id": "d03a3868-ef0f-4530-aba8-c3c6550c393b", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093229Z:d03a3868-ef0f-4530-aba8-c3c6550c393b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df", "name": "sdk-py-tests-acc-1-af624df", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A55.0273683Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A27.709678Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:07:52.0830570Z" + "CreatedOnDate": "2022-10-22T09:32:26.4230629Z" }, "properties": { "activeDirectories": [ @@ -446,10 +446,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:07:54.7867656Z", + "createdAt": "2022-10-22T09:32:27.5229871Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:07:54.7867656Z" + "lastModifiedAt": "2022-10-22T09:32:27.5229871Z" } } }, @@ -469,30 +469,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3101a3ce-ad2e-43d3-ada5-a9870c78b2d6?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a5c43a09-a5d6-4091-a975-6b0e7889befe?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "704", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:07:58 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A57.8796412Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:32:32 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A31.6057056Z\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": "2ee15cbd-8606-4af1-9738-2bf326b193d5", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130759Z:2ee15cbd-8606-4af1-9738-2bf326b193d5", + "x-ms-correlation-request-id": "e076a19e-ea41-4a77-86b4-a77328233025", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093232Z:e076a19e-ea41-4a77-86b4-a77328233025", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df", "name": "sdk-py-tests-acc-2-af624df", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A57.8796412Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A31.6057056Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:07:56.9212663Z" + "CreatedOnDate": "2022-10-22T09:32:30.1787685Z" }, "properties": { "provisioningState": "Creating" @@ -500,15 +500,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:07:57.7419436Z", + "createdAt": "2022-10-22T09:32:31.4319382Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:07:57.7419436Z" + "lastModifiedAt": "2022-10-22T09:32:31.4319382Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3101a3ce-ad2e-43d3-ada5-a9870c78b2d6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a5c43a09-a5d6-4091-a975-6b0e7889befe?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -522,7 +522,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:07:58 GMT", + "Date": "Sat, 22 Oct 2022 09:32:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -530,17 +530,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8cc4ac63-b3b6-4534-93d4-9ce4f4483987", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130759Z:8cc4ac63-b3b6-4534-93d4-9ce4f4483987", + "x-ms-correlation-request-id": "16344e16-a431-4c1a-86b9-100072ea4fa3", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093233Z:16344e16-a431-4c1a-86b9-100072ea4fa3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3101a3ce-ad2e-43d3-ada5-a9870c78b2d6", - "name": "3101a3ce-ad2e-43d3-ada5-a9870c78b2d6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a5c43a09-a5d6-4091-a975-6b0e7889befe", + "name": "a5c43a09-a5d6-4091-a975-6b0e7889befe", "status": "Succeeded", - "startTime": "2022-10-18T13:07:57.8834762Z", - "endTime": "2022-10-18T13:07:57.9147346Z", + "startTime": "2022-10-22T09:32:31.606156Z", + "endTime": "2022-10-22T09:32:31.6686863Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df" @@ -562,8 +562,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:07:59 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A57.9246946Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:32:33 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A31.6744085Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -571,19 +571,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "90f33139-b83c-4d65-8bb4-7faf3844e554", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130759Z:90f33139-b83c-4d65-8bb4-7faf3844e554", + "x-ms-correlation-request-id": "7e7448dc-b8f6-46de-8b87-04923988164b", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093233Z:7e7448dc-b8f6-46de-8b87-04923988164b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df", "name": "sdk-py-tests-acc-2-af624df", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A57.9246946Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A31.6744085Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:07:56.9212663Z" + "CreatedOnDate": "2022-10-22T09:32:30.1787685Z" }, "properties": { "activeDirectories": [ @@ -612,10 +612,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:07:57.7419436Z", + "createdAt": "2022-10-22T09:32:31.4319382Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:07:57.7419436Z" + "lastModifiedAt": "2022-10-22T09:32:31.4319382Z" } } }, @@ -634,7 +634,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:07:59 GMT", + "Date": "Sat, 22 Oct 2022 09:32:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -642,21 +642,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d56428e-fbf5-40cb-82c7-879b28dc7e72", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130800Z:6d56428e-fbf5-40cb-82c7-879b28dc7e72", + "x-ms-correlation-request-id": "7e73a8d3-9114-402c-9566-a3f1434c8126", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093233Z:7e73a8d3-9114-402c-9566-a3f1434c8126", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df", + "name": "sdk-py-tests-acc-1-af624df", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-09-20T11%3A05%3A04.4284968Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A27.709678Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-09-20T11:05:02.3073132Z" + "CreatedOnDate": "2022-10-22T09:32:26.4230629Z" }, "properties": { "activeDirectories": [ @@ -685,20 +685,20 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-09-20T11:05:03.4968142Z", + "createdAt": "2022-10-22T09:32:27.5229871Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-09-20T11:05:03.4968142Z" + "lastModifiedAt": "2022-10-22T09:32:27.5229871Z" } }, { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df", - "name": "sdk-py-tests-acc-1-af624df", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434", + "name": "sdk-py-tests-acc-1-c6cd2434", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A55.0273683Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A32.9854599Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:07:52.0830570Z" + "CreatedOnDate": "2022-10-21T12:39:30.9379065Z" }, "properties": { "activeDirectories": [ @@ -727,20 +727,20 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:07:54.7867656Z", + "createdAt": "2022-10-21T12:39:31.9750554Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:07:54.7867656Z" + "lastModifiedAt": "2022-10-21T12:39:31.9750554Z" } }, { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df", "name": "sdk-py-tests-acc-2-af624df", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A07%3A57.9246946Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A31.6744085Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:07:56.9212663Z" + "CreatedOnDate": "2022-10-22T09:32:30.1787685Z" }, "properties": { "activeDirectories": [ @@ -769,10 +769,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:07:57.7419436Z", + "createdAt": "2022-10-22T09:32:31.4319382Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:07:57.7419436Z" + "lastModifiedAt": "2022-10-22T09:32:31.4319382Z" } } ] @@ -791,25 +791,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d94fb034-5e63-442e-aa09-d2d7477d9c51?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c7ad751-f571-49d1-a79d-f3a1c6d0a176?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 18 Oct 2022 13:08:00 GMT", + "Date": "Sat, 22 Oct 2022 09:32:34 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d94fb034-5e63-442e-aa09-d2d7477d9c51?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c7ad751-f571-49d1-a79d-f3a1c6d0a176?api-version=2022-05-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": "ae61f05d-07f1-4715-9f0b-8523fa5f90b0", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130800Z:ae61f05d-07f1-4715-9f0b-8523fa5f90b0", + "x-ms-correlation-request-id": "a4dac31e-b75e-4544-8932-69ab6ec9ffc2", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093234Z:a4dac31e-b75e-4544-8932-69ab6ec9ffc2", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d94fb034-5e63-442e-aa09-d2d7477d9c51?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c7ad751-f571-49d1-a79d-f3a1c6d0a176?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -823,7 +823,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:08:00 GMT", + "Date": "Sat, 22 Oct 2022 09:32:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -831,17 +831,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a164a0ed-dd04-4116-8cc7-923f62de5398", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130801Z:a164a0ed-dd04-4116-8cc7-923f62de5398", + "x-ms-correlation-request-id": "6f1fbb73-3ec1-41b9-8386-4905f913da22", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093234Z:6f1fbb73-3ec1-41b9-8386-4905f913da22", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d94fb034-5e63-442e-aa09-d2d7477d9c51", - "name": "d94fb034-5e63-442e-aa09-d2d7477d9c51", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c7ad751-f571-49d1-a79d-f3a1c6d0a176", + "name": "6c7ad751-f571-49d1-a79d-f3a1c6d0a176", "status": "Succeeded", - "startTime": "2022-10-18T13:08:00.7909335Z", - "endTime": "2022-10-18T13:08:00.8534343Z", + "startTime": "2022-10-22T09:32:34.3254691Z", + "endTime": "2022-10-22T09:32:34.3723633Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df" @@ -849,7 +849,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d94fb034-5e63-442e-aa09-d2d7477d9c51?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c7ad751-f571-49d1-a79d-f3a1c6d0a176?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -863,7 +863,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:08:00 GMT", + "Date": "Sat, 22 Oct 2022 09:32:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "04da12de-2865-4adc-b345-b253b7378473", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130801Z:04da12de-2865-4adc-b345-b253b7378473", + "x-ms-correlation-request-id": "410d551c-8523-48cd-9b15-e900bf6a20c4", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093234Z:410d551c-8523-48cd-9b15-e900bf6a20c4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df", "name": "sdk-py-tests-acc-1-af624df", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A08%3A00.8030313Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A34.333885Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:07:52.0830570Z" + "CreatedOnDate": "2022-10-22T09:32:26.4230629Z" }, "properties": { "encryption": { @@ -894,10 +894,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:07:54.7867656Z", + "createdAt": "2022-10-22T09:32:27.5229871Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:07:54.7867656Z" + "lastModifiedAt": "2022-10-22T09:32:27.5229871Z" } } }, @@ -916,15 +916,15 @@ "Cache-Control": "no-cache", "Content-Length": "254", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:08:01 GMT", + "Date": "Sat, 22 Oct 2022 09:32: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": "2d997ae4-fa88-4601-9f4e-5f418858d358", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130801Z:2d997ae4-fa88-4601-9f4e-5f418858d358", + "x-ms-correlation-request-id": "744d73ab-a014-4935-b99f-9e758398ec76", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093235Z:744d73ab-a014-4935-b99f-9e758398ec76", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -947,25 +947,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b0997b93-d997-4fe5-a61b-c31a14e1049f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19a46b25-3dc2-4925-b685-43ee97a57f2f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 18 Oct 2022 13:08:01 GMT", + "Date": "Sat, 22 Oct 2022 09:32:35 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b0997b93-d997-4fe5-a61b-c31a14e1049f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19a46b25-3dc2-4925-b685-43ee97a57f2f?api-version=2022-05-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": "0e478476-e65f-4eac-a841-50ff5ad7fd9e", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130802Z:0e478476-e65f-4eac-a841-50ff5ad7fd9e", + "x-ms-correlation-request-id": "587773eb-aecb-45b7-8b92-8eda761ed03a", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093236Z:587773eb-aecb-45b7-8b92-8eda761ed03a", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b0997b93-d997-4fe5-a61b-c31a14e1049f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19a46b25-3dc2-4925-b685-43ee97a57f2f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -979,7 +979,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:08:02 GMT", + "Date": "Sat, 22 Oct 2022 09:32:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -987,17 +987,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee539ea1-12a4-4471-af92-1edd4661e085", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130802Z:ee539ea1-12a4-4471-af92-1edd4661e085", + "x-ms-correlation-request-id": "5336dd38-8fa1-4a73-81a4-9b3e5fabcbfe", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093236Z:5336dd38-8fa1-4a73-81a4-9b3e5fabcbfe", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b0997b93-d997-4fe5-a61b-c31a14e1049f", - "name": "b0997b93-d997-4fe5-a61b-c31a14e1049f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19a46b25-3dc2-4925-b685-43ee97a57f2f", + "name": "19a46b25-3dc2-4925-b685-43ee97a57f2f", "status": "Succeeded", - "startTime": "2022-10-18T13:08:02.4229074Z", - "endTime": "2022-10-18T13:08:02.4697877Z", + "startTime": "2022-10-22T09:32:36.0600101Z", + "endTime": "2022-10-22T09:32:36.1068924Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df" @@ -1005,7 +1005,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b0997b93-d997-4fe5-a61b-c31a14e1049f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19a46b25-3dc2-4925-b685-43ee97a57f2f?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1019,7 +1019,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:08:02 GMT", + "Date": "Sat, 22 Oct 2022 09:32:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1027,19 +1027,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87ac0edc-11ba-4440-9bd7-04df29b17ab9", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130803Z:87ac0edc-11ba-4440-9bd7-04df29b17ab9", + "x-ms-correlation-request-id": "38877e04-71f4-4b40-9177-abef3878f14f", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093236Z:38877e04-71f4-4b40-9177-abef3878f14f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df", "name": "sdk-py-tests-acc-2-af624df", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A08%3A02.4320903Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A36.0539007Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:07:56.9212663Z" + "CreatedOnDate": "2022-10-22T09:32:30.1787685Z" }, "properties": { "encryption": { @@ -1050,10 +1050,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:07:57.7419436Z", + "createdAt": "2022-10-22T09:32:31.4319382Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:07:57.7419436Z" + "lastModifiedAt": "2022-10-22T09:32:31.4319382Z" } } }, @@ -1072,15 +1072,15 @@ "Cache-Control": "no-cache", "Content-Length": "254", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:08:02 GMT", + "Date": "Sat, 22 Oct 2022 09:32:36 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": "2cf92cf1-5e70-4770-a97e-a71d65d2b6cb", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T130803Z:2cf92cf1-5e70-4770-a97e-a71d65d2b6cb", + "x-ms-correlation-request-id": "8245e9f6-71fa-4819-87a4-51061ee9eba7", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093237Z:8245e9f6-71fa-4819-87a4-51061ee9eba7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 75748a6e0461..01a2618e902b 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:10:03 GMT", + "Date": "Sat, 22 Oct 2022 09:32:43 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.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:10:03 GMT", + "Date": "Sat, 22 Oct 2022 09:32:43 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.13845.10 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "c7237407-8647-47da-8aae-7faf1d561e76", + "client-request-id": "f0ef0de9-99c1-4ace-80f6-dc1ba7f1c45c", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "c7237407-8647-47da-8aae-7faf1d561e76", + "client-request-id": "f0ef0de9-99c1-4ace-80f6-dc1ba7f1c45c", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:10:04 GMT", + "Date": "Sat, 22 Oct 2022 09:32:43 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13845.10 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2e0b6ee1-1a82-4fc1-8073-939138e01565?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a460b403-f4fa-4f74-b188-5aaef97747e7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "704", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:10:12 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A10%3A11.9984427Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:32:46 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A46.5421796Z\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": "0c778f1c-382b-4c44-86d0-e3a1710ac4b4", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131013Z:0c778f1c-382b-4c44-86d0-e3a1710ac4b4", + "x-ms-correlation-request-id": "3b34b979-2e2c-4991-87d1-f98a2917afcb", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093247Z:3b34b979-2e2c-4991-87d1-f98a2917afcb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0", "name": "sdk-py-tests-acc-1-93b24c0", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A10%3A11.9984427Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A46.5421796Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:10:08.2595660Z" + "CreatedOnDate": "2022-10-22T09:32:45.4113614Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:10:10.9282241Z", + "createdAt": "2022-10-22T09:32:46.3946496Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:10:10.9282241Z" + "lastModifiedAt": "2022-10-22T09:32:46.3946496Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2e0b6ee1-1a82-4fc1-8073-939138e01565?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a460b403-f4fa-4f74-b188-5aaef97747e7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:10:13 GMT", + "Date": "Sat, 22 Oct 2022 09:32:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6dd75f73-aabe-4aa9-97e5-5d70fb405569", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131013Z:6dd75f73-aabe-4aa9-97e5-5d70fb405569", + "x-ms-correlation-request-id": "b539b5dd-ee50-4b80-b64a-9353b0def574", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093247Z:b539b5dd-ee50-4b80-b64a-9353b0def574", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2e0b6ee1-1a82-4fc1-8073-939138e01565", - "name": "2e0b6ee1-1a82-4fc1-8073-939138e01565", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a460b403-f4fa-4f74-b188-5aaef97747e7", + "name": "a460b403-f4fa-4f74-b188-5aaef97747e7", "status": "Succeeded", - "startTime": "2022-10-18T13:10:12.000319Z", - "endTime": "2022-10-18T13:10:12.0472591Z", + "startTime": "2022-10-22T09:32:46.5454126Z", + "endTime": "2022-10-22T09:32:46.5610628Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:10:13 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A10%3A12.0569781Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:32:47 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A46.5648819Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cfd202dc-3b2e-4875-814e-bebc01f4f5e1", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131014Z:cfd202dc-3b2e-4875-814e-bebc01f4f5e1", + "x-ms-correlation-request-id": "2091af82-adc1-40fd-838a-d13c1704a8bb", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093248Z:2091af82-adc1-40fd-838a-d13c1704a8bb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0", "name": "sdk-py-tests-acc-1-93b24c0", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A10%3A12.0569781Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A46.5648819Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:10:08.2595660Z" + "CreatedOnDate": "2022-10-22T09:32:45.4113614Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:10:10.9282241Z", + "createdAt": "2022-10-22T09:32:46.3946496Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:10:10.9282241Z" + "lastModifiedAt": "2022-10-22T09:32:46.3946496Z" } } }, @@ -399,8 +399,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:10:15 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A10%3A14.7654062Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:32:49 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A48.5747303Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -408,20 +408,20 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5324d9d3-2084-459f-b197-9f014bf68025", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131016Z:5324d9d3-2084-459f-b197-9f014bf68025", + "x-ms-correlation-request-id": "fd5a8b45-bf19-469d-a8dc-b7da31de9b8f", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093249Z:fd5a8b45-bf19-469d-a8dc-b7da31de9b8f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0", "name": "sdk-py-tests-acc-1-93b24c0", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A10%3A14.7654062Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A48.5747303Z\u0027\u0022", "location": "westus2", "tags": { "Tag1": "Value2", - "CreatedOnDate": "2022-10-18T13:10:14.4742498Z" + "CreatedOnDate": "2022-10-22T09:32:48.2690241Z" }, "properties": { "provisioningState": "Succeeded", @@ -450,10 +450,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:10:10.9282241Z", + "createdAt": "2022-10-22T09:32:46.3946496Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:10:14.6493332Z" + "lastModifiedAt": "2022-10-22T09:32:48.4581882Z" } } }, @@ -470,25 +470,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2892c3fa-abda-4f0f-835e-aa612805e5ed?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/df931c77-6b6d-4b60-ab33-a6f5b25bd8f8?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 18 Oct 2022 13:10:16 GMT", + "Date": "Sat, 22 Oct 2022 09:32:49 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2892c3fa-abda-4f0f-835e-aa612805e5ed?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/df931c77-6b6d-4b60-ab33-a6f5b25bd8f8?api-version=2022-05-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": "de62d938-8533-458e-86cb-cf25b34f46c2", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131017Z:de62d938-8533-458e-86cb-cf25b34f46c2", + "x-ms-correlation-request-id": "522c9b35-09f6-46db-9226-43bf65f23aa8", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093250Z:522c9b35-09f6-46db-9226-43bf65f23aa8", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2892c3fa-abda-4f0f-835e-aa612805e5ed?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/df931c77-6b6d-4b60-ab33-a6f5b25bd8f8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -502,7 +502,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:10:16 GMT", + "Date": "Sat, 22 Oct 2022 09:32:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -510,17 +510,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38152369-36a0-49a5-900d-22dc75489c83", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131017Z:38152369-36a0-49a5-900d-22dc75489c83", + "x-ms-correlation-request-id": "b6172c58-f8db-463b-a11b-dc608140c867", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093250Z:b6172c58-f8db-463b-a11b-dc608140c867", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2892c3fa-abda-4f0f-835e-aa612805e5ed", - "name": "2892c3fa-abda-4f0f-835e-aa612805e5ed", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/df931c77-6b6d-4b60-ab33-a6f5b25bd8f8", + "name": "df931c77-6b6d-4b60-ab33-a6f5b25bd8f8", "status": "Succeeded", - "startTime": "2022-10-18T13:10:16.8912528Z", - "endTime": "2022-10-18T13:10:16.9693603Z", + "startTime": "2022-10-22T09:32:50.409775Z", + "endTime": "2022-10-22T09:32:50.5342228Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0" @@ -528,7 +528,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2892c3fa-abda-4f0f-835e-aa612805e5ed?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/df931c77-6b6d-4b60-ab33-a6f5b25bd8f8?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -542,7 +542,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:10:16 GMT", + "Date": "Sat, 22 Oct 2022 09:32:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -550,20 +550,20 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87309cab-a18e-406c-a6a7-13f677d5be56", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131017Z:87309cab-a18e-406c-a6a7-13f677d5be56", + "x-ms-correlation-request-id": "2788a88c-c674-4246-92f0-8f165c34851e", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093251Z:2788a88c-c674-4246-92f0-8f165c34851e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0", "name": "sdk-py-tests-acc-1-93b24c0", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A10%3A16.8921711Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A50.4136772Z\u0027\u0022", "location": "westus2", "tags": { "Tag1": "Value2", - "CreatedOnDate": "2022-10-18T13:10:14.4742498Z" + "CreatedOnDate": "2022-10-22T09:32:48.2690241Z" }, "properties": { "encryption": { @@ -574,10 +574,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:10:10.9282241Z", + "createdAt": "2022-10-22T09:32:46.3946496Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:10:14.6493332Z" + "lastModifiedAt": "2022-10-22T09:32:48.4581882Z" } } }, @@ -596,15 +596,15 @@ "Cache-Control": "no-cache", "Content-Length": "254", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:10:17 GMT", + "Date": "Sat, 22 Oct 2022 09:32: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": "7d3bac9b-12c1-4eb1-882a-c570e464dd1a", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131017Z:7d3bac9b-12c1-4eb1-882a-c570e464dd1a", + "x-ms-correlation-request-id": "b5d73a9e-22ad-43e9-a6ca-24f14433cd23", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093251Z:b5d73a9e-22ad-43e9-a6ca-24f14433cd23", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 21b23330d3cc..86f01403d66a 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 15:57:22 GMT", + "Date": "Fri, 21 Oct 2022 22:05:10 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.13845.10 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 15:57:23 GMT", + "Date": "Fri, 21 Oct 2022 22:05:10 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.13845.10 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "5d2ac991-a633-4458-bbac-d3db462c8cb0", + "client-request-id": "b3adf12f-6fea-45d2-af36-270f5a01d168", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "5d2ac991-a633-4458-bbac-d3db462c8cb0", + "client-request-id": "b3adf12f-6fea-45d2-af36-270f5a01d168", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 15:57:23 GMT", + "Date": "Fri, 21 Oct 2022 22:05:10 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13845.10 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a1b4fffe-605e-4b11-8bc3-f60573ab17ad?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b2c199c2-3e67-4e3c-93ea-8f79574f144c?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 15:57:31 GMT", + "Date": "Fri, 21 Oct 2022 22:05:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bec24fac-4254-4383-8e6a-d027b4b2f799", - "x-ms-correlation-request-id": "d946ccff-de18-4e3d-8057-a663fde0ea33", + "x-ms-arm-service-request-id": "6451f83d-4fb6-4846-96e9-b9e8e9f27203", + "x-ms-correlation-request-id": "76c2cde5-2d26-4f5d-95fb-50921606b519", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T155731Z:d946ccff-de18-4e3d-8057-a663fde0ea33" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T220520Z:76c2cde5-2d26-4f5d-95fb-50921606b519" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-aac12d96", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96", - "etag": "W/\u002273963bc7-ddc6-43dc-8233-6949277086b3\u0022", + "etag": "W/\u0022f27dc8d8-7b51-4e42-afee-a19cc20abeef\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T15:57:26.5673972Z" + "CreatedOnDate": "2022-10-21T22:05:13.0043493Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "cec60d48-4090-4655-9158-968a36cb4ea8", + "resourceGuid": "9403ded5-fee8-4f48-88c8-5174e91dc581", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a1b4fffe-605e-4b11-8bc3-f60573ab17ad?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b2c199c2-3e67-4e3c-93ea-8f79574f144c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,9 +293,10 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 15:57:31 GMT", + "Date": "Fri, 21 Oct 2022 22:05:20 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" @@ -304,10 +305,45 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "82cf4e27-9d9d-4026-b243-405a3e17e373", - "x-ms-correlation-request-id": "f1ca045b-264a-4f7e-88f4-615412dca708", + "x-ms-arm-service-request-id": "08233838-1441-48dd-97b6-8399043c1250", + "x-ms-correlation-request-id": "5e16d479-7f6f-44c3-9c71-2c19b9013f70", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T155732Z:f1ca045b-264a-4f7e-88f4-615412dca708" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T220520Z:5e16d479-7f6f-44c3-9c71-2c19b9013f70" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b2c199c2-3e67-4e3c-93ea-8f79574f144c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:05:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "fdad28a0-6ec4-4011-b7f9-60005dde2434", + "x-ms-correlation-request-id": "b0b6dbb7-3f1c-4adb-9d82-72c455516fd4", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T220530Z:b0b6dbb7-3f1c-4adb-9d82-72c455516fd4" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +364,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 15:57:33 GMT", - "ETag": "W/\u0022f7546149-ddca-4e62-ab0a-93821ac6e06c\u0022", + "Date": "Fri, 21 Oct 2022 22:05:30 GMT", + "ETag": "W/\u0022e8e524dd-b1ff-41d9-8137-d214250d9ede\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +376,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "caac6ad0-6ee6-412a-b537-575ceb1c1c89", - "x-ms-correlation-request-id": "53cffc96-31ea-41ce-8c6b-618deb875766", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T155733Z:53cffc96-31ea-41ce-8c6b-618deb875766" + "x-ms-arm-service-request-id": "4467d266-1121-44f8-84fe-6e2e94960c71", + "x-ms-correlation-request-id": "b253573b-2b40-4424-bbb8-3c2455126b84", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T220531Z:b253573b-2b40-4424-bbb8-3c2455126b84" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-aac12d96", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96", - "etag": "W/\u0022f7546149-ddca-4e62-ab0a-93821ac6e06c\u0022", + "etag": "W/\u0022e8e524dd-b1ff-41d9-8137-d214250d9ede\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T15:57:26.5673972Z" + "CreatedOnDate": "2022-10-21T22:05:13.0043493Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "cec60d48-4090-4655-9158-968a36cb4ea8", + "resourceGuid": "9403ded5-fee8-4f48-88c8-5174e91dc581", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +431,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/44326902-afb4-46d0-9143-7c05cb30ab52?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2850b571-cad3-4d92-b620-cdd0665a3f29?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 15:57:33 GMT", + "Date": "Fri, 21 Oct 2022 22:05:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +445,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e69ef24e-6027-409d-abcb-0721eb22551b", - "x-ms-correlation-request-id": "1cf33038-d12a-4901-a644-48bbf85f553a", + "x-ms-arm-service-request-id": "ff07252b-4e29-4ec0-ba94-8b516908d153", + "x-ms-correlation-request-id": "950009b1-b008-424c-981e-fd4a305e71d9", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T155733Z:1cf33038-d12a-4901-a644-48bbf85f553a" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T220531Z:950009b1-b008-424c-981e-fd4a305e71d9" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", - "etag": "W/\u002214343873-64a0-48ab-bc12-e88571874b8c\u0022", + "etag": "W/\u00226ef97962-4a31-4827-af92-dce338a2cc48\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +461,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002214343873-64a0-48ab-bc12-e88571874b8c\u0022", + "etag": "W/\u00226ef97962-4a31-4827-af92-dce338a2cc48\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +481,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/44326902-afb4-46d0-9143-7c05cb30ab52?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2850b571-cad3-4d92-b620-cdd0665a3f29?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +495,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 15:57:33 GMT", + "Date": "Fri, 21 Oct 2022 22:05:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +506,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d741e96b-f798-4789-8d51-d69c3122a66d", - "x-ms-correlation-request-id": "70a5bce0-2cd6-4fdf-8dff-0123e4786cfa", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T155734Z:70a5bce0-2cd6-4fdf-8dff-0123e4786cfa" + "x-ms-arm-service-request-id": "ba7a3876-6679-4a79-b889-a9d1c68903d0", + "x-ms-correlation-request-id": "9a121c34-d427-4446-8c05-5a7fcd230963", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T220531Z:9a121c34-d427-4446-8c05-5a7fcd230963" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +530,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 15:57:34 GMT", - "ETag": "W/\u00226d777740-4072-4f2b-90af-9ccf5d10e385\u0022", + "Date": "Fri, 21 Oct 2022 22:05:31 GMT", + "ETag": "W/\u00222ecfcfb3-32fb-4104-9a19-aba47205aefa\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +542,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "653ed75b-26cd-4e96-90c1-e88061719386", - "x-ms-correlation-request-id": "9aaa2401-bcea-4304-9e30-e9755b228da2", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T155734Z:9aaa2401-bcea-4304-9e30-e9755b228da2" + "x-ms-arm-service-request-id": "5335784e-812b-4f2e-97b8-65d89caa1f66", + "x-ms-correlation-request-id": "29063512-b65b-4d7f-99be-2236d08afb46", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T220532Z:29063512-b65b-4d7f-99be-2236d08afb46" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", - "etag": "W/\u00226d777740-4072-4f2b-90af-9ccf5d10e385\u0022", + "etag": "W/\u00222ecfcfb3-32fb-4104-9a19-aba47205aefa\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +558,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00226d777740-4072-4f2b-90af-9ccf5d10e385\u0022", + "etag": "W/\u00222ecfcfb3-32fb-4104-9a19-aba47205aefa\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -558,12 +594,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 15:57:34 GMT", + "Date": "Fri, 21 Oct 2022 22:05:32 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.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -652,12 +688,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 15:57:34 GMT", + "Date": "Fri, 21 Oct 2022 22:05:32 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.13777.6 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -713,7 +749,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "664acdec-7de7-4802-9a2e-cb8787b5d990", + "client-request-id": "3acc1c26-b18d-424a-88e0-eaf169470a7c", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -731,10 +767,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "664acdec-7de7-4802-9a2e-cb8787b5d990", + "client-request-id": "3acc1c26-b18d-424a-88e0-eaf169470a7c", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 15:57:34 GMT", + "Date": "Fri, 21 Oct 2022 22:05:32 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -742,7 +778,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -769,30 +805,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9e86d1cf-901b-44ed-b855-6ac9efecc6a0?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cd4093b-e94a-4b78-96be-c15d43cf152f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "704", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 15:57:38 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T15%3A57%3A38.0168176Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 22:05:36 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T22%3A05%3A35.8755133Z\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": "417a5a66-fad7-4162-91be-f14465955e79", + "x-ms-correlation-request-id": "f4ba853e-e250-4c89-8224-fb730d341419", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T155739Z:417a5a66-fad7-4162-91be-f14465955e79", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T220537Z:f4ba853e-e250-4c89-8224-fb730d341419", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T15%3A57%3A38.0168176Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A05%3A35.8755133Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T15:57:36.1048604Z" + "CreatedOnDate": "2022-10-21T22:05:33.7429928Z" }, "properties": { "provisioningState": "Creating" @@ -800,15 +836,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T15:57:37.096534Z", + "createdAt": "2022-10-21T22:05:34.912331Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T15:57:37.096534Z" + "lastModifiedAt": "2022-10-21T22:05:34.912331Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9e86d1cf-901b-44ed-b855-6ac9efecc6a0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cd4093b-e94a-4b78-96be-c15d43cf152f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -822,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 15:57:39 GMT", + "Date": "Fri, 21 Oct 2022 22:05:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -830,17 +866,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bc5e9e52-a96f-43aa-b2be-e797f5a05055", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T155739Z:bc5e9e52-a96f-43aa-b2be-e797f5a05055", + "x-ms-correlation-request-id": "0ae96fd5-d73f-4c98-9007-6b508f6df2fe", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T220537Z:0ae96fd5-d73f-4c98-9007-6b508f6df2fe", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9e86d1cf-901b-44ed-b855-6ac9efecc6a0", - "name": "9e86d1cf-901b-44ed-b855-6ac9efecc6a0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cd4093b-e94a-4b78-96be-c15d43cf152f", + "name": "7cd4093b-e94a-4b78-96be-c15d43cf152f", "status": "Succeeded", - "startTime": "2022-10-18T15:57:38.025764Z", - "endTime": "2022-10-18T15:57:38.0570809Z", + "startTime": "2022-10-21T22:05:35.8701804Z", + "endTime": "2022-10-21T22:05:35.9170522Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96" @@ -862,8 +898,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 15:57:39 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T15%3A57%3A38.065754Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 22:05:37 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T22%3A05%3A35.9221594Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,19 +907,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4437e76c-9800-4441-a910-d5a987dba5d6", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T155739Z:4437e76c-9800-4441-a910-d5a987dba5d6", + "x-ms-correlation-request-id": "72416ee6-7cd5-4d96-bee6-59a66a2897c9", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T220537Z:72416ee6-7cd5-4d96-bee6-59a66a2897c9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T15%3A57%3A38.065754Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A05%3A35.9221594Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T15:57:36.1048604Z" + "CreatedOnDate": "2022-10-21T22:05:33.7429928Z" }, "properties": { "activeDirectories": [ @@ -912,10 +948,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T15:57:37.096534Z", + "createdAt": "2022-10-21T22:05:34.912331Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T15:57:37.096534Z" + "lastModifiedAt": "2022-10-21T22:05:34.912331Z" } } }, @@ -941,30 +977,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2691c8ba-b7e6-4e2d-a619-7dc4c4e70613?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c05dbda8-c83f-4469-b346-5be9d56eab47?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "922", + "Content-Length": "921", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 15:57:42 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T15%3A57%3A41.2969179Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 22:05:39 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T22%3A05%3A39.559354Z\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": "c64b8212-bc7f-456c-b308-b7ab81b3cd5b", + "x-ms-correlation-request-id": "74f05e4c-4c89-48f7-b06e-d4ca7e3216f6", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T155742Z:c64b8212-bc7f-456c-b308-b7ab81b3cd5b", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T220540Z:74f05e4c-4c89-48f7-b06e-d4ca7e3216f6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-18T15%3A57%3A41.2969179Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A05%3A39.559354Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T15:57:40.1275621Z" + "CreatedOnDate": "2022-10-21T22:05:38.1482187Z" }, "properties": { "serviceLevel": "Premium", @@ -978,15 +1014,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T15:57:41.1143171Z", + "createdAt": "2022-10-21T22:05:39.3227312Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T15:57:41.1143171Z" + "lastModifiedAt": "2022-10-21T22:05:39.3227312Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2691c8ba-b7e6-4e2d-a619-7dc4c4e70613?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c05dbda8-c83f-4469-b346-5be9d56eab47?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1000,7 +1036,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 15:57:42 GMT", + "Date": "Fri, 21 Oct 2022 22:05:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1008,17 +1044,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb3643af-3b2b-4630-9976-5e42c45389c8", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T155742Z:fb3643af-3b2b-4630-9976-5e42c45389c8", + "x-ms-correlation-request-id": "35da4ff0-0916-45bc-87c9-cf31f209d024", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T220540Z:35da4ff0-0916-45bc-87c9-cf31f209d024", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2691c8ba-b7e6-4e2d-a619-7dc4c4e70613", - "name": "2691c8ba-b7e6-4e2d-a619-7dc4c4e70613", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c05dbda8-c83f-4469-b346-5be9d56eab47", + "name": "c05dbda8-c83f-4469-b346-5be9d56eab47", "status": "Succeeded", - "startTime": "2022-10-18T15:57:41.2949673Z", - "endTime": "2022-10-18T15:57:42.2325515Z", + "startTime": "2022-10-21T22:05:39.5579317Z", + "endTime": "2022-10-21T22:05:40.4173789Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1" @@ -1040,8 +1076,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 15:57:42 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T15%3A57%3A42.2353429Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 22:05:40 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T22%3A05%3A40.4125877Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1049,22 +1085,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "20e93112-4310-4cb8-ba96-8a4d74d3d59a", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T155743Z:20e93112-4310-4cb8-ba96-8a4d74d3d59a", + "x-ms-correlation-request-id": "8d7499f7-7b1d-4205-a9a9-63da12b79574", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T220541Z:8d7499f7-7b1d-4205-a9a9-63da12b79574", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-18T15%3A57%3A42.2353429Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A05%3A40.4125877Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T15:57:40.1275621Z" + "CreatedOnDate": "2022-10-21T22:05:38.1482187Z" }, "properties": { - "poolId": "bf17573a-5897-15db-734f-01c533ef3578", + "poolId": "46fa96e6-c6a1-b09a-eb32-f9771af9f870", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1077,10 +1113,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T15:57:41.1143171Z", + "createdAt": "2022-10-21T22:05:39.3227312Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T15:57:41.1143171Z" + "lastModifiedAt": "2022-10-21T22:05:39.3227312Z" } } }, @@ -1123,30 +1159,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 15:57:55 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T15%3A57%3A54.7471281Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 22:05:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T22%3A05%3A53.3292826Z\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": "66178007-9822-4c35-ac72-9fb7775810b9", + "x-ms-correlation-request-id": "7ac90635-eb74-4386-a358-5e634f7604ca", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T155756Z:66178007-9822-4c35-ac72-9fb7775810b9", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T220554Z:7ac90635-eb74-4386-a358-5e634f7604ca", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-18T15%3A57%3A54.7471281Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A05%3A53.3292826Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T15:57:53.4997172Z" + "CreatedOnDate": "2022-10-21T22:05:51.6422177Z" }, "properties": { "serviceLevel": "Premium", @@ -1176,15 +1212,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T15:57:54.5126759Z", + "createdAt": "2022-10-21T22:05:52.9721055Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T15:57:54.5126759Z" + "lastModifiedAt": "2022-10-21T22:05:52.9721055Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1198,7 +1234,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 15:57:55 GMT", + "Date": "Fri, 21 Oct 2022 22:05:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1206,16 +1242,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a097588-0ed0-4336-8c01-692f69ba75c2", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T155756Z:2a097588-0ed0-4336-8c01-692f69ba75c2", + "x-ms-correlation-request-id": "f0c7adaf-4d99-469c-b9dc-82921a791719", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T220554Z:f0c7adaf-4d99-469c-b9dc-82921a791719", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3", - "name": "f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91", + "name": "0e89d287-7a39-4485-80aa-6fce6272fa91", "status": "Creating", - "startTime": "2022-10-18T15:57:54.7533109Z", + "startTime": "2022-10-21T22:05:53.3346291Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1224,7 +1260,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1238,7 +1274,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 15:58:26 GMT", + "Date": "Fri, 21 Oct 2022 22:06:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1246,16 +1282,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e9d7c591-54ba-4ef4-ad01-3ba6a68d72ba", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T155826Z:e9d7c591-54ba-4ef4-ad01-3ba6a68d72ba", + "x-ms-correlation-request-id": "2953306b-a06f-43b3-bc31-30d52fb2e9ca", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T220624Z:2953306b-a06f-43b3-bc31-30d52fb2e9ca", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3", - "name": "f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91", + "name": "0e89d287-7a39-4485-80aa-6fce6272fa91", "status": "Creating", - "startTime": "2022-10-18T15:57:54.7533109Z", + "startTime": "2022-10-21T22:05:53.3346291Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1264,7 +1300,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1278,7 +1314,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 15:58:56 GMT", + "Date": "Fri, 21 Oct 2022 22:06:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1286,16 +1322,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7dff3742-4942-4b42-9df2-b0243bd196fe", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T155856Z:7dff3742-4942-4b42-9df2-b0243bd196fe", + "x-ms-correlation-request-id": "bc81186b-aa9f-4c55-9444-3ce49723546b", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T220655Z:bc81186b-aa9f-4c55-9444-3ce49723546b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3", - "name": "f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91", + "name": "0e89d287-7a39-4485-80aa-6fce6272fa91", "status": "Creating", - "startTime": "2022-10-18T15:57:54.7533109Z", + "startTime": "2022-10-21T22:05:53.3346291Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1304,7 +1340,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1318,7 +1354,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 15:59:27 GMT", + "Date": "Fri, 21 Oct 2022 22:07:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1326,16 +1362,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4f6999a8-24fb-4fc0-b1f7-e10e8543be35", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T155927Z:4f6999a8-24fb-4fc0-b1f7-e10e8543be35", + "x-ms-correlation-request-id": "4d0509f8-61fa-477b-8eed-0c5527ff6d04", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T220725Z:4d0509f8-61fa-477b-8eed-0c5527ff6d04", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3", - "name": "f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91", + "name": "0e89d287-7a39-4485-80aa-6fce6272fa91", "status": "Creating", - "startTime": "2022-10-18T15:57:54.7533109Z", + "startTime": "2022-10-21T22:05:53.3346291Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1344,7 +1380,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1358,7 +1394,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 15:59:56 GMT", + "Date": "Fri, 21 Oct 2022 22:07:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1366,16 +1402,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c61465c9-59b1-4bd5-9c84-877ced898bc2", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T155957Z:c61465c9-59b1-4bd5-9c84-877ced898bc2", + "x-ms-correlation-request-id": "c2e185ae-c681-43bf-ac23-c195e6deae48", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T220755Z:c2e185ae-c681-43bf-ac23-c195e6deae48", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3", - "name": "f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91", + "name": "0e89d287-7a39-4485-80aa-6fce6272fa91", "status": "Creating", - "startTime": "2022-10-18T15:57:54.7533109Z", + "startTime": "2022-10-21T22:05:53.3346291Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1384,7 +1420,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1398,7 +1434,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:00:26 GMT", + "Date": "Fri, 21 Oct 2022 22:08:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1406,16 +1442,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "302df8b6-811c-4bd2-a615-6dbffdde2e49", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160027Z:302df8b6-811c-4bd2-a615-6dbffdde2e49", + "x-ms-correlation-request-id": "258343e8-427d-4847-a02a-36a8f32c3f4a", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T220825Z:258343e8-427d-4847-a02a-36a8f32c3f4a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3", - "name": "f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91", + "name": "0e89d287-7a39-4485-80aa-6fce6272fa91", "status": "Creating", - "startTime": "2022-10-18T15:57:54.7533109Z", + "startTime": "2022-10-21T22:05:53.3346291Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1424,7 +1460,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1438,7 +1474,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:00:57 GMT", + "Date": "Fri, 21 Oct 2022 22:08:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,16 +1482,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "74e8d4a3-bb4c-46e6-a944-75bd6565f873", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160058Z:74e8d4a3-bb4c-46e6-a944-75bd6565f873", + "x-ms-correlation-request-id": "e6756415-66fa-4f71-a262-401868a65dbe", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T220856Z:e6756415-66fa-4f71-a262-401868a65dbe", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3", - "name": "f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91", + "name": "0e89d287-7a39-4485-80aa-6fce6272fa91", "status": "Creating", - "startTime": "2022-10-18T15:57:54.7533109Z", + "startTime": "2022-10-21T22:05:53.3346291Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1464,7 +1500,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1478,7 +1514,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:01:27 GMT", + "Date": "Fri, 21 Oct 2022 22:09:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1486,16 +1522,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce16b2e4-2df0-4a96-9518-896c18fe7359", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160128Z:ce16b2e4-2df0-4a96-9518-896c18fe7359", + "x-ms-correlation-request-id": "8f5e8e37-02cc-4807-9a66-1599d2d4470e", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T220926Z:8f5e8e37-02cc-4807-9a66-1599d2d4470e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3", - "name": "f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91", + "name": "0e89d287-7a39-4485-80aa-6fce6272fa91", "status": "Creating", - "startTime": "2022-10-18T15:57:54.7533109Z", + "startTime": "2022-10-21T22:05:53.3346291Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1504,7 +1540,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1518,7 +1554,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:01:59 GMT", + "Date": "Fri, 21 Oct 2022 22:09:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1526,17 +1562,137 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a5ab8980-504f-4fe6-8941-c6d14cf18750", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160159Z:a5ab8980-504f-4fe6-8941-c6d14cf18750", + "x-ms-correlation-request-id": "0b67f4a5-adba-4c60-970b-fd404f510f46", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T220956Z:0b67f4a5-adba-4c60-970b-fd404f510f46", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91", + "name": "0e89d287-7a39-4485-80aa-6fce6272fa91", + "status": "Creating", + "startTime": "2022-10-21T22:05:53.3346291Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:10: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": "7267cda9-739e-46a0-b858-411acb1fea18", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221026Z:7267cda9-739e-46a0-b858-411acb1fea18", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91", + "name": "0e89d287-7a39-4485-80aa-6fce6272fa91", + "status": "Creating", + "startTime": "2022-10-21T22:05:53.3346291Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:10: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": "8c356d46-c990-4344-b810-2ff65de062e6", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221057Z:8c356d46-c990-4344-b810-2ff65de062e6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9d50caf-703d-4009-aecb-d4c397d8f1c3", - "name": "f9d50caf-703d-4009-aecb-d4c397d8f1c3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91", + "name": "0e89d287-7a39-4485-80aa-6fce6272fa91", + "status": "Creating", + "startTime": "2022-10-21T22:05:53.3346291Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:11: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": "1f7f385e-dc3b-4d97-a5fa-241acc3b1a68", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221127Z:1f7f385e-dc3b-4d97-a5fa-241acc3b1a68", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91", + "name": "0e89d287-7a39-4485-80aa-6fce6272fa91", "status": "Succeeded", - "startTime": "2022-10-18T15:57:54.7533109Z", - "endTime": "2022-10-18T16:01:54.9413487Z", + "startTime": "2022-10-21T22:05:53.3346291Z", + "endTime": "2022-10-21T22:11:26.5148378Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" @@ -1558,8 +1714,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:01:59 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T16%3A01%3A54.9308845Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 22:11:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T22%3A11%3A26.5083709Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1567,22 +1723,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "19961407-c45c-40e4-86c1-83cbfabe1377", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160159Z:19961407-c45c-40e4-86c1-83cbfabe1377", + "x-ms-correlation-request-id": "20bf349f-af0d-4644-9a54-b3ac601670af", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221128Z:20bf349f-af0d-4644-9a54-b3ac601670af", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-18T16%3A01%3A54.9308845Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A11%3A26.5083709Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T15:57:53.4997172Z" + "CreatedOnDate": "2022-10-21T22:05:51.6422177Z" }, "properties": { - "fileSystemId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "fileSystemId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-aac12d96", "usageThreshold": 107374182400, @@ -1610,7 +1766,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_bf041133", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c0c9477a", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1625,8 +1781,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", - "fileSystemId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "mountTargetId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", + "fileSystemId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", "ipAddress": "10.0.0.4" } ], @@ -1646,10 +1802,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T15:57:54.5126759Z", + "createdAt": "2022-10-21T22:05:52.9721055Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T15:57:54.5126759Z" + "lastModifiedAt": "2022-10-21T22:05:52.9721055Z" } } }, @@ -1668,8 +1824,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:02:10 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T16%3A01%3A54.9308845Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 22:11:38 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T22%3A11%3A26.5083709Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1677,22 +1833,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "317ce5f1-3e29-468b-950c-e29e3cd7a804", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160210Z:317ce5f1-3e29-468b-950c-e29e3cd7a804", + "x-ms-correlation-request-id": "c2a10b22-5e34-493d-9efb-766360c666f0", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221139Z:c2a10b22-5e34-493d-9efb-766360c666f0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-18T16%3A01%3A54.9308845Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A11%3A26.5083709Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T15:57:53.4997172Z" + "CreatedOnDate": "2022-10-21T22:05:51.6422177Z" }, "properties": { - "fileSystemId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "fileSystemId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-aac12d96", "usageThreshold": 107374182400, @@ -1720,7 +1876,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_bf041133", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c0c9477a", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1735,8 +1891,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", - "fileSystemId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "mountTargetId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", + "fileSystemId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", "ipAddress": "10.0.0.4" } ], @@ -1756,10 +1912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T15:57:54.5126759Z", + "createdAt": "2022-10-21T22:05:52.9721055Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T15:57:54.5126759Z" + "lastModifiedAt": "2022-10-21T22:05:52.9721055Z" } } }, @@ -1778,7 +1934,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:02:10 GMT", + "Date": "Fri, 21 Oct 2022 22:11:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1786,9 +1942,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a59c0f72-7a63-4d51-966e-9ad1de51a61a", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160210Z:a59c0f72-7a63-4d51-966e-9ad1de51a61a", + "x-ms-correlation-request-id": "1c77ac0b-2753-49c9-bfab-ccf5a7c5d9b5", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221139Z:1c77ac0b-2753-49c9-bfab-ccf5a7c5d9b5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1830,35 +1986,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/606fa15d-0377-43d0-b5ec-589f256b863d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c9613e1-0d9e-494c-aa96-1083def6ef9a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "2480", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:02:11 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T16%3A02%3A11.1204279Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 22:11:39 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T22%3A11%3A40.1735491Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/606fa15d-0377-43d0-b5ec-589f256b863d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c9613e1-0d9e-494c-aa96-1083def6ef9a?api-version=2022-05-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": "47ebca86-e86e-4750-aa26-a5e0fe3d8e27", + "x-ms-correlation-request-id": "ab72261e-7ff7-46e1-b983-1bf994792143", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160211Z:47ebca86-e86e-4750-aa26-a5e0fe3d8e27", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221140Z:ab72261e-7ff7-46e1-b983-1bf994792143", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-18T16%3A02%3A11.1204279Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A11%3A40.1735491Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T15:57:53.4997172Z" + "CreatedOnDate": "2022-10-21T22:05:51.6422177Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "fileSystemId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-aac12d96", "usageThreshold": 107374182400, @@ -1886,7 +2042,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_bf041133", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c0c9477a", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1901,8 +2057,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", - "fileSystemId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "mountTargetId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", + "fileSystemId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", "ipAddress": "10.0.0.4" } ], @@ -1921,15 +2077,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T15:57:54.5126759Z", + "createdAt": "2022-10-21T22:05:52.9721055Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T15:57:54.5126759Z" + "lastModifiedAt": "2022-10-21T22:05:52.9721055Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/606fa15d-0377-43d0-b5ec-589f256b863d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c9613e1-0d9e-494c-aa96-1083def6ef9a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1943,7 +2099,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:02:11 GMT", + "Date": "Fri, 21 Oct 2022 22:11:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1951,16 +2107,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ba4897c-0a4b-4fe2-9bd6-0c820fa04092", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160211Z:6ba4897c-0a4b-4fe2-9bd6-0c820fa04092", + "x-ms-correlation-request-id": "c686de69-6bed-4367-8207-54918ad9c79d", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221140Z:c686de69-6bed-4367-8207-54918ad9c79d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/606fa15d-0377-43d0-b5ec-589f256b863d", - "name": "606fa15d-0377-43d0-b5ec-589f256b863d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c9613e1-0d9e-494c-aa96-1083def6ef9a", + "name": "2c9613e1-0d9e-494c-aa96-1083def6ef9a", "status": "Patching", - "startTime": "2022-10-18T16:02:11.11023Z", + "startTime": "2022-10-21T22:11:40.1765263Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1969,7 +2125,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/606fa15d-0377-43d0-b5ec-589f256b863d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c9613e1-0d9e-494c-aa96-1083def6ef9a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1983,7 +2139,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:02:41 GMT", + "Date": "Fri, 21 Oct 2022 22:12:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1991,17 +2147,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef41f4e6-28a7-4210-bedf-02b09e6d4ab7", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160241Z:ef41f4e6-28a7-4210-bedf-02b09e6d4ab7", + "x-ms-correlation-request-id": "7dfac4b6-75d3-44e2-9832-36dafa44bc6e", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221210Z:7dfac4b6-75d3-44e2-9832-36dafa44bc6e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/606fa15d-0377-43d0-b5ec-589f256b863d", - "name": "606fa15d-0377-43d0-b5ec-589f256b863d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c9613e1-0d9e-494c-aa96-1083def6ef9a", + "name": "2c9613e1-0d9e-494c-aa96-1083def6ef9a", "status": "Succeeded", - "startTime": "2022-10-18T16:02:11.11023Z", - "endTime": "2022-10-18T16:02:15.1261405Z", + "startTime": "2022-10-21T22:11:40.1765263Z", + "endTime": "2022-10-21T22:11:42.8642378Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" @@ -2009,7 +2165,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/606fa15d-0377-43d0-b5ec-589f256b863d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c9613e1-0d9e-494c-aa96-1083def6ef9a?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2023,7 +2179,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:02:41 GMT", + "Date": "Fri, 21 Oct 2022 22:12:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2031,19 +2187,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df7e1490-6a1a-4f80-a729-d4d8c1149e00", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160242Z:df7e1490-6a1a-4f80-a729-d4d8c1149e00", + "x-ms-correlation-request-id": "fba09986-d3d7-4336-a104-7209aac9918b", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221211Z:fba09986-d3d7-4336-a104-7209aac9918b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-18T16%3A02%3A15.135084Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A11%3A42.8680064Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T16:02:10.8658606Z" + "CreatedOnDate": "2022-10-21T22:11:39.8367924Z" }, "properties": { "dataProtection": { @@ -2053,7 +2209,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/vaults/cbsvault" } }, - "fileSystemId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "fileSystemId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-aac12d96", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2084,19 +2240,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_bf041133", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c0c9477a", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", - "poolId": "bf17573a-5897-15db-734f-01c533ef3578", + "poolId": "46fa96e6-c6a1-b09a-eb32-f9771af9f870", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", - "fileSystemId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "mountTargetId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", + "fileSystemId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", "startIp": "", "endIp": "", "gateway": "", @@ -2128,10 +2284,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T15:57:54.5126759Z", + "createdAt": "2022-10-21T22:05:52.9721055Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T16:02:11.0506325Z" + "lastModifiedAt": "2022-10-21T22:11:40.0076692Z" } } }, @@ -2154,20 +2310,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f880f79a-fb9d-4eca-b76c-3291f1ded511?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7ed07ad-4405-4d7f-8861-cc57d9965c55?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "560", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:02:42 GMT", + "Date": "Fri, 21 Oct 2022 22:12:10 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f880f79a-fb9d-4eca-b76c-3291f1ded511?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7ed07ad-4405-4d7f-8861-cc57d9965c55?api-version=2022-05-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": "dc24df8d-1b42-46a9-8202-cbed4b8b6faf", + "x-ms-correlation-request-id": "744f2a41-2632-43c2-9916-319b05068872", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160242Z:dc24df8d-1b42-46a9-8202-cbed4b8b6faf", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221211Z:744f2a41-2632-43c2-9916-319b05068872", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2182,7 +2338,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f880f79a-fb9d-4eca-b76c-3291f1ded511?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7ed07ad-4405-4d7f-8861-cc57d9965c55?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2196,7 +2352,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:02:42 GMT", + "Date": "Fri, 21 Oct 2022 22:12:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2204,25 +2360,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a8372e7-3d04-4be4-b234-b18f88a8d8da", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160242Z:5a8372e7-3d04-4be4-b234-b18f88a8d8da", + "x-ms-correlation-request-id": "31735838-f90e-48aa-b2a8-ad4b02182098", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221211Z:31735838-f90e-48aa-b2a8-ad4b02182098", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f880f79a-fb9d-4eca-b76c-3291f1ded511", - "name": "f880f79a-fb9d-4eca-b76c-3291f1ded511", - "status": "Creating", - "startTime": "2022-10-18T16:02:42.482842Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7ed07ad-4405-4d7f-8861-cc57d9965c55", + "name": "d7ed07ad-4405-4d7f-8861-cc57d9965c55", + "status": "Succeeded", + "startTime": "2022-10-21T22:12:11.4526695Z", + "endTime": "2022-10-21T22:12:11.7027504Z", + "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f880f79a-fb9d-4eca-b76c-3291f1ded511?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7ed07ad-4405-4d7f-8861-cc57d9965c55?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2231,77 +2387,82 @@ "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "781", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:03:12 GMT", + "Date": "Fri, 21 Oct 2022 22:12: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": "71fd2917-204f-4d6b-a5a3-fbe82e6beb12", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160313Z:71fd2917-204f-4d6b-a5a3-fbe82e6beb12", + "x-ms-correlation-request-id": "07f5dd76-f355-4a52-a6ac-fc5641726cf5", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221212Z:07f5dd76-f355-4a52-a6ac-fc5641726cf5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f880f79a-fb9d-4eca-b76c-3291f1ded511", - "name": "f880f79a-fb9d-4eca-b76c-3291f1ded511", - "status": "Succeeded", - "startTime": "2022-10-18T16:02:42.482842Z", - "endTime": "2022-10-18T16:02:43.2797107Z", - "percentComplete": 100.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "etag": "10/21/2022 10:12:11 PM", + "location": "", "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96" + "fileSystemId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", + "creationDate": "0001-01-01T00:00:00Z", + "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "size": 0, + "backupType": "Manual", + "failureReason": "None", + "useExistingSnapshot": false, + "provisioningState": "Creating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f880f79a-fb9d-4eca-b76c-3291f1ded511?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 201, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "780", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:03:12 GMT", + "Date": "Fri, 21 Oct 2022 22:12: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": "abfb665e-76ce-4b7a-a966-5dfd925092b6", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160313Z:abfb665e-76ce-4b7a-a966-5dfd925092b6", + "x-ms-correlation-request-id": "1a05cd67-2b7d-4671-8dd0-31730c823daf", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221222Z:1a05cd67-2b7d-4671-8dd0-31730c823daf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/18/2022 4:02:43 PM", - "location": "", + "location": "westus2", "properties": { - "fileSystemId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", - "creationDate": "0001-01-01T00:00:00Z", - "backupId": "b117294c-b9dd-6ee4-1a00-ca2fe1a4afb4", + "creationDate": "2022-10-21T22:12:11Z", + "backupId": "806fe45f-26e6-a90b-504a-717914019c63", "size": 0, "backupType": "Manual", + "provisioningState": "Creating", "failureReason": "None", - "useExistingSnapshot": false, - "provisioningState": "Creating" + "volumeName": "sdk-py-tests-vol-3-aac12d96", + "useExistingSnapshot": false } } }, @@ -2320,7 +2481,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:03:23 GMT", + "Date": "Fri, 21 Oct 2022 22:12:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2328,9 +2489,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b1e4833-f527-408f-8db9-db032446dc58", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160323Z:4b1e4833-f527-408f-8db9-db032446dc58", + "x-ms-correlation-request-id": "89f1bd4b-f454-4966-befd-699f0fa6d6ef", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221233Z:89f1bd4b-f454-4966-befd-699f0fa6d6ef", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2339,8 +2500,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T16:02:43Z", - "backupId": "b117294c-b9dd-6ee4-1a00-ca2fe1a4afb4", + "creationDate": "2022-10-21T22:12:11Z", + "backupId": "806fe45f-26e6-a90b-504a-717914019c63", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2365,7 +2526,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:03:34 GMT", + "Date": "Fri, 21 Oct 2022 22:12:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2373,9 +2534,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4051f00a-f35a-47d5-85b4-ec0c7e1f83fd", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160334Z:4051f00a-f35a-47d5-85b4-ec0c7e1f83fd", + "x-ms-correlation-request-id": "b19f5ad2-0219-4301-847d-befbf4053063", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221244Z:b19f5ad2-0219-4301-847d-befbf4053063", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2384,8 +2545,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T16:02:43Z", - "backupId": "b117294c-b9dd-6ee4-1a00-ca2fe1a4afb4", + "creationDate": "2022-10-21T22:12:11Z", + "backupId": "806fe45f-26e6-a90b-504a-717914019c63", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2410,7 +2571,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:03:45 GMT", + "Date": "Fri, 21 Oct 2022 22:12:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2418,9 +2579,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9900221-e02b-46ac-a99d-2719c8f49291", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160345Z:b9900221-e02b-46ac-a99d-2719c8f49291", + "x-ms-correlation-request-id": "c31e9049-4730-4896-88a1-647cd65a42b1", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221254Z:c31e9049-4730-4896-88a1-647cd65a42b1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2429,8 +2590,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T16:02:43Z", - "backupId": "b117294c-b9dd-6ee4-1a00-ca2fe1a4afb4", + "creationDate": "2022-10-21T22:12:11Z", + "backupId": "806fe45f-26e6-a90b-504a-717914019c63", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2455,7 +2616,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:03:55 GMT", + "Date": "Fri, 21 Oct 2022 22:13:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2463,9 +2624,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d782c41-714b-4afe-9f67-4261e638f033", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160355Z:5d782c41-714b-4afe-9f67-4261e638f033", + "x-ms-correlation-request-id": "27c6d013-7535-4cc8-ae73-764060520dfb", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221305Z:27c6d013-7535-4cc8-ae73-764060520dfb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2474,8 +2635,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T16:02:43Z", - "backupId": "b117294c-b9dd-6ee4-1a00-ca2fe1a4afb4", + "creationDate": "2022-10-21T22:12:11Z", + "backupId": "806fe45f-26e6-a90b-504a-717914019c63", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2500,7 +2661,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:04:05 GMT", + "Date": "Fri, 21 Oct 2022 22:13:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2508,9 +2669,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c135b26c-22d3-4d68-84a9-4b208d38fd7d", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160406Z:c135b26c-22d3-4d68-84a9-4b208d38fd7d", + "x-ms-correlation-request-id": "db92ca79-0093-4995-a1fa-854f2a0f417c", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221315Z:db92ca79-0093-4995-a1fa-854f2a0f417c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2519,8 +2680,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T16:02:43Z", - "backupId": "b117294c-b9dd-6ee4-1a00-ca2fe1a4afb4", + "creationDate": "2022-10-21T22:12:11Z", + "backupId": "806fe45f-26e6-a90b-504a-717914019c63", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2545,7 +2706,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:04:16 GMT", + "Date": "Fri, 21 Oct 2022 22:13:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2553,9 +2714,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dc22a150-ec2c-4c83-98bf-8d79d68ffe48", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160417Z:dc22a150-ec2c-4c83-98bf-8d79d68ffe48", + "x-ms-correlation-request-id": "f3cb7da9-502a-4d1c-8b44-c2703caae9d2", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221326Z:f3cb7da9-502a-4d1c-8b44-c2703caae9d2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2564,8 +2725,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T16:02:43Z", - "backupId": "b117294c-b9dd-6ee4-1a00-ca2fe1a4afb4", + "creationDate": "2022-10-21T22:12:11Z", + "backupId": "806fe45f-26e6-a90b-504a-717914019c63", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2590,7 +2751,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:04:28 GMT", + "Date": "Fri, 21 Oct 2022 22:13:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2598,9 +2759,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4a3d3488-e7c1-4998-aaa5-e7b58d97a373", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160428Z:4a3d3488-e7c1-4998-aaa5-e7b58d97a373", + "x-ms-correlation-request-id": "31c0bd2e-be69-4a02-a3fd-407060eb8bee", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221337Z:31c0bd2e-be69-4a02-a3fd-407060eb8bee", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2609,8 +2770,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T16:02:43Z", - "backupId": "b117294c-b9dd-6ee4-1a00-ca2fe1a4afb4", + "creationDate": "2022-10-21T22:12:11Z", + "backupId": "806fe45f-26e6-a90b-504a-717914019c63", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2635,7 +2796,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:04:38 GMT", + "Date": "Fri, 21 Oct 2022 22:13:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2643,9 +2804,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69c2c44d-b8f9-4271-86ef-b397a6a363ed", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160438Z:69c2c44d-b8f9-4271-86ef-b397a6a363ed", + "x-ms-correlation-request-id": "25c8e473-ba02-4688-b4c2-42cf05c5f3d2", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221347Z:25c8e473-ba02-4688-b4c2-42cf05c5f3d2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2654,8 +2815,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T16:02:43Z", - "backupId": "b117294c-b9dd-6ee4-1a00-ca2fe1a4afb4", + "creationDate": "2022-10-21T22:12:11Z", + "backupId": "806fe45f-26e6-a90b-504a-717914019c63", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2680,7 +2841,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:04:49 GMT", + "Date": "Fri, 21 Oct 2022 22:13:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2688,9 +2849,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a2be29f4-fcca-4af9-9f84-fb545eca8be8", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160449Z:a2be29f4-fcca-4af9-9f84-fb545eca8be8", + "x-ms-correlation-request-id": "9a5b084c-aa88-4a85-a2d2-4c935ca12ae0", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221358Z:9a5b084c-aa88-4a85-a2d2-4c935ca12ae0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2699,8 +2860,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T16:02:43Z", - "backupId": "b117294c-b9dd-6ee4-1a00-ca2fe1a4afb4", + "creationDate": "2022-10-21T22:12:11Z", + "backupId": "806fe45f-26e6-a90b-504a-717914019c63", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2725,7 +2886,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:04:59 GMT", + "Date": "Fri, 21 Oct 2022 22:14:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2733,9 +2894,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca746ba7-d97b-4064-b13f-48e1ca0fe5c8", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160500Z:ca746ba7-d97b-4064-b13f-48e1ca0fe5c8", + "x-ms-correlation-request-id": "f86e2f84-ef30-4f91-b94b-1053a08afe59", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221408Z:f86e2f84-ef30-4f91-b94b-1053a08afe59", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2744,11 +2905,11 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T16:02:46Z", - "backupId": "b117294c-b9dd-6ee4-1a00-ca2fe1a4afb4", - "size": 331776, + "creationDate": "2022-10-21T22:12:11Z", + "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "size": 0, "backupType": "Manual", - "provisioningState": "Succeeded", + "provisioningState": "Creating", "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-aac12d96", "useExistingSnapshot": false @@ -2756,7 +2917,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2770,7 +2931,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:05:00 GMT", + "Date": "Fri, 21 Oct 2022 22:14:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2778,23 +2939,248 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "42afcf8e-6776-4a6d-93b2-0123024a88e0", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160500Z:42afcf8e-6776-4a6d-93b2-0123024a88e0", + "x-ms-correlation-request-id": "ba03f2b8-2d42-4570-a8b3-b2ea4b9d18b1", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221419Z:ba03f2b8-2d42-4570-a8b3-b2ea4b9d18b1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1825", - "name": "sdk-py-tests-acc-1-aac12d96/backup-1825", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-07-14T11:19:54Z", - "backupId": "4bd0276d-c371-976b-4d84-48f0b1d0b473", - "size": 339968, - "backupType": "Manual", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:12:11Z", + "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-aac12d96", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:14: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": "c286e586-17f5-4091-bce9-4a993557ad44", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221430Z:c286e586-17f5-4091-bce9-4a993557ad44", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:12:11Z", + "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-aac12d96", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:14: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": "207ba415-6986-4938-82d8-a171f4344a19", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221440Z:207ba415-6986-4938-82d8-a171f4344a19", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:12:11Z", + "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-aac12d96", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22: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": "1171d688-c0bf-4e1c-beca-dccb3ebfc9f6", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221451Z:1171d688-c0bf-4e1c-beca-dccb3ebfc9f6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:12:11Z", + "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-aac12d96", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:15: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": "2a2e62ec-084b-4427-85e0-6ffdebc71959", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221501Z:2a2e62ec-084b-4427-85e0-6ffdebc71959", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:12:34Z", + "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "size": 339968, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-aac12d96", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:15: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": "d71eda38-318c-42e6-ab10-33c50ddfe3fa", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221502Z:d71eda38-318c-42e6-ab10-33c50ddfe3fa", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/backup-1825", + "name": "sdk-py-tests-acc-1-aac12d96/backup-1825", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-07-14T11:19:54Z", + "backupId": "4bd0276d-c371-976b-4d84-48f0b1d0b473", + "size": 339968, + "backupType": "Manual", "label": "adHocBackup", "provisioningState": "Succeeded", "failureReason": "None", @@ -3278,31 +3664,15 @@ "useExistingSnapshot": false } }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false - } - }, { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/sdk-py-tests-backup-1-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-backup-1-aac12d96", "type": "Microsoft.NetApp/netAppAccounts/accountBackups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T16:02:46Z", - "backupId": "b117294c-b9dd-6ee4-1a00-ca2fe1a4afb4", - "size": 331776, + "creationDate": "2022-10-21T22:12:34Z", + "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", "failureReason": "None", @@ -3326,25 +3696,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 18 Oct 2022 16:05:01 GMT", + "Date": "Fri, 21 Oct 2022 22:15:02 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541?api-version=2022-05-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": "8e0e10ff-a17d-41de-b052-dd4d4812745f", + "x-ms-correlation-request-id": "c11f4d65-2105-422d-b3b0-9742b3ffc493", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160501Z:8e0e10ff-a17d-41de-b052-dd4d4812745f", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221503Z:c11f4d65-2105-422d-b3b0-9742b3ffc493", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3358,7 +3728,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:05:01 GMT", + "Date": "Fri, 21 Oct 2022 22:15:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3366,16 +3736,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4041b370-e09c-4c6f-9dfe-58c99da06e79", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160501Z:4041b370-e09c-4c6f-9dfe-58c99da06e79", + "x-ms-correlation-request-id": "00502033-a1ec-400d-9d80-5e3801c2ca46", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221503Z:00502033-a1ec-400d-9d80-5e3801c2ca46", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb", - "name": "c551abbb-5ba2-4e6a-9654-ec5402d57deb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541", + "name": "700faa97-0274-4d56-8baf-1ec231ed8541", "status": "Deleting", - "startTime": "2022-10-18T16:05:01.2263812Z", + "startTime": "2022-10-21T22:15:03.0362391Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3384,7 +3754,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3398,7 +3768,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:05:31 GMT", + "Date": "Fri, 21 Oct 2022 22:15:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3406,16 +3776,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "445736df-e30c-4d89-8564-7bbb29c15a6f", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160531Z:445736df-e30c-4d89-8564-7bbb29c15a6f", + "x-ms-correlation-request-id": "0e201d22-fdac-4ff5-9c06-86238f82b1e2", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221533Z:0e201d22-fdac-4ff5-9c06-86238f82b1e2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb", - "name": "c551abbb-5ba2-4e6a-9654-ec5402d57deb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541", + "name": "700faa97-0274-4d56-8baf-1ec231ed8541", "status": "Deleting", - "startTime": "2022-10-18T16:05:01.2263812Z", + "startTime": "2022-10-21T22:15:03.0362391Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3424,7 +3794,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3438,7 +3808,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:06:01 GMT", + "Date": "Fri, 21 Oct 2022 22:16:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3446,16 +3816,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37ee38f6-0f69-404e-9de8-5abb0b560e56", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160602Z:37ee38f6-0f69-404e-9de8-5abb0b560e56", + "x-ms-correlation-request-id": "4470ef70-9d85-4ad2-96ea-d993f433bcf2", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221603Z:4470ef70-9d85-4ad2-96ea-d993f433bcf2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb", - "name": "c551abbb-5ba2-4e6a-9654-ec5402d57deb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541", + "name": "700faa97-0274-4d56-8baf-1ec231ed8541", "status": "Deleting", - "startTime": "2022-10-18T16:05:01.2263812Z", + "startTime": "2022-10-21T22:15:03.0362391Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3464,7 +3834,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3478,7 +3848,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:06:32 GMT", + "Date": "Fri, 21 Oct 2022 22:16:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3486,16 +3856,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d6e337c-b70f-470d-a6d9-b644489c12ed", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160633Z:7d6e337c-b70f-470d-a6d9-b644489c12ed", + "x-ms-correlation-request-id": "cac14ade-1cd2-472f-b8c1-b3ad9cbc049a", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221634Z:cac14ade-1cd2-472f-b8c1-b3ad9cbc049a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb", - "name": "c551abbb-5ba2-4e6a-9654-ec5402d57deb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541", + "name": "700faa97-0274-4d56-8baf-1ec231ed8541", "status": "Deleting", - "startTime": "2022-10-18T16:05:01.2263812Z", + "startTime": "2022-10-21T22:15:03.0362391Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3504,7 +3874,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3518,7 +3888,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:07:03 GMT", + "Date": "Fri, 21 Oct 2022 22:17:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3526,17 +3896,97 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e7a53c3-ff37-43d6-b69a-7de713c74bc2", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160703Z:7e7a53c3-ff37-43d6-b69a-7de713c74bc2", + "x-ms-correlation-request-id": "97d74043-45ff-4dfd-8ef2-09eb42ac6bbf", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221704Z:97d74043-45ff-4dfd-8ef2-09eb42ac6bbf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541", + "name": "700faa97-0274-4d56-8baf-1ec231ed8541", + "status": "Deleting", + "startTime": "2022-10-21T22:15:03.0362391Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:17: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": "eb222b96-400a-4b7e-a5ce-38ef09b85b97", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221735Z:eb222b96-400a-4b7e-a5ce-38ef09b85b97", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541", + "name": "700faa97-0274-4d56-8baf-1ec231ed8541", + "status": "Deleting", + "startTime": "2022-10-21T22:15:03.0362391Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22: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": "ce182fdf-eee1-434c-9999-a5fde83a6fb7", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221805Z:ce182fdf-eee1-434c-9999-a5fde83a6fb7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb", - "name": "c551abbb-5ba2-4e6a-9654-ec5402d57deb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541", + "name": "700faa97-0274-4d56-8baf-1ec231ed8541", "status": "Succeeded", - "startTime": "2022-10-18T16:05:01.2263812Z", - "endTime": "2022-10-18T16:06:46.38077Z", + "startTime": "2022-10-21T22:15:03.0362391Z", + "endTime": "2022-10-21T22:17:40.7479341Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" @@ -3544,7 +3994,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c551abbb-5ba2-4e6a-9654-ec5402d57deb?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3558,7 +4008,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:07:03 GMT", + "Date": "Fri, 21 Oct 2022 22:18:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3566,19 +4016,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e584b007-c3fa-4eb7-b55a-3df1d5212e09", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T160703Z:e584b007-c3fa-4eb7-b55a-3df1d5212e09", + "x-ms-correlation-request-id": "06fcac27-8369-4cc5-852b-873390382ed5", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T221806Z:06fcac27-8369-4cc5-852b-873390382ed5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-18T16%3A06%3A37.2364225Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A17%3A31.5964788Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T16:02:10.8658606Z" + "CreatedOnDate": "2022-10-21T22:11:39.8367924Z" }, "properties": { "dataProtection": { @@ -3588,7 +4038,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/vaults/cbsvault" } }, - "fileSystemId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "fileSystemId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-aac12d96", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -3619,19 +4069,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_bf041133", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c0c9477a", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", - "poolId": "bf17573a-5897-15db-734f-01c533ef3578", + "poolId": "46fa96e6-c6a1-b09a-eb32-f9771af9f870", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", - "fileSystemId": "ff35a8b9-29b6-5b00-3091-1656e010ccda", + "mountTargetId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", + "fileSystemId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", "startIp": "", "endIp": "", "gateway": "", @@ -3663,10 +4113,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T15:57:54.5126759Z", + "createdAt": "2022-10-21T22:05:52.9721055Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T16:02:11.0506325Z" + "lastModifiedAt": "2022-10-21T22:11:40.0076692Z" } } }, @@ -3685,14 +4135,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:10:27 GMT", + "Date": "Fri, 21 Oct 2022 22:21:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3594d4cf-21c5-442a-bfa4-dceade4178aa", + "x-ms-correlation-request-id": "f6dcf95f-a9f6-4f21-875b-ef690b076132", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T161027Z:3594d4cf-21c5-442a-bfa4-dceade4178aa" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T222129Z:f6dcf95f-a9f6-4f21-875b-ef690b076132" }, "ResponseBody": { "error": { @@ -3714,25 +4164,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fad36295-1565-46d1-8fde-03d06ddf1e7d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 18 Oct 2022 16:10:30 GMT", + "Date": "Fri, 21 Oct 2022 22:21:32 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fad36295-1565-46d1-8fde-03d06ddf1e7d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510?api-version=2022-05-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": "815e6187-d449-44a4-a60b-14a99caeb07a", + "x-ms-correlation-request-id": "38a63231-b321-4536-b214-db79513d60bb", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T161030Z:815e6187-d449-44a4-a60b-14a99caeb07a", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T222132Z:38a63231-b321-4536-b214-db79513d60bb", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fad36295-1565-46d1-8fde-03d06ddf1e7d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3746,7 +4196,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:10:30 GMT", + "Date": "Fri, 21 Oct 2022 22:21:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3754,16 +4204,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c9a9c547-7b9a-4e1b-b272-06b191e83c10", + "x-ms-correlation-request-id": "d2d4d759-1165-4b61-be09-cc885e64399e", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T161030Z:c9a9c547-7b9a-4e1b-b272-06b191e83c10", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T222132Z:d2d4d759-1165-4b61-be09-cc885e64399e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fad36295-1565-46d1-8fde-03d06ddf1e7d", - "name": "fad36295-1565-46d1-8fde-03d06ddf1e7d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510", + "name": "a1426e36-4d5e-4c0f-abbc-c74e9fd93510", "status": "Deleting", - "startTime": "2022-10-18T16:10:30.1867357Z", + "startTime": "2022-10-21T22:21:32.5506864Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3772,7 +4222,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fad36295-1565-46d1-8fde-03d06ddf1e7d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3786,7 +4236,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:11:00 GMT", + "Date": "Fri, 21 Oct 2022 22:22:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3794,17 +4244,177 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "49d7de1c-2157-45ab-92d5-46cc6def42e7", + "x-ms-correlation-request-id": "2fdede38-3811-49e4-9aee-f49e6fb22c7b", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T161100Z:49d7de1c-2157-45ab-92d5-46cc6def42e7", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T222203Z:2fdede38-3811-49e4-9aee-f49e6fb22c7b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510", + "name": "a1426e36-4d5e-4c0f-abbc-c74e9fd93510", + "status": "Deleting", + "startTime": "2022-10-21T22:21:32.5506864Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/sdk-py-tests-backup-1-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:22: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": "167f560c-d00b-4fce-b68f-29639f433b47", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T222233Z:167f560c-d00b-4fce-b68f-29639f433b47", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510", + "name": "a1426e36-4d5e-4c0f-abbc-c74e9fd93510", + "status": "Deleting", + "startTime": "2022-10-21T22:21:32.5506864Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/sdk-py-tests-backup-1-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:23: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": "9bcc8c61-fff0-4020-b099-9b992abd91cd", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T222303Z:9bcc8c61-fff0-4020-b099-9b992abd91cd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510", + "name": "a1426e36-4d5e-4c0f-abbc-c74e9fd93510", + "status": "Deleting", + "startTime": "2022-10-21T22:21:32.5506864Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/sdk-py-tests-backup-1-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:23: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": "d28bb448-cf18-4cc6-af77-0498e79f2cb8", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T222334Z:d28bb448-cf18-4cc6-af77-0498e79f2cb8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fad36295-1565-46d1-8fde-03d06ddf1e7d", - "name": "fad36295-1565-46d1-8fde-03d06ddf1e7d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510", + "name": "a1426e36-4d5e-4c0f-abbc-c74e9fd93510", + "status": "Deleting", + "startTime": "2022-10-21T22:21:32.5506864Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/sdk-py-tests-backup-1-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:24: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": "ee68c3c0-5b40-4075-ba72-245610a3a1b9", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T222404Z:ee68c3c0-5b40-4075-ba72-245610a3a1b9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510", + "name": "a1426e36-4d5e-4c0f-abbc-c74e9fd93510", "status": "Succeeded", - "startTime": "2022-10-18T16:10:30.1867357Z", - "endTime": "2022-10-18T16:10:59.635049Z", + "startTime": "2022-10-21T22:21:32.5506864Z", + "endTime": "2022-10-21T22:23:36.1964637Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/sdk-py-tests-backup-1-aac12d96" @@ -3812,7 +4422,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fad36295-1565-46d1-8fde-03d06ddf1e7d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3826,7 +4436,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:11:00 GMT", + "Date": "Fri, 21 Oct 2022 22:24:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3834,9 +4444,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e4803a30-9021-4d7f-9101-a8892d687088", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T161101Z:e4803a30-9021-4d7f-9101-a8892d687088", + "x-ms-correlation-request-id": "122ffdc5-1fd0-4a5a-bce1-f3edd88c047f", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T222404Z:122ffdc5-1fd0-4a5a-bce1-f3edd88c047f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3861,7 +4471,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:11:00 GMT", + "Date": "Fri, 21 Oct 2022 22:24:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3869,9 +4479,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65d679e7-703e-44eb-aa82-26947ec91ba5", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T161101Z:65d679e7-703e-44eb-aa82-26947ec91ba5", + "x-ms-correlation-request-id": "de589239-e4e7-4deb-ac5e-1a03b9652c87", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T222406Z:de589239-e4e7-4deb-ac5e-1a03b9652c87", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4368,22 +4978,6 @@ "volumeName": "volumeName-2872", "useExistingSnapshot": false } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false - } } ] } @@ -4401,25 +4995,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c72b7026-e57f-4cde-86e9-80e74f83fea3?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9aeed811-c60e-4290-ab78-3fd1bc5f589b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 18 Oct 2022 16:11:11 GMT", + "Date": "Fri, 21 Oct 2022 22:24:16 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c72b7026-e57f-4cde-86e9-80e74f83fea3?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9aeed811-c60e-4290-ab78-3fd1bc5f589b?api-version=2022-05-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": "bfa5d2ca-c535-4c58-81ab-a5d2b31260c3", + "x-ms-correlation-request-id": "b01fad6e-90cd-41fb-b484-c4930297689a", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T161112Z:bfa5d2ca-c535-4c58-81ab-a5d2b31260c3", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T222416Z:b01fad6e-90cd-41fb-b484-c4930297689a", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c72b7026-e57f-4cde-86e9-80e74f83fea3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9aeed811-c60e-4290-ab78-3fd1bc5f589b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4433,7 +5027,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:11:11 GMT", + "Date": "Fri, 21 Oct 2022 22:24:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4441,17 +5035,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f6094ce0-8aa4-4446-bcc7-6b9d041c0e08", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T161112Z:f6094ce0-8aa4-4446-bcc7-6b9d041c0e08", + "x-ms-correlation-request-id": "120c5ba5-2985-48f6-84bb-5a33a9e38735", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T222417Z:120c5ba5-2985-48f6-84bb-5a33a9e38735", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c72b7026-e57f-4cde-86e9-80e74f83fea3", - "name": "c72b7026-e57f-4cde-86e9-80e74f83fea3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9aeed811-c60e-4290-ab78-3fd1bc5f589b", + "name": "9aeed811-c60e-4290-ab78-3fd1bc5f589b", "status": "Succeeded", - "startTime": "2022-10-18T16:11:12.206974Z", - "endTime": "2022-10-18T16:11:12.5038057Z", + "startTime": "2022-10-21T22:24:16.6237448Z", + "endTime": "2022-10-21T22:24:16.8895175Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1" @@ -4459,7 +5053,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c72b7026-e57f-4cde-86e9-80e74f83fea3?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9aeed811-c60e-4290-ab78-3fd1bc5f589b?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4473,7 +5067,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:11:12 GMT", + "Date": "Fri, 21 Oct 2022 22:24:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4481,22 +5075,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4dadea82-4426-4ab8-8d11-f88b703eea79", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T161112Z:4dadea82-4426-4ab8-8d11-f88b703eea79", + "x-ms-correlation-request-id": "b6e8bd4d-d9a2-40ff-a3d4-6050064c6ef0", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T222417Z:b6e8bd4d-d9a2-40ff-a3d4-6050064c6ef0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-18T16%3A11%3A12.2150884Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A24%3A16.6207419Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T15:57:40.1275621Z" + "CreatedOnDate": "2022-10-21T22:05:38.1482187Z" }, "properties": { - "poolId": "bf17573a-5897-15db-734f-01c533ef3578", + "poolId": "46fa96e6-c6a1-b09a-eb32-f9771af9f870", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1", @@ -4510,10 +5104,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T15:57:41.1143171Z", + "createdAt": "2022-10-21T22:05:39.3227312Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T15:57:41.1143171Z" + "lastModifiedAt": "2022-10-21T22:05:39.3227312Z" } } }, @@ -4531,15 +5125,15 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 18 Oct 2022 16:11:25 GMT", + "Date": "Fri, 21 Oct 2022 22:24: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": "bbbc6fda-771a-434f-8fea-c2247daba997", + "x-ms-correlation-request-id": "64390389-1e36-4c29-8d65-9389167d35a0", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T161126Z:bbbc6fda-771a-434f-8fea-c2247daba997", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T222431Z:64390389-1e36-4c29-8d65-9389167d35a0", "X-Powered-By": "ASP.NET" }, "ResponseBody": null @@ -4558,14 +5152,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 18 Oct 2022 16:11:35 GMT", + "Date": "Fri, 21 Oct 2022 22:24:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c5956de-2a47-4d91-83ec-2412602e84a8", + "x-ms-correlation-request-id": "90e7f4ae-3847-427a-bc23-ac0e9c21500f", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T161136Z:8c5956de-2a47-4d91-83ec-2412602e84a8" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T222442Z:90e7f4ae-3847-427a-bc23-ac0e9c21500f" }, "ResponseBody": null }, @@ -4583,14 +5177,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 18 Oct 2022 16:11:47 GMT", + "Date": "Fri, 21 Oct 2022 22:24:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "385a9e5d-a86b-4d20-8617-51e83358138a", + "x-ms-correlation-request-id": "a51aa9a9-8144-4969-8249-f85942dcbb93", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T161147Z:385a9e5d-a86b-4d20-8617-51e83358138a" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T222452Z:a51aa9a9-8144-4969-8249-f85942dcbb93" }, "ResponseBody": null }, @@ -4608,14 +5202,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 18 Oct 2022 16:11:57 GMT", + "Date": "Fri, 21 Oct 2022 22: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": "fad9c189-ebab-4fec-80b8-dfbfa337d774", + "x-ms-correlation-request-id": "75407527-c384-470e-bec1-03a10075069c", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T161157Z:fad9c189-ebab-4fec-80b8-dfbfa337d774" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T222502Z:75407527-c384-470e-bec1-03a10075069c" }, "ResponseBody": null }, @@ -4634,14 +5228,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:12:07 GMT", + "Date": "Fri, 21 Oct 2022 22: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": "0d6680e3-d38a-44a7-875d-946289e845c8", + "x-ms-correlation-request-id": "8e35a294-99b9-41de-9b34-08857c0c2f95", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T161207Z:0d6680e3-d38a-44a7-875d-946289e845c8" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T222513Z:8e35a294-99b9-41de-9b34-08857c0c2f95" }, "ResponseBody": { "error": { @@ -4663,25 +5257,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e9d15aa-e6b5-47db-b584-85df188243b0?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/12655174-8b77-41e8-8293-37958966fd78?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 18 Oct 2022 16:12:08 GMT", + "Date": "Fri, 21 Oct 2022 22:25:13 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e9d15aa-e6b5-47db-b584-85df188243b0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/12655174-8b77-41e8-8293-37958966fd78?api-version=2022-05-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": "9af82772-648d-4107-ab04-652bb510e93f", + "x-ms-correlation-request-id": "2464ac6f-db58-4c81-87bb-1d48cc269e6e", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T161208Z:9af82772-648d-4107-ab04-652bb510e93f", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T222513Z:2464ac6f-db58-4c81-87bb-1d48cc269e6e", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e9d15aa-e6b5-47db-b584-85df188243b0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/12655174-8b77-41e8-8293-37958966fd78?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4695,7 +5289,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:12:08 GMT", + "Date": "Fri, 21 Oct 2022 22:25:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4703,17 +5297,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a5bc5407-73c7-4bf2-89e4-d44652592ce1", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T161208Z:a5bc5407-73c7-4bf2-89e4-d44652592ce1", + "x-ms-correlation-request-id": "e2818bfc-484e-4f7a-9560-6d301b45c9a1", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T222514Z:e2818bfc-484e-4f7a-9560-6d301b45c9a1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e9d15aa-e6b5-47db-b584-85df188243b0", - "name": "4e9d15aa-e6b5-47db-b584-85df188243b0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/12655174-8b77-41e8-8293-37958966fd78", + "name": "12655174-8b77-41e8-8293-37958966fd78", "status": "Succeeded", - "startTime": "2022-10-18T16:12:08.3429863Z", - "endTime": "2022-10-18T16:12:08.3898509Z", + "startTime": "2022-10-21T22:25:13.4989898Z", + "endTime": "2022-10-21T22:25:13.624567Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96" @@ -4721,7 +5315,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e9d15aa-e6b5-47db-b584-85df188243b0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/12655174-8b77-41e8-8293-37958966fd78?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4735,7 +5329,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:12:08 GMT", + "Date": "Fri, 21 Oct 2022 22:25:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4743,19 +5337,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3c405d53-0593-4a5e-aaa8-715f3956a832", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T161208Z:3c405d53-0593-4a5e-aaa8-715f3956a832", + "x-ms-correlation-request-id": "4e4e9f18-12f8-4107-8722-369cf2e887f7", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T222514Z:4e4e9f18-12f8-4107-8722-369cf2e887f7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T16%3A12%3A08.3455336Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A25%3A13.5031241Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T15:57:36.1048604Z" + "CreatedOnDate": "2022-10-21T22:05:33.7429928Z" }, "properties": { "encryption": { @@ -4766,10 +5360,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T15:57:37.096534Z", + "createdAt": "2022-10-21T22:05:34.912331Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T15:57:37.096534Z" + "lastModifiedAt": "2022-10-21T22:05:34.912331Z" } } }, @@ -4788,15 +5382,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 16:12:09 GMT", + "Date": "Fri, 21 Oct 2022 22:25:14 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": "6014ed90-4256-49b2-88f9-0660453cc386", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T161209Z:6014ed90-4256-49b2-88f9-0660453cc386", + "x-ms-correlation-request-id": "b5b26db4-4f23-437d-be7d-94cb5858ffc0", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T222514Z:b5b26db4-4f23-437d-be7d-94cb5858ffc0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4820,12 +5414,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ec796ac7-d6ff-48cd-81ef-13abfd279bb6?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ac3a8d11-5467-405f-957c-87eb7a88a203?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 18 Oct 2022 16:12:09 GMT", + "Date": "Fri, 21 Oct 2022 22:25:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/ec796ac7-d6ff-48cd-81ef-13abfd279bb6?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/ac3a8d11-5467-405f-957c-87eb7a88a203?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -4834,12 +5428,50 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d424c10f-9cf9-4f6f-a8a4-7980d93d26c9", - "x-ms-correlation-request-id": "baeeacda-e6d9-49e9-bfd9-70ba5d4a53ae", + "x-ms-arm-service-request-id": "2e913cd4-3091-473e-b816-24032e3e4f20", + "x-ms-correlation-request-id": "d409072b-083a-4222-8a1b-e8019bc51e23", "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T161210Z:baeeacda-e6d9-49e9-bfd9-70ba5d4a53ae" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T222515Z:d409072b-083a-4222-8a1b-e8019bc51e23" }, "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/69a75bda-882e-44d5-8431-63421204132a/providers/Microsoft.Network/locations/westus2/operations/ac3a8d11-5467-405f-957c-87eb7a88a203?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Authorization": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSIsImtpZCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTY2NjM4OTYxMCwibmJmIjoxNjY2Mzg5NjEwLCJleHAiOjE2NjY0NzYzMTAsImFpbyI6IkUyWmdZRGh4ZlpMdldUWFZWZXJuT1o1TVd0cnhBQUE9IiwiYXBwaWQiOiJjNmM0ZmFiYS0yYjIyLTQ0ZDktODBhNC03MWZmNWI3MWY4MTEiLCJhcHBpZGFjciI6IjEiLCJpZHAiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWR0eXAiOiJhcHAiLCJvaWQiOiI3NjgwN2ZiZS1mNzVmLTQ2NzktOGNlZS1kMDViNDU4MjExNjAiLCJyaCI6IjAuQVJvQXY0ajVjdkdHcjBHUnF5MTgwQkhiUjBaSWYza0F1dGRQdWtQYXdmajJNQk1hQUFBLiIsInN1YiI6Ijc2ODA3ZmJlLWY3NWYtNDY3OS04Y2VlLWQwNWI0NTgyMTE2MCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInV0aSI6Iks3SXV3OVhwaDBTUmVmUV8xMGgzQUEiLCJ2ZXIiOiIxLjAiLCJ4bXNfY2MiOlsiQ1AxIl0sInhtc190Y2R0IjoxMjg5MjQxNTQ3fQ.Uf8TB8eug7VZ5bdHiRSkPiAtDIT4j6xrXv8sbJy_Bb9pMKwRKq0NT3VRkRKolA-tWgWinHXtM4bdKDleCUccJsFASnslvV8aVzDFtqQN4tQ95YcRr6PfUpbLdqvNyXAUNUKlZJOFFlHj_PQ7XH5Q9uCw7safxVHw1sExQJ0ehVg9ybIDurj8YJ6eRE6ksJ1jGNxYfr7s3jaSZtVjQtIT1Uiy6ay_94sMu2ed-wXT92H1TQZVl-cSSpRBLC1ZLKGinS5pMniHDAWBRRuu82A4x6muvUELC_vflj7fvoQ0OwwLEjI5j1tsJVTGX5nfRbIwk2PofFL0K3etjZqRyqfIuQ", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-ms-client-request-id": "3bf294ea-518f-11ed-8c4e-ac675dc66a69" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:25:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "60a87448-9f5c-457e-a251-2eff02aa70b7", + "x-ms-correlation-request-id": "499fa6cf-7b4a-43aa-8573-288755aa29ca", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "8dfe3e7e-93f6-4cca-a545-362f23bd3358", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T222516Z:499fa6cf-7b4a-43aa-8573-288755aa29ca" + }, + "ResponseBody": { + "status": "Succeeded" + } } ], "Variables": {} 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 ad9f7009063a..f04af90aeb9c 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:37:16 GMT", + "Date": "Fri, 21 Oct 2022 22:37: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.13845.10 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:37:16 GMT", + "Date": "Fri, 21 Oct 2022 22:37: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.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "556b10cb-88aa-4616-b6a9-489117f07745", + "client-request-id": "c5fca216-253c-4186-8306-f9250a65d488", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "556b10cb-88aa-4616-b6a9-489117f07745", + "client-request-id": "c5fca216-253c-4186-8306-f9250a65d488", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:37:16 GMT", + "Date": "Fri, 21 Oct 2022 22:37:45 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/eab39558-638e-4312-970d-b3e4c892acb0?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/656a319e-3254-4c7e-9e22-da2e39723e45?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:37:24 GMT", + "Date": "Fri, 21 Oct 2022 22:37:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eb3d6fad-a46a-452f-b3e6-f89535a7b1ba", - "x-ms-correlation-request-id": "01eebcb8-7ebb-46b6-a16b-ef825a9dc1f1", + "x-ms-arm-service-request-id": "75f1ec11-1ab8-4cae-8319-e32da818458e", + "x-ms-correlation-request-id": "eb0cec89-d1ec-4ef3-b7a2-9bf257992ace", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133724Z:01eebcb8-7ebb-46b6-a16b-ef825a9dc1f1" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T223756Z:eb0cec89-d1ec-4ef3-b7a2-9bf257992ace" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-219c2c63", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63", - "etag": "W/\u0022b68b030b-54fa-4c45-8443-e256d0a2d035\u0022", + "etag": "W/\u0022b4cf1b7b-8b43-493a-89c5-68c67f73a132\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:37:18.9357450Z" + "CreatedOnDate": "2022-10-21T22:37:48.0883746Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "4acad526-387c-4ab0-b722-d55aab1882ad", + "resourceGuid": "dfde4217-2c69-42a1-bd4b-72e65a57ddda", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/eab39558-638e-4312-970d-b3e4c892acb0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/656a319e-3254-4c7e-9e22-da2e39723e45?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:37:24 GMT", + "Date": "Fri, 21 Oct 2022 22:37:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -304,10 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "43f51229-c112-4e08-aba3-c9c85d0e55b9", - "x-ms-correlation-request-id": "0fd933ce-46f9-41d1-820b-57fcfa90058d", + "x-ms-arm-service-request-id": "14a067a9-0bef-45f7-8623-08d0ced738ff", + "x-ms-correlation-request-id": "6d2b638e-4336-4099-a503-2299af5722af", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133724Z:0fd933ce-46f9-41d1-820b-57fcfa90058d" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T223756Z:6d2b638e-4336-4099-a503-2299af5722af" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:37:24 GMT", - "ETag": "W/\u002281ff9439-df6e-4402-993e-2a08f3be5c95\u0022", + "Date": "Fri, 21 Oct 2022 22:37:56 GMT", + "ETag": "W/\u002202ef1366-8334-4e55-af0c-61de8fb16868\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c976c56e-8109-4f04-aadc-281c15113876", - "x-ms-correlation-request-id": "76e6e78c-8f51-4df1-830e-da416523e4d8", + "x-ms-arm-service-request-id": "152c2210-530a-4795-adeb-0d4243792baf", + "x-ms-correlation-request-id": "32228a0e-a09c-4f98-a30e-6fb93e1785b5", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133725Z:76e6e78c-8f51-4df1-830e-da416523e4d8" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T223756Z:32228a0e-a09c-4f98-a30e-6fb93e1785b5" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-219c2c63", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63", - "etag": "W/\u002281ff9439-df6e-4402-993e-2a08f3be5c95\u0022", + "etag": "W/\u002202ef1366-8334-4e55-af0c-61de8fb16868\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:37:18.9357450Z" + "CreatedOnDate": "2022-10-21T22:37:48.0883746Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "4acad526-387c-4ab0-b722-d55aab1882ad", + "resourceGuid": "dfde4217-2c69-42a1-bd4b-72e65a57ddda", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/01962c1b-64b0-49f4-91ec-0ce937338cf5?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/fc3d9ade-3940-4d6f-add3-1cb445d38dbd?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:37:25 GMT", + "Date": "Fri, 21 Oct 2022 22:37:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7320b43e-2a5c-49d1-b39d-86d5d29ca7ce", - "x-ms-correlation-request-id": "02397ecd-4796-4130-89db-4461f2c42f3b", + "x-ms-arm-service-request-id": "0eb9666a-13c0-4a34-b087-0e8df6faab04", + "x-ms-correlation-request-id": "22987168-abe9-41d7-badc-07f2bce233a0", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133725Z:02397ecd-4796-4130-89db-4461f2c42f3b" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T223757Z:22987168-abe9-41d7-badc-07f2bce233a0" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", - "etag": "W/\u00225eec7723-9b00-4c3c-a2d9-e17dce438e8e\u0022", + "etag": "W/\u00220a314b3a-79d3-40d8-ac5f-b3d8631ba4be\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00225eec7723-9b00-4c3c-a2d9-e17dce438e8e\u0022", + "etag": "W/\u00220a314b3a-79d3-40d8-ac5f-b3d8631ba4be\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/01962c1b-64b0-49f4-91ec-0ce937338cf5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/fc3d9ade-3940-4d6f-add3-1cb445d38dbd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:37:25 GMT", + "Date": "Fri, 21 Oct 2022 22:37:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f41e577e-b3f6-437e-baee-8aa9bd2177e3", - "x-ms-correlation-request-id": "e6e03462-06b8-4fbc-8514-4b21bd14efbb", + "x-ms-arm-service-request-id": "78c285c6-ef04-4998-9ff7-94b0f4d7ed17", + "x-ms-correlation-request-id": "8c1a60c6-bfda-460e-9bec-a504c2ac4c42", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133725Z:e6e03462-06b8-4fbc-8514-4b21bd14efbb" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T223757Z:8c1a60c6-bfda-460e-9bec-a504c2ac4c42" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:37:26 GMT", - "ETag": "W/\u0022d0c5844f-12a4-4616-94da-3fc46a86a494\u0022", + "Date": "Fri, 21 Oct 2022 22:37:57 GMT", + "ETag": "W/\u00221c8d62f7-3e46-4d58-b034-c9ab6fd12e6a\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b7bf0ff4-34fe-4f94-9aca-e048f6b12e7f", - "x-ms-correlation-request-id": "e22b8625-1a92-491e-ae54-0851a5999c35", + "x-ms-arm-service-request-id": "028c631a-a841-44f3-ac32-fb5af760cd61", + "x-ms-correlation-request-id": "4c3a30dd-fecf-45c3-987c-f5e336d01675", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133726Z:e22b8625-1a92-491e-ae54-0851a5999c35" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T223757Z:4c3a30dd-fecf-45c3-987c-f5e336d01675" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", - "etag": "W/\u0022d0c5844f-12a4-4616-94da-3fc46a86a494\u0022", + "etag": "W/\u00221c8d62f7-3e46-4d58-b034-c9ab6fd12e6a\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022d0c5844f-12a4-4616-94da-3fc46a86a494\u0022", + "etag": "W/\u00221c8d62f7-3e46-4d58-b034-c9ab6fd12e6a\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -558,12 +558,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:37:26 GMT", + "Date": "Fri, 21 Oct 2022 22:37:57 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.13845.10 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -652,12 +652,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:37:26 GMT", + "Date": "Fri, 21 Oct 2022 22:37:57 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.13777.6 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -713,7 +713,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "ee9630f5-eecc-485f-b2f4-6c3881bdefd1", + "client-request-id": "c14103de-b1da-4c30-90a3-d6699d61c143", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -731,10 +731,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "ee9630f5-eecc-485f-b2f4-6c3881bdefd1", + "client-request-id": "c14103de-b1da-4c30-90a3-d6699d61c143", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:37:26 GMT", + "Date": "Fri, 21 Oct 2022 22:37:58 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -742,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -769,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6b3f3d6f-03ea-4159-a70d-b41d34712e34?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/709c472f-d807-4354-b6e9-8794ad897e4a?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "706", + "Content-Length": "705", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:37:30 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A37%3A29.6705346Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 22:38:02 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T22%3A38%3A01.609606Z\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": "c834772e-a43c-4405-b5b5-a4136b3240db", + "x-ms-correlation-request-id": "1bf564ee-2dd6-448e-9aad-89f63b26ae89", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133730Z:c834772e-a43c-4405-b5b5-a4136b3240db", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T223803Z:1bf564ee-2dd6-448e-9aad-89f63b26ae89", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63", "name": "sdk-py-tests-acc-1-219c2c63", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A37%3A29.6705346Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A38%3A01.609606Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:37:27.8083631Z" + "CreatedOnDate": "2022-10-21T22:37:59.4782168Z" }, "properties": { "provisioningState": "Creating" @@ -800,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:37:28.6624994Z", + "createdAt": "2022-10-21T22:38:00.6171561Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:37:28.6624994Z" + "lastModifiedAt": "2022-10-21T22:38:00.6171561Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6b3f3d6f-03ea-4159-a70d-b41d34712e34?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/709c472f-d807-4354-b6e9-8794ad897e4a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -822,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:37:30 GMT", + "Date": "Fri, 21 Oct 2022 22:38:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -830,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a2473d1-ce1a-415c-9143-02f524ea22bf", + "x-ms-correlation-request-id": "01b878ec-5139-4ee5-83e1-4379b87fb970", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133730Z:9a2473d1-ce1a-415c-9143-02f524ea22bf", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T223803Z:01b878ec-5139-4ee5-83e1-4379b87fb970", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6b3f3d6f-03ea-4159-a70d-b41d34712e34", - "name": "6b3f3d6f-03ea-4159-a70d-b41d34712e34", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/709c472f-d807-4354-b6e9-8794ad897e4a", + "name": "709c472f-d807-4354-b6e9-8794ad897e4a", "status": "Succeeded", - "startTime": "2022-10-18T13:37:29.6779013Z", - "endTime": "2022-10-18T13:37:29.7717128Z", + "startTime": "2022-10-21T22:38:01.6079725Z", + "endTime": "2022-10-21T22:38:01.6704689Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63" @@ -862,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:37:31 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A37%3A29.7818846Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 22:38:03 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T22%3A38%3A01.6634179Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "488e912b-4bc6-4080-b325-c83ac6cb304b", + "x-ms-correlation-request-id": "4466cec9-c3c3-47c5-b4ef-4eade5b50015", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133731Z:488e912b-4bc6-4080-b325-c83ac6cb304b", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T223803Z:4466cec9-c3c3-47c5-b4ef-4eade5b50015", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63", "name": "sdk-py-tests-acc-1-219c2c63", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A37%3A29.7818846Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A38%3A01.6634179Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:37:27.8083631Z" + "CreatedOnDate": "2022-10-21T22:37:59.4782168Z" }, "properties": { "activeDirectories": [ @@ -912,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:37:28.6624994Z", + "createdAt": "2022-10-21T22:38:00.6171561Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:37:28.6624994Z" + "lastModifiedAt": "2022-10-21T22:38:00.6171561Z" } } }, @@ -941,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/73cbc558-6c67-4915-b1f7-8c97c9cb7651?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb18343e-5aa0-4a9b-96e3-eb217f30a33b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:37:34 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A37%3A33.0985483Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 22:38:05 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T22%3A38%3A05.4044159Z\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": "675e7ddb-e7e1-4fc0-99f4-9a75c7dbf752", + "x-ms-correlation-request-id": "8cd7ae9d-4b5e-4e85-a4fc-d33ffeb56e9c", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133734Z:675e7ddb-e7e1-4fc0-99f4-9a75c7dbf752", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T223806Z:8cd7ae9d-4b5e-4e85-a4fc-d33ffeb56e9c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A37%3A33.0985483Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A38%3A05.4044159Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:37:31.5680754Z" + "CreatedOnDate": "2022-10-21T22:38:04.0177477Z" }, "properties": { "serviceLevel": "Premium", @@ -978,15 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:37:32.8218682Z", + "createdAt": "2022-10-21T22:38:05.1528632Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:37:32.8218682Z" + "lastModifiedAt": "2022-10-21T22:38:05.1528632Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/73cbc558-6c67-4915-b1f7-8c97c9cb7651?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb18343e-5aa0-4a9b-96e3-eb217f30a33b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1000,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:37:34 GMT", + "Date": "Fri, 21 Oct 2022 22:38:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1008,17 +1008,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "237bd823-3a3d-4213-8ee5-df653a8a03cd", + "x-ms-correlation-request-id": "46293b9c-341f-4678-bcec-36de48395a43", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133734Z:237bd823-3a3d-4213-8ee5-df653a8a03cd", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T223806Z:46293b9c-341f-4678-bcec-36de48395a43", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/73cbc558-6c67-4915-b1f7-8c97c9cb7651", - "name": "73cbc558-6c67-4915-b1f7-8c97c9cb7651", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb18343e-5aa0-4a9b-96e3-eb217f30a33b", + "name": "cb18343e-5aa0-4a9b-96e3-eb217f30a33b", + "status": "Creating", + "startTime": "2022-10-21T22:38:05.4209651Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb18343e-5aa0-4a9b-96e3-eb217f30a33b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:38: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": "10ee7b7f-2422-4c1a-a116-f50ec8f40c61", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T223836Z:10ee7b7f-2422-4c1a-a116-f50ec8f40c61", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb18343e-5aa0-4a9b-96e3-eb217f30a33b", + "name": "cb18343e-5aa0-4a9b-96e3-eb217f30a33b", "status": "Succeeded", - "startTime": "2022-10-18T13:37:33.1022603Z", - "endTime": "2022-10-18T13:37:33.8367021Z", + "startTime": "2022-10-21T22:38:05.4209651Z", + "endTime": "2022-10-21T22:38:07.8520058Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1" @@ -1040,8 +1080,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:37:34 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A37%3A33.8435292Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 22:38:36 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T22%3A38%3A07.8468806Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1049,22 +1089,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "765e8590-c425-461e-9f68-a580b6942bc7", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133735Z:765e8590-c425-461e-9f68-a580b6942bc7", + "x-ms-correlation-request-id": "1530bca4-84ed-4100-84af-887e363d151e", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T223837Z:1530bca4-84ed-4100-84af-887e363d151e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A37%3A33.8435292Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A38%3A07.8468806Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:37:31.5680754Z" + "CreatedOnDate": "2022-10-21T22:38:04.0177477Z" }, "properties": { - "poolId": "f8eb2b07-58df-1d15-ba7a-15539a7aa177", + "poolId": "0e0c3311-94d2-7dfa-6ade-188ad0db5094", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1077,10 +1117,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:37:32.8218682Z", + "createdAt": "2022-10-21T22:38:05.1528632Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:37:32.8218682Z" + "lastModifiedAt": "2022-10-21T22:38:05.1528632Z" } } }, @@ -1123,30 +1163,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:37:47 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A37%3A47.4652264Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 22:38:50 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T22%3A38%3A50.0906351Z\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": "d212e867-0837-4465-b412-ee9572ad1692", + "x-ms-correlation-request-id": "a7ad15c1-b501-4d76-8351-332695d45291", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133748Z:d212e867-0837-4465-b412-ee9572ad1692", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T223851Z:a7ad15c1-b501-4d76-8351-332695d45291", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A37%3A47.4652264Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A38%3A50.0906351Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:37:45.3959401Z" + "CreatedOnDate": "2022-10-21T22:38:47.7325267Z" }, "properties": { "serviceLevel": "Premium", @@ -1176,15 +1216,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:37:46.5214622Z", + "createdAt": "2022-10-21T22:38:49.1799027Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:37:46.5214622Z" + "lastModifiedAt": "2022-10-21T22:38:49.1799027Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1198,7 +1238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:37:48 GMT", + "Date": "Fri, 21 Oct 2022 22:38:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1206,16 +1246,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9d90db25-cb31-4890-86eb-2e7e158b2b25", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133748Z:9d90db25-cb31-4890-86eb-2e7e158b2b25", + "x-ms-correlation-request-id": "7eb1db83-ab0f-41f3-8192-7ba0832ad056", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T223851Z:7eb1db83-ab0f-41f3-8192-7ba0832ad056", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963", - "name": "f0f56dae-8a38-479d-9ad5-9a4045099963", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", "status": "Creating", - "startTime": "2022-10-18T13:37:47.4678604Z", + "startTime": "2022-10-21T22:38:50.0917105Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1224,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1238,7 +1278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:38:17 GMT", + "Date": "Fri, 21 Oct 2022 22:39:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1246,16 +1286,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ebd5cb2-0073-4e4e-880a-151466028dfd", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133818Z:4ebd5cb2-0073-4e4e-880a-151466028dfd", + "x-ms-correlation-request-id": "0232ea65-b9b0-46cf-bdb9-71259f9855f1", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T223921Z:0232ea65-b9b0-46cf-bdb9-71259f9855f1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963", - "name": "f0f56dae-8a38-479d-9ad5-9a4045099963", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", "status": "Creating", - "startTime": "2022-10-18T13:37:47.4678604Z", + "startTime": "2022-10-21T22:38:50.0917105Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1264,7 +1304,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1278,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:38:48 GMT", + "Date": "Fri, 21 Oct 2022 22:39:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1286,16 +1326,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9b85e2a-e37f-48d8-84db-93d78123b948", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133849Z:a9b85e2a-e37f-48d8-84db-93d78123b948", + "x-ms-correlation-request-id": "96dc6cf1-ec68-4ca0-8a8f-01cf170f070b", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T223951Z:96dc6cf1-ec68-4ca0-8a8f-01cf170f070b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963", - "name": "f0f56dae-8a38-479d-9ad5-9a4045099963", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", "status": "Creating", - "startTime": "2022-10-18T13:37:47.4678604Z", + "startTime": "2022-10-21T22:38:50.0917105Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1304,7 +1344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1318,7 +1358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:39:18 GMT", + "Date": "Fri, 21 Oct 2022 22:40:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1326,16 +1366,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "47f9a643-98ff-42a7-aa30-06fb584b5b7f", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133919Z:47f9a643-98ff-42a7-aa30-06fb584b5b7f", + "x-ms-correlation-request-id": "77d80f24-2ed2-489c-8e59-47d76523fdd8", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224022Z:77d80f24-2ed2-489c-8e59-47d76523fdd8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963", - "name": "f0f56dae-8a38-479d-9ad5-9a4045099963", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", "status": "Creating", - "startTime": "2022-10-18T13:37:47.4678604Z", + "startTime": "2022-10-21T22:38:50.0917105Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1344,7 +1384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1358,7 +1398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:39:49 GMT", + "Date": "Fri, 21 Oct 2022 22:40:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1366,16 +1406,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "72cc9154-9314-4c3c-98ff-e6be9c2b15f3", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133949Z:72cc9154-9314-4c3c-98ff-e6be9c2b15f3", + "x-ms-correlation-request-id": "29ff0af1-0f70-4754-88a4-f6104eebcaba", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224052Z:29ff0af1-0f70-4754-88a4-f6104eebcaba", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963", - "name": "f0f56dae-8a38-479d-9ad5-9a4045099963", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", "status": "Creating", - "startTime": "2022-10-18T13:37:47.4678604Z", + "startTime": "2022-10-21T22:38:50.0917105Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1384,7 +1424,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1398,7 +1438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:40:19 GMT", + "Date": "Fri, 21 Oct 2022 22:41:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1406,16 +1446,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b40263a9-321e-46a7-9891-a04f7631e24d", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134019Z:b40263a9-321e-46a7-9891-a04f7631e24d", + "x-ms-correlation-request-id": "a3a6b277-8ac1-4684-949f-31696d7325f0", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224122Z:a3a6b277-8ac1-4684-949f-31696d7325f0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963", - "name": "f0f56dae-8a38-479d-9ad5-9a4045099963", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", "status": "Creating", - "startTime": "2022-10-18T13:37:47.4678604Z", + "startTime": "2022-10-21T22:38:50.0917105Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1424,7 +1464,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1438,7 +1478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:40:49 GMT", + "Date": "Fri, 21 Oct 2022 22:41:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,16 +1486,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "324b6be1-e584-4328-b7d0-97f802953f27", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134050Z:324b6be1-e584-4328-b7d0-97f802953f27", + "x-ms-correlation-request-id": "3355406a-bf1f-462e-a757-10bd29d4e09f", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224152Z:3355406a-bf1f-462e-a757-10bd29d4e09f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963", - "name": "f0f56dae-8a38-479d-9ad5-9a4045099963", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", "status": "Creating", - "startTime": "2022-10-18T13:37:47.4678604Z", + "startTime": "2022-10-21T22:38:50.0917105Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1464,7 +1504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1478,7 +1518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:41:19 GMT", + "Date": "Fri, 21 Oct 2022 22:42:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1486,16 +1526,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7bbfc6ae-4be7-4899-9952-7b761e9610c3", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134120Z:7bbfc6ae-4be7-4899-9952-7b761e9610c3", + "x-ms-correlation-request-id": "b6c5ca37-d4d8-4bb2-9796-1c98c40b5586", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224223Z:b6c5ca37-d4d8-4bb2-9796-1c98c40b5586", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963", - "name": "f0f56dae-8a38-479d-9ad5-9a4045099963", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", "status": "Creating", - "startTime": "2022-10-18T13:37:47.4678604Z", + "startTime": "2022-10-21T22:38:50.0917105Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1504,7 +1544,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1518,7 +1558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:41:49 GMT", + "Date": "Fri, 21 Oct 2022 22:42:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1526,16 +1566,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aa967554-7ee1-4979-ae5f-1b573bf05dda", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134150Z:aa967554-7ee1-4979-ae5f-1b573bf05dda", + "x-ms-correlation-request-id": "2998286b-06bd-420f-b8ea-dddf8453f3a9", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224253Z:2998286b-06bd-420f-b8ea-dddf8453f3a9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963", - "name": "f0f56dae-8a38-479d-9ad5-9a4045099963", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", "status": "Creating", - "startTime": "2022-10-18T13:37:47.4678604Z", + "startTime": "2022-10-21T22:38:50.0917105Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1544,7 +1584,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1558,7 +1598,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:42:21 GMT", + "Date": "Fri, 21 Oct 2022 22:43:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1566,17 +1606,137 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3987f09e-3b1a-41a7-a3bf-2c7eb584a826", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134221Z:3987f09e-3b1a-41a7-a3bf-2c7eb584a826", + "x-ms-correlation-request-id": "55846505-c9f5-4078-a0ad-ccf9761c29b8", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224323Z:55846505-c9f5-4078-a0ad-ccf9761c29b8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "status": "Creating", + "startTime": "2022-10-21T22:38:50.0917105Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:43: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": "78fdf5bf-90a6-4dea-96ce-702aca290dc6", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224354Z:78fdf5bf-90a6-4dea-96ce-702aca290dc6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "status": "Creating", + "startTime": "2022-10-21T22:38:50.0917105Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:44: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": "519c8173-a3ea-4b52-8314-1f06428619e6", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224424Z:519c8173-a3ea-4b52-8314-1f06428619e6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "status": "Creating", + "startTime": "2022-10-21T22:38:50.0917105Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:44: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": "cc0a9fcf-3a24-40e9-b4cc-d1a374cc6937", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224455Z:cc0a9fcf-3a24-40e9-b4cc-d1a374cc6937", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f56dae-8a38-479d-9ad5-9a4045099963", - "name": "f0f56dae-8a38-479d-9ad5-9a4045099963", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", "status": "Succeeded", - "startTime": "2022-10-18T13:37:47.4678604Z", - "endTime": "2022-10-18T13:41:54.598078Z", + "startTime": "2022-10-21T22:38:50.0917105Z", + "endTime": "2022-10-21T22:44:30.9724519Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" @@ -1598,8 +1758,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:42:21 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A41%3A54.6036164Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 22:44:55 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T22%3A44%3A30.9695328Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1607,22 +1767,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "622d1914-c255-4094-baed-c78c8353c1d5", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134222Z:622d1914-c255-4094-baed-c78c8353c1d5", + "x-ms-correlation-request-id": "7f6edb9c-000b-4226-95aa-8da2ee2c693b", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224455Z:7f6edb9c-000b-4226-95aa-8da2ee2c693b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A41%3A54.6036164Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A44%3A30.9695328Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:37:45.3959401Z" + "CreatedOnDate": "2022-10-21T22:38:47.7325267Z" }, "properties": { - "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-219c2c63", "usageThreshold": 107374182400, @@ -1650,7 +1810,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4425a110", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6ea7c4f8", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1665,8 +1825,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "fbef26b3-c119-c492-33bd-440f54befc8b", - "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "mountTargetId": "628e63b8-8710-239a-b2dd-68672c48ff29", + "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", "ipAddress": "10.0.0.4" } ], @@ -1686,10 +1846,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:37:46.5214622Z", + "createdAt": "2022-10-21T22:38:49.1799027Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:37:46.5214622Z" + "lastModifiedAt": "2022-10-21T22:38:49.1799027Z" } } }, @@ -1708,8 +1868,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:42:31 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A41%3A54.6036164Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 22:45:05 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T22%3A44%3A30.9695328Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1717,22 +1877,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df972ea9-5bbb-4ba5-89f2-314ed4f99edb", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134232Z:df972ea9-5bbb-4ba5-89f2-314ed4f99edb", + "x-ms-correlation-request-id": "af58bc78-e90c-442a-98c4-2011a4a33321", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224506Z:af58bc78-e90c-442a-98c4-2011a4a33321", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A41%3A54.6036164Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A44%3A30.9695328Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:37:45.3959401Z" + "CreatedOnDate": "2022-10-21T22:38:47.7325267Z" }, "properties": { - "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-219c2c63", "usageThreshold": 107374182400, @@ -1760,7 +1920,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4425a110", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6ea7c4f8", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1775,8 +1935,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "fbef26b3-c119-c492-33bd-440f54befc8b", - "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "mountTargetId": "628e63b8-8710-239a-b2dd-68672c48ff29", + "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", "ipAddress": "10.0.0.4" } ], @@ -1796,10 +1956,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:37:46.5214622Z", + "createdAt": "2022-10-21T22:38:49.1799027Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:37:46.5214622Z" + "lastModifiedAt": "2022-10-21T22:38:49.1799027Z" } } }, @@ -1818,7 +1978,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:42:32 GMT", + "Date": "Fri, 21 Oct 2022 22:45:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1826,9 +1986,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85c4acb3-39f3-4d01-a41f-951069ef1e21", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134232Z:85c4acb3-39f3-4d01-a41f-951069ef1e21", + "x-ms-correlation-request-id": "684664c1-b0c2-4ead-b930-818c12798e6c", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224506Z:684664c1-b0c2-4ead-b930-818c12798e6c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1870,35 +2030,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/16fb710a-e395-4175-9af8-5082132617fa?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72d95d5f-3339-4e23-8da5-bf39acc408e0?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "2480", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:42:32 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A42%3A33.5661036Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 22:45:06 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T22%3A45%3A07.0468455Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/16fb710a-e395-4175-9af8-5082132617fa?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72d95d5f-3339-4e23-8da5-bf39acc408e0?api-version=2022-05-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": "7606d1dc-ae0c-45af-91aa-9826944aeefc", + "x-ms-correlation-request-id": "111c0b39-ef10-4547-a3dc-76ca9d26dfc9", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134233Z:7606d1dc-ae0c-45af-91aa-9826944aeefc", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224507Z:111c0b39-ef10-4547-a3dc-76ca9d26dfc9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A42%3A33.5661036Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A45%3A07.0468455Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:37:45.3959401Z" + "CreatedOnDate": "2022-10-21T22:38:47.7325267Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-219c2c63", "usageThreshold": 107374182400, @@ -1926,7 +2086,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4425a110", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6ea7c4f8", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1941,8 +2101,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "fbef26b3-c119-c492-33bd-440f54befc8b", - "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "mountTargetId": "628e63b8-8710-239a-b2dd-68672c48ff29", + "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", "ipAddress": "10.0.0.4" } ], @@ -1961,15 +2121,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:37:46.5214622Z", + "createdAt": "2022-10-21T22:38:49.1799027Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:37:46.5214622Z" + "lastModifiedAt": "2022-10-21T22:38:49.1799027Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/16fb710a-e395-4175-9af8-5082132617fa?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72d95d5f-3339-4e23-8da5-bf39acc408e0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1983,7 +2143,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:42:33 GMT", + "Date": "Fri, 21 Oct 2022 22:45:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1991,16 +2151,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fca8e29e-6e57-4217-a215-992fc23ecac5", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134233Z:fca8e29e-6e57-4217-a215-992fc23ecac5", + "x-ms-correlation-request-id": "fb6addc3-11a2-406f-be14-8e84b544a4bf", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224507Z:fb6addc3-11a2-406f-be14-8e84b544a4bf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/16fb710a-e395-4175-9af8-5082132617fa", - "name": "16fb710a-e395-4175-9af8-5082132617fa", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72d95d5f-3339-4e23-8da5-bf39acc408e0", + "name": "72d95d5f-3339-4e23-8da5-bf39acc408e0", "status": "Patching", - "startTime": "2022-10-18T13:42:33.5607862Z", + "startTime": "2022-10-21T22:45:07.0531364Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2009,7 +2169,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/16fb710a-e395-4175-9af8-5082132617fa?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72d95d5f-3339-4e23-8da5-bf39acc408e0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2023,7 +2183,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:43:04 GMT", + "Date": "Fri, 21 Oct 2022 22:45:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2031,17 +2191,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53ff8925-c2c3-4c92-a862-9a9d707cb234", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134304Z:53ff8925-c2c3-4c92-a862-9a9d707cb234", + "x-ms-correlation-request-id": "c114f75a-5517-44d2-89d0-27828432c6fb", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224538Z:c114f75a-5517-44d2-89d0-27828432c6fb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/16fb710a-e395-4175-9af8-5082132617fa", - "name": "16fb710a-e395-4175-9af8-5082132617fa", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72d95d5f-3339-4e23-8da5-bf39acc408e0", + "name": "72d95d5f-3339-4e23-8da5-bf39acc408e0", "status": "Succeeded", - "startTime": "2022-10-18T13:42:33.5607862Z", - "endTime": "2022-10-18T13:42:37.8317524Z", + "startTime": "2022-10-21T22:45:07.0531364Z", + "endTime": "2022-10-21T22:45:10.3372439Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" @@ -2049,7 +2209,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/16fb710a-e395-4175-9af8-5082132617fa?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72d95d5f-3339-4e23-8da5-bf39acc408e0?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2063,7 +2223,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:43:04 GMT", + "Date": "Fri, 21 Oct 2022 22:45:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2071,19 +2231,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c07e86a9-cdf1-4186-a426-d70d6dacb2d9", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134304Z:c07e86a9-cdf1-4186-a426-d70d6dacb2d9", + "x-ms-correlation-request-id": "510c1d7c-ca02-4619-8a93-1ecebc88c428", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224538Z:510c1d7c-ca02-4619-8a93-1ecebc88c428", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A42%3A37.8336388Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A45%3A10.3429553Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:42:33.2527343Z" + "CreatedOnDate": "2022-10-21T22:45:06.7418205Z" }, "properties": { "dataProtection": { @@ -2093,7 +2253,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults/cbsvault" } }, - "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-219c2c63", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2124,19 +2284,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4425a110", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6ea7c4f8", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", - "poolId": "f8eb2b07-58df-1d15-ba7a-15539a7aa177", + "poolId": "0e0c3311-94d2-7dfa-6ade-188ad0db5094", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "fbef26b3-c119-c492-33bd-440f54befc8b", - "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "mountTargetId": "628e63b8-8710-239a-b2dd-68672c48ff29", + "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", "startIp": "", "endIp": "", "gateway": "", @@ -2168,10 +2328,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:37:46.5214622Z", + "createdAt": "2022-10-21T22:38:49.1799027Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:42:33.4400703Z" + "lastModifiedAt": "2022-10-21T22:45:06.9208746Z" } } }, @@ -2194,20 +2354,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b91adfa5-e869-403a-956f-9db0fb56549c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63192ed3-543a-4224-beeb-e9f933bb80f9?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "560", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:43:04 GMT", + "Date": "Fri, 21 Oct 2022 22:45:38 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b91adfa5-e869-403a-956f-9db0fb56549c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63192ed3-543a-4224-beeb-e9f933bb80f9?api-version=2022-05-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": "923f0166-3498-4cad-afd7-33b2fed63a69", + "x-ms-correlation-request-id": "e65b2025-41fe-45fd-ab43-0140f94b8691", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134305Z:923f0166-3498-4cad-afd7-33b2fed63a69", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224538Z:e65b2025-41fe-45fd-ab43-0140f94b8691", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2222,7 +2382,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b91adfa5-e869-403a-956f-9db0fb56549c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63192ed3-543a-4224-beeb-e9f933bb80f9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2236,7 +2396,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:43:05 GMT", + "Date": "Fri, 21 Oct 2022 22:45:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2244,16 +2404,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "971fa1c7-a001-4dc2-8b83-09a3f054abbd", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134305Z:971fa1c7-a001-4dc2-8b83-09a3f054abbd", + "x-ms-correlation-request-id": "77640ad2-2d46-40d5-970f-1cc82b2cef0a", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224539Z:77640ad2-2d46-40d5-970f-1cc82b2cef0a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b91adfa5-e869-403a-956f-9db0fb56549c", - "name": "b91adfa5-e869-403a-956f-9db0fb56549c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63192ed3-543a-4224-beeb-e9f933bb80f9", + "name": "63192ed3-543a-4224-beeb-e9f933bb80f9", "status": "Creating", - "startTime": "2022-10-18T13:43:04.8982009Z", + "startTime": "2022-10-21T22:45:38.637802Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2262,7 +2422,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b91adfa5-e869-403a-956f-9db0fb56549c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63192ed3-543a-4224-beeb-e9f933bb80f9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2276,7 +2436,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:43:34 GMT", + "Date": "Fri, 21 Oct 2022 22:46:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2284,17 +2444,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "491e8720-0bf3-49a0-8811-f0b2bb0a6220", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134335Z:491e8720-0bf3-49a0-8811-f0b2bb0a6220", + "x-ms-correlation-request-id": "2b14478e-7956-48e7-b68a-9f9e72306bdd", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224609Z:2b14478e-7956-48e7-b68a-9f9e72306bdd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b91adfa5-e869-403a-956f-9db0fb56549c", - "name": "b91adfa5-e869-403a-956f-9db0fb56549c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63192ed3-543a-4224-beeb-e9f933bb80f9", + "name": "63192ed3-543a-4224-beeb-e9f933bb80f9", "status": "Succeeded", - "startTime": "2022-10-18T13:43:04.8982009Z", - "endTime": "2022-10-18T13:43:05.9139747Z", + "startTime": "2022-10-21T22:45:38.637802Z", + "endTime": "2022-10-21T22:45:39.4815393Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63" @@ -2302,7 +2462,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b91adfa5-e869-403a-956f-9db0fb56549c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63192ed3-543a-4224-beeb-e9f933bb80f9?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2314,29 +2474,29 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "780", + "Content-Length": "781", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:43:35 GMT", + "Date": "Fri, 21 Oct 2022 22: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": "8a3c7bf6-7c08-41ed-be1c-a1b4fc6225a8", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134335Z:8a3c7bf6-7c08-41ed-be1c-a1b4fc6225a8", + "x-ms-correlation-request-id": "703b21f0-d87e-405b-92a1-c175713085ce", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224609Z:703b21f0-d87e-405b-92a1-c175713085ce", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/18/2022 1:43:05 PM", + "etag": "10/21/2022 10:45:39 PM", "location": "", "properties": { - "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", "creationDate": "0001-01-01T00:00:00Z", - "backupId": "25ebb441-2206-9dc8-bc60-7629e937ddbf", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", "size": 0, "backupType": "Manual", "failureReason": "None", @@ -2360,7 +2520,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:43:45 GMT", + "Date": "Fri, 21 Oct 2022 22:46:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2368,9 +2528,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af1375bc-44f1-425a-93ab-9923982010ef", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134346Z:af1375bc-44f1-425a-93ab-9923982010ef", + "x-ms-correlation-request-id": "003c7b62-7fa1-4c69-96a3-5bcd365d3866", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224620Z:003c7b62-7fa1-4c69-96a3-5bcd365d3866", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2379,8 +2539,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:43:05Z", - "backupId": "25ebb441-2206-9dc8-bc60-7629e937ddbf", + "creationDate": "2022-10-21T22:45:39Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2405,7 +2565,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:43:56 GMT", + "Date": "Fri, 21 Oct 2022 22:46:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2413,9 +2573,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f9da750-8765-4b73-add5-c5df98806e8f", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134357Z:5f9da750-8765-4b73-add5-c5df98806e8f", + "x-ms-correlation-request-id": "f7765f0b-5c21-4ea3-97ba-17b93d04de89", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224631Z:f7765f0b-5c21-4ea3-97ba-17b93d04de89", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2424,8 +2584,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:43:05Z", - "backupId": "25ebb441-2206-9dc8-bc60-7629e937ddbf", + "creationDate": "2022-10-21T22:45:39Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2450,7 +2610,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:44:08 GMT", + "Date": "Fri, 21 Oct 2022 22:46:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2458,9 +2618,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e4913b25-6b18-4342-b882-49acf76568fc", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134408Z:e4913b25-6b18-4342-b882-49acf76568fc", + "x-ms-correlation-request-id": "0e818bcc-345c-44f3-909b-c671f234a780", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224641Z:0e818bcc-345c-44f3-909b-c671f234a780", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2469,8 +2629,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:43:05Z", - "backupId": "25ebb441-2206-9dc8-bc60-7629e937ddbf", + "creationDate": "2022-10-21T22:45:39Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2495,7 +2655,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:44:19 GMT", + "Date": "Fri, 21 Oct 2022 22:46:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2503,9 +2663,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f246bb2-4daa-424d-b410-6e092be86be1", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134419Z:0f246bb2-4daa-424d-b410-6e092be86be1", + "x-ms-correlation-request-id": "a8d8e1f6-6bb5-4aba-84db-c02133826a73", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224652Z:a8d8e1f6-6bb5-4aba-84db-c02133826a73", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2514,11 +2674,11 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:43:08Z", - "backupId": "25ebb441-2206-9dc8-bc60-7629e937ddbf", - "size": 331776, + "creationDate": "2022-10-21T22:45:39Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "size": 0, "backupType": "Manual", - "provisioningState": "Succeeded", + "provisioningState": "Creating", "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-219c2c63", "useExistingSnapshot": false @@ -2526,7 +2686,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/accountBackups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2540,7 +2700,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:44:19 GMT", + "Date": "Fri, 21 Oct 2022 22:47:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2548,22 +2708,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be45d75e-97eb-4529-8292-0d58a510ccc9", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134419Z:be45d75e-97eb-4529-8292-0d58a510ccc9", + "x-ms-correlation-request-id": "91185d3b-7282-40bf-a706-1b779299413e", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224703Z:91185d3b-7282-40bf-a706-1b779299413e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/accountBackups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:43:08Z", - "backupId": "25ebb441-2206-9dc8-bc60-7629e937ddbf", - "size": 331776, + "creationDate": "2022-10-21T22:45:39Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "size": 0, "backupType": "Manual", - "provisioningState": "Succeeded", + "provisioningState": "Creating", "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-219c2c63", "useExistingSnapshot": false @@ -2571,7 +2731,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2585,7 +2745,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:44:19 GMT", + "Date": "Fri, 21 Oct 2022 22:47:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2593,75 +2753,975 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4944069e-30b1-4ba7-851b-43927ffd9802", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134420Z:4944069e-30b1-4ba7-851b-43927ffd9802", + "x-ms-correlation-request-id": "2015036c-af78-44ce-9a57-41e7e66a69b3", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224714Z:2015036c-af78-44ce-9a57-41e7e66a69b3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults/cbsvault", - "name": "sdk-py-tests-acc-1-219c2c63/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": {} - } - ] + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:45:39Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63?api-version=2022-05-01", - "RequestMethod": "PATCH", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Content-Length": "413", - "Content-Type": "application/json", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, - "RequestBody": { - "properties": { - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "dataProtection": { - "backup": { - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults/cbsvault", - "backupEnabled": false - } - }, - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0 - } - }, - "StatusCode": 202, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eeb2b456-5754-4f43-8632-a300b81224b2?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "2743", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:44:20 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A44%3A20.4371115Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 22:47:24 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eeb2b456-5754-4f43-8632-a300b81224b2?api-version=2022-05-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": "4537260e-3eb8-49f7-8600-5d5b182f7f55", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134420Z:4537260e-3eb8-49f7-8600-5d5b182f7f55", + "x-ms-correlation-request-id": "356eeef6-5d53-44e6-b6ae-bebc35e4d8e3", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224724Z:356eeef6-5d53-44e6-b6ae-bebc35e4d8e3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A44%3A20.4371115Z\u0027\u0022", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:45:39Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:47: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": "91a62770-3601-4289-880b-a571beb6e0f0", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224735Z:91a62770-3601-4289-880b-a571beb6e0f0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:45:39Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:47: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": "5688be4a-b88d-4395-b6d6-514df8deae38", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224745Z:5688be4a-b88d-4395-b6d6-514df8deae38", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:45:39Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:47: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": "c9498811-929a-455e-b7b3-ed340e0f44f4", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224756Z:c9498811-929a-455e-b7b3-ed340e0f44f4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:45:39Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:48: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": "8c0dd9a9-b36f-405c-b4b6-0659d20c2332", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224807Z:8c0dd9a9-b36f-405c-b4b6-0659d20c2332", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:45:39Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:48: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": "a825e991-cf41-4d68-be40-0f629c1ba1c4", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224818Z:a825e991-cf41-4d68-be40-0f629c1ba1c4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:45:39Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:48: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": "214df1c2-8ef8-4a94-a22b-c301570fb1d4", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224829Z:214df1c2-8ef8-4a94-a22b-c301570fb1d4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:45:39Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:48: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": "e976e9bd-f7ae-40df-b7c1-ea0dff3889c8", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224839Z:e976e9bd-f7ae-40df-b7c1-ea0dff3889c8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:45:39Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:48: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": "e14e3aa5-789d-4b49-8f96-47e61283a2a3", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224850Z:e14e3aa5-789d-4b49-8f96-47e61283a2a3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:45:39Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:49: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": "ec18ca44-cb2b-4bfd-8aed-c3d44797a8ec", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224901Z:ec18ca44-cb2b-4bfd-8aed-c3d44797a8ec", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:45:39Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:49: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": "69f1b4f0-8fd0-4ce1-a087-ced9bb5ed430", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224911Z:69f1b4f0-8fd0-4ce1-a087-ced9bb5ed430", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:45:39Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:49: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": "441bfcc5-e793-4f87-8024-81aac704382b", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224923Z:441bfcc5-e793-4f87-8024-81aac704382b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:45:39Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:49: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": "a2b5d856-10b0-404d-8083-e4f8ac5b31c8", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224935Z:a2b5d856-10b0-404d-8083-e4f8ac5b31c8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:45:39Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:49: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": "f1d5c3f2-9dac-4f36-9865-bb5d29c81850", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224945Z:f1d5c3f2-9dac-4f36-9865-bb5d29c81850", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:45:39Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:49: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": "2c663fa6-bb12-463d-9e7b-cb45a551d326", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T224956Z:2c663fa6-bb12-463d-9e7b-cb45a551d326", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:45:39Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:50: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": "c4353e1a-f9cd-4b39-85e7-773352fb16b1", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225007Z:c4353e1a-f9cd-4b39-85e7-773352fb16b1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:45:39Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:50: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": "78393c78-69e3-4831-a4c2-6ba28569dc7a", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225018Z:78393c78-69e3-4831-a4c2-6ba28569dc7a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:45:39Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:50: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": "ff8b932b-d54b-479c-a97f-c3cc78cb2a0e", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225029Z:ff8b932b-d54b-479c-a97f-c3cc78cb2a0e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:45:53Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "size": 339968, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/accountBackups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:50: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": "9ab32aad-3748-4fef-af0e-ba0509d10406", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225029Z:9ab32aad-3748-4fef-af0e-ba0509d10406", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/accountBackups/sdk-py-tests-backup-1-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-backup-1-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-21T22:45:53Z", + "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "size": 339968, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-219c2c63", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:50: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": "31231564-4d73-4982-b8db-4a6c19a1f4d9", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225030Z:31231564-4d73-4982-b8db-4a6c19a1f4d9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults/cbsvault", + "name": "sdk-py-tests-acc-1-219c2c63/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "413", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/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/westus2/operationResults/54a0583b-73af-421c-9ea6-6046d18c0bf8?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2743", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:50:31 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T22%3A50%3A31.0542823Z\u0027\u0022", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a0583b-73af-421c-9ea6-6046d18c0bf8?api-version=2022-05-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": "7b37d565-29ec-4a83-b70d-87be18506d07", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225031Z:7b37d565-29ec-4a83-b70d-87be18506d07", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", + "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A50%3A31.0542823Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:42:33.2527343Z" + "CreatedOnDate": "2022-10-21T22:45:06.7418205Z" }, "properties": { "dataProtection": { @@ -2672,7 +3732,7 @@ } }, "provisioningState": "Patching", - "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-219c2c63", "usageThreshold": 107374182400, @@ -2700,7 +3760,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4425a110", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6ea7c4f8", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2715,8 +3775,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "fbef26b3-c119-c492-33bd-440f54befc8b", - "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "mountTargetId": "628e63b8-8710-239a-b2dd-68672c48ff29", + "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", "ipAddress": "10.0.0.4" } ], @@ -2735,15 +3795,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:37:46.5214622Z", + "createdAt": "2022-10-21T22:38:49.1799027Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:42:33.4400703Z" + "lastModifiedAt": "2022-10-21T22:45:06.9208746Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eeb2b456-5754-4f43-8632-a300b81224b2?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a0583b-73af-421c-9ea6-6046d18c0bf8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2757,7 +3817,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:44:20 GMT", + "Date": "Fri, 21 Oct 2022 22:50:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2765,16 +3825,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e2cbb67-52b0-43ac-8b1c-50468e1a4104", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134420Z:0e2cbb67-52b0-43ac-8b1c-50468e1a4104", + "x-ms-correlation-request-id": "d8245993-d3f9-428d-9a00-4d2e4c0608b3", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225031Z:d8245993-d3f9-428d-9a00-4d2e4c0608b3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eeb2b456-5754-4f43-8632-a300b81224b2", - "name": "eeb2b456-5754-4f43-8632-a300b81224b2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a0583b-73af-421c-9ea6-6046d18c0bf8", + "name": "54a0583b-73af-421c-9ea6-6046d18c0bf8", "status": "Patching", - "startTime": "2022-10-18T13:44:20.4346793Z", + "startTime": "2022-10-21T22:50:31.0615201Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2783,7 +3843,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eeb2b456-5754-4f43-8632-a300b81224b2?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a0583b-73af-421c-9ea6-6046d18c0bf8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2797,7 +3857,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:44:50 GMT", + "Date": "Fri, 21 Oct 2022 22:51:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2805,17 +3865,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0793c3b1-5c67-4c69-93cf-c610dadcf3fb", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134451Z:0793c3b1-5c67-4c69-93cf-c610dadcf3fb", + "x-ms-correlation-request-id": "93413a3f-43d6-4a87-942a-e94d2646f254", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225101Z:93413a3f-43d6-4a87-942a-e94d2646f254", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eeb2b456-5754-4f43-8632-a300b81224b2", - "name": "eeb2b456-5754-4f43-8632-a300b81224b2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a0583b-73af-421c-9ea6-6046d18c0bf8", + "name": "54a0583b-73af-421c-9ea6-6046d18c0bf8", "status": "Succeeded", - "startTime": "2022-10-18T13:44:20.4346793Z", - "endTime": "2022-10-18T13:44:26.9231052Z", + "startTime": "2022-10-21T22:50:31.0615201Z", + "endTime": "2022-10-21T22:50:36.9705247Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" @@ -2823,7 +3883,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eeb2b456-5754-4f43-8632-a300b81224b2?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a0583b-73af-421c-9ea6-6046d18c0bf8?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2837,7 +3897,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:44:50 GMT", + "Date": "Fri, 21 Oct 2022 22:51:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2845,19 +3905,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b01c6231-25a8-4c3f-aa46-dbddbc75d803", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134451Z:b01c6231-25a8-4c3f-aa46-dbddbc75d803", + "x-ms-correlation-request-id": "f61181a3-c467-4aad-8096-a8f15eb819c9", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225102Z:f61181a3-c467-4aad-8096-a8f15eb819c9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A44%3A26.9273402Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A50%3A36.9718961Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:44:20.1188660Z" + "CreatedOnDate": "2022-10-21T22:45:06.7418205Z" }, "properties": { "dataProtection": { @@ -2867,7 +3927,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults/cbsvault" } }, - "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-219c2c63", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2898,19 +3958,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4425a110", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6ea7c4f8", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", - "poolId": "f8eb2b07-58df-1d15-ba7a-15539a7aa177", + "poolId": "0e0c3311-94d2-7dfa-6ade-188ad0db5094", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "fbef26b3-c119-c492-33bd-440f54befc8b", - "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "mountTargetId": "628e63b8-8710-239a-b2dd-68672c48ff29", + "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", "startIp": "", "endIp": "", "gateway": "", @@ -2942,10 +4002,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:37:46.5214622Z", + "createdAt": "2022-10-21T22:38:49.1799027Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:44:20.30495Z" + "lastModifiedAt": "2022-10-21T22:50:30.9164427Z" } } }, @@ -2964,15 +4024,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:44:53 GMT", + "Date": "Fri, 21 Oct 2022 22:51: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": "1e5eeb76-89e5-483b-9712-f7cbf42252a0", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134453Z:1e5eeb76-89e5-483b-9712-f7cbf42252a0", + "x-ms-correlation-request-id": "d5602dc2-668f-4a1d-b863-5a44e413693e", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225104Z:d5602dc2-668f-4a1d-b863-5a44e413693e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2995,25 +4055,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 18 Oct 2022 13:44:53 GMT", + "Date": "Fri, 21 Oct 2022 22:51:05 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3?api-version=2022-05-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": "48de46dd-1f84-48b5-9aee-0c0a4c735f80", + "x-ms-correlation-request-id": "bd8aa5cf-a3aa-4b05-9463-c68e432b9cc3", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134454Z:48de46dd-1f84-48b5-9aee-0c0a4c735f80", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225105Z:bd8aa5cf-a3aa-4b05-9463-c68e432b9cc3", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3027,7 +4087,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:44:53 GMT", + "Date": "Fri, 21 Oct 2022 22:51:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3035,16 +4095,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c7b6a17-0d48-44d8-8c88-780949302a1e", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134454Z:6c7b6a17-0d48-44d8-8c88-780949302a1e", + "x-ms-correlation-request-id": "31545230-649a-488a-8fcd-6f38de928405", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225105Z:31545230-649a-488a-8fcd-6f38de928405", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d", - "name": "3f17f24e-c753-4dca-b6ac-a12b8768e38d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3", + "name": "4bc0ea29-459f-4ceb-b30f-122b89b59aa3", "status": "Deleting", - "startTime": "2022-10-18T13:44:54.3634397Z", + "startTime": "2022-10-21T22:51:05.0830723Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3053,7 +4113,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3067,7 +4127,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:45:24 GMT", + "Date": "Fri, 21 Oct 2022 22:51:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3075,16 +4135,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b0cf61ff-57d0-4a01-adcc-52cbafe84aa5", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134524Z:b0cf61ff-57d0-4a01-adcc-52cbafe84aa5", + "x-ms-correlation-request-id": "764f3e7a-ac9b-428c-acf8-64957bfd9b2d", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225135Z:764f3e7a-ac9b-428c-acf8-64957bfd9b2d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d", - "name": "3f17f24e-c753-4dca-b6ac-a12b8768e38d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3", + "name": "4bc0ea29-459f-4ceb-b30f-122b89b59aa3", "status": "Deleting", - "startTime": "2022-10-18T13:44:54.3634397Z", + "startTime": "2022-10-21T22:51:05.0830723Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3093,7 +4153,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3107,7 +4167,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:45:54 GMT", + "Date": "Fri, 21 Oct 2022 22:52:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3115,16 +4175,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a7701921-0f7b-4c7e-a9fb-ead0406629af", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134555Z:a7701921-0f7b-4c7e-a9fb-ead0406629af", + "x-ms-correlation-request-id": "23fc336e-7133-4dda-a6f5-e099fa6f98b1", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225205Z:23fc336e-7133-4dda-a6f5-e099fa6f98b1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d", - "name": "3f17f24e-c753-4dca-b6ac-a12b8768e38d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3", + "name": "4bc0ea29-459f-4ceb-b30f-122b89b59aa3", "status": "Deleting", - "startTime": "2022-10-18T13:44:54.3634397Z", + "startTime": "2022-10-21T22:51:05.0830723Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3133,7 +4193,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3147,7 +4207,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:46:24 GMT", + "Date": "Fri, 21 Oct 2022 22:52:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3155,16 +4215,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a2d2c4b-4b85-4924-8261-b315ec6d4a8c", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134625Z:2a2d2c4b-4b85-4924-8261-b315ec6d4a8c", + "x-ms-correlation-request-id": "f160d72d-41f2-4d7e-b661-5ee991413618", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225236Z:f160d72d-41f2-4d7e-b661-5ee991413618", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d", - "name": "3f17f24e-c753-4dca-b6ac-a12b8768e38d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3", + "name": "4bc0ea29-459f-4ceb-b30f-122b89b59aa3", "status": "Deleting", - "startTime": "2022-10-18T13:44:54.3634397Z", + "startTime": "2022-10-21T22:51:05.0830723Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3173,7 +4233,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3187,7 +4247,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:46:55 GMT", + "Date": "Fri, 21 Oct 2022 22:53:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3195,16 +4255,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e1201b7d-8e49-4d75-8372-b0f6b048450b", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134655Z:e1201b7d-8e49-4d75-8372-b0f6b048450b", + "x-ms-correlation-request-id": "b1b2bc4e-c8a3-4177-a778-8a778850e5f9", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225306Z:b1b2bc4e-c8a3-4177-a778-8a778850e5f9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d", - "name": "3f17f24e-c753-4dca-b6ac-a12b8768e38d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3", + "name": "4bc0ea29-459f-4ceb-b30f-122b89b59aa3", "status": "Deleting", - "startTime": "2022-10-18T13:44:54.3634397Z", + "startTime": "2022-10-21T22:51:05.0830723Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3213,7 +4273,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3227,7 +4287,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:47:26 GMT", + "Date": "Fri, 21 Oct 2022 22:53:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3235,17 +4295,97 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "35b0834f-5595-49c3-ac41-361cd08e2c79", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134726Z:35b0834f-5595-49c3-ac41-361cd08e2c79", + "x-ms-correlation-request-id": "15d314cd-5563-4918-99fd-51ceb11a2ae3", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225336Z:15d314cd-5563-4918-99fd-51ceb11a2ae3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3", + "name": "4bc0ea29-459f-4ceb-b30f-122b89b59aa3", + "status": "Deleting", + "startTime": "2022-10-21T22:51:05.0830723Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22:54: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": "c08e0ea6-9cba-4982-b9da-a1d23bf490a9", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225406Z:c08e0ea6-9cba-4982-b9da-a1d23bf490a9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3", + "name": "4bc0ea29-459f-4ceb-b30f-122b89b59aa3", + "status": "Deleting", + "startTime": "2022-10-21T22:51:05.0830723Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 22: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": "eb6bf509-c7c6-41d3-83bf-d6d54ea8588d", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225437Z:eb6bf509-c7c6-41d3-83bf-d6d54ea8588d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d", - "name": "3f17f24e-c753-4dca-b6ac-a12b8768e38d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3", + "name": "4bc0ea29-459f-4ceb-b30f-122b89b59aa3", "status": "Succeeded", - "startTime": "2022-10-18T13:44:54.3634397Z", - "endTime": "2022-10-18T13:47:18.5250834Z", + "startTime": "2022-10-21T22:51:05.0830723Z", + "endTime": "2022-10-21T22:54:08.49201Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" @@ -3253,7 +4393,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f17f24e-c753-4dca-b6ac-a12b8768e38d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3267,7 +4407,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:47:26 GMT", + "Date": "Fri, 21 Oct 2022 22:54:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3275,19 +4415,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ba7066c-cc1d-4d6c-b9ca-7d17b3490cdd", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T134727Z:0ba7066c-cc1d-4d6c-b9ca-7d17b3490cdd", + "x-ms-correlation-request-id": "40c931e8-d7f9-499d-a653-b49bc7aabf37", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225438Z:40c931e8-d7f9-499d-a653-b49bc7aabf37", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A47%3A09.1069433Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A54%3A02.989998Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:44:20.1188660Z" + "CreatedOnDate": "2022-10-21T22:45:06.7418205Z" }, "properties": { "dataProtection": { @@ -3297,7 +4437,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults/cbsvault" } }, - "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-219c2c63", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -3328,19 +4468,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4425a110", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6ea7c4f8", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", - "poolId": "f8eb2b07-58df-1d15-ba7a-15539a7aa177", + "poolId": "0e0c3311-94d2-7dfa-6ade-188ad0db5094", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "fbef26b3-c119-c492-33bd-440f54befc8b", - "fileSystemId": "fbef26b3-c119-c492-33bd-440f54befc8b", + "mountTargetId": "628e63b8-8710-239a-b2dd-68672c48ff29", + "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", "startIp": "", "endIp": "", "gateway": "", @@ -3372,10 +4512,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:37:46.5214622Z", + "createdAt": "2022-10-21T22:38:49.1799027Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:44:20.30495Z" + "lastModifiedAt": "2022-10-21T22:50:30.9164427Z" } } }, @@ -3394,14 +4534,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:50:49 GMT", + "Date": "Fri, 21 Oct 2022 22:58:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "64295501-bff2-41fb-944c-feb7c1f5fe26", + "x-ms-correlation-request-id": "6e1088a9-bf9f-4ae2-a827-91517d158df1", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T135049Z:64295501-bff2-41fb-944c-feb7c1f5fe26" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225800Z:6e1088a9-bf9f-4ae2-a827-91517d158df1" }, "ResponseBody": { "error": { @@ -3423,25 +4563,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66f08a65-7a4f-45b8-9161-8373ea30ed1a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/677a1991-1526-44a6-9d2f-786bddbdd83c?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 18 Oct 2022 13:51:02 GMT", + "Date": "Fri, 21 Oct 2022 22:58:13 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66f08a65-7a4f-45b8-9161-8373ea30ed1a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/677a1991-1526-44a6-9d2f-786bddbdd83c?api-version=2022-05-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": "97d6d7c3-bd57-4b16-b3f2-355fd9f5692b", + "x-ms-correlation-request-id": "849dffbb-ee6b-4ef2-b2a8-02eed7c26f2d", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T135102Z:97d6d7c3-bd57-4b16-b3f2-355fd9f5692b", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225814Z:849dffbb-ee6b-4ef2-b2a8-02eed7c26f2d", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66f08a65-7a4f-45b8-9161-8373ea30ed1a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/677a1991-1526-44a6-9d2f-786bddbdd83c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3455,7 +4595,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:51:02 GMT", + "Date": "Fri, 21 Oct 2022 22:58:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3463,16 +4603,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ca83cd8-a57b-4a5b-92e2-9fe1929fee0d", + "x-ms-correlation-request-id": "92807bc1-f7bc-4576-af3f-6e6b82d5abb8", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T135103Z:5ca83cd8-a57b-4a5b-92e2-9fe1929fee0d", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225814Z:92807bc1-f7bc-4576-af3f-6e6b82d5abb8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66f08a65-7a4f-45b8-9161-8373ea30ed1a", - "name": "66f08a65-7a4f-45b8-9161-8373ea30ed1a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/677a1991-1526-44a6-9d2f-786bddbdd83c", + "name": "677a1991-1526-44a6-9d2f-786bddbdd83c", "status": "Deleting", - "startTime": "2022-10-18T13:51:02.8485189Z", + "startTime": "2022-10-21T22:58:14.3594969Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3481,7 +4621,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66f08a65-7a4f-45b8-9161-8373ea30ed1a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/677a1991-1526-44a6-9d2f-786bddbdd83c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3495,7 +4635,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:51:33 GMT", + "Date": "Fri, 21 Oct 2022 22:58:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3503,17 +4643,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "00ab344d-39ac-48c3-b79e-5d6199a9cb6f", + "x-ms-correlation-request-id": "1520b5ee-d5e0-4911-add0-e227bbbe77cc", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T135133Z:00ab344d-39ac-48c3-b79e-5d6199a9cb6f", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225845Z:1520b5ee-d5e0-4911-add0-e227bbbe77cc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66f08a65-7a4f-45b8-9161-8373ea30ed1a", - "name": "66f08a65-7a4f-45b8-9161-8373ea30ed1a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/677a1991-1526-44a6-9d2f-786bddbdd83c", + "name": "677a1991-1526-44a6-9d2f-786bddbdd83c", "status": "Succeeded", - "startTime": "2022-10-18T13:51:02.8485189Z", - "endTime": "2022-10-18T13:51:04.295622Z", + "startTime": "2022-10-21T22:58:14.3594969Z", + "endTime": "2022-10-21T22:58:15.3126303Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1" @@ -3521,7 +4661,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66f08a65-7a4f-45b8-9161-8373ea30ed1a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/677a1991-1526-44a6-9d2f-786bddbdd83c?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3535,7 +4675,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:51:33 GMT", + "Date": "Fri, 21 Oct 2022 22:58:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3543,22 +4683,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2cf7dbd4-22c5-4a2d-a87b-d12660c37b78", + "x-ms-correlation-request-id": "7352afb1-94fd-4422-9198-39da9437d9a5", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T135133Z:2cf7dbd4-22c5-4a2d-a87b-d12660c37b78", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225845Z:7352afb1-94fd-4422-9198-39da9437d9a5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A51%3A02.8047114Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A58%3A14.3611636Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:37:31.5680754Z" + "CreatedOnDate": "2022-10-21T22:38:04.0177477Z" }, "properties": { - "poolId": "f8eb2b07-58df-1d15-ba7a-15539a7aa177", + "poolId": "0e0c3311-94d2-7dfa-6ade-188ad0db5094", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1", @@ -3572,10 +4712,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:37:32.8218682Z", + "createdAt": "2022-10-21T22:38:05.1528632Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:37:32.8218682Z" + "lastModifiedAt": "2022-10-21T22:38:05.1528632Z" } } }, @@ -3593,14 +4733,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 18 Oct 2022 13:51:43 GMT", + "Date": "Fri, 21 Oct 2022 22:58:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d6006d15-1484-4c0b-bb54-3efd1e28134a", + "x-ms-correlation-request-id": "ba511f05-bccd-4e9e-a207-67ffb846133c", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T135144Z:d6006d15-1484-4c0b-bb54-3efd1e28134a" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225855Z:ba511f05-bccd-4e9e-a207-67ffb846133c" }, "ResponseBody": null }, @@ -3618,14 +4758,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 18 Oct 2022 13:51:53 GMT", + "Date": "Fri, 21 Oct 2022 22:59:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94dcabb8-e439-4a60-a6a1-a4884505db4c", + "x-ms-correlation-request-id": "618a16f3-764c-438e-8feb-02798268d58c", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T135154Z:94dcabb8-e439-4a60-a6a1-a4884505db4c" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225905Z:618a16f3-764c-438e-8feb-02798268d58c" }, "ResponseBody": null }, @@ -3643,14 +4783,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 18 Oct 2022 13:52:04 GMT", + "Date": "Fri, 21 Oct 2022 22:59:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7b6ec57d-09f4-4430-b81d-1a5e3eeb3a01", + "x-ms-correlation-request-id": "ff130fd7-f716-4679-aff1-eb825b036fff", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T135204Z:7b6ec57d-09f4-4430-b81d-1a5e3eeb3a01" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225916Z:ff130fd7-f716-4679-aff1-eb825b036fff" }, "ResponseBody": null }, @@ -3668,14 +4808,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 18 Oct 2022 13:52:14 GMT", + "Date": "Fri, 21 Oct 2022 22:59:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed87d8fa-f036-4f97-958f-92750ea05083", + "x-ms-correlation-request-id": "4f4eaaa2-9a53-45a3-a02a-36fb842a3d04", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T135214Z:ed87d8fa-f036-4f97-958f-92750ea05083" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225926Z:4f4eaaa2-9a53-45a3-a02a-36fb842a3d04" }, "ResponseBody": null }, @@ -3694,14 +4834,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:52:24 GMT", + "Date": "Fri, 21 Oct 2022 22:59:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d290b074-6de3-4cff-b35c-4f5b06676963", + "x-ms-correlation-request-id": "90d10419-ccd7-47b9-8ebf-f4efa45f6d04", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T135225Z:d290b074-6de3-4cff-b35c-4f5b06676963" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225936Z:90d10419-ccd7-47b9-8ebf-f4efa45f6d04" }, "ResponseBody": { "error": { @@ -3723,25 +4863,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cd26939-fd23-4612-84f6-15c48e6c8e2a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5d5da014-e49c-40a1-9721-1861c6194806?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 18 Oct 2022 13:52:25 GMT", + "Date": "Fri, 21 Oct 2022 22:59:38 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cd26939-fd23-4612-84f6-15c48e6c8e2a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5d5da014-e49c-40a1-9721-1861c6194806?api-version=2022-05-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": "ad57c2e1-fa21-4219-882e-c9764f94e9ac", + "x-ms-correlation-request-id": "4a1cf2d2-30af-47ed-b2fe-4dcd2d4a08ea", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T135226Z:ad57c2e1-fa21-4219-882e-c9764f94e9ac", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225938Z:4a1cf2d2-30af-47ed-b2fe-4dcd2d4a08ea", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cd26939-fd23-4612-84f6-15c48e6c8e2a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5d5da014-e49c-40a1-9721-1861c6194806?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3755,7 +4895,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:52:26 GMT", + "Date": "Fri, 21 Oct 2022 22:59:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3763,17 +4903,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4b06388-4c35-439d-9e16-e091a0873859", + "x-ms-correlation-request-id": "1516d7d7-f7cc-4ca3-ae90-ecf8f5ddc381", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T135226Z:c4b06388-4c35-439d-9e16-e091a0873859", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225938Z:1516d7d7-f7cc-4ca3-ae90-ecf8f5ddc381", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cd26939-fd23-4612-84f6-15c48e6c8e2a", - "name": "9cd26939-fd23-4612-84f6-15c48e6c8e2a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5d5da014-e49c-40a1-9721-1861c6194806", + "name": "5d5da014-e49c-40a1-9721-1861c6194806", "status": "Succeeded", - "startTime": "2022-10-18T13:52:26.5180152Z", - "endTime": "2022-10-18T13:52:26.5804739Z", + "startTime": "2022-10-21T22:59:38.1130845Z", + "endTime": "2022-10-21T22:59:38.159961Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63" @@ -3781,7 +4921,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cd26939-fd23-4612-84f6-15c48e6c8e2a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5d5da014-e49c-40a1-9721-1861c6194806?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3795,7 +4935,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:52:26 GMT", + "Date": "Fri, 21 Oct 2022 22:59:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3803,19 +4943,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b8c52e88-f75f-41fe-836b-b2bc610dafbf", + "x-ms-correlation-request-id": "c74d8d5d-31c6-4479-a23f-d69f7fcb28c2", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T135227Z:b8c52e88-f75f-41fe-836b-b2bc610dafbf", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225938Z:c74d8d5d-31c6-4479-a23f-d69f7fcb28c2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63", "name": "sdk-py-tests-acc-1-219c2c63", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A52%3A26.5028746Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T22%3A59%3A38.1152467Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:37:27.8083631Z" + "CreatedOnDate": "2022-10-21T22:37:59.4782168Z" }, "properties": { "encryption": { @@ -3826,10 +4966,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:37:28.6624994Z", + "createdAt": "2022-10-21T22:38:00.6171561Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:37:28.6624994Z" + "lastModifiedAt": "2022-10-21T22:38:00.6171561Z" } } }, @@ -3848,15 +4988,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:52:26 GMT", + "Date": "Fri, 21 Oct 2022 22:59: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": "a8ef7c5a-71a3-4c49-95b8-370034222122", + "x-ms-correlation-request-id": "26f3efe9-e522-4372-ba03-13324ab15fdf", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T135227Z:a8ef7c5a-71a3-4c49-95b8-370034222122", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225939Z:26f3efe9-e522-4372-ba03-13324ab15fdf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3880,12 +5020,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/976c9eab-076b-4a7c-97c1-4a2ce286972a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/dbee2768-8188-4800-b827-6a1920db47d4?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 18 Oct 2022 13:52:27 GMT", + "Date": "Fri, 21 Oct 2022 22:59:40 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/976c9eab-076b-4a7c-97c1-4a2ce286972a?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/dbee2768-8188-4800-b827-6a1920db47d4?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3894,10 +5034,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8044455e-efc2-48b1-a3a7-97789065eb2c", - "x-ms-correlation-request-id": "c50eda13-7e71-403e-ae65-5738e67bbf44", + "x-ms-arm-service-request-id": "67a1abf1-6e8a-4a7a-b17c-a4f608e598cc", + "x-ms-correlation-request-id": "fe7f18e4-64d0-492c-902f-e188b6e8f8ee", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T135228Z:c50eda13-7e71-403e-ae65-5738e67bbf44" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T225940Z:fe7f18e4-64d0-492c-902f-e188b6e8f8ee" }, "ResponseBody": null } 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 108dabb707b1..4702b9eb3f29 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:13:40 GMT", + "Date": "Fri, 21 Oct 2022 21:34: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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:13:40 GMT", + "Date": "Fri, 21 Oct 2022 21:34: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.13777.6 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "1eed0733-7b57-46e5-8389-74fb087bbbef", + "client-request-id": "19025b4c-979f-40bd-8772-b324105d02dc", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "1eed0733-7b57-46e5-8389-74fb087bbbef", + "client-request-id": "19025b4c-979f-40bd-8772-b324105d02dc", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:13:41 GMT", + "Date": "Fri, 21 Oct 2022 21:34:42 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/9972bcf7-8430-4d79-92e2-10c39f288e5e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7aba8e75-bd53-454f-a398-1b17b8b343ae?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:13:51 GMT", + "Date": "Fri, 21 Oct 2022 21:34:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b28f41ed-8120-4913-99c0-ebd12937644b", - "x-ms-correlation-request-id": "98ea89b7-447e-449b-8ad9-aa2da711910d", + "x-ms-arm-service-request-id": "7468bbff-aba9-4fe9-88f4-438dc242d394", + "x-ms-correlation-request-id": "f790cb59-1bdc-4cd5-8b1c-875c111228e5", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131351Z:98ea89b7-447e-449b-8ad9-aa2da711910d" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T213452Z:f790cb59-1bdc-4cd5-8b1c-875c111228e5" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-51142cdf", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf", - "etag": "W/\u00221399b6f9-2d02-4987-9b8e-e3fe8710d289\u0022", + "etag": "W/\u0022b0890528-932b-4222-8481-4966c0b8c1a4\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:13:44.1761278Z" + "CreatedOnDate": "2022-10-21T21:34:46.1870177Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "d98231cd-bd35-4c82-aeb8-1e454af598d4", + "resourceGuid": "9b8889bf-df62-4574-a203-64f068e15106", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/9972bcf7-8430-4d79-92e2-10c39f288e5e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7aba8e75-bd53-454f-a398-1b17b8b343ae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:13:51 GMT", + "Date": "Fri, 21 Oct 2022 21:34:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -304,10 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0d4272d4-0d84-4570-8fb4-00288e15df52", - "x-ms-correlation-request-id": "61b05f36-d534-49b4-bee9-7af872144c9b", + "x-ms-arm-service-request-id": "5e31a639-7ebb-426d-874e-20ffc9bcc96e", + "x-ms-correlation-request-id": "6edebbab-b24f-4c90-a4bf-d8731a103724", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131351Z:61b05f36-d534-49b4-bee9-7af872144c9b" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T213452Z:6edebbab-b24f-4c90-a4bf-d8731a103724" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:13:51 GMT", - "ETag": "W/\u002253948ccf-def4-431d-9509-043f410df9f1\u0022", + "Date": "Fri, 21 Oct 2022 21:34:53 GMT", + "ETag": "W/\u00226c5ba0ed-2430-4fa8-8d8c-aead6371c07f\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5e606db4-4ab3-4a31-b692-cd044645f946", - "x-ms-correlation-request-id": "56985815-ceae-40e8-9dce-21c6e97191e6", + "x-ms-arm-service-request-id": "16b1a64f-9053-49d3-a15b-1bb422b389a7", + "x-ms-correlation-request-id": "aec00109-1583-4f3f-8816-2d07ab637694", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131352Z:56985815-ceae-40e8-9dce-21c6e97191e6" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T213453Z:aec00109-1583-4f3f-8816-2d07ab637694" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-51142cdf", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf", - "etag": "W/\u002253948ccf-def4-431d-9509-043f410df9f1\u0022", + "etag": "W/\u00226c5ba0ed-2430-4fa8-8d8c-aead6371c07f\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:13:44.1761278Z" + "CreatedOnDate": "2022-10-21T21:34:46.1870177Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "d98231cd-bd35-4c82-aeb8-1e454af598d4", + "resourceGuid": "9b8889bf-df62-4574-a203-64f068e15106", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/25f068b4-3ed4-4f25-b730-18647b7566a0?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f1f5672b-f67d-48b8-991c-d7eaa2aff8a4?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:13:52 GMT", + "Date": "Fri, 21 Oct 2022 21:34:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "27b28678-2ca9-404c-b8c9-8b69200a46eb", - "x-ms-correlation-request-id": "ee2f06b9-0a47-4f94-ae81-786624a981a5", + "x-ms-arm-service-request-id": "0ed08572-3e9b-49b5-9e21-c0de738a0815", + "x-ms-correlation-request-id": "57630ec2-ed83-4479-b254-02b70f67ea85", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131352Z:ee2f06b9-0a47-4f94-ae81-786624a981a5" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T213453Z:57630ec2-ed83-4479-b254-02b70f67ea85" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", - "etag": "W/\u0022a6df03d5-74c6-4295-9b6c-d172df2e3421\u0022", + "etag": "W/\u002250da3986-c15a-4f4f-a70d-532e006be5c3\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022a6df03d5-74c6-4295-9b6c-d172df2e3421\u0022", + "etag": "W/\u002250da3986-c15a-4f4f-a70d-532e006be5c3\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/25f068b4-3ed4-4f25-b730-18647b7566a0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f1f5672b-f67d-48b8-991c-d7eaa2aff8a4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:13:52 GMT", + "Date": "Fri, 21 Oct 2022 21:34:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "196776dc-3bb3-43b5-aa2a-d8ce1bcd3fe1", - "x-ms-correlation-request-id": "b6bcd253-bd66-4358-95c3-87e34c6823e9", + "x-ms-arm-service-request-id": "0976ebd7-2532-4bac-844c-59d75a2094ad", + "x-ms-correlation-request-id": "26373076-2cbf-48d8-9447-b1465fa403ca", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131353Z:b6bcd253-bd66-4358-95c3-87e34c6823e9" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T213454Z:26373076-2cbf-48d8-9447-b1465fa403ca" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:13:53 GMT", - "ETag": "W/\u002253401622-b52e-4fa0-b5d2-ab9e01ba5909\u0022", + "Date": "Fri, 21 Oct 2022 21:34:54 GMT", + "ETag": "W/\u0022b992813b-a70b-417f-96e5-7ea9a8bc5618\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f0056fa5-c2c3-463a-a5ed-60bb721c3325", - "x-ms-correlation-request-id": "d02f42db-03f2-487b-b5f0-2b1edde41eb4", + "x-ms-arm-service-request-id": "b797e757-2e1b-4898-9bd0-651a09700138", + "x-ms-correlation-request-id": "c9cad367-6328-451e-baf5-ed12d55e226c", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131353Z:d02f42db-03f2-487b-b5f0-2b1edde41eb4" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T213454Z:c9cad367-6328-451e-baf5-ed12d55e226c" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", - "etag": "W/\u002253401622-b52e-4fa0-b5d2-ab9e01ba5909\u0022", + "etag": "W/\u0022b992813b-a70b-417f-96e5-7ea9a8bc5618\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002253401622-b52e-4fa0-b5d2-ab9e01ba5909\u0022", + "etag": "W/\u0022b992813b-a70b-417f-96e5-7ea9a8bc5618\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -558,12 +558,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:13:52 GMT", + "Date": "Fri, 21 Oct 2022 21:34:54 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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -652,12 +652,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:13:52 GMT", + "Date": "Fri, 21 Oct 2022 21:34:54 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.13777.6 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -713,7 +713,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "8ef5bc3c-af08-4e71-b191-6ef706498061", + "client-request-id": "50138989-97ea-4618-8649-6f7074d45c61", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -731,10 +731,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "8ef5bc3c-af08-4e71-b191-6ef706498061", + "client-request-id": "50138989-97ea-4618-8649-6f7074d45c61", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:13:52 GMT", + "Date": "Fri, 21 Oct 2022 21:34:54 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -742,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13845.10 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -769,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7c7e2b42-8ff5-433e-9573-afc029524b50?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d242a320-6117-43be-8ee5-4d26dce0beb1?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "706", + "Content-Length": "705", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:13:58 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A13%3A57.0142875Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 21:34:58 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T21%3A34%3A58.114048Z\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": "18426444-1eef-4011-877a-2902711a74ca", + "x-ms-correlation-request-id": "1858313a-34b4-484b-8006-c4dfaf58694e", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131358Z:18426444-1eef-4011-877a-2902711a74ca", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T213459Z:1858313a-34b4-484b-8006-c4dfaf58694e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A13%3A57.0142875Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T21%3A34%3A58.114048Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:13:54.8578492Z" + "CreatedOnDate": "2022-10-21T21:34:56.0655405Z" }, "properties": { "provisioningState": "Creating" @@ -800,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:13:56.0266397Z", + "createdAt": "2022-10-21T21:34:57.0538331Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:13:56.0266397Z" + "lastModifiedAt": "2022-10-21T21:34:57.0538331Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7c7e2b42-8ff5-433e-9573-afc029524b50?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d242a320-6117-43be-8ee5-4d26dce0beb1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -822,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:13:58 GMT", + "Date": "Fri, 21 Oct 2022 21:34:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -830,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "66a6fbdf-beb3-400c-b665-306fcd5688f6", + "x-ms-correlation-request-id": "23369295-c38e-452a-8b14-2861b409f024", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131358Z:66a6fbdf-beb3-400c-b665-306fcd5688f6", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T213459Z:23369295-c38e-452a-8b14-2861b409f024", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7c7e2b42-8ff5-433e-9573-afc029524b50", - "name": "7c7e2b42-8ff5-433e-9573-afc029524b50", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d242a320-6117-43be-8ee5-4d26dce0beb1", + "name": "d242a320-6117-43be-8ee5-4d26dce0beb1", "status": "Succeeded", - "startTime": "2022-10-18T13:13:57.0116746Z", - "endTime": "2022-10-18T13:13:57.0741608Z", + "startTime": "2022-10-21T21:34:58.1136736Z", + "endTime": "2022-10-21T21:34:58.1761817Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf" @@ -862,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:13:58 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A13%3A57.0689221Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 21:34:59 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T21%3A34%3A58.1841403Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7bbf2a0f-e2a9-4f55-b59d-38a933d2fc56", + "x-ms-correlation-request-id": "61af9028-6405-482e-9088-1084bb728856", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131359Z:7bbf2a0f-e2a9-4f55-b59d-38a933d2fc56", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T213459Z:61af9028-6405-482e-9088-1084bb728856", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A13%3A57.0689221Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T21%3A34%3A58.1841403Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:13:54.8578492Z" + "CreatedOnDate": "2022-10-21T21:34:56.0655405Z" }, "properties": { "activeDirectories": [ @@ -912,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:13:56.0266397Z", + "createdAt": "2022-10-21T21:34:57.0538331Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:13:56.0266397Z" + "lastModifiedAt": "2022-10-21T21:34:57.0538331Z" } } }, @@ -941,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9faa76b6-8b04-47c2-a844-12a1064b2c44?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7b86aed8-d015-4ea9-a113-cf666e6f0566?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:14:01 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A14%3A00.9750046Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 21:35:02 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T21%3A35%3A01.4491132Z\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": "ad42f2fd-b175-44c5-92fd-9b9e0a824089", + "x-ms-correlation-request-id": "0a43c233-bc8c-47b6-be9c-dddeac00ac22", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131401Z:ad42f2fd-b175-44c5-92fd-9b9e0a824089", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T213502Z:0a43c233-bc8c-47b6-be9c-dddeac00ac22", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A14%3A00.9750046Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T21%3A35%3A01.4491132Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:13:59.4363815Z" + "CreatedOnDate": "2022-10-21T21:35:00.0720549Z" }, "properties": { "serviceLevel": "Premium", @@ -978,15 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:14:00.7171692Z", + "createdAt": "2022-10-21T21:35:01.2117996Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:14:00.7171692Z" + "lastModifiedAt": "2022-10-21T21:35:01.2117996Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9faa76b6-8b04-47c2-a844-12a1064b2c44?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7b86aed8-d015-4ea9-a113-cf666e6f0566?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1000,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:14:02 GMT", + "Date": "Fri, 21 Oct 2022 21:35:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1008,17 +1008,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "305e320f-99c3-4d1e-b934-fdb0636e6910", + "x-ms-correlation-request-id": "5f4a8455-95b8-4609-aec6-a699f995a49e", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131402Z:305e320f-99c3-4d1e-b934-fdb0636e6910", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T213502Z:5f4a8455-95b8-4609-aec6-a699f995a49e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9faa76b6-8b04-47c2-a844-12a1064b2c44", - "name": "9faa76b6-8b04-47c2-a844-12a1064b2c44", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7b86aed8-d015-4ea9-a113-cf666e6f0566", + "name": "7b86aed8-d015-4ea9-a113-cf666e6f0566", "status": "Succeeded", - "startTime": "2022-10-18T13:14:00.9803563Z", - "endTime": "2022-10-18T13:14:02.1367141Z", + "startTime": "2022-10-21T21:35:01.4436953Z", + "endTime": "2022-10-21T21:35:02.3812791Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1" @@ -1040,8 +1040,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:14:02 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A14%3A02.1279395Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 21:35:02 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T21%3A35%3A02.3747376Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1049,22 +1049,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "81deeedc-eb54-426e-b8f9-fbf05bf2330c", + "x-ms-correlation-request-id": "ed1d593b-2094-4c87-964d-2eee0ef140aa", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131402Z:81deeedc-eb54-426e-b8f9-fbf05bf2330c", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T213503Z:ed1d593b-2094-4c87-964d-2eee0ef140aa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A14%3A02.1279395Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T21%3A35%3A02.3747376Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:13:59.4363815Z" + "CreatedOnDate": "2022-10-21T21:35:00.0720549Z" }, "properties": { - "poolId": "dfcc040a-92af-804c-dc56-65e4ccc87064", + "poolId": "83f2c89b-6bb2-e840-095d-5942bc2251b4", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1077,10 +1077,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:14:00.7171692Z", + "createdAt": "2022-10-21T21:35:01.2117996Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:14:00.7171692Z" + "lastModifiedAt": "2022-10-21T21:35:01.2117996Z" } } }, @@ -1123,30 +1123,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "1583", + "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:14:14 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A14%3A14.3792757Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 21:35:15 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T21%3A35%3A14.9352899Z\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": "0f8c4081-02aa-4064-acf9-cf868b9f00e0", + "x-ms-correlation-request-id": "41427287-60c3-4414-ba6e-70f1489e4365", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131415Z:0f8c4081-02aa-4064-acf9-cf868b9f00e0", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T213515Z:41427287-60c3-4414-ba6e-70f1489e4365", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A14%3A14.3792757Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T21%3A35%3A14.9352899Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:14:12.9563520Z" + "CreatedOnDate": "2022-10-21T21:35:13.3686024Z" }, "properties": { "serviceLevel": "Premium", @@ -1176,15 +1176,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:14:14.072856Z", + "createdAt": "2022-10-21T21:35:14.6417377Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:14:14.072856Z" + "lastModifiedAt": "2022-10-21T21:35:14.6417377Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1198,7 +1198,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:14:15 GMT", + "Date": "Fri, 21 Oct 2022 21:35:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1206,16 +1206,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf97207a-6b4a-49e9-96e7-bbbdaf1f0468", + "x-ms-correlation-request-id": "250bcb4d-fa1e-4543-8f45-7ea7193ea14b", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131415Z:bf97207a-6b4a-49e9-96e7-bbbdaf1f0468", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T213516Z:250bcb4d-fa1e-4543-8f45-7ea7193ea14b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589", - "name": "571fb10e-607d-4ba3-99f9-b30722fc8589", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a", + "name": "43ab558f-19a6-4935-8a95-dbef7f72de6a", "status": "Creating", - "startTime": "2022-10-18T13:14:14.3798573Z", + "startTime": "2022-10-21T21:35:14.9286909Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1224,7 +1224,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1238,7 +1238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:14:45 GMT", + "Date": "Fri, 21 Oct 2022 21:35:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1246,16 +1246,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3dc2d93b-b534-4421-a309-39f30b164745", + "x-ms-correlation-request-id": "cd9c522c-b264-41d0-9f44-7f568f7ae010", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131445Z:3dc2d93b-b534-4421-a309-39f30b164745", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T213546Z:cd9c522c-b264-41d0-9f44-7f568f7ae010", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589", - "name": "571fb10e-607d-4ba3-99f9-b30722fc8589", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a", + "name": "43ab558f-19a6-4935-8a95-dbef7f72de6a", "status": "Creating", - "startTime": "2022-10-18T13:14:14.3798573Z", + "startTime": "2022-10-21T21:35:14.9286909Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1264,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1278,7 +1278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:15:15 GMT", + "Date": "Fri, 21 Oct 2022 21:36:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1286,16 +1286,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "720ed5e4-bb24-4b82-9439-c71acb66d341", + "x-ms-correlation-request-id": "34bc9518-13ed-4489-915b-c7e3475deaf0", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131516Z:720ed5e4-bb24-4b82-9439-c71acb66d341", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T213616Z:34bc9518-13ed-4489-915b-c7e3475deaf0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589", - "name": "571fb10e-607d-4ba3-99f9-b30722fc8589", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a", + "name": "43ab558f-19a6-4935-8a95-dbef7f72de6a", "status": "Creating", - "startTime": "2022-10-18T13:14:14.3798573Z", + "startTime": "2022-10-21T21:35:14.9286909Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1304,7 +1304,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1318,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:15:45 GMT", + "Date": "Fri, 21 Oct 2022 21:36:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1326,16 +1326,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f55a596c-22e3-409a-88ab-0980ea5ae967", + "x-ms-correlation-request-id": "f6dd6e99-8e8d-4bd5-8f48-fce6d6853a0b", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131546Z:f55a596c-22e3-409a-88ab-0980ea5ae967", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T213646Z:f6dd6e99-8e8d-4bd5-8f48-fce6d6853a0b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589", - "name": "571fb10e-607d-4ba3-99f9-b30722fc8589", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a", + "name": "43ab558f-19a6-4935-8a95-dbef7f72de6a", "status": "Creating", - "startTime": "2022-10-18T13:14:14.3798573Z", + "startTime": "2022-10-21T21:35:14.9286909Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1344,7 +1344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1358,7 +1358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:16:15 GMT", + "Date": "Fri, 21 Oct 2022 21:37:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1366,16 +1366,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b02829ea-4f01-4e50-9da7-ead98ff92db1", + "x-ms-correlation-request-id": "fba7646c-1c30-421a-ba71-539bb3a15efb", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131616Z:b02829ea-4f01-4e50-9da7-ead98ff92db1", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T213717Z:fba7646c-1c30-421a-ba71-539bb3a15efb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589", - "name": "571fb10e-607d-4ba3-99f9-b30722fc8589", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a", + "name": "43ab558f-19a6-4935-8a95-dbef7f72de6a", "status": "Creating", - "startTime": "2022-10-18T13:14:14.3798573Z", + "startTime": "2022-10-21T21:35:14.9286909Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1384,7 +1384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1398,7 +1398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:16:46 GMT", + "Date": "Fri, 21 Oct 2022 21:37:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1406,16 +1406,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3928287-3b0c-45c5-b5d2-f3e48c6dc059", + "x-ms-correlation-request-id": "41499830-72ae-4d24-a090-8bf2097a26b4", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131646Z:e3928287-3b0c-45c5-b5d2-f3e48c6dc059", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T213747Z:41499830-72ae-4d24-a090-8bf2097a26b4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589", - "name": "571fb10e-607d-4ba3-99f9-b30722fc8589", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a", + "name": "43ab558f-19a6-4935-8a95-dbef7f72de6a", "status": "Creating", - "startTime": "2022-10-18T13:14:14.3798573Z", + "startTime": "2022-10-21T21:35:14.9286909Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1424,7 +1424,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1438,7 +1438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:17:16 GMT", + "Date": "Fri, 21 Oct 2022 21:38:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,16 +1446,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7fcb36f5-94cf-44a5-acf5-a14d54e1f35f", + "x-ms-correlation-request-id": "2edcfb3d-02f2-4305-8a49-b4460f852c01", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131717Z:7fcb36f5-94cf-44a5-acf5-a14d54e1f35f", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T213817Z:2edcfb3d-02f2-4305-8a49-b4460f852c01", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589", - "name": "571fb10e-607d-4ba3-99f9-b30722fc8589", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a", + "name": "43ab558f-19a6-4935-8a95-dbef7f72de6a", "status": "Creating", - "startTime": "2022-10-18T13:14:14.3798573Z", + "startTime": "2022-10-21T21:35:14.9286909Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1464,7 +1464,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1478,7 +1478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:17:47 GMT", + "Date": "Fri, 21 Oct 2022 21:38:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1486,16 +1486,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "501f0619-340a-4f57-ae09-b387fbb63272", + "x-ms-correlation-request-id": "82b85e68-ffe1-4eb2-83ab-6def91e74237", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131747Z:501f0619-340a-4f57-ae09-b387fbb63272", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T213847Z:82b85e68-ffe1-4eb2-83ab-6def91e74237", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589", - "name": "571fb10e-607d-4ba3-99f9-b30722fc8589", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a", + "name": "43ab558f-19a6-4935-8a95-dbef7f72de6a", "status": "Creating", - "startTime": "2022-10-18T13:14:14.3798573Z", + "startTime": "2022-10-21T21:35:14.9286909Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1504,7 +1504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1518,7 +1518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:18:17 GMT", + "Date": "Fri, 21 Oct 2022 21:39:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1526,16 +1526,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "12c95bdf-8a18-45ae-a3cd-fd382ec39c0c", + "x-ms-correlation-request-id": "a0b9661c-8acf-4288-aba7-d5b90b5e9b6f", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131817Z:12c95bdf-8a18-45ae-a3cd-fd382ec39c0c", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T213918Z:a0b9661c-8acf-4288-aba7-d5b90b5e9b6f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589", - "name": "571fb10e-607d-4ba3-99f9-b30722fc8589", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a", + "name": "43ab558f-19a6-4935-8a95-dbef7f72de6a", "status": "Creating", - "startTime": "2022-10-18T13:14:14.3798573Z", + "startTime": "2022-10-21T21:35:14.9286909Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1544,7 +1544,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1558,7 +1558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:18:47 GMT", + "Date": "Fri, 21 Oct 2022 21:39:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1566,17 +1566,97 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "22e1c0fb-a9e9-457c-99d7-1313d71b1ec5", + "x-ms-correlation-request-id": "c0a5c7b0-18e1-40a2-bd1a-153009d6faa7", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131847Z:22e1c0fb-a9e9-457c-99d7-1313d71b1ec5", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T213948Z:c0a5c7b0-18e1-40a2-bd1a-153009d6faa7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a", + "name": "43ab558f-19a6-4935-8a95-dbef7f72de6a", + "status": "Creating", + "startTime": "2022-10-21T21:35:14.9286909Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 21:40: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": "057884be-f4ef-430b-807f-b42f788f8106", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214018Z:057884be-f4ef-430b-807f-b42f788f8106", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/571fb10e-607d-4ba3-99f9-b30722fc8589", - "name": "571fb10e-607d-4ba3-99f9-b30722fc8589", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a", + "name": "43ab558f-19a6-4935-8a95-dbef7f72de6a", + "status": "Creating", + "startTime": "2022-10-21T21:35:14.9286909Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 21:40: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": "aff816be-219a-42c2-a5b5-d2a122bba2f3", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214049Z:aff816be-219a-42c2-a5b5-d2a122bba2f3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a", + "name": "43ab558f-19a6-4935-8a95-dbef7f72de6a", "status": "Succeeded", - "startTime": "2022-10-18T13:14:14.3798573Z", - "endTime": "2022-10-18T13:18:19.7020092Z", + "startTime": "2022-10-21T21:35:14.9286909Z", + "endTime": "2022-10-21T21:40:47.059257Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" @@ -1598,8 +1678,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:18:48 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A18%3A19.7029741Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 21:40:49 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T21%3A40%3A47.0603667Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1607,22 +1687,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8e062c0a-da1b-4890-b085-0a6d76390418", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131849Z:8e062c0a-da1b-4890-b085-0a6d76390418", + "x-ms-correlation-request-id": "855b1fed-2670-45f9-a896-5fdd27d0c8b9", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214049Z:855b1fed-2670-45f9-a896-5fdd27d0c8b9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A18%3A19.7029741Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T21%3A40%3A47.0603667Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:14:12.9563520Z" + "CreatedOnDate": "2022-10-21T21:35:13.3686024Z" }, "properties": { - "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-51142cdf", "usageThreshold": 107374182400, @@ -1650,7 +1730,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_98f3d107", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c5ef2f26", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1665,8 +1745,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", - "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "mountTargetId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", "ipAddress": "10.0.0.4" } ], @@ -1686,10 +1766,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:14:14.072856Z", + "createdAt": "2022-10-21T21:35:14.6417377Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:14:14.072856Z" + "lastModifiedAt": "2022-10-21T21:35:14.6417377Z" } } }, @@ -1708,8 +1788,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:18:58 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A18%3A19.7029741Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 21:40:59 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T21%3A40%3A47.0603667Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1717,22 +1797,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dd8b4a93-a0cb-4c73-8993-f1889b427089", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131859Z:dd8b4a93-a0cb-4c73-8993-f1889b427089", + "x-ms-correlation-request-id": "29dc54b5-c45f-44b5-a216-061c4d533051", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214059Z:29dc54b5-c45f-44b5-a216-061c4d533051", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A18%3A19.7029741Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T21%3A40%3A47.0603667Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:14:12.9563520Z" + "CreatedOnDate": "2022-10-21T21:35:13.3686024Z" }, "properties": { - "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-51142cdf", "usageThreshold": 107374182400, @@ -1760,7 +1840,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_98f3d107", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c5ef2f26", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1775,8 +1855,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", - "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "mountTargetId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", "ipAddress": "10.0.0.4" } ], @@ -1796,10 +1876,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:14:14.072856Z", + "createdAt": "2022-10-21T21:35:14.6417377Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:14:14.072856Z" + "lastModifiedAt": "2022-10-21T21:35:14.6417377Z" } } }, @@ -1818,7 +1898,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:18:59 GMT", + "Date": "Fri, 21 Oct 2022 21:40:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1826,9 +1906,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "59e8bccb-d09b-49d3-aa1b-0a5cae2b85a8", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131900Z:59e8bccb-d09b-49d3-aa1b-0a5cae2b85a8", + "x-ms-correlation-request-id": "d15bd5ac-eae9-44da-89ff-5028d455ba19", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214100Z:d15bd5ac-eae9-44da-89ff-5028d455ba19", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1870,35 +1950,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/817d42b2-ca17-4170-86e4-94fbaea82c46?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac29310e-8377-4298-b5a7-2ef3c4155bdb?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "2478", + "Content-Length": "2480", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:18:59 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A19%3A00.5382145Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 21:41:01 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T21%3A41%3A01.7089843Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/817d42b2-ca17-4170-86e4-94fbaea82c46?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac29310e-8377-4298-b5a7-2ef3c4155bdb?api-version=2022-05-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": "9d0c1588-6dec-4d3b-848d-afdf08114833", + "x-ms-correlation-request-id": "92524096-081e-44a8-9006-33a08c82abd7", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131900Z:9d0c1588-6dec-4d3b-848d-afdf08114833", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214101Z:92524096-081e-44a8-9006-33a08c82abd7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A19%3A00.5382145Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T21%3A41%3A01.7089843Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:14:12.9563520Z" + "CreatedOnDate": "2022-10-21T21:35:13.3686024Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-51142cdf", "usageThreshold": 107374182400, @@ -1926,7 +2006,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_98f3d107", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c5ef2f26", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1941,8 +2021,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", - "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "mountTargetId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", "ipAddress": "10.0.0.4" } ], @@ -1961,15 +2041,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:14:14.072856Z", + "createdAt": "2022-10-21T21:35:14.6417377Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:14:14.072856Z" + "lastModifiedAt": "2022-10-21T21:35:14.6417377Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/817d42b2-ca17-4170-86e4-94fbaea82c46?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac29310e-8377-4298-b5a7-2ef3c4155bdb?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1983,7 +2063,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:18:59 GMT", + "Date": "Fri, 21 Oct 2022 21:41:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1991,16 +2071,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "41ca26fe-3dfd-460c-8fad-b563e92f99b7", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131900Z:41ca26fe-3dfd-460c-8fad-b563e92f99b7", + "x-ms-correlation-request-id": "fea14dca-a008-4aa7-868f-ac022ac6010e", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214102Z:fea14dca-a008-4aa7-868f-ac022ac6010e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/817d42b2-ca17-4170-86e4-94fbaea82c46", - "name": "817d42b2-ca17-4170-86e4-94fbaea82c46", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac29310e-8377-4298-b5a7-2ef3c4155bdb", + "name": "ac29310e-8377-4298-b5a7-2ef3c4155bdb", "status": "Patching", - "startTime": "2022-10-18T13:19:00.5318696Z", + "startTime": "2022-10-21T21:41:01.7186904Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2009,7 +2089,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/817d42b2-ca17-4170-86e4-94fbaea82c46?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac29310e-8377-4298-b5a7-2ef3c4155bdb?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2023,7 +2103,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:19:30 GMT", + "Date": "Fri, 21 Oct 2022 21:41:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2031,17 +2111,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "623ae668-b688-48f2-9c92-87a5cde295c4", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131931Z:623ae668-b688-48f2-9c92-87a5cde295c4", + "x-ms-correlation-request-id": "55f0afb2-bed3-4b97-b218-e0301a0e94f4", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214132Z:55f0afb2-bed3-4b97-b218-e0301a0e94f4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/817d42b2-ca17-4170-86e4-94fbaea82c46", - "name": "817d42b2-ca17-4170-86e4-94fbaea82c46", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac29310e-8377-4298-b5a7-2ef3c4155bdb", + "name": "ac29310e-8377-4298-b5a7-2ef3c4155bdb", "status": "Succeeded", - "startTime": "2022-10-18T13:19:00.5318696Z", - "endTime": "2022-10-18T13:19:04.735342Z", + "startTime": "2022-10-21T21:41:01.7186904Z", + "endTime": "2022-10-21T21:41:06.1816877Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" @@ -2049,7 +2129,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/817d42b2-ca17-4170-86e4-94fbaea82c46?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac29310e-8377-4298-b5a7-2ef3c4155bdb?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2063,7 +2143,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:19:31 GMT", + "Date": "Fri, 21 Oct 2022 21:41:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2071,19 +2151,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0c8ef811-11cd-4776-b126-b06e0720c286", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131931Z:0c8ef811-11cd-4776-b126-b06e0720c286", + "x-ms-correlation-request-id": "c53dd11f-168c-4bd5-be85-9d4655460207", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214132Z:c53dd11f-168c-4bd5-be85-9d4655460207", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A19%3A04.7357742Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T21%3A41%3A06.1774273Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:19:00.1887034Z" + "CreatedOnDate": "2022-10-21T21:41:00.5915938Z" }, "properties": { "dataProtection": { @@ -2093,12 +2173,12 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault" } }, - "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-51142cdf", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 0, + "usedBytes": 319488, "exportPolicy": { "rules": [ { @@ -2124,19 +2204,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_98f3d107", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c5ef2f26", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", - "poolId": "dfcc040a-92af-804c-dc56-65e4ccc87064", + "poolId": "83f2c89b-6bb2-e840-095d-5942bc2251b4", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", - "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "mountTargetId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", "startIp": "", "endIp": "", "gateway": "", @@ -2168,10 +2248,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:14:14.072856Z", + "createdAt": "2022-10-21T21:35:14.6417377Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:19:00.3965488Z" + "lastModifiedAt": "2022-10-21T21:41:00.7722409Z" } } }, @@ -2194,20 +2274,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/81e29f1c-2b10-40a1-81df-1fc7fe8489ac?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5ab96b83-4068-4cce-aa1d-0ea4ea4da179?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "560", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:19:31 GMT", + "Date": "Fri, 21 Oct 2022 21:41:32 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/81e29f1c-2b10-40a1-81df-1fc7fe8489ac?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5ab96b83-4068-4cce-aa1d-0ea4ea4da179?api-version=2022-05-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": "275f6758-d009-4aef-955a-da023085f078", + "x-ms-correlation-request-id": "bd2c2e9f-3233-4466-9d01-9a37d211b73d", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131931Z:275f6758-d009-4aef-955a-da023085f078", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214133Z:bd2c2e9f-3233-4466-9d01-9a37d211b73d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2222,47 +2302,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/81e29f1c-2b10-40a1-81df-1fc7fe8489ac?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:19: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": "e075fce5-1708-4b02-b110-946209bf119e", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T131932Z:e075fce5-1708-4b02-b110-946209bf119e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/81e29f1c-2b10-40a1-81df-1fc7fe8489ac", - "name": "81e29f1c-2b10-40a1-81df-1fc7fe8489ac", - "status": "Creating", - "startTime": "2022-10-18T13:19:31.8008207Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/81e29f1c-2b10-40a1-81df-1fc7fe8489ac?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5ab96b83-4068-4cce-aa1d-0ea4ea4da179?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2276,7 +2316,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:20:01 GMT", + "Date": "Fri, 21 Oct 2022 21:41:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2284,17 +2324,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd060663-1195-423e-b9b2-e8c5455a0ab8", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132002Z:fd060663-1195-423e-b9b2-e8c5455a0ab8", + "x-ms-correlation-request-id": "0ae7f177-afd6-4439-831f-d49c1ff7e0ac", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214133Z:0ae7f177-afd6-4439-831f-d49c1ff7e0ac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/81e29f1c-2b10-40a1-81df-1fc7fe8489ac", - "name": "81e29f1c-2b10-40a1-81df-1fc7fe8489ac", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5ab96b83-4068-4cce-aa1d-0ea4ea4da179", + "name": "5ab96b83-4068-4cce-aa1d-0ea4ea4da179", "status": "Succeeded", - "startTime": "2022-10-18T13:19:31.8008207Z", - "endTime": "2022-10-18T13:19:32.7695276Z", + "startTime": "2022-10-21T21:41:33.0221269Z", + "endTime": "2022-10-21T21:41:33.2768981Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf" @@ -2302,7 +2342,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/81e29f1c-2b10-40a1-81df-1fc7fe8489ac?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5ab96b83-4068-4cce-aa1d-0ea4ea4da179?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2316,27 +2356,27 @@ "Cache-Control": "no-cache", "Content-Length": "780", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:20:02 GMT", + "Date": "Fri, 21 Oct 2022 21:41: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": "bd7f1e07-cee6-48c7-89b6-9c047fec88f5", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132002Z:bd7f1e07-cee6-48c7-89b6-9c047fec88f5", + "x-ms-correlation-request-id": "75d7ba3e-b553-48b8-a53b-80beee26ef9a", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214133Z:75d7ba3e-b553-48b8-a53b-80beee26ef9a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/18/2022 1:19:32 PM", + "etag": "10/21/2022 9:41:33 PM", "location": "", "properties": { - "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", "creationDate": "0001-01-01T00:00:00Z", - "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", "size": 0, "backupType": "Manual", "failureReason": "None", @@ -2360,7 +2400,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:20:12 GMT", + "Date": "Fri, 21 Oct 2022 21:41:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2368,54 +2408,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "abf9a4e6-acd3-47ef-a702-5614c6168a08", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132013Z:abf9a4e6-acd3-47ef-a702-5614c6168a08", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-18T13:19:32Z", - "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:20: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": "35a62675-f7c8-49ee-bfa7-51197824e6fb", + "x-ms-correlation-request-id": "1fc0fbb2-7654-45be-9015-d78e5037000c", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132024Z:35a62675-f7c8-49ee-bfa7-51197824e6fb", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214144Z:1fc0fbb2-7654-45be-9015-d78e5037000c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2424,8 +2419,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:19:32Z", - "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "creationDate": "2022-10-21T21:41:33Z", + "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2450,7 +2445,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:20:35 GMT", + "Date": "Fri, 21 Oct 2022 21:41:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2458,9 +2453,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "59b08009-be8c-4eb9-9d3b-9845832cda8d", + "x-ms-correlation-request-id": "89fdb2b5-420d-44a6-9ce1-35ccfd07f37a", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132035Z:59b08009-be8c-4eb9-9d3b-9845832cda8d", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214154Z:89fdb2b5-420d-44a6-9ce1-35ccfd07f37a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2469,8 +2464,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:19:32Z", - "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "creationDate": "2022-10-21T21:41:33Z", + "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2495,7 +2490,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:20:45 GMT", + "Date": "Fri, 21 Oct 2022 21:42:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2503,9 +2498,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2fcbe24-a79f-448d-b875-56eb5e21c70e", + "x-ms-correlation-request-id": "f84aac46-12cc-458b-997a-c3bc5e1fa06f", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132046Z:d2fcbe24-a79f-448d-b875-56eb5e21c70e", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214205Z:f84aac46-12cc-458b-997a-c3bc5e1fa06f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2514,8 +2509,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:19:32Z", - "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "creationDate": "2022-10-21T21:41:33Z", + "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2540,7 +2535,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:20:55 GMT", + "Date": "Fri, 21 Oct 2022 21:42:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2548,9 +2543,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fdd739e6-c826-46f8-9356-a837b0856aab", + "x-ms-correlation-request-id": "3c01862b-0a2b-4244-aae3-1bdd8952f2e0", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132056Z:fdd739e6-c826-46f8-9356-a837b0856aab", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214216Z:3c01862b-0a2b-4244-aae3-1bdd8952f2e0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2559,8 +2554,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:19:32Z", - "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "creationDate": "2022-10-21T21:41:33Z", + "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2585,7 +2580,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:21:06 GMT", + "Date": "Fri, 21 Oct 2022 21:42:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2593,9 +2588,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f1f6797a-51fe-494a-9331-2151db2990ee", + "x-ms-correlation-request-id": "f6e1bc14-4691-4f34-952e-60d6a8e7a7ef", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132107Z:f1f6797a-51fe-494a-9331-2151db2990ee", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214227Z:f6e1bc14-4691-4f34-952e-60d6a8e7a7ef", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2604,8 +2599,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:19:32Z", - "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "creationDate": "2022-10-21T21:41:33Z", + "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2630,7 +2625,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:21:17 GMT", + "Date": "Fri, 21 Oct 2022 21:42:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2638,9 +2633,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ba123578-c479-4cb5-9558-d7a70ff5f47f", + "x-ms-correlation-request-id": "594b0852-33be-448b-bf10-6b9a9c64727e", "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132117Z:ba123578-c479-4cb5-9558-d7a70ff5f47f", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214237Z:594b0852-33be-448b-bf10-6b9a9c64727e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2649,8 +2644,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:19:32Z", - "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "creationDate": "2022-10-21T21:41:33Z", + "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2675,7 +2670,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:21:28 GMT", + "Date": "Fri, 21 Oct 2022 21:42:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2683,9 +2678,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e060c7f-7b1a-45c4-8e37-48f0462e325e", + "x-ms-correlation-request-id": "c5eeccc0-05da-48a5-bb71-8351eee5b389", "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132128Z:3e060c7f-7b1a-45c4-8e37-48f0462e325e", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214248Z:c5eeccc0-05da-48a5-bb71-8351eee5b389", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2694,8 +2689,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:19:32Z", - "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "creationDate": "2022-10-21T21:41:33Z", + "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2720,7 +2715,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:21:38 GMT", + "Date": "Fri, 21 Oct 2022 21:42:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2728,9 +2723,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "47ef0b43-5e0d-4039-a4a1-3469d7ffe92d", + "x-ms-correlation-request-id": "6756a9f6-e6e9-47b8-805c-75a9ab381533", "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132139Z:47ef0b43-5e0d-4039-a4a1-3469d7ffe92d", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214258Z:6756a9f6-e6e9-47b8-805c-75a9ab381533", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2739,8 +2734,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:19:32Z", - "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "creationDate": "2022-10-21T21:41:33Z", + "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2765,7 +2760,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:21:48 GMT", + "Date": "Fri, 21 Oct 2022 21:43:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2773,9 +2768,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef9270f2-1b32-48cc-b64e-9f16234907dc", + "x-ms-correlation-request-id": "d9b6b3c2-2810-46aa-91dd-e9415a5ca5c0", "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132149Z:ef9270f2-1b32-48cc-b64e-9f16234907dc", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214309Z:d9b6b3c2-2810-46aa-91dd-e9415a5ca5c0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2784,8 +2779,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:19:32Z", - "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "creationDate": "2022-10-21T21:41:33Z", + "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2810,7 +2805,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:21:59 GMT", + "Date": "Fri, 21 Oct 2022 21:43:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2818,9 +2813,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "391660c0-8689-477e-b7f8-3c406650feb3", + "x-ms-correlation-request-id": "e584fe0b-5884-43bb-af74-3a9fc1bde8f8", "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132200Z:391660c0-8689-477e-b7f8-3c406650feb3", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214320Z:e584fe0b-5884-43bb-af74-3a9fc1bde8f8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2829,8 +2824,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:19:32Z", - "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "creationDate": "2022-10-21T21:41:33Z", + "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2855,7 +2850,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:22:10 GMT", + "Date": "Fri, 21 Oct 2022 21:43:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2863,9 +2858,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e42fd24f-778f-4760-b745-16e705642203", + "x-ms-correlation-request-id": "7dafbc4d-674a-4520-a1af-25dd9fdbf33a", "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132211Z:e42fd24f-778f-4760-b745-16e705642203", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214331Z:7dafbc4d-674a-4520-a1af-25dd9fdbf33a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2874,8 +2869,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:19:32Z", - "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "creationDate": "2022-10-21T21:41:33Z", + "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2900,7 +2895,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:22:22 GMT", + "Date": "Fri, 21 Oct 2022 21:43:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2908,9 +2903,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cbe52ee5-ca51-48d3-b921-8e98dc1983dd", + "x-ms-correlation-request-id": "c3f0905f-17dd-4a66-adf2-6a249b22eabf", "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132222Z:cbe52ee5-ca51-48d3-b921-8e98dc1983dd", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214342Z:c3f0905f-17dd-4a66-adf2-6a249b22eabf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2919,8 +2914,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:19:32Z", - "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "creationDate": "2022-10-21T21:41:33Z", + "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2945,7 +2940,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:22:32 GMT", + "Date": "Fri, 21 Oct 2022 21:43:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2953,9 +2948,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "19031ec2-6eb5-4b0d-a893-080163c0dadd", + "x-ms-correlation-request-id": "f161f0aa-dd0a-439e-91bc-00e4bd9a367a", "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132232Z:19031ec2-6eb5-4b0d-a893-080163c0dadd", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214353Z:f161f0aa-dd0a-439e-91bc-00e4bd9a367a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2964,8 +2959,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:19:32Z", - "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "creationDate": "2022-10-21T21:41:33Z", + "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2990,7 +2985,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:22:42 GMT", + "Date": "Fri, 21 Oct 2022 21:44:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2998,9 +2993,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67633d97-0627-44fe-876f-d98fcac2b0ae", + "x-ms-correlation-request-id": "2f2f1a75-cccb-4156-8c04-216299d5ca3e", "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132243Z:67633d97-0627-44fe-876f-d98fcac2b0ae", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214403Z:2f2f1a75-cccb-4156-8c04-216299d5ca3e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3009,8 +3004,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:19:32Z", - "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "creationDate": "2022-10-21T21:41:33Z", + "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3035,7 +3030,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:22:53 GMT", + "Date": "Fri, 21 Oct 2022 21:44:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3043,9 +3038,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b94919d-98f9-4092-b3a6-d115d14a7240", + "x-ms-correlation-request-id": "f809fedd-6fc2-414f-9c60-24efe581480a", "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132254Z:4b94919d-98f9-4092-b3a6-d115d14a7240", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214414Z:f809fedd-6fc2-414f-9c60-24efe581480a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3054,8 +3049,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:19:32Z", - "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "creationDate": "2022-10-21T21:41:33Z", + "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3080,7 +3075,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:23:03 GMT", + "Date": "Fri, 21 Oct 2022 21:44:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3088,9 +3083,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef7a63f2-7573-410d-bc79-e35f06c99fe7", + "x-ms-correlation-request-id": "a75fb60e-94d4-43fc-9956-6f313bed2d87", "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132304Z:ef7a63f2-7573-410d-bc79-e35f06c99fe7", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214424Z:a75fb60e-94d4-43fc-9956-6f313bed2d87", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3099,8 +3094,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:19:32Z", - "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "creationDate": "2022-10-21T21:41:33Z", + "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3125,7 +3120,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:23:14 GMT", + "Date": "Fri, 21 Oct 2022 21:44:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3133,54 +3128,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ab0a588-3df4-45c1-a7fc-a6f878f1b867", + "x-ms-correlation-request-id": "3cfa4d38-e630-4c98-bd5b-078ef5b75bf3", "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132315Z:6ab0a588-3df4-45c1-a7fc-a6f878f1b867", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-18T13:19:32Z", - "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:23: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": "cc614c31-c2aa-490e-8374-b0adbf3661e8", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132325Z:cc614c31-c2aa-490e-8374-b0adbf3661e8", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214436Z:3cfa4d38-e630-4c98-bd5b-078ef5b75bf3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3189,8 +3139,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:21:13Z", - "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "creationDate": "2022-10-21T21:41:54Z", + "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", @@ -3215,7 +3165,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:23:25 GMT", + "Date": "Fri, 21 Oct 2022 21:44:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3223,9 +3173,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31ec2f86-4503-4fce-b59b-d79b3e2bf6d0", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132326Z:31ec2f86-4503-4fce-b59b-d79b3e2bf6d0", + "x-ms-correlation-request-id": "bf1bfedd-f3c8-46a9-bf5f-c920f6a4031b", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214436Z:bf1bfedd-f3c8-46a9-bf5f-c920f6a4031b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3270,8 +3220,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:23:27 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A23%3A26.4800702Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 21:44:38 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T21%3A44%3A36.926856Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3279,19 +3229,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4f02d5d7-e3fe-4660-ae73-ab47cd42a422", + "x-ms-correlation-request-id": "36e4fd15-6723-454b-b35c-3120487ff80c", "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132328Z:4f02d5d7-e3fe-4660-ae73-ab47cd42a422", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214439Z:36e4fd15-6723-454b-b35c-3120487ff80c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A23%3A26.4800702Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T21%3A44%3A36.926856Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:23:26.1556079Z" + "CreatedOnDate": "2022-10-21T21:44:36.6219340Z" }, "properties": { "dataProtection": { @@ -3302,7 +3252,7 @@ } }, "provisioningState": "Succeeded", - "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-51142cdf", "usageThreshold": 107374182400, @@ -3330,7 +3280,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_98f3d107", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c5ef2f26", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -3345,8 +3295,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", - "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "mountTargetId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", "ipAddress": "10.0.0.4" } ], @@ -3365,10 +3315,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:14:14.072856Z", + "createdAt": "2022-10-21T21:35:14.6417377Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:23:26.3252022Z" + "lastModifiedAt": "2022-10-21T21:44:36.7964627Z" } } }, @@ -3391,20 +3341,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc1abf08-7dd5-4321-8734-ff8a902b51a1?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68ea9a31-a9d8-4707-8e23-edf91c728bbf?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "560", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:23:27 GMT", + "Date": "Fri, 21 Oct 2022 21:44:39 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc1abf08-7dd5-4321-8734-ff8a902b51a1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68ea9a31-a9d8-4707-8e23-edf91c728bbf?api-version=2022-05-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": "0fe2dff0-bf7e-43e7-83fa-592e817d3688", + "x-ms-correlation-request-id": "83bc5fd9-0a32-4683-bac7-7b00e83a724e", "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132328Z:0fe2dff0-bf7e-43e7-83fa-592e817d3688", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214439Z:83bc5fd9-0a32-4683-bac7-7b00e83a724e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3419,7 +3369,47 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc1abf08-7dd5-4321-8734-ff8a902b51a1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68ea9a31-a9d8-4707-8e23-edf91c728bbf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Oct 2022 21:44: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": "2f44fe95-2ef1-4e13-8253-9e8a31e24d39", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214439Z:2f44fe95-2ef1-4e13-8253-9e8a31e24d39", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68ea9a31-a9d8-4707-8e23-edf91c728bbf", + "name": "68ea9a31-a9d8-4707-8e23-edf91c728bbf", + "status": "Creating", + "startTime": "2022-10-21T21:44:39.449976Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68ea9a31-a9d8-4707-8e23-edf91c728bbf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3433,7 +3423,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:23:29 GMT", + "Date": "Fri, 21 Oct 2022 21:45:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3441,17 +3431,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b4b5a986-b791-45c9-8eef-837b86fb368f", + "x-ms-correlation-request-id": "35cce22a-4bd2-4194-b119-a36511bd7cf1", "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132329Z:b4b5a986-b791-45c9-8eef-837b86fb368f", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214510Z:35cce22a-4bd2-4194-b119-a36511bd7cf1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc1abf08-7dd5-4321-8734-ff8a902b51a1", - "name": "cc1abf08-7dd5-4321-8734-ff8a902b51a1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68ea9a31-a9d8-4707-8e23-edf91c728bbf", + "name": "68ea9a31-a9d8-4707-8e23-edf91c728bbf", "status": "Succeeded", - "startTime": "2022-10-18T13:23:28.6897245Z", - "endTime": "2022-10-18T13:23:28.9084942Z", + "startTime": "2022-10-21T21:44:39.449976Z", + "endTime": "2022-10-21T21:44:40.2514327Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf" @@ -3459,7 +3449,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc1abf08-7dd5-4321-8734-ff8a902b51a1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68ea9a31-a9d8-4707-8e23-edf91c728bbf?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3473,27 +3463,27 @@ "Cache-Control": "no-cache", "Content-Length": "780", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:23:29 GMT", + "Date": "Fri, 21 Oct 2022 21:45: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": "7af259fe-8879-4f31-b554-af197ad47e36", + "x-ms-correlation-request-id": "0d7acc59-5291-47c1-83a5-341d1c2a84eb", "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132329Z:7af259fe-8879-4f31-b554-af197ad47e36", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214510Z:0d7acc59-5291-47c1-83a5-341d1c2a84eb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/18/2022 1:23:28 PM", + "etag": "10/21/2022 9:44:40 PM", "location": "", "properties": { - "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", "creationDate": "0001-01-01T00:00:00Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", "size": 0, "backupType": "Manual", "failureReason": "None", @@ -3517,7 +3507,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:23:39 GMT", + "Date": "Fri, 21 Oct 2022 21:45:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3525,9 +3515,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "574adf5b-3643-4f04-8823-dd173ae35270", + "x-ms-correlation-request-id": "9357f1f4-b63b-4e47-a09c-e27b31c242ca", "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132339Z:574adf5b-3643-4f04-8823-dd173ae35270", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214520Z:9357f1f4-b63b-4e47-a09c-e27b31c242ca", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3536,8 +3526,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "creationDate": "2022-10-21T21:44:39Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3562,7 +3552,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:23:53 GMT", + "Date": "Fri, 21 Oct 2022 21:45:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3570,9 +3560,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69fec51c-741f-4acd-a122-3a9fdf5d3fd4", + "x-ms-correlation-request-id": "fa05dd22-9902-48db-be96-3a81b6bd929b", "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132353Z:69fec51c-741f-4acd-a122-3a9fdf5d3fd4", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214532Z:fa05dd22-9902-48db-be96-3a81b6bd929b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3581,8 +3571,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "creationDate": "2022-10-21T21:44:39Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3607,7 +3597,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:24:03 GMT", + "Date": "Fri, 21 Oct 2022 21:45:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3615,9 +3605,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87427e2a-a903-462c-9317-23ef37137cf7", + "x-ms-correlation-request-id": "5a70ee4c-9abe-4bc5-8d44-131ff0ef88ce", "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132404Z:87427e2a-a903-462c-9317-23ef37137cf7", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214543Z:5a70ee4c-9abe-4bc5-8d44-131ff0ef88ce", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3626,8 +3616,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "creationDate": "2022-10-21T21:44:39Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3652,7 +3642,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:24:14 GMT", + "Date": "Fri, 21 Oct 2022 21:45:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3660,9 +3650,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa58b1d0-af6c-41bd-8a47-83f3d6bc041f", + "x-ms-correlation-request-id": "68dcbe48-f900-429c-9aec-e080e8cdf0bf", "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132415Z:fa58b1d0-af6c-41bd-8a47-83f3d6bc041f", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214553Z:68dcbe48-f900-429c-9aec-e080e8cdf0bf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3671,8 +3661,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "creationDate": "2022-10-21T21:44:39Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3697,7 +3687,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:24:25 GMT", + "Date": "Fri, 21 Oct 2022 21:46:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3705,9 +3695,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "557cbe99-bec3-4060-a98c-952e152f461b", + "x-ms-correlation-request-id": "e0ab1436-b79f-4d9a-882d-d6c563253cbc", "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132425Z:557cbe99-bec3-4060-a98c-952e152f461b", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214605Z:e0ab1436-b79f-4d9a-882d-d6c563253cbc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3716,8 +3706,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "creationDate": "2022-10-21T21:44:39Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3742,7 +3732,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:24:36 GMT", + "Date": "Fri, 21 Oct 2022 21:46:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3750,9 +3740,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "93fdef51-f432-46ca-941d-0be85b693e6f", + "x-ms-correlation-request-id": "f454794b-a7f1-4ec7-bfc7-50ae7df4bb9b", "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132436Z:93fdef51-f432-46ca-941d-0be85b693e6f", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214615Z:f454794b-a7f1-4ec7-bfc7-50ae7df4bb9b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3761,8 +3751,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "creationDate": "2022-10-21T21:44:39Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3787,7 +3777,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:24:47 GMT", + "Date": "Fri, 21 Oct 2022 21:46:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3795,9 +3785,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0988872c-a0a1-4acf-89b4-a491d7f27860", + "x-ms-correlation-request-id": "2bc062ca-84ee-433f-b308-9322736b61d2", "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132447Z:0988872c-a0a1-4acf-89b4-a491d7f27860", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214625Z:2bc062ca-84ee-433f-b308-9322736b61d2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3806,8 +3796,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "creationDate": "2022-10-21T21:44:39Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3832,7 +3822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:24:58 GMT", + "Date": "Fri, 21 Oct 2022 21:46:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3840,9 +3830,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "afd709af-8561-4b4c-b65b-bb571b8d0464", + "x-ms-correlation-request-id": "c1a3cd75-5e9e-4b2f-93fc-0353471a8bc1", "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132458Z:afd709af-8561-4b4c-b65b-bb571b8d0464", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214636Z:c1a3cd75-5e9e-4b2f-93fc-0353471a8bc1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3851,8 +3841,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "creationDate": "2022-10-21T21:44:39Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3877,7 +3867,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:25:08 GMT", + "Date": "Fri, 21 Oct 2022 21:46:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3885,9 +3875,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "580522b0-3272-4b54-875a-3f7459a4a41a", + "x-ms-correlation-request-id": "42baa572-713c-45ba-8c08-2acdfa7e0cb8", "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132509Z:580522b0-3272-4b54-875a-3f7459a4a41a", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214647Z:42baa572-713c-45ba-8c08-2acdfa7e0cb8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3896,8 +3886,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "creationDate": "2022-10-21T21:44:39Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3922,7 +3912,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:25:18 GMT", + "Date": "Fri, 21 Oct 2022 21:46:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3930,9 +3920,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5887b9b4-535b-40c5-87a3-e82cee60d539", + "x-ms-correlation-request-id": "e760edcc-6630-4f02-9264-2009a98b19e4", "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132519Z:5887b9b4-535b-40c5-87a3-e82cee60d539", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214658Z:e760edcc-6630-4f02-9264-2009a98b19e4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3941,8 +3931,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "creationDate": "2022-10-21T21:44:39Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3967,7 +3957,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:25:29 GMT", + "Date": "Fri, 21 Oct 2022 21:47:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3975,9 +3965,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ffc35f8d-0946-4b3b-bd76-b954e8b8acc8", + "x-ms-correlation-request-id": "e3dcce73-81b5-41d9-a475-fd9bfb67a56f", "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132530Z:ffc35f8d-0946-4b3b-bd76-b954e8b8acc8", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214709Z:e3dcce73-81b5-41d9-a475-fd9bfb67a56f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3986,8 +3976,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "creationDate": "2022-10-21T21:44:39Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4012,7 +4002,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:25:40 GMT", + "Date": "Fri, 21 Oct 2022 21:47:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4020,9 +4010,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ff8177e-dc2a-428a-beec-962a321b1814", + "x-ms-correlation-request-id": "79a2e6ef-8545-4ab8-9944-99deb373b25a", "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132541Z:7ff8177e-dc2a-428a-beec-962a321b1814", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214720Z:79a2e6ef-8545-4ab8-9944-99deb373b25a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4031,8 +4021,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "creationDate": "2022-10-21T21:44:39Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4057,7 +4047,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:25:51 GMT", + "Date": "Fri, 21 Oct 2022 21:47:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4065,9 +4055,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a71ff53b-6659-44fd-b1dd-e6e75d0d5202", + "x-ms-correlation-request-id": "3e0ae036-e505-461d-8704-196a9da2bcdf", "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132552Z:a71ff53b-6659-44fd-b1dd-e6e75d0d5202", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214732Z:3e0ae036-e505-461d-8704-196a9da2bcdf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4076,8 +4066,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "creationDate": "2022-10-21T21:44:39Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4102,7 +4092,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:26:02 GMT", + "Date": "Fri, 21 Oct 2022 21:47:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4110,9 +4100,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c70b14e-8ebf-42db-9ee0-0442f21ba8d8", + "x-ms-correlation-request-id": "4c4f5f6d-6e63-4a88-951e-3951d2f3d2b0", "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132602Z:8c70b14e-8ebf-42db-9ee0-0442f21ba8d8", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214742Z:4c4f5f6d-6e63-4a88-951e-3951d2f3d2b0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4121,8 +4111,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "creationDate": "2022-10-21T21:44:39Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4147,7 +4137,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:26:12 GMT", + "Date": "Fri, 21 Oct 2022 21:47:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4155,9 +4145,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "49d278df-123c-4a90-8e61-071a7625892e", + "x-ms-correlation-request-id": "72dea37b-0715-4033-b227-2f538480e283", "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132613Z:49d278df-123c-4a90-8e61-071a7625892e", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214753Z:72dea37b-0715-4033-b227-2f538480e283", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4166,8 +4156,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "creationDate": "2022-10-21T21:44:39Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4192,7 +4182,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:26:22 GMT", + "Date": "Fri, 21 Oct 2022 21:48:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4200,9 +4190,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff622a41-aecb-450c-ba86-6b8224b34d6f", + "x-ms-correlation-request-id": "a6473f78-28e5-489b-ab67-7b6212f5bc38", "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132623Z:ff622a41-aecb-450c-ba86-6b8224b34d6f", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214804Z:a6473f78-28e5-489b-ab67-7b6212f5bc38", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4211,8 +4201,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "creationDate": "2022-10-21T21:44:39Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4237,7 +4227,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:26:33 GMT", + "Date": "Fri, 21 Oct 2022 21:48:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4245,9 +4235,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a12fd910-b253-4471-9c84-6bdf25a743e2", + "x-ms-correlation-request-id": "90547923-445c-4d4c-b018-b742b0360a51", "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132634Z:a12fd910-b253-4471-9c84-6bdf25a743e2", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214814Z:90547923-445c-4d4c-b018-b742b0360a51", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4256,8 +4246,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "creationDate": "2022-10-21T21:44:39Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4282,7 +4272,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:26:44 GMT", + "Date": "Fri, 21 Oct 2022 21:48:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4290,9 +4280,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e1431540-0109-4777-9df8-324fc65e557a", + "x-ms-correlation-request-id": "948ebd10-13c5-4a43-86e4-b3c975269c3b", "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132645Z:e1431540-0109-4777-9df8-324fc65e557a", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214825Z:948ebd10-13c5-4a43-86e4-b3c975269c3b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4301,8 +4291,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "creationDate": "2022-10-21T21:44:39Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4327,7 +4317,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:26:55 GMT", + "Date": "Fri, 21 Oct 2022 21:48:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4335,9 +4325,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7bf39ed3-33b1-45d1-98ee-3193d6f395b6", + "x-ms-correlation-request-id": "9f90f16a-1cf2-4c99-9871-64f86b19837d", "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132655Z:7bf39ed3-33b1-45d1-98ee-3193d6f395b6", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214836Z:9f90f16a-1cf2-4c99-9871-64f86b19837d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4346,8 +4336,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "creationDate": "2022-10-21T21:44:39Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4372,7 +4362,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:27:05 GMT", + "Date": "Fri, 21 Oct 2022 21:48:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4380,9 +4370,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e50a5571-f75f-4725-97ac-b29a576c1219", + "x-ms-correlation-request-id": "90a96f28-6cf9-4d8d-a606-f30341499134", "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132706Z:e50a5571-f75f-4725-97ac-b29a576c1219", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214846Z:90a96f28-6cf9-4d8d-a606-f30341499134", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4391,8 +4381,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "creationDate": "2022-10-21T21:44:39Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4417,7 +4407,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:27:16 GMT", + "Date": "Fri, 21 Oct 2022 21:48:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4425,9 +4415,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be795838-c7e4-472d-967c-7955fa347d75", + "x-ms-correlation-request-id": "c86beebe-3a86-4cef-9ff5-ce3573219ab9", "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132716Z:be795838-c7e4-472d-967c-7955fa347d75", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214858Z:c86beebe-3a86-4cef-9ff5-ce3573219ab9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4436,8 +4426,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "creationDate": "2022-10-21T21:44:39Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4462,7 +4452,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:27:26 GMT", + "Date": "Fri, 21 Oct 2022 21:49:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4470,9 +4460,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87c9fb94-ade7-4445-b78e-ae322d365b40", + "x-ms-correlation-request-id": "b0c187be-5745-45d3-be0a-59facaacea26", "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132727Z:87c9fb94-ade7-4445-b78e-ae322d365b40", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214908Z:b0c187be-5745-45d3-be0a-59facaacea26", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4481,8 +4471,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "creationDate": "2022-10-21T21:44:39Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4507,7 +4497,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:27:37 GMT", + "Date": "Fri, 21 Oct 2022 21:49:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4515,9 +4505,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "13c691ed-7698-4096-8bff-e2da858cfa77", + "x-ms-correlation-request-id": "d418f2d7-da03-4cd7-a2d8-71fccad58f40", "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132738Z:13c691ed-7698-4096-8bff-e2da858cfa77", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214919Z:d418f2d7-da03-4cd7-a2d8-71fccad58f40", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4526,8 +4516,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", + "creationDate": "2022-10-21T21:44:39Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4552,7 +4542,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:27:48 GMT", + "Date": "Fri, 21 Oct 2022 21:49:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4560,99 +4550,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b142c460-7bd3-474a-b049-a514f55dbd59", + "x-ms-correlation-request-id": "b482bbba-b4bd-4649-aeef-50b55e9dd3f2", "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132749Z:b142c460-7bd3-474a-b049-a514f55dbd59", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:28: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": "9b608968-a551-48a3-af28-5b5d4556c6ee", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132800Z:9b608968-a551-48a3-af28-5b5d4556c6ee", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-18T13:23:28Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:28: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": "581b7d15-891e-4877-852b-5a27823558b3", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132811Z:581b7d15-891e-4877-852b-5a27823558b3", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214930Z:b482bbba-b4bd-4649-aeef-50b55e9dd3f2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4661,9 +4561,9 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:30Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", - "size": 360448, + "creationDate": "2022-10-21T21:44:49Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "size": 348160, "backupType": "Manual", "provisioningState": "Succeeded", "failureReason": "None", @@ -4687,7 +4587,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:28:11 GMT", + "Date": "Fri, 21 Oct 2022 21:49:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4695,9 +4595,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f51fe32-9f31-408b-96ac-6f079726ea1c", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132811Z:9f51fe32-9f31-408b-96ac-6f079726ea1c", + "x-ms-correlation-request-id": "f0ba7b96-6adb-4809-a26f-2885306f5bbb", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214930Z:f0ba7b96-6adb-4809-a26f-2885306f5bbb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5195,30 +5095,14 @@ "useExistingSnapshot": false } }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false - } - }, { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/sdk-py-tests-backup-1-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-backup-1-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/accountBackups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:21:13Z", - "backupId": "45255925-fbeb-6330-c2ff-5ce8d4b8bf06", + "creationDate": "2022-10-21T21:41:54Z", + "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", @@ -5233,9 +5117,9 @@ "type": "Microsoft.NetApp/netAppAccounts/accountBackups", "location": "westus2", "properties": { - "creationDate": "2022-10-18T13:23:30Z", - "backupId": "28170fe8-91d5-a25c-3a39-7871ec81a4e6", - "size": 360448, + "creationDate": "2022-10-21T21:44:49Z", + "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "size": 348160, "backupType": "Manual", "provisioningState": "Succeeded", "failureReason": "None", @@ -5261,7 +5145,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:28:11 GMT", + "Date": "Fri, 21 Oct 2022 21:49:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5269,9 +5153,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef0ef29e-32ef-436b-98dd-ca7543bb119c", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132811Z:ef0ef29e-32ef-436b-98dd-ca7543bb119c", + "x-ms-correlation-request-id": "c7dce810-b1e0-4dc4-80bc-4a7628d882f8", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214931Z:c7dce810-b1e0-4dc4-80bc-4a7628d882f8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5313,31 +5197,31 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1e5881b0-3cbb-4206-9546-d7a2987737f1?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13c99d42-b685-403c-a1d4-3b503c67c41c?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "2742", + "Content-Length": "2743", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:28:12 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A28%3A12.8842039Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 21:49:31 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T21%3A49%3A32.1118505Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1e5881b0-3cbb-4206-9546-d7a2987737f1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13c99d42-b685-403c-a1d4-3b503c67c41c?api-version=2022-05-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": "eaef784e-5ee6-4828-b5a0-d87f65fb6bba", + "x-ms-correlation-request-id": "dfb06ed4-7a0d-47d5-bcb8-a4b4c11a15b5", "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132813Z:eaef784e-5ee6-4828-b5a0-d87f65fb6bba", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214932Z:dfb06ed4-7a0d-47d5-bcb8-a4b4c11a15b5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A28%3A12.8842039Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T21%3A49%3A32.1118505Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:23:26.1556079Z" + "CreatedOnDate": "2022-10-21T21:44:36.6219340Z" }, "properties": { "dataProtection": { @@ -5348,7 +5232,7 @@ } }, "provisioningState": "Patching", - "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-51142cdf", "usageThreshold": 107374182400, @@ -5376,7 +5260,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_98f3d107", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c5ef2f26", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -5391,8 +5275,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", - "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "mountTargetId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", "ipAddress": "10.0.0.4" } ], @@ -5411,15 +5295,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:14:14.072856Z", + "createdAt": "2022-10-21T21:35:14.6417377Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:23:26.3252022Z" + "lastModifiedAt": "2022-10-21T21:44:36.7964627Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1e5881b0-3cbb-4206-9546-d7a2987737f1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13c99d42-b685-403c-a1d4-3b503c67c41c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5433,7 +5317,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:28:12 GMT", + "Date": "Fri, 21 Oct 2022 21:49:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5441,16 +5325,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "478d3d44-a698-4630-a2ba-27d1ce8df31c", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132813Z:478d3d44-a698-4630-a2ba-27d1ce8df31c", + "x-ms-correlation-request-id": "8bdc8160-48e4-440e-b500-f6f0293139ee", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T214932Z:8bdc8160-48e4-440e-b500-f6f0293139ee", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1e5881b0-3cbb-4206-9546-d7a2987737f1", - "name": "1e5881b0-3cbb-4206-9546-d7a2987737f1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13c99d42-b685-403c-a1d4-3b503c67c41c", + "name": "13c99d42-b685-403c-a1d4-3b503c67c41c", "status": "Patching", - "startTime": "2022-10-18T13:28:12.8876814Z", + "startTime": "2022-10-21T21:49:32.1103276Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5459,7 +5343,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1e5881b0-3cbb-4206-9546-d7a2987737f1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13c99d42-b685-403c-a1d4-3b503c67c41c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5473,7 +5357,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:28:42 GMT", + "Date": "Fri, 21 Oct 2022 21:50:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5481,17 +5365,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6f50d179-9db6-408f-8cfa-5c0ef4eaf604", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132843Z:6f50d179-9db6-408f-8cfa-5c0ef4eaf604", + "x-ms-correlation-request-id": "f33f63aa-bdbf-427c-919b-e3f27bd0c9d5", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215002Z:f33f63aa-bdbf-427c-919b-e3f27bd0c9d5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1e5881b0-3cbb-4206-9546-d7a2987737f1", - "name": "1e5881b0-3cbb-4206-9546-d7a2987737f1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13c99d42-b685-403c-a1d4-3b503c67c41c", + "name": "13c99d42-b685-403c-a1d4-3b503c67c41c", "status": "Succeeded", - "startTime": "2022-10-18T13:28:12.8876814Z", - "endTime": "2022-10-18T13:28:17.0340656Z", + "startTime": "2022-10-21T21:49:32.1103276Z", + "endTime": "2022-10-21T21:49:38.224404Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" @@ -5499,7 +5383,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1e5881b0-3cbb-4206-9546-d7a2987737f1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13c99d42-b685-403c-a1d4-3b503c67c41c?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5513,7 +5397,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:28:43 GMT", + "Date": "Fri, 21 Oct 2022 21:50:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5521,19 +5405,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff320ea8-73de-4ddd-a7c1-31dda74aa185", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132844Z:ff320ea8-73de-4ddd-a7c1-31dda74aa185", + "x-ms-correlation-request-id": "0ac64dea-0499-4e85-a481-c8a81b6e5d62", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215002Z:0ac64dea-0499-4e85-a481-c8a81b6e5d62", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A28%3A17.0377954Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T21%3A49%3A38.2253486Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:23:26.1556079Z" + "CreatedOnDate": "2022-10-21T21:44:36.6219340Z" }, "properties": { "dataProtection": { @@ -5543,12 +5427,12 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault" } }, - "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-51142cdf", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 0, + "usedBytes": 319488, "exportPolicy": { "rules": [ { @@ -5574,19 +5458,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_98f3d107", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c5ef2f26", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", - "poolId": "dfcc040a-92af-804c-dc56-65e4ccc87064", + "poolId": "83f2c89b-6bb2-e840-095d-5942bc2251b4", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", - "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "mountTargetId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", "startIp": "", "endIp": "", "gateway": "", @@ -5618,10 +5502,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:14:14.072856Z", + "createdAt": "2022-10-21T21:35:14.6417377Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:28:12.6822832Z" + "lastModifiedAt": "2022-10-21T21:49:31.9725599Z" } } }, @@ -5640,15 +5524,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:28:46 GMT", + "Date": "Fri, 21 Oct 2022 21:50: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": "3c8e26a2-1912-4384-a502-12c1bfcc6b3a", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132847Z:3c8e26a2-1912-4384-a502-12c1bfcc6b3a", + "x-ms-correlation-request-id": "efa2e22d-cc0a-4663-b5fe-0028257fb57c", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215006Z:efa2e22d-cc0a-4663-b5fe-0028257fb57c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5673,7 +5557,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:28:46 GMT", + "Date": "Fri, 21 Oct 2022 21:50:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5681,9 +5565,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "98015818-1922-4120-947c-bc05cfcf6d2f", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132847Z:98015818-1922-4120-947c-bc05cfcf6d2f", + "x-ms-correlation-request-id": "58ba1fc6-f058-4e09-b680-5cc16a12b0a1", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215006Z:58ba1fc6-f058-4e09-b680-5cc16a12b0a1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5728,8 +5612,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:28:47 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T13%3A28%3A48.0846956Z\u0027\u0022", + "Date": "Fri, 21 Oct 2022 21:50:06 GMT", + "ETag": "W/\u0022datetime\u00272022-10-21T21%3A50%3A07.0768225Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5737,19 +5621,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "871b6561-f601-48ca-81c2-1e595922e269", + "x-ms-correlation-request-id": "5485d772-f779-44d5-81eb-b505f7cb2c1b", "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132848Z:871b6561-f601-48ca-81c2-1e595922e269", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215007Z:5485d772-f779-44d5-81eb-b505f7cb2c1b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A28%3A48.0846956Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T21%3A50%3A07.0768225Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:23:26.1556079Z" + "CreatedOnDate": "2022-10-21T21:44:36.6219340Z" }, "properties": { "dataProtection": { @@ -5760,7 +5644,7 @@ } }, "provisioningState": "Succeeded", - "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-51142cdf", "usageThreshold": 107374182400, @@ -5788,7 +5672,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_98f3d107", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c5ef2f26", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -5803,8 +5687,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", - "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "mountTargetId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", "ipAddress": "10.0.0.4" } ], @@ -5823,10 +5707,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:14:14.072856Z", + "createdAt": "2022-10-21T21:35:14.6417377Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:28:47.9271944Z" + "lastModifiedAt": "2022-10-21T21:50:06.8848618Z" } } }, @@ -5845,15 +5729,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:28:49 GMT", + "Date": "Fri, 21 Oct 2022 21:50: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": "9485f93d-9ea5-499e-90d1-0b8ce9a5a062", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132850Z:9485f93d-9ea5-499e-90d1-0b8ce9a5a062", + "x-ms-correlation-request-id": "c047c810-dff4-4165-a820-c6a4d2a18130", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215009Z:c047c810-dff4-4165-a820-c6a4d2a18130", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5878,7 +5762,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:28:50 GMT", + "Date": "Fri, 21 Oct 2022 21:50:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5886,9 +5770,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a16bd6ae-83a9-4094-a0d2-59b0949d6512", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132851Z:a16bd6ae-83a9-4094-a0d2-59b0949d6512", + "x-ms-correlation-request-id": "d76fd1e3-b3ee-421a-8d46-151b7eaa6a0c", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215010Z:d76fd1e3-b3ee-421a-8d46-151b7eaa6a0c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6385,22 +6269,6 @@ "volumeName": "volumeName-2872", "useExistingSnapshot": false } - }, - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/accountBackups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "westus2", - "properties": { - "creationDate": "2022-09-20T11:11:10Z", - "backupId": "6a2e9de0-750d-6f11-479a-cd631c278e2b", - "size": 0, - "backupType": "Manual", - "provisioningState": "Failed", - "failureReason": "Error when creating - FAILED - azure resource config error", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false - } } ] } @@ -6418,25 +6286,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 18 Oct 2022 13:28:51 GMT", + "Date": "Fri, 21 Oct 2022 21:50:10 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24?api-version=2022-05-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": "8d0b2476-9c9e-47fb-923d-70a004c3c62b", + "x-ms-correlation-request-id": "2c5d0567-3434-4c3d-a97d-82f96ec75738", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132851Z:8d0b2476-9c9e-47fb-923d-70a004c3c62b", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215011Z:2c5d0567-3434-4c3d-a97d-82f96ec75738", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6450,7 +6318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:28:51 GMT", + "Date": "Fri, 21 Oct 2022 21:50:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6458,56 +6326,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4f67c3ab-f306-442e-9448-565b356daf98", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132852Z:4f67c3ab-f306-442e-9448-565b356daf98", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76", - "name": "b5787871-961e-4a42-a48d-f823be2c6c76", - "status": "Deleting", - "startTime": "2022-10-18T13:28:51.7886676Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13: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": "bcbfa14e-87ad-4fa0-af3a-257f2d7f0933", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132922Z:bcbfa14e-87ad-4fa0-af3a-257f2d7f0933", + "x-ms-correlation-request-id": "7e03b9b4-7913-4313-8c05-0e8b07d31d34", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215011Z:7e03b9b4-7913-4313-8c05-0e8b07d31d34", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76", - "name": "b5787871-961e-4a42-a48d-f823be2c6c76", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24", + "name": "c8d9bf56-9b8b-42cf-8753-e2fd34c37c24", "status": "Deleting", - "startTime": "2022-10-18T13:28:51.7886676Z", + "startTime": "2022-10-21T21:50:10.9969606Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -6516,7 +6344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6530,7 +6358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:29:51 GMT", + "Date": "Fri, 21 Oct 2022 21:50:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6538,16 +6366,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "969c62d7-cf9b-4c95-808f-b432ea67032f", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T132952Z:969c62d7-cf9b-4c95-808f-b432ea67032f", + "x-ms-correlation-request-id": "ad8a0b4e-a493-4e11-853a-642d1dd98745", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215041Z:ad8a0b4e-a493-4e11-853a-642d1dd98745", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76", - "name": "b5787871-961e-4a42-a48d-f823be2c6c76", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24", + "name": "c8d9bf56-9b8b-42cf-8753-e2fd34c37c24", "status": "Deleting", - "startTime": "2022-10-18T13:28:51.7886676Z", + "startTime": "2022-10-21T21:50:10.9969606Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -6556,7 +6384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6570,7 +6398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:30:22 GMT", + "Date": "Fri, 21 Oct 2022 21:51:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6578,16 +6406,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa314f73-ad08-4656-9eca-df8c91a97c0c", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133022Z:fa314f73-ad08-4656-9eca-df8c91a97c0c", + "x-ms-correlation-request-id": "c8cfb3a9-cb4b-4b68-abf1-3bf3f1ccb089", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215111Z:c8cfb3a9-cb4b-4b68-abf1-3bf3f1ccb089", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76", - "name": "b5787871-961e-4a42-a48d-f823be2c6c76", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24", + "name": "c8d9bf56-9b8b-42cf-8753-e2fd34c37c24", "status": "Deleting", - "startTime": "2022-10-18T13:28:51.7886676Z", + "startTime": "2022-10-21T21:50:10.9969606Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -6596,7 +6424,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6610,7 +6438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:30:52 GMT", + "Date": "Fri, 21 Oct 2022 21:51:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6618,16 +6446,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "79a156be-b4d8-48fb-8c44-defd7e0f4d2b", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133053Z:79a156be-b4d8-48fb-8c44-defd7e0f4d2b", + "x-ms-correlation-request-id": "6b6ac419-8c49-418d-a116-2a80af7fe28d", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215142Z:6b6ac419-8c49-418d-a116-2a80af7fe28d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76", - "name": "b5787871-961e-4a42-a48d-f823be2c6c76", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24", + "name": "c8d9bf56-9b8b-42cf-8753-e2fd34c37c24", "status": "Deleting", - "startTime": "2022-10-18T13:28:51.7886676Z", + "startTime": "2022-10-21T21:50:10.9969606Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -6636,7 +6464,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6650,7 +6478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:31:22 GMT", + "Date": "Fri, 21 Oct 2022 21:52:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6658,17 +6486,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7b1080bb-efa7-4785-a011-457fd9ba94dd", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133123Z:7b1080bb-efa7-4785-a011-457fd9ba94dd", + "x-ms-correlation-request-id": "0e592853-8cbd-4391-839d-69f085667bca", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215212Z:0e592853-8cbd-4391-839d-69f085667bca", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76", - "name": "b5787871-961e-4a42-a48d-f823be2c6c76", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24", + "name": "c8d9bf56-9b8b-42cf-8753-e2fd34c37c24", "status": "Succeeded", - "startTime": "2022-10-18T13:28:51.7886676Z", - "endTime": "2022-10-18T13:31:15.7554138Z", + "startTime": "2022-10-21T21:50:10.9969606Z", + "endTime": "2022-10-21T21:52:11.2766162Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" @@ -6676,7 +6504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5787871-961e-4a42-a48d-f823be2c6c76?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6690,7 +6518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:31:22 GMT", + "Date": "Fri, 21 Oct 2022 21:52:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6698,19 +6526,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a25b616-d249-40db-b28a-57c1d426c690", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133123Z:1a25b616-d249-40db-b28a-57c1d426c690", + "x-ms-correlation-request-id": "92906445-b30d-43c3-b7ec-56ebcd604b81", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215212Z:92906445-b30d-43c3-b7ec-56ebcd604b81", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A31%3A10.6714227Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T21%3A52%3A02.0239742Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:23:26.1556079Z" + "CreatedOnDate": "2022-10-21T21:44:36.6219340Z" }, "properties": { "dataProtection": { @@ -6720,12 +6548,12 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault" } }, - "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-51142cdf", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 0, + "usedBytes": 319488, "exportPolicy": { "rules": [ { @@ -6751,19 +6579,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_98f3d107", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c5ef2f26", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", - "poolId": "dfcc040a-92af-804c-dc56-65e4ccc87064", + "poolId": "83f2c89b-6bb2-e840-095d-5942bc2251b4", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", - "fileSystemId": "ab3ab328-b038-8f1e-bb79-7e1efe5ae975", + "mountTargetId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", "startIp": "", "endIp": "", "gateway": "", @@ -6795,10 +6623,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:14:14.072856Z", + "createdAt": "2022-10-21T21:35:14.6417377Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:28:47.9271944Z" + "lastModifiedAt": "2022-10-21T21:50:06.8848618Z" } } }, @@ -6817,14 +6645,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:34:45 GMT", + "Date": "Fri, 21 Oct 2022 21:55:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "365b0565-106d-4616-a19c-f9fee49889df", + "x-ms-correlation-request-id": "0a2cb384-d587-4f3c-99ce-e5ef3f48f5e3", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133446Z:365b0565-106d-4616-a19c-f9fee49889df" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215534Z:0a2cb384-d587-4f3c-99ce-e5ef3f48f5e3" }, "ResponseBody": { "error": { @@ -6846,25 +6674,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75fa882a-fcbb-4f13-8f57-03c85141fa00?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/892a74d1-7ce4-4a13-9d12-541b8c8394f1?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 18 Oct 2022 13:34:58 GMT", + "Date": "Fri, 21 Oct 2022 21:55:47 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75fa882a-fcbb-4f13-8f57-03c85141fa00?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/892a74d1-7ce4-4a13-9d12-541b8c8394f1?api-version=2022-05-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": "b0133ce7-98b1-47ba-8f6c-75315517f24b", + "x-ms-correlation-request-id": "7d5ee364-26c9-4b00-85b8-18112571940f", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133459Z:b0133ce7-98b1-47ba-8f6c-75315517f24b", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215548Z:7d5ee364-26c9-4b00-85b8-18112571940f", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75fa882a-fcbb-4f13-8f57-03c85141fa00?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/892a74d1-7ce4-4a13-9d12-541b8c8394f1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6878,7 +6706,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:34:58 GMT", + "Date": "Fri, 21 Oct 2022 21:55:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6886,16 +6714,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a92eb292-63bc-41df-9801-1de29cefbdb0", + "x-ms-correlation-request-id": "5a6c8729-d159-4bed-a4e0-6e1f03558ad9", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133459Z:a92eb292-63bc-41df-9801-1de29cefbdb0", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215548Z:5a6c8729-d159-4bed-a4e0-6e1f03558ad9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75fa882a-fcbb-4f13-8f57-03c85141fa00", - "name": "75fa882a-fcbb-4f13-8f57-03c85141fa00", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/892a74d1-7ce4-4a13-9d12-541b8c8394f1", + "name": "892a74d1-7ce4-4a13-9d12-541b8c8394f1", "status": "Deleting", - "startTime": "2022-10-18T13:34:59.1905159Z", + "startTime": "2022-10-21T21:55:48.2145977Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -6904,7 +6732,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75fa882a-fcbb-4f13-8f57-03c85141fa00?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/892a74d1-7ce4-4a13-9d12-541b8c8394f1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6918,7 +6746,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:35:29 GMT", + "Date": "Fri, 21 Oct 2022 21:56:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6926,17 +6754,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a652df3f-4cfb-4907-aa05-e333e9f56fc8", + "x-ms-correlation-request-id": "0d80ff83-b419-4f02-abbf-be1cab32ed2d", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133529Z:a652df3f-4cfb-4907-aa05-e333e9f56fc8", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215618Z:0d80ff83-b419-4f02-abbf-be1cab32ed2d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75fa882a-fcbb-4f13-8f57-03c85141fa00", - "name": "75fa882a-fcbb-4f13-8f57-03c85141fa00", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/892a74d1-7ce4-4a13-9d12-541b8c8394f1", + "name": "892a74d1-7ce4-4a13-9d12-541b8c8394f1", "status": "Succeeded", - "startTime": "2022-10-18T13:34:59.1905159Z", - "endTime": "2022-10-18T13:35:00.2062187Z", + "startTime": "2022-10-21T21:55:48.2145977Z", + "endTime": "2022-10-21T21:55:49.2928332Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1" @@ -6944,7 +6772,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75fa882a-fcbb-4f13-8f57-03c85141fa00?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/892a74d1-7ce4-4a13-9d12-541b8c8394f1?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6958,7 +6786,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:35:30 GMT", + "Date": "Fri, 21 Oct 2022 21:56:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6966,22 +6794,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "01895b3c-c885-423c-9ef9-b1a7cec76c0c", + "x-ms-correlation-request-id": "3d07fd35-1d91-414f-8aeb-606f7e4c722c", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133530Z:01895b3c-c885-423c-9ef9-b1a7cec76c0c", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215618Z:3d07fd35-1d91-414f-8aeb-606f7e4c722c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A34%3A59.19941Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T21%3A55%3A48.1845139Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:13:59.4363815Z" + "CreatedOnDate": "2022-10-21T21:35:00.0720549Z" }, "properties": { - "poolId": "dfcc040a-92af-804c-dc56-65e4ccc87064", + "poolId": "83f2c89b-6bb2-e840-095d-5942bc2251b4", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1", @@ -6995,10 +6823,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:14:00.7171692Z", + "createdAt": "2022-10-21T21:35:01.2117996Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:14:00.7171692Z" + "lastModifiedAt": "2022-10-21T21:35:01.2117996Z" } } }, @@ -7016,14 +6844,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 18 Oct 2022 13:35:40 GMT", + "Date": "Fri, 21 Oct 2022 21:56:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73896f89-5aec-4f70-b840-ae86edf339a0", + "x-ms-correlation-request-id": "af4bc849-56f3-4b8b-b5cf-1e5b9c1d0ea7", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133540Z:73896f89-5aec-4f70-b840-ae86edf339a0" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215629Z:af4bc849-56f3-4b8b-b5cf-1e5b9c1d0ea7" }, "ResponseBody": null }, @@ -7041,14 +6869,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 18 Oct 2022 13:35:50 GMT", + "Date": "Fri, 21 Oct 2022 21:56:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b434ffd-6cbd-400b-a36a-837a811f8073", + "x-ms-correlation-request-id": "dc3947b4-0a11-4a57-b8d2-5015579671a9", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133550Z:4b434ffd-6cbd-400b-a36a-837a811f8073" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215639Z:dc3947b4-0a11-4a57-b8d2-5015579671a9" }, "ResponseBody": null }, @@ -7066,14 +6894,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 18 Oct 2022 13:36:00 GMT", + "Date": "Fri, 21 Oct 2022 21:56:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94500823-7ea5-445d-b94b-c8aa6d70b661", + "x-ms-correlation-request-id": "237746b5-fe94-479f-bfc6-852d28705061", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133600Z:94500823-7ea5-445d-b94b-c8aa6d70b661" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215649Z:237746b5-fe94-479f-bfc6-852d28705061" }, "ResponseBody": null }, @@ -7091,14 +6919,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 18 Oct 2022 13:36:10 GMT", + "Date": "Fri, 21 Oct 2022 21:57:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "908b2681-7b11-4d29-8279-808e14fa9010", + "x-ms-correlation-request-id": "432b568b-6748-4054-9b08-cdc7ea224bdb", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133611Z:908b2681-7b11-4d29-8279-808e14fa9010" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215700Z:432b568b-6748-4054-9b08-cdc7ea224bdb" }, "ResponseBody": null }, @@ -7117,14 +6945,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:36:20 GMT", + "Date": "Fri, 21 Oct 2022 21:57:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ed96796-5b43-4cba-b912-713f74bd4efd", + "x-ms-correlation-request-id": "28cbb199-8baa-4831-bdb3-a3ce81250ab9", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133621Z:3ed96796-5b43-4cba-b912-713f74bd4efd" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215710Z:28cbb199-8baa-4831-bdb3-a3ce81250ab9" }, "ResponseBody": { "error": { @@ -7146,25 +6974,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/40d124d3-7d72-4cd2-a37a-7c8acfd257c5?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7b6da285-dbe4-4abe-b54f-d9d7918bf047?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 18 Oct 2022 13:36:22 GMT", + "Date": "Fri, 21 Oct 2022 21:57:11 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/40d124d3-7d72-4cd2-a37a-7c8acfd257c5?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7b6da285-dbe4-4abe-b54f-d9d7918bf047?api-version=2022-05-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": "eba48782-0c9e-4aab-99de-dd513c3ceffb", + "x-ms-correlation-request-id": "ff0ca005-1ec2-4ef9-80cf-5949cc6efe60", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133623Z:eba48782-0c9e-4aab-99de-dd513c3ceffb", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215711Z:ff0ca005-1ec2-4ef9-80cf-5949cc6efe60", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/40d124d3-7d72-4cd2-a37a-7c8acfd257c5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7b6da285-dbe4-4abe-b54f-d9d7918bf047?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -7178,7 +7006,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:36:22 GMT", + "Date": "Fri, 21 Oct 2022 21:57:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7186,17 +7014,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7fdf46ae-8fb1-4b36-9084-30a049846628", + "x-ms-correlation-request-id": "db616ed6-5e32-474b-a6ed-89ef8184a7be", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133623Z:7fdf46ae-8fb1-4b36-9084-30a049846628", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215712Z:db616ed6-5e32-474b-a6ed-89ef8184a7be", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/40d124d3-7d72-4cd2-a37a-7c8acfd257c5", - "name": "40d124d3-7d72-4cd2-a37a-7c8acfd257c5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7b6da285-dbe4-4abe-b54f-d9d7918bf047", + "name": "7b6da285-dbe4-4abe-b54f-d9d7918bf047", "status": "Succeeded", - "startTime": "2022-10-18T13:36:22.9593155Z", - "endTime": "2022-10-18T13:36:23.0686499Z", + "startTime": "2022-10-21T21:57:11.9478343Z", + "endTime": "2022-10-21T21:57:12.0271586Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf" @@ -7204,7 +7032,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/40d124d3-7d72-4cd2-a37a-7c8acfd257c5?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7b6da285-dbe4-4abe-b54f-d9d7918bf047?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -7218,7 +7046,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:36:22 GMT", + "Date": "Fri, 21 Oct 2022 21:57:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7226,19 +7054,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2c45c95-a5e4-4b54-ba4c-8e41cf1c867d", + "x-ms-correlation-request-id": "7d226f6f-ac6f-4022-8cc6-7a65dd176311", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133623Z:b2c45c95-a5e4-4b54-ba4c-8e41cf1c867d", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215712Z:7d226f6f-ac6f-4022-8cc6-7a65dd176311", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T13%3A36%3A22.9506809Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-21T21%3A57%3A11.9505848Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T13:13:54.8578492Z" + "CreatedOnDate": "2022-10-21T21:34:56.0655405Z" }, "properties": { "encryption": { @@ -7249,10 +7077,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T13:13:56.0266397Z", + "createdAt": "2022-10-21T21:34:57.0538331Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T13:13:56.0266397Z" + "lastModifiedAt": "2022-10-21T21:34:57.0538331Z" } } }, @@ -7271,15 +7099,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 13:36:23 GMT", + "Date": "Fri, 21 Oct 2022 21:57:12 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": "94684c40-17de-4506-a1da-d340c7d41cc8", + "x-ms-correlation-request-id": "e9dc22c8-7da2-4595-8919-5229f7b206ed", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133624Z:94684c40-17de-4506-a1da-d340c7d41cc8", + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215712Z:e9dc22c8-7da2-4595-8919-5229f7b206ed", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7303,12 +7131,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/367b6708-7d2b-4314-982b-26b1b03dc0e8?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/667c51d4-be5c-442b-8528-7827918cd459?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 18 Oct 2022 13:36:23 GMT", + "Date": "Fri, 21 Oct 2022 21:57:13 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/367b6708-7d2b-4314-982b-26b1b03dc0e8?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/667c51d4-be5c-442b-8528-7827918cd459?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -7317,10 +7145,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5be6d71d-a42a-49a1-92f5-2a43eb861428", - "x-ms-correlation-request-id": "30bef21d-d621-4cd1-a58a-93a08c032c35", + "x-ms-arm-service-request-id": "93ce9ad5-5dea-4d29-bdf2-cd7e31c835ad", + "x-ms-correlation-request-id": "7ffd75a0-8717-49c8-80e7-6996d3d95b0a", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T133624Z:30bef21d-d621-4cd1-a58a-93a08c032c35" + "x-ms-routing-request-id": "FRANCESOUTH:20221021T215714Z:7ffd75a0-8717-49c8-80e7-6996d3d95b0a" }, "ResponseBody": null } 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 7fdc0f4476ca..5fdd9143a713 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:29:13 GMT", + "Date": "Sat, 22 Oct 2022 09:40:04 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.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:29:13 GMT", + "Date": "Sat, 22 Oct 2022 09:40:04 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.13845.10 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "f2a34878-9976-4bb5-ab13-d037f23947f6", + "client-request-id": "b894d95a-f995-4956-a725-efdf145adadb", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "f2a34878-9976-4bb5-ab13-d037f23947f6", + "client-request-id": "b894d95a-f995-4956-a725-efdf145adadb", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:29:13 GMT", + "Date": "Sat, 22 Oct 2022 09:40:04 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d4c5c519-b79d-404e-a149-3968133d1128?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/282cc8cb-1a05-46ad-b771-f01eea19002c?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:29:22 GMT", + "Date": "Sat, 22 Oct 2022 09:40:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "966994dc-9bc1-40ad-b86f-c2d75a04d3eb", - "x-ms-correlation-request-id": "8c57f7e0-a53f-46a6-a736-59dd679bdfef", + "x-ms-arm-service-request-id": "8d95a804-0e9f-4b6d-b896-654c317dded3", + "x-ms-correlation-request-id": "97f41453-d9e4-45ed-8b09-ad459ed6c5d9", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092922Z:8c57f7e0-a53f-46a6-a736-59dd679bdfef" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094016Z:97f41453-d9e4-45ed-8b09-ad459ed6c5d9" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-c2b62691", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691", - "etag": "W/\u0022d9b10b78-e5f1-4a80-9c0b-f801eee0bcb3\u0022", + "etag": "W/\u0022e3058f39-83b0-4ec4-8c5f-f7f3aa03998f\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:29:16.1314167Z" + "CreatedOnDate": "2022-10-22T09:40:07.6347696Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "002e8110-a6d0-4400-81c7-c01cb951785f", + "resourceGuid": "d99411d0-4fd0-4332-9a97-ff6d3e734cfa", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d4c5c519-b79d-404e-a149-3968133d1128?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/282cc8cb-1a05-46ad-b771-f01eea19002c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,9 +293,10 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:29:22 GMT", + "Date": "Sat, 22 Oct 2022 09:40:16 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" @@ -304,10 +305,45 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e851163a-9931-4032-8e87-1ea21e21928c", - "x-ms-correlation-request-id": "91ab162c-5719-4718-82ce-e9a38e45f468", + "x-ms-arm-service-request-id": "55c54135-9174-4d6b-a186-888b69a7cd9e", + "x-ms-correlation-request-id": "1311ad62-9f66-4579-9f8a-80a86209d4da", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092922Z:91ab162c-5719-4718-82ce-e9a38e45f468" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094016Z:1311ad62-9f66-4579-9f8a-80a86209d4da" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/282cc8cb-1a05-46ad-b771-f01eea19002c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 09:40:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "d5a87f12-8695-4c5a-a81c-76e203893649", + "x-ms-correlation-request-id": "b5c061d2-6d40-4d6d-8873-58826d24eba0", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094026Z:b5c061d2-6d40-4d6d-8873-58826d24eba0" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +364,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:29:22 GMT", - "ETag": "W/\u00224b9427d9-3247-4e0c-948a-487eb2933a5b\u0022", + "Date": "Sat, 22 Oct 2022 09:40:26 GMT", + "ETag": "W/\u002211e3d626-8e43-46c6-862d-16fde3beca59\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +376,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f80093d2-d914-4d2f-b9ad-4ccc6a96edff", - "x-ms-correlation-request-id": "adbea486-6000-4b64-9d89-c121fcd3d509", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092922Z:adbea486-6000-4b64-9d89-c121fcd3d509" + "x-ms-arm-service-request-id": "b2efa2f7-2055-480d-9989-7fa2f7b60504", + "x-ms-correlation-request-id": "05ebdf10-a709-4cd2-9a08-bbcac3d3b14f", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094027Z:05ebdf10-a709-4cd2-9a08-bbcac3d3b14f" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-c2b62691", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691", - "etag": "W/\u00224b9427d9-3247-4e0c-948a-487eb2933a5b\u0022", + "etag": "W/\u002211e3d626-8e43-46c6-862d-16fde3beca59\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:29:16.1314167Z" + "CreatedOnDate": "2022-10-22T09:40:07.6347696Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "002e8110-a6d0-4400-81c7-c01cb951785f", + "resourceGuid": "d99411d0-4fd0-4332-9a97-ff6d3e734cfa", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +431,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/1ec77e23-8a3e-4eae-a860-768c4dfdfa73?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4cd5e780-1f6f-41df-98b9-5c86e3799e5c?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:29:23 GMT", + "Date": "Sat, 22 Oct 2022 09:40:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +445,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "78de8b11-13f0-4035-8719-01b47733364c", - "x-ms-correlation-request-id": "6adf80d3-8ea2-4068-a92f-500f5c395ecd", + "x-ms-arm-service-request-id": "94bb6dbe-6ce2-41fb-8ec4-4b8cabfe8851", + "x-ms-correlation-request-id": "ad7ed8de-51ee-4155-9863-63e5ab9c0c69", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092923Z:6adf80d3-8ea2-4068-a92f-500f5c395ecd" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094027Z:ad7ed8de-51ee-4155-9863-63e5ab9c0c69" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", - "etag": "W/\u002276eaec0e-5a7c-4687-b2f2-80ffb0ec861a\u0022", + "etag": "W/\u002228559d07-04f1-41b6-bd6d-c88efafd8b7d\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +461,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002276eaec0e-5a7c-4687-b2f2-80ffb0ec861a\u0022", + "etag": "W/\u002228559d07-04f1-41b6-bd6d-c88efafd8b7d\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +481,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/1ec77e23-8a3e-4eae-a860-768c4dfdfa73?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4cd5e780-1f6f-41df-98b9-5c86e3799e5c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +495,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:29:23 GMT", + "Date": "Sat, 22 Oct 2022 09:40:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +506,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "18c88bac-637f-44ba-a5d3-5aaa8a00e87b", - "x-ms-correlation-request-id": "d790ceb9-4bd8-4398-b43c-c8f5d3816237", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092923Z:d790ceb9-4bd8-4398-b43c-c8f5d3816237" + "x-ms-arm-service-request-id": "830fe6b7-5c0f-4e10-a38e-e6ed212efefc", + "x-ms-correlation-request-id": "4976ff6d-ddb5-4537-8111-148ee50b07c8", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094028Z:4976ff6d-ddb5-4537-8111-148ee50b07c8" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +530,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:29:24 GMT", - "ETag": "W/\u0022aa7f0dbd-472e-4eee-95dc-f4d633deb1d9\u0022", + "Date": "Sat, 22 Oct 2022 09:40:27 GMT", + "ETag": "W/\u0022bfa0d24a-ad2d-43ca-9957-bc9e1e384db8\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +542,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "02203b08-1d7f-477c-af86-9b00cf750778", - "x-ms-correlation-request-id": "4419a764-65a7-475e-8694-f6c5f01a691d", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092924Z:4419a764-65a7-475e-8694-f6c5f01a691d" + "x-ms-arm-service-request-id": "41ec2807-9d01-4049-bb82-cbda66f16081", + "x-ms-correlation-request-id": "8008ca80-4949-4528-9396-a1eeeeba4131", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094028Z:8008ca80-4949-4528-9396-a1eeeeba4131" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", - "etag": "W/\u0022aa7f0dbd-472e-4eee-95dc-f4d633deb1d9\u0022", + "etag": "W/\u0022bfa0d24a-ad2d-43ca-9957-bc9e1e384db8\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +558,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022aa7f0dbd-472e-4eee-95dc-f4d633deb1d9\u0022", + "etag": "W/\u0022bfa0d24a-ad2d-43ca-9957-bc9e1e384db8\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -558,12 +594,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:29:23 GMT", + "Date": "Sat, 22 Oct 2022 09:40:28 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.13845.10 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -652,12 +688,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:29:23 GMT", + "Date": "Sat, 22 Oct 2022 09:40:28 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.13777.6 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -713,7 +749,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "5d7f84d6-4dd0-4e10-92ed-8d7927b83826", + "client-request-id": "99843314-1bc6-480b-bf2a-00a7face7d2a", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -731,10 +767,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "5d7f84d6-4dd0-4e10-92ed-8d7927b83826", + "client-request-id": "99843314-1bc6-480b-bf2a-00a7face7d2a", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:29:24 GMT", + "Date": "Sat, 22 Oct 2022 09:40:28 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -742,7 +778,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -769,30 +805,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6f83f3ab-e3b2-4b1b-99ce-45a84436eb23?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4c76723e-b836-4d05-8c2e-f67906e5cc22?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:29:28 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A29%3A27.2262992Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:40:32 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A40%3A32.3127306Z\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": "7ccbbed0-d148-446a-9b0a-33ae4c5377b3", + "x-ms-correlation-request-id": "bf7ef377-f5b7-4679-9975-cbaf05358098", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092928Z:7ccbbed0-d148-446a-9b0a-33ae4c5377b3", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094033Z:bf7ef377-f5b7-4679-9975-cbaf05358098", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691", "name": "sdk-py-tests-acc-1-c2b62691", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A29%3A27.2262992Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A40%3A32.3127306Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:29:25.2737734Z" + "CreatedOnDate": "2022-10-22T09:40:30.1867602Z" }, "properties": { "provisioningState": "Creating" @@ -800,15 +836,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:29:26.1997632Z", + "createdAt": "2022-10-22T09:40:31.2716804Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:29:26.1997632Z" + "lastModifiedAt": "2022-10-22T09:40:31.2716804Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6f83f3ab-e3b2-4b1b-99ce-45a84436eb23?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4c76723e-b836-4d05-8c2e-f67906e5cc22?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -822,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:29:28 GMT", + "Date": "Sat, 22 Oct 2022 09:40:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -830,17 +866,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "babf02a7-f1fc-4299-8b4a-51d0e6aba7f2", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092928Z:babf02a7-f1fc-4299-8b4a-51d0e6aba7f2", + "x-ms-correlation-request-id": "8036a091-df61-4571-ae4e-2962c385d04f", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094033Z:8036a091-df61-4571-ae4e-2962c385d04f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6f83f3ab-e3b2-4b1b-99ce-45a84436eb23", - "name": "6f83f3ab-e3b2-4b1b-99ce-45a84436eb23", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4c76723e-b836-4d05-8c2e-f67906e5cc22", + "name": "4c76723e-b836-4d05-8c2e-f67906e5cc22", "status": "Succeeded", - "startTime": "2022-10-19T09:29:27.2325347Z", - "endTime": "2022-10-19T09:29:27.2794092Z", + "startTime": "2022-10-22T09:40:32.3088891Z", + "endTime": "2022-10-22T09:40:32.3557373Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691" @@ -862,8 +898,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:29:29 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A29%3A27.2864303Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:40:33 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A40%3A32.3594539Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,19 +907,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8dfcbb39-2a71-45b5-a2ad-d05bc1e4740b", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092929Z:8dfcbb39-2a71-45b5-a2ad-d05bc1e4740b", + "x-ms-correlation-request-id": "e11c8163-62ac-44d8-ad68-eaf25b4542c1", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094034Z:e11c8163-62ac-44d8-ad68-eaf25b4542c1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691", "name": "sdk-py-tests-acc-1-c2b62691", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A29%3A27.2864303Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A40%3A32.3594539Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:29:25.2737734Z" + "CreatedOnDate": "2022-10-22T09:40:30.1867602Z" }, "properties": { "activeDirectories": [ @@ -912,10 +948,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:29:26.1997632Z", + "createdAt": "2022-10-22T09:40:31.2716804Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:29:26.1997632Z" + "lastModifiedAt": "2022-10-22T09:40:31.2716804Z" } } }, @@ -941,30 +977,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/254e193c-3713-4d29-a202-26fd26e4d7ac?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ff94a287-db3d-4283-888c-5bbb200d6d14?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:29:31 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A29%3A30.9711506Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:40:37 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A40%3A35.9896281Z\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": "64d2f8d5-18e7-4e59-a70a-93163cb9d361", + "x-ms-correlation-request-id": "ea9e3295-70ce-46f0-b30f-e74adb8332da", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092931Z:64d2f8d5-18e7-4e59-a70a-93163cb9d361", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094037Z:ea9e3295-70ce-46f0-b30f-e74adb8332da", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A29%3A30.9711506Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A40%3A35.9896281Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:29:29.5201230Z" + "CreatedOnDate": "2022-10-22T09:40:34.4385798Z" }, "properties": { "serviceLevel": "Premium", @@ -978,15 +1014,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:29:30.7332067Z", + "createdAt": "2022-10-22T09:40:35.7474567Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:29:30.7332067Z" + "lastModifiedAt": "2022-10-22T09:40:35.7474567Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/254e193c-3713-4d29-a202-26fd26e4d7ac?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ff94a287-db3d-4283-888c-5bbb200d6d14?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1000,7 +1036,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:29:32 GMT", + "Date": "Sat, 22 Oct 2022 09:40:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1008,17 +1044,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5bb23b31-d7d4-47d7-b8d7-86e8c1f9bd39", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092932Z:5bb23b31-d7d4-47d7-b8d7-86e8c1f9bd39", + "x-ms-correlation-request-id": "6f21c7d0-8494-4b16-8428-3fa73e7d29d1", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094037Z:6f21c7d0-8494-4b16-8428-3fa73e7d29d1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/254e193c-3713-4d29-a202-26fd26e4d7ac", - "name": "254e193c-3713-4d29-a202-26fd26e4d7ac", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ff94a287-db3d-4283-888c-5bbb200d6d14", + "name": "ff94a287-db3d-4283-888c-5bbb200d6d14", "status": "Succeeded", - "startTime": "2022-10-19T09:29:30.9740186Z", - "endTime": "2022-10-19T09:29:32.0522126Z", + "startTime": "2022-10-22T09:40:35.9821066Z", + "endTime": "2022-10-22T09:40:36.8570617Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1" @@ -1040,8 +1076,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:29:32 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A29%3A32.051654Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:40:37 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A40%3A36.8498872Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1049,22 +1085,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e59793b1-b41e-4ef5-b94c-9aec9ccaba53", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092932Z:e59793b1-b41e-4ef5-b94c-9aec9ccaba53", + "x-ms-correlation-request-id": "c6336a47-6718-4dd4-982c-db51aa6e9b37", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094037Z:c6336a47-6718-4dd4-982c-db51aa6e9b37", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A29%3A32.051654Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A40%3A36.8498872Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:29:29.5201230Z" + "CreatedOnDate": "2022-10-22T09:40:34.4385798Z" }, "properties": { - "poolId": "a3a55002-5854-4ccd-1010-b60fc2836e73", + "poolId": "27d23e1a-face-12ec-aa1f-ae0cb828ad63", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1077,10 +1113,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:29:30.7332067Z", + "createdAt": "2022-10-22T09:40:35.7474567Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:29:30.7332067Z" + "lastModifiedAt": "2022-10-22T09:40:35.7474567Z" } } }, @@ -1123,30 +1159,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:29:45 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A29%3A44.9141515Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:40:50 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A40%3A49.6488151Z\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": "33861354-8d66-495e-876e-8d627ff4b5b4", + "x-ms-correlation-request-id": "0560f4a9-6aa0-474f-aa82-6d3fab660e93", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092945Z:33861354-8d66-495e-876e-8d627ff4b5b4", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094050Z:0560f4a9-6aa0-474f-aa82-6d3fab660e93", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A29%3A44.9141515Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A40%3A49.6488151Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:29:42.8863907Z" + "CreatedOnDate": "2022-10-22T09:40:48.0964601Z" }, "properties": { "serviceLevel": "Premium", @@ -1176,15 +1212,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:29:44.0230233Z", + "createdAt": "2022-10-22T09:40:49.3490915Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:29:44.0230233Z" + "lastModifiedAt": "2022-10-22T09:40:49.3490915Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1198,7 +1234,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:29:45 GMT", + "Date": "Sat, 22 Oct 2022 09:40:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1206,16 +1242,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "649483a7-f943-4271-943f-18615e58713a", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092946Z:649483a7-f943-4271-943f-18615e58713a", + "x-ms-correlation-request-id": "23605bc8-62b1-493f-a90d-5614bb02c4a2", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094051Z:23605bc8-62b1-493f-a90d-5614bb02c4a2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870", - "name": "0731cdac-65b9-4c16-b178-afe48c859870", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66", + "name": "3422ef9b-436b-4274-ac80-b5a92a008c66", "status": "Creating", - "startTime": "2022-10-19T09:29:44.9294452Z", + "startTime": "2022-10-22T09:40:49.6524894Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1224,7 +1260,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1238,7 +1274,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:30:16 GMT", + "Date": "Sat, 22 Oct 2022 09:41:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1246,16 +1282,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3509302d-1d6c-4706-9b94-6e04e9bf8a85", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093016Z:3509302d-1d6c-4706-9b94-6e04e9bf8a85", + "x-ms-correlation-request-id": "9e29b7a0-9570-4e6e-bae2-81538c44a97a", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094121Z:9e29b7a0-9570-4e6e-bae2-81538c44a97a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870", - "name": "0731cdac-65b9-4c16-b178-afe48c859870", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66", + "name": "3422ef9b-436b-4274-ac80-b5a92a008c66", "status": "Creating", - "startTime": "2022-10-19T09:29:44.9294452Z", + "startTime": "2022-10-22T09:40:49.6524894Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1264,7 +1300,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1278,7 +1314,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:30:46 GMT", + "Date": "Sat, 22 Oct 2022 09:41:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1286,16 +1322,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bad90f3f-d66d-44d6-9c03-074c006d476c", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093046Z:bad90f3f-d66d-44d6-9c03-074c006d476c", + "x-ms-correlation-request-id": "6511e0fb-3dc3-4762-bc8e-660220e5ac04", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094151Z:6511e0fb-3dc3-4762-bc8e-660220e5ac04", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870", - "name": "0731cdac-65b9-4c16-b178-afe48c859870", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66", + "name": "3422ef9b-436b-4274-ac80-b5a92a008c66", "status": "Creating", - "startTime": "2022-10-19T09:29:44.9294452Z", + "startTime": "2022-10-22T09:40:49.6524894Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1304,7 +1340,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1318,7 +1354,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:31:16 GMT", + "Date": "Sat, 22 Oct 2022 09:42:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1326,16 +1362,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa419595-45af-4eb5-b754-de469f1cc550", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093116Z:fa419595-45af-4eb5-b754-de469f1cc550", + "x-ms-correlation-request-id": "a4b4bef6-e6cc-4c90-8c85-e20d6df152eb", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094221Z:a4b4bef6-e6cc-4c90-8c85-e20d6df152eb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870", - "name": "0731cdac-65b9-4c16-b178-afe48c859870", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66", + "name": "3422ef9b-436b-4274-ac80-b5a92a008c66", "status": "Creating", - "startTime": "2022-10-19T09:29:44.9294452Z", + "startTime": "2022-10-22T09:40:49.6524894Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1344,7 +1380,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1358,7 +1394,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:31:46 GMT", + "Date": "Sat, 22 Oct 2022 09:42:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1366,16 +1402,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c8527e0-648c-4f5f-b3c8-5002b9260116", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093147Z:5c8527e0-648c-4f5f-b3c8-5002b9260116", + "x-ms-correlation-request-id": "5d8d5cd2-a83d-48b7-af48-c51994b75c88", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094252Z:5d8d5cd2-a83d-48b7-af48-c51994b75c88", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870", - "name": "0731cdac-65b9-4c16-b178-afe48c859870", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66", + "name": "3422ef9b-436b-4274-ac80-b5a92a008c66", "status": "Creating", - "startTime": "2022-10-19T09:29:44.9294452Z", + "startTime": "2022-10-22T09:40:49.6524894Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1384,7 +1420,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1398,7 +1434,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:32:17 GMT", + "Date": "Sat, 22 Oct 2022 09:43:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1406,16 +1442,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "15064f68-42ab-4963-84bd-31fc43c9f9a7", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093217Z:15064f68-42ab-4963-84bd-31fc43c9f9a7", + "x-ms-correlation-request-id": "08729cb1-693e-4e7b-856f-343b8fb9b4c9", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094322Z:08729cb1-693e-4e7b-856f-343b8fb9b4c9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870", - "name": "0731cdac-65b9-4c16-b178-afe48c859870", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66", + "name": "3422ef9b-436b-4274-ac80-b5a92a008c66", "status": "Creating", - "startTime": "2022-10-19T09:29:44.9294452Z", + "startTime": "2022-10-22T09:40:49.6524894Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1424,7 +1460,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1438,7 +1474,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:32:47 GMT", + "Date": "Sat, 22 Oct 2022 09:43:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,16 +1482,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3330a9d6-655e-4d5a-ad26-488668b242f9", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093247Z:3330a9d6-655e-4d5a-ad26-488668b242f9", + "x-ms-correlation-request-id": "b0266a48-da86-4a45-9973-87579b866e6f", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094352Z:b0266a48-da86-4a45-9973-87579b866e6f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870", - "name": "0731cdac-65b9-4c16-b178-afe48c859870", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66", + "name": "3422ef9b-436b-4274-ac80-b5a92a008c66", "status": "Creating", - "startTime": "2022-10-19T09:29:44.9294452Z", + "startTime": "2022-10-22T09:40:49.6524894Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1464,7 +1500,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1478,7 +1514,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:33:17 GMT", + "Date": "Sat, 22 Oct 2022 09:44:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1486,16 +1522,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6dcf29d6-d043-4865-a60b-88938c598555", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093317Z:6dcf29d6-d043-4865-a60b-88938c598555", + "x-ms-correlation-request-id": "064469c7-9969-443f-acb0-5e5a2658b746", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094422Z:064469c7-9969-443f-acb0-5e5a2658b746", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870", - "name": "0731cdac-65b9-4c16-b178-afe48c859870", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66", + "name": "3422ef9b-436b-4274-ac80-b5a92a008c66", "status": "Creating", - "startTime": "2022-10-19T09:29:44.9294452Z", + "startTime": "2022-10-22T09:40:49.6524894Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1504,7 +1540,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1518,7 +1554,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:33:47 GMT", + "Date": "Sat, 22 Oct 2022 09:44:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1526,16 +1562,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8734d255-5ba3-43ab-b573-63c1f15fab04", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093348Z:8734d255-5ba3-43ab-b573-63c1f15fab04", + "x-ms-correlation-request-id": "538953b2-50b5-42d2-87d0-12bc3fa79f54", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094453Z:538953b2-50b5-42d2-87d0-12bc3fa79f54", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870", - "name": "0731cdac-65b9-4c16-b178-afe48c859870", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66", + "name": "3422ef9b-436b-4274-ac80-b5a92a008c66", "status": "Creating", - "startTime": "2022-10-19T09:29:44.9294452Z", + "startTime": "2022-10-22T09:40:49.6524894Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1544,7 +1580,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1558,7 +1594,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:34:17 GMT", + "Date": "Sat, 22 Oct 2022 09:45:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1566,16 +1602,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "11e40f8d-e16b-460a-afbf-42f03f1df4d2", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093418Z:11e40f8d-e16b-460a-afbf-42f03f1df4d2", + "x-ms-correlation-request-id": "4a0cab1a-a1bc-43c4-8328-6d1b7ba71e5a", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094523Z:4a0cab1a-a1bc-43c4-8328-6d1b7ba71e5a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870", - "name": "0731cdac-65b9-4c16-b178-afe48c859870", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66", + "name": "3422ef9b-436b-4274-ac80-b5a92a008c66", "status": "Creating", - "startTime": "2022-10-19T09:29:44.9294452Z", + "startTime": "2022-10-22T09:40:49.6524894Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1584,7 +1620,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1598,7 +1634,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:34:48 GMT", + "Date": "Sat, 22 Oct 2022 09:45:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1606,17 +1642,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23b92c68-2bec-4e56-b46f-b743c5d449d7", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093448Z:23b92c68-2bec-4e56-b46f-b743c5d449d7", + "x-ms-correlation-request-id": "0c42c8e3-dc89-4c87-912d-ea3cf72581d5", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094553Z:0c42c8e3-dc89-4c87-912d-ea3cf72581d5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0731cdac-65b9-4c16-b178-afe48c859870", - "name": "0731cdac-65b9-4c16-b178-afe48c859870", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66", + "name": "3422ef9b-436b-4274-ac80-b5a92a008c66", "status": "Succeeded", - "startTime": "2022-10-19T09:29:44.9294452Z", - "endTime": "2022-10-19T09:34:21.9859041Z", + "startTime": "2022-10-22T09:40:49.6524894Z", + "endTime": "2022-10-22T09:45:28.3233276Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" @@ -1638,8 +1674,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:34:48 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A34%3A21.9822259Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:45:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A45%3A28.2643623Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1647,22 +1683,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d6e9f8a1-a7c6-400c-b391-60536a6cc0ba", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093449Z:d6e9f8a1-a7c6-400c-b391-60536a6cc0ba", + "x-ms-correlation-request-id": "23749f0d-2130-48b9-a06c-11204637b134", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094555Z:23749f0d-2130-48b9-a06c-11204637b134", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A34%3A21.9822259Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A45%3A28.2643623Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:29:42.8863907Z" + "CreatedOnDate": "2022-10-22T09:40:48.0964601Z" }, "properties": { - "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-c2b62691", "usageThreshold": 107374182400, @@ -1690,7 +1726,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f2d48795", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25f3983b", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1705,8 +1741,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", - "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "mountTargetId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", + "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", "ipAddress": "10.0.0.4" } ], @@ -1726,10 +1762,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:29:44.0230233Z", + "createdAt": "2022-10-22T09:40:49.3490915Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:29:44.0230233Z" + "lastModifiedAt": "2022-10-22T09:40:49.3490915Z" } } }, @@ -1748,8 +1784,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:34:59 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A34%3A21.9822259Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:46:04 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A45%3A28.2643623Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1757,22 +1793,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "023aca98-d38d-4ed0-83a6-818b0d2a35b4", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093459Z:023aca98-d38d-4ed0-83a6-818b0d2a35b4", + "x-ms-correlation-request-id": "7da8e25d-21fd-46dd-ab80-5c33164b0b41", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094605Z:7da8e25d-21fd-46dd-ab80-5c33164b0b41", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A34%3A21.9822259Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A45%3A28.2643623Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:29:42.8863907Z" + "CreatedOnDate": "2022-10-22T09:40:48.0964601Z" }, "properties": { - "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-c2b62691", "usageThreshold": 107374182400, @@ -1800,7 +1836,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f2d48795", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25f3983b", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1815,8 +1851,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", - "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "mountTargetId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", + "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", "ipAddress": "10.0.0.4" } ], @@ -1836,10 +1872,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:29:44.0230233Z", + "createdAt": "2022-10-22T09:40:49.3490915Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:29:44.0230233Z" + "lastModifiedAt": "2022-10-22T09:40:49.3490915Z" } } }, @@ -1858,7 +1894,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:35:00 GMT", + "Date": "Sat, 22 Oct 2022 09:46:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1866,9 +1902,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "44a94472-e6a0-4363-b0a2-014d93e7ae31", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093500Z:44a94472-e6a0-4363-b0a2-014d93e7ae31", + "x-ms-correlation-request-id": "717a1d35-1aff-46be-bec1-b22ee82ed3b2", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094606Z:717a1d35-1aff-46be-bec1-b22ee82ed3b2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1910,35 +1946,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1836c45-9cef-43a2-a79f-68dcf0e0b520?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70c83ed0-52eb-4a2a-ae4f-7ce1d1fddaf1?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "2480", + "Content-Length": "2479", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:35:01 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A35%3A01.2984375Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:46:05 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A46%3A06.715362Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1836c45-9cef-43a2-a79f-68dcf0e0b520?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70c83ed0-52eb-4a2a-ae4f-7ce1d1fddaf1?api-version=2022-05-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": "1e0a61b9-23aa-47be-be10-e42579b529a3", + "x-ms-correlation-request-id": "0d8b5a88-62b6-4395-b55b-608d7a57fba6", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093501Z:1e0a61b9-23aa-47be-be10-e42579b529a3", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094606Z:0d8b5a88-62b6-4395-b55b-608d7a57fba6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A35%3A01.2984375Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A46%3A06.715362Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:29:42.8863907Z" + "CreatedOnDate": "2022-10-22T09:40:48.0964601Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-c2b62691", "usageThreshold": 107374182400, @@ -1966,7 +2002,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f2d48795", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25f3983b", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1981,8 +2017,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", - "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "mountTargetId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", + "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", "ipAddress": "10.0.0.4" } ], @@ -2001,15 +2037,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:29:44.0230233Z", + "createdAt": "2022-10-22T09:40:49.3490915Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:29:44.0230233Z" + "lastModifiedAt": "2022-10-22T09:40:49.3490915Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1836c45-9cef-43a2-a79f-68dcf0e0b520?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70c83ed0-52eb-4a2a-ae4f-7ce1d1fddaf1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2023,7 +2059,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:35:01 GMT", + "Date": "Sat, 22 Oct 2022 09:46:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2031,16 +2067,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad0f7335-4ac7-4157-8969-9815c130fe00", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093501Z:ad0f7335-4ac7-4157-8969-9815c130fe00", + "x-ms-correlation-request-id": "faaf57bc-8879-4f49-b773-d8952d3c897f", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094607Z:faaf57bc-8879-4f49-b773-d8952d3c897f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1836c45-9cef-43a2-a79f-68dcf0e0b520", - "name": "a1836c45-9cef-43a2-a79f-68dcf0e0b520", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70c83ed0-52eb-4a2a-ae4f-7ce1d1fddaf1", + "name": "70c83ed0-52eb-4a2a-ae4f-7ce1d1fddaf1", "status": "Patching", - "startTime": "2022-10-19T09:35:01.2976205Z", + "startTime": "2022-10-22T09:46:06.7179951Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2049,7 +2085,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1836c45-9cef-43a2-a79f-68dcf0e0b520?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70c83ed0-52eb-4a2a-ae4f-7ce1d1fddaf1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2063,7 +2099,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:35:31 GMT", + "Date": "Sat, 22 Oct 2022 09:46:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2071,17 +2107,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5bf71fab-6439-47dd-b1d4-15edbf7013f3", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093532Z:5bf71fab-6439-47dd-b1d4-15edbf7013f3", + "x-ms-correlation-request-id": "7dff98db-adec-4ac1-b863-9d2a6f86b104", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094637Z:7dff98db-adec-4ac1-b863-9d2a6f86b104", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1836c45-9cef-43a2-a79f-68dcf0e0b520", - "name": "a1836c45-9cef-43a2-a79f-68dcf0e0b520", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70c83ed0-52eb-4a2a-ae4f-7ce1d1fddaf1", + "name": "70c83ed0-52eb-4a2a-ae4f-7ce1d1fddaf1", "status": "Succeeded", - "startTime": "2022-10-19T09:35:01.2976205Z", - "endTime": "2022-10-19T09:35:05.1348756Z", + "startTime": "2022-10-22T09:46:06.7179951Z", + "endTime": "2022-10-22T09:46:10.6897334Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" @@ -2089,7 +2125,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1836c45-9cef-43a2-a79f-68dcf0e0b520?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70c83ed0-52eb-4a2a-ae4f-7ce1d1fddaf1?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2103,7 +2139,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:35:31 GMT", + "Date": "Sat, 22 Oct 2022 09:46:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2111,19 +2147,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2cf4037d-8258-4a84-bbeb-488dc6446348", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093532Z:2cf4037d-8258-4a84-bbeb-488dc6446348", + "x-ms-correlation-request-id": "33b6db27-dfdc-494a-b084-94c459ea3852", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094637Z:33b6db27-dfdc-494a-b084-94c459ea3852", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A35%3A05.142211Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A46%3A10.6740972Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:35:00.8518156Z" + "CreatedOnDate": "2022-10-22T09:46:06.3842003Z" }, "properties": { "dataProtection": { @@ -2133,7 +2169,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault" } }, - "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-c2b62691", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2164,19 +2200,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f2d48795", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25f3983b", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", - "poolId": "a3a55002-5854-4ccd-1010-b60fc2836e73", + "poolId": "27d23e1a-face-12ec-aa1f-ae0cb828ad63", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", - "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "mountTargetId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", + "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", "startIp": "", "endIp": "", "gateway": "", @@ -2208,10 +2244,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:29:44.0230233Z", + "createdAt": "2022-10-22T09:40:49.3490915Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:35:01.0550784Z" + "lastModifiedAt": "2022-10-22T09:46:06.5764304Z" } } }, @@ -2234,20 +2270,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33a5e49c-98d1-44ac-aa71-f56b9521ab7e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da8fbb8a-198f-4462-8eca-1b3af3cfec89?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "542", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:35:32 GMT", + "Date": "Sat, 22 Oct 2022 09:46:38 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33a5e49c-98d1-44ac-aa71-f56b9521ab7e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da8fbb8a-198f-4462-8eca-1b3af3cfec89?api-version=2022-05-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": "ad019ebc-ad13-4fc1-a8dd-851892638d97", + "x-ms-correlation-request-id": "82308c57-bddc-4de7-9351-861fad740f19", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093532Z:ad019ebc-ad13-4fc1-a8dd-851892638d97", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094638Z:82308c57-bddc-4de7-9351-861fad740f19", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2262,7 +2298,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33a5e49c-98d1-44ac-aa71-f56b9521ab7e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da8fbb8a-198f-4462-8eca-1b3af3cfec89?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2276,7 +2312,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:35:32 GMT", + "Date": "Sat, 22 Oct 2022 09:46:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2284,17 +2320,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9121627c-c8f0-4375-bebd-ddb90f94f357", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093533Z:9121627c-c8f0-4375-bebd-ddb90f94f357", + "x-ms-correlation-request-id": "04dc64bc-a965-4074-944c-737430f428c7", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094638Z:04dc64bc-a965-4074-944c-737430f428c7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33a5e49c-98d1-44ac-aa71-f56b9521ab7e", - "name": "33a5e49c-98d1-44ac-aa71-f56b9521ab7e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da8fbb8a-198f-4462-8eca-1b3af3cfec89", + "name": "da8fbb8a-198f-4462-8eca-1b3af3cfec89", "status": "Succeeded", - "startTime": "2022-10-19T09:35:32.6228001Z", - "endTime": "2022-10-19T09:35:32.9196737Z", + "startTime": "2022-10-22T09:46:38.0929459Z", + "endTime": "2022-10-22T09:46:38.3116821Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1" @@ -2302,7 +2338,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33a5e49c-98d1-44ac-aa71-f56b9521ab7e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da8fbb8a-198f-4462-8eca-1b3af3cfec89?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2316,27 +2352,27 @@ "Cache-Control": "no-cache", "Content-Length": "762", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:35:32 GMT", + "Date": "Sat, 22 Oct 2022 09:46: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": "8cd4b3ee-955e-4f00-9949-07fdc995d4a7", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093533Z:8cd4b3ee-955e-4f00-9949-07fdc995d4a7", + "x-ms-correlation-request-id": "1905afd0-d2b7-4701-afe4-a386ce5481dc", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094638Z:1905afd0-d2b7-4701-afe4-a386ce5481dc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/19/2022 9:35:32 AM", + "etag": "10/22/2022 9:46:38 AM", "location": "", "properties": { - "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", "creationDate": "0001-01-01T00:00:00Z", - "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", "size": 0, "backupType": "Manual", "failureReason": "None", @@ -2360,52 +2396,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:35: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": "25208281-7508-43f9-be3f-1354544c56ea", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093543Z:25208281-7508-43f9-be3f-1354544c56ea", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T09:35:32Z", - "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:35:54 GMT", + "Date": "Sat, 22 Oct 2022 09:46:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2413,9 +2404,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b51a85f2-0c0b-42cc-8be6-61b1da51147b", + "x-ms-correlation-request-id": "84d2ff70-485b-47b9-ab0b-51c3345ce1a5", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093555Z:b51a85f2-0c0b-42cc-8be6-61b1da51147b", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094649Z:84d2ff70-485b-47b9-ab0b-51c3345ce1a5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2424,8 +2415,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:35:32Z", - "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "creationDate": "2022-10-22T09:46:38Z", + "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2450,7 +2441,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:36:05 GMT", + "Date": "Sat, 22 Oct 2022 09:46:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2458,9 +2449,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4108ff98-f82b-49f1-8599-b8954f35ffc9", + "x-ms-correlation-request-id": "ea290b79-e1f3-45e0-9838-2e497b0310a5", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093606Z:4108ff98-f82b-49f1-8599-b8954f35ffc9", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094700Z:ea290b79-e1f3-45e0-9838-2e497b0310a5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2469,8 +2460,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:35:32Z", - "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "creationDate": "2022-10-22T09:46:38Z", + "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2495,7 +2486,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:36:15 GMT", + "Date": "Sat, 22 Oct 2022 09:47:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2503,9 +2494,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f594064d-5bee-4332-8492-85323ddcd8e9", + "x-ms-correlation-request-id": "7560b809-2422-4827-9f4b-c5d00a06e01e", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093616Z:f594064d-5bee-4332-8492-85323ddcd8e9", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094711Z:7560b809-2422-4827-9f4b-c5d00a06e01e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2514,8 +2505,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:35:32Z", - "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "creationDate": "2022-10-22T09:46:38Z", + "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2540,7 +2531,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:36:26 GMT", + "Date": "Sat, 22 Oct 2022 09:47:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2548,9 +2539,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be0fa0ba-685f-4999-9cda-4053aeb60aa0", + "x-ms-correlation-request-id": "732b11c2-ddf0-4327-a128-064367264def", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093627Z:be0fa0ba-685f-4999-9cda-4053aeb60aa0", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094721Z:732b11c2-ddf0-4327-a128-064367264def", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2559,8 +2550,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:35:32Z", - "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "creationDate": "2022-10-22T09:46:38Z", + "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2585,7 +2576,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:36:37 GMT", + "Date": "Sat, 22 Oct 2022 09:47:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2593,9 +2584,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b3bc22e0-de68-4e07-9c76-320dd2cb924b", + "x-ms-correlation-request-id": "ef7ce7ed-2834-4d59-846a-7cdddde44794", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093638Z:b3bc22e0-de68-4e07-9c76-320dd2cb924b", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094731Z:ef7ce7ed-2834-4d59-846a-7cdddde44794", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2604,8 +2595,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:35:32Z", - "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "creationDate": "2022-10-22T09:46:38Z", + "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2630,7 +2621,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:36:47 GMT", + "Date": "Sat, 22 Oct 2022 09:47:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2638,9 +2629,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ebd849cb-953a-4b73-b25f-1ac91236c3ce", + "x-ms-correlation-request-id": "83202411-0ebf-41a0-9eaa-dad968694542", "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093648Z:ebd849cb-953a-4b73-b25f-1ac91236c3ce", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094743Z:83202411-0ebf-41a0-9eaa-dad968694542", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2649,8 +2640,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:35:32Z", - "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "creationDate": "2022-10-22T09:46:38Z", + "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2675,7 +2666,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:36:58 GMT", + "Date": "Sat, 22 Oct 2022 09:47:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2683,9 +2674,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb4fbfc4-47e0-4acb-be50-d9ebd92df471", + "x-ms-correlation-request-id": "30e5bff4-ca16-49e3-883c-7cfc2d75ac5f", "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093659Z:eb4fbfc4-47e0-4acb-be50-d9ebd92df471", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094753Z:30e5bff4-ca16-49e3-883c-7cfc2d75ac5f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2694,8 +2685,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:35:32Z", - "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "creationDate": "2022-10-22T09:46:38Z", + "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2720,7 +2711,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:37:10 GMT", + "Date": "Sat, 22 Oct 2022 09:48:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2728,9 +2719,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4020e8eb-8ff8-4d01-ab9b-f682143dd68f", + "x-ms-correlation-request-id": "e6f9492d-6413-4fcd-bb22-c0b96ad1c589", "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093710Z:4020e8eb-8ff8-4d01-ab9b-f682143dd68f", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094804Z:e6f9492d-6413-4fcd-bb22-c0b96ad1c589", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2739,8 +2730,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:35:32Z", - "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "creationDate": "2022-10-22T09:46:38Z", + "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2765,7 +2756,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:37:20 GMT", + "Date": "Sat, 22 Oct 2022 09:48:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2773,144 +2764,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5bed1b8-4d1a-49b6-b53c-345508f40f41", + "x-ms-correlation-request-id": "8dc42276-ed3f-4bf4-a3cb-e919ef712f6b", "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093720Z:b5bed1b8-4d1a-49b6-b53c-345508f40f41", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T09:35:32Z", - "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:37: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": "be022778-3959-44dc-bd6a-0aa3647cbab6", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093731Z:be022778-3959-44dc-bd6a-0aa3647cbab6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T09:35:32Z", - "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:37: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": "fb8d869c-f7eb-41ce-9a9b-e0048655adfa", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093742Z:fb8d869c-f7eb-41ce-9a9b-e0048655adfa", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T09:35:32Z", - "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:37: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": "c9cf50c2-9529-463a-b5e4-5008abbd7321", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093752Z:c9cf50c2-9529-463a-b5e4-5008abbd7321", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094814Z:8dc42276-ed3f-4bf4-a3cb-e919ef712f6b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2919,8 +2775,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:35:32Z", - "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "creationDate": "2022-10-22T09:46:38Z", + "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2945,7 +2801,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:38:02 GMT", + "Date": "Sat, 22 Oct 2022 09:48:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2953,324 +2809,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9cbf0bbf-1d37-40d3-b4f4-3feaee3ec904", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093802Z:9cbf0bbf-1d37-40d3-b4f4-3feaee3ec904", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T09:35:32Z", - "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:38: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": "263a5126-b76c-4dd2-adc7-f91841a076be", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093814Z:263a5126-b76c-4dd2-adc7-f91841a076be", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T09:35:32Z", - "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:38: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": "9b6a7365-a669-4153-8b27-6ec226c65c0d", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093825Z:9b6a7365-a669-4153-8b27-6ec226c65c0d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T09:35:32Z", - "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:38: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": "9b1e0a1b-b54c-42cb-8ff2-a32b24857a4d", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093835Z:9b1e0a1b-b54c-42cb-8ff2-a32b24857a4d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T09:35:32Z", - "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:38: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": "664f1ffa-297d-4f51-8c14-f1b2873716b6", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093846Z:664f1ffa-297d-4f51-8c14-f1b2873716b6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T09:35:32Z", - "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:38: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": "1d4746b0-7d61-4503-9227-c0328f912632", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093856Z:1d4746b0-7d61-4503-9227-c0328f912632", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T09:35:32Z", - "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:39: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": "34eca8ec-466c-4954-974a-ecc348faf0d2", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093907Z:34eca8ec-466c-4954-974a-ecc348faf0d2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T09:35:32Z", - "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:39: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": "0f699273-dc0b-4dd4-9a07-ce866482553d", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093917Z:0f699273-dc0b-4dd4-9a07-ce866482553d", + "x-ms-correlation-request-id": "c635137b-0511-47a4-b901-df7f6a9126cb", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094825Z:c635137b-0511-47a4-b901-df7f6a9126cb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3279,8 +2820,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:35:32Z", - "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "creationDate": "2022-10-22T09:46:38Z", + "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3305,7 +2846,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:39:28 GMT", + "Date": "Sat, 22 Oct 2022 09:48:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3313,9 +2854,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27e7f016-5766-4425-91e9-d30250f93624", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093928Z:27e7f016-5766-4425-91e9-d30250f93624", + "x-ms-correlation-request-id": "520e8417-949d-4bb2-906d-b1be686e5b00", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094835Z:520e8417-949d-4bb2-906d-b1be686e5b00", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3324,8 +2865,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:35:55Z", - "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "creationDate": "2022-10-22T09:46:57Z", + "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", @@ -3350,7 +2891,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:39:29 GMT", + "Date": "Sat, 22 Oct 2022 09:48:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3358,9 +2899,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "761b239a-13ea-40ba-b7ac-60e5359284ba", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093929Z:761b239a-13ea-40ba-b7ac-60e5359284ba", + "x-ms-correlation-request-id": "b619329b-90ff-46bd-abdd-f9282617d33b", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094836Z:b619329b-90ff-46bd-abdd-f9282617d33b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3405,8 +2946,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:39:31 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A39%3A29.8286925Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:48:38 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A48%3A36.8733612Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3414,19 +2955,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65c9863e-8a0c-4eb3-a979-10e1fb8ddab7", + "x-ms-correlation-request-id": "a28bc48c-205e-455d-91ef-23f9decea230", "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093931Z:65c9863e-8a0c-4eb3-a979-10e1fb8ddab7", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094838Z:a28bc48c-205e-455d-91ef-23f9decea230", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A39%3A29.8286925Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A48%3A36.8733612Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:39:29.4727334Z" + "CreatedOnDate": "2022-10-22T09:48:36.4690246Z" }, "properties": { "dataProtection": { @@ -3437,7 +2978,7 @@ } }, "provisioningState": "Succeeded", - "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-c2b62691", "usageThreshold": 107374182400, @@ -3465,7 +3006,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f2d48795", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25f3983b", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -3480,8 +3021,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", - "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "mountTargetId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", + "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", "ipAddress": "10.0.0.4" } ], @@ -3500,10 +3041,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:29:44.0230233Z", + "createdAt": "2022-10-22T09:40:49.3490915Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:39:29.6790492Z" + "lastModifiedAt": "2022-10-22T09:48:36.6962013Z" } } }, @@ -3526,20 +3067,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a543cf55-f618-421d-9d80-b7e66cc7449f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed6596ae-f78a-474a-95be-f01e114e23fd?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "542", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:39:32 GMT", + "Date": "Sat, 22 Oct 2022 09:48:38 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a543cf55-f618-421d-9d80-b7e66cc7449f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed6596ae-f78a-474a-95be-f01e114e23fd?api-version=2022-05-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": "a23ae130-11cf-4bfc-bce3-eeb4b3c394ae", + "x-ms-correlation-request-id": "7c114ba8-dc00-4b4e-97b4-ed02c9c51093", "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093932Z:a23ae130-11cf-4bfc-bce3-eeb4b3c394ae", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094839Z:7c114ba8-dc00-4b4e-97b4-ed02c9c51093", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3554,7 +3095,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a543cf55-f618-421d-9d80-b7e66cc7449f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed6596ae-f78a-474a-95be-f01e114e23fd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3568,7 +3109,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:39:32 GMT", + "Date": "Sat, 22 Oct 2022 09:48:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3576,25 +3117,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "927d59d9-4062-4895-acb2-423260aa0c3f", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "WESTEUROPE:20221019T093932Z:927d59d9-4062-4895-acb2-423260aa0c3f", + "x-ms-correlation-request-id": "f557c1f1-a8bf-47e8-b17c-cee387a6ce87", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094839Z:f557c1f1-a8bf-47e8-b17c-cee387a6ce87", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a543cf55-f618-421d-9d80-b7e66cc7449f", - "name": "a543cf55-f618-421d-9d80-b7e66cc7449f", - "status": "Creating", - "startTime": "2022-10-19T09:39:32.0495618Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed6596ae-f78a-474a-95be-f01e114e23fd", + "name": "ed6596ae-f78a-474a-95be-f01e114e23fd", + "status": "Succeeded", + "startTime": "2022-10-22T09:48:39.1300338Z", + "endTime": "2022-10-22T09:48:39.3019268Z", + "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a543cf55-f618-421d-9d80-b7e66cc7449f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed6596ae-f78a-474a-95be-f01e114e23fd?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3603,12 +3144,56 @@ "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "762", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 09:48: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": "ab8dff65-ed49-4775-a4b5-05b4ea48d55d", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094839Z:ab8dff65-ed49-4775-a4b5-05b4ea48d55d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "etag": "10/22/2022 9:48:39 AM", + "location": "", + "properties": { + "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", + "creationDate": "0001-01-01T00:00:00Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:40:02 GMT", + "Date": "Sat, 22 Oct 2022 09:48:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3616,64 +3201,70 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38468645-52a2-4ad5-816b-7139f6e0e812", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094002Z:38468645-52a2-4ad5-816b-7139f6e0e812", + "x-ms-correlation-request-id": "eddd05e9-c61b-4883-b44e-52f4f31fc215", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094851Z:eddd05e9-c61b-4883-b44e-52f4f31fc215", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a543cf55-f618-421d-9d80-b7e66cc7449f", - "name": "a543cf55-f618-421d-9d80-b7e66cc7449f", - "status": "Succeeded", - "startTime": "2022-10-19T09:39:32.0495618Z", - "endTime": "2022-10-19T09:39:32.4402203Z", - "percentComplete": 100.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2" + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a543cf55-f618-421d-9d80-b7e66cc7449f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 201, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "762", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:40:02 GMT", + "Date": "Sat, 22 Oct 2022 09:49: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": "95a49e62-d3e6-491b-821a-d4cca7b6adaf", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094002Z:95a49e62-d3e6-491b-821a-d4cca7b6adaf", + "x-ms-correlation-request-id": "a73dabbb-cb41-446d-8ba6-482df973b5a7", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094901Z:a73dabbb-cb41-446d-8ba6-482df973b5a7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/19/2022 9:39:32 AM", - "location": "", + "location": "westus2", "properties": { - "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", - "creationDate": "0001-01-01T00:00:00Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", + "provisioningState": "Creating", "failureReason": "None", - "useExistingSnapshot": false, - "provisioningState": "Creating" + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false } } }, @@ -3692,7 +3283,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:40:13 GMT", + "Date": "Sat, 22 Oct 2022 09:49:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3700,9 +3291,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e9218c6a-f4e2-4e1b-910d-3a794c8173ce", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094014Z:e9218c6a-f4e2-4e1b-910d-3a794c8173ce", + "x-ms-correlation-request-id": "9927c5fc-f4bf-4872-a2de-3102e9b339c9", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094912Z:9927c5fc-f4bf-4872-a2de-3102e9b339c9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3711,8 +3302,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3737,7 +3328,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:40:24 GMT", + "Date": "Sat, 22 Oct 2022 09:49:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3745,9 +3336,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d7eb5f85-bb0f-42c4-96e2-b0062f1f9875", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094025Z:d7eb5f85-bb0f-42c4-96e2-b0062f1f9875", + "x-ms-correlation-request-id": "b4f240ec-7982-4bed-bcba-572381682b96", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094924Z:b4f240ec-7982-4bed-bcba-572381682b96", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3756,8 +3347,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3782,7 +3373,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:40:34 GMT", + "Date": "Sat, 22 Oct 2022 09:49:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3790,9 +3381,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e07247a-dcc6-40bb-9350-8307727eda08", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094035Z:0e07247a-dcc6-40bb-9350-8307727eda08", + "x-ms-correlation-request-id": "a8ecd46a-400a-4da4-9a69-65c93ea72a1c", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094934Z:a8ecd46a-400a-4da4-9a69-65c93ea72a1c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3801,8 +3392,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3827,7 +3418,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:40:46 GMT", + "Date": "Sat, 22 Oct 2022 09:49:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3835,9 +3426,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c43d1ed3-e7fa-489f-93b8-d13a217b64b3", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094047Z:c43d1ed3-e7fa-489f-93b8-d13a217b64b3", + "x-ms-correlation-request-id": "091f0323-ca75-4e1b-a616-84ba65319dbb", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094945Z:091f0323-ca75-4e1b-a616-84ba65319dbb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3846,8 +3437,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3872,7 +3463,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:40:56 GMT", + "Date": "Sat, 22 Oct 2022 09:49:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3880,9 +3471,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "615933fb-96af-4336-ae3c-4ab1bae726fd", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094057Z:615933fb-96af-4336-ae3c-4ab1bae726fd", + "x-ms-correlation-request-id": "60920f9c-6355-4ac7-b891-28daa925abaf", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T094956Z:60920f9c-6355-4ac7-b891-28daa925abaf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3891,8 +3482,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3917,7 +3508,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:41:07 GMT", + "Date": "Sat, 22 Oct 2022 09:50:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3925,9 +3516,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aacbcde3-8a1e-4ede-ba50-e2b232d8a76a", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094108Z:aacbcde3-8a1e-4ede-ba50-e2b232d8a76a", + "x-ms-correlation-request-id": "01dd66bc-db7f-4359-9729-c879a846b62c", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095006Z:01dd66bc-db7f-4359-9729-c879a846b62c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3936,8 +3527,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3962,7 +3553,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:41:18 GMT", + "Date": "Sat, 22 Oct 2022 09:50:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3970,9 +3561,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b992d37e-2b5c-45ae-a0cd-ff560594dbed", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094118Z:b992d37e-2b5c-45ae-a0cd-ff560594dbed", + "x-ms-correlation-request-id": "89fd8b50-c031-443a-be0b-8ce4f374fea4", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095017Z:89fd8b50-c031-443a-be0b-8ce4f374fea4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3981,8 +3572,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4007,7 +3598,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:41:29 GMT", + "Date": "Sat, 22 Oct 2022 09:50:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4015,9 +3606,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "229ade1f-5b2e-4db2-a5fe-2ca0f2617962", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094129Z:229ade1f-5b2e-4db2-a5fe-2ca0f2617962", + "x-ms-correlation-request-id": "47667406-1256-4144-a4e5-af6f2417c8b8", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095027Z:47667406-1256-4144-a4e5-af6f2417c8b8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4026,8 +3617,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4052,7 +3643,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:41:40 GMT", + "Date": "Sat, 22 Oct 2022 09:50:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4060,9 +3651,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c732e8b-a5fd-422a-828d-0f3a807ed90c", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094141Z:5c732e8b-a5fd-422a-828d-0f3a807ed90c", + "x-ms-correlation-request-id": "af309ce0-0ca4-4b6f-b57b-a953d60a40ef", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095039Z:af309ce0-0ca4-4b6f-b57b-a953d60a40ef", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4071,8 +3662,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4097,7 +3688,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:41:51 GMT", + "Date": "Sat, 22 Oct 2022 09:50:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4105,9 +3696,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3edc95b4-a83f-4e9e-99e3-f44c922df9bd", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094151Z:3edc95b4-a83f-4e9e-99e3-f44c922df9bd", + "x-ms-correlation-request-id": "b2fee59d-0519-4050-967e-00e1cb467bdc", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095049Z:b2fee59d-0519-4050-967e-00e1cb467bdc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4116,8 +3707,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4142,7 +3733,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:42:01 GMT", + "Date": "Sat, 22 Oct 2022 09:50:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4150,9 +3741,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bcee2295-5563-49ce-966c-e9e004e31ac2", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094201Z:bcee2295-5563-49ce-966c-e9e004e31ac2", + "x-ms-correlation-request-id": "e7c731e8-d7df-4b0c-9101-33293a9f7e54", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095100Z:e7c731e8-d7df-4b0c-9101-33293a9f7e54", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4161,8 +3752,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4187,7 +3778,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:42:11 GMT", + "Date": "Sat, 22 Oct 2022 09:51:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4195,9 +3786,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d8904d3-18a5-4a17-bef7-ca8e50824db8", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094212Z:6d8904d3-18a5-4a17-bef7-ca8e50824db8", + "x-ms-correlation-request-id": "dbc8b466-518d-44a5-8868-69d6784b04a0", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095111Z:dbc8b466-518d-44a5-8868-69d6784b04a0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4206,8 +3797,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4232,7 +3823,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:42:22 GMT", + "Date": "Sat, 22 Oct 2022 09:51:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4240,9 +3831,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "621b55c5-8221-41de-8afb-c0ee0fbcd97c", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094223Z:621b55c5-8221-41de-8afb-c0ee0fbcd97c", + "x-ms-correlation-request-id": "56168c91-7f4a-4689-82fb-a5e269f0bccf", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095123Z:56168c91-7f4a-4689-82fb-a5e269f0bccf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4251,8 +3842,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4277,7 +3868,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:42:33 GMT", + "Date": "Sat, 22 Oct 2022 09:51:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4285,9 +3876,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d93e8b20-c5f4-4be4-aebf-25c62744fc7f", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094234Z:d93e8b20-c5f4-4be4-aebf-25c62744fc7f", + "x-ms-correlation-request-id": "9c6c8ac9-4db2-473c-b236-08214e1af1a6", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095133Z:9c6c8ac9-4db2-473c-b236-08214e1af1a6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4296,8 +3887,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4322,7 +3913,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:42:44 GMT", + "Date": "Sat, 22 Oct 2022 09:51:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4330,9 +3921,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "76e93159-5d2a-45e5-8e77-dc77e88a8c73", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094245Z:76e93159-5d2a-45e5-8e77-dc77e88a8c73", + "x-ms-correlation-request-id": "7c00630c-8212-4f20-8ca5-449bba6da145", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095144Z:7c00630c-8212-4f20-8ca5-449bba6da145", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4341,8 +3932,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4367,7 +3958,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:42:54 GMT", + "Date": "Sat, 22 Oct 2022 09:51:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4375,9 +3966,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "35507718-3813-46ed-b961-db2b02b47f87", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094255Z:35507718-3813-46ed-b961-db2b02b47f87", + "x-ms-correlation-request-id": "eb8a1a7c-d742-4d55-a5c2-d06502c38dc0", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095155Z:eb8a1a7c-d742-4d55-a5c2-d06502c38dc0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4386,8 +3977,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4412,7 +4003,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:43:06 GMT", + "Date": "Sat, 22 Oct 2022 09:52:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4420,9 +4011,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e4a32f99-9073-4e99-9d94-90b39aa837b5", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094306Z:e4a32f99-9073-4e99-9d94-90b39aa837b5", + "x-ms-correlation-request-id": "7b8b12c5-ee3b-4adf-af8b-9878f6fe0ad8", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095205Z:7b8b12c5-ee3b-4adf-af8b-9878f6fe0ad8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4431,8 +4022,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4457,7 +4048,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:43:16 GMT", + "Date": "Sat, 22 Oct 2022 09:52:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4465,9 +4056,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3fc47c61-e59e-4fa4-910a-f85c7042d786", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094317Z:3fc47c61-e59e-4fa4-910a-f85c7042d786", + "x-ms-correlation-request-id": "bc119834-fc5c-495c-9f34-1e294b99d92d", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095216Z:bc119834-fc5c-495c-9f34-1e294b99d92d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4476,8 +4067,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4502,7 +4093,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:43:28 GMT", + "Date": "Sat, 22 Oct 2022 09:52:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4510,9 +4101,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "61b1847e-fc98-424e-b91a-9d424dc5c408", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094328Z:61b1847e-fc98-424e-b91a-9d424dc5c408", + "x-ms-correlation-request-id": "afaebfaf-e586-4949-adf3-3c4de88576cb", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095226Z:afaebfaf-e586-4949-adf3-3c4de88576cb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4521,8 +4112,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4547,7 +4138,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:43:38 GMT", + "Date": "Sat, 22 Oct 2022 09:52:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4555,9 +4146,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "19b95c07-c47c-4fce-b5b3-6c49184af7b8", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094338Z:19b95c07-c47c-4fce-b5b3-6c49184af7b8", + "x-ms-correlation-request-id": "25abe2c9-6584-4c41-bb49-020294855f86", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095237Z:25abe2c9-6584-4c41-bb49-020294855f86", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4566,8 +4157,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4592,7 +4183,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:43:49 GMT", + "Date": "Sat, 22 Oct 2022 09:52:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4600,9 +4191,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6d39e15-910c-49dd-a4e6-e9181c552c62", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094350Z:b6d39e15-910c-49dd-a4e6-e9181c552c62", + "x-ms-correlation-request-id": "3e772f50-4463-4caa-9a35-8b661e5b048e", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095248Z:3e772f50-4463-4caa-9a35-8b661e5b048e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4611,8 +4202,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4637,7 +4228,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:44:00 GMT", + "Date": "Sat, 22 Oct 2022 09:52:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4645,9 +4236,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "49c3b470-8fd4-4aa1-8fd3-8a7e715dac44", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094400Z:49c3b470-8fd4-4aa1-8fd3-8a7e715dac44", + "x-ms-correlation-request-id": "c94660d1-8cc2-4220-a753-d2256bc5faa3", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095259Z:c94660d1-8cc2-4220-a753-d2256bc5faa3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4656,8 +4247,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4682,7 +4273,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:44:10 GMT", + "Date": "Sat, 22 Oct 2022 09:53:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4690,9 +4281,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "79befe11-2e10-4d45-8a53-0a835fd6cd2a", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094411Z:79befe11-2e10-4d45-8a53-0a835fd6cd2a", + "x-ms-correlation-request-id": "2dc09945-d37e-4ac6-8387-518a6317a647", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095310Z:2dc09945-d37e-4ac6-8387-518a6317a647", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4701,8 +4292,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4727,7 +4318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:44:20 GMT", + "Date": "Sat, 22 Oct 2022 09:53:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4735,9 +4326,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6b3cbc64-cb08-4f8a-8fc9-0ccb0d3f2d3a", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094421Z:6b3cbc64-cb08-4f8a-8fc9-0ccb0d3f2d3a", + "x-ms-correlation-request-id": "df8e750a-580d-4923-8edc-f9629851723e", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095320Z:df8e750a-580d-4923-8edc-f9629851723e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4746,8 +4337,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4772,7 +4363,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:44:31 GMT", + "Date": "Sat, 22 Oct 2022 09:53:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4780,9 +4371,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7bce4cf2-496d-4806-83f4-476a354a7c44", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094431Z:7bce4cf2-496d-4806-83f4-476a354a7c44", + "x-ms-correlation-request-id": "3ae5de12-613c-4e31-8451-631a9806f32b", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095331Z:3ae5de12-613c-4e31-8451-631a9806f32b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4791,8 +4382,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4817,7 +4408,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:44:41 GMT", + "Date": "Sat, 22 Oct 2022 09:53:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4825,9 +4416,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "edd94998-da8d-4885-9fe5-65ec5624667f", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094442Z:edd94998-da8d-4885-9fe5-65ec5624667f", + "x-ms-correlation-request-id": "4654c9f9-721a-410c-9eda-69df327cee91", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095342Z:4654c9f9-721a-410c-9eda-69df327cee91", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4836,8 +4427,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:32Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4862,7 +4453,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:44:52 GMT", + "Date": "Sat, 22 Oct 2022 09:53:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4870,9 +4461,54 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2bb86b0c-02a3-41b3-8e09-2c966e5814ac", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094453Z:2bb86b0c-02a3-41b3-8e09-2c966e5814ac", + "x-ms-correlation-request-id": "4f97fc26-33a9-4b46-be86-3712a7acf532", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095353Z:4f97fc26-33a9-4b46-be86-3712a7acf532", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T09:48:39Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 09:54: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": "5cfa9526-8447-498a-9944-c6613f13ba72", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095403Z:5cfa9526-8447-498a-9944-c6613f13ba72", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4881,8 +4517,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:43Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:48Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 348160, "backupType": "Manual", "provisioningState": "Succeeded", @@ -4907,7 +4543,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:44:53 GMT", + "Date": "Sat, 22 Oct 2022 09:54:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4915,9 +4551,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "99d2f00f-e6b4-4361-98d3-d4feef6d4795", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094454Z:99d2f00f-e6b4-4361-98d3-d4feef6d4795", + "x-ms-correlation-request-id": "21cf1b4b-22ee-4466-8369-80666ee246d3", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095404Z:21cf1b4b-22ee-4466-8369-80666ee246d3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4928,8 +4564,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:35:55Z", - "backupId": "c7baf914-5c0e-1ea0-8981-9d48fbd0876a", + "creationDate": "2022-10-22T09:46:57Z", + "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", @@ -4944,8 +4580,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:43Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:48Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 348160, "backupType": "Manual", "provisioningState": "Succeeded", @@ -4970,65 +4606,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 19 Oct 2022 09:44:53 GMT", + "Date": "Sat, 22 Oct 2022 09:54:04 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065?api-version=2022-05-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": "cd308bf9-f20b-41b8-9395-9a263f456dbb", + "x-ms-correlation-request-id": "2b8cb0f1-1179-4bc2-a189-e8aa3c1748e9", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094454Z:cd308bf9-f20b-41b8-9395-9a263f456dbb", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095405Z:2b8cb0f1-1179-4bc2-a189-e8aa3c1748e9", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:44: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": "18e37fd2-e980-4850-a903-38e169fdf489", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094454Z:18e37fd2-e980-4850-a903-38e169fdf489", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d", - "name": "7818bf2d-78f4-4565-b8a2-d7205d43d00d", - "status": "Deleting", - "startTime": "2022-10-19T09:44:54.4640048Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5042,7 +4638,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:45:25 GMT", + "Date": "Sat, 22 Oct 2022 09:54:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5050,16 +4646,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2638cd8e-dec1-4d45-a8e6-8d9d389490e8", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094525Z:2638cd8e-dec1-4d45-a8e6-8d9d389490e8", + "x-ms-correlation-request-id": "864fcf64-fa8c-4289-9f73-471e4359560c", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095405Z:864fcf64-fa8c-4289-9f73-471e4359560c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d", - "name": "7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065", + "name": "c81cdd68-303b-4a4e-b582-14eeeb7e6065", "status": "Deleting", - "startTime": "2022-10-19T09:44:54.4640048Z", + "startTime": "2022-10-22T09:54:04.7848244Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5068,7 +4664,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5082,7 +4678,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:45:55 GMT", + "Date": "Sat, 22 Oct 2022 09:54:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5090,16 +4686,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f5dead7f-1c45-4efd-bd92-db4d2ad411f7", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094555Z:f5dead7f-1c45-4efd-bd92-db4d2ad411f7", + "x-ms-correlation-request-id": "a1a0f895-6ccb-49a8-8e6e-9fb7c4c63209", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095435Z:a1a0f895-6ccb-49a8-8e6e-9fb7c4c63209", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d", - "name": "7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065", + "name": "c81cdd68-303b-4a4e-b582-14eeeb7e6065", "status": "Deleting", - "startTime": "2022-10-19T09:44:54.4640048Z", + "startTime": "2022-10-22T09:54:04.7848244Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5108,7 +4704,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5122,7 +4718,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:46:25 GMT", + "Date": "Sat, 22 Oct 2022 09:55:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5130,16 +4726,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e5bb01b-67a2-4fc7-ba84-e44e70f7a038", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094625Z:9e5bb01b-67a2-4fc7-ba84-e44e70f7a038", + "x-ms-correlation-request-id": "796a8777-25ae-4b3c-8e68-8cd91b87fcf8", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095505Z:796a8777-25ae-4b3c-8e68-8cd91b87fcf8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d", - "name": "7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065", + "name": "c81cdd68-303b-4a4e-b582-14eeeb7e6065", "status": "Deleting", - "startTime": "2022-10-19T09:44:54.4640048Z", + "startTime": "2022-10-22T09:54:04.7848244Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5148,7 +4744,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5162,7 +4758,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:46:55 GMT", + "Date": "Sat, 22 Oct 2022 09:55:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5170,16 +4766,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6a8f990c-8f39-43da-8bb0-b6db7442fe47", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094656Z:6a8f990c-8f39-43da-8bb0-b6db7442fe47", + "x-ms-correlation-request-id": "7ebdb832-892b-4925-871c-c334ee08c3b4", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095536Z:7ebdb832-892b-4925-871c-c334ee08c3b4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d", - "name": "7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065", + "name": "c81cdd68-303b-4a4e-b582-14eeeb7e6065", "status": "Deleting", - "startTime": "2022-10-19T09:44:54.4640048Z", + "startTime": "2022-10-22T09:54:04.7848244Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5188,7 +4784,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5202,7 +4798,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:47:25 GMT", + "Date": "Sat, 22 Oct 2022 09:56:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5210,16 +4806,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d950884-08da-41f2-b1b9-2bb7b19deaf9", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094726Z:8d950884-08da-41f2-b1b9-2bb7b19deaf9", + "x-ms-correlation-request-id": "1645906f-8afd-4452-a420-39f9b8a3b6b3", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095606Z:1645906f-8afd-4452-a420-39f9b8a3b6b3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d", - "name": "7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065", + "name": "c81cdd68-303b-4a4e-b582-14eeeb7e6065", "status": "Deleting", - "startTime": "2022-10-19T09:44:54.4640048Z", + "startTime": "2022-10-22T09:54:04.7848244Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5228,7 +4824,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5242,7 +4838,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:47:56 GMT", + "Date": "Sat, 22 Oct 2022 09:56:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5250,16 +4846,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82ab1222-6939-4d67-a3eb-72d3338e1c33", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094757Z:82ab1222-6939-4d67-a3eb-72d3338e1c33", + "x-ms-correlation-request-id": "ae571a54-6e39-4c83-bf57-7f6443a155be", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095636Z:ae571a54-6e39-4c83-bf57-7f6443a155be", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d", - "name": "7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065", + "name": "c81cdd68-303b-4a4e-b582-14eeeb7e6065", "status": "Deleting", - "startTime": "2022-10-19T09:44:54.4640048Z", + "startTime": "2022-10-22T09:54:04.7848244Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5268,7 +4864,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5282,7 +4878,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:48:26 GMT", + "Date": "Sat, 22 Oct 2022 09:57:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5290,16 +4886,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "771631fd-4563-41e6-9c40-1cc6e6bc9115", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094827Z:771631fd-4563-41e6-9c40-1cc6e6bc9115", + "x-ms-correlation-request-id": "2a7f89cb-0505-44b9-9353-e9f3a70d8018", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095707Z:2a7f89cb-0505-44b9-9353-e9f3a70d8018", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d", - "name": "7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065", + "name": "c81cdd68-303b-4a4e-b582-14eeeb7e6065", "status": "Deleting", - "startTime": "2022-10-19T09:44:54.4640048Z", + "startTime": "2022-10-22T09:54:04.7848244Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5308,7 +4904,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5322,7 +4918,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:48:56 GMT", + "Date": "Sat, 22 Oct 2022 09:57:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5330,16 +4926,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "96001a60-f12f-45be-95ab-5f3346d18883", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094857Z:96001a60-f12f-45be-95ab-5f3346d18883", + "x-ms-correlation-request-id": "c74dcf7e-2d84-49b8-8dfe-adff52aa8ea2", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095738Z:c74dcf7e-2d84-49b8-8dfe-adff52aa8ea2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d", - "name": "7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065", + "name": "c81cdd68-303b-4a4e-b582-14eeeb7e6065", "status": "Deleting", - "startTime": "2022-10-19T09:44:54.4640048Z", + "startTime": "2022-10-22T09:54:04.7848244Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5348,7 +4944,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5362,7 +4958,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:49:27 GMT", + "Date": "Sat, 22 Oct 2022 09:58:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5370,17 +4966,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ac7421d-9f13-467e-b1b3-1a5524ddd030", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094927Z:1ac7421d-9f13-467e-b1b3-1a5524ddd030", + "x-ms-correlation-request-id": "7c16f5ea-1404-4dc9-91cf-9cfc99e5c9a3", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095808Z:7c16f5ea-1404-4dc9-91cf-9cfc99e5c9a3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d", - "name": "7818bf2d-78f4-4565-b8a2-d7205d43d00d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065", + "name": "c81cdd68-303b-4a4e-b582-14eeeb7e6065", "status": "Succeeded", - "startTime": "2022-10-19T09:44:54.4640048Z", - "endTime": "2022-10-19T09:49:00.897987Z", + "startTime": "2022-10-22T09:54:04.7848244Z", + "endTime": "2022-10-22T09:58:07.710154Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1" @@ -5388,7 +4984,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7818bf2d-78f4-4565-b8a2-d7205d43d00d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5402,7 +4998,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:49:28 GMT", + "Date": "Sat, 22 Oct 2022 09:58:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5410,9 +5006,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a6c39d80-6ed8-411a-a55b-6eeb9a5fd5d2", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094928Z:a6c39d80-6ed8-411a-a55b-6eeb9a5fd5d2", + "x-ms-correlation-request-id": "c763de6b-1f0c-48d4-ae17-b365ec90e1e8", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095808Z:c763de6b-1f0c-48d4-ae17-b365ec90e1e8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5437,15 +5033,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:49:31 GMT", + "Date": "Sat, 22 Oct 2022 09:58: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": "eda0c0a2-6ff0-48e8-a7a2-cee832ceebac", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094931Z:eda0c0a2-6ff0-48e8-a7a2-cee832ceebac", + "x-ms-correlation-request-id": "b8e079f8-7f15-4a9a-96f2-a1930f165383", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095811Z:b8e079f8-7f15-4a9a-96f2-a1930f165383", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5470,7 +5066,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:49:32 GMT", + "Date": "Sat, 22 Oct 2022 09:58:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5478,9 +5074,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4174371c-2f99-4c0b-9690-7168a0190489", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094932Z:4174371c-2f99-4c0b-9690-7168a0190489", + "x-ms-correlation-request-id": "941e381e-030a-479e-9d4d-9428b1950162", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095811Z:941e381e-030a-479e-9d4d-9428b1950162", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5491,8 +5087,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T09:39:43Z", - "backupId": "09fc30f4-2af8-93e2-9cc5-da691f908110", + "creationDate": "2022-10-22T09:48:48Z", + "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", "size": 348160, "backupType": "Manual", "provisioningState": "Succeeded", @@ -5519,7 +5115,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:49:32 GMT", + "Date": "Sat, 22 Oct 2022 09:58:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5527,9 +5123,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c270d3c-b912-4364-ae07-dd98c0ba417e", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094932Z:9c270d3c-b912-4364-ae07-dd98c0ba417e", + "x-ms-correlation-request-id": "9e0ac93f-c6bb-49d3-9573-1d6358fce9b1", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095812Z:9e0ac93f-c6bb-49d3-9573-1d6358fce9b1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5571,31 +5167,31 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/803d932f-1742-4002-ac81-707d03b739b9?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87d6567c-0342-4f19-b5ac-daa5a9069e79?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "2743", + "Content-Length": "2742", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:49:33 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A49%3A33.5094614Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:58:12 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A58%3A12.831738Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/803d932f-1742-4002-ac81-707d03b739b9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87d6567c-0342-4f19-b5ac-daa5a9069e79?api-version=2022-05-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": "cc918d4d-8c9d-466c-8b01-630f4bd53e8e", + "x-ms-correlation-request-id": "2ac60f8d-88d0-4d75-bd76-41194e9e508f", "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094933Z:cc918d4d-8c9d-466c-8b01-630f4bd53e8e", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095812Z:2ac60f8d-88d0-4d75-bd76-41194e9e508f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A49%3A33.5094614Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A58%3A12.831738Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:39:29.4727334Z" + "CreatedOnDate": "2022-10-22T09:48:36.4690246Z" }, "properties": { "dataProtection": { @@ -5606,7 +5202,7 @@ } }, "provisioningState": "Patching", - "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-c2b62691", "usageThreshold": 107374182400, @@ -5634,7 +5230,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f2d48795", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25f3983b", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -5649,8 +5245,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", - "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "mountTargetId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", + "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", "ipAddress": "10.0.0.4" } ], @@ -5669,15 +5265,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:29:44.0230233Z", + "createdAt": "2022-10-22T09:40:49.3490915Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:39:29.6790492Z" + "lastModifiedAt": "2022-10-22T09:48:36.6962013Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/803d932f-1742-4002-ac81-707d03b739b9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87d6567c-0342-4f19-b5ac-daa5a9069e79?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5691,7 +5287,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:49:33 GMT", + "Date": "Sat, 22 Oct 2022 09:58:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5699,16 +5295,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "529e6e51-91d6-4416-907d-a93ab0100805", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-routing-request-id": "WESTEUROPE:20221019T094933Z:529e6e51-91d6-4416-907d-a93ab0100805", + "x-ms-correlation-request-id": "38af2d96-e1e5-432d-ae71-8591d71bb0ca", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095813Z:38af2d96-e1e5-432d-ae71-8591d71bb0ca", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/803d932f-1742-4002-ac81-707d03b739b9", - "name": "803d932f-1742-4002-ac81-707d03b739b9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87d6567c-0342-4f19-b5ac-daa5a9069e79", + "name": "87d6567c-0342-4f19-b5ac-daa5a9069e79", "status": "Patching", - "startTime": "2022-10-19T09:49:33.5101539Z", + "startTime": "2022-10-22T09:58:12.8359735Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5717,7 +5313,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/803d932f-1742-4002-ac81-707d03b739b9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87d6567c-0342-4f19-b5ac-daa5a9069e79?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5731,7 +5327,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:50:03 GMT", + "Date": "Sat, 22 Oct 2022 09:58:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5739,17 +5335,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b1639f61-8b91-4ad0-801b-af899b62514b", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095004Z:b1639f61-8b91-4ad0-801b-af899b62514b", + "x-ms-correlation-request-id": "47949890-d15d-42ec-94fa-e3bb8bbc7645", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095843Z:47949890-d15d-42ec-94fa-e3bb8bbc7645", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/803d932f-1742-4002-ac81-707d03b739b9", - "name": "803d932f-1742-4002-ac81-707d03b739b9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87d6567c-0342-4f19-b5ac-daa5a9069e79", + "name": "87d6567c-0342-4f19-b5ac-daa5a9069e79", "status": "Succeeded", - "startTime": "2022-10-19T09:49:33.5101539Z", - "endTime": "2022-10-19T09:49:38.8701475Z", + "startTime": "2022-10-22T09:58:12.8359735Z", + "endTime": "2022-10-22T09:58:18.0707065Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" @@ -5757,7 +5353,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/803d932f-1742-4002-ac81-707d03b739b9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87d6567c-0342-4f19-b5ac-daa5a9069e79?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5771,7 +5367,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:50:04 GMT", + "Date": "Sat, 22 Oct 2022 09:58:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5779,19 +5375,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "43daa3b7-effb-4b0b-9cb4-34c32c60593d", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095004Z:43daa3b7-effb-4b0b-9cb4-34c32c60593d", + "x-ms-correlation-request-id": "968efb2a-ed45-44ce-9249-7a1dee0a5f61", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095843Z:968efb2a-ed45-44ce-9249-7a1dee0a5f61", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A49%3A38.871349Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A58%3A18.0667459Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:39:29.4727334Z" + "CreatedOnDate": "2022-10-22T09:48:36.4690246Z" }, "properties": { "dataProtection": { @@ -5801,7 +5397,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault" } }, - "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-c2b62691", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -5832,19 +5428,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f2d48795", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25f3983b", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", - "poolId": "a3a55002-5854-4ccd-1010-b60fc2836e73", + "poolId": "27d23e1a-face-12ec-aa1f-ae0cb828ad63", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", - "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "mountTargetId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", + "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", "startIp": "", "endIp": "", "gateway": "", @@ -5876,10 +5472,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:29:44.0230233Z", + "createdAt": "2022-10-22T09:40:49.3490915Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:49:33.3691964Z" + "lastModifiedAt": "2022-10-22T09:58:12.6690407Z" } } }, @@ -5898,15 +5494,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:50:06 GMT", + "Date": "Sat, 22 Oct 2022 09:58:46 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": "4f5f5252-98d8-4266-b682-e327141bf27b", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095006Z:4f5f5252-98d8-4266-b682-e327141bf27b", + "x-ms-correlation-request-id": "253cdb5d-7ae8-42bf-bd08-f1bc590583d9", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095846Z:253cdb5d-7ae8-42bf-bd08-f1bc590583d9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5931,7 +5527,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:50:06 GMT", + "Date": "Sat, 22 Oct 2022 09:58:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5939,9 +5535,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dc333773-513b-4299-8590-80ac459fbbf0", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095007Z:dc333773-513b-4299-8590-80ac459fbbf0", + "x-ms-correlation-request-id": "93317615-4a90-497b-aa81-2aecf8595bd5", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095847Z:93317615-4a90-497b-aa81-2aecf8595bd5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5961,25 +5557,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 19 Oct 2022 09:50:09 GMT", + "Date": "Sat, 22 Oct 2022 09:58:48 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93?api-version=2022-05-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": "24df7a8d-f3d1-4770-9e25-35b6ddfce7e2", + "x-ms-correlation-request-id": "bc0ae875-69b7-433f-9d03-2d6d46cfec19", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095009Z:24df7a8d-f3d1-4770-9e25-35b6ddfce7e2", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095848Z:bc0ae875-69b7-433f-9d03-2d6d46cfec19", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5993,7 +5589,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:50:09 GMT", + "Date": "Sat, 22 Oct 2022 09:58:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6001,16 +5597,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b17e365a-37e9-4b9f-9483-66dd992f487a", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095010Z:b17e365a-37e9-4b9f-9483-66dd992f487a", + "x-ms-correlation-request-id": "4391d04a-743b-4170-83fd-f7c3eb7ab506", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095848Z:4391d04a-743b-4170-83fd-f7c3eb7ab506", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", - "name": "1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93", + "name": "abbd816d-e878-469d-960f-ed0a394b6d93", "status": "Deleting", - "startTime": "2022-10-19T09:50:09.7317033Z", + "startTime": "2022-10-22T09:58:48.076374Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -6019,7 +5615,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6033,7 +5629,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:50:39 GMT", + "Date": "Sat, 22 Oct 2022 09:59:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6041,16 +5637,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c6e1a94-90e3-4ec9-8891-4b24d8aeb415", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095040Z:4c6e1a94-90e3-4ec9-8891-4b24d8aeb415", + "x-ms-correlation-request-id": "99b5051d-3d5c-438c-9e2f-554cfd7178e5", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095918Z:99b5051d-3d5c-438c-9e2f-554cfd7178e5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", - "name": "1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93", + "name": "abbd816d-e878-469d-960f-ed0a394b6d93", "status": "Deleting", - "startTime": "2022-10-19T09:50:09.7317033Z", + "startTime": "2022-10-22T09:58:48.076374Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -6059,7 +5655,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6073,7 +5669,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:51:09 GMT", + "Date": "Sat, 22 Oct 2022 09:59:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6081,16 +5677,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ccb51f8-f013-45f3-9f35-ba096ce0d07b", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095110Z:0ccb51f8-f013-45f3-9f35-ba096ce0d07b", + "x-ms-correlation-request-id": "c6b93591-2e6e-44de-8425-260d73c61c78", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T095949Z:c6b93591-2e6e-44de-8425-260d73c61c78", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", - "name": "1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93", + "name": "abbd816d-e878-469d-960f-ed0a394b6d93", "status": "Deleting", - "startTime": "2022-10-19T09:50:09.7317033Z", + "startTime": "2022-10-22T09:58:48.076374Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -6099,7 +5695,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6113,7 +5709,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:51:40 GMT", + "Date": "Sat, 22 Oct 2022 10:00:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6121,16 +5717,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be3c8734-3c9e-4401-9dd2-553ff1645dcd", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095140Z:be3c8734-3c9e-4401-9dd2-553ff1645dcd", + "x-ms-correlation-request-id": "0fdf0a8e-e602-4805-ac43-37a661d06e8f", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100019Z:0fdf0a8e-e602-4805-ac43-37a661d06e8f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", - "name": "1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93", + "name": "abbd816d-e878-469d-960f-ed0a394b6d93", "status": "Deleting", - "startTime": "2022-10-19T09:50:09.7317033Z", + "startTime": "2022-10-22T09:58:48.076374Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -6139,7 +5735,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6153,7 +5749,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:52:10 GMT", + "Date": "Sat, 22 Oct 2022 10:00:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6161,16 +5757,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "abb36ee9-3f3a-49e5-bcf3-fcd0d9fcd50d", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095211Z:abb36ee9-3f3a-49e5-bcf3-fcd0d9fcd50d", + "x-ms-correlation-request-id": "a73eaa3d-68cf-4935-b1c1-ce0ae87fa3e4", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100049Z:a73eaa3d-68cf-4935-b1c1-ce0ae87fa3e4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", - "name": "1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93", + "name": "abbd816d-e878-469d-960f-ed0a394b6d93", "status": "Deleting", - "startTime": "2022-10-19T09:50:09.7317033Z", + "startTime": "2022-10-22T09:58:48.076374Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -6179,7 +5775,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6193,7 +5789,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:52:40 GMT", + "Date": "Sat, 22 Oct 2022 10:01:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6201,16 +5797,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef42df19-1286-461c-acdb-b71f0e8cce23", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095241Z:ef42df19-1286-461c-acdb-b71f0e8cce23", + "x-ms-correlation-request-id": "95357075-2186-4243-8779-dfe92601e564", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100119Z:95357075-2186-4243-8779-dfe92601e564", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", - "name": "1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93", + "name": "abbd816d-e878-469d-960f-ed0a394b6d93", "status": "Deleting", - "startTime": "2022-10-19T09:50:09.7317033Z", + "startTime": "2022-10-22T09:58:48.076374Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -6219,7 +5815,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6233,7 +5829,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:53:11 GMT", + "Date": "Sat, 22 Oct 2022 10:01:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6241,17 +5837,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b1c1cef3-9f4d-443c-b119-540a1ff516ab", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095312Z:b1c1cef3-9f4d-443c-b119-540a1ff516ab", + "x-ms-correlation-request-id": "0ef29683-6387-42a7-96cc-3fe308334069", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100150Z:0ef29683-6387-42a7-96cc-3fe308334069", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", - "name": "1c3ff9f3-dfcf-4110-b1ce-f21875bf0327", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93", + "name": "abbd816d-e878-469d-960f-ed0a394b6d93", "status": "Succeeded", - "startTime": "2022-10-19T09:50:09.7317033Z", - "endTime": "2022-10-19T09:53:04.0465341Z", + "startTime": "2022-10-22T09:58:48.076374Z", + "endTime": "2022-10-22T10:01:30.0304278Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" @@ -6259,7 +5855,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c3ff9f3-dfcf-4110-b1ce-f21875bf0327?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6273,7 +5869,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:53:11 GMT", + "Date": "Sat, 22 Oct 2022 10:01:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6281,19 +5877,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "46ebb975-4d3c-45e9-a15c-b9db148f32d6", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095312Z:46ebb975-4d3c-45e9-a15c-b9db148f32d6", + "x-ms-correlation-request-id": "3f7aecfa-1789-4900-81e8-a8cb927177a7", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100150Z:3f7aecfa-1789-4900-81e8-a8cb927177a7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A52%3A46.5295346Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A01%3A20.3975429Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:39:29.4727334Z" + "CreatedOnDate": "2022-10-22T09:48:36.4690246Z" }, "properties": { "dataProtection": { @@ -6303,7 +5899,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault" } }, - "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-c2b62691", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -6334,19 +5930,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f2d48795", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25f3983b", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", - "poolId": "a3a55002-5854-4ccd-1010-b60fc2836e73", + "poolId": "27d23e1a-face-12ec-aa1f-ae0cb828ad63", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", - "fileSystemId": "1dadb184-9fcf-2a2c-3c3c-4ff4ec36a7f5", + "mountTargetId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", + "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", "startIp": "", "endIp": "", "gateway": "", @@ -6378,10 +5974,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:29:44.0230233Z", + "createdAt": "2022-10-22T09:40:49.3490915Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:49:33.3691964Z" + "lastModifiedAt": "2022-10-22T09:58:12.6690407Z" } } }, @@ -6400,14 +5996,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:56:34 GMT", + "Date": "Sat, 22 Oct 2022 10:05:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "817cf99f-ecf9-45ef-b0e6-ec34cf25edfd", + "x-ms-correlation-request-id": "70c7038f-4177-489b-974b-30ce77016aae", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095635Z:817cf99f-ecf9-45ef-b0e6-ec34cf25edfd" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100513Z:70c7038f-4177-489b-974b-30ce77016aae" }, "ResponseBody": { "error": { @@ -6429,25 +6025,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b65b13d-8fd1-45f7-8f3a-cd5a0e3a3031?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33101e49-b17c-46e1-8257-4a2da1de54c5?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 19 Oct 2022 09:56:47 GMT", + "Date": "Sat, 22 Oct 2022 10:05:25 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b65b13d-8fd1-45f7-8f3a-cd5a0e3a3031?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33101e49-b17c-46e1-8257-4a2da1de54c5?api-version=2022-05-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": "1b087d0d-c30a-4386-b21d-034aa0b0e52e", + "x-ms-correlation-request-id": "504cc774-e168-467f-8076-181039267883", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095647Z:1b087d0d-c30a-4386-b21d-034aa0b0e52e", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100526Z:504cc774-e168-467f-8076-181039267883", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b65b13d-8fd1-45f7-8f3a-cd5a0e3a3031?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33101e49-b17c-46e1-8257-4a2da1de54c5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6461,7 +6057,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:56:47 GMT", + "Date": "Sat, 22 Oct 2022 10:05:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6469,16 +6065,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "48bc7c5a-1359-4349-9173-7680a7d246e5", + "x-ms-correlation-request-id": "b7e1fa76-1cc9-4d76-bb05-89c6076f7e12", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095648Z:48bc7c5a-1359-4349-9173-7680a7d246e5", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100526Z:b7e1fa76-1cc9-4d76-bb05-89c6076f7e12", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b65b13d-8fd1-45f7-8f3a-cd5a0e3a3031", - "name": "4b65b13d-8fd1-45f7-8f3a-cd5a0e3a3031", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33101e49-b17c-46e1-8257-4a2da1de54c5", + "name": "33101e49-b17c-46e1-8257-4a2da1de54c5", "status": "Deleting", - "startTime": "2022-10-19T09:56:47.602101Z", + "startTime": "2022-10-22T10:05:26.1896736Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -6487,7 +6083,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b65b13d-8fd1-45f7-8f3a-cd5a0e3a3031?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33101e49-b17c-46e1-8257-4a2da1de54c5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6501,7 +6097,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:57:17 GMT", + "Date": "Sat, 22 Oct 2022 10:05:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6509,17 +6105,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc8d4ffb-7fd4-4161-a9b6-df49b10dcd40", + "x-ms-correlation-request-id": "6ca681c1-be19-4331-86fc-51f3b5375980", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095718Z:cc8d4ffb-7fd4-4161-a9b6-df49b10dcd40", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100556Z:6ca681c1-be19-4331-86fc-51f3b5375980", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b65b13d-8fd1-45f7-8f3a-cd5a0e3a3031", - "name": "4b65b13d-8fd1-45f7-8f3a-cd5a0e3a3031", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33101e49-b17c-46e1-8257-4a2da1de54c5", + "name": "33101e49-b17c-46e1-8257-4a2da1de54c5", "status": "Succeeded", - "startTime": "2022-10-19T09:56:47.602101Z", - "endTime": "2022-10-19T09:56:48.5948952Z", + "startTime": "2022-10-22T10:05:26.1896736Z", + "endTime": "2022-10-22T10:05:27.6273845Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1" @@ -6527,7 +6123,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b65b13d-8fd1-45f7-8f3a-cd5a0e3a3031?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33101e49-b17c-46e1-8257-4a2da1de54c5?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6541,7 +6137,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:57:17 GMT", + "Date": "Sat, 22 Oct 2022 10:05:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6549,22 +6145,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4f9ef6f0-3f74-488e-a609-65dd26674634", + "x-ms-correlation-request-id": "b2f2fb50-46ad-4f8d-a6f9-f572848e85e7", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095718Z:4f9ef6f0-3f74-488e-a609-65dd26674634", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100557Z:b2f2fb50-46ad-4f8d-a6f9-f572848e85e7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A56%3A47.5716987Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A05%3A26.1910997Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:29:29.5201230Z" + "CreatedOnDate": "2022-10-22T09:40:34.4385798Z" }, "properties": { - "poolId": "a3a55002-5854-4ccd-1010-b60fc2836e73", + "poolId": "27d23e1a-face-12ec-aa1f-ae0cb828ad63", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1", @@ -6578,10 +6174,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:29:30.7332067Z", + "createdAt": "2022-10-22T09:40:35.7474567Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:29:30.7332067Z" + "lastModifiedAt": "2022-10-22T09:40:35.7474567Z" } } }, @@ -6599,14 +6195,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Wed, 19 Oct 2022 09:57:28 GMT", + "Date": "Sat, 22 Oct 2022 10:06:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c2e1bae-d461-451f-bdb5-20c57571f8b9", + "x-ms-correlation-request-id": "99f78cf1-3a51-42ba-a9dc-1bac30dc33b6", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095728Z:4c2e1bae-d461-451f-bdb5-20c57571f8b9" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100607Z:99f78cf1-3a51-42ba-a9dc-1bac30dc33b6" }, "ResponseBody": null }, @@ -6624,14 +6220,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Wed, 19 Oct 2022 09:57:38 GMT", + "Date": "Sat, 22 Oct 2022 10:06:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c83e9977-7ce9-4590-a620-57a8af647d10", + "x-ms-correlation-request-id": "5f418bcd-aeef-4eb5-91b6-898ae5654ce9", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095739Z:c83e9977-7ce9-4590-a620-57a8af647d10" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100617Z:5f418bcd-aeef-4eb5-91b6-898ae5654ce9" }, "ResponseBody": null }, @@ -6649,14 +6245,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Wed, 19 Oct 2022 09:57:48 GMT", + "Date": "Sat, 22 Oct 2022 10:06:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ac39b2c-70bc-4d8d-90db-eacd149d74f2", + "x-ms-correlation-request-id": "8f98d2d6-39c7-49da-8a2c-052f32c1b761", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095749Z:1ac39b2c-70bc-4d8d-90db-eacd149d74f2" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100628Z:8f98d2d6-39c7-49da-8a2c-052f32c1b761" }, "ResponseBody": null }, @@ -6674,14 +6270,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Wed, 19 Oct 2022 09:57:59 GMT", + "Date": "Sat, 22 Oct 2022 10:06:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4687f3ba-be55-4c18-b8c2-028db557c2d1", + "x-ms-correlation-request-id": "959cb4af-b7fe-42fd-a659-31a13eed73a9", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095759Z:4687f3ba-be55-4c18-b8c2-028db557c2d1" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100638Z:959cb4af-b7fe-42fd-a659-31a13eed73a9" }, "ResponseBody": null }, @@ -6700,14 +6296,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:58:09 GMT", + "Date": "Sat, 22 Oct 2022 10:06:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1be1c5a9-d1c1-476a-96bc-5075ae47c9bb", + "x-ms-correlation-request-id": "a873ffed-91b5-47d4-bea9-6eb66448b877", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095810Z:1be1c5a9-d1c1-476a-96bc-5075ae47c9bb" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100648Z:a873ffed-91b5-47d4-bea9-6eb66448b877" }, "ResponseBody": { "error": { @@ -6729,25 +6325,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ceb12a14-4ee0-44c7-83c8-4bdbcd868444?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f9bf6a-f9eb-4838-8821-1008463034c9?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 19 Oct 2022 09:58:11 GMT", + "Date": "Sat, 22 Oct 2022 10:06:49 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ceb12a14-4ee0-44c7-83c8-4bdbcd868444?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f9bf6a-f9eb-4838-8821-1008463034c9?api-version=2022-05-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": "f3b128bc-0617-4f1e-abcc-aa7defdb62c7", + "x-ms-correlation-request-id": "ccead6be-1f58-4ea7-ab01-0cf32985ed6f", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095811Z:f3b128bc-0617-4f1e-abcc-aa7defdb62c7", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100650Z:ccead6be-1f58-4ea7-ab01-0cf32985ed6f", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ceb12a14-4ee0-44c7-83c8-4bdbcd868444?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f9bf6a-f9eb-4838-8821-1008463034c9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6761,7 +6357,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:58:11 GMT", + "Date": "Sat, 22 Oct 2022 10:06:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6769,17 +6365,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af8363b6-acd1-4ac3-834a-985b06fc4d8d", + "x-ms-correlation-request-id": "3bba972c-c5f9-47d4-8e03-229f08d9db66", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095811Z:af8363b6-acd1-4ac3-834a-985b06fc4d8d", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100650Z:3bba972c-c5f9-47d4-8e03-229f08d9db66", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ceb12a14-4ee0-44c7-83c8-4bdbcd868444", - "name": "ceb12a14-4ee0-44c7-83c8-4bdbcd868444", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f9bf6a-f9eb-4838-8821-1008463034c9", + "name": "f0f9bf6a-f9eb-4838-8821-1008463034c9", "status": "Succeeded", - "startTime": "2022-10-19T09:58:11.5309471Z", - "endTime": "2022-10-19T09:58:11.5934388Z", + "startTime": "2022-10-22T10:06:50.0827209Z", + "endTime": "2022-10-22T10:06:50.1139418Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691" @@ -6787,7 +6383,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ceb12a14-4ee0-44c7-83c8-4bdbcd868444?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f9bf6a-f9eb-4838-8821-1008463034c9?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6801,7 +6397,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:58:11 GMT", + "Date": "Sat, 22 Oct 2022 10:06:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6809,19 +6405,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff80a4a8-12d0-40f3-94df-45aa4a2f4d55", + "x-ms-correlation-request-id": "470b059c-999a-4485-8ffb-45293ac344ee", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095812Z:ff80a4a8-12d0-40f3-94df-45aa4a2f4d55", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100650Z:470b059c-999a-4485-8ffb-45293ac344ee", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691", "name": "sdk-py-tests-acc-1-c2b62691", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A58%3A11.5418014Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A06%3A50.0821656Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:29:25.2737734Z" + "CreatedOnDate": "2022-10-22T09:40:30.1867602Z" }, "properties": { "encryption": { @@ -6832,10 +6428,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:29:26.1997632Z", + "createdAt": "2022-10-22T09:40:31.2716804Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:29:26.1997632Z" + "lastModifiedAt": "2022-10-22T09:40:31.2716804Z" } } }, @@ -6854,15 +6450,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:58:12 GMT", + "Date": "Sat, 22 Oct 2022 10:06: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": "a0751c32-b398-4717-9311-3da7274f8d58", + "x-ms-correlation-request-id": "0f290a5b-118e-4ffb-838c-489e4eddde65", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095812Z:a0751c32-b398-4717-9311-3da7274f8d58", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100651Z:0f290a5b-118e-4ffb-838c-489e4eddde65", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6886,12 +6482,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b4b52d8c-0e42-4ee0-bb44-a0217cc2a834?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/1496f15d-2c34-4db2-9db5-ba5c69f7390f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 19 Oct 2022 09:58:13 GMT", + "Date": "Sat, 22 Oct 2022 10:06:51 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/b4b52d8c-0e42-4ee0-bb44-a0217cc2a834?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/1496f15d-2c34-4db2-9db5-ba5c69f7390f?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -6900,10 +6496,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9dc00b3d-e8f9-4322-b830-25800c16ea6d", - "x-ms-correlation-request-id": "dc4ee10c-e61c-496e-a4c2-1f134aabcc26", + "x-ms-arm-service-request-id": "0d5e3c1e-c270-47a6-bec8-e74c09af3f8b", + "x-ms-correlation-request-id": "b1ecabc2-78dd-423e-b0ee-7d07756e311f", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095813Z:dc4ee10c-e61c-496e-a4c2-1f134aabcc26" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100652Z:b1ecabc2-78dd-423e-b0ee-7d07756e311f" }, "ResponseBody": null } 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 c77a7ac9d71f..0eddbe3b58c1 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 @@ -1,5 +1,38 @@ { "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/21c6c0a1-1422-4239-b967-5533cf517fdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/21c6c0a1-1422-4239-b967-5533cf517fdf?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:27:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/21c6c0a1-1422-4239-b967-5533cf517fdf?api-version=2022-05-01", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "e1fcb9c6-1790-4c41-83ba-88846553ed0c", + "x-ms-correlation-request-id": "bc96c550-401a-45d1-aa1a-ce61fb2422b6", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102738Z:eeb1ece5-e777-407a-8fdb-b82265cd70c3" + }, + "ResponseBody": null + }, { "RequestUri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration", "RequestMethod": "GET", @@ -17,12 +50,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:25:33 GMT", + "Date": "Sat, 22 Oct 2022 10:27:38 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +144,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:25:33 GMT", + "Date": "Sat, 22 Oct 2022 10:27:38 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.13777.6 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +205,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "6784f79f-8f6d-4718-8ac2-64a664825221", + "client-request-id": "123c34a4-dcd6-449c-a823-90df4f3ca776", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +223,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "6784f79f-8f6d-4718-8ac2-64a664825221", + "client-request-id": "123c34a4-dcd6-449c-a823-90df4f3ca776", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:25:33 GMT", + "Date": "Sat, 22 Oct 2022 10:27:39 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +234,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -233,14 +266,14 @@ } } }, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { - "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8e90705e-5742-4554-b3a9-56f86cf150fb?api-version=2022-05-01", + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/92d5d330-616f-46a8-bcf7-3ff06c47352f?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:25:39 GMT", + "Date": "Sat, 22 Oct 2022 10:27:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -249,26 +282,24 @@ "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8ce976bb-a933-4767-b870-acc036d83dae", - "x-ms-correlation-request-id": "ba608d08-2d5c-432b-9987-59c99e3049ff", + "x-ms-arm-service-request-id": "ec052670-c7d8-4303-b608-6714bc6b9c42", + "x-ms-correlation-request-id": "86d51523-0350-430f-a4d1-dfec088dbbdd", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T172540Z:ba608d08-2d5c-432b-9987-59c99e3049ff" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102745Z:86d51523-0350-430f-a4d1-dfec088dbbdd" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-74e025c5", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5", - "etag": "W/\u00224fc7c7f8-dddb-42b2-a08c-850c334bf86d\u0022", + "etag": "W/\u0022ff87d296-eac3-49c3-85ba-2e2d7dd695f3\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T17:25:37.0134791Z" + "CreatedOnDate": "2022-10-22T10:27:40.3054333Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "59fe31d8-ae73-45ba-b87f-cb9bcf0d60c0", + "resourceGuid": "b3b15884-e09d-494e-9955-0c4cc8fdc3d5", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -281,7 +312,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8e90705e-5742-4554-b3a9-56f86cf150fb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/92d5d330-616f-46a8-bcf7-3ff06c47352f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -295,7 +326,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:25:40 GMT", + "Date": "Sat, 22 Oct 2022 10:27:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -306,10 +337,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "68402a25-0f08-4fbe-ab9a-81af27db6e29", - "x-ms-correlation-request-id": "019ba8ce-5b11-4332-8016-e5212b32533d", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T172540Z:019ba8ce-5b11-4332-8016-e5212b32533d" + "x-ms-arm-service-request-id": "05d8ed5e-7a9c-471e-8871-1f8aa07c186c", + "x-ms-correlation-request-id": "065e10f0-82b7-4e75-975b-cfc4d9f81930", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102745Z:065e10f0-82b7-4e75-975b-cfc4d9f81930" }, "ResponseBody": { "status": "Succeeded" @@ -330,8 +361,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:25:40 GMT", - "ETag": "W/\u0022bc20b61d-afd6-425f-90ed-941a58d09d51\u0022", + "Date": "Sat, 22 Oct 2022 10:27:45 GMT", + "ETag": "W/\u002253938a81-1a88-486f-b939-5f2483132e17\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -342,23 +373,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6a481454-5b04-4213-ba94-ab968d82f0f6", - "x-ms-correlation-request-id": "37b3a687-4739-46f4-aa70-67df50954c8b", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T172540Z:37b3a687-4739-46f4-aa70-67df50954c8b" + "x-ms-arm-service-request-id": "9c0daa08-9e96-43a7-92b5-84f5b8539987", + "x-ms-correlation-request-id": "e2fa6b46-89da-4ffb-a125-f943612a46b1", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102746Z:e2fa6b46-89da-4ffb-a125-f943612a46b1" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-74e025c5", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5", - "etag": "W/\u0022bc20b61d-afd6-425f-90ed-941a58d09d51\u0022", + "etag": "W/\u002253938a81-1a88-486f-b939-5f2483132e17\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T17:25:37.0134791Z" + "CreatedOnDate": "2022-10-22T10:27:40.3054333Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "59fe31d8-ae73-45ba-b87f-cb9bcf0d60c0", + "resourceGuid": "b3b15884-e09d-494e-9955-0c4cc8fdc3d5", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -396,12 +427,12 @@ }, "StatusCode": 201, "ResponseHeaders": { - "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5d54688d-e6f9-4527-83e1-ac55410b4402?api-version=2022-05-01", + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/aabcad0d-739a-47ec-bb1a-ae84266ac6ad?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:25:41 GMT", + "Date": "Sat, 22 Oct 2022 10:27:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -411,15 +442,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4bd2b51d-c2c5-41e8-a802-9c1d3c275ee8", - "x-ms-correlation-request-id": "3a8fc281-6ba5-4a15-8ed9-3d2c68a8c548", + "x-ms-arm-service-request-id": "f763905c-fc46-405d-a7a6-2490781d16ae", + "x-ms-correlation-request-id": "a0dc4ecd-17b7-4a6a-afb2-99ed1eaf0236", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T172541Z:3a8fc281-6ba5-4a15-8ed9-3d2c68a8c548" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102746Z:a0dc4ecd-17b7-4a6a-afb2-99ed1eaf0236" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", - "etag": "W/\u00227b7458eb-7ee5-49ca-beef-73c99b6c2663\u0022", + "etag": "W/\u002297411972-3583-4b5c-bdf2-f7a01336bc66\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -427,7 +458,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00227b7458eb-7ee5-49ca-beef-73c99b6c2663\u0022", + "etag": "W/\u002297411972-3583-4b5c-bdf2-f7a01336bc66\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -447,7 +478,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5d54688d-e6f9-4527-83e1-ac55410b4402?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/aabcad0d-739a-47ec-bb1a-ae84266ac6ad?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -461,7 +492,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:25:41 GMT", + "Date": "Sat, 22 Oct 2022 10:27:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -472,10 +503,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a60dfe0d-fe27-4049-b30c-f879452ea021", - "x-ms-correlation-request-id": "e7701ad5-0d48-4a31-a73c-f3dc91f0502a", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T172541Z:e7701ad5-0d48-4a31-a73c-f3dc91f0502a" + "x-ms-arm-service-request-id": "bfa9a018-9c36-48d6-b60e-30c9cfccec6e", + "x-ms-correlation-request-id": "a2f5b55b-35d5-4024-a452-9a67acc88364", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102747Z:a2f5b55b-35d5-4024-a452-9a67acc88364" }, "ResponseBody": { "status": "Succeeded" @@ -496,8 +527,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:25:41 GMT", - "ETag": "W/\u00226e25e174-8382-4bb0-8345-8e5e3c37e2ff\u0022", + "Date": "Sat, 22 Oct 2022 10:27:46 GMT", + "ETag": "W/\u0022cdda95f7-2ccc-4d4d-89d8-d4dbab7be800\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -508,15 +539,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b77b0655-a849-4203-8d0c-b4fd48ec91bf", - "x-ms-correlation-request-id": "629206da-4aa4-48f5-a052-97968d5b8a21", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T172542Z:629206da-4aa4-48f5-a052-97968d5b8a21" + "x-ms-arm-service-request-id": "f15a1f92-f820-477d-a7a0-62cafb12fb84", + "x-ms-correlation-request-id": "eae51e3a-85f8-41fe-9826-4ad49fc9a8ab", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102747Z:eae51e3a-85f8-41fe-9826-4ad49fc9a8ab" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", - "etag": "W/\u00226e25e174-8382-4bb0-8345-8e5e3c37e2ff\u0022", + "etag": "W/\u0022cdda95f7-2ccc-4d4d-89d8-d4dbab7be800\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -524,7 +555,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00226e25e174-8382-4bb0-8345-8e5e3c37e2ff\u0022", + "etag": "W/\u0022cdda95f7-2ccc-4d4d-89d8-d4dbab7be800\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -560,12 +591,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:25:41 GMT", + "Date": "Sat, 22 Oct 2022 10:27:47 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -654,12 +685,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:25:41 GMT", + "Date": "Sat, 22 Oct 2022 10:27:47 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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -715,7 +746,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "ea742887-b2b2-419c-ae3d-0186b6b5591b", + "client-request-id": "19101166-f594-4832-95ce-563c6bb906be", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -733,10 +764,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "ea742887-b2b2-419c-ae3d-0186b6b5591b", + "client-request-id": "19101166-f594-4832-95ce-563c6bb906be", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:25:41 GMT", + "Date": "Sat, 22 Oct 2022 10:27:47 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -744,7 +775,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -771,30 +802,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4022bca-fded-4c59-a01f-cc920e8420c4?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b129cd3e-8fa7-4dcc-ba5f-a7c5a13d2800?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:25:46 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T17%3A25%3A45.9755066Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:27:51 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A27%3A50.3943576Z\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": "6957e4ff-59bd-4927-aa97-8b3af338586d", + "x-ms-correlation-request-id": "f8c9e83e-da9b-4b11-b3d8-209a7edcb3a4", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T172546Z:6957e4ff-59bd-4927-aa97-8b3af338586d", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102751Z:f8c9e83e-da9b-4b11-b3d8-209a7edcb3a4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5", "name": "sdk-py-tests-acc-1-74e025c5", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-19T17%3A25%3A45.9755066Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A27%3A50.3943576Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T17:25:43.7824693Z" + "CreatedOnDate": "2022-10-22T10:27:48.9349364Z" }, "properties": { "provisioningState": "Creating" @@ -802,15 +833,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T17:25:44.9548813Z", + "createdAt": "2022-10-22T10:27:50.1918335Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T17:25:44.9548813Z" + "lastModifiedAt": "2022-10-22T10:27:50.1918335Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4022bca-fded-4c59-a01f-cc920e8420c4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b129cd3e-8fa7-4dcc-ba5f-a7c5a13d2800?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -824,7 +855,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:25:46 GMT", + "Date": "Sat, 22 Oct 2022 10:27:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -832,17 +863,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "59d8c466-d749-4a4d-a2eb-5ad3017aee3a", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T172547Z:59d8c466-d749-4a4d-a2eb-5ad3017aee3a", + "x-ms-correlation-request-id": "5adb9c2d-aa10-44b3-ab47-c06d581ed72f", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102752Z:5adb9c2d-aa10-44b3-ab47-c06d581ed72f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4022bca-fded-4c59-a01f-cc920e8420c4", - "name": "e4022bca-fded-4c59-a01f-cc920e8420c4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b129cd3e-8fa7-4dcc-ba5f-a7c5a13d2800", + "name": "b129cd3e-8fa7-4dcc-ba5f-a7c5a13d2800", "status": "Succeeded", - "startTime": "2022-10-19T17:25:45.9682053Z", - "endTime": "2022-10-19T17:25:46.030791Z", + "startTime": "2022-10-22T10:27:50.3930643Z", + "endTime": "2022-10-22T10:27:50.50246Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5" @@ -864,8 +895,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:25:47 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T17%3A25%3A46.0344831Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:27:51 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A27%3A50.475902Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -873,19 +904,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee69e1bd-d3c4-451e-ba31-c894d17736b5", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T172547Z:ee69e1bd-d3c4-451e-ba31-c894d17736b5", + "x-ms-correlation-request-id": "9d1d8b4b-6a4a-476e-9de1-8d05d44d4f51", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102752Z:9d1d8b4b-6a4a-476e-9de1-8d05d44d4f51", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5", "name": "sdk-py-tests-acc-1-74e025c5", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-19T17%3A25%3A46.0344831Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A27%3A50.475902Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T17:25:43.7824693Z" + "CreatedOnDate": "2022-10-22T10:27:48.9349364Z" }, "properties": { "activeDirectories": [ @@ -914,10 +945,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T17:25:44.9548813Z", + "createdAt": "2022-10-22T10:27:50.1918335Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T17:25:44.9548813Z" + "lastModifiedAt": "2022-10-22T10:27:50.1918335Z" } } }, @@ -943,30 +974,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c5a599c7-f418-4e60-8723-c5cd7c81ecf1?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/73b6f075-8c94-433c-8b98-3f12bdb5b919?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:25:49 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T17%3A25%3A49.4105167Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:27:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A27%3A54.1781746Z\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": "87664918-579b-4910-9931-7f59f9c687f3", + "x-ms-correlation-request-id": "c6125f5c-ffdd-4ad4-97f8-ce0a1f48d30f", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T172550Z:87664918-579b-4910-9931-7f59f9c687f3", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102755Z:c6125f5c-ffdd-4ad4-97f8-ce0a1f48d30f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-19T17%3A25%3A49.4105167Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A27%3A54.1781746Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T17:25:47.8254873Z" + "CreatedOnDate": "2022-10-22T10:27:52.8673249Z" }, "properties": { "serviceLevel": "Premium", @@ -980,15 +1011,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T17:25:49.0973605Z", + "createdAt": "2022-10-22T10:27:53.9286986Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T17:25:49.0973605Z" + "lastModifiedAt": "2022-10-22T10:27:53.9286986Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c5a599c7-f418-4e60-8723-c5cd7c81ecf1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/73b6f075-8c94-433c-8b98-3f12bdb5b919?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1002,7 +1033,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:25:50 GMT", + "Date": "Sat, 22 Oct 2022 10:27:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1010,17 +1041,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7393f078-bdbd-442f-8963-5e3374e16ef6", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T172550Z:7393f078-bdbd-442f-8963-5e3374e16ef6", + "x-ms-correlation-request-id": "3a11cf52-03b8-480c-9d7b-f904f2967e5a", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102755Z:3a11cf52-03b8-480c-9d7b-f904f2967e5a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c5a599c7-f418-4e60-8723-c5cd7c81ecf1", - "name": "c5a599c7-f418-4e60-8723-c5cd7c81ecf1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/73b6f075-8c94-433c-8b98-3f12bdb5b919", + "name": "73b6f075-8c94-433c-8b98-3f12bdb5b919", "status": "Succeeded", - "startTime": "2022-10-19T17:25:49.4498323Z", - "endTime": "2022-10-19T17:25:50.5435926Z", + "startTime": "2022-10-22T10:27:54.1901384Z", + "endTime": "2022-10-22T10:27:55.0571214Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1" @@ -1042,8 +1073,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:25:50 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T17%3A25%3A50.53492Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:27:55 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A27%3A55.0592814Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1051,22 +1082,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67b4559c-fd21-4f9e-8ef2-e73ba380152e", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T172551Z:67b4559c-fd21-4f9e-8ef2-e73ba380152e", + "x-ms-correlation-request-id": "35c6d031-52ef-4d13-a700-3fe45c36d785", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102756Z:35c6d031-52ef-4d13-a700-3fe45c36d785", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-19T17%3A25%3A50.53492Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A27%3A55.0592814Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T17:25:47.8254873Z" + "CreatedOnDate": "2022-10-22T10:27:52.8673249Z" }, "properties": { - "poolId": "43bdb96c-6f12-8a32-36b0-1f03665890db", + "poolId": "8c38e5f3-63c1-8523-8034-f332d5c306d0", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1079,10 +1110,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T17:25:49.0973605Z", + "createdAt": "2022-10-22T10:27:53.9286986Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T17:25:49.0973605Z" + "lastModifiedAt": "2022-10-22T10:27:53.9286986Z" } } }, @@ -1125,30 +1156,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "1583", + "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:26:03 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T17%3A26%3A03.6812444Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:28:09 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A28%3A08.4479415Z\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": "9dc65189-617c-4703-ad8d-fa4fed48dff9", + "x-ms-correlation-request-id": "dfd2117e-2cc0-4e6d-8c89-934a5310058a", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T172604Z:9dc65189-617c-4703-ad8d-fa4fed48dff9", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102809Z:dfd2117e-2cc0-4e6d-8c89-934a5310058a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T17%3A26%3A03.6812444Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A28%3A08.4479415Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T17:26:01.3685455Z" + "CreatedOnDate": "2022-10-22T10:28:06.3082299Z" }, "properties": { "serviceLevel": "Premium", @@ -1178,15 +1209,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T17:26:02.497001Z", + "createdAt": "2022-10-22T10:28:07.5466398Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T17:26:02.497001Z" + "lastModifiedAt": "2022-10-22T10:28:07.5466398Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1200,7 +1231,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:26:04 GMT", + "Date": "Sat, 22 Oct 2022 10:28:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1208,16 +1239,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "55f6e3f4-53ef-46d9-b9d1-1ed09c4a4d1c", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T172604Z:55f6e3f4-53ef-46d9-b9d1-1ed09c4a4d1c", + "x-ms-correlation-request-id": "ce7be816-5630-4f15-9299-75ceddf8ffdf", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102809Z:ce7be816-5630-4f15-9299-75ceddf8ffdf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26", - "name": "48d104c2-c673-4f97-894a-7f83af9d5a26", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec", + "name": "ddedbc72-ce53-40c8-9134-f46d1044dfec", "status": "Creating", - "startTime": "2022-10-19T17:26:03.6827199Z", + "startTime": "2022-10-22T10:28:08.4373696Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1226,7 +1257,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1240,7 +1271,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:26:35 GMT", + "Date": "Sat, 22 Oct 2022 10:28:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1248,16 +1279,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3207a11b-cea9-4040-8cc1-10aaf13ecc4f", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T172635Z:3207a11b-cea9-4040-8cc1-10aaf13ecc4f", + "x-ms-correlation-request-id": "9bc2d7f1-ac96-4eba-82d8-da427911ffbf", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102840Z:9bc2d7f1-ac96-4eba-82d8-da427911ffbf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26", - "name": "48d104c2-c673-4f97-894a-7f83af9d5a26", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec", + "name": "ddedbc72-ce53-40c8-9134-f46d1044dfec", "status": "Creating", - "startTime": "2022-10-19T17:26:03.6827199Z", + "startTime": "2022-10-22T10:28:08.4373696Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1266,7 +1297,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1280,7 +1311,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:27:05 GMT", + "Date": "Sat, 22 Oct 2022 10:29:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1288,16 +1319,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1638e800-a1ec-46b9-8fee-4a0e234ce52f", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T172705Z:1638e800-a1ec-46b9-8fee-4a0e234ce52f", + "x-ms-correlation-request-id": "68c7d5e2-d688-4023-bf41-15dd91765117", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102910Z:68c7d5e2-d688-4023-bf41-15dd91765117", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26", - "name": "48d104c2-c673-4f97-894a-7f83af9d5a26", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec", + "name": "ddedbc72-ce53-40c8-9134-f46d1044dfec", "status": "Creating", - "startTime": "2022-10-19T17:26:03.6827199Z", + "startTime": "2022-10-22T10:28:08.4373696Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1306,7 +1337,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1320,7 +1351,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:27:35 GMT", + "Date": "Sat, 22 Oct 2022 10:29:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1328,16 +1359,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "51a10aee-aa63-4195-b42b-680cd0be6912", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T172735Z:51a10aee-aa63-4195-b42b-680cd0be6912", + "x-ms-correlation-request-id": "7bb8dfc6-1023-43f5-8fc1-b545ea88630a", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102940Z:7bb8dfc6-1023-43f5-8fc1-b545ea88630a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26", - "name": "48d104c2-c673-4f97-894a-7f83af9d5a26", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec", + "name": "ddedbc72-ce53-40c8-9134-f46d1044dfec", "status": "Creating", - "startTime": "2022-10-19T17:26:03.6827199Z", + "startTime": "2022-10-22T10:28:08.4373696Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1346,7 +1377,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1360,7 +1391,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:28:05 GMT", + "Date": "Sat, 22 Oct 2022 10:30:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1368,16 +1399,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "489b39f5-b335-455f-b4ea-cd743d046265", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T172805Z:489b39f5-b335-455f-b4ea-cd743d046265", + "x-ms-correlation-request-id": "772fc34f-24aa-4a3c-9d3d-34b9676f1635", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103011Z:772fc34f-24aa-4a3c-9d3d-34b9676f1635", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26", - "name": "48d104c2-c673-4f97-894a-7f83af9d5a26", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec", + "name": "ddedbc72-ce53-40c8-9134-f46d1044dfec", "status": "Creating", - "startTime": "2022-10-19T17:26:03.6827199Z", + "startTime": "2022-10-22T10:28:08.4373696Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1386,7 +1417,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1400,7 +1431,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:28:35 GMT", + "Date": "Sat, 22 Oct 2022 10:30:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1408,16 +1439,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4bf7cd75-b47c-4a3a-a520-e6c02de91c13", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T172836Z:4bf7cd75-b47c-4a3a-a520-e6c02de91c13", + "x-ms-correlation-request-id": "fec3249c-277e-47fc-8d4f-b383cc4b61f4", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103041Z:fec3249c-277e-47fc-8d4f-b383cc4b61f4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26", - "name": "48d104c2-c673-4f97-894a-7f83af9d5a26", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec", + "name": "ddedbc72-ce53-40c8-9134-f46d1044dfec", "status": "Creating", - "startTime": "2022-10-19T17:26:03.6827199Z", + "startTime": "2022-10-22T10:28:08.4373696Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1426,7 +1457,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1440,7 +1471,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:29:06 GMT", + "Date": "Sat, 22 Oct 2022 10:31:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1448,16 +1479,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c60011b3-7ade-4dee-8ac8-db072f91c167", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T172906Z:c60011b3-7ade-4dee-8ac8-db072f91c167", + "x-ms-correlation-request-id": "49a3a9de-a07d-496c-8ac0-3cc486d81405", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103111Z:49a3a9de-a07d-496c-8ac0-3cc486d81405", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26", - "name": "48d104c2-c673-4f97-894a-7f83af9d5a26", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec", + "name": "ddedbc72-ce53-40c8-9134-f46d1044dfec", "status": "Creating", - "startTime": "2022-10-19T17:26:03.6827199Z", + "startTime": "2022-10-22T10:28:08.4373696Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1466,7 +1497,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1480,7 +1511,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:29:36 GMT", + "Date": "Sat, 22 Oct 2022 10:31:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1488,16 +1519,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b2356db-cfa8-4683-be24-11513d646341", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T172936Z:2b2356db-cfa8-4683-be24-11513d646341", + "x-ms-correlation-request-id": "8c819859-cf09-4039-a232-7fb8f44d216c", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103141Z:8c819859-cf09-4039-a232-7fb8f44d216c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26", - "name": "48d104c2-c673-4f97-894a-7f83af9d5a26", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec", + "name": "ddedbc72-ce53-40c8-9134-f46d1044dfec", "status": "Creating", - "startTime": "2022-10-19T17:26:03.6827199Z", + "startTime": "2022-10-22T10:28:08.4373696Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1506,7 +1537,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1520,7 +1551,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:30:06 GMT", + "Date": "Sat, 22 Oct 2022 10:32:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1528,16 +1559,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ec07fde-13d2-49b0-9227-e906701ecc86", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173007Z:4ec07fde-13d2-49b0-9227-e906701ecc86", + "x-ms-correlation-request-id": "f5f509d0-3499-4cf4-9390-5c14c62d9a47", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103212Z:f5f509d0-3499-4cf4-9390-5c14c62d9a47", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26", - "name": "48d104c2-c673-4f97-894a-7f83af9d5a26", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec", + "name": "ddedbc72-ce53-40c8-9134-f46d1044dfec", "status": "Creating", - "startTime": "2022-10-19T17:26:03.6827199Z", + "startTime": "2022-10-22T10:28:08.4373696Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1546,7 +1577,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1560,7 +1591,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:30:36 GMT", + "Date": "Sat, 22 Oct 2022 10:32:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1568,17 +1599,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dbef82b4-41a8-459d-89d9-9c642511ed8e", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173037Z:dbef82b4-41a8-459d-89d9-9c642511ed8e", + "x-ms-correlation-request-id": "bba0e9c5-c978-46d4-bdde-714c637ba7b3", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103242Z:bba0e9c5-c978-46d4-bdde-714c637ba7b3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec", + "name": "ddedbc72-ce53-40c8-9134-f46d1044dfec", + "status": "Creating", + "startTime": "2022-10-22T10:28:08.4373696Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:33: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": "ffad6542-e855-418a-83c5-e4db971982f7", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103312Z:ffad6542-e855-418a-83c5-e4db971982f7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48d104c2-c673-4f97-894a-7f83af9d5a26", - "name": "48d104c2-c673-4f97-894a-7f83af9d5a26", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec", + "name": "ddedbc72-ce53-40c8-9134-f46d1044dfec", "status": "Succeeded", - "startTime": "2022-10-19T17:26:03.6827199Z", - "endTime": "2022-10-19T17:30:10.1543901Z", + "startTime": "2022-10-22T10:28:08.4373696Z", + "endTime": "2022-10-22T10:32:50.6465207Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" @@ -1600,8 +1671,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:30:37 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T17%3A30%3A10.1470605Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:33:12 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A32%3A50.6493066Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1609,22 +1680,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "420a6008-fc5c-4d44-8ef3-56af3d07bc94", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173038Z:420a6008-fc5c-4d44-8ef3-56af3d07bc94", + "x-ms-correlation-request-id": "def976c2-0bf9-4434-86cc-fd937364f092", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103313Z:def976c2-0bf9-4434-86cc-fd937364f092", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T17%3A30%3A10.1470605Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A32%3A50.6493066Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T17:26:01.3685455Z" + "CreatedOnDate": "2022-10-22T10:28:06.3082299Z" }, "properties": { - "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-74e025c5", "usageThreshold": 107374182400, @@ -1652,7 +1723,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_275c30f2", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_07757dcc", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1667,8 +1738,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", - "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "mountTargetId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", + "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", "ipAddress": "10.0.0.4" } ], @@ -1688,10 +1759,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T17:26:02.497001Z", + "createdAt": "2022-10-22T10:28:07.5466398Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T17:26:02.497001Z" + "lastModifiedAt": "2022-10-22T10:28:07.5466398Z" } } }, @@ -1710,8 +1781,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:30:48 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T17%3A30%3A10.1470605Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:33:23 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A32%3A50.6493066Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1719,22 +1790,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fc7f096f-5d76-4d0d-901d-6f19f46e6807", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173048Z:fc7f096f-5d76-4d0d-901d-6f19f46e6807", + "x-ms-correlation-request-id": "f0f15bdd-50b9-4949-b68a-f82d6877b30c", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103323Z:f0f15bdd-50b9-4949-b68a-f82d6877b30c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T17%3A30%3A10.1470605Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A32%3A50.6493066Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T17:26:01.3685455Z" + "CreatedOnDate": "2022-10-22T10:28:06.3082299Z" }, "properties": { - "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-74e025c5", "usageThreshold": 107374182400, @@ -1762,7 +1833,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_275c30f2", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_07757dcc", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1777,8 +1848,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", - "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "mountTargetId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", + "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", "ipAddress": "10.0.0.4" } ], @@ -1798,10 +1869,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T17:26:02.497001Z", + "createdAt": "2022-10-22T10:28:07.5466398Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T17:26:02.497001Z" + "lastModifiedAt": "2022-10-22T10:28:07.5466398Z" } } }, @@ -1820,7 +1891,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:30:49 GMT", + "Date": "Sat, 22 Oct 2022 10:33:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1828,9 +1899,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3077ea2-7d2f-401a-bf20-c05988726206", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173049Z:f3077ea2-7d2f-401a-bf20-c05988726206", + "x-ms-correlation-request-id": "78086501-7eda-42fe-b801-53f42c2844a9", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103324Z:78086501-7eda-42fe-b801-53f42c2844a9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1872,35 +1943,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f37771e4-f295-43e1-be16-6a1b6d063c1c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21d406ea-5c98-48fd-9962-5062300b1170?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "2476", + "Content-Length": "2480", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:30:50 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T17%3A30%3A50.03134Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:33:25 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A33%3A25.3964494Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f37771e4-f295-43e1-be16-6a1b6d063c1c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21d406ea-5c98-48fd-9962-5062300b1170?api-version=2022-05-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": "37dc0143-99b0-4609-8ea8-36807e99571f", + "x-ms-correlation-request-id": "2c67d4ab-beff-4c78-84d5-38a1241ca9ac", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173050Z:37dc0143-99b0-4609-8ea8-36807e99571f", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103325Z:2c67d4ab-beff-4c78-84d5-38a1241ca9ac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T17%3A30%3A50.03134Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A33%3A25.3964494Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T17:26:01.3685455Z" + "CreatedOnDate": "2022-10-22T10:28:06.3082299Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-74e025c5", "usageThreshold": 107374182400, @@ -1928,7 +1999,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_275c30f2", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_07757dcc", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1943,8 +2014,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", - "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "mountTargetId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", + "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", "ipAddress": "10.0.0.4" } ], @@ -1963,15 +2034,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T17:26:02.497001Z", + "createdAt": "2022-10-22T10:28:07.5466398Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T17:26:02.497001Z" + "lastModifiedAt": "2022-10-22T10:28:07.5466398Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f37771e4-f295-43e1-be16-6a1b6d063c1c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21d406ea-5c98-48fd-9962-5062300b1170?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1985,7 +2056,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:30:50 GMT", + "Date": "Sat, 22 Oct 2022 10:33:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1993,16 +2064,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7dc118dc-2c74-48f1-ad29-cda188fcfdef", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173050Z:7dc118dc-2c74-48f1-ad29-cda188fcfdef", + "x-ms-correlation-request-id": "74a0f417-54b1-43f3-8e4e-ed59a9001c14", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103325Z:74a0f417-54b1-43f3-8e4e-ed59a9001c14", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f37771e4-f295-43e1-be16-6a1b6d063c1c", - "name": "f37771e4-f295-43e1-be16-6a1b6d063c1c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21d406ea-5c98-48fd-9962-5062300b1170", + "name": "21d406ea-5c98-48fd-9962-5062300b1170", "status": "Patching", - "startTime": "2022-10-19T17:30:50.0306046Z", + "startTime": "2022-10-22T10:33:25.4466818Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2011,7 +2082,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f37771e4-f295-43e1-be16-6a1b6d063c1c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21d406ea-5c98-48fd-9962-5062300b1170?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2025,7 +2096,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:31:20 GMT", + "Date": "Sat, 22 Oct 2022 10:33:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2033,17 +2104,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ea2e478-7d9d-4fbb-9160-7fedf7c327b3", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173120Z:4ea2e478-7d9d-4fbb-9160-7fedf7c327b3", + "x-ms-correlation-request-id": "a5c1d7eb-e1e6-4eea-aa57-3bbe5c140030", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103356Z:a5c1d7eb-e1e6-4eea-aa57-3bbe5c140030", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f37771e4-f295-43e1-be16-6a1b6d063c1c", - "name": "f37771e4-f295-43e1-be16-6a1b6d063c1c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21d406ea-5c98-48fd-9962-5062300b1170", + "name": "21d406ea-5c98-48fd-9962-5062300b1170", "status": "Succeeded", - "startTime": "2022-10-19T17:30:50.0306046Z", - "endTime": "2022-10-19T17:30:53.4950263Z", + "startTime": "2022-10-22T10:33:25.4466818Z", + "endTime": "2022-10-22T10:33:28.9480065Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" @@ -2051,7 +2122,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f37771e4-f295-43e1-be16-6a1b6d063c1c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21d406ea-5c98-48fd-9962-5062300b1170?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2065,7 +2136,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:31:20 GMT", + "Date": "Sat, 22 Oct 2022 10:33:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2073,19 +2144,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c07bf8b-9476-4f55-b0fa-b280d200cb01", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173120Z:5c07bf8b-9476-4f55-b0fa-b280d200cb01", + "x-ms-correlation-request-id": "58911efd-60f2-48f2-b3f7-b42c8909ccaa", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103356Z:58911efd-60f2-48f2-b3f7-b42c8909ccaa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T17%3A30%3A53.4963664Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A33%3A28.9414235Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T17:30:49.6601537Z" + "CreatedOnDate": "2022-10-22T10:33:25.0496423Z" }, "properties": { "dataProtection": { @@ -2095,7 +2166,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault" } }, - "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-74e025c5", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2126,19 +2197,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_275c30f2", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_07757dcc", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", - "poolId": "43bdb96c-6f12-8a32-36b0-1f03665890db", + "poolId": "8c38e5f3-63c1-8523-8034-f332d5c306d0", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", - "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "mountTargetId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", + "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", "startIp": "", "endIp": "", "gateway": "", @@ -2170,10 +2241,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T17:26:02.497001Z", + "createdAt": "2022-10-22T10:28:07.5466398Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T17:30:49.8310726Z" + "lastModifiedAt": "2022-10-22T10:33:25.2558333Z" } } }, @@ -2196,20 +2267,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0119ec1-9285-408d-a45f-e302fa8861ff?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31f719b5-ce8a-4409-a490-7c8a44ebc409?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "542", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:31:20 GMT", + "Date": "Sat, 22 Oct 2022 10:33:56 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0119ec1-9285-408d-a45f-e302fa8861ff?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31f719b5-ce8a-4409-a490-7c8a44ebc409?api-version=2022-05-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": "080ea6bf-650d-40fb-ba11-057485fbfa93", + "x-ms-correlation-request-id": "97af2a54-c781-4ca3-9f95-9b4f1bcea7c0", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173121Z:080ea6bf-650d-40fb-ba11-057485fbfa93", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103356Z:97af2a54-c781-4ca3-9f95-9b4f1bcea7c0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2224,7 +2295,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0119ec1-9285-408d-a45f-e302fa8861ff?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31f719b5-ce8a-4409-a490-7c8a44ebc409?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2238,7 +2309,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:31:21 GMT", + "Date": "Sat, 22 Oct 2022 10:33:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2246,16 +2317,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7fadf279-78ad-4be6-b648-5efd57538ffe", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173121Z:7fadf279-78ad-4be6-b648-5efd57538ffe", + "x-ms-correlation-request-id": "4fa0dba7-fd9d-41cd-9ef7-d15f64916b66", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103357Z:4fa0dba7-fd9d-41cd-9ef7-d15f64916b66", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0119ec1-9285-408d-a45f-e302fa8861ff", - "name": "e0119ec1-9285-408d-a45f-e302fa8861ff", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31f719b5-ce8a-4409-a490-7c8a44ebc409", + "name": "31f719b5-ce8a-4409-a490-7c8a44ebc409", "status": "Creating", - "startTime": "2022-10-19T17:31:21.3394402Z", + "startTime": "2022-10-22T10:33:56.8005507Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2264,7 +2335,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0119ec1-9285-408d-a45f-e302fa8861ff?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31f719b5-ce8a-4409-a490-7c8a44ebc409?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2278,7 +2349,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:31:51 GMT", + "Date": "Sat, 22 Oct 2022 10:34:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2286,17 +2357,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "298493ab-f081-4b44-83f9-a8d2861ad47a", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173151Z:298493ab-f081-4b44-83f9-a8d2861ad47a", + "x-ms-correlation-request-id": "24c6ebbb-1bba-4969-9d9c-043f5ba3f072", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103427Z:24c6ebbb-1bba-4969-9d9c-043f5ba3f072", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0119ec1-9285-408d-a45f-e302fa8861ff", - "name": "e0119ec1-9285-408d-a45f-e302fa8861ff", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31f719b5-ce8a-4409-a490-7c8a44ebc409", + "name": "31f719b5-ce8a-4409-a490-7c8a44ebc409", "status": "Succeeded", - "startTime": "2022-10-19T17:31:21.3394402Z", - "endTime": "2022-10-19T17:31:22.2456993Z", + "startTime": "2022-10-22T10:33:56.8005507Z", + "endTime": "2022-10-22T10:33:57.8163302Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1" @@ -2304,7 +2375,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0119ec1-9285-408d-a45f-e302fa8861ff?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31f719b5-ce8a-4409-a490-7c8a44ebc409?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2316,29 +2387,29 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "762", + "Content-Length": "763", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:31:51 GMT", + "Date": "Sat, 22 Oct 2022 10:34:27 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": "00bcb8e3-f14a-48a0-9018-a6fe56b1bf05", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173152Z:00bcb8e3-f14a-48a0-9018-a6fe56b1bf05", + "x-ms-correlation-request-id": "462fcab9-c557-4f8c-a2b7-4d300413946f", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103427Z:462fcab9-c557-4f8c-a2b7-4d300413946f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/19/2022 5:31:22 PM", + "etag": "10/22/2022 10:33:57 AM", "location": "", "properties": { - "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", "creationDate": "0001-01-01T00:00:00Z", - "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", "size": 0, "backupType": "Manual", "failureReason": "None", @@ -2362,7 +2433,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:32:03 GMT", + "Date": "Sat, 22 Oct 2022 10:34:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2370,9 +2441,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c634d034-0021-4aba-a8d8-d91f4d8910da", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173203Z:c634d034-0021-4aba-a8d8-d91f4d8910da", + "x-ms-correlation-request-id": "0bdf0c8a-f4d0-4ec1-b4b9-c7f88951a89d", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103439Z:0bdf0c8a-f4d0-4ec1-b4b9-c7f88951a89d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2381,8 +2452,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T17:31:22Z", - "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "creationDate": "2022-10-22T10:33:57Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2407,7 +2478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:32:13 GMT", + "Date": "Sat, 22 Oct 2022 10:34:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2415,9 +2486,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3615869a-e584-468c-a91f-1fd577b32d5b", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173214Z:3615869a-e584-468c-a91f-1fd577b32d5b", + "x-ms-correlation-request-id": "3bf69d48-29a5-47d7-9183-5ed415ca06cf", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103449Z:3bf69d48-29a5-47d7-9183-5ed415ca06cf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2426,8 +2497,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T17:31:22Z", - "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "creationDate": "2022-10-22T10:33:57Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2452,7 +2523,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:32:24 GMT", + "Date": "Sat, 22 Oct 2022 10:35:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2460,9 +2531,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2482bd98-0e64-4b34-8313-ee5f9641ce6a", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173224Z:2482bd98-0e64-4b34-8313-ee5f9641ce6a", + "x-ms-correlation-request-id": "c249b86a-d78a-4f3e-8ff2-9e6943ccea1d", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103500Z:c249b86a-d78a-4f3e-8ff2-9e6943ccea1d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2471,8 +2542,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T17:31:22Z", - "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "creationDate": "2022-10-22T10:33:57Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2497,7 +2568,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:32:34 GMT", + "Date": "Sat, 22 Oct 2022 10:35:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2505,9 +2576,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "187b820f-3357-4a8b-bcec-d6132efb0d31", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173235Z:187b820f-3357-4a8b-bcec-d6132efb0d31", + "x-ms-correlation-request-id": "9b0f0f76-6874-47fe-bf65-0557847d9c33", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103510Z:9b0f0f76-6874-47fe-bf65-0557847d9c33", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2516,8 +2587,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T17:31:22Z", - "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "creationDate": "2022-10-22T10:33:57Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2542,7 +2613,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:32:45 GMT", + "Date": "Sat, 22 Oct 2022 10:35:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2550,9 +2621,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7acf861f-7ba4-4861-94a1-a51d1e9beb22", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173246Z:7acf861f-7ba4-4861-94a1-a51d1e9beb22", + "x-ms-correlation-request-id": "c6985bdf-40ad-41f9-9540-a6d6bfcf56aa", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103522Z:c6985bdf-40ad-41f9-9540-a6d6bfcf56aa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2561,8 +2632,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T17:31:22Z", - "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "creationDate": "2022-10-22T10:33:57Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2587,7 +2658,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:32:56 GMT", + "Date": "Sat, 22 Oct 2022 10:35:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2595,9 +2666,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8041bc68-0fbf-4dd4-b78b-7fb13657bba3", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173256Z:8041bc68-0fbf-4dd4-b78b-7fb13657bba3", + "x-ms-correlation-request-id": "ca8fb41d-dbde-4275-8a3e-e539058372ad", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103533Z:ca8fb41d-dbde-4275-8a3e-e539058372ad", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2606,8 +2677,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T17:31:22Z", - "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "creationDate": "2022-10-22T10:33:57Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2632,7 +2703,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:33:07 GMT", + "Date": "Sat, 22 Oct 2022 10:35:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2640,9 +2711,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fceb2761-cd9a-4553-986e-576f7742e864", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173307Z:fceb2761-cd9a-4553-986e-576f7742e864", + "x-ms-correlation-request-id": "76e6a517-08fa-4920-b683-2a2e2ff51465", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103543Z:76e6a517-08fa-4920-b683-2a2e2ff51465", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2651,8 +2722,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T17:31:22Z", - "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "creationDate": "2022-10-22T10:33:57Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2677,7 +2748,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:33:17 GMT", + "Date": "Sat, 22 Oct 2022 10:35:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2685,9 +2756,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a76f22db-42bc-4b73-93c8-230bfa36dda1", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173318Z:a76f22db-42bc-4b73-93c8-230bfa36dda1", + "x-ms-correlation-request-id": "9f43ac9f-1600-45d5-9be3-2ee24f3da723", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103554Z:9f43ac9f-1600-45d5-9be3-2ee24f3da723", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2696,8 +2767,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T17:31:22Z", - "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "creationDate": "2022-10-22T10:33:57Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2722,7 +2793,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:33:29 GMT", + "Date": "Sat, 22 Oct 2022 10:36:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2730,9 +2801,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7244b6da-bca2-475d-93f1-ceec0fc2cea1", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173329Z:7244b6da-bca2-475d-93f1-ceec0fc2cea1", + "x-ms-correlation-request-id": "8988058d-ff49-4573-bfc3-ffaf2cf039ec", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103605Z:8988058d-ff49-4573-bfc3-ffaf2cf039ec", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2741,8 +2812,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T17:31:22Z", - "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "creationDate": "2022-10-22T10:33:57Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2767,7 +2838,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:33:39 GMT", + "Date": "Sat, 22 Oct 2022 10:36:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2775,9 +2846,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "228a8c53-207d-4d7b-aef5-0c7333b5a0c5", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173339Z:228a8c53-207d-4d7b-aef5-0c7333b5a0c5", + "x-ms-correlation-request-id": "6ef7db59-a0e5-403e-83e5-6ddc73abcd76", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103615Z:6ef7db59-a0e5-403e-83e5-6ddc73abcd76", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2786,8 +2857,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T17:31:22Z", - "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "creationDate": "2022-10-22T10:33:57Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2812,7 +2883,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:33:50 GMT", + "Date": "Sat, 22 Oct 2022 10:36:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2820,9 +2891,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c9e823fa-ce10-4edc-b60f-5b53430f1adb", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173351Z:c9e823fa-ce10-4edc-b60f-5b53430f1adb", + "x-ms-correlation-request-id": "f4ca1437-4f56-4bec-8ff6-b404cb2a330d", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103626Z:f4ca1437-4f56-4bec-8ff6-b404cb2a330d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2831,8 +2902,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T17:31:22Z", - "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "creationDate": "2022-10-22T10:33:57Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2857,7 +2928,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:34:01 GMT", + "Date": "Sat, 22 Oct 2022 10:36:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2865,9 +2936,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fe1023de-b5aa-4b56-8e4b-a79a9adeadde", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173402Z:fe1023de-b5aa-4b56-8e4b-a79a9adeadde", + "x-ms-correlation-request-id": "7d6c61cd-899f-4aeb-ac0d-4f6b3b653103", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103637Z:7d6c61cd-899f-4aeb-ac0d-4f6b3b653103", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2876,8 +2947,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T17:31:22Z", - "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "creationDate": "2022-10-22T10:33:57Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2902,7 +2973,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:34:12 GMT", + "Date": "Sat, 22 Oct 2022 10:36:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2910,9 +2981,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad373556-76a5-4ce0-b615-985075382fbe", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173412Z:ad373556-76a5-4ce0-b615-985075382fbe", + "x-ms-correlation-request-id": "2e777c00-b2b5-4596-8b14-c1d1229eb086", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103648Z:2e777c00-b2b5-4596-8b14-c1d1229eb086", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2921,8 +2992,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T17:31:22Z", - "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "creationDate": "2022-10-22T10:33:57Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2947,7 +3018,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:34:23 GMT", + "Date": "Sat, 22 Oct 2022 10:36:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2955,9 +3026,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d2f7f30-57ae-4ace-8af1-564b0c78a6b7", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173423Z:3d2f7f30-57ae-4ace-8af1-564b0c78a6b7", + "x-ms-correlation-request-id": "5cbde411-9762-491a-a45e-febb77ef4c5c", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103659Z:5cbde411-9762-491a-a45e-febb77ef4c5c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2966,8 +3037,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T17:31:22Z", - "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "creationDate": "2022-10-22T10:33:57Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2992,7 +3063,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:34:33 GMT", + "Date": "Sat, 22 Oct 2022 10:37:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3000,9 +3071,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5dc56de-a4e2-473b-b466-73e186bf72d7", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173433Z:b5dc56de-a4e2-473b-b466-73e186bf72d7", + "x-ms-correlation-request-id": "3b35c664-df22-4ac3-a59a-0379b00ee45d", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103710Z:3b35c664-df22-4ac3-a59a-0379b00ee45d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3011,8 +3082,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T17:31:22Z", - "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", + "creationDate": "2022-10-22T10:33:57Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3037,7 +3108,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:34:44 GMT", + "Date": "Sat, 22 Oct 2022 10:37:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3045,9 +3116,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a28a1573-81d1-4ab3-9024-ed0b1d8fff67", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173444Z:a28a1573-81d1-4ab3-9024-ed0b1d8fff67", + "x-ms-correlation-request-id": "9f1b9bb0-6732-4ed2-ba84-0e27aff708d0", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103720Z:9f1b9bb0-6732-4ed2-ba84-0e27aff708d0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3056,11 +3127,11 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T17:31:25Z", - "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", - "size": 331776, + "creationDate": "2022-10-22T10:33:57Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", + "size": 0, "backupType": "Manual", - "provisioningState": "Succeeded", + "provisioningState": "Creating", "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-74e025c5", "useExistingSnapshot": false @@ -3082,7 +3153,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:34:44 GMT", + "Date": "Sat, 22 Oct 2022 10:37:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3090,9 +3161,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c05258ed-a4c5-41ce-ba63-7ef52c8bbbc6", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173444Z:c05258ed-a4c5-41ce-ba63-7ef52c8bbbc6", + "x-ms-correlation-request-id": "f393ffd5-a5f8-4b2d-85dc-fabe18025174", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103732Z:f393ffd5-a5f8-4b2d-85dc-fabe18025174", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3101,11 +3172,11 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T17:31:25Z", - "backupId": "fb0c6cbe-f1ed-9041-421e-4e5d4d07d94d", - "size": 331776, + "creationDate": "2022-10-22T10:33:57Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", + "size": 0, "backupType": "Manual", - "provisioningState": "Succeeded", + "provisioningState": "Creating", "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-74e025c5", "useExistingSnapshot": false @@ -3113,7 +3184,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3127,7 +3198,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:34:45 GMT", + "Date": "Sat, 22 Oct 2022 10:37:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3135,86 +3206,491 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ded93bab-3085-40c1-b1af-59b815ec32f3", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173445Z:ded93bab-3085-40c1-b1af-59b815ec32f3", + "x-ms-correlation-request-id": "015f38ca-8516-409c-bfcb-1060dd5775f2", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103742Z:015f38ca-8516-409c-bfcb-1060dd5775f2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault", - "name": "sdk-py-tests-acc-1-74e025c5/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": {} - } - ] + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T10:33:57Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5?api-version=2022-05-01", - "RequestMethod": "PATCH", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Content-Length": "413", - "Content-Type": "application/json", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, - "RequestBody": { + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:37: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": "3967e511-ff24-4cd4-8e92-b2cbedb6c8d9", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103753Z:3967e511-ff24-4cd4-8e92-b2cbedb6c8d9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", "properties": { - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "dataProtection": { - "backup": { - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault", - "backupEnabled": false - } - }, - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0 + "creationDate": "2022-10-22T10:33:57Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, - "StatusCode": 202, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3335357b-d1ce-4436-a635-17cf49caf51c?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "2742", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:34:45 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T17%3A34%3A45.8160365Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:38:03 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3335357b-d1ce-4436-a635-17cf49caf51c?api-version=2022-05-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": "6c9d15c9-761f-4df3-b6b2-3509406076ae", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173445Z:6c9d15c9-761f-4df3-b6b2-3509406076ae", + "x-ms-correlation-request-id": "06f08c24-2098-4ba9-8d37-6eb28146c6e7", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103804Z:06f08c24-2098-4ba9-8d37-6eb28146c6e7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T17%3A34%3A45.8160365Z\u0027\u0022", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-19T17:30:49.6601537Z" - }, "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, + "creationDate": "2022-10-22T10:33:57Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:38: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": "40f1cee1-d8f3-474c-8426-a8508c6559bd", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103814Z:40f1cee1-d8f3-474c-8426-a8508c6559bd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T10:33:57Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:38: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": "7ccb38ba-d5fa-49ba-8f38-de809465030d", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103825Z:7ccb38ba-d5fa-49ba-8f38-de809465030d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T10:33:57Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:38: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": "595efc64-7b47-4bb9-8621-db1c1585b403", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103836Z:595efc64-7b47-4bb9-8621-db1c1585b403", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T10:33:57Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:38: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": "e4fadb68-b416-4d18-856f-5cbdd76294cf", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103847Z:e4fadb68-b416-4d18-856f-5cbdd76294cf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T10:33:57Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:38: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": "32558c15-9990-4fc3-9221-c69425d319a0", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103857Z:32558c15-9990-4fc3-9221-c69425d319a0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T10:34:18Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", + "size": 339968, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:38: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": "a62f07c0-f056-424f-bfd1-6450b1c23adf", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103858Z:a62f07c0-f056-424f-bfd1-6450b1c23adf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T10:34:18Z", + "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", + "size": 339968, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-74e025c5", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:38: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": "6236bde1-b493-4c73-a4f1-dc97270a1b72", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103858Z:6236bde1-b493-4c73-a4f1-dc97270a1b72", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault", + "name": "sdk-py-tests-acc-1-74e025c5/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "413", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/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/westus2/operationResults/227342d5-3bc2-4580-a7b1-d2f709248950?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2743", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:38:58 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A38%3A59.4414273Z\u0027\u0022", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/227342d5-3bc2-4580-a7b1-d2f709248950?api-version=2022-05-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": "868a61d0-f4ae-4cbe-9f82-ceac967d7597", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103859Z:868a61d0-f4ae-4cbe-9f82-ceac967d7597", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A38%3A59.4414273Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-22T10:33:25.0496423Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault" } }, "provisioningState": "Patching", - "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-74e025c5", "usageThreshold": 107374182400, @@ -3242,7 +3718,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_275c30f2", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_07757dcc", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -3257,8 +3733,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", - "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "mountTargetId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", + "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", "ipAddress": "10.0.0.4" } ], @@ -3277,15 +3753,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T17:26:02.497001Z", + "createdAt": "2022-10-22T10:28:07.5466398Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T17:30:49.8310726Z" + "lastModifiedAt": "2022-10-22T10:33:25.2558333Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3335357b-d1ce-4436-a635-17cf49caf51c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/227342d5-3bc2-4580-a7b1-d2f709248950?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3299,7 +3775,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:34:46 GMT", + "Date": "Sat, 22 Oct 2022 10:38:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3307,16 +3783,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a997f1f-e91d-4589-aa9b-bfcb1571a91b", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173446Z:8a997f1f-e91d-4589-aa9b-bfcb1571a91b", + "x-ms-correlation-request-id": "4ff9d52a-11d1-4313-a3a5-8c9b04179fef", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103859Z:4ff9d52a-11d1-4313-a3a5-8c9b04179fef", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3335357b-d1ce-4436-a635-17cf49caf51c", - "name": "3335357b-d1ce-4436-a635-17cf49caf51c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/227342d5-3bc2-4580-a7b1-d2f709248950", + "name": "227342d5-3bc2-4580-a7b1-d2f709248950", "status": "Patching", - "startTime": "2022-10-19T17:34:45.8112971Z", + "startTime": "2022-10-22T10:38:59.4682473Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3325,7 +3801,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3335357b-d1ce-4436-a635-17cf49caf51c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/227342d5-3bc2-4580-a7b1-d2f709248950?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3339,7 +3815,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:35:15 GMT", + "Date": "Sat, 22 Oct 2022 10:39:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3347,17 +3823,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "28620e8a-b619-457a-9ac9-c10f08dbd128", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173516Z:28620e8a-b619-457a-9ac9-c10f08dbd128", + "x-ms-correlation-request-id": "6a51bea7-5d17-4ba3-81d0-9a1dba550bbc", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103930Z:6a51bea7-5d17-4ba3-81d0-9a1dba550bbc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3335357b-d1ce-4436-a635-17cf49caf51c", - "name": "3335357b-d1ce-4436-a635-17cf49caf51c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/227342d5-3bc2-4580-a7b1-d2f709248950", + "name": "227342d5-3bc2-4580-a7b1-d2f709248950", "status": "Succeeded", - "startTime": "2022-10-19T17:34:45.8112971Z", - "endTime": "2022-10-19T17:34:59.0273604Z", + "startTime": "2022-10-22T10:38:59.4682473Z", + "endTime": "2022-10-22T10:39:05.1251751Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" @@ -3365,7 +3841,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3335357b-d1ce-4436-a635-17cf49caf51c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/227342d5-3bc2-4580-a7b1-d2f709248950?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3379,7 +3855,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:35:15 GMT", + "Date": "Sat, 22 Oct 2022 10:39:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3387,19 +3863,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d93c2af3-66d3-4504-a8d4-fd2eb62fbd1a", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173516Z:d93c2af3-66d3-4504-a8d4-fd2eb62fbd1a", + "x-ms-correlation-request-id": "ae9a3185-c56f-4697-8b98-7cc6bfb404f2", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103931Z:ae9a3185-c56f-4697-8b98-7cc6bfb404f2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T17%3A34%3A58.999554Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A39%3A05.1161782Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T17:34:45.3705469Z" + "CreatedOnDate": "2022-10-22T10:33:25.0496423Z" }, "properties": { "dataProtection": { @@ -3409,7 +3885,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault" } }, - "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-74e025c5", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -3440,19 +3916,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_275c30f2", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_07757dcc", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", - "poolId": "43bdb96c-6f12-8a32-36b0-1f03665890db", + "poolId": "8c38e5f3-63c1-8523-8034-f332d5c306d0", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", - "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "mountTargetId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", + "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", "startIp": "", "endIp": "", "gateway": "", @@ -3484,10 +3960,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T17:26:02.497001Z", + "createdAt": "2022-10-22T10:28:07.5466398Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T17:34:45.616435Z" + "lastModifiedAt": "2022-10-22T10:38:59.2878401Z" } } }, @@ -3506,15 +3982,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:35:18 GMT", + "Date": "Sat, 22 Oct 2022 10:39: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": "891943bf-7264-4047-b355-638bfc45f9e6", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173519Z:891943bf-7264-4047-b355-638bfc45f9e6", + "x-ms-correlation-request-id": "de11eae0-18df-4356-a2b9-bde1dc6f6a90", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103933Z:de11eae0-18df-4356-a2b9-bde1dc6f6a90", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3537,25 +4013,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 19 Oct 2022 17:35:19 GMT", + "Date": "Sat, 22 Oct 2022 10:39:34 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2?api-version=2022-05-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": "f28e1461-5ac6-470f-8a74-07cc514814f3", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173520Z:f28e1461-5ac6-470f-8a74-07cc514814f3", + "x-ms-correlation-request-id": "33914d97-e833-4ca7-90d5-4131b6c5e998", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103934Z:33914d97-e833-4ca7-90d5-4131b6c5e998", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3569,7 +4045,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:35:20 GMT", + "Date": "Sat, 22 Oct 2022 10:39:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3577,16 +4053,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aa191967-6a75-422c-920c-33f225f252d7", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173520Z:aa191967-6a75-422c-920c-33f225f252d7", + "x-ms-correlation-request-id": "7269d9ce-55c7-441d-ab88-eb120f44fd98", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T103935Z:7269d9ce-55c7-441d-ab88-eb120f44fd98", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730", - "name": "54cf1c86-cd0b-4b02-abdb-8df81919f730", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2", + "name": "2184f4fc-4e2f-47c2-8526-53359ca453f2", "status": "Deleting", - "startTime": "2022-10-19T17:35:20.562104Z", + "startTime": "2022-10-22T10:39:34.6652627Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3595,7 +4071,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3609,7 +4085,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:35:51 GMT", + "Date": "Sat, 22 Oct 2022 10:40:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3617,16 +4093,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa41f997-50de-43f0-be23-fa768a8a11a0", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173551Z:fa41f997-50de-43f0-be23-fa768a8a11a0", + "x-ms-correlation-request-id": "04438c99-ce8e-4dcf-956a-7996d605e7c8", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104005Z:04438c99-ce8e-4dcf-956a-7996d605e7c8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730", - "name": "54cf1c86-cd0b-4b02-abdb-8df81919f730", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2", + "name": "2184f4fc-4e2f-47c2-8526-53359ca453f2", "status": "Deleting", - "startTime": "2022-10-19T17:35:20.562104Z", + "startTime": "2022-10-22T10:39:34.6652627Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3635,7 +4111,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3649,7 +4125,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:36:20 GMT", + "Date": "Sat, 22 Oct 2022 10:40:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3657,16 +4133,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dcb791f7-560e-4530-b815-824962971dc1", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173621Z:dcb791f7-560e-4530-b815-824962971dc1", + "x-ms-correlation-request-id": "13bde767-dcc5-4565-b16b-e5a034f69a5b", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104035Z:13bde767-dcc5-4565-b16b-e5a034f69a5b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730", - "name": "54cf1c86-cd0b-4b02-abdb-8df81919f730", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2", + "name": "2184f4fc-4e2f-47c2-8526-53359ca453f2", "status": "Deleting", - "startTime": "2022-10-19T17:35:20.562104Z", + "startTime": "2022-10-22T10:39:34.6652627Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3675,7 +4151,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3689,7 +4165,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:36:51 GMT", + "Date": "Sat, 22 Oct 2022 10:41:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3697,16 +4173,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c13f5fc2-008e-4861-bda3-b08d06cb17c1", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173651Z:c13f5fc2-008e-4861-bda3-b08d06cb17c1", + "x-ms-correlation-request-id": "450ca79b-ecee-4664-a279-9f820eac3d02", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104105Z:450ca79b-ecee-4664-a279-9f820eac3d02", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730", - "name": "54cf1c86-cd0b-4b02-abdb-8df81919f730", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2", + "name": "2184f4fc-4e2f-47c2-8526-53359ca453f2", "status": "Deleting", - "startTime": "2022-10-19T17:35:20.562104Z", + "startTime": "2022-10-22T10:39:34.6652627Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3715,7 +4191,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3729,7 +4205,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:37:21 GMT", + "Date": "Sat, 22 Oct 2022 10:41:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3737,16 +4213,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c9c4848a-9ff4-44da-997b-7cf9fc9d7788", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173722Z:c9c4848a-9ff4-44da-997b-7cf9fc9d7788", + "x-ms-correlation-request-id": "2bad95ad-c75a-4f3c-b31b-2253e6c7db13", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104136Z:2bad95ad-c75a-4f3c-b31b-2253e6c7db13", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730", - "name": "54cf1c86-cd0b-4b02-abdb-8df81919f730", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2", + "name": "2184f4fc-4e2f-47c2-8526-53359ca453f2", "status": "Deleting", - "startTime": "2022-10-19T17:35:20.562104Z", + "startTime": "2022-10-22T10:39:34.6652627Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3755,7 +4231,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3769,7 +4245,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:37:51 GMT", + "Date": "Sat, 22 Oct 2022 10:42:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3777,17 +4253,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aff88c89-5726-4b96-b230-36d4274d3068", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173752Z:aff88c89-5726-4b96-b230-36d4274d3068", + "x-ms-correlation-request-id": "5c6b6876-ccfb-4657-8c9e-0f56edcb22f6", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104206Z:5c6b6876-ccfb-4657-8c9e-0f56edcb22f6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730", - "name": "54cf1c86-cd0b-4b02-abdb-8df81919f730", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2", + "name": "2184f4fc-4e2f-47c2-8526-53359ca453f2", "status": "Succeeded", - "startTime": "2022-10-19T17:35:20.562104Z", - "endTime": "2022-10-19T17:37:39.6177114Z", + "startTime": "2022-10-22T10:39:34.6652627Z", + "endTime": "2022-10-22T10:41:38.366354Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" @@ -3795,7 +4271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54cf1c86-cd0b-4b02-abdb-8df81919f730?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3809,7 +4285,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:37:52 GMT", + "Date": "Sat, 22 Oct 2022 10:42:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3817,19 +4293,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "97edd6f2-c222-4b90-b1b8-4d0c00c82cbf", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T173752Z:97edd6f2-c222-4b90-b1b8-4d0c00c82cbf", + "x-ms-correlation-request-id": "8c91deb3-554e-474b-83c4-355aae752188", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104206Z:8c91deb3-554e-474b-83c4-355aae752188", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T17%3A37%3A30.3025938Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A41%3A32.8746027Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T17:34:45.3705469Z" + "CreatedOnDate": "2022-10-22T10:33:25.0496423Z" }, "properties": { "dataProtection": { @@ -3839,7 +4315,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault" } }, - "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-74e025c5", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -3870,19 +4346,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_275c30f2", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_07757dcc", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", - "poolId": "43bdb96c-6f12-8a32-36b0-1f03665890db", + "poolId": "8c38e5f3-63c1-8523-8034-f332d5c306d0", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", - "fileSystemId": "3f8d6e0c-fa91-829f-5eb7-e4f20cf433e1", + "mountTargetId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", + "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", "startIp": "", "endIp": "", "gateway": "", @@ -3914,10 +4390,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T17:26:02.497001Z", + "createdAt": "2022-10-22T10:28:07.5466398Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T17:34:45.616435Z" + "lastModifiedAt": "2022-10-22T10:38:59.2878401Z" } } }, @@ -3936,14 +4412,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:41:14 GMT", + "Date": "Sat, 22 Oct 2022 10:45:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0eb5f3ec-1c0d-4d71-8895-d06e8d708b05", + "x-ms-correlation-request-id": "4e6b9768-3263-4fee-9be9-c8b0456ffd13", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T174114Z:0eb5f3ec-1c0d-4d71-8895-d06e8d708b05" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104530Z:4e6b9768-3263-4fee-9be9-c8b0456ffd13" }, "ResponseBody": { "error": { @@ -3965,25 +4441,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c824e067-b208-42bd-8fa4-636a97db14c6?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/11c85763-8ba4-426c-9e2a-59b634488e30?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 19 Oct 2022 17:41:27 GMT", + "Date": "Sat, 22 Oct 2022 10:45:43 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c824e067-b208-42bd-8fa4-636a97db14c6?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/11c85763-8ba4-426c-9e2a-59b634488e30?api-version=2022-05-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": "77aa3c27-9a02-4df3-ba08-9d7f8d84f7f6", + "x-ms-correlation-request-id": "4ae7d287-6f86-4940-9682-aa171e4ce18a", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T174128Z:77aa3c27-9a02-4df3-ba08-9d7f8d84f7f6", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104543Z:4ae7d287-6f86-4940-9682-aa171e4ce18a", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c824e067-b208-42bd-8fa4-636a97db14c6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/11c85763-8ba4-426c-9e2a-59b634488e30?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3997,7 +4473,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:41:27 GMT", + "Date": "Sat, 22 Oct 2022 10:45:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4005,16 +4481,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "34b69041-c7c1-4ff9-a31c-4607d7e73f05", + "x-ms-correlation-request-id": "c4d5a80d-d3d1-43fd-8c7a-fc86769f882c", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T174128Z:34b69041-c7c1-4ff9-a31c-4607d7e73f05", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104543Z:c4d5a80d-d3d1-43fd-8c7a-fc86769f882c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c824e067-b208-42bd-8fa4-636a97db14c6", - "name": "c824e067-b208-42bd-8fa4-636a97db14c6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/11c85763-8ba4-426c-9e2a-59b634488e30", + "name": "11c85763-8ba4-426c-9e2a-59b634488e30", "status": "Deleting", - "startTime": "2022-10-19T17:41:27.9093289Z", + "startTime": "2022-10-22T10:45:43.5975678Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4023,7 +4499,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c824e067-b208-42bd-8fa4-636a97db14c6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/11c85763-8ba4-426c-9e2a-59b634488e30?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4037,7 +4513,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:41:57 GMT", + "Date": "Sat, 22 Oct 2022 10:46:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4045,17 +4521,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f738346-8a6e-4679-aea3-e3c4b158fcc5", + "x-ms-correlation-request-id": "3de035f2-8b44-41da-81de-dc6d58f410ce", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T174158Z:0f738346-8a6e-4679-aea3-e3c4b158fcc5", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104614Z:3de035f2-8b44-41da-81de-dc6d58f410ce", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c824e067-b208-42bd-8fa4-636a97db14c6", - "name": "c824e067-b208-42bd-8fa4-636a97db14c6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/11c85763-8ba4-426c-9e2a-59b634488e30", + "name": "11c85763-8ba4-426c-9e2a-59b634488e30", "status": "Succeeded", - "startTime": "2022-10-19T17:41:27.9093289Z", - "endTime": "2022-10-19T17:41:28.9405416Z", + "startTime": "2022-10-22T10:45:43.5975678Z", + "endTime": "2022-10-22T10:45:44.479313Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1" @@ -4063,7 +4539,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c824e067-b208-42bd-8fa4-636a97db14c6?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/11c85763-8ba4-426c-9e2a-59b634488e30?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4077,7 +4553,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:41:58 GMT", + "Date": "Sat, 22 Oct 2022 10:46:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4085,22 +4561,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cef4dfda-16f0-445c-b0df-cbbfab148f32", + "x-ms-correlation-request-id": "35b15974-d48e-4ac0-ba2d-987f697165b4", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T174158Z:cef4dfda-16f0-445c-b0df-cbbfab148f32", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104614Z:35b15974-d48e-4ac0-ba2d-987f697165b4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-19T17%3A41%3A27.916375Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A45%3A43.6021457Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T17:25:47.8254873Z" + "CreatedOnDate": "2022-10-22T10:27:52.8673249Z" }, "properties": { - "poolId": "43bdb96c-6f12-8a32-36b0-1f03665890db", + "poolId": "8c38e5f3-63c1-8523-8034-f332d5c306d0", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1", @@ -4114,10 +4590,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T17:25:49.0973605Z", + "createdAt": "2022-10-22T10:27:53.9286986Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T17:25:49.0973605Z" + "lastModifiedAt": "2022-10-22T10:27:53.9286986Z" } } }, @@ -4135,14 +4611,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Wed, 19 Oct 2022 17:42:08 GMT", + "Date": "Sat, 22 Oct 2022 10:46:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d32f799-5197-45c4-ae0d-36d9ac9fe5b5", + "x-ms-correlation-request-id": "b77e106a-d043-486a-86b4-a1703d4c0242", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T174209Z:7d32f799-5197-45c4-ae0d-36d9ac9fe5b5" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104624Z:b77e106a-d043-486a-86b4-a1703d4c0242" }, "ResponseBody": null }, @@ -4160,14 +4636,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Wed, 19 Oct 2022 17:42:19 GMT", + "Date": "Sat, 22 Oct 2022 10:46:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ddb07ad-34cc-4575-945e-45e5c023f920", + "x-ms-correlation-request-id": "68651a40-5a64-4912-b10c-d88dd73cf8f6", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T174219Z:4ddb07ad-34cc-4575-945e-45e5c023f920" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104635Z:68651a40-5a64-4912-b10c-d88dd73cf8f6" }, "ResponseBody": null }, @@ -4185,14 +4661,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Wed, 19 Oct 2022 17:42:29 GMT", + "Date": "Sat, 22 Oct 2022 10: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": "e826e7a6-d7e3-4fe0-a289-7e0e8408eb25", + "x-ms-correlation-request-id": "80382b1c-4889-4b7a-8e8c-8e56f5132881", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T174229Z:e826e7a6-d7e3-4fe0-a289-7e0e8408eb25" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104645Z:80382b1c-4889-4b7a-8e8c-8e56f5132881" }, "ResponseBody": null }, @@ -4210,14 +4686,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Wed, 19 Oct 2022 17:42:39 GMT", + "Date": "Sat, 22 Oct 2022 10: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": "a8619690-b987-4ec8-8a0f-b5e6ad611979", + "x-ms-correlation-request-id": "37c982be-fbbe-41f0-9617-393f98dbebfc", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T174239Z:a8619690-b987-4ec8-8a0f-b5e6ad611979" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104655Z:37c982be-fbbe-41f0-9617-393f98dbebfc" }, "ResponseBody": null }, @@ -4236,14 +4712,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:42:49 GMT", + "Date": "Sat, 22 Oct 2022 10: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": "37c69192-2307-410d-9013-10b75c59563e", + "x-ms-correlation-request-id": "3dfff43f-d8a8-4f7f-a707-58eb683317a7", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T174250Z:37c69192-2307-410d-9013-10b75c59563e" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104706Z:3dfff43f-d8a8-4f7f-a707-58eb683317a7" }, "ResponseBody": { "error": { @@ -4265,25 +4741,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1eca7aeb-71a0-4168-a633-1a4aec1ca79f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5026007e-620a-4070-b0a1-7b16838f4881?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 19 Oct 2022 17:42:50 GMT", + "Date": "Sat, 22 Oct 2022 10:47:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1eca7aeb-71a0-4168-a633-1a4aec1ca79f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5026007e-620a-4070-b0a1-7b16838f4881?api-version=2022-05-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": "03ab0f22-f503-4e03-bd4d-5126039a28b9", + "x-ms-correlation-request-id": "ae30dec6-639b-472e-ae63-00bebbdb0db7", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T174251Z:03ab0f22-f503-4e03-bd4d-5126039a28b9", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104707Z:ae30dec6-639b-472e-ae63-00bebbdb0db7", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1eca7aeb-71a0-4168-a633-1a4aec1ca79f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5026007e-620a-4070-b0a1-7b16838f4881?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4297,7 +4773,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:42:51 GMT", + "Date": "Sat, 22 Oct 2022 10:47:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4305,17 +4781,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "14892975-c347-4053-b9df-fb0a8fa8c04a", + "x-ms-correlation-request-id": "e006c190-afaf-4eb7-a7e5-31e62514462a", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T174251Z:14892975-c347-4053-b9df-fb0a8fa8c04a", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104707Z:e006c190-afaf-4eb7-a7e5-31e62514462a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1eca7aeb-71a0-4168-a633-1a4aec1ca79f", - "name": "1eca7aeb-71a0-4168-a633-1a4aec1ca79f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5026007e-620a-4070-b0a1-7b16838f4881", + "name": "5026007e-620a-4070-b0a1-7b16838f4881", "status": "Succeeded", - "startTime": "2022-10-19T17:42:51.433357Z", - "endTime": "2022-10-19T17:42:51.5584799Z", + "startTime": "2022-10-22T10:47:07.5189735Z", + "endTime": "2022-10-22T10:47:07.5970535Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5" @@ -4323,7 +4799,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1eca7aeb-71a0-4168-a633-1a4aec1ca79f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5026007e-620a-4070-b0a1-7b16838f4881?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4337,7 +4813,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:42:51 GMT", + "Date": "Sat, 22 Oct 2022 10:47:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4345,19 +4821,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "24024012-d777-42ce-826f-724d828259cb", + "x-ms-correlation-request-id": "e6fdd046-add2-468c-876d-0170f14a5c17", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T174252Z:24024012-d777-42ce-826f-724d828259cb", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104708Z:e6fdd046-add2-468c-876d-0170f14a5c17", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5", "name": "sdk-py-tests-acc-1-74e025c5", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-19T17%3A42%3A51.4338186Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A47%3A07.525136Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T17:25:43.7824693Z" + "CreatedOnDate": "2022-10-22T10:27:48.9349364Z" }, "properties": { "encryption": { @@ -4368,10 +4844,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T17:25:44.9548813Z", + "createdAt": "2022-10-22T10:27:50.1918335Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T17:25:44.9548813Z" + "lastModifiedAt": "2022-10-22T10:27:50.1918335Z" } } }, @@ -4390,15 +4866,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 17:42:51 GMT", + "Date": "Sat, 22 Oct 2022 10:47: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": "26681901-e6ef-45ef-b7ea-6672639931fe", + "x-ms-correlation-request-id": "52601bd0-2e9e-4d24-a191-58087d7b8bf3", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T174252Z:26681901-e6ef-45ef-b7ea-6672639931fe", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104708Z:52601bd0-2e9e-4d24-a191-58087d7b8bf3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4422,12 +4898,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e02d83dc-f786-4980-a381-1defc2561fdb?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6ff21563-7a9e-4e53-8a1b-60f4a5ca818a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 19 Oct 2022 17:42:52 GMT", + "Date": "Sat, 22 Oct 2022 10:47:09 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/e02d83dc-f786-4980-a381-1defc2561fdb?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/6ff21563-7a9e-4e53-8a1b-60f4a5ca818a?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -4436,10 +4912,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9aebc4c2-1402-4fe7-b1fb-8eb0bb020daf", - "x-ms-correlation-request-id": "41808934-2860-4fd2-8c9d-b033e84c2c94", + "x-ms-arm-service-request-id": "3d1008a6-49c5-453a-8dab-cf18bdb2de0a", + "x-ms-correlation-request-id": "8578bf90-73ae-499d-8bbf-58aacb0c851e", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221019T174253Z:41808934-2860-4fd2-8c9d-b033e84c2c94" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104709Z:8578bf90-73ae-499d-8bbf-58aacb0c851e" }, "ResponseBody": null } 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 4dc61d23bdb1..aeea17ad6abd 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 @@ -1,5 +1,38 @@ { "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/f2b35ab4-19f5-4e23-8ba6-6e40fafee4d6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f2b35ab4-19f5-4e23-8ba6-6e40fafee4d6?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11:07:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/f2b35ab4-19f5-4e23-8ba6-6e40fafee4d6?api-version=2022-05-01", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "8583a93e-cf30-4e8b-8ab0-ebccacbb479d", + "x-ms-correlation-request-id": "66a88fa3-6923-4ccd-aadb-e17d447cf66d", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110750Z:4365fcbf-7a78-4584-ae51-12e5d9da2eb0" + }, + "ResponseBody": null + }, { "RequestUri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration", "RequestMethod": "GET", @@ -17,12 +50,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:40:48 GMT", + "Date": "Sat, 22 Oct 2022 11:07:49 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.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +144,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:40:48 GMT", + "Date": "Sat, 22 Oct 2022 11:07:49 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.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +205,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "ee57faf5-6e2c-4d12-bb66-1d37ee122420", + "client-request-id": "9ad754d2-86e5-4a51-9d19-30f510847014", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +223,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "ee57faf5-6e2c-4d12-bb66-1d37ee122420", + "client-request-id": "9ad754d2-86e5-4a51-9d19-30f510847014", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:40:49 GMT", + "Date": "Sat, 22 Oct 2022 11:07:50 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +234,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -233,14 +266,14 @@ } } }, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b076a3f2-73ed-4cef-a677-8078fd1f9e08?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/124539ac-d01c-436b-9d13-fa763b4c9451?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:40:55 GMT", + "Date": "Sat, 22 Oct 2022 11:07:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -249,26 +282,24 @@ "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "12cd3466-37c5-4bd5-96da-0ac68709cf90", - "x-ms-correlation-request-id": "a17fe2bd-1acf-4669-8634-1ec2d2f60652", + "x-ms-arm-service-request-id": "6f264ccc-f82c-494a-9c8a-fcce18a4e2bf", + "x-ms-correlation-request-id": "b564358c-d73f-45e1-981c-cf205bfa1d72", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094055Z:a17fe2bd-1acf-4669-8634-1ec2d2f60652" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110756Z:b564358c-d73f-45e1-981c-cf205bfa1d72" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-503c258e", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e", - "etag": "W/\u002207c5ee98-1e56-4dd1-991d-625dc1f199dd\u0022", + "etag": "W/\u002236d049fb-b835-4186-b891-b61dc00ec8c2\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T09:40:52.4038041Z" + "CreatedOnDate": "2022-10-22T11:07:51.7390723Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "1069bb53-81d5-4ce1-9463-bce0304bd49f", + "resourceGuid": "a90b6e67-801c-427d-a1ae-ad16847b7c81", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -281,7 +312,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b076a3f2-73ed-4cef-a677-8078fd1f9e08?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/124539ac-d01c-436b-9d13-fa763b4c9451?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -295,7 +326,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:40:55 GMT", + "Date": "Sat, 22 Oct 2022 11:07:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -306,10 +337,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "30205c3f-0e10-4a2f-a8be-81034a2e76a4", - "x-ms-correlation-request-id": "9ff5c3ae-1917-4a48-a8e0-e3916a15fc75", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094055Z:9ff5c3ae-1917-4a48-a8e0-e3916a15fc75" + "x-ms-arm-service-request-id": "ed93c568-ac2c-4b52-b247-4d7b6aa6f698", + "x-ms-correlation-request-id": "1fbd9fcd-b227-45b3-871c-b89ae01ab849", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110756Z:1fbd9fcd-b227-45b3-871c-b89ae01ab849" }, "ResponseBody": { "status": "Succeeded" @@ -330,8 +361,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:40:55 GMT", - "ETag": "W/\u00227a6460d4-576b-45a7-acf9-cfdd83de3e09\u0022", + "Date": "Sat, 22 Oct 2022 11:07:56 GMT", + "ETag": "W/\u00224ad89a88-1344-49e5-bb52-6d73a168c76c\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -342,23 +373,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6e25c972-9bf7-4608-906d-d23736010d93", - "x-ms-correlation-request-id": "03ef7bff-e412-44ca-8783-c84c8e7ddf08", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094055Z:03ef7bff-e412-44ca-8783-c84c8e7ddf08" + "x-ms-arm-service-request-id": "16633df6-a7cf-40d3-91c4-38efd3ef0228", + "x-ms-correlation-request-id": "f7915423-60b1-4f64-8e56-ab960f552697", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110757Z:f7915423-60b1-4f64-8e56-ab960f552697" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-503c258e", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e", - "etag": "W/\u00227a6460d4-576b-45a7-acf9-cfdd83de3e09\u0022", + "etag": "W/\u00224ad89a88-1344-49e5-bb52-6d73a168c76c\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T09:40:52.4038041Z" + "CreatedOnDate": "2022-10-22T11:07:51.7390723Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "1069bb53-81d5-4ce1-9463-bce0304bd49f", + "resourceGuid": "a90b6e67-801c-427d-a1ae-ad16847b7c81", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -397,11 +428,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8b14a80d-5e24-4fe0-a17d-5c45ed9195cb?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/722084f5-0e98-4f93-8e71-92f0898410a7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:40:57 GMT", + "Date": "Sat, 22 Oct 2022 11:07:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -411,15 +442,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fef9fe85-567a-4365-ac77-e1d8b89a5efd", - "x-ms-correlation-request-id": "09f8872c-f8cd-4ba5-ae20-6d353d60d601", + "x-ms-arm-service-request-id": "bcb5b2e6-861d-4e37-ac06-61c799baf629", + "x-ms-correlation-request-id": "eadea065-0c86-4f7f-a745-58b486bc8553", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094057Z:09f8872c-f8cd-4ba5-ae20-6d353d60d601" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110757Z:eadea065-0c86-4f7f-a745-58b486bc8553" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", - "etag": "W/\u00228179d96f-11eb-4260-887e-70f9a9367ae2\u0022", + "etag": "W/\u0022bfbe9166-9d97-4fb3-aefb-91a1b7094ee8\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -427,7 +458,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00228179d96f-11eb-4260-887e-70f9a9367ae2\u0022", + "etag": "W/\u0022bfbe9166-9d97-4fb3-aefb-91a1b7094ee8\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -447,7 +478,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8b14a80d-5e24-4fe0-a17d-5c45ed9195cb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/722084f5-0e98-4f93-8e71-92f0898410a7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -461,7 +492,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:40:57 GMT", + "Date": "Sat, 22 Oct 2022 11:07:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -472,10 +503,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9fdbc31a-70a8-4116-9f09-ec145efc81ca", - "x-ms-correlation-request-id": "65fcac92-f454-42db-b8d5-82531c8be97b", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094057Z:65fcac92-f454-42db-b8d5-82531c8be97b" + "x-ms-arm-service-request-id": "3446018f-2150-41fa-8edc-e9f6cecb9411", + "x-ms-correlation-request-id": "b738c139-598c-41e2-80c4-dca76d0329b0", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110758Z:b738c139-598c-41e2-80c4-dca76d0329b0" }, "ResponseBody": { "status": "Succeeded" @@ -496,8 +527,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:40:58 GMT", - "ETag": "W/\u00222d115016-7617-40d3-81b2-2ad09a0b924c\u0022", + "Date": "Sat, 22 Oct 2022 11:07:58 GMT", + "ETag": "W/\u002296b0a5f6-03b1-413e-b7b4-3a94fe6253f7\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -508,15 +539,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b0b814e0-b837-4f09-a5f6-6b0e1d61be4c", - "x-ms-correlation-request-id": "fd4a530c-9560-4808-ae44-d92ad50cdfae", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094058Z:fd4a530c-9560-4808-ae44-d92ad50cdfae" + "x-ms-arm-service-request-id": "59fac897-4d43-479a-8631-cd8327468dc3", + "x-ms-correlation-request-id": "38e1a210-09b3-467f-814f-cfcbbc6b9a85", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110758Z:38e1a210-09b3-467f-814f-cfcbbc6b9a85" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", - "etag": "W/\u00222d115016-7617-40d3-81b2-2ad09a0b924c\u0022", + "etag": "W/\u002296b0a5f6-03b1-413e-b7b4-3a94fe6253f7\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -524,7 +555,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00222d115016-7617-40d3-81b2-2ad09a0b924c\u0022", + "etag": "W/\u002296b0a5f6-03b1-413e-b7b4-3a94fe6253f7\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -560,12 +591,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:40:57 GMT", + "Date": "Sat, 22 Oct 2022 11:07:57 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.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -654,12 +685,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:40:57 GMT", + "Date": "Sat, 22 Oct 2022 11:07:58 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.13845.10 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -715,7 +746,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "b356625f-de98-47b4-bf84-42a2bb96ccc1", + "client-request-id": "7a20c1fe-e60a-453e-b855-5a905ffdb295", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -733,10 +764,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "b356625f-de98-47b4-bf84-42a2bb96ccc1", + "client-request-id": "7a20c1fe-e60a-453e-b855-5a905ffdb295", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:40:57 GMT", + "Date": "Sat, 22 Oct 2022 11:07:58 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -744,7 +775,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -771,30 +802,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e678abb-81fb-44fa-9249-8d5487cdf718?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/694cf336-08b8-4ff1-aee8-e25b5bfbe29e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:41:01 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T09%3A41%3A00.9528859Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 11:08:01 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T11%3A08%3A01.1159164Z\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": "cfeb25d8-bc42-45d6-bf63-bbe40416c15a", + "x-ms-correlation-request-id": "97c4709f-0b3a-454b-a413-34154caded82", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094101Z:cfeb25d8-bc42-45d6-bf63-bbe40416c15a", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110802Z:97c4709f-0b3a-454b-a413-34154caded82", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e", "name": "sdk-py-tests-acc-1-503c258e", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T09%3A41%3A00.9528859Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T11%3A08%3A01.1159164Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T09:40:59.1492895Z" + "CreatedOnDate": "2022-10-22T11:08:00.0000803Z" }, "properties": { "provisioningState": "Creating" @@ -802,15 +833,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T09:40:59.9696968Z", + "createdAt": "2022-10-22T11:08:00.9121114Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T09:40:59.9696968Z" + "lastModifiedAt": "2022-10-22T11:08:00.9121114Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e678abb-81fb-44fa-9249-8d5487cdf718?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/694cf336-08b8-4ff1-aee8-e25b5bfbe29e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -824,7 +855,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:41:02 GMT", + "Date": "Sat, 22 Oct 2022 11:08:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -832,17 +863,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ef48e20-490a-495e-88b5-dd22a97c4cb8", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094102Z:1ef48e20-490a-495e-88b5-dd22a97c4cb8", + "x-ms-correlation-request-id": "57d88a2f-5eb6-4dd7-8327-7eb0cb9113e6", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110802Z:57d88a2f-5eb6-4dd7-8327-7eb0cb9113e6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e678abb-81fb-44fa-9249-8d5487cdf718", - "name": "6e678abb-81fb-44fa-9249-8d5487cdf718", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/694cf336-08b8-4ff1-aee8-e25b5bfbe29e", + "name": "694cf336-08b8-4ff1-aee8-e25b5bfbe29e", "status": "Succeeded", - "startTime": "2022-10-20T09:41:00.9531645Z", - "endTime": "2022-10-20T09:41:01.0313667Z", + "startTime": "2022-10-22T11:08:01.1246547Z", + "endTime": "2022-10-22T11:08:01.1559138Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e" @@ -864,8 +895,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:41:02 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T09%3A41%3A00.9999115Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 11:08:02 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T11%3A08%3A01.1613074Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -873,19 +904,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef4f5ff5-3b8d-4571-b275-347276a811e8", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094102Z:ef4f5ff5-3b8d-4571-b275-347276a811e8", + "x-ms-correlation-request-id": "24ace992-a4f3-484f-93d4-fde824b6aede", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110802Z:24ace992-a4f3-484f-93d4-fde824b6aede", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e", "name": "sdk-py-tests-acc-1-503c258e", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T09%3A41%3A00.9999115Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T11%3A08%3A01.1613074Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T09:40:59.1492895Z" + "CreatedOnDate": "2022-10-22T11:08:00.0000803Z" }, "properties": { "activeDirectories": [ @@ -914,10 +945,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T09:40:59.9696968Z", + "createdAt": "2022-10-22T11:08:00.9121114Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T09:40:59.9696968Z" + "lastModifiedAt": "2022-10-22T11:08:00.9121114Z" } } }, @@ -943,30 +974,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/15631360-871f-41a3-a960-830eba79f13c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8815ef93-a085-4c2a-b262-16c7cbcdc79c?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:41:05 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T09%3A41%3A04.2999324Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 11:08:05 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T11%3A08%3A04.5819561Z\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": "93d11205-9cc1-4fa6-8fd7-64da9c2eaa70", + "x-ms-correlation-request-id": "5f29d509-f806-4344-9689-fdb39c6a6b01", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094105Z:93d11205-9cc1-4fa6-8fd7-64da9c2eaa70", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110806Z:5f29d509-f806-4344-9689-fdb39c6a6b01", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T09%3A41%3A04.2999324Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T11%3A08%3A04.5819561Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T09:41:02.7767335Z" + "CreatedOnDate": "2022-10-22T11:08:03.2564982Z" }, "properties": { "serviceLevel": "Premium", @@ -980,15 +1011,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T09:41:04.0184669Z", + "createdAt": "2022-10-22T11:08:04.3356748Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T09:41:04.0184669Z" + "lastModifiedAt": "2022-10-22T11:08:04.3356748Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/15631360-871f-41a3-a960-830eba79f13c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8815ef93-a085-4c2a-b262-16c7cbcdc79c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1002,7 +1033,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:41:05 GMT", + "Date": "Sat, 22 Oct 2022 11:08:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1010,17 +1041,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d43c5163-0f3d-4bc4-ab26-7d8090901ed2", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094105Z:d43c5163-0f3d-4bc4-ab26-7d8090901ed2", + "x-ms-correlation-request-id": "cd6fd9c4-dab4-4c81-8d53-ff25c0ac87bc", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110806Z:cd6fd9c4-dab4-4c81-8d53-ff25c0ac87bc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/15631360-871f-41a3-a960-830eba79f13c", - "name": "15631360-871f-41a3-a960-830eba79f13c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8815ef93-a085-4c2a-b262-16c7cbcdc79c", + "name": "8815ef93-a085-4c2a-b262-16c7cbcdc79c", "status": "Succeeded", - "startTime": "2022-10-20T09:41:04.2907907Z", - "endTime": "2022-10-20T09:41:05.0298991Z", + "startTime": "2022-10-22T11:08:04.5829299Z", + "endTime": "2022-10-22T11:08:05.6613226Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1" @@ -1042,8 +1073,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:41:05 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T09%3A41%3A05.0246829Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 11:08:06 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T11%3A08%3A05.6567384Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1051,22 +1082,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "942a76ec-bc30-49ff-8aca-c4c03b926da1", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094105Z:942a76ec-bc30-49ff-8aca-c4c03b926da1", + "x-ms-correlation-request-id": "a01181ad-32ba-4eea-acf7-d1d32520fe9c", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110806Z:a01181ad-32ba-4eea-acf7-d1d32520fe9c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T09%3A41%3A05.0246829Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T11%3A08%3A05.6567384Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T09:41:02.7767335Z" + "CreatedOnDate": "2022-10-22T11:08:03.2564982Z" }, "properties": { - "poolId": "646da0f4-e996-26bf-c015-3b9617996e17", + "poolId": "03cb995c-d50b-89b3-d6f3-157f5c9c8ebf", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1079,10 +1110,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T09:41:04.0184669Z", + "createdAt": "2022-10-22T11:08:04.3356748Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T09:41:04.0184669Z" + "lastModifiedAt": "2022-10-22T11:08:04.3356748Z" } } }, @@ -1125,30 +1156,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:41:18 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T09%3A41%3A17.6981118Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 11:08:19 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T11%3A08%3A18.6649894Z\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": "b40cb17f-1b80-4310-9d45-f0bba208fd75", + "x-ms-correlation-request-id": "f20e87d9-b405-4a96-9fce-25f85b3cc178", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094118Z:b40cb17f-1b80-4310-9d45-f0bba208fd75", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110819Z:f20e87d9-b405-4a96-9fce-25f85b3cc178", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T09%3A41%3A17.6981118Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T11%3A08%3A18.6649894Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T09:41:16.1999267Z" + "CreatedOnDate": "2022-10-22T11:08:17.1112475Z" }, "properties": { "serviceLevel": "Premium", @@ -1178,15 +1209,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T09:41:17.3438843Z", + "createdAt": "2022-10-22T11:08:18.3593692Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T09:41:17.3438843Z" + "lastModifiedAt": "2022-10-22T11:08:18.3593692Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1200,7 +1231,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:41:18 GMT", + "Date": "Sat, 22 Oct 2022 11:08:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1208,16 +1239,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae553bab-22f1-48ac-88e3-60565be30c92", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094118Z:ae553bab-22f1-48ac-88e3-60565be30c92", + "x-ms-correlation-request-id": "b1dcc3b4-4a94-4890-bc91-aba367927f70", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110819Z:b1dcc3b4-4a94-4890-bc91-aba367927f70", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0", - "name": "a8057da5-c1ca-4dfb-b7f2-05489a224ca0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36", + "name": "c30d39f1-7455-4248-8cfc-18030b696d36", "status": "Creating", - "startTime": "2022-10-20T09:41:17.6933636Z", + "startTime": "2022-10-22T11:08:18.672245Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1226,7 +1257,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1240,7 +1271,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:41:48 GMT", + "Date": "Sat, 22 Oct 2022 11:08:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1248,16 +1279,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b953960-4dd0-4f6e-9c86-671aac90c5ae", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094149Z:4b953960-4dd0-4f6e-9c86-671aac90c5ae", + "x-ms-correlation-request-id": "9914f2a1-16e4-4d98-b1f2-2542d9a6b9be", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110850Z:9914f2a1-16e4-4d98-b1f2-2542d9a6b9be", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0", - "name": "a8057da5-c1ca-4dfb-b7f2-05489a224ca0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36", + "name": "c30d39f1-7455-4248-8cfc-18030b696d36", "status": "Creating", - "startTime": "2022-10-20T09:41:17.6933636Z", + "startTime": "2022-10-22T11:08:18.672245Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1266,7 +1297,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1280,7 +1311,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:42:18 GMT", + "Date": "Sat, 22 Oct 2022 11:09:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1288,16 +1319,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "86fadbbd-f650-4be7-8268-6813bdafcdf5", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094219Z:86fadbbd-f650-4be7-8268-6813bdafcdf5", + "x-ms-correlation-request-id": "88261e57-760d-460b-bd0b-52154d58d8a5", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110920Z:88261e57-760d-460b-bd0b-52154d58d8a5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0", - "name": "a8057da5-c1ca-4dfb-b7f2-05489a224ca0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36", + "name": "c30d39f1-7455-4248-8cfc-18030b696d36", "status": "Creating", - "startTime": "2022-10-20T09:41:17.6933636Z", + "startTime": "2022-10-22T11:08:18.672245Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1306,7 +1337,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1320,7 +1351,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:42:48 GMT", + "Date": "Sat, 22 Oct 2022 11:09:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1328,16 +1359,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1b7e0bdb-d6d2-46ff-80ae-302068c8f047", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094249Z:1b7e0bdb-d6d2-46ff-80ae-302068c8f047", + "x-ms-correlation-request-id": "b442ed9f-0032-43a2-ba88-674bad3c5ba7", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110950Z:b442ed9f-0032-43a2-ba88-674bad3c5ba7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0", - "name": "a8057da5-c1ca-4dfb-b7f2-05489a224ca0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36", + "name": "c30d39f1-7455-4248-8cfc-18030b696d36", "status": "Creating", - "startTime": "2022-10-20T09:41:17.6933636Z", + "startTime": "2022-10-22T11:08:18.672245Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1346,7 +1377,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1360,7 +1391,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:43:18 GMT", + "Date": "Sat, 22 Oct 2022 11:10:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1368,16 +1399,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be863a83-e88e-43dd-835a-53d25ebc115a", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094319Z:be863a83-e88e-43dd-835a-53d25ebc115a", + "x-ms-correlation-request-id": "1be3d9f6-9f64-4634-a3c9-e28e37cc32f8", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111020Z:1be3d9f6-9f64-4634-a3c9-e28e37cc32f8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0", - "name": "a8057da5-c1ca-4dfb-b7f2-05489a224ca0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36", + "name": "c30d39f1-7455-4248-8cfc-18030b696d36", "status": "Creating", - "startTime": "2022-10-20T09:41:17.6933636Z", + "startTime": "2022-10-22T11:08:18.672245Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1386,7 +1417,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1400,7 +1431,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:43:50 GMT", + "Date": "Sat, 22 Oct 2022 11:10:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1408,16 +1439,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6e158b56-4b64-40fd-9fce-f71dbec82745", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094350Z:6e158b56-4b64-40fd-9fce-f71dbec82745", + "x-ms-correlation-request-id": "a74f08b6-435d-478f-aebc-93f24161ee8e", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111051Z:a74f08b6-435d-478f-aebc-93f24161ee8e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0", - "name": "a8057da5-c1ca-4dfb-b7f2-05489a224ca0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36", + "name": "c30d39f1-7455-4248-8cfc-18030b696d36", "status": "Creating", - "startTime": "2022-10-20T09:41:17.6933636Z", + "startTime": "2022-10-22T11:08:18.672245Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1426,7 +1457,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1440,7 +1471,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:44:20 GMT", + "Date": "Sat, 22 Oct 2022 11:11:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1448,16 +1479,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0d6f4e4e-8ce9-42ae-895d-50db9b44c100", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094420Z:0d6f4e4e-8ce9-42ae-895d-50db9b44c100", + "x-ms-correlation-request-id": "d3a46c19-a045-4595-a80b-a7c1dc0e5ad3", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111121Z:d3a46c19-a045-4595-a80b-a7c1dc0e5ad3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0", - "name": "a8057da5-c1ca-4dfb-b7f2-05489a224ca0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36", + "name": "c30d39f1-7455-4248-8cfc-18030b696d36", "status": "Creating", - "startTime": "2022-10-20T09:41:17.6933636Z", + "startTime": "2022-10-22T11:08:18.672245Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1466,7 +1497,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1480,7 +1511,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:44:50 GMT", + "Date": "Sat, 22 Oct 2022 11:11:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1488,16 +1519,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "14c719e2-ceaf-4695-a507-45357ca48be3", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094450Z:14c719e2-ceaf-4695-a507-45357ca48be3", + "x-ms-correlation-request-id": "bf398e22-3471-41dc-bcd9-bb469b69d971", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111151Z:bf398e22-3471-41dc-bcd9-bb469b69d971", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0", - "name": "a8057da5-c1ca-4dfb-b7f2-05489a224ca0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36", + "name": "c30d39f1-7455-4248-8cfc-18030b696d36", "status": "Creating", - "startTime": "2022-10-20T09:41:17.6933636Z", + "startTime": "2022-10-22T11:08:18.672245Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1506,7 +1537,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1520,7 +1551,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:45:20 GMT", + "Date": "Sat, 22 Oct 2022 11:12:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1528,17 +1559,137 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23848ff1-055e-4b87-a254-8e4d7b574b20", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094520Z:23848ff1-055e-4b87-a254-8e4d7b574b20", + "x-ms-correlation-request-id": "e2e2014d-3f51-4f61-a55e-b6fdd58362b0", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111222Z:e2e2014d-3f51-4f61-a55e-b6fdd58362b0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36", + "name": "c30d39f1-7455-4248-8cfc-18030b696d36", + "status": "Creating", + "startTime": "2022-10-22T11:08:18.672245Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11:12: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": "134aa5d4-6e85-468f-adaa-b8a372fd4f4b", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111253Z:134aa5d4-6e85-468f-adaa-b8a372fd4f4b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36", + "name": "c30d39f1-7455-4248-8cfc-18030b696d36", + "status": "Creating", + "startTime": "2022-10-22T11:08:18.672245Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11:13: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": "b355425b-4734-4807-935c-47c57f6f47ce", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111323Z:b355425b-4734-4807-935c-47c57f6f47ce", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36", + "name": "c30d39f1-7455-4248-8cfc-18030b696d36", + "status": "Creating", + "startTime": "2022-10-22T11:08:18.672245Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11:13: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": "a2a923db-6da3-4bb4-8522-bef589a72562", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111353Z:a2a923db-6da3-4bb4-8522-bef589a72562", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8057da5-c1ca-4dfb-b7f2-05489a224ca0", - "name": "a8057da5-c1ca-4dfb-b7f2-05489a224ca0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36", + "name": "c30d39f1-7455-4248-8cfc-18030b696d36", "status": "Succeeded", - "startTime": "2022-10-20T09:41:17.6933636Z", - "endTime": "2022-10-20T09:45:19.4504734Z", + "startTime": "2022-10-22T11:08:18.672245Z", + "endTime": "2022-10-22T11:13:52.8672341Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" @@ -1560,8 +1711,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:45:20 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T09%3A45%3A19.4435986Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 11:13:53 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T11%3A13%3A52.8651964Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1569,22 +1720,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c96cd60-6a65-48ac-ae4d-b581564bedee", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094521Z:8c96cd60-6a65-48ac-ae4d-b581564bedee", + "x-ms-correlation-request-id": "93261da3-3b28-4026-a7fd-fe255eb60d07", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111354Z:93261da3-3b28-4026-a7fd-fe255eb60d07", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T09%3A45%3A19.4435986Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T11%3A13%3A52.8651964Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T09:41:16.1999267Z" + "CreatedOnDate": "2022-10-22T11:08:17.1112475Z" }, "properties": { - "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-503c258e", "usageThreshold": 107374182400, @@ -1612,7 +1763,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ec789256", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c7da666d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1627,8 +1778,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", - "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "mountTargetId": "d914c7d8-47e1-ea13-b768-88018a207faa", + "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", "ipAddress": "10.0.0.4" } ], @@ -1648,10 +1799,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T09:41:17.3438843Z", + "createdAt": "2022-10-22T11:08:18.3593692Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T09:41:17.3438843Z" + "lastModifiedAt": "2022-10-22T11:08:18.3593692Z" } } }, @@ -1670,8 +1821,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:45:31 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T09%3A45%3A19.4435986Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 11:14:03 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T11%3A13%3A52.8651964Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1679,22 +1830,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "19b8dd2e-05bc-4f1e-a31e-49b23d0edf24", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094531Z:19b8dd2e-05bc-4f1e-a31e-49b23d0edf24", + "x-ms-correlation-request-id": "9031afa9-ed19-45a6-99f5-41525972210f", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111404Z:9031afa9-ed19-45a6-99f5-41525972210f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T09%3A45%3A19.4435986Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T11%3A13%3A52.8651964Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T09:41:16.1999267Z" + "CreatedOnDate": "2022-10-22T11:08:17.1112475Z" }, "properties": { - "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-503c258e", "usageThreshold": 107374182400, @@ -1722,7 +1873,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ec789256", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c7da666d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1737,8 +1888,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", - "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "mountTargetId": "d914c7d8-47e1-ea13-b768-88018a207faa", + "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", "ipAddress": "10.0.0.4" } ], @@ -1758,10 +1909,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T09:41:17.3438843Z", + "createdAt": "2022-10-22T11:08:18.3593692Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T09:41:17.3438843Z" + "lastModifiedAt": "2022-10-22T11:08:18.3593692Z" } } }, @@ -1780,7 +1931,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:45:31 GMT", + "Date": "Sat, 22 Oct 2022 11:14:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1788,9 +1939,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2363f49b-90f0-4d35-b7b8-1fe33d039f42", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094532Z:2363f49b-90f0-4d35-b7b8-1fe33d039f42", + "x-ms-correlation-request-id": "9a4d930d-eb27-4e5c-b7ba-22d77ec9ba49", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111405Z:9a4d930d-eb27-4e5c-b7ba-22d77ec9ba49", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1832,35 +1983,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae7bd7b3-a425-4aa4-9097-cafa736b090d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed9c6182-ece9-4ea9-8ed9-12195b488633?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "2480", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:45:32 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T09%3A45%3A32.8310768Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 11:14:04 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T11%3A14%3A05.6838428Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae7bd7b3-a425-4aa4-9097-cafa736b090d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed9c6182-ece9-4ea9-8ed9-12195b488633?api-version=2022-05-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": "709c9939-dd12-4821-99b0-c55d8c155695", + "x-ms-correlation-request-id": "7ece82be-fbc3-4b2e-a6e5-f936ba13281e", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094532Z:709c9939-dd12-4821-99b0-c55d8c155695", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111405Z:7ece82be-fbc3-4b2e-a6e5-f936ba13281e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T09%3A45%3A32.8310768Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T11%3A14%3A05.6838428Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T09:41:16.1999267Z" + "CreatedOnDate": "2022-10-22T11:08:17.1112475Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-503c258e", "usageThreshold": 107374182400, @@ -1888,7 +2039,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ec789256", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c7da666d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1903,8 +2054,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", - "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "mountTargetId": "d914c7d8-47e1-ea13-b768-88018a207faa", + "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", "ipAddress": "10.0.0.4" } ], @@ -1923,15 +2074,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T09:41:17.3438843Z", + "createdAt": "2022-10-22T11:08:18.3593692Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T09:41:17.3438843Z" + "lastModifiedAt": "2022-10-22T11:08:18.3593692Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae7bd7b3-a425-4aa4-9097-cafa736b090d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed9c6182-ece9-4ea9-8ed9-12195b488633?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1945,7 +2096,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:45:32 GMT", + "Date": "Sat, 22 Oct 2022 11:14:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1953,16 +2104,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ea4f738-323a-4c15-b31e-3f0aced16e22", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094533Z:2ea4f738-323a-4c15-b31e-3f0aced16e22", + "x-ms-correlation-request-id": "31be6a0e-c222-4b3d-902d-a9d181c0ceff", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111406Z:31be6a0e-c222-4b3d-902d-a9d181c0ceff", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae7bd7b3-a425-4aa4-9097-cafa736b090d", - "name": "ae7bd7b3-a425-4aa4-9097-cafa736b090d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed9c6182-ece9-4ea9-8ed9-12195b488633", + "name": "ed9c6182-ece9-4ea9-8ed9-12195b488633", "status": "Patching", - "startTime": "2022-10-20T09:45:32.8387826Z", + "startTime": "2022-10-22T11:14:05.6830182Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1971,7 +2122,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae7bd7b3-a425-4aa4-9097-cafa736b090d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed9c6182-ece9-4ea9-8ed9-12195b488633?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1985,7 +2136,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:46:03 GMT", + "Date": "Sat, 22 Oct 2022 11:14:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1993,17 +2144,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "871363c5-d04b-4501-98fb-79bee2c78d23", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094603Z:871363c5-d04b-4501-98fb-79bee2c78d23", + "x-ms-correlation-request-id": "89a38b32-41e2-4b84-9a1f-7dc1d44cfcb3", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111436Z:89a38b32-41e2-4b84-9a1f-7dc1d44cfcb3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae7bd7b3-a425-4aa4-9097-cafa736b090d", - "name": "ae7bd7b3-a425-4aa4-9097-cafa736b090d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed9c6182-ece9-4ea9-8ed9-12195b488633", + "name": "ed9c6182-ece9-4ea9-8ed9-12195b488633", "status": "Succeeded", - "startTime": "2022-10-20T09:45:32.8387826Z", - "endTime": "2022-10-20T09:45:36.917558Z", + "startTime": "2022-10-22T11:14:05.6830182Z", + "endTime": "2022-10-22T11:14:09.6823913Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" @@ -2011,7 +2162,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae7bd7b3-a425-4aa4-9097-cafa736b090d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed9c6182-ece9-4ea9-8ed9-12195b488633?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2025,7 +2176,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:46:04 GMT", + "Date": "Sat, 22 Oct 2022 11:14:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2033,19 +2184,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "435b22e7-8e66-4a41-aab1-33b178c60453", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094604Z:435b22e7-8e66-4a41-aab1-33b178c60453", + "x-ms-correlation-request-id": "a6ea9934-b028-47dd-9176-59b7d474210c", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111436Z:a6ea9934-b028-47dd-9176-59b7d474210c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T09%3A45%3A36.9167795Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T11%3A14%3A09.6785511Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T09:45:32.4706274Z" + "CreatedOnDate": "2022-10-22T11:14:05.3316257Z" }, "properties": { "dataProtection": { @@ -2055,12 +2206,12 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/vaults/cbsvault" } }, - "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-503c258e", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 0, + "usedBytes": 319488, "exportPolicy": { "rules": [ { @@ -2086,19 +2237,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ec789256", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c7da666d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", - "poolId": "646da0f4-e996-26bf-c015-3b9617996e17", + "poolId": "03cb995c-d50b-89b3-d6f3-157f5c9c8ebf", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", - "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "mountTargetId": "d914c7d8-47e1-ea13-b768-88018a207faa", + "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", "startIp": "", "endIp": "", "gateway": "", @@ -2130,10 +2281,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T09:41:17.3438843Z", + "createdAt": "2022-10-22T11:08:18.3593692Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T09:45:32.6645482Z" + "lastModifiedAt": "2022-10-22T11:14:05.5271317Z" } } }, @@ -2156,20 +2307,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a19f4f5-78b0-4391-8076-fdc4001f3d9b?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9f36f5a-baa9-4e59-8f14-f4ac53c94f03?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "560", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:46:05 GMT", + "Date": "Sat, 22 Oct 2022 11:14:37 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a19f4f5-78b0-4391-8076-fdc4001f3d9b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9f36f5a-baa9-4e59-8f14-f4ac53c94f03?api-version=2022-05-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": "a15178f4-1308-4f0b-abf0-8a450b1162f7", + "x-ms-correlation-request-id": "3d7b9373-cbd3-4575-a244-a3d5ac53e57f", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094605Z:a15178f4-1308-4f0b-abf0-8a450b1162f7", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111437Z:3d7b9373-cbd3-4575-a244-a3d5ac53e57f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2184,7 +2335,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a19f4f5-78b0-4391-8076-fdc4001f3d9b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9f36f5a-baa9-4e59-8f14-f4ac53c94f03?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2198,7 +2349,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:46:05 GMT", + "Date": "Sat, 22 Oct 2022 11:14:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2206,25 +2357,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3933a821-3bad-48a8-9d49-5373226758f3", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094605Z:3933a821-3bad-48a8-9d49-5373226758f3", + "x-ms-correlation-request-id": "ae71b40e-8c13-409c-962b-a82ea0f129c9", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111437Z:ae71b40e-8c13-409c-962b-a82ea0f129c9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a19f4f5-78b0-4391-8076-fdc4001f3d9b", - "name": "0a19f4f5-78b0-4391-8076-fdc4001f3d9b", - "status": "Creating", - "startTime": "2022-10-20T09:46:04.91622Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9f36f5a-baa9-4e59-8f14-f4ac53c94f03", + "name": "e9f36f5a-baa9-4e59-8f14-f4ac53c94f03", + "status": "Succeeded", + "startTime": "2022-10-22T11:14:37.0342478Z", + "endTime": "2022-10-22T11:14:37.25368Z", + "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a19f4f5-78b0-4391-8076-fdc4001f3d9b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9f36f5a-baa9-4e59-8f14-f4ac53c94f03?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2233,12 +2384,56 @@ "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "781", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11:14: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": "005a4916-b479-4cf6-ac8c-0a0615b3d6ef", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111437Z:005a4916-b479-4cf6-ac8c-0a0615b3d6ef", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "etag": "10/22/2022 11:14:37 AM", + "location": "", + "properties": { + "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", + "creationDate": "0001-01-01T00:00:00Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:46:35 GMT", + "Date": "Sat, 22 Oct 2022 11:14:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2246,64 +2441,70 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08a344a3-2791-470b-959b-a6a544e9bc19", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094635Z:08a344a3-2791-470b-959b-a6a544e9bc19", + "x-ms-correlation-request-id": "187483c7-8f9c-462e-a810-6059de0251b3", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111448Z:187483c7-8f9c-462e-a810-6059de0251b3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a19f4f5-78b0-4391-8076-fdc4001f3d9b", - "name": "0a19f4f5-78b0-4391-8076-fdc4001f3d9b", - "status": "Succeeded", - "startTime": "2022-10-20T09:46:04.91622Z", - "endTime": "2022-10-20T09:46:06.2306039Z", - "percentComplete": 100.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e" + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a19f4f5-78b0-4391-8076-fdc4001f3d9b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 201, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "780", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:46:35 GMT", + "Date": "Sat, 22 Oct 2022 11:14: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": "3317d5c9-ec13-4e20-8fd3-68a5fafb02e7", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094635Z:3317d5c9-ec13-4e20-8fd3-68a5fafb02e7", + "x-ms-correlation-request-id": "5adb01d8-c2c8-4b39-82fd-1a5ad9fdba4e", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111459Z:5adb01d8-c2c8-4b39-82fd-1a5ad9fdba4e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/20/2022 9:46:06 AM", - "location": "", + "location": "westus2", "properties": { - "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", - "creationDate": "0001-01-01T00:00:00Z", - "backupId": "83823948-0271-7ed6-0cb1-cd785cdeb42c", + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", "size": 0, "backupType": "Manual", + "provisioningState": "Creating", "failureReason": "None", - "useExistingSnapshot": false, - "provisioningState": "Creating" + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false } } }, @@ -2322,7 +2523,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:46:46 GMT", + "Date": "Sat, 22 Oct 2022 11:15:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2330,9 +2531,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "68f52e57-0b5b-4dc6-95b7-2f56bedd6eea", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094646Z:68f52e57-0b5b-4dc6-95b7-2f56bedd6eea", + "x-ms-correlation-request-id": "a01bc415-3368-438f-b07d-36daee07c6b4", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111510Z:a01bc415-3368-438f-b07d-36daee07c6b4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2341,8 +2542,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-20T09:46:06Z", - "backupId": "83823948-0271-7ed6-0cb1-cd785cdeb42c", + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2367,7 +2568,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:46:56 GMT", + "Date": "Sat, 22 Oct 2022 11:15:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2375,9 +2576,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b0c5e484-c647-4b8f-a068-bddbaa514aea", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094657Z:b0c5e484-c647-4b8f-a068-bddbaa514aea", + "x-ms-correlation-request-id": "0c13667f-0d8e-48cf-9ebd-dd6c6116dd67", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111521Z:0c13667f-0d8e-48cf-9ebd-dd6c6116dd67", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2386,8 +2587,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-20T09:46:06Z", - "backupId": "83823948-0271-7ed6-0cb1-cd785cdeb42c", + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2412,7 +2613,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:47:07 GMT", + "Date": "Sat, 22 Oct 2022 11:15:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2420,9 +2621,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91153d0c-d06a-49dc-be71-fd8061ed1094", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094707Z:91153d0c-d06a-49dc-be71-fd8061ed1094", + "x-ms-correlation-request-id": "9eba7b1e-296f-458b-9ab5-d39e47e1bfac", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111532Z:9eba7b1e-296f-458b-9ab5-d39e47e1bfac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2431,8 +2632,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-20T09:46:06Z", - "backupId": "83823948-0271-7ed6-0cb1-cd785cdeb42c", + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2457,7 +2658,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:47:17 GMT", + "Date": "Sat, 22 Oct 2022 11:15:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2465,9 +2666,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "22f9cf85-6930-443b-b992-cfaea9be5cdd", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094718Z:22f9cf85-6930-443b-b992-cfaea9be5cdd", + "x-ms-correlation-request-id": "68c9b2fe-4350-4dcc-8f26-25b7526d10d9", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111542Z:68c9b2fe-4350-4dcc-8f26-25b7526d10d9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2476,8 +2677,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-20T09:46:06Z", - "backupId": "83823948-0271-7ed6-0cb1-cd785cdeb42c", + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2502,7 +2703,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:47:28 GMT", + "Date": "Sat, 22 Oct 2022 11:15:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2510,9 +2711,999 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a553508-8ded-427d-90cb-8475f3546a24", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094729Z:7a553508-8ded-427d-90cb-8475f3546a24", + "x-ms-correlation-request-id": "6541a0b4-92a0-467a-a02a-0d65862f6e7f", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111553Z:6541a0b4-92a0-467a-a02a-0d65862f6e7f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11:16: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": "d2da2ce4-071d-4da8-b201-dfa45bd84143", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111603Z:d2da2ce4-071d-4da8-b201-dfa45bd84143", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11:16: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": "b931bc43-95ba-4fcf-9f26-bba3a431428c", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111615Z:b931bc43-95ba-4fcf-9f26-bba3a431428c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11:16: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": "f832be13-611d-48f0-8705-06077930e3ea", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111625Z:f832be13-611d-48f0-8705-06077930e3ea", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11:16: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": "2620b2fc-e5f1-4af9-b814-997d32b17a64", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111637Z:2620b2fc-e5f1-4af9-b814-997d32b17a64", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11:16: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": "147c00a1-c053-4b82-8024-4211b30bccd6", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111648Z:147c00a1-c053-4b82-8024-4211b30bccd6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11:16: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": "411a8b06-73e3-43b1-9de4-93ea2c2e8fd4", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111659Z:411a8b06-73e3-43b1-9de4-93ea2c2e8fd4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11:17: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": "404ac34e-a25d-422d-b6a2-4d01d6e646df", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111709Z:404ac34e-a25d-422d-b6a2-4d01d6e646df", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11:17: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": "708ff849-f8f7-43f9-9c9d-5c8e34382f24", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111720Z:708ff849-f8f7-43f9-9c9d-5c8e34382f24", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11:17: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": "8207f248-cd25-4d77-9694-414bd3006be6", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111731Z:8207f248-cd25-4d77-9694-414bd3006be6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11:17: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": "d190913a-ff0a-4bb6-89f1-24df4a8b32ee", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111741Z:d190913a-ff0a-4bb6-89f1-24df4a8b32ee", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11:17: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": "cc871581-5a4f-4543-b0fc-040c017cde13", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111753Z:cc871581-5a4f-4543-b0fc-040c017cde13", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11:18: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": "2c62ed4b-8d3c-4fb1-8dd8-5d05b21ea959", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111804Z:2c62ed4b-8d3c-4fb1-8dd8-5d05b21ea959", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11:18: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": "6dc02dd4-b3f0-40d0-9e0a-75ce11651bde", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111814Z:6dc02dd4-b3f0-40d0-9e0a-75ce11651bde", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11:18: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": "5b95b253-755c-41e5-b8c7-f9428da56207", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111825Z:5b95b253-755c-41e5-b8c7-f9428da56207", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11:18: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": "30861706-e9b4-42c4-a86f-be558f30ce7c", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111835Z:30861706-e9b4-42c4-a86f-be558f30ce7c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11: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": "bcdeb720-2942-4fa6-add7-d368355520d4", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111846Z:bcdeb720-2942-4fa6-add7-d368355520d4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11: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": "e097081e-0d22-4142-a5ea-2c3457d483cd", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111857Z:e097081e-0d22-4142-a5ea-2c3457d483cd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11:19: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": "8d9722cc-9d8c-4ac2-8a7b-91b64b5dae98", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111907Z:8d9722cc-9d8c-4ac2-8a7b-91b64b5dae98", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11: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": "e02aa7f7-0dab-45c9-8ce7-8bed16369244", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111919Z:e02aa7f7-0dab-45c9-8ce7-8bed16369244", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11: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": "8ad0556a-7893-41a1-9a78-a1a6dbdccffc", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111929Z:8ad0556a-7893-41a1-9a78-a1a6dbdccffc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11:19: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": "7b3e0f7b-7c9d-4ebd-bb05-f9d76dc0bb28", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111940Z:7b3e0f7b-7c9d-4ebd-bb05-f9d76dc0bb28", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", + "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T11:14:37Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-503c258e", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11:19: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": "e2e309af-cbad-43df-9bf4-d451789dc848", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T111951Z:e2e309af-cbad-43df-9bf4-d451789dc848", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2521,9 +3712,9 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-20T09:46:09Z", - "backupId": "83823948-0271-7ed6-0cb1-cd785cdeb42c", - "size": 331776, + "creationDate": "2022-10-22T11:15:13Z", + "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", "failureReason": "None", @@ -2547,7 +3738,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:49:32 GMT", + "Date": "Sat, 22 Oct 2022 11:21:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2555,9 +3746,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "01db7559-c483-4951-9c97-82ac0910d6f1", + "x-ms-correlation-request-id": "edec1c65-f4de-4e55-833f-5ff30cbb820d", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094933Z:01db7559-c483-4951-9c97-82ac0910d6f1", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T112156Z:edec1c65-f4de-4e55-833f-5ff30cbb820d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2584,7 +3775,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:49:33 GMT", + "Date": "Sat, 22 Oct 2022 11:21:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2592,9 +3783,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "57ae7b8a-068e-4251-8d06-c8316a7c8793", + "x-ms-correlation-request-id": "e9cfbc89-07ad-4f8f-9ba9-431a376672cb", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094934Z:57ae7b8a-068e-4251-8d06-c8316a7c8793", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T112158Z:e9cfbc89-07ad-4f8f-9ba9-431a376672cb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2636,31 +3827,31 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9f1e06c-151d-4fcd-ab49-6e71d2e211f1?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd2501c1-042c-40b2-a1b6-6665bf96a226?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "2743", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:49:35 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T09%3A49%3A35.5233013Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 11:21:59 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T11%3A21%3A59.6794562Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9f1e06c-151d-4fcd-ab49-6e71d2e211f1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd2501c1-042c-40b2-a1b6-6665bf96a226?api-version=2022-05-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": "51caf797-33e1-4a4c-aa6b-cca296e31335", + "x-ms-correlation-request-id": "86111b7f-5f4a-43e9-b267-e57c1df7c897", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094935Z:51caf797-33e1-4a4c-aa6b-cca296e31335", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T112159Z:86111b7f-5f4a-43e9-b267-e57c1df7c897", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T09%3A49%3A35.5233013Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T11%3A21%3A59.6794562Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T09:45:32.4706274Z" + "CreatedOnDate": "2022-10-22T11:14:05.3316257Z" }, "properties": { "dataProtection": { @@ -2671,7 +3862,7 @@ } }, "provisioningState": "Patching", - "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-503c258e", "usageThreshold": 107374182400, @@ -2699,7 +3890,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ec789256", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c7da666d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2714,8 +3905,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", - "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "mountTargetId": "d914c7d8-47e1-ea13-b768-88018a207faa", + "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", "ipAddress": "10.0.0.4" } ], @@ -2734,15 +3925,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T09:41:17.3438843Z", + "createdAt": "2022-10-22T11:08:18.3593692Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T09:45:32.6645482Z" + "lastModifiedAt": "2022-10-22T11:14:05.5271317Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9f1e06c-151d-4fcd-ab49-6e71d2e211f1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd2501c1-042c-40b2-a1b6-6665bf96a226?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2756,7 +3947,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:49:35 GMT", + "Date": "Sat, 22 Oct 2022 11:21:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2764,16 +3955,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0fd03cbf-6556-4f20-86e0-6d46af96c9a0", + "x-ms-correlation-request-id": "4d023fc3-59d8-494f-849a-c56ebac70464", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20221020T094935Z:0fd03cbf-6556-4f20-86e0-6d46af96c9a0", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T112200Z:4d023fc3-59d8-494f-849a-c56ebac70464", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9f1e06c-151d-4fcd-ab49-6e71d2e211f1", - "name": "e9f1e06c-151d-4fcd-ab49-6e71d2e211f1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd2501c1-042c-40b2-a1b6-6665bf96a226", + "name": "cd2501c1-042c-40b2-a1b6-6665bf96a226", "status": "Patching", - "startTime": "2022-10-20T09:49:35.5334773Z", + "startTime": "2022-10-22T11:21:59.6841789Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2782,7 +3973,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9f1e06c-151d-4fcd-ab49-6e71d2e211f1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd2501c1-042c-40b2-a1b6-6665bf96a226?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2796,7 +3987,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:50:05 GMT", + "Date": "Sat, 22 Oct 2022 11:22:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2804,17 +3995,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5fa75773-e43c-4304-8d7b-f20997623d3d", + "x-ms-correlation-request-id": "73287644-60ef-4223-ba2e-b6aba26eb8fd", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095006Z:5fa75773-e43c-4304-8d7b-f20997623d3d", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T112230Z:73287644-60ef-4223-ba2e-b6aba26eb8fd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9f1e06c-151d-4fcd-ab49-6e71d2e211f1", - "name": "e9f1e06c-151d-4fcd-ab49-6e71d2e211f1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd2501c1-042c-40b2-a1b6-6665bf96a226", + "name": "cd2501c1-042c-40b2-a1b6-6665bf96a226", "status": "Succeeded", - "startTime": "2022-10-20T09:49:35.5334773Z", - "endTime": "2022-10-20T09:49:41.1548011Z", + "startTime": "2022-10-22T11:21:59.6841789Z", + "endTime": "2022-10-22T11:22:06.1059836Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" @@ -2822,7 +4013,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9f1e06c-151d-4fcd-ab49-6e71d2e211f1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd2501c1-042c-40b2-a1b6-6665bf96a226?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2836,7 +4027,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:50:05 GMT", + "Date": "Sat, 22 Oct 2022 11:22:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2844,19 +4035,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "061aae53-795f-4b6b-a0c3-c6fe68412ab3", + "x-ms-correlation-request-id": "c7009931-9762-4c85-b65b-fd353e37a711", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095006Z:061aae53-795f-4b6b-a0c3-c6fe68412ab3", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T112230Z:c7009931-9762-4c85-b65b-fd353e37a711", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T09%3A49%3A41.1471254Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T11%3A22%3A06.1017841Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T09:45:32.4706274Z" + "CreatedOnDate": "2022-10-22T11:14:05.3316257Z" }, "properties": { "dataProtection": { @@ -2866,12 +4057,12 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/vaults/cbsvault" } }, - "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-503c258e", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 0, + "usedBytes": 319488, "exportPolicy": { "rules": [ { @@ -2897,19 +4088,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ec789256", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c7da666d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", - "poolId": "646da0f4-e996-26bf-c015-3b9617996e17", + "poolId": "03cb995c-d50b-89b3-d6f3-157f5c9c8ebf", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", - "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "mountTargetId": "d914c7d8-47e1-ea13-b768-88018a207faa", + "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", "startIp": "", "endIp": "", "gateway": "", @@ -2941,10 +4132,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T09:41:17.3438843Z", + "createdAt": "2022-10-22T11:08:18.3593692Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T09:49:35.3953575Z" + "lastModifiedAt": "2022-10-22T11:21:59.5464497Z" } } }, @@ -2963,15 +4154,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:50:08 GMT", + "Date": "Sat, 22 Oct 2022 11:22: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": "66c1e6bc-d7e9-4c72-8a58-0edae355a586", + "x-ms-correlation-request-id": "5334982a-ed96-4638-a563-eb9c1fcc7b6d", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095009Z:66c1e6bc-d7e9-4c72-8a58-0edae355a586", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T112233Z:5334982a-ed96-4638-a563-eb9c1fcc7b6d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2994,25 +4185,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 09:50:09 GMT", + "Date": "Sat, 22 Oct 2022 11:22:34 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd?api-version=2022-05-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": "a7fdf76f-2b5a-41b3-a483-05d0ce736d8b", + "x-ms-correlation-request-id": "66a66c8d-7f95-4ab5-8e65-11a177214c02", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095010Z:a7fdf76f-2b5a-41b3-a483-05d0ce736d8b", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T112234Z:66a66c8d-7f95-4ab5-8e65-11a177214c02", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3026,7 +4217,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:50:09 GMT", + "Date": "Sat, 22 Oct 2022 11:22:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3034,16 +4225,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e35a59b-b0b6-483d-904f-35cb6b32c9bd", + "x-ms-correlation-request-id": "44984e1c-ff22-40ba-b745-7cb5a155326d", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095010Z:9e35a59b-b0b6-483d-904f-35cb6b32c9bd", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T112234Z:44984e1c-ff22-40ba-b745-7cb5a155326d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609", - "name": "efa928fb-ecfc-4423-ae59-871617fc7609", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd", + "name": "4bc3e950-52ce-40a5-acce-1c2e130177bd", "status": "Deleting", - "startTime": "2022-10-20T09:50:10.2400676Z", + "startTime": "2022-10-22T11:22:34.382849Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3052,7 +4243,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3066,7 +4257,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:50:39 GMT", + "Date": "Sat, 22 Oct 2022 11:23:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3074,16 +4265,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70c98818-8e58-48a9-aba1-d049addc6c54", + "x-ms-correlation-request-id": "cef1ad4e-bfc7-4d85-8594-44b6206ab6dc", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095040Z:70c98818-8e58-48a9-aba1-d049addc6c54", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T112305Z:cef1ad4e-bfc7-4d85-8594-44b6206ab6dc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609", - "name": "efa928fb-ecfc-4423-ae59-871617fc7609", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd", + "name": "4bc3e950-52ce-40a5-acce-1c2e130177bd", "status": "Deleting", - "startTime": "2022-10-20T09:50:10.2400676Z", + "startTime": "2022-10-22T11:22:34.382849Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3092,7 +4283,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3106,7 +4297,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:51:11 GMT", + "Date": "Sat, 22 Oct 2022 11:23:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3114,16 +4305,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e9d256b4-6afe-4980-a67f-dc144b5c9bd1", + "x-ms-correlation-request-id": "fbb1df8e-c296-414f-a9db-87cafc249061", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095111Z:e9d256b4-6afe-4980-a67f-dc144b5c9bd1", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T112335Z:fbb1df8e-c296-414f-a9db-87cafc249061", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609", - "name": "efa928fb-ecfc-4423-ae59-871617fc7609", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd", + "name": "4bc3e950-52ce-40a5-acce-1c2e130177bd", "status": "Deleting", - "startTime": "2022-10-20T09:50:10.2400676Z", + "startTime": "2022-10-22T11:22:34.382849Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3132,7 +4323,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3146,7 +4337,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:51:40 GMT", + "Date": "Sat, 22 Oct 2022 11:24:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3154,16 +4345,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fc0f0ac2-9885-40f4-897a-8754e656d447", + "x-ms-correlation-request-id": "689b6c53-8f0b-4532-aae6-fd00a543843a", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095141Z:fc0f0ac2-9885-40f4-897a-8754e656d447", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T112405Z:689b6c53-8f0b-4532-aae6-fd00a543843a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609", - "name": "efa928fb-ecfc-4423-ae59-871617fc7609", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd", + "name": "4bc3e950-52ce-40a5-acce-1c2e130177bd", "status": "Deleting", - "startTime": "2022-10-20T09:50:10.2400676Z", + "startTime": "2022-10-22T11:22:34.382849Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3172,7 +4363,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3186,7 +4377,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:52:11 GMT", + "Date": "Sat, 22 Oct 2022 11:24:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3194,16 +4385,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5311596d-c50c-4b9c-8120-256f2a2b9711", + "x-ms-correlation-request-id": "44eef8bc-972f-458e-a95e-bcd2728b8b18", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095211Z:5311596d-c50c-4b9c-8120-256f2a2b9711", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T112435Z:44eef8bc-972f-458e-a95e-bcd2728b8b18", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609", - "name": "efa928fb-ecfc-4423-ae59-871617fc7609", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd", + "name": "4bc3e950-52ce-40a5-acce-1c2e130177bd", "status": "Deleting", - "startTime": "2022-10-20T09:50:10.2400676Z", + "startTime": "2022-10-22T11:22:34.382849Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3212,7 +4403,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3226,7 +4417,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:52:41 GMT", + "Date": "Sat, 22 Oct 2022 11:25:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3234,16 +4425,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3ca5b35-eb3d-44bf-aee2-60a2b3e472e5", + "x-ms-correlation-request-id": "54ac10c8-7c98-4adb-a8f3-6d2d93ecac5f", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095241Z:f3ca5b35-eb3d-44bf-aee2-60a2b3e472e5", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T112506Z:54ac10c8-7c98-4adb-a8f3-6d2d93ecac5f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609", - "name": "efa928fb-ecfc-4423-ae59-871617fc7609", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd", + "name": "4bc3e950-52ce-40a5-acce-1c2e130177bd", "status": "Deleting", - "startTime": "2022-10-20T09:50:10.2400676Z", + "startTime": "2022-10-22T11:22:34.382849Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3252,7 +4443,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3266,7 +4457,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:53:11 GMT", + "Date": "Sat, 22 Oct 2022 11:25:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3274,17 +4465,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1468c0b3-b2fa-4494-9472-10a73c7d8e37", + "x-ms-correlation-request-id": "f395ab6d-e935-4dfe-98bb-528dce253d35", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095312Z:1468c0b3-b2fa-4494-9472-10a73c7d8e37", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T112536Z:f395ab6d-e935-4dfe-98bb-528dce253d35", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609", - "name": "efa928fb-ecfc-4423-ae59-871617fc7609", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd", + "name": "4bc3e950-52ce-40a5-acce-1c2e130177bd", "status": "Succeeded", - "startTime": "2022-10-20T09:50:10.2400676Z", - "endTime": "2022-10-20T09:52:44.5749271Z", + "startTime": "2022-10-22T11:22:34.382849Z", + "endTime": "2022-10-22T11:25:29.4700938Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" @@ -3292,7 +4483,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa928fb-ecfc-4423-ae59-871617fc7609?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3306,7 +4497,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:53:12 GMT", + "Date": "Sat, 22 Oct 2022 11:25:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3314,19 +4505,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2efa8819-64fd-4b91-a3ad-106884420b42", + "x-ms-correlation-request-id": "034cf2a0-7fbc-4fdf-905d-c809ff9be4d4", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095312Z:2efa8819-64fd-4b91-a3ad-106884420b42", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T112536Z:034cf2a0-7fbc-4fdf-905d-c809ff9be4d4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T09%3A52%3A27.3801726Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T11%3A25%3A12.1974047Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T09:45:32.4706274Z" + "CreatedOnDate": "2022-10-22T11:14:05.3316257Z" }, "properties": { "dataProtection": { @@ -3336,12 +4527,12 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/vaults/cbsvault" } }, - "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-503c258e", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 0, + "usedBytes": 319488, "exportPolicy": { "rules": [ { @@ -3367,19 +4558,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ec789256", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c7da666d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", - "poolId": "646da0f4-e996-26bf-c015-3b9617996e17", + "poolId": "03cb995c-d50b-89b3-d6f3-157f5c9c8ebf", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", - "fileSystemId": "b3e71455-0baf-7aa1-4179-1f95aed67f45", + "mountTargetId": "d914c7d8-47e1-ea13-b768-88018a207faa", + "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", "startIp": "", "endIp": "", "gateway": "", @@ -3411,10 +4602,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T09:41:17.3438843Z", + "createdAt": "2022-10-22T11:08:18.3593692Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T09:49:35.3953575Z" + "lastModifiedAt": "2022-10-22T11:21:59.5464497Z" } } }, @@ -3433,14 +4624,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:56:35 GMT", + "Date": "Sat, 22 Oct 2022 11:29:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "02d3b4da-e2fb-4f37-9daa-17d1d356ea6b", + "x-ms-correlation-request-id": "8afd99c9-87d2-48d0-8012-e95bf0165dbb", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095636Z:02d3b4da-e2fb-4f37-9daa-17d1d356ea6b" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T112900Z:8afd99c9-87d2-48d0-8012-e95bf0165dbb" }, "ResponseBody": { "error": { @@ -3462,25 +4653,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/749ef382-fb88-4d0e-8482-0b5293298f4e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6666b302-41ac-4789-a90c-c8b06223adfa?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 09:56:48 GMT", + "Date": "Sat, 22 Oct 2022 11:29:12 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/749ef382-fb88-4d0e-8482-0b5293298f4e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6666b302-41ac-4789-a90c-c8b06223adfa?api-version=2022-05-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": "44500b3f-deff-4352-97c6-9d10dceeed7d", + "x-ms-correlation-request-id": "58bec98e-6415-4033-b050-d79eb163128b", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095649Z:44500b3f-deff-4352-97c6-9d10dceeed7d", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T112912Z:58bec98e-6415-4033-b050-d79eb163128b", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/749ef382-fb88-4d0e-8482-0b5293298f4e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6666b302-41ac-4789-a90c-c8b06223adfa?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3494,7 +4685,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:56:48 GMT", + "Date": "Sat, 22 Oct 2022 11:29:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3502,16 +4693,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6a7ad1c8-9925-40c1-b0d2-d7a080a08a9c", + "x-ms-correlation-request-id": "692df063-97d0-471b-a06e-3e9ac802ee41", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095649Z:6a7ad1c8-9925-40c1-b0d2-d7a080a08a9c", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T112913Z:692df063-97d0-471b-a06e-3e9ac802ee41", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/749ef382-fb88-4d0e-8482-0b5293298f4e", - "name": "749ef382-fb88-4d0e-8482-0b5293298f4e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6666b302-41ac-4789-a90c-c8b06223adfa", + "name": "6666b302-41ac-4789-a90c-c8b06223adfa", "status": "Deleting", - "startTime": "2022-10-20T09:56:47.9701504Z", + "startTime": "2022-10-22T11:29:12.7708676Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3520,7 +4711,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/749ef382-fb88-4d0e-8482-0b5293298f4e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6666b302-41ac-4789-a90c-c8b06223adfa?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3534,7 +4725,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:57:19 GMT", + "Date": "Sat, 22 Oct 2022 11:29:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3542,17 +4733,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "83b5abfc-03c7-4d49-9d8d-3775da1f6050", + "x-ms-correlation-request-id": "2365b879-00fc-48a7-adf3-3887b808818c", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095719Z:83b5abfc-03c7-4d49-9d8d-3775da1f6050", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T112943Z:2365b879-00fc-48a7-adf3-3887b808818c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/749ef382-fb88-4d0e-8482-0b5293298f4e", - "name": "749ef382-fb88-4d0e-8482-0b5293298f4e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6666b302-41ac-4789-a90c-c8b06223adfa", + "name": "6666b302-41ac-4789-a90c-c8b06223adfa", "status": "Succeeded", - "startTime": "2022-10-20T09:56:47.9701504Z", - "endTime": "2022-10-20T09:56:49.0638601Z", + "startTime": "2022-10-22T11:29:12.7708676Z", + "endTime": "2022-10-22T11:29:13.9115646Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1" @@ -3560,7 +4751,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/749ef382-fb88-4d0e-8482-0b5293298f4e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6666b302-41ac-4789-a90c-c8b06223adfa?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3574,7 +4765,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:57:19 GMT", + "Date": "Sat, 22 Oct 2022 11:29:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3582,22 +4773,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27a73708-e6e5-46cc-8f27-88c63a49114d", + "x-ms-correlation-request-id": "e1c92dfb-e920-46c5-ba6a-80d67bdb6806", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095720Z:27a73708-e6e5-46cc-8f27-88c63a49114d", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T112943Z:e1c92dfb-e920-46c5-ba6a-80d67bdb6806", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T09%3A56%3A47.9654837Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T11%3A29%3A12.7798439Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T09:41:02.7767335Z" + "CreatedOnDate": "2022-10-22T11:08:03.2564982Z" }, "properties": { - "poolId": "646da0f4-e996-26bf-c015-3b9617996e17", + "poolId": "03cb995c-d50b-89b3-d6f3-157f5c9c8ebf", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1", @@ -3611,10 +4802,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T09:41:04.0184669Z", + "createdAt": "2022-10-22T11:08:04.3356748Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T09:41:04.0184669Z" + "lastModifiedAt": "2022-10-22T11:08:04.3356748Z" } } }, @@ -3632,14 +4823,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 09:57:29 GMT", + "Date": "Sat, 22 Oct 2022 11:29:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e691a5da-865e-4299-a605-b8b5a7d2ea57", + "x-ms-correlation-request-id": "ae31750f-015c-4ec3-b8e6-57ca74abb217", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095730Z:e691a5da-865e-4299-a605-b8b5a7d2ea57" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T112954Z:ae31750f-015c-4ec3-b8e6-57ca74abb217" }, "ResponseBody": null }, @@ -3657,14 +4848,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 09:57:40 GMT", + "Date": "Sat, 22 Oct 2022 11:30:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad2af4f6-5baa-4905-b5a8-636dd17b21cd", + "x-ms-correlation-request-id": "b871eb7e-ca88-4e25-a9b4-31f5c4b06aed", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095740Z:ad2af4f6-5baa-4905-b5a8-636dd17b21cd" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T113005Z:b871eb7e-ca88-4e25-a9b4-31f5c4b06aed" }, "ResponseBody": null }, @@ -3682,14 +4873,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 09:57:51 GMT", + "Date": "Sat, 22 Oct 2022 11:30:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6abdd504-f19c-408a-a2f4-035a5c987f01", + "x-ms-correlation-request-id": "7eb14a60-283d-4770-a335-d3f015bef81f", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095751Z:6abdd504-f19c-408a-a2f4-035a5c987f01" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T113015Z:7eb14a60-283d-4770-a335-d3f015bef81f" }, "ResponseBody": null }, @@ -3707,14 +4898,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 09:58:01 GMT", + "Date": "Sat, 22 Oct 2022 11:30:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "773d54f3-a709-454c-8857-d290d1342030", + "x-ms-correlation-request-id": "105c46bc-6af7-4215-87d6-def6697fda1c", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095801Z:773d54f3-a709-454c-8857-d290d1342030" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T113025Z:105c46bc-6af7-4215-87d6-def6697fda1c" }, "ResponseBody": null }, @@ -3733,14 +4924,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:58:11 GMT", + "Date": "Sat, 22 Oct 2022 11:30:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6273098-1c80-429d-85ed-6fe6f060a0a1", + "x-ms-correlation-request-id": "a3f8934b-5047-4650-91fd-33d1ca02ae32", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095811Z:b6273098-1c80-429d-85ed-6fe6f060a0a1" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T113036Z:a3f8934b-5047-4650-91fd-33d1ca02ae32" }, "ResponseBody": { "error": { @@ -3762,25 +4953,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b452e9d6-2fd5-44e3-9379-2b759b5e54ae?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/04108833-dcc6-4796-b63c-4b0709c4aa92?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 09:58:12 GMT", + "Date": "Sat, 22 Oct 2022 11:30:37 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b452e9d6-2fd5-44e3-9379-2b759b5e54ae?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/04108833-dcc6-4796-b63c-4b0709c4aa92?api-version=2022-05-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": "f6f68ff6-0ff4-441a-8b1a-011892f21bbb", + "x-ms-correlation-request-id": "ba93a6af-a334-432b-8128-61603fdca648", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095812Z:f6f68ff6-0ff4-441a-8b1a-011892f21bbb", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T113037Z:ba93a6af-a334-432b-8128-61603fdca648", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b452e9d6-2fd5-44e3-9379-2b759b5e54ae?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/04108833-dcc6-4796-b63c-4b0709c4aa92?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3794,7 +4985,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:58:12 GMT", + "Date": "Sat, 22 Oct 2022 11:30:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3802,17 +4993,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "34269226-e73e-43b5-9866-bb215b2c026d", + "x-ms-correlation-request-id": "91ebb9f1-5a4d-416b-a5eb-592a666d72a0", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095813Z:34269226-e73e-43b5-9866-bb215b2c026d", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T113037Z:91ebb9f1-5a4d-416b-a5eb-592a666d72a0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b452e9d6-2fd5-44e3-9379-2b759b5e54ae", - "name": "b452e9d6-2fd5-44e3-9379-2b759b5e54ae", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/04108833-dcc6-4796-b63c-4b0709c4aa92", + "name": "04108833-dcc6-4796-b63c-4b0709c4aa92", "status": "Succeeded", - "startTime": "2022-10-20T09:58:11.5698582Z", - "endTime": "2022-10-20T09:58:11.6167248Z", + "startTime": "2022-10-22T11:30:37.5968885Z", + "endTime": "2022-10-22T11:30:37.6437246Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e" @@ -3820,7 +5011,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b452e9d6-2fd5-44e3-9379-2b759b5e54ae?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/04108833-dcc6-4796-b63c-4b0709c4aa92?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3834,7 +5025,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:58:13 GMT", + "Date": "Sat, 22 Oct 2022 11:30:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3842,19 +5033,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dac0bd96-df56-4885-a90b-de821141da6a", + "x-ms-correlation-request-id": "ec5c3542-b809-4694-95ce-a1929ae639ac", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095813Z:dac0bd96-df56-4885-a90b-de821141da6a", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T113038Z:ec5c3542-b809-4694-95ce-a1929ae639ac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e", "name": "sdk-py-tests-acc-1-503c258e", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T09%3A58%3A11.5572827Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T11%3A30%3A37.5933063Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T09:40:59.1492895Z" + "CreatedOnDate": "2022-10-22T11:08:00.0000803Z" }, "properties": { "encryption": { @@ -3865,10 +5056,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T09:40:59.9696968Z", + "createdAt": "2022-10-22T11:08:00.9121114Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T09:40:59.9696968Z" + "lastModifiedAt": "2022-10-22T11:08:00.9121114Z" } } }, @@ -3887,15 +5078,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:58:13 GMT", + "Date": "Sat, 22 Oct 2022 11:30: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": "99dbbc1f-bf8a-40b9-8ded-df14675e4925", + "x-ms-correlation-request-id": "89a43abe-4259-4b78-9cdf-d7ecd43241d1", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095814Z:99dbbc1f-bf8a-40b9-8ded-df14675e4925", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T113038Z:89a43abe-4259-4b78-9cdf-d7ecd43241d1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3919,12 +5110,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2c828510-64a5-4060-97eb-7c210e334977?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/cb9ca151-8f00-4b77-b6fd-8bb107fa4658?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 09:58:14 GMT", + "Date": "Sat, 22 Oct 2022 11:30:39 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/2c828510-64a5-4060-97eb-7c210e334977?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/cb9ca151-8f00-4b77-b6fd-8bb107fa4658?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3933,10 +5124,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bd394625-3f29-42cb-85ae-8a6edd2fcb8c", - "x-ms-correlation-request-id": "5811e113-e560-4fe0-8f10-81a2ac4b511d", + "x-ms-arm-service-request-id": "7ea2552f-85d6-439a-a396-7b4ad3971e39", + "x-ms-correlation-request-id": "e18a8fae-e0c9-4f51-aed8-65002f05027b", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20221020T095814Z:5811e113-e560-4fe0-8f10-81a2ac4b511d" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T113040Z:e18a8fae-e0c9-4f51-aed8-65002f05027b" }, "ResponseBody": null } 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 5aa173a404f6..cb6c4bfa2a7c 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:58:51 GMT", + "Date": "Sat, 22 Oct 2022 10:06:53 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.13845.10 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:58:51 GMT", + "Date": "Sat, 22 Oct 2022 10:06:53 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.13845.10 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "e7f9b634-e947-4526-a9c1-8372ba568214", + "client-request-id": "859dcb38-58fe-44d7-92ae-563e1543bce7", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "e7f9b634-e947-4526-a9c1-8372ba568214", + "client-request-id": "859dcb38-58fe-44d7-92ae-563e1543bce7", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:58:52 GMT", + "Date": "Sat, 22 Oct 2022 10:06:53 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13845.10 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a26dacc3-842f-4c4f-bb34-61a339619f05?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d53810cb-9466-4ecb-b677-2097fa5c517a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:58:58 GMT", + "Date": "Sat, 22 Oct 2022 10:06:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2b21b507-091b-4630-8b13-9d83dc2186bb", - "x-ms-correlation-request-id": "f6eb8e9e-c183-4527-94c8-092da1fafef9", + "x-ms-arm-service-request-id": "399ab23a-589a-4405-aa71-422a1a18d783", + "x-ms-correlation-request-id": "1906a755-271f-4db3-a054-6dc395d3e6ac", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095859Z:f6eb8e9e-c183-4527-94c8-092da1fafef9" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100659Z:1906a755-271f-4db3-a054-6dc395d3e6ac" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-70dd2307", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307", - "etag": "W/\u00227951e934-8792-4f5e-aed2-8a5aea0b819a\u0022", + "etag": "W/\u00227f2f0cab-665b-489e-a9ce-723fe59e971e\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:58:54.6326032Z" + "CreatedOnDate": "2022-10-22T10:06:54.9293874Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "affa18c8-029f-46f3-af41-e52c656a2824", + "resourceGuid": "b1347a38-bf5c-41e0-8960-4829d6bf0f87", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a26dacc3-842f-4c4f-bb34-61a339619f05?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d53810cb-9466-4ecb-b677-2097fa5c517a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:58:59 GMT", + "Date": "Sat, 22 Oct 2022 10:06:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -304,10 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "adb408aa-b544-480b-91a5-58c6261f6873", - "x-ms-correlation-request-id": "364f4810-ab67-46ec-a5bd-dabab8c11dca", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095859Z:364f4810-ab67-46ec-a5bd-dabab8c11dca" + "x-ms-arm-service-request-id": "6dbc3132-61a5-4588-879e-4d9ff6bf24e8", + "x-ms-correlation-request-id": "8d0a3f30-f48e-4ada-9eb5-f52c715bfe33", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100700Z:8d0a3f30-f48e-4ada-9eb5-f52c715bfe33" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:59:00 GMT", - "ETag": "W/\u002215b00904-c3da-4292-bd22-6fa6ef489e06\u0022", + "Date": "Sat, 22 Oct 2022 10:06:59 GMT", + "ETag": "W/\u00227f6b592c-73cc-49df-8858-768595019c22\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ee354341-dede-4a71-801f-e86a75fefaf5", - "x-ms-correlation-request-id": "89892167-00d9-4798-8d2d-8d7224d8e88d", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095900Z:89892167-00d9-4798-8d2d-8d7224d8e88d" + "x-ms-arm-service-request-id": "b03858ad-a6a9-461d-b6d0-f0a4e00d7928", + "x-ms-correlation-request-id": "a391f84e-9028-4bca-b7cb-6ddd9dbbc6c6", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100700Z:a391f84e-9028-4bca-b7cb-6ddd9dbbc6c6" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-70dd2307", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307", - "etag": "W/\u002215b00904-c3da-4292-bd22-6fa6ef489e06\u0022", + "etag": "W/\u00227f6b592c-73cc-49df-8858-768595019c22\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:58:54.6326032Z" + "CreatedOnDate": "2022-10-22T10:06:54.9293874Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "affa18c8-029f-46f3-af41-e52c656a2824", + "resourceGuid": "b1347a38-bf5c-41e0-8960-4829d6bf0f87", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f2471aad-f0e2-43e5-bed7-9e5ebbd491fc?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0b78c581-953b-4179-b0ca-b0f88a6fda51?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:59:00 GMT", + "Date": "Sat, 22 Oct 2022 10:07:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "18c66b54-0891-439f-b7ae-968bed5c688c", - "x-ms-correlation-request-id": "8cd88c2f-c257-4e62-8046-61ba81367829", + "x-ms-arm-service-request-id": "722aa0a3-f31e-4604-9bc3-c57976a862f6", + "x-ms-correlation-request-id": "0a9b4bd7-f14b-4df2-9e3a-1ef58354d4b8", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095901Z:8cd88c2f-c257-4e62-8046-61ba81367829" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100701Z:0a9b4bd7-f14b-4df2-9e3a-1ef58354d4b8" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", - "etag": "W/\u0022a44102c3-38bd-4a14-8f46-b8b2dae3003c\u0022", + "etag": "W/\u0022885729f3-b9b6-4baa-bd04-53b518b74ee0\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022a44102c3-38bd-4a14-8f46-b8b2dae3003c\u0022", + "etag": "W/\u0022885729f3-b9b6-4baa-bd04-53b518b74ee0\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f2471aad-f0e2-43e5-bed7-9e5ebbd491fc?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0b78c581-953b-4179-b0ca-b0f88a6fda51?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:59:01 GMT", + "Date": "Sat, 22 Oct 2022 10:07:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "71d1eb56-c1cb-48bb-a064-24691e28fd8a", - "x-ms-correlation-request-id": "06352bcb-4999-4567-8dcc-2e26dab6f2f6", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095901Z:06352bcb-4999-4567-8dcc-2e26dab6f2f6" + "x-ms-arm-service-request-id": "e8ab553f-2696-43b6-b9cf-d8a6ffd82d36", + "x-ms-correlation-request-id": "8448aea8-12a8-437e-a00d-0ddcd3454ccc", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100701Z:8448aea8-12a8-437e-a00d-0ddcd3454ccc" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:59:01 GMT", - "ETag": "W/\u00220775a038-27e3-4112-a790-5a18a2ae8a9f\u0022", + "Date": "Sat, 22 Oct 2022 10:07:01 GMT", + "ETag": "W/\u00223dfd8465-4917-423b-a74e-9180c82a5629\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "264892b7-c875-499a-a9f4-aa938aec01e8", - "x-ms-correlation-request-id": "13f94254-739b-4085-ac93-5a878139fb2b", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095901Z:13f94254-739b-4085-ac93-5a878139fb2b" + "x-ms-arm-service-request-id": "32dfea8d-d6c6-49b3-b17c-cc442f1d5c1b", + "x-ms-correlation-request-id": "a080b9c6-9525-4305-b8fe-419b561c277e", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100701Z:a080b9c6-9525-4305-b8fe-419b561c277e" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", - "etag": "W/\u00220775a038-27e3-4112-a790-5a18a2ae8a9f\u0022", + "etag": "W/\u00223dfd8465-4917-423b-a74e-9180c82a5629\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00220775a038-27e3-4112-a790-5a18a2ae8a9f\u0022", + "etag": "W/\u00223dfd8465-4917-423b-a74e-9180c82a5629\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -558,12 +558,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:59:01 GMT", + "Date": "Sat, 22 Oct 2022 10:07:01 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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -652,12 +652,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:59:01 GMT", + "Date": "Sat, 22 Oct 2022 10:07:01 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.13845.10 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -713,7 +713,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "30384658-e779-47e1-9eb0-61cc8f997daa", + "client-request-id": "93f6b62f-aed7-4de0-9f04-fea36a3ace1a", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -731,10 +731,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "30384658-e779-47e1-9eb0-61cc8f997daa", + "client-request-id": "93f6b62f-aed7-4de0-9f04-fea36a3ace1a", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:59:01 GMT", + "Date": "Sat, 22 Oct 2022 10:07:01 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -742,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -769,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71e12a8e-0dfd-42ee-bd16-83e5f08485b9?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5bef7b23-4d81-4fcf-a73d-3ebace58aea9?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:59:06 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A59%3A05.0773585Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:07:05 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A07%3A04.6084272Z\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": "2e582ffa-efec-47fe-b63f-006bfd2a4398", + "x-ms-correlation-request-id": "49c3baf2-44cd-45ab-89b7-8c7ddddfbe09", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095906Z:2e582ffa-efec-47fe-b63f-006bfd2a4398", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100706Z:49c3baf2-44cd-45ab-89b7-8c7ddddfbe09", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A59%3A05.0773585Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A07%3A04.6084272Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:59:02.8508654Z" + "CreatedOnDate": "2022-10-22T10:07:03.3578564Z" }, "properties": { "provisioningState": "Creating" @@ -800,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:59:04.1324459Z", + "createdAt": "2022-10-22T10:07:04.4354445Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:59:04.1324459Z" + "lastModifiedAt": "2022-10-22T10:07:04.4354445Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71e12a8e-0dfd-42ee-bd16-83e5f08485b9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5bef7b23-4d81-4fcf-a73d-3ebace58aea9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -822,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:59:06 GMT", + "Date": "Sat, 22 Oct 2022 10:07:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -830,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e51690d1-481d-42f9-92a5-420dbe853d75", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095906Z:e51690d1-481d-42f9-92a5-420dbe853d75", + "x-ms-correlation-request-id": "6b4c7179-11f1-4acf-b30b-50408cafa858", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100706Z:6b4c7179-11f1-4acf-b30b-50408cafa858", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71e12a8e-0dfd-42ee-bd16-83e5f08485b9", - "name": "71e12a8e-0dfd-42ee-bd16-83e5f08485b9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5bef7b23-4d81-4fcf-a73d-3ebace58aea9", + "name": "5bef7b23-4d81-4fcf-a73d-3ebace58aea9", "status": "Succeeded", - "startTime": "2022-10-19T09:59:05.0792021Z", - "endTime": "2022-10-19T09:59:05.157392Z", + "startTime": "2022-10-22T10:07:04.6079417Z", + "endTime": "2022-10-22T10:07:04.6392054Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307" @@ -862,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:59:07 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A59%3A05.1496075Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:07:05 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A07%3A04.6448044Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d8ca4f4a-317d-4c24-b1e9-c2486c727d69", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095907Z:d8ca4f4a-317d-4c24-b1e9-c2486c727d69", + "x-ms-correlation-request-id": "3dcf98dd-b87f-43c1-bc5f-9138e65e9445", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100706Z:3dcf98dd-b87f-43c1-bc5f-9138e65e9445", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A59%3A05.1496075Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A07%3A04.6448044Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:59:02.8508654Z" + "CreatedOnDate": "2022-10-22T10:07:03.3578564Z" }, "properties": { "activeDirectories": [ @@ -912,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:59:04.1324459Z", + "createdAt": "2022-10-22T10:07:04.4354445Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:59:04.1324459Z" + "lastModifiedAt": "2022-10-22T10:07:04.4354445Z" } } }, @@ -941,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/49635d59-a8e8-46b1-9646-08b234cc17d2?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abecb0ee-84fd-46f0-9ff3-b757637e2d08?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "920", + "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:59:09 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A59%3A09.0740786Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:07:08 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A07%3A08.5641593Z\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": "fe000722-5b99-4a3e-832f-363734cd58c9", + "x-ms-correlation-request-id": "da367aee-f93b-4352-8753-b0581421c8d1", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095910Z:fe000722-5b99-4a3e-832f-363734cd58c9", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100709Z:da367aee-f93b-4352-8753-b0581421c8d1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A59%3A09.0740786Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A07%3A08.5641593Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:59:07.5325513Z" + "CreatedOnDate": "2022-10-22T10:07:07.0978105Z" }, "properties": { "serviceLevel": "Premium", @@ -978,55 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:59:08.819964Z", + "createdAt": "2022-10-22T10:07:08.3441925Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:59:08.819964Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/49635d59-a8e8-46b1-9646-08b234cc17d2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:59: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": "1eea21e9-86d7-4529-a0c8-09a228154755", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095910Z:1eea21e9-86d7-4529-a0c8-09a228154755", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/49635d59-a8e8-46b1-9646-08b234cc17d2", - "name": "49635d59-a8e8-46b1-9646-08b234cc17d2", - "status": "Creating", - "startTime": "2022-10-19T09:59:09.0794686Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1" + "lastModifiedAt": "2022-10-22T10:07:08.3441925Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/49635d59-a8e8-46b1-9646-08b234cc17d2?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abecb0ee-84fd-46f0-9ff3-b757637e2d08?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1040,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:59:39 GMT", + "Date": "Sat, 22 Oct 2022 10:07:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1048,17 +1008,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5347362-c4cf-4c25-8e78-de64599a3471", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095940Z:b5347362-c4cf-4c25-8e78-de64599a3471", + "x-ms-correlation-request-id": "7e2421ef-9fd7-4a47-8c4b-7f3e51de3bb7", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100709Z:7e2421ef-9fd7-4a47-8c4b-7f3e51de3bb7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/49635d59-a8e8-46b1-9646-08b234cc17d2", - "name": "49635d59-a8e8-46b1-9646-08b234cc17d2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abecb0ee-84fd-46f0-9ff3-b757637e2d08", + "name": "abecb0ee-84fd-46f0-9ff3-b757637e2d08", "status": "Succeeded", - "startTime": "2022-10-19T09:59:09.0794686Z", - "endTime": "2022-10-19T09:59:11.032797Z", + "startTime": "2022-10-22T10:07:08.5611111Z", + "endTime": "2022-10-22T10:07:09.4673484Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1" @@ -1080,8 +1040,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:59:40 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A59%3A11.0391828Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:07:09 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A07%3A09.4610392Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1089,22 +1049,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "09b7aa07-18fa-4158-be5e-d4b9615df5c7", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095940Z:09b7aa07-18fa-4158-be5e-d4b9615df5c7", + "x-ms-correlation-request-id": "3f6cb57c-3208-4f55-87a7-6b444b2fa118", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100710Z:3f6cb57c-3208-4f55-87a7-6b444b2fa118", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A59%3A11.0391828Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A07%3A09.4610392Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:59:07.5325513Z" + "CreatedOnDate": "2022-10-22T10:07:07.0978105Z" }, "properties": { - "poolId": "6a517996-f0df-e4f0-4c04-f6a5f10160b7", + "poolId": "510491b7-1101-f386-282a-343bf8f412b7", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1117,10 +1077,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:59:08.819964Z", + "createdAt": "2022-10-22T10:07:08.3441925Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:59:08.819964Z" + "lastModifiedAt": "2022-10-22T10:07:08.3441925Z" } } }, @@ -1163,30 +1123,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:59:53 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A59%3A53.2558559Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:07:23 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A07%3A22.2443165Z\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": "38416ac7-4b43-4db4-a967-c189636763b4", + "x-ms-correlation-request-id": "2e352b23-c13f-4865-9b19-9ebfc2a3444f", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095954Z:38416ac7-4b43-4db4-a967-c189636763b4", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100723Z:2e352b23-c13f-4865-9b19-9ebfc2a3444f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A59%3A53.2558559Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A07%3A22.2443165Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:59:51.1786732Z" + "CreatedOnDate": "2022-10-22T10:07:20.6891275Z" }, "properties": { "serviceLevel": "Premium", @@ -1216,15 +1176,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:59:52.2889269Z", + "createdAt": "2022-10-22T10:07:21.9296283Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:59:52.2889269Z" + "lastModifiedAt": "2022-10-22T10:07:21.9296283Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1238,7 +1198,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:59:54 GMT", + "Date": "Sat, 22 Oct 2022 10:07:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1246,16 +1206,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2720844-6cad-4887-9055-30fbfa68df3c", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20221019T095954Z:e2720844-6cad-4887-9055-30fbfa68df3c", + "x-ms-correlation-request-id": "99cc6b2b-3fdb-44ef-b96d-bca5eaa2cdf1", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100723Z:99cc6b2b-3fdb-44ef-b96d-bca5eaa2cdf1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99", - "name": "ce27e933-c551-49ab-bfa9-820eb74cea99", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258", + "name": "0016e4d0-9de8-4c11-8f4a-1de04ec7e258", "status": "Creating", - "startTime": "2022-10-19T09:59:53.2725767Z", + "startTime": "2022-10-22T10:07:22.2720968Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1264,7 +1224,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1278,7 +1238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:00:24 GMT", + "Date": "Sat, 22 Oct 2022 10:07:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1286,16 +1246,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "947dc680-d31c-449a-96c8-b532c04f8f4e", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100024Z:947dc680-d31c-449a-96c8-b532c04f8f4e", + "x-ms-correlation-request-id": "a08d23b9-89f3-44d6-b451-307f0c26dc36", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100754Z:a08d23b9-89f3-44d6-b451-307f0c26dc36", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99", - "name": "ce27e933-c551-49ab-bfa9-820eb74cea99", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258", + "name": "0016e4d0-9de8-4c11-8f4a-1de04ec7e258", "status": "Creating", - "startTime": "2022-10-19T09:59:53.2725767Z", + "startTime": "2022-10-22T10:07:22.2720968Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1304,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1318,7 +1278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:00:54 GMT", + "Date": "Sat, 22 Oct 2022 10:08:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1326,16 +1286,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dc0bd70e-4eee-4e70-9fbd-d0344e91659a", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100055Z:dc0bd70e-4eee-4e70-9fbd-d0344e91659a", + "x-ms-correlation-request-id": "b430972b-2561-45c7-8820-029f87d69959", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100824Z:b430972b-2561-45c7-8820-029f87d69959", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99", - "name": "ce27e933-c551-49ab-bfa9-820eb74cea99", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258", + "name": "0016e4d0-9de8-4c11-8f4a-1de04ec7e258", "status": "Creating", - "startTime": "2022-10-19T09:59:53.2725767Z", + "startTime": "2022-10-22T10:07:22.2720968Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1344,7 +1304,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1358,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:01:25 GMT", + "Date": "Sat, 22 Oct 2022 10:08:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1366,16 +1326,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "46517304-22df-479d-9345-3a86fdc53472", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100125Z:46517304-22df-479d-9345-3a86fdc53472", + "x-ms-correlation-request-id": "9c8ea1d4-ef69-49a7-a833-67ac566e2bff", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100854Z:9c8ea1d4-ef69-49a7-a833-67ac566e2bff", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99", - "name": "ce27e933-c551-49ab-bfa9-820eb74cea99", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258", + "name": "0016e4d0-9de8-4c11-8f4a-1de04ec7e258", "status": "Creating", - "startTime": "2022-10-19T09:59:53.2725767Z", + "startTime": "2022-10-22T10:07:22.2720968Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1384,7 +1344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1398,7 +1358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:01:55 GMT", + "Date": "Sat, 22 Oct 2022 10:09:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1406,16 +1366,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37422e52-acf6-4585-845a-43c9771888c4", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100155Z:37422e52-acf6-4585-845a-43c9771888c4", + "x-ms-correlation-request-id": "2e8f0954-9d0a-48ff-8131-88c9aa009bb3", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100924Z:2e8f0954-9d0a-48ff-8131-88c9aa009bb3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99", - "name": "ce27e933-c551-49ab-bfa9-820eb74cea99", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258", + "name": "0016e4d0-9de8-4c11-8f4a-1de04ec7e258", "status": "Creating", - "startTime": "2022-10-19T09:59:53.2725767Z", + "startTime": "2022-10-22T10:07:22.2720968Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1424,7 +1384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1438,7 +1398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:02:25 GMT", + "Date": "Sat, 22 Oct 2022 10:09:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,16 +1406,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dc884fc6-e947-4c77-a77b-86fc476f8d0b", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100225Z:dc884fc6-e947-4c77-a77b-86fc476f8d0b", + "x-ms-correlation-request-id": "3021435f-5c60-488d-aa3b-6b8348f0a5ee", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T100955Z:3021435f-5c60-488d-aa3b-6b8348f0a5ee", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99", - "name": "ce27e933-c551-49ab-bfa9-820eb74cea99", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258", + "name": "0016e4d0-9de8-4c11-8f4a-1de04ec7e258", "status": "Creating", - "startTime": "2022-10-19T09:59:53.2725767Z", + "startTime": "2022-10-22T10:07:22.2720968Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1464,7 +1424,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1478,7 +1438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:02:55 GMT", + "Date": "Sat, 22 Oct 2022 10:10:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1486,16 +1446,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa350782-bd00-4c77-9400-e9fcf376150b", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100256Z:fa350782-bd00-4c77-9400-e9fcf376150b", + "x-ms-correlation-request-id": "42c409bd-dfa3-4dae-91a7-39e142cc22bd", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101025Z:42c409bd-dfa3-4dae-91a7-39e142cc22bd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99", - "name": "ce27e933-c551-49ab-bfa9-820eb74cea99", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258", + "name": "0016e4d0-9de8-4c11-8f4a-1de04ec7e258", "status": "Creating", - "startTime": "2022-10-19T09:59:53.2725767Z", + "startTime": "2022-10-22T10:07:22.2720968Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1504,7 +1464,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1518,7 +1478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:03:25 GMT", + "Date": "Sat, 22 Oct 2022 10:10:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1526,16 +1486,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5734d9a0-f83f-42bb-9c44-e860b397f2c0", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100326Z:5734d9a0-f83f-42bb-9c44-e860b397f2c0", + "x-ms-correlation-request-id": "7d294734-c5c4-4494-96f5-f3299d100e31", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101055Z:7d294734-c5c4-4494-96f5-f3299d100e31", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99", - "name": "ce27e933-c551-49ab-bfa9-820eb74cea99", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258", + "name": "0016e4d0-9de8-4c11-8f4a-1de04ec7e258", "status": "Creating", - "startTime": "2022-10-19T09:59:53.2725767Z", + "startTime": "2022-10-22T10:07:22.2720968Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1544,7 +1504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1558,7 +1518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:03:56 GMT", + "Date": "Sat, 22 Oct 2022 10:11:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1566,16 +1526,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b74078ce-57e2-47c1-b5a7-3611bb88a66e", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100356Z:b74078ce-57e2-47c1-b5a7-3611bb88a66e", + "x-ms-correlation-request-id": "3ab318ea-6c9e-429a-80c3-21163d2eeef3", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101126Z:3ab318ea-6c9e-429a-80c3-21163d2eeef3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99", - "name": "ce27e933-c551-49ab-bfa9-820eb74cea99", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258", + "name": "0016e4d0-9de8-4c11-8f4a-1de04ec7e258", "status": "Creating", - "startTime": "2022-10-19T09:59:53.2725767Z", + "startTime": "2022-10-22T10:07:22.2720968Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1584,7 +1544,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1598,7 +1558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:04:26 GMT", + "Date": "Sat, 22 Oct 2022 10:11:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1606,17 +1566,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a8df974-820d-4d79-81da-10114f72de9e", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100426Z:9a8df974-820d-4d79-81da-10114f72de9e", + "x-ms-correlation-request-id": "db52c1e8-b2c2-4cbd-bf8f-899f8e17ec1e", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101157Z:db52c1e8-b2c2-4cbd-bf8f-899f8e17ec1e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce27e933-c551-49ab-bfa9-820eb74cea99", - "name": "ce27e933-c551-49ab-bfa9-820eb74cea99", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258", + "name": "0016e4d0-9de8-4c11-8f4a-1de04ec7e258", "status": "Succeeded", - "startTime": "2022-10-19T09:59:53.2725767Z", - "endTime": "2022-10-19T10:04:24.6858354Z", + "startTime": "2022-10-22T10:07:22.2720968Z", + "endTime": "2022-10-22T10:11:56.0624914Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" @@ -1638,8 +1598,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:04:26 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T10%3A04%3A24.6807371Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:11:57 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A11%3A56.05284Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1647,22 +1607,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd06a1f5-de29-48d5-a5a5-acdb6e4bcf06", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100427Z:fd06a1f5-de29-48d5-a5a5-acdb6e4bcf06", + "x-ms-correlation-request-id": "017b6c77-6ac0-405b-a284-7e001560656c", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101157Z:017b6c77-6ac0-405b-a284-7e001560656c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T10%3A04%3A24.6807371Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A11%3A56.05284Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:59:51.1786732Z" + "CreatedOnDate": "2022-10-22T10:07:20.6891275Z" }, "properties": { - "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-70dd2307", "usageThreshold": 107374182400, @@ -1690,7 +1650,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ef995bbe", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_569a5656", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1705,8 +1665,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", - "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "mountTargetId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", "ipAddress": "10.0.0.4" } ], @@ -1726,10 +1686,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:59:52.2889269Z", + "createdAt": "2022-10-22T10:07:21.9296283Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:59:52.2889269Z" + "lastModifiedAt": "2022-10-22T10:07:21.9296283Z" } } }, @@ -1748,8 +1708,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:04:37 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T10%3A04%3A24.6807371Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:12:07 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A11%3A56.05284Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1757,22 +1717,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b69d503f-e79f-4624-b4be-a50ba6e6e619", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100437Z:b69d503f-e79f-4624-b4be-a50ba6e6e619", + "x-ms-correlation-request-id": "170bfc78-94d2-491a-86a9-660dae4dc2d6", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101208Z:170bfc78-94d2-491a-86a9-660dae4dc2d6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T10%3A04%3A24.6807371Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A11%3A56.05284Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:59:51.1786732Z" + "CreatedOnDate": "2022-10-22T10:07:20.6891275Z" }, "properties": { - "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-70dd2307", "usageThreshold": 107374182400, @@ -1800,7 +1760,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ef995bbe", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_569a5656", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1815,8 +1775,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", - "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "mountTargetId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", "ipAddress": "10.0.0.4" } ], @@ -1836,10 +1796,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:59:52.2889269Z", + "createdAt": "2022-10-22T10:07:21.9296283Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:59:52.2889269Z" + "lastModifiedAt": "2022-10-22T10:07:21.9296283Z" } } }, @@ -1858,7 +1818,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:04:38 GMT", + "Date": "Sat, 22 Oct 2022 10:12:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1866,9 +1826,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50aa5a09-7164-4c64-9ac4-af5374eac240", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100438Z:50aa5a09-7164-4c64-9ac4-af5374eac240", + "x-ms-correlation-request-id": "d9abbf8d-92f9-4559-bba8-8b2dba6a4ec1", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101208Z:d9abbf8d-92f9-4559-bba8-8b2dba6a4ec1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1910,35 +1870,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7d57fc50-48ef-4c48-b214-b85de14e2d11?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d2db86b-e418-453f-afa3-a3568a00f8da?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "2479", + "Content-Length": "2480", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:04:39 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T10%3A04%3A39.101345Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:12:08 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A12%3A09.1543432Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7d57fc50-48ef-4c48-b214-b85de14e2d11?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d2db86b-e418-453f-afa3-a3568a00f8da?api-version=2022-05-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": "33638e09-66f5-45d0-8d87-6b53dfa03a36", + "x-ms-correlation-request-id": "0ab82b85-de07-4d82-85bc-e8da968a1d9e", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100439Z:33638e09-66f5-45d0-8d87-6b53dfa03a36", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101209Z:0ab82b85-de07-4d82-85bc-e8da968a1d9e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T10%3A04%3A39.101345Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A12%3A09.1543432Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:59:51.1786732Z" + "CreatedOnDate": "2022-10-22T10:07:20.6891275Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-70dd2307", "usageThreshold": 107374182400, @@ -1966,7 +1926,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ef995bbe", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_569a5656", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1981,8 +1941,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", - "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "mountTargetId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", "ipAddress": "10.0.0.4" } ], @@ -2001,15 +1961,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:59:52.2889269Z", + "createdAt": "2022-10-22T10:07:21.9296283Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:59:52.2889269Z" + "lastModifiedAt": "2022-10-22T10:07:21.9296283Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7d57fc50-48ef-4c48-b214-b85de14e2d11?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d2db86b-e418-453f-afa3-a3568a00f8da?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2023,7 +1983,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:04:39 GMT", + "Date": "Sat, 22 Oct 2022 10:12:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2031,16 +1991,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d8dcca72-53d7-42ca-8bcb-373d33aaa023", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100439Z:d8dcca72-53d7-42ca-8bcb-373d33aaa023", + "x-ms-correlation-request-id": "df5098e6-6a4c-4962-b890-4912ecc2ab6f", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101209Z:df5098e6-6a4c-4962-b890-4912ecc2ab6f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7d57fc50-48ef-4c48-b214-b85de14e2d11", - "name": "7d57fc50-48ef-4c48-b214-b85de14e2d11", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d2db86b-e418-453f-afa3-a3568a00f8da", + "name": "9d2db86b-e418-453f-afa3-a3568a00f8da", "status": "Patching", - "startTime": "2022-10-19T10:04:39.1022899Z", + "startTime": "2022-10-22T10:12:09.1482303Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2049,7 +2009,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7d57fc50-48ef-4c48-b214-b85de14e2d11?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d2db86b-e418-453f-afa3-a3568a00f8da?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2063,7 +2023,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:05:09 GMT", + "Date": "Sat, 22 Oct 2022 10:12:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2071,17 +2031,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e150cd7-3c1f-40ea-9e94-728fc7a453f1", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100509Z:2e150cd7-3c1f-40ea-9e94-728fc7a453f1", + "x-ms-correlation-request-id": "6150a897-b1b0-4e4d-af10-c006599a319d", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101239Z:6150a897-b1b0-4e4d-af10-c006599a319d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7d57fc50-48ef-4c48-b214-b85de14e2d11", - "name": "7d57fc50-48ef-4c48-b214-b85de14e2d11", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d2db86b-e418-453f-afa3-a3568a00f8da", + "name": "9d2db86b-e418-453f-afa3-a3568a00f8da", "status": "Succeeded", - "startTime": "2022-10-19T10:04:39.1022899Z", - "endTime": "2022-10-19T10:04:42.2899919Z", + "startTime": "2022-10-22T10:12:09.1482303Z", + "endTime": "2022-10-22T10:12:16.1962404Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" @@ -2089,7 +2049,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7d57fc50-48ef-4c48-b214-b85de14e2d11?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d2db86b-e418-453f-afa3-a3568a00f8da?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2103,7 +2063,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:05:09 GMT", + "Date": "Sat, 22 Oct 2022 10:12:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2111,19 +2071,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5cefe29-1d10-4eb1-a36a-3e2676aee22e", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100510Z:d5cefe29-1d10-4eb1-a36a-3e2676aee22e", + "x-ms-correlation-request-id": "7f594549-f44a-467e-9f2c-8f0d657fa822", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101240Z:7f594549-f44a-467e-9f2c-8f0d657fa822", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T10%3A04%3A42.2954863Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A12%3A16.188318Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T10:04:38.7392026Z" + "CreatedOnDate": "2022-10-22T10:12:08.7378614Z" }, "properties": { "dataProtection": { @@ -2133,7 +2093,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault" } }, - "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-70dd2307", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2164,19 +2124,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ef995bbe", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_569a5656", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", - "poolId": "6a517996-f0df-e4f0-4c04-f6a5f10160b7", + "poolId": "510491b7-1101-f386-282a-343bf8f412b7", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", - "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "mountTargetId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", "startIp": "", "endIp": "", "gateway": "", @@ -2208,10 +2168,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:59:52.2889269Z", + "createdAt": "2022-10-22T10:07:21.9296283Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T10:04:38.9649306Z" + "lastModifiedAt": "2022-10-22T10:12:08.9956325Z" } } }, @@ -2234,20 +2194,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b40aff6-7242-4912-939a-cc073bb20ef8?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3858a0a3-8afc-4aab-808b-91f0f7bf0dc5?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "542", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:05:10 GMT", + "Date": "Sat, 22 Oct 2022 10:12:39 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b40aff6-7242-4912-939a-cc073bb20ef8?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3858a0a3-8afc-4aab-808b-91f0f7bf0dc5?api-version=2022-05-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": "cd450ff3-8dda-40e3-8b3a-c14ecbf420dc", + "x-ms-correlation-request-id": "2a86bec8-4b4b-4a98-a747-88a2a78b11a1", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100510Z:cd450ff3-8dda-40e3-8b3a-c14ecbf420dc", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101240Z:2a86bec8-4b4b-4a98-a747-88a2a78b11a1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2262,7 +2222,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b40aff6-7242-4912-939a-cc073bb20ef8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3858a0a3-8afc-4aab-808b-91f0f7bf0dc5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2276,7 +2236,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:05:10 GMT", + "Date": "Sat, 22 Oct 2022 10:12:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2284,17 +2244,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b073418-7088-4a66-8cac-fc8907d1ba5d", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100510Z:2b073418-7088-4a66-8cac-fc8907d1ba5d", + "x-ms-correlation-request-id": "40a6a54e-8a2e-48c3-b901-de8eabf7787a", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101240Z:40a6a54e-8a2e-48c3-b901-de8eabf7787a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b40aff6-7242-4912-939a-cc073bb20ef8", - "name": "1b40aff6-7242-4912-939a-cc073bb20ef8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3858a0a3-8afc-4aab-808b-91f0f7bf0dc5", + "name": "3858a0a3-8afc-4aab-808b-91f0f7bf0dc5", "status": "Succeeded", - "startTime": "2022-10-19T10:05:10.4705758Z", - "endTime": "2022-10-19T10:05:10.6893259Z", + "startTime": "2022-10-22T10:12:40.4801607Z", + "endTime": "2022-10-22T10:12:40.6989026Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1" @@ -2302,7 +2262,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b40aff6-7242-4912-939a-cc073bb20ef8?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3858a0a3-8afc-4aab-808b-91f0f7bf0dc5?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2316,27 +2276,27 @@ "Cache-Control": "no-cache", "Content-Length": "763", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:05:10 GMT", + "Date": "Sat, 22 Oct 2022 10:12: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": "5a5550fe-17f3-44de-9365-8d09383e2dc0", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100511Z:5a5550fe-17f3-44de-9365-8d09383e2dc0", + "x-ms-correlation-request-id": "5b060d29-f078-4176-9550-e93cfe662343", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101241Z:5b060d29-f078-4176-9550-e93cfe662343", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/19/2022 10:05:10 AM", + "etag": "10/22/2022 10:12:40 AM", "location": "", "properties": { - "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", "creationDate": "0001-01-01T00:00:00Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "backupId": "99a7557f-fadb-8782-2080-f616bae7d639", "size": 0, "backupType": "Manual", "failureReason": "None", @@ -2360,97 +2320,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:05: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": "27a2b346-d468-4ec3-bf2d-50acd66a9c63", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100522Z:27a2b346-d468-4ec3-bf2d-50acd66a9c63", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:05: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": "9cd43932-0c5d-4df7-a6a1-0f5d390e7e3c", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100532Z:9cd43932-0c5d-4df7-a6a1-0f5d390e7e3c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:05:42 GMT", + "Date": "Sat, 22 Oct 2022 10:12:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2458,9 +2328,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ede7092-a66d-4cfe-80e2-3f3c60ccd53f", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100543Z:7ede7092-a66d-4cfe-80e2-3f3c60ccd53f", + "x-ms-correlation-request-id": "a9d376b6-fbce-4a07-8901-3b2fb2a7e3a3", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101251Z:a9d376b6-fbce-4a07-8901-3b2fb2a7e3a3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2469,8 +2339,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "creationDate": "2022-10-22T10:12:40Z", + "backupId": "99a7557f-fadb-8782-2080-f616bae7d639", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2495,7 +2365,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:05:53 GMT", + "Date": "Sat, 22 Oct 2022 10:13:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2503,9 +2373,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "02b72f0b-51cf-441b-9fe7-103014bc33ce", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100554Z:02b72f0b-51cf-441b-9fe7-103014bc33ce", + "x-ms-correlation-request-id": "ee3a1044-e507-4093-903e-9765deaa8415", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101302Z:ee3a1044-e507-4093-903e-9765deaa8415", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2514,8 +2384,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "creationDate": "2022-10-22T10:12:40Z", + "backupId": "99a7557f-fadb-8782-2080-f616bae7d639", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2540,7 +2410,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:06:04 GMT", + "Date": "Sat, 22 Oct 2022 10:13:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2548,9 +2418,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c303b5a6-a3fc-492f-82c9-d05df685fff3", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100605Z:c303b5a6-a3fc-492f-82c9-d05df685fff3", + "x-ms-correlation-request-id": "77f0ccd1-e3fc-4271-a128-77c4e0068e45", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101313Z:77f0ccd1-e3fc-4271-a128-77c4e0068e45", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2559,8 +2429,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "creationDate": "2022-10-22T10:12:40Z", + "backupId": "99a7557f-fadb-8782-2080-f616bae7d639", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2585,7 +2455,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:06:14 GMT", + "Date": "Sat, 22 Oct 2022 10:13:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2593,9 +2463,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c65651a-aaeb-44c7-8e16-480fd8d515f3", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100615Z:7c65651a-aaeb-44c7-8e16-480fd8d515f3", + "x-ms-correlation-request-id": "4afc8d8c-6cd3-4430-a55d-777a96df2bc6", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101323Z:4afc8d8c-6cd3-4430-a55d-777a96df2bc6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2604,8 +2474,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "creationDate": "2022-10-22T10:12:40Z", + "backupId": "99a7557f-fadb-8782-2080-f616bae7d639", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2630,7 +2500,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:06:26 GMT", + "Date": "Sat, 22 Oct 2022 10:13:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2638,9 +2508,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3eb8745-3cb5-44f6-bae1-576593f1cbe9", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100626Z:d3eb8745-3cb5-44f6-bae1-576593f1cbe9", + "x-ms-correlation-request-id": "5a59756d-c6ef-48cd-baa9-c56871b5cf0b", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101334Z:5a59756d-c6ef-48cd-baa9-c56871b5cf0b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2649,8 +2519,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "creationDate": "2022-10-22T10:12:40Z", + "backupId": "99a7557f-fadb-8782-2080-f616bae7d639", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2675,7 +2545,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:06:36 GMT", + "Date": "Sat, 22 Oct 2022 10:13:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2683,9 +2553,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a132e4a-30a5-4b8f-949c-1db018a4f8f9", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100636Z:2a132e4a-30a5-4b8f-949c-1db018a4f8f9", + "x-ms-correlation-request-id": "54efb9fd-d94b-45d6-a38d-da95fbd6f5b3", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101344Z:54efb9fd-d94b-45d6-a38d-da95fbd6f5b3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2694,8 +2564,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "creationDate": "2022-10-22T10:12:40Z", + "backupId": "99a7557f-fadb-8782-2080-f616bae7d639", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2720,7 +2590,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:06:46 GMT", + "Date": "Sat, 22 Oct 2022 10:13:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2728,9 +2598,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6031e4c7-d6e6-43fa-b5a8-d9780f26406a", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100647Z:6031e4c7-d6e6-43fa-b5a8-d9780f26406a", + "x-ms-correlation-request-id": "3da1fd50-06c1-4f9e-b204-a8abc5069093", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101355Z:3da1fd50-06c1-4f9e-b204-a8abc5069093", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2739,8 +2609,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "creationDate": "2022-10-22T10:12:40Z", + "backupId": "99a7557f-fadb-8782-2080-f616bae7d639", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2765,7 +2635,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:06:57 GMT", + "Date": "Sat, 22 Oct 2022 10:14:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2773,9 +2643,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0572f869-c3e0-4439-8a07-a42719dcb253", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100657Z:0572f869-c3e0-4439-8a07-a42719dcb253", + "x-ms-correlation-request-id": "45b9b552-90e7-4df7-bd08-2644878b194b", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101406Z:45b9b552-90e7-4df7-bd08-2644878b194b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2784,8 +2654,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "creationDate": "2022-10-22T10:12:40Z", + "backupId": "99a7557f-fadb-8782-2080-f616bae7d639", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2810,7 +2680,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:07:08 GMT", + "Date": "Sat, 22 Oct 2022 10:14:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2818,9 +2688,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2099db77-d011-4d59-8469-2a25da6fad35", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100708Z:2099db77-d011-4d59-8469-2a25da6fad35", + "x-ms-correlation-request-id": "aaf61a4a-258c-42af-9ef5-3e44da8a9c79", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101417Z:aaf61a4a-258c-42af-9ef5-3e44da8a9c79", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2829,8 +2699,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "creationDate": "2022-10-22T10:12:40Z", + "backupId": "99a7557f-fadb-8782-2080-f616bae7d639", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2855,7 +2725,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:07:20 GMT", + "Date": "Sat, 22 Oct 2022 10:14:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2863,9 +2733,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b632706-6708-4962-8b2f-23536469f70e", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100720Z:5b632706-6708-4962-8b2f-23536469f70e", + "x-ms-correlation-request-id": "6dbc289c-5b2b-455f-bebe-0c51dd761938", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101429Z:6dbc289c-5b2b-455f-bebe-0c51dd761938", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2874,11 +2744,11 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", - "size": 0, + "creationDate": "2022-10-22T10:12:57Z", + "backupId": "99a7557f-fadb-8782-2080-f616bae7d639", + "size": 339968, "backupType": "Manual", - "provisioningState": "Creating", + "provisioningState": "Succeeded", "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-70dd2307", "useExistingSnapshot": false @@ -2886,7 +2756,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2900,7 +2770,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:07:30 GMT", + "Date": "Sat, 22 Oct 2022 10:14:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2908,709 +2778,34 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab3e3d3f-25e0-454b-8a34-aaee25aba914", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100730Z:ab3e3d3f-25e0-454b-8a34-aaee25aba914", + "x-ms-correlation-request-id": "a5df584e-d6a0-4d55-8841-64ed56cf74aa", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101429Z:a5df584e-d6a0-4d55-8841-64ed56cf74aa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault", + "name": "sdk-py-tests-acc-1-70dd2307/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307?api-version=2022-05-01", + "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", + "Content-Length": "412", + "Content-Type": "application/json", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:07: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": "e9a78b42-6d0a-4267-bd0b-86a317d37c54", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100742Z:e9a78b42-6d0a-4267-bd0b-86a317d37c54", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 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": "0bea7751-5083-4e17-9185-697d4afc4e64", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100752Z:0bea7751-5083-4e17-9185-697d4afc4e64", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 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": "b2d2c904-b18c-47ae-9292-f569600e86f9", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100803Z:b2d2c904-b18c-47ae-9292-f569600e86f9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 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": "ccc31d19-8a44-4acb-aa39-753a25af3a82", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100813Z:ccc31d19-8a44-4acb-aa39-753a25af3a82", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 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": "c1d6b005-3df9-49e5-8c59-f79b537aa981", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100824Z:c1d6b005-3df9-49e5-8c59-f79b537aa981", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 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": "12ac3ede-8a12-4376-ba1f-eb94894f2399", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100835Z:12ac3ede-8a12-4376-ba1f-eb94894f2399", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 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": "444a0fd2-718b-43da-b6b2-53e02664a38a", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100847Z:444a0fd2-718b-43da-b6b2-53e02664a38a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 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": "7cd0575c-7b7c-44f1-91ca-8b45de3b16d9", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100857Z:7cd0575c-7b7c-44f1-91ca-8b45de3b16d9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:09: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": "87d9d8ac-74fd-4e1a-94dc-a7302469c414", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100908Z:87d9d8ac-74fd-4e1a-94dc-a7302469c414", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:09: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": "7716f9f4-a536-43a8-97e7-eedbdb266d62", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100918Z:7716f9f4-a536-43a8-97e7-eedbdb266d62", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:09: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": "7889ec8d-9d34-4a75-9088-9d7e8c707176", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100929Z:7889ec8d-9d34-4a75-9088-9d7e8c707176", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:09: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": "59566b84-737f-4ee8-b425-dc0b727de33e", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100940Z:59566b84-737f-4ee8-b425-dc0b727de33e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:09: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": "639cb4ae-e91c-4920-a915-c603082c1f67", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "WESTEUROPE:20221019T100950Z:639cb4ae-e91c-4920-a915-c603082c1f67", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T10:05:10Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:10: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": "d1794fde-9c5e-4713-9d6d-d227c87a4848", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101001Z:d1794fde-9c5e-4713-9d6d-d227c87a4848", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T10:05:26Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", - "size": 339968, - "backupType": "Manual", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:10: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": "bbf16b2e-420c-4fb3-93e7-f7b71ae2f5b4", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101002Z:bbf16b2e-420c-4fb3-93e7-f7b71ae2f5b4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault", - "name": "sdk-py-tests-acc-1-70dd2307/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": {} - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307?api-version=2022-05-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "412", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": { + "RequestBody": { "properties": { "serviceLevel": "Premium", "usageThreshold": 107374182400, @@ -3620,309 +2815,18 @@ "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, 19 Oct 2022 10:10:03 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T10%3A10%3A02.6645761Z\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": "f54c9845-e977-421f-a7cd-ce974c908e8b", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101003Z:f54c9845-e977-421f-a7cd-ce974c908e8b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T10%3A10%3A02.6645761Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-19T10:10:02.3405690Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault" - } - }, - "provisioningState": "Succeeded", - "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-70dd2307", - "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_8f82c7b40509489d9e97d719b9b955b4_ef995bbe", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", - "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-19T09:59:52.2889269Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T10:10:02.5308026Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "69", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "useExistingSnapshot": false - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5269ef9-22ad-4f65-b79b-3833f25d51d6?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "542", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:10:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5269ef9-22ad-4f65-b79b-3833f25d51d6?api-version=2022-05-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": "c512bdc6-5f9b-4495-9947-de5437b3fb33", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101004Z:c512bdc6-5f9b-4495-9947-de5437b3fb33", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "provisioningState": "Creating", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5269ef9-22ad-4f65-b79b-3833f25d51d6?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:10: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": "45b2a475-7c98-4445-b62d-f0ca1c6406e6", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101004Z:45b2a475-7c98-4445-b62d-f0ca1c6406e6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5269ef9-22ad-4f65-b79b-3833f25d51d6", - "name": "d5269ef9-22ad-4f65-b79b-3833f25d51d6", - "status": "Succeeded", - "startTime": "2022-10-19T10:10:04.3710138Z", - "endTime": "2022-10-19T10:10:04.5430312Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d5269ef9-22ad-4f65-b79b-3833f25d51d6?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "763", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:10: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": "51b85b5d-731b-4c26-b78f-118c0a2b2dde", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101004Z:51b85b5d-731b-4c26-b78f-118c0a2b2dde", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/19/2022 10:10:04 AM", - "location": "", - "properties": { - "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", - "creationDate": "0001-01-01T00:00:00Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", - "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:10: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": "9ddfbaf1-f7b7-42ef-a208-4c1b6679860f", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101015Z:9ddfbaf1-f7b7-42ef-a208-4c1b6679860f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0 } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, - "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:10:26 GMT", + "Date": "Sat, 22 Oct 2022 10:14:31 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A14%3A30.4005561Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3930,54 +2834,132 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "777bba0f-3e62-4101-9c1d-af42a926c339", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101027Z:777bba0f-3e62-4101-9c1d-af42a926c339", + "x-ms-correlation-request-id": "434423be-4e5d-4e00-85a4-6a8730df2bfc", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101432Z:434423be-4e5d-4e00-85a4-6a8730df2bfc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A14%3A30.4005561Z\u0027\u0022", "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-22T10:14:30.0724356Z" + }, "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault" + } + }, + "provisioningState": "Succeeded", + "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-70dd2307", + "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_8f82c7b40509489d9e97d719b9b955b4_569a5656", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-22T10:07:21.9296283Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-22T10:14:30.2586934Z" } } }, { "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", + "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", + "Content-Length": "69", + "Content-Type": "application/json", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, - "RequestBody": null, - "StatusCode": 200, + "RequestBody": { + "location": "westus2", + "properties": { + "useExistingSnapshot": false + } + }, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c0ca3bb-5161-486c-86d3-9808888cf727?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "542", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:10:36 GMT", + "Date": "Sat, 22 Oct 2022 10:14:32 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c0ca3bb-5161-486c-86d3-9808888cf727?api-version=2022-05-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": "b2be14d7-bf63-404e-a5d4-927b779cb116", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101037Z:b2be14d7-bf63-404e-a5d4-927b779cb116", + "x-ms-correlation-request-id": "45b6a080-1acb-4346-bfba-eead052cb597", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101432Z:45b6a080-1acb-4346-bfba-eead052cb597", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3986,22 +2968,16 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", - "size": 0, - "backupType": "Manual", "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c0ca3bb-5161-486c-86d3-9808888cf727?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -4012,7 +2988,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:10:49 GMT", + "Date": "Sat, 22 Oct 2022 10:14:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4020,70 +2996,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b727ba4d-bd59-4e14-8ab1-7ca253115083", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101049Z:b727ba4d-bd59-4e14-8ab1-7ca253115083", + "x-ms-correlation-request-id": "d55edd15-4582-4720-b5c9-79f01d30ac3e", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101433Z:d55edd15-4582-4720-b5c9-79f01d30ac3e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c0ca3bb-5161-486c-86d3-9808888cf727", + "name": "2c0ca3bb-5161-486c-86d3-9808888cf727", + "status": "Succeeded", + "startTime": "2022-10-22T10:14:32.6880139Z", + "endTime": "2022-10-22T10:14:32.9380184Z", + "percentComplete": 100.0, "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c0ca3bb-5161-486c-86d3-9808888cf727?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "763", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:10:59 GMT", + "Date": "Sat, 22 Oct 2022 10:14: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": "4e1a6e85-aed2-4f93-82f5-fc816ff6a074", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101059Z:4e1a6e85-aed2-4f93-82f5-fc816ff6a074", + "x-ms-correlation-request-id": "7768a37a-be08-4feb-a77f-1366302abc9f", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101433Z:7768a37a-be08-4feb-a77f-1366302abc9f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "etag": "10/22/2022 10:14:32 AM", + "location": "", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "creationDate": "0001-01-01T00:00:00Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false + "useExistingSnapshot": false, + "provisioningState": "Creating" } } }, @@ -4102,7 +3072,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:11:10 GMT", + "Date": "Sat, 22 Oct 2022 10:14:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4110,9 +3080,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3c53e42d-84e9-4ba6-acfd-2d28cefd62f4", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101110Z:3c53e42d-84e9-4ba6-acfd-2d28cefd62f4", + "x-ms-correlation-request-id": "64e80375-6647-4276-8182-c8dd200b3527", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101444Z:64e80375-6647-4276-8182-c8dd200b3527", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4121,8 +3091,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:32Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4147,7 +3117,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:11:21 GMT", + "Date": "Sat, 22 Oct 2022 10:14:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4155,9 +3125,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8da40874-0c7c-4c32-9727-bba5c73bceac", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101122Z:8da40874-0c7c-4c32-9727-bba5c73bceac", + "x-ms-correlation-request-id": "77397617-9a91-49d0-8283-9e233d2ff43a", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101455Z:77397617-9a91-49d0-8283-9e233d2ff43a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4166,8 +3136,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:32Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4192,7 +3162,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:11:32 GMT", + "Date": "Sat, 22 Oct 2022 10:15:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4200,9 +3170,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ec179d2-215f-4491-8815-53446339b206", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101132Z:2ec179d2-215f-4491-8815-53446339b206", + "x-ms-correlation-request-id": "86a3bca3-106d-4382-b4a8-55db265d1852", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101505Z:86a3bca3-106d-4382-b4a8-55db265d1852", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4211,8 +3181,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:32Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4237,7 +3207,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:11:42 GMT", + "Date": "Sat, 22 Oct 2022 10:15:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4245,9 +3215,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ada9046a-fc93-4e12-8403-d5cabf158b60", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101142Z:ada9046a-fc93-4e12-8403-d5cabf158b60", + "x-ms-correlation-request-id": "9beb52d3-2d03-4f3a-a18f-ab53f90a53dd", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101516Z:9beb52d3-2d03-4f3a-a18f-ab53f90a53dd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4256,8 +3226,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:32Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4282,7 +3252,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:11:52 GMT", + "Date": "Sat, 22 Oct 2022 10:15:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4290,9 +3260,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cfa271ca-1791-41ea-b519-06a84f34b913", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101153Z:cfa271ca-1791-41ea-b519-06a84f34b913", + "x-ms-correlation-request-id": "7b20f9fe-082a-4777-9f6b-57bb8043d488", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101527Z:7b20f9fe-082a-4777-9f6b-57bb8043d488", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4301,8 +3271,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:32Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4327,7 +3297,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:12:03 GMT", + "Date": "Sat, 22 Oct 2022 10:15:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4335,9 +3305,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d16c347-e8f6-4072-9e99-993346126e19", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101203Z:3d16c347-e8f6-4072-9e99-993346126e19", + "x-ms-correlation-request-id": "9e14cc30-174e-472b-bdc4-fc4335168dd1", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101537Z:9e14cc30-174e-472b-bdc4-fc4335168dd1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4346,8 +3316,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:32Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4372,7 +3342,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:12:14 GMT", + "Date": "Sat, 22 Oct 2022 10:15:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4380,9 +3350,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "43d458d4-22aa-421d-8a03-8bddad8943bf", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101215Z:43d458d4-22aa-421d-8a03-8bddad8943bf", + "x-ms-correlation-request-id": "9a9a45cc-812b-497d-a0b6-34c10da87ca5", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101548Z:9a9a45cc-812b-497d-a0b6-34c10da87ca5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4391,8 +3361,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:32Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4417,7 +3387,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:12:24 GMT", + "Date": "Sat, 22 Oct 2022 10:15:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4425,9 +3395,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aecf45fb-6ef7-4e18-a2d6-7dc85054370c", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101225Z:aecf45fb-6ef7-4e18-a2d6-7dc85054370c", + "x-ms-correlation-request-id": "a4c7fd90-7ee5-4f01-95d2-eb7e500a88d9", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101558Z:a4c7fd90-7ee5-4f01-95d2-eb7e500a88d9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4436,8 +3406,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:32Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4462,7 +3432,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:12:35 GMT", + "Date": "Sat, 22 Oct 2022 10:16:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4470,9 +3440,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5972d6f8-7caa-46dc-94eb-81e03bdf8597", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101236Z:5972d6f8-7caa-46dc-94eb-81e03bdf8597", + "x-ms-correlation-request-id": "e5b6e4e7-48f2-44a2-9586-c93aac8308bf", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101610Z:e5b6e4e7-48f2-44a2-9586-c93aac8308bf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4481,8 +3451,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:32Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4507,7 +3477,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:12:45 GMT", + "Date": "Sat, 22 Oct 2022 10:16:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4515,9 +3485,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a7cdf5b-2cff-4881-ae96-a48793205dfa", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101246Z:5a7cdf5b-2cff-4881-ae96-a48793205dfa", + "x-ms-correlation-request-id": "86ec3f0e-5241-4d2f-902e-9b0004b4e171", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101621Z:86ec3f0e-5241-4d2f-902e-9b0004b4e171", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4526,8 +3496,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:32Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4552,7 +3522,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:12:57 GMT", + "Date": "Sat, 22 Oct 2022 10:16:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4560,9 +3530,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e39cf72-f46e-4b5c-a304-0541927774f8", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101257Z:4e39cf72-f46e-4b5c-a304-0541927774f8", + "x-ms-correlation-request-id": "45dc23f4-9304-4529-81c6-8383b18768a5", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101631Z:45dc23f4-9304-4529-81c6-8383b18768a5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4571,8 +3541,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:32Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4597,7 +3567,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:13:07 GMT", + "Date": "Sat, 22 Oct 2022 10:16:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4605,9 +3575,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9fd983be-69cd-4c2d-915b-743251441d2f", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101307Z:9fd983be-69cd-4c2d-915b-743251441d2f", + "x-ms-correlation-request-id": "b2e71ec7-2e63-47c0-817f-cb9176b551ea", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101642Z:b2e71ec7-2e63-47c0-817f-cb9176b551ea", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4616,8 +3586,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:32Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4642,7 +3612,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:13:18 GMT", + "Date": "Sat, 22 Oct 2022 10:16:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4650,9 +3620,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb50898b-93c4-4a59-bcac-e38c02378317", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101319Z:fb50898b-93c4-4a59-bcac-e38c02378317", + "x-ms-correlation-request-id": "986f47e3-58ca-45fe-99b0-f7654baee025", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101653Z:986f47e3-58ca-45fe-99b0-f7654baee025", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4661,8 +3631,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:32Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4687,7 +3657,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:13:29 GMT", + "Date": "Sat, 22 Oct 2022 10:17:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4695,9 +3665,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cef31dc4-e23c-4152-99d3-2a97009704c8", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101329Z:cef31dc4-e23c-4152-99d3-2a97009704c8", + "x-ms-correlation-request-id": "e2c085d4-448c-47da-aa98-3a62a02e82b0", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101703Z:e2c085d4-448c-47da-aa98-3a62a02e82b0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4706,8 +3676,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:32Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4732,7 +3702,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:13:39 GMT", + "Date": "Sat, 22 Oct 2022 10:17:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4740,9 +3710,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73ebbe25-ba5f-4af8-ba16-358ecaf5c1e2", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101340Z:73ebbe25-ba5f-4af8-ba16-358ecaf5c1e2", + "x-ms-correlation-request-id": "0c9dbe13-1b34-4341-8080-100dc144f1b1", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101715Z:0c9dbe13-1b34-4341-8080-100dc144f1b1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4751,8 +3721,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:32Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4777,7 +3747,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:13:50 GMT", + "Date": "Sat, 22 Oct 2022 10:17:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4785,9 +3755,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5b376bb-e875-4077-867d-ee440b15e9ad", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101350Z:b5b376bb-e875-4077-867d-ee440b15e9ad", + "x-ms-correlation-request-id": "8e4bfbd8-cad6-4e11-9a63-bd1ad1e82739", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101726Z:8e4bfbd8-cad6-4e11-9a63-bd1ad1e82739", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4796,8 +3766,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:32Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4822,7 +3792,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:14:00 GMT", + "Date": "Sat, 22 Oct 2022 10:17:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4830,9 +3800,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f7580ed1-d0c3-44d4-b40b-99236188dad6", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101401Z:f7580ed1-d0c3-44d4-b40b-99236188dad6", + "x-ms-correlation-request-id": "2efd3cf7-da35-41f1-bd8a-172ca71275c4", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101737Z:2efd3cf7-da35-41f1-bd8a-172ca71275c4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4841,8 +3811,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:32Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4867,7 +3837,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:14:11 GMT", + "Date": "Sat, 22 Oct 2022 10:17:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4875,9 +3845,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08f44b9c-a916-4de8-8e61-d421c636d520", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101411Z:08f44b9c-a916-4de8-8e61-d421c636d520", + "x-ms-correlation-request-id": "0ebc6f61-988f-4650-86d1-50197bd1c1ab", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101748Z:0ebc6f61-988f-4650-86d1-50197bd1c1ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4886,8 +3856,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:32Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4912,7 +3882,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:14:22 GMT", + "Date": "Sat, 22 Oct 2022 10:17:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4920,9 +3890,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70bde5ef-9b6f-49bc-b0ef-02fd66340b74", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101423Z:70bde5ef-9b6f-49bc-b0ef-02fd66340b74", + "x-ms-correlation-request-id": "2edefd44-31d0-4154-a8f1-26f6da6226fc", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101758Z:2edefd44-31d0-4154-a8f1-26f6da6226fc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4931,8 +3901,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:32Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4957,7 +3927,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:14:32 GMT", + "Date": "Sat, 22 Oct 2022 10:18:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4965,9 +3935,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1ef60d7-1b63-4b42-ae22-fe6f385d0d95", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101433Z:c1ef60d7-1b63-4b42-ae22-fe6f385d0d95", + "x-ms-correlation-request-id": "947b4899-ac9e-4549-b2d1-0af8b33316ad", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101809Z:947b4899-ac9e-4549-b2d1-0af8b33316ad", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4976,8 +3946,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:32Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -5002,7 +3972,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:14:43 GMT", + "Date": "Sat, 22 Oct 2022 10:18:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5010,9 +3980,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "24b08306-60ab-4328-a04c-d5b9590ea487", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101444Z:24b08306-60ab-4328-a04c-d5b9590ea487", + "x-ms-correlation-request-id": "ec9856c2-3e2c-4d10-b616-2b0b56b0c637", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101819Z:ec9856c2-3e2c-4d10-b616-2b0b56b0c637", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5021,8 +3991,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:32Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -5047,7 +4017,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:14:54 GMT", + "Date": "Sat, 22 Oct 2022 10:18:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5055,9 +4025,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31b9a2e5-6f25-41e3-9772-ff7bf2f51c18", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101455Z:31b9a2e5-6f25-41e3-9772-ff7bf2f51c18", + "x-ms-correlation-request-id": "ecc1f01d-c286-465f-9753-9c1dca81298b", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101830Z:ecc1f01d-c286-465f-9753-9c1dca81298b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5066,8 +4036,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:32Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -5092,7 +4062,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:15:05 GMT", + "Date": "Sat, 22 Oct 2022 10:18:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5100,9 +4070,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "95a0dc12-1ede-4164-a242-24463fa0a7af", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101505Z:95a0dc12-1ede-4164-a242-24463fa0a7af", + "x-ms-correlation-request-id": "45543dbf-8eab-4051-99f5-b5d4b842b652", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101841Z:45543dbf-8eab-4051-99f5-b5d4b842b652", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5111,8 +4081,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:04Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:32Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -5137,7 +4107,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:15:16 GMT", + "Date": "Sat, 22 Oct 2022 10:18:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5145,9 +4115,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a47a297d-4f84-40ca-ba01-e0841319dc00", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101516Z:a47a297d-4f84-40ca-ba01-e0841319dc00", + "x-ms-correlation-request-id": "2c3f021e-45be-4257-a03a-25fa52b91ffe", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101852Z:2c3f021e-45be-4257-a03a-25fa52b91ffe", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5156,8 +4126,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:12Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:42Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 348160, "backupType": "Manual", "provisioningState": "Succeeded", @@ -5182,7 +4152,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:15:16 GMT", + "Date": "Sat, 22 Oct 2022 10:18:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5190,9 +4160,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "11d0930b-b050-4f50-88ad-5632f23e8415", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101516Z:11d0930b-b050-4f50-88ad-5632f23e8415", + "x-ms-correlation-request-id": "e2882d42-53b5-4a36-bcd3-06c2bbb6cce8", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101852Z:e2882d42-53b5-4a36-bcd3-06c2bbb6cce8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5203,8 +4173,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:05:26Z", - "backupId": "04ca3e92-35c4-c5d4-494f-c488bf653f05", + "creationDate": "2022-10-22T10:12:57Z", + "backupId": "99a7557f-fadb-8782-2080-f616bae7d639", "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", @@ -5219,8 +4189,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-19T10:10:12Z", - "backupId": "346ed3ea-ef76-2dd8-16b9-438a669f0277", + "creationDate": "2022-10-22T10:14:42Z", + "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", "size": 348160, "backupType": "Manual", "provisioningState": "Succeeded", @@ -5247,7 +4217,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:15:17 GMT", + "Date": "Sat, 22 Oct 2022 10:18:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5255,9 +4225,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7697f9f0-8724-46f7-9c54-373f32ab71ed", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101517Z:7697f9f0-8724-46f7-9c54-373f32ab71ed", + "x-ms-correlation-request-id": "1a9ff483-39e6-40eb-a728-4cb89c6da424", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101853Z:1a9ff483-39e6-40eb-a728-4cb89c6da424", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5299,31 +4269,31 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19f8a4ad-22e4-4422-9316-4df898dc0b0b?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e66b9eb0-68a9-4b73-9fcf-de822eb2a4a7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "2743", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:15:17 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T10%3A15%3A17.9696233Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:18:53 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A18%3A53.8279778Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19f8a4ad-22e4-4422-9316-4df898dc0b0b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e66b9eb0-68a9-4b73-9fcf-de822eb2a4a7?api-version=2022-05-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": "c85ad8a3-73a6-4407-8404-7dc8aea3e9b6", + "x-ms-correlation-request-id": "389328ec-d791-43c2-89e8-92accef476c5", "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101518Z:c85ad8a3-73a6-4407-8404-7dc8aea3e9b6", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101853Z:389328ec-d791-43c2-89e8-92accef476c5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T10%3A15%3A17.9696233Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A18%3A53.8279778Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T10:10:02.3405690Z" + "CreatedOnDate": "2022-10-22T10:14:30.0724356Z" }, "properties": { "dataProtection": { @@ -5334,7 +4304,7 @@ } }, "provisioningState": "Patching", - "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-70dd2307", "usageThreshold": 107374182400, @@ -5362,7 +4332,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ef995bbe", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_569a5656", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -5377,8 +4347,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", - "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "mountTargetId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", "ipAddress": "10.0.0.4" } ], @@ -5397,15 +4367,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:59:52.2889269Z", + "createdAt": "2022-10-22T10:07:21.9296283Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T10:10:02.5308026Z" + "lastModifiedAt": "2022-10-22T10:14:30.2586934Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19f8a4ad-22e4-4422-9316-4df898dc0b0b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e66b9eb0-68a9-4b73-9fcf-de822eb2a4a7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5419,7 +4389,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:15:18 GMT", + "Date": "Sat, 22 Oct 2022 10:18:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5427,16 +4397,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2c86043-d725-4c52-9de3-69bfd28f3d25", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101518Z:d2c86043-d725-4c52-9de3-69bfd28f3d25", + "x-ms-correlation-request-id": "3c2ec1ee-c38d-46e8-9254-8f21b50d0685", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101854Z:3c2ec1ee-c38d-46e8-9254-8f21b50d0685", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19f8a4ad-22e4-4422-9316-4df898dc0b0b", - "name": "19f8a4ad-22e4-4422-9316-4df898dc0b0b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e66b9eb0-68a9-4b73-9fcf-de822eb2a4a7", + "name": "e66b9eb0-68a9-4b73-9fcf-de822eb2a4a7", "status": "Patching", - "startTime": "2022-10-19T10:15:17.9690527Z", + "startTime": "2022-10-22T10:18:53.826855Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5445,7 +4415,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19f8a4ad-22e4-4422-9316-4df898dc0b0b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e66b9eb0-68a9-4b73-9fcf-de822eb2a4a7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5459,7 +4429,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:15:48 GMT", + "Date": "Sat, 22 Oct 2022 10:19:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5467,17 +4437,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "21f3d917-7932-4752-bf21-61af8de51ea9", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101548Z:21f3d917-7932-4752-bf21-61af8de51ea9", + "x-ms-correlation-request-id": "a5197e70-c414-4fb2-9be5-26387422c08e", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101924Z:a5197e70-c414-4fb2-9be5-26387422c08e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19f8a4ad-22e4-4422-9316-4df898dc0b0b", - "name": "19f8a4ad-22e4-4422-9316-4df898dc0b0b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e66b9eb0-68a9-4b73-9fcf-de822eb2a4a7", + "name": "e66b9eb0-68a9-4b73-9fcf-de822eb2a4a7", "status": "Succeeded", - "startTime": "2022-10-19T10:15:17.9690527Z", - "endTime": "2022-10-19T10:15:24.1893192Z", + "startTime": "2022-10-22T10:18:53.826855Z", + "endTime": "2022-10-22T10:18:59.2720102Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" @@ -5485,7 +4455,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19f8a4ad-22e4-4422-9316-4df898dc0b0b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e66b9eb0-68a9-4b73-9fcf-de822eb2a4a7?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5499,7 +4469,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:15:48 GMT", + "Date": "Sat, 22 Oct 2022 10:19:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5507,19 +4477,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e8424ce-632b-49d7-8acc-12297087878d", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101548Z:3e8424ce-632b-49d7-8acc-12297087878d", + "x-ms-correlation-request-id": "1d464764-23bc-4a96-99f7-fbd5325ae289", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101924Z:1d464764-23bc-4a96-99f7-fbd5325ae289", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T10%3A15%3A24.1840192Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A18%3A59.2708673Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T10:10:02.3405690Z" + "CreatedOnDate": "2022-10-22T10:18:53.4998559Z" }, "properties": { "dataProtection": { @@ -5529,7 +4499,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault" } }, - "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-70dd2307", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -5560,19 +4530,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ef995bbe", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_569a5656", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", - "poolId": "6a517996-f0df-e4f0-4c04-f6a5f10160b7", + "poolId": "510491b7-1101-f386-282a-343bf8f412b7", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", - "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "mountTargetId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", "startIp": "", "endIp": "", "gateway": "", @@ -5604,10 +4574,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:59:52.2889269Z", + "createdAt": "2022-10-22T10:07:21.9296283Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T10:15:17.8141041Z" + "lastModifiedAt": "2022-10-22T10:18:53.6873228Z" } } }, @@ -5626,15 +4596,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:15:51 GMT", + "Date": "Sat, 22 Oct 2022 10:19: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": "c41c6f5c-05ef-4793-8919-fd2ef5aec4f4", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101551Z:c41c6f5c-05ef-4793-8919-fd2ef5aec4f4", + "x-ms-correlation-request-id": "b599747b-9c64-4230-bd3a-2c4899cba5a9", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101927Z:b599747b-9c64-4230-bd3a-2c4899cba5a9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5659,7 +4629,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:15:51 GMT", + "Date": "Sat, 22 Oct 2022 10:19:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5667,9 +4637,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "426a26be-4221-48f4-a57d-fb4451fa7d17", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101552Z:426a26be-4221-48f4-a57d-fb4451fa7d17", + "x-ms-correlation-request-id": "58206e02-85af-494c-940a-a0f36ba67665", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101927Z:58206e02-85af-494c-940a-a0f36ba67665", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5714,8 +4684,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:15:52 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T10%3A15%3A52.7564491Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:19:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A19%3A28.3862163Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5723,19 +4693,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6dfbbfe3-c896-4ae3-b2b8-7ea23ae95c18", + "x-ms-correlation-request-id": "6a8bbaa4-e04f-4eb3-b36d-3b224de9cfd3", "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101552Z:6dfbbfe3-c896-4ae3-b2b8-7ea23ae95c18", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101928Z:6a8bbaa4-e04f-4eb3-b36d-3b224de9cfd3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T10%3A15%3A52.7564491Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A19%3A28.3862163Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T10:10:02.3405690Z" + "CreatedOnDate": "2022-10-22T10:18:53.4998559Z" }, "properties": { "dataProtection": { @@ -5746,7 +4716,7 @@ } }, "provisioningState": "Succeeded", - "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-70dd2307", "usageThreshold": 107374182400, @@ -5774,7 +4744,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ef995bbe", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_569a5656", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -5789,8 +4759,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", - "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "mountTargetId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", "ipAddress": "10.0.0.4" } ], @@ -5809,10 +4779,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:59:52.2889269Z", + "createdAt": "2022-10-22T10:07:21.9296283Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T10:15:52.6112451Z" + "lastModifiedAt": "2022-10-22T10:19:28.2551685Z" } } }, @@ -5831,15 +4801,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:15:55 GMT", + "Date": "Sat, 22 Oct 2022 10:19: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": "d29a4c07-b1d7-4ad6-91bd-04c67178a08c", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101555Z:d29a4c07-b1d7-4ad6-91bd-04c67178a08c", + "x-ms-correlation-request-id": "25ba1fc5-1d90-4cb8-affe-fded051715cd", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101930Z:25ba1fc5-1d90-4cb8-affe-fded051715cd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5864,7 +4834,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:15:55 GMT", + "Date": "Sat, 22 Oct 2022 10:19:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5872,9 +4842,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "58f12b04-3c92-4f2b-8af7-7db1992bb381", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101555Z:58f12b04-3c92-4f2b-8af7-7db1992bb381", + "x-ms-correlation-request-id": "2deeed9c-a9dc-47be-819d-a3c615b06a82", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101931Z:2deeed9c-a9dc-47be-819d-a3c615b06a82", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5894,25 +4864,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 19 Oct 2022 10:15:56 GMT", + "Date": "Sat, 22 Oct 2022 10:19:31 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555?api-version=2022-05-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": "bc96efd0-f74a-4268-8687-03c3925f83fb", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101556Z:bc96efd0-f74a-4268-8687-03c3925f83fb", + "x-ms-correlation-request-id": "2e60e78c-e9b5-42f9-9f80-7aecbee74b32", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101932Z:2e60e78c-e9b5-42f9-9f80-7aecbee74b32", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5926,7 +4896,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:15:56 GMT", + "Date": "Sat, 22 Oct 2022 10:19:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5934,16 +4904,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f0caea2d-df2e-4d45-b6cb-9fbf06e598a3", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101556Z:f0caea2d-df2e-4d45-b6cb-9fbf06e598a3", + "x-ms-correlation-request-id": "6c03b81b-52a9-4a97-9fdb-cc82a82e461d", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T101932Z:6c03b81b-52a9-4a97-9fdb-cc82a82e461d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb", - "name": "0f374bba-5ef5-43f2-8b81-bc53d0e238eb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555", + "name": "d594e76d-e6a5-4d39-9cce-7ea356e4c555", "status": "Deleting", - "startTime": "2022-10-19T10:15:56.4074771Z", + "startTime": "2022-10-22T10:19:32.1049857Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5952,7 +4922,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5966,7 +4936,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:16:26 GMT", + "Date": "Sat, 22 Oct 2022 10:20:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5974,16 +4944,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "84467968-feef-48cf-be4b-89ca629014e6", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101627Z:84467968-feef-48cf-be4b-89ca629014e6", + "x-ms-correlation-request-id": "94a7d3e9-2511-475a-b6ad-009eea9d7155", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102002Z:94a7d3e9-2511-475a-b6ad-009eea9d7155", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb", - "name": "0f374bba-5ef5-43f2-8b81-bc53d0e238eb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555", + "name": "d594e76d-e6a5-4d39-9cce-7ea356e4c555", "status": "Deleting", - "startTime": "2022-10-19T10:15:56.4074771Z", + "startTime": "2022-10-22T10:19:32.1049857Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5992,7 +4962,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6006,7 +4976,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:16:57 GMT", + "Date": "Sat, 22 Oct 2022 10:20:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6014,16 +4984,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2efadd8d-1243-4c56-9c09-17e05db64b93", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101658Z:2efadd8d-1243-4c56-9c09-17e05db64b93", + "x-ms-correlation-request-id": "8f07e503-9779-456e-8fcb-273071ddad5b", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102033Z:8f07e503-9779-456e-8fcb-273071ddad5b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb", - "name": "0f374bba-5ef5-43f2-8b81-bc53d0e238eb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555", + "name": "d594e76d-e6a5-4d39-9cce-7ea356e4c555", "status": "Deleting", - "startTime": "2022-10-19T10:15:56.4074771Z", + "startTime": "2022-10-22T10:19:32.1049857Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -6032,7 +5002,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6046,7 +5016,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:17:28 GMT", + "Date": "Sat, 22 Oct 2022 10:21:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6054,16 +5024,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f32245a-4d75-4d3b-9354-45021565742f", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101728Z:8f32245a-4d75-4d3b-9354-45021565742f", + "x-ms-correlation-request-id": "668e3dc2-56f8-424f-8959-8998056e66d0", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102103Z:668e3dc2-56f8-424f-8959-8998056e66d0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb", - "name": "0f374bba-5ef5-43f2-8b81-bc53d0e238eb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555", + "name": "d594e76d-e6a5-4d39-9cce-7ea356e4c555", "status": "Deleting", - "startTime": "2022-10-19T10:15:56.4074771Z", + "startTime": "2022-10-22T10:19:32.1049857Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -6072,7 +5042,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6086,7 +5056,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:17:58 GMT", + "Date": "Sat, 22 Oct 2022 10:21:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6094,16 +5064,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4da3961e-7b05-4d3c-8ab5-c00da533308a", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101758Z:4da3961e-7b05-4d3c-8ab5-c00da533308a", + "x-ms-correlation-request-id": "45d131e2-dedc-4ddc-aaad-2b0504bac017", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102133Z:45d131e2-dedc-4ddc-aaad-2b0504bac017", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb", - "name": "0f374bba-5ef5-43f2-8b81-bc53d0e238eb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555", + "name": "d594e76d-e6a5-4d39-9cce-7ea356e4c555", "status": "Deleting", - "startTime": "2022-10-19T10:15:56.4074771Z", + "startTime": "2022-10-22T10:19:32.1049857Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -6112,7 +5082,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6126,7 +5096,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:18:28 GMT", + "Date": "Sat, 22 Oct 2022 10:22:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6134,16 +5104,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e257312-305c-4542-b8e3-f4b6745ee320", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101828Z:4e257312-305c-4542-b8e3-f4b6745ee320", + "x-ms-correlation-request-id": "ff9efa74-b231-4c77-8a8d-79af48debbbc", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102204Z:ff9efa74-b231-4c77-8a8d-79af48debbbc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb", - "name": "0f374bba-5ef5-43f2-8b81-bc53d0e238eb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555", + "name": "d594e76d-e6a5-4d39-9cce-7ea356e4c555", "status": "Deleting", - "startTime": "2022-10-19T10:15:56.4074771Z", + "startTime": "2022-10-22T10:19:32.1049857Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -6152,7 +5122,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6166,7 +5136,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:18:58 GMT", + "Date": "Sat, 22 Oct 2022 10:22:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6174,17 +5144,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8b7dd50a-17e4-4557-846f-bf330e261bb8", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101859Z:8b7dd50a-17e4-4557-846f-bf330e261bb8", + "x-ms-correlation-request-id": "8345f9d1-b4b0-440c-bb90-1ecdeca08cc2", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102235Z:8345f9d1-b4b0-440c-bb90-1ecdeca08cc2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb", - "name": "0f374bba-5ef5-43f2-8b81-bc53d0e238eb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555", + "name": "d594e76d-e6a5-4d39-9cce-7ea356e4c555", "status": "Succeeded", - "startTime": "2022-10-19T10:15:56.4074771Z", - "endTime": "2022-10-19T10:18:37.9129187Z", + "startTime": "2022-10-22T10:19:32.1049857Z", + "endTime": "2022-10-22T10:22:12.2397819Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" @@ -6192,7 +5162,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f374bba-5ef5-43f2-8b81-bc53d0e238eb?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6206,7 +5176,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:18:58 GMT", + "Date": "Sat, 22 Oct 2022 10:22:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6214,19 +5184,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8dec61bb-4f4a-45e0-b50b-496073efc8f5", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-routing-request-id": "WESTEUROPE:20221019T101859Z:8dec61bb-4f4a-45e0-b50b-496073efc8f5", + "x-ms-correlation-request-id": "06ff809a-1015-4a94-bd74-2d706bf17546", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102235Z:06ff809a-1015-4a94-bd74-2d706bf17546", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-19T10%3A18%3A28.7389747Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A22%3A02.9797427Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T10:10:02.3405690Z" + "CreatedOnDate": "2022-10-22T10:18:53.4998559Z" }, "properties": { "dataProtection": { @@ -6236,7 +5206,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault" } }, - "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-70dd2307", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -6267,19 +5237,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ef995bbe", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_569a5656", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", - "poolId": "6a517996-f0df-e4f0-4c04-f6a5f10160b7", + "poolId": "510491b7-1101-f386-282a-343bf8f412b7", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", - "fileSystemId": "b1aefc7c-6111-f1a8-b331-7e68f00cd2cf", + "mountTargetId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", "startIp": "", "endIp": "", "gateway": "", @@ -6311,10 +5281,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:59:52.2889269Z", + "createdAt": "2022-10-22T10:07:21.9296283Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T10:15:52.6112451Z" + "lastModifiedAt": "2022-10-22T10:19:28.2551685Z" } } }, @@ -6333,14 +5303,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:22:20 GMT", + "Date": "Sat, 22 Oct 2022 10:25:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "acfe4d75-8999-4668-bcb2-78f053f8483e", + "x-ms-correlation-request-id": "9c25612e-5cb1-4641-8e57-a4e187127a0b", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20221019T102221Z:acfe4d75-8999-4668-bcb2-78f053f8483e" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102558Z:9c25612e-5cb1-4641-8e57-a4e187127a0b" }, "ResponseBody": { "error": { @@ -6362,25 +5332,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c48933be-046b-427a-8ec0-154fddce1b0b?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ea842e31-dceb-41c3-835a-4dec524954f3?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 19 Oct 2022 10:22:33 GMT", + "Date": "Sat, 22 Oct 2022 10:26:12 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c48933be-046b-427a-8ec0-154fddce1b0b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ea842e31-dceb-41c3-835a-4dec524954f3?api-version=2022-05-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": "16f2849a-a69b-4065-bbea-6927bae0cf0a", + "x-ms-correlation-request-id": "c4fe7acc-6b34-4b52-bfa4-326f360d434c", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20221019T102234Z:16f2849a-a69b-4065-bbea-6927bae0cf0a", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102612Z:c4fe7acc-6b34-4b52-bfa4-326f360d434c", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c48933be-046b-427a-8ec0-154fddce1b0b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ea842e31-dceb-41c3-835a-4dec524954f3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6394,7 +5364,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:22:33 GMT", + "Date": "Sat, 22 Oct 2022 10:26:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6402,16 +5372,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "54a0bf8e-4365-499c-8192-82a212e5ea67", + "x-ms-correlation-request-id": "b6aa5984-bce9-441d-bd9f-8834531ecfa0", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20221019T102234Z:54a0bf8e-4365-499c-8192-82a212e5ea67", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102612Z:b6aa5984-bce9-441d-bd9f-8834531ecfa0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c48933be-046b-427a-8ec0-154fddce1b0b", - "name": "c48933be-046b-427a-8ec0-154fddce1b0b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ea842e31-dceb-41c3-835a-4dec524954f3", + "name": "ea842e31-dceb-41c3-835a-4dec524954f3", "status": "Deleting", - "startTime": "2022-10-19T10:22:34.1567476Z", + "startTime": "2022-10-22T10:26:12.2575258Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -6420,7 +5390,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c48933be-046b-427a-8ec0-154fddce1b0b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ea842e31-dceb-41c3-835a-4dec524954f3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6434,7 +5404,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:23:04 GMT", + "Date": "Sat, 22 Oct 2022 10:26:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6442,17 +5412,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b851b6ba-1fa1-47d5-8222-f31e0b5d1ac9", + "x-ms-correlation-request-id": "91d014b3-00a2-470a-8be2-f771bb3bf2c7", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20221019T102304Z:b851b6ba-1fa1-47d5-8222-f31e0b5d1ac9", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102642Z:91d014b3-00a2-470a-8be2-f771bb3bf2c7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c48933be-046b-427a-8ec0-154fddce1b0b", - "name": "c48933be-046b-427a-8ec0-154fddce1b0b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ea842e31-dceb-41c3-835a-4dec524954f3", + "name": "ea842e31-dceb-41c3-835a-4dec524954f3", "status": "Succeeded", - "startTime": "2022-10-19T10:22:34.1567476Z", - "endTime": "2022-10-19T10:22:35.1880755Z", + "startTime": "2022-10-22T10:26:12.2575258Z", + "endTime": "2022-10-22T10:26:13.5083387Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1" @@ -6460,7 +5430,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c48933be-046b-427a-8ec0-154fddce1b0b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ea842e31-dceb-41c3-835a-4dec524954f3?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6474,7 +5444,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:23:04 GMT", + "Date": "Sat, 22 Oct 2022 10:26:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6482,22 +5452,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1786101b-677a-46e4-b7a9-6cd7b29b0b66", + "x-ms-correlation-request-id": "6cd2867e-61a3-456e-9e62-7a7e9c8ae2ab", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20221019T102305Z:1786101b-677a-46e4-b7a9-6cd7b29b0b66", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102643Z:6cd2867e-61a3-456e-9e62-7a7e9c8ae2ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-19T10%3A22%3A34.1546942Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A26%3A12.254087Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:59:07.5325513Z" + "CreatedOnDate": "2022-10-22T10:07:07.0978105Z" }, "properties": { - "poolId": "6a517996-f0df-e4f0-4c04-f6a5f10160b7", + "poolId": "510491b7-1101-f386-282a-343bf8f412b7", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1", @@ -6511,10 +5481,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:59:08.819964Z", + "createdAt": "2022-10-22T10:07:08.3441925Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:59:08.819964Z" + "lastModifiedAt": "2022-10-22T10:07:08.3441925Z" } } }, @@ -6532,14 +5502,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Wed, 19 Oct 2022 10:23:14 GMT", + "Date": "Sat, 22 Oct 2022 10:26:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7643b5ce-1909-411c-9f90-114f81e5317c", + "x-ms-correlation-request-id": "7fbfc18e-8bbf-4149-9763-77a8b9f1773d", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20221019T102315Z:7643b5ce-1909-411c-9f90-114f81e5317c" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102653Z:7fbfc18e-8bbf-4149-9763-77a8b9f1773d" }, "ResponseBody": null }, @@ -6557,14 +5527,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Wed, 19 Oct 2022 10:23:25 GMT", + "Date": "Sat, 22 Oct 2022 10:27:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0185a015-1c8c-4c94-901b-9bc5a1a9662c", + "x-ms-correlation-request-id": "9b04e98c-7722-4cf3-9688-14cbaeb3607c", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20221019T102325Z:0185a015-1c8c-4c94-901b-9bc5a1a9662c" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102703Z:9b04e98c-7722-4cf3-9688-14cbaeb3607c" }, "ResponseBody": null }, @@ -6582,14 +5552,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Wed, 19 Oct 2022 10:23:35 GMT", + "Date": "Sat, 22 Oct 2022 10:27:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b8c2e6a-a01d-4f49-a72e-e7168d03b9b7", + "x-ms-correlation-request-id": "b102daca-0a54-43c0-a3c2-4f450a529a40", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20221019T102336Z:4b8c2e6a-a01d-4f49-a72e-e7168d03b9b7" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102714Z:b102daca-0a54-43c0-a3c2-4f450a529a40" }, "ResponseBody": null }, @@ -6607,14 +5577,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Wed, 19 Oct 2022 10:23:45 GMT", + "Date": "Sat, 22 Oct 2022 10:27:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2f2442fc-c7f8-47bb-8e44-e53ba62682a1", + "x-ms-correlation-request-id": "ff3e91cb-36ac-48ff-8561-8108a58cc5f8", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20221019T102346Z:2f2442fc-c7f8-47bb-8e44-e53ba62682a1" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102724Z:ff3e91cb-36ac-48ff-8561-8108a58cc5f8" }, "ResponseBody": null }, @@ -6633,14 +5603,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:23:55 GMT", + "Date": "Sat, 22 Oct 2022 10:27:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ccc55360-81f5-410b-bb2f-c96e05835a31", + "x-ms-correlation-request-id": "36ec3614-8796-423a-ab17-34e7cbadb81a", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20221019T102356Z:ccc55360-81f5-410b-bb2f-c96e05835a31" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102734Z:36ec3614-8796-423a-ab17-34e7cbadb81a" }, "ResponseBody": { "error": { @@ -6662,25 +5632,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be608d0d-0432-448b-80c3-b0429fe24377?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/32b61ad2-ee9b-4d53-b809-2c7f8d86ca5c?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 19 Oct 2022 10:23:57 GMT", + "Date": "Sat, 22 Oct 2022 10:27:36 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be608d0d-0432-448b-80c3-b0429fe24377?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/32b61ad2-ee9b-4d53-b809-2c7f8d86ca5c?api-version=2022-05-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": "6cb412f9-1117-49ed-8dec-fd4e77596295", + "x-ms-correlation-request-id": "ec290c49-8ad4-4b0c-92dc-6fa31f866bac", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20221019T102358Z:6cb412f9-1117-49ed-8dec-fd4e77596295", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102736Z:ec290c49-8ad4-4b0c-92dc-6fa31f866bac", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be608d0d-0432-448b-80c3-b0429fe24377?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/32b61ad2-ee9b-4d53-b809-2c7f8d86ca5c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6694,7 +5664,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:23:57 GMT", + "Date": "Sat, 22 Oct 2022 10:27:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6702,17 +5672,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8cf69664-b31f-4f44-ad1e-f47607710c54", + "x-ms-correlation-request-id": "35df6c92-e599-42a9-819d-da70c5635ca7", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20221019T102358Z:8cf69664-b31f-4f44-ad1e-f47607710c54", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102736Z:35df6c92-e599-42a9-819d-da70c5635ca7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be608d0d-0432-448b-80c3-b0429fe24377", - "name": "be608d0d-0432-448b-80c3-b0429fe24377", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/32b61ad2-ee9b-4d53-b809-2c7f8d86ca5c", + "name": "32b61ad2-ee9b-4d53-b809-2c7f8d86ca5c", "status": "Succeeded", - "startTime": "2022-10-19T10:23:58.0401846Z", - "endTime": "2022-10-19T10:23:58.0713719Z", + "startTime": "2022-10-22T10:27:36.2915588Z", + "endTime": "2022-10-22T10:27:36.3540674Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307" @@ -6720,7 +5690,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be608d0d-0432-448b-80c3-b0429fe24377?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/32b61ad2-ee9b-4d53-b809-2c7f8d86ca5c?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6734,7 +5704,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:23:57 GMT", + "Date": "Sat, 22 Oct 2022 10:27:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6742,19 +5712,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ef11a8c-4dcb-4da4-a581-940d445ba2fe", + "x-ms-correlation-request-id": "022e4204-0a8c-4ac1-a781-c8e7688979f4", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20221019T102358Z:4ef11a8c-4dcb-4da4-a581-940d445ba2fe", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102736Z:022e4204-0a8c-4ac1-a781-c8e7688979f4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-19T10%3A23%3A58.0479405Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A27%3A36.2940125Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:59:02.8508654Z" + "CreatedOnDate": "2022-10-22T10:07:03.3578564Z" }, "properties": { "encryption": { @@ -6765,10 +5735,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:59:04.1324459Z", + "createdAt": "2022-10-22T10:07:04.4354445Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:59:04.1324459Z" + "lastModifiedAt": "2022-10-22T10:07:04.4354445Z" } } }, @@ -6787,15 +5757,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:23:58 GMT", + "Date": "Sat, 22 Oct 2022 10:27: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": "a663d94c-e2cd-4c33-80bb-38e12575a5f6", + "x-ms-correlation-request-id": "ba1b2015-8652-4c02-82db-f3880934453e", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20221019T102359Z:a663d94c-e2cd-4c33-80bb-38e12575a5f6", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102737Z:ba1b2015-8652-4c02-82db-f3880934453e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6819,12 +5789,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/59e8f3fb-493e-481d-a4f6-52721cda8dd6?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/21c6c0a1-1422-4239-b967-5533cf517fdf?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 19 Oct 2022 10:23:59 GMT", + "Date": "Sat, 22 Oct 2022 10:27:37 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/59e8f3fb-493e-481d-a4f6-52721cda8dd6?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/21c6c0a1-1422-4239-b967-5533cf517fdf?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -6833,50 +5803,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4c1d1164-0a15-451f-af47-cef9cb3b4638", - "x-ms-correlation-request-id": "333c897a-5b51-499a-9e2e-1b9e510b6c74", + "x-ms-arm-service-request-id": "e1fcb9c6-1790-4c41-83ba-88846553ed0c", + "x-ms-correlation-request-id": "bc96c550-401a-45d1-aa1a-ce61fb2422b6", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20221019T102359Z:333c897a-5b51-499a-9e2e-1b9e510b6c74" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T102738Z:bc96c550-401a-45d1-aa1a-ce61fb2422b6" }, "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/69a75bda-882e-44d5-8431-63421204132a/providers/Microsoft.Network/locations/westus2/operations/59e8f3fb-493e-481d-a4f6-52721cda8dd6?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSIsImtpZCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTY2NjE3MzIzMiwibmJmIjoxNjY2MTczMjMyLCJleHAiOjE2NjYyNTk5MzIsImFpbyI6IkUyWmdZQ2krK0hhM0xLUDJZZG5kc2w1cGpiZjJBZ0E9IiwiYXBwaWQiOiJjNmM0ZmFiYS0yYjIyLTQ0ZDktODBhNC03MWZmNWI3MWY4MTEiLCJhcHBpZGFjciI6IjEiLCJpZHAiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWR0eXAiOiJhcHAiLCJvaWQiOiI3NjgwN2ZiZS1mNzVmLTQ2NzktOGNlZS1kMDViNDU4MjExNjAiLCJyaCI6IjAuQVJvQXY0ajVjdkdHcjBHUnF5MTgwQkhiUjBaSWYza0F1dGRQdWtQYXdmajJNQk1hQUFBLiIsInN1YiI6Ijc2ODA3ZmJlLWY3NWYtNDY3OS04Y2VlLWQwNWI0NTgyMTE2MCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInV0aSI6ImJzM0JOQndzUjBDM3lLM01ndE9ZQUEiLCJ2ZXIiOiIxLjAiLCJ4bXNfY2MiOlsiQ1AxIl0sInhtc190Y2R0IjoxMjg5MjQxNTQ3fQ.R69ux6R27DN39Nsrhkb2NepE0LbkbcGET-swm1D_S3micU5K1SFOCjhdGg4t2K7fDeoCtETghiepjsIvzCpizbwMyRjSXDzsXnU8eofLSMoASUJ7gZdBea1-Agc4EYxknumChIwXf22ypp6bB1-mFRXlhzNXfeJHcBkRtbDMTNbM6KtfxfmIyuQE38uEoVlhfxx2M6aJcyN-oS8-2Q5pA44oSejZN5chI2si3gOOEQNCEAF9ZdzBKALwrSnF2wxaiKBhDZa1lubRda4kjV7Hf5ELz26mpmZzUetvnruxr8uyCbvyLqt7ccUC9HA-4t8wHzMZWc0RisoOdbNviogi6A", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)", - "x-ms-client-request-id": "24ef2a81-4f98-11ed-a4c9-ac675dc66a69" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 10:23:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "78bf381d-aa53-4836-bc0d-8edc68cffece", - "x-ms-correlation-request-id": "75aadd91-2419-4dbf-8043-8dd820c188b3", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "fd9979d1-ed55-4f2e-8990-e73c009a74ae", - "x-ms-routing-request-id": "WESTEUROPE:20221019T102400Z:75aadd91-2419-4dbf-8043-8dd820c188b3" - }, - "ResponseBody": { - "status": "Succeeded" - } } ], "Variables": {} 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 2c7f813d4083..a1d7a22f6963 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 @@ -1,5 +1,38 @@ { "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/6ff21563-7a9e-4e53-8a1b-60f4a5ca818a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6ff21563-7a9e-4e53-8a1b-60f4a5ca818a?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:47:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/6ff21563-7a9e-4e53-8a1b-60f4a5ca818a?api-version=2022-05-01", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "3d1008a6-49c5-453a-8dab-cf18bdb2de0a", + "x-ms-correlation-request-id": "8578bf90-73ae-499d-8bbf-58aacb0c851e", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104710Z:49308f76-96a5-4d5a-a1ec-2dd2f4675425" + }, + "ResponseBody": null + }, { "RequestUri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration", "RequestMethod": "GET", @@ -17,12 +50,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 08:57:43 GMT", + "Date": "Sat, 22 Oct 2022 10:47:10 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.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +144,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 08:57:43 GMT", + "Date": "Sat, 22 Oct 2022 10:47:10 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.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +205,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "a819b68c-0250-4911-9734-c7f8ace26ba4", + "client-request-id": "609f1383-e7ef-4b8b-8003-14e49874e616", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +223,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "a819b68c-0250-4911-9734-c7f8ace26ba4", + "client-request-id": "609f1383-e7ef-4b8b-8003-14e49874e616", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 08:57:43 GMT", + "Date": "Sat, 22 Oct 2022 10:47:10 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +234,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +269,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/799d0f97-c796-4d13-8e15-bcec8a95d685?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/dc86445e-dc79-4243-a66d-da735ebf147f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 08:57:49 GMT", + "Date": "Sat, 22 Oct 2022 10:47:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +283,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "44a574ad-547c-4b47-b05e-fc924a8e8a01", - "x-ms-correlation-request-id": "a1a07139-f023-42d3-b7c9-539cfce67d2b", + "x-ms-arm-service-request-id": "9d0a7672-ceed-44a3-82bb-e5dbb2ddd1fd", + "x-ms-correlation-request-id": "8c79d3e8-2c2e-4fd9-9bd9-9503175146b3", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20221020T085750Z:a1a07139-f023-42d3-b7c9-539cfce67d2b" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104717Z:8c79d3e8-2c2e-4fd9-9bd9-9503175146b3" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-b93a23ce", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce", - "etag": "W/\u0022bce49ccc-fdcb-47e9-99b9-f0dafe5f312f\u0022", + "etag": "W/\u00220bd233c2-5776-4122-936a-6e953782a98b\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T08:57:45.4833288Z" + "CreatedOnDate": "2022-10-22T10:47:11.9056550Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "cfffabec-159d-4d45-951c-aad67b2239a5", + "resourceGuid": "37567725-e93e-4808-a2a8-23ba09542322", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,43 +312,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/799d0f97-c796-4d13-8e15-bcec8a95d685?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 08:57:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fe167872-2db7-4837-b4f9-0cc13e099132", - "x-ms-correlation-request-id": "d9b69936-f027-4dd2-bd12-297fc9fef89b", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20221020T085750Z:d9b69936-f027-4dd2-bd12-297fc9fef89b" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/799d0f97-c796-4d13-8e15-bcec8a95d685?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/dc86445e-dc79-4243-a66d-da735ebf147f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -329,7 +326,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 08:58:00 GMT", + "Date": "Sat, 22 Oct 2022 10:47:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,10 +337,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "14a7b8b9-66b5-44f0-a639-831b00fb6299", - "x-ms-correlation-request-id": "f5653601-5962-43e0-8b5f-6156d54bbc8e", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20221020T085801Z:f5653601-5962-43e0-8b5f-6156d54bbc8e" + "x-ms-arm-service-request-id": "2e1db89e-28ac-47e4-a59c-5c36579fb715", + "x-ms-correlation-request-id": "34b8a0c5-5933-4d73-ac85-714df50bf6b5", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104717Z:34b8a0c5-5933-4d73-ac85-714df50bf6b5" }, "ResponseBody": { "status": "Succeeded" @@ -364,8 +361,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 08:58:01 GMT", - "ETag": "W/\u0022236e28e0-a438-4bd9-8bd2-72c454047183\u0022", + "Date": "Sat, 22 Oct 2022 10:47:17 GMT", + "ETag": "W/\u0022d6db231a-a1d7-45b8-9136-25b6ed2c8b4c\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -376,23 +373,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2e816b49-61e1-4176-b1c9-c548d4bceb8f", - "x-ms-correlation-request-id": "579089cd-ec31-4ddf-89e6-15f81f4b8f73", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20221020T085801Z:579089cd-ec31-4ddf-89e6-15f81f4b8f73" + "x-ms-arm-service-request-id": "7264aa7e-ebf2-472f-b617-0704b3f7df1d", + "x-ms-correlation-request-id": "0b4ea909-5b75-4880-996d-b4eaafdd45fe", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104717Z:0b4ea909-5b75-4880-996d-b4eaafdd45fe" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-b93a23ce", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce", - "etag": "W/\u0022236e28e0-a438-4bd9-8bd2-72c454047183\u0022", + "etag": "W/\u0022d6db231a-a1d7-45b8-9136-25b6ed2c8b4c\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T08:57:45.4833288Z" + "CreatedOnDate": "2022-10-22T10:47:11.9056550Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "cfffabec-159d-4d45-951c-aad67b2239a5", + "resourceGuid": "37567725-e93e-4808-a2a8-23ba09542322", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -431,11 +428,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ccf24794-6f50-46d6-9a9d-720ef4132edb?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8a7e91fa-ced9-4b9e-a944-18211bac3d01?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 08:58:01 GMT", + "Date": "Sat, 22 Oct 2022 10:47:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -445,15 +442,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "01651d75-faa4-4e6b-ac2e-a83fe4cfffe3", - "x-ms-correlation-request-id": "d75205a4-0c5f-4346-bdd4-ec4dd0c413fe", + "x-ms-arm-service-request-id": "0720126a-34b4-4a55-8ef5-9cde0c765e41", + "x-ms-correlation-request-id": "4ec510cb-d380-463f-9cda-137cb2825007", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20221020T085802Z:d75205a4-0c5f-4346-bdd4-ec4dd0c413fe" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104718Z:4ec510cb-d380-463f-9cda-137cb2825007" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", - "etag": "W/\u0022ef3cf2be-ac9d-4ddf-8eec-7f9a3e18a285\u0022", + "etag": "W/\u0022af9e7f9f-b756-4804-840f-ab9195f6c600\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -461,7 +458,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022ef3cf2be-ac9d-4ddf-8eec-7f9a3e18a285\u0022", + "etag": "W/\u0022af9e7f9f-b756-4804-840f-ab9195f6c600\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -481,7 +478,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ccf24794-6f50-46d6-9a9d-720ef4132edb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8a7e91fa-ced9-4b9e-a944-18211bac3d01?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -495,7 +492,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 08:58:01 GMT", + "Date": "Sat, 22 Oct 2022 10:47:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,10 +503,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2599735e-05ec-4e00-a6cd-d1e766cfd026", - "x-ms-correlation-request-id": "32094e6c-bc58-4861-84de-876fcc95d48d", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20221020T085802Z:32094e6c-bc58-4861-84de-876fcc95d48d" + "x-ms-arm-service-request-id": "35e37300-9b19-4834-8db5-733ffba82a9f", + "x-ms-correlation-request-id": "2d94ed45-dcbe-4c60-a8c1-fb435bfdcf5e", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104718Z:2d94ed45-dcbe-4c60-a8c1-fb435bfdcf5e" }, "ResponseBody": { "status": "Succeeded" @@ -530,8 +527,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 08:58:02 GMT", - "ETag": "W/\u0022db05fa13-ff96-4f16-96d0-b975c82f8ba2\u0022", + "Date": "Sat, 22 Oct 2022 10:47:18 GMT", + "ETag": "W/\u00229aac0c24-2d52-4766-9308-014d5c981b21\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -542,15 +539,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9a230c55-8f61-4669-a83e-5e0ff9491ec5", - "x-ms-correlation-request-id": "8dada83c-7869-409b-9b43-ebb99fc80ec6", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20221020T085803Z:8dada83c-7869-409b-9b43-ebb99fc80ec6" + "x-ms-arm-service-request-id": "af6c4286-e778-4ada-aaec-b3da7ec006ad", + "x-ms-correlation-request-id": "61d0cfbe-6e53-4076-9947-a58e64e7f8bf", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104719Z:61d0cfbe-6e53-4076-9947-a58e64e7f8bf" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", - "etag": "W/\u0022db05fa13-ff96-4f16-96d0-b975c82f8ba2\u0022", + "etag": "W/\u00229aac0c24-2d52-4766-9308-014d5c981b21\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -558,7 +555,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022db05fa13-ff96-4f16-96d0-b975c82f8ba2\u0022", + "etag": "W/\u00229aac0c24-2d52-4766-9308-014d5c981b21\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -594,12 +591,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 08:58:03 GMT", + "Date": "Sat, 22 Oct 2022 10:47:18 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -688,12 +685,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 08:58:03 GMT", + "Date": "Sat, 22 Oct 2022 10:47:18 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -749,7 +746,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "e82cd1bf-1da6-4c4f-8e91-fcb983089dfa", + "client-request-id": "c1775dce-1e28-4cd0-89a5-7a5a99ebca3e", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -767,10 +764,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "e82cd1bf-1da6-4c4f-8e91-fcb983089dfa", + "client-request-id": "c1775dce-1e28-4cd0-89a5-7a5a99ebca3e", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 08:58:03 GMT", + "Date": "Sat, 22 Oct 2022 10:47:19 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -778,7 +775,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -805,30 +802,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51087635-850b-4a63-a511-ff94a6141521?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/331e74cd-5516-4d14-a7d7-f03a491150dc?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "703", + "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 08:58:06 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T08%3A58%3A06.310465Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:47:30 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A47%3A29.2620592Z\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": "93776336-c778-4330-a06a-612af85f59b6", + "x-ms-correlation-request-id": "b3690920-b1b0-4d2c-9b00-12c7ccdd9297", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20221020T085807Z:93776336-c778-4330-a06a-612af85f59b6", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104730Z:b3690920-b1b0-4d2c-9b00-12c7ccdd9297", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T08%3A58%3A06.310465Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A47%3A29.2620592Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T08:58:04.2845573Z" + "CreatedOnDate": "2022-10-22T10:47:27.9890618Z" }, "properties": { "provisioningState": "Creating" @@ -836,15 +833,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T08:58:05.397861Z", + "createdAt": "2022-10-22T10:47:29.0568994Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T08:58:05.397861Z" + "lastModifiedAt": "2022-10-22T10:47:29.0568994Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51087635-850b-4a63-a511-ff94a6141521?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/331e74cd-5516-4d14-a7d7-f03a491150dc?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -858,7 +855,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 08:58:07 GMT", + "Date": "Sat, 22 Oct 2022 10:47:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -866,17 +863,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3fd50cda-4713-4b69-aefc-1ffca6b7808d", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20221020T085807Z:3fd50cda-4713-4b69-aefc-1ffca6b7808d", + "x-ms-correlation-request-id": "61625e1a-89b3-459b-afea-d8e6cc221db5", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104731Z:61625e1a-89b3-459b-afea-d8e6cc221db5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51087635-850b-4a63-a511-ff94a6141521", - "name": "51087635-850b-4a63-a511-ff94a6141521", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/331e74cd-5516-4d14-a7d7-f03a491150dc", + "name": "331e74cd-5516-4d14-a7d7-f03a491150dc", "status": "Succeeded", - "startTime": "2022-10-20T08:58:06.3080588Z", - "endTime": "2022-10-20T08:58:06.3393209Z", + "startTime": "2022-10-22T10:47:29.2740739Z", + "endTime": "2022-10-22T10:47:29.3053197Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce" @@ -898,8 +895,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 08:58:07 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T08%3A58%3A06.3382649Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:47:30 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A47%3A29.3116759Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -907,19 +904,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "18eaba5b-8f44-45a4-b39d-b7062b69e9c5", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20221020T085808Z:18eaba5b-8f44-45a4-b39d-b7062b69e9c5", + "x-ms-correlation-request-id": "e6d38cb3-81a8-4b18-b920-a16d758b9dc8", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104731Z:e6d38cb3-81a8-4b18-b920-a16d758b9dc8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T08%3A58%3A06.3382649Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A47%3A29.3116759Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T08:58:04.2845573Z" + "CreatedOnDate": "2022-10-22T10:47:27.9890618Z" }, "properties": { "activeDirectories": [ @@ -948,10 +945,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T08:58:05.397861Z", + "createdAt": "2022-10-22T10:47:29.0568994Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T08:58:05.397861Z" + "lastModifiedAt": "2022-10-22T10:47:29.0568994Z" } } }, @@ -977,30 +974,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/17b1684a-f7d1-40df-90cc-12962773850e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1b4bcb9-88f9-4dfe-a6cc-a9f2af222163?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 08:58:09 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T08%3A58%3A09.7214916Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:47:33 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A47%3A33.1608603Z\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": "a388e08f-3be4-400b-bbf0-e5bfcdde89b8", + "x-ms-correlation-request-id": "95fcc0d6-d339-4f94-b827-ab6e9dffa2bc", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "WESTEUROPE:20221020T085810Z:a388e08f-3be4-400b-bbf0-e5bfcdde89b8", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104734Z:95fcc0d6-d339-4f94-b827-ab6e9dffa2bc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T08%3A58%3A09.7214916Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A47%3A33.1608603Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T08:58:08.5499067Z" + "CreatedOnDate": "2022-10-22T10:47:31.7894643Z" }, "properties": { "serviceLevel": "Premium", @@ -1014,55 +1011,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T08:58:09.4952997Z", + "createdAt": "2022-10-22T10:47:32.8604645Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T08:58:09.4952997Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/17b1684a-f7d1-40df-90cc-12962773850e?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 08:58: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": "4f1065d6-db4a-4080-af33-a576778299ff", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20221020T085810Z:4f1065d6-db4a-4080-af33-a576778299ff", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/17b1684a-f7d1-40df-90cc-12962773850e", - "name": "17b1684a-f7d1-40df-90cc-12962773850e", - "status": "Creating", - "startTime": "2022-10-20T08:58:09.7458033Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1" + "lastModifiedAt": "2022-10-22T10:47:32.8604645Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/17b1684a-f7d1-40df-90cc-12962773850e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1b4bcb9-88f9-4dfe-a6cc-a9f2af222163?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1076,7 +1033,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 08:58:40 GMT", + "Date": "Sat, 22 Oct 2022 10:47:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1084,17 +1041,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6a3babaa-343e-4d21-9cb5-cdaaacf9135e", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20221020T085841Z:6a3babaa-343e-4d21-9cb5-cdaaacf9135e", + "x-ms-correlation-request-id": "b6b194cb-3ab4-47c8-a0ff-23aee39bf7f5", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104734Z:b6b194cb-3ab4-47c8-a0ff-23aee39bf7f5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/17b1684a-f7d1-40df-90cc-12962773850e", - "name": "17b1684a-f7d1-40df-90cc-12962773850e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1b4bcb9-88f9-4dfe-a6cc-a9f2af222163", + "name": "c1b4bcb9-88f9-4dfe-a6cc-a9f2af222163", "status": "Succeeded", - "startTime": "2022-10-20T08:58:09.7458033Z", - "endTime": "2022-10-20T08:58:10.8713013Z", + "startTime": "2022-10-22T10:47:33.1658302Z", + "endTime": "2022-10-22T10:47:33.9330065Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1" @@ -1116,8 +1073,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 08:58:41 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T08%3A58%3A10.8647088Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:47:34 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A47%3A33.929036Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1125,22 +1082,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65ed1d38-1faf-480f-9f20-2e6533c65ab4", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20221020T085841Z:65ed1d38-1faf-480f-9f20-2e6533c65ab4", + "x-ms-correlation-request-id": "f39c6450-dcfd-4b36-86af-d39c518c4fca", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104735Z:f39c6450-dcfd-4b36-86af-d39c518c4fca", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T08%3A58%3A10.8647088Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A47%3A33.929036Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T08:58:08.5499067Z" + "CreatedOnDate": "2022-10-22T10:47:31.7894643Z" }, "properties": { - "poolId": "2bf1cafb-90f3-d573-0eb0-01c065b39ecb", + "poolId": "b50299aa-16c8-63fb-8014-7b8238c22335", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1153,10 +1110,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T08:58:09.4952997Z", + "createdAt": "2022-10-22T10:47:32.8604645Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T08:58:09.4952997Z" + "lastModifiedAt": "2022-10-22T10:47:32.8604645Z" } } }, @@ -1199,30 +1156,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "1585", + "Content-Length": "1583", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 08:58:53 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T08%3A58%3A53.0784162Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:47:47 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A47%3A47.5657326Z\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": "d681f225-4011-4872-90d0-04fb5aed7281", + "x-ms-correlation-request-id": "cfc3687d-bc83-46ff-b501-785106b98b49", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "WESTEUROPE:20221020T085854Z:d681f225-4011-4872-90d0-04fb5aed7281", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104748Z:cfc3687d-bc83-46ff-b501-785106b98b49", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T08%3A58%3A53.0784162Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A47%3A47.5657326Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T08:58:51.8342246Z" + "CreatedOnDate": "2022-10-22T10:47:45.4870143Z" }, "properties": { "serviceLevel": "Premium", @@ -1252,15 +1209,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T08:58:52.7930237Z", + "createdAt": "2022-10-22T10:47:46.560895Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T08:58:52.7930237Z" + "lastModifiedAt": "2022-10-22T10:47:46.560895Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1274,7 +1231,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 08:58:53 GMT", + "Date": "Sat, 22 Oct 2022 10:47:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1282,16 +1239,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b94f3b0a-c53e-48e2-8316-9368348468a9", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20221020T085854Z:b94f3b0a-c53e-48e2-8316-9368348468a9", + "x-ms-correlation-request-id": "b02c752f-3948-4fa0-b41f-77ad920c1f1a", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104748Z:b02c752f-3948-4fa0-b41f-77ad920c1f1a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be", - "name": "1749c4c4-5f36-4126-835f-e8f6048d14be", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670", + "name": "fbf69013-9b64-4b69-be94-51fe770d2670", "status": "Creating", - "startTime": "2022-10-20T08:58:53.0831085Z", + "startTime": "2022-10-22T10:47:47.5730835Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1300,7 +1257,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1314,7 +1271,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 08:59:23 GMT", + "Date": "Sat, 22 Oct 2022 10:48:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1322,16 +1279,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "521a8bfa-3694-4d99-a2c4-b6fa7aedc01f", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20221020T085924Z:521a8bfa-3694-4d99-a2c4-b6fa7aedc01f", + "x-ms-correlation-request-id": "49d60b74-2007-4833-a0b4-0e0262570e80", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104819Z:49d60b74-2007-4833-a0b4-0e0262570e80", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be", - "name": "1749c4c4-5f36-4126-835f-e8f6048d14be", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670", + "name": "fbf69013-9b64-4b69-be94-51fe770d2670", "status": "Creating", - "startTime": "2022-10-20T08:58:53.0831085Z", + "startTime": "2022-10-22T10:47:47.5730835Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1340,7 +1297,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1354,7 +1311,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 08:59:54 GMT", + "Date": "Sat, 22 Oct 2022 10:48:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1362,16 +1319,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d63f0c2-4479-411d-b6b6-f455f41de259", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20221020T085954Z:7d63f0c2-4479-411d-b6b6-f455f41de259", + "x-ms-correlation-request-id": "edb2123a-9f13-476a-82e8-a7aa3fa9e5e7", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104849Z:edb2123a-9f13-476a-82e8-a7aa3fa9e5e7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be", - "name": "1749c4c4-5f36-4126-835f-e8f6048d14be", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670", + "name": "fbf69013-9b64-4b69-be94-51fe770d2670", "status": "Creating", - "startTime": "2022-10-20T08:58:53.0831085Z", + "startTime": "2022-10-22T10:47:47.5730835Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1380,7 +1337,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1394,7 +1351,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:00:24 GMT", + "Date": "Sat, 22 Oct 2022 10:49:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1402,16 +1359,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8fbe6276-27a7-455b-95a9-4170d4e1c01a", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090024Z:8fbe6276-27a7-455b-95a9-4170d4e1c01a", + "x-ms-correlation-request-id": "476f084f-dc29-465d-9bee-3d0ffa7afef1", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104919Z:476f084f-dc29-465d-9bee-3d0ffa7afef1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be", - "name": "1749c4c4-5f36-4126-835f-e8f6048d14be", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670", + "name": "fbf69013-9b64-4b69-be94-51fe770d2670", "status": "Creating", - "startTime": "2022-10-20T08:58:53.0831085Z", + "startTime": "2022-10-22T10:47:47.5730835Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1420,7 +1377,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1434,7 +1391,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:00:54 GMT", + "Date": "Sat, 22 Oct 2022 10:49:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1442,16 +1399,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef3ab586-8e4b-4136-bce3-e8132acdc24e", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090055Z:ef3ab586-8e4b-4136-bce3-e8132acdc24e", + "x-ms-correlation-request-id": "241ecc44-62ef-4c2c-b0f4-d0e9175a914c", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T104950Z:241ecc44-62ef-4c2c-b0f4-d0e9175a914c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be", - "name": "1749c4c4-5f36-4126-835f-e8f6048d14be", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670", + "name": "fbf69013-9b64-4b69-be94-51fe770d2670", "status": "Creating", - "startTime": "2022-10-20T08:58:53.0831085Z", + "startTime": "2022-10-22T10:47:47.5730835Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1460,7 +1417,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1474,7 +1431,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:01:24 GMT", + "Date": "Sat, 22 Oct 2022 10:50:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1482,16 +1439,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d88fcf44-f28e-4fd5-977f-00fa78500b86", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090125Z:d88fcf44-f28e-4fd5-977f-00fa78500b86", + "x-ms-correlation-request-id": "9cbb8ca2-608c-4311-9cf4-43200bee7e0d", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105020Z:9cbb8ca2-608c-4311-9cf4-43200bee7e0d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be", - "name": "1749c4c4-5f36-4126-835f-e8f6048d14be", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670", + "name": "fbf69013-9b64-4b69-be94-51fe770d2670", "status": "Creating", - "startTime": "2022-10-20T08:58:53.0831085Z", + "startTime": "2022-10-22T10:47:47.5730835Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1500,7 +1457,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1514,7 +1471,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:01:55 GMT", + "Date": "Sat, 22 Oct 2022 10:50:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1522,16 +1479,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f8db15d-aa96-4888-9ac9-eadc9115e668", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090155Z:8f8db15d-aa96-4888-9ac9-eadc9115e668", + "x-ms-correlation-request-id": "9d519263-c707-4fab-954d-c8595fe50dcc", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105050Z:9d519263-c707-4fab-954d-c8595fe50dcc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be", - "name": "1749c4c4-5f36-4126-835f-e8f6048d14be", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670", + "name": "fbf69013-9b64-4b69-be94-51fe770d2670", "status": "Creating", - "startTime": "2022-10-20T08:58:53.0831085Z", + "startTime": "2022-10-22T10:47:47.5730835Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1540,7 +1497,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1554,7 +1511,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:02:25 GMT", + "Date": "Sat, 22 Oct 2022 10:51:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1562,16 +1519,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f65cddfa-1700-481e-b2ae-886ea75630d3", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090225Z:f65cddfa-1700-481e-b2ae-886ea75630d3", + "x-ms-correlation-request-id": "431c3dcb-fae7-4e2e-8c18-68632343a4a8", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105120Z:431c3dcb-fae7-4e2e-8c18-68632343a4a8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be", - "name": "1749c4c4-5f36-4126-835f-e8f6048d14be", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670", + "name": "fbf69013-9b64-4b69-be94-51fe770d2670", "status": "Creating", - "startTime": "2022-10-20T08:58:53.0831085Z", + "startTime": "2022-10-22T10:47:47.5730835Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1580,7 +1537,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1594,7 +1551,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:02:55 GMT", + "Date": "Sat, 22 Oct 2022 10:51:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1602,17 +1559,97 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "92f3ffd0-d7d8-4521-888e-e411993789c6", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090256Z:92f3ffd0-d7d8-4521-888e-e411993789c6", + "x-ms-correlation-request-id": "91f76392-5585-4b3b-a75f-72eb51dfe6c1", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105151Z:91f76392-5585-4b3b-a75f-72eb51dfe6c1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1749c4c4-5f36-4126-835f-e8f6048d14be", - "name": "1749c4c4-5f36-4126-835f-e8f6048d14be", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670", + "name": "fbf69013-9b64-4b69-be94-51fe770d2670", + "status": "Creating", + "startTime": "2022-10-22T10:47:47.5730835Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:52: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": "91dc236c-4cef-488d-a53b-9d0afdf5c6cf", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105221Z:91dc236c-4cef-488d-a53b-9d0afdf5c6cf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670", + "name": "fbf69013-9b64-4b69-be94-51fe770d2670", + "status": "Creating", + "startTime": "2022-10-22T10:47:47.5730835Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:52: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": "ea427331-af94-4239-9147-f16e876ad0b0", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105251Z:ea427331-af94-4239-9147-f16e876ad0b0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670", + "name": "fbf69013-9b64-4b69-be94-51fe770d2670", "status": "Succeeded", - "startTime": "2022-10-20T08:58:53.0831085Z", - "endTime": "2022-10-20T09:02:53.4999243Z", + "startTime": "2022-10-22T10:47:47.5730835Z", + "endTime": "2022-10-22T10:52:24.97269Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce" @@ -1634,8 +1671,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:02:55 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T09%3A02%3A53.4789034Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:52:51 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A52%3A24.9746568Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1643,22 +1680,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1737db8b-bde1-4fe4-8f4b-63e6b0819787", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090256Z:1737db8b-bde1-4fe4-8f4b-63e6b0819787", + "x-ms-correlation-request-id": "26b44779-c56d-46d7-81d1-760a22580b77", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105252Z:26b44779-c56d-46d7-81d1-760a22580b77", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T09%3A02%3A53.4789034Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A52%3A24.9746568Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T08:58:51.8342246Z" + "CreatedOnDate": "2022-10-22T10:47:45.4870143Z" }, "properties": { - "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b93a23ce", "usageThreshold": 107374182400, @@ -1686,7 +1723,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_149a154e", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25dd649c", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1701,8 +1738,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "656e09eb-e02f-0a33-6315-788aceef9cf6", - "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "mountTargetId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", + "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", "ipAddress": "10.0.0.4" } ], @@ -1722,10 +1759,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T08:58:52.7930237Z", + "createdAt": "2022-10-22T10:47:46.560895Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T08:58:52.7930237Z" + "lastModifiedAt": "2022-10-22T10:47:46.560895Z" } } }, @@ -1744,8 +1781,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:03:06 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T09%3A02%3A53.4789034Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:53:02 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A52%3A24.9746568Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1753,22 +1790,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "26780606-b702-42c6-a0d1-84d2972527e8", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090306Z:26780606-b702-42c6-a0d1-84d2972527e8", + "x-ms-correlation-request-id": "011579fb-9fea-4aa6-9b70-dc9a7066bf20", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105302Z:011579fb-9fea-4aa6-9b70-dc9a7066bf20", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T09%3A02%3A53.4789034Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A52%3A24.9746568Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T08:58:51.8342246Z" + "CreatedOnDate": "2022-10-22T10:47:45.4870143Z" }, "properties": { - "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b93a23ce", "usageThreshold": 107374182400, @@ -1796,7 +1833,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_149a154e", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25dd649c", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1811,8 +1848,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "656e09eb-e02f-0a33-6315-788aceef9cf6", - "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "mountTargetId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", + "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", "ipAddress": "10.0.0.4" } ], @@ -1832,10 +1869,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T08:58:52.7930237Z", + "createdAt": "2022-10-22T10:47:46.560895Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T08:58:52.7930237Z" + "lastModifiedAt": "2022-10-22T10:47:46.560895Z" } } }, @@ -1854,7 +1891,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:03:06 GMT", + "Date": "Sat, 22 Oct 2022 10:53:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1862,9 +1899,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "940367e8-8586-4021-9e84-ea149f1843f5", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090307Z:940367e8-8586-4021-9e84-ea149f1843f5", + "x-ms-correlation-request-id": "bae63beb-3299-4125-8e93-2fb2decf0a13", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105303Z:bae63beb-3299-4125-8e93-2fb2decf0a13", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1906,35 +1943,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c25c27c0-8257-4574-a52f-ad10ca0c6d9c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac9c4da7-1498-4ec0-8bb9-64ca58059d5b?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "2480", + "Content-Length": "2478", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:03:07 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T09%3A03%3A07.9547104Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 10:53:03 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T10%3A53%3A03.6765394Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c25c27c0-8257-4574-a52f-ad10ca0c6d9c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac9c4da7-1498-4ec0-8bb9-64ca58059d5b?api-version=2022-05-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": "f3149805-5e4e-4ec5-bd50-0d4710181e3d", + "x-ms-correlation-request-id": "a2b1e6c4-373c-4490-bad1-89d1a6dc137e", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090308Z:f3149805-5e4e-4ec5-bd50-0d4710181e3d", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105303Z:a2b1e6c4-373c-4490-bad1-89d1a6dc137e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T09%3A03%3A07.9547104Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A53%3A03.6765394Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T08:58:51.8342246Z" + "CreatedOnDate": "2022-10-22T10:47:45.4870143Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b93a23ce", "usageThreshold": 107374182400, @@ -1962,7 +1999,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_149a154e", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25dd649c", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1977,8 +2014,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "656e09eb-e02f-0a33-6315-788aceef9cf6", - "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "mountTargetId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", + "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", "ipAddress": "10.0.0.4" } ], @@ -1997,15 +2034,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T08:58:52.7930237Z", + "createdAt": "2022-10-22T10:47:46.560895Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T08:58:52.7930237Z" + "lastModifiedAt": "2022-10-22T10:47:46.560895Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c25c27c0-8257-4574-a52f-ad10ca0c6d9c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac9c4da7-1498-4ec0-8bb9-64ca58059d5b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2019,7 +2056,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:03:07 GMT", + "Date": "Sat, 22 Oct 2022 10:53:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2027,16 +2064,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "81414d02-c05b-4a91-9f32-7a7e24703438", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090308Z:81414d02-c05b-4a91-9f32-7a7e24703438", + "x-ms-correlation-request-id": "250fb0b7-5db0-4fbc-83b3-98469d6338ca", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105304Z:250fb0b7-5db0-4fbc-83b3-98469d6338ca", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c25c27c0-8257-4574-a52f-ad10ca0c6d9c", - "name": "c25c27c0-8257-4574-a52f-ad10ca0c6d9c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac9c4da7-1498-4ec0-8bb9-64ca58059d5b", + "name": "ac9c4da7-1498-4ec0-8bb9-64ca58059d5b", "status": "Patching", - "startTime": "2022-10-20T09:03:07.9625198Z", + "startTime": "2022-10-22T10:53:03.6703268Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2045,7 +2082,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c25c27c0-8257-4574-a52f-ad10ca0c6d9c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac9c4da7-1498-4ec0-8bb9-64ca58059d5b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2059,7 +2096,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:03:38 GMT", + "Date": "Sat, 22 Oct 2022 10:53:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2067,17 +2104,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6da23a1d-f6f4-4551-8d5b-fb808c662406", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090338Z:6da23a1d-f6f4-4551-8d5b-fb808c662406", + "x-ms-correlation-request-id": "fdf7b43f-ed0c-4b23-8b11-baca2319b90b", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105334Z:fdf7b43f-ed0c-4b23-8b11-baca2319b90b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c25c27c0-8257-4574-a52f-ad10ca0c6d9c", - "name": "c25c27c0-8257-4574-a52f-ad10ca0c6d9c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac9c4da7-1498-4ec0-8bb9-64ca58059d5b", + "name": "ac9c4da7-1498-4ec0-8bb9-64ca58059d5b", "status": "Succeeded", - "startTime": "2022-10-20T09:03:07.9625198Z", - "endTime": "2022-10-20T09:03:11.3065918Z", + "startTime": "2022-10-22T10:53:03.6703268Z", + "endTime": "2022-10-22T10:53:07.8937949Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce" @@ -2085,7 +2122,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c25c27c0-8257-4574-a52f-ad10ca0c6d9c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac9c4da7-1498-4ec0-8bb9-64ca58059d5b?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2099,7 +2136,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:03:39 GMT", + "Date": "Sat, 22 Oct 2022 10:53:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2107,19 +2144,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7b73e1aa-2d93-4bc3-8a91-dc070ff580b3", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090339Z:7b73e1aa-2d93-4bc3-8a91-dc070ff580b3", + "x-ms-correlation-request-id": "7defad2e-c09c-4b19-80f4-573ed1560437", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105335Z:7defad2e-c09c-4b19-80f4-573ed1560437", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T09%3A03%3A11.2938202Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T10%3A53%3A07.8991262Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T09:03:07.5729077Z" + "CreatedOnDate": "2022-10-22T10:53:03.3207705Z" }, "properties": { "dataProtection": { @@ -2129,7 +2166,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/vaults/cbsvault" } }, - "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b93a23ce", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2160,19 +2197,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_149a154e", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25dd649c", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", - "poolId": "2bf1cafb-90f3-d573-0eb0-01c065b39ecb", + "poolId": "b50299aa-16c8-63fb-8014-7b8238c22335", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "656e09eb-e02f-0a33-6315-788aceef9cf6", - "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "mountTargetId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", + "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", "startIp": "", "endIp": "", "gateway": "", @@ -2204,10 +2241,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T08:58:52.7930237Z", + "createdAt": "2022-10-22T10:47:46.560895Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T09:03:07.8371052Z" + "lastModifiedAt": "2022-10-22T10:53:03.5164574Z" } } }, @@ -2230,20 +2267,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b02c98b9-4815-4fb7-96dc-cd6373463e17?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c52b5836-6a19-48f5-b2a9-47e1e40bad4a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "560", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:03:40 GMT", + "Date": "Sat, 22 Oct 2022 10:53:35 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b02c98b9-4815-4fb7-96dc-cd6373463e17?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c52b5836-6a19-48f5-b2a9-47e1e40bad4a?api-version=2022-05-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": "9b921faa-8e79-4f8a-baa4-c7ba4e49ac4f", + "x-ms-correlation-request-id": "5135dece-e2de-4909-b208-8217e3e3b522", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090340Z:9b921faa-8e79-4f8a-baa4-c7ba4e49ac4f", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105335Z:5135dece-e2de-4909-b208-8217e3e3b522", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2258,47 +2295,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b02c98b9-4815-4fb7-96dc-cd6373463e17?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:03: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": "5d99d7a6-7d30-4b02-ae5b-952c4f3bf7c0", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090340Z:5d99d7a6-7d30-4b02-ae5b-952c4f3bf7c0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b02c98b9-4815-4fb7-96dc-cd6373463e17", - "name": "b02c98b9-4815-4fb7-96dc-cd6373463e17", - "status": "Creating", - "startTime": "2022-10-20T09:03:40.0622185Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b02c98b9-4815-4fb7-96dc-cd6373463e17?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c52b5836-6a19-48f5-b2a9-47e1e40bad4a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2312,7 +2309,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:04:10 GMT", + "Date": "Sat, 22 Oct 2022 10:53:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2320,17 +2317,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "86d77c23-7a67-4400-b0b8-e9775301838d", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090410Z:86d77c23-7a67-4400-b0b8-e9775301838d", + "x-ms-correlation-request-id": "553efe82-2078-410c-8161-84beea48298e", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105336Z:553efe82-2078-410c-8161-84beea48298e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b02c98b9-4815-4fb7-96dc-cd6373463e17", - "name": "b02c98b9-4815-4fb7-96dc-cd6373463e17", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c52b5836-6a19-48f5-b2a9-47e1e40bad4a", + "name": "c52b5836-6a19-48f5-b2a9-47e1e40bad4a", "status": "Succeeded", - "startTime": "2022-10-20T09:03:40.0622185Z", - "endTime": "2022-10-20T09:03:40.9373881Z", + "startTime": "2022-10-22T10:53:35.7052613Z", + "endTime": "2022-10-22T10:53:35.9240369Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce" @@ -2338,7 +2335,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b02c98b9-4815-4fb7-96dc-cd6373463e17?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c52b5836-6a19-48f5-b2a9-47e1e40bad4a?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2350,29 +2347,29 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "780", + "Content-Length": "781", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:04:10 GMT", + "Date": "Sat, 22 Oct 2022 10:53: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": "f1a7932f-e60f-4e80-9b27-1743ed312f16", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090410Z:f1a7932f-e60f-4e80-9b27-1743ed312f16", + "x-ms-correlation-request-id": "87540cf0-ecd7-4a0c-8c43-3f0e324955f6", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105336Z:87540cf0-ecd7-4a0c-8c43-3f0e324955f6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/20/2022 9:03:40 AM", + "etag": "10/22/2022 10:53:35 AM", "location": "", "properties": { - "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", "creationDate": "0001-01-01T00:00:00Z", - "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", "size": 0, "backupType": "Manual", "failureReason": "None", @@ -2396,7 +2393,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:04:20 GMT", + "Date": "Sat, 22 Oct 2022 10:53:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2404,9 +2401,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4e8bbd7-1c13-40aa-bf73-0bf055199d02", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090421Z:c4e8bbd7-1c13-40aa-bf73-0bf055199d02", + "x-ms-correlation-request-id": "15bcdb46-656a-4bf8-b2e1-b3967cb74632", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105352Z:15bcdb46-656a-4bf8-b2e1-b3967cb74632", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2415,8 +2412,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-20T09:03:40Z", - "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2441,7 +2438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:04:31 GMT", + "Date": "Sat, 22 Oct 2022 10:54:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2449,9 +2446,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "47b08d3d-bcd9-48de-bb39-4c299c0ac308", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090431Z:47b08d3d-bcd9-48de-bb39-4c299c0ac308", + "x-ms-correlation-request-id": "a1e3fbba-474a-4593-90ff-03c422b4ac15", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105402Z:a1e3fbba-474a-4593-90ff-03c422b4ac15", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2460,8 +2457,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-20T09:03:40Z", - "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2486,7 +2483,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:04:42 GMT", + "Date": "Sat, 22 Oct 2022 10:54:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2494,9 +2491,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "71c0c002-7adb-4ed5-8034-066e49ab0424", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090443Z:71c0c002-7adb-4ed5-8034-066e49ab0424", + "x-ms-correlation-request-id": "77d6a70c-bdfb-48c3-98a2-9a4288d57c2d", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105413Z:77d6a70c-bdfb-48c3-98a2-9a4288d57c2d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2505,8 +2502,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-20T09:03:40Z", - "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2531,7 +2528,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:04:52 GMT", + "Date": "Sat, 22 Oct 2022 10:54:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2539,9 +2536,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc670e41-0226-4048-a399-e668cc1121d4", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090453Z:cc670e41-0226-4048-a399-e668cc1121d4", + "x-ms-correlation-request-id": "3638971b-2680-414a-b13e-7a0e51ba8237", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105425Z:3638971b-2680-414a-b13e-7a0e51ba8237", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2550,8 +2547,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-20T09:03:40Z", - "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2576,7 +2573,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:05:03 GMT", + "Date": "Sat, 22 Oct 2022 10:54:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2584,9 +2581,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "59f4a9d2-5fa5-455d-b5b9-378e7fd3c22c", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090504Z:59f4a9d2-5fa5-455d-b5b9-378e7fd3c22c", + "x-ms-correlation-request-id": "ab2a169f-0484-4283-810e-c31b3e48f6f0", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105435Z:ab2a169f-0484-4283-810e-c31b3e48f6f0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2595,8 +2592,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-20T09:03:40Z", - "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2621,7 +2618,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:05:14 GMT", + "Date": "Sat, 22 Oct 2022 10:54:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2629,9 +2626,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6441fda-59df-4682-a253-5c62f032ec49", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090514Z:e6441fda-59df-4682-a253-5c62f032ec49", + "x-ms-correlation-request-id": "2879de22-8f5e-4313-ac1f-0b60502a1ec8", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105446Z:2879de22-8f5e-4313-ac1f-0b60502a1ec8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2640,8 +2637,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-20T09:03:40Z", - "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2666,7 +2663,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:05:24 GMT", + "Date": "Sat, 22 Oct 2022 10:54:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2674,9 +2671,639 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d4648e1c-d8f6-4128-b259-bc9ea8840c22", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090525Z:d4648e1c-d8f6-4128-b259-bc9ea8840c22", + "x-ms-correlation-request-id": "d5dc4cf0-d83c-4f59-911b-5038fe902627", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105456Z:d5dc4cf0-d83c-4f59-911b-5038fe902627", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", + "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-b93a23ce", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:55: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": "9ba692e2-2d14-4dfc-b36d-b22a4c5a9002", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105507Z:9ba692e2-2d14-4dfc-b36d-b22a4c5a9002", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", + "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-b93a23ce", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:55: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": "fb8a4006-50d1-4031-9f5b-9ea17de69b36", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105518Z:fb8a4006-50d1-4031-9f5b-9ea17de69b36", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", + "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-b93a23ce", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10: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": "eaa850af-b845-4ca3-9a59-3be019efa691", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105529Z:eaa850af-b845-4ca3-9a59-3be019efa691", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", + "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-b93a23ce", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:55: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": "54d9890b-1f27-4055-989c-034f770f76f4", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105540Z:54d9890b-1f27-4055-989c-034f770f76f4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", + "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-b93a23ce", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10: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": "72905ff9-209b-4d2c-8e69-255ff71d671f", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105550Z:72905ff9-209b-4d2c-8e69-255ff71d671f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", + "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-b93a23ce", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10: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": "ec8290f2-50f3-44cc-aded-7233d6b633fe", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105601Z:ec8290f2-50f3-44cc-aded-7233d6b633fe", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", + "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-b93a23ce", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:56: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": "c1b246a1-5ea2-4a50-8e52-0faf1abd7f3d", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105611Z:c1b246a1-5ea2-4a50-8e52-0faf1abd7f3d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", + "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-b93a23ce", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:56: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": "7a85095d-a043-4eba-ac71-f2aae6604706", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105622Z:7a85095d-a043-4eba-ac71-f2aae6604706", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", + "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-b93a23ce", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:56: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": "dd12b157-b3b5-4f66-ae17-9f3a2d376ee0", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105633Z:dd12b157-b3b5-4f66-ae17-9f3a2d376ee0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", + "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-b93a23ce", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:56: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": "77678855-8095-4a1e-ad86-124bdff293cb", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105643Z:77678855-8095-4a1e-ad86-124bdff293cb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", + "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-b93a23ce", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:56: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": "bafa5cc8-ee89-4ad0-aa2c-da01789c47d0", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105654Z:bafa5cc8-ee89-4ad0-aa2c-da01789c47d0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", + "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-b93a23ce", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10: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": "cedd3944-e3d1-43ac-9af1-4c83c1d0280f", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105705Z:cedd3944-e3d1-43ac-9af1-4c83c1d0280f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", + "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-b93a23ce", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:57: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": "d9e4145f-4933-44f6-9862-6959c0dba525", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105716Z:d9e4145f-4933-44f6-9862-6959c0dba525", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", + "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-b93a23ce", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:57: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": "b0bd547f-2f7b-422e-9c22-558ea93cc329", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105727Z:b0bd547f-2f7b-422e-9c22-558ea93cc329", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2685,8 +3312,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-20T09:03:40Z", - "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2711,7 +3338,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:05:35 GMT", + "Date": "Sat, 22 Oct 2022 10:57:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2719,9 +3346,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03a878f5-bc27-4ca7-97ab-f981b2446b4a", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090535Z:03a878f5-bc27-4ca7-97ab-f981b2446b4a", + "x-ms-correlation-request-id": "eb968767-00fc-46f5-9aaf-cfdb234ee35d", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105738Z:eb968767-00fc-46f5-9aaf-cfdb234ee35d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2730,8 +3357,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-20T09:03:40Z", - "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2756,7 +3383,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:05:46 GMT", + "Date": "Sat, 22 Oct 2022 10:57:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2764,9 +3391,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5dbc841-f31f-42a1-9834-6841e599c83c", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090546Z:d5dbc841-f31f-42a1-9834-6841e599c83c", + "x-ms-correlation-request-id": "1d7fcfca-891e-4d87-9cca-313dfd026ec7", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105748Z:1d7fcfca-891e-4d87-9cca-313dfd026ec7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2775,8 +3402,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-20T09:03:40Z", - "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2801,7 +3428,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:05:56 GMT", + "Date": "Sat, 22 Oct 2022 10:57:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2809,9 +3436,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73acf857-00f4-45cd-ac61-4a628436ad10", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090557Z:73acf857-00f4-45cd-ac61-4a628436ad10", + "x-ms-correlation-request-id": "4618ff64-c280-4638-9026-c2abebeb0cb5", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105759Z:4618ff64-c280-4638-9026-c2abebeb0cb5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2820,8 +3447,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-20T09:03:40Z", - "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2846,7 +3473,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:06:07 GMT", + "Date": "Sat, 22 Oct 2022 10:58:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2854,9 +3481,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78b38560-b6a9-4c89-8d94-832ce7c51b5e", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090607Z:78b38560-b6a9-4c89-8d94-832ce7c51b5e", + "x-ms-correlation-request-id": "73d21736-1a32-43b2-807b-1b136722ae70", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105810Z:73d21736-1a32-43b2-807b-1b136722ae70", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2865,8 +3492,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-20T09:03:40Z", - "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2891,7 +3518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:06:17 GMT", + "Date": "Sat, 22 Oct 2022 10:58:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2899,9 +3526,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c17cccae-253f-48ce-98d8-380e8b3c3584", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090618Z:c17cccae-253f-48ce-98d8-380e8b3c3584", + "x-ms-correlation-request-id": "5ac244a9-b783-491c-9a6d-dd8d1803ab51", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105820Z:5ac244a9-b783-491c-9a6d-dd8d1803ab51", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2910,8 +3537,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-20T09:03:40Z", - "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2936,7 +3563,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:06:28 GMT", + "Date": "Sat, 22 Oct 2022 10:58:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2944,9 +3571,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd716dc1-fb90-428e-8e6b-e2fae9f48bbd", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090628Z:cd716dc1-fb90-428e-8e6b-e2fae9f48bbd", + "x-ms-correlation-request-id": "08aaf80e-723f-4693-9eaa-d937544d2b10", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105831Z:08aaf80e-723f-4693-9eaa-d937544d2b10", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2955,8 +3582,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-20T09:03:40Z", - "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2981,7 +3608,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:06:38 GMT", + "Date": "Sat, 22 Oct 2022 10:58:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2989,9 +3616,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1663a008-bab3-4ab2-ae49-d142dc34e77a", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090639Z:1663a008-bab3-4ab2-ae49-d142dc34e77a", + "x-ms-correlation-request-id": "cf4497b4-078e-4e0d-8038-4389f958b716", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105842Z:cf4497b4-078e-4e0d-8038-4389f958b716", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3000,8 +3627,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-20T09:03:40Z", - "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3026,7 +3653,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:06:49 GMT", + "Date": "Sat, 22 Oct 2022 10:58:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3034,9 +3661,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6b2e77e-0eb3-408c-8e55-86f0fe543a3d", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090650Z:e6b2e77e-0eb3-408c-8e55-86f0fe543a3d", + "x-ms-correlation-request-id": "beb74ce5-9d60-458f-b24c-b393cd043a3e", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105852Z:beb74ce5-9d60-458f-b24c-b393cd043a3e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3045,8 +3672,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-20T09:03:40Z", - "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3071,7 +3698,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:07:00 GMT", + "Date": "Sat, 22 Oct 2022 10:59:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3079,9 +3706,144 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea45523e-9b84-4690-95dc-f761a53c2584", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090701Z:ea45523e-9b84-4690-95dc-f761a53c2584", + "x-ms-correlation-request-id": "e2326d1e-cbf2-48ad-9d5f-79b9cffdbb93", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105904Z:e2326d1e-cbf2-48ad-9d5f-79b9cffdbb93", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", + "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-b93a23ce", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:59: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": "397f3e06-d555-49c8-a9e6-cc7cb9724b73", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105914Z:397f3e06-d555-49c8-a9e6-cc7cb9724b73", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", + "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-b93a23ce", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:59: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": "4b2e8cbe-a8bb-4986-a8c1-b8ad2fd29882", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105926Z:4b2e8cbe-a8bb-4986-a8c1-b8ad2fd29882", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", + "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-22T10:53:35Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-b93a23ce", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 10:59: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": "551f4a89-db69-4cc6-bccb-e04f4f8e4fbb", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105936Z:551f4a89-db69-4cc6-bccb-e04f4f8e4fbb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3090,9 +3852,9 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-20T09:03:44Z", - "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", - "size": 331776, + "creationDate": "2022-10-22T10:53:59Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", "failureReason": "None", @@ -3120,20 +3882,20 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c801660e-7c20-4f7e-971b-05055a8d2def?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21999667-6f26-4b3b-899a-3e39af5f2bb5?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "600", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:07:01 GMT", + "Date": "Sat, 22 Oct 2022 10:59:38 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c801660e-7c20-4f7e-971b-05055a8d2def?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21999667-6f26-4b3b-899a-3e39af5f2bb5?api-version=2022-05-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": "ce48a3cd-11ac-42a5-9d8c-6de802f8c224", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090701Z:ce48a3cd-11ac-42a5-9d8c-6de802f8c224", + "x-ms-correlation-request-id": "c6c5036b-c52b-4bc9-a2c3-ee8dd3d3221a", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105938Z:c6c5036b-c52b-4bc9-a2c3-ee8dd3d3221a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3142,14 +3904,14 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", "label": "label1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c801660e-7c20-4f7e-971b-05055a8d2def?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21999667-6f26-4b3b-899a-3e39af5f2bb5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3163,7 +3925,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:07:01 GMT", + "Date": "Sat, 22 Oct 2022 10:59:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3171,17 +3933,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7bc7859d-071c-42b8-b9a8-e14879fec715", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090702Z:7bc7859d-071c-42b8-b9a8-e14879fec715", + "x-ms-correlation-request-id": "fdca9e2b-cf31-444e-96b9-ee330851fdf9", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T105938Z:fdca9e2b-cf31-444e-96b9-ee330851fdf9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21999667-6f26-4b3b-899a-3e39af5f2bb5", + "name": "21999667-6f26-4b3b-899a-3e39af5f2bb5", + "status": "Patching", + "startTime": "2022-10-22T10:59:38.0802679Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21999667-6f26-4b3b-899a-3e39af5f2bb5?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 11:00: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": "bbac9dbc-fca0-4ee7-a2cc-4795ffcdbe94", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110008Z:bbac9dbc-fca0-4ee7-a2cc-4795ffcdbe94", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c801660e-7c20-4f7e-971b-05055a8d2def", - "name": "c801660e-7c20-4f7e-971b-05055a8d2def", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21999667-6f26-4b3b-899a-3e39af5f2bb5", + "name": "21999667-6f26-4b3b-899a-3e39af5f2bb5", "status": "Succeeded", - "startTime": "2022-10-20T09:07:01.6124412Z", - "endTime": "2022-10-20T09:07:01.8937048Z", + "startTime": "2022-10-22T10:59:38.0802679Z", + "endTime": "2022-10-22T10:59:38.4079753Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce" @@ -3189,7 +3991,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c801660e-7c20-4f7e-971b-05055a8d2def?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21999667-6f26-4b3b-899a-3e39af5f2bb5?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3203,7 +4005,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:07:02 GMT", + "Date": "Sat, 22 Oct 2022 11:00:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3211,22 +4013,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4735ceaf-fdb6-4585-b6b2-09f948f8846d", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090702Z:4735ceaf-fdb6-4585-b6b2-09f948f8846d", + "x-ms-correlation-request-id": "dabb2823-0499-40c5-979a-7145ebc0f0c9", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110009Z:dabb2823-0499-40c5-979a-7145ebc0f0c9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/20/2022 9:07:01 AM", + "etag": "10/22/2022 10:59:38 AM", "location": "westus2", "properties": { - "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", - "creationDate": "2022-10-20T09:03:44Z", - "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", - "size": 331776, + "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", + "creationDate": "2022-10-22T10:53:59Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "size": 339968, "backupType": "Manual", "label": "label1", "failureReason": "None", @@ -3251,7 +4053,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:07:02 GMT", + "Date": "Sat, 22 Oct 2022 11:00:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3259,9 +4061,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a44c49d2-0d57-4ea2-8087-2a432bab4cc0", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090702Z:a44c49d2-0d57-4ea2-8087-2a432bab4cc0", + "x-ms-correlation-request-id": "c74a0b10-9050-431d-bbd6-c558484b6d04", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110010Z:c74a0b10-9050-431d-bbd6-c558484b6d04", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3270,9 +4072,9 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-20T09:03:44Z", - "backupId": "f098e4c3-f165-6a31-39c9-531a7afca662", - "size": 331776, + "creationDate": "2022-10-22T10:53:59Z", + "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "size": 339968, "backupType": "Manual", "label": "label1", "provisioningState": "Succeeded", @@ -3297,7 +4099,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:07:02 GMT", + "Date": "Sat, 22 Oct 2022 11:00:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3305,9 +4107,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8b1814dc-dfe5-4537-a902-24500893625f", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090703Z:8b1814dc-dfe5-4537-a902-24500893625f", + "x-ms-correlation-request-id": "fb04b9dd-e7a6-4c43-8b6e-9e42559877ff", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110011Z:fb04b9dd-e7a6-4c43-8b6e-9e42559877ff", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3349,31 +4151,31 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d24bfb0e-584c-4175-98a1-c58b64837110?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2be0b14c-d193-4e71-b1f6-fff2cb0c2538?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "2743", + "Content-Length": "2742", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:07:03 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T09%3A07%3A03.7018737Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 11:00:10 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T11%3A00%3A11.8196488Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d24bfb0e-584c-4175-98a1-c58b64837110?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2be0b14c-d193-4e71-b1f6-fff2cb0c2538?api-version=2022-05-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": "4f142c64-0190-4c05-853f-e5fe1c96d040", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090703Z:4f142c64-0190-4c05-853f-e5fe1c96d040", + "x-ms-correlation-request-id": "0645405d-9db1-42cf-a951-b975cab61210", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110011Z:0645405d-9db1-42cf-a951-b975cab61210", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T09%3A07%3A03.7018737Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T11%3A00%3A11.8196488Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T09:03:07.5729077Z" + "CreatedOnDate": "2022-10-22T10:53:03.3207705Z" }, "properties": { "dataProtection": { @@ -3384,7 +4186,7 @@ } }, "provisioningState": "Patching", - "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b93a23ce", "usageThreshold": 107374182400, @@ -3412,7 +4214,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_149a154e", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25dd649c", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -3427,8 +4229,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "656e09eb-e02f-0a33-6315-788aceef9cf6", - "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "mountTargetId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", + "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", "ipAddress": "10.0.0.4" } ], @@ -3447,15 +4249,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T08:58:52.7930237Z", + "createdAt": "2022-10-22T10:47:46.560895Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T09:03:07.8371052Z" + "lastModifiedAt": "2022-10-22T10:53:03.5164574Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d24bfb0e-584c-4175-98a1-c58b64837110?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2be0b14c-d193-4e71-b1f6-fff2cb0c2538?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3469,7 +4271,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:07:03 GMT", + "Date": "Sat, 22 Oct 2022 11:00:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3477,16 +4279,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e8f79f62-2ace-439f-a66c-7b7e0a1e12a0", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090704Z:e8f79f62-2ace-439f-a66c-7b7e0a1e12a0", + "x-ms-correlation-request-id": "758e1031-21c6-4d55-858c-7bad6a34c4ba", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110012Z:758e1031-21c6-4d55-858c-7bad6a34c4ba", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d24bfb0e-584c-4175-98a1-c58b64837110", - "name": "d24bfb0e-584c-4175-98a1-c58b64837110", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2be0b14c-d193-4e71-b1f6-fff2cb0c2538", + "name": "2be0b14c-d193-4e71-b1f6-fff2cb0c2538", "status": "Patching", - "startTime": "2022-10-20T09:07:03.7063301Z", + "startTime": "2022-10-22T11:00:11.8216578Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3495,7 +4297,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d24bfb0e-584c-4175-98a1-c58b64837110?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2be0b14c-d193-4e71-b1f6-fff2cb0c2538?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3509,7 +4311,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:07:33 GMT", + "Date": "Sat, 22 Oct 2022 11:00:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3517,17 +4319,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6d7ab99-bb82-436a-9b7e-7960162ff34a", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090734Z:b6d7ab99-bb82-436a-9b7e-7960162ff34a", + "x-ms-correlation-request-id": "5e4d5526-a63d-4a59-a7b4-360cd608f193", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110042Z:5e4d5526-a63d-4a59-a7b4-360cd608f193", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d24bfb0e-584c-4175-98a1-c58b64837110", - "name": "d24bfb0e-584c-4175-98a1-c58b64837110", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2be0b14c-d193-4e71-b1f6-fff2cb0c2538", + "name": "2be0b14c-d193-4e71-b1f6-fff2cb0c2538", "status": "Succeeded", - "startTime": "2022-10-20T09:07:03.7063301Z", - "endTime": "2022-10-20T09:07:09.0198575Z", + "startTime": "2022-10-22T11:00:11.8216578Z", + "endTime": "2022-10-22T11:00:18.1843745Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce" @@ -3535,7 +4337,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d24bfb0e-584c-4175-98a1-c58b64837110?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2be0b14c-d193-4e71-b1f6-fff2cb0c2538?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3549,7 +4351,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:07:34 GMT", + "Date": "Sat, 22 Oct 2022 11:00:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3557,19 +4359,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f99620c3-658c-43a4-99e3-196c8f1870cd", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090734Z:f99620c3-658c-43a4-99e3-196c8f1870cd", + "x-ms-correlation-request-id": "1c198c88-e92e-431f-8535-715a324f0645", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110042Z:1c198c88-e92e-431f-8535-715a324f0645", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T09%3A07%3A09.0169334Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T11%3A00%3A18.1820081Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T09:07:03.2767023Z" + "CreatedOnDate": "2022-10-22T10:53:03.3207705Z" }, "properties": { "dataProtection": { @@ -3579,7 +4381,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/vaults/cbsvault" } }, - "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b93a23ce", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -3610,19 +4412,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_149a154e", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25dd649c", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", - "poolId": "2bf1cafb-90f3-d573-0eb0-01c065b39ecb", + "poolId": "b50299aa-16c8-63fb-8014-7b8238c22335", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "656e09eb-e02f-0a33-6315-788aceef9cf6", - "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "mountTargetId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", + "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", "startIp": "", "endIp": "", "gateway": "", @@ -3654,10 +4456,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T08:58:52.7930237Z", + "createdAt": "2022-10-22T10:47:46.560895Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T09:07:03.4546174Z" + "lastModifiedAt": "2022-10-22T11:00:11.6745794Z" } } }, @@ -3676,15 +4478,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:07:36 GMT", + "Date": "Sat, 22 Oct 2022 11:00:44 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": "d9cc4790-fc18-41ad-a623-5685dc55e7e8", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090736Z:d9cc4790-fc18-41ad-a623-5685dc55e7e8", + "x-ms-correlation-request-id": "a0cc3992-8194-4009-907a-5eab7d2fed2d", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110045Z:a0cc3992-8194-4009-907a-5eab7d2fed2d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3707,25 +4509,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 09:07:37 GMT", + "Date": "Sat, 22 Oct 2022 11:00:45 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e?api-version=2022-05-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": "343279bc-8a50-468b-970f-54247d4865b5", + "x-ms-correlation-request-id": "312ff557-d312-433a-94c7-1f849dd816eb", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090737Z:343279bc-8a50-468b-970f-54247d4865b5", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110046Z:312ff557-d312-433a-94c7-1f849dd816eb", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3739,7 +4541,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:07:37 GMT", + "Date": "Sat, 22 Oct 2022 11:00:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3747,16 +4549,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c67acc4-ee32-4743-a6ad-b8d09b60abb0", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090737Z:8c67acc4-ee32-4743-a6ad-b8d09b60abb0", + "x-ms-correlation-request-id": "3f14ab66-2ef4-4d1d-a128-f39c1eb08056", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110046Z:3f14ab66-2ef4-4d1d-a128-f39c1eb08056", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87", - "name": "147dc6d7-22c5-49f9-80df-bfa1e3d81a87", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e", + "name": "9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e", "status": "Deleting", - "startTime": "2022-10-20T09:07:37.5499754Z", + "startTime": "2022-10-22T11:00:46.0423443Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3765,7 +4567,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3779,7 +4581,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:08:07 GMT", + "Date": "Sat, 22 Oct 2022 11:01:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3787,16 +4589,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b5feab5-b22f-4d85-a492-80b4a9495855", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090808Z:2b5feab5-b22f-4d85-a492-80b4a9495855", + "x-ms-correlation-request-id": "b4f666b1-07a6-4c69-9552-353da747073d", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110116Z:b4f666b1-07a6-4c69-9552-353da747073d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87", - "name": "147dc6d7-22c5-49f9-80df-bfa1e3d81a87", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e", + "name": "9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e", "status": "Deleting", - "startTime": "2022-10-20T09:07:37.5499754Z", + "startTime": "2022-10-22T11:00:46.0423443Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3805,7 +4607,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3819,7 +4621,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:08:38 GMT", + "Date": "Sat, 22 Oct 2022 11:01:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3827,16 +4629,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "60f1513d-9654-4849-8ecf-398c95169bbc", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090838Z:60f1513d-9654-4849-8ecf-398c95169bbc", + "x-ms-correlation-request-id": "994f7a65-155a-4b51-9a3c-6f74c0d75305", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110146Z:994f7a65-155a-4b51-9a3c-6f74c0d75305", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87", - "name": "147dc6d7-22c5-49f9-80df-bfa1e3d81a87", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e", + "name": "9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e", "status": "Deleting", - "startTime": "2022-10-20T09:07:37.5499754Z", + "startTime": "2022-10-22T11:00:46.0423443Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3845,7 +4647,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3859,7 +4661,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:09:08 GMT", + "Date": "Sat, 22 Oct 2022 11:02:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3867,16 +4669,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "63010b53-1797-4322-8c5f-8e1f94fcd243", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090908Z:63010b53-1797-4322-8c5f-8e1f94fcd243", + "x-ms-correlation-request-id": "d298f2d8-cfe4-4f44-9206-8836423e4a9a", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110217Z:d298f2d8-cfe4-4f44-9206-8836423e4a9a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87", - "name": "147dc6d7-22c5-49f9-80df-bfa1e3d81a87", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e", + "name": "9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e", "status": "Deleting", - "startTime": "2022-10-20T09:07:37.5499754Z", + "startTime": "2022-10-22T11:00:46.0423443Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3885,7 +4687,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3899,7 +4701,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:09:39 GMT", + "Date": "Sat, 22 Oct 2022 11:02:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3907,17 +4709,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec70ae49-f312-48fe-b88d-2772b07ac6a5", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090939Z:ec70ae49-f312-48fe-b88d-2772b07ac6a5", + "x-ms-correlation-request-id": "9ade73ee-336c-40a9-a951-350b56a438ac", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110247Z:9ade73ee-336c-40a9-a951-350b56a438ac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87", - "name": "147dc6d7-22c5-49f9-80df-bfa1e3d81a87", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e", + "name": "9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e", "status": "Succeeded", - "startTime": "2022-10-20T09:07:37.5499754Z", - "endTime": "2022-10-20T09:09:25.9377607Z", + "startTime": "2022-10-22T11:00:46.0423443Z", + "endTime": "2022-10-22T11:02:43.8858255Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce" @@ -3925,7 +4727,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/147dc6d7-22c5-49f9-80df-bfa1e3d81a87?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3939,7 +4741,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:09:39 GMT", + "Date": "Sat, 22 Oct 2022 11:02:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3947,19 +4749,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b933088-883d-4805-8323-b997e2cdd589", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "WESTEUROPE:20221020T090940Z:2b933088-883d-4805-8323-b997e2cdd589", + "x-ms-correlation-request-id": "6d8f8042-96a5-4283-bd58-00c7cb415776", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110247Z:6d8f8042-96a5-4283-bd58-00c7cb415776", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T09%3A09%3A16.7658921Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T11%3A02%3A34.5460074Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T09:07:03.2767023Z" + "CreatedOnDate": "2022-10-22T10:53:03.3207705Z" }, "properties": { "dataProtection": { @@ -3969,7 +4771,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/vaults/cbsvault" } }, - "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b93a23ce", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -4000,19 +4802,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_149a154e", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25dd649c", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", - "poolId": "2bf1cafb-90f3-d573-0eb0-01c065b39ecb", + "poolId": "b50299aa-16c8-63fb-8014-7b8238c22335", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "656e09eb-e02f-0a33-6315-788aceef9cf6", - "fileSystemId": "656e09eb-e02f-0a33-6315-788aceef9cf6", + "mountTargetId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", + "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", "startIp": "", "endIp": "", "gateway": "", @@ -4044,10 +4846,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T08:58:52.7930237Z", + "createdAt": "2022-10-22T10:47:46.560895Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T09:07:03.4546174Z" + "lastModifiedAt": "2022-10-22T11:00:11.6745794Z" } } }, @@ -4066,14 +4868,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:13:02 GMT", + "Date": "Sat, 22 Oct 2022 11:06:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "840c5a79-54b9-48ad-91d4-a6416cfa7bf9", + "x-ms-correlation-request-id": "75f866e1-2346-49f5-8e83-9c6bd0deb365", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20221020T091302Z:840c5a79-54b9-48ad-91d4-a6416cfa7bf9" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110610Z:75f866e1-2346-49f5-8e83-9c6bd0deb365" }, "ResponseBody": { "error": { @@ -4095,25 +4897,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a4b551d-46ab-4416-b0b4-c5c71057a8a9?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5da99b7a-5ee2-42fd-a1c7-27108f7d1bb6?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 09:13:14 GMT", + "Date": "Sat, 22 Oct 2022 11:06:23 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a4b551d-46ab-4416-b0b4-c5c71057a8a9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5da99b7a-5ee2-42fd-a1c7-27108f7d1bb6?api-version=2022-05-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": "148c2dd4-53ec-4f8b-9936-7dac1ca1f79b", + "x-ms-correlation-request-id": "977b1806-b120-4d8b-ba72-f3157e478064", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20221020T091314Z:148c2dd4-53ec-4f8b-9936-7dac1ca1f79b", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110623Z:977b1806-b120-4d8b-ba72-f3157e478064", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a4b551d-46ab-4416-b0b4-c5c71057a8a9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5da99b7a-5ee2-42fd-a1c7-27108f7d1bb6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4127,7 +4929,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:13:14 GMT", + "Date": "Sat, 22 Oct 2022 11:06:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4135,16 +4937,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10666edc-eee6-4b95-8bf0-f873cceba566", + "x-ms-correlation-request-id": "ed8e76d2-6251-441c-84a5-2a7460efbe49", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20221020T091315Z:10666edc-eee6-4b95-8bf0-f873cceba566", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110624Z:ed8e76d2-6251-441c-84a5-2a7460efbe49", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a4b551d-46ab-4416-b0b4-c5c71057a8a9", - "name": "0a4b551d-46ab-4416-b0b4-c5c71057a8a9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5da99b7a-5ee2-42fd-a1c7-27108f7d1bb6", + "name": "5da99b7a-5ee2-42fd-a1c7-27108f7d1bb6", "status": "Deleting", - "startTime": "2022-10-20T09:13:14.6175731Z", + "startTime": "2022-10-22T11:06:23.8787312Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4153,7 +4955,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a4b551d-46ab-4416-b0b4-c5c71057a8a9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5da99b7a-5ee2-42fd-a1c7-27108f7d1bb6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4167,7 +4969,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:13:44 GMT", + "Date": "Sat, 22 Oct 2022 11:06:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4175,17 +4977,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e3a62ed-291a-4143-9d56-cce1b304df9b", + "x-ms-correlation-request-id": "8453700a-afb7-4f04-b655-352d0dbecd09", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20221020T091345Z:7e3a62ed-291a-4143-9d56-cce1b304df9b", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110654Z:8453700a-afb7-4f04-b655-352d0dbecd09", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a4b551d-46ab-4416-b0b4-c5c71057a8a9", - "name": "0a4b551d-46ab-4416-b0b4-c5c71057a8a9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5da99b7a-5ee2-42fd-a1c7-27108f7d1bb6", + "name": "5da99b7a-5ee2-42fd-a1c7-27108f7d1bb6", "status": "Succeeded", - "startTime": "2022-10-20T09:13:14.6175731Z", - "endTime": "2022-10-20T09:13:15.476908Z", + "startTime": "2022-10-22T11:06:23.8787312Z", + "endTime": "2022-10-22T11:06:24.9927093Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1" @@ -4193,7 +4995,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a4b551d-46ab-4416-b0b4-c5c71057a8a9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5da99b7a-5ee2-42fd-a1c7-27108f7d1bb6?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4207,7 +5009,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:13:44 GMT", + "Date": "Sat, 22 Oct 2022 11:06:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4215,22 +5017,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1fbbfe8a-b301-4235-a74a-5f848687b78b", + "x-ms-correlation-request-id": "e8a2c18e-090d-4f25-83ca-b16a92ed76d7", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20221020T091345Z:1fbbfe8a-b301-4235-a74a-5f848687b78b", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110654Z:e8a2c18e-090d-4f25-83ca-b16a92ed76d7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T09%3A13%3A14.6103956Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T11%3A06%3A23.8759053Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T08:58:08.5499067Z" + "CreatedOnDate": "2022-10-22T10:47:31.7894643Z" }, "properties": { - "poolId": "2bf1cafb-90f3-d573-0eb0-01c065b39ecb", + "poolId": "b50299aa-16c8-63fb-8014-7b8238c22335", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1", @@ -4244,10 +5046,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T08:58:09.4952997Z", + "createdAt": "2022-10-22T10:47:32.8604645Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T08:58:09.4952997Z" + "lastModifiedAt": "2022-10-22T10:47:32.8604645Z" } } }, @@ -4265,14 +5067,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 09:13:55 GMT", + "Date": "Sat, 22 Oct 2022 11:07:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10c72b6e-b0fa-4756-923f-5b4400597f55", + "x-ms-correlation-request-id": "53aa47bd-474f-4388-a16a-eedb03d76ee8", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20221020T091355Z:10c72b6e-b0fa-4756-923f-5b4400597f55" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110705Z:53aa47bd-474f-4388-a16a-eedb03d76ee8" }, "ResponseBody": null }, @@ -4290,14 +5092,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 09:14:05 GMT", + "Date": "Sat, 22 Oct 2022 11:07:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6690797d-f640-42ed-86bb-7fc204f5daf9", + "x-ms-correlation-request-id": "05d3388f-84ce-44ee-8fb7-fbf19a48b470", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20221020T091406Z:6690797d-f640-42ed-86bb-7fc204f5daf9" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110715Z:05d3388f-84ce-44ee-8fb7-fbf19a48b470" }, "ResponseBody": null }, @@ -4315,14 +5117,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 09:14:15 GMT", + "Date": "Sat, 22 Oct 2022 11:07:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0611a810-569b-440f-b173-e0808211a3ea", + "x-ms-correlation-request-id": "a7f263a8-3923-443c-b8c3-44a24fd20f29", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20221020T091416Z:0611a810-569b-440f-b173-e0808211a3ea" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110725Z:a7f263a8-3923-443c-b8c3-44a24fd20f29" }, "ResponseBody": null }, @@ -4340,14 +5142,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 09:14:25 GMT", + "Date": "Sat, 22 Oct 2022 11:07:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e697f19-11b8-4d0b-a059-b37060f11d4d", + "x-ms-correlation-request-id": "1a807ebe-ebd7-4312-9927-24274de71701", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20221020T091426Z:5e697f19-11b8-4d0b-a059-b37060f11d4d" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110736Z:1a807ebe-ebd7-4312-9927-24274de71701" }, "ResponseBody": null }, @@ -4366,14 +5168,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:14:37 GMT", + "Date": "Sat, 22 Oct 2022 11:07:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d4d99902-ee70-490e-b3ce-70e62fa8a28d", + "x-ms-correlation-request-id": "254544cc-af46-4690-ad9a-8ef4d8eb0a4d", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20221020T091437Z:d4d99902-ee70-490e-b3ce-70e62fa8a28d" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110746Z:254544cc-af46-4690-ad9a-8ef4d8eb0a4d" }, "ResponseBody": { "error": { @@ -4395,25 +5197,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd1da1e2-1908-4950-a802-6908bfa38bf1?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/421ffbf7-b27c-4076-8289-1cb70eb8f3eb?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 09:14:38 GMT", + "Date": "Sat, 22 Oct 2022 11:07:46 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd1da1e2-1908-4950-a802-6908bfa38bf1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/421ffbf7-b27c-4076-8289-1cb70eb8f3eb?api-version=2022-05-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": "fddfe180-4ebf-4e49-84aa-d4a74e501fe3", + "x-ms-correlation-request-id": "a49c991c-e05f-4d02-96c4-d72828b3ae91", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20221020T091438Z:fddfe180-4ebf-4e49-84aa-d4a74e501fe3", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110747Z:a49c991c-e05f-4d02-96c4-d72828b3ae91", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd1da1e2-1908-4950-a802-6908bfa38bf1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/421ffbf7-b27c-4076-8289-1cb70eb8f3eb?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4427,7 +5229,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:14:38 GMT", + "Date": "Sat, 22 Oct 2022 11:07:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4435,17 +5237,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "308e7d45-a333-4274-b037-915092a92fa8", + "x-ms-correlation-request-id": "3eb83a1b-58d2-4087-a6d3-6b7da3f9a367", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20221020T091439Z:308e7d45-a333-4274-b037-915092a92fa8", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110748Z:3eb83a1b-58d2-4087-a6d3-6b7da3f9a367", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd1da1e2-1908-4950-a802-6908bfa38bf1", - "name": "cd1da1e2-1908-4950-a802-6908bfa38bf1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/421ffbf7-b27c-4076-8289-1cb70eb8f3eb", + "name": "421ffbf7-b27c-4076-8289-1cb70eb8f3eb", "status": "Succeeded", - "startTime": "2022-10-20T09:14:38.5794001Z", - "endTime": "2022-10-20T09:14:38.6263548Z", + "startTime": "2022-10-22T11:07:47.8249925Z", + "endTime": "2022-10-22T11:07:47.8563455Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce" @@ -4453,7 +5255,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd1da1e2-1908-4950-a802-6908bfa38bf1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/421ffbf7-b27c-4076-8289-1cb70eb8f3eb?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4467,7 +5269,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:14:39 GMT", + "Date": "Sat, 22 Oct 2022 11:07:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4475,19 +5277,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "04d5a5ba-da91-4d3a-9ebe-c25e0e5cf14c", + "x-ms-correlation-request-id": "6e454a24-39e2-4a8c-a8a8-05c308529d91", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20221020T091439Z:04d5a5ba-da91-4d3a-9ebe-c25e0e5cf14c", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110748Z:6e454a24-39e2-4a8c-a8a8-05c308529d91", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T09%3A14%3A38.5370788Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T11%3A07%3A47.7219877Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T08:58:04.2845573Z" + "CreatedOnDate": "2022-10-22T10:47:27.9890618Z" }, "properties": { "encryption": { @@ -4498,10 +5300,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T08:58:05.397861Z", + "createdAt": "2022-10-22T10:47:29.0568994Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T08:58:05.397861Z" + "lastModifiedAt": "2022-10-22T10:47:29.0568994Z" } } }, @@ -4520,15 +5322,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:14:39 GMT", + "Date": "Sat, 22 Oct 2022 11:07: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": "19bef0ff-e9ce-4d8d-87c8-d118b47f1a36", + "x-ms-correlation-request-id": "54c3b2c0-e50b-4d00-9f75-dcfdab6436ad", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20221020T091439Z:19bef0ff-e9ce-4d8d-87c8-d118b47f1a36", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110748Z:54c3b2c0-e50b-4d00-9f75-dcfdab6436ad", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4551,13 +5353,13 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/13c0a736-13c2-4878-873d-43c9a03bcc7e?api-version=2022-05-01", + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f2b35ab4-19f5-4e23-8ba6-6e40fafee4d6?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 09:14:40 GMT", + "Date": "Sat, 22 Oct 2022 11:07:48 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/13c0a736-13c2-4878-873d-43c9a03bcc7e?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/f2b35ab4-19f5-4e23-8ba6-6e40fafee4d6?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -4566,50 +5368,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e8b1ca73-da5c-4d25-b10c-a67884a5f514", - "x-ms-correlation-request-id": "62a6cf48-01ec-46e9-8995-9d343086bbe1", + "x-ms-arm-service-request-id": "8583a93e-cf30-4e8b-8ab0-ebccacbb479d", + "x-ms-correlation-request-id": "66a88fa3-6923-4ccd-aadb-e17d447cf66d", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20221020T091440Z:62a6cf48-01ec-46e9-8995-9d343086bbe1" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T110749Z:66a88fa3-6923-4ccd-aadb-e17d447cf66d" }, "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/69a75bda-882e-44d5-8431-63421204132a/providers/Microsoft.Network/locations/westus2/operations/13c0a736-13c2-4878-873d-43c9a03bcc7e?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSIsImtpZCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTY2NjI1NTk2MywibmJmIjoxNjY2MjU1OTYzLCJleHAiOjE2NjYzNDI2NjMsImFpbyI6IkUyWmdZRmh5bjZIQS9OTFBPTldQSVV1bVdRcWxBd0E9IiwiYXBwaWQiOiJjNmM0ZmFiYS0yYjIyLTQ0ZDktODBhNC03MWZmNWI3MWY4MTEiLCJhcHBpZGFjciI6IjEiLCJpZHAiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWR0eXAiOiJhcHAiLCJvaWQiOiI3NjgwN2ZiZS1mNzVmLTQ2NzktOGNlZS1kMDViNDU4MjExNjAiLCJyaCI6IjAuQVJvQXY0ajVjdkdHcjBHUnF5MTgwQkhiUjBaSWYza0F1dGRQdWtQYXdmajJNQk1hQUFBLiIsInN1YiI6Ijc2ODA3ZmJlLWY3NWYtNDY3OS04Y2VlLWQwNWI0NTgyMTE2MCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInV0aSI6Il9ERmk0VkdaQWsyMjlqSDBwMEljQUEiLCJ2ZXIiOiIxLjAiLCJ4bXNfY2MiOlsiQ1AxIl0sInhtc190Y2R0IjoxMjg5MjQxNTQ3fQ.knscL5npWIoFi4bmM6ET2b4-QDIkn4KoQRfrhgA_pim_i7bKoLCPyZLY9RfreeDuYsJ7gC16vJEEEsBfExdAinmAboBJbDiccJG_DwL062Im7hOcegc3W34KUYQLzmH0QnearbW6gPIPlRZRXtkH0OUZEXzEyuhINsSIm5owNuNvETswoToQOlKyKOZXrU6p14ix8uomN7YUDcWJ9QZz1KsMowwyIHXWYwGKd5ZjDL5qLDpebhjxLdG0tL-ns4nYEjFCp3BlP23A3jpvdybp4FGeoc9cD9Gi00GKZ-xEAk9iwxKKFBnG584AMoyTbRTzXjcf1oYksF-d2UrwNEgP1g", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)", - "x-ms-client-request-id": "a02a354c-5057-11ed-9a72-ac675dc66a69" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 09:14:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1655ec5c-e4c7-4c11-b5e0-1a14a3fd1673", - "x-ms-correlation-request-id": "52987853-f874-4dee-96ad-ebd6140fdd2e", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "a81b9774-d675-4cc7-89dc-d25c93e4dd0a", - "x-ms-routing-request-id": "WESTEUROPE:20221020T091440Z:52987853-f874-4dee-96ad-ebd6140fdd2e" - }, - "ResponseBody": { - "status": "Succeeded" - } } ], "Variables": {} 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 423172af23e2..bdc24f747fe0 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 17:06:43 GMT", + "Date": "Sat, 22 Oct 2022 09:33:32 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.13845.10 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 17:06:43 GMT", + "Date": "Sat, 22 Oct 2022 09:33:32 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.13777.6 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "351769c1-22f0-4e38-8f7a-3d8c32db86ed", + "client-request-id": "7153fafd-0f7d-46f4-81b1-9216a29488b5", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "351769c1-22f0-4e38-8f7a-3d8c32db86ed", + "client-request-id": "7153fafd-0f7d-46f4-81b1-9216a29488b5", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 17:06:44 GMT", + "Date": "Sat, 22 Oct 2022 09:33:32 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/24dc6937-0f88-4d3c-b143-5423dcc82a7e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aa3ab7a8-458c-444b-aa70-10704c8f8898?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 17:06:53 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T17%3A06%3A52.4720902Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:33:42 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A33%3A41.3458679Z\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": "907bd0f1-6c51-4755-a8f1-ddd31c011b0d", + "x-ms-correlation-request-id": "68536f72-d3e8-4c88-b6da-fa1430ea6746", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T170654Z:907bd0f1-6c51-4755-a8f1-ddd31c011b0d", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093343Z:68536f72-d3e8-4c88-b6da-fa1430ea6746", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f", "name": "sdk-py-tests-acc-1-fc67306f", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T17%3A06%3A52.4720902Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A33%3A41.3458679Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T17:06:47.7910198Z" + "CreatedOnDate": "2022-10-22T09:33:36.9411934Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T17:06:51.5350195Z", + "createdAt": "2022-10-22T09:33:40.2514172Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T17:06:51.5350195Z" + "lastModifiedAt": "2022-10-22T09:33:40.2514172Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/24dc6937-0f88-4d3c-b143-5423dcc82a7e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aa3ab7a8-458c-444b-aa70-10704c8f8898?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 17:06:53 GMT", + "Date": "Sat, 22 Oct 2022 09:33:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "487f1ead-01e0-4c6e-a278-0a1ed08d0460", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T170654Z:487f1ead-01e0-4c6e-a278-0a1ed08d0460", + "x-ms-correlation-request-id": "21849514-5730-4c7b-b636-8bd673752de6", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093343Z:21849514-5730-4c7b-b636-8bd673752de6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/24dc6937-0f88-4d3c-b143-5423dcc82a7e", - "name": "24dc6937-0f88-4d3c-b143-5423dcc82a7e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aa3ab7a8-458c-444b-aa70-10704c8f8898", + "name": "aa3ab7a8-458c-444b-aa70-10704c8f8898", "status": "Succeeded", - "startTime": "2022-10-18T17:06:52.4818958Z", - "endTime": "2022-10-18T17:06:52.5131443Z", + "startTime": "2022-10-22T09:33:41.3485886Z", + "endTime": "2022-10-22T09:33:41.4111336Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 17:06:53 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T17%3A06%3A52.5210633Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:33:44 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A33%3A41.4184706Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "edabd59f-c22f-4cda-ac9b-3ae1cfddc780", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T170654Z:edabd59f-c22f-4cda-ac9b-3ae1cfddc780", + "x-ms-correlation-request-id": "1605fea1-ce41-4b93-826e-0493b4cf9039", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093344Z:1605fea1-ce41-4b93-826e-0493b4cf9039", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f", "name": "sdk-py-tests-acc-1-fc67306f", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T17%3A06%3A52.5210633Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A33%3A41.4184706Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T17:06:47.7910198Z" + "CreatedOnDate": "2022-10-22T09:33:36.9411934Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T17:06:51.5350195Z", + "createdAt": "2022-10-22T09:33:40.2514172Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T17:06:51.5350195Z" + "lastModifiedAt": "2022-10-22T09:33:40.2514172Z" } } }, @@ -400,30 +400,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e32d8808-e503-4654-b213-8e985705fad1?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/34287693-e811-42af-8b81-96c355f7b852?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "880", + "Content-Length": "881", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 17:06:57 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T17%3A06%3A56.619747Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:33:47 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A33%3A46.4779109Z\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": "e6afae7f-0209-4865-aeb8-368a51037746", + "x-ms-correlation-request-id": "e99870e2-7c12-4a45-b2e4-54a74e055408", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T170658Z:e6afae7f-0209-4865-aeb8-368a51037746", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093347Z:e99870e2-7c12-4a45-b2e4-54a74e055408", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-fc67306f/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-18T17%3A06%3A56.619747Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A33%3A46.4779109Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T17:06:55.0543228Z" + "CreatedOnDate": "2022-10-22T09:33:44.8586316Z" }, "properties": { "enabled": true, @@ -435,15 +435,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T17:06:56.4923841Z", + "createdAt": "2022-10-22T09:33:46.3187601Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T17:06:56.4923841Z" + "lastModifiedAt": "2022-10-22T09:33:46.3187601Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e32d8808-e503-4654-b213-8e985705fad1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/34287693-e811-42af-8b81-96c355f7b852?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -457,7 +457,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 17:06:57 GMT", + "Date": "Sat, 22 Oct 2022 09:33:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -465,17 +465,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "05027326-8604-4489-a595-9c88f0e683e4", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T170658Z:05027326-8604-4489-a595-9c88f0e683e4", + "x-ms-correlation-request-id": "d8897f4d-4af1-413e-8281-dd93275330c5", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093347Z:d8897f4d-4af1-413e-8281-dd93275330c5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e32d8808-e503-4654-b213-8e985705fad1", - "name": "e32d8808-e503-4654-b213-8e985705fad1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/34287693-e811-42af-8b81-96c355f7b852", + "name": "34287693-e811-42af-8b81-96c355f7b852", "status": "Succeeded", - "startTime": "2022-10-18T17:06:56.6229479Z", - "endTime": "2022-10-18T17:06:57.5136325Z", + "startTime": "2022-10-22T09:33:46.4745619Z", + "endTime": "2022-10-22T09:33:47.3027244Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1" @@ -497,8 +497,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 17:06:57 GMT", - "ETag": "W/\u0022datetime\u00272022-10-18T17%3A06%3A57.514176Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:33:48 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A33%3A47.3090988Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -506,23 +506,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31c91b02-8b28-4c49-8d59-78a22bb1c39a", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T170658Z:31c91b02-8b28-4c49-8d59-78a22bb1c39a", + "x-ms-correlation-request-id": "d40a4700-cc35-4669-b13f-eb337c9695f2", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093348Z:d40a4700-cc35-4669-b13f-eb337c9695f2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-fc67306f/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-18T17%3A06%3A57.514176Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A33%3A47.3090988Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T17:06:55.0543228Z" + "CreatedOnDate": "2022-10-22T09:33:44.8586316Z" }, "properties": { "enabled": true, - "backupPolicyId": "45ee49ab-4f07-11ed-8554-2e12f04d8f72", + "backupPolicyId": "a0f4afe7-51ec-11ed-ba37-768357df5023", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -532,10 +532,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T17:06:56.4923841Z", + "createdAt": "2022-10-22T09:33:46.3187601Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T17:06:56.4923841Z" + "lastModifiedAt": "2022-10-22T09:33:46.3187601Z" } } }, @@ -554,7 +554,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 17:06:59 GMT", + "Date": "Sat, 22 Oct 2022 09:33:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -562,9 +562,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "138bdb5e-9a69-46ec-8197-89d978aebc5a", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T170659Z:138bdb5e-9a69-46ec-8197-89d978aebc5a", + "x-ms-correlation-request-id": "eb95ee38-d18a-449e-9abf-c0a38b7ce7e5", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093348Z:eb95ee38-d18a-449e-9abf-c0a38b7ce7e5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -573,14 +573,14 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-fc67306f/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-18T17%3A06%3A57.514176Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A33%3A47.3090988Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T17:06:55.0543228Z" + "CreatedOnDate": "2022-10-22T09:33:44.8586316Z" }, "properties": { "enabled": true, - "backupPolicyId": "45ee49ab-4f07-11ed-8554-2e12f04d8f72", + "backupPolicyId": "a0f4afe7-51ec-11ed-ba37-768357df5023", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -590,10 +590,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T17:06:56.4923841Z", + "createdAt": "2022-10-22T09:33:46.3187601Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T17:06:56.4923841Z" + "lastModifiedAt": "2022-10-22T09:33:46.3187601Z" } } ] @@ -612,25 +612,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51dd198f-4f1e-4eb3-aa4e-7196417e8ef1?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cbef9024-6557-4e32-bd43-5ce23dd96900?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 18 Oct 2022 17:06:59 GMT", + "Date": "Sat, 22 Oct 2022 09:33:49 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51dd198f-4f1e-4eb3-aa4e-7196417e8ef1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cbef9024-6557-4e32-bd43-5ce23dd96900?api-version=2022-05-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": "30257ab1-7a77-4bf7-9ceb-b19a5015b9aa", + "x-ms-correlation-request-id": "038fdd59-0e75-4af6-bb45-9e8c98a1bb0d", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T170659Z:30257ab1-7a77-4bf7-9ceb-b19a5015b9aa", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093349Z:038fdd59-0e75-4af6-bb45-9e8c98a1bb0d", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51dd198f-4f1e-4eb3-aa4e-7196417e8ef1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cbef9024-6557-4e32-bd43-5ce23dd96900?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -644,7 +644,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 17:07:00 GMT", + "Date": "Sat, 22 Oct 2022 09:33:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -652,17 +652,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9cec77ee-e50e-4c45-ab55-199cba8caa8b", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T170700Z:9cec77ee-e50e-4c45-ab55-199cba8caa8b", + "x-ms-correlation-request-id": "5e3a9b93-c8ba-4332-a773-c2f50a79ae5b", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093349Z:5e3a9b93-c8ba-4332-a773-c2f50a79ae5b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51dd198f-4f1e-4eb3-aa4e-7196417e8ef1", - "name": "51dd198f-4f1e-4eb3-aa4e-7196417e8ef1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cbef9024-6557-4e32-bd43-5ce23dd96900", + "name": "cbef9024-6557-4e32-bd43-5ce23dd96900", "status": "Succeeded", - "startTime": "2022-10-18T17:06:59.7326096Z", - "endTime": "2022-10-18T17:06:59.8731698Z", + "startTime": "2022-10-22T09:33:49.2870645Z", + "endTime": "2022-10-22T09:33:49.4589912Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1" @@ -670,7 +670,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51dd198f-4f1e-4eb3-aa4e-7196417e8ef1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cbef9024-6557-4e32-bd43-5ce23dd96900?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -684,7 +684,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 17:07:00 GMT", + "Date": "Sat, 22 Oct 2022 09:33:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -692,23 +692,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a344e06e-41b3-48c5-b477-56a7a003f9ea", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T170700Z:a344e06e-41b3-48c5-b477-56a7a003f9ea", + "x-ms-correlation-request-id": "45fff93e-5afc-4efa-8206-e8df13ba0e1e", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093349Z:45fff93e-5afc-4efa-8206-e8df13ba0e1e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-fc67306f/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-18T17%3A06%3A59.7348927Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A33%3A49.2939622Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T17:06:55.0543228Z" + "CreatedOnDate": "2022-10-22T09:33:44.8586316Z" }, "properties": { "enabled": true, - "backupPolicyId": "45ee49ab-4f07-11ed-8554-2e12f04d8f72", + "backupPolicyId": "a0f4afe7-51ec-11ed-ba37-768357df5023", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -719,10 +719,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T17:06:56.4923841Z", + "createdAt": "2022-10-22T09:33:46.3187601Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T17:06:56.4923841Z" + "lastModifiedAt": "2022-10-22T09:33:46.3187601Z" } } }, @@ -741,15 +741,15 @@ "Cache-Control": "no-cache", "Content-Length": "299", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 17:07:02 GMT", + "Date": "Sat, 22 Oct 2022 09:33: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": "19dde34b-ab3d-4655-8a5c-dfcd361777e4", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T170702Z:19dde34b-ab3d-4655-8a5c-dfcd361777e4", + "x-ms-correlation-request-id": "8a3330d0-ed86-45e2-9211-03663c3ce3ea", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093352Z:8a3330d0-ed86-45e2-9211-03663c3ce3ea", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -774,7 +774,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 17:07:54 GMT", + "Date": "Sat, 22 Oct 2022 09:34:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -782,9 +782,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c3958d49-e1b4-4036-9200-0b41f3e15f91", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T170754Z:c3958d49-e1b4-4036-9200-0b41f3e15f91", + "x-ms-correlation-request-id": "7c7c767e-b430-4fbe-9aab-319431d7cab8", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093443Z:7c7c767e-b430-4fbe-9aab-319431d7cab8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -804,25 +804,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d10b043-64c2-4341-9b1d-015cfe006aed?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb2bb964-e0af-47e0-90bc-40b7bca31b5f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 18 Oct 2022 17:07:59 GMT", + "Date": "Sat, 22 Oct 2022 09:34:48 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d10b043-64c2-4341-9b1d-015cfe006aed?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb2bb964-e0af-47e0-90bc-40b7bca31b5f?api-version=2022-05-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": "11bf473e-ee92-4892-a637-8d13b9109b93", + "x-ms-correlation-request-id": "31ea63a4-5cf8-4b6c-b418-f0c63ec3a1f3", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T170759Z:11bf473e-ee92-4892-a637-8d13b9109b93", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093449Z:31ea63a4-5cf8-4b6c-b418-f0c63ec3a1f3", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d10b043-64c2-4341-9b1d-015cfe006aed?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb2bb964-e0af-47e0-90bc-40b7bca31b5f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -836,7 +836,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 17:07:59 GMT", + "Date": "Sat, 22 Oct 2022 09:34:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -844,17 +844,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "809fc445-dbd7-4237-a055-acdf246912ca", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T170759Z:809fc445-dbd7-4237-a055-acdf246912ca", + "x-ms-correlation-request-id": "cc3df170-3773-4934-ae53-913e5c9d01d0", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093449Z:cc3df170-3773-4934-ae53-913e5c9d01d0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d10b043-64c2-4341-9b1d-015cfe006aed", - "name": "9d10b043-64c2-4341-9b1d-015cfe006aed", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb2bb964-e0af-47e0-90bc-40b7bca31b5f", + "name": "bb2bb964-e0af-47e0-90bc-40b7bca31b5f", "status": "Succeeded", - "startTime": "2022-10-18T17:07:59.6001525Z", - "endTime": "2022-10-18T17:07:59.6626516Z", + "startTime": "2022-10-22T09:34:49.3322821Z", + "endTime": "2022-10-22T09:34:49.4258469Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f" @@ -862,7 +862,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d10b043-64c2-4341-9b1d-015cfe006aed?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb2bb964-e0af-47e0-90bc-40b7bca31b5f?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -876,7 +876,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 17:08:00 GMT", + "Date": "Sat, 22 Oct 2022 09:34:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -884,19 +884,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "741877c0-6b4e-4bd4-87c3-0a2e3f01a45b", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T170800Z:741877c0-6b4e-4bd4-87c3-0a2e3f01a45b", + "x-ms-correlation-request-id": "f1606cf5-d717-413a-9331-ea5bcaaaa354", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093449Z:f1606cf5-d717-413a-9331-ea5bcaaaa354", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f", "name": "sdk-py-tests-acc-1-fc67306f", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-18T17%3A07%3A59.6102826Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A34%3A49.3315998Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-18T17:06:47.7910198Z" + "CreatedOnDate": "2022-10-22T09:33:36.9411934Z" }, "properties": { "encryption": { @@ -907,10 +907,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-18T17:06:51.5350195Z", + "createdAt": "2022-10-22T09:33:40.2514172Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-18T17:06:51.5350195Z" + "lastModifiedAt": "2022-10-22T09:33:40.2514172Z" } } }, @@ -929,15 +929,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Oct 2022 17:08:00 GMT", + "Date": "Sat, 22 Oct 2022 09:34:49 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": "2cc9b69c-1d1d-4683-9e95-f91e7c8ebf82", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221018T170800Z:2cc9b69c-1d1d-4683-9e95-f91e7c8ebf82", + "x-ms-correlation-request-id": "2ccff65b-0a5b-4723-a4d6-d2309af3dd3f", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093450Z:2ccff65b-0a5b-4723-a4d6-d2309af3dd3f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 2060c975e3a2..17ca0b560094 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:25:44 GMT", + "Date": "Sat, 22 Oct 2022 09:36:11 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.13845.10 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:25:44 GMT", + "Date": "Sat, 22 Oct 2022 09:36:11 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.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "0e199b33-d44d-4475-938e-3559d5b5ccbb", + "client-request-id": "7a19711d-b9ad-4004-ae7c-7a0e5e8189ca", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "0e199b33-d44d-4475-938e-3559d5b5ccbb", + "client-request-id": "7a19711d-b9ad-4004-ae7c-7a0e5e8189ca", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:25:44 GMT", + "Date": "Sat, 22 Oct 2022 09:36:11 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8c3d96ac-a31c-4f85-a73a-46a847a9f612?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d8f2299-1b03-4797-898a-8d4309a6b4e1?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "706", + "Content-Length": "704", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:25:51 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A25%3A50.9323577Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:36:15 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A36%3A14.5628539Z\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": "655fe43c-9fe2-4e61-a938-9d83f55470f3", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092552Z:655fe43c-9fe2-4e61-a938-9d83f55470f3", + "x-ms-correlation-request-id": "61f4ef36-3725-4198-aa89-d8563598c196", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093616Z:61f4ef36-3725-4198-aa89-d8563598c196", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3", "name": "sdk-py-tests-acc-1-9c012fa3", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A25%3A50.9323577Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A36%3A14.5628539Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:25:47.5514996Z" + "CreatedOnDate": "2022-10-22T09:36:12.8947939Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:25:49.9973003Z", + "createdAt": "2022-10-22T09:36:14.380527Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:25:49.9973003Z" + "lastModifiedAt": "2022-10-22T09:36:14.380527Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8c3d96ac-a31c-4f85-a73a-46a847a9f612?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d8f2299-1b03-4797-898a-8d4309a6b4e1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:25:52 GMT", + "Date": "Sat, 22 Oct 2022 09:36:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "72c21221-0bc0-473a-868e-9e8cc1f7d729", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092552Z:72c21221-0bc0-473a-868e-9e8cc1f7d729", + "x-ms-correlation-request-id": "3f576986-6f78-4c58-9447-960f1d1d48d8", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093616Z:3f576986-6f78-4c58-9447-960f1d1d48d8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8c3d96ac-a31c-4f85-a73a-46a847a9f612", - "name": "8c3d96ac-a31c-4f85-a73a-46a847a9f612", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d8f2299-1b03-4797-898a-8d4309a6b4e1", + "name": "6d8f2299-1b03-4797-898a-8d4309a6b4e1", "status": "Succeeded", - "startTime": "2022-10-19T09:25:50.9409266Z", - "endTime": "2022-10-19T09:25:50.9877842Z", + "startTime": "2022-10-22T09:36:14.5661319Z", + "endTime": "2022-10-22T09:36:14.6605607Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:25:53 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A25%3A50.9960029Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:36:16 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A36%3A14.6667813Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53383764-1fff-4a68-b089-7b6ce4f7500b", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092553Z:53383764-1fff-4a68-b089-7b6ce4f7500b", + "x-ms-correlation-request-id": "132951d4-08c5-48a0-ac38-1c62902c01de", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093616Z:132951d4-08c5-48a0-ac38-1c62902c01de", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3", "name": "sdk-py-tests-acc-1-9c012fa3", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A25%3A50.9960029Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A36%3A14.6667813Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:25:47.5514996Z" + "CreatedOnDate": "2022-10-22T09:36:12.8947939Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:25:49.9973003Z", + "createdAt": "2022-10-22T09:36:14.380527Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:25:49.9973003Z" + "lastModifiedAt": "2022-10-22T09:36:14.380527Z" } } }, @@ -400,30 +400,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/49cc92d0-8d16-47b1-b694-41657181ce83?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5f88a459-4cca-403d-8826-820e937a50b8?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "881", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:25:56 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A25%3A55.6337268Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:36:19 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A36%3A18.9162789Z\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": "421b82be-c218-4ddc-87a2-fa7fccdabbdc", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092556Z:421b82be-c218-4ddc-87a2-fa7fccdabbdc", + "x-ms-correlation-request-id": "63ec82e6-972a-45c8-a441-085830b4203f", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093620Z:63ec82e6-972a-45c8-a441-085830b4203f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-9c012fa3/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A25%3A55.6337268Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A36%3A18.9162789Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:25:54.0701968Z" + "CreatedOnDate": "2022-10-22T09:36:17.1540163Z" }, "properties": { "enabled": true, @@ -435,15 +435,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:25:55.4817671Z", + "createdAt": "2022-10-22T09:36:18.7429671Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:25:55.4817671Z" + "lastModifiedAt": "2022-10-22T09:36:18.7429671Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/49cc92d0-8d16-47b1-b694-41657181ce83?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5f88a459-4cca-403d-8826-820e937a50b8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -457,7 +457,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:25:56 GMT", + "Date": "Sat, 22 Oct 2022 09:36:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -465,17 +465,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff2e4d3e-23a1-41a9-a4da-5c4e92c4f60a", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092556Z:ff2e4d3e-23a1-41a9-a4da-5c4e92c4f60a", + "x-ms-correlation-request-id": "fc0fa4c4-f989-44f7-b561-4f6f22167ee2", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093620Z:fc0fa4c4-f989-44f7-b561-4f6f22167ee2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/49cc92d0-8d16-47b1-b694-41657181ce83", - "name": "49cc92d0-8d16-47b1-b694-41657181ce83", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5f88a459-4cca-403d-8826-820e937a50b8", + "name": "5f88a459-4cca-403d-8826-820e937a50b8", "status": "Succeeded", - "startTime": "2022-10-19T09:25:55.6363311Z", - "endTime": "2022-10-19T09:25:56.4332465Z", + "startTime": "2022-10-22T09:36:18.9098205Z", + "endTime": "2022-10-22T09:36:19.910176Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1" @@ -497,8 +497,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:25:56 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A25%3A56.4318128Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:36:20 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A36%3A19.9147794Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -506,23 +506,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4cb4c08f-4ea7-407c-9855-f4f08c56192c", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092557Z:4cb4c08f-4ea7-407c-9855-f4f08c56192c", + "x-ms-correlation-request-id": "5d2d4870-c0ee-466e-95a4-fd500ca7a087", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093621Z:5d2d4870-c0ee-466e-95a4-fd500ca7a087", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-9c012fa3/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A25%3A56.4318128Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A36%3A19.9147794Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:25:54.0701968Z" + "CreatedOnDate": "2022-10-22T09:36:17.1540163Z" }, "properties": { "enabled": true, - "backupPolicyId": "090c9eb9-4f90-11ed-ba37-768357df5023", + "backupPolicyId": "fbea6377-51ec-11ed-ba37-768357df5023", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -532,10 +532,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:25:55.4817671Z", + "createdAt": "2022-10-22T09:36:18.7429671Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:25:55.4817671Z" + "lastModifiedAt": "2022-10-22T09:36:18.7429671Z" } } }, @@ -554,8 +554,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:25:57 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A25%3A56.4318128Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:36:20 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A36%3A19.9147794Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -563,23 +563,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "882b93ae-abfc-4f6f-84da-7ed1cf6387be", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092557Z:882b93ae-abfc-4f6f-84da-7ed1cf6387be", + "x-ms-correlation-request-id": "50daedbd-09a7-4d3f-a6ee-eb96372ea225", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093621Z:50daedbd-09a7-4d3f-a6ee-eb96372ea225", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-9c012fa3/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A25%3A56.4318128Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A36%3A19.9147794Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:25:54.0701968Z" + "CreatedOnDate": "2022-10-22T09:36:17.1540163Z" }, "properties": { "enabled": true, - "backupPolicyId": "090c9eb9-4f90-11ed-ba37-768357df5023", + "backupPolicyId": "fbea6377-51ec-11ed-ba37-768357df5023", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -589,10 +589,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:25:55.4817671Z", + "createdAt": "2022-10-22T09:36:18.7429671Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:25:55.4817671Z" + "lastModifiedAt": "2022-10-22T09:36:18.7429671Z" } } }, @@ -609,25 +609,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/285e24dd-5d5a-40dc-a5db-0e6d92452aae?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/590f5a5d-5e07-4c8f-933f-424adc6f7482?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 19 Oct 2022 09:25:57 GMT", + "Date": "Sat, 22 Oct 2022 09:36:21 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/285e24dd-5d5a-40dc-a5db-0e6d92452aae?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/590f5a5d-5e07-4c8f-933f-424adc6f7482?api-version=2022-05-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": "0d74762d-6cd5-4365-a8df-e150963a49a4", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092558Z:0d74762d-6cd5-4365-a8df-e150963a49a4", + "x-ms-correlation-request-id": "f140a949-4872-4d1d-a05b-483307a7ac78", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093622Z:f140a949-4872-4d1d-a05b-483307a7ac78", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/285e24dd-5d5a-40dc-a5db-0e6d92452aae?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/590f5a5d-5e07-4c8f-933f-424adc6f7482?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -641,7 +641,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:25:58 GMT", + "Date": "Sat, 22 Oct 2022 09:36:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -649,17 +649,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e30b0d5a-16ca-4cf4-83ce-fd0352d97934", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092558Z:e30b0d5a-16ca-4cf4-83ce-fd0352d97934", + "x-ms-correlation-request-id": "15225d5b-2cc2-4db1-a20a-e5b0f663574e", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093622Z:15225d5b-2cc2-4db1-a20a-e5b0f663574e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/285e24dd-5d5a-40dc-a5db-0e6d92452aae", - "name": "285e24dd-5d5a-40dc-a5db-0e6d92452aae", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/590f5a5d-5e07-4c8f-933f-424adc6f7482", + "name": "590f5a5d-5e07-4c8f-933f-424adc6f7482", "status": "Succeeded", - "startTime": "2022-10-19T09:25:58.2928281Z", - "endTime": "2022-10-19T09:25:58.5280351Z", + "startTime": "2022-10-22T09:36:22.0821888Z", + "endTime": "2022-10-22T09:36:22.3010257Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1" @@ -667,7 +667,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/285e24dd-5d5a-40dc-a5db-0e6d92452aae?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/590f5a5d-5e07-4c8f-933f-424adc6f7482?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -681,7 +681,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:25:58 GMT", + "Date": "Sat, 22 Oct 2022 09:36:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -689,23 +689,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2acae770-c6fe-4747-80f1-5ee0dc9b905c", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092558Z:2acae770-c6fe-4747-80f1-5ee0dc9b905c", + "x-ms-correlation-request-id": "f1feaa48-d703-4db5-96a4-068f509b19d1", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093622Z:f1feaa48-d703-4db5-96a4-068f509b19d1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-9c012fa3/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A25%3A58.2877239Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A36%3A22.0865375Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:25:54.0701968Z" + "CreatedOnDate": "2022-10-22T09:36:17.1540163Z" }, "properties": { "enabled": true, - "backupPolicyId": "090c9eb9-4f90-11ed-ba37-768357df5023", + "backupPolicyId": "fbea6377-51ec-11ed-ba37-768357df5023", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -716,10 +716,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:25:55.4817671Z", + "createdAt": "2022-10-22T09:36:18.7429671Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:25:55.4817671Z" + "lastModifiedAt": "2022-10-22T09:36:18.7429671Z" } } }, @@ -738,15 +738,15 @@ "Cache-Control": "no-cache", "Content-Length": "299", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:26:00 GMT", + "Date": "Sat, 22 Oct 2022 09:36:24 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": "4ee0c9e4-215c-4ab8-a578-ca9720b07f05", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092601Z:4ee0c9e4-215c-4ab8-a578-ca9720b07f05", + "x-ms-correlation-request-id": "dee7fe57-2f1f-4d40-8a22-f928582a4fc2", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093625Z:dee7fe57-2f1f-4d40-8a22-f928582a4fc2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -769,25 +769,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0da00096-6147-4cb0-af8d-470a68e1c892?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d2a97a8-88ab-4cb1-97c4-d6d0021d8258?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 19 Oct 2022 09:26:52 GMT", + "Date": "Sat, 22 Oct 2022 09:37:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0da00096-6147-4cb0-af8d-470a68e1c892?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d2a97a8-88ab-4cb1-97c4-d6d0021d8258?api-version=2022-05-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": "a8333656-15a9-46cb-abce-7bc885cf97fb", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092652Z:a8333656-15a9-46cb-abce-7bc885cf97fb", + "x-ms-correlation-request-id": "5e92b8ed-433b-41ae-acb7-e9f048d00d53", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093716Z:5e92b8ed-433b-41ae-acb7-e9f048d00d53", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0da00096-6147-4cb0-af8d-470a68e1c892?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d2a97a8-88ab-4cb1-97c4-d6d0021d8258?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -801,7 +801,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:26:52 GMT", + "Date": "Sat, 22 Oct 2022 09:37:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -809,17 +809,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "957b5888-321a-4903-892e-ad407e114bef", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092653Z:957b5888-321a-4903-892e-ad407e114bef", + "x-ms-correlation-request-id": "64015939-8304-496f-93ba-da23d0a8cadb", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093717Z:64015939-8304-496f-93ba-da23d0a8cadb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0da00096-6147-4cb0-af8d-470a68e1c892", - "name": "0da00096-6147-4cb0-af8d-470a68e1c892", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d2a97a8-88ab-4cb1-97c4-d6d0021d8258", + "name": "9d2a97a8-88ab-4cb1-97c4-d6d0021d8258", "status": "Succeeded", - "startTime": "2022-10-19T09:26:52.702195Z", - "endTime": "2022-10-19T09:26:52.7959433Z", + "startTime": "2022-10-22T09:37:16.6969414Z", + "endTime": "2022-10-22T09:37:16.7437945Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3" @@ -827,7 +827,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0da00096-6147-4cb0-af8d-470a68e1c892?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d2a97a8-88ab-4cb1-97c4-d6d0021d8258?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -841,7 +841,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:26:52 GMT", + "Date": "Sat, 22 Oct 2022 09:37:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -849,19 +849,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b95053c-c050-47ba-94e0-49416364a8a2", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092653Z:5b95053c-c050-47ba-94e0-49416364a8a2", + "x-ms-correlation-request-id": "ca923bb3-6472-433c-b920-12b6cee0d32f", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093717Z:ca923bb3-6472-433c-b920-12b6cee0d32f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3", "name": "sdk-py-tests-acc-1-9c012fa3", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A26%3A52.7077747Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A16.6893112Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:25:47.5514996Z" + "CreatedOnDate": "2022-10-22T09:36:12.8947939Z" }, "properties": { "encryption": { @@ -872,10 +872,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:25:49.9973003Z", + "createdAt": "2022-10-22T09:36:14.380527Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:25:49.9973003Z" + "lastModifiedAt": "2022-10-22T09:36:14.380527Z" } } }, @@ -894,15 +894,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:26:53 GMT", + "Date": "Sat, 22 Oct 2022 09:37:17 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": "51fef49e-6459-4400-8906-c4ff0aab9ad1", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092653Z:51fef49e-6459-4400-8906-c4ff0aab9ad1", + "x-ms-correlation-request-id": "762e33fa-0122-4a2b-86be-02ec2d332538", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093717Z:762e33fa-0122-4a2b-86be-02ec2d332538", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 d08155239d72..f1e3c0f96d03 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:22:09 GMT", + "Date": "Sat, 22 Oct 2022 09:34: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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:22:09 GMT", + "Date": "Sat, 22 Oct 2022 09:34: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.13845.10 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "4dd6c7e4-cdd2-416b-ab3f-39bfaacb5d9c", + "client-request-id": "d088aa13-45e1-4127-bff9-4fb717500be5", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "4dd6c7e4-cdd2-416b-ab3f-39bfaacb5d9c", + "client-request-id": "d088aa13-45e1-4127-bff9-4fb717500be5", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:22:09 GMT", + "Date": "Sat, 22 Oct 2022 09:34:51 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6f14415d-e698-438a-972b-461cef3a1a3f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/776863bb-8a8d-44f7-a53a-3a648c6b3477?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "702", + "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:22:17 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A16.6159854Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:34:55 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A34%3A55.1955534Z\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": "ba1d741b-5c6c-49f5-aff2-9ec42ad0241b", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092218Z:ba1d741b-5c6c-49f5-aff2-9ec42ad0241b", + "x-ms-correlation-request-id": "57d7dc80-8705-437e-ad34-269551660dd8", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093456Z:57d7dc80-8705-437e-ad34-269551660dd8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad", "name": "sdk-py-tests-acc-1-af962dad", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A16.6159854Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A34%3A55.1955534Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:22:13.1306018Z" + "CreatedOnDate": "2022-10-22T09:34:52.6967182Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:22:15.80027Z", + "createdAt": "2022-10-22T09:34:55.0022218Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:22:15.80027Z" + "lastModifiedAt": "2022-10-22T09:34:55.0022218Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6f14415d-e698-438a-972b-461cef3a1a3f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/776863bb-8a8d-44f7-a53a-3a648c6b3477?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:22:18 GMT", + "Date": "Sat, 22 Oct 2022 09:34:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af3228c8-d224-46bf-a630-79d3e55393e7", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092218Z:af3228c8-d224-46bf-a630-79d3e55393e7", + "x-ms-correlation-request-id": "48f44d94-7f06-4313-a966-0f77a205d406", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093456Z:48f44d94-7f06-4313-a966-0f77a205d406", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6f14415d-e698-438a-972b-461cef3a1a3f", - "name": "6f14415d-e698-438a-972b-461cef3a1a3f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/776863bb-8a8d-44f7-a53a-3a648c6b3477", + "name": "776863bb-8a8d-44f7-a53a-3a648c6b3477", "status": "Succeeded", - "startTime": "2022-10-19T09:22:16.6181076Z", - "endTime": "2022-10-19T09:22:16.649399Z", + "startTime": "2022-10-22T09:34:55.1947083Z", + "endTime": "2022-10-22T09:34:55.257208Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:22:18 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A16.6579383Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:34:56 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A34%3A55.2612072Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4748d6c7-3ced-4da1-bcbc-996543bdd67c", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092218Z:4748d6c7-3ced-4da1-bcbc-996543bdd67c", + "x-ms-correlation-request-id": "f48db1a1-8dd3-4662-bfd2-ff5096f6b770", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093457Z:f48db1a1-8dd3-4662-bfd2-ff5096f6b770", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad", "name": "sdk-py-tests-acc-1-af962dad", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A16.6579383Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A34%3A55.2612072Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:22:13.1306018Z" + "CreatedOnDate": "2022-10-22T09:34:52.6967182Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:22:15.80027Z", + "createdAt": "2022-10-22T09:34:55.0022218Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:22:15.80027Z" + "lastModifiedAt": "2022-10-22T09:34:55.0022218Z" } } }, @@ -400,30 +400,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/14b96c0c-3165-48cc-8f86-5734af79e930?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/83863f55-1a3a-473e-92a5-d51e085999b4?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "881", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:22:21 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A20.2489361Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:34:59 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A34%3A59.0453479Z\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": "392b6908-9246-4b48-ad69-ab9b518e654c", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092221Z:392b6908-9246-4b48-ad69-ab9b518e654c", + "x-ms-correlation-request-id": "662e3238-bdf1-48e9-8411-6adc5514c719", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093500Z:662e3238-bdf1-48e9-8411-6adc5514c719", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A20.2489361Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A34%3A59.0453479Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:22:18.9575218Z" + "CreatedOnDate": "2022-10-22T09:34:57.6396067Z" }, "properties": { "enabled": true, @@ -435,15 +435,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:22:20.2386003Z", + "createdAt": "2022-10-22T09:34:58.8801528Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:22:20.2386003Z" + "lastModifiedAt": "2022-10-22T09:34:58.8801528Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/14b96c0c-3165-48cc-8f86-5734af79e930?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/83863f55-1a3a-473e-92a5-d51e085999b4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -457,7 +457,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:22:21 GMT", + "Date": "Sat, 22 Oct 2022 09:34:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -465,17 +465,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "586bc1cc-fe6d-4926-8cd1-b01a1b6a4eb2", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092221Z:586bc1cc-fe6d-4926-8cd1-b01a1b6a4eb2", + "x-ms-correlation-request-id": "0f2f49dd-205e-4c02-b686-a2a86875f5be", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093500Z:0f2f49dd-205e-4c02-b686-a2a86875f5be", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/14b96c0c-3165-48cc-8f86-5734af79e930", - "name": "14b96c0c-3165-48cc-8f86-5734af79e930", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/83863f55-1a3a-473e-92a5-d51e085999b4", + "name": "83863f55-1a3a-473e-92a5-d51e085999b4", "status": "Succeeded", - "startTime": "2022-10-19T09:22:20.2593493Z", - "endTime": "2022-10-19T09:22:21.1187831Z", + "startTime": "2022-10-22T09:34:59.0385505Z", + "endTime": "2022-10-22T09:34:59.8042254Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1" @@ -497,8 +497,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:22:21 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A21.1303397Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:35:00 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A34%3A59.8126028Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -506,23 +506,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c70af123-64df-47a0-a154-7dd973afb0df", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092222Z:c70af123-64df-47a0-a154-7dd973afb0df", + "x-ms-correlation-request-id": "6651b040-767b-42d5-a251-846a8228fd0a", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093501Z:6651b040-767b-42d5-a251-846a8228fd0a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A21.1303397Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A34%3A59.8126028Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:22:18.9575218Z" + "CreatedOnDate": "2022-10-22T09:34:57.6396067Z" }, "properties": { "enabled": true, - "backupPolicyId": "88b88571-4f8f-11ed-8554-2e12f04d8f72", + "backupPolicyId": "cc2be005-51ec-11ed-ba37-768357df5023", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -532,10 +532,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:22:20.2386003Z", + "createdAt": "2022-10-22T09:34:58.8801528Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:22:20.2386003Z" + "lastModifiedAt": "2022-10-22T09:34:58.8801528Z" } } }, @@ -561,30 +561,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8a31a51-0815-426a-913d-20863af6624d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a08608d-36d0-4f98-86e4-bbba82f108a6?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "881", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:22:24 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A23.4331383Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:35:03 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A35%3A03.0450567Z\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": "177201ce-48ca-4e5c-90c2-c52054cd8c21", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092224Z:177201ce-48ca-4e5c-90c2-c52054cd8c21", + "x-ms-correlation-request-id": "34bb2dfa-3b60-48a4-9e55-97b8642e1de3", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093504Z:34bb2dfa-3b60-48a4-9e55-97b8642e1de3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2", "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-2", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A23.4331383Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A35%3A03.0450567Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:22:22.3094864Z" + "CreatedOnDate": "2022-10-22T09:35:01.5015133Z" }, "properties": { "enabled": true, @@ -596,15 +596,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:22:23.4266965Z", + "createdAt": "2022-10-22T09:35:02.9134078Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:22:23.4266965Z" + "lastModifiedAt": "2022-10-22T09:35:02.9134078Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8a31a51-0815-426a-913d-20863af6624d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a08608d-36d0-4f98-86e4-bbba82f108a6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -618,7 +618,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:22:24 GMT", + "Date": "Sat, 22 Oct 2022 09:35:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -626,17 +626,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "234870f9-5680-478c-b511-1ce46a43ae42", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092225Z:234870f9-5680-478c-b511-1ce46a43ae42", + "x-ms-correlation-request-id": "d7a223f3-7b9d-40a3-8eaf-2f5b4559fa97", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093504Z:d7a223f3-7b9d-40a3-8eaf-2f5b4559fa97", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8a31a51-0815-426a-913d-20863af6624d", - "name": "d8a31a51-0815-426a-913d-20863af6624d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a08608d-36d0-4f98-86e4-bbba82f108a6", + "name": "9a08608d-36d0-4f98-86e4-bbba82f108a6", "status": "Succeeded", - "startTime": "2022-10-19T09:22:23.431428Z", - "endTime": "2022-10-19T09:22:23.4939479Z", + "startTime": "2022-10-22T09:35:03.0385382Z", + "endTime": "2022-10-22T09:35:03.1323045Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2" @@ -658,8 +658,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:22:25 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A23.5039604Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:35:03 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A35%3A03.1187112Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -667,23 +667,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "632dcdde-525c-44d4-918f-4256229edb54", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092225Z:632dcdde-525c-44d4-918f-4256229edb54", + "x-ms-correlation-request-id": "05714cd8-d9b2-478a-9393-37569ac9dbf5", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093504Z:05714cd8-d9b2-478a-9393-37569ac9dbf5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2", "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-2", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A23.5039604Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A35%3A03.1187112Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:22:22.3094864Z" + "CreatedOnDate": "2022-10-22T09:35:01.5015133Z" }, "properties": { "enabled": true, - "backupPolicyId": "8a240002-4f8f-11ed-8554-2e12f04d8f72", + "backupPolicyId": "ce25e86d-51ec-11ed-ba37-768357df5023", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -693,10 +693,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:22:23.4266965Z", + "createdAt": "2022-10-22T09:35:02.9134078Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:22:23.4266965Z" + "lastModifiedAt": "2022-10-22T09:35:02.9134078Z" } } }, @@ -715,7 +715,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:22:25 GMT", + "Date": "Sat, 22 Oct 2022 09:35:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -723,9 +723,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a46fd0c-a008-4990-b3b5-232c0b09e23d", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092225Z:3a46fd0c-a008-4990-b3b5-232c0b09e23d", + "x-ms-correlation-request-id": "e200d12b-b091-4033-9ad1-e5f7336eae80", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093505Z:e200d12b-b091-4033-9ad1-e5f7336eae80", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -734,14 +734,14 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A21.1303397Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A34%3A59.8126028Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:22:18.9575218Z" + "CreatedOnDate": "2022-10-22T09:34:57.6396067Z" }, "properties": { "enabled": true, - "backupPolicyId": "88b88571-4f8f-11ed-8554-2e12f04d8f72", + "backupPolicyId": "cc2be005-51ec-11ed-ba37-768357df5023", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -751,24 +751,24 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:22:20.2386003Z", + "createdAt": "2022-10-22T09:34:58.8801528Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:22:20.2386003Z" + "lastModifiedAt": "2022-10-22T09:34:58.8801528Z" } }, { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2", "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-2", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A23.5039604Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A35%3A03.1187112Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:22:22.3094864Z" + "CreatedOnDate": "2022-10-22T09:35:01.5015133Z" }, "properties": { "enabled": true, - "backupPolicyId": "8a240002-4f8f-11ed-8554-2e12f04d8f72", + "backupPolicyId": "ce25e86d-51ec-11ed-ba37-768357df5023", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -778,10 +778,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:22:23.4266965Z", + "createdAt": "2022-10-22T09:35:02.9134078Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:22:23.4266965Z" + "lastModifiedAt": "2022-10-22T09:35:02.9134078Z" } } ] @@ -800,25 +800,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75de94bd-427c-4c90-b99c-c187d8068e9e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4a7fb30-cfc7-49e5-9cb9-41070293243f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 19 Oct 2022 09:22:26 GMT", + "Date": "Sat, 22 Oct 2022 09:35:05 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75de94bd-427c-4c90-b99c-c187d8068e9e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4a7fb30-cfc7-49e5-9cb9-41070293243f?api-version=2022-05-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": "c0544908-b670-434d-8040-8ab0fb744ef3", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092226Z:c0544908-b670-434d-8040-8ab0fb744ef3", + "x-ms-correlation-request-id": "f3fe0e90-4eb6-4c10-bb18-102e8c8198b1", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093506Z:f3fe0e90-4eb6-4c10-bb18-102e8c8198b1", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75de94bd-427c-4c90-b99c-c187d8068e9e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4a7fb30-cfc7-49e5-9cb9-41070293243f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -832,7 +832,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:22:26 GMT", + "Date": "Sat, 22 Oct 2022 09:35:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -840,17 +840,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4a952ba0-cf83-424d-935b-b0ed973f62fd", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092226Z:4a952ba0-cf83-424d-935b-b0ed973f62fd", + "x-ms-correlation-request-id": "736f7a87-4781-4ea2-bc9b-43726a7e953b", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093506Z:736f7a87-4781-4ea2-bc9b-43726a7e953b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75de94bd-427c-4c90-b99c-c187d8068e9e", - "name": "75de94bd-427c-4c90-b99c-c187d8068e9e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4a7fb30-cfc7-49e5-9cb9-41070293243f", + "name": "d4a7fb30-cfc7-49e5-9cb9-41070293243f", "status": "Succeeded", - "startTime": "2022-10-19T09:22:26.387876Z", - "endTime": "2022-10-19T09:22:26.5441337Z", + "startTime": "2022-10-22T09:35:05.9768206Z", + "endTime": "2022-10-22T09:35:06.1955223Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1" @@ -858,7 +858,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75de94bd-427c-4c90-b99c-c187d8068e9e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4a7fb30-cfc7-49e5-9cb9-41070293243f?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -872,7 +872,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:22:27 GMT", + "Date": "Sat, 22 Oct 2022 09:35:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -880,23 +880,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4f85ffad-7822-43df-8b84-48355fd99e11", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092227Z:4f85ffad-7822-43df-8b84-48355fd99e11", + "x-ms-correlation-request-id": "95842ac1-83af-4326-91a4-6455c1798151", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093506Z:95842ac1-83af-4326-91a4-6455c1798151", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A26.3762923Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A35%3A05.9550883Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:22:18.9575218Z" + "CreatedOnDate": "2022-10-22T09:34:57.6396067Z" }, "properties": { "enabled": true, - "backupPolicyId": "88b88571-4f8f-11ed-8554-2e12f04d8f72", + "backupPolicyId": "cc2be005-51ec-11ed-ba37-768357df5023", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -907,10 +907,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:22:20.2386003Z", + "createdAt": "2022-10-22T09:34:58.8801528Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:22:20.2386003Z" + "lastModifiedAt": "2022-10-22T09:34:58.8801528Z" } } }, @@ -929,15 +929,15 @@ "Cache-Control": "no-cache", "Content-Length": "299", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:22:29 GMT", + "Date": "Sat, 22 Oct 2022 09:35:09 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": "36953849-1d8e-4462-af5e-b16bfa01c29b", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092229Z:36953849-1d8e-4462-af5e-b16bfa01c29b", + "x-ms-correlation-request-id": "ad86cd46-dcce-4515-bc06-df60c2a2ed66", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093509Z:ad86cd46-dcce-4515-bc06-df60c2a2ed66", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -960,25 +960,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be0cb256-4103-4bb1-895f-f7fba9ff41a9?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5a5bbbc-826a-4d30-992b-8c6889e68370?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 19 Oct 2022 09:22:30 GMT", + "Date": "Sat, 22 Oct 2022 09:35:09 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be0cb256-4103-4bb1-895f-f7fba9ff41a9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5a5bbbc-826a-4d30-992b-8c6889e68370?api-version=2022-05-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": "97fea825-ac81-436c-ac52-affbb5a9102e", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092230Z:97fea825-ac81-436c-ac52-affbb5a9102e", + "x-ms-correlation-request-id": "c396c6b2-1853-4c99-9bbc-e714674b01fa", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093509Z:c396c6b2-1853-4c99-9bbc-e714674b01fa", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be0cb256-4103-4bb1-895f-f7fba9ff41a9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5a5bbbc-826a-4d30-992b-8c6889e68370?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -992,7 +992,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:22:30 GMT", + "Date": "Sat, 22 Oct 2022 09:35:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1000,17 +1000,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a7e9e171-001c-4999-a6dd-16994418c3f4", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092230Z:a7e9e171-001c-4999-a6dd-16994418c3f4", + "x-ms-correlation-request-id": "8d74f461-b092-4d79-b4cd-b8c42c50c229", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093510Z:8d74f461-b092-4d79-b4cd-b8c42c50c229", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be0cb256-4103-4bb1-895f-f7fba9ff41a9", - "name": "be0cb256-4103-4bb1-895f-f7fba9ff41a9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5a5bbbc-826a-4d30-992b-8c6889e68370", + "name": "b5a5bbbc-826a-4d30-992b-8c6889e68370", "status": "Succeeded", - "startTime": "2022-10-19T09:22:29.9506129Z", - "endTime": "2022-10-19T09:22:30.0912549Z", + "startTime": "2022-10-22T09:35:09.7376484Z", + "endTime": "2022-10-22T09:35:09.8470371Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2" @@ -1018,7 +1018,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be0cb256-4103-4bb1-895f-f7fba9ff41a9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5a5bbbc-826a-4d30-992b-8c6889e68370?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1032,7 +1032,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:22:30 GMT", + "Date": "Sat, 22 Oct 2022 09:35:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1040,23 +1040,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b381ca7-53b7-46bd-86a1-d428c77b6bec", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092230Z:4b381ca7-53b7-46bd-86a1-d428c77b6bec", + "x-ms-correlation-request-id": "f35f02e5-db3e-46bd-84f7-9db5a0b9efa8", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093510Z:f35f02e5-db3e-46bd-84f7-9db5a0b9efa8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2", "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-2", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A22%3A29.9512154Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A35%3A09.7339267Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:22:22.3094864Z" + "CreatedOnDate": "2022-10-22T09:35:01.5015133Z" }, "properties": { "enabled": true, - "backupPolicyId": "8a240002-4f8f-11ed-8554-2e12f04d8f72", + "backupPolicyId": "ce25e86d-51ec-11ed-ba37-768357df5023", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -1067,10 +1067,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:22:23.4266965Z", + "createdAt": "2022-10-22T09:35:02.9134078Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:22:23.4266965Z" + "lastModifiedAt": "2022-10-22T09:35:02.9134078Z" } } }, @@ -1089,15 +1089,15 @@ "Cache-Control": "no-cache", "Content-Length": "299", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:22:32 GMT", + "Date": "Sat, 22 Oct 2022 09:35:12 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": "446807f4-73ca-4e09-83d8-6960e87b1a3a", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092233Z:446807f4-73ca-4e09-83d8-6960e87b1a3a", + "x-ms-correlation-request-id": "6aabaa4e-8db1-4ce6-a499-64e321babe14", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093512Z:6aabaa4e-8db1-4ce6-a499-64e321babe14", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1122,7 +1122,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:23:23 GMT", + "Date": "Sat, 22 Oct 2022 09:36:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1130,9 +1130,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "20e6e8c3-abfa-4eb3-9c66-699795b01bcc", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092324Z:20e6e8c3-abfa-4eb3-9c66-699795b01bcc", + "x-ms-correlation-request-id": "9fc0b42e-4f64-4b40-8a16-9a02e547d1ec", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093604Z:9fc0b42e-4f64-4b40-8a16-9a02e547d1ec", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1152,25 +1152,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3dddda04-d5a8-43a7-900b-77c3a9fe6921?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b39ea44d-92cc-421c-b38f-4841b81a265b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 19 Oct 2022 09:23:29 GMT", + "Date": "Sat, 22 Oct 2022 09:36:09 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3dddda04-d5a8-43a7-900b-77c3a9fe6921?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b39ea44d-92cc-421c-b38f-4841b81a265b?api-version=2022-05-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": "3d4393ee-0753-4267-be49-2d1eecdbf18e", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092330Z:3d4393ee-0753-4267-be49-2d1eecdbf18e", + "x-ms-correlation-request-id": "2bbfc870-d5b7-41b4-965b-fccc23b52ae0", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093609Z:2bbfc870-d5b7-41b4-965b-fccc23b52ae0", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3dddda04-d5a8-43a7-900b-77c3a9fe6921?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b39ea44d-92cc-421c-b38f-4841b81a265b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1184,7 +1184,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:23:29 GMT", + "Date": "Sat, 22 Oct 2022 09:36:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1192,17 +1192,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d0298c11-0398-4cd3-9b67-8a6c850a1496", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092330Z:d0298c11-0398-4cd3-9b67-8a6c850a1496", + "x-ms-correlation-request-id": "a95bb665-4498-4d9e-8e66-1c54ecbdbae2", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093610Z:a95bb665-4498-4d9e-8e66-1c54ecbdbae2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3dddda04-d5a8-43a7-900b-77c3a9fe6921", - "name": "3dddda04-d5a8-43a7-900b-77c3a9fe6921", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b39ea44d-92cc-421c-b38f-4841b81a265b", + "name": "b39ea44d-92cc-421c-b38f-4841b81a265b", "status": "Succeeded", - "startTime": "2022-10-19T09:23:29.6859953Z", - "endTime": "2022-10-19T09:23:29.7797599Z", + "startTime": "2022-10-22T09:36:09.8401454Z", + "endTime": "2022-10-22T09:36:09.8713493Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad" @@ -1210,7 +1210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3dddda04-d5a8-43a7-900b-77c3a9fe6921?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b39ea44d-92cc-421c-b38f-4841b81a265b?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1224,7 +1224,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:23:30 GMT", + "Date": "Sat, 22 Oct 2022 09:36:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1232,19 +1232,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "18a608c4-7aa2-4ee1-a2aa-101d8e3d713f", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092330Z:18a608c4-7aa2-4ee1-a2aa-101d8e3d713f", + "x-ms-correlation-request-id": "36856ff0-d4a3-4925-b489-4d339b64898c", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093610Z:36856ff0-d4a3-4925-b489-4d339b64898c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad", "name": "sdk-py-tests-acc-1-af962dad", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A23%3A29.6814513Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A36%3A09.8415411Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:22:13.1306018Z" + "CreatedOnDate": "2022-10-22T09:34:52.6967182Z" }, "properties": { "encryption": { @@ -1255,10 +1255,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:22:15.80027Z", + "createdAt": "2022-10-22T09:34:55.0022218Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:22:15.80027Z" + "lastModifiedAt": "2022-10-22T09:34:55.0022218Z" } } }, @@ -1277,15 +1277,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:23:30 GMT", + "Date": "Sat, 22 Oct 2022 09:36: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": "517643c0-754a-4d50-8a10-9dfc6937131a", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092330Z:517643c0-754a-4d50-8a10-9dfc6937131a", + "x-ms-correlation-request-id": "63e8c977-b7b0-41e3-a7c0-5ef25c6784c8", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093610Z:63e8c977-b7b0-41e3-a7c0-5ef25c6784c8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 99bf117d62cc..df6c814e09f6 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:27:16 GMT", + "Date": "Sat, 22 Oct 2022 09:37:18 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:27:16 GMT", + "Date": "Sat, 22 Oct 2022 09:37:18 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.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13845.10 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "e9d43111-8de7-43a8-bc9d-abeee6426a65", + "client-request-id": "9cef55ec-9d66-43ca-8229-fd546c0546db", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "e9d43111-8de7-43a8-bc9d-abeee6426a65", + "client-request-id": "9cef55ec-9d66-43ca-8229-fd546c0546db", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:27:16 GMT", + "Date": "Sat, 22 Oct 2022 09:37:18 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13845.10 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5394a052-140c-4049-9de4-bed980536a79?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/976fb758-2be3-4b6c-8b93-6d441d8cb277?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "704", + "Content-Length": "703", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:27:24 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A23.5203361Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:37:23 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A21.935569Z\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": "091751fc-d3cb-4414-9867-f2859c3cf2f1", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092724Z:091751fc-d3cb-4414-9867-f2859c3cf2f1", + "x-ms-correlation-request-id": "3d3740de-4ca9-40d3-81b0-43daab849423", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093723Z:3d3740de-4ca9-40d3-81b0-43daab849423", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74", "name": "sdk-py-tests-acc-1-cdf2e74", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A23.5203361Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A21.935569Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:27:19.9027881Z" + "CreatedOnDate": "2022-10-22T09:37:19.6753518Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:27:22.6885735Z", + "createdAt": "2022-10-22T09:37:21.6753293Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:27:22.6885735Z" + "lastModifiedAt": "2022-10-22T09:37:21.6753293Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5394a052-140c-4049-9de4-bed980536a79?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/976fb758-2be3-4b6c-8b93-6d441d8cb277?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:27:24 GMT", + "Date": "Sat, 22 Oct 2022 09:37:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "875c9482-0a06-4d00-8253-62e396a5f64c", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092725Z:875c9482-0a06-4d00-8253-62e396a5f64c", + "x-ms-correlation-request-id": "0002f304-d970-4774-a062-4bbf8e89d3ad", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093723Z:0002f304-d970-4774-a062-4bbf8e89d3ad", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5394a052-140c-4049-9de4-bed980536a79", - "name": "5394a052-140c-4049-9de4-bed980536a79", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/976fb758-2be3-4b6c-8b93-6d441d8cb277", + "name": "976fb758-2be3-4b6c-8b93-6d441d8cb277", "status": "Succeeded", - "startTime": "2022-10-19T09:27:23.5240658Z", - "endTime": "2022-10-19T09:27:23.5709799Z", + "startTime": "2022-10-22T09:37:21.9413561Z", + "endTime": "2022-10-22T09:37:21.9726138Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:27:25 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A23.5786833Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:37:23 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A21.9772878Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ada05420-e54c-4e3e-bf8d-f543cf92ee08", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092725Z:ada05420-e54c-4e3e-bf8d-f543cf92ee08", + "x-ms-correlation-request-id": "97c2aa30-685d-4c5c-8069-fe2d4104eb6c", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093724Z:97c2aa30-685d-4c5c-8069-fe2d4104eb6c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74", "name": "sdk-py-tests-acc-1-cdf2e74", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A23.5786833Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A21.9772878Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:27:19.9027881Z" + "CreatedOnDate": "2022-10-22T09:37:19.6753518Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:27:22.6885735Z", + "createdAt": "2022-10-22T09:37:21.6753293Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:27:22.6885735Z" + "lastModifiedAt": "2022-10-22T09:37:21.6753293Z" } } }, @@ -400,30 +400,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/271474e7-3910-4c9c-b67d-ad0b8e541942?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68499de0-6b52-4dfa-a1b9-f9a6e4f61b60?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "879", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:27:28 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A27.4120749Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:37:26 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A25.9672629Z\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": "6ab111eb-a029-498a-b350-5b4ea68dd489", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092729Z:6ab111eb-a029-498a-b350-5b4ea68dd489", + "x-ms-correlation-request-id": "f3688a03-39aa-4b9c-8049-d11868ecc221", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093727Z:f3688a03-39aa-4b9c-8049-d11868ecc221", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-cdf2e74/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A27.4120749Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A25.9672629Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:27:26.0678705Z" + "CreatedOnDate": "2022-10-22T09:37:24.4273299Z" }, "properties": { "enabled": true, @@ -435,15 +435,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:27:27.3321862Z", + "createdAt": "2022-10-22T09:37:25.8342943Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:27:27.3321862Z" + "lastModifiedAt": "2022-10-22T09:37:25.8342943Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/271474e7-3910-4c9c-b67d-ad0b8e541942?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68499de0-6b52-4dfa-a1b9-f9a6e4f61b60?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -457,7 +457,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:27:28 GMT", + "Date": "Sat, 22 Oct 2022 09:37:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -465,17 +465,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c3ec20b7-9cf2-4648-8e28-36e5c2cc6fc7", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092729Z:c3ec20b7-9cf2-4648-8e28-36e5c2cc6fc7", + "x-ms-correlation-request-id": "9af1e47b-6dfd-46cd-8054-5d74a562d75b", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093727Z:9af1e47b-6dfd-46cd-8054-5d74a562d75b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/271474e7-3910-4c9c-b67d-ad0b8e541942", - "name": "271474e7-3910-4c9c-b67d-ad0b8e541942", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68499de0-6b52-4dfa-a1b9-f9a6e4f61b60", + "name": "68499de0-6b52-4dfa-a1b9-f9a6e4f61b60", "status": "Succeeded", - "startTime": "2022-10-19T09:27:27.4154955Z", - "endTime": "2022-10-19T09:27:28.3530467Z", + "startTime": "2022-10-22T09:37:25.972664Z", + "endTime": "2022-10-22T09:37:26.6132324Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1" @@ -497,8 +497,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:27:29 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A28.3219062Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:37:27 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A26.6186338Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -506,23 +506,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae93c15f-e5ba-4e6a-b98d-2732cf3e70ad", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092729Z:ae93c15f-e5ba-4e6a-b98d-2732cf3e70ad", + "x-ms-correlation-request-id": "a4cd8d23-71ad-47b0-92e8-fa4671e5ed20", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093727Z:a4cd8d23-71ad-47b0-92e8-fa4671e5ed20", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-cdf2e74/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A28.3219062Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A26.6186338Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:27:26.0678705Z" + "CreatedOnDate": "2022-10-22T09:37:24.4273299Z" }, "properties": { "enabled": true, - "backupPolicyId": "3fd1eca3-4f90-11ed-8554-2e12f04d8f72", + "backupPolicyId": "23ade2e4-51ed-11ed-ba37-768357df5023", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -532,10 +532,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:27:27.3321862Z", + "createdAt": "2022-10-22T09:37:25.8342943Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:27:27.3321862Z" + "lastModifiedAt": "2022-10-22T09:37:25.8342943Z" } } }, @@ -561,36 +561,36 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae330fb9-9498-4d7f-a598-89bf5b9efc90?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa81b01-1bc5-4a70-8562-79405b3bc271?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "955", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:27:29 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A30.0029224Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:37:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A28.1647496Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae330fb9-9498-4d7f-a598-89bf5b9efc90?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa81b01-1bc5-4a70-8562-79405b3bc271?api-version=2022-05-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": "f7650224-1292-4ce5-b786-4cb7702b6304", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092730Z:f7650224-1292-4ce5-b786-4cb7702b6304", + "x-ms-correlation-request-id": "9cdcfd55-4822-46fe-8e05-3811c12e9a0e", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093728Z:9cdcfd55-4822-46fe-8e05-3811c12e9a0e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-cdf2e74/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A30.0029224Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A28.1647496Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:27:26.0678705Z" + "CreatedOnDate": "2022-10-22T09:37:24.4273299Z" }, "properties": { "provisioningState": "Patching", "enabled": true, - "backupPolicyId": "3fd1eca3-4f90-11ed-8554-2e12f04d8f72", + "backupPolicyId": "23ade2e4-51ed-11ed-ba37-768357df5023", "dailyBackupsToKeep": 0, "weeklyBackupsToKeep": 1, "monthlyBackupsToKeep": 0, @@ -599,15 +599,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:27:27.3321862Z", + "createdAt": "2022-10-22T09:37:25.8342943Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:27:27.3321862Z" + "lastModifiedAt": "2022-10-22T09:37:25.8342943Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae330fb9-9498-4d7f-a598-89bf5b9efc90?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa81b01-1bc5-4a70-8562-79405b3bc271?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -621,7 +621,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:27:29 GMT", + "Date": "Sat, 22 Oct 2022 09:37:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -629,17 +629,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb1f343c-c16f-4875-8b44-347c0950d891", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092730Z:fb1f343c-c16f-4875-8b44-347c0950d891", + "x-ms-correlation-request-id": "c8df72ca-cb5e-45d6-8405-7f784c99f746", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093728Z:c8df72ca-cb5e-45d6-8405-7f784c99f746", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae330fb9-9498-4d7f-a598-89bf5b9efc90", - "name": "ae330fb9-9498-4d7f-a598-89bf5b9efc90", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa81b01-1bc5-4a70-8562-79405b3bc271", + "name": "efa81b01-1bc5-4a70-8562-79405b3bc271", "status": "Succeeded", - "startTime": "2022-10-19T09:27:29.9936602Z", - "endTime": "2022-10-19T09:27:30.1498545Z", + "startTime": "2022-10-22T09:37:28.1602175Z", + "endTime": "2022-10-22T09:37:28.2696Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1" @@ -661,8 +661,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:27:30 GMT", - "ETag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A30.1538335Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 09:37:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A28.2776854Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -670,24 +670,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "02fa17ab-318d-4fec-9b86-08ccf548031a", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092730Z:02fa17ab-318d-4fec-9b86-08ccf548031a", + "x-ms-correlation-request-id": "8bcef013-233f-4be3-9afc-a3332ed1c066", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093728Z:8bcef013-233f-4be3-9afc-a3332ed1c066", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-cdf2e74/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A30.1538335Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A28.2776854Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:27:29.7737472Z" + "CreatedOnDate": "2022-10-22T09:37:27.8469683Z" }, "properties": { "provisioningState": "Succeeded", "enabled": true, - "backupPolicyId": "3fd1eca3-4f90-11ed-8554-2e12f04d8f72", + "backupPolicyId": "23ade2e4-51ed-11ed-ba37-768357df5023", "dailyBackupsToKeep": 0, "weeklyBackupsToKeep": 1, "monthlyBackupsToKeep": 0, @@ -696,10 +696,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:27:27.3321862Z", + "createdAt": "2022-10-22T09:37:25.8342943Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:27:29.9431168Z" + "lastModifiedAt": "2022-10-22T09:37:28.0233902Z" } } }, @@ -716,25 +716,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e969a0d-ef84-48ec-99f1-7460eb3ffde0?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7affa271-90dc-4de1-ba3b-ae56f0d8d043?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 19 Oct 2022 09:27:31 GMT", + "Date": "Sat, 22 Oct 2022 09:37:29 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e969a0d-ef84-48ec-99f1-7460eb3ffde0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7affa271-90dc-4de1-ba3b-ae56f0d8d043?api-version=2022-05-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": "e8ce7eeb-b556-4864-8bd8-d3c748321256", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092731Z:e8ce7eeb-b556-4864-8bd8-d3c748321256", + "x-ms-correlation-request-id": "8da916ff-1de6-466a-9b2a-c246a15979d1", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093729Z:8da916ff-1de6-466a-9b2a-c246a15979d1", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e969a0d-ef84-48ec-99f1-7460eb3ffde0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7affa271-90dc-4de1-ba3b-ae56f0d8d043?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -748,7 +748,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:27:31 GMT", + "Date": "Sat, 22 Oct 2022 09:37:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -756,17 +756,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "229852b6-9722-4ef7-bbd4-e3d72a2cfa6d", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092731Z:229852b6-9722-4ef7-bbd4-e3d72a2cfa6d", + "x-ms-correlation-request-id": "1a8704e3-bbef-4c92-924a-cf2687db85ed", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093729Z:1a8704e3-bbef-4c92-924a-cf2687db85ed", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e969a0d-ef84-48ec-99f1-7460eb3ffde0", - "name": "6e969a0d-ef84-48ec-99f1-7460eb3ffde0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7affa271-90dc-4de1-ba3b-ae56f0d8d043", + "name": "7affa271-90dc-4de1-ba3b-ae56f0d8d043", "status": "Succeeded", - "startTime": "2022-10-19T09:27:31.3217586Z", - "endTime": "2022-10-19T09:27:31.4779762Z", + "startTime": "2022-10-22T09:37:29.5390801Z", + "endTime": "2022-10-22T09:37:29.6640529Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1" @@ -774,7 +774,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e969a0d-ef84-48ec-99f1-7460eb3ffde0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7affa271-90dc-4de1-ba3b-ae56f0d8d043?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -788,7 +788,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:27:31 GMT", + "Date": "Sat, 22 Oct 2022 09:37:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -796,23 +796,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f175ebcc-2b6c-4b24-be1c-2ef5bec19c26", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092732Z:f175ebcc-2b6c-4b24-be1c-2ef5bec19c26", + "x-ms-correlation-request-id": "7418cc04-81dd-47a0-b75f-2943d1cd2834", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093730Z:7418cc04-81dd-47a0-b75f-2943d1cd2834", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-cdf2e74/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A27%3A31.3271475Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A29.5439618Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:27:29.7737472Z" + "CreatedOnDate": "2022-10-22T09:37:27.8469683Z" }, "properties": { "enabled": true, - "backupPolicyId": "3fd1eca3-4f90-11ed-8554-2e12f04d8f72", + "backupPolicyId": "23ade2e4-51ed-11ed-ba37-768357df5023", "dailyBackupsToKeep": 0, "weeklyBackupsToKeep": 1, "monthlyBackupsToKeep": 0, @@ -823,10 +823,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:27:27.3321862Z", + "createdAt": "2022-10-22T09:37:25.8342943Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:27:29.9431168Z" + "lastModifiedAt": "2022-10-22T09:37:28.0233902Z" } } }, @@ -845,15 +845,15 @@ "Cache-Control": "no-cache", "Content-Length": "298", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:27:33 GMT", + "Date": "Sat, 22 Oct 2022 09:37:32 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": "8d5ff568-2fbc-41bf-a72c-06a42dddf851", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092734Z:8d5ff568-2fbc-41bf-a72c-06a42dddf851", + "x-ms-correlation-request-id": "8d427fa5-495d-4644-8283-a6153e262c85", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093732Z:8d427fa5-495d-4644-8283-a6153e262c85", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -876,25 +876,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/979ea09f-76bf-475d-b3ec-d679d920d708?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6648b623-974e-4021-809b-9e3787dc6f62?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 19 Oct 2022 09:28:25 GMT", + "Date": "Sat, 22 Oct 2022 09:38:24 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/979ea09f-76bf-475d-b3ec-d679d920d708?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6648b623-974e-4021-809b-9e3787dc6f62?api-version=2022-05-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": "b0264ef3-1436-4e82-934e-5706bcadb1cd", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092825Z:b0264ef3-1436-4e82-934e-5706bcadb1cd", + "x-ms-correlation-request-id": "132a287b-9be4-458a-bfda-290884ec5e0e", + "x-ms-ratelimit-remaining-subscription-deletes": "14991", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093824Z:132a287b-9be4-458a-bfda-290884ec5e0e", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/979ea09f-76bf-475d-b3ec-d679d920d708?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6648b623-974e-4021-809b-9e3787dc6f62?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -908,7 +908,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:28:25 GMT", + "Date": "Sat, 22 Oct 2022 09:38:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -916,17 +916,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e6c20e0-141d-485b-b934-20aac8d7869f", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092826Z:0e6c20e0-141d-485b-b934-20aac8d7869f", + "x-ms-correlation-request-id": "0bbd2c94-905b-4635-ae29-ef1a043618af", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093824Z:0bbd2c94-905b-4635-ae29-ef1a043618af", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/979ea09f-76bf-475d-b3ec-d679d920d708", - "name": "979ea09f-76bf-475d-b3ec-d679d920d708", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6648b623-974e-4021-809b-9e3787dc6f62", + "name": "6648b623-974e-4021-809b-9e3787dc6f62", "status": "Succeeded", - "startTime": "2022-10-19T09:28:25.7056478Z", - "endTime": "2022-10-19T09:28:25.7525254Z", + "startTime": "2022-10-22T09:38:24.2312005Z", + "endTime": "2022-10-22T09:38:24.2937477Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74" @@ -934,7 +934,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/979ea09f-76bf-475d-b3ec-d679d920d708?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6648b623-974e-4021-809b-9e3787dc6f62?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -948,7 +948,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:28:25 GMT", + "Date": "Sat, 22 Oct 2022 09:38:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -956,19 +956,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f38fe902-7a5e-45fc-a769-ffb1ee5c05f3", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092826Z:f38fe902-7a5e-45fc-a769-ffb1ee5c05f3", + "x-ms-correlation-request-id": "3a4c4464-83d6-4126-97a2-c17acb7e1eef", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093824Z:3a4c4464-83d6-4126-97a2-c17acb7e1eef", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74", "name": "sdk-py-tests-acc-1-cdf2e74", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-19T09%3A28%3A25.7023564Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T09%3A38%3A24.2097063Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-19T09:27:19.9027881Z" + "CreatedOnDate": "2022-10-22T09:37:19.6753518Z" }, "properties": { "encryption": { @@ -979,10 +979,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-19T09:27:22.6885735Z", + "createdAt": "2022-10-22T09:37:21.6753293Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-19T09:27:22.6885735Z" + "lastModifiedAt": "2022-10-22T09:37:21.6753293Z" } } }, @@ -1001,15 +1001,15 @@ "Cache-Control": "no-cache", "Content-Length": "254", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 19 Oct 2022 09:28:26 GMT", + "Date": "Sat, 22 Oct 2022 09:38: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": "63609144-3c38-430f-bdfe-c50e0bf9b449", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20221019T092826Z:63609144-3c38-430f-bdfe-c50e0bf9b449", + "x-ms-correlation-request-id": "4da6ebdb-cdc9-4af2-b261-e73eaa53953a", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T093825Z:4da6ebdb-cdc9-4af2-b261-e73eaa53953a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 295c4296e34f..49db3f0c90b0 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:10:21 GMT", + "Date": "Sat, 22 Oct 2022 13:53:49 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.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:10:21 GMT", + "Date": "Sat, 22 Oct 2022 13:53:49 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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "00ca1b82-9bbe-4c34-9250-00745a917e2f", + "client-request-id": "a50c9994-4e16-4eed-8fb4-c13b58b1719b", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "00ca1b82-9bbe-4c34-9250-00745a917e2f", + "client-request-id": "a50c9994-4e16-4eed-8fb4-c13b58b1719b", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:10:21 GMT", + "Date": "Sat, 22 Oct 2022 13:53:49 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7f7cfcd8-318b-4c31-a187-0d46507ab350?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c0208da-00eb-4789-9bdd-faa60fb46ede?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:10:28 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T11%3A10%3A27.7737046Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 13:54:00 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T13%3A54%3A00.2392256Z\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": "44478246-f592-40da-9b46-70dc0e86b2ca", + "x-ms-correlation-request-id": "f0b042c3-810a-4fbb-9d12-d86a6916b1ad", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20221020T111029Z:44478246-f592-40da-9b46-70dc0e86b2ca", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135401Z:f0b042c3-810a-4fbb-9d12-d86a6916b1ad", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b", "name": "sdk-py-tests-acc-1-18a4278b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T11%3A10%3A27.7737046Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T13%3A54%3A00.2392256Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T11:10:24.8252949Z" + "CreatedOnDate": "2022-10-22T13:53:56.1476558Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T11:10:26.8106227Z", + "createdAt": "2022-10-22T13:53:59.2162542Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T11:10:26.8106227Z" + "lastModifiedAt": "2022-10-22T13:53:59.2162542Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7f7cfcd8-318b-4c31-a187-0d46507ab350?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c0208da-00eb-4789-9bdd-faa60fb46ede?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:10:28 GMT", + "Date": "Sat, 22 Oct 2022 13:54:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d9628f0f-8c03-4ad1-b894-61eaa4c010c9", + "x-ms-correlation-request-id": "7e8144c6-7a7c-480b-9f40-917361500fdf", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20221020T111029Z:d9628f0f-8c03-4ad1-b894-61eaa4c010c9", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135402Z:7e8144c6-7a7c-480b-9f40-917361500fdf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7f7cfcd8-318b-4c31-a187-0d46507ab350", - "name": "7f7cfcd8-318b-4c31-a187-0d46507ab350", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c0208da-00eb-4789-9bdd-faa60fb46ede", + "name": "5c0208da-00eb-4789-9bdd-faa60fb46ede", "status": "Succeeded", - "startTime": "2022-10-20T11:10:27.7582379Z", - "endTime": "2022-10-20T11:10:27.8520373Z", + "startTime": "2022-10-22T13:54:00.2397016Z", + "endTime": "2022-10-22T13:54:00.2709561Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:10:29 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T11%3A10%3A27.8512024Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 13:54:01 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T13%3A54%3A00.2745767Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa0c1fa9-da81-4124-a449-fc17886908a1", + "x-ms-correlation-request-id": "4dd8ebe5-7619-4f67-9422-e240f151f3ac", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20221020T111029Z:fa0c1fa9-da81-4124-a449-fc17886908a1", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135402Z:4dd8ebe5-7619-4f67-9422-e240f151f3ac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b", "name": "sdk-py-tests-acc-1-18a4278b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T11%3A10%3A27.8512024Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T13%3A54%3A00.2745767Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T11:10:24.8252949Z" + "CreatedOnDate": "2022-10-22T13:53:56.1476558Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T11:10:26.8106227Z", + "createdAt": "2022-10-22T13:53:59.2162542Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T11:10:26.8106227Z" + "lastModifiedAt": "2022-10-22T13:53:59.2162542Z" } } }, @@ -400,30 +400,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7410bb9f-47b1-4d16-afbe-fd5904df44c8?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9588169e-8b0a-4f31-a9d7-3ba52c22f6eb?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:10:31 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T11%3A10%3A31.4016198Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 13:54:04 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T13%3A54%3A04.2159546Z\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": "fa364108-c095-41d6-a9db-bea802c71f02", + "x-ms-correlation-request-id": "306e854a-6d15-40fa-94df-14f308ef9e29", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20221020T111032Z:fa364108-c095-41d6-a9db-bea802c71f02", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135405Z:306e854a-6d15-40fa-94df-14f308ef9e29", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-18a4278b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T11%3A10%3A31.4016198Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T13%3A54%3A04.2159546Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T11:10:30.2260170Z" + "CreatedOnDate": "2022-10-22T13:54:02.7712604Z" }, "properties": { "serviceLevel": "Premium", @@ -437,15 +437,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T11:10:31.1700455Z", + "createdAt": "2022-10-22T13:54:03.9392311Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T11:10:31.1700455Z" + "lastModifiedAt": "2022-10-22T13:54:03.9392311Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7410bb9f-47b1-4d16-afbe-fd5904df44c8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9588169e-8b0a-4f31-a9d7-3ba52c22f6eb?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:10:31 GMT", + "Date": "Sat, 22 Oct 2022 13:54:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -467,17 +467,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d8f9fd8-2d26-475f-a837-4321a8221cdf", + "x-ms-correlation-request-id": "0c12a121-e150-42e5-9762-ec3cac9f4e84", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20221020T111032Z:7d8f9fd8-2d26-475f-a837-4321a8221cdf", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135405Z:0c12a121-e150-42e5-9762-ec3cac9f4e84", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7410bb9f-47b1-4d16-afbe-fd5904df44c8", - "name": "7410bb9f-47b1-4d16-afbe-fd5904df44c8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9588169e-8b0a-4f31-a9d7-3ba52c22f6eb", + "name": "9588169e-8b0a-4f31-a9d7-3ba52c22f6eb", "status": "Succeeded", - "startTime": "2022-10-20T11:10:31.3931745Z", - "endTime": "2022-10-20T11:10:32.3191967Z", + "startTime": "2022-10-22T13:54:04.2085345Z", + "endTime": "2022-10-22T13:54:05.7397902Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1" @@ -499,8 +499,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:10:32 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T11%3A10%3A32.2787209Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 13:54:06 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T13%3A54%3A05.732457Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -508,22 +508,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9ba6855f-689c-49e1-94ff-5e414cf88913", + "x-ms-correlation-request-id": "be66ce1a-6273-4903-8741-f2a00da63c44", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20221020T111033Z:9ba6855f-689c-49e1-94ff-5e414cf88913", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135406Z:be66ce1a-6273-4903-8741-f2a00da63c44", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-18a4278b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T11%3A10%3A32.2787209Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T13%3A54%3A05.732457Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T11:10:30.2260170Z" + "CreatedOnDate": "2022-10-22T13:54:02.7712604Z" }, "properties": { - "poolId": "2c408710-1aa5-f857-e830-5b44822fc1bd", + "poolId": "4f12e8d6-5930-1639-6c1a-e312c0342192", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -536,10 +536,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T11:10:31.1700455Z", + "createdAt": "2022-10-22T13:54:03.9392311Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T11:10:31.1700455Z" + "lastModifiedAt": "2022-10-22T13:54:03.9392311Z" } } }, @@ -558,7 +558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:10:32 GMT", + "Date": "Sat, 22 Oct 2022 13:54:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -566,9 +566,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ee1934d-37a1-4f28-bcee-9c2e31cb8141", + "x-ms-correlation-request-id": "56287336-a5a8-4593-ba00-0d27e7056644", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20221020T111033Z:0ee1934d-37a1-4f28-bcee-9c2e31cb8141", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135406Z:56287336-a5a8-4593-ba00-0d27e7056644", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -577,13 +577,13 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-18a4278b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T11%3A10%3A32.2787209Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T13%3A54%3A05.732457Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T11:10:30.2260170Z" + "CreatedOnDate": "2022-10-22T13:54:02.7712604Z" }, "properties": { - "poolId": "2c408710-1aa5-f857-e830-5b44822fc1bd", + "poolId": "4f12e8d6-5930-1639-6c1a-e312c0342192", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -596,10 +596,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T11:10:31.1700455Z", + "createdAt": "2022-10-22T13:54:03.9392311Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T11:10:31.1700455Z" + "lastModifiedAt": "2022-10-22T13:54:03.9392311Z" } } ] @@ -618,25 +618,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/815776b6-77bb-4ec2-81d3-07cafc4aa97d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a061d3-0718-4ce1-a0f5-952d1e16dbf5?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 11:10:43 GMT", + "Date": "Sat, 22 Oct 2022 13:54:17 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/815776b6-77bb-4ec2-81d3-07cafc4aa97d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a061d3-0718-4ce1-a0f5-952d1e16dbf5?api-version=2022-05-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": "dd8d5e4d-4913-4480-89d1-a36fae7a9a70", + "x-ms-correlation-request-id": "6d585e90-7964-470e-ad9c-578604ac47d7", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20221020T111044Z:dd8d5e4d-4913-4480-89d1-a36fae7a9a70", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135417Z:6d585e90-7964-470e-ad9c-578604ac47d7", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/815776b6-77bb-4ec2-81d3-07cafc4aa97d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a061d3-0718-4ce1-a0f5-952d1e16dbf5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -650,7 +650,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:10:43 GMT", + "Date": "Sat, 22 Oct 2022 13:54:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -658,17 +658,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "119aa43f-a2df-4f37-9785-3a6d895545b7", + "x-ms-correlation-request-id": "41b271e1-4747-4550-af4f-03109e659f1e", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20221020T111044Z:119aa43f-a2df-4f37-9785-3a6d895545b7", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135417Z:41b271e1-4747-4550-af4f-03109e659f1e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/815776b6-77bb-4ec2-81d3-07cafc4aa97d", - "name": "815776b6-77bb-4ec2-81d3-07cafc4aa97d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a061d3-0718-4ce1-a0f5-952d1e16dbf5", + "name": "54a061d3-0718-4ce1-a0f5-952d1e16dbf5", + "status": "Deleting", + "startTime": "2022-10-22T13:54:17.2979445Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a061d3-0718-4ce1-a0f5-952d1e16dbf5?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 13: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": "bae5daa7-8b64-4fb2-b0d5-76c3408270c2", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135447Z:bae5daa7-8b64-4fb2-b0d5-76c3408270c2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a061d3-0718-4ce1-a0f5-952d1e16dbf5", + "name": "54a061d3-0718-4ce1-a0f5-952d1e16dbf5", "status": "Succeeded", - "startTime": "2022-10-20T11:10:44.3441634Z", - "endTime": "2022-10-20T11:10:44.5950997Z", + "startTime": "2022-10-22T13:54:17.2979445Z", + "endTime": "2022-10-22T13:54:18.2823841Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1" @@ -676,7 +716,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/815776b6-77bb-4ec2-81d3-07cafc4aa97d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a061d3-0718-4ce1-a0f5-952d1e16dbf5?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -690,7 +730,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:10:44 GMT", + "Date": "Sat, 22 Oct 2022 13:54:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -698,22 +738,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8b8f95ee-3495-46a7-a803-ca4d9aa2e7bd", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20221020T111044Z:8b8f95ee-3495-46a7-a803-ca4d9aa2e7bd", + "x-ms-correlation-request-id": "0d425595-507b-40cf-9a7b-89f7281bd4d1", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135448Z:0d425595-507b-40cf-9a7b-89f7281bd4d1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-18a4278b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T11%3A10%3A44.3319623Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T13%3A54%3A17.3048415Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T11:10:30.2260170Z" + "CreatedOnDate": "2022-10-22T13:54:02.7712604Z" }, "properties": { - "poolId": "2c408710-1aa5-f857-e830-5b44822fc1bd", + "poolId": "4f12e8d6-5930-1639-6c1a-e312c0342192", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", @@ -727,10 +767,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T11:10:31.1700455Z", + "createdAt": "2022-10-22T13:54:03.9392311Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T11:10:31.1700455Z" + "lastModifiedAt": "2022-10-22T13:54:03.9392311Z" } } }, @@ -748,16 +788,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 11:10:56 GMT", + "Date": "Sat, 22 Oct 2022 13:54:57 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": "aeefb1c3-96f3-4b49-af49-2f0055e3e697", + "x-ms-correlation-request-id": "4ba0aadc-50dc-451f-8275-8b73bb30f391", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20221020T111057Z:aeefb1c3-96f3-4b49-af49-2f0055e3e697", - "X-Powered-By": "ASP.NET" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135458Z:4ba0aadc-50dc-451f-8275-8b73bb30f391" }, "ResponseBody": null }, @@ -775,14 +813,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 11:11:07 GMT", + "Date": "Sat, 22 Oct 2022 13: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": "5b3860b3-1bc8-4ea4-9a37-d11533de4862", + "x-ms-correlation-request-id": "975e47b8-e21d-4edd-bcc5-c3cfa14b14d9", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20221020T111108Z:5b3860b3-1bc8-4ea4-9a37-d11533de4862" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135508Z:975e47b8-e21d-4edd-bcc5-c3cfa14b14d9" }, "ResponseBody": null }, @@ -800,14 +838,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 11:11:18 GMT", + "Date": "Sat, 22 Oct 2022 13:55:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b69678cd-1303-44c1-aff7-647aeccf52cd", + "x-ms-correlation-request-id": "a02a6e3b-bc48-4349-aade-67304b94160c", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20221020T111118Z:b69678cd-1303-44c1-aff7-647aeccf52cd" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135519Z:a02a6e3b-bc48-4349-aade-67304b94160c" }, "ResponseBody": null }, @@ -825,14 +863,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 11:11:28 GMT", + "Date": "Sat, 22 Oct 2022 13:55:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "de0a9070-690b-476b-86e7-2f7dbf6b3b7e", + "x-ms-correlation-request-id": "fc5613e7-eceb-4bed-9700-a6eca191b614", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20221020T111128Z:de0a9070-690b-476b-86e7-2f7dbf6b3b7e" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135529Z:fc5613e7-eceb-4bed-9700-a6eca191b614" }, "ResponseBody": null }, @@ -851,14 +889,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:11:38 GMT", + "Date": "Sat, 22 Oct 2022 13: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": "256a493b-794c-4a19-8dac-8d35bdfeadc2", + "x-ms-correlation-request-id": "1090e498-43aa-47f5-abd8-d86fed17c62d", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20221020T111138Z:256a493b-794c-4a19-8dac-8d35bdfeadc2" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135539Z:1090e498-43aa-47f5-abd8-d86fed17c62d" }, "ResponseBody": { "error": { @@ -882,7 +920,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:11:39 GMT", + "Date": "Sat, 22 Oct 2022 13:55:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -890,9 +928,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5cc5abf6-c728-4e77-b686-49b4c540ca46", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20221020T111139Z:5cc5abf6-c728-4e77-b686-49b4c540ca46", + "x-ms-correlation-request-id": "1273b791-8a65-4948-a809-79a0efbd10ac", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135540Z:1273b791-8a65-4948-a809-79a0efbd10ac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -912,25 +950,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/284352d8-944c-4667-a30d-dc93b009afbf?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb2d840a-d2ef-4af2-86a6-da2f7a517ca1?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 11:11:39 GMT", + "Date": "Sat, 22 Oct 2022 13:55:40 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/284352d8-944c-4667-a30d-dc93b009afbf?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb2d840a-d2ef-4af2-86a6-da2f7a517ca1?api-version=2022-05-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": "7529bf68-e24e-4242-9ed2-06369ae0d579", + "x-ms-correlation-request-id": "49ef2f34-c280-49b9-b5ee-e3cd238b222a", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20221020T111140Z:7529bf68-e24e-4242-9ed2-06369ae0d579", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135541Z:49ef2f34-c280-49b9-b5ee-e3cd238b222a", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/284352d8-944c-4667-a30d-dc93b009afbf?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb2d840a-d2ef-4af2-86a6-da2f7a517ca1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -944,7 +982,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:11:40 GMT", + "Date": "Sat, 22 Oct 2022 13:55:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -952,17 +990,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a642630f-7c2b-4fe6-a2b2-f358a03b8017", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20221020T111140Z:a642630f-7c2b-4fe6-a2b2-f358a03b8017", + "x-ms-correlation-request-id": "cc8b5774-b144-479b-a4d8-fcaabf455492", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135541Z:cc8b5774-b144-479b-a4d8-fcaabf455492", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/284352d8-944c-4667-a30d-dc93b009afbf", - "name": "284352d8-944c-4667-a30d-dc93b009afbf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb2d840a-d2ef-4af2-86a6-da2f7a517ca1", + "name": "cb2d840a-d2ef-4af2-86a6-da2f7a517ca1", "status": "Succeeded", - "startTime": "2022-10-20T11:11:39.8029209Z", - "endTime": "2022-10-20T11:11:39.8497538Z", + "startTime": "2022-10-22T13:55:41.4676759Z", + "endTime": "2022-10-22T13:55:41.4987832Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b" @@ -970,7 +1008,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/284352d8-944c-4667-a30d-dc93b009afbf?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb2d840a-d2ef-4af2-86a6-da2f7a517ca1?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -984,7 +1022,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:11:40 GMT", + "Date": "Sat, 22 Oct 2022 13:55:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -992,19 +1030,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89aa36ed-7110-4adb-881c-a120a9fed85c", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20221020T111140Z:89aa36ed-7110-4adb-881c-a120a9fed85c", + "x-ms-correlation-request-id": "0e629083-9bd4-46f6-ae9f-746d7244351a", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135542Z:0e629083-9bd4-46f6-ae9f-746d7244351a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b", "name": "sdk-py-tests-acc-1-18a4278b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T11%3A11%3A39.7698405Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A41.4667288Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T11:10:24.8252949Z" + "CreatedOnDate": "2022-10-22T13:53:56.1476558Z" }, "properties": { "encryption": { @@ -1015,10 +1053,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T11:10:26.8106227Z", + "createdAt": "2022-10-22T13:53:59.2162542Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T11:10:26.8106227Z" + "lastModifiedAt": "2022-10-22T13:53:59.2162542Z" } } }, @@ -1037,15 +1075,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:11:40 GMT", + "Date": "Sat, 22 Oct 2022 13:55: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": "99a137b9-1298-4919-9383-689c69dc88b3", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20221020T111140Z:99a137b9-1298-4919-9383-689c69dc88b3", + "x-ms-correlation-request-id": "5df3604a-0533-47d4-b4a6-8b936b6d7bc1", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135542Z:5df3604a-0533-47d4-b4a6-8b936b6d7bc1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 c1c858ec0214..a1237ece2670 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:02:47 GMT", + "Date": "Sat, 22 Oct 2022 13:58:36 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.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:02:47 GMT", + "Date": "Sat, 22 Oct 2022 13:58:36 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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "8f626a34-c989-4b9a-aa73-bd36d9e47243", + "client-request-id": "4400879c-0284-440a-8386-3ff6cf1670ec", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "8f626a34-c989-4b9a-aa73-bd36d9e47243", + "client-request-id": "4400879c-0284-440a-8386-3ff6cf1670ec", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:02:47 GMT", + "Date": "Sat, 22 Oct 2022 13:58:36 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01eed3cf-c1a0-4f4f-bac3-458ff17765b9?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e3d2fbb6-31e9-40a1-ac5c-d6c61176f5de?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:02:55 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T12%3A02%3A54.7671388Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 13:58:41 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T13%3A58%3A40.5564382Z\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": "8dab059a-315d-4826-9e38-7eea2db62f00", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20221020T120256Z:8dab059a-315d-4826-9e38-7eea2db62f00", + "x-ms-correlation-request-id": "6205d4ee-c19e-48b7-93bc-0bb799556f3a", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135842Z:6205d4ee-c19e-48b7-93bc-0bb799556f3a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf", "name": "sdk-py-tests-acc-1-c97f26bf", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T12%3A02%3A54.7671388Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T13%3A58%3A40.5564382Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T12:02:50.8369113Z" + "CreatedOnDate": "2022-10-22T13:58:38.5207273Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T12:02:53.8263403Z", + "createdAt": "2022-10-22T13:58:40.3755512Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T12:02:53.8263403Z" + "lastModifiedAt": "2022-10-22T13:58:40.3755512Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01eed3cf-c1a0-4f4f-bac3-458ff17765b9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e3d2fbb6-31e9-40a1-ac5c-d6c61176f5de?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:02:56 GMT", + "Date": "Sat, 22 Oct 2022 13:58:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec9a4663-10a1-4eb9-9f96-a5c211a0d599", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20221020T120256Z:ec9a4663-10a1-4eb9-9f96-a5c211a0d599", + "x-ms-correlation-request-id": "22fc8e68-c2e0-4a6b-a22c-3c55a69d2d4b", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135842Z:22fc8e68-c2e0-4a6b-a22c-3c55a69d2d4b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01eed3cf-c1a0-4f4f-bac3-458ff17765b9", - "name": "01eed3cf-c1a0-4f4f-bac3-458ff17765b9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e3d2fbb6-31e9-40a1-ac5c-d6c61176f5de", + "name": "e3d2fbb6-31e9-40a1-ac5c-d6c61176f5de", "status": "Succeeded", - "startTime": "2022-10-20T12:02:54.7641689Z", - "endTime": "2022-10-20T12:02:54.8111504Z", + "startTime": "2022-10-22T13:58:40.5550755Z", + "endTime": "2022-10-22T13:58:40.6019497Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:02:56 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T12%3A02%3A54.814128Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 13:58:42 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T13%3A58%3A40.6063423Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85d2431b-41d1-40a1-ad22-0015341da5de", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20221020T120257Z:85d2431b-41d1-40a1-ad22-0015341da5de", + "x-ms-correlation-request-id": "77b46c28-223f-4123-95c4-7c9ebb3c81be", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135842Z:77b46c28-223f-4123-95c4-7c9ebb3c81be", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf", "name": "sdk-py-tests-acc-1-c97f26bf", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T12%3A02%3A54.814128Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T13%3A58%3A40.6063423Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T12:02:50.8369113Z" + "CreatedOnDate": "2022-10-22T13:58:38.5207273Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T12:02:53.8263403Z", + "createdAt": "2022-10-22T13:58:40.3755512Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T12:02:53.8263403Z" + "lastModifiedAt": "2022-10-22T13:58:40.3755512Z" } } }, @@ -400,30 +400,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1d1032c-abad-4958-9b24-2d3c8feaca07?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67c4c441-dd82-4db5-9d0a-690361369259?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:03:00 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T12%3A02%3A59.4384128Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 13:58:44 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T13%3A58%3A44.4951551Z\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": "5b2cf078-e49e-48e2-b9e2-34995c80164d", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20221020T120300Z:5b2cf078-e49e-48e2-b9e2-34995c80164d", + "x-ms-correlation-request-id": "38d6156b-a97f-4194-a45d-16a40010fa50", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135845Z:38d6156b-a97f-4194-a45d-16a40010fa50", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-c97f26bf/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T12%3A02%3A59.4384128Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T13%3A58%3A44.4951551Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T12:02:57.2945692Z" + "CreatedOnDate": "2022-10-22T13:58:43.2669921Z" }, "properties": { "serviceLevel": "Premium", @@ -437,15 +437,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T12:02:59.2067779Z", + "createdAt": "2022-10-22T13:58:44.2835823Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T12:02:59.2067779Z" + "lastModifiedAt": "2022-10-22T13:58:44.2835823Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1d1032c-abad-4958-9b24-2d3c8feaca07?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67c4c441-dd82-4db5-9d0a-690361369259?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:03:00 GMT", + "Date": "Sat, 22 Oct 2022 13:58:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -467,17 +467,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6adbeb50-9907-4e8b-8733-756a37a9b7b4", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20221020T120301Z:6adbeb50-9907-4e8b-8733-756a37a9b7b4", + "x-ms-correlation-request-id": "08a45dca-efe4-498b-a96a-7849e8539a21", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135845Z:08a45dca-efe4-498b-a96a-7849e8539a21", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1d1032c-abad-4958-9b24-2d3c8feaca07", - "name": "c1d1032c-abad-4958-9b24-2d3c8feaca07", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67c4c441-dd82-4db5-9d0a-690361369259", + "name": "67c4c441-dd82-4db5-9d0a-690361369259", "status": "Succeeded", - "startTime": "2022-10-20T12:02:59.4413086Z", - "endTime": "2022-10-20T12:03:00.4462416Z", + "startTime": "2022-10-22T13:58:44.5332621Z", + "endTime": "2022-10-22T13:58:45.2676423Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1" @@ -499,8 +499,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:03:01 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T12%3A03%3A00.443961Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 13:58:45 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T13%3A58%3A45.2646803Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -508,22 +508,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e43beb7b-7d53-4374-9d31-b1276fa637d7", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20221020T120301Z:e43beb7b-7d53-4374-9d31-b1276fa637d7", + "x-ms-correlation-request-id": "0efafb59-e3ea-41ea-a8ca-e203421f46dd", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135846Z:0efafb59-e3ea-41ea-a8ca-e203421f46dd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-c97f26bf/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T12%3A03%3A00.443961Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T13%3A58%3A45.2646803Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T12:02:57.2945692Z" + "CreatedOnDate": "2022-10-22T13:58:43.2669921Z" }, "properties": { - "poolId": "bd2b09b2-4d59-0324-cce1-22d8256b662a", + "poolId": "656a12a2-29f5-e613-a9fb-ea358d64f47f", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -536,10 +536,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T12:02:59.2067779Z", + "createdAt": "2022-10-22T13:58:44.2835823Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T12:02:59.2067779Z" + "lastModifiedAt": "2022-10-22T13:58:44.2835823Z" } } }, @@ -558,8 +558,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:03:01 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T12%3A03%3A00.443961Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 13:58:45 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T13%3A58%3A45.2646803Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -567,22 +567,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "631932cd-2218-450d-a10d-94d571b45191", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20221020T120302Z:631932cd-2218-450d-a10d-94d571b45191", + "x-ms-correlation-request-id": "fa40123f-67aa-44bc-89b4-12390211eeff", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135846Z:fa40123f-67aa-44bc-89b4-12390211eeff", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-c97f26bf/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T12%3A03%3A00.443961Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T13%3A58%3A45.2646803Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T12:02:57.2945692Z" + "CreatedOnDate": "2022-10-22T13:58:43.2669921Z" }, "properties": { - "poolId": "bd2b09b2-4d59-0324-cce1-22d8256b662a", + "poolId": "656a12a2-29f5-e613-a9fb-ea358d64f47f", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -595,10 +595,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T12:02:59.2067779Z", + "createdAt": "2022-10-22T13:58:44.2835823Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T12:02:59.2067779Z" + "lastModifiedAt": "2022-10-22T13:58:44.2835823Z" } } }, @@ -615,25 +615,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1dc696e2-44bc-4363-ba0b-5e3f7e6919ab?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e19cce3a-b2fb-428d-aece-a616c490a895?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 12:03:12 GMT", + "Date": "Sat, 22 Oct 2022 13:58:56 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1dc696e2-44bc-4363-ba0b-5e3f7e6919ab?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e19cce3a-b2fb-428d-aece-a616c490a895?api-version=2022-05-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": "f7b5d3d5-f535-4d55-a4b8-08e8380d4c00", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20221020T120312Z:f7b5d3d5-f535-4d55-a4b8-08e8380d4c00", + "x-ms-correlation-request-id": "ee3b4d5d-bc35-43e4-930e-4b2144ad7daa", + "x-ms-ratelimit-remaining-subscription-deletes": "14982", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135857Z:ee3b4d5d-bc35-43e4-930e-4b2144ad7daa", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1dc696e2-44bc-4363-ba0b-5e3f7e6919ab?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e19cce3a-b2fb-428d-aece-a616c490a895?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -647,7 +647,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:03:12 GMT", + "Date": "Sat, 22 Oct 2022 13:58:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -655,17 +655,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8b63ce67-c0c3-45ca-9a57-b95c5437a6f2", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20221020T120312Z:8b63ce67-c0c3-45ca-9a57-b95c5437a6f2", + "x-ms-correlation-request-id": "c175f44f-9a5f-4b45-aabe-a81675bc8508", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135857Z:c175f44f-9a5f-4b45-aabe-a81675bc8508", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1dc696e2-44bc-4363-ba0b-5e3f7e6919ab", - "name": "1dc696e2-44bc-4363-ba0b-5e3f7e6919ab", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e19cce3a-b2fb-428d-aece-a616c490a895", + "name": "e19cce3a-b2fb-428d-aece-a616c490a895", + "status": "Deleting", + "startTime": "2022-10-22T13:58:57.0724928Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e19cce3a-b2fb-428d-aece-a616c490a895?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 13:59: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": "a2b88f80-fa0d-4317-8072-d722e00bcd9d", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135927Z:a2b88f80-fa0d-4317-8072-d722e00bcd9d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e19cce3a-b2fb-428d-aece-a616c490a895", + "name": "e19cce3a-b2fb-428d-aece-a616c490a895", "status": "Succeeded", - "startTime": "2022-10-20T12:03:12.6087395Z", - "endTime": "2022-10-20T12:03:12.8275037Z", + "startTime": "2022-10-22T13:58:57.0724928Z", + "endTime": "2022-10-22T13:58:58.1349614Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1" @@ -673,7 +713,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1dc696e2-44bc-4363-ba0b-5e3f7e6919ab?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e19cce3a-b2fb-428d-aece-a616c490a895?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -687,7 +727,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:03:12 GMT", + "Date": "Sat, 22 Oct 2022 13:59:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -695,22 +735,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d375d7f-96e8-4a6f-b2f7-6b2f66603fdc", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20221020T120313Z:6d375d7f-96e8-4a6f-b2f7-6b2f66603fdc", + "x-ms-correlation-request-id": "bfece425-4c02-43ec-a426-cb7fa61506e1", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135927Z:bfece425-4c02-43ec-a426-cb7fa61506e1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-c97f26bf/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T12%3A03%3A12.5991213Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T13%3A58%3A57.0669353Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T12:02:57.2945692Z" + "CreatedOnDate": "2022-10-22T13:58:43.2669921Z" }, "properties": { - "poolId": "bd2b09b2-4d59-0324-cce1-22d8256b662a", + "poolId": "656a12a2-29f5-e613-a9fb-ea358d64f47f", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1", @@ -724,10 +764,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T12:02:59.2067779Z", + "createdAt": "2022-10-22T13:58:44.2835823Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T12:02:59.2067779Z" + "lastModifiedAt": "2022-10-22T13:58:44.2835823Z" } } }, @@ -745,16 +785,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 12:03:24 GMT", + "Date": "Sat, 22 Oct 2022 13:59: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": "7789bac4-1428-4c44-aed4-afeb324d47c0", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20221020T120325Z:7789bac4-1428-4c44-aed4-afeb324d47c0", - "X-Powered-By": "ASP.NET" + "x-ms-correlation-request-id": "ea86010a-2cc2-4fe1-aa65-1df6a0f6220d", + "x-ms-ratelimit-remaining-subscription-deletes": "14981", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135938Z:ea86010a-2cc2-4fe1-aa65-1df6a0f6220d" }, "ResponseBody": null }, @@ -772,14 +810,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 12:03:35 GMT", + "Date": "Sat, 22 Oct 2022 13:59:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e973621-e73a-457a-b84b-6e93eb1e1eaa", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20221020T120336Z:0e973621-e73a-457a-b84b-6e93eb1e1eaa" + "x-ms-correlation-request-id": "f879f081-1ad9-4f21-9d97-76d129e895c8", + "x-ms-ratelimit-remaining-subscription-deletes": "14980", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135948Z:f879f081-1ad9-4f21-9d97-76d129e895c8" }, "ResponseBody": null }, @@ -797,14 +835,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 12:03:46 GMT", + "Date": "Sat, 22 Oct 2022 13:59:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a5fc9610-2664-4e17-b067-f1523ac8a92a", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20221020T120346Z:a5fc9610-2664-4e17-b067-f1523ac8a92a" + "x-ms-correlation-request-id": "001bddbc-ce23-4334-a5b4-0514da872906", + "x-ms-ratelimit-remaining-subscription-deletes": "14979", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135958Z:001bddbc-ce23-4334-a5b4-0514da872906" }, "ResponseBody": null }, @@ -822,14 +860,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 12:03:56 GMT", + "Date": "Sat, 22 Oct 2022 14:00:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "329202ff-a2ad-466a-b3b8-36fd54ae6704", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20221020T120356Z:329202ff-a2ad-466a-b3b8-36fd54ae6704" + "x-ms-correlation-request-id": "259cd7e1-1838-4fbb-8121-d2171365c5b5", + "x-ms-ratelimit-remaining-subscription-deletes": "14978", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140009Z:259cd7e1-1838-4fbb-8121-d2171365c5b5" }, "ResponseBody": null }, @@ -848,14 +886,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:04:06 GMT", + "Date": "Sat, 22 Oct 2022 14:00:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb868a8b-707b-4b7d-9865-7f8ed1d363b3", + "x-ms-correlation-request-id": "8e4420cf-9b21-462a-bf77-d88cc15f411b", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20221020T120406Z:fb868a8b-707b-4b7d-9865-7f8ed1d363b3" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140019Z:8e4420cf-9b21-462a-bf77-d88cc15f411b" }, "ResponseBody": { "error": { @@ -877,25 +915,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4be501f7-06bb-4b8d-a980-c8b91e6237db?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eefd849d-dafb-4772-8074-d2c52065c59e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 12:04:07 GMT", + "Date": "Sat, 22 Oct 2022 14:00:19 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4be501f7-06bb-4b8d-a980-c8b91e6237db?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eefd849d-dafb-4772-8074-d2c52065c59e?api-version=2022-05-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": "40f3a8ce-8459-4b65-9946-04112d3bc47c", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20221020T120407Z:40f3a8ce-8459-4b65-9946-04112d3bc47c", + "x-ms-correlation-request-id": "03fdbefe-940e-4862-8e54-d2deaf3e7517", + "x-ms-ratelimit-remaining-subscription-deletes": "14977", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140020Z:03fdbefe-940e-4862-8e54-d2deaf3e7517", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4be501f7-06bb-4b8d-a980-c8b91e6237db?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eefd849d-dafb-4772-8074-d2c52065c59e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -909,7 +947,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:04:07 GMT", + "Date": "Sat, 22 Oct 2022 14:00:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -917,17 +955,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d52f840-04ce-46ef-ac3f-520a0ee12839", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20221020T120408Z:3d52f840-04ce-46ef-ac3f-520a0ee12839", + "x-ms-correlation-request-id": "e0dd2153-05d0-49da-be00-51d95faa4530", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140021Z:e0dd2153-05d0-49da-be00-51d95faa4530", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4be501f7-06bb-4b8d-a980-c8b91e6237db", - "name": "4be501f7-06bb-4b8d-a980-c8b91e6237db", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eefd849d-dafb-4772-8074-d2c52065c59e", + "name": "eefd849d-dafb-4772-8074-d2c52065c59e", "status": "Succeeded", - "startTime": "2022-10-20T12:04:07.6527126Z", - "endTime": "2022-10-20T12:04:07.6996018Z", + "startTime": "2022-10-22T14:00:20.7686629Z", + "endTime": "2022-10-22T14:00:20.8467675Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf" @@ -935,7 +973,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4be501f7-06bb-4b8d-a980-c8b91e6237db?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eefd849d-dafb-4772-8074-d2c52065c59e?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -949,7 +987,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:04:08 GMT", + "Date": "Sat, 22 Oct 2022 14:00:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -957,19 +995,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f7e307e6-586f-482f-9df2-48c6588d2144", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20221020T120408Z:f7e307e6-586f-482f-9df2-48c6588d2144", + "x-ms-correlation-request-id": "2612bc4d-2018-43c2-827c-cc0c60c014a7", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140021Z:2612bc4d-2018-43c2-827c-cc0c60c014a7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf", "name": "sdk-py-tests-acc-1-c97f26bf", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T12%3A04%3A07.6421266Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A20.7511118Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T12:02:50.8369113Z" + "CreatedOnDate": "2022-10-22T13:58:38.5207273Z" }, "properties": { "encryption": { @@ -980,10 +1018,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T12:02:53.8263403Z", + "createdAt": "2022-10-22T13:58:40.3755512Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T12:02:53.8263403Z" + "lastModifiedAt": "2022-10-22T13:58:40.3755512Z" } } }, @@ -1002,15 +1040,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:04:08 GMT", + "Date": "Sat, 22 Oct 2022 14:00:20 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": "96190c91-605d-4ffc-a7de-31bfa16d66d5", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20221020T120409Z:96190c91-605d-4ffc-a7de-31bfa16d66d5", + "x-ms-correlation-request-id": "9833ce35-d47d-4748-92bc-823b74640d83", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140021Z:9833ce35-d47d-4748-92bc-823b74640d83", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 de85c8e09a06..412f453c4bcb 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:37:02 GMT", + "Date": "Sat, 22 Oct 2022 13:55: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.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:37:02 GMT", + "Date": "Sat, 22 Oct 2022 13:55: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.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13845.10 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "ecd8bd06-16a4-4c81-8ee8-33ef808fcfe9", + "client-request-id": "06a7f19b-4960-48b5-9850-0139fbe2ebc4", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "ecd8bd06-16a4-4c81-8ee8-33ef808fcfe9", + "client-request-id": "06a7f19b-4960-48b5-9850-0139fbe2ebc4", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:37:02 GMT", + "Date": "Sat, 22 Oct 2022 13:55:42 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e976bdbe-4716-4865-ba3d-4d0b53f51f79?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ca109c9-0708-407e-911d-e2f4de60f714?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:37:09 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A08.7492879Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 13:55:47 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A46.2893737Z\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": "baa191ff-44a5-47e9-92ee-ac898aa3668d", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113710Z:baa191ff-44a5-47e9-92ee-ac898aa3668d", + "x-ms-correlation-request-id": "d480ec32-95ca-4501-8bf2-b07c66d24d32", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135547Z:d480ec32-95ca-4501-8bf2-b07c66d24d32", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474", "name": "sdk-py-tests-acc-1-e3f62474", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A08.7492879Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A46.2893737Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T11:37:05.3701685Z" + "CreatedOnDate": "2022-10-22T13:55:44.6218372Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T11:37:07.6726154Z", + "createdAt": "2022-10-22T13:55:46.1198997Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T11:37:07.6726154Z" + "lastModifiedAt": "2022-10-22T13:55:46.1198997Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e976bdbe-4716-4865-ba3d-4d0b53f51f79?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ca109c9-0708-407e-911d-e2f4de60f714?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:37:10 GMT", + "Date": "Sat, 22 Oct 2022 13:55:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d08cd873-7c17-481b-a4f6-af37505b7907", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113710Z:d08cd873-7c17-481b-a4f6-af37505b7907", + "x-ms-correlation-request-id": "0e24d81d-e090-4852-8ed4-13592e6cd4d8", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135548Z:0e24d81d-e090-4852-8ed4-13592e6cd4d8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e976bdbe-4716-4865-ba3d-4d0b53f51f79", - "name": "e976bdbe-4716-4865-ba3d-4d0b53f51f79", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ca109c9-0708-407e-911d-e2f4de60f714", + "name": "8ca109c9-0708-407e-911d-e2f4de60f714", "status": "Succeeded", - "startTime": "2022-10-20T11:37:08.7534525Z", - "endTime": "2022-10-20T11:37:08.8159604Z", + "startTime": "2022-10-22T13:55:46.2961408Z", + "endTime": "2022-10-22T13:55:46.3430259Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:37:10 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A08.8014824Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 13:55:48 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A46.3479388Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6413e850-4a08-4414-918b-fe55815027fd", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113711Z:6413e850-4a08-4414-918b-fe55815027fd", + "x-ms-correlation-request-id": "a3f99feb-28aa-403b-bb8e-f87e36e1ea71", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135548Z:a3f99feb-28aa-403b-bb8e-f87e36e1ea71", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474", "name": "sdk-py-tests-acc-1-e3f62474", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A08.8014824Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A46.3479388Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T11:37:05.3701685Z" + "CreatedOnDate": "2022-10-22T13:55:44.6218372Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T11:37:07.6726154Z", + "createdAt": "2022-10-22T13:55:46.1198997Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T11:37:07.6726154Z" + "lastModifiedAt": "2022-10-22T13:55:46.1198997Z" } } }, @@ -400,30 +400,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb90eadf-747e-4ab2-ac00-6adfc37f84de?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5685e539-702f-4055-8a5a-dd49ba3f9da7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:37:13 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A12.9068712Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 13:55:50 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A50.1581713Z\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": "fcf9fdfa-649e-4cad-ae1b-95908bea207a", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113713Z:fcf9fdfa-649e-4cad-ae1b-95908bea207a", + "x-ms-correlation-request-id": "daba6cc7-5887-4a92-8423-f4eb5180fb61", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135551Z:daba6cc7-5887-4a92-8423-f4eb5180fb61", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A12.9068712Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A50.1581713Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T11:37:11.5236642Z" + "CreatedOnDate": "2022-10-22T13:55:48.7187929Z" }, "properties": { "serviceLevel": "Premium", @@ -437,15 +437,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T11:37:12.6101633Z", + "createdAt": "2022-10-22T13:55:49.8874499Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T11:37:12.6101633Z" + "lastModifiedAt": "2022-10-22T13:55:49.8874499Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb90eadf-747e-4ab2-ac00-6adfc37f84de?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5685e539-702f-4055-8a5a-dd49ba3f9da7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:37:13 GMT", + "Date": "Sat, 22 Oct 2022 13:55:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -467,17 +467,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "49b86b7f-498d-455d-a4dd-25ad9f66f29b", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113714Z:49b86b7f-498d-455d-a4dd-25ad9f66f29b", + "x-ms-correlation-request-id": "88c6529d-c6e7-41da-8d20-768b601d3ddf", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135551Z:88c6529d-c6e7-41da-8d20-768b601d3ddf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb90eadf-747e-4ab2-ac00-6adfc37f84de", - "name": "bb90eadf-747e-4ab2-ac00-6adfc37f84de", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5685e539-702f-4055-8a5a-dd49ba3f9da7", + "name": "5685e539-702f-4055-8a5a-dd49ba3f9da7", "status": "Succeeded", - "startTime": "2022-10-20T11:37:12.9011995Z", - "endTime": "2022-10-20T11:37:13.8729959Z", + "startTime": "2022-10-22T13:55:50.155972Z", + "endTime": "2022-10-22T13:55:51.1146978Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1" @@ -499,8 +499,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:37:13 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A13.8617585Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 13:55:51 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A51.1002225Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -508,22 +508,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8394d05d-eacb-4183-853a-a2f1a002f866", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113714Z:8394d05d-eacb-4183-853a-a2f1a002f866", + "x-ms-correlation-request-id": "bff4cc4f-e18f-489c-b38f-3ba00dd0770c", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135551Z:bff4cc4f-e18f-489c-b38f-3ba00dd0770c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A13.8617585Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A51.1002225Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T11:37:11.5236642Z" + "CreatedOnDate": "2022-10-22T13:55:48.7187929Z" }, "properties": { - "poolId": "18d0e836-6d53-10d2-fc3c-eac4ee77ad70", + "poolId": "05e7c892-f126-ae95-3fa4-0a88513440e9", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -536,10 +536,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T11:37:12.6101633Z", + "createdAt": "2022-10-22T13:55:49.8874499Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T11:37:12.6101633Z" + "lastModifiedAt": "2022-10-22T13:55:49.8874499Z" } } }, @@ -565,30 +565,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c202da94-8bb2-4d09-80e7-adaa42cdb3f1?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fee6d527-3906-418f-a3a1-aa6f5cb675d6?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:37:16 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A16.2149484Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 13:55:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A53.5372479Z\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": "d0dd362b-4b78-45fb-92a4-f2265a6b6ba5", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113717Z:d0dd362b-4b78-45fb-92a4-f2265a6b6ba5", + "x-ms-correlation-request-id": "a588689a-5d9e-47cd-b3da-3a9020c922aa", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135554Z:a588689a-5d9e-47cd-b3da-3a9020c922aa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A16.2149484Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A53.5372479Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T11:37:14.6915981Z" + "CreatedOnDate": "2022-10-22T13:55:52.1668618Z" }, "properties": { "serviceLevel": "Premium", @@ -602,15 +602,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T11:37:15.9226982Z", + "createdAt": "2022-10-22T13:55:53.3288351Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T11:37:15.9226982Z" + "lastModifiedAt": "2022-10-22T13:55:53.3288351Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c202da94-8bb2-4d09-80e7-adaa42cdb3f1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fee6d527-3906-418f-a3a1-aa6f5cb675d6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -624,7 +624,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:37:16 GMT", + "Date": "Sat, 22 Oct 2022 13:55:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -632,17 +632,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e8376c91-d1a5-4fdc-a7ca-52dd579693ec", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113717Z:e8376c91-d1a5-4fdc-a7ca-52dd579693ec", + "x-ms-correlation-request-id": "15331fd9-b0c1-472f-a1c0-31c7980dcf72", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135554Z:15331fd9-b0c1-472f-a1c0-31c7980dcf72", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c202da94-8bb2-4d09-80e7-adaa42cdb3f1", - "name": "c202da94-8bb2-4d09-80e7-adaa42cdb3f1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fee6d527-3906-418f-a3a1-aa6f5cb675d6", + "name": "fee6d527-3906-418f-a3a1-aa6f5cb675d6", "status": "Succeeded", - "startTime": "2022-10-20T11:37:16.2167205Z", - "endTime": "2022-10-20T11:37:16.37298Z", + "startTime": "2022-10-22T13:55:53.5367627Z", + "endTime": "2022-10-22T13:55:53.7243573Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2" @@ -664,8 +664,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:37:16 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A16.3544159Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 13:55:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A53.723723Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -673,22 +673,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e8b9e689-25f4-4ac6-9372-aa04905572fd", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113717Z:e8b9e689-25f4-4ac6-9372-aa04905572fd", + "x-ms-correlation-request-id": "8dbfe139-23fb-43ac-b894-c631b1e4069a", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135555Z:8dbfe139-23fb-43ac-b894-c631b1e4069a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A16.3544159Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A53.723723Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T11:37:14.6915981Z" + "CreatedOnDate": "2022-10-22T13:55:52.1668618Z" }, "properties": { - "poolId": "0668dd9c-f4b5-350c-9d02-2a872237b870", + "poolId": "ae769acc-8296-82f3-029f-2bd4208c8cca", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -701,10 +701,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T11:37:15.9226982Z", + "createdAt": "2022-10-22T13:55:53.3288351Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T11:37:15.9226982Z" + "lastModifiedAt": "2022-10-22T13:55:53.3288351Z" } } }, @@ -723,7 +723,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:37:17 GMT", + "Date": "Sat, 22 Oct 2022 13:55:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -731,9 +731,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "634194b1-bb24-477f-983a-d844788ae9cc", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113718Z:634194b1-bb24-477f-983a-d844788ae9cc", + "x-ms-correlation-request-id": "55b99ed3-10ac-4964-9c3a-c5aac76d4a08", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135555Z:55b99ed3-10ac-4964-9c3a-c5aac76d4a08", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -742,13 +742,13 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A13.8617585Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A51.1002225Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T11:37:11.5236642Z" + "CreatedOnDate": "2022-10-22T13:55:48.7187929Z" }, "properties": { - "poolId": "18d0e836-6d53-10d2-fc3c-eac4ee77ad70", + "poolId": "05e7c892-f126-ae95-3fa4-0a88513440e9", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -761,23 +761,23 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T11:37:12.6101633Z", + "createdAt": "2022-10-22T13:55:49.8874499Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T11:37:12.6101633Z" + "lastModifiedAt": "2022-10-22T13:55:49.8874499Z" } }, { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A16.3544159Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A53.723723Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T11:37:14.6915981Z" + "CreatedOnDate": "2022-10-22T13:55:52.1668618Z" }, "properties": { - "poolId": "0668dd9c-f4b5-350c-9d02-2a872237b870", + "poolId": "ae769acc-8296-82f3-029f-2bd4208c8cca", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -790,10 +790,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T11:37:15.9226982Z", + "createdAt": "2022-10-22T13:55:53.3288351Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T11:37:15.9226982Z" + "lastModifiedAt": "2022-10-22T13:55:53.3288351Z" } } ] @@ -812,65 +812,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ab18e67e-d686-418a-9a32-dc802a383227?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4fd4818b-357d-4115-a98b-289ba4d36392?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 11:37:27 GMT", + "Date": "Sat, 22 Oct 2022 13:56:05 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ab18e67e-d686-418a-9a32-dc802a383227?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4fd4818b-357d-4115-a98b-289ba4d36392?api-version=2022-05-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": "09037fa9-25d0-42fc-aaa2-0b15c5379f54", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113728Z:09037fa9-25d0-42fc-aaa2-0b15c5379f54", + "x-ms-correlation-request-id": "c64118d8-b328-470f-b07a-c3636e7b37e6", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135606Z:c64118d8-b328-470f-b07a-c3636e7b37e6", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ab18e67e-d686-418a-9a32-dc802a383227?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:37: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": "80c28c85-24d2-46b3-a1ea-e51a07c6a33f", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113729Z:80c28c85-24d2-46b3-a1ea-e51a07c6a33f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ab18e67e-d686-418a-9a32-dc802a383227", - "name": "ab18e67e-d686-418a-9a32-dc802a383227", - "status": "Deleting", - "startTime": "2022-10-20T11:37:28.7950705Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ab18e67e-d686-418a-9a32-dc802a383227?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4fd4818b-357d-4115-a98b-289ba4d36392?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -884,7 +844,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:37:59 GMT", + "Date": "Sat, 22 Oct 2022 13:56:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -892,17 +852,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70c814d6-5fea-496a-808a-3e904155baaf", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113759Z:70c814d6-5fea-496a-808a-3e904155baaf", + "x-ms-correlation-request-id": "48f5f40c-dc88-43d5-8fa1-6a13d6846c79", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135606Z:48f5f40c-dc88-43d5-8fa1-6a13d6846c79", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ab18e67e-d686-418a-9a32-dc802a383227", - "name": "ab18e67e-d686-418a-9a32-dc802a383227", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4fd4818b-357d-4115-a98b-289ba4d36392", + "name": "4fd4818b-357d-4115-a98b-289ba4d36392", "status": "Succeeded", - "startTime": "2022-10-20T11:37:28.7950705Z", - "endTime": "2022-10-20T11:37:29.779389Z", + "startTime": "2022-10-22T13:56:06.1875742Z", + "endTime": "2022-10-22T13:56:06.4186515Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1" @@ -910,7 +870,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ab18e67e-d686-418a-9a32-dc802a383227?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4fd4818b-357d-4115-a98b-289ba4d36392?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -924,7 +884,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:37:59 GMT", + "Date": "Sat, 22 Oct 2022 13:56:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -932,22 +892,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "97b4a947-ca04-458a-9255-ddf32fdce152", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113759Z:97b4a947-ca04-458a-9255-ddf32fdce152", + "x-ms-correlation-request-id": "8f12bdb4-579c-4b37-bfa8-081dc1a6a71d", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135606Z:8f12bdb4-579c-4b37-bfa8-081dc1a6a71d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T11%3A37%3A28.7857114Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T13%3A56%3A06.1865993Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T11:37:11.5236642Z" + "CreatedOnDate": "2022-10-22T13:55:48.7187929Z" }, "properties": { - "poolId": "18d0e836-6d53-10d2-fc3c-eac4ee77ad70", + "poolId": "05e7c892-f126-ae95-3fa4-0a88513440e9", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1", @@ -961,10 +921,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T11:37:12.6101633Z", + "createdAt": "2022-10-22T13:55:49.8874499Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T11:37:12.6101633Z" + "lastModifiedAt": "2022-10-22T13:55:49.8874499Z" } } }, @@ -982,14 +942,16 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 11:38:09 GMT", + "Date": "Sat, 22 Oct 2022 13:56:19 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": "657edb33-e15f-431b-b0b0-ba58b57bdbaa", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113809Z:657edb33-e15f-431b-b0b0-ba58b57bdbaa" + "x-ms-correlation-request-id": "a574335a-01f7-40bf-af6e-d684f98a1063", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135619Z:a574335a-01f7-40bf-af6e-d684f98a1063", + "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, @@ -1007,14 +969,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 11:38:19 GMT", + "Date": "Sat, 22 Oct 2022 13:56:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a413591-7346-4e8c-9915-0cfd7be554d8", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113820Z:9a413591-7346-4e8c-9915-0cfd7be554d8" + "x-ms-correlation-request-id": "2356a6c2-e0da-4a90-a862-65724c249cc8", + "x-ms-ratelimit-remaining-subscription-deletes": "14991", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135629Z:2356a6c2-e0da-4a90-a862-65724c249cc8" }, "ResponseBody": null }, @@ -1032,14 +994,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 11:38:30 GMT", + "Date": "Sat, 22 Oct 2022 13:56:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f9b80698-21f0-4664-8e11-312549090260", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113830Z:f9b80698-21f0-4664-8e11-312549090260" + "x-ms-correlation-request-id": "7e88b301-cce5-4c7f-8df4-d0c00beceb30", + "x-ms-ratelimit-remaining-subscription-deletes": "14990", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135639Z:7e88b301-cce5-4c7f-8df4-d0c00beceb30" }, "ResponseBody": null }, @@ -1057,14 +1019,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 11:38:40 GMT", + "Date": "Sat, 22 Oct 2022 13:56:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "34e45f96-d9cb-4e18-bddf-1909e4e096aa", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113841Z:34e45f96-d9cb-4e18-bddf-1909e4e096aa" + "x-ms-correlation-request-id": "62794488-0dfc-4f08-9a19-437a8f90cef2", + "x-ms-ratelimit-remaining-subscription-deletes": "14989", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135650Z:62794488-0dfc-4f08-9a19-437a8f90cef2" }, "ResponseBody": null }, @@ -1083,14 +1045,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:38:50 GMT", + "Date": "Sat, 22 Oct 2022 13:56:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "81488551-53ca-4293-bb6e-63cd36718ec9", + "x-ms-correlation-request-id": "2f46f76c-37e8-4333-9538-2043c1c637f5", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113851Z:81488551-53ca-4293-bb6e-63cd36718ec9" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135700Z:2f46f76c-37e8-4333-9538-2043c1c637f5" }, "ResponseBody": { "error": { @@ -1112,25 +1074,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/083a7dad-858e-4a22-86c8-6fd350c566fa?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/467c982f-fc4b-45b2-b101-02344da8254d?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 11:39:02 GMT", + "Date": "Sat, 22 Oct 2022 13:57:10 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/083a7dad-858e-4a22-86c8-6fd350c566fa?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/467c982f-fc4b-45b2-b101-02344da8254d?api-version=2022-05-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": "e191ba4c-dea3-4887-8719-e1444c7388fb", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113902Z:e191ba4c-dea3-4887-8719-e1444c7388fb", + "x-ms-correlation-request-id": "93bb0820-b14d-4c71-8f9a-790faed5d2f0", + "x-ms-ratelimit-remaining-subscription-deletes": "14988", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135711Z:93bb0820-b14d-4c71-8f9a-790faed5d2f0", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/083a7dad-858e-4a22-86c8-6fd350c566fa?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/467c982f-fc4b-45b2-b101-02344da8254d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1144,7 +1106,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:39:02 GMT", + "Date": "Sat, 22 Oct 2022 13:57:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1152,16 +1114,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "adc02093-e774-4a74-be83-7a973557dee0", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113903Z:adc02093-e774-4a74-be83-7a973557dee0", + "x-ms-correlation-request-id": "2a9d4826-c2ff-4f94-b600-20242ffa3c4f", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135712Z:2a9d4826-c2ff-4f94-b600-20242ffa3c4f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/083a7dad-858e-4a22-86c8-6fd350c566fa", - "name": "083a7dad-858e-4a22-86c8-6fd350c566fa", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/467c982f-fc4b-45b2-b101-02344da8254d", + "name": "467c982f-fc4b-45b2-b101-02344da8254d", "status": "Deleting", - "startTime": "2022-10-20T11:39:02.6923888Z", + "startTime": "2022-10-22T13:57:11.7614524Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1170,7 +1132,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/083a7dad-858e-4a22-86c8-6fd350c566fa?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/467c982f-fc4b-45b2-b101-02344da8254d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1184,7 +1146,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:39:33 GMT", + "Date": "Sat, 22 Oct 2022 13:57:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1192,17 +1154,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dd588f1c-d5ac-4e57-841f-46399009f52e", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113933Z:dd588f1c-d5ac-4e57-841f-46399009f52e", + "x-ms-correlation-request-id": "986a10ef-9c65-46d8-910a-4c66b018ddd6", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135742Z:986a10ef-9c65-46d8-910a-4c66b018ddd6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/083a7dad-858e-4a22-86c8-6fd350c566fa", - "name": "083a7dad-858e-4a22-86c8-6fd350c566fa", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/467c982f-fc4b-45b2-b101-02344da8254d", + "name": "467c982f-fc4b-45b2-b101-02344da8254d", "status": "Succeeded", - "startTime": "2022-10-20T11:39:02.6923888Z", - "endTime": "2022-10-20T11:39:03.8799761Z", + "startTime": "2022-10-22T13:57:11.7614524Z", + "endTime": "2022-10-22T13:57:12.7937739Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2" @@ -1210,7 +1172,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/083a7dad-858e-4a22-86c8-6fd350c566fa?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/467c982f-fc4b-45b2-b101-02344da8254d?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1224,7 +1186,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:39:33 GMT", + "Date": "Sat, 22 Oct 2022 13:57:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1232,22 +1194,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7672e7c9-b820-4414-829e-c7fb19b6caf0", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113933Z:7672e7c9-b820-4414-829e-c7fb19b6caf0", + "x-ms-correlation-request-id": "1904da76-c478-4220-a5d8-a86ec299931f", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135742Z:1904da76-c478-4220-a5d8-a86ec299931f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T11%3A39%3A02.681606Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T13%3A57%3A11.7691141Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T11:37:14.6915981Z" + "CreatedOnDate": "2022-10-22T13:55:52.1668618Z" }, "properties": { - "poolId": "0668dd9c-f4b5-350c-9d02-2a872237b870", + "poolId": "ae769acc-8296-82f3-029f-2bd4208c8cca", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2", @@ -1261,10 +1223,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T11:37:15.9226982Z", + "createdAt": "2022-10-22T13:55:53.3288351Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T11:37:15.9226982Z" + "lastModifiedAt": "2022-10-22T13:55:53.3288351Z" } } }, @@ -1282,14 +1244,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 11:39:43 GMT", + "Date": "Sat, 22 Oct 2022 13:57:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d062dafc-3a74-4a37-8d47-8dad9002679d", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113943Z:d062dafc-3a74-4a37-8d47-8dad9002679d" + "x-ms-correlation-request-id": "23040d64-4105-4e37-bb77-3162338b7c63", + "x-ms-ratelimit-remaining-subscription-deletes": "14987", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135752Z:23040d64-4105-4e37-bb77-3162338b7c63" }, "ResponseBody": null }, @@ -1307,14 +1269,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 11:39:53 GMT", + "Date": "Sat, 22 Oct 2022 13:58:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0731ce99-700d-486c-83a0-cb909e4fa7fb", - "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "WESTEUROPE:20221020T113954Z:0731ce99-700d-486c-83a0-cb909e4fa7fb" + "x-ms-correlation-request-id": "43ed5bc2-7ead-4aff-8c73-cee099b36c00", + "x-ms-ratelimit-remaining-subscription-deletes": "14986", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135803Z:43ed5bc2-7ead-4aff-8c73-cee099b36c00" }, "ResponseBody": null }, @@ -1332,14 +1294,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 11:40:04 GMT", + "Date": "Sat, 22 Oct 2022 13:58:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc9c5424-4eae-4635-8749-0c0c8580580a", - "x-ms-ratelimit-remaining-subscription-deletes": "14991", - "x-ms-routing-request-id": "WESTEUROPE:20221020T114004Z:cc9c5424-4eae-4635-8749-0c0c8580580a" + "x-ms-correlation-request-id": "cdd78088-3131-4a0c-abc4-121150c1622e", + "x-ms-ratelimit-remaining-subscription-deletes": "14985", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135813Z:cdd78088-3131-4a0c-abc4-121150c1622e" }, "ResponseBody": null }, @@ -1357,14 +1319,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 11:40:14 GMT", + "Date": "Sat, 22 Oct 2022 13:58:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad0c2ad0-24f5-430f-9583-3939882ab2fa", - "x-ms-ratelimit-remaining-subscription-deletes": "14990", - "x-ms-routing-request-id": "WESTEUROPE:20221020T114014Z:ad0c2ad0-24f5-430f-9583-3939882ab2fa" + "x-ms-correlation-request-id": "a5409d19-3fbb-4e22-b2a5-8509b8b8b90e", + "x-ms-ratelimit-remaining-subscription-deletes": "14984", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135823Z:a5409d19-3fbb-4e22-b2a5-8509b8b8b90e" }, "ResponseBody": null }, @@ -1383,14 +1345,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:40:24 GMT", + "Date": "Sat, 22 Oct 2022 13:58:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f835f262-8a5e-4fa3-aead-e25a522ab400", + "x-ms-correlation-request-id": "eb695aff-9319-469b-b4e0-e657b0632ebd", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20221020T114025Z:f835f262-8a5e-4fa3-aead-e25a522ab400" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135834Z:eb695aff-9319-469b-b4e0-e657b0632ebd" }, "ResponseBody": { "error": { @@ -1412,25 +1374,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b81c7fbd-6aab-486c-b7dc-493249939b2a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a810f3cd-fba7-4c3a-a307-9594e5f90cd0?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 11:40:26 GMT", + "Date": "Sat, 22 Oct 2022 13:58:35 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b81c7fbd-6aab-486c-b7dc-493249939b2a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a810f3cd-fba7-4c3a-a307-9594e5f90cd0?api-version=2022-05-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": "52045939-d2b7-4b54-bd66-c5add2072e09", - "x-ms-ratelimit-remaining-subscription-deletes": "14989", - "x-ms-routing-request-id": "WESTEUROPE:20221020T114026Z:52045939-d2b7-4b54-bd66-c5add2072e09", + "x-ms-correlation-request-id": "16e64df4-6157-40f3-a4b4-103a0f229411", + "x-ms-ratelimit-remaining-subscription-deletes": "14983", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135835Z:16e64df4-6157-40f3-a4b4-103a0f229411", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b81c7fbd-6aab-486c-b7dc-493249939b2a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a810f3cd-fba7-4c3a-a307-9594e5f90cd0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1444,7 +1406,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:40:26 GMT", + "Date": "Sat, 22 Oct 2022 13:58:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1452,17 +1414,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "570465c2-fc9e-4262-80ca-81bb1e67518b", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "WESTEUROPE:20221020T114026Z:570465c2-fc9e-4262-80ca-81bb1e67518b", + "x-ms-correlation-request-id": "b70ed4b0-2f12-4606-823d-297fe0e5a2e1", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135835Z:b70ed4b0-2f12-4606-823d-297fe0e5a2e1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b81c7fbd-6aab-486c-b7dc-493249939b2a", - "name": "b81c7fbd-6aab-486c-b7dc-493249939b2a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a810f3cd-fba7-4c3a-a307-9594e5f90cd0", + "name": "a810f3cd-fba7-4c3a-a307-9594e5f90cd0", "status": "Succeeded", - "startTime": "2022-10-20T11:40:26.4580897Z", - "endTime": "2022-10-20T11:40:26.5205512Z", + "startTime": "2022-10-22T13:58:35.5164594Z", + "endTime": "2022-10-22T13:58:35.5633318Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474" @@ -1470,7 +1432,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b81c7fbd-6aab-486c-b7dc-493249939b2a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a810f3cd-fba7-4c3a-a307-9594e5f90cd0?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1484,7 +1446,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:40:26 GMT", + "Date": "Sat, 22 Oct 2022 13:58:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1492,19 +1454,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d31e8be1-6f32-4dd1-a53a-fcd679a1915a", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "WESTEUROPE:20221020T114027Z:d31e8be1-6f32-4dd1-a53a-fcd679a1915a", + "x-ms-correlation-request-id": "fd33cc83-aa6c-476b-9356-0d8ab533c335", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135836Z:fd33cc83-aa6c-476b-9356-0d8ab533c335", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474", "name": "sdk-py-tests-acc-1-e3f62474", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T11%3A40%3A26.4594708Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T13%3A58%3A35.511254Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T11:37:05.3701685Z" + "CreatedOnDate": "2022-10-22T13:55:44.6218372Z" }, "properties": { "encryption": { @@ -1515,10 +1477,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T11:37:07.6726154Z", + "createdAt": "2022-10-22T13:55:46.1198997Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T11:37:07.6726154Z" + "lastModifiedAt": "2022-10-22T13:55:46.1198997Z" } } }, @@ -1537,15 +1499,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 11:40:27 GMT", + "Date": "Sat, 22 Oct 2022 13:58:36 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": "b7625999-57c3-4294-8891-02014faccbb6", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "WESTEUROPE:20221020T114027Z:b7625999-57c3-4294-8891-02014faccbb6", + "x-ms-correlation-request-id": "1663f7e9-4f2c-46fc-a735-f4229f1233eb", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T135836Z:1663f7e9-4f2c-46fc-a735-f4229f1233eb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 505b1250daad..d6f2d4c84aa4 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:31:45 GMT", + "Date": "Sat, 22 Oct 2022 14:01:40 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.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:31:45 GMT", + "Date": "Sat, 22 Oct 2022 14:01:40 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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "8aacb289-48fd-4f13-863a-b5e68e553477", + "client-request-id": "7646cc07-5e78-46f1-9199-2d066d00cf64", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "8aacb289-48fd-4f13-863a-b5e68e553477", + "client-request-id": "7646cc07-5e78-46f1-9199-2d066d00cf64", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:31:45 GMT", + "Date": "Sat, 22 Oct 2022 14:01:40 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b469e69-3368-4795-99d8-6a0ab7da6791?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/844aeea8-a5e3-44c2-8361-8f00e37c7c5a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:31:53 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T12%3A31%3A52.1637887Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:01:44 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A01%3A43.4361995Z\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": "b6ac5fbf-e65c-4406-91af-2ccacc65d435", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123153Z:b6ac5fbf-e65c-4406-91af-2ccacc65d435", + "x-ms-correlation-request-id": "905c0113-c8ad-49d6-8043-f7e1993a655c", + "x-ms-ratelimit-remaining-subscription-writes": "1189", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140144Z:905c0113-c8ad-49d6-8043-f7e1993a655c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455", "name": "sdk-py-tests-acc-1-e2722455", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T12%3A31%3A52.1637887Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A01%3A43.4361995Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T12:31:48.1789338Z" + "CreatedOnDate": "2022-10-22T14:01:42.4215013Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T12:31:51.2032605Z", + "createdAt": "2022-10-22T14:01:43.2674556Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T12:31:51.2032605Z" + "lastModifiedAt": "2022-10-22T14:01:43.2674556Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b469e69-3368-4795-99d8-6a0ab7da6791?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/844aeea8-a5e3-44c2-8361-8f00e37c7c5a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:31:53 GMT", + "Date": "Sat, 22 Oct 2022 14:01:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f6a2a36-d61c-45a9-a172-85646b707bf8", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123153Z:3f6a2a36-d61c-45a9-a172-85646b707bf8", + "x-ms-correlation-request-id": "74d13c73-e62c-4d79-9651-b01d15f64229", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140145Z:74d13c73-e62c-4d79-9651-b01d15f64229", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b469e69-3368-4795-99d8-6a0ab7da6791", - "name": "4b469e69-3368-4795-99d8-6a0ab7da6791", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/844aeea8-a5e3-44c2-8361-8f00e37c7c5a", + "name": "844aeea8-a5e3-44c2-8361-8f00e37c7c5a", "status": "Succeeded", - "startTime": "2022-10-20T12:31:52.1541392Z", - "endTime": "2022-10-20T12:31:52.2167002Z", + "startTime": "2022-10-22T14:01:43.4334455Z", + "endTime": "2022-10-22T14:01:43.4802918Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:31:54 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T12%3A31%3A52.2169306Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:01:44 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A01%3A43.4858307Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "174b6d50-39e6-49a9-944f-3da3c2e0a682", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123154Z:174b6d50-39e6-49a9-944f-3da3c2e0a682", + "x-ms-correlation-request-id": "a727c66a-c77b-452b-ad0c-8a04aa27044a", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140145Z:a727c66a-c77b-452b-ad0c-8a04aa27044a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455", "name": "sdk-py-tests-acc-1-e2722455", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T12%3A31%3A52.2169306Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A01%3A43.4858307Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T12:31:48.1789338Z" + "CreatedOnDate": "2022-10-22T14:01:42.4215013Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T12:31:51.2032605Z", + "createdAt": "2022-10-22T14:01:43.2674556Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T12:31:51.2032605Z" + "lastModifiedAt": "2022-10-22T14:01:43.2674556Z" } } }, @@ -400,30 +400,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e354408f-ec5d-44a5-b629-71087bb74180?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2d7e7c67-e7f2-4f52-ad7f-6e0bc3272753?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:31:57 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T12%3A31%3A56.0574593Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:01:47 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A01%3A47.0161563Z\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": "eb14d768-6cb2-4516-9f5a-cf7e5c5ecea2", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123157Z:eb14d768-6cb2-4516-9f5a-cf7e5c5ecea2", + "x-ms-correlation-request-id": "c8117e72-dd50-444c-a9ed-9991f3f40a77", + "x-ms-ratelimit-remaining-subscription-writes": "1188", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140148Z:c8117e72-dd50-444c-a9ed-9991f3f40a77", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-e2722455/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T12%3A31%3A56.0574593Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A01%3A47.0161563Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T12:31:54.6760537Z" + "CreatedOnDate": "2022-10-22T14:01:45.7708586Z" }, "properties": { "serviceLevel": "Premium", @@ -437,15 +437,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T12:31:55.8469233Z", + "createdAt": "2022-10-22T14:01:46.7688769Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T12:31:55.8469233Z" + "lastModifiedAt": "2022-10-22T14:01:46.7688769Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e354408f-ec5d-44a5-b629-71087bb74180?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2d7e7c67-e7f2-4f52-ad7f-6e0bc3272753?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:31:57 GMT", + "Date": "Sat, 22 Oct 2022 14:01:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -467,17 +467,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3acd3a9e-79d7-4844-981e-9e9ff5c42e01", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123157Z:3acd3a9e-79d7-4844-981e-9e9ff5c42e01", + "x-ms-correlation-request-id": "8950cfe4-da24-416f-8f6b-3934677c68af", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140148Z:8950cfe4-da24-416f-8f6b-3934677c68af", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e354408f-ec5d-44a5-b629-71087bb74180", - "name": "e354408f-ec5d-44a5-b629-71087bb74180", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2d7e7c67-e7f2-4f52-ad7f-6e0bc3272753", + "name": "2d7e7c67-e7f2-4f52-ad7f-6e0bc3272753", "status": "Succeeded", - "startTime": "2022-10-20T12:31:56.0476689Z", - "endTime": "2022-10-20T12:31:57.048907Z", + "startTime": "2022-10-22T14:01:47.0206309Z", + "endTime": "2022-10-22T14:01:47.942478Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1" @@ -499,8 +499,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:31:57 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T12%3A31%3A57.0482571Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:01:48 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A01%3A47.9392856Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -508,22 +508,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fe0ecaa9-c7e5-4b71-8635-8ce5b9013bf0", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123158Z:fe0ecaa9-c7e5-4b71-8635-8ce5b9013bf0", + "x-ms-correlation-request-id": "6640405c-1054-451d-bc5b-f35378a818ef", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140148Z:6640405c-1054-451d-bc5b-f35378a818ef", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-e2722455/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T12%3A31%3A57.0482571Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A01%3A47.9392856Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T12:31:54.6760537Z" + "CreatedOnDate": "2022-10-22T14:01:45.7708586Z" }, "properties": { - "poolId": "4a86c85c-a70a-5b6a-830d-7ae9140c3c5e", + "poolId": "042f5b13-e963-31c8-afc7-375e08c9bf9e", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -536,10 +536,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T12:31:55.8469233Z", + "createdAt": "2022-10-22T14:01:46.7688769Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T12:31:55.8469233Z" + "lastModifiedAt": "2022-10-22T14:01:46.7688769Z" } } }, @@ -565,35 +565,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47cdaa89-df57-409c-913b-3cc997e9cfe3?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3ee0f961-25d2-4005-910e-4b1f5d00d64d?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "987", + "Content-Length": "989", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:31:58 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T12%3A31%3A58.57841Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:01:48 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A01%3A49.3654705Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47cdaa89-df57-409c-913b-3cc997e9cfe3?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3ee0f961-25d2-4005-910e-4b1f5d00d64d?api-version=2022-05-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": "bff839fe-74f5-4685-9c6b-29c12ad8de53", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123158Z:bff839fe-74f5-4685-9c6b-29c12ad8de53", + "x-ms-correlation-request-id": "c55296ab-04ef-4988-bdb0-7bfb7fec0bca", + "x-ms-ratelimit-remaining-subscription-writes": "1187", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140149Z:c55296ab-04ef-4988-bdb0-7bfb7fec0bca", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-e2722455/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T12%3A31%3A58.57841Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A01%3A49.3654705Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T12:31:54.6760537Z" + "CreatedOnDate": "2022-10-22T14:01:45.7708586Z" }, "properties": { "provisioningState": "Patching", - "poolId": "4a86c85c-a70a-5b6a-830d-7ae9140c3c5e", + "poolId": "042f5b13-e963-31c8-afc7-375e08c9bf9e", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -605,15 +605,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T12:31:55.8469233Z", + "createdAt": "2022-10-22T14:01:46.7688769Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T12:31:55.8469233Z" + "lastModifiedAt": "2022-10-22T14:01:46.7688769Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47cdaa89-df57-409c-913b-3cc997e9cfe3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3ee0f961-25d2-4005-910e-4b1f5d00d64d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -627,7 +627,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:31:58 GMT", + "Date": "Sat, 22 Oct 2022 14:01:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -635,16 +635,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "132ceade-fdd7-40e9-9270-1d9539f66e53", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123159Z:132ceade-fdd7-40e9-9270-1d9539f66e53", + "x-ms-correlation-request-id": "e270b62a-d9bf-4ce5-a1e8-b10e4720826f", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140149Z:e270b62a-d9bf-4ce5-a1e8-b10e4720826f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47cdaa89-df57-409c-913b-3cc997e9cfe3", - "name": "47cdaa89-df57-409c-913b-3cc997e9cfe3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3ee0f961-25d2-4005-910e-4b1f5d00d64d", + "name": "3ee0f961-25d2-4005-910e-4b1f5d00d64d", "status": "Patching", - "startTime": "2022-10-20T12:31:58.6740113Z", + "startTime": "2022-10-22T14:01:49.3679812Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -653,7 +653,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47cdaa89-df57-409c-913b-3cc997e9cfe3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3ee0f961-25d2-4005-910e-4b1f5d00d64d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -667,7 +667,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:32:28 GMT", + "Date": "Sat, 22 Oct 2022 14:02:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -675,17 +675,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "becfd505-bbb1-4ee1-9b1d-74882da1bf47", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123229Z:becfd505-bbb1-4ee1-9b1d-74882da1bf47", + "x-ms-correlation-request-id": "31d67071-1929-4018-9d8a-58b034bf4d1f", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140220Z:31d67071-1929-4018-9d8a-58b034bf4d1f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47cdaa89-df57-409c-913b-3cc997e9cfe3", - "name": "47cdaa89-df57-409c-913b-3cc997e9cfe3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3ee0f961-25d2-4005-910e-4b1f5d00d64d", + "name": "3ee0f961-25d2-4005-910e-4b1f5d00d64d", "status": "Succeeded", - "startTime": "2022-10-20T12:31:58.6740113Z", - "endTime": "2022-10-20T12:31:59.1584153Z", + "startTime": "2022-10-22T14:01:49.3679812Z", + "endTime": "2022-10-22T14:01:49.7117178Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1" @@ -693,7 +693,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47cdaa89-df57-409c-913b-3cc997e9cfe3?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3ee0f961-25d2-4005-910e-4b1f5d00d64d?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -707,7 +707,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:32:28 GMT", + "Date": "Sat, 22 Oct 2022 14:02:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -715,23 +715,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91432b9a-34c7-49f5-b2bb-60d711388550", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123229Z:91432b9a-34c7-49f5-b2bb-60d711388550", + "x-ms-correlation-request-id": "67288fc7-0c71-42a1-b8ad-d05211e6e249", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140220Z:67288fc7-0c71-42a1-b8ad-d05211e6e249", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-e2722455/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T12%3A31%3A59.1440971Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A01%3A49.7052764Z\u0027\u0022", "location": "westus2", "tags": { "Tag2": "Value1", - "CreatedOnDate": "2022-10-20T12:31:58.2488101Z" + "CreatedOnDate": "2022-10-22T14:01:49.0605756Z" }, "properties": { - "poolId": "4a86c85c-a70a-5b6a-830d-7ae9140c3c5e", + "poolId": "042f5b13-e963-31c8-afc7-375e08c9bf9e", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", @@ -745,10 +745,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T12:31:55.8469233Z", + "createdAt": "2022-10-22T14:01:46.7688769Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T12:31:58.4264158Z" + "lastModifiedAt": "2022-10-22T14:01:49.2390815Z" } } }, @@ -765,25 +765,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/41cafa13-1326-4460-ab7a-b9cdcc67d0c8?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a8207ea-bb88-4fd9-9ea1-922e25786049?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 12:32:39 GMT", + "Date": "Sat, 22 Oct 2022 14:02:31 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/41cafa13-1326-4460-ab7a-b9cdcc67d0c8?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a8207ea-bb88-4fd9-9ea1-922e25786049?api-version=2022-05-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": "9ccc5836-c890-4191-b815-00c36e8058a8", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123240Z:9ccc5836-c890-4191-b815-00c36e8058a8", + "x-ms-correlation-request-id": "623ca572-8925-4c03-95d0-13b75a8c5cb7", + "x-ms-ratelimit-remaining-subscription-deletes": "14970", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140231Z:623ca572-8925-4c03-95d0-13b75a8c5cb7", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/41cafa13-1326-4460-ab7a-b9cdcc67d0c8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a8207ea-bb88-4fd9-9ea1-922e25786049?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -797,7 +797,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:32:39 GMT", + "Date": "Sat, 22 Oct 2022 14:02:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -805,16 +805,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "621cecb0-81ff-4423-ba29-ca4ad5d0f012", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123240Z:621cecb0-81ff-4423-ba29-ca4ad5d0f012", + "x-ms-correlation-request-id": "c2341160-6a39-4779-bdf0-8cfddd86f3f2", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140231Z:c2341160-6a39-4779-bdf0-8cfddd86f3f2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/41cafa13-1326-4460-ab7a-b9cdcc67d0c8", - "name": "41cafa13-1326-4460-ab7a-b9cdcc67d0c8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a8207ea-bb88-4fd9-9ea1-922e25786049", + "name": "4a8207ea-bb88-4fd9-9ea1-922e25786049", "status": "Deleting", - "startTime": "2022-10-20T12:32:40.0832125Z", + "startTime": "2022-10-22T14:02:30.8963262Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -823,7 +823,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/41cafa13-1326-4460-ab7a-b9cdcc67d0c8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a8207ea-bb88-4fd9-9ea1-922e25786049?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -837,7 +837,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:33:09 GMT", + "Date": "Sat, 22 Oct 2022 14:03:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -845,17 +845,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "085a5979-64c6-4b55-9158-37f33cfa3e66", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123310Z:085a5979-64c6-4b55-9158-37f33cfa3e66", + "x-ms-correlation-request-id": "204c97f0-c8ce-4876-869e-bf27293254e9", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140301Z:204c97f0-c8ce-4876-869e-bf27293254e9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/41cafa13-1326-4460-ab7a-b9cdcc67d0c8", - "name": "41cafa13-1326-4460-ab7a-b9cdcc67d0c8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a8207ea-bb88-4fd9-9ea1-922e25786049", + "name": "4a8207ea-bb88-4fd9-9ea1-922e25786049", "status": "Succeeded", - "startTime": "2022-10-20T12:32:40.0832125Z", - "endTime": "2022-10-20T12:32:40.8802057Z", + "startTime": "2022-10-22T14:02:30.8963262Z", + "endTime": "2022-10-22T14:02:31.8651811Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1" @@ -863,7 +863,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/41cafa13-1326-4460-ab7a-b9cdcc67d0c8?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a8207ea-bb88-4fd9-9ea1-922e25786049?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -877,7 +877,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:33:10 GMT", + "Date": "Sat, 22 Oct 2022 14:03:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -885,23 +885,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0108de9-611c-4f08-a907-b3d0ed29d6da", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123310Z:e0108de9-611c-4f08-a907-b3d0ed29d6da", + "x-ms-correlation-request-id": "b13517dd-ae02-41a3-8fd9-3ae7b7412882", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140301Z:b13517dd-ae02-41a3-8fd9-3ae7b7412882", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-e2722455/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T12%3A32%3A40.080402Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A02%3A30.8917026Z\u0027\u0022", "location": "westus2", "tags": { "Tag2": "Value1", - "CreatedOnDate": "2022-10-20T12:31:58.2488101Z" + "CreatedOnDate": "2022-10-22T14:01:49.0605756Z" }, "properties": { - "poolId": "4a86c85c-a70a-5b6a-830d-7ae9140c3c5e", + "poolId": "042f5b13-e963-31c8-afc7-375e08c9bf9e", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", @@ -915,10 +915,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T12:31:55.8469233Z", + "createdAt": "2022-10-22T14:01:46.7688769Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T12:31:58.4264158Z" + "lastModifiedAt": "2022-10-22T14:01:49.2390815Z" } } }, @@ -936,14 +936,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 12:33:20 GMT", + "Date": "Sat, 22 Oct 2022 14:03:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3b91e84-66e5-4bbe-8218-25c7ff44c8c4", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123321Z:e3b91e84-66e5-4bbe-8218-25c7ff44c8c4" + "x-ms-correlation-request-id": "7d153757-0a3d-4671-81e2-bfbc6c685a40", + "x-ms-ratelimit-remaining-subscription-deletes": "14969", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140312Z:7d153757-0a3d-4671-81e2-bfbc6c685a40" }, "ResponseBody": null }, @@ -961,14 +961,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 12:33:31 GMT", + "Date": "Sat, 22 Oct 2022 14:03:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "326978a6-b2a3-4ec8-bece-4e9950357e43", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123331Z:326978a6-b2a3-4ec8-bece-4e9950357e43" + "x-ms-correlation-request-id": "f2290feb-7d6c-4ce6-a322-6a61b21ad1a3", + "x-ms-ratelimit-remaining-subscription-deletes": "14968", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140322Z:f2290feb-7d6c-4ce6-a322-6a61b21ad1a3" }, "ResponseBody": null }, @@ -986,14 +986,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 12:33:41 GMT", + "Date": "Sat, 22 Oct 2022 14:03:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c88fe889-08a6-4492-90f6-619c528d02c1", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123341Z:c88fe889-08a6-4492-90f6-619c528d02c1" + "x-ms-correlation-request-id": "d61fae3d-a98b-434e-91e1-37ddd9e1e23d", + "x-ms-ratelimit-remaining-subscription-deletes": "14967", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140332Z:d61fae3d-a98b-434e-91e1-37ddd9e1e23d" }, "ResponseBody": null }, @@ -1011,14 +1011,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 12:33:51 GMT", + "Date": "Sat, 22 Oct 2022 14:03:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9add8843-4e7e-4b1a-bdbf-fdd06be8d18c", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123352Z:9add8843-4e7e-4b1a-bdbf-fdd06be8d18c" + "x-ms-correlation-request-id": "b1479cf0-e627-4b5c-baf2-ea4e862f1911", + "x-ms-ratelimit-remaining-subscription-deletes": "14966", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140343Z:b1479cf0-e627-4b5c-baf2-ea4e862f1911" }, "ResponseBody": null }, @@ -1037,14 +1037,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:34:02 GMT", + "Date": "Sat, 22 Oct 2022 14:03:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a8267cb8-7dc7-48ae-9156-eb0c36e934ba", + "x-ms-correlation-request-id": "1f137514-17b5-4c17-b24b-7b0b00ae6672", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123402Z:a8267cb8-7dc7-48ae-9156-eb0c36e934ba" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140353Z:1f137514-17b5-4c17-b24b-7b0b00ae6672" }, "ResponseBody": { "error": { @@ -1066,25 +1066,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7edc313c-ed4c-4673-a617-d267ea3440ab?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c93c3de-f3fa-49c2-8a9d-10c90630985b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 12:34:03 GMT", + "Date": "Sat, 22 Oct 2022 14:03:54 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7edc313c-ed4c-4673-a617-d267ea3440ab?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c93c3de-f3fa-49c2-8a9d-10c90630985b?api-version=2022-05-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": "826f55a8-153b-4e80-807f-009b2b5b627b", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123403Z:826f55a8-153b-4e80-807f-009b2b5b627b", + "x-ms-correlation-request-id": "79805f6e-1b35-4b70-9d80-bd2e24d2409f", + "x-ms-ratelimit-remaining-subscription-deletes": "14965", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140354Z:79805f6e-1b35-4b70-9d80-bd2e24d2409f", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7edc313c-ed4c-4673-a617-d267ea3440ab?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c93c3de-f3fa-49c2-8a9d-10c90630985b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1098,7 +1098,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:34:03 GMT", + "Date": "Sat, 22 Oct 2022 14:03:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1106,17 +1106,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8e464df5-fc32-4f81-899a-73699059a53d", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123404Z:8e464df5-fc32-4f81-899a-73699059a53d", + "x-ms-correlation-request-id": "d5bad52c-0a30-4a10-adeb-d9c8f7c12f7e", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140355Z:d5bad52c-0a30-4a10-adeb-d9c8f7c12f7e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7edc313c-ed4c-4673-a617-d267ea3440ab", - "name": "7edc313c-ed4c-4673-a617-d267ea3440ab", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c93c3de-f3fa-49c2-8a9d-10c90630985b", + "name": "1c93c3de-f3fa-49c2-8a9d-10c90630985b", "status": "Succeeded", - "startTime": "2022-10-20T12:34:03.7528216Z", - "endTime": "2022-10-20T12:34:03.8822132Z", + "startTime": "2022-10-22T14:03:54.66265Z", + "endTime": "2022-10-22T14:03:54.7095429Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455" @@ -1124,7 +1124,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7edc313c-ed4c-4673-a617-d267ea3440ab?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c93c3de-f3fa-49c2-8a9d-10c90630985b?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1138,7 +1138,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:34:04 GMT", + "Date": "Sat, 22 Oct 2022 14:03:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1146,19 +1146,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1f089fd1-864f-41e8-a76b-7fbf9d09f524", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123404Z:1f089fd1-864f-41e8-a76b-7fbf9d09f524", + "x-ms-correlation-request-id": "7f34b938-55c9-49aa-80c8-b45a000d7a22", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140355Z:7f34b938-55c9-49aa-80c8-b45a000d7a22", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455", "name": "sdk-py-tests-acc-1-e2722455", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T12%3A34%3A03.7558057Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A03%3A54.6427373Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T12:31:48.1789338Z" + "CreatedOnDate": "2022-10-22T14:01:42.4215013Z" }, "properties": { "encryption": { @@ -1169,10 +1169,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T12:31:51.2032605Z", + "createdAt": "2022-10-22T14:01:43.2674556Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T12:31:51.2032605Z" + "lastModifiedAt": "2022-10-22T14:01:43.2674556Z" } } }, @@ -1191,15 +1191,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:34:04 GMT", + "Date": "Sat, 22 Oct 2022 14:03:55 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": "ec0003c6-99bb-4c1f-a5e3-030608859ef2", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123404Z:ec0003c6-99bb-4c1f-a5e3-030608859ef2", + "x-ms-correlation-request-id": "f7f1d0ef-8486-4d3a-89d3-728944c32ab9", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140355Z:f7f1d0ef-8486-4d3a-89d3-728944c32ab9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 364273352cee..681565aede62 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:29:04 GMT", + "Date": "Sat, 22 Oct 2022 14:00:22 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:29:05 GMT", + "Date": "Sat, 22 Oct 2022 14:00:22 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.13845.10 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "c5a5de56-e913-459a-b13c-0f958cb4a49c", + "client-request-id": "f66310e2-f647-4f9c-9961-775562ca346f", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "c5a5de56-e913-459a-b13c-0f958cb4a49c", + "client-request-id": "f66310e2-f647-4f9c-9961-775562ca346f", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:29:05 GMT", + "Date": "Sat, 22 Oct 2022 14:00:22 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/15ffb68d-4bd5-4627-b4e5-88fbddbfae9e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9db30a7b-b68c-48ca-b57a-47d7602e6b14?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "704", + "Content-Length": "703", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:29:11 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A10.8945479Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:00:27 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A25.646613Z\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": "12f2d902-c0ff-4b96-9a89-6db88a51348b", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "WESTEUROPE:20221020T122912Z:12f2d902-c0ff-4b96-9a89-6db88a51348b", + "x-ms-correlation-request-id": "f633740d-49b5-4022-aa2d-029ae592451a", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140027Z:f633740d-49b5-4022-aa2d-029ae592451a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8", "name": "sdk-py-tests-acc-1-8b424c8", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A10.8945479Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A25.646613Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T12:29:07.6691096Z" + "CreatedOnDate": "2022-10-22T14:00:24.1053029Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T12:29:09.9619934Z", + "createdAt": "2022-10-22T14:00:25.4738098Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T12:29:09.9619934Z" + "lastModifiedAt": "2022-10-22T14:00:25.4738098Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/15ffb68d-4bd5-4627-b4e5-88fbddbfae9e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9db30a7b-b68c-48ca-b57a-47d7602e6b14?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:29:12 GMT", + "Date": "Sat, 22 Oct 2022 14:00:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a6aa8c9-b709-4d7e-8d2f-7bb6c1d2e5af", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "WESTEUROPE:20221020T122912Z:5a6aa8c9-b709-4d7e-8d2f-7bb6c1d2e5af", + "x-ms-correlation-request-id": "bc68bbce-323f-4637-8804-e2cd4c500b64", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140027Z:bc68bbce-323f-4637-8804-e2cd4c500b64", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/15ffb68d-4bd5-4627-b4e5-88fbddbfae9e", - "name": "15ffb68d-4bd5-4627-b4e5-88fbddbfae9e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9db30a7b-b68c-48ca-b57a-47d7602e6b14", + "name": "9db30a7b-b68c-48ca-b57a-47d7602e6b14", "status": "Succeeded", - "startTime": "2022-10-20T12:29:10.8872008Z", - "endTime": "2022-10-20T12:29:10.9966067Z", + "startTime": "2022-10-22T14:00:25.6436299Z", + "endTime": "2022-10-22T14:00:25.6905164Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:29:12 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A10.9823085Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:00:27 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A25.6952868Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8bfed8de-a92e-4298-83a6-d435684e44b8", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "WESTEUROPE:20221020T122913Z:8bfed8de-a92e-4298-83a6-d435684e44b8", + "x-ms-correlation-request-id": "15718b66-92ed-4eb2-9807-e56da1df8ce6", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140027Z:15718b66-92ed-4eb2-9807-e56da1df8ce6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8", "name": "sdk-py-tests-acc-1-8b424c8", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A10.9823085Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A25.6952868Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T12:29:07.6691096Z" + "CreatedOnDate": "2022-10-22T14:00:24.1053029Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T12:29:09.9619934Z", + "createdAt": "2022-10-22T14:00:25.4738098Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T12:29:09.9619934Z" + "lastModifiedAt": "2022-10-22T14:00:25.4738098Z" } } }, @@ -400,30 +400,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f7f87c4-7939-4aea-8d20-b997e5562049?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76e14c8-fd56-4582-b927-280c5ffd0a37?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "920", + "Content-Length": "918", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:29:15 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A14.7952867Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:00:31 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A29.6853065Z\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": "a2676c0a-38dd-436b-9242-a415f766b8cd", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "WESTEUROPE:20221020T122915Z:a2676c0a-38dd-436b-9242-a415f766b8cd", + "x-ms-correlation-request-id": "724d8f2d-4d62-436d-9a55-6eeba3a8fac8", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140031Z:724d8f2d-4d62-436d-9a55-6eeba3a8fac8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8b424c8/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A14.7952867Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A29.6853065Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T12:29:13.4415263Z" + "CreatedOnDate": "2022-10-22T14:00:28.2598246Z" }, "properties": { "serviceLevel": "Premium", @@ -437,15 +437,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T12:29:14.5713871Z", + "createdAt": "2022-10-22T14:00:29.459946Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T12:29:14.5713871Z" + "lastModifiedAt": "2022-10-22T14:00:29.459946Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f7f87c4-7939-4aea-8d20-b997e5562049?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76e14c8-fd56-4582-b927-280c5ffd0a37?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:29:15 GMT", + "Date": "Sat, 22 Oct 2022 14:00:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -467,17 +467,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3975e50-65a4-4bea-9106-6e586a14c8b1", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "WESTEUROPE:20221020T122916Z:e3975e50-65a4-4bea-9106-6e586a14c8b1", + "x-ms-correlation-request-id": "a4e51a61-8edf-4ac8-9953-05a082e94b3f", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140031Z:a4e51a61-8edf-4ac8-9953-05a082e94b3f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f7f87c4-7939-4aea-8d20-b997e5562049", - "name": "4f7f87c4-7939-4aea-8d20-b997e5562049", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76e14c8-fd56-4582-b927-280c5ffd0a37", + "name": "a76e14c8-fd56-4582-b927-280c5ffd0a37", "status": "Succeeded", - "startTime": "2022-10-20T12:29:14.7937203Z", - "endTime": "2022-10-20T12:29:15.7807393Z", + "startTime": "2022-10-22T14:00:29.6802963Z", + "endTime": "2022-10-22T14:00:30.6646256Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1" @@ -499,8 +499,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:29:15 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A15.768714Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:00:31 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A30.6594496Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -508,22 +508,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3aac845-bafa-46f9-8b5e-f179ebec10d8", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "WESTEUROPE:20221020T122916Z:d3aac845-bafa-46f9-8b5e-f179ebec10d8", + "x-ms-correlation-request-id": "c4814135-10be-4dac-8b04-786e4b5beb42", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140031Z:c4814135-10be-4dac-8b04-786e4b5beb42", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8b424c8/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A15.768714Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A30.6594496Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T12:29:13.4415263Z" + "CreatedOnDate": "2022-10-22T14:00:28.2598246Z" }, "properties": { - "poolId": "276e946f-673c-a949-2447-43345ab2a1fe", + "poolId": "901f88de-92e4-3b67-d997-970f4217a79b", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -536,10 +536,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T12:29:14.5713871Z", + "createdAt": "2022-10-22T14:00:29.459946Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T12:29:14.5713871Z" + "lastModifiedAt": "2022-10-22T14:00:29.459946Z" } } }, @@ -563,12 +563,12 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07dfc394-e05e-4fd4-9145-ef746ce0f886?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f96aca9f-7cb0-46ec-a804-34905fd9157e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:29:17 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A17.1359719Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:00:33 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A32.4864054Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -576,23 +576,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "30b8ade9-a377-45b6-9472-ef87baf38659", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "WESTEUROPE:20221020T122918Z:30b8ade9-a377-45b6-9472-ef87baf38659", + "x-ms-correlation-request-id": "161fe8e3-33f6-4b46-9300-550ebd4765e9", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140033Z:161fe8e3-33f6-4b46-9300-550ebd4765e9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8b424c8/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A17.1359719Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A32.4864054Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T12:29:13.4415263Z" + "CreatedOnDate": "2022-10-22T14:00:28.2598246Z" }, "properties": { "provisioningState": "Updating", - "poolId": "276e946f-673c-a949-2447-43345ab2a1fe", + "poolId": "901f88de-92e4-3b67-d997-970f4217a79b", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -604,15 +604,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T12:29:14.5713871Z", + "createdAt": "2022-10-22T14:00:29.459946Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T12:29:14.5713871Z" + "lastModifiedAt": "2022-10-22T14:00:29.459946Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07dfc394-e05e-4fd4-9145-ef746ce0f886?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f96aca9f-7cb0-46ec-a804-34905fd9157e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -626,7 +626,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:29:18 GMT", + "Date": "Sat, 22 Oct 2022 14:00:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -634,17 +634,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d0789893-8a2e-43a5-a068-93cdd16e50e3", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "WESTEUROPE:20221020T122918Z:d0789893-8a2e-43a5-a068-93cdd16e50e3", + "x-ms-correlation-request-id": "5c2a3514-52cd-46c9-b74a-2bd9bc7c27f0", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140033Z:5c2a3514-52cd-46c9-b74a-2bd9bc7c27f0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07dfc394-e05e-4fd4-9145-ef746ce0f886", - "name": "07dfc394-e05e-4fd4-9145-ef746ce0f886", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f96aca9f-7cb0-46ec-a804-34905fd9157e", + "name": "f96aca9f-7cb0-46ec-a804-34905fd9157e", "status": "Succeeded", - "startTime": "2022-10-20T12:29:17.1441291Z", - "endTime": "2022-10-20T12:29:17.4097137Z", + "startTime": "2022-10-22T14:00:32.4771349Z", + "endTime": "2022-10-22T14:00:32.7271221Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1" @@ -666,8 +666,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:29:18 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A17.3988295Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:00:33 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A32.721271Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -675,22 +675,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03e96efa-3ce4-4f74-a403-256f923620f2", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "WESTEUROPE:20221020T122919Z:03e96efa-3ce4-4f74-a403-256f923620f2", + "x-ms-correlation-request-id": "5178717e-5ab4-49b8-afb2-b414318ee2c6", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140034Z:5178717e-5ab4-49b8-afb2-b414318ee2c6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8b424c8/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A17.3988295Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A32.721271Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T12:29:16.6986400Z" + "CreatedOnDate": "2022-10-22T14:00:32.0135036Z" }, "properties": { - "poolId": "276e946f-673c-a949-2447-43345ab2a1fe", + "poolId": "901f88de-92e4-3b67-d997-970f4217a79b", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Manual", @@ -703,10 +703,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T12:29:14.5713871Z", + "createdAt": "2022-10-22T14:00:29.459946Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T12:29:17.008899Z" + "lastModifiedAt": "2022-10-22T14:00:32.3529119Z" } } }, @@ -723,25 +723,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cb84442-923d-46ff-b42d-92be4fc61d79?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b36b849-619d-4a7e-b0f1-a3e457b9be9f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 12:29:29 GMT", + "Date": "Sat, 22 Oct 2022 14:00:44 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cb84442-923d-46ff-b42d-92be4fc61d79?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b36b849-619d-4a7e-b0f1-a3e457b9be9f?api-version=2022-05-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": "81ce0e3a-2d84-4051-8219-cbdff1a33154", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "WESTEUROPE:20221020T122929Z:81ce0e3a-2d84-4051-8219-cbdff1a33154", + "x-ms-correlation-request-id": "fe35a877-f74a-423c-9a13-4a7e7957cf14", + "x-ms-ratelimit-remaining-subscription-deletes": "14976", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140044Z:fe35a877-f74a-423c-9a13-4a7e7957cf14", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cb84442-923d-46ff-b42d-92be4fc61d79?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b36b849-619d-4a7e-b0f1-a3e457b9be9f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -755,7 +755,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:29:29 GMT", + "Date": "Sat, 22 Oct 2022 14:00:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -763,57 +763,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "501d1f8a-84fb-4569-b5bb-ce6f056bf7e2", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "WESTEUROPE:20221020T122930Z:501d1f8a-84fb-4569-b5bb-ce6f056bf7e2", + "x-ms-correlation-request-id": "7e6496d9-6792-4193-add0-139f85305ed5", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140044Z:7e6496d9-6792-4193-add0-139f85305ed5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cb84442-923d-46ff-b42d-92be4fc61d79", - "name": "7cb84442-923d-46ff-b42d-92be4fc61d79", - "status": "Deleting", - "startTime": "2022-10-20T12:29:29.6450119Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cb84442-923d-46ff-b42d-92be4fc61d79?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:29: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": "c41356ac-b0be-4bed-acf6-45f5fedfceb0", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123000Z:c41356ac-b0be-4bed-acf6-45f5fedfceb0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cb84442-923d-46ff-b42d-92be4fc61d79", - "name": "7cb84442-923d-46ff-b42d-92be4fc61d79", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b36b849-619d-4a7e-b0f1-a3e457b9be9f", + "name": "0b36b849-619d-4a7e-b0f1-a3e457b9be9f", "status": "Succeeded", - "startTime": "2022-10-20T12:29:29.6450119Z", - "endTime": "2022-10-20T12:29:30.0044894Z", + "startTime": "2022-10-22T14:00:44.6202157Z", + "endTime": "2022-10-22T14:00:44.8702431Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1" @@ -821,7 +781,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cb84442-923d-46ff-b42d-92be4fc61d79?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b36b849-619d-4a7e-b0f1-a3e457b9be9f?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -835,7 +795,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:29:59 GMT", + "Date": "Sat, 22 Oct 2022 14:00:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -843,22 +803,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6be3796-5e06-485f-8baa-c5276850d382", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123000Z:e6be3796-5e06-485f-8baa-c5276850d382", + "x-ms-correlation-request-id": "7b068c8b-9547-4f20-99a5-13c244f946d2", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140045Z:7b068c8b-9547-4f20-99a5-13c244f946d2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8b424c8/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T12%3A29%3A29.6361835Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A44.6154741Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T12:29:16.6986400Z" + "CreatedOnDate": "2022-10-22T14:00:32.0135036Z" }, "properties": { - "poolId": "276e946f-673c-a949-2447-43345ab2a1fe", + "poolId": "901f88de-92e4-3b67-d997-970f4217a79b", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1", @@ -872,10 +832,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T12:29:14.5713871Z", + "createdAt": "2022-10-22T14:00:29.459946Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T12:29:17.008899Z" + "lastModifiedAt": "2022-10-22T14:00:32.3529119Z" } } }, @@ -893,14 +853,16 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 12:30:10 GMT", + "Date": "Sat, 22 Oct 2022 14:00:57 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": "8808929f-171a-406a-b5a8-d5a914937202", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123010Z:8808929f-171a-406a-b5a8-d5a914937202" + "x-ms-correlation-request-id": "c1ba50b6-ccd5-40e0-b805-7a81a937b97b", + "x-ms-ratelimit-remaining-subscription-deletes": "14975", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140057Z:c1ba50b6-ccd5-40e0-b805-7a81a937b97b", + "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, @@ -918,14 +880,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 12:30:21 GMT", + "Date": "Sat, 22 Oct 2022 14:01:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32440282-5836-4935-a92c-d163db2bd2db", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123021Z:32440282-5836-4935-a92c-d163db2bd2db" + "x-ms-correlation-request-id": "4924c3ac-a11f-4723-aee4-50e036ec48ca", + "x-ms-ratelimit-remaining-subscription-deletes": "14974", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140107Z:4924c3ac-a11f-4723-aee4-50e036ec48ca" }, "ResponseBody": null }, @@ -943,14 +905,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 12:30:31 GMT", + "Date": "Sat, 22 Oct 2022 14:01:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cf7508f8-dde1-4db4-a0b6-fdec33100761", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123031Z:cf7508f8-dde1-4db4-a0b6-fdec33100761" + "x-ms-correlation-request-id": "333bbe85-1ad8-4189-9775-c1964eb3282e", + "x-ms-ratelimit-remaining-subscription-deletes": "14973", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140118Z:333bbe85-1ad8-4189-9775-c1964eb3282e" }, "ResponseBody": null }, @@ -968,14 +930,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 12:30:41 GMT", + "Date": "Sat, 22 Oct 2022 14:01:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1fdb6ffc-fd30-4418-8bd2-ec84778381f4", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123041Z:1fdb6ffc-fd30-4418-8bd2-ec84778381f4" + "x-ms-correlation-request-id": "491c0a41-d05e-406a-8e44-589649d1d12e", + "x-ms-ratelimit-remaining-subscription-deletes": "14972", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140128Z:491c0a41-d05e-406a-8e44-589649d1d12e" }, "ResponseBody": null }, @@ -994,14 +956,14 @@ "Cache-Control": "no-cache", "Content-Length": "287", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:30:51 GMT", + "Date": "Sat, 22 Oct 2022 14:01:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67dd3894-e6d6-4798-9767-84419ba36b6c", + "x-ms-correlation-request-id": "6c2bc30e-d8ad-4b55-a42c-5113cfa3da0a", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123052Z:67dd3894-e6d6-4798-9767-84419ba36b6c" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140138Z:6c2bc30e-d8ad-4b55-a42c-5113cfa3da0a" }, "ResponseBody": { "error": { @@ -1023,25 +985,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/61791caf-7f0e-4853-b1ba-5c09dce9f1c6?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/150b4f62-fdb2-4650-b025-482034896a23?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 12:30:53 GMT", + "Date": "Sat, 22 Oct 2022 14:01:39 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/61791caf-7f0e-4853-b1ba-5c09dce9f1c6?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/150b4f62-fdb2-4650-b025-482034896a23?api-version=2022-05-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": "4b50b901-a35f-461d-9ace-e192d6224771", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123053Z:4b50b901-a35f-461d-9ace-e192d6224771", + "x-ms-correlation-request-id": "3681c89c-feda-48c2-8acd-0c6c49d1b81f", + "x-ms-ratelimit-remaining-subscription-deletes": "14971", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140139Z:3681c89c-feda-48c2-8acd-0c6c49d1b81f", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/61791caf-7f0e-4853-b1ba-5c09dce9f1c6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/150b4f62-fdb2-4650-b025-482034896a23?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1055,7 +1017,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:30:53 GMT", + "Date": "Sat, 22 Oct 2022 14:01:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1063,17 +1025,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef5443e3-e662-4903-b4ed-86da6511815e", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123053Z:ef5443e3-e662-4903-b4ed-86da6511815e", + "x-ms-correlation-request-id": "0d92f082-b3e3-4c71-9558-6439d02f7fe3", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140139Z:0d92f082-b3e3-4c71-9558-6439d02f7fe3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/61791caf-7f0e-4853-b1ba-5c09dce9f1c6", - "name": "61791caf-7f0e-4853-b1ba-5c09dce9f1c6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/150b4f62-fdb2-4650-b025-482034896a23", + "name": "150b4f62-fdb2-4650-b025-482034896a23", "status": "Succeeded", - "startTime": "2022-10-20T12:30:53.4833719Z", - "endTime": "2022-10-20T12:30:53.5302485Z", + "startTime": "2022-10-22T14:01:39.3147074Z", + "endTime": "2022-10-22T14:01:39.3772679Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8" @@ -1081,7 +1043,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/61791caf-7f0e-4853-b1ba-5c09dce9f1c6?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/150b4f62-fdb2-4650-b025-482034896a23?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1095,7 +1057,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:30:53 GMT", + "Date": "Sat, 22 Oct 2022 14:01:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1103,19 +1065,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c7be1513-9274-417c-b794-cfffd949c5ce", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123054Z:c7be1513-9274-417c-b794-cfffd949c5ce", + "x-ms-correlation-request-id": "d399e5ba-cd6c-4dab-98b2-859b7c806764", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140139Z:d399e5ba-cd6c-4dab-98b2-859b7c806764", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8", "name": "sdk-py-tests-acc-1-8b424c8", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T12%3A30%3A53.4743305Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A01%3A39.3132155Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T12:29:07.6691096Z" + "CreatedOnDate": "2022-10-22T14:00:24.1053029Z" }, "properties": { "encryption": { @@ -1126,10 +1088,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T12:29:09.9619934Z", + "createdAt": "2022-10-22T14:00:25.4738098Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T12:29:09.9619934Z" + "lastModifiedAt": "2022-10-22T14:00:25.4738098Z" } } }, @@ -1148,15 +1110,15 @@ "Cache-Control": "no-cache", "Content-Length": "254", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 12:30:54 GMT", + "Date": "Sat, 22 Oct 2022 14:01: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": "95592bcd-b157-41aa-b18b-337d3749a345", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "WESTEUROPE:20221020T123054Z:95592bcd-b157-41aa-b18b-337d3749a345", + "x-ms-correlation-request-id": "867b3173-e804-4f2f-bfa7-0bae02c35220", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140140Z:867b3173-e804-4f2f-bfa7-0bae02c35220", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 1659cc9b96e7..d2a16f11c772 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:04:02 GMT", + "Date": "Sat, 22 Oct 2022 14:38:09 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:04:02 GMT", + "Date": "Sat, 22 Oct 2022 14:38:09 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.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "5187aa8f-bef0-42e0-a682-80bc38053b3d", + "client-request-id": "99b01cf2-7281-42f6-92f6-635d4cd821d2", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "5187aa8f-bef0-42e0-a682-80bc38053b3d", + "client-request-id": "99b01cf2-7281-42f6-92f6-635d4cd821d2", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:04:02 GMT", + "Date": "Sat, 22 Oct 2022 14:38:09 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c08ed15d-6d5a-4012-9d7c-28e2d25e04e2?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/120a4441-5c05-4e92-bb2e-885399970340?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:04:11 GMT", + "Date": "Sat, 22 Oct 2022 14:38:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7b87107d-c276-40df-a79a-edf5917edc7b", - "x-ms-correlation-request-id": "2c93ef5e-e641-4a6b-a56e-a8a5d69a3be0", + "x-ms-arm-service-request-id": "a5e74d39-1c61-4c8c-84a6-0de7b841652b", + "x-ms-correlation-request-id": "6c243fdb-2ab2-4e97-a244-7ec5d9d67ad7", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220412Z:2c93ef5e-e641-4a6b-a56e-a8a5d69a3be0" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T143819Z:6c243fdb-2ab2-4e97-a244-7ec5d9d67ad7" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-cd95297f", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f", - "etag": "W/\u0022a1d77929-c318-4ff7-8d41-f23f91f9c46e\u0022", + "etag": "W/\u002276c874ba-99d9-430c-886b-bfd970eb35a8\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:04:05.3448860Z" + "CreatedOnDate": "2022-10-22T14:38:12.5886918Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "5628490a-0be8-4a84-836a-d1613d9cee79", + "resourceGuid": "cb897329-5a1a-474d-86cf-db09be4c9267", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c08ed15d-6d5a-4012-9d7c-28e2d25e04e2?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/120a4441-5c05-4e92-bb2e-885399970340?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:04:11 GMT", + "Date": "Sat, 22 Oct 2022 14:38:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -304,10 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "92db4285-601d-4ea3-87e9-e82b67547d86", - "x-ms-correlation-request-id": "34ad3b1e-697e-4c55-ab8f-e26a4875a56b", + "x-ms-arm-service-request-id": "2ff9afd6-cea6-4730-b768-98652b370d86", + "x-ms-correlation-request-id": "685f69ce-368d-4dba-923f-6e5c27a524e9", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220412Z:34ad3b1e-697e-4c55-ab8f-e26a4875a56b" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T143819Z:685f69ce-368d-4dba-923f-6e5c27a524e9" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:04:12 GMT", - "ETag": "W/\u00221d14d016-9773-4bc1-b1d8-395659e9199c\u0022", + "Date": "Sat, 22 Oct 2022 14:38:18 GMT", + "ETag": "W/\u0022ac1fcc37-9cbc-4862-b923-5f235d2dff62\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "32f85e30-e740-43f5-9319-ea47608fff6f", - "x-ms-correlation-request-id": "6cdae4a4-108a-4dab-938a-ebdf955b2c24", + "x-ms-arm-service-request-id": "d96e9f21-bb5a-493f-96fa-20f0fe142966", + "x-ms-correlation-request-id": "231b5ccf-e222-4b03-9095-9ad902a352c6", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220412Z:6cdae4a4-108a-4dab-938a-ebdf955b2c24" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T143819Z:231b5ccf-e222-4b03-9095-9ad902a352c6" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-cd95297f", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f", - "etag": "W/\u00221d14d016-9773-4bc1-b1d8-395659e9199c\u0022", + "etag": "W/\u0022ac1fcc37-9cbc-4862-b923-5f235d2dff62\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:04:05.3448860Z" + "CreatedOnDate": "2022-10-22T14:38:12.5886918Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "5628490a-0be8-4a84-836a-d1613d9cee79", + "resourceGuid": "cb897329-5a1a-474d-86cf-db09be4c9267", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/1861e0f8-06ff-45e7-9cd1-d6380810fe2b?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4259e659-fc00-4113-aceb-638357fa6086?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:04:13 GMT", + "Date": "Sat, 22 Oct 2022 14:38:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c5bf4a45-e68f-43a2-ba77-b27f6fc2cb19", - "x-ms-correlation-request-id": "92728be3-cebb-45e0-a240-11e2856a7db8", + "x-ms-arm-service-request-id": "f4f4c06b-ef0f-478a-a866-f6ff3c798f52", + "x-ms-correlation-request-id": "ef7e2144-63d0-4936-8edb-875bde04a7f6", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220413Z:92728be3-cebb-45e0-a240-11e2856a7db8" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T143820Z:ef7e2144-63d0-4936-8edb-875bde04a7f6" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default", - "etag": "W/\u0022e73cd407-96fc-4513-8130-564c5e26344c\u0022", + "etag": "W/\u002296d555d5-ba49-4b02-8d4c-c68fd9186787\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022e73cd407-96fc-4513-8130-564c5e26344c\u0022", + "etag": "W/\u002296d555d5-ba49-4b02-8d4c-c68fd9186787\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/1861e0f8-06ff-45e7-9cd1-d6380810fe2b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4259e659-fc00-4113-aceb-638357fa6086?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:04:13 GMT", + "Date": "Sat, 22 Oct 2022 14:38:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "651358fe-0764-45b2-86f6-e6ccf1cb695f", - "x-ms-correlation-request-id": "a32070b7-e0b1-463e-b55c-45cacfb97496", + "x-ms-arm-service-request-id": "173dcec4-be41-43f8-9339-cac823d5799c", + "x-ms-correlation-request-id": "638a4e22-072a-46ae-b6c1-9325e28bbfdb", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220413Z:a32070b7-e0b1-463e-b55c-45cacfb97496" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T143820Z:638a4e22-072a-46ae-b6c1-9325e28bbfdb" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:04:13 GMT", - "ETag": "W/\u002268fb0e25-4c70-45b2-8218-b278ebf4edfb\u0022", + "Date": "Sat, 22 Oct 2022 14:38:21 GMT", + "ETag": "W/\u0022533fee0d-c015-4854-956d-136c33db5b07\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "195256c3-6a63-490d-8e44-bb26ec6a1a62", - "x-ms-correlation-request-id": "59be2617-4892-4f7c-b5df-ccb2d9ecddf8", + "x-ms-arm-service-request-id": "b42a049e-6e7a-42a2-825f-800981d12781", + "x-ms-correlation-request-id": "33f9ea66-aa73-445d-bd83-0d521748499b", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220413Z:59be2617-4892-4f7c-b5df-ccb2d9ecddf8" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T143821Z:33f9ea66-aa73-445d-bd83-0d521748499b" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default", - "etag": "W/\u002268fb0e25-4c70-45b2-8218-b278ebf4edfb\u0022", + "etag": "W/\u0022533fee0d-c015-4854-956d-136c33db5b07\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002268fb0e25-4c70-45b2-8218-b278ebf4edfb\u0022", + "etag": "W/\u0022533fee0d-c015-4854-956d-136c33db5b07\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -558,12 +558,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:04:13 GMT", + "Date": "Sat, 22 Oct 2022 14:38:20 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -652,7 +652,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:04:13 GMT", + "Date": "Sat, 22 Oct 2022 14:38:20 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -713,7 +713,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "7bec8a53-369b-4870-9a0a-b3132310f145", + "client-request-id": "fb75abc6-a467-48b1-a9d5-a40ebfc37429", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -731,10 +731,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "7bec8a53-369b-4870-9a0a-b3132310f145", + "client-request-id": "fb75abc6-a467-48b1-a9d5-a40ebfc37429", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:04:13 GMT", + "Date": "Sat, 22 Oct 2022 14:38:20 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -742,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -769,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6800ae2-bf58-4a3c-b700-47e0df963932?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/28d83135-9917-4555-8609-b58453b05d33?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "706", + "Content-Length": "705", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:04:18 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T22%3A04%3A17.5024845Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:38:25 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A38%3A24.512417Z\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": "80eda27a-696a-4d1d-95de-744c19f903f8", + "x-ms-correlation-request-id": "93adf8ec-6a0b-45c0-80da-c61b44a397c8", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220418Z:80eda27a-696a-4d1d-95de-744c19f903f8", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T143825Z:93adf8ec-6a0b-45c0-80da-c61b44a397c8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f", "name": "sdk-py-tests-acc-1-cd95297f", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A04%3A17.5024845Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A38%3A24.512417Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:04:15.4237720Z" + "CreatedOnDate": "2022-10-22T14:38:22.6014878Z" }, "properties": { "provisioningState": "Creating" @@ -800,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:04:16.5439746Z", + "createdAt": "2022-10-22T14:38:23.4826268Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:04:16.5439746Z" + "lastModifiedAt": "2022-10-22T14:38:23.4826268Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6800ae2-bf58-4a3c-b700-47e0df963932?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/28d83135-9917-4555-8609-b58453b05d33?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -822,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:04:18 GMT", + "Date": "Sat, 22 Oct 2022 14:38:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -830,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c3d8f0a-5e29-40a2-a0dc-8b534f9016dd", + "x-ms-correlation-request-id": "f7047375-d703-479b-8730-036f2c8fdf07", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220419Z:8c3d8f0a-5e29-40a2-a0dc-8b534f9016dd", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T143826Z:f7047375-d703-479b-8730-036f2c8fdf07", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6800ae2-bf58-4a3c-b700-47e0df963932", - "name": "c6800ae2-bf58-4a3c-b700-47e0df963932", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/28d83135-9917-4555-8609-b58453b05d33", + "name": "28d83135-9917-4555-8609-b58453b05d33", "status": "Succeeded", - "startTime": "2022-10-20T22:04:17.4937321Z", - "endTime": "2022-10-20T22:04:17.5562364Z", + "startTime": "2022-10-22T14:38:24.5071861Z", + "endTime": "2022-10-22T14:38:24.5540601Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f" @@ -862,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:04:18 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T22%3A04%3A17.5574037Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:38:26 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A38%3A24.557584Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d217a2fa-0ffd-4ff8-a79c-655bfaceea0a", + "x-ms-correlation-request-id": "4e76ec35-2012-42f7-928b-7d183742575c", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220419Z:d217a2fa-0ffd-4ff8-a79c-655bfaceea0a", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T143826Z:4e76ec35-2012-42f7-928b-7d183742575c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f", "name": "sdk-py-tests-acc-1-cd95297f", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A04%3A17.5574037Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A38%3A24.557584Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:04:15.4237720Z" + "CreatedOnDate": "2022-10-22T14:38:22.6014878Z" }, "properties": { "activeDirectories": [ @@ -912,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:04:16.5439746Z", + "createdAt": "2022-10-22T14:38:23.4826268Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:04:16.5439746Z" + "lastModifiedAt": "2022-10-22T14:38:23.4826268Z" } } }, @@ -941,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ff7b00d9-54b5-4153-b327-b31addc8b06c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115ad478-36cf-42ab-b664-e80d20c209ac?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:04:21 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T22%3A04%3A20.9294832Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:38:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A38%3A28.0683651Z\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": "0c39f902-92f7-4644-9802-3058e55637f4", + "x-ms-correlation-request-id": "7e26e778-0f0e-41cc-b84b-1ead38ff9d02", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220421Z:0c39f902-92f7-4644-9802-3058e55637f4", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T143829Z:7e26e778-0f0e-41cc-b84b-1ead38ff9d02", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A04%3A20.9294832Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A38%3A28.0683651Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:04:19.7441175Z" + "CreatedOnDate": "2022-10-22T14:38:26.7975520Z" }, "properties": { "serviceLevel": "Premium", @@ -978,15 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:04:20.7023358Z", + "createdAt": "2022-10-22T14:38:27.7979336Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:04:20.7023358Z" + "lastModifiedAt": "2022-10-22T14:38:27.7979336Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ff7b00d9-54b5-4153-b327-b31addc8b06c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115ad478-36cf-42ab-b664-e80d20c209ac?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1000,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:04:21 GMT", + "Date": "Sat, 22 Oct 2022 14:38:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1008,17 +1008,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d7d90ae-045e-43fc-b6f8-9d4774fc5482", + "x-ms-correlation-request-id": "f3cc2366-bfeb-46aa-a877-309e3f9fe00d", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220422Z:8d7d90ae-045e-43fc-b6f8-9d4774fc5482", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T143829Z:f3cc2366-bfeb-46aa-a877-309e3f9fe00d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ff7b00d9-54b5-4153-b327-b31addc8b06c", - "name": "ff7b00d9-54b5-4153-b327-b31addc8b06c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115ad478-36cf-42ab-b664-e80d20c209ac", + "name": "115ad478-36cf-42ab-b664-e80d20c209ac", + "status": "Creating", + "startTime": "2022-10-22T14:38:28.0706665Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115ad478-36cf-42ab-b664-e80d20c209ac?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 14:38: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": "fe588af0-8d1e-4218-9a29-8591be9c507f", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T143859Z:fe588af0-8d1e-4218-9a29-8591be9c507f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115ad478-36cf-42ab-b664-e80d20c209ac", + "name": "115ad478-36cf-42ab-b664-e80d20c209ac", "status": "Succeeded", - "startTime": "2022-10-20T22:04:20.9191295Z", - "endTime": "2022-10-20T22:04:21.8412254Z", + "startTime": "2022-10-22T14:38:28.0706665Z", + "endTime": "2022-10-22T14:38:29.2582183Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1" @@ -1040,8 +1080,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:04:21 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T22%3A04%3A21.8349959Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:38:59 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A38%3A29.2578937Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1049,22 +1089,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e54d64a-c845-477e-8b42-0e05432c8a86", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220422Z:7e54d64a-c845-477e-8b42-0e05432c8a86", + "x-ms-correlation-request-id": "804a902a-2835-4761-ad41-518cf8f0ceab", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T143859Z:804a902a-2835-4761-ad41-518cf8f0ceab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A04%3A21.8349959Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A38%3A29.2578937Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:04:19.7441175Z" + "CreatedOnDate": "2022-10-22T14:38:26.7975520Z" }, "properties": { - "poolId": "3640d8db-d2b1-554f-eb7d-f1d6c4db506a", + "poolId": "1941e01f-545e-2d31-a0e4-f0a0d3a6dded", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1077,10 +1117,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:04:20.7023358Z", + "createdAt": "2022-10-22T14:38:27.7979336Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:04:20.7023358Z" + "lastModifiedAt": "2022-10-22T14:38:27.7979336Z" } } }, @@ -1123,30 +1163,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:04:24 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T22%3A04%3A24.3354946Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:39:02 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A39%3A01.8678672Z\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": "4f31e765-4794-45d4-a684-1722218bae57", + "x-ms-correlation-request-id": "fc941cbc-9c82-4193-89d1-16de6f4de3d0", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220425Z:4f31e765-4794-45d4-a684-1722218bae57", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T143902Z:fc941cbc-9c82-4193-89d1-16de6f4de3d0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f", "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A04%3A24.3354946Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A39%3A01.8678672Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:04:22.7948102Z" + "CreatedOnDate": "2022-10-22T14:39:00.3144527Z" }, "properties": { "serviceLevel": "Premium", @@ -1176,15 +1216,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:04:24.0654157Z", + "createdAt": "2022-10-22T14:39:01.5293802Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:04:24.0654157Z" + "lastModifiedAt": "2022-10-22T14:39:01.5293802Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1198,7 +1238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:04:25 GMT", + "Date": "Sat, 22 Oct 2022 14:39:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1206,16 +1246,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "075a01dc-dd42-4fb8-b853-f79dd350204d", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220425Z:075a01dc-dd42-4fb8-b853-f79dd350204d", + "x-ms-correlation-request-id": "b958e8d6-c2da-4483-9bf4-3f28bd33ad33", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T143903Z:b958e8d6-c2da-4483-9bf4-3f28bd33ad33", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e", - "name": "eed7c140-ce89-4b35-92aa-ba62b233b58e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21", + "name": "573db812-6df4-474b-a98c-7a5dc51aaa21", "status": "Creating", - "startTime": "2022-10-20T22:04:24.3316487Z", + "startTime": "2022-10-22T14:39:01.8723473Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1224,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1238,7 +1278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:04:55 GMT", + "Date": "Sat, 22 Oct 2022 14:39:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1246,16 +1286,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aa4b8978-f73b-4b1b-a4d5-ba54d1fbe07f", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220455Z:aa4b8978-f73b-4b1b-a4d5-ba54d1fbe07f", + "x-ms-correlation-request-id": "a99bd97c-3b9d-4f15-bef8-c0aa5636156c", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T143933Z:a99bd97c-3b9d-4f15-bef8-c0aa5636156c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e", - "name": "eed7c140-ce89-4b35-92aa-ba62b233b58e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21", + "name": "573db812-6df4-474b-a98c-7a5dc51aaa21", "status": "Creating", - "startTime": "2022-10-20T22:04:24.3316487Z", + "startTime": "2022-10-22T14:39:01.8723473Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1264,7 +1304,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1278,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:05:25 GMT", + "Date": "Sat, 22 Oct 2022 14:40:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1286,16 +1326,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f86dccaf-2138-456d-8305-8f1cb4618302", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220526Z:f86dccaf-2138-456d-8305-8f1cb4618302", + "x-ms-correlation-request-id": "82487a74-29bf-47d9-9719-bd1fcaba544f", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144003Z:82487a74-29bf-47d9-9719-bd1fcaba544f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e", - "name": "eed7c140-ce89-4b35-92aa-ba62b233b58e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21", + "name": "573db812-6df4-474b-a98c-7a5dc51aaa21", "status": "Creating", - "startTime": "2022-10-20T22:04:24.3316487Z", + "startTime": "2022-10-22T14:39:01.8723473Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1304,7 +1344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1318,7 +1358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:05:55 GMT", + "Date": "Sat, 22 Oct 2022 14:40:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1326,16 +1366,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd909a1e-857b-41fd-82aa-ed1aa24b93b8", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220556Z:bd909a1e-857b-41fd-82aa-ed1aa24b93b8", + "x-ms-correlation-request-id": "9485d6a1-89bf-4da0-aea6-5289fe33707c", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144033Z:9485d6a1-89bf-4da0-aea6-5289fe33707c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e", - "name": "eed7c140-ce89-4b35-92aa-ba62b233b58e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21", + "name": "573db812-6df4-474b-a98c-7a5dc51aaa21", "status": "Creating", - "startTime": "2022-10-20T22:04:24.3316487Z", + "startTime": "2022-10-22T14:39:01.8723473Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1344,7 +1384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1358,7 +1398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:06:26 GMT", + "Date": "Sat, 22 Oct 2022 14:41:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1366,16 +1406,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e967542f-6194-4c30-8b6b-f75433b33776", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220626Z:e967542f-6194-4c30-8b6b-f75433b33776", + "x-ms-correlation-request-id": "db65d9b3-171c-4ad1-842c-6f295a4ba99d", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144104Z:db65d9b3-171c-4ad1-842c-6f295a4ba99d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e", - "name": "eed7c140-ce89-4b35-92aa-ba62b233b58e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21", + "name": "573db812-6df4-474b-a98c-7a5dc51aaa21", "status": "Creating", - "startTime": "2022-10-20T22:04:24.3316487Z", + "startTime": "2022-10-22T14:39:01.8723473Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1384,7 +1424,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1398,7 +1438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:06:56 GMT", + "Date": "Sat, 22 Oct 2022 14:41:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1406,16 +1446,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "db4637d9-9c5b-4487-86e6-109644c2849d", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220656Z:db4637d9-9c5b-4487-86e6-109644c2849d", + "x-ms-correlation-request-id": "b8d489f8-18d2-4b6e-a3dc-e5d5f11a9a6f", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144134Z:b8d489f8-18d2-4b6e-a3dc-e5d5f11a9a6f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e", - "name": "eed7c140-ce89-4b35-92aa-ba62b233b58e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21", + "name": "573db812-6df4-474b-a98c-7a5dc51aaa21", "status": "Creating", - "startTime": "2022-10-20T22:04:24.3316487Z", + "startTime": "2022-10-22T14:39:01.8723473Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1424,7 +1464,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1438,7 +1478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:07:26 GMT", + "Date": "Sat, 22 Oct 2022 14:42:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,16 +1486,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "28fc3d6b-7ccb-4740-96d3-6e3e45ae29e3", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220727Z:28fc3d6b-7ccb-4740-96d3-6e3e45ae29e3", + "x-ms-correlation-request-id": "e3874db7-3353-4fc5-88af-1dacd15b4fb8", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144204Z:e3874db7-3353-4fc5-88af-1dacd15b4fb8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e", - "name": "eed7c140-ce89-4b35-92aa-ba62b233b58e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21", + "name": "573db812-6df4-474b-a98c-7a5dc51aaa21", "status": "Creating", - "startTime": "2022-10-20T22:04:24.3316487Z", + "startTime": "2022-10-22T14:39:01.8723473Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1464,7 +1504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1478,7 +1518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:07:56 GMT", + "Date": "Sat, 22 Oct 2022 14:42:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1486,16 +1526,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0168bb5a-cbe7-4a70-9b9c-79fa1c0a0b81", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220757Z:0168bb5a-cbe7-4a70-9b9c-79fa1c0a0b81", + "x-ms-correlation-request-id": "a4b5d9e0-92a5-4641-bbb0-dff5ce82c474", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144234Z:a4b5d9e0-92a5-4641-bbb0-dff5ce82c474", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e", - "name": "eed7c140-ce89-4b35-92aa-ba62b233b58e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21", + "name": "573db812-6df4-474b-a98c-7a5dc51aaa21", "status": "Creating", - "startTime": "2022-10-20T22:04:24.3316487Z", + "startTime": "2022-10-22T14:39:01.8723473Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1504,7 +1544,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1518,7 +1558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:08:27 GMT", + "Date": "Sat, 22 Oct 2022 14:43:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1526,16 +1566,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "735fb8ac-2ea5-4b3d-932c-6de37ec2f636", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220827Z:735fb8ac-2ea5-4b3d-932c-6de37ec2f636", + "x-ms-correlation-request-id": "ac7a873f-4329-48c4-a4f5-65343bf27ac9", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144306Z:ac7a873f-4329-48c4-a4f5-65343bf27ac9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e", - "name": "eed7c140-ce89-4b35-92aa-ba62b233b58e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21", + "name": "573db812-6df4-474b-a98c-7a5dc51aaa21", "status": "Creating", - "startTime": "2022-10-20T22:04:24.3316487Z", + "startTime": "2022-10-22T14:39:01.8723473Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1544,7 +1584,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1558,7 +1598,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:08:57 GMT", + "Date": "Sat, 22 Oct 2022 14:43:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1566,16 +1606,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "52254e4d-7137-40bb-b102-2c7373fedb2f", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220857Z:52254e4d-7137-40bb-b102-2c7373fedb2f", + "x-ms-correlation-request-id": "1bc05ee0-8053-4ad2-8470-a57c74f94248", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144336Z:1bc05ee0-8053-4ad2-8470-a57c74f94248", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e", - "name": "eed7c140-ce89-4b35-92aa-ba62b233b58e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21", + "name": "573db812-6df4-474b-a98c-7a5dc51aaa21", "status": "Creating", - "startTime": "2022-10-20T22:04:24.3316487Z", + "startTime": "2022-10-22T14:39:01.8723473Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1584,7 +1624,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1598,7 +1638,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:09:28 GMT", + "Date": "Sat, 22 Oct 2022 14:44:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1606,17 +1646,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c1f4572-8215-4f09-8b2a-48a3c3eee1f0", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220928Z:9c1f4572-8215-4f09-8b2a-48a3c3eee1f0", + "x-ms-correlation-request-id": "085b9f5c-67f0-47f3-b7c7-929b1dbe2ca8", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144406Z:085b9f5c-67f0-47f3-b7c7-929b1dbe2ca8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eed7c140-ce89-4b35-92aa-ba62b233b58e", - "name": "eed7c140-ce89-4b35-92aa-ba62b233b58e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21", + "name": "573db812-6df4-474b-a98c-7a5dc51aaa21", "status": "Succeeded", - "startTime": "2022-10-20T22:04:24.3316487Z", - "endTime": "2022-10-20T22:09:07.3548207Z", + "startTime": "2022-10-22T14:39:01.8723473Z", + "endTime": "2022-10-22T14:43:41.8684036Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" @@ -1638,8 +1678,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:09:28 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T22%3A09%3A07.3426266Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:44:06 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A43%3A41.8599978Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1647,22 +1687,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5dee0059-1f5b-4085-8f2c-344f07449c7b", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220928Z:5dee0059-1f5b-4085-8f2c-344f07449c7b", + "x-ms-correlation-request-id": "357048ce-d438-4249-8ca1-940f6f43b75f", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144407Z:357048ce-d438-4249-8ca1-940f6f43b75f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f", "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A09%3A07.3426266Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A43%3A41.8599978Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:04:22.7948102Z" + "CreatedOnDate": "2022-10-22T14:39:00.3144527Z" }, "properties": { - "fileSystemId": "d728c065-bb53-b3a0-e059-b60950c13e61", + "fileSystemId": "7f4a1d28-402b-fc26-4aaa-5c36d519fdad", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-cd95297f", "usageThreshold": 107374182400, @@ -1690,7 +1730,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_aaba8ba7", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_bbce5513", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1705,8 +1745,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d728c065-bb53-b3a0-e059-b60950c13e61", - "fileSystemId": "d728c065-bb53-b3a0-e059-b60950c13e61", + "mountTargetId": "7f4a1d28-402b-fc26-4aaa-5c36d519fdad", + "fileSystemId": "7f4a1d28-402b-fc26-4aaa-5c36d519fdad", "ipAddress": "10.0.0.4" } ], @@ -1726,10 +1766,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:04:24.0654157Z", + "createdAt": "2022-10-22T14:39:01.5293802Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:04:24.0654157Z" + "lastModifiedAt": "2022-10-22T14:39:01.5293802Z" } } }, @@ -1748,8 +1788,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:09:28 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T22%3A09%3A07.3426266Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:44:06 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A43%3A41.8599978Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1757,22 +1797,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03738f22-68d5-4d2b-aa01-91d6b58c2db1", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220929Z:03738f22-68d5-4d2b-aa01-91d6b58c2db1", + "x-ms-correlation-request-id": "ea036ee3-83bc-4e7a-803f-55c9e9624715", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144407Z:ea036ee3-83bc-4e7a-803f-55c9e9624715", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f", "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A09%3A07.3426266Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A43%3A41.8599978Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:04:22.7948102Z" + "CreatedOnDate": "2022-10-22T14:39:00.3144527Z" }, "properties": { - "fileSystemId": "d728c065-bb53-b3a0-e059-b60950c13e61", + "fileSystemId": "7f4a1d28-402b-fc26-4aaa-5c36d519fdad", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-cd95297f", "usageThreshold": 107374182400, @@ -1800,7 +1840,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_aaba8ba7", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_bbce5513", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1815,8 +1855,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d728c065-bb53-b3a0-e059-b60950c13e61", - "fileSystemId": "d728c065-bb53-b3a0-e059-b60950c13e61", + "mountTargetId": "7f4a1d28-402b-fc26-4aaa-5c36d519fdad", + "fileSystemId": "7f4a1d28-402b-fc26-4aaa-5c36d519fdad", "ipAddress": "10.0.0.4" } ], @@ -1836,10 +1876,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:04:24.0654157Z", + "createdAt": "2022-10-22T14:39:01.5293802Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:04:24.0654157Z" + "lastModifiedAt": "2022-10-22T14:39:01.5293802Z" } } }, @@ -1859,20 +1899,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f0743f1-07cb-4c62-960b-d205172b410c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/89c7cefe-e650-4546-85ce-2bece6c78455?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "522", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:09:29 GMT", + "Date": "Sat, 22 Oct 2022 14:44:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f0743f1-07cb-4c62-960b-d205172b410c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/89c7cefe-e650-4546-85ce-2bece6c78455?api-version=2022-05-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": "9cfeaf6f-f751-44c8-a31d-9f7c0dd79bbb", + "x-ms-correlation-request-id": "f63dae4b-daa0-448d-8ac2-cf38f3036fe1", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220929Z:9cfeaf6f-f751-44c8-a31d-9f7c0dd79bbb", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144408Z:f63dae4b-daa0-448d-8ac2-cf38f3036fe1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1886,7 +1926,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f0743f1-07cb-4c62-960b-d205172b410c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/89c7cefe-e650-4546-85ce-2bece6c78455?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1900,7 +1940,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:09:29 GMT", + "Date": "Sat, 22 Oct 2022 14:44:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1908,16 +1948,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e90b3893-8c6c-4f7b-b9d0-0162099a778a", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T220930Z:e90b3893-8c6c-4f7b-b9d0-0162099a778a", + "x-ms-correlation-request-id": "b29fa733-5014-4f54-bef3-2e03f564ac3f", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144408Z:b29fa733-5014-4f54-bef3-2e03f564ac3f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f0743f1-07cb-4c62-960b-d205172b410c", - "name": "2f0743f1-07cb-4c62-960b-d205172b410c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/89c7cefe-e650-4546-85ce-2bece6c78455", + "name": "89c7cefe-e650-4546-85ce-2bece6c78455", "status": "Creating", - "startTime": "2022-10-20T22:09:29.6082703Z", + "startTime": "2022-10-22T14:44:07.9758166Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1926,7 +1966,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f0743f1-07cb-4c62-960b-d205172b410c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/89c7cefe-e650-4546-85ce-2bece6c78455?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1940,7 +1980,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:10:00 GMT", + "Date": "Sat, 22 Oct 2022 14:44:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1948,17 +1988,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a0a4f6b-402a-4746-93a0-61a358f75194", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221000Z:1a0a4f6b-402a-4746-93a0-61a358f75194", + "x-ms-correlation-request-id": "3a736e59-e4d5-477c-a504-c461d9efb1bf", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144438Z:3a736e59-e4d5-477c-a504-c461d9efb1bf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f0743f1-07cb-4c62-960b-d205172b410c", - "name": "2f0743f1-07cb-4c62-960b-d205172b410c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/89c7cefe-e650-4546-85ce-2bece6c78455", + "name": "89c7cefe-e650-4546-85ce-2bece6c78455", "status": "Succeeded", - "startTime": "2022-10-20T22:09:29.6082703Z", - "endTime": "2022-10-20T22:09:40.512423Z", + "startTime": "2022-10-22T14:44:07.9758166Z", + "endTime": "2022-10-22T14:44:14.7019751Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1" @@ -1966,7 +2006,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f0743f1-07cb-4c62-960b-d205172b410c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/89c7cefe-e650-4546-85ce-2bece6c78455?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1978,29 +2018,29 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "640", + "Content-Length": "639", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:10:00 GMT", + "Date": "Sat, 22 Oct 2022 14:44: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": "edb3eacd-0d84-4215-8685-c8933706ecbc", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221000Z:edb3eacd-0d84-4215-8685-c8933706ecbc", + "x-ms-correlation-request-id": "899bdc3b-097d-4043-b73f-6f25fa01165a", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144438Z:899bdc3b-097d-4043-b73f-6f25fa01165a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1", "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f/sdk-py-tests-snapshot-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "etag": "10/20/2022 10:09:40 PM", + "etag": "10/22/2022 2:44:14 PM", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "snapshotId": "69820fab-d8d3-3baf-4b21-2730e90bea09", - "created": "2022-10-20T22:09:33Z" + "snapshotId": "a748b3b8-e365-228a-a0d6-680c8b4add7e", + "created": "2022-10-22T14:44:08Z" } } }, @@ -2019,7 +2059,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:10:00 GMT", + "Date": "Sat, 22 Oct 2022 14:44:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2027,9 +2067,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e3a4cee-ecc7-4eed-a036-2dd2148a47a1", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221000Z:3e3a4cee-ecc7-4eed-a036-2dd2148a47a1", + "x-ms-correlation-request-id": "bd2d2eaa-3235-4891-86bd-ff7bf179e614", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144439Z:bd2d2eaa-3235-4891-86bd-ff7bf179e614", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2041,8 +2081,8 @@ "location": "westus2", "properties": { "provisioningState": "Succeeded", - "snapshotId": "69820fab-d8d3-3baf-4b21-2730e90bea09", - "created": "2022-10-20T22:09:33Z" + "snapshotId": "a748b3b8-e365-228a-a0d6-680c8b4add7e", + "created": "2022-10-22T14:44:08Z" } } ] @@ -2061,25 +2101,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0fa8b691-69f5-4687-a809-8d6f99d1b095?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d6f4c8-1320-40fd-bcb4-d39a43d7abd5?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 22:10:01 GMT", + "Date": "Sat, 22 Oct 2022 14:44:39 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0fa8b691-69f5-4687-a809-8d6f99d1b095?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d6f4c8-1320-40fd-bcb4-d39a43d7abd5?api-version=2022-05-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": "79862471-433b-470a-bd55-87360bc1a772", + "x-ms-correlation-request-id": "fac248f4-3328-447a-9bfd-73885dea91c9", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221001Z:79862471-433b-470a-bd55-87360bc1a772", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144439Z:fac248f4-3328-447a-9bfd-73885dea91c9", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0fa8b691-69f5-4687-a809-8d6f99d1b095?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d6f4c8-1320-40fd-bcb4-d39a43d7abd5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2093,7 +2133,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:10:01 GMT", + "Date": "Sat, 22 Oct 2022 14:44:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2101,16 +2141,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3160a3c-5ee9-4266-8427-a5bea4705f3d", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221001Z:e3160a3c-5ee9-4266-8427-a5bea4705f3d", + "x-ms-correlation-request-id": "5579518d-89b5-480b-aef0-6f671f436c52", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144440Z:5579518d-89b5-480b-aef0-6f671f436c52", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0fa8b691-69f5-4687-a809-8d6f99d1b095", - "name": "0fa8b691-69f5-4687-a809-8d6f99d1b095", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d6f4c8-1320-40fd-bcb4-d39a43d7abd5", + "name": "f0d6f4c8-1320-40fd-bcb4-d39a43d7abd5", "status": "Deleting", - "startTime": "2022-10-20T22:10:01.3913524Z", + "startTime": "2022-10-22T14:44:39.809387Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2119,7 +2159,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0fa8b691-69f5-4687-a809-8d6f99d1b095?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d6f4c8-1320-40fd-bcb4-d39a43d7abd5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2133,7 +2173,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:10:31 GMT", + "Date": "Sat, 22 Oct 2022 14:45:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2141,17 +2181,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8357ea08-6abd-4d7b-a285-ea000309ea94", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221032Z:8357ea08-6abd-4d7b-a285-ea000309ea94", + "x-ms-correlation-request-id": "09d99b62-14ef-452c-9c82-8e965eb8740b", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144510Z:09d99b62-14ef-452c-9c82-8e965eb8740b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0fa8b691-69f5-4687-a809-8d6f99d1b095", - "name": "0fa8b691-69f5-4687-a809-8d6f99d1b095", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d6f4c8-1320-40fd-bcb4-d39a43d7abd5", + "name": "f0d6f4c8-1320-40fd-bcb4-d39a43d7abd5", "status": "Succeeded", - "startTime": "2022-10-20T22:10:01.3913524Z", - "endTime": "2022-10-20T22:10:15.6206805Z", + "startTime": "2022-10-22T14:44:39.809387Z", + "endTime": "2022-10-22T14:44:47.9845647Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1" @@ -2159,7 +2199,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0fa8b691-69f5-4687-a809-8d6f99d1b095?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d6f4c8-1320-40fd-bcb4-d39a43d7abd5?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2173,7 +2213,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:10:32 GMT", + "Date": "Sat, 22 Oct 2022 14:45:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2181,9 +2221,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2969852d-8880-46be-8bdb-f35bb8d1db28", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221033Z:2969852d-8880-46be-8bdb-f35bb8d1db28", + "x-ms-correlation-request-id": "4f7f89c7-fcc3-47e3-b8e2-6aae894a4c4d", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144510Z:4f7f89c7-fcc3-47e3-b8e2-6aae894a4c4d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2208,15 +2248,15 @@ "Cache-Control": "no-cache", "Content-Length": "326", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:10:53 GMT", + "Date": "Sat, 22 Oct 2022 14:45: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": "ee8b6644-5700-48ee-835d-4461084a23ed", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221054Z:ee8b6644-5700-48ee-835d-4461084a23ed", + "x-ms-correlation-request-id": "554b99fa-5b09-4b55-909e-386f078e63cc", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144531Z:554b99fa-5b09-4b55-909e-386f078e63cc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2241,7 +2281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:10:54 GMT", + "Date": "Sat, 22 Oct 2022 14:45:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2249,9 +2289,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b63593a5-385b-47af-994b-4c194198d862", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221054Z:b63593a5-385b-47af-994b-4c194198d862", + "x-ms-correlation-request-id": "d1e37b05-1b88-4fba-818f-7dc1b148df65", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144532Z:d1e37b05-1b88-4fba-818f-7dc1b148df65", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2271,65 +2311,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 22:10:54 GMT", + "Date": "Sat, 22 Oct 2022 14:45:32 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9?api-version=2022-05-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": "920386ea-d56c-4ad4-8289-3f4f189c35a3", + "x-ms-correlation-request-id": "8676984c-86d1-4131-97a4-a2b137d1399b", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221055Z:920386ea-d56c-4ad4-8289-3f4f189c35a3", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144533Z:8676984c-86d1-4131-97a4-a2b137d1399b", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:10: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": "a637ba7a-5794-4853-ad08-f252766423e4", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221055Z:a637ba7a-5794-4853-ad08-f252766423e4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f", - "name": "75391b79-5d49-4b08-a236-35970d8a881f", - "status": "Deleting", - "startTime": "2022-10-20T22:10:55.2784944Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2343,7 +2343,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:11:25 GMT", + "Date": "Sat, 22 Oct 2022 14:45:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2351,16 +2351,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c3d6359-c121-49fa-9279-7d2f05ade376", + "x-ms-correlation-request-id": "19d23cb2-ba50-4d34-931c-f8e204fb9bb7", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221125Z:5c3d6359-c121-49fa-9279-7d2f05ade376", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144533Z:19d23cb2-ba50-4d34-931c-f8e204fb9bb7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f", - "name": "75391b79-5d49-4b08-a236-35970d8a881f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9", + "name": "4d06195f-815b-4fde-8ab0-a3fc26f5e3f9", "status": "Deleting", - "startTime": "2022-10-20T22:10:55.2784944Z", + "startTime": "2022-10-22T14:45:32.9449105Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2369,7 +2369,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2383,7 +2383,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:11:56 GMT", + "Date": "Sat, 22 Oct 2022 14:46:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2391,16 +2391,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c67d5cd-2b1c-4e41-abd8-0842f7aad3d9", + "x-ms-correlation-request-id": "69391de7-fdeb-434c-8500-fc6944596617", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221156Z:8c67d5cd-2b1c-4e41-abd8-0842f7aad3d9", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144603Z:69391de7-fdeb-434c-8500-fc6944596617", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f", - "name": "75391b79-5d49-4b08-a236-35970d8a881f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9", + "name": "4d06195f-815b-4fde-8ab0-a3fc26f5e3f9", "status": "Deleting", - "startTime": "2022-10-20T22:10:55.2784944Z", + "startTime": "2022-10-22T14:45:32.9449105Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2409,7 +2409,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2423,7 +2423,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:12:25 GMT", + "Date": "Sat, 22 Oct 2022 14:46:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2431,16 +2431,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "500b26f5-d76d-4e83-a5dc-4f7442bc2bcf", + "x-ms-correlation-request-id": "912487a3-3f33-471c-9905-1ff6dc2c7cc9", "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221226Z:500b26f5-d76d-4e83-a5dc-4f7442bc2bcf", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144633Z:912487a3-3f33-471c-9905-1ff6dc2c7cc9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f", - "name": "75391b79-5d49-4b08-a236-35970d8a881f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9", + "name": "4d06195f-815b-4fde-8ab0-a3fc26f5e3f9", "status": "Deleting", - "startTime": "2022-10-20T22:10:55.2784944Z", + "startTime": "2022-10-22T14:45:32.9449105Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2449,7 +2449,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2463,7 +2463,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:12:55 GMT", + "Date": "Sat, 22 Oct 2022 14:47:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2471,16 +2471,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "291b1e10-627d-472e-b879-ca4917e3b3e3", + "x-ms-correlation-request-id": "fee0a0b7-efb3-4eb5-989b-d82ae4830030", "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221256Z:291b1e10-627d-472e-b879-ca4917e3b3e3", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144704Z:fee0a0b7-efb3-4eb5-989b-d82ae4830030", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f", - "name": "75391b79-5d49-4b08-a236-35970d8a881f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9", + "name": "4d06195f-815b-4fde-8ab0-a3fc26f5e3f9", "status": "Deleting", - "startTime": "2022-10-20T22:10:55.2784944Z", + "startTime": "2022-10-22T14:45:32.9449105Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2489,7 +2489,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2503,7 +2503,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:13:26 GMT", + "Date": "Sat, 22 Oct 2022 14:47:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2511,57 +2511,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "01796e5f-cbdf-4548-ab26-f744a9c168e0", + "x-ms-correlation-request-id": "d1b57900-bbf2-4a85-b0bd-5029928c7937", "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221326Z:01796e5f-cbdf-4548-ab26-f744a9c168e0", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144735Z:d1b57900-bbf2-4a85-b0bd-5029928c7937", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f", - "name": "75391b79-5d49-4b08-a236-35970d8a881f", - "status": "Deleting", - "startTime": "2022-10-20T22:10:55.2784944Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:13: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": "98f74179-22b3-4109-bca9-88ba36a83f41", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221357Z:98f74179-22b3-4109-bca9-88ba36a83f41", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f", - "name": "75391b79-5d49-4b08-a236-35970d8a881f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9", + "name": "4d06195f-815b-4fde-8ab0-a3fc26f5e3f9", "status": "Succeeded", - "startTime": "2022-10-20T22:10:55.2784944Z", - "endTime": "2022-10-20T22:13:32.8260641Z", + "startTime": "2022-10-22T14:45:32.9449105Z", + "endTime": "2022-10-22T14:47:29.2100844Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" @@ -2569,7 +2529,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75391b79-5d49-4b08-a236-35970d8a881f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2583,7 +2543,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:13:57 GMT", + "Date": "Sat, 22 Oct 2022 14:47:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2591,27 +2551,27 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6640d34a-3363-43b7-a73b-114956575356", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221357Z:6640d34a-3363-43b7-a73b-114956575356", + "x-ms-correlation-request-id": "a7561b43-8494-4b2c-a874-e969ea0e056e", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T144735Z:a7561b43-8494-4b2c-a874-e969ea0e056e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f", "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A13%3A27.4692689Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A47%3A23.9040347Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:04:22.7948102Z" + "CreatedOnDate": "2022-10-22T14:39:00.3144527Z" }, "properties": { - "fileSystemId": "d728c065-bb53-b3a0-e059-b60950c13e61", + "fileSystemId": "7f4a1d28-402b-fc26-4aaa-5c36d519fdad", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-cd95297f", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 0, + "usedBytes": 356352, "exportPolicy": { "rules": [ { @@ -2637,19 +2597,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_aaba8ba7", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_bbce5513", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f", - "poolId": "3640d8db-d2b1-554f-eb7d-f1d6c4db506a", + "poolId": "1941e01f-545e-2d31-a0e4-f0a0d3a6dded", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "d728c065-bb53-b3a0-e059-b60950c13e61", - "fileSystemId": "d728c065-bb53-b3a0-e059-b60950c13e61", + "mountTargetId": "7f4a1d28-402b-fc26-4aaa-5c36d519fdad", + "fileSystemId": "7f4a1d28-402b-fc26-4aaa-5c36d519fdad", "startIp": "", "endIp": "", "gateway": "", @@ -2681,10 +2641,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:04:24.0654157Z", + "createdAt": "2022-10-22T14:39:01.5293802Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:04:24.0654157Z" + "lastModifiedAt": "2022-10-22T14:39:01.5293802Z" } } }, @@ -2703,14 +2663,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:17:19 GMT", + "Date": "Sat, 22 Oct 2022 14:50:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a66ae059-9bca-46b9-87bf-62e5b3a8c292", + "x-ms-correlation-request-id": "61a912d6-a0d7-48d7-bfbf-04465e34accc", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221719Z:a66ae059-9bca-46b9-87bf-62e5b3a8c292" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145058Z:61a912d6-a0d7-48d7-bfbf-04465e34accc" }, "ResponseBody": { "error": { @@ -2732,25 +2692,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0304df74-e6d9-4b05-9389-8d8f92ad7da0?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f50f1f8f-3f92-4415-ab5d-c0c372621206?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 22:17:32 GMT", + "Date": "Sat, 22 Oct 2022 14:51:11 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0304df74-e6d9-4b05-9389-8d8f92ad7da0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f50f1f8f-3f92-4415-ab5d-c0c372621206?api-version=2022-05-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": "f764a925-d597-4452-87b2-3f362872622c", + "x-ms-correlation-request-id": "0d92445c-953f-4e42-a49c-8ba94d5b45c0", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221732Z:f764a925-d597-4452-87b2-3f362872622c", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145112Z:0d92445c-953f-4e42-a49c-8ba94d5b45c0", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0304df74-e6d9-4b05-9389-8d8f92ad7da0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f50f1f8f-3f92-4415-ab5d-c0c372621206?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2764,7 +2724,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:17:32 GMT", + "Date": "Sat, 22 Oct 2022 14:51:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2772,16 +2732,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c307480-c3f1-4e1c-ac86-525b8d6e9e06", + "x-ms-correlation-request-id": "e1d45a6b-4339-4e2e-9c82-4d716f9daecf", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221733Z:9c307480-c3f1-4e1c-ac86-525b8d6e9e06", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145112Z:e1d45a6b-4339-4e2e-9c82-4d716f9daecf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0304df74-e6d9-4b05-9389-8d8f92ad7da0", - "name": "0304df74-e6d9-4b05-9389-8d8f92ad7da0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f50f1f8f-3f92-4415-ab5d-c0c372621206", + "name": "f50f1f8f-3f92-4415-ab5d-c0c372621206", "status": "Deleting", - "startTime": "2022-10-20T22:17:32.7986408Z", + "startTime": "2022-10-22T14:51:11.984956Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2790,7 +2750,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0304df74-e6d9-4b05-9389-8d8f92ad7da0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f50f1f8f-3f92-4415-ab5d-c0c372621206?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2804,7 +2764,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:18:03 GMT", + "Date": "Sat, 22 Oct 2022 14:51:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2812,17 +2772,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1abe00bb-4147-4943-b0a6-1f5943f287fa", + "x-ms-correlation-request-id": "c6ae78df-5bdd-4a29-a319-42d81217d2ce", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221803Z:1abe00bb-4147-4943-b0a6-1f5943f287fa", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145142Z:c6ae78df-5bdd-4a29-a319-42d81217d2ce", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0304df74-e6d9-4b05-9389-8d8f92ad7da0", - "name": "0304df74-e6d9-4b05-9389-8d8f92ad7da0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f50f1f8f-3f92-4415-ab5d-c0c372621206", + "name": "f50f1f8f-3f92-4415-ab5d-c0c372621206", "status": "Succeeded", - "startTime": "2022-10-20T22:17:32.7986408Z", - "endTime": "2022-10-20T22:17:33.6736872Z", + "startTime": "2022-10-22T14:51:11.984956Z", + "endTime": "2022-10-22T14:51:13.3755786Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1" @@ -2830,7 +2790,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0304df74-e6d9-4b05-9389-8d8f92ad7da0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f50f1f8f-3f92-4415-ab5d-c0c372621206?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2844,7 +2804,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:18:03 GMT", + "Date": "Sat, 22 Oct 2022 14:51:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2852,22 +2812,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e8a7a9d6-ffe7-428f-a287-850992f18a47", + "x-ms-correlation-request-id": "ad86be4c-7076-4399-999a-a2af85f207ba", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221803Z:e8a7a9d6-ffe7-428f-a287-850992f18a47", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145142Z:ad86be4c-7076-4399-999a-a2af85f207ba", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A17%3A32.7977046Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A51%3A11.9866704Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:04:19.7441175Z" + "CreatedOnDate": "2022-10-22T14:38:26.7975520Z" }, "properties": { - "poolId": "3640d8db-d2b1-554f-eb7d-f1d6c4db506a", + "poolId": "1941e01f-545e-2d31-a0e4-f0a0d3a6dded", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1", @@ -2881,10 +2841,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:04:20.7023358Z", + "createdAt": "2022-10-22T14:38:27.7979336Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:04:20.7023358Z" + "lastModifiedAt": "2022-10-22T14:38:27.7979336Z" } } }, @@ -2902,14 +2862,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 22:18:13 GMT", + "Date": "Sat, 22 Oct 2022 14: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": "f69570e7-79ef-4eb2-a2cc-71eac73ac562", + "x-ms-correlation-request-id": "d379f879-60f3-4a79-9be6-d5b50d0d4c2e", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221813Z:f69570e7-79ef-4eb2-a2cc-71eac73ac562" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145153Z:d379f879-60f3-4a79-9be6-d5b50d0d4c2e" }, "ResponseBody": null }, @@ -2927,14 +2887,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 22:18:23 GMT", + "Date": "Sat, 22 Oct 2022 14: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": "168a5a63-9b04-4e12-a207-253b86663806", + "x-ms-correlation-request-id": "770ffd7f-e8b8-4c69-83f0-806b59c3354a", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221824Z:168a5a63-9b04-4e12-a207-253b86663806" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145203Z:770ffd7f-e8b8-4c69-83f0-806b59c3354a" }, "ResponseBody": null }, @@ -2952,14 +2912,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 22:18:33 GMT", + "Date": "Sat, 22 Oct 2022 14:52:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "804241b6-fa1f-4a76-b0c9-269e94ed0dac", + "x-ms-correlation-request-id": "3da1ba57-6946-4ca7-a0ac-17bf604b288f", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221834Z:804241b6-fa1f-4a76-b0c9-269e94ed0dac" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145213Z:3da1ba57-6946-4ca7-a0ac-17bf604b288f" }, "ResponseBody": null }, @@ -2977,14 +2937,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 22:18:44 GMT", + "Date": "Sat, 22 Oct 2022 14:52:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0fd1f4ed-ead2-4191-b41c-47f1b7f4a77c", + "x-ms-correlation-request-id": "5da816d5-97b9-4abc-801c-ac37756f0465", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221844Z:0fd1f4ed-ead2-4191-b41c-47f1b7f4a77c" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145224Z:5da816d5-97b9-4abc-801c-ac37756f0465" }, "ResponseBody": null }, @@ -3003,14 +2963,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:18:54 GMT", + "Date": "Sat, 22 Oct 2022 14:52:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af9ffcd6-441f-46d9-b0ec-bc09aac2d5b6", + "x-ms-correlation-request-id": "168183d1-af08-4710-883c-32ed6d40699b", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221855Z:af9ffcd6-441f-46d9-b0ec-bc09aac2d5b6" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145234Z:168183d1-af08-4710-883c-32ed6d40699b" }, "ResponseBody": { "error": { @@ -3032,25 +2992,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cfe1d1c5-fb6b-441d-a932-aa49a475932c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8b113363-d7b4-4bbc-82cf-432f9d39499e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 22:18:55 GMT", + "Date": "Sat, 22 Oct 2022 14:52:35 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cfe1d1c5-fb6b-441d-a932-aa49a475932c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8b113363-d7b4-4bbc-82cf-432f9d39499e?api-version=2022-05-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": "0b828391-199b-4f11-b320-2b6dc503e8ba", + "x-ms-correlation-request-id": "4ac8de4b-f135-45e1-b898-4446826bac25", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221856Z:0b828391-199b-4f11-b320-2b6dc503e8ba", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145235Z:4ac8de4b-f135-45e1-b898-4446826bac25", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cfe1d1c5-fb6b-441d-a932-aa49a475932c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8b113363-d7b4-4bbc-82cf-432f9d39499e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3064,7 +3024,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:18:56 GMT", + "Date": "Sat, 22 Oct 2022 14:52:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3072,17 +3032,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c8de1e6c-3c5c-4dc3-a515-f776e8e25d1e", + "x-ms-correlation-request-id": "3d884620-47ca-41b8-94e5-e37447be7028", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221856Z:c8de1e6c-3c5c-4dc3-a515-f776e8e25d1e", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145236Z:3d884620-47ca-41b8-94e5-e37447be7028", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cfe1d1c5-fb6b-441d-a932-aa49a475932c", - "name": "cfe1d1c5-fb6b-441d-a932-aa49a475932c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8b113363-d7b4-4bbc-82cf-432f9d39499e", + "name": "8b113363-d7b4-4bbc-82cf-432f9d39499e", "status": "Succeeded", - "startTime": "2022-10-20T22:18:56.4973893Z", - "endTime": "2022-10-20T22:18:56.5283826Z", + "startTime": "2022-10-22T14:52:35.7077549Z", + "endTime": "2022-10-22T14:52:35.7702511Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f" @@ -3090,7 +3050,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cfe1d1c5-fb6b-441d-a932-aa49a475932c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8b113363-d7b4-4bbc-82cf-432f9d39499e?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3104,7 +3064,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:18:56 GMT", + "Date": "Sat, 22 Oct 2022 14:52:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3112,19 +3072,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af857f97-0115-458f-aeae-2cd88773c596", + "x-ms-correlation-request-id": "10fd1c44-b3cd-4d3b-81f3-157a98ee8ddc", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221857Z:af857f97-0115-458f-aeae-2cd88773c596", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145236Z:10fd1c44-b3cd-4d3b-81f3-157a98ee8ddc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f", "name": "sdk-py-tests-acc-1-cd95297f", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A18%3A56.4346662Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A52%3A35.7128228Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:04:15.4237720Z" + "CreatedOnDate": "2022-10-22T14:38:22.6014878Z" }, "properties": { "encryption": { @@ -3135,10 +3095,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:04:16.5439746Z", + "createdAt": "2022-10-22T14:38:23.4826268Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:04:16.5439746Z" + "lastModifiedAt": "2022-10-22T14:38:23.4826268Z" } } }, @@ -3157,15 +3117,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:18:56 GMT", + "Date": "Sat, 22 Oct 2022 14:52:36 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": "0ef2f226-a96e-4ed3-9f68-6d3238991e3c", + "x-ms-correlation-request-id": "4fc0116c-becc-4e47-b0c4-46ab05dcd531", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221857Z:0ef2f226-a96e-4ed3-9f68-6d3238991e3c", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145236Z:4fc0116c-becc-4e47-b0c4-46ab05dcd531", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3189,12 +3149,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/064d2ad7-c648-44eb-be59-1de24abd343d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e49d2297-52d8-4c62-94fc-2c02599a1d5c?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 22:18:57 GMT", + "Date": "Sat, 22 Oct 2022 14:52:37 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/064d2ad7-c648-44eb-be59-1de24abd343d?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/e49d2297-52d8-4c62-94fc-2c02599a1d5c?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3203,10 +3163,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "170ad236-4980-4ac3-9772-d3463e17846b", - "x-ms-correlation-request-id": "b9fe9cbd-6cb1-4ef1-8504-757cf604fcb2", + "x-ms-arm-service-request-id": "1ce22135-55e5-4e4d-80a6-3ed628f407b5", + "x-ms-correlation-request-id": "8aaa569d-7a01-4225-9a57-14817ddc16fd", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T221858Z:b9fe9cbd-6cb1-4ef1-8504-757cf604fcb2" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145238Z:8aaa569d-7a01-4225-9a57-14817ddc16fd" }, "ResponseBody": null } 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 7a659fc25fcb..b4304bd732ff 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 @@ -1,5 +1,38 @@ { "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/51f9e889-fb5e-46b2-8052-8f1586c83b7e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/51f9e889-fb5e-46b2-8052-8f1586c83b7e?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 15:08:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/51f9e889-fb5e-46b2-8052-8f1586c83b7e?api-version=2022-05-01", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "07bbf9c0-f6a1-4c5d-8064-fb9b2f2e1b03", + "x-ms-correlation-request-id": "5c1a91d9-34b2-4307-8462-79e82144bbdb", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150857Z:00bf2313-9154-46e2-ac45-b9b86c0ec107" + }, + "ResponseBody": null + }, { "RequestUri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration", "RequestMethod": "GET", @@ -17,12 +50,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:52:25 GMT", + "Date": "Sat, 22 Oct 2022 15:08:56 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +144,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:52:25 GMT", + "Date": "Sat, 22 Oct 2022 15:08:56 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +205,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "d9b59cef-6ddc-454c-8e38-e46457019b4c", + "client-request-id": "ad823eae-a6da-43c3-826c-3d1c6cac564a", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +223,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "d9b59cef-6ddc-454c-8e38-e46457019b4c", + "client-request-id": "ad823eae-a6da-43c3-826c-3d1c6cac564a", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:52:25 GMT", + "Date": "Sat, 22 Oct 2022 15:08:57 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +234,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +269,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2ebf255f-28b5-430f-acee-9c88a6d3b58f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a1489711-526c-473d-ae9b-20970eeb470e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:52:34 GMT", + "Date": "Sat, 22 Oct 2022 15:09:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +283,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7ed9cfa4-b93c-4ec2-9b14-fd064915e826", - "x-ms-correlation-request-id": "fc2bf3fb-ebde-468b-a745-0133d6b37a52", + "x-ms-arm-service-request-id": "a7d8b6ba-a81d-4d43-8fe8-486410dfb684", + "x-ms-correlation-request-id": "0af0d107-829f-4aee-a282-56316a47b395", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225234Z:fc2bf3fb-ebde-468b-a745-0133d6b37a52" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150903Z:0af0d107-829f-4aee-a282-56316a47b395" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-7b9b28b3", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3", - "etag": "W/\u002292c93130-067c-4656-9bdc-6a8d83980ed1\u0022", + "etag": "W/\u00226c6ff56d-e740-4c0d-a693-f3dd26ac15f8\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:52:28.9752305Z" + "CreatedOnDate": "2022-10-22T15:08:58.5667232Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "10666d27-69a1-41cd-9910-17c9c00473d5", + "resourceGuid": "c0fe3293-1a01-4e41-b5da-266e271c632b", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +312,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2ebf255f-28b5-430f-acee-9c88a6d3b58f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a1489711-526c-473d-ae9b-20970eeb470e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,10 +326,9 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:52:34 GMT", + "Date": "Sat, 22 Oct 2022 15:09:03 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" @@ -305,45 +337,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d040bf57-3824-49c9-aa48-7cfd010914c1", - "x-ms-correlation-request-id": "a5a076fc-9a1b-4ebb-93ce-1fcd920883c6", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225235Z:a5a076fc-9a1b-4ebb-93ce-1fcd920883c6" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2ebf255f-28b5-430f-acee-9c88a6d3b58f?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:52:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2d9e4632-8367-404a-898b-cf8d76e6850a", - "x-ms-correlation-request-id": "8123ea65-3766-46eb-83d0-e782fee7257a", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225245Z:8123ea65-3766-46eb-83d0-e782fee7257a" + "x-ms-arm-service-request-id": "2774b994-e966-44ef-a0e0-22ba3dec0402", + "x-ms-correlation-request-id": "221e5ce8-9f14-4811-9433-f65edaaf4c7d", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150903Z:221e5ce8-9f14-4811-9433-f65edaaf4c7d" }, "ResponseBody": { "status": "Succeeded" @@ -364,8 +361,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:52:45 GMT", - "ETag": "W/\u00228ecb22cb-c3fd-43a3-95fe-eac1e2fc52e9\u0022", + "Date": "Sat, 22 Oct 2022 15:09:03 GMT", + "ETag": "W/\u002205829162-5ff4-4bca-b1bd-a97f908cad52\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -376,23 +373,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fe6c069e-b26d-40f6-be8b-bc068dc8dcbc", - "x-ms-correlation-request-id": "caa55cc2-bd2d-4844-8458-09ac2618e0b3", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225245Z:caa55cc2-bd2d-4844-8458-09ac2618e0b3" + "x-ms-arm-service-request-id": "061c04a0-28e0-42b7-a188-19dd6bd21d58", + "x-ms-correlation-request-id": "9bcf0306-409d-4f00-b5e4-3cfc7196c3a9", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150903Z:9bcf0306-409d-4f00-b5e4-3cfc7196c3a9" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-7b9b28b3", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3", - "etag": "W/\u00228ecb22cb-c3fd-43a3-95fe-eac1e2fc52e9\u0022", + "etag": "W/\u002205829162-5ff4-4bca-b1bd-a97f908cad52\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:52:28.9752305Z" + "CreatedOnDate": "2022-10-22T15:08:58.5667232Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "10666d27-69a1-41cd-9910-17c9c00473d5", + "resourceGuid": "c0fe3293-1a01-4e41-b5da-266e271c632b", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -431,11 +428,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/94f5fc43-08de-4c81-a0f8-a1f8886ac28c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/936fc715-99a3-4001-8967-e4d0c5a70fde?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:52:46 GMT", + "Date": "Sat, 22 Oct 2022 15:09:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -445,15 +442,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "482d7c51-e636-47f0-80bc-fd06bb3a664d", - "x-ms-correlation-request-id": "409e5e83-42b7-4067-a297-d29f590a7973", + "x-ms-arm-service-request-id": "4fe4849c-92c0-49c6-ab6c-b67abf108f5a", + "x-ms-correlation-request-id": "ffcb82c8-4c84-4c93-81b6-3ad8c2804673", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225246Z:409e5e83-42b7-4067-a297-d29f590a7973" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150904Z:ffcb82c8-4c84-4c93-81b6-3ad8c2804673" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default", - "etag": "W/\u0022408067e9-3228-4b92-9a75-805a8a3949e9\u0022", + "etag": "W/\u002258a15099-5fae-4f04-acc5-7c617486e3e0\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -461,7 +458,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022408067e9-3228-4b92-9a75-805a8a3949e9\u0022", + "etag": "W/\u002258a15099-5fae-4f04-acc5-7c617486e3e0\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -481,7 +478,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/94f5fc43-08de-4c81-a0f8-a1f8886ac28c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/936fc715-99a3-4001-8967-e4d0c5a70fde?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -495,7 +492,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:52:46 GMT", + "Date": "Sat, 22 Oct 2022 15:09:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,10 +503,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2625cd90-3e45-4511-a6fb-ac8b114e0a53", - "x-ms-correlation-request-id": "3b9a5d62-6f47-4034-b0f1-bfc503d7a7dc", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225246Z:3b9a5d62-6f47-4034-b0f1-bfc503d7a7dc" + "x-ms-arm-service-request-id": "c43756b3-d3a2-411d-801d-d94e5140f640", + "x-ms-correlation-request-id": "c1c84428-8bd7-461d-acad-67c929adcffb", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150904Z:c1c84428-8bd7-461d-acad-67c929adcffb" }, "ResponseBody": { "status": "Succeeded" @@ -530,8 +527,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:52:46 GMT", - "ETag": "W/\u00226a350b9a-2f45-4821-a559-c621a8c16126\u0022", + "Date": "Sat, 22 Oct 2022 15:09:05 GMT", + "ETag": "W/\u00229523f187-2f75-4bf5-a33d-84abc5925351\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -542,15 +539,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cde04ab0-c91f-4dac-b17a-6d73bf9f14b5", - "x-ms-correlation-request-id": "48db1348-813d-4013-8fd2-4d0ee4265683", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225247Z:48db1348-813d-4013-8fd2-4d0ee4265683" + "x-ms-arm-service-request-id": "9a72b406-f688-4519-9a38-83a36df9bfc1", + "x-ms-correlation-request-id": "04643161-3195-44d8-a24f-000f7e7fc7b7", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150905Z:04643161-3195-44d8-a24f-000f7e7fc7b7" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default", - "etag": "W/\u00226a350b9a-2f45-4821-a559-c621a8c16126\u0022", + "etag": "W/\u00229523f187-2f75-4bf5-a33d-84abc5925351\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -558,7 +555,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00226a350b9a-2f45-4821-a559-c621a8c16126\u0022", + "etag": "W/\u00229523f187-2f75-4bf5-a33d-84abc5925351\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -594,12 +591,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:52:46 GMT", + "Date": "Sat, 22 Oct 2022 15:09:04 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -688,7 +685,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:52:46 GMT", + "Date": "Sat, 22 Oct 2022 15:09:04 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -749,7 +746,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "835e5ec7-6755-412f-8d6c-f1aa6e64687d", + "client-request-id": "ca8b70bc-c69e-4d95-bab5-ec80e3788dd0", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -767,10 +764,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "835e5ec7-6755-412f-8d6c-f1aa6e64687d", + "client-request-id": "ca8b70bc-c69e-4d95-bab5-ec80e3788dd0", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:52:46 GMT", + "Date": "Sat, 22 Oct 2022 15:09:04 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -778,7 +775,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -805,30 +802,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71f9a292-4790-4473-9fb4-28a404f917a2?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fb94ad8e-e924-4c67-ae54-03ad2a70a3f6?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:52:51 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T22%3A52%3A50.1494458Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 15:09:08 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T15%3A09%3A08.0743479Z\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": "d36dd70b-9053-42bb-adde-7f17881a13b6", + "x-ms-correlation-request-id": "07eac44b-4337-4762-b561-4dcc4b1c13e3", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225251Z:d36dd70b-9053-42bb-adde-7f17881a13b6", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150909Z:07eac44b-4337-4762-b561-4dcc4b1c13e3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3", "name": "sdk-py-tests-acc-1-7b9b28b3", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A52%3A50.1494458Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T15%3A09%3A08.0743479Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:52:48.3922638Z" + "CreatedOnDate": "2022-10-22T15:09:06.6520060Z" }, "properties": { "provisioningState": "Creating" @@ -836,15 +833,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:52:49.2292729Z", + "createdAt": "2022-10-22T15:09:07.8295087Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:52:49.2292729Z" + "lastModifiedAt": "2022-10-22T15:09:07.8295087Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71f9a292-4790-4473-9fb4-28a404f917a2?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fb94ad8e-e924-4c67-ae54-03ad2a70a3f6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -858,7 +855,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:52:51 GMT", + "Date": "Sat, 22 Oct 2022 15:09:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -866,17 +863,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1dcc2341-125e-4b65-acc4-fcd832b6dbea", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225251Z:1dcc2341-125e-4b65-acc4-fcd832b6dbea", + "x-ms-correlation-request-id": "4a1085a2-a173-4ec7-a296-553c4965fed6", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150909Z:4a1085a2-a173-4ec7-a296-553c4965fed6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71f9a292-4790-4473-9fb4-28a404f917a2", - "name": "71f9a292-4790-4473-9fb4-28a404f917a2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fb94ad8e-e924-4c67-ae54-03ad2a70a3f6", + "name": "fb94ad8e-e924-4c67-ae54-03ad2a70a3f6", "status": "Succeeded", - "startTime": "2022-10-20T22:52:50.1476224Z", - "endTime": "2022-10-20T22:52:50.1788965Z", + "startTime": "2022-10-22T15:09:08.0729452Z", + "endTime": "2022-10-22T15:09:08.1269089Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3" @@ -898,8 +895,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:52:51 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T22%3A52%3A50.1777431Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 15:09:09 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T15%3A09%3A08.1151035Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -907,19 +904,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "18c1d4e9-44c2-412d-9a77-62d26204e775", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225252Z:18c1d4e9-44c2-412d-9a77-62d26204e775", + "x-ms-correlation-request-id": "df189947-2344-4d0f-bf2e-7730ba853cfc", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150909Z:df189947-2344-4d0f-bf2e-7730ba853cfc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3", "name": "sdk-py-tests-acc-1-7b9b28b3", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A52%3A50.1777431Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T15%3A09%3A08.1151035Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:52:48.3922638Z" + "CreatedOnDate": "2022-10-22T15:09:06.6520060Z" }, "properties": { "activeDirectories": [ @@ -948,10 +945,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:52:49.2292729Z", + "createdAt": "2022-10-22T15:09:07.8295087Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:52:49.2292729Z" + "lastModifiedAt": "2022-10-22T15:09:07.8295087Z" } } }, @@ -977,30 +974,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e21e48ac-73e3-4855-a30f-c0fad333f132?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7293dc55-a056-4065-9749-4a8c9530a909?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "922", + "Content-Length": "918", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:52:54 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T22%3A52%3A53.7263738Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 15:09:12 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T15%3A09%3A11.7112389Z\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": "f35fbb1c-fa1f-4fe3-b074-897001e43129", + "x-ms-correlation-request-id": "45ac5ff7-aade-49ae-9e91-16e162946416", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225254Z:f35fbb1c-fa1f-4fe3-b074-897001e43129", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150912Z:45ac5ff7-aade-49ae-9e91-16e162946416", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A52%3A53.7263738Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T15%3A09%3A11.7112389Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:52:52.3827168Z" + "CreatedOnDate": "2022-10-22T15:09:10.0728172Z" }, "properties": { "serviceLevel": "Premium", @@ -1014,15 +1011,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:52:53.5291176Z", + "createdAt": "2022-10-22T15:09:11.42749Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:52:53.5291176Z" + "lastModifiedAt": "2022-10-22T15:09:11.42749Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e21e48ac-73e3-4855-a30f-c0fad333f132?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7293dc55-a056-4065-9749-4a8c9530a909?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1036,7 +1033,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:52:54 GMT", + "Date": "Sat, 22 Oct 2022 15:09:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1044,17 +1041,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8fed2f7a-43f9-4111-a97b-e897b32b8b7d", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225254Z:8fed2f7a-43f9-4111-a97b-e897b32b8b7d", + "x-ms-correlation-request-id": "4c142f5c-f00e-453c-ac81-80b63257e175", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150912Z:4c142f5c-f00e-453c-ac81-80b63257e175", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e21e48ac-73e3-4855-a30f-c0fad333f132", - "name": "e21e48ac-73e3-4855-a30f-c0fad333f132", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7293dc55-a056-4065-9749-4a8c9530a909", + "name": "7293dc55-a056-4065-9749-4a8c9530a909", "status": "Succeeded", - "startTime": "2022-10-20T22:52:53.7257401Z", - "endTime": "2022-10-20T22:52:54.642385Z", + "startTime": "2022-10-22T15:09:11.7206272Z", + "endTime": "2022-10-22T15:09:12.7362351Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1" @@ -1076,8 +1073,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:52:54 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T22%3A52%3A54.6402335Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 15:09:12 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T15%3A09%3A12.7394609Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1085,22 +1082,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1b78286d-1951-44ab-81f1-507fec3a00a7", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225255Z:1b78286d-1951-44ab-81f1-507fec3a00a7", + "x-ms-correlation-request-id": "ca702b57-aa45-4a0b-8fb9-1ba472112c5f", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150913Z:ca702b57-aa45-4a0b-8fb9-1ba472112c5f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A52%3A54.6402335Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T15%3A09%3A12.7394609Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:52:52.3827168Z" + "CreatedOnDate": "2022-10-22T15:09:10.0728172Z" }, "properties": { - "poolId": "22367595-a3e1-7b72-2eb2-b8fe86d95bb7", + "poolId": "0727a99b-f58d-ddd1-29d3-b518f4b346a4", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1113,10 +1110,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:52:53.5291176Z", + "createdAt": "2022-10-22T15:09:11.42749Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:52:53.5291176Z" + "lastModifiedAt": "2022-10-22T15:09:11.42749Z" } } }, @@ -1159,30 +1156,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:52:57 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T22%3A52%3A57.1593838Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 15:09:15 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T15%3A09%3A14.8684086Z\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": "188d7365-27a1-47a3-bc4b-2ed4b7959ee2", + "x-ms-correlation-request-id": "ff167868-22b2-4dd7-8498-675641f6545f", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225258Z:188d7365-27a1-47a3-bc4b-2ed4b7959ee2", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150915Z:ff167868-22b2-4dd7-8498-675641f6545f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3", "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A52%3A57.1593838Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T15%3A09%3A14.8684086Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:52:55.7326523Z" + "CreatedOnDate": "2022-10-22T15:09:13.5027938Z" }, "properties": { "serviceLevel": "Premium", @@ -1212,15 +1209,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:52:56.8740746Z", + "createdAt": "2022-10-22T15:09:14.5099881Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:52:56.8740746Z" + "lastModifiedAt": "2022-10-22T15:09:14.5099881Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1234,7 +1231,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:52:57 GMT", + "Date": "Sat, 22 Oct 2022 15:09:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1242,16 +1239,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10df935b-f652-4cd1-bd96-f5586bbd80c5", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225258Z:10df935b-f652-4cd1-bd96-f5586bbd80c5", + "x-ms-correlation-request-id": "a17d7812-3ac0-4525-9a41-d7461f660e1d", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150916Z:a17d7812-3ac0-4525-9a41-d7461f660e1d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943", - "name": "8305a8eb-6665-4152-a197-27bea0c9b943", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae", + "name": "59abb947-10fd-42ad-8d25-f36b7c3e3cae", "status": "Creating", - "startTime": "2022-10-20T22:52:57.1495876Z", + "startTime": "2022-10-22T15:09:14.8934954Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1260,7 +1257,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1274,7 +1271,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:53:28 GMT", + "Date": "Sat, 22 Oct 2022 15:09:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1282,16 +1279,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f00f5cec-7daa-40df-b9f9-526082501eb1", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225328Z:f00f5cec-7daa-40df-b9f9-526082501eb1", + "x-ms-correlation-request-id": "f6ce6a28-4370-4aa0-a3fe-8168c997b0bd", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150946Z:f6ce6a28-4370-4aa0-a3fe-8168c997b0bd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943", - "name": "8305a8eb-6665-4152-a197-27bea0c9b943", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae", + "name": "59abb947-10fd-42ad-8d25-f36b7c3e3cae", "status": "Creating", - "startTime": "2022-10-20T22:52:57.1495876Z", + "startTime": "2022-10-22T15:09:14.8934954Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1300,7 +1297,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1314,7 +1311,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:53:58 GMT", + "Date": "Sat, 22 Oct 2022 15:10:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1322,16 +1319,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fc649f24-8e29-49cb-88ac-44646a0b31ef", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225358Z:fc649f24-8e29-49cb-88ac-44646a0b31ef", + "x-ms-correlation-request-id": "f25f34e5-7978-4a47-94a5-abfbd3ebf50b", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151016Z:f25f34e5-7978-4a47-94a5-abfbd3ebf50b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943", - "name": "8305a8eb-6665-4152-a197-27bea0c9b943", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae", + "name": "59abb947-10fd-42ad-8d25-f36b7c3e3cae", "status": "Creating", - "startTime": "2022-10-20T22:52:57.1495876Z", + "startTime": "2022-10-22T15:09:14.8934954Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1340,7 +1337,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1354,7 +1351,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:54:28 GMT", + "Date": "Sat, 22 Oct 2022 15:10:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1362,16 +1359,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ac0f93d7-4e67-43a1-a40b-5d2e00a7e58c", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225429Z:ac0f93d7-4e67-43a1-a40b-5d2e00a7e58c", + "x-ms-correlation-request-id": "0b9eda0d-fd34-48b3-a972-62c79ed72766", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151046Z:0b9eda0d-fd34-48b3-a972-62c79ed72766", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943", - "name": "8305a8eb-6665-4152-a197-27bea0c9b943", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae", + "name": "59abb947-10fd-42ad-8d25-f36b7c3e3cae", "status": "Creating", - "startTime": "2022-10-20T22:52:57.1495876Z", + "startTime": "2022-10-22T15:09:14.8934954Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1380,7 +1377,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1394,7 +1391,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:54:58 GMT", + "Date": "Sat, 22 Oct 2022 15:11:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1402,16 +1399,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e98f98c-9e35-4235-99f7-3a59b85d1ab6", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225459Z:0e98f98c-9e35-4235-99f7-3a59b85d1ab6", + "x-ms-correlation-request-id": "a5befa38-b7c6-4f63-b11a-8286d16c7e5f", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151117Z:a5befa38-b7c6-4f63-b11a-8286d16c7e5f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943", - "name": "8305a8eb-6665-4152-a197-27bea0c9b943", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae", + "name": "59abb947-10fd-42ad-8d25-f36b7c3e3cae", "status": "Creating", - "startTime": "2022-10-20T22:52:57.1495876Z", + "startTime": "2022-10-22T15:09:14.8934954Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1420,7 +1417,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1434,7 +1431,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:55:29 GMT", + "Date": "Sat, 22 Oct 2022 15:11:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1442,16 +1439,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e908fa98-03db-4876-a0d8-a806013ed487", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225529Z:e908fa98-03db-4876-a0d8-a806013ed487", + "x-ms-correlation-request-id": "fd667c2f-fd6e-483f-8cfc-aed4263d5fb8", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151147Z:fd667c2f-fd6e-483f-8cfc-aed4263d5fb8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943", - "name": "8305a8eb-6665-4152-a197-27bea0c9b943", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae", + "name": "59abb947-10fd-42ad-8d25-f36b7c3e3cae", "status": "Creating", - "startTime": "2022-10-20T22:52:57.1495876Z", + "startTime": "2022-10-22T15:09:14.8934954Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1460,7 +1457,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1474,7 +1471,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:55:59 GMT", + "Date": "Sat, 22 Oct 2022 15:12:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1482,16 +1479,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f4ae2d97-29df-41be-9450-bd81222e88de", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225600Z:f4ae2d97-29df-41be-9450-bd81222e88de", + "x-ms-correlation-request-id": "183ec61b-d1a3-4120-ba3a-722ca70056bc", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151217Z:183ec61b-d1a3-4120-ba3a-722ca70056bc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943", - "name": "8305a8eb-6665-4152-a197-27bea0c9b943", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae", + "name": "59abb947-10fd-42ad-8d25-f36b7c3e3cae", "status": "Creating", - "startTime": "2022-10-20T22:52:57.1495876Z", + "startTime": "2022-10-22T15:09:14.8934954Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1500,7 +1497,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1514,7 +1511,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:56:29 GMT", + "Date": "Sat, 22 Oct 2022 15:12:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1522,16 +1519,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef023d10-3d97-49e1-89e0-894119ac7f7c", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225630Z:ef023d10-3d97-49e1-89e0-894119ac7f7c", + "x-ms-correlation-request-id": "74116553-bca7-48e6-ae6e-93a66320fc93", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151247Z:74116553-bca7-48e6-ae6e-93a66320fc93", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943", - "name": "8305a8eb-6665-4152-a197-27bea0c9b943", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae", + "name": "59abb947-10fd-42ad-8d25-f36b7c3e3cae", "status": "Creating", - "startTime": "2022-10-20T22:52:57.1495876Z", + "startTime": "2022-10-22T15:09:14.8934954Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1540,7 +1537,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1554,7 +1551,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:57:00 GMT", + "Date": "Sat, 22 Oct 2022 15:13:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1562,16 +1559,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c215154-4127-45dd-832d-f932d9599753", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225700Z:1c215154-4127-45dd-832d-f932d9599753", + "x-ms-correlation-request-id": "d570211c-6791-4b7a-9100-647d1aee3776", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151318Z:d570211c-6791-4b7a-9100-647d1aee3776", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943", - "name": "8305a8eb-6665-4152-a197-27bea0c9b943", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae", + "name": "59abb947-10fd-42ad-8d25-f36b7c3e3cae", "status": "Creating", - "startTime": "2022-10-20T22:52:57.1495876Z", + "startTime": "2022-10-22T15:09:14.8934954Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1580,7 +1577,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1594,7 +1591,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:57:30 GMT", + "Date": "Sat, 22 Oct 2022 15:13:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1602,16 +1599,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "177a931c-c05a-4507-aece-2ff4543373c9", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225730Z:177a931c-c05a-4507-aece-2ff4543373c9", + "x-ms-correlation-request-id": "425ea7d0-9a4b-4a90-b018-3a3d61d30f65", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151348Z:425ea7d0-9a4b-4a90-b018-3a3d61d30f65", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943", - "name": "8305a8eb-6665-4152-a197-27bea0c9b943", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae", + "name": "59abb947-10fd-42ad-8d25-f36b7c3e3cae", "status": "Creating", - "startTime": "2022-10-20T22:52:57.1495876Z", + "startTime": "2022-10-22T15:09:14.8934954Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1620,7 +1617,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1634,7 +1631,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:58:00 GMT", + "Date": "Sat, 22 Oct 2022 15:14:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1642,17 +1639,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3132ade7-dab0-4c89-befd-30556bda188e", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225801Z:3132ade7-dab0-4c89-befd-30556bda188e", + "x-ms-correlation-request-id": "c001c14b-12bc-49c7-9cb8-85d69a9a7855", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151418Z:c001c14b-12bc-49c7-9cb8-85d69a9a7855", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8305a8eb-6665-4152-a197-27bea0c9b943", - "name": "8305a8eb-6665-4152-a197-27bea0c9b943", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae", + "name": "59abb947-10fd-42ad-8d25-f36b7c3e3cae", "status": "Succeeded", - "startTime": "2022-10-20T22:52:57.1495876Z", - "endTime": "2022-10-20T22:57:34.3779197Z", + "startTime": "2022-10-22T15:09:14.8934954Z", + "endTime": "2022-10-22T15:13:52.1897223Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" @@ -1674,8 +1671,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:58:02 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T22%3A57%3A34.3747487Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 15:14:18 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T15%3A13%3A52.1915127Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1683,22 +1680,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "46c160bb-061f-4664-a47e-22bbcbeb77f1", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225802Z:46c160bb-061f-4664-a47e-22bbcbeb77f1", + "x-ms-correlation-request-id": "39fe6468-d8d7-4291-b078-9dcfdf95bb09", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151419Z:39fe6468-d8d7-4291-b078-9dcfdf95bb09", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3", "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A57%3A34.3747487Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T15%3A13%3A52.1915127Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:52:55.7326523Z" + "CreatedOnDate": "2022-10-22T15:09:13.5027938Z" }, "properties": { - "fileSystemId": "a34e46e5-086e-ea20-f665-26cebb0b09ad", + "fileSystemId": "438f800d-fba4-284f-d2e3-f88d295efd2e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-7b9b28b3", "usageThreshold": 107374182400, @@ -1726,7 +1723,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_e6c1b53b", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c8c742a1", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1741,8 +1738,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "a34e46e5-086e-ea20-f665-26cebb0b09ad", - "fileSystemId": "a34e46e5-086e-ea20-f665-26cebb0b09ad", + "mountTargetId": "438f800d-fba4-284f-d2e3-f88d295efd2e", + "fileSystemId": "438f800d-fba4-284f-d2e3-f88d295efd2e", "ipAddress": "10.0.0.4" } ], @@ -1762,10 +1759,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:52:56.8740746Z", + "createdAt": "2022-10-22T15:09:14.5099881Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:52:56.8740746Z" + "lastModifiedAt": "2022-10-22T15:09:14.5099881Z" } } }, @@ -1784,8 +1781,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:58:02 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T22%3A57%3A34.3747487Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 15:14:18 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T15%3A13%3A52.1915127Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1793,22 +1790,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9784c564-f793-45e9-91a7-f3f549dae751", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225802Z:9784c564-f793-45e9-91a7-f3f549dae751", + "x-ms-correlation-request-id": "31307c64-792a-468c-8cd6-0b1207af25a2", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151419Z:31307c64-792a-468c-8cd6-0b1207af25a2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3", "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A57%3A34.3747487Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T15%3A13%3A52.1915127Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:52:55.7326523Z" + "CreatedOnDate": "2022-10-22T15:09:13.5027938Z" }, "properties": { - "fileSystemId": "a34e46e5-086e-ea20-f665-26cebb0b09ad", + "fileSystemId": "438f800d-fba4-284f-d2e3-f88d295efd2e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-7b9b28b3", "usageThreshold": 107374182400, @@ -1836,7 +1833,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_e6c1b53b", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c8c742a1", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1851,8 +1848,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "a34e46e5-086e-ea20-f665-26cebb0b09ad", - "fileSystemId": "a34e46e5-086e-ea20-f665-26cebb0b09ad", + "mountTargetId": "438f800d-fba4-284f-d2e3-f88d295efd2e", + "fileSystemId": "438f800d-fba4-284f-d2e3-f88d295efd2e", "ipAddress": "10.0.0.4" } ], @@ -1872,10 +1869,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:52:56.8740746Z", + "createdAt": "2022-10-22T15:09:14.5099881Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:52:56.8740746Z" + "lastModifiedAt": "2022-10-22T15:09:14.5099881Z" } } }, @@ -1895,20 +1892,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e902f2e-475c-4ca0-a071-80f447108979?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36185542-eb10-4749-aaf9-055be1fe996c?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "522", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:58:02 GMT", + "Date": "Sat, 22 Oct 2022 15:14:19 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e902f2e-475c-4ca0-a071-80f447108979?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36185542-eb10-4749-aaf9-055be1fe996c?api-version=2022-05-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": "ee4b777a-8b2d-44c9-b8dd-9821fe57d23b", + "x-ms-correlation-request-id": "7381ac48-14a2-4568-b105-7a25547d943c", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225803Z:ee4b777a-8b2d-44c9-b8dd-9821fe57d23b", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151420Z:7381ac48-14a2-4568-b105-7a25547d943c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1922,7 +1919,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e902f2e-475c-4ca0-a071-80f447108979?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36185542-eb10-4749-aaf9-055be1fe996c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1936,7 +1933,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:58:03 GMT", + "Date": "Sat, 22 Oct 2022 15:14:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1944,16 +1941,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85bdaed0-c42e-469f-b227-98fbde8c6a15", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225803Z:85bdaed0-c42e-469f-b227-98fbde8c6a15", + "x-ms-correlation-request-id": "43fabf32-504e-4fb6-83d9-c9cac13fa047", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151420Z:43fabf32-504e-4fb6-83d9-c9cac13fa047", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e902f2e-475c-4ca0-a071-80f447108979", - "name": "4e902f2e-475c-4ca0-a071-80f447108979", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36185542-eb10-4749-aaf9-055be1fe996c", + "name": "36185542-eb10-4749-aaf9-055be1fe996c", "status": "Creating", - "startTime": "2022-10-20T22:58:03.2011668Z", + "startTime": "2022-10-22T15:14:20.0697143Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1962,7 +1959,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e902f2e-475c-4ca0-a071-80f447108979?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36185542-eb10-4749-aaf9-055be1fe996c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1976,7 +1973,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:58:33 GMT", + "Date": "Sat, 22 Oct 2022 15:14:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1984,17 +1981,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08313573-0e59-444f-8761-89c4e7ccec98", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225833Z:08313573-0e59-444f-8761-89c4e7ccec98", + "x-ms-correlation-request-id": "afa520d3-80c1-4c38-8f21-e2e11b921266", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151450Z:afa520d3-80c1-4c38-8f21-e2e11b921266", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e902f2e-475c-4ca0-a071-80f447108979", - "name": "4e902f2e-475c-4ca0-a071-80f447108979", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36185542-eb10-4749-aaf9-055be1fe996c", + "name": "36185542-eb10-4749-aaf9-055be1fe996c", "status": "Succeeded", - "startTime": "2022-10-20T22:58:03.2011668Z", - "endTime": "2022-10-20T22:58:06.1974667Z", + "startTime": "2022-10-22T15:14:20.0697143Z", + "endTime": "2022-10-22T15:14:27.9677712Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1" @@ -2002,7 +1999,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e902f2e-475c-4ca0-a071-80f447108979?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36185542-eb10-4749-aaf9-055be1fe996c?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2014,29 +2011,29 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "640", + "Content-Length": "639", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:58:33 GMT", + "Date": "Sat, 22 Oct 2022 15:14: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": "4bede06b-5ad9-485f-8c5a-021d64ea5cbf", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225834Z:4bede06b-5ad9-485f-8c5a-021d64ea5cbf", + "x-ms-correlation-request-id": "08d787f8-8172-47da-b1dc-901ee3b314b7", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151451Z:08d787f8-8172-47da-b1dc-901ee3b314b7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1", "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3/sdk-py-tests-snapshot-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "etag": "10/20/2022 10:58:06 PM", + "etag": "10/22/2022 3:14:27 PM", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "snapshotId": "fe8013b4-acaa-5886-4bfd-9a1eef2ab2b8", - "created": "2022-10-20T22:58:04Z" + "snapshotId": "1dfd189a-806a-4acd-44dc-28c8680bf855", + "created": "2022-10-22T15:14:20Z" } } }, @@ -2055,7 +2052,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:58:34 GMT", + "Date": "Sat, 22 Oct 2022 15:14:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2063,9 +2060,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67e7f5b3-1882-4acd-9a87-f7442157a0b0", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225834Z:67e7f5b3-1882-4acd-9a87-f7442157a0b0", + "x-ms-correlation-request-id": "437852db-de2e-4682-bdb4-2434b254e17f", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151452Z:437852db-de2e-4682-bdb4-2434b254e17f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2075,8 +2072,8 @@ "location": "westus2", "properties": { "provisioningState": "Succeeded", - "snapshotId": "fe8013b4-acaa-5886-4bfd-9a1eef2ab2b8", - "created": "2022-10-20T22:58:04Z" + "snapshotId": "1dfd189a-806a-4acd-44dc-28c8680bf855", + "created": "2022-10-22T15:14:20Z" } } }, @@ -2093,25 +2090,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7356e45d-c11d-4435-a860-a4abe0316f3c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f19d43dc-498c-4908-a5fa-539e88a4b875?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 22:58:34 GMT", + "Date": "Sat, 22 Oct 2022 15:14:51 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7356e45d-c11d-4435-a860-a4abe0316f3c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f19d43dc-498c-4908-a5fa-539e88a4b875?api-version=2022-05-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": "2759e80e-34cb-4ae0-bc01-07bb43f54638", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225835Z:2759e80e-34cb-4ae0-bc01-07bb43f54638", + "x-ms-correlation-request-id": "ce9408e7-4158-446b-b42a-c5fedf89c4d9", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151452Z:ce9408e7-4158-446b-b42a-c5fedf89c4d9", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7356e45d-c11d-4435-a860-a4abe0316f3c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f19d43dc-498c-4908-a5fa-539e88a4b875?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2125,7 +2122,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:58:35 GMT", + "Date": "Sat, 22 Oct 2022 15:14:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2133,16 +2130,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e4c63a55-0e21-4a0f-af53-2feb172bf45f", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225835Z:e4c63a55-0e21-4a0f-af53-2feb172bf45f", + "x-ms-correlation-request-id": "d2032adb-1a67-468f-9f07-cc5d813ebdf5", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151452Z:d2032adb-1a67-468f-9f07-cc5d813ebdf5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7356e45d-c11d-4435-a860-a4abe0316f3c", - "name": "7356e45d-c11d-4435-a860-a4abe0316f3c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f19d43dc-498c-4908-a5fa-539e88a4b875", + "name": "f19d43dc-498c-4908-a5fa-539e88a4b875", "status": "Deleting", - "startTime": "2022-10-20T22:58:35.0033395Z", + "startTime": "2022-10-22T15:14:52.558861Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2151,7 +2148,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7356e45d-c11d-4435-a860-a4abe0316f3c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f19d43dc-498c-4908-a5fa-539e88a4b875?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2165,7 +2162,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:59:04 GMT", + "Date": "Sat, 22 Oct 2022 15:15:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2173,17 +2170,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c5a6e85f-8d95-4b5f-a9fd-6af4f6aceec5", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225905Z:c5a6e85f-8d95-4b5f-a9fd-6af4f6aceec5", + "x-ms-correlation-request-id": "1c49326c-6a0c-4077-a1fb-2cf40a2bd496", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151523Z:1c49326c-6a0c-4077-a1fb-2cf40a2bd496", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7356e45d-c11d-4435-a860-a4abe0316f3c", - "name": "7356e45d-c11d-4435-a860-a4abe0316f3c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f19d43dc-498c-4908-a5fa-539e88a4b875", + "name": "f19d43dc-498c-4908-a5fa-539e88a4b875", "status": "Succeeded", - "startTime": "2022-10-20T22:58:35.0033395Z", - "endTime": "2022-10-20T22:58:40.6390253Z", + "startTime": "2022-10-22T15:14:52.558861Z", + "endTime": "2022-10-22T15:14:58.7603075Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1" @@ -2191,7 +2188,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7356e45d-c11d-4435-a860-a4abe0316f3c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f19d43dc-498c-4908-a5fa-539e88a4b875?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2205,7 +2202,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:59:05 GMT", + "Date": "Sat, 22 Oct 2022 15:15:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2213,9 +2210,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d8affc8-7504-46c6-a8f6-fc0d8b2c85f0", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225905Z:6d8affc8-7504-46c6-a8f6-fc0d8b2c85f0", + "x-ms-correlation-request-id": "ecc48dc8-140e-4111-a1d3-7a6916e058d7", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151523Z:ecc48dc8-140e-4111-a1d3-7a6916e058d7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2240,15 +2237,15 @@ "Cache-Control": "no-cache", "Content-Length": "326", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:59:26 GMT", + "Date": "Sat, 22 Oct 2022 15:15:43 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": "2767f4c9-0ae9-41d5-a4a3-27fc3fa190d8", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225927Z:2767f4c9-0ae9-41d5-a4a3-27fc3fa190d8", + "x-ms-correlation-request-id": "95af53c2-b713-40ad-92d4-4bbf5a308b7d", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151544Z:95af53c2-b713-40ad-92d4-4bbf5a308b7d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2271,25 +2268,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 22:59:27 GMT", + "Date": "Sat, 22 Oct 2022 15:15:44 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a?api-version=2022-05-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": "3f2e9546-e6c4-45c0-a20f-9eabee6c88bc", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225928Z:3f2e9546-e6c4-45c0-a20f-9eabee6c88bc", + "x-ms-correlation-request-id": "9057c90c-5014-4fc7-9924-e51e200682c0", + "x-ms-ratelimit-remaining-subscription-deletes": "14991", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151545Z:9057c90c-5014-4fc7-9924-e51e200682c0", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2303,7 +2300,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:59:27 GMT", + "Date": "Sat, 22 Oct 2022 15:15:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2311,16 +2308,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a369f01-85c8-40bf-b3a6-6eec0e4fb10e", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225928Z:8a369f01-85c8-40bf-b3a6-6eec0e4fb10e", + "x-ms-correlation-request-id": "94f9bb0d-ea3a-408e-a0d9-3e011ea4777d", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151545Z:94f9bb0d-ea3a-408e-a0d9-3e011ea4777d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a", - "name": "65bce7d8-3f66-475d-a269-0558e6acc43a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a", + "name": "6069847a-2318-49f6-a3bb-eac8a8e9804a", "status": "Deleting", - "startTime": "2022-10-20T22:59:27.885455Z", + "startTime": "2022-10-22T15:15:45.1910648Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2329,7 +2326,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2343,7 +2340,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:59:57 GMT", + "Date": "Sat, 22 Oct 2022 15:16:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2351,16 +2348,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2df0ab08-a6e8-482a-9ae7-f325a0437b63", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T225958Z:2df0ab08-a6e8-482a-9ae7-f325a0437b63", + "x-ms-correlation-request-id": "80b3ef74-efb2-4985-8ade-44f6b2657104", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151615Z:80b3ef74-efb2-4985-8ade-44f6b2657104", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a", - "name": "65bce7d8-3f66-475d-a269-0558e6acc43a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a", + "name": "6069847a-2318-49f6-a3bb-eac8a8e9804a", "status": "Deleting", - "startTime": "2022-10-20T22:59:27.885455Z", + "startTime": "2022-10-22T15:15:45.1910648Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2369,7 +2366,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2383,7 +2380,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:00:28 GMT", + "Date": "Sat, 22 Oct 2022 15:16:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2391,16 +2388,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a8a6e2c2-f57f-4b90-998f-b71bfe54f63a", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230028Z:a8a6e2c2-f57f-4b90-998f-b71bfe54f63a", + "x-ms-correlation-request-id": "ab61df81-28f8-4c6a-a6f5-686722e84403", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151645Z:ab61df81-28f8-4c6a-a6f5-686722e84403", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a", - "name": "65bce7d8-3f66-475d-a269-0558e6acc43a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a", + "name": "6069847a-2318-49f6-a3bb-eac8a8e9804a", "status": "Deleting", - "startTime": "2022-10-20T22:59:27.885455Z", + "startTime": "2022-10-22T15:15:45.1910648Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2409,7 +2406,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2423,7 +2420,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:00:58 GMT", + "Date": "Sat, 22 Oct 2022 15:17:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2431,16 +2428,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38fb1d8c-9f29-4895-b0f7-acfc4eefb1e3", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230059Z:38fb1d8c-9f29-4895-b0f7-acfc4eefb1e3", + "x-ms-correlation-request-id": "f933e6e4-eadf-4870-baa1-8449f763d2bf", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151716Z:f933e6e4-eadf-4870-baa1-8449f763d2bf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a", - "name": "65bce7d8-3f66-475d-a269-0558e6acc43a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a", + "name": "6069847a-2318-49f6-a3bb-eac8a8e9804a", "status": "Deleting", - "startTime": "2022-10-20T22:59:27.885455Z", + "startTime": "2022-10-22T15:15:45.1910648Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2449,7 +2446,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2463,7 +2460,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:01:28 GMT", + "Date": "Sat, 22 Oct 2022 15:17:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2471,16 +2468,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3bd0f374-965e-4813-9c35-1e0e2ba1c036", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230129Z:3bd0f374-965e-4813-9c35-1e0e2ba1c036", + "x-ms-correlation-request-id": "a667ba33-8c52-43a2-b02d-7d8e133c0953", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151746Z:a667ba33-8c52-43a2-b02d-7d8e133c0953", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a", - "name": "65bce7d8-3f66-475d-a269-0558e6acc43a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a", + "name": "6069847a-2318-49f6-a3bb-eac8a8e9804a", "status": "Deleting", - "startTime": "2022-10-20T22:59:27.885455Z", + "startTime": "2022-10-22T15:15:45.1910648Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2489,7 +2486,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2503,7 +2500,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:01:58 GMT", + "Date": "Sat, 22 Oct 2022 15:18:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2511,16 +2508,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "66f0e1cb-b945-41a7-8a23-a960d53ae710", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230159Z:66f0e1cb-b945-41a7-8a23-a960d53ae710", + "x-ms-correlation-request-id": "14b4861d-7405-4ef2-9db0-72cba808635d", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151816Z:14b4861d-7405-4ef2-9db0-72cba808635d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a", - "name": "65bce7d8-3f66-475d-a269-0558e6acc43a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a", + "name": "6069847a-2318-49f6-a3bb-eac8a8e9804a", "status": "Deleting", - "startTime": "2022-10-20T22:59:27.885455Z", + "startTime": "2022-10-22T15:15:45.1910648Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2529,7 +2526,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2543,7 +2540,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:02:29 GMT", + "Date": "Sat, 22 Oct 2022 15:18:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2551,17 +2548,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4dcef75c-d2a0-4d6e-b585-27f66609589f", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230229Z:4dcef75c-d2a0-4d6e-b585-27f66609589f", + "x-ms-correlation-request-id": "a5a6307e-8c79-4f44-8415-436f696da040", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151846Z:a5a6307e-8c79-4f44-8415-436f696da040", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a", - "name": "65bce7d8-3f66-475d-a269-0558e6acc43a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a", + "name": "6069847a-2318-49f6-a3bb-eac8a8e9804a", "status": "Succeeded", - "startTime": "2022-10-20T22:59:27.885455Z", - "endTime": "2022-10-20T23:02:06.5194137Z", + "startTime": "2022-10-22T15:15:45.1910648Z", + "endTime": "2022-10-22T15:18:22.2499122Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" @@ -2569,7 +2566,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/65bce7d8-3f66-475d-a269-0558e6acc43a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2583,7 +2580,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:02:29 GMT", + "Date": "Sat, 22 Oct 2022 15:18:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2591,22 +2588,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "058c2774-8087-454d-981e-92ef06a4524c", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230230Z:058c2774-8087-454d-981e-92ef06a4524c", + "x-ms-correlation-request-id": "4a4e204c-6b4f-45fa-9441-76cb3ea6bd32", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T151847Z:4a4e204c-6b4f-45fa-9441-76cb3ea6bd32", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3", "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T23%3A01%3A57.0982118Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T15%3A18%3A13.3260637Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:52:55.7326523Z" + "CreatedOnDate": "2022-10-22T15:09:13.5027938Z" }, "properties": { - "fileSystemId": "a34e46e5-086e-ea20-f665-26cebb0b09ad", + "fileSystemId": "438f800d-fba4-284f-d2e3-f88d295efd2e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-7b9b28b3", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2637,19 +2634,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_e6c1b53b", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c8c742a1", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3", - "poolId": "22367595-a3e1-7b72-2eb2-b8fe86d95bb7", + "poolId": "0727a99b-f58d-ddd1-29d3-b518f4b346a4", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "a34e46e5-086e-ea20-f665-26cebb0b09ad", - "fileSystemId": "a34e46e5-086e-ea20-f665-26cebb0b09ad", + "mountTargetId": "438f800d-fba4-284f-d2e3-f88d295efd2e", + "fileSystemId": "438f800d-fba4-284f-d2e3-f88d295efd2e", "startIp": "", "endIp": "", "gateway": "", @@ -2681,10 +2678,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:52:56.8740746Z", + "createdAt": "2022-10-22T15:09:14.5099881Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:52:56.8740746Z" + "lastModifiedAt": "2022-10-22T15:09:14.5099881Z" } } }, @@ -2703,14 +2700,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:05:52 GMT", + "Date": "Sat, 22 Oct 2022 15:22:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c7ab001-0bf1-456c-950c-7ac28143d59b", + "x-ms-correlation-request-id": "d6511422-c081-46fa-9422-0fc0dd33c4c3", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230553Z:1c7ab001-0bf1-456c-950c-7ac28143d59b" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T152210Z:d6511422-c081-46fa-9422-0fc0dd33c4c3" }, "ResponseBody": { "error": { @@ -2732,25 +2729,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/64c6926d-bea8-4881-8343-ff48350541ef?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67df3ab2-a158-468f-9c10-16a3c5e28c48?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 23:06:04 GMT", + "Date": "Sat, 22 Oct 2022 15:22:23 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/64c6926d-bea8-4881-8343-ff48350541ef?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67df3ab2-a158-468f-9c10-16a3c5e28c48?api-version=2022-05-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": "c0f30a46-5e53-43ab-b978-58df074c7dbe", + "x-ms-correlation-request-id": "b60e7982-b0c3-4118-9888-e5c0e33ee3bd", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230605Z:c0f30a46-5e53-43ab-b978-58df074c7dbe", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T152223Z:b60e7982-b0c3-4118-9888-e5c0e33ee3bd", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/64c6926d-bea8-4881-8343-ff48350541ef?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67df3ab2-a158-468f-9c10-16a3c5e28c48?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2764,7 +2761,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:06:05 GMT", + "Date": "Sat, 22 Oct 2022 15:22:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2772,16 +2769,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "34477565-1cef-4f1f-94c7-fd7d2b2ce897", + "x-ms-correlation-request-id": "4cb969c6-5769-470e-be5f-687bdc6be134", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230606Z:34477565-1cef-4f1f-94c7-fd7d2b2ce897", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T152224Z:4cb969c6-5769-470e-be5f-687bdc6be134", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/64c6926d-bea8-4881-8343-ff48350541ef", - "name": "64c6926d-bea8-4881-8343-ff48350541ef", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67df3ab2-a158-468f-9c10-16a3c5e28c48", + "name": "67df3ab2-a158-468f-9c10-16a3c5e28c48", "status": "Deleting", - "startTime": "2022-10-20T23:06:05.6066189Z", + "startTime": "2022-10-22T15:22:23.8395173Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2790,7 +2787,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/64c6926d-bea8-4881-8343-ff48350541ef?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67df3ab2-a158-468f-9c10-16a3c5e28c48?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2804,7 +2801,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:06:35 GMT", + "Date": "Sat, 22 Oct 2022 15:22:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2812,17 +2809,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5892448f-1bb8-4267-8699-44afc9dd3bc5", + "x-ms-correlation-request-id": "d67bc37d-3e72-4db7-9cf1-ca9d2c190053", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230636Z:5892448f-1bb8-4267-8699-44afc9dd3bc5", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T152254Z:d67bc37d-3e72-4db7-9cf1-ca9d2c190053", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/64c6926d-bea8-4881-8343-ff48350541ef", - "name": "64c6926d-bea8-4881-8343-ff48350541ef", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67df3ab2-a158-468f-9c10-16a3c5e28c48", + "name": "67df3ab2-a158-468f-9c10-16a3c5e28c48", "status": "Succeeded", - "startTime": "2022-10-20T23:06:05.6066189Z", - "endTime": "2022-10-20T23:06:06.6535298Z", + "startTime": "2022-10-22T15:22:23.8395173Z", + "endTime": "2022-10-22T15:22:25.6363772Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1" @@ -2830,7 +2827,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/64c6926d-bea8-4881-8343-ff48350541ef?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67df3ab2-a158-468f-9c10-16a3c5e28c48?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2844,7 +2841,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:06:35 GMT", + "Date": "Sat, 22 Oct 2022 15:22:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2852,22 +2849,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "abbb95fa-b69a-4324-82ff-383cbb256e86", + "x-ms-correlation-request-id": "242fbcfb-f1bf-432f-a457-b349bc69e496", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230636Z:abbb95fa-b69a-4324-82ff-383cbb256e86", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T152254Z:242fbcfb-f1bf-432f-a457-b349bc69e496", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T23%3A06%3A05.6108936Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T15%3A22%3A23.8348346Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:52:52.3827168Z" + "CreatedOnDate": "2022-10-22T15:09:10.0728172Z" }, "properties": { - "poolId": "22367595-a3e1-7b72-2eb2-b8fe86d95bb7", + "poolId": "0727a99b-f58d-ddd1-29d3-b518f4b346a4", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1", @@ -2881,10 +2878,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:52:53.5291176Z", + "createdAt": "2022-10-22T15:09:11.42749Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:52:53.5291176Z" + "lastModifiedAt": "2022-10-22T15:09:11.42749Z" } } }, @@ -2902,14 +2899,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 23:06:45 GMT", + "Date": "Sat, 22 Oct 2022 15:23:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82781716-2e99-45de-8c7f-32ba60665cdc", + "x-ms-correlation-request-id": "2d5af23d-473f-4295-87c9-e76fb3bf7960", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230646Z:82781716-2e99-45de-8c7f-32ba60665cdc" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T152305Z:2d5af23d-473f-4295-87c9-e76fb3bf7960" }, "ResponseBody": null }, @@ -2927,14 +2924,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 23:06:56 GMT", + "Date": "Sat, 22 Oct 2022 15:23:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "db15ce92-4776-482d-b10a-3f5a30497ebe", + "x-ms-correlation-request-id": "f152e0e2-381e-4e8c-b005-ad8b874e8274", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230657Z:db15ce92-4776-482d-b10a-3f5a30497ebe" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T152315Z:f152e0e2-381e-4e8c-b005-ad8b874e8274" }, "ResponseBody": null }, @@ -2952,14 +2949,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 23:07:06 GMT", + "Date": "Sat, 22 Oct 2022 15:23:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d3f1c7e-2ff8-4b41-b28e-ee05158efc28", + "x-ms-correlation-request-id": "0c289ad5-86d9-42d8-91be-76aedd4712dd", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230707Z:3d3f1c7e-2ff8-4b41-b28e-ee05158efc28" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T152325Z:0c289ad5-86d9-42d8-91be-76aedd4712dd" }, "ResponseBody": null }, @@ -2977,14 +2974,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 23:07:17 GMT", + "Date": "Sat, 22 Oct 2022 15:23:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7920f957-8608-4076-97d5-659915d441e8", + "x-ms-correlation-request-id": "79c5c7b3-8652-4d65-9a33-3b1bca136ee0", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230717Z:7920f957-8608-4076-97d5-659915d441e8" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T152335Z:79c5c7b3-8652-4d65-9a33-3b1bca136ee0" }, "ResponseBody": null }, @@ -3003,14 +3000,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:07:27 GMT", + "Date": "Sat, 22 Oct 2022 15:23:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ccb6906-f5a9-412a-88e9-c0ed3b884281", + "x-ms-correlation-request-id": "f45e52e9-9517-4569-bc99-cf362d2d147b", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230727Z:5ccb6906-f5a9-412a-88e9-c0ed3b884281" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T152346Z:f45e52e9-9517-4569-bc99-cf362d2d147b" }, "ResponseBody": { "error": { @@ -3032,25 +3029,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dd76cb09-f5e1-446e-8ec2-6741171c137c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e561fd2-752b-4ce4-bd81-0615b541b8c3?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 23:07:28 GMT", + "Date": "Sat, 22 Oct 2022 15:23:47 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dd76cb09-f5e1-446e-8ec2-6741171c137c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e561fd2-752b-4ce4-bd81-0615b541b8c3?api-version=2022-05-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": "2307ac31-0b81-4f97-89d6-37f2fb7e41c2", + "x-ms-correlation-request-id": "ea555c95-9e5f-4ac0-9efc-814480353bbd", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230729Z:2307ac31-0b81-4f97-89d6-37f2fb7e41c2", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T152347Z:ea555c95-9e5f-4ac0-9efc-814480353bbd", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dd76cb09-f5e1-446e-8ec2-6741171c137c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e561fd2-752b-4ce4-bd81-0615b541b8c3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3064,7 +3061,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:07:28 GMT", + "Date": "Sat, 22 Oct 2022 15:23:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3072,17 +3069,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a36135da-2d76-4b9f-8560-e129b39ffd85", + "x-ms-correlation-request-id": "e00578b8-14e8-4fec-afe3-c9aa49f68de7", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230729Z:a36135da-2d76-4b9f-8560-e129b39ffd85", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T152347Z:e00578b8-14e8-4fec-afe3-c9aa49f68de7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dd76cb09-f5e1-446e-8ec2-6741171c137c", - "name": "dd76cb09-f5e1-446e-8ec2-6741171c137c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e561fd2-752b-4ce4-bd81-0615b541b8c3", + "name": "6e561fd2-752b-4ce4-bd81-0615b541b8c3", "status": "Succeeded", - "startTime": "2022-10-20T23:07:29.2236408Z", - "endTime": "2022-10-20T23:07:29.2861561Z", + "startTime": "2022-10-22T15:23:47.3247436Z", + "endTime": "2022-10-22T15:23:47.4185069Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3" @@ -3090,7 +3087,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dd76cb09-f5e1-446e-8ec2-6741171c137c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e561fd2-752b-4ce4-bd81-0615b541b8c3?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3104,7 +3101,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:07:28 GMT", + "Date": "Sat, 22 Oct 2022 15:23:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3112,19 +3109,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "25dc9b10-cc2d-43fd-a9bb-b5db28faea45", + "x-ms-correlation-request-id": "59fc3bbf-bb7f-4e7d-bf0d-e12f8daf4402", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230729Z:25dc9b10-cc2d-43fd-a9bb-b5db28faea45", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T152347Z:59fc3bbf-bb7f-4e7d-bf0d-e12f8daf4402", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3", "name": "sdk-py-tests-acc-1-7b9b28b3", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T23%3A07%3A29.2130535Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T15%3A23%3A47.3251133Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:52:48.3922638Z" + "CreatedOnDate": "2022-10-22T15:09:06.6520060Z" }, "properties": { "encryption": { @@ -3135,10 +3132,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:52:49.2292729Z", + "createdAt": "2022-10-22T15:09:07.8295087Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:52:49.2292729Z" + "lastModifiedAt": "2022-10-22T15:09:07.8295087Z" } } }, @@ -3157,15 +3154,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:07:29 GMT", + "Date": "Sat, 22 Oct 2022 15:23:48 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": "4623a4c1-20f8-47f2-9fbc-56a68799f4c1", + "x-ms-correlation-request-id": "41d481ff-805a-4216-b161-870f8aa8ff1a", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230730Z:4623a4c1-20f8-47f2-9fbc-56a68799f4c1", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T152348Z:41d481ff-805a-4216-b161-870f8aa8ff1a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3189,12 +3186,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8126ad83-7d02-492d-8c7a-fddfd4e60b57?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/dc3d7502-3998-40f4-ba22-57b7b54eb683?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 23:07:30 GMT", + "Date": "Sat, 22 Oct 2022 15:23:49 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/8126ad83-7d02-492d-8c7a-fddfd4e60b57?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/dc3d7502-3998-40f4-ba22-57b7b54eb683?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3203,50 +3200,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0c3f674a-7ede-445a-9add-2be7bc601673", - "x-ms-correlation-request-id": "20a31f40-a7dd-4ca3-b639-87e852fc7ded", + "x-ms-arm-service-request-id": "7430df27-6878-49dc-8961-7e925d7e20bf", + "x-ms-correlation-request-id": "f777a283-04ce-49fb-9c1a-a396e63507dd", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230730Z:20a31f40-a7dd-4ca3-b639-87e852fc7ded" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T152349Z:f777a283-04ce-49fb-9c1a-a396e63507dd" }, "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/69a75bda-882e-44d5-8431-63421204132a/providers/Microsoft.Network/locations/westus2/operations/8126ad83-7d02-492d-8c7a-fddfd4e60b57?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSIsImtpZCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTY2NjMwNjA0NiwibmJmIjoxNjY2MzA2MDQ2LCJleHAiOjE2NjYzOTI3NDYsImFpbyI6IkUyWmdZTmk0TmZWa3B3N1RwWVNULzZiMGhoYjlCd0E9IiwiYXBwaWQiOiJjNmM0ZmFiYS0yYjIyLTQ0ZDktODBhNC03MWZmNWI3MWY4MTEiLCJhcHBpZGFjciI6IjEiLCJpZHAiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWR0eXAiOiJhcHAiLCJvaWQiOiI3NjgwN2ZiZS1mNzVmLTQ2NzktOGNlZS1kMDViNDU4MjExNjAiLCJyaCI6IjAuQVJvQXY0ajVjdkdHcjBHUnF5MTgwQkhiUjBaSWYza0F1dGRQdWtQYXdmajJNQk1hQUFBLiIsInN1YiI6Ijc2ODA3ZmJlLWY3NWYtNDY3OS04Y2VlLWQwNWI0NTgyMTE2MCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInV0aSI6Ik5hSDNrNHRPVFVDR29yQThBRUU1QUEiLCJ2ZXIiOiIxLjAiLCJ4bXNfY2MiOlsiQ1AxIl0sInhtc190Y2R0IjoxMjg5MjQxNTQ3fQ.YPK_1JDSkSFJ3AyZoQjDnSeyQyRzhLI3ZxF-V_9EsoTMkXztx85QiJcDvlxrtucc0LuCwT6Kkr19QAs4n94I32Rp54_Hpvloj23zkl1a9XgcvMmqIgj1_KCD6vQWTrI_F5sHjpgo8ikkqmWz4iRyh2Prfue4kZ1bz47wXtAazQfJxUeUQR2Z0J6T8z4b-0-lJx_FIqpdV11Brw1-kGN14kHuyuvN4szyYzWurK5ldnIzRv_gq0GlR6Vdt7JOr-LWb54MX6m8lMjC8lSQXvR1g7VZHdMdFC0ojokx4NGH2q7NQ1m7bpY5mljTR2EtLPw0mALylI9w9xdfpg8eKwFFuw", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)", - "x-ms-client-request-id": "f8e27040-50cb-11ed-bd74-ac675dc66a69" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:07:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7455758e-e926-4539-aab9-221a4c7e8573", - "x-ms-correlation-request-id": "88fe7c04-1cb6-4021-9cc5-a949a88c754b", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "5a39af10-af57-403a-988b-3bbf24bbe297", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230731Z:88fe7c04-1cb6-4021-9cc5-a949a88c754b" - }, - "ResponseBody": { - "status": "Succeeded" - } } ], "Variables": {} 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 8c62baa9dad6..dd36fb465740 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 @@ -1,5 +1,38 @@ { "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/e49d2297-52d8-4c62-94fc-2c02599a1d5c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e49d2297-52d8-4c62-94fc-2c02599a1d5c?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 14:52:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/e49d2297-52d8-4c62-94fc-2c02599a1d5c?api-version=2022-05-01", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "1ce22135-55e5-4e4d-80a6-3ed628f407b5", + "x-ms-correlation-request-id": "8aaa569d-7a01-4225-9a57-14817ddc16fd", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145238Z:7d2dc519-115d-4228-a888-a9086f2c5cb3" + }, + "ResponseBody": null + }, { "RequestUri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration", "RequestMethod": "GET", @@ -17,12 +50,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:24:11 GMT", + "Date": "Sat, 22 Oct 2022 14:52:38 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +144,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:24:11 GMT", + "Date": "Sat, 22 Oct 2022 14:52:38 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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +205,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "652b21bf-be17-4258-aa46-efad58c3a775", + "client-request-id": "623a309d-b93b-4ff1-aae3-2efc1edace5f", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +223,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "652b21bf-be17-4258-aa46-efad58c3a775", + "client-request-id": "623a309d-b93b-4ff1-aae3-2efc1edace5f", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:24:12 GMT", + "Date": "Sat, 22 Oct 2022 14:52:39 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +234,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +269,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/20688222-bafe-4759-bf4c-8426c75b085c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6988a288-4fdb-4e83-8a37-2b39fc396036?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:24:20 GMT", + "Date": "Sat, 22 Oct 2022 14:52:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +283,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "36518faf-7c62-45c6-9b81-64ab89952bae", - "x-ms-correlation-request-id": "f46f09c2-5a52-4a2d-936b-ea1067e34749", + "x-ms-arm-service-request-id": "b2672423-8ab5-45b4-9e2b-43c5e89650bc", + "x-ms-correlation-request-id": "497efcab-f465-4779-9a49-19455bb29e64", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222420Z:f46f09c2-5a52-4a2d-936b-ea1067e34749" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145245Z:497efcab-f465-4779-9a49-19455bb29e64" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-8a942668", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668", - "etag": "W/\u0022ad54d89a-0d5c-4db4-b86b-cfe223bce80f\u0022", + "etag": "W/\u00224e58a463-2258-4ccd-a5df-6eae4f46f79c\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:24:15.0004515Z" + "CreatedOnDate": "2022-10-22T14:52:40.3748398Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "381ae331-1218-497f-a3b3-cd3e3bb4aa6c", + "resourceGuid": "805edab4-b2a5-4896-b8c6-665cfde14286", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +312,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/20688222-bafe-4759-bf4c-8426c75b085c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6988a288-4fdb-4e83-8a37-2b39fc396036?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,7 +326,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:24:20 GMT", + "Date": "Sat, 22 Oct 2022 14:52:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -304,10 +337,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bfd2fbc6-2e1f-40b9-860e-c905e87db563", - "x-ms-correlation-request-id": "64de7dbd-8043-4740-bef5-5da278ab2e90", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222421Z:64de7dbd-8043-4740-bef5-5da278ab2e90" + "x-ms-arm-service-request-id": "b074410d-ff2c-4336-8d11-6e14adf72716", + "x-ms-correlation-request-id": "fbd3b65f-800e-4034-9233-86d70b3db686", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145245Z:fbd3b65f-800e-4034-9233-86d70b3db686" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +361,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:24:21 GMT", - "ETag": "W/\u002213e781d6-dfb5-4a76-a056-c9fc67454078\u0022", + "Date": "Sat, 22 Oct 2022 14:52:45 GMT", + "ETag": "W/\u002292f277b4-b57e-417c-b9f1-5f53dc69a147\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +373,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cd22eb0d-0795-434e-b453-a53d82175fac", - "x-ms-correlation-request-id": "f2db26cf-8fd6-4410-8456-d5569d61ff95", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222422Z:f2db26cf-8fd6-4410-8456-d5569d61ff95" + "x-ms-arm-service-request-id": "3beff022-df34-4823-9283-da15b61cf357", + "x-ms-correlation-request-id": "a78bf1cd-b7bc-491b-95fb-f3a2e44212fb", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145245Z:a78bf1cd-b7bc-491b-95fb-f3a2e44212fb" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-8a942668", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668", - "etag": "W/\u002213e781d6-dfb5-4a76-a056-c9fc67454078\u0022", + "etag": "W/\u002292f277b4-b57e-417c-b9f1-5f53dc69a147\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:24:15.0004515Z" + "CreatedOnDate": "2022-10-22T14:52:40.3748398Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "381ae331-1218-497f-a3b3-cd3e3bb4aa6c", + "resourceGuid": "805edab4-b2a5-4896-b8c6-665cfde14286", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +428,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2e53bbab-59c7-4d6a-82aa-03950aaeca0f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/44286825-d0c3-4cb4-be17-21efe60fdc2b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:24:22 GMT", + "Date": "Sat, 22 Oct 2022 14:52:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +442,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "134f5da1-b552-489a-b089-b7ec6709fa8c", - "x-ms-correlation-request-id": "e8f7a31e-05c1-4a0c-b885-0ab6206aba57", + "x-ms-arm-service-request-id": "3855d45e-912b-471a-ac75-6b01017c553b", + "x-ms-correlation-request-id": "8cf94e2e-e542-472b-8901-db727d68ef91", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222422Z:e8f7a31e-05c1-4a0c-b885-0ab6206aba57" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145246Z:8cf94e2e-e542-472b-8901-db727d68ef91" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default", - "etag": "W/\u00223ad74b17-5b6c-456c-8b5f-ed884da9fea8\u0022", + "etag": "W/\u002282c77160-5116-4ccc-b9d5-814d48f7ed6d\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +458,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00223ad74b17-5b6c-456c-8b5f-ed884da9fea8\u0022", + "etag": "W/\u002282c77160-5116-4ccc-b9d5-814d48f7ed6d\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +478,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2e53bbab-59c7-4d6a-82aa-03950aaeca0f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/44286825-d0c3-4cb4-be17-21efe60fdc2b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +492,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:24:22 GMT", + "Date": "Sat, 22 Oct 2022 14:52:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +503,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "494d2408-4800-4127-9102-0bd577f3a736", - "x-ms-correlation-request-id": "f042f897-820f-4496-9078-67c52f8a163b", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222423Z:f042f897-820f-4496-9078-67c52f8a163b" + "x-ms-arm-service-request-id": "256db660-774e-4616-ad64-32189460484a", + "x-ms-correlation-request-id": "82f6206c-ad3c-4395-a5c2-5df49e62a38d", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145246Z:82f6206c-ad3c-4395-a5c2-5df49e62a38d" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +527,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:24:23 GMT", - "ETag": "W/\u0022122ee9d1-30d4-4198-8121-5685a9b42787\u0022", + "Date": "Sat, 22 Oct 2022 14:52:46 GMT", + "ETag": "W/\u0022cf675092-cce2-493d-ad74-4e1179fd2d18\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +539,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4c941bb3-a1ee-439a-926f-98d4d7b835d8", - "x-ms-correlation-request-id": "41e76c8e-41b1-4b90-8a83-ebeada446f82", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222423Z:41e76c8e-41b1-4b90-8a83-ebeada446f82" + "x-ms-arm-service-request-id": "aea23e99-50b9-4736-aaf2-b0300fca2bda", + "x-ms-correlation-request-id": "0cb73f77-1c5c-488c-b101-686be64060cf", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145247Z:0cb73f77-1c5c-488c-b101-686be64060cf" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default", - "etag": "W/\u0022122ee9d1-30d4-4198-8121-5685a9b42787\u0022", + "etag": "W/\u0022cf675092-cce2-493d-ad74-4e1179fd2d18\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +555,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022122ee9d1-30d4-4198-8121-5685a9b42787\u0022", + "etag": "W/\u0022cf675092-cce2-493d-ad74-4e1179fd2d18\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -558,12 +591,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:24:22 GMT", + "Date": "Sat, 22 Oct 2022 14:52:46 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -652,12 +685,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:24:22 GMT", + "Date": "Sat, 22 Oct 2022 14:52:47 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.13845.10 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -713,7 +746,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "b3a05b70-ad6f-44cf-9745-1e6326f19c42", + "client-request-id": "0af4235f-378c-4e0f-a90e-b47dc099b324", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -731,10 +764,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "b3a05b70-ad6f-44cf-9745-1e6326f19c42", + "client-request-id": "0af4235f-378c-4e0f-a90e-b47dc099b324", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:24:23 GMT", + "Date": "Sat, 22 Oct 2022 14:52:47 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -742,7 +775,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -769,30 +802,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44217f50-1fcf-4164-80bb-630dc3d14510?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b8f2981-4cec-4fd2-9cec-c8fa445f98ac?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:24:27 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T22%3A24%3A27.0020657Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:52:50 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A52%3A49.6495248Z\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": "909f70a7-ab94-4489-bc87-eaaefc8a5312", + "x-ms-correlation-request-id": "9d36aeeb-f52b-410c-8ca5-4701ea115f14", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222428Z:909f70a7-ab94-4489-bc87-eaaefc8a5312", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145250Z:9d36aeeb-f52b-410c-8ca5-4701ea115f14", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668", "name": "sdk-py-tests-acc-1-8a942668", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A24%3A27.0020657Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A52%3A49.6495248Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:24:24.9056268Z" + "CreatedOnDate": "2022-10-22T14:52:48.6986805Z" }, "properties": { "provisioningState": "Creating" @@ -800,15 +833,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:24:26.0251019Z", + "createdAt": "2022-10-22T14:52:49.5519639Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:24:26.0251019Z" + "lastModifiedAt": "2022-10-22T14:52:49.5519639Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44217f50-1fcf-4164-80bb-630dc3d14510?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b8f2981-4cec-4fd2-9cec-c8fa445f98ac?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -822,7 +855,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:24:27 GMT", + "Date": "Sat, 22 Oct 2022 14:52:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -830,17 +863,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa40f0c2-602a-4bd3-ac58-1c83ff986599", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222428Z:fa40f0c2-602a-4bd3-ac58-1c83ff986599", + "x-ms-correlation-request-id": "99227601-9a53-4aaf-9268-7f77c304c3cb", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145251Z:99227601-9a53-4aaf-9268-7f77c304c3cb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44217f50-1fcf-4164-80bb-630dc3d14510", - "name": "44217f50-1fcf-4164-80bb-630dc3d14510", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b8f2981-4cec-4fd2-9cec-c8fa445f98ac", + "name": "4b8f2981-4cec-4fd2-9cec-c8fa445f98ac", "status": "Succeeded", - "startTime": "2022-10-20T22:24:27.0036169Z", - "endTime": "2022-10-20T22:24:27.0505611Z", + "startTime": "2022-10-22T14:52:49.6558725Z", + "endTime": "2022-10-22T14:52:49.7183623Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668" @@ -862,8 +895,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:24:28 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T22%3A24%3A27.0484257Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:52:51 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A52%3A49.6928334Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,19 +904,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ffe4dfca-aaf1-46a9-97be-03c774dfb9fb", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222428Z:ffe4dfca-aaf1-46a9-97be-03c774dfb9fb", + "x-ms-correlation-request-id": "c3fa0693-23b6-4aa0-8084-8a2d464da093", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145251Z:c3fa0693-23b6-4aa0-8084-8a2d464da093", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668", "name": "sdk-py-tests-acc-1-8a942668", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A24%3A27.0484257Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A52%3A49.6928334Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:24:24.9056268Z" + "CreatedOnDate": "2022-10-22T14:52:48.6986805Z" }, "properties": { "activeDirectories": [ @@ -912,10 +945,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:24:26.0251019Z", + "createdAt": "2022-10-22T14:52:49.5519639Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:24:26.0251019Z" + "lastModifiedAt": "2022-10-22T14:52:49.5519639Z" } } }, @@ -941,30 +974,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ffbb0f96-f8a6-47da-9ffe-19cb1e1b595a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1e6008a2-ecc7-44ff-a284-499d85e35042?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "922", + "Content-Length": "921", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:24:30 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T22%3A24%3A30.4181155Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:52:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A52%3A53.313446Z\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": "7a11b5d7-d013-4fa8-b5be-f4a4cb5e3b61", + "x-ms-correlation-request-id": "e42f0801-cef3-47cc-8d16-14ea451a6f68", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222431Z:7a11b5d7-d013-4fa8-b5be-f4a4cb5e3b61", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145254Z:e42f0801-cef3-47cc-8d16-14ea451a6f68", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A24%3A30.4181155Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A52%3A53.313446Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:24:29.1708663Z" + "CreatedOnDate": "2022-10-22T14:52:51.9561657Z" }, "properties": { "serviceLevel": "Premium", @@ -978,15 +1011,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:24:30.1393865Z", + "createdAt": "2022-10-22T14:52:53.1319305Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:24:30.1393865Z" + "lastModifiedAt": "2022-10-22T14:52:53.1319305Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ffbb0f96-f8a6-47da-9ffe-19cb1e1b595a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1e6008a2-ecc7-44ff-a284-499d85e35042?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1000,7 +1033,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:24:30 GMT", + "Date": "Sat, 22 Oct 2022 14:52:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1008,17 +1041,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb800567-e8fb-4ada-84b6-93ca8a74b985", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222431Z:bb800567-e8fb-4ada-84b6-93ca8a74b985", + "x-ms-correlation-request-id": "8024b736-c0cc-4d50-85af-626dc4e494de", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145254Z:8024b736-c0cc-4d50-85af-626dc4e494de", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ffbb0f96-f8a6-47da-9ffe-19cb1e1b595a", - "name": "ffbb0f96-f8a6-47da-9ffe-19cb1e1b595a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1e6008a2-ecc7-44ff-a284-499d85e35042", + "name": "1e6008a2-ecc7-44ff-a284-499d85e35042", "status": "Succeeded", - "startTime": "2022-10-20T22:24:30.4148531Z", - "endTime": "2022-10-20T22:24:31.4461156Z", + "startTime": "2022-10-22T14:52:53.3311574Z", + "endTime": "2022-10-22T14:52:54.2531074Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1" @@ -1040,8 +1073,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:24:31 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T22%3A24%3A31.4419488Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:52:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A52%3A54.252228Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1049,22 +1082,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1dca0c09-8152-4102-9d60-fdbce4d804a0", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222432Z:1dca0c09-8152-4102-9d60-fdbce4d804a0", + "x-ms-correlation-request-id": "920dc08a-2c9f-4713-8972-c2dae9cda2c2", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145255Z:920dc08a-2c9f-4713-8972-c2dae9cda2c2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A24%3A31.4419488Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A52%3A54.252228Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:24:29.1708663Z" + "CreatedOnDate": "2022-10-22T14:52:51.9561657Z" }, "properties": { - "poolId": "0f8865c1-f1e8-2d22-8d11-c62a3c148ec6", + "poolId": "34d07d19-e4a8-aecb-62d0-888ad38a3750", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1077,10 +1110,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:24:30.1393865Z", + "createdAt": "2022-10-22T14:52:53.1319305Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:24:30.1393865Z" + "lastModifiedAt": "2022-10-22T14:52:53.1319305Z" } } }, @@ -1123,30 +1156,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "1584", + "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:24:34 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T22%3A24%3A33.794188Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:52:57 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A52%3A56.8814208Z\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": "683ad944-afe7-4716-a75a-e5c49713c261", + "x-ms-correlation-request-id": "c87b60dc-1e67-41fd-8ec0-20c09e401855", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222434Z:683ad944-afe7-4716-a75a-e5c49713c261", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145258Z:c87b60dc-1e67-41fd-8ec0-20c09e401855", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668", "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A24%3A33.794188Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A52%3A56.8814208Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:24:32.3333119Z" + "CreatedOnDate": "2022-10-22T14:52:55.3438157Z" }, "properties": { "serviceLevel": "Premium", @@ -1176,15 +1209,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:24:33.4556473Z", + "createdAt": "2022-10-22T14:52:56.6497437Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:24:33.4556473Z" + "lastModifiedAt": "2022-10-22T14:52:56.6497437Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1198,7 +1231,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:24:34 GMT", + "Date": "Sat, 22 Oct 2022 14:52:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1206,16 +1239,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "337a55fb-6adb-43d0-8c74-fa296b2d6c3b", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222435Z:337a55fb-6adb-43d0-8c74-fa296b2d6c3b", + "x-ms-correlation-request-id": "1c775ea7-fe38-46fd-9419-e32a4e02c003", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145258Z:1c775ea7-fe38-46fd-9419-e32a4e02c003", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba", - "name": "19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1", + "name": "c9139102-3145-46ea-866c-2ae3011622a1", "status": "Creating", - "startTime": "2022-10-20T22:24:33.7900414Z", + "startTime": "2022-10-22T14:52:56.8980977Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1224,7 +1257,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1238,7 +1271,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:25:05 GMT", + "Date": "Sat, 22 Oct 2022 14:53:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1246,16 +1279,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a992245a-0207-4205-9d96-9e6ee1503340", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222505Z:a992245a-0207-4205-9d96-9e6ee1503340", + "x-ms-correlation-request-id": "da5e091c-2c21-41d9-81f2-b4f4ceb662bf", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145328Z:da5e091c-2c21-41d9-81f2-b4f4ceb662bf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba", - "name": "19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1", + "name": "c9139102-3145-46ea-866c-2ae3011622a1", "status": "Creating", - "startTime": "2022-10-20T22:24:33.7900414Z", + "startTime": "2022-10-22T14:52:56.8980977Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1264,7 +1297,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1278,7 +1311,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:25:35 GMT", + "Date": "Sat, 22 Oct 2022 14:53:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1286,16 +1319,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e30f2fc-6bf4-46a9-baa0-f57ff052dd92", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222535Z:3e30f2fc-6bf4-46a9-baa0-f57ff052dd92", + "x-ms-correlation-request-id": "db81b3fd-d2f0-4ab1-b0db-3b67784c3aca", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145358Z:db81b3fd-d2f0-4ab1-b0db-3b67784c3aca", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba", - "name": "19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1", + "name": "c9139102-3145-46ea-866c-2ae3011622a1", "status": "Creating", - "startTime": "2022-10-20T22:24:33.7900414Z", + "startTime": "2022-10-22T14:52:56.8980977Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1304,7 +1337,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1318,7 +1351,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:26:05 GMT", + "Date": "Sat, 22 Oct 2022 14:54:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1326,16 +1359,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e262205a-f787-4ea0-97e8-a4f6a1242bb1", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222605Z:e262205a-f787-4ea0-97e8-a4f6a1242bb1", + "x-ms-correlation-request-id": "29f4498c-c05d-4db5-9742-31d6033248a1", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145429Z:29f4498c-c05d-4db5-9742-31d6033248a1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba", - "name": "19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1", + "name": "c9139102-3145-46ea-866c-2ae3011622a1", "status": "Creating", - "startTime": "2022-10-20T22:24:33.7900414Z", + "startTime": "2022-10-22T14:52:56.8980977Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1344,7 +1377,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1358,7 +1391,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:26:35 GMT", + "Date": "Sat, 22 Oct 2022 14:54:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1366,16 +1399,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3df8dece-b6c2-46bc-9b09-51d177cc2f01", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222636Z:3df8dece-b6c2-46bc-9b09-51d177cc2f01", + "x-ms-correlation-request-id": "bea44e28-fd3a-45f0-b69d-232b1c3d28d7", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145459Z:bea44e28-fd3a-45f0-b69d-232b1c3d28d7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba", - "name": "19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1", + "name": "c9139102-3145-46ea-866c-2ae3011622a1", "status": "Creating", - "startTime": "2022-10-20T22:24:33.7900414Z", + "startTime": "2022-10-22T14:52:56.8980977Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1384,7 +1417,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1398,7 +1431,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:27:06 GMT", + "Date": "Sat, 22 Oct 2022 14:55:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1406,16 +1439,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ca5943d-6729-4465-ab15-6b3ef5f62649", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222706Z:0ca5943d-6729-4465-ab15-6b3ef5f62649", + "x-ms-correlation-request-id": "897b77e2-0640-4af2-a7a7-b2dd9998d7b4", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145529Z:897b77e2-0640-4af2-a7a7-b2dd9998d7b4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba", - "name": "19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1", + "name": "c9139102-3145-46ea-866c-2ae3011622a1", "status": "Creating", - "startTime": "2022-10-20T22:24:33.7900414Z", + "startTime": "2022-10-22T14:52:56.8980977Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1424,7 +1457,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1438,7 +1471,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:27:35 GMT", + "Date": "Sat, 22 Oct 2022 14:56:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,16 +1479,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f5b70d6-5c12-45e1-abd5-96601621b085", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222736Z:9f5b70d6-5c12-45e1-abd5-96601621b085", + "x-ms-correlation-request-id": "70a3234e-d9a6-4e8b-a559-05032c144457", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145600Z:70a3234e-d9a6-4e8b-a559-05032c144457", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba", - "name": "19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1", + "name": "c9139102-3145-46ea-866c-2ae3011622a1", "status": "Creating", - "startTime": "2022-10-20T22:24:33.7900414Z", + "startTime": "2022-10-22T14:52:56.8980977Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1464,7 +1497,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1478,7 +1511,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:28:06 GMT", + "Date": "Sat, 22 Oct 2022 14:56:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1486,16 +1519,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1e1ae8f-077c-4317-a241-47a80c2c3660", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222806Z:d1e1ae8f-077c-4317-a241-47a80c2c3660", + "x-ms-correlation-request-id": "7cf81bba-856f-4361-9339-6fa4fbb12fe2", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145630Z:7cf81bba-856f-4361-9339-6fa4fbb12fe2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba", - "name": "19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1", + "name": "c9139102-3145-46ea-866c-2ae3011622a1", "status": "Creating", - "startTime": "2022-10-20T22:24:33.7900414Z", + "startTime": "2022-10-22T14:52:56.8980977Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1504,7 +1537,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1518,7 +1551,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:28:37 GMT", + "Date": "Sat, 22 Oct 2022 14:57:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1526,16 +1559,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8737d7ef-1e74-4005-a8c7-bbadaf72b4b0", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222837Z:8737d7ef-1e74-4005-a8c7-bbadaf72b4b0", + "x-ms-correlation-request-id": "5224e5f3-69a1-40fd-958c-bdd00557d53e", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145700Z:5224e5f3-69a1-40fd-958c-bdd00557d53e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba", - "name": "19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1", + "name": "c9139102-3145-46ea-866c-2ae3011622a1", "status": "Creating", - "startTime": "2022-10-20T22:24:33.7900414Z", + "startTime": "2022-10-22T14:52:56.8980977Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1544,7 +1577,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1558,7 +1591,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:29:07 GMT", + "Date": "Sat, 22 Oct 2022 14:57:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1566,17 +1599,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3efb7d6-8b66-4a0b-b36e-bbbab20bf715", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222907Z:f3efb7d6-8b66-4a0b-b36e-bbbab20bf715", + "x-ms-correlation-request-id": "2b63e5ac-a6fe-43f5-b66d-e509bea7a820", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145730Z:2b63e5ac-a6fe-43f5-b66d-e509bea7a820", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19d8f0ef-39de-4ec6-980d-8792b22b48ba", - "name": "19d8f0ef-39de-4ec6-980d-8792b22b48ba", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1", + "name": "c9139102-3145-46ea-866c-2ae3011622a1", + "status": "Creating", + "startTime": "2022-10-22T14:52:56.8980977Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 14:58: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": "d5f5dabe-b70d-4bbb-82d6-6f6ae56c9b83", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145801Z:d5f5dabe-b70d-4bbb-82d6-6f6ae56c9b83", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1", + "name": "c9139102-3145-46ea-866c-2ae3011622a1", "status": "Succeeded", - "startTime": "2022-10-20T22:24:33.7900414Z", - "endTime": "2022-10-20T22:28:40.1312253Z", + "startTime": "2022-10-22T14:52:56.8980977Z", + "endTime": "2022-10-22T14:57:31.9793628Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" @@ -1598,8 +1671,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:29:08 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T22%3A28%3A40.1293819Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:58:01 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A57%3A31.9834344Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1607,22 +1680,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a2ee0cb-496e-4871-b012-c171aab281d8", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222908Z:3a2ee0cb-496e-4871-b012-c171aab281d8", + "x-ms-correlation-request-id": "4d884f84-73cd-4b56-86bd-da12bc976a2a", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145802Z:4d884f84-73cd-4b56-86bd-da12bc976a2a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668", "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A28%3A40.1293819Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A57%3A31.9834344Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:24:32.3333119Z" + "CreatedOnDate": "2022-10-22T14:52:55.3438157Z" }, "properties": { - "fileSystemId": "78c9ac45-a07a-e2d4-0a17-9aade0e4678a", + "fileSystemId": "d7dcff46-e769-7574-bfdb-726e570c926c", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-8a942668", "usageThreshold": 107374182400, @@ -1650,7 +1723,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f50481af", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_b92305ca", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1665,8 +1738,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "78c9ac45-a07a-e2d4-0a17-9aade0e4678a", - "fileSystemId": "78c9ac45-a07a-e2d4-0a17-9aade0e4678a", + "mountTargetId": "d7dcff46-e769-7574-bfdb-726e570c926c", + "fileSystemId": "d7dcff46-e769-7574-bfdb-726e570c926c", "ipAddress": "10.0.0.4" } ], @@ -1686,10 +1759,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:24:33.4556473Z", + "createdAt": "2022-10-22T14:52:56.6497437Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:24:33.4556473Z" + "lastModifiedAt": "2022-10-22T14:52:56.6497437Z" } } }, @@ -1708,8 +1781,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:29:08 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T22%3A28%3A40.1293819Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:58:02 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A57%3A31.9834344Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1717,22 +1790,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e8e1df8b-2bfe-4a2e-a878-a272dc0756a2", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222909Z:e8e1df8b-2bfe-4a2e-a878-a272dc0756a2", + "x-ms-correlation-request-id": "ed5babb0-2195-4286-b275-a04f402cfaf5", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145802Z:ed5babb0-2195-4286-b275-a04f402cfaf5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668", "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A28%3A40.1293819Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A57%3A31.9834344Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:24:32.3333119Z" + "CreatedOnDate": "2022-10-22T14:52:55.3438157Z" }, "properties": { - "fileSystemId": "78c9ac45-a07a-e2d4-0a17-9aade0e4678a", + "fileSystemId": "d7dcff46-e769-7574-bfdb-726e570c926c", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-8a942668", "usageThreshold": 107374182400, @@ -1760,7 +1833,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f50481af", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_b92305ca", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1775,8 +1848,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "78c9ac45-a07a-e2d4-0a17-9aade0e4678a", - "fileSystemId": "78c9ac45-a07a-e2d4-0a17-9aade0e4678a", + "mountTargetId": "d7dcff46-e769-7574-bfdb-726e570c926c", + "fileSystemId": "d7dcff46-e769-7574-bfdb-726e570c926c", "ipAddress": "10.0.0.4" } ], @@ -1796,10 +1869,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:24:33.4556473Z", + "createdAt": "2022-10-22T14:52:56.6497437Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:24:33.4556473Z" + "lastModifiedAt": "2022-10-22T14:52:56.6497437Z" } } }, @@ -1819,20 +1892,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/215480d0-2892-4069-942c-80fb0c0ec246?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/52ad05ef-68fa-4403-b079-b0de307d54d8?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "522", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:29:09 GMT", + "Date": "Sat, 22 Oct 2022 14:58:02 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/215480d0-2892-4069-942c-80fb0c0ec246?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/52ad05ef-68fa-4403-b079-b0de307d54d8?api-version=2022-05-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": "419504e8-8ddb-44e6-a744-e4726ad1e336", + "x-ms-correlation-request-id": "6cb8ee9c-0265-40fd-9ae3-a0f4e28b61ee", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222909Z:419504e8-8ddb-44e6-a744-e4726ad1e336", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145803Z:6cb8ee9c-0265-40fd-9ae3-a0f4e28b61ee", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1846,7 +1919,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/215480d0-2892-4069-942c-80fb0c0ec246?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/52ad05ef-68fa-4403-b079-b0de307d54d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1860,7 +1933,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:29:09 GMT", + "Date": "Sat, 22 Oct 2022 14:58:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1868,16 +1941,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fe287539-5cd8-4b8a-bd1b-8473e1f5b2f3", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222909Z:fe287539-5cd8-4b8a-bd1b-8473e1f5b2f3", + "x-ms-correlation-request-id": "ce226f37-a4c1-4d86-84ae-87fe9e79e5af", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145803Z:ce226f37-a4c1-4d86-84ae-87fe9e79e5af", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/215480d0-2892-4069-942c-80fb0c0ec246", - "name": "215480d0-2892-4069-942c-80fb0c0ec246", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/52ad05ef-68fa-4403-b079-b0de307d54d8", + "name": "52ad05ef-68fa-4403-b079-b0de307d54d8", "status": "Creating", - "startTime": "2022-10-20T22:29:09.4293411Z", + "startTime": "2022-10-22T14:58:03.2845483Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1886,7 +1959,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/215480d0-2892-4069-942c-80fb0c0ec246?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/52ad05ef-68fa-4403-b079-b0de307d54d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1900,7 +1973,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:29:39 GMT", + "Date": "Sat, 22 Oct 2022 14:58:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1908,17 +1981,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "95e016c2-2f52-43a2-beb5-7712b2be5fcd", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222940Z:95e016c2-2f52-43a2-beb5-7712b2be5fcd", + "x-ms-correlation-request-id": "c4c6d07b-2661-47c4-b908-2369538f2566", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145833Z:c4c6d07b-2661-47c4-b908-2369538f2566", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/215480d0-2892-4069-942c-80fb0c0ec246", - "name": "215480d0-2892-4069-942c-80fb0c0ec246", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/52ad05ef-68fa-4403-b079-b0de307d54d8", + "name": "52ad05ef-68fa-4403-b079-b0de307d54d8", "status": "Succeeded", - "startTime": "2022-10-20T22:29:09.4293411Z", - "endTime": "2022-10-20T22:29:16.0412825Z", + "startTime": "2022-10-22T14:58:03.2845483Z", + "endTime": "2022-10-22T14:58:10.2821861Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1" @@ -1926,7 +1999,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/215480d0-2892-4069-942c-80fb0c0ec246?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/52ad05ef-68fa-4403-b079-b0de307d54d8?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1938,29 +2011,29 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "640", + "Content-Length": "639", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:29:39 GMT", + "Date": "Sat, 22 Oct 2022 14:58: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": "d7a4e962-56fe-4b2c-98df-f9bb0629c47f", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222940Z:d7a4e962-56fe-4b2c-98df-f9bb0629c47f", + "x-ms-correlation-request-id": "ac9c3ffb-61cc-482b-8a19-30c97a15b7bb", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145834Z:ac9c3ffb-61cc-482b-8a19-30c97a15b7bb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1", "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668/sdk-py-tests-snapshot-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "etag": "10/20/2022 10:29:16 PM", + "etag": "10/22/2022 2:58:10 PM", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "snapshotId": "d3348e06-f59b-d585-db77-c3ac5b81f4ee", - "created": "2022-10-20T22:29:09Z" + "snapshotId": "2e5ecce8-ee28-e8b5-1f11-2e73ea5922c9", + "created": "2022-10-22T14:58:04Z" } } }, @@ -1979,8 +2052,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:29:39 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T22%3A28%3A40.1293819Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:58:33 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A57%3A31.9834344Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1988,22 +2061,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "adba5d4e-4a3b-4429-9c0c-1906c9681e68", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222940Z:adba5d4e-4a3b-4429-9c0c-1906c9681e68", + "x-ms-correlation-request-id": "65e78445-3fc3-4807-b8dc-2477da470d87", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145834Z:65e78445-3fc3-4807-b8dc-2477da470d87", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668", "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A28%3A40.1293819Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A57%3A31.9834344Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:24:32.3333119Z" + "CreatedOnDate": "2022-10-22T14:52:55.3438157Z" }, "properties": { - "fileSystemId": "78c9ac45-a07a-e2d4-0a17-9aade0e4678a", + "fileSystemId": "d7dcff46-e769-7574-bfdb-726e570c926c", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-8a942668", "usageThreshold": 107374182400, @@ -2031,7 +2104,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f50481af", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_b92305ca", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2046,8 +2119,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "78c9ac45-a07a-e2d4-0a17-9aade0e4678a", - "fileSystemId": "78c9ac45-a07a-e2d4-0a17-9aade0e4678a", + "mountTargetId": "d7dcff46-e769-7574-bfdb-726e570c926c", + "fileSystemId": "d7dcff46-e769-7574-bfdb-726e570c926c", "ipAddress": "10.0.0.4" } ], @@ -2067,10 +2140,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:24:33.4556473Z", + "createdAt": "2022-10-22T14:52:56.6497437Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:24:33.4556473Z" + "lastModifiedAt": "2022-10-22T14:52:56.6497437Z" } } }, @@ -2090,20 +2163,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e8417979-3e38-48a9-94c3-560e9150c8c2?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6a48bf26-4881-403f-b284-ebf7d1d80d27?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "522", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:29:40 GMT", + "Date": "Sat, 22 Oct 2022 14:58:35 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e8417979-3e38-48a9-94c3-560e9150c8c2?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6a48bf26-4881-403f-b284-ebf7d1d80d27?api-version=2022-05-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": "b282641b-66ba-480e-b55c-fe54c01d3a79", + "x-ms-correlation-request-id": "40c81a8f-3ccc-4fb1-b411-6f1640d418d0", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222941Z:b282641b-66ba-480e-b55c-fe54c01d3a79", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145835Z:40c81a8f-3ccc-4fb1-b411-6f1640d418d0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2117,7 +2190,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e8417979-3e38-48a9-94c3-560e9150c8c2?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6a48bf26-4881-403f-b284-ebf7d1d80d27?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2131,7 +2204,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:29:40 GMT", + "Date": "Sat, 22 Oct 2022 14:58:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2139,16 +2212,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1bff65e8-6a1a-4727-966d-b4d81bfcbeaf", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T222941Z:1bff65e8-6a1a-4727-966d-b4d81bfcbeaf", + "x-ms-correlation-request-id": "23ff0c31-3590-4896-82f3-9bed203f733d", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145835Z:23ff0c31-3590-4896-82f3-9bed203f733d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e8417979-3e38-48a9-94c3-560e9150c8c2", - "name": "e8417979-3e38-48a9-94c3-560e9150c8c2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6a48bf26-4881-403f-b284-ebf7d1d80d27", + "name": "6a48bf26-4881-403f-b284-ebf7d1d80d27", "status": "Creating", - "startTime": "2022-10-20T22:29:41.2515324Z", + "startTime": "2022-10-22T14:58:35.0016293Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2157,7 +2230,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e8417979-3e38-48a9-94c3-560e9150c8c2?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6a48bf26-4881-403f-b284-ebf7d1d80d27?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2171,7 +2244,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:30:11 GMT", + "Date": "Sat, 22 Oct 2022 14:59:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2179,17 +2252,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e1073d16-25dd-4457-a64e-eacbc178d100", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223011Z:e1073d16-25dd-4457-a64e-eacbc178d100", + "x-ms-correlation-request-id": "5ce0a7fd-c002-49ce-a7cb-9c058b6039b9", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145905Z:5ce0a7fd-c002-49ce-a7cb-9c058b6039b9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e8417979-3e38-48a9-94c3-560e9150c8c2", - "name": "e8417979-3e38-48a9-94c3-560e9150c8c2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6a48bf26-4881-403f-b284-ebf7d1d80d27", + "name": "6a48bf26-4881-403f-b284-ebf7d1d80d27", "status": "Succeeded", - "startTime": "2022-10-20T22:29:41.2515324Z", - "endTime": "2022-10-20T22:29:55.9234711Z", + "startTime": "2022-10-22T14:58:35.0016293Z", + "endTime": "2022-10-22T14:58:40.8215371Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2" @@ -2197,7 +2270,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e8417979-3e38-48a9-94c3-560e9150c8c2?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6a48bf26-4881-403f-b284-ebf7d1d80d27?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2209,29 +2282,29 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "640", + "Content-Length": "639", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:30:11 GMT", + "Date": "Sat, 22 Oct 2022 14:59: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": "0c27ae46-cc9f-40aa-8528-ca9333a3fb1d", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223012Z:0c27ae46-cc9f-40aa-8528-ca9333a3fb1d", + "x-ms-correlation-request-id": "1b08a044-16aa-4c1b-9d7f-610f7496bda2", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145906Z:1b08a044-16aa-4c1b-9d7f-610f7496bda2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2", "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668/sdk-py-tests-snapshot-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "etag": "10/20/2022 10:29:55 PM", + "etag": "10/22/2022 2:58:40 PM", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "snapshotId": "32164dbc-fad7-c632-36be-684ef61a9699", - "created": "2022-10-20T22:29:42Z" + "snapshotId": "6df3c51d-720b-bd62-d0f0-698b62337cab", + "created": "2022-10-22T14:58:35Z" } } }, @@ -2250,7 +2323,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:30:12 GMT", + "Date": "Sat, 22 Oct 2022 14:59:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2258,9 +2331,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4638b0c-7349-468b-830b-cec0df52740a", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223012Z:a4638b0c-7349-468b-830b-cec0df52740a", + "x-ms-correlation-request-id": "38ebac4e-fa08-469a-b9f8-4aaeb4ecb00f", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145907Z:38ebac4e-fa08-469a-b9f8-4aaeb4ecb00f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2272,8 +2345,8 @@ "location": "westus2", "properties": { "provisioningState": "Succeeded", - "snapshotId": "d3348e06-f59b-d585-db77-c3ac5b81f4ee", - "created": "2022-10-20T22:29:09Z" + "snapshotId": "2e5ecce8-ee28-e8b5-1f11-2e73ea5922c9", + "created": "2022-10-22T14:58:04Z" } }, { @@ -2283,8 +2356,8 @@ "location": "westus2", "properties": { "provisioningState": "Succeeded", - "snapshotId": "32164dbc-fad7-c632-36be-684ef61a9699", - "created": "2022-10-20T22:29:42Z" + "snapshotId": "6df3c51d-720b-bd62-d0f0-698b62337cab", + "created": "2022-10-22T14:58:35Z" } } ] @@ -2303,25 +2376,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc8f22e1-710d-43a1-83ac-1c808cbee76e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50eaaf84-ce46-4cb2-a7aa-31ab6308c200?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 22:30:12 GMT", + "Date": "Sat, 22 Oct 2022 14:59:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc8f22e1-710d-43a1-83ac-1c808cbee76e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50eaaf84-ce46-4cb2-a7aa-31ab6308c200?api-version=2022-05-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": "065b7153-89f2-4441-b273-d631270b3a0a", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223013Z:065b7153-89f2-4441-b273-d631270b3a0a", + "x-ms-correlation-request-id": "cfadc599-efa6-4bf0-b846-c5773c11afcc", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145907Z:cfadc599-efa6-4bf0-b846-c5773c11afcc", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc8f22e1-710d-43a1-83ac-1c808cbee76e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50eaaf84-ce46-4cb2-a7aa-31ab6308c200?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2335,7 +2408,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:30:12 GMT", + "Date": "Sat, 22 Oct 2022 14:59:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2343,16 +2416,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e88bffd1-97ee-4fc0-828a-7f1b9cc2e74a", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223013Z:e88bffd1-97ee-4fc0-828a-7f1b9cc2e74a", + "x-ms-correlation-request-id": "abccd41a-c094-47e1-8fc2-a3974b3e8e95", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145907Z:abccd41a-c094-47e1-8fc2-a3974b3e8e95", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc8f22e1-710d-43a1-83ac-1c808cbee76e", - "name": "cc8f22e1-710d-43a1-83ac-1c808cbee76e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50eaaf84-ce46-4cb2-a7aa-31ab6308c200", + "name": "50eaaf84-ce46-4cb2-a7aa-31ab6308c200", "status": "Deleting", - "startTime": "2022-10-20T22:30:13.2366741Z", + "startTime": "2022-10-22T14:59:07.367899Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2361,7 +2434,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc8f22e1-710d-43a1-83ac-1c808cbee76e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50eaaf84-ce46-4cb2-a7aa-31ab6308c200?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2375,7 +2448,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:30:42 GMT", + "Date": "Sat, 22 Oct 2022 14:59:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2383,17 +2456,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "26cf9bf7-3ba5-418d-9aa4-cfcd75b82861", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223043Z:26cf9bf7-3ba5-418d-9aa4-cfcd75b82861", + "x-ms-correlation-request-id": "6e5c8a8c-1597-4186-bc8a-6be0504c642d", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145938Z:6e5c8a8c-1597-4186-bc8a-6be0504c642d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc8f22e1-710d-43a1-83ac-1c808cbee76e", - "name": "cc8f22e1-710d-43a1-83ac-1c808cbee76e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50eaaf84-ce46-4cb2-a7aa-31ab6308c200", + "name": "50eaaf84-ce46-4cb2-a7aa-31ab6308c200", "status": "Succeeded", - "startTime": "2022-10-20T22:30:13.2366741Z", - "endTime": "2022-10-20T22:30:20.0162309Z", + "startTime": "2022-10-22T14:59:07.367899Z", + "endTime": "2022-10-22T14:59:12.9934559Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1" @@ -2401,7 +2474,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc8f22e1-710d-43a1-83ac-1c808cbee76e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50eaaf84-ce46-4cb2-a7aa-31ab6308c200?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2415,7 +2488,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:30:44 GMT", + "Date": "Sat, 22 Oct 2022 14:59:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2423,9 +2496,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e9e611a6-2938-4c42-ad64-93a6efc0b965", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223044Z:e9e611a6-2938-4c42-ad64-93a6efc0b965", + "x-ms-correlation-request-id": "de8ce6a2-d097-41de-bfc8-56e63b949f99", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145938Z:de8ce6a2-d097-41de-bfc8-56e63b949f99", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2450,15 +2523,15 @@ "Cache-Control": "no-cache", "Content-Length": "326", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:31:04 GMT", + "Date": "Sat, 22 Oct 2022 14:59: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": "ea9ab83b-edd0-422a-bc82-55dc0f870f8e", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223105Z:ea9ab83b-edd0-422a-bc82-55dc0f870f8e", + "x-ms-correlation-request-id": "39682e10-53f5-49da-af0c-2f47067f1d0d", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T145959Z:39682e10-53f5-49da-af0c-2f47067f1d0d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2481,25 +2554,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51345711-e1c3-4b05-afb1-9707ffc3bfe2?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b011a51c-1c2e-4897-9a42-642056e99c8d?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 22:31:05 GMT", + "Date": "Sat, 22 Oct 2022 14:59:59 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51345711-e1c3-4b05-afb1-9707ffc3bfe2?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b011a51c-1c2e-4897-9a42-642056e99c8d?api-version=2022-05-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": "a2cb189f-b2f9-40f0-9812-e3de40ed46d5", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223105Z:a2cb189f-b2f9-40f0-9812-e3de40ed46d5", + "x-ms-correlation-request-id": "90a142bd-e4ad-4ae5-98cb-8e1ccfdebc96", + "x-ms-ratelimit-remaining-subscription-deletes": "14991", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150000Z:90a142bd-e4ad-4ae5-98cb-8e1ccfdebc96", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51345711-e1c3-4b05-afb1-9707ffc3bfe2?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b011a51c-1c2e-4897-9a42-642056e99c8d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2513,7 +2586,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:31:05 GMT", + "Date": "Sat, 22 Oct 2022 14:59:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2521,16 +2594,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "02c85871-6b5d-4090-a285-eb77ee3f4026", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223105Z:02c85871-6b5d-4090-a285-eb77ee3f4026", + "x-ms-correlation-request-id": "62569f70-e5a7-43b3-924f-fa6e85c7a782", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150000Z:62569f70-e5a7-43b3-924f-fa6e85c7a782", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51345711-e1c3-4b05-afb1-9707ffc3bfe2", - "name": "51345711-e1c3-4b05-afb1-9707ffc3bfe2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b011a51c-1c2e-4897-9a42-642056e99c8d", + "name": "b011a51c-1c2e-4897-9a42-642056e99c8d", "status": "Deleting", - "startTime": "2022-10-20T22:31:05.5455447Z", + "startTime": "2022-10-22T14:59:59.8988455Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2539,7 +2612,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51345711-e1c3-4b05-afb1-9707ffc3bfe2?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b011a51c-1c2e-4897-9a42-642056e99c8d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2553,7 +2626,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:31:35 GMT", + "Date": "Sat, 22 Oct 2022 15:00:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2561,17 +2634,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5ff8127-1262-4e42-b2f4-5d804ec7efa3", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223136Z:b5ff8127-1262-4e42-b2f4-5d804ec7efa3", + "x-ms-correlation-request-id": "ffebaeb0-def7-4d3f-81cb-265835c96f5b", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150030Z:ffebaeb0-def7-4d3f-81cb-265835c96f5b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51345711-e1c3-4b05-afb1-9707ffc3bfe2", - "name": "51345711-e1c3-4b05-afb1-9707ffc3bfe2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b011a51c-1c2e-4897-9a42-642056e99c8d", + "name": "b011a51c-1c2e-4897-9a42-642056e99c8d", "status": "Succeeded", - "startTime": "2022-10-20T22:31:05.5455447Z", - "endTime": "2022-10-20T22:31:11.9483178Z", + "startTime": "2022-10-22T14:59:59.8988455Z", + "endTime": "2022-10-22T15:00:02.4494182Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2" @@ -2579,7 +2652,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51345711-e1c3-4b05-afb1-9707ffc3bfe2?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b011a51c-1c2e-4897-9a42-642056e99c8d?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2593,7 +2666,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:31:36 GMT", + "Date": "Sat, 22 Oct 2022 15:00:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2601,9 +2674,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0d7b4889-04f5-4041-b9e3-2454ad6c3f89", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223136Z:0d7b4889-04f5-4041-b9e3-2454ad6c3f89", + "x-ms-correlation-request-id": "f8fc83fd-d67d-4cc9-8eee-7c95807b2668", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150030Z:f8fc83fd-d67d-4cc9-8eee-7c95807b2668", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2628,15 +2701,15 @@ "Cache-Control": "no-cache", "Content-Length": "326", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:31:56 GMT", + "Date": "Sat, 22 Oct 2022 15:00: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": "fc019326-de99-4313-b154-61743e423974", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223156Z:fc019326-de99-4313-b154-61743e423974", + "x-ms-correlation-request-id": "ced81d46-55ec-419e-8c1a-dc95970ad5bb", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150051Z:ced81d46-55ec-419e-8c1a-dc95970ad5bb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2659,25 +2732,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 22:31:56 GMT", + "Date": "Sat, 22 Oct 2022 15:00:51 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7?api-version=2022-05-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": "840b6904-1ca7-48b7-a4b1-7636e170b623", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223157Z:840b6904-1ca7-48b7-a4b1-7636e170b623", + "x-ms-correlation-request-id": "53ea966d-56b2-4754-ac2e-5be4c60615df", + "x-ms-ratelimit-remaining-subscription-deletes": "14990", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150052Z:53ea966d-56b2-4754-ac2e-5be4c60615df", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2691,7 +2764,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:31:57 GMT", + "Date": "Sat, 22 Oct 2022 15:00:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2699,16 +2772,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03b0d22f-c4f9-473d-95e4-6dc7c2e89a34", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223157Z:03b0d22f-c4f9-473d-95e4-6dc7c2e89a34", + "x-ms-correlation-request-id": "c35351d6-4b5b-4137-baa8-390426c14f4c", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150052Z:c35351d6-4b5b-4137-baa8-390426c14f4c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913", - "name": "ccb09f91-a5e6-461c-83cf-b1696e598913", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7", + "name": "cd8f9b47-2d5e-4783-9e77-129cf3434cc7", "status": "Deleting", - "startTime": "2022-10-20T22:31:57.5138459Z", + "startTime": "2022-10-22T15:00:51.9615062Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2717,7 +2790,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2731,7 +2804,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:32:27 GMT", + "Date": "Sat, 22 Oct 2022 15:01:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2739,16 +2812,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "edc36467-575a-4fbf-bdc1-212993428401", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223228Z:edc36467-575a-4fbf-bdc1-212993428401", + "x-ms-correlation-request-id": "b46a8af6-71ff-44c0-94f8-c7ca4cee4b5f", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150122Z:b46a8af6-71ff-44c0-94f8-c7ca4cee4b5f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913", - "name": "ccb09f91-a5e6-461c-83cf-b1696e598913", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7", + "name": "cd8f9b47-2d5e-4783-9e77-129cf3434cc7", "status": "Deleting", - "startTime": "2022-10-20T22:31:57.5138459Z", + "startTime": "2022-10-22T15:00:51.9615062Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2757,7 +2830,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2771,7 +2844,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:32:57 GMT", + "Date": "Sat, 22 Oct 2022 15:01:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2779,16 +2852,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "242a2543-e5f3-45e9-84ab-1bde57d6df4d", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223258Z:242a2543-e5f3-45e9-84ab-1bde57d6df4d", + "x-ms-correlation-request-id": "af9abb10-5c99-4090-91b9-29bb4d536a57", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150153Z:af9abb10-5c99-4090-91b9-29bb4d536a57", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913", - "name": "ccb09f91-a5e6-461c-83cf-b1696e598913", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7", + "name": "cd8f9b47-2d5e-4783-9e77-129cf3434cc7", "status": "Deleting", - "startTime": "2022-10-20T22:31:57.5138459Z", + "startTime": "2022-10-22T15:00:51.9615062Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2797,7 +2870,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2811,7 +2884,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:33:27 GMT", + "Date": "Sat, 22 Oct 2022 15:02:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2819,16 +2892,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7aeeb430-4d17-449c-8ba8-4034c8adecb3", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223328Z:7aeeb430-4d17-449c-8ba8-4034c8adecb3", + "x-ms-correlation-request-id": "8109c33b-2dfb-48da-80c3-b66a7d5f313a", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150223Z:8109c33b-2dfb-48da-80c3-b66a7d5f313a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913", - "name": "ccb09f91-a5e6-461c-83cf-b1696e598913", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7", + "name": "cd8f9b47-2d5e-4783-9e77-129cf3434cc7", "status": "Deleting", - "startTime": "2022-10-20T22:31:57.5138459Z", + "startTime": "2022-10-22T15:00:51.9615062Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2837,7 +2910,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2851,7 +2924,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:33:58 GMT", + "Date": "Sat, 22 Oct 2022 15:02:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2859,16 +2932,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f9940e5d-eaf5-4baa-ab54-ae6a75879097", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223358Z:f9940e5d-eaf5-4baa-ab54-ae6a75879097", + "x-ms-correlation-request-id": "1ee7024c-d873-432d-b5ab-c7e2ff71f757", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150253Z:1ee7024c-d873-432d-b5ab-c7e2ff71f757", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913", - "name": "ccb09f91-a5e6-461c-83cf-b1696e598913", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7", + "name": "cd8f9b47-2d5e-4783-9e77-129cf3434cc7", "status": "Deleting", - "startTime": "2022-10-20T22:31:57.5138459Z", + "startTime": "2022-10-22T15:00:51.9615062Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2877,7 +2950,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2891,7 +2964,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:34:29 GMT", + "Date": "Sat, 22 Oct 2022 15:03:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2899,17 +2972,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ddf1c17d-feab-4aaa-8e58-1233553b85bb", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223429Z:ddf1c17d-feab-4aaa-8e58-1233553b85bb", + "x-ms-correlation-request-id": "fbac79a9-5956-411d-bf86-9daa302a1053", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150323Z:fbac79a9-5956-411d-bf86-9daa302a1053", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7", + "name": "cd8f9b47-2d5e-4783-9e77-129cf3434cc7", + "status": "Deleting", + "startTime": "2022-10-22T15:00:51.9615062Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 15:03: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": "8592f89b-136d-4d50-a8f0-cf6104cad7e7", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150354Z:8592f89b-136d-4d50-a8f0-cf6104cad7e7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913", - "name": "ccb09f91-a5e6-461c-83cf-b1696e598913", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7", + "name": "cd8f9b47-2d5e-4783-9e77-129cf3434cc7", "status": "Succeeded", - "startTime": "2022-10-20T22:31:57.5138459Z", - "endTime": "2022-10-20T22:34:23.7659829Z", + "startTime": "2022-10-22T15:00:51.9615062Z", + "endTime": "2022-10-22T15:03:32.6969655Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" @@ -2917,7 +3030,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ccb09f91-a5e6-461c-83cf-b1696e598913?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2931,7 +3044,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:34:29 GMT", + "Date": "Sat, 22 Oct 2022 15:03:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2939,22 +3052,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4983330-b160-4cac-9726-b79a7859390f", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223430Z:a4983330-b160-4cac-9726-b79a7859390f", + "x-ms-correlation-request-id": "ac832806-a792-42ba-9501-0f9e42dcccc7", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150355Z:ac832806-a792-42ba-9501-0f9e42dcccc7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668", "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A34%3A14.7250901Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T15%3A03%3A23.1263459Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:24:32.3333119Z" + "CreatedOnDate": "2022-10-22T14:52:55.3438157Z" }, "properties": { - "fileSystemId": "78c9ac45-a07a-e2d4-0a17-9aade0e4678a", + "fileSystemId": "d7dcff46-e769-7574-bfdb-726e570c926c", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-8a942668", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2985,19 +3098,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f50481af", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_b92305ca", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668", - "poolId": "0f8865c1-f1e8-2d22-8d11-c62a3c148ec6", + "poolId": "34d07d19-e4a8-aecb-62d0-888ad38a3750", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "78c9ac45-a07a-e2d4-0a17-9aade0e4678a", - "fileSystemId": "78c9ac45-a07a-e2d4-0a17-9aade0e4678a", + "mountTargetId": "d7dcff46-e769-7574-bfdb-726e570c926c", + "fileSystemId": "d7dcff46-e769-7574-bfdb-726e570c926c", "startIp": "", "endIp": "", "gateway": "", @@ -3029,10 +3142,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:24:33.4556473Z", + "createdAt": "2022-10-22T14:52:56.6497437Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:24:33.4556473Z" + "lastModifiedAt": "2022-10-22T14:52:56.6497437Z" } } }, @@ -3051,14 +3164,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:37:52 GMT", + "Date": "Sat, 22 Oct 2022 15:07:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cf0d021d-9c7c-468a-abb2-bb4eb115133a", + "x-ms-correlation-request-id": "21d23c89-ace6-406f-8bae-0eb18409faf8", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223752Z:cf0d021d-9c7c-468a-abb2-bb4eb115133a" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150717Z:21d23c89-ace6-406f-8bae-0eb18409faf8" }, "ResponseBody": { "error": { @@ -3080,25 +3193,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c65f68e4-b56b-4419-950c-75bab5888c3c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce5ab6d2-9672-45d7-860c-4d2463835b74?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 22:38:05 GMT", + "Date": "Sat, 22 Oct 2022 15:07:31 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c65f68e4-b56b-4419-950c-75bab5888c3c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce5ab6d2-9672-45d7-860c-4d2463835b74?api-version=2022-05-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": "1f4f2f51-5736-4281-817e-f59ce67fdf25", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223805Z:1f4f2f51-5736-4281-817e-f59ce67fdf25", + "x-ms-correlation-request-id": "4fa12318-4963-4b47-b5b4-9d808b98dacc", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150731Z:4fa12318-4963-4b47-b5b4-9d808b98dacc", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c65f68e4-b56b-4419-950c-75bab5888c3c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce5ab6d2-9672-45d7-860c-4d2463835b74?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3112,7 +3225,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:38:05 GMT", + "Date": "Sat, 22 Oct 2022 15:07:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3120,16 +3233,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f8497ba7-c14b-42a5-abbc-53a47ba29725", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223806Z:f8497ba7-c14b-42a5-abbc-53a47ba29725", + "x-ms-correlation-request-id": "5fc7b782-692e-41d2-9df3-30a411ed6456", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150731Z:5fc7b782-692e-41d2-9df3-30a411ed6456", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c65f68e4-b56b-4419-950c-75bab5888c3c", - "name": "c65f68e4-b56b-4419-950c-75bab5888c3c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce5ab6d2-9672-45d7-860c-4d2463835b74", + "name": "ce5ab6d2-9672-45d7-860c-4d2463835b74", "status": "Deleting", - "startTime": "2022-10-20T22:38:05.8256069Z", + "startTime": "2022-10-22T15:07:31.2670696Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3138,7 +3251,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c65f68e4-b56b-4419-950c-75bab5888c3c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce5ab6d2-9672-45d7-860c-4d2463835b74?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3152,7 +3265,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:38:35 GMT", + "Date": "Sat, 22 Oct 2022 15:08:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3160,17 +3273,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "15a100fd-e5e7-43ee-8984-3a71940353d2", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223836Z:15a100fd-e5e7-43ee-8984-3a71940353d2", + "x-ms-correlation-request-id": "c6823ab6-61e1-4028-b44c-e8966f8e6ed8", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150801Z:c6823ab6-61e1-4028-b44c-e8966f8e6ed8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c65f68e4-b56b-4419-950c-75bab5888c3c", - "name": "c65f68e4-b56b-4419-950c-75bab5888c3c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce5ab6d2-9672-45d7-860c-4d2463835b74", + "name": "ce5ab6d2-9672-45d7-860c-4d2463835b74", "status": "Succeeded", - "startTime": "2022-10-20T22:38:05.8256069Z", - "endTime": "2022-10-20T22:38:06.9039024Z", + "startTime": "2022-10-22T15:07:31.2670696Z", + "endTime": "2022-10-22T15:07:32.3452586Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1" @@ -3178,7 +3291,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c65f68e4-b56b-4419-950c-75bab5888c3c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce5ab6d2-9672-45d7-860c-4d2463835b74?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3192,7 +3305,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:38:36 GMT", + "Date": "Sat, 22 Oct 2022 15:08:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3200,22 +3313,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "74c5cb45-8743-40d0-9688-a66fc3b577af", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223836Z:74c5cb45-8743-40d0-9688-a66fc3b577af", + "x-ms-correlation-request-id": "49b87518-6066-459c-acf8-598f8fe72eac", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150802Z:49b87518-6066-459c-acf8-598f8fe72eac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A38%3A05.8182751Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T15%3A07%3A31.2654619Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:24:29.1708663Z" + "CreatedOnDate": "2022-10-22T14:52:51.9561657Z" }, "properties": { - "poolId": "0f8865c1-f1e8-2d22-8d11-c62a3c148ec6", + "poolId": "34d07d19-e4a8-aecb-62d0-888ad38a3750", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1", @@ -3229,10 +3342,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:24:30.1393865Z", + "createdAt": "2022-10-22T14:52:53.1319305Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:24:30.1393865Z" + "lastModifiedAt": "2022-10-22T14:52:53.1319305Z" } } }, @@ -3250,14 +3363,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 22:38:46 GMT", + "Date": "Sat, 22 Oct 2022 15:08:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "505426fc-5f50-4aa1-867b-00fc4065bfd5", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223846Z:505426fc-5f50-4aa1-867b-00fc4065bfd5" + "x-ms-correlation-request-id": "e45fd49d-1cf9-432a-8670-82086b8e93ff", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150812Z:e45fd49d-1cf9-432a-8670-82086b8e93ff" }, "ResponseBody": null }, @@ -3275,14 +3388,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 22:38:57 GMT", + "Date": "Sat, 22 Oct 2022 15:08:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3de6fc2-cc87-4b9c-9c71-0e9389ebeb0f", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223857Z:e3de6fc2-cc87-4b9c-9c71-0e9389ebeb0f" + "x-ms-correlation-request-id": "6cc51cfd-d03d-47d1-a9f6-4a4d91199764", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150822Z:6cc51cfd-d03d-47d1-a9f6-4a4d91199764" }, "ResponseBody": null }, @@ -3300,14 +3413,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 22:39:07 GMT", + "Date": "Sat, 22 Oct 2022 15:08:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "51634c59-52bc-471e-a73b-2db4550dabcd", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223907Z:51634c59-52bc-471e-a73b-2db4550dabcd" + "x-ms-correlation-request-id": "46ed1ecf-4333-49ee-a746-b15472242f38", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150832Z:46ed1ecf-4333-49ee-a746-b15472242f38" }, "ResponseBody": null }, @@ -3325,14 +3438,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 22:39:17 GMT", + "Date": "Sat, 22 Oct 2022 15:08:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32c2c62d-223d-48d2-8d66-1f34d19165bf", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223917Z:32c2c62d-223d-48d2-8d66-1f34d19165bf" + "x-ms-correlation-request-id": "5c860c62-cc29-4246-9d67-ce7e53d34211", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150843Z:5c860c62-cc29-4246-9d67-ce7e53d34211" }, "ResponseBody": null }, @@ -3351,14 +3464,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:39:27 GMT", + "Date": "Sat, 22 Oct 2022 15:08:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf78da14-a3a1-4323-8f4d-7ec2ea966753", + "x-ms-correlation-request-id": "63e5dd1a-9061-498c-b16d-c5d651c21662", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223928Z:bf78da14-a3a1-4323-8f4d-7ec2ea966753" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150853Z:63e5dd1a-9061-498c-b16d-c5d651c21662" }, "ResponseBody": { "error": { @@ -3380,25 +3493,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/584e53a2-9c1a-4e5c-9849-4f3f7e0eb5c8?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b613ee49-47c3-4c59-a960-903a480e969b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 22:39:28 GMT", + "Date": "Sat, 22 Oct 2022 15:08:54 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/584e53a2-9c1a-4e5c-9849-4f3f7e0eb5c8?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b613ee49-47c3-4c59-a960-903a480e969b?api-version=2022-05-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": "f92fcbb0-1881-431c-955a-476e9fb9ff3b", - "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223929Z:f92fcbb0-1881-431c-955a-476e9fb9ff3b", + "x-ms-correlation-request-id": "00fb52f7-2756-4ea3-92f6-0d927851531b", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150854Z:00fb52f7-2756-4ea3-92f6-0d927851531b", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/584e53a2-9c1a-4e5c-9849-4f3f7e0eb5c8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b613ee49-47c3-4c59-a960-903a480e969b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3412,7 +3525,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:39:28 GMT", + "Date": "Sat, 22 Oct 2022 15:08:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3420,17 +3533,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b4282c1d-f3a0-4c77-bf60-56435ab3da7c", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223929Z:b4282c1d-f3a0-4c77-bf60-56435ab3da7c", + "x-ms-correlation-request-id": "92103dda-98a6-4a40-98b0-354ee2971353", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150855Z:92103dda-98a6-4a40-98b0-354ee2971353", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/584e53a2-9c1a-4e5c-9849-4f3f7e0eb5c8", - "name": "584e53a2-9c1a-4e5c-9849-4f3f7e0eb5c8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b613ee49-47c3-4c59-a960-903a480e969b", + "name": "b613ee49-47c3-4c59-a960-903a480e969b", "status": "Succeeded", - "startTime": "2022-10-20T22:39:29.4473254Z", - "endTime": "2022-10-20T22:39:29.494277Z", + "startTime": "2022-10-22T15:08:54.8637Z", + "endTime": "2022-10-22T15:08:54.9731255Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668" @@ -3438,7 +3551,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/584e53a2-9c1a-4e5c-9849-4f3f7e0eb5c8?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b613ee49-47c3-4c59-a960-903a480e969b?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3452,7 +3565,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:39:29 GMT", + "Date": "Sat, 22 Oct 2022 15:08:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3460,19 +3573,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "047a6cc7-94c2-4ff0-959f-ee63e3f73bad", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223930Z:047a6cc7-94c2-4ff0-959f-ee63e3f73bad", + "x-ms-correlation-request-id": "ec51637a-4ebd-495d-92ba-c602cb0b8db0", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150855Z:ec51637a-4ebd-495d-92ba-c602cb0b8db0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668", "name": "sdk-py-tests-acc-1-8a942668", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T22%3A39%3A29.4452062Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T15%3A08%3A54.8726732Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T22:24:24.9056268Z" + "CreatedOnDate": "2022-10-22T14:52:48.6986805Z" }, "properties": { "encryption": { @@ -3483,10 +3596,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T22:24:26.0251019Z", + "createdAt": "2022-10-22T14:52:49.5519639Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T22:24:26.0251019Z" + "lastModifiedAt": "2022-10-22T14:52:49.5519639Z" } } }, @@ -3505,15 +3618,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 22:39:29 GMT", + "Date": "Sat, 22 Oct 2022 15:08:55 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": "66b88eed-9721-43b4-aeef-84408c706253", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223930Z:66b88eed-9721-43b4-aeef-84408c706253", + "x-ms-correlation-request-id": "f44d4e92-8a16-46c2-9343-c1b5a71fecb6", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150855Z:f44d4e92-8a16-46c2-9343-c1b5a71fecb6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3537,12 +3650,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/243fe8ff-f7b8-4da0-ab9c-e26be5de2aa7?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/51f9e889-fb5e-46b2-8052-8f1586c83b7e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 22:39:30 GMT", + "Date": "Sat, 22 Oct 2022 15:08:56 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/243fe8ff-f7b8-4da0-ab9c-e26be5de2aa7?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/51f9e889-fb5e-46b2-8052-8f1586c83b7e?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3551,10 +3664,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "709272a7-ea70-4a42-8650-81c84a3db74a", - "x-ms-correlation-request-id": "a89e68bc-b988-4e64-ae08-7d8aae600464", - "x-ms-ratelimit-remaining-subscription-deletes": "14991", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T223931Z:a89e68bc-b988-4e64-ae08-7d8aae600464" + "x-ms-arm-service-request-id": "07bbf9c0-f6a1-4c5d-8064-fb9b2f2e1b03", + "x-ms-correlation-request-id": "5c1a91d9-34b2-4307-8462-79e82144bbdb", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T150856Z:5c1a91d9-34b2-4307-8462-79e82144bbdb" }, "ResponseBody": null } 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 9b01f5b8e36f..b22f94b91446 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:40:53 GMT", + "Date": "Sat, 22 Oct 2022 14:10:26 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.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:40:54 GMT", + "Date": "Sat, 22 Oct 2022 14:10:26 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13845.10 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "c6461165-437e-446d-91a3-abdc0921d528", + "client-request-id": "58e36f73-3532-440d-989c-ce05a7c7fec7", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "c6461165-437e-446d-91a3-abdc0921d528", + "client-request-id": "58e36f73-3532-440d-989c-ce05a7c7fec7", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:40:54 GMT", + "Date": "Sat, 22 Oct 2022 14:10:27 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f7dfb020-3ad3-4afb-9f43-e667141f9379?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8211a63c-806a-49f9-99e3-018de291bfd8?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:40:59 GMT", + "Date": "Sat, 22 Oct 2022 14:10:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e523c96e-85e4-425f-b874-134c95656432", - "x-ms-correlation-request-id": "883d4325-42f5-40a7-b7a8-7af0a82070eb", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214059Z:883d4325-42f5-40a7-b7a8-7af0a82070eb" + "x-ms-arm-service-request-id": "d561ba63-61b1-434b-9ae8-fe7cfc83b4db", + "x-ms-correlation-request-id": "c77ecb05-2c4c-478b-8acf-9c7a6bfb5936", + "x-ms-ratelimit-remaining-subscription-writes": "1189", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141032Z:c77ecb05-2c4c-478b-8acf-9c7a6bfb5936" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-8676340d", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d", - "etag": "W/\u0022cf6119dc-5d34-45f4-81eb-59c6d503e5d6\u0022", + "etag": "W/\u00220b08948e-923f-4ec7-91ee-5f2226b3517f\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:40:54.9212541Z" + "CreatedOnDate": "2022-10-22T14:10:28.4525917Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "d30a57d1-0600-4b02-bad1-706773708355", + "resourceGuid": "cd5633de-83cb-4f40-8b5e-db379d8409c9", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f7dfb020-3ad3-4afb-9f43-e667141f9379?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8211a63c-806a-49f9-99e3-018de291bfd8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,43 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:40:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ccf9f5ab-2176-4e0c-835d-29dcffce6c36", - "x-ms-correlation-request-id": "fdb6cd01-675a-45d9-916f-690a6bd4f23b", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214059Z:fdb6cd01-675a-45d9-916f-690a6bd4f23b" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f7dfb020-3ad3-4afb-9f43-e667141f9379?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:41:09 GMT", + "Date": "Sat, 22 Oct 2022 14:10:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,10 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "91672b3a-7aa5-4e45-9695-e2f59b776629", - "x-ms-correlation-request-id": "db1894fc-620f-4e29-b575-7e0e9b3b372b", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214109Z:db1894fc-620f-4e29-b575-7e0e9b3b372b" + "x-ms-arm-service-request-id": "21342cbf-22ef-43ad-a500-275d00f02add", + "x-ms-correlation-request-id": "2cdf0e93-0935-43d0-93bd-dbf4d52b9a77", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141032Z:2cdf0e93-0935-43d0-93bd-dbf4d52b9a77" }, "ResponseBody": { "status": "Succeeded" @@ -364,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:41:09 GMT", - "ETag": "W/\u00222fa8a677-351f-4e61-ade5-803aa77b68f0\u0022", + "Date": "Sat, 22 Oct 2022 14:10:32 GMT", + "ETag": "W/\u002238547e5d-7a3b-471d-8746-ace3db8ce1bb\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -376,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0576412f-7d83-40d7-bbf1-a9df27a24835", - "x-ms-correlation-request-id": "bfd9cfb0-d225-4ca2-a1b8-47b9e4368eb3", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214110Z:bfd9cfb0-d225-4ca2-a1b8-47b9e4368eb3" + "x-ms-arm-service-request-id": "d857c22d-9fd0-4b8f-84fa-74359cbb5f65", + "x-ms-correlation-request-id": "9df59c81-5e07-4a0b-86b9-8a16f71ee70c", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141033Z:9df59c81-5e07-4a0b-86b9-8a16f71ee70c" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-8676340d", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d", - "etag": "W/\u00222fa8a677-351f-4e61-ade5-803aa77b68f0\u0022", + "etag": "W/\u002238547e5d-7a3b-471d-8746-ace3db8ce1bb\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:40:54.9212541Z" + "CreatedOnDate": "2022-10-22T14:10:28.4525917Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "d30a57d1-0600-4b02-bad1-706773708355", + "resourceGuid": "cd5633de-83cb-4f40-8b5e-db379d8409c9", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -431,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/1668a2eb-e1fb-4418-be83-a4419619daeb?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0037d7c2-60e1-4fc8-acb0-93afe8a406b2?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:41:11 GMT", + "Date": "Sat, 22 Oct 2022 14:10:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -445,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4c099562-f095-4b87-9979-b49f510dba03", - "x-ms-correlation-request-id": "57d1078f-b7fa-4c5a-a96d-b814e073a574", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214111Z:57d1078f-b7fa-4c5a-a96d-b814e073a574" + "x-ms-arm-service-request-id": "c18f7f2b-2254-4bf4-8ee2-7ee25a7bed71", + "x-ms-correlation-request-id": "c7ad5ee3-b89c-4d22-bc43-fac4ca0c751a", + "x-ms-ratelimit-remaining-subscription-writes": "1188", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141033Z:c7ad5ee3-b89c-4d22-bc43-fac4ca0c751a" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default", - "etag": "W/\u00223af523f5-0677-4661-ae9d-6059b938277e\u0022", + "etag": "W/\u002275d5851e-6705-4cbb-b1b3-c4e25edb55cf\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -461,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00223af523f5-0677-4661-ae9d-6059b938277e\u0022", + "etag": "W/\u002275d5851e-6705-4cbb-b1b3-c4e25edb55cf\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -481,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/1668a2eb-e1fb-4418-be83-a4419619daeb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0037d7c2-60e1-4fc8-acb0-93afe8a406b2?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -495,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:41:11 GMT", + "Date": "Sat, 22 Oct 2022 14:10:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cf85a0ce-ef46-4763-9989-676638855128", - "x-ms-correlation-request-id": "f85e887e-ddef-4be4-9602-657682266d72", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214111Z:f85e887e-ddef-4be4-9602-657682266d72" + "x-ms-arm-service-request-id": "80b561e4-43e8-4dce-afb9-6758152dda8b", + "x-ms-correlation-request-id": "b5d121ef-08cf-457d-b0dc-2b01a4c24480", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141033Z:b5d121ef-08cf-457d-b0dc-2b01a4c24480" }, "ResponseBody": { "status": "Succeeded" @@ -530,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:41:11 GMT", - "ETag": "W/\u002260deffa6-4680-48df-a95b-a07d8a678372\u0022", + "Date": "Sat, 22 Oct 2022 14:10:33 GMT", + "ETag": "W/\u00223cd3f7e6-93a1-4fea-9ddf-474d14298b6b\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -542,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "391209a8-ac59-42ce-a15b-9544c7528c21", - "x-ms-correlation-request-id": "fe066b41-8e6e-4b67-a1d2-df7501200e92", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214112Z:fe066b41-8e6e-4b67-a1d2-df7501200e92" + "x-ms-arm-service-request-id": "a2501b27-9650-46b4-8da4-d3bb7927ed4c", + "x-ms-correlation-request-id": "5857540c-e0bd-426f-82c6-ac3681502d95", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141034Z:5857540c-e0bd-426f-82c6-ac3681502d95" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default", - "etag": "W/\u002260deffa6-4680-48df-a95b-a07d8a678372\u0022", + "etag": "W/\u00223cd3f7e6-93a1-4fea-9ddf-474d14298b6b\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -558,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002260deffa6-4680-48df-a95b-a07d8a678372\u0022", + "etag": "W/\u00223cd3f7e6-93a1-4fea-9ddf-474d14298b6b\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -594,12 +558,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:41:13 GMT", + "Date": "Sat, 22 Oct 2022 14:10:34 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -688,7 +652,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:41:13 GMT", + "Date": "Sat, 22 Oct 2022 14:10:34 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -749,7 +713,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "f7ebbf36-4808-4324-8c48-cf7af48bf774", + "client-request-id": "e346d850-bedb-455a-8cd2-7a09daed62eb", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -767,10 +731,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "f7ebbf36-4808-4324-8c48-cf7af48bf774", + "client-request-id": "e346d850-bedb-455a-8cd2-7a09daed62eb", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:41:13 GMT", + "Date": "Sat, 22 Oct 2022 14:10:34 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -778,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -805,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e1b68b41-f575-42c7-90b6-57b10ff6e6c9?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/58401eec-671d-4feb-aa83-ef0b543629fd?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:41:15 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T21%3A41%3A17.6160246Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:10:37 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A10%3A36.8697771Z\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": "30f273c4-8b7b-4b61-8a28-4b323207a2a6", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214116Z:30f273c4-8b7b-4b61-8a28-4b323207a2a6", + "x-ms-correlation-request-id": "fbcf06e6-cf53-46c4-b3cc-417dd27fc330", + "x-ms-ratelimit-remaining-subscription-writes": "1187", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141038Z:fbcf06e6-cf53-46c4-b3cc-417dd27fc330", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d", "name": "sdk-py-tests-acc-1-8676340d", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A41%3A17.6160246Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A10%3A36.8697771Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:41:13.5538422Z" + "CreatedOnDate": "2022-10-22T14:10:35.8199668Z" }, "properties": { "provisioningState": "Creating" @@ -836,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:41:14.3646014Z", + "createdAt": "2022-10-22T14:10:36.6923623Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:41:14.3646014Z" + "lastModifiedAt": "2022-10-22T14:10:36.6923623Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e1b68b41-f575-42c7-90b6-57b10ff6e6c9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/58401eec-671d-4feb-aa83-ef0b543629fd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -858,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:41:15 GMT", + "Date": "Sat, 22 Oct 2022 14:10:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -866,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b78fdf3-e50a-43eb-9a7d-691c098f140a", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214116Z:9b78fdf3-e50a-43eb-9a7d-691c098f140a", + "x-ms-correlation-request-id": "cb442959-25c6-44ee-ba26-c3162d110c9d", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141038Z:cb442959-25c6-44ee-ba26-c3162d110c9d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e1b68b41-f575-42c7-90b6-57b10ff6e6c9", - "name": "e1b68b41-f575-42c7-90b6-57b10ff6e6c9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/58401eec-671d-4feb-aa83-ef0b543629fd", + "name": "58401eec-671d-4feb-aa83-ef0b543629fd", "status": "Succeeded", - "startTime": "2022-10-20T21:41:17.6003673Z", - "endTime": "2022-10-20T21:41:17.6472205Z", + "startTime": "2022-10-22T14:10:36.8613895Z", + "endTime": "2022-10-22T14:10:36.9082695Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d" @@ -898,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:41:16 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T21%3A41%3A17.632413Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:10:38 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A10%3A36.9135524Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -907,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "09dbfaf1-50ba-4d54-94ea-92a70cbddbd0", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214116Z:09dbfaf1-50ba-4d54-94ea-92a70cbddbd0", + "x-ms-correlation-request-id": "55f7f99b-9abb-448f-84c1-1b05dd8d30cd", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141039Z:55f7f99b-9abb-448f-84c1-1b05dd8d30cd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d", "name": "sdk-py-tests-acc-1-8676340d", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A41%3A17.632413Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A10%3A36.9135524Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:41:13.5538422Z" + "CreatedOnDate": "2022-10-22T14:10:35.8199668Z" }, "properties": { "activeDirectories": [ @@ -948,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:41:14.3646014Z", + "createdAt": "2022-10-22T14:10:36.6923623Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:41:14.3646014Z" + "lastModifiedAt": "2022-10-22T14:10:36.6923623Z" } } }, @@ -977,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1744850-82cc-4843-999f-da6bdbae872a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/babe6f53-bb51-48a0-9780-3c6f664bc323?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:41:18 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T21%3A41%3A20.6481701Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:10:41 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A10%3A40.5836205Z\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": "112226e3-d3c2-4afc-97a5-06aa0298a3a9", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214119Z:112226e3-d3c2-4afc-97a5-06aa0298a3a9", + "x-ms-correlation-request-id": "8e9c2ea5-7c5d-4d59-a735-45fd3db24b18", + "x-ms-ratelimit-remaining-subscription-writes": "1186", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141041Z:8e9c2ea5-7c5d-4d59-a735-45fd3db24b18", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A41%3A20.6481701Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A10%3A40.5836205Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:41:17.1654972Z" + "CreatedOnDate": "2022-10-22T14:10:39.3188676Z" }, "properties": { "serviceLevel": "Premium", @@ -1014,15 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:41:18.1319954Z", + "createdAt": "2022-10-22T14:10:40.3504842Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:41:18.1319954Z" + "lastModifiedAt": "2022-10-22T14:10:40.3504842Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1744850-82cc-4843-999f-da6bdbae872a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/babe6f53-bb51-48a0-9780-3c6f664bc323?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1036,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:41:18 GMT", + "Date": "Sat, 22 Oct 2022 14:10:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1044,17 +1008,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6b291163-7507-4b35-a5e7-1651b0549351", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214119Z:6b291163-7507-4b35-a5e7-1651b0549351", + "x-ms-correlation-request-id": "9a214b18-712a-409e-8553-a35e0c119e61", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141041Z:9a214b18-712a-409e-8553-a35e0c119e61", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1744850-82cc-4843-999f-da6bdbae872a", - "name": "b1744850-82cc-4843-999f-da6bdbae872a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/babe6f53-bb51-48a0-9780-3c6f664bc323", + "name": "babe6f53-bb51-48a0-9780-3c6f664bc323", "status": "Succeeded", - "startTime": "2022-10-20T21:41:20.6387039Z", - "endTime": "2022-10-20T21:41:21.5294521Z", + "startTime": "2022-10-22T14:10:40.582057Z", + "endTime": "2022-10-22T14:10:41.7117672Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1" @@ -1076,8 +1040,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:41:19 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T21%3A41%3A21.5252285Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:10:41 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A10%3A41.7028144Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1085,22 +1049,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1c8d316-d8b8-411c-9d27-e98c8dcac4d0", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214119Z:d1c8d316-d8b8-411c-9d27-e98c8dcac4d0", + "x-ms-correlation-request-id": "d55363e3-b83a-486f-9d70-1f1f4fc446cb", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141042Z:d55363e3-b83a-486f-9d70-1f1f4fc446cb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A41%3A21.5252285Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A10%3A41.7028144Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:41:17.1654972Z" + "CreatedOnDate": "2022-10-22T14:10:39.3188676Z" }, "properties": { - "poolId": "1b6cba4c-a8c6-1621-7e37-f52979dfc636", + "poolId": "8e7061df-21a6-d492-130f-d81c2aff0181", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1113,10 +1077,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:41:18.1319954Z", + "createdAt": "2022-10-22T14:10:40.3504842Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:41:18.1319954Z" + "lastModifiedAt": "2022-10-22T14:10:40.3504842Z" } } }, @@ -1159,30 +1123,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:41:22 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T21%3A41%3A23.7192936Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:10:44 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A10%3A43.9276785Z\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": "c373b7b1-fca8-419e-9fa1-7e92bfaedc96", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214122Z:c373b7b1-fca8-419e-9fa1-7e92bfaedc96", + "x-ms-correlation-request-id": "ee95f4dc-a6b5-4553-a043-fd46000b4197", + "x-ms-ratelimit-remaining-subscription-writes": "1185", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141044Z:ee95f4dc-a6b5-4553-a043-fd46000b4197", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8676340d", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A41%3A23.7192936Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A10%3A43.9276785Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:41:20.1763498Z" + "CreatedOnDate": "2022-10-22T14:10:42.5853451Z" }, "properties": { "serviceLevel": "Premium", @@ -1212,15 +1176,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:41:21.1498563Z", + "createdAt": "2022-10-22T14:10:43.6036068Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:41:21.1498563Z" + "lastModifiedAt": "2022-10-22T14:10:43.6036068Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1234,7 +1198,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:41:22 GMT", + "Date": "Sat, 22 Oct 2022 14:10:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1242,16 +1206,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3038488-d955-42fc-9bdf-58397c3b2e70", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214123Z:e3038488-d955-42fc-9bdf-58397c3b2e70", + "x-ms-correlation-request-id": "56ee2136-33a6-415f-bf23-c0c8e59910ad", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141045Z:56ee2136-33a6-415f-bf23-c0c8e59910ad", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524", - "name": "c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4", + "name": "cf359f0e-1e48-437c-8945-7242fff6e1b4", "status": "Creating", - "startTime": "2022-10-20T21:41:23.7159635Z", + "startTime": "2022-10-22T14:10:43.9306796Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1260,7 +1224,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1274,7 +1238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:41:52 GMT", + "Date": "Sat, 22 Oct 2022 14:11:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1282,16 +1246,56 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0befe3d6-c02d-4541-adfa-6746ba30fa71", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214153Z:0befe3d6-c02d-4541-adfa-6746ba30fa71", + "x-ms-correlation-request-id": "df8d0aa7-812a-4814-b2ec-46455b380010", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141115Z:df8d0aa7-812a-4814-b2ec-46455b380010", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4", + "name": "cf359f0e-1e48-437c-8945-7242fff6e1b4", + "status": "Creating", + "startTime": "2022-10-22T14:10:43.9306796Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 14:11: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": "a48519dd-2599-4238-8789-b0c8e5f4c326", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141145Z:a48519dd-2599-4238-8789-b0c8e5f4c326", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524", - "name": "c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4", + "name": "cf359f0e-1e48-437c-8945-7242fff6e1b4", "status": "Creating", - "startTime": "2022-10-20T21:41:23.7159635Z", + "startTime": "2022-10-22T14:10:43.9306796Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1300,7 +1304,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1314,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:42:22 GMT", + "Date": "Sat, 22 Oct 2022 14:12:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1322,16 +1326,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2c8e001-5c2a-4dd8-a50c-82cf6eba60cb", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214223Z:b2c8e001-5c2a-4dd8-a50c-82cf6eba60cb", + "x-ms-correlation-request-id": "a7bfae42-4bd8-4a1b-b94a-f7ecfe2985fd", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141215Z:a7bfae42-4bd8-4a1b-b94a-f7ecfe2985fd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524", - "name": "c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4", + "name": "cf359f0e-1e48-437c-8945-7242fff6e1b4", "status": "Creating", - "startTime": "2022-10-20T21:41:23.7159635Z", + "startTime": "2022-10-22T14:10:43.9306796Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1340,7 +1344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1354,7 +1358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:42:52 GMT", + "Date": "Sat, 22 Oct 2022 14:12:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1362,16 +1366,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0796d8ec-16c8-4f0d-a86b-57c6d6dd713d", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214253Z:0796d8ec-16c8-4f0d-a86b-57c6d6dd713d", + "x-ms-correlation-request-id": "072711e5-850a-46ab-a0e9-f712d2836b94", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141246Z:072711e5-850a-46ab-a0e9-f712d2836b94", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524", - "name": "c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4", + "name": "cf359f0e-1e48-437c-8945-7242fff6e1b4", "status": "Creating", - "startTime": "2022-10-20T21:41:23.7159635Z", + "startTime": "2022-10-22T14:10:43.9306796Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1380,7 +1384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1394,7 +1398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:43:23 GMT", + "Date": "Sat, 22 Oct 2022 14:13:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1402,16 +1406,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ca09bd8-702a-4ed6-a524-ffa94f8844a8", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214324Z:5ca09bd8-702a-4ed6-a524-ffa94f8844a8", + "x-ms-correlation-request-id": "fc62bb97-7da3-43ec-97f3-f7cf130cce24", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141316Z:fc62bb97-7da3-43ec-97f3-f7cf130cce24", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524", - "name": "c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4", + "name": "cf359f0e-1e48-437c-8945-7242fff6e1b4", "status": "Creating", - "startTime": "2022-10-20T21:41:23.7159635Z", + "startTime": "2022-10-22T14:10:43.9306796Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1420,7 +1424,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1434,7 +1438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:43:53 GMT", + "Date": "Sat, 22 Oct 2022 14:13:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1442,16 +1446,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a183003-6ce0-4e43-a422-e9a720feadab", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214354Z:1a183003-6ce0-4e43-a422-e9a720feadab", + "x-ms-correlation-request-id": "aa3a0d9f-4a7d-48f6-a989-4f2080614be6", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141346Z:aa3a0d9f-4a7d-48f6-a989-4f2080614be6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524", - "name": "c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4", + "name": "cf359f0e-1e48-437c-8945-7242fff6e1b4", "status": "Creating", - "startTime": "2022-10-20T21:41:23.7159635Z", + "startTime": "2022-10-22T14:10:43.9306796Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1460,7 +1464,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1474,7 +1478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:44:24 GMT", + "Date": "Sat, 22 Oct 2022 14:14:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1482,16 +1486,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df552dd7-ec04-4361-aba8-1dc802bb24a1", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214424Z:df552dd7-ec04-4361-aba8-1dc802bb24a1", + "x-ms-correlation-request-id": "173500a0-d980-4515-8f79-f250e809a5ac", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141416Z:173500a0-d980-4515-8f79-f250e809a5ac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524", - "name": "c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4", + "name": "cf359f0e-1e48-437c-8945-7242fff6e1b4", "status": "Creating", - "startTime": "2022-10-20T21:41:23.7159635Z", + "startTime": "2022-10-22T14:10:43.9306796Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1500,7 +1504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1514,7 +1518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:44:54 GMT", + "Date": "Sat, 22 Oct 2022 14:14:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1522,16 +1526,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "86c6579b-a06a-47eb-80e6-005853923840", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214454Z:86c6579b-a06a-47eb-80e6-005853923840", + "x-ms-correlation-request-id": "c13aca31-e53e-44be-a1ef-81594b911ffa", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141447Z:c13aca31-e53e-44be-a1ef-81594b911ffa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524", - "name": "c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4", + "name": "cf359f0e-1e48-437c-8945-7242fff6e1b4", "status": "Creating", - "startTime": "2022-10-20T21:41:23.7159635Z", + "startTime": "2022-10-22T14:10:43.9306796Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1540,7 +1544,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1554,7 +1558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:45:24 GMT", + "Date": "Sat, 22 Oct 2022 14:15:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1562,17 +1566,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "996b3d71-754d-46bf-8f3a-e3c6931689d9", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214525Z:996b3d71-754d-46bf-8f3a-e3c6931689d9", + "x-ms-correlation-request-id": "65b60222-841e-46dc-b6a6-ba4fefde98b6", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141517Z:65b60222-841e-46dc-b6a6-ba4fefde98b6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c3f52d3d-4833-4f0d-8b44-d8547b76d524", - "name": "c3f52d3d-4833-4f0d-8b44-d8547b76d524", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4", + "name": "cf359f0e-1e48-437c-8945-7242fff6e1b4", + "status": "Creating", + "startTime": "2022-10-22T14:10:43.9306796Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 14:15: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": "0de95127-2ccd-4ad9-ab0c-e8410d2472a7", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141547Z:0de95127-2ccd-4ad9-ab0c-e8410d2472a7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4", + "name": "cf359f0e-1e48-437c-8945-7242fff6e1b4", "status": "Succeeded", - "startTime": "2022-10-20T21:41:23.7159635Z", - "endTime": "2022-10-20T21:45:25.7695722Z", + "startTime": "2022-10-22T14:10:43.9306796Z", + "endTime": "2022-10-22T14:15:17.8962051Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" @@ -1594,8 +1638,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:45:25 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T21%3A45%3A25.754878Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:15:48 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A15%3A17.8939378Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1603,22 +1647,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6f588587-9989-4fb0-a494-c550d72eb101", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214525Z:6f588587-9989-4fb0-a494-c550d72eb101", + "x-ms-correlation-request-id": "7e8ba996-f629-4c5a-aba3-bfeecd7fa62c", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141548Z:7e8ba996-f629-4c5a-aba3-bfeecd7fa62c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8676340d", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A45%3A25.754878Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A15%3A17.8939378Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:41:20.1763498Z" + "CreatedOnDate": "2022-10-22T14:10:42.5853451Z" }, "properties": { - "fileSystemId": "e5fde1c7-cd0a-4702-8e81-0c4952a75256", + "fileSystemId": "307fab13-a9a6-2f02-ef2b-527f0692f51b", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-8676340d", "usageThreshold": 107374182400, @@ -1646,7 +1690,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4a20e382", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_633c2e1b", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1661,8 +1705,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e5fde1c7-cd0a-4702-8e81-0c4952a75256", - "fileSystemId": "e5fde1c7-cd0a-4702-8e81-0c4952a75256", + "mountTargetId": "307fab13-a9a6-2f02-ef2b-527f0692f51b", + "fileSystemId": "307fab13-a9a6-2f02-ef2b-527f0692f51b", "ipAddress": "10.0.0.4" } ], @@ -1682,10 +1726,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:41:21.1498563Z", + "createdAt": "2022-10-22T14:10:43.6036068Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:41:21.1498563Z" + "lastModifiedAt": "2022-10-22T14:10:43.6036068Z" } } }, @@ -1705,12 +1749,12 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57ab0036-fe9b-4039-94eb-50cdb8a663ed?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/340d1c2d-c853-43fb-8a60-b3a2e5cb57cb?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:45:27 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T21%3A45%3A28.1945037Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:15:50 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A15%3A49.514867Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1718,19 +1762,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f3a0cab-565b-4294-aaf2-d95293561a6d", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214527Z:3f3a0cab-565b-4294-aaf2-d95293561a6d", + "x-ms-correlation-request-id": "bd44c541-3058-40bd-af5a-c9047b28d24f", + "x-ms-ratelimit-remaining-subscription-writes": "1184", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141551Z:bd44c541-3058-40bd-af5a-c9047b28d24f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d", "name": "sdk-py-tests-acc-1-8676340d", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A45%3A28.1945037Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A15%3A49.514867Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:41:13.5538422Z" + "CreatedOnDate": "2022-10-22T14:10:35.8199668Z" }, "properties": { "provisioningState": "Updating", @@ -1759,15 +1803,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:41:14.3646014Z", + "createdAt": "2022-10-22T14:10:36.6923623Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:41:14.3646014Z" + "lastModifiedAt": "2022-10-22T14:10:36.6923623Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57ab0036-fe9b-4039-94eb-50cdb8a663ed?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/340d1c2d-c853-43fb-8a60-b3a2e5cb57cb?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1781,7 +1825,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:45:27 GMT", + "Date": "Sat, 22 Oct 2022 14:15:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1789,17 +1833,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a3f6dd23-2432-4f87-8e84-eca0b2d7a91a", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214528Z:a3f6dd23-2432-4f87-8e84-eca0b2d7a91a", + "x-ms-correlation-request-id": "a1986219-13e9-49af-a4e0-da42b2775566", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141551Z:a1986219-13e9-49af-a4e0-da42b2775566", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57ab0036-fe9b-4039-94eb-50cdb8a663ed", - "name": "57ab0036-fe9b-4039-94eb-50cdb8a663ed", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/340d1c2d-c853-43fb-8a60-b3a2e5cb57cb", + "name": "340d1c2d-c853-43fb-8a60-b3a2e5cb57cb", "status": "Succeeded", - "startTime": "2022-10-20T21:45:28.1917101Z", - "endTime": "2022-10-20T21:45:28.8635977Z", + "startTime": "2022-10-22T14:15:49.511628Z", + "endTime": "2022-10-22T14:15:51.44927Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d" @@ -1821,8 +1865,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:45:27 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T21%3A45%3A28.8601285Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:15:51 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A15%3A51.4577568Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1830,19 +1874,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "95739122-2ccc-49ad-bc9f-7f1454a391ca", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214528Z:95739122-2ccc-49ad-bc9f-7f1454a391ca", + "x-ms-correlation-request-id": "210dd932-1511-4459-9f21-c8999c04300c", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141552Z:210dd932-1511-4459-9f21-c8999c04300c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d", "name": "sdk-py-tests-acc-1-8676340d", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A45%3A28.8601285Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A15%3A51.4577568Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:45:25.6439768Z" + "CreatedOnDate": "2022-10-22T14:15:49.1902216Z" }, "properties": { "provisioningState": "Succeeded", @@ -1871,10 +1915,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:41:14.3646014Z", + "createdAt": "2022-10-22T14:10:36.6923623Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:45:25.8089831Z" + "lastModifiedAt": "2022-10-22T14:15:49.3899248Z" } } }, @@ -1904,30 +1948,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ea2bbeeb-c0cf-4bd7-b51e-dfbd4b227066?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f44d7c47-d2f1-4749-a8d2-29aa080be232?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "929", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:45:30 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T21%3A45%3A32.2736262Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:15:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A15%3A53.5066045Z\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": "43174e2a-7b5d-4582-86ac-f6f6d70de848", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214531Z:43174e2a-7b5d-4582-86ac-f6f6d70de848", + "x-ms-correlation-request-id": "9b097105-c5ab-423c-a4be-c94114d1c706", + "x-ms-ratelimit-remaining-subscription-writes": "1183", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141554Z:9b097105-c5ab-423c-a4be-c94114d1c706", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A45%3A32.2736262Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A15%3A53.5066045Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:45:28.8673921Z" + "CreatedOnDate": "2022-10-22T14:15:52.2846746Z" }, "properties": { "enabled": false, @@ -1943,10 +1987,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:45:29.8416356Z", + "createdAt": "2022-10-22T14:15:53.2839888Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:45:29.8416356Z" + "lastModifiedAt": "2022-10-22T14:15:53.2839888Z" } } }, @@ -1977,35 +2021,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/731c33d5-dc1c-48ec-9ad9-5d0fdbba43e3?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a79e755-9c89-4f13-ae70-7eb80182d703?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "2480", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:45:31 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T21%3A45%3A33.9352706Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:15:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A15%3A55.3115542Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/731c33d5-dc1c-48ec-9ad9-5d0fdbba43e3?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a79e755-9c89-4f13-ae70-7eb80182d703?api-version=2022-05-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": "1db01306-c898-4025-b932-cfd33d058954", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214531Z:1db01306-c898-4025-b932-cfd33d058954", + "x-ms-correlation-request-id": "eab983f9-ee0a-4f87-aa82-36cdfc339779", + "x-ms-ratelimit-remaining-subscription-writes": "1182", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141555Z:eab983f9-ee0a-4f87-aa82-36cdfc339779", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8676340d", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A45%3A33.9352706Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A15%3A55.3115542Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:41:20.1763498Z" + "CreatedOnDate": "2022-10-22T14:10:42.5853451Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "e5fde1c7-cd0a-4702-8e81-0c4952a75256", + "fileSystemId": "307fab13-a9a6-2f02-ef2b-527f0692f51b", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-8676340d", "usageThreshold": 107374182400, @@ -2033,7 +2077,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4a20e382", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_633c2e1b", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2048,8 +2092,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e5fde1c7-cd0a-4702-8e81-0c4952a75256", - "fileSystemId": "e5fde1c7-cd0a-4702-8e81-0c4952a75256", + "mountTargetId": "307fab13-a9a6-2f02-ef2b-527f0692f51b", + "fileSystemId": "307fab13-a9a6-2f02-ef2b-527f0692f51b", "ipAddress": "10.0.0.4" } ], @@ -2068,15 +2112,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:41:21.1498563Z", + "createdAt": "2022-10-22T14:10:43.6036068Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:41:21.1498563Z" + "lastModifiedAt": "2022-10-22T14:10:43.6036068Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/731c33d5-dc1c-48ec-9ad9-5d0fdbba43e3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a79e755-9c89-4f13-ae70-7eb80182d703?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2090,7 +2134,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:45:31 GMT", + "Date": "Sat, 22 Oct 2022 14:15:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2098,16 +2142,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "63a37864-213a-4404-aa6b-3c873ab04a3b", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214532Z:63a37864-213a-4404-aa6b-3c873ab04a3b", + "x-ms-correlation-request-id": "f515738a-88c5-4191-a185-8eb13e89a301", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141555Z:f515738a-88c5-4191-a185-8eb13e89a301", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/731c33d5-dc1c-48ec-9ad9-5d0fdbba43e3", - "name": "731c33d5-dc1c-48ec-9ad9-5d0fdbba43e3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a79e755-9c89-4f13-ae70-7eb80182d703", + "name": "0a79e755-9c89-4f13-ae70-7eb80182d703", "status": "Patching", - "startTime": "2022-10-20T21:45:33.9421493Z", + "startTime": "2022-10-22T14:15:55.3166235Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2116,7 +2160,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/731c33d5-dc1c-48ec-9ad9-5d0fdbba43e3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a79e755-9c89-4f13-ae70-7eb80182d703?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2130,7 +2174,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:46:01 GMT", + "Date": "Sat, 22 Oct 2022 14:16:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2138,17 +2182,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "16c3168c-0656-4b87-9685-0654b4e796b7", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214602Z:16c3168c-0656-4b87-9685-0654b4e796b7", + "x-ms-correlation-request-id": "9fb67a13-bd49-49f1-8381-314e47ce6934", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141625Z:9fb67a13-bd49-49f1-8381-314e47ce6934", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/731c33d5-dc1c-48ec-9ad9-5d0fdbba43e3", - "name": "731c33d5-dc1c-48ec-9ad9-5d0fdbba43e3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a79e755-9c89-4f13-ae70-7eb80182d703", + "name": "0a79e755-9c89-4f13-ae70-7eb80182d703", "status": "Succeeded", - "startTime": "2022-10-20T21:45:33.9421493Z", - "endTime": "2022-10-20T21:45:36.9141599Z", + "startTime": "2022-10-22T14:15:55.3166235Z", + "endTime": "2022-10-22T14:15:58.1932472Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" @@ -2156,7 +2200,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/731c33d5-dc1c-48ec-9ad9-5d0fdbba43e3?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a79e755-9c89-4f13-ae70-7eb80182d703?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2170,7 +2214,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:46:02 GMT", + "Date": "Sat, 22 Oct 2022 14:16:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2178,19 +2222,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1b65206-8b10-4282-99da-674e1ce18ec1", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214603Z:c1b65206-8b10-4282-99da-674e1ce18ec1", + "x-ms-correlation-request-id": "93dc58d3-b06b-422b-be94-632ba0226fb6", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141626Z:93dc58d3-b06b-422b-be94-632ba0226fb6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8676340d", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A45%3A36.9145927Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A15%3A58.1979047Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:45:31.3644113Z" + "CreatedOnDate": "2022-10-22T14:15:54.9937818Z" }, "properties": { "dataProtection": { @@ -2198,7 +2242,7 @@ "snapshotPolicyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1" } }, - "fileSystemId": "e5fde1c7-cd0a-4702-8e81-0c4952a75256", + "fileSystemId": "307fab13-a9a6-2f02-ef2b-527f0692f51b", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-8676340d", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2229,19 +2273,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4a20e382", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_633c2e1b", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", - "poolId": "1b6cba4c-a8c6-1621-7e37-f52979dfc636", + "poolId": "8e7061df-21a6-d492-130f-d81c2aff0181", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "e5fde1c7-cd0a-4702-8e81-0c4952a75256", - "fileSystemId": "e5fde1c7-cd0a-4702-8e81-0c4952a75256", + "mountTargetId": "307fab13-a9a6-2f02-ef2b-527f0692f51b", + "fileSystemId": "307fab13-a9a6-2f02-ef2b-527f0692f51b", "startIp": "", "endIp": "", "gateway": "", @@ -2273,10 +2317,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:41:21.1498563Z", + "createdAt": "2022-10-22T14:10:43.6036068Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:45:31.5462869Z" + "lastModifiedAt": "2022-10-22T14:15:55.1746747Z" } } }, @@ -2293,25 +2337,105 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 21:46:03 GMT", + "Date": "Sat, 22 Oct 2022 14:16:26 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f?api-version=2022-05-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": "16262098-5818-4548-bc0f-4e641737d81a", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214604Z:16262098-5818-4548-bc0f-4e641737d81a", + "x-ms-correlation-request-id": "b003a457-5b20-42f3-b867-29dff60330a3", + "x-ms-ratelimit-remaining-subscription-deletes": "14990", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141626Z:b003a457-5b20-42f3-b867-29dff60330a3", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 14:16: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": "5a22c870-5d77-435f-be9a-0074d9190242", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141627Z:5a22c870-5d77-435f-be9a-0074d9190242", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f", + "name": "f1b5e0bd-93ed-4165-899c-febfec47708f", + "status": "Deleting", + "startTime": "2022-10-22T14:16:26.853015Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 14:16: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": "543939aa-292a-4346-baeb-212ff751b76e", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141657Z:543939aa-292a-4346-baeb-212ff751b76e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f", + "name": "f1b5e0bd-93ed-4165-899c-febfec47708f", + "status": "Deleting", + "startTime": "2022-10-22T14:16:26.853015Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2325,7 +2449,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:46:03 GMT", + "Date": "Sat, 22 Oct 2022 14:17:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2333,16 +2457,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "082ab373-6845-4803-8907-15c11c1c2aee", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214604Z:082ab373-6845-4803-8907-15c11c1c2aee", + "x-ms-correlation-request-id": "ffbb7a0b-2838-4d59-b95d-7269d641acb7", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141727Z:ffbb7a0b-2838-4d59-b95d-7269d641acb7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac", - "name": "47df7791-3412-443b-9450-79faa1e38fac", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f", + "name": "f1b5e0bd-93ed-4165-899c-febfec47708f", "status": "Deleting", - "startTime": "2022-10-20T21:46:06.152625Z", + "startTime": "2022-10-22T14:16:26.853015Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2351,7 +2475,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2365,7 +2489,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:46:34 GMT", + "Date": "Sat, 22 Oct 2022 14:17:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2373,16 +2497,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ca9b1d3-30ef-40c9-ab51-f6b713c4b9b4", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214634Z:0ca9b1d3-30ef-40c9-ab51-f6b713c4b9b4", + "x-ms-correlation-request-id": "d391e9ca-bee9-4184-b9cb-dd3aa4e00451", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141758Z:d391e9ca-bee9-4184-b9cb-dd3aa4e00451", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac", - "name": "47df7791-3412-443b-9450-79faa1e38fac", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f", + "name": "f1b5e0bd-93ed-4165-899c-febfec47708f", "status": "Deleting", - "startTime": "2022-10-20T21:46:06.152625Z", + "startTime": "2022-10-22T14:16:26.853015Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2391,7 +2515,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2405,7 +2529,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:47:04 GMT", + "Date": "Sat, 22 Oct 2022 14:18:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2413,16 +2537,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a7852aaf-190c-450a-834d-1e920bacf136", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214704Z:a7852aaf-190c-450a-834d-1e920bacf136", + "x-ms-correlation-request-id": "162fedd2-fc27-4670-a305-378d22a3be7b", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141828Z:162fedd2-fc27-4670-a305-378d22a3be7b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac", - "name": "47df7791-3412-443b-9450-79faa1e38fac", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f", + "name": "f1b5e0bd-93ed-4165-899c-febfec47708f", "status": "Deleting", - "startTime": "2022-10-20T21:46:06.152625Z", + "startTime": "2022-10-22T14:16:26.853015Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2431,7 +2555,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2445,7 +2569,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:47:35 GMT", + "Date": "Sat, 22 Oct 2022 14:18:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2453,16 +2577,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e3a6a0d-32d1-4833-8901-becf8b0afc65", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214735Z:0e3a6a0d-32d1-4833-8901-becf8b0afc65", + "x-ms-correlation-request-id": "ad0cc834-22f7-4708-9a37-31f8886c0e56", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141858Z:ad0cc834-22f7-4708-9a37-31f8886c0e56", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac", - "name": "47df7791-3412-443b-9450-79faa1e38fac", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f", + "name": "f1b5e0bd-93ed-4165-899c-febfec47708f", "status": "Deleting", - "startTime": "2022-10-20T21:46:06.152625Z", + "startTime": "2022-10-22T14:16:26.853015Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2471,7 +2595,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2485,7 +2609,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:48:04 GMT", + "Date": "Sat, 22 Oct 2022 14:19:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2493,16 +2617,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b478080-e7b3-483e-a651-5d4789b714ea", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214805Z:2b478080-e7b3-483e-a651-5d4789b714ea", + "x-ms-correlation-request-id": "37975fe0-3761-46de-baa8-f4bad695a6cd", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141928Z:37975fe0-3761-46de-baa8-f4bad695a6cd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac", - "name": "47df7791-3412-443b-9450-79faa1e38fac", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f", + "name": "f1b5e0bd-93ed-4165-899c-febfec47708f", "status": "Deleting", - "startTime": "2022-10-20T21:46:06.152625Z", + "startTime": "2022-10-22T14:16:26.853015Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2511,7 +2635,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2525,7 +2649,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:48:35 GMT", + "Date": "Sat, 22 Oct 2022 14:19:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2533,17 +2657,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "34a970cc-d0e3-4ba5-a34d-9f2673a939c7", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214835Z:34a970cc-d0e3-4ba5-a34d-9f2673a939c7", + "x-ms-correlation-request-id": "9ca84675-b5c9-49f5-b7c8-4077a0273a92", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141959Z:9ca84675-b5c9-49f5-b7c8-4077a0273a92", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac", - "name": "47df7791-3412-443b-9450-79faa1e38fac", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f", + "name": "f1b5e0bd-93ed-4165-899c-febfec47708f", "status": "Succeeded", - "startTime": "2022-10-20T21:46:06.152625Z", - "endTime": "2022-10-20T21:48:32.5677086Z", + "startTime": "2022-10-22T14:16:26.853015Z", + "endTime": "2022-10-22T14:19:46.60627Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" @@ -2551,7 +2675,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47df7791-3412-443b-9450-79faa1e38fac?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2565,7 +2689,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:48:35 GMT", + "Date": "Sat, 22 Oct 2022 14:19:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2573,19 +2697,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89929bf6-e301-4f9f-a5c1-c3ab745539e9", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T214835Z:89929bf6-e301-4f9f-a5c1-c3ab745539e9", + "x-ms-correlation-request-id": "07f45262-abfb-43a6-aa8a-21c60ce26d51", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141959Z:07f45262-abfb-43a6-aa8a-21c60ce26d51", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8676340d", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A48%3A23.6836284Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A19%3A37.0087908Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:45:31.3644113Z" + "CreatedOnDate": "2022-10-22T14:15:54.9937818Z" }, "properties": { "dataProtection": { @@ -2593,7 +2717,7 @@ "snapshotPolicyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1" } }, - "fileSystemId": "e5fde1c7-cd0a-4702-8e81-0c4952a75256", + "fileSystemId": "307fab13-a9a6-2f02-ef2b-527f0692f51b", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-8676340d", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2624,19 +2748,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4a20e382", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_633c2e1b", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", - "poolId": "1b6cba4c-a8c6-1621-7e37-f52979dfc636", + "poolId": "8e7061df-21a6-d492-130f-d81c2aff0181", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "e5fde1c7-cd0a-4702-8e81-0c4952a75256", - "fileSystemId": "e5fde1c7-cd0a-4702-8e81-0c4952a75256", + "mountTargetId": "307fab13-a9a6-2f02-ef2b-527f0692f51b", + "fileSystemId": "307fab13-a9a6-2f02-ef2b-527f0692f51b", "startIp": "", "endIp": "", "gateway": "", @@ -2668,10 +2792,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:41:21.1498563Z", + "createdAt": "2022-10-22T14:10:43.6036068Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:45:31.5462869Z" + "lastModifiedAt": "2022-10-22T14:15:55.1746747Z" } } }, @@ -2690,14 +2814,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:51:59 GMT", + "Date": "Sat, 22 Oct 2022 14:23:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "98908d79-58c8-4ef1-88ea-48c20c1f684d", + "x-ms-correlation-request-id": "154631f1-7f8b-45d6-b7aa-3b60afcf5fc9", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T215200Z:98908d79-58c8-4ef1-88ea-48c20c1f684d" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T142322Z:154631f1-7f8b-45d6-b7aa-3b60afcf5fc9" }, "ResponseBody": { "error": { @@ -2719,25 +2843,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/251a72d2-794a-4fd6-8f4d-5e1e8a9c8d2d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8e3ff3d-d506-46db-86a5-183f4528971c?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 21:52:02 GMT", + "Date": "Sat, 22 Oct 2022 14:23:24 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/251a72d2-794a-4fd6-8f4d-5e1e8a9c8d2d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8e3ff3d-d506-46db-86a5-183f4528971c?api-version=2022-05-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": "3d0eacd2-cd15-4974-a7ff-b5c04249e91b", + "x-ms-correlation-request-id": "1d610713-b243-4c5a-aa91-afbce0f27c63", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T215203Z:3d0eacd2-cd15-4974-a7ff-b5c04249e91b", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T142325Z:1d610713-b243-4c5a-aa91-afbce0f27c63", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/251a72d2-794a-4fd6-8f4d-5e1e8a9c8d2d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8e3ff3d-d506-46db-86a5-183f4528971c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2751,7 +2875,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:52:02 GMT", + "Date": "Sat, 22 Oct 2022 14:23:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2759,17 +2883,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7a60bb9-3a31-4dfd-bd50-5d10fd2d62b7", + "x-ms-correlation-request-id": "6c23e5ac-a3f1-4cc8-a5e5-dbf9c4abd3aa", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T215203Z:e7a60bb9-3a31-4dfd-bd50-5d10fd2d62b7", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T142325Z:6c23e5ac-a3f1-4cc8-a5e5-dbf9c4abd3aa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/251a72d2-794a-4fd6-8f4d-5e1e8a9c8d2d", - "name": "251a72d2-794a-4fd6-8f4d-5e1e8a9c8d2d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8e3ff3d-d506-46db-86a5-183f4528971c", + "name": "a8e3ff3d-d506-46db-86a5-183f4528971c", "status": "Succeeded", - "startTime": "2022-10-20T21:52:03.4192744Z", - "endTime": "2022-10-20T21:52:03.4505166Z", + "startTime": "2022-10-22T14:23:24.9112822Z", + "endTime": "2022-10-22T14:23:24.9424703Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1" @@ -2777,7 +2901,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/251a72d2-794a-4fd6-8f4d-5e1e8a9c8d2d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8e3ff3d-d506-46db-86a5-183f4528971c?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2791,7 +2915,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:52:03 GMT", + "Date": "Sat, 22 Oct 2022 14:23:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2799,19 +2923,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d428fcc-9a60-40f7-aabf-1543711e8d91", + "x-ms-correlation-request-id": "b23309d5-4571-40c0-b807-08123b0d8a11", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T215204Z:4d428fcc-9a60-40f7-aabf-1543711e8d91", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T142325Z:b23309d5-4571-40c0-b807-08123b0d8a11", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A52%3A03.3928047Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A23%3A24.8981544Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:45:28.8673921Z" + "CreatedOnDate": "2022-10-22T14:15:52.2846746Z" }, "properties": { "enabled": false, @@ -2827,10 +2951,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:45:29.8416356Z", + "createdAt": "2022-10-22T14:15:53.2839888Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:45:29.8416356Z" + "lastModifiedAt": "2022-10-22T14:15:53.2839888Z" } } }, @@ -2849,15 +2973,15 @@ "Cache-Control": "no-cache", "Content-Length": "303", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:52:08 GMT", + "Date": "Sat, 22 Oct 2022 14:23: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": "0ed7ba31-9324-4354-a7a8-2baf471dc65c", + "x-ms-correlation-request-id": "6399214e-da82-41fe-b75c-b751431d57c7", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T215209Z:0ed7ba31-9324-4354-a7a8-2baf471dc65c", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T142330Z:6399214e-da82-41fe-b75c-b751431d57c7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2880,25 +3004,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e8991e1-39c1-4c31-94bc-c2eceb29b1d9?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33ba07de-4961-406c-a69c-9c1c2643b1e1?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 21:52:20 GMT", + "Date": "Sat, 22 Oct 2022 14:23:41 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e8991e1-39c1-4c31-94bc-c2eceb29b1d9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33ba07de-4961-406c-a69c-9c1c2643b1e1?api-version=2022-05-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": "57ce79a1-1a0a-42fe-a70d-8c340b13f1cf", + "x-ms-correlation-request-id": "26bc4a16-6b5c-41e2-adb5-99c69204b96c", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T215220Z:57ce79a1-1a0a-42fe-a70d-8c340b13f1cf", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T142341Z:26bc4a16-6b5c-41e2-adb5-99c69204b96c", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e8991e1-39c1-4c31-94bc-c2eceb29b1d9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33ba07de-4961-406c-a69c-9c1c2643b1e1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2912,7 +3036,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:52:20 GMT", + "Date": "Sat, 22 Oct 2022 14:23:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2920,16 +3044,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "427b6417-d5c8-42d1-a702-8f2e5bcfe1a0", + "x-ms-correlation-request-id": "016fc0c3-625b-488d-a351-843eb95ff479", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T215220Z:427b6417-d5c8-42d1-a702-8f2e5bcfe1a0", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T142341Z:016fc0c3-625b-488d-a351-843eb95ff479", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e8991e1-39c1-4c31-94bc-c2eceb29b1d9", - "name": "8e8991e1-39c1-4c31-94bc-c2eceb29b1d9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33ba07de-4961-406c-a69c-9c1c2643b1e1", + "name": "33ba07de-4961-406c-a69c-9c1c2643b1e1", "status": "Deleting", - "startTime": "2022-10-20T21:52:20.0385644Z", + "startTime": "2022-10-22T14:23:41.5806419Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2938,7 +3062,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e8991e1-39c1-4c31-94bc-c2eceb29b1d9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33ba07de-4961-406c-a69c-9c1c2643b1e1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2952,7 +3076,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:52:50 GMT", + "Date": "Sat, 22 Oct 2022 14:24:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2960,17 +3084,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fdc1b658-50f1-4f22-b005-36efdc22cb0d", + "x-ms-correlation-request-id": "d0eb850f-3444-4d26-9840-5f0fc0ed8393", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T215250Z:fdc1b658-50f1-4f22-b005-36efdc22cb0d", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T142412Z:d0eb850f-3444-4d26-9840-5f0fc0ed8393", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e8991e1-39c1-4c31-94bc-c2eceb29b1d9", - "name": "8e8991e1-39c1-4c31-94bc-c2eceb29b1d9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33ba07de-4961-406c-a69c-9c1c2643b1e1", + "name": "33ba07de-4961-406c-a69c-9c1c2643b1e1", "status": "Succeeded", - "startTime": "2022-10-20T21:52:20.0385644Z", - "endTime": "2022-10-20T21:52:20.8822802Z", + "startTime": "2022-10-22T14:23:41.5806419Z", + "endTime": "2022-10-22T14:23:42.5807764Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1" @@ -2978,7 +3102,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e8991e1-39c1-4c31-94bc-c2eceb29b1d9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33ba07de-4961-406c-a69c-9c1c2643b1e1?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2992,7 +3116,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:52:50 GMT", + "Date": "Sat, 22 Oct 2022 14:24:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3000,22 +3124,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6a803edc-2143-4ca1-a854-e0f740523bec", + "x-ms-correlation-request-id": "ce1341b0-4ee8-4d75-929d-ef844489c523", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T215250Z:6a803edc-2143-4ca1-a854-e0f740523bec", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T142412Z:ce1341b0-4ee8-4d75-929d-ef844489c523", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A52%3A20.0388003Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A23%3A41.5805997Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:41:17.1654972Z" + "CreatedOnDate": "2022-10-22T14:10:39.3188676Z" }, "properties": { - "poolId": "1b6cba4c-a8c6-1621-7e37-f52979dfc636", + "poolId": "8e7061df-21a6-d492-130f-d81c2aff0181", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1", @@ -3029,10 +3153,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:41:18.1319954Z", + "createdAt": "2022-10-22T14:10:40.3504842Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:41:18.1319954Z" + "lastModifiedAt": "2022-10-22T14:10:40.3504842Z" } } }, @@ -3050,14 +3174,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 21:53:00 GMT", + "Date": "Sat, 22 Oct 2022 14:24:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aa4fdbef-8531-4e08-9b04-e4df41ff8c25", + "x-ms-correlation-request-id": "5f9764af-85c6-4e10-9b95-49f56e6c4ca2", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T215301Z:aa4fdbef-8531-4e08-9b04-e4df41ff8c25" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T142422Z:5f9764af-85c6-4e10-9b95-49f56e6c4ca2" }, "ResponseBody": null }, @@ -3075,14 +3199,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 21:53:11 GMT", + "Date": "Sat, 22 Oct 2022 14:24:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c6c52fd-1293-4ec3-babc-2fe8995a236c", + "x-ms-correlation-request-id": "e1e470a1-5a3f-495e-b832-24bdbbd42d86", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T215311Z:2c6c52fd-1293-4ec3-babc-2fe8995a236c" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T142433Z:e1e470a1-5a3f-495e-b832-24bdbbd42d86" }, "ResponseBody": null }, @@ -3100,14 +3224,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 21:53:21 GMT", + "Date": "Sat, 22 Oct 2022 14:24:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "58344423-f280-4d8d-aa6a-2f268581390a", + "x-ms-correlation-request-id": "ecfbb88a-38c2-4f39-9d79-25333e2d0f15", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T215321Z:58344423-f280-4d8d-aa6a-2f268581390a" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T142443Z:ecfbb88a-38c2-4f39-9d79-25333e2d0f15" }, "ResponseBody": null }, @@ -3125,14 +3249,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 21:53:31 GMT", + "Date": "Sat, 22 Oct 2022 14:24:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d60b5e3e-f153-4cbe-8ed4-85e2fe190981", + "x-ms-correlation-request-id": "f344355f-a529-47a3-85f7-54daf62fb6f5", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T215332Z:d60b5e3e-f153-4cbe-8ed4-85e2fe190981" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T142453Z:f344355f-a529-47a3-85f7-54daf62fb6f5" }, "ResponseBody": null }, @@ -3151,14 +3275,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:53:41 GMT", + "Date": "Sat, 22 Oct 2022 14:25:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3cc16d9f-f66d-433f-a65f-0090eb55d45a", + "x-ms-correlation-request-id": "b5939b43-f89d-4dfc-bf94-08ebf6a22c59", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T215342Z:3cc16d9f-f66d-433f-a65f-0090eb55d45a" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T142503Z:b5939b43-f89d-4dfc-bf94-08ebf6a22c59" }, "ResponseBody": { "error": { @@ -3180,25 +3304,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c37cf48c-629e-4236-a772-a24051a5e215?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ace62276-da18-4892-9fe4-304dfcebd496?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 21:54:33 GMT", + "Date": "Sat, 22 Oct 2022 14:25:54 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c37cf48c-629e-4236-a772-a24051a5e215?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ace62276-da18-4892-9fe4-304dfcebd496?api-version=2022-05-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": "770d5ab2-1148-443f-b8a9-f5191ae1e010", + "x-ms-correlation-request-id": "bf85c0b3-a266-4124-8424-72eef4120636", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T215433Z:770d5ab2-1148-443f-b8a9-f5191ae1e010", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T142555Z:bf85c0b3-a266-4124-8424-72eef4120636", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c37cf48c-629e-4236-a772-a24051a5e215?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ace62276-da18-4892-9fe4-304dfcebd496?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3212,7 +3336,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:54:34 GMT", + "Date": "Sat, 22 Oct 2022 14:25:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3220,17 +3344,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "72a6c49b-2048-4231-a4f7-d42078900d2c", + "x-ms-correlation-request-id": "2d852914-b770-491e-a487-32e6c4dd83be", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T215434Z:72a6c49b-2048-4231-a4f7-d42078900d2c", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T142555Z:2d852914-b770-491e-a487-32e6c4dd83be", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c37cf48c-629e-4236-a772-a24051a5e215", - "name": "c37cf48c-629e-4236-a772-a24051a5e215", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ace62276-da18-4892-9fe4-304dfcebd496", + "name": "ace62276-da18-4892-9fe4-304dfcebd496", "status": "Succeeded", - "startTime": "2022-10-20T21:54:33.7422919Z", - "endTime": "2022-10-20T21:54:33.7891398Z", + "startTime": "2022-10-22T14:25:55.4731963Z", + "endTime": "2022-10-22T14:25:55.59819Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d" @@ -3238,7 +3362,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c37cf48c-629e-4236-a772-a24051a5e215?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ace62276-da18-4892-9fe4-304dfcebd496?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3252,7 +3376,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:54:34 GMT", + "Date": "Sat, 22 Oct 2022 14:25:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3260,19 +3384,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2c49b32-2e98-40a8-b4ad-2f4418793904", + "x-ms-correlation-request-id": "ca9a63f6-31e0-49ff-8db2-bb0ec37c4a72", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T215434Z:d2c49b32-2e98-40a8-b4ad-2f4418793904", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T142556Z:ca9a63f6-31e0-49ff-8db2-bb0ec37c4a72", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d", "name": "sdk-py-tests-acc-1-8676340d", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A54%3A33.7327131Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A25%3A55.4729596Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:45:25.6439768Z" + "CreatedOnDate": "2022-10-22T14:15:49.1902216Z" }, "properties": { "encryption": { @@ -3284,10 +3408,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:41:14.3646014Z", + "createdAt": "2022-10-22T14:10:36.6923623Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:45:25.8089831Z" + "lastModifiedAt": "2022-10-22T14:15:49.3899248Z" } } }, @@ -3306,15 +3430,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:54:34 GMT", + "Date": "Sat, 22 Oct 2022 14:25:55 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": "afc7ca41-8539-4343-8406-afc53b5976cc", + "x-ms-correlation-request-id": "3cb5be65-352d-483a-a588-3ad791bde8db", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T215434Z:afc7ca41-8539-4343-8406-afc53b5976cc", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T142556Z:3cb5be65-352d-483a-a588-3ad791bde8db", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3338,12 +3462,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2b6ee5b9-6067-490f-975f-b19225c23cca?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f7099ed9-8531-42a8-bf2c-41cf2236751f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 21:54:35 GMT", + "Date": "Sat, 22 Oct 2022 14:25:56 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/2b6ee5b9-6067-490f-975f-b19225c23cca?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/f7099ed9-8531-42a8-bf2c-41cf2236751f?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3352,10 +3476,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "93ff0fb6-3c31-4d07-8802-df34e2ee04ad", - "x-ms-correlation-request-id": "f4066fc7-dd2c-487b-885a-035410d917b1", + "x-ms-arm-service-request-id": "cb676368-1630-40d0-a1b2-c4281ed3818a", + "x-ms-correlation-request-id": "2814de35-9878-4626-98c8-63d575d77069", "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T215435Z:f4066fc7-dd2c-487b-885a-035410d917b1" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T142557Z:2814de35-9878-4626-98c8-63d575d77069" }, "ResponseBody": null } 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 e4b801e79b35..24c800140954 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:03:11 GMT", + "Date": "Sat, 22 Oct 2022 14:05:31 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,7 +111,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:03:11 GMT", + "Date": "Sat, 22 Oct 2022 14:05:31 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "b3a68f56-02c4-40f6-8299-7297a6a60312", + "client-request-id": "b2a4bd34-5b59-4c02-a1f8-f78ebaaacc60", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "b3a68f56-02c4-40f6-8299-7297a6a60312", + "client-request-id": "b2a4bd34-5b59-4c02-a1f8-f78ebaaacc60", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:03:11 GMT", + "Date": "Sat, 22 Oct 2022 14:05:31 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e1ca945f-f23b-496a-a772-0d6eefe9a4bf?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a03ef406-8790-4521-9bf4-3b2c070c40e6?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:03:20 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T15%3A03%3A20.0511131Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:05:42 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A05%3A41.9137111Z\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": "b2b0e342-d3e0-4f72-9829-659299de6ec2", + "x-ms-correlation-request-id": "cf77a655-c7b0-4eec-ba22-b72d6383d8d6", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T150321Z:b2b0e342-d3e0-4f72-9829-659299de6ec2", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140543Z:cf77a655-c7b0-4eec-ba22-b72d6383d8d6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295", "name": "sdk-py-tests-acc-1-e2f73295", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T15%3A03%3A20.0511131Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A05%3A41.9137111Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T15:03:16.1506795Z" + "CreatedOnDate": "2022-10-22T14:05:37.9117054Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T15:03:19.0915295Z", + "createdAt": "2022-10-22T14:05:40.9254394Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T15:03:19.0915295Z" + "lastModifiedAt": "2022-10-22T14:05:40.9254394Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e1ca945f-f23b-496a-a772-0d6eefe9a4bf?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a03ef406-8790-4521-9bf4-3b2c070c40e6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:03:20 GMT", + "Date": "Sat, 22 Oct 2022 14:05:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bea4c662-317c-4850-bf2b-1d7d210fa8fb", + "x-ms-correlation-request-id": "b776e70e-385e-4bee-ac4b-5453d0d0ce9e", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T150321Z:bea4c662-317c-4850-bf2b-1d7d210fa8fb", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140543Z:b776e70e-385e-4bee-ac4b-5453d0d0ce9e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e1ca945f-f23b-496a-a772-0d6eefe9a4bf", - "name": "e1ca945f-f23b-496a-a772-0d6eefe9a4bf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a03ef406-8790-4521-9bf4-3b2c070c40e6", + "name": "a03ef406-8790-4521-9bf4-3b2c070c40e6", "status": "Succeeded", - "startTime": "2022-10-20T15:03:20.0446357Z", - "endTime": "2022-10-20T15:03:20.1071278Z", + "startTime": "2022-10-22T14:05:41.9037341Z", + "endTime": "2022-10-22T14:05:41.9505286Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:03:22 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T15%3A03%3A20.1070103Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:05:43 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A05%3A41.9552968Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "18571b44-960b-4912-ae0d-e9a4a24f0aea", + "x-ms-correlation-request-id": "4f291cf0-5c4c-46f9-8690-088c6c9292c6", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T150322Z:18571b44-960b-4912-ae0d-e9a4a24f0aea", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140544Z:4f291cf0-5c4c-46f9-8690-088c6c9292c6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295", "name": "sdk-py-tests-acc-1-e2f73295", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T15%3A03%3A20.1070103Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A05%3A41.9552968Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T15:03:16.1506795Z" + "CreatedOnDate": "2022-10-22T14:05:37.9117054Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T15:03:19.0915295Z", + "createdAt": "2022-10-22T14:05:40.9254394Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T15:03:19.0915295Z" + "lastModifiedAt": "2022-10-22T14:05:40.9254394Z" } } }, @@ -404,30 +404,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/800287fb-e630-46e9-9cd2-1af5acb62f2d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/607ad47a-8d64-43d6-b9f6-0a3f6916b533?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "929", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:03:25 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T15%3A03%3A24.6024731Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:05:46 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A05%3A45.8754204Z\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": "86643cce-592b-4ebe-9364-fc7cda834ade", + "x-ms-correlation-request-id": "38256672-e021-41d5-917e-57235f1c5e43", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T150326Z:86643cce-592b-4ebe-9364-fc7cda834ade", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140547Z:38256672-e021-41d5-917e-57235f1c5e43", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-e2f73295/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-20T15%3A03%3A24.6024731Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A05%3A45.8754204Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T15:03:23.2538441Z" + "CreatedOnDate": "2022-10-22T14:05:44.3900375Z" }, "properties": { "enabled": false, @@ -443,10 +443,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T15:03:24.4540944Z", + "createdAt": "2022-10-22T14:05:45.7249018Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T15:03:24.4540944Z" + "lastModifiedAt": "2022-10-22T14:05:45.7249018Z" } } }, @@ -465,7 +465,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:03:25 GMT", + "Date": "Sat, 22 Oct 2022 14:05:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -473,9 +473,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c51b6454-6149-4653-a83c-9f6596b6e2d7", + "x-ms-correlation-request-id": "655e8bc8-a62b-4b28-88ba-fe4b52a82342", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T150326Z:c51b6454-6149-4653-a83c-9f6596b6e2d7", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140547Z:655e8bc8-a62b-4b28-88ba-fe4b52a82342", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -484,10 +484,10 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-e2f73295/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-20T15%3A03%3A24.6705082Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A05%3A45.9420152Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T15:03:23.2538441Z" + "CreatedOnDate": "2022-10-22T14:05:44.3900375Z" }, "properties": { "enabled": false, @@ -503,10 +503,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T15:03:24.4540944Z", + "createdAt": "2022-10-22T14:05:45.7249018Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T15:03:24.4540944Z" + "lastModifiedAt": "2022-10-22T14:05:45.7249018Z" } } ] @@ -525,25 +525,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/631e2b2c-e917-4a62-b8d7-c7213134aedf?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a92f1b96-5fee-42d4-a3a7-921fa20438b1?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 15:03:26 GMT", + "Date": "Sat, 22 Oct 2022 14:05:47 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/631e2b2c-e917-4a62-b8d7-c7213134aedf?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a92f1b96-5fee-42d4-a3a7-921fa20438b1?api-version=2022-05-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": "52905dac-80ed-40a5-886b-cadcc4221cba", + "x-ms-correlation-request-id": "255e395c-00ab-4c48-950c-153c9c5de02a", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T150327Z:52905dac-80ed-40a5-886b-cadcc4221cba", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140548Z:255e395c-00ab-4c48-950c-153c9c5de02a", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/631e2b2c-e917-4a62-b8d7-c7213134aedf?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a92f1b96-5fee-42d4-a3a7-921fa20438b1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -557,7 +557,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:03:26 GMT", + "Date": "Sat, 22 Oct 2022 14:05:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -565,17 +565,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1bbf0f6-8249-47da-b83b-be50ccca01aa", + "x-ms-correlation-request-id": "dd09a4b2-ac6d-4e6e-b3a7-4d39ac983a4d", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T150327Z:c1bbf0f6-8249-47da-b83b-be50ccca01aa", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140548Z:dd09a4b2-ac6d-4e6e-b3a7-4d39ac983a4d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/631e2b2c-e917-4a62-b8d7-c7213134aedf", - "name": "631e2b2c-e917-4a62-b8d7-c7213134aedf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a92f1b96-5fee-42d4-a3a7-921fa20438b1", + "name": "a92f1b96-5fee-42d4-a3a7-921fa20438b1", "status": "Succeeded", - "startTime": "2022-10-20T15:03:27.2186662Z", - "endTime": "2022-10-20T15:03:27.2655467Z", + "startTime": "2022-10-22T14:05:48.25328Z", + "endTime": "2022-10-22T14:05:48.3314884Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies/sdk-py-tests-snapshot-policy-1" @@ -583,7 +583,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/631e2b2c-e917-4a62-b8d7-c7213134aedf?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a92f1b96-5fee-42d4-a3a7-921fa20438b1?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -597,7 +597,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:03:26 GMT", + "Date": "Sat, 22 Oct 2022 14:05:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -605,19 +605,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "47c4296d-a658-4a0b-89a5-f3e71eab3129", + "x-ms-correlation-request-id": "1d76cf27-094d-4690-adaf-d0f24c697252", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T150327Z:47c4296d-a658-4a0b-89a5-f3e71eab3129", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140548Z:1d76cf27-094d-4690-adaf-d0f24c697252", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-e2f73295/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-20T15%3A03%3A27.2061172Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A05%3A48.2377006Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T15:03:23.2538441Z" + "CreatedOnDate": "2022-10-22T14:05:44.3900375Z" }, "properties": { "enabled": false, @@ -633,10 +633,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T15:03:24.4540944Z", + "createdAt": "2022-10-22T14:05:45.7249018Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T15:03:24.4540944Z" + "lastModifiedAt": "2022-10-22T14:05:45.7249018Z" } } }, @@ -655,15 +655,15 @@ "Cache-Control": "no-cache", "Content-Length": "303", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:03:33 GMT", + "Date": "Sat, 22 Oct 2022 14:05:53 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": "81ca653e-e0a5-4732-88b8-ab7b530618b5", + "x-ms-correlation-request-id": "eb9f6b90-2340-477e-b751-1c0bdb054d84", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T150333Z:81ca653e-e0a5-4732-88b8-ab7b530618b5", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140554Z:eb9f6b90-2340-477e-b751-1c0bdb054d84", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -688,7 +688,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:03:33 GMT", + "Date": "Sat, 22 Oct 2022 14:05:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -696,9 +696,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "17fc155d-dda6-4ba5-ad7f-06a0a03db446", + "x-ms-correlation-request-id": "aeec947b-5d1b-4375-96e7-1310bdf6f6fa", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T150333Z:17fc155d-dda6-4ba5-ad7f-06a0a03db446", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140554Z:aeec947b-5d1b-4375-96e7-1310bdf6f6fa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -718,25 +718,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/82050f73-a57a-410f-ae3a-fb2de7dee63c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57509167-00ac-49c3-8eaa-9036e279786c?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 15:04:24 GMT", + "Date": "Sat, 22 Oct 2022 14:06:46 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/82050f73-a57a-410f-ae3a-fb2de7dee63c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57509167-00ac-49c3-8eaa-9036e279786c?api-version=2022-05-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": "963a97cf-17fc-46c7-aed7-be50db6ed6c8", + "x-ms-correlation-request-id": "33e0b2e1-ae55-4838-90a9-4f35589bf4ff", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T150425Z:963a97cf-17fc-46c7-aed7-be50db6ed6c8", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140646Z:33e0b2e1-ae55-4838-90a9-4f35589bf4ff", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/82050f73-a57a-410f-ae3a-fb2de7dee63c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57509167-00ac-49c3-8eaa-9036e279786c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -750,7 +750,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:04:24 GMT", + "Date": "Sat, 22 Oct 2022 14:06:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -758,17 +758,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6eb6723a-449c-4c3b-ae01-4b3e7e7d5615", + "x-ms-correlation-request-id": "06a8eeea-1ded-4730-a5bf-b026f92dc709", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T150425Z:6eb6723a-449c-4c3b-ae01-4b3e7e7d5615", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140646Z:06a8eeea-1ded-4730-a5bf-b026f92dc709", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/82050f73-a57a-410f-ae3a-fb2de7dee63c", - "name": "82050f73-a57a-410f-ae3a-fb2de7dee63c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57509167-00ac-49c3-8eaa-9036e279786c", + "name": "57509167-00ac-49c3-8eaa-9036e279786c", "status": "Succeeded", - "startTime": "2022-10-20T15:04:25.1071483Z", - "endTime": "2022-10-20T15:04:25.1541418Z", + "startTime": "2022-10-22T14:06:46.2265907Z", + "endTime": "2022-10-22T14:06:46.2734928Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295" @@ -776,7 +776,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/82050f73-a57a-410f-ae3a-fb2de7dee63c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57509167-00ac-49c3-8eaa-9036e279786c?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -790,7 +790,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:04:25 GMT", + "Date": "Sat, 22 Oct 2022 14:06:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -798,19 +798,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6981df36-31c0-4c72-8426-9efd64f62e0a", + "x-ms-correlation-request-id": "2e6720cb-7634-4480-b65d-b459b88b95ec", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T150425Z:6981df36-31c0-4c72-8426-9efd64f62e0a", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140646Z:2e6720cb-7634-4480-b65d-b459b88b95ec", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295", "name": "sdk-py-tests-acc-1-e2f73295", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T15%3A04%3A25.1042561Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A06%3A46.1745361Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T15:03:16.1506795Z" + "CreatedOnDate": "2022-10-22T14:05:37.9117054Z" }, "properties": { "encryption": { @@ -821,10 +821,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T15:03:19.0915295Z", + "createdAt": "2022-10-22T14:05:40.9254394Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T15:03:19.0915295Z" + "lastModifiedAt": "2022-10-22T14:05:40.9254394Z" } } }, @@ -843,15 +843,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:04:25 GMT", + "Date": "Sat, 22 Oct 2022 14:06: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": "2cfa1b0d-b84d-4e12-92b9-321b7d40bba5", + "x-ms-correlation-request-id": "f1cea9c7-713d-4064-9e60-40e10e798aac", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T150426Z:2cfa1b0d-b84d-4e12-92b9-321b7d40bba5", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140647Z:f1cea9c7-713d-4064-9e60-40e10e798aac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 b6d993f6aeb3..1c1fa31bfe74 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:35:31 GMT", + "Date": "Sat, 22 Oct 2022 14:08:08 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.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:35:31 GMT", + "Date": "Sat, 22 Oct 2022 14:08:08 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.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13845.10 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "549da12b-f811-4b9f-a859-de3f7fbb1058", + "client-request-id": "d0b20093-7e64-4560-b2bb-547b59987614", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "549da12b-f811-4b9f-a859-de3f7fbb1058", + "client-request-id": "d0b20093-7e64-4560-b2bb-547b59987614", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:35:31 GMT", + "Date": "Sat, 22 Oct 2022 14:08:08 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c3a9153-0841-4563-853c-7091424630a4?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78aa24ed-69da-426d-b51a-0e1a0367dc14?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:35:41 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T21%3A35%3A40.1988139Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:08:14 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A08%3A12.9098964Z\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": "8a989125-5b0d-4777-b41d-e0f8b1db2292", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213541Z:8a989125-5b0d-4777-b41d-e0f8b1db2292", + "x-ms-correlation-request-id": "5e428bb4-334f-444f-8612-d2de30e8a790", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140814Z:5e428bb4-334f-444f-8612-d2de30e8a790", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9", "name": "sdk-py-tests-acc-1-7ffd31c9", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A35%3A40.1988139Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A08%3A12.9098964Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:35:35.7820199Z" + "CreatedOnDate": "2022-10-22T14:08:10.8203742Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:35:39.2864073Z", + "createdAt": "2022-10-22T14:08:12.7127236Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:35:39.2864073Z" + "lastModifiedAt": "2022-10-22T14:08:12.7127236Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c3a9153-0841-4563-853c-7091424630a4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78aa24ed-69da-426d-b51a-0e1a0367dc14?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:35:41 GMT", + "Date": "Sat, 22 Oct 2022 14:08:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd2fb0cb-f562-46a9-9612-460befc4c8fc", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213542Z:bd2fb0cb-f562-46a9-9612-460befc4c8fc", + "x-ms-correlation-request-id": "3f30ad57-f009-4c55-90bc-f8f6a16cb9c3", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140814Z:3f30ad57-f009-4c55-90bc-f8f6a16cb9c3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c3a9153-0841-4563-853c-7091424630a4", - "name": "2c3a9153-0841-4563-853c-7091424630a4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78aa24ed-69da-426d-b51a-0e1a0367dc14", + "name": "78aa24ed-69da-426d-b51a-0e1a0367dc14", "status": "Succeeded", - "startTime": "2022-10-20T21:35:40.1833366Z", - "endTime": "2022-10-20T21:35:40.230411Z", + "startTime": "2022-10-22T14:08:12.9043972Z", + "endTime": "2022-10-22T14:08:12.9669013Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:35:42 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T21%3A35%3A40.2307573Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:08:14 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A08%3A12.9708729Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d24db8e-fcb8-4b25-a7b5-65f68cf1bc84", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213542Z:3d24db8e-fcb8-4b25-a7b5-65f68cf1bc84", + "x-ms-correlation-request-id": "cf2b6317-7ddc-4f4b-af02-ca003b19ff41", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140815Z:cf2b6317-7ddc-4f4b-af02-ca003b19ff41", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9", "name": "sdk-py-tests-acc-1-7ffd31c9", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A35%3A40.2307573Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A08%3A12.9708729Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:35:35.7820199Z" + "CreatedOnDate": "2022-10-22T14:08:10.8203742Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:35:39.2864073Z", + "createdAt": "2022-10-22T14:08:12.7127236Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:35:39.2864073Z" + "lastModifiedAt": "2022-10-22T14:08:12.7127236Z" } } }, @@ -404,30 +404,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10a97203-8a4d-4469-b3c6-b70fbc6bbc8a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4eb2a394-b331-4685-b9a6-77eb91867c58?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "929", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:35:45 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T21%3A35%3A44.3504164Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:08:18 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A08%3A16.8526311Z\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": "7d86ac0c-9ca5-4558-9afd-43005bcf7ac4", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213545Z:7d86ac0c-9ca5-4558-9afd-43005bcf7ac4", + "x-ms-correlation-request-id": "bb9845be-d976-41f0-afd8-bb1fcedf67b6", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140818Z:bb9845be-d976-41f0-afd8-bb1fcedf67b6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-7ffd31c9/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A35%3A44.3504164Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A08%3A16.8526311Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:35:42.9195034Z" + "CreatedOnDate": "2022-10-22T14:08:15.5019286Z" }, "properties": { "enabled": false, @@ -443,10 +443,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:35:44.1958565Z", + "createdAt": "2022-10-22T14:08:16.6670028Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:35:44.1958565Z" + "lastModifiedAt": "2022-10-22T14:08:16.6670028Z" } } }, @@ -465,8 +465,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:35:45 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T21%3A35%3A44.4024483Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:08:18 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A08%3A16.8846338Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -474,19 +474,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b29d37e0-9773-4f02-b353-665da7d88fda", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213545Z:b29d37e0-9773-4f02-b353-665da7d88fda", + "x-ms-correlation-request-id": "fcec93ce-8b22-452b-a902-80ac905608b3", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140818Z:fcec93ce-8b22-452b-a902-80ac905608b3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-7ffd31c9/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A35%3A44.4024483Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A08%3A16.8846338Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:35:42.9195034Z" + "CreatedOnDate": "2022-10-22T14:08:15.5019286Z" }, "properties": { "enabled": false, @@ -502,10 +502,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:35:44.1958565Z", + "createdAt": "2022-10-22T14:08:16.6670028Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:35:44.1958565Z" + "lastModifiedAt": "2022-10-22T14:08:16.6670028Z" } } }, @@ -522,25 +522,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/781b1b28-4795-403e-8b9c-326bdcf30fa5?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78301cea-465c-4ac6-9ff7-ab78c3cf7b63?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 21:35:46 GMT", + "Date": "Sat, 22 Oct 2022 14:08:19 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/781b1b28-4795-403e-8b9c-326bdcf30fa5?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78301cea-465c-4ac6-9ff7-ab78c3cf7b63?api-version=2022-05-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": "e0b07a92-a354-45af-8ded-800261255e03", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213546Z:e0b07a92-a354-45af-8ded-800261255e03", + "x-ms-correlation-request-id": "655cfe15-b69f-45f9-bca7-e8b96e727767", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140819Z:655cfe15-b69f-45f9-bca7-e8b96e727767", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/781b1b28-4795-403e-8b9c-326bdcf30fa5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78301cea-465c-4ac6-9ff7-ab78c3cf7b63?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -554,7 +554,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:35:46 GMT", + "Date": "Sat, 22 Oct 2022 14:08:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -562,17 +562,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1489ada4-bb76-45d3-87ac-a0d4f28e30c1", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213546Z:1489ada4-bb76-45d3-87ac-a0d4f28e30c1", + "x-ms-correlation-request-id": "d215907c-d90a-4fb6-b62e-ba23aac37483", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140819Z:d215907c-d90a-4fb6-b62e-ba23aac37483", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/781b1b28-4795-403e-8b9c-326bdcf30fa5", - "name": "781b1b28-4795-403e-8b9c-326bdcf30fa5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78301cea-465c-4ac6-9ff7-ab78c3cf7b63", + "name": "78301cea-465c-4ac6-9ff7-ab78c3cf7b63", "status": "Succeeded", - "startTime": "2022-10-20T21:35:46.3245312Z", - "endTime": "2022-10-20T21:35:46.371402Z", + "startTime": "2022-10-22T14:08:19.4276806Z", + "endTime": "2022-10-22T14:08:19.4432723Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1" @@ -580,7 +580,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/781b1b28-4795-403e-8b9c-326bdcf30fa5?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78301cea-465c-4ac6-9ff7-ab78c3cf7b63?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -594,7 +594,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:35:46 GMT", + "Date": "Sat, 22 Oct 2022 14:08:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -602,19 +602,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "882e541c-d9fa-4385-99f7-4377f6ba7468", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213546Z:882e541c-d9fa-4385-99f7-4377f6ba7468", + "x-ms-correlation-request-id": "b5a33c92-af99-4494-bd9a-f725b432a9ba", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140820Z:b5a33c92-af99-4494-bd9a-f725b432a9ba", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-7ffd31c9/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A35%3A46.3183867Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A08%3A19.4091896Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:35:42.9195034Z" + "CreatedOnDate": "2022-10-22T14:08:15.5019286Z" }, "properties": { "enabled": false, @@ -630,10 +630,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:35:44.1958565Z", + "createdAt": "2022-10-22T14:08:16.6670028Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:35:44.1958565Z" + "lastModifiedAt": "2022-10-22T14:08:16.6670028Z" } } }, @@ -652,15 +652,15 @@ "Cache-Control": "no-cache", "Content-Length": "303", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:35:52 GMT", + "Date": "Sat, 22 Oct 2022 14:08: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": "9d603c05-c739-4ada-90f9-5e99355b8dd2", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213552Z:9d603c05-c739-4ada-90f9-5e99355b8dd2", + "x-ms-correlation-request-id": "8684ea31-d6bd-422d-936a-e9ff63c06903", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140825Z:8684ea31-d6bd-422d-936a-e9ff63c06903", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -683,25 +683,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/408d9f01-e896-4ce2-8da3-adb8e5f97a3c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a9a556ca-3d36-41ba-b358-6eea565cad06?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 21:36:43 GMT", + "Date": "Sat, 22 Oct 2022 14:09:16 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/408d9f01-e896-4ce2-8da3-adb8e5f97a3c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a9a556ca-3d36-41ba-b358-6eea565cad06?api-version=2022-05-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": "93e01849-556e-4d6c-a28a-dcec8a6bf41d", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213643Z:93e01849-556e-4d6c-a28a-dcec8a6bf41d", + "x-ms-correlation-request-id": "72510d14-b1bf-4621-bad2-075e5923330c", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140916Z:72510d14-b1bf-4621-bad2-075e5923330c", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/408d9f01-e896-4ce2-8da3-adb8e5f97a3c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a9a556ca-3d36-41ba-b358-6eea565cad06?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -715,7 +715,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:36:43 GMT", + "Date": "Sat, 22 Oct 2022 14:09:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -723,17 +723,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f4118a8c-ab0a-4f57-b6ea-f75fd879c8e6", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213643Z:f4118a8c-ab0a-4f57-b6ea-f75fd879c8e6", + "x-ms-correlation-request-id": "14e21cf6-59fa-43b5-b542-41fccd8f2299", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140917Z:14e21cf6-59fa-43b5-b542-41fccd8f2299", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/408d9f01-e896-4ce2-8da3-adb8e5f97a3c", - "name": "408d9f01-e896-4ce2-8da3-adb8e5f97a3c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a9a556ca-3d36-41ba-b358-6eea565cad06", + "name": "a9a556ca-3d36-41ba-b358-6eea565cad06", "status": "Succeeded", - "startTime": "2022-10-20T21:36:43.6200007Z", - "endTime": "2022-10-20T21:36:43.6668827Z", + "startTime": "2022-10-22T14:09:16.84362Z", + "endTime": "2022-10-22T14:09:16.921753Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9" @@ -741,7 +741,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/408d9f01-e896-4ce2-8da3-adb8e5f97a3c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a9a556ca-3d36-41ba-b358-6eea565cad06?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -755,7 +755,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:36:43 GMT", + "Date": "Sat, 22 Oct 2022 14:09:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -763,19 +763,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef6a71dd-6d2a-4660-a65f-67ef0711fd41", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213644Z:ef6a71dd-6d2a-4660-a65f-67ef0711fd41", + "x-ms-correlation-request-id": "caa4edcc-68a2-4fff-93e8-0fb619461bfc", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140917Z:caa4edcc-68a2-4fff-93e8-0fb619461bfc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9", "name": "sdk-py-tests-acc-1-7ffd31c9", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A36%3A43.6086042Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A09%3A16.843339Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:35:35.7820199Z" + "CreatedOnDate": "2022-10-22T14:08:10.8203742Z" }, "properties": { "encryption": { @@ -786,10 +786,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:35:39.2864073Z", + "createdAt": "2022-10-22T14:08:12.7127236Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:35:39.2864073Z" + "lastModifiedAt": "2022-10-22T14:08:12.7127236Z" } } }, @@ -808,15 +808,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:36:44 GMT", + "Date": "Sat, 22 Oct 2022 14:09:17 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": "ef6fcdc6-c2c0-497a-b47e-92edfee76bd7", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213644Z:ef6fcdc6-c2c0-497a-b47e-92edfee76bd7", + "x-ms-correlation-request-id": "3c45bfe0-8115-4275-af77-da7ce287e92a", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140917Z:3c45bfe0-8115-4275-af77-da7ce287e92a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 5763bff85b5f..6468abef854a 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:20:01 GMT", + "Date": "Sat, 22 Oct 2022 14:06:47 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.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:20:01 GMT", + "Date": "Sat, 22 Oct 2022 14:06:47 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.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "47ed5626-8728-48d8-8a69-ba1e12223fb7", + "client-request-id": "3704b91f-e406-48fe-8d94-14916f9b32e2", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "47ed5626-8728-48d8-8a69-ba1e12223fb7", + "client-request-id": "3704b91f-e406-48fe-8d94-14916f9b32e2", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:20:01 GMT", + "Date": "Sat, 22 Oct 2022 14:06:47 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44403c22-f722-4839-880a-2303bd0714c1?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ff083545-010f-4e10-a133-9e69631dd3c8?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:20:12 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T15%3A20%3A10.9811485Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:06:52 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A06%3A51.4839814Z\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": "da01a556-df7b-4435-9c2c-c2e87191182e", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T152012Z:da01a556-df7b-4435-9c2c-c2e87191182e", + "x-ms-correlation-request-id": "37c2947c-738a-48ac-bc16-00b17f6bb7a3", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140653Z:37c2947c-738a-48ac-bc16-00b17f6bb7a3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3", "name": "sdk-py-tests-acc-1-88d22fd3", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T15%3A20%3A10.9811485Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A06%3A51.4839814Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T15:20:07.0213444Z" + "CreatedOnDate": "2022-10-22T14:06:49.2673738Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T15:20:10.0202458Z", + "createdAt": "2022-10-22T14:06:51.2957519Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T15:20:10.0202458Z" + "lastModifiedAt": "2022-10-22T14:06:51.2957519Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44403c22-f722-4839-880a-2303bd0714c1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ff083545-010f-4e10-a133-9e69631dd3c8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:20:12 GMT", + "Date": "Sat, 22 Oct 2022 14:06:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "db2f38d5-171a-409c-af8b-afc0f95190d1", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T152012Z:db2f38d5-171a-409c-af8b-afc0f95190d1", + "x-ms-correlation-request-id": "fba4fcea-69ba-4dd2-bed3-b159c14661b6", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140653Z:fba4fcea-69ba-4dd2-bed3-b159c14661b6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44403c22-f722-4839-880a-2303bd0714c1", - "name": "44403c22-f722-4839-880a-2303bd0714c1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ff083545-010f-4e10-a133-9e69631dd3c8", + "name": "ff083545-010f-4e10-a133-9e69631dd3c8", "status": "Succeeded", - "startTime": "2022-10-20T15:20:10.9849841Z", - "endTime": "2022-10-20T15:20:11.0162452Z", + "startTime": "2022-10-22T14:06:51.4865765Z", + "endTime": "2022-10-22T14:06:51.5333926Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:20:13 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T15%3A20%3A11.0136619Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:06:53 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A06%3A51.539465Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ed42418-8a35-49e3-8203-23f68e4f6acf", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T152013Z:7ed42418-8a35-49e3-8203-23f68e4f6acf", + "x-ms-correlation-request-id": "4031de7b-ff75-47cc-9392-873d6394545f", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140653Z:4031de7b-ff75-47cc-9392-873d6394545f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3", "name": "sdk-py-tests-acc-1-88d22fd3", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T15%3A20%3A11.0136619Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A06%3A51.539465Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T15:20:07.0213444Z" + "CreatedOnDate": "2022-10-22T14:06:49.2673738Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T15:20:10.0202458Z", + "createdAt": "2022-10-22T14:06:51.2957519Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T15:20:10.0202458Z" + "lastModifiedAt": "2022-10-22T14:06:51.2957519Z" } } }, @@ -404,30 +404,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5e8cee97-06ef-41c7-aaf8-88ad1edc963e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da43d98-5565-42f0-92de-347df4145470?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "927", + "Content-Length": "929", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:20:15 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T15%3A20%3A14.7789721Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:06:56 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A06%3A55.3248011Z\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": "6c69edf9-a3cd-4b8d-8289-c8484533d96a", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T152016Z:6c69edf9-a3cd-4b8d-8289-c8484533d96a", + "x-ms-correlation-request-id": "065f9a9e-4324-4052-972e-e23cf06dc88c", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140656Z:065f9a9e-4324-4052-972e-e23cf06dc88c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-88d22fd3/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-20T15%3A20%3A14.7789721Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A06%3A55.3248011Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T15:20:13.4834455Z" + "CreatedOnDate": "2022-10-22T14:06:53.9992870Z" }, "properties": { "enabled": false, @@ -443,10 +443,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T15:20:14.601731Z", + "createdAt": "2022-10-22T14:06:55.1574152Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T15:20:14.601731Z" + "lastModifiedAt": "2022-10-22T14:06:55.1574152Z" } } }, @@ -476,30 +476,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a98aa0b5-3020-4e49-99a5-93d3b4dd3597?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1370dfb8-f038-4bf6-986e-e1f03a8daa1f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "929", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:20:18 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T15%3A20%3A17.6223425Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:06:58 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A06%3A58.0592479Z\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": "448523ff-76c1-4406-bbed-e248888e69bc", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T152018Z:448523ff-76c1-4406-bbed-e248888e69bc", + "x-ms-correlation-request-id": "5c95d026-8672-43b5-948d-46abedc1f01a", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140658Z:5c95d026-8672-43b5-948d-46abedc1f01a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-2", "name": "sdk-py-tests-acc-1-88d22fd3/sdk-py-tests-snapshot-policy-2", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-20T15%3A20%3A17.6223425Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A06%3A58.0592479Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T15:20:16.3323279Z" + "CreatedOnDate": "2022-10-22T14:06:56.8922907Z" }, "properties": { "enabled": false, @@ -515,10 +515,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T15:20:17.4311684Z", + "createdAt": "2022-10-22T14:06:57.9087893Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T15:20:17.4311684Z" + "lastModifiedAt": "2022-10-22T14:06:57.9087893Z" } } }, @@ -537,7 +537,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:20:18 GMT", + "Date": "Sat, 22 Oct 2022 14:06:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -545,9 +545,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3750ff58-8aa9-44ab-bc2d-e57902abd05d", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T152019Z:3750ff58-8aa9-44ab-bc2d-e57902abd05d", + "x-ms-correlation-request-id": "e84b42e8-291c-4950-8606-fb830be026ee", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140659Z:e84b42e8-291c-4950-8606-fb830be026ee", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -556,10 +556,10 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-88d22fd3/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-20T15%3A20%3A14.8105925Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A06%3A55.3592792Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T15:20:13.4834455Z" + "CreatedOnDate": "2022-10-22T14:06:53.9992870Z" }, "properties": { "enabled": false, @@ -575,20 +575,20 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T15:20:14.601731Z", + "createdAt": "2022-10-22T14:06:55.1574152Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T15:20:14.601731Z" + "lastModifiedAt": "2022-10-22T14:06:55.1574152Z" } }, { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-2", "name": "sdk-py-tests-acc-1-88d22fd3/sdk-py-tests-snapshot-policy-2", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-20T15%3A20%3A17.6680344Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A06%3A58.1117043Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T15:20:16.3323279Z" + "CreatedOnDate": "2022-10-22T14:06:56.8922907Z" }, "properties": { "enabled": false, @@ -604,10 +604,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T15:20:17.4311684Z", + "createdAt": "2022-10-22T14:06:57.9087893Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T15:20:17.4311684Z" + "lastModifiedAt": "2022-10-22T14:06:57.9087893Z" } } ] @@ -626,25 +626,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4763b688-a5e0-4ba2-97d7-64587c3b964f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1cb8ece-4d98-4035-b099-e05340ba5ca7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 15:20:19 GMT", + "Date": "Sat, 22 Oct 2022 14:06:59 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4763b688-a5e0-4ba2-97d7-64587c3b964f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1cb8ece-4d98-4035-b099-e05340ba5ca7?api-version=2022-05-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": "7e6316aa-7f71-4042-ad72-34e9da84b5ca", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T152019Z:7e6316aa-7f71-4042-ad72-34e9da84b5ca", + "x-ms-correlation-request-id": "d3065c87-690b-4b20-99d5-8e1b75e1bb29", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140700Z:d3065c87-690b-4b20-99d5-8e1b75e1bb29", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4763b688-a5e0-4ba2-97d7-64587c3b964f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1cb8ece-4d98-4035-b099-e05340ba5ca7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -658,7 +658,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:20:19 GMT", + "Date": "Sat, 22 Oct 2022 14:07:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -666,17 +666,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2001737b-95c8-4d2d-b922-517447b506d3", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T152020Z:2001737b-95c8-4d2d-b922-517447b506d3", + "x-ms-correlation-request-id": "e6cc17c1-b0dc-4249-8335-206726fa6fac", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140700Z:e6cc17c1-b0dc-4249-8335-206726fa6fac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4763b688-a5e0-4ba2-97d7-64587c3b964f", - "name": "4763b688-a5e0-4ba2-97d7-64587c3b964f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1cb8ece-4d98-4035-b099-e05340ba5ca7", + "name": "a1cb8ece-4d98-4035-b099-e05340ba5ca7", "status": "Succeeded", - "startTime": "2022-10-20T15:20:19.6865714Z", - "endTime": "2022-10-20T15:20:19.7334408Z", + "startTime": "2022-10-22T14:06:59.9824886Z", + "endTime": "2022-10-22T14:07:00.0463224Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-1" @@ -684,7 +684,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4763b688-a5e0-4ba2-97d7-64587c3b964f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1cb8ece-4d98-4035-b099-e05340ba5ca7?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -698,7 +698,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:20:20 GMT", + "Date": "Sat, 22 Oct 2022 14:07:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -706,19 +706,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d486f15-aa63-483c-bef4-34345f1d504c", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T152020Z:3d486f15-aa63-483c-bef4-34345f1d504c", + "x-ms-correlation-request-id": "0b532b6a-9af6-448d-b410-10543e548c4e", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140700Z:0b532b6a-9af6-448d-b410-10543e548c4e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-88d22fd3/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-20T15%3A20%3A19.6729405Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A06%3A59.9296638Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T15:20:13.4834455Z" + "CreatedOnDate": "2022-10-22T14:06:53.9992870Z" }, "properties": { "enabled": false, @@ -734,10 +734,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T15:20:14.601731Z", + "createdAt": "2022-10-22T14:06:55.1574152Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T15:20:14.601731Z" + "lastModifiedAt": "2022-10-22T14:06:55.1574152Z" } } }, @@ -756,15 +756,15 @@ "Cache-Control": "no-cache", "Content-Length": "303", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:20:25 GMT", + "Date": "Sat, 22 Oct 2022 14:07: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": "5186340c-5e35-42ec-a8a7-93721d5ac75f", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T152025Z:5186340c-5e35-42ec-a8a7-93721d5ac75f", + "x-ms-correlation-request-id": "a65f1750-3939-43e1-8329-e281977cd4b0", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140706Z:a65f1750-3939-43e1-8329-e281977cd4b0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -787,25 +787,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/772c0dcf-4602-4c4e-8d80-63f3c5221bbe?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69a49096-9b1e-43cc-b283-fe125a310ce4?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 15:20:26 GMT", + "Date": "Sat, 22 Oct 2022 14:07:06 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/772c0dcf-4602-4c4e-8d80-63f3c5221bbe?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69a49096-9b1e-43cc-b283-fe125a310ce4?api-version=2022-05-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": "532c6292-85df-40ba-9a3a-d564418c7b47", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T152026Z:532c6292-85df-40ba-9a3a-d564418c7b47", + "x-ms-correlation-request-id": "6afc50ae-07ba-496c-a96f-57b476bfffb1", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140706Z:6afc50ae-07ba-496c-a96f-57b476bfffb1", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/772c0dcf-4602-4c4e-8d80-63f3c5221bbe?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69a49096-9b1e-43cc-b283-fe125a310ce4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -819,7 +819,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:20:26 GMT", + "Date": "Sat, 22 Oct 2022 14:07:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -827,17 +827,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b4e88e0a-3aa4-4a80-b18d-45c70749fb5a", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T152026Z:b4e88e0a-3aa4-4a80-b18d-45c70749fb5a", + "x-ms-correlation-request-id": "6d0ec2a7-3d24-45a5-94ad-b3438dd2950b", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140707Z:6d0ec2a7-3d24-45a5-94ad-b3438dd2950b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/772c0dcf-4602-4c4e-8d80-63f3c5221bbe", - "name": "772c0dcf-4602-4c4e-8d80-63f3c5221bbe", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69a49096-9b1e-43cc-b283-fe125a310ce4", + "name": "69a49096-9b1e-43cc-b283-fe125a310ce4", "status": "Succeeded", - "startTime": "2022-10-20T15:20:26.2977052Z", - "endTime": "2022-10-20T15:20:26.3446259Z", + "startTime": "2022-10-22T14:07:06.6643313Z", + "endTime": "2022-10-22T14:07:06.6955525Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-2" @@ -845,7 +845,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/772c0dcf-4602-4c4e-8d80-63f3c5221bbe?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69a49096-9b1e-43cc-b283-fe125a310ce4?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -859,7 +859,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:20:26 GMT", + "Date": "Sat, 22 Oct 2022 14:07:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -867,19 +867,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea1154f1-b852-47d4-889c-446ae5328411", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T152026Z:ea1154f1-b852-47d4-889c-446ae5328411", + "x-ms-correlation-request-id": "dc8c43ab-ff45-48f4-9344-6186aa314095", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140707Z:dc8c43ab-ff45-48f4-9344-6186aa314095", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-2", "name": "sdk-py-tests-acc-1-88d22fd3/sdk-py-tests-snapshot-policy-2", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-20T15%3A20%3A26.2853321Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A07%3A06.654815Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T15:20:16.3323279Z" + "CreatedOnDate": "2022-10-22T14:06:56.8922907Z" }, "properties": { "enabled": false, @@ -895,10 +895,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T15:20:17.4311684Z", + "createdAt": "2022-10-22T14:06:57.9087893Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T15:20:17.4311684Z" + "lastModifiedAt": "2022-10-22T14:06:57.9087893Z" } } }, @@ -917,15 +917,15 @@ "Cache-Control": "no-cache", "Content-Length": "303", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:20:31 GMT", + "Date": "Sat, 22 Oct 2022 14:07:12 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": "6900afd3-43e3-4604-a96e-45d5f5f8779a", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T152032Z:6900afd3-43e3-4604-a96e-45d5f5f8779a", + "x-ms-correlation-request-id": "e2288643-0196-4bfe-b0e9-21443ebc31d1", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140712Z:e2288643-0196-4bfe-b0e9-21443ebc31d1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -950,7 +950,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:20:32 GMT", + "Date": "Sat, 22 Oct 2022 14:07:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -958,9 +958,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a57290f-1756-4b29-8f20-f0f9f9137f27", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T152032Z:7a57290f-1756-4b29-8f20-f0f9f9137f27", + "x-ms-correlation-request-id": "4a11ed29-f851-49f5-9db0-eebf45e056ba", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140713Z:4a11ed29-f851-49f5-9db0-eebf45e056ba", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -980,25 +980,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50fadf76-dbce-4a95-835e-9c0abbbf4f3c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc59ecc8-a238-4939-9538-cc507db60ea1?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 15:21:24 GMT", + "Date": "Sat, 22 Oct 2022 14:08:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50fadf76-dbce-4a95-835e-9c0abbbf4f3c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc59ecc8-a238-4939-9538-cc507db60ea1?api-version=2022-05-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": "7152c5d8-ef9c-4c3a-9d0e-2234dc8b255c", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T152124Z:7152c5d8-ef9c-4c3a-9d0e-2234dc8b255c", + "x-ms-correlation-request-id": "1be8868d-22c5-4cdf-8592-a826df6e889a", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140807Z:1be8868d-22c5-4cdf-8592-a826df6e889a", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50fadf76-dbce-4a95-835e-9c0abbbf4f3c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc59ecc8-a238-4939-9538-cc507db60ea1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1012,7 +1012,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:21:24 GMT", + "Date": "Sat, 22 Oct 2022 14:08:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1020,17 +1020,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f933531-9b33-4ce1-a5a0-3be103afc140", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T152124Z:9f933531-9b33-4ce1-a5a0-3be103afc140", + "x-ms-correlation-request-id": "77b83dea-addc-4893-9e73-7a80f3b1c49c", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140808Z:77b83dea-addc-4893-9e73-7a80f3b1c49c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50fadf76-dbce-4a95-835e-9c0abbbf4f3c", - "name": "50fadf76-dbce-4a95-835e-9c0abbbf4f3c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc59ecc8-a238-4939-9538-cc507db60ea1", + "name": "cc59ecc8-a238-4939-9538-cc507db60ea1", "status": "Succeeded", - "startTime": "2022-10-20T15:21:24.1204598Z", - "endTime": "2022-10-20T15:21:24.167342Z", + "startTime": "2022-10-22T14:08:07.6914458Z", + "endTime": "2022-10-22T14:08:07.7383407Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3" @@ -1038,7 +1038,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50fadf76-dbce-4a95-835e-9c0abbbf4f3c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc59ecc8-a238-4939-9538-cc507db60ea1?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1052,7 +1052,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:21:24 GMT", + "Date": "Sat, 22 Oct 2022 14:08:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1060,19 +1060,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75146934-396f-4fc0-b4a5-622649159904", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T152124Z:75146934-396f-4fc0-b4a5-622649159904", + "x-ms-correlation-request-id": "9b211c66-f500-44f8-93fd-87dad226ec4f", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140808Z:9b211c66-f500-44f8-93fd-87dad226ec4f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3", "name": "sdk-py-tests-acc-1-88d22fd3", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T15%3A21%3A24.1176333Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A08%3A07.6918929Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T15:20:07.0213444Z" + "CreatedOnDate": "2022-10-22T14:06:49.2673738Z" }, "properties": { "encryption": { @@ -1083,10 +1083,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T15:20:10.0202458Z", + "createdAt": "2022-10-22T14:06:51.2957519Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T15:20:10.0202458Z" + "lastModifiedAt": "2022-10-22T14:06:51.2957519Z" } } }, @@ -1105,15 +1105,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 15:21:25 GMT", + "Date": "Sat, 22 Oct 2022 14:08: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": "af52057f-ea44-4de4-a373-dafff5a0adf4", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T152125Z:af52057f-ea44-4de4-a373-dafff5a0adf4", + "x-ms-correlation-request-id": "c48ad9fd-b7c5-47bf-aac0-fd21293d25d1", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140808Z:c48ad9fd-b7c5-47bf-aac0-fd21293d25d1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 c97042e1958f..b09bf54a1763 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:37:17 GMT", + "Date": "Sat, 22 Oct 2022 14:09:18 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:37:17 GMT", + "Date": "Sat, 22 Oct 2022 14:09:18 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.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13845.10 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "af326097-4058-40b0-afc6-b3596dca2f78", + "client-request-id": "de30896c-8ff2-4765-8bdb-bc62b9a4c491", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "af326097-4058-40b0-afc6-b3596dca2f78", + "client-request-id": "de30896c-8ff2-4765-8bdb-bc62b9a4c491", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:37:17 GMT", + "Date": "Sat, 22 Oct 2022 14:09:18 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78a0ec89-35a7-4140-8c4d-8c19bc699e3d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a26d4fb-2dee-4191-862b-2dea371eb785?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:37:26 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T21%3A37%3A25.8428349Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:09:23 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A09%3A22.0952752Z\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": "d8299eae-1652-4226-a74a-87b2fd5fee95", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213727Z:d8299eae-1652-4226-a74a-87b2fd5fee95", + "x-ms-correlation-request-id": "9a8ff4e7-50de-426b-bb22-263b0a012cb7", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140923Z:9a8ff4e7-50de-426b-bb22-263b0a012cb7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a", "name": "sdk-py-tests-acc-1-e9f2309a", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A37%3A25.8428349Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A09%3A22.0952752Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:37:22.1232395Z" + "CreatedOnDate": "2022-10-22T14:09:20.0071104Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:37:24.8608327Z", + "createdAt": "2022-10-22T14:09:21.8919087Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:37:24.8608327Z" + "lastModifiedAt": "2022-10-22T14:09:21.8919087Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78a0ec89-35a7-4140-8c4d-8c19bc699e3d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a26d4fb-2dee-4191-862b-2dea371eb785?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:37:26 GMT", + "Date": "Sat, 22 Oct 2022 14:09:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e43e112d-fc19-47f5-b29a-5560f576ca4b", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213727Z:e43e112d-fc19-47f5-b29a-5560f576ca4b", + "x-ms-correlation-request-id": "94f9bc61-5f0d-4da8-87e0-b4709fd0b82f", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140923Z:94f9bc61-5f0d-4da8-87e0-b4709fd0b82f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78a0ec89-35a7-4140-8c4d-8c19bc699e3d", - "name": "78a0ec89-35a7-4140-8c4d-8c19bc699e3d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a26d4fb-2dee-4191-862b-2dea371eb785", + "name": "4a26d4fb-2dee-4191-862b-2dea371eb785", "status": "Succeeded", - "startTime": "2022-10-20T21:37:25.8293077Z", - "endTime": "2022-10-20T21:37:25.8761799Z", + "startTime": "2022-10-22T14:09:22.1001184Z", + "endTime": "2022-10-22T14:09:22.1470771Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:37:27 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T21%3A37%3A25.8770843Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:09:23 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A09%3A22.1523035Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "387cbe98-e686-41b9-9679-db8f39d7608c", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213728Z:387cbe98-e686-41b9-9679-db8f39d7608c", + "x-ms-correlation-request-id": "98fb7356-fe6c-42ae-898a-42f218a84cb3", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140924Z:98fb7356-fe6c-42ae-898a-42f218a84cb3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a", "name": "sdk-py-tests-acc-1-e9f2309a", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A37%3A25.8770843Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A09%3A22.1523035Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:37:22.1232395Z" + "CreatedOnDate": "2022-10-22T14:09:20.0071104Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:37:24.8608327Z", + "createdAt": "2022-10-22T14:09:21.8919087Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:37:24.8608327Z" + "lastModifiedAt": "2022-10-22T14:09:21.8919087Z" } } }, @@ -404,30 +404,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/89c307ee-189c-46e9-a1dd-86a1677a4507?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9508de12-d03f-44da-ad15-b5d07e7848e4?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "929", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:37:30 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T21%3A37%3A29.6826213Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:09:26 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A09%3A25.7641375Z\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": "72363cc1-9089-4d18-a6f8-b051dcd11667", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213731Z:72363cc1-9089-4d18-a6f8-b051dcd11667", + "x-ms-correlation-request-id": "249ef80b-8475-4426-a479-329e4e65cfa2", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140927Z:249ef80b-8475-4426-a479-329e4e65cfa2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-e9f2309a/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A37%3A29.6826213Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A09%3A25.7641375Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:37:28.3955094Z" + "CreatedOnDate": "2022-10-22T14:09:24.4461342Z" }, "properties": { "enabled": false, @@ -443,10 +443,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:37:29.5208087Z", + "createdAt": "2022-10-22T14:09:25.6128325Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:37:29.5208087Z" + "lastModifiedAt": "2022-10-22T14:09:25.6128325Z" } } }, @@ -477,31 +477,31 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/817095b6-8358-48f0-8cd1-44f08ee13d2c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/95f962c6-e742-41a9-a8b4-39bfb846d141?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "929", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:37:30 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T21%3A37%3A31.5399288Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 14:09:27 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T14%3A09%3A27.4842542Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/817095b6-8358-48f0-8cd1-44f08ee13d2c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/95f962c6-e742-41a9-a8b4-39bfb846d141?api-version=2022-05-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": "907b1962-59e7-4a86-892e-f398f4984d29", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213731Z:907b1962-59e7-4a86-892e-f398f4984d29", + "x-ms-correlation-request-id": "ec0d8695-310f-4076-ae3e-d7c97b36ed70", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140927Z:ec0d8695-310f-4076-ae3e-d7c97b36ed70", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-e9f2309a/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A37%3A31.5399288Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A09%3A27.4842542Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:37:28.3955094Z" + "CreatedOnDate": "2022-10-22T14:09:24.4461342Z" }, "properties": { "provisioningState": "Patching", @@ -517,15 +517,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:37:29.5208087Z", + "createdAt": "2022-10-22T14:09:25.6128325Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:37:29.5208087Z" + "lastModifiedAt": "2022-10-22T14:09:25.6128325Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/817095b6-8358-48f0-8cd1-44f08ee13d2c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/95f962c6-e742-41a9-a8b4-39bfb846d141?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -539,7 +539,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:37:31 GMT", + "Date": "Sat, 22 Oct 2022 14:09:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -547,17 +547,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9bd40f2-a91c-4f93-9d08-6d1d6d157a7b", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213731Z:a9bd40f2-a91c-4f93-9d08-6d1d6d157a7b", + "x-ms-correlation-request-id": "bffc35dc-2219-4728-8e65-7a604832fd00", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140927Z:bffc35dc-2219-4728-8e65-7a604832fd00", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/817095b6-8358-48f0-8cd1-44f08ee13d2c", - "name": "817095b6-8358-48f0-8cd1-44f08ee13d2c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/95f962c6-e742-41a9-a8b4-39bfb846d141", + "name": "95f962c6-e742-41a9-a8b4-39bfb846d141", "status": "Succeeded", - "startTime": "2022-10-20T21:37:31.5490771Z", - "endTime": "2022-10-20T21:37:31.6428434Z", + "startTime": "2022-10-22T14:09:27.4755513Z", + "endTime": "2022-10-22T14:09:27.6004783Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1" @@ -565,7 +565,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/817095b6-8358-48f0-8cd1-44f08ee13d2c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/95f962c6-e742-41a9-a8b4-39bfb846d141?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -579,7 +579,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:37:31 GMT", + "Date": "Sat, 22 Oct 2022 14:09:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -587,19 +587,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a5fda670-af2a-4af2-bbc7-d42d75aab875", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213732Z:a5fda670-af2a-4af2-bbc7-d42d75aab875", + "x-ms-correlation-request-id": "41d3414f-f66b-4274-9afd-9c1931fd256a", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140928Z:41d3414f-f66b-4274-9afd-9c1931fd256a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-e9f2309a/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A37%3A31.6338766Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A09%3A27.5951909Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:37:31.2379358Z" + "CreatedOnDate": "2022-10-22T14:09:27.1718778Z" }, "properties": { "enabled": false, @@ -619,10 +619,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:37:29.5208087Z", + "createdAt": "2022-10-22T14:09:25.6128325Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:37:31.4121845Z" + "lastModifiedAt": "2022-10-22T14:09:27.3480774Z" } } }, @@ -639,25 +639,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/14fb58bf-79b4-4c7e-be92-85b1bb598a9d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/afd395b1-6536-44b0-82b8-a6cffb32c3a7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 21:37:31 GMT", + "Date": "Sat, 22 Oct 2022 14:09:28 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/14fb58bf-79b4-4c7e-be92-85b1bb598a9d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/afd395b1-6536-44b0-82b8-a6cffb32c3a7?api-version=2022-05-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": "024c4788-9287-45f9-a158-f33a827594c2", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213732Z:024c4788-9287-45f9-a158-f33a827594c2", + "x-ms-correlation-request-id": "ebc8a98f-2794-4f30-98d7-4614eaa56960", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140928Z:ebc8a98f-2794-4f30-98d7-4614eaa56960", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/14fb58bf-79b4-4c7e-be92-85b1bb598a9d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/afd395b1-6536-44b0-82b8-a6cffb32c3a7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -671,7 +671,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:37:32 GMT", + "Date": "Sat, 22 Oct 2022 14:09:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -679,17 +679,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9d58ff00-0a9e-408d-8b0a-ea8168d7f43d", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213733Z:9d58ff00-0a9e-408d-8b0a-ea8168d7f43d", + "x-ms-correlation-request-id": "3c63e743-b7ce-4c21-907e-6d6fffcea5af", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140929Z:3c63e743-b7ce-4c21-907e-6d6fffcea5af", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/14fb58bf-79b4-4c7e-be92-85b1bb598a9d", - "name": "14fb58bf-79b4-4c7e-be92-85b1bb598a9d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/afd395b1-6536-44b0-82b8-a6cffb32c3a7", + "name": "afd395b1-6536-44b0-82b8-a6cffb32c3a7", "status": "Succeeded", - "startTime": "2022-10-20T21:37:32.736697Z", - "endTime": "2022-10-20T21:37:32.7679377Z", + "startTime": "2022-10-22T14:09:28.7100048Z", + "endTime": "2022-10-22T14:09:28.7256207Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1" @@ -697,7 +697,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/14fb58bf-79b4-4c7e-be92-85b1bb598a9d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/afd395b1-6536-44b0-82b8-a6cffb32c3a7?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -711,7 +711,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:37:32 GMT", + "Date": "Sat, 22 Oct 2022 14:09:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -719,19 +719,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4cfa8471-3012-497e-b169-34aba06da4d4", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213733Z:4cfa8471-3012-497e-b169-34aba06da4d4", + "x-ms-correlation-request-id": "323df083-a217-492c-b6af-2c4c408a6938", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140929Z:323df083-a217-492c-b6af-2c4c408a6938", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-e9f2309a/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A37%3A32.7232701Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A09%3A28.6975602Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:37:31.2379358Z" + "CreatedOnDate": "2022-10-22T14:09:27.1718778Z" }, "properties": { "enabled": false, @@ -751,10 +751,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:37:29.5208087Z", + "createdAt": "2022-10-22T14:09:25.6128325Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:37:31.4121845Z" + "lastModifiedAt": "2022-10-22T14:09:27.3480774Z" } } }, @@ -773,15 +773,15 @@ "Cache-Control": "no-cache", "Content-Length": "303", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:37:38 GMT", + "Date": "Sat, 22 Oct 2022 14:09: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": "fafcb6e2-770a-425c-9902-027ea5f5e259", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213738Z:fafcb6e2-770a-425c-9902-027ea5f5e259", + "x-ms-correlation-request-id": "88b11a5f-e01f-4d26-b659-644a8363b20f", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T140934Z:88b11a5f-e01f-4d26-b659-644a8363b20f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -804,25 +804,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb44fd01-47df-4208-8852-69e4baa1e9ca?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb12ed55-534d-4822-a4a2-59c952ea4ab9?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 21:38:29 GMT", + "Date": "Sat, 22 Oct 2022 14:10:25 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb44fd01-47df-4208-8852-69e4baa1e9ca?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb12ed55-534d-4822-a4a2-59c952ea4ab9?api-version=2022-05-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": "be7c9f77-a58f-46bc-ac86-b2234606292c", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213830Z:be7c9f77-a58f-46bc-ac86-b2234606292c", + "x-ms-correlation-request-id": "4dd6df02-fc24-4f56-9404-f7ecb6b467f8", + "x-ms-ratelimit-remaining-subscription-deletes": "14991", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141026Z:4dd6df02-fc24-4f56-9404-f7ecb6b467f8", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb44fd01-47df-4208-8852-69e4baa1e9ca?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb12ed55-534d-4822-a4a2-59c952ea4ab9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -836,7 +836,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:38:30 GMT", + "Date": "Sat, 22 Oct 2022 14:10:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -844,17 +844,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3d49a31-b28f-43c4-bf3a-725d3efea16a", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213830Z:f3d49a31-b28f-43c4-bf3a-725d3efea16a", + "x-ms-correlation-request-id": "a79b7207-69e3-4310-9d0f-bd3c32fe7456", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141026Z:a79b7207-69e3-4310-9d0f-bd3c32fe7456", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb44fd01-47df-4208-8852-69e4baa1e9ca", - "name": "bb44fd01-47df-4208-8852-69e4baa1e9ca", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb12ed55-534d-4822-a4a2-59c952ea4ab9", + "name": "cb12ed55-534d-4822-a4a2-59c952ea4ab9", "status": "Succeeded", - "startTime": "2022-10-20T21:38:29.9772516Z", - "endTime": "2022-10-20T21:38:30.0241614Z", + "startTime": "2022-10-22T14:10:26.0466201Z", + "endTime": "2022-10-22T14:10:26.1091121Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a" @@ -862,7 +862,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb44fd01-47df-4208-8852-69e4baa1e9ca?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb12ed55-534d-4822-a4a2-59c952ea4ab9?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -876,7 +876,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:38:30 GMT", + "Date": "Sat, 22 Oct 2022 14:10:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -884,19 +884,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a2ba0ab-9864-4e10-9c04-315a80b8577c", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213830Z:9a2ba0ab-9864-4e10-9c04-315a80b8577c", + "x-ms-correlation-request-id": "45742a56-efd5-42b4-9040-e0a0197441d6", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141026Z:45742a56-efd5-42b4-9040-e0a0197441d6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a", "name": "sdk-py-tests-acc-1-e9f2309a", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T21%3A38%3A29.968328Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T14%3A10%3A26.0517635Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T21:37:22.1232395Z" + "CreatedOnDate": "2022-10-22T14:09:20.0071104Z" }, "properties": { "encryption": { @@ -907,10 +907,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T21:37:24.8608327Z", + "createdAt": "2022-10-22T14:09:21.8919087Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T21:37:24.8608327Z" + "lastModifiedAt": "2022-10-22T14:09:21.8919087Z" } } }, @@ -929,15 +929,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 21:38:30 GMT", + "Date": "Sat, 22 Oct 2022 14:10: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": "b9dd2cef-5271-4120-8eaf-1878cab93ced", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T213831Z:b9dd2cef-5271-4120-8eaf-1878cab93ced", + "x-ms-correlation-request-id": "dc4e77f8-e157-4132-9bdf-119018368b51", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T141027Z:dc4e77f8-e157-4132-9bdf-119018368b51", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 index 746a0d14b221..678368a66bee 100644 --- 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:11:01 GMT", + "Date": "Sat, 22 Oct 2022 16:15:38 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:11:01 GMT", + "Date": "Sat, 22 Oct 2022 16:15:38 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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "3ce8d0de-2a4d-4c3e-bbeb-a13cb1299e15", + "client-request-id": "2584ebb6-5912-475b-9573-0a99ec0441f0", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "3ce8d0de-2a4d-4c3e-bbeb-a13cb1299e15", + "client-request-id": "2584ebb6-5912-475b-9573-0a99ec0441f0", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:11:01 GMT", + "Date": "Sat, 22 Oct 2022 16:15:38 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7e2cd77a-2ec7-40a8-8271-f671cae63611?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/12807cb1-c844-4ed7-b587-0b0e7502e489?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "748", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:11:11 GMT", + "Date": "Sat, 22 Oct 2022 16:15:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ef961ee6-d920-4875-98fa-f74ab8f7110c", - "x-ms-correlation-request-id": "4efa44cd-24a3-48dd-8182-1f9f50f6c0ca", + "x-ms-arm-service-request-id": "b89d9ed7-eaaa-4775-9146-15a3f70aee00", + "x-ms-correlation-request-id": "092ed53a-c475-4a26-8d68-6500f32fcc39", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091111Z:4efa44cd-24a3-48dd-8182-1f9f50f6c0ca" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T161547Z:092ed53a-c475-4a26-8d68-6500f32fcc39" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-6b727b0", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0", - "etag": "W/\u0022d4b159dc-d45c-46bc-8fcf-ad044922503e\u0022", + "etag": "W/\u00223cc4f8c8-370d-4101-9c42-1b17d128f68a\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T09:11:03.8976190Z" + "CreatedOnDate": "2022-10-22T16:15:41.1660022Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "228066bf-2f06-4e81-ba6c-984da6d0c74a", + "resourceGuid": "8a8bc0fd-44aa-4f0c-b89e-65865b4bfa46", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7e2cd77a-2ec7-40a8-8271-f671cae63611?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/12807cb1-c844-4ed7-b587-0b0e7502e489?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,10 +293,9 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:11:11 GMT", + "Date": "Sat, 22 Oct 2022 16:15:47 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" @@ -305,45 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b7c5a123-c1fa-47be-9eb9-a30ceca2b69b", - "x-ms-correlation-request-id": "10ae2922-0ba6-4bff-8b12-2cf0963d18a1", + "x-ms-arm-service-request-id": "e9497185-edb8-459f-ae6f-e88a21ba49cc", + "x-ms-correlation-request-id": "6ca20b3c-0177-4695-8dfc-a9f021204ba4", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091111Z:10ae2922-0ba6-4bff-8b12-2cf0963d18a1" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7e2cd77a-2ec7-40a8-8271-f671cae63611?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:11:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "58ff6fba-87de-42b4-82a9-7c4392e72df0", - "x-ms-correlation-request-id": "bcd7f80a-009d-41b6-8e59-38d2a30e8024", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091122Z:bcd7f80a-009d-41b6-8e59-38d2a30e8024" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T161547Z:6ca20b3c-0177-4695-8dfc-a9f021204ba4" }, "ResponseBody": { "status": "Succeeded" @@ -364,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:11:22 GMT", - "ETag": "W/\u00226ddce893-f513-4fca-9b54-78c17eae89c0\u0022", + "Date": "Sat, 22 Oct 2022 16:15:47 GMT", + "ETag": "W/\u002236826032-0b9e-409b-a08b-e819825a0039\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -376,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3b16bbcf-b0c6-4060-96be-2a86b5475251", - "x-ms-correlation-request-id": "d5f407c8-a201-4e8c-b7ef-1900647b60c5", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091122Z:d5f407c8-a201-4e8c-b7ef-1900647b60c5" + "x-ms-arm-service-request-id": "df084be2-ae0e-4894-a5da-25cf3a8f962e", + "x-ms-correlation-request-id": "138edacd-0f24-4f0b-9ee8-e9e46d6ef295", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T161548Z:138edacd-0f24-4f0b-9ee8-e9e46d6ef295" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-6b727b0", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0", - "etag": "W/\u00226ddce893-f513-4fca-9b54-78c17eae89c0\u0022", + "etag": "W/\u002236826032-0b9e-409b-a08b-e819825a0039\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T09:11:03.8976190Z" + "CreatedOnDate": "2022-10-22T16:15:41.1660022Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "228066bf-2f06-4e81-ba6c-984da6d0c74a", + "resourceGuid": "8a8bc0fd-44aa-4f0c-b89e-65865b4bfa46", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -431,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ff07c2db-83d7-4915-902f-43359c1873a6?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/07d0349c-7294-4fbb-998b-9e51bcf752ee?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1324", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:11:22 GMT", + "Date": "Sat, 22 Oct 2022 16:15:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -445,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ac69615a-fb5d-48bf-95af-498e71247ba5", - "x-ms-correlation-request-id": "4f54e8fb-6d8b-43b5-98c2-9fec5829f2aa", + "x-ms-arm-service-request-id": "3b3e3927-3dd6-4aa3-8826-8888aef67d73", + "x-ms-correlation-request-id": "56def889-a712-44f7-866a-0aca383439f3", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091123Z:4f54e8fb-6d8b-43b5-98c2-9fec5829f2aa" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T161548Z:56def889-a712-44f7-866a-0aca383439f3" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default", - "etag": "W/\u002277c0aae1-35f1-4584-b3b3-2ae2940c31e2\u0022", + "etag": "W/\u002284848160-9ea9-4ea8-b157-d631e2c40681\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -461,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002277c0aae1-35f1-4584-b3b3-2ae2940c31e2\u0022", + "etag": "W/\u002284848160-9ea9-4ea8-b157-d631e2c40681\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -481,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ff07c2db-83d7-4915-902f-43359c1873a6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/07d0349c-7294-4fbb-998b-9e51bcf752ee?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -495,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:11:22 GMT", + "Date": "Sat, 22 Oct 2022 16:15:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2514969c-0407-48c8-934a-4f6f35b24c69", - "x-ms-correlation-request-id": "ba2c42b0-119f-4801-a291-3386dea62c15", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091123Z:ba2c42b0-119f-4801-a291-3386dea62c15" + "x-ms-arm-service-request-id": "ab98b887-02df-4bec-82eb-2e9fff8c07d1", + "x-ms-correlation-request-id": "d23f39df-591a-436e-be11-7a25431e5d05", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T161549Z:d23f39df-591a-436e-be11-7a25431e5d05" }, "ResponseBody": { "status": "Succeeded" @@ -530,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:11:23 GMT", - "ETag": "W/\u00228fdbfcc5-1fe9-4960-96ab-971b1a8c91aa\u0022", + "Date": "Sat, 22 Oct 2022 16:15:48 GMT", + "ETag": "W/\u0022f61248cc-cc32-4aa9-83fb-01a9fc3d9d59\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -542,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4c5cdd2c-a5aa-4e1b-b7ca-df12e875be37", - "x-ms-correlation-request-id": "dc36587e-3127-4158-a26b-ab7235349921", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091123Z:dc36587e-3127-4158-a26b-ab7235349921" + "x-ms-arm-service-request-id": "c6d0babf-5b55-4ed0-9926-74176ea3e58e", + "x-ms-correlation-request-id": "34bcf6f2-9d55-45d9-b47b-57f49b38595f", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T161549Z:34bcf6f2-9d55-45d9-b47b-57f49b38595f" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default", - "etag": "W/\u00228fdbfcc5-1fe9-4960-96ab-971b1a8c91aa\u0022", + "etag": "W/\u0022f61248cc-cc32-4aa9-83fb-01a9fc3d9d59\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -558,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00228fdbfcc5-1fe9-4960-96ab-971b1a8c91aa\u0022", + "etag": "W/\u0022f61248cc-cc32-4aa9-83fb-01a9fc3d9d59\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -594,12 +558,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:11:23 GMT", + "Date": "Sat, 22 Oct 2022 16:15:49 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -688,12 +652,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:11:23 GMT", + "Date": "Sat, 22 Oct 2022 16:15:49 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.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -749,7 +713,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "23e533e7-cd35-43d8-aa8d-9fa1831c1110", + "client-request-id": "b6ae2223-68c9-433f-8310-459d5536fc54", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -767,10 +731,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "23e533e7-cd35-43d8-aa8d-9fa1831c1110", + "client-request-id": "b6ae2223-68c9-433f-8310-459d5536fc54", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:11:23 GMT", + "Date": "Sat, 22 Oct 2022 16:15:49 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -778,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -805,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9c7a1a96-5549-4761-a7eb-11702d67cee3?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/197b5d25-928f-4fd9-a133-2d0206c5b9aa?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "704", + "Content-Length": "702", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:11:34 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T09%3A11%3A33.1664347Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 16:15:53 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T16%3A15%3A52.7237937Z\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": "0baeb470-43d6-4758-82db-1c3d4e968165", + "x-ms-correlation-request-id": "ffecb69d-8e97-4bb4-85f6-9fe4fb62580d", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091134Z:0baeb470-43d6-4758-82db-1c3d4e968165", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T161554Z:ffecb69d-8e97-4bb4-85f6-9fe4fb62580d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0", "name": "sdk-py-tests-acc-1-6b727b0", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T09%3A11%3A33.1664347Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T16%3A15%3A52.7237937Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T09:11:25.0590641Z" + "CreatedOnDate": "2022-10-22T16:15:50.8851152Z" }, "properties": { "provisioningState": "Creating" @@ -836,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T09:11:32.2090088Z", + "createdAt": "2022-10-22T16:15:51.735529Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T09:11:32.2090088Z" + "lastModifiedAt": "2022-10-22T16:15:51.735529Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9c7a1a96-5549-4761-a7eb-11702d67cee3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/197b5d25-928f-4fd9-a133-2d0206c5b9aa?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -858,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:11:34 GMT", + "Date": "Sat, 22 Oct 2022 16:15:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -866,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "680d542e-2219-49c0-a77e-5efb8a104040", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091134Z:680d542e-2219-49c0-a77e-5efb8a104040", + "x-ms-correlation-request-id": "caba8ff7-a537-46de-b721-7af9b9028a53", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T161554Z:caba8ff7-a537-46de-b721-7af9b9028a53", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9c7a1a96-5549-4761-a7eb-11702d67cee3", - "name": "9c7a1a96-5549-4761-a7eb-11702d67cee3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/197b5d25-928f-4fd9-a133-2d0206c5b9aa", + "name": "197b5d25-928f-4fd9-a133-2d0206c5b9aa", "status": "Succeeded", - "startTime": "2022-10-21T09:11:33.1639113Z", - "endTime": "2022-10-21T09:11:33.2264227Z", + "startTime": "2022-10-22T16:15:52.7241646Z", + "endTime": "2022-10-22T16:15:52.7554195Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0" @@ -898,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:11:34 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T09%3A11%3A33.230779Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 16:15:53 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T16%3A15%3A52.7597174Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -907,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a1f1a7e-9970-443f-95c2-4fe11c32f91c", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091135Z:9a1f1a7e-9970-443f-95c2-4fe11c32f91c", + "x-ms-correlation-request-id": "f21a31e5-be97-41a9-972b-0288a1f75717", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T161554Z:f21a31e5-be97-41a9-972b-0288a1f75717", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0", "name": "sdk-py-tests-acc-1-6b727b0", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T09%3A11%3A33.230779Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T16%3A15%3A52.7597174Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T09:11:25.0590641Z" + "CreatedOnDate": "2022-10-22T16:15:50.8851152Z" }, "properties": { "activeDirectories": [ @@ -948,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T09:11:32.2090088Z", + "createdAt": "2022-10-22T16:15:51.735529Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T09:11:32.2090088Z" + "lastModifiedAt": "2022-10-22T16:15:51.735529Z" } } }, @@ -977,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/53bc9854-e3ce-474e-a3ae-1b60338ed5ff?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e03d1daf-6f23-4377-a69e-c7525870014e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "920", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:11:37 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T09%3A11%3A36.7643697Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 16:15:56 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T16%3A15%3A56.2977614Z\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": "95008ef7-a7fa-4f30-b1a7-c4bf419bfa30", + "x-ms-correlation-request-id": "44a09575-5af6-49c9-a36e-963c3f8605bc", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091138Z:95008ef7-a7fa-4f30-b1a7-c4bf419bfa30", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T161557Z:44a09575-5af6-49c9-a36e-963c3f8605bc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T09%3A11%3A36.7643697Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T16%3A15%3A56.2977614Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T09:11:35.4433120Z" + "CreatedOnDate": "2022-10-22T16:15:55.0657596Z" }, "properties": { "serviceLevel": "Premium", @@ -1014,15 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T09:11:36.5703996Z", + "createdAt": "2022-10-22T16:15:56.0666051Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T09:11:36.5703996Z" + "lastModifiedAt": "2022-10-22T16:15:56.0666051Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/53bc9854-e3ce-474e-a3ae-1b60338ed5ff?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e03d1daf-6f23-4377-a69e-c7525870014e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1036,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:11:37 GMT", + "Date": "Sat, 22 Oct 2022 16:15:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1044,17 +1008,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8650f3e4-b32d-45e3-ba28-e24fdbb08148", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091138Z:8650f3e4-b32d-45e3-ba28-e24fdbb08148", + "x-ms-correlation-request-id": "85845c65-c225-4c9d-94fc-9a9b94549dde", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T161557Z:85845c65-c225-4c9d-94fc-9a9b94549dde", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/53bc9854-e3ce-474e-a3ae-1b60338ed5ff", - "name": "53bc9854-e3ce-474e-a3ae-1b60338ed5ff", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e03d1daf-6f23-4377-a69e-c7525870014e", + "name": "e03d1daf-6f23-4377-a69e-c7525870014e", "status": "Succeeded", - "startTime": "2022-10-21T09:11:36.7552739Z", - "endTime": "2022-10-21T09:11:37.8655581Z", + "startTime": "2022-10-22T16:15:56.2941662Z", + "endTime": "2022-10-22T16:15:57.2351074Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1" @@ -1076,8 +1040,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:11:38 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T09%3A11%3A37.8661247Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 16:15:56 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T16%3A15%3A57.2361586Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1085,22 +1049,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d3fa3cb-d2fb-4ad7-97eb-27ac277a9606", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091138Z:8d3fa3cb-d2fb-4ad7-97eb-27ac277a9606", + "x-ms-correlation-request-id": "6f2abaf8-42ee-4d29-a95c-035d1a08fbc3", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T161557Z:6f2abaf8-42ee-4d29-a95c-035d1a08fbc3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T09%3A11%3A37.8661247Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T16%3A15%3A57.2361586Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T09:11:35.4433120Z" + "CreatedOnDate": "2022-10-22T16:15:55.0657596Z" }, "properties": { - "poolId": "adb26462-fd1d-ccba-6b15-136c4a05ef89", + "poolId": "d739870b-ae11-c7e8-f454-0d5c6444f41d", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1113,10 +1077,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T09:11:36.5703996Z", + "createdAt": "2022-10-22T16:15:56.0666051Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T09:11:36.5703996Z" + "lastModifiedAt": "2022-10-22T16:15:56.0666051Z" } } }, @@ -1160,30 +1124,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1608", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:11:40 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T09%3A11%3A40.4432592Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 16:16:00 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T16%3A15%3A59.5159317Z\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": "cfdf80ae-ef8b-4a16-a04c-69f8a3d351c6", + "x-ms-correlation-request-id": "fa7db88e-5cfd-401c-a4ae-c227358c8014", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091141Z:cfdf80ae-ef8b-4a16-a04c-69f8a3d351c6", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T161600Z:fa7db88e-5cfd-401c-a4ae-c227358c8014", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0", "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-6b727b0", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T09%3A11%3A40.4432592Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T16%3A15%3A59.5159317Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T09:11:39.1651421Z" + "CreatedOnDate": "2022-10-22T16:15:58.2186087Z" }, "properties": { "serviceLevel": "Premium", @@ -1214,15 +1178,55 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T09:11:40.1663036Z", + "createdAt": "2022-10-22T16:15:59.2250607Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T09:11:40.1663036Z" + "lastModifiedAt": "2022-10-22T16:15:59.2250607Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 16:16: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": "9729064d-09f8-411b-8a20-2724f9400d7b", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T161600Z:9729064d-09f8-411b-8a20-2724f9400d7b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846", + "name": "f4fa47e3-95f4-4050-beb2-a11236123846", + "status": "Creating", + "startTime": "2022-10-22T16:15:59.5164917Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1236,7 +1240,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:11:41 GMT", + "Date": "Sat, 22 Oct 2022 16:16:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1244,16 +1248,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0c30adad-18cc-4b93-bfc4-9f3cc952b2ef", + "x-ms-correlation-request-id": "d56479c7-b9ef-4477-84bb-a51ce688728a", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091141Z:0c30adad-18cc-4b93-bfc4-9f3cc952b2ef", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T161630Z:d56479c7-b9ef-4477-84bb-a51ce688728a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", - "name": "1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846", + "name": "f4fa47e3-95f4-4050-beb2-a11236123846", "status": "Creating", - "startTime": "2022-10-21T09:11:40.4490167Z", + "startTime": "2022-10-22T16:15:59.5164917Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1262,7 +1266,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1276,7 +1280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:12:11 GMT", + "Date": "Sat, 22 Oct 2022 16:17:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1284,16 +1288,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e275f0dc-0de4-44b9-bc2d-f00c23198fe7", + "x-ms-correlation-request-id": "ac85384d-8c1b-4b91-89cc-a8d1350f41c1", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091211Z:e275f0dc-0de4-44b9-bc2d-f00c23198fe7", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T161701Z:ac85384d-8c1b-4b91-89cc-a8d1350f41c1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", - "name": "1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846", + "name": "f4fa47e3-95f4-4050-beb2-a11236123846", "status": "Creating", - "startTime": "2022-10-21T09:11:40.4490167Z", + "startTime": "2022-10-22T16:15:59.5164917Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1302,7 +1306,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1316,7 +1320,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:12:42 GMT", + "Date": "Sat, 22 Oct 2022 16:17:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1324,16 +1328,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7be47dab-e42f-4782-b75f-68606c40fed3", + "x-ms-correlation-request-id": "dd1fbb1b-b62b-43ce-b234-dae5b90969c6", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091242Z:7be47dab-e42f-4782-b75f-68606c40fed3", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T161731Z:dd1fbb1b-b62b-43ce-b234-dae5b90969c6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", - "name": "1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846", + "name": "f4fa47e3-95f4-4050-beb2-a11236123846", "status": "Creating", - "startTime": "2022-10-21T09:11:40.4490167Z", + "startTime": "2022-10-22T16:15:59.5164917Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1342,7 +1346,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1356,7 +1360,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:13:11 GMT", + "Date": "Sat, 22 Oct 2022 16:18:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1364,16 +1368,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad94aa14-37e2-4799-880f-0e37acd5af7e", + "x-ms-correlation-request-id": "a1be03b3-7f80-4387-aa00-35b8a231d890", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091312Z:ad94aa14-37e2-4799-880f-0e37acd5af7e", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T161801Z:a1be03b3-7f80-4387-aa00-35b8a231d890", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", - "name": "1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846", + "name": "f4fa47e3-95f4-4050-beb2-a11236123846", "status": "Creating", - "startTime": "2022-10-21T09:11:40.4490167Z", + "startTime": "2022-10-22T16:15:59.5164917Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1382,7 +1386,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1396,7 +1400,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:13:42 GMT", + "Date": "Sat, 22 Oct 2022 16:18:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1404,16 +1408,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85a35e9d-46c9-4f3f-9b11-b8c619bbeef3", + "x-ms-correlation-request-id": "92a9cdbd-35de-4df0-a41e-ace65dfef63f", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091342Z:85a35e9d-46c9-4f3f-9b11-b8c619bbeef3", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T161831Z:92a9cdbd-35de-4df0-a41e-ace65dfef63f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", - "name": "1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846", + "name": "f4fa47e3-95f4-4050-beb2-a11236123846", "status": "Creating", - "startTime": "2022-10-21T09:11:40.4490167Z", + "startTime": "2022-10-22T16:15:59.5164917Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1422,7 +1426,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1436,7 +1440,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:14:12 GMT", + "Date": "Sat, 22 Oct 2022 16:19:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1444,16 +1448,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "84a5e29d-4fd0-42c5-8e79-92e7fb276018", + "x-ms-correlation-request-id": "ed77ceaa-c33a-4406-8317-c9ac122887bb", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091412Z:84a5e29d-4fd0-42c5-8e79-92e7fb276018", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T161902Z:ed77ceaa-c33a-4406-8317-c9ac122887bb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", - "name": "1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846", + "name": "f4fa47e3-95f4-4050-beb2-a11236123846", "status": "Creating", - "startTime": "2022-10-21T09:11:40.4490167Z", + "startTime": "2022-10-22T16:15:59.5164917Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1462,7 +1466,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1476,7 +1480,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:14:43 GMT", + "Date": "Sat, 22 Oct 2022 16:19:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1484,16 +1488,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "047d316a-5b72-4e09-bd25-ed48b7663637", + "x-ms-correlation-request-id": "8bd2892f-abc7-4911-9270-61d0d2eb960b", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091443Z:047d316a-5b72-4e09-bd25-ed48b7663637", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T161932Z:8bd2892f-abc7-4911-9270-61d0d2eb960b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", - "name": "1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846", + "name": "f4fa47e3-95f4-4050-beb2-a11236123846", "status": "Creating", - "startTime": "2022-10-21T09:11:40.4490167Z", + "startTime": "2022-10-22T16:15:59.5164917Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1502,7 +1506,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1516,7 +1520,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:15:12 GMT", + "Date": "Sat, 22 Oct 2022 16:20:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1524,16 +1528,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a3ac6865-50ee-449b-b14c-3ad80a315dea", + "x-ms-correlation-request-id": "26069130-01d5-4361-8d45-f81384a68ea1", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091513Z:a3ac6865-50ee-449b-b14c-3ad80a315dea", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162002Z:26069130-01d5-4361-8d45-f81384a68ea1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", - "name": "1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846", + "name": "f4fa47e3-95f4-4050-beb2-a11236123846", "status": "Creating", - "startTime": "2022-10-21T09:11:40.4490167Z", + "startTime": "2022-10-22T16:15:59.5164917Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1542,7 +1546,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1556,7 +1560,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:15:43 GMT", + "Date": "Sat, 22 Oct 2022 16:20:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1564,16 +1568,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "07e44587-3c34-416b-9a04-88108bb030e2", + "x-ms-correlation-request-id": "3cf0078c-a0ea-41bc-ad51-d2a62ab5c026", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091543Z:07e44587-3c34-416b-9a04-88108bb030e2", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162033Z:3cf0078c-a0ea-41bc-ad51-d2a62ab5c026", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", - "name": "1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846", + "name": "f4fa47e3-95f4-4050-beb2-a11236123846", "status": "Creating", - "startTime": "2022-10-21T09:11:40.4490167Z", + "startTime": "2022-10-22T16:15:59.5164917Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1582,7 +1586,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1596,7 +1600,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:16:13 GMT", + "Date": "Sat, 22 Oct 2022 16:21:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1604,17 +1608,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82644727-cec5-40ec-a16c-98db9d2bfc1a", + "x-ms-correlation-request-id": "74a81fbb-cd81-45fd-ae0b-45a3cdb7372e", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091614Z:82644727-cec5-40ec-a16c-98db9d2bfc1a", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162103Z:74a81fbb-cd81-45fd-ae0b-45a3cdb7372e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", - "name": "1d7285da-ae8d-4dce-9ad6-b6bbe8b68eb6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846", + "name": "f4fa47e3-95f4-4050-beb2-a11236123846", "status": "Succeeded", - "startTime": "2022-10-21T09:11:40.4490167Z", - "endTime": "2022-10-21T09:15:46.4883777Z", + "startTime": "2022-10-22T16:15:59.5164917Z", + "endTime": "2022-10-22T16:20:37.9356509Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" @@ -1636,8 +1640,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:16:13 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T09%3A15%3A46.4348231Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 16:21:04 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T16%3A20%3A37.9367043Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1645,22 +1649,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1d66206d-e9bb-43ef-8a70-906b51935d90", + "x-ms-correlation-request-id": "7045e19d-b653-4318-8491-cccb5469c91e", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091614Z:1d66206d-e9bb-43ef-8a70-906b51935d90", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162104Z:7045e19d-b653-4318-8491-cccb5469c91e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0", "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-6b727b0", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T09%3A15%3A46.4348231Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T16%3A20%3A37.9367043Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T09:11:39.1651421Z" + "CreatedOnDate": "2022-10-22T16:15:58.2186087Z" }, "properties": { - "fileSystemId": "86661fb5-c696-37da-829f-23e81009017f", + "fileSystemId": "3ed5ddf2-685a-521b-06d7-f4f2a33df40c", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-6b727b0", "usageThreshold": 107374182400, @@ -1688,7 +1692,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_3987b494", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_372deb98", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1703,8 +1707,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "86661fb5-c696-37da-829f-23e81009017f", - "fileSystemId": "86661fb5-c696-37da-829f-23e81009017f", + "mountTargetId": "3ed5ddf2-685a-521b-06d7-f4f2a33df40c", + "fileSystemId": "3ed5ddf2-685a-521b-06d7-f4f2a33df40c", "ipAddress": "10.0.0.4" } ], @@ -1724,10 +1728,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T09:11:40.1663036Z", + "createdAt": "2022-10-22T16:15:59.2250607Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T09:11:40.1663036Z" + "lastModifiedAt": "2022-10-22T16:15:59.2250607Z" } } }, @@ -1750,20 +1754,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bfc2794-752c-49a8-95ab-d7c99d942102?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50e5360e-3605-47b8-aea3-34a9aa879935?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "540", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:16:14 GMT", + "Date": "Sat, 22 Oct 2022 16:21:04 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bfc2794-752c-49a8-95ab-d7c99d942102?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50e5360e-3605-47b8-aea3-34a9aa879935?api-version=2022-05-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": "45314c94-7d55-4e70-a5dd-bd63bf581195", + "x-ms-correlation-request-id": "b0195e8d-fb3e-43a5-acca-493f304242e9", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091615Z:45314c94-7d55-4e70-a5dd-bd63bf581195", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162105Z:b0195e8d-fb3e-43a5-acca-493f304242e9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1778,7 +1782,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bfc2794-752c-49a8-95ab-d7c99d942102?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50e5360e-3605-47b8-aea3-34a9aa879935?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1792,7 +1796,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:16:14 GMT", + "Date": "Sat, 22 Oct 2022 16:21:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1800,16 +1804,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fefb2ca4-9d70-4df4-b17d-3677c88b3c2d", + "x-ms-correlation-request-id": "b070f185-614d-42ad-9101-203a2835bdb6", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091615Z:fefb2ca4-9d70-4df4-b17d-3677c88b3c2d", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162105Z:b070f185-614d-42ad-9101-203a2835bdb6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bfc2794-752c-49a8-95ab-d7c99d942102", - "name": "2bfc2794-752c-49a8-95ab-d7c99d942102", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50e5360e-3605-47b8-aea3-34a9aa879935", + "name": "50e5360e-3605-47b8-aea3-34a9aa879935", "status": "Creating", - "startTime": "2022-10-21T09:16:14.9654905Z", + "startTime": "2022-10-22T16:21:05.0411237Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1818,7 +1822,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bfc2794-752c-49a8-95ab-d7c99d942102?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50e5360e-3605-47b8-aea3-34a9aa879935?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1832,7 +1836,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:16:45 GMT", + "Date": "Sat, 22 Oct 2022 16:21:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1840,17 +1844,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e0db594-e6e2-4457-bd6d-554eaf47b34f", + "x-ms-correlation-request-id": "4da3fb5c-0047-4843-808a-8c264097bd0c", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091645Z:4e0db594-e6e2-4457-bd6d-554eaf47b34f", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162135Z:4da3fb5c-0047-4843-808a-8c264097bd0c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bfc2794-752c-49a8-95ab-d7c99d942102", - "name": "2bfc2794-752c-49a8-95ab-d7c99d942102", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50e5360e-3605-47b8-aea3-34a9aa879935", + "name": "50e5360e-3605-47b8-aea3-34a9aa879935", "status": "Succeeded", - "startTime": "2022-10-21T09:16:14.9654905Z", - "endTime": "2022-10-21T09:16:16.7158846Z", + "startTime": "2022-10-22T16:21:05.0411237Z", + "endTime": "2022-10-22T16:21:05.9317512Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1" @@ -1872,7 +1876,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:16:45 GMT", + "Date": "Sat, 22 Oct 2022 16:21:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1880,9 +1884,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31660f6f-a4ef-436b-bcc3-e9a165be6372", + "x-ms-correlation-request-id": "cd4d4313-0670-4081-9c20-95e45197a595", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091646Z:31660f6f-a4ef-436b-bcc3-e9a165be6372", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162136Z:cd4d4313-0670-4081-9c20-95e45197a595", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1914,20 +1918,20 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/208ea936-d962-4d4c-a62d-ecb9fb81fae8?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bbd94fc-71f0-4b89-b5fb-1316e404671e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "545", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:16:46 GMT", + "Date": "Sat, 22 Oct 2022 16:21:37 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/208ea936-d962-4d4c-a62d-ecb9fb81fae8?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bbd94fc-71f0-4b89-b5fb-1316e404671e?api-version=2022-05-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": "bcd49409-6128-48d1-bbef-bfdadf0094c0", + "x-ms-correlation-request-id": "49261084-b97f-4213-b043-c45b4e760607", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091646Z:bcd49409-6128-48d1-bbef-bfdadf0094c0", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162137Z:49261084-b97f-4213-b043-c45b4e760607", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1942,7 +1946,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/208ea936-d962-4d4c-a62d-ecb9fb81fae8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bbd94fc-71f0-4b89-b5fb-1316e404671e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1956,7 +1960,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:16:46 GMT", + "Date": "Sat, 22 Oct 2022 16:21:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1964,16 +1968,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "583c3129-56aa-4599-ae71-857c6398a9f7", + "x-ms-correlation-request-id": "cb5428d4-555d-4e71-8605-7472181a3522", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091647Z:583c3129-56aa-4599-ae71-857c6398a9f7", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162137Z:cb5428d4-555d-4e71-8605-7472181a3522", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/208ea936-d962-4d4c-a62d-ecb9fb81fae8", - "name": "208ea936-d962-4d4c-a62d-ecb9fb81fae8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bbd94fc-71f0-4b89-b5fb-1316e404671e", + "name": "2bbd94fc-71f0-4b89-b5fb-1316e404671e", "status": "Patching", - "startTime": "2022-10-21T09:16:46.7704378Z", + "startTime": "2022-10-22T16:21:37.3749155Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1982,7 +1986,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/208ea936-d962-4d4c-a62d-ecb9fb81fae8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bbd94fc-71f0-4b89-b5fb-1316e404671e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1996,7 +2000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:17:16 GMT", + "Date": "Sat, 22 Oct 2022 16:22:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2004,17 +2008,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "80b5799c-10bf-41d8-9259-f1153ae4ccf8", + "x-ms-correlation-request-id": "0e647048-d90e-46e9-b599-b24bdd07eb01", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091717Z:80b5799c-10bf-41d8-9259-f1153ae4ccf8", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162208Z:0e647048-d90e-46e9-b599-b24bdd07eb01", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/208ea936-d962-4d4c-a62d-ecb9fb81fae8", - "name": "208ea936-d962-4d4c-a62d-ecb9fb81fae8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bbd94fc-71f0-4b89-b5fb-1316e404671e", + "name": "2bbd94fc-71f0-4b89-b5fb-1316e404671e", "status": "Succeeded", - "startTime": "2022-10-21T09:16:46.7704378Z", - "endTime": "2022-10-21T09:16:47.4892479Z", + "startTime": "2022-10-22T16:21:37.3749155Z", + "endTime": "2022-10-22T16:21:38.1081012Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1" @@ -2036,7 +2040,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:17:18 GMT", + "Date": "Sat, 22 Oct 2022 16:22:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2044,9 +2048,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9fb7289-2848-40f4-b3e8-6b1078a871da", + "x-ms-correlation-request-id": "9fc26c57-fa33-422c-aa6f-c2bc4eb4760f", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091719Z:b9fb7289-2848-40f4-b3e8-6b1078a871da", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162209Z:9fc26c57-fa33-422c-aa6f-c2bc4eb4760f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2074,7 +2078,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:17:18 GMT", + "Date": "Sat, 22 Oct 2022 16:22:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2082,9 +2086,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb9e5caf-a0c4-4a46-96d0-bdc302e549f8", + "x-ms-correlation-request-id": "979980a7-a860-42e3-ad18-a97c42479942", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091719Z:eb9e5caf-a0c4-4a46-96d0-bdc302e549f8", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162209Z:979980a7-a860-42e3-ad18-a97c42479942", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2110,25 +2114,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7444d1d4-6deb-4e00-acfb-b08373650f14?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b81786e-4161-43a5-a285-db20eb66cc27?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 09:17:19 GMT", + "Date": "Sat, 22 Oct 2022 16:22:09 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7444d1d4-6deb-4e00-acfb-b08373650f14?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b81786e-4161-43a5-a285-db20eb66cc27?api-version=2022-05-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": "265ed742-6d76-4f2a-b8a8-358d334d9fa5", + "x-ms-correlation-request-id": "776018f7-efa0-47fd-b0bc-91193201d8fc", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091720Z:265ed742-6d76-4f2a-b8a8-358d334d9fa5", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162210Z:776018f7-efa0-47fd-b0bc-91193201d8fc", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7444d1d4-6deb-4e00-acfb-b08373650f14?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b81786e-4161-43a5-a285-db20eb66cc27?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2142,7 +2146,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:17:19 GMT", + "Date": "Sat, 22 Oct 2022 16:22:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2150,16 +2154,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1f9da3ed-b57d-44eb-8083-3ad915b28f0f", + "x-ms-correlation-request-id": "a2b65a88-4d07-47ea-b959-fa1f9c6abc79", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091720Z:1f9da3ed-b57d-44eb-8083-3ad915b28f0f", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162210Z:a2b65a88-4d07-47ea-b959-fa1f9c6abc79", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7444d1d4-6deb-4e00-acfb-b08373650f14", - "name": "7444d1d4-6deb-4e00-acfb-b08373650f14", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b81786e-4161-43a5-a285-db20eb66cc27", + "name": "0b81786e-4161-43a5-a285-db20eb66cc27", "status": "Deleting", - "startTime": "2022-10-21T09:17:20.1291329Z", + "startTime": "2022-10-22T16:22:10.1111563Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2168,7 +2172,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7444d1d4-6deb-4e00-acfb-b08373650f14?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b81786e-4161-43a5-a285-db20eb66cc27?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2182,7 +2186,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:17:50 GMT", + "Date": "Sat, 22 Oct 2022 16:22:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2190,17 +2194,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8102fae8-b2fe-45f0-97a1-9dcb8f89eef5", + "x-ms-correlation-request-id": "5a45cee2-808d-40bf-b407-461c7c52d468", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091750Z:8102fae8-b2fe-45f0-97a1-9dcb8f89eef5", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162240Z:5a45cee2-808d-40bf-b407-461c7c52d468", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7444d1d4-6deb-4e00-acfb-b08373650f14", - "name": "7444d1d4-6deb-4e00-acfb-b08373650f14", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b81786e-4161-43a5-a285-db20eb66cc27", + "name": "0b81786e-4161-43a5-a285-db20eb66cc27", "status": "Succeeded", - "startTime": "2022-10-21T09:17:20.1291329Z", - "endTime": "2022-10-21T09:17:20.5979705Z", + "startTime": "2022-10-22T16:22:10.1111563Z", + "endTime": "2022-10-22T16:22:10.626817Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1" @@ -2222,7 +2226,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:17:51 GMT", + "Date": "Sat, 22 Oct 2022 16:22:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2230,9 +2234,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "34e63b2b-4bde-45ea-a515-760f6b56f0ff", + "x-ms-correlation-request-id": "b4b057d3-de96-4ab9-96f1-c12dc731fd8a", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091752Z:34e63b2b-4bde-45ea-a515-760f6b56f0ff", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162241Z:b4b057d3-de96-4ab9-96f1-c12dc731fd8a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2252,25 +2256,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 09:17:52 GMT", + "Date": "Sat, 22 Oct 2022 16:22:41 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631?api-version=2022-05-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": "105ab627-0436-4543-ad3c-208dbe01a384", + "x-ms-correlation-request-id": "cd4486e7-bd5b-4bf4-acc1-898c88584a61", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091752Z:105ab627-0436-4543-ad3c-208dbe01a384", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162242Z:cd4486e7-bd5b-4bf4-acc1-898c88584a61", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2284,7 +2288,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:17:52 GMT", + "Date": "Sat, 22 Oct 2022 16:22:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2292,16 +2296,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e58602f-200a-4e8b-9b05-f9f3098e2a86", + "x-ms-correlation-request-id": "9cad6811-774f-454b-84fb-4f5b039a4345", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091752Z:3e58602f-200a-4e8b-9b05-f9f3098e2a86", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162242Z:9cad6811-774f-454b-84fb-4f5b039a4345", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb", - "name": "42be0be0-e0c1-4c5f-b1a4-3adbf35315eb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631", + "name": "1da8bb35-56e0-4001-89aa-180ed78a7631", "status": "Deleting", - "startTime": "2022-10-21T09:17:52.5544416Z", + "startTime": "2022-10-22T16:22:41.900206Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2310,7 +2314,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2324,7 +2328,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:18:22 GMT", + "Date": "Sat, 22 Oct 2022 16:23:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2332,16 +2336,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff1266e9-0c85-49a5-9d91-d8eb0c3507a2", + "x-ms-correlation-request-id": "3e8a7d36-f004-47db-9f6a-e62c4639c5a6", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091823Z:ff1266e9-0c85-49a5-9d91-d8eb0c3507a2", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162312Z:3e8a7d36-f004-47db-9f6a-e62c4639c5a6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb", - "name": "42be0be0-e0c1-4c5f-b1a4-3adbf35315eb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631", + "name": "1da8bb35-56e0-4001-89aa-180ed78a7631", "status": "Deleting", - "startTime": "2022-10-21T09:17:52.5544416Z", + "startTime": "2022-10-22T16:22:41.900206Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2350,7 +2354,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2364,7 +2368,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:18:52 GMT", + "Date": "Sat, 22 Oct 2022 16:23:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2372,16 +2376,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "adc5bfe6-6fc0-4253-bf37-23f05237755d", + "x-ms-correlation-request-id": "ee2a1be5-0e87-4d22-aed9-fb6becd3048c", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091853Z:adc5bfe6-6fc0-4253-bf37-23f05237755d", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162342Z:ee2a1be5-0e87-4d22-aed9-fb6becd3048c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb", - "name": "42be0be0-e0c1-4c5f-b1a4-3adbf35315eb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631", + "name": "1da8bb35-56e0-4001-89aa-180ed78a7631", "status": "Deleting", - "startTime": "2022-10-21T09:17:52.5544416Z", + "startTime": "2022-10-22T16:22:41.900206Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2390,7 +2394,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2404,7 +2408,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:19:23 GMT", + "Date": "Sat, 22 Oct 2022 16:24:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2412,16 +2416,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b74eb976-3a96-4502-abdf-fdbecdb15acd", + "x-ms-correlation-request-id": "5c3b5c1e-05bb-4c67-a94b-1f2182f46e26", "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091923Z:b74eb976-3a96-4502-abdf-fdbecdb15acd", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162413Z:5c3b5c1e-05bb-4c67-a94b-1f2182f46e26", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb", - "name": "42be0be0-e0c1-4c5f-b1a4-3adbf35315eb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631", + "name": "1da8bb35-56e0-4001-89aa-180ed78a7631", "status": "Deleting", - "startTime": "2022-10-21T09:17:52.5544416Z", + "startTime": "2022-10-22T16:22:41.900206Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2430,7 +2434,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2444,7 +2448,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:19:53 GMT", + "Date": "Sat, 22 Oct 2022 16:24:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2452,17 +2456,137 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8eb678a5-154b-4c53-9669-979e31eab9d6", + "x-ms-correlation-request-id": "ac284d50-834e-4cc9-9120-068c20d64a56", "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091954Z:8eb678a5-154b-4c53-9669-979e31eab9d6", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162443Z:ac284d50-834e-4cc9-9120-068c20d64a56", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631", + "name": "1da8bb35-56e0-4001-89aa-180ed78a7631", + "status": "Deleting", + "startTime": "2022-10-22T16:22:41.900206Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 16:25: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": "fc02f5c5-2f0e-4532-b8be-81a5a9214b0a", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162513Z:fc02f5c5-2f0e-4532-b8be-81a5a9214b0a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631", + "name": "1da8bb35-56e0-4001-89aa-180ed78a7631", + "status": "Deleting", + "startTime": "2022-10-22T16:22:41.900206Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 16:25: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": "7d99ba31-c61a-4a02-a2bb-b173ad7a4d07", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162543Z:7d99ba31-c61a-4a02-a2bb-b173ad7a4d07", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631", + "name": "1da8bb35-56e0-4001-89aa-180ed78a7631", + "status": "Deleting", + "startTime": "2022-10-22T16:22:41.900206Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 16:26: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": "7c15fd1e-f57c-4277-8ebd-b84f5180ebf0", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162614Z:7c15fd1e-f57c-4277-8ebd-b84f5180ebf0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb", - "name": "42be0be0-e0c1-4c5f-b1a4-3adbf35315eb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631", + "name": "1da8bb35-56e0-4001-89aa-180ed78a7631", "status": "Succeeded", - "startTime": "2022-10-21T09:17:52.5544416Z", - "endTime": "2022-10-21T09:19:38.4173364Z", + "startTime": "2022-10-22T16:22:41.900206Z", + "endTime": "2022-10-22T16:25:52.1936979Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" @@ -2470,7 +2594,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/42be0be0-e0c1-4c5f-b1a4-3adbf35315eb?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2484,7 +2608,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:19:53 GMT", + "Date": "Sat, 22 Oct 2022 16:26:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2492,22 +2616,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a3662b4-f61e-4295-a98a-0caca3605259", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T091954Z:2a3662b4-f61e-4295-a98a-0caca3605259", + "x-ms-correlation-request-id": "770102b6-9726-4832-af48-dce7ce2f106b", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162615Z:770102b6-9726-4832-af48-dce7ce2f106b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0", "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-6b727b0", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T09%3A19%3A29.570093Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T16%3A25%3A47.1607669Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T09:11:39.1651421Z" + "CreatedOnDate": "2022-10-22T16:15:58.2186087Z" }, "properties": { - "fileSystemId": "86661fb5-c696-37da-829f-23e81009017f", + "fileSystemId": "3ed5ddf2-685a-521b-06d7-f4f2a33df40c", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-6b727b0", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2538,19 +2662,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_3987b494", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_372deb98", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0", - "poolId": "adb26462-fd1d-ccba-6b15-136c4a05ef89", + "poolId": "d739870b-ae11-c7e8-f454-0d5c6444f41d", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "86661fb5-c696-37da-829f-23e81009017f", - "fileSystemId": "86661fb5-c696-37da-829f-23e81009017f", + "mountTargetId": "3ed5ddf2-685a-521b-06d7-f4f2a33df40c", + "fileSystemId": "3ed5ddf2-685a-521b-06d7-f4f2a33df40c", "startIp": "", "endIp": "", "gateway": "", @@ -2582,10 +2706,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T09:11:40.1663036Z", + "createdAt": "2022-10-22T16:15:59.2250607Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T09:11:40.1663036Z" + "lastModifiedAt": "2022-10-22T16:15:59.2250607Z" } } }, @@ -2604,14 +2728,14 @@ "Cache-Control": "no-cache", "Content-Length": "322", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:23:18 GMT", + "Date": "Sat, 22 Oct 2022 16:29:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4912ac69-f244-42a8-ac56-544d858c8339", + "x-ms-correlation-request-id": "8951c4d6-7fda-492f-a421-31947d419ad9", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T092318Z:4912ac69-f244-42a8-ac56-544d858c8339" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162937Z:8951c4d6-7fda-492f-a421-31947d419ad9" }, "ResponseBody": { "error": { @@ -2633,25 +2757,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f95fad95-5f50-4e0a-9967-9d78ca1f4586?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69234cb0-6eb4-4625-b2b5-d24e2c90e9a1?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 09:23:30 GMT", + "Date": "Sat, 22 Oct 2022 16:29:49 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f95fad95-5f50-4e0a-9967-9d78ca1f4586?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69234cb0-6eb4-4625-b2b5-d24e2c90e9a1?api-version=2022-05-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": "488a2da9-50c3-463c-bb41-17c6dd980390", + "x-ms-correlation-request-id": "137eb682-4b5f-49a7-91e2-b124312f3b97", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T092331Z:488a2da9-50c3-463c-bb41-17c6dd980390", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162950Z:137eb682-4b5f-49a7-91e2-b124312f3b97", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f95fad95-5f50-4e0a-9967-9d78ca1f4586?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69234cb0-6eb4-4625-b2b5-d24e2c90e9a1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2665,7 +2789,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:23:30 GMT", + "Date": "Sat, 22 Oct 2022 16:29:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2673,16 +2797,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "467e8f8d-33b2-4a31-9a64-04fefc494559", + "x-ms-correlation-request-id": "68e53fa5-27a1-4e8d-a2aa-62ce9f5dd976", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T092331Z:467e8f8d-33b2-4a31-9a64-04fefc494559", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T162950Z:68e53fa5-27a1-4e8d-a2aa-62ce9f5dd976", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f95fad95-5f50-4e0a-9967-9d78ca1f4586", - "name": "f95fad95-5f50-4e0a-9967-9d78ca1f4586", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69234cb0-6eb4-4625-b2b5-d24e2c90e9a1", + "name": "69234cb0-6eb4-4625-b2b5-d24e2c90e9a1", "status": "Deleting", - "startTime": "2022-10-21T09:23:31.037293Z", + "startTime": "2022-10-22T16:29:50.6226716Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2691,7 +2815,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f95fad95-5f50-4e0a-9967-9d78ca1f4586?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69234cb0-6eb4-4625-b2b5-d24e2c90e9a1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2705,7 +2829,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:24:01 GMT", + "Date": "Sat, 22 Oct 2022 16:30:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2713,17 +2837,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bfefe14b-33df-4a3e-a78c-33fbbf612cf0", + "x-ms-correlation-request-id": "1954b1e2-5d6a-4651-8995-8f7d88c412a3", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T092401Z:bfefe14b-33df-4a3e-a78c-33fbbf612cf0", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163021Z:1954b1e2-5d6a-4651-8995-8f7d88c412a3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f95fad95-5f50-4e0a-9967-9d78ca1f4586", - "name": "f95fad95-5f50-4e0a-9967-9d78ca1f4586", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69234cb0-6eb4-4625-b2b5-d24e2c90e9a1", + "name": "69234cb0-6eb4-4625-b2b5-d24e2c90e9a1", "status": "Succeeded", - "startTime": "2022-10-21T09:23:31.037293Z", - "endTime": "2022-10-21T09:23:31.9976921Z", + "startTime": "2022-10-22T16:29:50.6226716Z", + "endTime": "2022-10-22T16:29:51.5808748Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1" @@ -2731,7 +2855,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f95fad95-5f50-4e0a-9967-9d78ca1f4586?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69234cb0-6eb4-4625-b2b5-d24e2c90e9a1?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2745,7 +2869,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:24:01 GMT", + "Date": "Sat, 22 Oct 2022 16:30:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2753,22 +2877,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca0770da-0eb7-40ad-b9d3-2a4cdeccf129", + "x-ms-correlation-request-id": "48e11b7c-d9dd-497e-8219-12e114ca43ac", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T092401Z:ca0770da-0eb7-40ad-b9d3-2a4cdeccf129", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163021Z:48e11b7c-d9dd-497e-8219-12e114ca43ac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T09%3A23%3A31.0328737Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T16%3A29%3A50.6275352Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T09:11:35.4433120Z" + "CreatedOnDate": "2022-10-22T16:15:55.0657596Z" }, "properties": { - "poolId": "adb26462-fd1d-ccba-6b15-136c4a05ef89", + "poolId": "d739870b-ae11-c7e8-f454-0d5c6444f41d", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1", @@ -2782,10 +2906,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T09:11:36.5703996Z", + "createdAt": "2022-10-22T16:15:56.0666051Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T09:11:36.5703996Z" + "lastModifiedAt": "2022-10-22T16:15:56.0666051Z" } } }, @@ -2803,14 +2927,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 09:24:12 GMT", + "Date": "Sat, 22 Oct 2022 16:30:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "636ed2e8-db31-4983-9a39-573d14b9d764", + "x-ms-correlation-request-id": "22df3c1b-ca5b-458f-a731-afca2d0fcd43", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T092412Z:636ed2e8-db31-4983-9a39-573d14b9d764" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163031Z:22df3c1b-ca5b-458f-a731-afca2d0fcd43" }, "ResponseBody": null }, @@ -2828,14 +2952,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 09:24:22 GMT", + "Date": "Sat, 22 Oct 2022 16:30:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b4f6ed2-707a-4ecf-ab64-ef766eccb864", + "x-ms-correlation-request-id": "2029bdd3-1ed1-4401-9582-d12292884386", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T092422Z:5b4f6ed2-707a-4ecf-ab64-ef766eccb864" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163042Z:2029bdd3-1ed1-4401-9582-d12292884386" }, "ResponseBody": null }, @@ -2853,14 +2977,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 09:24:32 GMT", + "Date": "Sat, 22 Oct 2022 16:30:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1df3d6e8-2bbf-4b6f-8df8-33ccbc49947a", + "x-ms-correlation-request-id": "f0840c03-93c0-412a-9bed-d78bb0e10679", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T092432Z:1df3d6e8-2bbf-4b6f-8df8-33ccbc49947a" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163052Z:f0840c03-93c0-412a-9bed-d78bb0e10679" }, "ResponseBody": null }, @@ -2878,14 +3002,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 09:24:42 GMT", + "Date": "Sat, 22 Oct 2022 16:31:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "20a31345-26d5-4b50-a6e1-14dd4b2b65a8", + "x-ms-correlation-request-id": "6675245b-3fd2-436d-b898-83753dd9c118", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T092443Z:20a31345-26d5-4b50-a6e1-14dd4b2b65a8" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163102Z:6675245b-3fd2-436d-b898-83753dd9c118" }, "ResponseBody": null }, @@ -2904,14 +3028,14 @@ "Cache-Control": "no-cache", "Content-Length": "287", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:24:52 GMT", + "Date": "Sat, 22 Oct 2022 16:31:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "49b5292c-a414-468e-87e8-0f354c4fc81d", + "x-ms-correlation-request-id": "fda34c90-fd88-4278-8cf9-6eefb220b025", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T092453Z:49b5292c-a414-468e-87e8-0f354c4fc81d" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163113Z:fda34c90-fd88-4278-8cf9-6eefb220b025" }, "ResponseBody": { "error": { @@ -2933,25 +3057,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37934d16-ade7-4752-9aa7-2d2ab5977556?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/898034e0-4d84-4fc6-bc2b-2b2921cc1f96?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 09:24:54 GMT", + "Date": "Sat, 22 Oct 2022 16:31:13 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37934d16-ade7-4752-9aa7-2d2ab5977556?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/898034e0-4d84-4fc6-bc2b-2b2921cc1f96?api-version=2022-05-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": "16f4ead9-858b-4280-a3ef-b39f3814c427", + "x-ms-correlation-request-id": "3b177295-9b5d-4989-8748-d9a4b6d2880c", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T092454Z:16f4ead9-858b-4280-a3ef-b39f3814c427", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163114Z:3b177295-9b5d-4989-8748-d9a4b6d2880c", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37934d16-ade7-4752-9aa7-2d2ab5977556?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/898034e0-4d84-4fc6-bc2b-2b2921cc1f96?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2965,7 +3089,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:24:54 GMT", + "Date": "Sat, 22 Oct 2022 16:31:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2973,17 +3097,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "420364c5-15a8-4ba3-b317-5b4be093b96f", + "x-ms-correlation-request-id": "c3cbd36e-e87f-473e-aa02-f1ff9c45dd3b", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T092455Z:420364c5-15a8-4ba3-b317-5b4be093b96f", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163114Z:c3cbd36e-e87f-473e-aa02-f1ff9c45dd3b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37934d16-ade7-4752-9aa7-2d2ab5977556", - "name": "37934d16-ade7-4752-9aa7-2d2ab5977556", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/898034e0-4d84-4fc6-bc2b-2b2921cc1f96", + "name": "898034e0-4d84-4fc6-bc2b-2b2921cc1f96", "status": "Succeeded", - "startTime": "2022-10-21T09:24:54.6914162Z", - "endTime": "2022-10-21T09:24:54.7538828Z", + "startTime": "2022-10-22T16:31:14.5244011Z", + "endTime": "2022-10-22T16:31:14.571266Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0" @@ -2991,7 +3115,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37934d16-ade7-4752-9aa7-2d2ab5977556?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/898034e0-4d84-4fc6-bc2b-2b2921cc1f96?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3005,7 +3129,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:24:54 GMT", + "Date": "Sat, 22 Oct 2022 16:31:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3013,19 +3137,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "35910427-9fbe-4879-b0e4-ced6029093c2", + "x-ms-correlation-request-id": "d868a70b-773f-4b67-9a95-55c058a2531c", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T092455Z:35910427-9fbe-4879-b0e4-ced6029093c2", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163115Z:d868a70b-773f-4b67-9a95-55c058a2531c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0", "name": "sdk-py-tests-acc-1-6b727b0", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T09%3A24%3A54.6859897Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T16%3A31%3A14.5105806Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T09:11:25.0590641Z" + "CreatedOnDate": "2022-10-22T16:15:50.8851152Z" }, "properties": { "encryption": { @@ -3036,10 +3160,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T09:11:32.2090088Z", + "createdAt": "2022-10-22T16:15:51.735529Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T09:11:32.2090088Z" + "lastModifiedAt": "2022-10-22T16:15:51.735529Z" } } }, @@ -3058,15 +3182,15 @@ "Cache-Control": "no-cache", "Content-Length": "254", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:24:54 GMT", + "Date": "Sat, 22 Oct 2022 16:31:14 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": "e9ba6bca-801d-44b6-b2f9-16c21aa1a545", + "x-ms-correlation-request-id": "590fcdb5-53e0-423f-acc4-e8c2a0002d93", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T092455Z:e9ba6bca-801d-44b6-b2f9-16c21aa1a545", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163115Z:590fcdb5-53e0-423f-acc4-e8c2a0002d93", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3090,12 +3214,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/fbb7ae0c-4067-48d2-a16b-c8116566cbba?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e75b143e-bb13-4da4-a0d1-bb73d14219c0?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 09:24:55 GMT", + "Date": "Sat, 22 Oct 2022 16:31:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/fbb7ae0c-4067-48d2-a16b-c8116566cbba?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/e75b143e-bb13-4da4-a0d1-bb73d14219c0?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3104,50 +3228,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2911bd2d-4fa1-461b-8f98-2ed7e5e107eb", - "x-ms-correlation-request-id": "54874709-01d3-4c6c-b1a4-89a4bbad3124", + "x-ms-arm-service-request-id": "9d2a1730-2ebf-4bf8-99ba-050d4abdde4e", + "x-ms-correlation-request-id": "585e528b-d943-43a4-8735-93a97d7a8ade", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T092456Z:54874709-01d3-4c6c-b1a4-89a4bbad3124" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163116Z:585e528b-d943-43a4-8735-93a97d7a8ade" }, "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/69a75bda-882e-44d5-8431-63421204132a/providers/Microsoft.Network/locations/westus2/operations/fbb7ae0c-4067-48d2-a16b-c8116566cbba?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSIsImtpZCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTY2NjM0MzE2MSwibmJmIjoxNjY2MzQzMTYxLCJleHAiOjE2NjY0Mjk4NjEsImFpbyI6IkUyWmdZQWo4bDNyR1plN3p6VmVXcEg3ZHNsd3ZHUUE9IiwiYXBwaWQiOiJjNmM0ZmFiYS0yYjIyLTQ0ZDktODBhNC03MWZmNWI3MWY4MTEiLCJhcHBpZGFjciI6IjEiLCJpZHAiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWR0eXAiOiJhcHAiLCJvaWQiOiI3NjgwN2ZiZS1mNzVmLTQ2NzktOGNlZS1kMDViNDU4MjExNjAiLCJyaCI6IjAuQVJvQXY0ajVjdkdHcjBHUnF5MTgwQkhiUjBaSWYza0F1dGRQdWtQYXdmajJNQk1hQUFBLiIsInN1YiI6Ijc2ODA3ZmJlLWY3NWYtNDY3OS04Y2VlLWQwNWI0NTgyMTE2MCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInV0aSI6Ii1Pd25Sd3YyclVTUWhWYlU3bEZ4QUEiLCJ2ZXIiOiIxLjAiLCJ4bXNfY2MiOlsiQ1AxIl0sInhtc190Y2R0IjoxMjg5MjQxNTQ3fQ.RNWYdCD5tmKZPKQs2D2lQI6FZCwBHmAqXIlNX-d-aPbwZVLxoPmgYS6_wBu-QPgobeb7VkmMcIXR_r34SX6Rnt6DIAAc8i3B6iYIz5SmysTw9D2H-Hl4yVb-vZLuQCeQJuWObDw4xSXucnkd5ntfCgu8S7FUdQ5nYJmdgX9Ah5Gx6g5DhjAW-O6L_EAfwp7JigN8_EyQFi5YeKgllmnbku1tLifXrdovFZiJ0mU0wBQpSYDMQYF2NcWYPAHkrRyj8bcPy_-3DauwiRj3YD__ExGJUhRHia9iudGq_qB-_3CYKgugnnAZ96tGElceNsTq0LtYm95uihB2YisUZxqPFg", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)", - "x-ms-client-request-id": "39b31b68-5122-11ed-9234-ac675dc66a69" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 09:24:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "857323f7-6353-4306-b186-6aa5034d8116", - "x-ms-correlation-request-id": "69d4d15f-ccbe-4ea4-b020-b6e5ba5420fd", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "c1390899-cf16-4fae-95f8-b677c0c26fe8", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T092456Z:69d4d15f-ccbe-4ea4-b020-b6e5ba5420fd" - }, - "ResponseBody": { - "status": "Succeeded" - } } ], "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 index c4c29ed27ce8..3235ff278ea0 100644 --- 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:46:23 GMT", + "Date": "Sat, 22 Oct 2022 16:36:53 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.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:46:23 GMT", + "Date": "Sat, 22 Oct 2022 16:36:53 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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "16fc86d2-b1a0-4656-ad9f-923082273fbc", + "client-request-id": "38401987-606b-4097-bb8b-bf61ead6e594", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "16fc86d2-b1a0-4656-ad9f-923082273fbc", + "client-request-id": "38401987-606b-4097-bb8b-bf61ead6e594", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:46:23 GMT", + "Date": "Sat, 22 Oct 2022 16:36:53 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4a8ced06-0cf2-4275-8462-28bc66d72594?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/17c15ad4-87de-48e2-822d-e9e93881f0a6?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:46:30 GMT", + "Date": "Sat, 22 Oct 2022 16:37:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6fb4f569-ee80-454a-891e-e4b71846b91b", - "x-ms-correlation-request-id": "5bed8c65-5461-4dae-a794-2e4a317d71fa", + "x-ms-arm-service-request-id": "3bd332f0-35d2-4aaf-adab-6a608c12fa2e", + "x-ms-correlation-request-id": "312bde9c-0e62-4452-9063-930f7ea1cd98", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104631Z:5bed8c65-5461-4dae-a794-2e4a317d71fa" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163702Z:312bde9c-0e62-4452-9063-930f7ea1cd98" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-8b73262e", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e", - "etag": "W/\u0022ae875868-4e6a-4fa2-9a37-35feeb2ae6aa\u0022", + "etag": "W/\u002234694aa4-26ee-4ad0-8f3a-b3899bbdffd8\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T10:46:26.3273485Z" + "CreatedOnDate": "2022-10-22T16:36:55.0706238Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "5f85a478-fc06-45bb-8134-2fae1c1da79e", + "resourceGuid": "7308d292-e884-4863-8193-9888500193e6", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4a8ced06-0cf2-4275-8462-28bc66d72594?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/17c15ad4-87de-48e2-822d-e9e93881f0a6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,10 +293,9 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:46:31 GMT", + "Date": "Sat, 22 Oct 2022 16:37:02 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" @@ -305,45 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4fb210f5-ae64-4a1b-8617-e127d73fb7a1", - "x-ms-correlation-request-id": "3e7c59e7-1bd2-413a-b7e0-2b481ca83758", + "x-ms-arm-service-request-id": "d02b579d-6cf0-4d8e-bd7f-e88df4700172", + "x-ms-correlation-request-id": "62ef146f-b812-4c95-b14b-0039d2c83eb5", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104631Z:3e7c59e7-1bd2-413a-b7e0-2b481ca83758" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4a8ced06-0cf2-4275-8462-28bc66d72594?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:46:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "45d80585-4709-4a1d-ae46-2ea4a8bfa339", - "x-ms-correlation-request-id": "2d081072-da3b-43fb-9638-994acc40dec6", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104641Z:2d081072-da3b-43fb-9638-994acc40dec6" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163702Z:62ef146f-b812-4c95-b14b-0039d2c83eb5" }, "ResponseBody": { "status": "Succeeded" @@ -364,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:46:41 GMT", - "ETag": "W/\u0022cf7d5748-a284-4d47-b1dd-8a4326b52459\u0022", + "Date": "Sat, 22 Oct 2022 16:37:02 GMT", + "ETag": "W/\u0022e5a511a6-e077-44c5-af30-a029ed2c0e7a\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -376,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "87cae785-13cd-4248-bdf4-390d361e78b4", - "x-ms-correlation-request-id": "83fb517f-1a7b-4d9d-9244-b782e3a44c03", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104642Z:83fb517f-1a7b-4d9d-9244-b782e3a44c03" + "x-ms-arm-service-request-id": "2d78b157-058a-4a91-a432-074a5e89ee3b", + "x-ms-correlation-request-id": "82766fba-b14b-4adc-b54f-d020cad87193", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163702Z:82766fba-b14b-4adc-b54f-d020cad87193" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-8b73262e", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e", - "etag": "W/\u0022cf7d5748-a284-4d47-b1dd-8a4326b52459\u0022", + "etag": "W/\u0022e5a511a6-e077-44c5-af30-a029ed2c0e7a\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T10:46:26.3273485Z" + "CreatedOnDate": "2022-10-22T16:36:55.0706238Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "5f85a478-fc06-45bb-8134-2fae1c1da79e", + "resourceGuid": "7308d292-e884-4863-8193-9888500193e6", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -431,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ef56f819-01e2-4c28-87f7-2f7ff74fd875?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c6a31fa4-82bd-4468-9f2c-d49efa79970a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:46:42 GMT", + "Date": "Sat, 22 Oct 2022 16:37:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -445,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b346ef69-9135-4158-94d0-c4361e0bdddb", - "x-ms-correlation-request-id": "96cdbde6-85d8-42e4-bb30-df13de2139f7", + "x-ms-arm-service-request-id": "18f2f09e-090b-487e-8de4-ae690c30c7e2", + "x-ms-correlation-request-id": "93496695-3975-4752-a669-ea3c2f5252e4", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104642Z:96cdbde6-85d8-42e4-bb30-df13de2139f7" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163703Z:93496695-3975-4752-a669-ea3c2f5252e4" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default", - "etag": "W/\u00223922bdae-598f-4445-b9e2-7f1dbc8c87d2\u0022", + "etag": "W/\u0022a4736e34-43c4-4db0-ad7c-4c9052bca95b\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -461,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00223922bdae-598f-4445-b9e2-7f1dbc8c87d2\u0022", + "etag": "W/\u0022a4736e34-43c4-4db0-ad7c-4c9052bca95b\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -481,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ef56f819-01e2-4c28-87f7-2f7ff74fd875?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c6a31fa4-82bd-4468-9f2c-d49efa79970a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -495,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:46:42 GMT", + "Date": "Sat, 22 Oct 2022 16:37:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5ec871a0-a571-49fe-ae89-6652e0d1c1ed", - "x-ms-correlation-request-id": "a0f027ad-0f8d-437f-9f4c-489202a8a89d", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104643Z:a0f027ad-0f8d-437f-9f4c-489202a8a89d" + "x-ms-arm-service-request-id": "c9828c83-110c-414e-ac48-856cd3659f91", + "x-ms-correlation-request-id": "3346db94-b856-428f-a55c-49ac7b5c00ca", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163703Z:3346db94-b856-428f-a55c-49ac7b5c00ca" }, "ResponseBody": { "status": "Succeeded" @@ -530,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:46:43 GMT", - "ETag": "W/\u0022a687089d-0fff-439b-8ea4-a55f76b52240\u0022", + "Date": "Sat, 22 Oct 2022 16:37:04 GMT", + "ETag": "W/\u002234e38f41-2d51-40b2-ac5e-34c457258be0\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -542,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f4997cee-3f94-4f95-acf7-4ec791367b2b", - "x-ms-correlation-request-id": "cd4e4165-54c7-4abc-a46b-f4d3bbd424b9", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104643Z:cd4e4165-54c7-4abc-a46b-f4d3bbd424b9" + "x-ms-arm-service-request-id": "ab7ef03d-1761-450b-9db6-cba1d54db850", + "x-ms-correlation-request-id": "9f5f9a08-f48b-4f73-a977-9251bf540e9a", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163704Z:9f5f9a08-f48b-4f73-a977-9251bf540e9a" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default", - "etag": "W/\u0022a687089d-0fff-439b-8ea4-a55f76b52240\u0022", + "etag": "W/\u002234e38f41-2d51-40b2-ac5e-34c457258be0\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -558,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022a687089d-0fff-439b-8ea4-a55f76b52240\u0022", + "etag": "W/\u002234e38f41-2d51-40b2-ac5e-34c457258be0\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -594,12 +558,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:46:43 GMT", + "Date": "Sat, 22 Oct 2022 16:37:04 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -688,12 +652,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:46:43 GMT", + "Date": "Sat, 22 Oct 2022 16:37:04 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.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13845.10 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -749,7 +713,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "11fbf6e9-38e2-4cbb-80e2-6002ffc27b69", + "client-request-id": "08a96068-5b9e-44ca-bd92-70cab3de7cb0", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -767,10 +731,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "11fbf6e9-38e2-4cbb-80e2-6002ffc27b69", + "client-request-id": "08a96068-5b9e-44ca-bd92-70cab3de7cb0", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:46:43 GMT", + "Date": "Sat, 22 Oct 2022 16:37:04 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -778,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -805,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8aac881b-1301-4369-88b7-34def756cd48?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4401d54-ee48-44d1-b3b6-a0a3c423ba9f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:46:48 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T10%3A46%3A47.1722193Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 16:37:08 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T16%3A37%3A07.5235582Z\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": "c8e382b6-16b4-4aec-bfd9-1654172ad961", + "x-ms-correlation-request-id": "759c1924-87c4-4d51-b830-21d55568cf8b", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104648Z:c8e382b6-16b4-4aec-bfd9-1654172ad961", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163708Z:759c1924-87c4-4d51-b830-21d55568cf8b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e", "name": "sdk-py-tests-acc-1-8b73262e", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T10%3A46%3A47.1722193Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T16%3A37%3A07.5235582Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T10:46:45.0609906Z" + "CreatedOnDate": "2022-10-22T16:37:05.7043323Z" }, "properties": { "provisioningState": "Creating" @@ -836,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T10:46:46.2119433Z", + "createdAt": "2022-10-22T16:37:06.5599742Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T10:46:46.2119433Z" + "lastModifiedAt": "2022-10-22T16:37:06.5599742Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8aac881b-1301-4369-88b7-34def756cd48?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4401d54-ee48-44d1-b3b6-a0a3c423ba9f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -858,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:46:48 GMT", + "Date": "Sat, 22 Oct 2022 16:37:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -866,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f9db5167-819e-4264-b200-1ffd48998352", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104648Z:f9db5167-819e-4264-b200-1ffd48998352", + "x-ms-correlation-request-id": "3e8b96ea-beb5-4e6e-8524-b258cd7a2717", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163709Z:3e8b96ea-beb5-4e6e-8524-b258cd7a2717", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8aac881b-1301-4369-88b7-34def756cd48", - "name": "8aac881b-1301-4369-88b7-34def756cd48", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4401d54-ee48-44d1-b3b6-a0a3c423ba9f", + "name": "b4401d54-ee48-44d1-b3b6-a0a3c423ba9f", "status": "Succeeded", - "startTime": "2022-10-21T10:46:47.1672074Z", - "endTime": "2022-10-21T10:46:47.214097Z", + "startTime": "2022-10-22T16:37:07.5148466Z", + "endTime": "2022-10-22T16:37:07.5617073Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e" @@ -898,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:46:48 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T10%3A46%3A47.2191337Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 16:37:09 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T16%3A37%3A07.5656679Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -907,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3dc3e79f-a237-47f1-805f-5f39a2cbce46", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104649Z:3dc3e79f-a237-47f1-805f-5f39a2cbce46", + "x-ms-correlation-request-id": "27b1ddbc-763f-4858-836a-a28575383cdf", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163709Z:27b1ddbc-763f-4858-836a-a28575383cdf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e", "name": "sdk-py-tests-acc-1-8b73262e", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T10%3A46%3A47.2191337Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T16%3A37%3A07.5656679Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T10:46:45.0609906Z" + "CreatedOnDate": "2022-10-22T16:37:05.7043323Z" }, "properties": { "activeDirectories": [ @@ -948,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T10:46:46.2119433Z", + "createdAt": "2022-10-22T16:37:06.5599742Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T10:46:46.2119433Z" + "lastModifiedAt": "2022-10-22T16:37:06.5599742Z" } } }, @@ -977,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f893a79-60cc-4e87-9181-4770c1c96493?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1a46bd66-1ab1-43cb-b8cc-1d483decc287?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:46:51 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T10%3A46%3A50.7911297Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 16:37:11 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T16%3A37%3A11.2464121Z\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": "818e3eb7-6a7d-4918-8466-6a81455dbe25", + "x-ms-correlation-request-id": "c6f1865b-f3c9-406b-a434-ecfa83c09c22", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104651Z:818e3eb7-6a7d-4918-8466-6a81455dbe25", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163712Z:c6f1865b-f3c9-406b-a434-ecfa83c09c22", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T10%3A46%3A50.7911297Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T16%3A37%3A11.2464121Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T10:46:49.5816619Z" + "CreatedOnDate": "2022-10-22T16:37:09.8445139Z" }, "properties": { "serviceLevel": "Premium", @@ -1014,15 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T10:46:50.5578796Z", + "createdAt": "2022-10-22T16:37:11.0009721Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T10:46:50.5578796Z" + "lastModifiedAt": "2022-10-22T16:37:11.0009721Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f893a79-60cc-4e87-9181-4770c1c96493?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1a46bd66-1ab1-43cb-b8cc-1d483decc287?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1036,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:46:51 GMT", + "Date": "Sat, 22 Oct 2022 16:37:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1044,17 +1008,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0879a37c-2584-4cd7-819a-42a033d4a887", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104652Z:0879a37c-2584-4cd7-819a-42a033d4a887", + "x-ms-correlation-request-id": "59d03c68-9a32-4683-b8f3-a2b27f6ff093", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163712Z:59d03c68-9a32-4683-b8f3-a2b27f6ff093", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f893a79-60cc-4e87-9181-4770c1c96493", - "name": "0f893a79-60cc-4e87-9181-4770c1c96493", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1a46bd66-1ab1-43cb-b8cc-1d483decc287", + "name": "1a46bd66-1ab1-43cb-b8cc-1d483decc287", "status": "Succeeded", - "startTime": "2022-10-21T10:46:50.792461Z", - "endTime": "2022-10-21T10:46:51.9644562Z", + "startTime": "2022-10-22T16:37:11.2503137Z", + "endTime": "2022-10-22T16:37:11.3909835Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1" @@ -1076,8 +1040,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:46:51 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T10%3A46%3A51.9574216Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 16:37:12 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T16%3A37%3A11.3884793Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1085,22 +1049,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c0e4b37-9455-4c3e-8b59-bf2c9c627eda", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104652Z:6c0e4b37-9455-4c3e-8b59-bf2c9c627eda", + "x-ms-correlation-request-id": "7e5c3c17-da35-4e66-8c87-58ca84e4c844", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163712Z:7e5c3c17-da35-4e66-8c87-58ca84e4c844", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T10%3A46%3A51.9574216Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T16%3A37%3A11.3884793Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T10:46:49.5816619Z" + "CreatedOnDate": "2022-10-22T16:37:09.8445139Z" }, "properties": { - "poolId": "109b9867-0721-939d-b848-62325c56b5e8", + "poolId": "b05d9b0a-9e5b-84e9-ebb5-2c6de6f25923", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1113,10 +1077,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T10:46:50.5578796Z", + "createdAt": "2022-10-22T16:37:11.0009721Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T10:46:50.5578796Z" + "lastModifiedAt": "2022-10-22T16:37:11.0009721Z" } } }, @@ -1160,30 +1124,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1614", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:46:54 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T10%3A46%3A54.1941642Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 16:37:15 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T16%3A37%3A14.6844293Z\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": "6c11c410-b89a-4b39-8ae6-62d8304bc423", + "x-ms-correlation-request-id": "e6f4bf38-9f02-4c83-842c-8034f916ec0a", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104655Z:6c11c410-b89a-4b39-8ae6-62d8304bc423", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163715Z:e6f4bf38-9f02-4c83-842c-8034f916ec0a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e", "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8b73262e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T10%3A46%3A54.1941642Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T16%3A37%3A14.6844293Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T10:46:52.7779909Z" + "CreatedOnDate": "2022-10-22T16:37:13.2275731Z" }, "properties": { "serviceLevel": "Premium", @@ -1214,15 +1178,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T10:46:53.9031185Z", + "createdAt": "2022-10-22T16:37:14.3929853Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T10:46:53.9031185Z" + "lastModifiedAt": "2022-10-22T16:37:14.3929853Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1236,7 +1200,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:46:54 GMT", + "Date": "Sat, 22 Oct 2022 16:37:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1244,16 +1208,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "388b1c8f-fde1-4ad0-884a-6cd2e3fe85a4", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104655Z:388b1c8f-fde1-4ad0-884a-6cd2e3fe85a4", + "x-ms-correlation-request-id": "d65eaefc-981e-4754-bed5-9ad78264de9a", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163715Z:d65eaefc-981e-4754-bed5-9ad78264de9a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd", - "name": "3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231", + "name": "d09fb4fe-3064-4a01-86fd-dea2e863d231", "status": "Creating", - "startTime": "2022-10-21T10:46:54.198919Z", + "startTime": "2022-10-22T16:37:14.6774246Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1262,7 +1226,47 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d1fd03-0591-40aa-9f1f-b442c13335f3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 16:37: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": "144f2dd0-9eab-424d-850a-2144a532fb81", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163722Z:144f2dd0-9eab-424d-850a-2144a532fb81", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d1fd03-0591-40aa-9f1f-b442c13335f3", + "name": "20d1fd03-0591-40aa-9f1f-b442c13335f3", + "status": "Succeeded", + "startTime": "2022-10-22T16:36:51.5751031Z", + "endTime": "2022-10-22T16:36:53.12199Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1276,7 +1280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:47:25 GMT", + "Date": "Sat, 22 Oct 2022 16:37:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1284,25 +1288,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a342151-b528-48ea-9ab8-8eb0777ecab2", + "x-ms-correlation-request-id": "1616d81c-af15-41c1-a074-e134caa09a81", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104725Z:8a342151-b528-48ea-9ab8-8eb0777ecab2", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163723Z:1616d81c-af15-41c1-a074-e134caa09a81", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd", - "name": "3e61485a-4d91-44c5-84f5-651f0c6fb3bd", - "status": "Creating", - "startTime": "2022-10-21T10:46:54.198919Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/sdk-py-tests-subvolume-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes", "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" + "path": "/sub_vol_1.txt", + "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1316,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:47:55 GMT", + "Date": "Sat, 22 Oct 2022 16:37:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1324,16 +1326,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf14e0b8-b38e-4111-9b92-fd98c16c969a", + "x-ms-correlation-request-id": "51135021-a743-4439-a2ee-1d014c43b165", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104755Z:bf14e0b8-b38e-4111-9b92-fd98c16c969a", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163746Z:51135021-a743-4439-a2ee-1d014c43b165", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd", - "name": "3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231", + "name": "d09fb4fe-3064-4a01-86fd-dea2e863d231", "status": "Creating", - "startTime": "2022-10-21T10:46:54.198919Z", + "startTime": "2022-10-22T16:37:14.6774246Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1342,7 +1344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1356,7 +1358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:48:25 GMT", + "Date": "Sat, 22 Oct 2022 16:38:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1364,16 +1366,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "004709ef-9baf-47f5-aea5-59a0b0e8839f", + "x-ms-correlation-request-id": "05eefd2c-ad40-4618-9e3f-77a1929d3686", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104826Z:004709ef-9baf-47f5-aea5-59a0b0e8839f", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163816Z:05eefd2c-ad40-4618-9e3f-77a1929d3686", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd", - "name": "3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231", + "name": "d09fb4fe-3064-4a01-86fd-dea2e863d231", "status": "Creating", - "startTime": "2022-10-21T10:46:54.198919Z", + "startTime": "2022-10-22T16:37:14.6774246Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1382,7 +1384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1396,7 +1398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:48:55 GMT", + "Date": "Sat, 22 Oct 2022 16:38:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1404,16 +1406,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91c6fba9-4d89-4272-a3ac-92cf1ba3f111", + "x-ms-correlation-request-id": "0374aa91-429a-4453-b9c1-61dce667809f", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104856Z:91c6fba9-4d89-4272-a3ac-92cf1ba3f111", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163846Z:0374aa91-429a-4453-b9c1-61dce667809f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd", - "name": "3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231", + "name": "d09fb4fe-3064-4a01-86fd-dea2e863d231", "status": "Creating", - "startTime": "2022-10-21T10:46:54.198919Z", + "startTime": "2022-10-22T16:37:14.6774246Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1422,7 +1424,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1436,7 +1438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:49:26 GMT", + "Date": "Sat, 22 Oct 2022 16:39:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1444,16 +1446,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50ea7727-5345-4dc7-bb38-9ca442254882", + "x-ms-correlation-request-id": "3e1a28a5-ffc4-41b8-948a-4b44e49db7fb", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104926Z:50ea7727-5345-4dc7-bb38-9ca442254882", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163916Z:3e1a28a5-ffc4-41b8-948a-4b44e49db7fb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd", - "name": "3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231", + "name": "d09fb4fe-3064-4a01-86fd-dea2e863d231", "status": "Creating", - "startTime": "2022-10-21T10:46:54.198919Z", + "startTime": "2022-10-22T16:37:14.6774246Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1462,7 +1464,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1476,7 +1478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:49:56 GMT", + "Date": "Sat, 22 Oct 2022 16:39:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1484,16 +1486,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e965fa8-a6c8-4a08-a3e1-be06556c7f1c", + "x-ms-correlation-request-id": "6766ac5f-be89-4286-9ad4-e449c8d72f88", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104956Z:4e965fa8-a6c8-4a08-a3e1-be06556c7f1c", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163947Z:6766ac5f-be89-4286-9ad4-e449c8d72f88", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd", - "name": "3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231", + "name": "d09fb4fe-3064-4a01-86fd-dea2e863d231", "status": "Creating", - "startTime": "2022-10-21T10:46:54.198919Z", + "startTime": "2022-10-22T16:37:14.6774246Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1502,7 +1504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1516,7 +1518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:50:27 GMT", + "Date": "Sat, 22 Oct 2022 16:40:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1524,16 +1526,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d02699b8-8122-47c7-95d2-188194bfc4f2", + "x-ms-correlation-request-id": "e576dbf1-021d-4e1e-855e-6655adf55ae4", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105027Z:d02699b8-8122-47c7-95d2-188194bfc4f2", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164017Z:e576dbf1-021d-4e1e-855e-6655adf55ae4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd", - "name": "3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231", + "name": "d09fb4fe-3064-4a01-86fd-dea2e863d231", "status": "Creating", - "startTime": "2022-10-21T10:46:54.198919Z", + "startTime": "2022-10-22T16:37:14.6774246Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1542,7 +1544,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1556,7 +1558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:50:57 GMT", + "Date": "Sat, 22 Oct 2022 16:40:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1564,16 +1566,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1e50d3d6-fab2-4411-af7e-5b1b01a8053d", + "x-ms-correlation-request-id": "87fe6d20-3e4b-490b-a6c3-3185f894ca98", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105057Z:1e50d3d6-fab2-4411-af7e-5b1b01a8053d", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164047Z:87fe6d20-3e4b-490b-a6c3-3185f894ca98", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd", - "name": "3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231", + "name": "d09fb4fe-3064-4a01-86fd-dea2e863d231", "status": "Creating", - "startTime": "2022-10-21T10:46:54.198919Z", + "startTime": "2022-10-22T16:37:14.6774246Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1582,7 +1584,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1596,7 +1598,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:51:27 GMT", + "Date": "Sat, 22 Oct 2022 16:41:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1604,16 +1606,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae1e31de-ad7f-49a7-b8ea-c22fde7bc5ad", + "x-ms-correlation-request-id": "a6b2601e-e4b4-470d-99d2-7cc827b1370b", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105128Z:ae1e31de-ad7f-49a7-b8ea-c22fde7bc5ad", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164117Z:a6b2601e-e4b4-470d-99d2-7cc827b1370b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd", - "name": "3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231", + "name": "d09fb4fe-3064-4a01-86fd-dea2e863d231", "status": "Creating", - "startTime": "2022-10-21T10:46:54.198919Z", + "startTime": "2022-10-22T16:37:14.6774246Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1622,7 +1624,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1636,7 +1638,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:51:58 GMT", + "Date": "Sat, 22 Oct 2022 16:41:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1644,17 +1646,97 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3659449-3aad-4ea5-ae14-4b43644f2913", + "x-ms-correlation-request-id": "8f29b56f-56fa-48ff-8b3d-ba7024763f74", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105158Z:e3659449-3aad-4ea5-ae14-4b43644f2913", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164148Z:8f29b56f-56fa-48ff-8b3d-ba7024763f74", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231", + "name": "d09fb4fe-3064-4a01-86fd-dea2e863d231", + "status": "Creating", + "startTime": "2022-10-22T16:37:14.6774246Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 16:42: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": "429b2eeb-305b-4659-b4a2-05e0a29e24e9", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164219Z:429b2eeb-305b-4659-b4a2-05e0a29e24e9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231", + "name": "d09fb4fe-3064-4a01-86fd-dea2e863d231", + "status": "Creating", + "startTime": "2022-10-22T16:37:14.6774246Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 16:42: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": "1af37113-90ec-4417-a276-a2bb657ac875", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164249Z:1af37113-90ec-4417-a276-a2bb657ac875", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e61485a-4d91-44c5-84f5-651f0c6fb3bd", - "name": "3e61485a-4d91-44c5-84f5-651f0c6fb3bd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231", + "name": "d09fb4fe-3064-4a01-86fd-dea2e863d231", "status": "Succeeded", - "startTime": "2022-10-21T10:46:54.198919Z", - "endTime": "2022-10-21T10:51:30.8958796Z", + "startTime": "2022-10-22T16:37:14.6774246Z", + "endTime": "2022-10-22T16:42:47.5421101Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" @@ -1676,8 +1758,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:51:59 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T10%3A51%3A30.894745Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 16:42:49 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T16%3A42%3A47.5331667Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1685,22 +1767,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f75d3070-aed2-4a86-91c0-1a8c2f18c3c8", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105159Z:f75d3070-aed2-4a86-91c0-1a8c2f18c3c8", + "x-ms-correlation-request-id": "94641325-01bd-4e4c-9239-b9db1f6544a8", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164249Z:94641325-01bd-4e4c-9239-b9db1f6544a8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e", "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8b73262e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T10%3A51%3A30.894745Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T16%3A42%3A47.5331667Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T10:46:52.7779909Z" + "CreatedOnDate": "2022-10-22T16:37:13.2275731Z" }, "properties": { - "fileSystemId": "ea38490e-a013-52ea-7527-9ecf2942205e", + "fileSystemId": "d7718100-10d9-16d3-905b-0bd4ab6b158a", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-8b73262e", "usageThreshold": 107374182400, @@ -1728,7 +1810,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4839ccc7", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f65fcbd7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1743,8 +1825,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ea38490e-a013-52ea-7527-9ecf2942205e", - "fileSystemId": "ea38490e-a013-52ea-7527-9ecf2942205e", + "mountTargetId": "d7718100-10d9-16d3-905b-0bd4ab6b158a", + "fileSystemId": "d7718100-10d9-16d3-905b-0bd4ab6b158a", "ipAddress": "10.0.0.4" } ], @@ -1764,10 +1846,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T10:46:53.9031185Z", + "createdAt": "2022-10-22T16:37:14.3929853Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T10:46:53.9031185Z" + "lastModifiedAt": "2022-10-22T16:37:14.3929853Z" } } }, @@ -1790,20 +1872,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1382e6ba-ed59-47cb-8e16-e8cc0902e1f1?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e419665-a265-40f7-a637-e695012017cb?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "540", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:51:59 GMT", + "Date": "Sat, 22 Oct 2022 16:42:50 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1382e6ba-ed59-47cb-8e16-e8cc0902e1f1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e419665-a265-40f7-a637-e695012017cb?api-version=2022-05-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": "64329a00-9b96-42a6-9fdb-4228c14f4181", + "x-ms-correlation-request-id": "1e59b24f-58bf-4dd2-bbc0-6d47f15f8a48", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105200Z:64329a00-9b96-42a6-9fdb-4228c14f4181", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164250Z:1e59b24f-58bf-4dd2-bbc0-6d47f15f8a48", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1818,7 +1900,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1382e6ba-ed59-47cb-8e16-e8cc0902e1f1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e419665-a265-40f7-a637-e695012017cb?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1832,7 +1914,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:51:59 GMT", + "Date": "Sat, 22 Oct 2022 16:42:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1840,16 +1922,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "62509c73-b9ac-46fc-9e3f-8384e51c8876", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105200Z:62509c73-b9ac-46fc-9e3f-8384e51c8876", + "x-ms-correlation-request-id": "213b34c8-3b17-4923-8cb1-e0c7e0e001de", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164250Z:213b34c8-3b17-4923-8cb1-e0c7e0e001de", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1382e6ba-ed59-47cb-8e16-e8cc0902e1f1", - "name": "1382e6ba-ed59-47cb-8e16-e8cc0902e1f1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e419665-a265-40f7-a637-e695012017cb", + "name": "8e419665-a265-40f7-a637-e695012017cb", "status": "Creating", - "startTime": "2022-10-21T10:51:59.9680791Z", + "startTime": "2022-10-22T16:42:50.4952819Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1858,7 +1940,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1382e6ba-ed59-47cb-8e16-e8cc0902e1f1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e419665-a265-40f7-a637-e695012017cb?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1872,7 +1954,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:52:29 GMT", + "Date": "Sat, 22 Oct 2022 16:43:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1880,17 +1962,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c731920-3f90-4b56-92d5-0ad30a778b96", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105230Z:7c731920-3f90-4b56-92d5-0ad30a778b96", + "x-ms-correlation-request-id": "01ad3447-9441-4cc4-bc00-5f01fc84a264", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164321Z:01ad3447-9441-4cc4-bc00-5f01fc84a264", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1382e6ba-ed59-47cb-8e16-e8cc0902e1f1", - "name": "1382e6ba-ed59-47cb-8e16-e8cc0902e1f1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e419665-a265-40f7-a637-e695012017cb", + "name": "8e419665-a265-40f7-a637-e695012017cb", "status": "Succeeded", - "startTime": "2022-10-21T10:51:59.9680791Z", - "endTime": "2022-10-21T10:52:01.3687023Z", + "startTime": "2022-10-22T16:42:50.4952819Z", + "endTime": "2022-10-22T16:42:52.1517306Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1" @@ -1912,7 +1994,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:52:30 GMT", + "Date": "Sat, 22 Oct 2022 16:43:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1920,9 +2002,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f5384788-05b9-4c62-b6c4-731001d9d287", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105231Z:f5384788-05b9-4c62-b6c4-731001d9d287", + "x-ms-correlation-request-id": "6a0f00ac-4f4f-4e6e-902a-675a57ce4528", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164321Z:6a0f00ac-4f4f-4e6e-902a-675a57ce4528", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1948,20 +2030,20 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78280a7d-bda0-4578-8667-8b5331d7e776?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/965598da-32af-4b3d-9506-b3084ab6c8d0?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "459", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:52:31 GMT", + "Date": "Sat, 22 Oct 2022 16:43:21 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78280a7d-bda0-4578-8667-8b5331d7e776?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/965598da-32af-4b3d-9506-b3084ab6c8d0?api-version=2022-05-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": "e9ab52fd-9df6-41ca-933b-f2ac4f573733", + "x-ms-correlation-request-id": "def24ad1-2d3f-4c7e-8fc7-8bd380b2f32e", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105232Z:e9ab52fd-9df6-41ca-933b-f2ac4f573733", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164322Z:def24ad1-2d3f-4c7e-8fc7-8bd380b2f32e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1971,7 +2053,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78280a7d-bda0-4578-8667-8b5331d7e776?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/965598da-32af-4b3d-9506-b3084ab6c8d0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1985,7 +2067,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:52:31 GMT", + "Date": "Sat, 22 Oct 2022 16:43:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1993,16 +2075,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a73f3b3b-d468-4df3-a069-55ba86a32470", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105232Z:a73f3b3b-d468-4df3-a069-55ba86a32470", + "x-ms-correlation-request-id": "d9b52004-6686-4757-91f0-3269fc31ed89", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164322Z:d9b52004-6686-4757-91f0-3269fc31ed89", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78280a7d-bda0-4578-8667-8b5331d7e776", - "name": "78280a7d-bda0-4578-8667-8b5331d7e776", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/965598da-32af-4b3d-9506-b3084ab6c8d0", + "name": "965598da-32af-4b3d-9506-b3084ab6c8d0", "status": "GetMetadata", - "startTime": "2022-10-21T10:52:32.0489258Z", + "startTime": "2022-10-22T16:43:22.0621368Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2011,7 +2093,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78280a7d-bda0-4578-8667-8b5331d7e776?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/965598da-32af-4b3d-9506-b3084ab6c8d0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2025,7 +2107,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:53:02 GMT", + "Date": "Sat, 22 Oct 2022 16:43:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2033,27 +2115,27 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "93ac0f3e-85cb-449e-8410-d1a8aa319626", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105302Z:93ac0f3e-85cb-449e-8410-d1a8aa319626", + "x-ms-correlation-request-id": "1b2c47d2-8245-4b59-8e91-fb92e9d45a57", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164352Z:1b2c47d2-8245-4b59-8e91-fb92e9d45a57", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78280a7d-bda0-4578-8667-8b5331d7e776", - "name": "78280a7d-bda0-4578-8667-8b5331d7e776", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/965598da-32af-4b3d-9506-b3084ab6c8d0", + "name": "965598da-32af-4b3d-9506-b3084ab6c8d0", "status": "Succeeded", - "startTime": "2022-10-21T10:52:32.0489258Z", - "endTime": "2022-10-21T10:52:32.44174Z", + "startTime": "2022-10-22T16:43:22.0621368Z", + "endTime": "2022-10-22T16:43:22.4527954Z", "percentComplete": 100.0, "properties": { "path": "/sub_vol_1.txt", "size": 123, "bytesUsed": 0, "permissions": "644", - "creationTimeStamp": "2022-10-21T10:52:01Z", - "accessedTimeStamp": "2022-10-21T10:52:00Z", - "modifiedTimeStamp": "2022-10-21T10:52:01Z", - "changedTimeStamp": "2022-10-21T10:52:01Z", + "creationTimeStamp": "2022-10-22T16:42:52Z", + "accessedTimeStamp": "2022-10-22T16:42:51Z", + "modifiedTimeStamp": "2022-10-22T16:42:52Z", + "changedTimeStamp": "2022-10-22T16:42:52Z", "provisioningState": "Succeeded" } } @@ -2071,25 +2153,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7975976a-1ec2-49ad-8bf7-0d4a1733c11b?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d73f9af5-0609-45c9-89c0-69a695105a69?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 10:53:02 GMT", + "Date": "Sat, 22 Oct 2022 16:43:53 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7975976a-1ec2-49ad-8bf7-0d4a1733c11b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d73f9af5-0609-45c9-89c0-69a695105a69?api-version=2022-05-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": "da0643d8-914c-43ee-81cd-a4f3905d9673", + "x-ms-correlation-request-id": "4e97d5f5-4317-4e24-a2b3-799db2adbd10", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105303Z:da0643d8-914c-43ee-81cd-a4f3905d9673", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164353Z:4e97d5f5-4317-4e24-a2b3-799db2adbd10", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7975976a-1ec2-49ad-8bf7-0d4a1733c11b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d73f9af5-0609-45c9-89c0-69a695105a69?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2103,7 +2185,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:53:03 GMT", + "Date": "Sat, 22 Oct 2022 16:43:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2111,16 +2193,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b27681a9-a69d-4db3-b5d9-ae5c81789bf7", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105303Z:b27681a9-a69d-4db3-b5d9-ae5c81789bf7", + "x-ms-correlation-request-id": "0737f6d9-2882-4d1d-9e6b-549be9435b26", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164353Z:0737f6d9-2882-4d1d-9e6b-549be9435b26", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7975976a-1ec2-49ad-8bf7-0d4a1733c11b", - "name": "7975976a-1ec2-49ad-8bf7-0d4a1733c11b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d73f9af5-0609-45c9-89c0-69a695105a69", + "name": "d73f9af5-0609-45c9-89c0-69a695105a69", "status": "Deleting", - "startTime": "2022-10-21T10:53:03.0404301Z", + "startTime": "2022-10-22T16:43:53.1374241Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2129,7 +2211,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7975976a-1ec2-49ad-8bf7-0d4a1733c11b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d73f9af5-0609-45c9-89c0-69a695105a69?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2143,7 +2225,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:53:33 GMT", + "Date": "Sat, 22 Oct 2022 16:44:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2151,17 +2233,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1be8b271-5001-4c37-a0d1-8d3d7b3d964c", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105333Z:1be8b271-5001-4c37-a0d1-8d3d7b3d964c", + "x-ms-correlation-request-id": "c0aa767d-6d08-4796-9db4-42d4f6296bfe", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164423Z:c0aa767d-6d08-4796-9db4-42d4f6296bfe", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7975976a-1ec2-49ad-8bf7-0d4a1733c11b", - "name": "7975976a-1ec2-49ad-8bf7-0d4a1733c11b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d73f9af5-0609-45c9-89c0-69a695105a69", + "name": "d73f9af5-0609-45c9-89c0-69a695105a69", "status": "Succeeded", - "startTime": "2022-10-21T10:53:03.0404301Z", - "endTime": "2022-10-21T10:53:03.5248484Z", + "startTime": "2022-10-22T16:43:53.1374241Z", + "endTime": "2022-10-22T16:43:54.451066Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1" @@ -2181,25 +2263,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 10:53:33 GMT", + "Date": "Sat, 22 Oct 2022 16:44:23 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975?api-version=2022-05-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": "3b9c70aa-1148-4897-abbe-04a6fd69d661", + "x-ms-correlation-request-id": "8bd6142c-8658-4e2a-8b39-16955520646d", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105334Z:3b9c70aa-1148-4897-abbe-04a6fd69d661", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164424Z:8bd6142c-8658-4e2a-8b39-16955520646d", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2213,7 +2295,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:53:34 GMT", + "Date": "Sat, 22 Oct 2022 16:44:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2221,16 +2303,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c3cb101-ddd9-4dd7-ab9e-facbda07305b", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105334Z:1c3cb101-ddd9-4dd7-ab9e-facbda07305b", + "x-ms-correlation-request-id": "bca3dfd9-79ce-456a-bcec-d4266c7664fe", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164424Z:bca3dfd9-79ce-456a-bcec-d4266c7664fe", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51", - "name": "5158c55a-7ffa-4a10-9c94-15a1c9667a51", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975", + "name": "0dd78b51-c657-4dcd-84d1-65da935db975", "status": "Deleting", - "startTime": "2022-10-21T10:53:34.3098444Z", + "startTime": "2022-10-22T16:44:24.5256249Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2239,7 +2321,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2253,7 +2335,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:54:04 GMT", + "Date": "Sat, 22 Oct 2022 16:44:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2261,16 +2343,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1823aa2-e372-4a13-a2c7-85c28851d831", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105404Z:c1823aa2-e372-4a13-a2c7-85c28851d831", + "x-ms-correlation-request-id": "662acfbd-e311-46b0-aa1c-66d0acb87848", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164455Z:662acfbd-e311-46b0-aa1c-66d0acb87848", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51", - "name": "5158c55a-7ffa-4a10-9c94-15a1c9667a51", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975", + "name": "0dd78b51-c657-4dcd-84d1-65da935db975", "status": "Deleting", - "startTime": "2022-10-21T10:53:34.3098444Z", + "startTime": "2022-10-22T16:44:24.5256249Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2279,7 +2361,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2293,7 +2375,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:54:34 GMT", + "Date": "Sat, 22 Oct 2022 16:45:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2301,16 +2383,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b822dc4-be48-4971-94ce-0a5b2cc61f62", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105435Z:4b822dc4-be48-4971-94ce-0a5b2cc61f62", + "x-ms-correlation-request-id": "9778e82b-933a-4042-ae2a-177e3a03b44a", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164525Z:9778e82b-933a-4042-ae2a-177e3a03b44a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51", - "name": "5158c55a-7ffa-4a10-9c94-15a1c9667a51", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975", + "name": "0dd78b51-c657-4dcd-84d1-65da935db975", "status": "Deleting", - "startTime": "2022-10-21T10:53:34.3098444Z", + "startTime": "2022-10-22T16:44:24.5256249Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2319,7 +2401,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2333,7 +2415,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:55:05 GMT", + "Date": "Sat, 22 Oct 2022 16:45:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2341,16 +2423,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b4193b35-2468-47d6-ad1c-71f5b891e62b", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105505Z:b4193b35-2468-47d6-ad1c-71f5b891e62b", + "x-ms-correlation-request-id": "8cbf4640-e200-4093-ac1c-c21407fc93c2", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164555Z:8cbf4640-e200-4093-ac1c-c21407fc93c2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51", - "name": "5158c55a-7ffa-4a10-9c94-15a1c9667a51", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975", + "name": "0dd78b51-c657-4dcd-84d1-65da935db975", "status": "Deleting", - "startTime": "2022-10-21T10:53:34.3098444Z", + "startTime": "2022-10-22T16:44:24.5256249Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2359,7 +2441,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2373,7 +2455,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:55:35 GMT", + "Date": "Sat, 22 Oct 2022 16:46:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2381,17 +2463,97 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b210648-d147-40e0-92a4-3b3fde1156d2", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105535Z:2b210648-d147-40e0-92a4-3b3fde1156d2", + "x-ms-correlation-request-id": "6d23f0c3-e366-48a2-b13a-522ca16a157c", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164626Z:6d23f0c3-e366-48a2-b13a-522ca16a157c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975", + "name": "0dd78b51-c657-4dcd-84d1-65da935db975", + "status": "Deleting", + "startTime": "2022-10-22T16:44:24.5256249Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 16:46: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": "720c94ae-86d8-4393-ac5b-11a2aa6b149b", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164657Z:720c94ae-86d8-4393-ac5b-11a2aa6b149b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51", - "name": "5158c55a-7ffa-4a10-9c94-15a1c9667a51", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975", + "name": "0dd78b51-c657-4dcd-84d1-65da935db975", + "status": "Deleting", + "startTime": "2022-10-22T16:44:24.5256249Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 16:47: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": "088cf5eb-7fcd-4bac-bf52-bdc075f69d4e", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164727Z:088cf5eb-7fcd-4bac-bf52-bdc075f69d4e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975", + "name": "0dd78b51-c657-4dcd-84d1-65da935db975", "status": "Succeeded", - "startTime": "2022-10-21T10:53:34.3098444Z", - "endTime": "2022-10-21T10:55:16.3696895Z", + "startTime": "2022-10-22T16:44:24.5256249Z", + "endTime": "2022-10-22T16:46:57.4482086Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" @@ -2399,7 +2561,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5158c55a-7ffa-4a10-9c94-15a1c9667a51?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2413,7 +2575,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:55:35 GMT", + "Date": "Sat, 22 Oct 2022 16:47:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2421,22 +2583,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6f976eb0-b145-476d-93e2-5c8dc4267f16", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105536Z:6f976eb0-b145-476d-93e2-5c8dc4267f16", + "x-ms-correlation-request-id": "f7f936bd-d9d5-476e-9ef7-a781f6d05a36", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T164727Z:f7f936bd-d9d5-476e-9ef7-a781f6d05a36", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e", "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8b73262e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T10%3A55%3A11.1097047Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T16%3A46%3A48.3245185Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T10:46:52.7779909Z" + "CreatedOnDate": "2022-10-22T16:37:13.2275731Z" }, "properties": { - "fileSystemId": "ea38490e-a013-52ea-7527-9ecf2942205e", + "fileSystemId": "d7718100-10d9-16d3-905b-0bd4ab6b158a", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-8b73262e", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2467,19 +2629,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4839ccc7", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f65fcbd7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e", - "poolId": "109b9867-0721-939d-b848-62325c56b5e8", + "poolId": "b05d9b0a-9e5b-84e9-ebb5-2c6de6f25923", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "ea38490e-a013-52ea-7527-9ecf2942205e", - "fileSystemId": "ea38490e-a013-52ea-7527-9ecf2942205e", + "mountTargetId": "d7718100-10d9-16d3-905b-0bd4ab6b158a", + "fileSystemId": "d7718100-10d9-16d3-905b-0bd4ab6b158a", "startIp": "", "endIp": "", "gateway": "", @@ -2511,10 +2673,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T10:46:53.9031185Z", + "createdAt": "2022-10-22T16:37:14.3929853Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T10:46:53.9031185Z" + "lastModifiedAt": "2022-10-22T16:37:14.3929853Z" } } }, @@ -2533,14 +2695,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:58:57 GMT", + "Date": "Sat, 22 Oct 2022 16:50:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "36f4385a-432c-4f61-8aa7-ead7991e4402", + "x-ms-correlation-request-id": "3455b707-193c-43a2-b73c-90c7dea96c44", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105857Z:36f4385a-432c-4f61-8aa7-ead7991e4402" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T165050Z:3455b707-193c-43a2-b73c-90c7dea96c44" }, "ResponseBody": { "error": { @@ -2562,25 +2724,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1476db2e-a1cd-497e-b9a6-2aac96551886?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e6185981-2ebc-4c03-8e02-d758a59b42ef?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 10:59:09 GMT", + "Date": "Sat, 22 Oct 2022 16:51:03 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1476db2e-a1cd-497e-b9a6-2aac96551886?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e6185981-2ebc-4c03-8e02-d758a59b42ef?api-version=2022-05-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": "748d6722-3494-499c-afc0-3ee104f1e631", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105910Z:748d6722-3494-499c-afc0-3ee104f1e631", + "x-ms-correlation-request-id": "20440ec4-55b5-4100-b8a8-f699ef4d8ab3", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T165104Z:20440ec4-55b5-4100-b8a8-f699ef4d8ab3", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1476db2e-a1cd-497e-b9a6-2aac96551886?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e6185981-2ebc-4c03-8e02-d758a59b42ef?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2594,7 +2756,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:59:09 GMT", + "Date": "Sat, 22 Oct 2022 16:51:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2602,16 +2764,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "05c12532-6c76-4a81-b0ec-279a50b037ae", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105910Z:05c12532-6c76-4a81-b0ec-279a50b037ae", + "x-ms-correlation-request-id": "e7adeeaf-068e-49c0-8405-2bd895745ea7", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T165104Z:e7adeeaf-068e-49c0-8405-2bd895745ea7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1476db2e-a1cd-497e-b9a6-2aac96551886", - "name": "1476db2e-a1cd-497e-b9a6-2aac96551886", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e6185981-2ebc-4c03-8e02-d758a59b42ef", + "name": "e6185981-2ebc-4c03-8e02-d758a59b42ef", "status": "Deleting", - "startTime": "2022-10-21T10:59:10.0612224Z", + "startTime": "2022-10-22T16:51:04.1198927Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2620,7 +2782,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1476db2e-a1cd-497e-b9a6-2aac96551886?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e6185981-2ebc-4c03-8e02-d758a59b42ef?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2634,7 +2796,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:59:39 GMT", + "Date": "Sat, 22 Oct 2022 16:51:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2642,17 +2804,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9f680cd-71e9-474a-bb88-3d51dfa06374", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105940Z:a9f680cd-71e9-474a-bb88-3d51dfa06374", + "x-ms-correlation-request-id": "09aaaf30-cad0-41f6-9a14-c8836f1b4148", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T165134Z:09aaaf30-cad0-41f6-9a14-c8836f1b4148", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1476db2e-a1cd-497e-b9a6-2aac96551886", - "name": "1476db2e-a1cd-497e-b9a6-2aac96551886", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e6185981-2ebc-4c03-8e02-d758a59b42ef", + "name": "e6185981-2ebc-4c03-8e02-d758a59b42ef", "status": "Succeeded", - "startTime": "2022-10-21T10:59:10.0612224Z", - "endTime": "2022-10-21T10:59:11.2487943Z", + "startTime": "2022-10-22T16:51:04.1198927Z", + "endTime": "2022-10-22T16:51:05.3230869Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1" @@ -2660,7 +2822,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1476db2e-a1cd-497e-b9a6-2aac96551886?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e6185981-2ebc-4c03-8e02-d758a59b42ef?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2674,7 +2836,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:59:40 GMT", + "Date": "Sat, 22 Oct 2022 16:51:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2682,22 +2844,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bbccc5e4-d795-45e4-8efd-5efce97c83d7", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105941Z:bbccc5e4-d795-45e4-8efd-5efce97c83d7", + "x-ms-correlation-request-id": "dbdafc4c-d2b4-4e82-aef8-73c1978ba9fe", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T165135Z:dbdafc4c-d2b4-4e82-aef8-73c1978ba9fe", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T10%3A59%3A10.0529604Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T16%3A51%3A04.1203121Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T10:46:49.5816619Z" + "CreatedOnDate": "2022-10-22T16:37:09.8445139Z" }, "properties": { - "poolId": "109b9867-0721-939d-b848-62325c56b5e8", + "poolId": "b05d9b0a-9e5b-84e9-ebb5-2c6de6f25923", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1", @@ -2711,10 +2873,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T10:46:50.5578796Z", + "createdAt": "2022-10-22T16:37:11.0009721Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T10:46:50.5578796Z" + "lastModifiedAt": "2022-10-22T16:37:11.0009721Z" } } }, @@ -2732,14 +2894,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 10:59:51 GMT", + "Date": "Sat, 22 Oct 2022 16:51:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b4b0eb57-dca2-4153-9ae6-950e9b9fb51b", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T105951Z:b4b0eb57-dca2-4153-9ae6-950e9b9fb51b" + "x-ms-correlation-request-id": "d2f32f19-5084-4cab-8071-5a179814492b", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T165145Z:d2f32f19-5084-4cab-8071-5a179814492b" }, "ResponseBody": null }, @@ -2757,14 +2919,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 11:00:01 GMT", + "Date": "Sat, 22 Oct 2022 16:51:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "96fe4829-c802-4003-8cd0-73eed24d7241", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110001Z:96fe4829-c802-4003-8cd0-73eed24d7241" + "x-ms-correlation-request-id": "6cd45acc-a885-49e7-8389-a6ab5fb43206", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T165155Z:6cd45acc-a885-49e7-8389-a6ab5fb43206" }, "ResponseBody": null }, @@ -2782,14 +2944,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 11:00:11 GMT", + "Date": "Sat, 22 Oct 2022 16:52:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae6bc92e-e031-437f-a199-d024aba603c7", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110011Z:ae6bc92e-e031-437f-a199-d024aba603c7" + "x-ms-correlation-request-id": "49c84219-1937-439f-9ed3-e4b14047f6a7", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T165205Z:49c84219-1937-439f-9ed3-e4b14047f6a7" }, "ResponseBody": null }, @@ -2807,14 +2969,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 11:00:21 GMT", + "Date": "Sat, 22 Oct 2022 16:52:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "adf9eb29-7a45-45fa-87bb-a64204d66ace", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110022Z:adf9eb29-7a45-45fa-87bb-a64204d66ace" + "x-ms-correlation-request-id": "85f9173f-347c-4c9f-8ff1-5a006e14435f", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T165216Z:85f9173f-347c-4c9f-8ff1-5a006e14435f" }, "ResponseBody": null }, @@ -2833,14 +2995,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:00:31 GMT", + "Date": "Sat, 22 Oct 2022 16:52:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2eb2f21f-07a9-4c51-afd0-d69cd20e4ce4", + "x-ms-correlation-request-id": "69e3ea9f-24ca-4f42-9b16-d15b15af127e", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110032Z:2eb2f21f-07a9-4c51-afd0-d69cd20e4ce4" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T165226Z:69e3ea9f-24ca-4f42-9b16-d15b15af127e" }, "ResponseBody": { "error": { @@ -2862,25 +3024,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5ee4401b-8556-4856-b398-390646f26b5e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/29e4d9f1-49fc-4fb9-bc48-7c873385dc43?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 11:00:33 GMT", + "Date": "Sat, 22 Oct 2022 16:52:27 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5ee4401b-8556-4856-b398-390646f26b5e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/29e4d9f1-49fc-4fb9-bc48-7c873385dc43?api-version=2022-05-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": "e9da9c53-6746-4d30-bece-f11c0a8a1def", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110033Z:e9da9c53-6746-4d30-bece-f11c0a8a1def", + "x-ms-correlation-request-id": "f99d47f5-156e-48f9-8922-bd58d5ff885b", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T165227Z:f99d47f5-156e-48f9-8922-bd58d5ff885b", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5ee4401b-8556-4856-b398-390646f26b5e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/29e4d9f1-49fc-4fb9-bc48-7c873385dc43?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2894,7 +3056,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:00:33 GMT", + "Date": "Sat, 22 Oct 2022 16:52:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2902,17 +3064,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "74f02a74-0231-4a7a-a587-793916f00895", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110033Z:74f02a74-0231-4a7a-a587-793916f00895", + "x-ms-correlation-request-id": "dbd5e644-92ff-4af2-97ee-580a94312509", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T165228Z:dbd5e644-92ff-4af2-97ee-580a94312509", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5ee4401b-8556-4856-b398-390646f26b5e", - "name": "5ee4401b-8556-4856-b398-390646f26b5e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/29e4d9f1-49fc-4fb9-bc48-7c873385dc43", + "name": "29e4d9f1-49fc-4fb9-bc48-7c873385dc43", "status": "Succeeded", - "startTime": "2022-10-21T11:00:33.6157775Z", - "endTime": "2022-10-21T11:00:33.6783483Z", + "startTime": "2022-10-22T16:52:27.8422255Z", + "endTime": "2022-10-22T16:52:27.8890385Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e" @@ -2920,7 +3082,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5ee4401b-8556-4856-b398-390646f26b5e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/29e4d9f1-49fc-4fb9-bc48-7c873385dc43?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2934,7 +3096,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:00:33 GMT", + "Date": "Sat, 22 Oct 2022 16:52:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2942,19 +3104,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6021244-dfff-4798-b498-75f2c3c3d03e", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110034Z:b6021244-dfff-4798-b498-75f2c3c3d03e", + "x-ms-correlation-request-id": "d5d87940-b225-4378-8533-1e7276655352", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T165228Z:d5d87940-b225-4378-8533-1e7276655352", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e", "name": "sdk-py-tests-acc-1-8b73262e", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A00%3A33.6141446Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T16%3A52%3A27.8434362Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T10:46:45.0609906Z" + "CreatedOnDate": "2022-10-22T16:37:05.7043323Z" }, "properties": { "encryption": { @@ -2965,10 +3127,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T10:46:46.2119433Z", + "createdAt": "2022-10-22T16:37:06.5599742Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T10:46:46.2119433Z" + "lastModifiedAt": "2022-10-22T16:37:06.5599742Z" } } }, @@ -2987,15 +3149,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:00:34 GMT", + "Date": "Sat, 22 Oct 2022 16:52: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": "43dddbcb-77a9-47d5-9af4-b190d108eea9", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110034Z:43dddbcb-77a9-47d5-9af4-b190d108eea9", + "x-ms-correlation-request-id": "e2d27ace-cb3e-483b-847c-43ca44c1fdf2", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T165228Z:e2d27ace-cb3e-483b-847c-43ca44c1fdf2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3019,12 +3181,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5d09cc12-8b96-4544-b814-85441093d98d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2cab4ec1-399f-4147-9f16-16154d1de022?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 11:00:35 GMT", + "Date": "Sat, 22 Oct 2022 16:52:29 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/5d09cc12-8b96-4544-b814-85441093d98d?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/2cab4ec1-399f-4147-9f16-16154d1de022?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3033,10 +3195,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9e519cc1-dbdc-4bdd-91ed-bd3a5f3aa84f", - "x-ms-correlation-request-id": "d454691e-4cbb-4f0b-8e13-f57ca3274adc", - "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110035Z:d454691e-4cbb-4f0b-8e13-f57ca3274adc" + "x-ms-arm-service-request-id": "9cc3e99f-de97-4db9-bd6d-8af70058a040", + "x-ms-correlation-request-id": "9229dca3-9bbd-423d-b91b-e692e1106476", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T165230Z:9229dca3-9bbd-423d-b91b-e692e1106476" }, "ResponseBody": null } 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 index defc0074efd7..0a5c06e5ed4e 100644 --- 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:29:45 GMT", + "Date": "Sat, 22 Oct 2022 16:31:16 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.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:29:45 GMT", + "Date": "Sat, 22 Oct 2022 16:31:16 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.13845.10 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "f5280b4c-4d6a-493d-8edc-015a6e7a8476", + "client-request-id": "58143819-b601-44f6-a0cc-2696659d1ac5", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "f5280b4c-4d6a-493d-8edc-015a6e7a8476", + "client-request-id": "58143819-b601-44f6-a0cc-2696659d1ac5", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:29:45 GMT", + "Date": "Sat, 22 Oct 2022 16:31:16 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5d317700-720b-4ea1-8b8f-9873a230f72e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/530727c1-68e5-4a6c-8d4c-280cf3e946f4?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:29:52 GMT", + "Date": "Sat, 22 Oct 2022 16:31:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "efa0d020-646b-4482-8be7-4ff70d412250", - "x-ms-correlation-request-id": "0d81a595-6550-4975-ad14-89fc609c30eb", + "x-ms-arm-service-request-id": "d98d518d-35cc-49a0-8d2f-29abd7f7b66b", + "x-ms-correlation-request-id": "f965602a-1937-4881-9a92-b619a33797a4", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T102953Z:0d81a595-6550-4975-ad14-89fc609c30eb" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163122Z:f965602a-1937-4881-9a92-b619a33797a4" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-dde5273b", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b", - "etag": "W/\u00223121c3e3-ab11-4e2b-8d9f-7d7fa83e26ca\u0022", + "etag": "W/\u0022bb3ce630-d4fd-4981-a53b-b8de59acc112\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T10:29:48.2002298Z" + "CreatedOnDate": "2022-10-22T16:31:18.6308881Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "65a5f77b-fb67-4276-a278-f72221b71824", + "resourceGuid": "0e5a0531-6fed-4f3d-b854-e8b34b3d8a11", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5d317700-720b-4ea1-8b8f-9873a230f72e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/530727c1-68e5-4a6c-8d4c-280cf3e946f4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:29:52 GMT", + "Date": "Sat, 22 Oct 2022 16:31:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -305,17 +305,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "63c3fd3e-8351-4968-8c58-23a624bb2e05", - "x-ms-correlation-request-id": "ec0af768-49ba-44be-9d84-7a2c1dab7db2", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T102953Z:ec0af768-49ba-44be-9d84-7a2c1dab7db2" + "x-ms-arm-service-request-id": "47166e93-c944-4f5d-9f43-987e505776fc", + "x-ms-correlation-request-id": "4885db52-7b11-403a-bc4e-3c7c0fceb2ac", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163123Z:4885db52-7b11-403a-bc4e-3c7c0fceb2ac" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5d317700-720b-4ea1-8b8f-9873a230f72e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/530727c1-68e5-4a6c-8d4c-280cf3e946f4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -329,7 +329,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:30:03 GMT", + "Date": "Sat, 22 Oct 2022 16:31:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,10 +340,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f05c1285-8be9-4876-b821-4a9c8dd621ea", - "x-ms-correlation-request-id": "bf9c25a8-48cf-45d8-a56c-1cf5520e7e10", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103003Z:bf9c25a8-48cf-45d8-a56c-1cf5520e7e10" + "x-ms-arm-service-request-id": "42ca8b3b-688f-43d9-8327-d6e24e40ba12", + "x-ms-correlation-request-id": "627f1ab4-bd5a-44fa-a220-c9451b4d5410", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163133Z:627f1ab4-bd5a-44fa-a220-c9451b4d5410" }, "ResponseBody": { "status": "Succeeded" @@ -364,8 +364,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:30:03 GMT", - "ETag": "W/\u002222e603c4-ab63-4e6e-a5a0-8fc7753fd40a\u0022", + "Date": "Sat, 22 Oct 2022 16:31:33 GMT", + "ETag": "W/\u0022efd52858-4926-485b-91a3-a56b70d8e025\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -376,23 +376,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "859e9de8-2153-462c-87f3-66f41ce9e8d4", - "x-ms-correlation-request-id": "69c63b1b-7042-4808-98c3-9cbdb67b1466", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103004Z:69c63b1b-7042-4808-98c3-9cbdb67b1466" + "x-ms-arm-service-request-id": "21fd0399-d972-4aa9-966c-606e84bdbe14", + "x-ms-correlation-request-id": "3e310954-8adb-453f-a3a6-d404a40faafe", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163133Z:3e310954-8adb-453f-a3a6-d404a40faafe" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-dde5273b", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b", - "etag": "W/\u002222e603c4-ab63-4e6e-a5a0-8fc7753fd40a\u0022", + "etag": "W/\u0022efd52858-4926-485b-91a3-a56b70d8e025\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T10:29:48.2002298Z" + "CreatedOnDate": "2022-10-22T16:31:18.6308881Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "65a5f77b-fb67-4276-a278-f72221b71824", + "resourceGuid": "0e5a0531-6fed-4f3d-b854-e8b34b3d8a11", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -431,11 +431,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a5b21cb1-0dd9-4e94-bd9d-1550b9a538ef?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/42ac388a-bd8f-4d1c-ab83-cb7b6c85ef5c?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:30:05 GMT", + "Date": "Sat, 22 Oct 2022 16:31:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -445,15 +445,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3e900268-9e63-4c39-afcd-20cf0532ec63", - "x-ms-correlation-request-id": "a80afdc9-b642-4044-b602-e6084a5c2bd6", + "x-ms-arm-service-request-id": "ff1ae181-4d38-411e-8de9-91a9597c2697", + "x-ms-correlation-request-id": "29ded75c-8b32-4916-8dbb-acd9d53bf6f8", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103005Z:a80afdc9-b642-4044-b602-e6084a5c2bd6" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163134Z:29ded75c-8b32-4916-8dbb-acd9d53bf6f8" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default", - "etag": "W/\u002269957216-7975-478e-93f2-745c395a3ea4\u0022", + "etag": "W/\u002281ba0f83-8a81-4f30-805e-213d499f9fdd\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -461,7 +461,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002269957216-7975-478e-93f2-745c395a3ea4\u0022", + "etag": "W/\u002281ba0f83-8a81-4f30-805e-213d499f9fdd\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -481,7 +481,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a5b21cb1-0dd9-4e94-bd9d-1550b9a538ef?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/42ac388a-bd8f-4d1c-ab83-cb7b6c85ef5c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -495,7 +495,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:30:05 GMT", + "Date": "Sat, 22 Oct 2022 16:31:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,10 +506,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dbd921c8-2e71-4804-b7f3-8f04f3e11ba8", - "x-ms-correlation-request-id": "ecf442c3-166a-4d81-884c-40383f433863", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103005Z:ecf442c3-166a-4d81-884c-40383f433863" + "x-ms-arm-service-request-id": "c463cc5b-ebc6-4a73-86e4-2f1a567ada90", + "x-ms-correlation-request-id": "3c8ebee0-841e-4029-947b-41335c8de2a7", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163134Z:3c8ebee0-841e-4029-947b-41335c8de2a7" }, "ResponseBody": { "status": "Succeeded" @@ -530,8 +530,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:30:05 GMT", - "ETag": "W/\u0022cfccad7e-6e43-48fd-818c-9384e8de12de\u0022", + "Date": "Sat, 22 Oct 2022 16:31:35 GMT", + "ETag": "W/\u002228d08bb9-95a7-423b-9c14-ac516084852a\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -542,15 +542,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7b69be42-c748-4adc-9338-c0a54bbdf6fd", - "x-ms-correlation-request-id": "8cc6395f-59c5-4f3c-b9d4-5671e0d3ef16", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103006Z:8cc6395f-59c5-4f3c-b9d4-5671e0d3ef16" + "x-ms-arm-service-request-id": "78719be0-74c6-47e7-85cd-ab184ec5aa2a", + "x-ms-correlation-request-id": "808f6870-5cf7-49bb-996b-6a4190a6bc7c", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163135Z:808f6870-5cf7-49bb-996b-6a4190a6bc7c" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default", - "etag": "W/\u0022cfccad7e-6e43-48fd-818c-9384e8de12de\u0022", + "etag": "W/\u002228d08bb9-95a7-423b-9c14-ac516084852a\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -558,7 +558,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022cfccad7e-6e43-48fd-818c-9384e8de12de\u0022", + "etag": "W/\u002228d08bb9-95a7-423b-9c14-ac516084852a\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -594,12 +594,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:30:05 GMT", + "Date": "Sat, 22 Oct 2022 16:31:34 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.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -688,12 +688,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:30:05 GMT", + "Date": "Sat, 22 Oct 2022 16:31:34 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.13845.10 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -749,7 +749,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "0d4c2248-1839-4d9d-bfd2-f1e2bd124bd7", + "client-request-id": "6cd1fe71-8bbd-4c31-87ca-8e6c69d26418", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -767,10 +767,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "0d4c2248-1839-4d9d-bfd2-f1e2bd124bd7", + "client-request-id": "6cd1fe71-8bbd-4c31-87ca-8e6c69d26418", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:30:06 GMT", + "Date": "Sat, 22 Oct 2022 16:31:34 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -778,7 +778,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -805,30 +805,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1bace984-64e6-44e7-9adf-690b91bfd882?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37ea2b6d-4555-4c7b-b3d1-0bde902d41c6?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "706", + "Content-Length": "704", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:30:10 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T10%3A30%3A09.4081733Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 16:31:38 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T16%3A31%3A37.7462531Z\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": "ba619d38-221c-47bd-993f-fbea1431d0ad", + "x-ms-correlation-request-id": "2e292a03-b86e-4507-8652-62d22652eca8", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103010Z:ba619d38-221c-47bd-993f-fbea1431d0ad", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163139Z:2e292a03-b86e-4507-8652-62d22652eca8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b", "name": "sdk-py-tests-acc-1-dde5273b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T10%3A30%3A09.4081733Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T16%3A31%3A37.7462531Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T10:30:07.6507786Z" + "CreatedOnDate": "2022-10-22T16:31:36.7057899Z" }, "properties": { "provisioningState": "Creating" @@ -836,15 +836,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T10:30:08.4628897Z", + "createdAt": "2022-10-22T16:31:37.549682Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T10:30:08.4628897Z" + "lastModifiedAt": "2022-10-22T16:31:37.549682Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1bace984-64e6-44e7-9adf-690b91bfd882?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37ea2b6d-4555-4c7b-b3d1-0bde902d41c6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -858,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:30:10 GMT", + "Date": "Sat, 22 Oct 2022 16:31:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -866,17 +866,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec7bbcee-5063-4209-85d4-9824959a7173", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103010Z:ec7bbcee-5063-4209-85d4-9824959a7173", + "x-ms-correlation-request-id": "d5bcc3dd-3efa-48a0-91fd-92e6c7199b27", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163139Z:d5bcc3dd-3efa-48a0-91fd-92e6c7199b27", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1bace984-64e6-44e7-9adf-690b91bfd882", - "name": "1bace984-64e6-44e7-9adf-690b91bfd882", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37ea2b6d-4555-4c7b-b3d1-0bde902d41c6", + "name": "37ea2b6d-4555-4c7b-b3d1-0bde902d41c6", "status": "Succeeded", - "startTime": "2022-10-21T10:30:09.4112186Z", - "endTime": "2022-10-21T10:30:09.5050582Z", + "startTime": "2022-10-22T16:31:37.7418624Z", + "endTime": "2022-10-22T16:31:37.8200622Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b" @@ -898,8 +898,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:30:10 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T10%3A30%3A09.4476139Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 16:31:39 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T16%3A31%3A37.8092634Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -907,19 +907,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27825790-43c3-4cad-ba97-92508b502c2e", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103011Z:27825790-43c3-4cad-ba97-92508b502c2e", + "x-ms-correlation-request-id": "b741a9d1-5655-4f64-bfd3-314f17a71d66", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163139Z:b741a9d1-5655-4f64-bfd3-314f17a71d66", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b", "name": "sdk-py-tests-acc-1-dde5273b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T10%3A30%3A09.4476139Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T16%3A31%3A37.8092634Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T10:30:07.6507786Z" + "CreatedOnDate": "2022-10-22T16:31:36.7057899Z" }, "properties": { "activeDirectories": [ @@ -948,10 +948,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T10:30:08.4628897Z", + "createdAt": "2022-10-22T16:31:37.549682Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T10:30:08.4628897Z" + "lastModifiedAt": "2022-10-22T16:31:37.549682Z" } } }, @@ -977,30 +977,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25729128-89cd-47bf-905d-955a0c572036?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7a19fab1-299f-475c-96a1-0d54258b43f0?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:30:13 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T10%3A30%3A12.8172177Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 16:31:42 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T16%3A31%3A41.5211047Z\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": "aa9ace60-c87e-4e3c-8a9f-4cfb6757c45f", + "x-ms-correlation-request-id": "8c0b37cb-dc66-4c35-96da-363650daabf2", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103013Z:aa9ace60-c87e-4e3c-8a9f-4cfb6757c45f", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163142Z:8c0b37cb-dc66-4c35-96da-363650daabf2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T10%3A30%3A12.8172177Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T16%3A31%3A41.5211047Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T10:30:11.6235838Z" + "CreatedOnDate": "2022-10-22T16:31:40.2441656Z" }, "properties": { "serviceLevel": "Premium", @@ -1014,15 +1014,55 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T10:30:12.5900964Z", + "createdAt": "2022-10-22T16:31:41.2405303Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T10:30:12.5900964Z" + "lastModifiedAt": "2022-10-22T16:31:41.2405303Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7a19fab1-299f-475c-96a1-0d54258b43f0?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 16: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": "7ce77b2e-cb50-4f85-8f76-deae44257edd", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163142Z:7ce77b2e-cb50-4f85-8f76-deae44257edd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7a19fab1-299f-475c-96a1-0d54258b43f0", + "name": "7a19fab1-299f-475c-96a1-0d54258b43f0", + "status": "Creating", + "startTime": "2022-10-22T16:31:41.5238494Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25729128-89cd-47bf-905d-955a0c572036?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7a19fab1-299f-475c-96a1-0d54258b43f0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1036,7 +1076,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:30:13 GMT", + "Date": "Sat, 22 Oct 2022 16:32:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1044,17 +1084,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2bbfc5e-7539-4187-ac4a-d49409157960", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103014Z:b2bbfc5e-7539-4187-ac4a-d49409157960", + "x-ms-correlation-request-id": "69ad5d7c-0d8f-472b-9315-5858914c1ce9", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163212Z:69ad5d7c-0d8f-472b-9315-5858914c1ce9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25729128-89cd-47bf-905d-955a0c572036", - "name": "25729128-89cd-47bf-905d-955a0c572036", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7a19fab1-299f-475c-96a1-0d54258b43f0", + "name": "7a19fab1-299f-475c-96a1-0d54258b43f0", "status": "Succeeded", - "startTime": "2022-10-21T10:30:12.8209788Z", - "endTime": "2022-10-21T10:30:13.6336069Z", + "startTime": "2022-10-22T16:31:41.5238494Z", + "endTime": "2022-10-22T16:31:42.7585861Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1" @@ -1076,8 +1116,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:30:13 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T10%3A30%3A13.6332179Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 16:32:12 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T16%3A31%3A42.7584352Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1085,22 +1125,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ebede42c-7808-4e46-8810-c04d347e95d1", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103014Z:ebede42c-7808-4e46-8810-c04d347e95d1", + "x-ms-correlation-request-id": "a7b1a2c8-61c6-47c6-b725-d7eebb8ba353", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163213Z:a7b1a2c8-61c6-47c6-b725-d7eebb8ba353", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T10%3A30%3A13.6332179Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T16%3A31%3A42.7584352Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T10:30:11.6235838Z" + "CreatedOnDate": "2022-10-22T16:31:40.2441656Z" }, "properties": { - "poolId": "9bd729d2-88db-794e-c20c-5995aecf9ddd", + "poolId": "7d1474fb-0dea-6c5b-bcab-d83bfd66043f", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1113,10 +1153,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T10:30:12.5900964Z", + "createdAt": "2022-10-22T16:31:41.2405303Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T10:30:12.5900964Z" + "lastModifiedAt": "2022-10-22T16:31:41.2405303Z" } } }, @@ -1160,30 +1200,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1614", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:30:16 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T10%3A30%3A16.6150399Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 16:32:16 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T16%3A32%3A16.1584324Z\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": "769d49c9-8bd4-4225-9cf9-06961c06cbc3", + "x-ms-correlation-request-id": "41d6e2c3-4dba-43c6-a942-f09ee0c9ae9b", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103017Z:769d49c9-8bd4-4225-9cf9-06961c06cbc3", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163217Z:41d6e2c3-4dba-43c6-a942-f09ee0c9ae9b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b", "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T10%3A30%3A16.6150399Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T16%3A32%3A16.1584324Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T10:30:14.9105910Z" + "CreatedOnDate": "2022-10-22T16:32:13.8704434Z" }, "properties": { "serviceLevel": "Premium", @@ -1214,15 +1254,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T10:30:16.3267794Z", + "createdAt": "2022-10-22T16:32:15.2016072Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T10:30:16.3267794Z" + "lastModifiedAt": "2022-10-22T16:32:15.2016072Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1236,7 +1276,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:30:17 GMT", + "Date": "Sat, 22 Oct 2022 16:32:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1244,16 +1284,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c12b13d-aef3-4a35-a937-a92f3f3a3b76", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103017Z:5c12b13d-aef3-4a35-a937-a92f3f3a3b76", + "x-ms-correlation-request-id": "a9261e77-1da5-4896-bdca-210e235fd4bf", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163217Z:a9261e77-1da5-4896-bdca-210e235fd4bf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823", - "name": "4b21c378-56b4-4d81-8b19-11dfe377f823", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048", + "name": "6d9d64e2-7566-48ea-882d-9228a7583048", "status": "Creating", - "startTime": "2022-10-21T10:30:16.6183863Z", + "startTime": "2022-10-22T16:32:16.1599667Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1262,7 +1302,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1276,7 +1316,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:30:47 GMT", + "Date": "Sat, 22 Oct 2022 16:32:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1284,16 +1324,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dad88b18-31c9-40ae-85f3-4556f669eb68", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103048Z:dad88b18-31c9-40ae-85f3-4556f669eb68", + "x-ms-correlation-request-id": "2cc212b6-2735-4592-b825-02c1efd24c0e", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163247Z:2cc212b6-2735-4592-b825-02c1efd24c0e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823", - "name": "4b21c378-56b4-4d81-8b19-11dfe377f823", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048", + "name": "6d9d64e2-7566-48ea-882d-9228a7583048", "status": "Creating", - "startTime": "2022-10-21T10:30:16.6183863Z", + "startTime": "2022-10-22T16:32:16.1599667Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1302,7 +1342,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1316,7 +1356,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:31:18 GMT", + "Date": "Sat, 22 Oct 2022 16:33:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1324,16 +1364,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37ef2093-27a4-48dc-a6e1-2879bf72a0a3", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103118Z:37ef2093-27a4-48dc-a6e1-2879bf72a0a3", + "x-ms-correlation-request-id": "021ea6b2-4981-4b15-8f32-82663222a136", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163317Z:021ea6b2-4981-4b15-8f32-82663222a136", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823", - "name": "4b21c378-56b4-4d81-8b19-11dfe377f823", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048", + "name": "6d9d64e2-7566-48ea-882d-9228a7583048", "status": "Creating", - "startTime": "2022-10-21T10:30:16.6183863Z", + "startTime": "2022-10-22T16:32:16.1599667Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1342,7 +1382,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1356,7 +1396,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:31:47 GMT", + "Date": "Sat, 22 Oct 2022 16:33:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1364,16 +1404,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "075edd89-12da-4486-8c25-1c13da02afaa", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103148Z:075edd89-12da-4486-8c25-1c13da02afaa", + "x-ms-correlation-request-id": "d84a7ed7-7825-4721-b96e-aec0f9261306", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163348Z:d84a7ed7-7825-4721-b96e-aec0f9261306", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823", - "name": "4b21c378-56b4-4d81-8b19-11dfe377f823", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048", + "name": "6d9d64e2-7566-48ea-882d-9228a7583048", "status": "Creating", - "startTime": "2022-10-21T10:30:16.6183863Z", + "startTime": "2022-10-22T16:32:16.1599667Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1382,7 +1422,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1396,7 +1436,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:32:17 GMT", + "Date": "Sat, 22 Oct 2022 16:34:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1404,16 +1444,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb4fbdd0-2d54-44e1-ad2f-3b8f4253091f", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103218Z:fb4fbdd0-2d54-44e1-ad2f-3b8f4253091f", + "x-ms-correlation-request-id": "b94111b9-9a2d-41ae-bddd-1db527135f4e", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163418Z:b94111b9-9a2d-41ae-bddd-1db527135f4e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823", - "name": "4b21c378-56b4-4d81-8b19-11dfe377f823", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048", + "name": "6d9d64e2-7566-48ea-882d-9228a7583048", "status": "Creating", - "startTime": "2022-10-21T10:30:16.6183863Z", + "startTime": "2022-10-22T16:32:16.1599667Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1422,7 +1462,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1436,7 +1476,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:32:48 GMT", + "Date": "Sat, 22 Oct 2022 16:34:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1444,16 +1484,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c0bb791-6874-451e-90e9-9977b7644a0a", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103249Z:8c0bb791-6874-451e-90e9-9977b7644a0a", + "x-ms-correlation-request-id": "276e0e26-7186-4fae-adbc-9b684af88b67", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163448Z:276e0e26-7186-4fae-adbc-9b684af88b67", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823", - "name": "4b21c378-56b4-4d81-8b19-11dfe377f823", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048", + "name": "6d9d64e2-7566-48ea-882d-9228a7583048", "status": "Creating", - "startTime": "2022-10-21T10:30:16.6183863Z", + "startTime": "2022-10-22T16:32:16.1599667Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1462,7 +1502,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1476,7 +1516,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:33:18 GMT", + "Date": "Sat, 22 Oct 2022 16:35:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1484,16 +1524,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c58d4d9b-b1dc-4370-bb77-6de102161088", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103319Z:c58d4d9b-b1dc-4370-bb77-6de102161088", + "x-ms-correlation-request-id": "1fb42034-c546-423d-972a-b3e5fe6e17a3", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163519Z:1fb42034-c546-423d-972a-b3e5fe6e17a3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823", - "name": "4b21c378-56b4-4d81-8b19-11dfe377f823", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048", + "name": "6d9d64e2-7566-48ea-882d-9228a7583048", "status": "Creating", - "startTime": "2022-10-21T10:30:16.6183863Z", + "startTime": "2022-10-22T16:32:16.1599667Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1502,7 +1542,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1516,7 +1556,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:33:49 GMT", + "Date": "Sat, 22 Oct 2022 16:35:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1524,16 +1564,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d539cd32-a73f-4c44-8c66-b38b1e03e77a", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103349Z:d539cd32-a73f-4c44-8c66-b38b1e03e77a", + "x-ms-correlation-request-id": "fe456f09-9a25-4b90-b3c4-dcdb8cd0fa0d", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163549Z:fe456f09-9a25-4b90-b3c4-dcdb8cd0fa0d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823", - "name": "4b21c378-56b4-4d81-8b19-11dfe377f823", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048", + "name": "6d9d64e2-7566-48ea-882d-9228a7583048", "status": "Creating", - "startTime": "2022-10-21T10:30:16.6183863Z", + "startTime": "2022-10-22T16:32:16.1599667Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1542,7 +1582,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1556,7 +1596,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:34:19 GMT", + "Date": "Sat, 22 Oct 2022 16:36:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1564,16 +1604,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b1549b0-d1e2-444b-b892-87c2a6958e2d", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103419Z:4b1549b0-d1e2-444b-b892-87c2a6958e2d", + "x-ms-correlation-request-id": "5ba812dc-ba28-442f-8129-ac3ce659db2d", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163619Z:5ba812dc-ba28-442f-8129-ac3ce659db2d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823", - "name": "4b21c378-56b4-4d81-8b19-11dfe377f823", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048", + "name": "6d9d64e2-7566-48ea-882d-9228a7583048", "status": "Creating", - "startTime": "2022-10-21T10:30:16.6183863Z", + "startTime": "2022-10-22T16:32:16.1599667Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1582,7 +1622,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1596,7 +1636,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:34:49 GMT", + "Date": "Sat, 22 Oct 2022 16:36:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1604,17 +1644,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7b4a7185-bc10-42f9-b30f-442f266e6059", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103450Z:7b4a7185-bc10-42f9-b30f-442f266e6059", + "x-ms-correlation-request-id": "dde644c9-4976-4135-abb6-bfd5ab7da92a", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163649Z:dde644c9-4976-4135-abb6-bfd5ab7da92a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b21c378-56b4-4d81-8b19-11dfe377f823", - "name": "4b21c378-56b4-4d81-8b19-11dfe377f823", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048", + "name": "6d9d64e2-7566-48ea-882d-9228a7583048", "status": "Succeeded", - "startTime": "2022-10-21T10:30:16.6183863Z", - "endTime": "2022-10-21T10:34:27.2857674Z", + "startTime": "2022-10-22T16:32:16.1599667Z", + "endTime": "2022-10-22T16:36:49.1076743Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" @@ -1636,8 +1676,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:34:49 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T10%3A34%3A27.287808Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 16:36:50 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T16%3A36%3A49.1032392Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1645,22 +1685,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ef336a6-a343-4878-b4d8-21ef09934fd0", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103450Z:1ef336a6-a343-4878-b4d8-21ef09934fd0", + "x-ms-correlation-request-id": "ae5c5bdd-2b39-4cf2-97c1-b6a835807dda", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163651Z:ae5c5bdd-2b39-4cf2-97c1-b6a835807dda", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b", "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T10%3A34%3A27.287808Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T16%3A36%3A49.1032392Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T10:30:14.9105910Z" + "CreatedOnDate": "2022-10-22T16:32:13.8704434Z" }, "properties": { - "fileSystemId": "713dea97-7c14-eac2-f40a-f04f4e6ec1ef", + "fileSystemId": "18ce9450-20f0-7c0c-3b78-3c90bbad8a40", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-dde5273b", "usageThreshold": 107374182400, @@ -1688,7 +1728,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_afb8149c", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_b06d7f02", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1703,8 +1743,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "713dea97-7c14-eac2-f40a-f04f4e6ec1ef", - "fileSystemId": "713dea97-7c14-eac2-f40a-f04f4e6ec1ef", + "mountTargetId": "18ce9450-20f0-7c0c-3b78-3c90bbad8a40", + "fileSystemId": "18ce9450-20f0-7c0c-3b78-3c90bbad8a40", "ipAddress": "10.0.0.4" } ], @@ -1724,10 +1764,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T10:30:16.3267794Z", + "createdAt": "2022-10-22T16:32:15.2016072Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T10:30:16.3267794Z" + "lastModifiedAt": "2022-10-22T16:32:15.2016072Z" } } }, @@ -1750,20 +1790,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99108adc-da8d-4510-b132-da20a4f55389?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d1fd03-0591-40aa-9f1f-b442c13335f3?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "544", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:34:50 GMT", + "Date": "Sat, 22 Oct 2022 16:36:51 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99108adc-da8d-4510-b132-da20a4f55389?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d1fd03-0591-40aa-9f1f-b442c13335f3?api-version=2022-05-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": "96f3409c-7990-4b3c-bf9f-6ead75b2e887", + "x-ms-correlation-request-id": "a8322b2d-a3aa-4c30-af4d-d46de2b314e9", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103451Z:96f3409c-7990-4b3c-bf9f-6ead75b2e887", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163651Z:a8322b2d-a3aa-4c30-af4d-d46de2b314e9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1778,91 +1818,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:34: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": "d01fb160-bbd1-4b84-b1d3-d389ae43df89", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103452Z:d01fb160-bbd1-4b84-b1d3-d389ae43df89", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2?api-version=2022-05-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/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "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/westus2/operationResults/210678cb-285f-4e76-8c2a-274a7159a57a?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "544", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:34:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/210678cb-285f-4e76-8c2a-274a7159a57a?api-version=2022-05-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": "7504d645-f9f9-4314-b3f2-5f55df3c9822", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103452Z:7504d645-f9f9-4314-b3f2-5f55df3c9822", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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/providers/Microsoft.NetApp/locations/westus2/operationResults/210678cb-285f-4e76-8c2a-274a7159a57a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d1fd03-0591-40aa-9f1f-b442c13335f3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1876,7 +1832,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:34:53 GMT", + "Date": "Sat, 22 Oct 2022 16:36:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1884,58 +1840,18 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a01e6ecf-8094-428b-be44-199d8047cb73", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103453Z:a01e6ecf-8094-428b-be44-199d8047cb73", + "x-ms-correlation-request-id": "6ae76a00-7b24-4037-b249-c621520c8d36", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163652Z:6ae76a00-7b24-4037-b249-c621520c8d36", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/210678cb-285f-4e76-8c2a-274a7159a57a", - "name": "210678cb-285f-4e76-8c2a-274a7159a57a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d1fd03-0591-40aa-9f1f-b442c13335f3", + "name": "20d1fd03-0591-40aa-9f1f-b442c13335f3", "status": "Creating", - "startTime": "2022-10-21T10:34:52.6574636Z", + "startTime": "2022-10-22T16:36:51.5751031Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99108adc-da8d-4510-b132-da20a4f55389?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:34: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": "07231d5f-527b-40d6-95ac-27212b2b74c6", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103453Z:07231d5f-527b-40d6-95ac-27212b2b74c6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99108adc-da8d-4510-b132-da20a4f55389", - "name": "99108adc-da8d-4510-b132-da20a4f55389", - "status": "Succeeded", - "startTime": "2022-10-21T10:34:50.8788711Z", - "endTime": "2022-10-21T10:34:51.7071116Z", - "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1" } @@ -1944,44 +1860,6 @@ { "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10: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": "70ba2052-b414-443e-8f63-6b83e12e08bb", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103455Z:70ba2052-b414-443e-8f63-6b83e12e08bb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes?api-version=2022-05-01", - "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", @@ -1989,1290 +1867,28 @@ "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:34: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": "846fd357-ff60-4b44-b3ba-dc17b6a521b9", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103457Z:846fd357-ff60-4b44-b3ba-dc17b6a521b9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/62bfca37-3eff-4307-850e-ba582348bc1a?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 10:34:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/62bfca37-3eff-4307-850e-ba582348bc1a?api-version=2022-05-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": "6300ecb5-d4e9-4fe5-a7c9-2fb0311c40f1", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103458Z:6300ecb5-d4e9-4fe5-a7c9-2fb0311c40f1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/62bfca37-3eff-4307-850e-ba582348bc1a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "84", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:34:58 GMT", + "Date": "Sat, 22 Oct 2022 16:36: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": "915bfbac-6f7e-4892-839c-2b858f8cbe02", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103458Z:915bfbac-6f7e-4892-839c-2b858f8cbe02", + "x-ms-correlation-request-id": "b6dd5b58-c737-4fdd-b905-746cab026fe4", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T163652Z:b6dd5b58-c737-4fdd-b905-746cab026fe4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/62bfca37-3eff-4307-850e-ba582348bc1a", - "name": "62bfca37-3eff-4307-850e-ba582348bc1a", - "status": "Deleting", - "startTime": "2022-10-21T10:34:58.1775322Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1" + "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/westus2/operationResults/210678cb-285f-4e76-8c2a-274a7159a57a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:35: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": "58aa8a31-6fab-495a-affa-39691e31f02f", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103523Z:58aa8a31-6fab-495a-affa-39691e31f02f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/210678cb-285f-4e76-8c2a-274a7159a57a", - "name": "210678cb-285f-4e76-8c2a-274a7159a57a", - "status": "Succeeded", - "startTime": "2022-10-21T10:34:52.6574636Z", - "endTime": "2022-10-21T10:34:53.3763144Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:35: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": "e557b068-a742-484e-b9bd-064b96624d44", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103524Z:e557b068-a742-484e-b9bd-064b96624d44", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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/westus2/operationResults/62bfca37-3eff-4307-850e-ba582348bc1a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:35: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": "47ed6a00-c3f7-4627-90fd-65e4305c8515", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103528Z:47ed6a00-c3f7-4627-90fd-65e4305c8515", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/62bfca37-3eff-4307-850e-ba582348bc1a", - "name": "62bfca37-3eff-4307-850e-ba582348bc1a", - "status": "Succeeded", - "startTime": "2022-10-21T10:34:58.1775322Z", - "endTime": "2022-10-21T10:34:58.6462972Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:35: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": "00328fcc-e7ca-436b-8e77-3f6ec5a02520", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103529Z:00328fcc-e7ca-436b-8e77-3f6ec5a02520", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7296f764-4c77-4f05-8d0f-24a343749ec4?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 10:35:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7296f764-4c77-4f05-8d0f-24a343749ec4?api-version=2022-05-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": "74da666b-c81c-4392-bdc1-af328cfc7c4d", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103529Z:74da666b-c81c-4392-bdc1-af328cfc7c4d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7296f764-4c77-4f05-8d0f-24a343749ec4?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:35: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": "6dafa9b4-932e-4cda-9fd4-e2033d13bd2c", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103530Z:6dafa9b4-932e-4cda-9fd4-e2033d13bd2c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7296f764-4c77-4f05-8d0f-24a343749ec4", - "name": "7296f764-4c77-4f05-8d0f-24a343749ec4", - "status": "Deleting", - "startTime": "2022-10-21T10:35:29.7630014Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7296f764-4c77-4f05-8d0f-24a343749ec4?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10: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": "93c82182-f3a5-4653-b0dd-6a327f38a1de", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103600Z:93c82182-f3a5-4653-b0dd-6a327f38a1de", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7296f764-4c77-4f05-8d0f-24a343749ec4", - "name": "7296f764-4c77-4f05-8d0f-24a343749ec4", - "status": "Succeeded", - "startTime": "2022-10-21T10:35:29.7630014Z", - "endTime": "2022-10-21T10:35:30.2161446Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:36: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": "752d4ec1-fad7-492b-8c1c-9adf5e199914", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103601Z:752d4ec1-fad7-492b-8c1c-9adf5e199914", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 10:36:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9?api-version=2022-05-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": "ea6f37e7-aa13-4f18-9a90-8ec2d78be633", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103602Z:ea6f37e7-aa13-4f18-9a90-8ec2d78be633", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:36: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": "b1054ae9-43eb-442e-af8c-16ea25c89b9b", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103602Z:b1054ae9-43eb-442e-af8c-16ea25c89b9b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9", - "name": "f0d1819f-18ae-4825-bad5-f28c9efa3bb9", - "status": "Deleting", - "startTime": "2022-10-21T10:36:02.262856Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:36: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": "ef451979-0dd1-4f3c-98bf-0f3d6938e0e7", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103633Z:ef451979-0dd1-4f3c-98bf-0f3d6938e0e7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9", - "name": "f0d1819f-18ae-4825-bad5-f28c9efa3bb9", - "status": "Deleting", - "startTime": "2022-10-21T10:36:02.262856Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:37: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": "3130c7ba-2922-4ec8-94f2-1c9a3ec2dc7c", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103703Z:3130c7ba-2922-4ec8-94f2-1c9a3ec2dc7c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9", - "name": "f0d1819f-18ae-4825-bad5-f28c9efa3bb9", - "status": "Deleting", - "startTime": "2022-10-21T10:36:02.262856Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:37: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": "723e609a-96f5-440a-918e-81b57a9d4e7a", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103733Z:723e609a-96f5-440a-918e-81b57a9d4e7a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9", - "name": "f0d1819f-18ae-4825-bad5-f28c9efa3bb9", - "status": "Deleting", - "startTime": "2022-10-21T10:36:02.262856Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:38: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": "6f424a7b-0423-4c8f-a76a-ec39e4e7fb86", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103803Z:6f424a7b-0423-4c8f-a76a-ec39e4e7fb86", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9", - "name": "f0d1819f-18ae-4825-bad5-f28c9efa3bb9", - "status": "Succeeded", - "startTime": "2022-10-21T10:36:02.262856Z", - "endTime": "2022-10-21T10:37:43.7556151Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d1819f-18ae-4825-bad5-f28c9efa3bb9?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:38: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": "da371e49-5814-4613-8a89-9cf2821d1096", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T103804Z:da371e49-5814-4613-8a89-9cf2821d1096", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T10%3A37%3A38.7921157Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-21T10:30:14.9105910Z" - }, - "properties": { - "fileSystemId": "713dea97-7c14-eac2-f40a-f04f4e6ec1ef", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-dde5273b", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_afb8149c", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b", - "poolId": "9bd729d2-88db-794e-c20c-5995aecf9ddd", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "713dea97-7c14-eac2-f40a-f04f4e6ec1ef", - "fileSystemId": "713dea97-7c14-eac2-f40a-f04f4e6ec1ef", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-21T10:30:16.3267794Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T10:30:16.3267794Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "324", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:41:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cdeed4d7-af37-4817-a629-c2d96c45d807", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104126Z:cdeed4d7-af37-4817-a629-c2d96c45d807" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a2c144ab-9bd4-41de-ad0a-d4fb3790a144?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 10:41:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a2c144ab-9bd4-41de-ad0a-d4fb3790a144?api-version=2022-05-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": "6ded5b75-0f63-4460-89ab-af7bd75309eb", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104139Z:6ded5b75-0f63-4460-89ab-af7bd75309eb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a2c144ab-9bd4-41de-ad0a-d4fb3790a144?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:41: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": "9733e30c-2d4a-4ea0-a8fd-b00d8717e4da", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104139Z:9733e30c-2d4a-4ea0-a8fd-b00d8717e4da", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a2c144ab-9bd4-41de-ad0a-d4fb3790a144", - "name": "a2c144ab-9bd4-41de-ad0a-d4fb3790a144", - "status": "Deleting", - "startTime": "2022-10-21T10:41:38.8584098Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a2c144ab-9bd4-41de-ad0a-d4fb3790a144?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:42: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": "3da4fe2c-1e01-4956-84ab-bb004c7df910", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104209Z:3da4fe2c-1e01-4956-84ab-bb004c7df910", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a2c144ab-9bd4-41de-ad0a-d4fb3790a144", - "name": "a2c144ab-9bd4-41de-ad0a-d4fb3790a144", - "status": "Succeeded", - "startTime": "2022-10-21T10:41:38.8584098Z", - "endTime": "2022-10-21T10:41:39.9522653Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a2c144ab-9bd4-41de-ad0a-d4fb3790a144?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:42: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": "28a53ba9-f5be-44d2-8e27-9cd264292d82", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104209Z:28a53ba9-f5be-44d2-8e27-9cd264292d82", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T10%3A41%3A38.861646Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-21T10:30:11.6235838Z" - }, - "properties": { - "poolId": "9bd729d2-88db-794e-c20c-5995aecf9ddd", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-21T10:30:12.5900964Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T10:30:12.5900964Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 10:42:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c4614d8-9300-4c07-8990-e23dc14daedc", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104220Z:8c4614d8-9300-4c07-8990-e23dc14daedc" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 10:42:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c2dfac6-004f-40ce-8b86-9d04ffdc3573", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104230Z:4c2dfac6-004f-40ce-8b86-9d04ffdc3573" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 10:42:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d9e117b5-5b20-4cc6-b182-5d4f9d458acc", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104240Z:d9e117b5-5b20-4cc6-b182-5d4f9d458acc" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 10:42:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "018f9f36-d6fd-48aa-bf7f-a69968bfea6e", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104251Z:018f9f36-d6fd-48aa-bf7f-a69968bfea6e" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:43:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "21ff6b66-fd8c-4ab4-91f5-1541babb02ce", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104301Z:21ff6b66-fd8c-4ab4-91f5-1541babb02ce" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59c93080-6727-49e4-98ed-cad23bea1f1f?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 10:43:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59c93080-6727-49e4-98ed-cad23bea1f1f?api-version=2022-05-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": "1764ce79-52ab-4ac4-bc00-fb1a68ac53e1", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104302Z:1764ce79-52ab-4ac4-bc00-fb1a68ac53e1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59c93080-6727-49e4-98ed-cad23bea1f1f?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:43: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": "6a9e93d4-9619-43d6-b246-ce30e596652a", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104303Z:6a9e93d4-9619-43d6-b246-ce30e596652a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59c93080-6727-49e4-98ed-cad23bea1f1f", - "name": "59c93080-6727-49e4-98ed-cad23bea1f1f", - "status": "Succeeded", - "startTime": "2022-10-21T10:43:02.6433703Z", - "endTime": "2022-10-21T10:43:02.6901751Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59c93080-6727-49e4-98ed-cad23bea1f1f?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:43: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": "2495fe6d-0f29-4a52-a421-dccd772599e3", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104303Z:2495fe6d-0f29-4a52-a421-dccd772599e3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b", - "name": "sdk-py-tests-acc-1-dde5273b", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T10%3A43%3A02.6486723Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-21T10:30:07.6507786Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-21T10:30:08.4628897Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T10:30:08.4628897Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "255", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 10:43:02 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": "fb405edb-b9cb-468b-b0f4-1cca175b3afd", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104303Z:fb405edb-b9cb-468b-b0f4-1cca175b3afd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b\u0027 is not found." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/adeee248-730c-4df7-9005-e438b0d3d9aa?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 10:43:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/adeee248-730c-4df7-9005-e438b0d3d9aa?api-version=2022-05-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eb4e1cdd-a435-4c8f-a4b7-dcfc3d2851a1", - "x-ms-correlation-request-id": "e6b0b741-56c5-41b0-b1c8-6197e92825e5", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T104304Z:e6b0b741-56c5-41b0-b1c8-6197e92825e5" - }, - "ResponseBody": null } ], "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 e7fabe15bb06..17d5db8a2507 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:08:08 GMT", + "Date": "Sat, 22 Oct 2022 17:09:08 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.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:08:08 GMT", + "Date": "Sat, 22 Oct 2022 17:09:09 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.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "ec8de3a1-94b4-4f3a-aebb-ce67a847f0f0", + "client-request-id": "75d61433-37f3-4a5c-8b3a-e6d0b007a5f1", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "ec8de3a1-94b4-4f3a-aebb-ce67a847f0f0", + "client-request-id": "75d61433-37f3-4a5c-8b3a-e6d0b007a5f1", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:08:08 GMT", + "Date": "Sat, 22 Oct 2022 17:09:09 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f433e069-0145-497a-971e-249a34dd1490?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/419ccb26-e5a5-4440-bcf6-f5fa3e7dc80d?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:08:17 GMT", + "Date": "Sat, 22 Oct 2022 17:09:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "141b92f9-be83-46d6-9e07-8b9cc5a2bb2d", - "x-ms-correlation-request-id": "bc656346-d2d7-47da-8542-23fca7c41ab7", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230817Z:bc656346-d2d7-47da-8542-23fca7c41ab7" + "x-ms-arm-service-request-id": "8cf6379f-effe-4912-ae21-8a24827b1cd0", + "x-ms-correlation-request-id": "af4ef2c6-cf30-45cc-bbb1-121f27c4ed8c", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T170917Z:af4ef2c6-cf30-45cc-bbb1-121f27c4ed8c" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-ec2121ad", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad", - "etag": "W/\u00220bddb6fd-4c78-4877-bf9d-af835fd3a740\u0022", + "etag": "W/\u00225f72a6ea-3439-4ccb-a95b-99e46b68fa5c\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T23:08:11.6561501Z" + "CreatedOnDate": "2022-10-22T17:09:11.7573714Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "10acfbab-b60b-407d-9d50-8424a9923228", + "resourceGuid": "3137f6b7-1e85-4ba8-a626-ae6cea39c6e8", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f433e069-0145-497a-971e-249a34dd1490?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/419ccb26-e5a5-4440-bcf6-f5fa3e7dc80d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,10 +293,9 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:08:17 GMT", + "Date": "Sat, 22 Oct 2022 17:09:17 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" @@ -305,45 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9a505fa0-3cf6-41f8-94b1-d3e7d7200bbd", - "x-ms-correlation-request-id": "216cc639-7d22-4043-9c00-3c3045aa539e", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230817Z:216cc639-7d22-4043-9c00-3c3045aa539e" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f433e069-0145-497a-971e-249a34dd1490?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:08:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "31c2cba4-eea0-4e38-9e0c-032f238b0250", - "x-ms-correlation-request-id": "0950a0ca-81dc-4f7a-a4d2-260c782a75d9", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230828Z:0950a0ca-81dc-4f7a-a4d2-260c782a75d9" + "x-ms-arm-service-request-id": "70d8a8fb-ca74-407a-b267-07166de1e930", + "x-ms-correlation-request-id": "2ec984aa-03bb-44ae-9070-006a2f45cf99", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T170917Z:2ec984aa-03bb-44ae-9070-006a2f45cf99" }, "ResponseBody": { "status": "Succeeded" @@ -364,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:08:27 GMT", - "ETag": "W/\u0022841e34bc-5b9e-452f-a2d9-b81a993a756d\u0022", + "Date": "Sat, 22 Oct 2022 17:09:18 GMT", + "ETag": "W/\u0022461012bd-c830-4e7f-9863-ccc218528b27\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -376,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0d36c509-6de1-4bbd-9245-de88f62a8a58", - "x-ms-correlation-request-id": "695aab70-ad85-4e79-872b-bb1668f855a3", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230828Z:695aab70-ad85-4e79-872b-bb1668f855a3" + "x-ms-arm-service-request-id": "2227b55a-b8c6-4ab7-a8df-6bba1e9593a5", + "x-ms-correlation-request-id": "37df89f8-99db-4dd8-b6d2-70df1daa1ad3", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T170918Z:37df89f8-99db-4dd8-b6d2-70df1daa1ad3" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-ec2121ad", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad", - "etag": "W/\u0022841e34bc-5b9e-452f-a2d9-b81a993a756d\u0022", + "etag": "W/\u0022461012bd-c830-4e7f-9863-ccc218528b27\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T23:08:11.6561501Z" + "CreatedOnDate": "2022-10-22T17:09:11.7573714Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "10acfbab-b60b-407d-9d50-8424a9923228", + "resourceGuid": "3137f6b7-1e85-4ba8-a626-ae6cea39c6e8", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -431,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/80f1b278-083c-41c2-a9c7-cd31e14ab1c9?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c5593f8b-6810-4b58-9b94-796558ed333c?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:08:28 GMT", + "Date": "Sat, 22 Oct 2022 17:09:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -445,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dd9a7cd9-210e-4eec-a31f-7fc826dcfb2a", - "x-ms-correlation-request-id": "443717a2-343e-4163-bb9a-78385b27e76e", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230829Z:443717a2-343e-4163-bb9a-78385b27e76e" + "x-ms-arm-service-request-id": "382c9aa9-793e-463d-9570-e3eb9bb27be5", + "x-ms-correlation-request-id": "fd087fa5-db7e-4440-bca3-08c580330964", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T170919Z:fd087fa5-db7e-4440-bca3-08c580330964" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default", - "etag": "W/\u0022e32746ef-1730-48be-81b9-63299448b3b1\u0022", + "etag": "W/\u0022faeeac25-6f6a-4c10-9483-3a24277e2ac4\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -461,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022e32746ef-1730-48be-81b9-63299448b3b1\u0022", + "etag": "W/\u0022faeeac25-6f6a-4c10-9483-3a24277e2ac4\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -481,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/80f1b278-083c-41c2-a9c7-cd31e14ab1c9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c5593f8b-6810-4b58-9b94-796558ed333c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -495,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:08:28 GMT", + "Date": "Sat, 22 Oct 2022 17:09:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "93afa22e-ba20-4245-9c8d-728b46837711", - "x-ms-correlation-request-id": "5f80cfe7-eb9a-46bc-baaf-ce49c0447413", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230829Z:5f80cfe7-eb9a-46bc-baaf-ce49c0447413" + "x-ms-arm-service-request-id": "130e9390-0065-4182-b3d7-dd75446166d1", + "x-ms-correlation-request-id": "b9b18e60-e0f7-405f-9f42-d6fb7ca222b6", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T170919Z:b9b18e60-e0f7-405f-9f42-d6fb7ca222b6" }, "ResponseBody": { "status": "Succeeded" @@ -530,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:08:29 GMT", - "ETag": "W/\u0022601d0af7-ec07-4960-9cb3-9803910a2a10\u0022", + "Date": "Sat, 22 Oct 2022 17:09:19 GMT", + "ETag": "W/\u0022ffcd42ae-fc1e-4e12-8548-3b2d8109748d\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -542,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "505c2b6c-fb43-4c2b-9f27-0276f1770801", - "x-ms-correlation-request-id": "719e1fd2-ee96-41a6-b642-67f7b770a039", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230829Z:719e1fd2-ee96-41a6-b642-67f7b770a039" + "x-ms-arm-service-request-id": "63695bfb-9ca4-4288-8972-b6a7962b0c74", + "x-ms-correlation-request-id": "c1f0abd5-d22b-41f4-ad01-e8da4189d1ac", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T170920Z:c1f0abd5-d22b-41f4-ad01-e8da4189d1ac" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default", - "etag": "W/\u0022601d0af7-ec07-4960-9cb3-9803910a2a10\u0022", + "etag": "W/\u0022ffcd42ae-fc1e-4e12-8548-3b2d8109748d\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -558,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022601d0af7-ec07-4960-9cb3-9803910a2a10\u0022", + "etag": "W/\u0022ffcd42ae-fc1e-4e12-8548-3b2d8109748d\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -594,12 +558,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:08:29 GMT", + "Date": "Sat, 22 Oct 2022 17:09:20 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -688,12 +652,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:08:29 GMT", + "Date": "Sat, 22 Oct 2022 17:09:20 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.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -749,7 +713,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "e3f6ad47-c9ca-4d40-819e-7070a9b0bf83", + "client-request-id": "0900c758-ce1c-47fa-86ad-41b5ff8d4c63", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -767,10 +731,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "e3f6ad47-c9ca-4d40-819e-7070a9b0bf83", + "client-request-id": "0900c758-ce1c-47fa-86ad-41b5ff8d4c63", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:08:29 GMT", + "Date": "Sat, 22 Oct 2022 17:09:20 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -778,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -805,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d0c904d-1b7f-4630-a16c-331e97b827ab?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae13f5f6-e7e4-45e3-8d33-302513c0d6f7?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "704", + "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:08:33 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T23%3A08%3A33.2138975Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 17:09:24 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T17%3A09%3A23.4798713Z\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": "dc780bdb-3349-4b75-805f-186ceca6a34b", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230834Z:dc780bdb-3349-4b75-805f-186ceca6a34b", + "x-ms-correlation-request-id": "850129b4-8904-42b3-a195-478600732dd6", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T170924Z:850129b4-8904-42b3-a195-478600732dd6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad", "name": "sdk-py-tests-acc-1-ec2121ad", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T23%3A08%3A33.2138975Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A09%3A23.4798713Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T23:08:31.4813531Z" + "CreatedOnDate": "2022-10-22T17:09:21.6435101Z" }, "properties": { "provisioningState": "Creating" @@ -836,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T23:08:32.294701Z", + "createdAt": "2022-10-22T17:09:22.4934783Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T23:08:32.294701Z" + "lastModifiedAt": "2022-10-22T17:09:22.4934783Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d0c904d-1b7f-4630-a16c-331e97b827ab?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae13f5f6-e7e4-45e3-8d33-302513c0d6f7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -858,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:08:33 GMT", + "Date": "Sat, 22 Oct 2022 17:09:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -866,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f7e25780-0f64-4c79-b9c7-9430715d13c0", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230834Z:f7e25780-0f64-4c79-b9c7-9430715d13c0", + "x-ms-correlation-request-id": "c1c102ed-503a-4a46-a7d5-0e66a0f22319", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T170925Z:c1c102ed-503a-4a46-a7d5-0e66a0f22319", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d0c904d-1b7f-4630-a16c-331e97b827ab", - "name": "0d0c904d-1b7f-4630-a16c-331e97b827ab", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae13f5f6-e7e4-45e3-8d33-302513c0d6f7", + "name": "ae13f5f6-e7e4-45e3-8d33-302513c0d6f7", "status": "Succeeded", - "startTime": "2022-10-20T23:08:33.2172708Z", - "endTime": "2022-10-20T23:08:33.2642281Z", + "startTime": "2022-10-22T17:09:23.4841607Z", + "endTime": "2022-10-22T17:09:23.5779657Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad" @@ -898,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:08:34 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T23%3A08%3A33.2641076Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 17:09:25 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T17%3A09%3A23.5827404Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -907,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d4a2508-5d8f-4b1f-89ca-476ddaf8f8cf", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230835Z:2d4a2508-5d8f-4b1f-89ca-476ddaf8f8cf", + "x-ms-correlation-request-id": "0f505ff0-fa96-4bd1-8672-1ba383a710f4", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T170925Z:0f505ff0-fa96-4bd1-8672-1ba383a710f4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad", "name": "sdk-py-tests-acc-1-ec2121ad", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T23%3A08%3A33.2641076Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A09%3A23.5827404Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T23:08:31.4813531Z" + "CreatedOnDate": "2022-10-22T17:09:21.6435101Z" }, "properties": { "activeDirectories": [ @@ -948,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T23:08:32.294701Z", + "createdAt": "2022-10-22T17:09:22.4934783Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T23:08:32.294701Z" + "lastModifiedAt": "2022-10-22T17:09:22.4934783Z" } } }, @@ -977,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1205745d-b8ab-44ff-95e6-6e133d5fecea?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/523b9e2c-4394-425d-8e38-8c4d4033c459?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:08:36 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T23%3A08%3A36.6229499Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 17:09:27 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T17%3A09%3A27.0448135Z\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": "1e4fa1cc-3363-410f-8ef9-f944280e3ff5", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230837Z:1e4fa1cc-3363-410f-8ef9-f944280e3ff5", + "x-ms-correlation-request-id": "a914caa5-d896-439c-8e14-8b9c72c042fd", + "x-ms-ratelimit-remaining-subscription-writes": "1189", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T170927Z:a914caa5-d896-439c-8e14-8b9c72c042fd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-ec2121ad/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T23%3A08%3A36.6229499Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A09%3A27.0448135Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T23:08:35.4353801Z" + "CreatedOnDate": "2022-10-22T17:09:25.8109723Z" }, "properties": { "serviceLevel": "Premium", @@ -1014,15 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T23:08:36.4221215Z", + "createdAt": "2022-10-22T17:09:26.8072948Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T23:08:36.4221215Z" + "lastModifiedAt": "2022-10-22T17:09:26.8072948Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1205745d-b8ab-44ff-95e6-6e133d5fecea?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/523b9e2c-4394-425d-8e38-8c4d4033c459?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1036,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:08:36 GMT", + "Date": "Sat, 22 Oct 2022 17:09:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1044,17 +1008,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "19d3cbe8-fc69-4d31-b802-839553f8ef91", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230837Z:19d3cbe8-fc69-4d31-b802-839553f8ef91", + "x-ms-correlation-request-id": "e35b2f8b-2c8b-41d5-a58a-53bd47d99cc1", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T170928Z:e35b2f8b-2c8b-41d5-a58a-53bd47d99cc1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1205745d-b8ab-44ff-95e6-6e133d5fecea", - "name": "1205745d-b8ab-44ff-95e6-6e133d5fecea", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/523b9e2c-4394-425d-8e38-8c4d4033c459", + "name": "523b9e2c-4394-425d-8e38-8c4d4033c459", "status": "Succeeded", - "startTime": "2022-10-20T23:08:36.6238018Z", - "endTime": "2022-10-20T23:08:37.4051128Z", + "startTime": "2022-10-22T17:09:27.0467318Z", + "endTime": "2022-10-22T17:09:27.8129163Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1" @@ -1076,8 +1040,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:08:38 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T23%3A08%3A37.4017847Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 17:09:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T17%3A09%3A27.8033183Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1085,22 +1049,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ef2f7b8-92ae-4a80-94f1-8ead15a27da9", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230838Z:5ef2f7b8-92ae-4a80-94f1-8ead15a27da9", + "x-ms-correlation-request-id": "843afa3d-4bfa-408e-aec7-b04c1135ec17", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T170928Z:843afa3d-4bfa-408e-aec7-b04c1135ec17", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-ec2121ad/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T23%3A08%3A37.4017847Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A09%3A27.8033183Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T23:08:35.4353801Z" + "CreatedOnDate": "2022-10-22T17:09:25.8109723Z" }, "properties": { - "poolId": "523a4924-5873-2819-cc8e-4b23cf0ee754", + "poolId": "294fbd04-e1c5-fc0b-07e5-eecefcf4bc0c", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1113,10 +1077,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T23:08:36.4221215Z", + "createdAt": "2022-10-22T17:09:26.8072948Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T23:08:36.4221215Z" + "lastModifiedAt": "2022-10-22T17:09:26.8072948Z" } } }, @@ -1159,30 +1123,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:08:50 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T23%3A08%3A49.6774918Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 17:09:41 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T17%3A09%3A40.7738877Z\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": "47247d4b-5cac-4c1f-856f-120e84a8eba8", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230850Z:47247d4b-5cac-4c1f-856f-120e84a8eba8", + "x-ms-correlation-request-id": "1cb606bc-466e-42e3-ba54-541d57fccf5d", + "x-ms-ratelimit-remaining-subscription-writes": "1188", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T170941Z:1cb606bc-466e-42e3-ba54-541d57fccf5d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad", "name": "sdk-py-tests-acc-1-ec2121ad/sdk-py-tests-pool-1/sdk-py-tests-vol-3-ec2121ad", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T23%3A08%3A49.6774918Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A09%3A40.7738877Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T23:08:48.4028748Z" + "CreatedOnDate": "2022-10-22T17:09:38.8869827Z" }, "properties": { "serviceLevel": "Premium", @@ -1212,15 +1176,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T23:08:49.4138234Z", + "createdAt": "2022-10-22T17:09:39.8931436Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T23:08:49.4138234Z" + "lastModifiedAt": "2022-10-22T17:09:39.8931436Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1234,7 +1198,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:08:50 GMT", + "Date": "Sat, 22 Oct 2022 17:09:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1242,16 +1206,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f231cf0-8b41-43d1-bddc-3d1c88d6eadd", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230850Z:5f231cf0-8b41-43d1-bddc-3d1c88d6eadd", + "x-ms-correlation-request-id": "08feeb23-42f8-45bb-a968-753924183641", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T170941Z:08feeb23-42f8-45bb-a968-753924183641", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008", - "name": "6d17434e-79be-4fb9-a932-fe7823a2e008", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7", + "name": "10bd0cab-67e4-479f-acd0-b71f253b1bb7", "status": "Creating", - "startTime": "2022-10-20T23:08:49.6819673Z", + "startTime": "2022-10-22T17:09:40.7986018Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1260,7 +1224,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1274,7 +1238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:09:20 GMT", + "Date": "Sat, 22 Oct 2022 17:10:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1282,16 +1246,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8e707034-771f-408a-b895-2feacf8eb82a", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230921Z:8e707034-771f-408a-b895-2feacf8eb82a", + "x-ms-correlation-request-id": "711163fa-8637-46d2-9247-2f2fcbec1ee1", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T171012Z:711163fa-8637-46d2-9247-2f2fcbec1ee1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008", - "name": "6d17434e-79be-4fb9-a932-fe7823a2e008", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7", + "name": "10bd0cab-67e4-479f-acd0-b71f253b1bb7", "status": "Creating", - "startTime": "2022-10-20T23:08:49.6819673Z", + "startTime": "2022-10-22T17:09:40.7986018Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1300,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1314,7 +1278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:09:50 GMT", + "Date": "Sat, 22 Oct 2022 17:10:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1322,16 +1286,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c4a0913-a13b-4ad8-9efe-ac4c9c69e093", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T230951Z:6c4a0913-a13b-4ad8-9efe-ac4c9c69e093", + "x-ms-correlation-request-id": "aaeaf4f1-9523-4e45-ae52-e5548c2682aa", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T171042Z:aaeaf4f1-9523-4e45-ae52-e5548c2682aa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008", - "name": "6d17434e-79be-4fb9-a932-fe7823a2e008", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7", + "name": "10bd0cab-67e4-479f-acd0-b71f253b1bb7", "status": "Creating", - "startTime": "2022-10-20T23:08:49.6819673Z", + "startTime": "2022-10-22T17:09:40.7986018Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1340,7 +1304,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1354,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:10:21 GMT", + "Date": "Sat, 22 Oct 2022 17:11:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1362,16 +1326,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50b00e89-7121-4ae4-beab-107c93034b56", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T231021Z:50b00e89-7121-4ae4-beab-107c93034b56", + "x-ms-correlation-request-id": "3abd98a9-5fea-46b1-a56c-604c3d2ff481", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T171112Z:3abd98a9-5fea-46b1-a56c-604c3d2ff481", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008", - "name": "6d17434e-79be-4fb9-a932-fe7823a2e008", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7", + "name": "10bd0cab-67e4-479f-acd0-b71f253b1bb7", "status": "Creating", - "startTime": "2022-10-20T23:08:49.6819673Z", + "startTime": "2022-10-22T17:09:40.7986018Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1380,7 +1344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1394,7 +1358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:10:51 GMT", + "Date": "Sat, 22 Oct 2022 17:11:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1402,16 +1366,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91e48003-6540-4220-9f01-0845ccf5ee70", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T231051Z:91e48003-6540-4220-9f01-0845ccf5ee70", + "x-ms-correlation-request-id": "49999076-2705-4695-8d4a-cf5452805008", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T171143Z:49999076-2705-4695-8d4a-cf5452805008", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008", - "name": "6d17434e-79be-4fb9-a932-fe7823a2e008", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7", + "name": "10bd0cab-67e4-479f-acd0-b71f253b1bb7", "status": "Creating", - "startTime": "2022-10-20T23:08:49.6819673Z", + "startTime": "2022-10-22T17:09:40.7986018Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1420,7 +1384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1434,7 +1398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:11:21 GMT", + "Date": "Sat, 22 Oct 2022 17:12:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1442,16 +1406,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c368e5c-5844-4472-af41-4bff609cbe6f", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T231122Z:8c368e5c-5844-4472-af41-4bff609cbe6f", + "x-ms-correlation-request-id": "7d6f777a-09d6-4ee3-b488-301c88d024e3", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T171213Z:7d6f777a-09d6-4ee3-b488-301c88d024e3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008", - "name": "6d17434e-79be-4fb9-a932-fe7823a2e008", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7", + "name": "10bd0cab-67e4-479f-acd0-b71f253b1bb7", "status": "Creating", - "startTime": "2022-10-20T23:08:49.6819673Z", + "startTime": "2022-10-22T17:09:40.7986018Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1460,7 +1424,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1474,7 +1438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:11:52 GMT", + "Date": "Sat, 22 Oct 2022 17:12:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1482,16 +1446,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d44f320-593d-472a-9bc2-6df5b9ab17c9", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T231153Z:2d44f320-593d-472a-9bc2-6df5b9ab17c9", + "x-ms-correlation-request-id": "8910364e-2673-497e-9a11-1cadb94ae002", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T171243Z:8910364e-2673-497e-9a11-1cadb94ae002", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008", - "name": "6d17434e-79be-4fb9-a932-fe7823a2e008", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7", + "name": "10bd0cab-67e4-479f-acd0-b71f253b1bb7", "status": "Creating", - "startTime": "2022-10-20T23:08:49.6819673Z", + "startTime": "2022-10-22T17:09:40.7986018Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1500,7 +1464,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1514,7 +1478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:12:23 GMT", + "Date": "Sat, 22 Oct 2022 17:13:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1522,16 +1486,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fdcc3b78-ad1c-4425-ab56-1d5dbc3e233d", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T231223Z:fdcc3b78-ad1c-4425-ab56-1d5dbc3e233d", + "x-ms-correlation-request-id": "71ab2d75-c0f8-4c3f-a25c-27a74d3736f6", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T171313Z:71ab2d75-c0f8-4c3f-a25c-27a74d3736f6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008", - "name": "6d17434e-79be-4fb9-a932-fe7823a2e008", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7", + "name": "10bd0cab-67e4-479f-acd0-b71f253b1bb7", "status": "Creating", - "startTime": "2022-10-20T23:08:49.6819673Z", + "startTime": "2022-10-22T17:09:40.7986018Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1540,7 +1504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1554,7 +1518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:12:53 GMT", + "Date": "Sat, 22 Oct 2022 17:13:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1562,16 +1526,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03bfd1cd-14b3-401e-b662-970d7eaf0307", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T231253Z:03bfd1cd-14b3-401e-b662-970d7eaf0307", + "x-ms-correlation-request-id": "c1614546-3695-4f97-a0b8-4e6e564b9a15", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T171344Z:c1614546-3695-4f97-a0b8-4e6e564b9a15", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008", - "name": "6d17434e-79be-4fb9-a932-fe7823a2e008", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7", + "name": "10bd0cab-67e4-479f-acd0-b71f253b1bb7", "status": "Creating", - "startTime": "2022-10-20T23:08:49.6819673Z", + "startTime": "2022-10-22T17:09:40.7986018Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1580,7 +1544,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1594,7 +1558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:13:23 GMT", + "Date": "Sat, 22 Oct 2022 17:14:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1602,17 +1566,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4103cd5d-3f85-4e22-a445-b3d3e28bfe0f", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T231324Z:4103cd5d-3f85-4e22-a445-b3d3e28bfe0f", + "x-ms-correlation-request-id": "210a35ae-63fc-4d24-a802-45b4cb69f59a", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T171414Z:210a35ae-63fc-4d24-a802-45b4cb69f59a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d17434e-79be-4fb9-a932-fe7823a2e008", - "name": "6d17434e-79be-4fb9-a932-fe7823a2e008", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7", + "name": "10bd0cab-67e4-479f-acd0-b71f253b1bb7", + "status": "Creating", + "startTime": "2022-10-22T17:09:40.7986018Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 17:14: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": "4aaa0aaf-9af2-40aa-a1f4-58673e603552", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T171444Z:4aaa0aaf-9af2-40aa-a1f4-58673e603552", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7", + "name": "10bd0cab-67e4-479f-acd0-b71f253b1bb7", "status": "Succeeded", - "startTime": "2022-10-20T23:08:49.6819673Z", - "endTime": "2022-10-20T23:12:55.5521632Z", + "startTime": "2022-10-22T17:09:40.7986018Z", + "endTime": "2022-10-22T17:14:26.9425632Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" @@ -1634,8 +1638,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:13:26 GMT", - "ETag": "W/\u0022datetime\u00272022-10-20T23%3A12%3A55.5455836Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 17:14:45 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T17%3A14%3A26.9339114Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1643,22 +1647,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d0a5b544-a828-49d4-a523-3c91667076db", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T231326Z:d0a5b544-a828-49d4-a523-3c91667076db", + "x-ms-correlation-request-id": "e158ddb6-c157-488a-b244-e4ad77aef2c5", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T171445Z:e158ddb6-c157-488a-b244-e4ad77aef2c5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad", "name": "sdk-py-tests-acc-1-ec2121ad/sdk-py-tests-pool-1/sdk-py-tests-vol-3-ec2121ad", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T23%3A12%3A55.5455836Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A14%3A26.9339114Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T23:08:48.4028748Z" + "CreatedOnDate": "2022-10-22T17:09:38.8869827Z" }, "properties": { - "fileSystemId": "07faf360-a9c1-a3d4-0430-b084b4214b9b", + "fileSystemId": "559ef701-5dc8-f5bf-a127-1d9d37ed34f6", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-ec2121ad", "usageThreshold": 107374182400, @@ -1686,7 +1690,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f543c82c", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_b9c54a4d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1701,8 +1705,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "07faf360-a9c1-a3d4-0430-b084b4214b9b", - "fileSystemId": "07faf360-a9c1-a3d4-0430-b084b4214b9b", + "mountTargetId": "559ef701-5dc8-f5bf-a127-1d9d37ed34f6", + "fileSystemId": "559ef701-5dc8-f5bf-a127-1d9d37ed34f6", "ipAddress": "10.0.0.4" } ], @@ -1722,10 +1726,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T23:08:49.4138234Z", + "createdAt": "2022-10-22T17:09:39.8931436Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T23:08:49.4138234Z" + "lastModifiedAt": "2022-10-22T17:09:39.8931436Z" } } }, @@ -1744,7 +1748,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:13:27 GMT", + "Date": "Sat, 22 Oct 2022 17:14:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1752,9 +1756,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "79bbc918-9874-4b36-9e47-e5c8bf007418", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T231327Z:79bbc918-9874-4b36-9e47-e5c8bf007418", + "x-ms-correlation-request-id": "c280af2b-e6b1-46cd-92e9-c27f4cc06709", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T171446Z:c280af2b-e6b1-46cd-92e9-c27f4cc06709", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1781,25 +1785,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 23:13:29 GMT", + "Date": "Sat, 22 Oct 2022 17:14:47 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70?api-version=2022-05-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": "d6d44dbe-8de5-4d96-9c37-92b23433f4cc", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T231329Z:d6d44dbe-8de5-4d96-9c37-92b23433f4cc", + "x-ms-correlation-request-id": "73716623-3553-4d75-a3f8-f9e0c13546c5", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T171447Z:73716623-3553-4d75-a3f8-f9e0c13546c5", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1813,7 +1817,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:13:30 GMT", + "Date": "Sat, 22 Oct 2022 17:14:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1821,16 +1825,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2312a2d-a80a-44ab-b6fc-4b59a7fdaf36", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T231330Z:b2312a2d-a80a-44ab-b6fc-4b59a7fdaf36", + "x-ms-correlation-request-id": "490cebd4-0ca7-4180-b6c4-296299789fdf", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T171447Z:490cebd4-0ca7-4180-b6c4-296299789fdf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e", - "name": "80418bdf-0872-41d3-8711-250b29f42f4e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70", + "name": "aee53900-adc8-4467-9b32-4f368cc8fa70", "status": "Deleting", - "startTime": "2022-10-20T23:13:29.8846982Z", + "startTime": "2022-10-22T17:14:47.0402944Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1839,7 +1843,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1853,7 +1857,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:13:59 GMT", + "Date": "Sat, 22 Oct 2022 17:15:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1861,16 +1865,56 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2f767db8-a2e8-43de-942d-4ffd67ad8d7b", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T231400Z:2f767db8-a2e8-43de-942d-4ffd67ad8d7b", + "x-ms-correlation-request-id": "654568a3-4434-4ff7-9fe9-4e752138ecc0", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T171517Z:654568a3-4434-4ff7-9fe9-4e752138ecc0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70", + "name": "aee53900-adc8-4467-9b32-4f368cc8fa70", + "status": "Deleting", + "startTime": "2022-10-22T17:14:47.0402944Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 17:15: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": "ffcceaf1-0e6b-4f15-9981-17d94a06d673", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T171547Z:ffcceaf1-0e6b-4f15-9981-17d94a06d673", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e", - "name": "80418bdf-0872-41d3-8711-250b29f42f4e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70", + "name": "aee53900-adc8-4467-9b32-4f368cc8fa70", "status": "Deleting", - "startTime": "2022-10-20T23:13:29.8846982Z", + "startTime": "2022-10-22T17:14:47.0402944Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1879,7 +1923,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1893,7 +1937,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:14:30 GMT", + "Date": "Sat, 22 Oct 2022 17:16:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1901,16 +1945,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c3865dc-9b8a-41ef-ba92-4e3e81fd8ef6", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T231430Z:2c3865dc-9b8a-41ef-ba92-4e3e81fd8ef6", + "x-ms-correlation-request-id": "639414dd-72bc-4678-91e4-8c04b34d00e1", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T171618Z:639414dd-72bc-4678-91e4-8c04b34d00e1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e", - "name": "80418bdf-0872-41d3-8711-250b29f42f4e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70", + "name": "aee53900-adc8-4467-9b32-4f368cc8fa70", "status": "Deleting", - "startTime": "2022-10-20T23:13:29.8846982Z", + "startTime": "2022-10-22T17:14:47.0402944Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1919,7 +1963,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1933,7 +1977,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:15:00 GMT", + "Date": "Sat, 22 Oct 2022 17:16:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1941,16 +1985,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3b786ca-6f40-4748-86cc-f1d25203d518", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T231501Z:f3b786ca-6f40-4748-86cc-f1d25203d518", + "x-ms-correlation-request-id": "536ebeaf-a736-4563-acab-201e4d905bfe", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T171648Z:536ebeaf-a736-4563-acab-201e4d905bfe", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e", - "name": "80418bdf-0872-41d3-8711-250b29f42f4e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70", + "name": "aee53900-adc8-4467-9b32-4f368cc8fa70", "status": "Deleting", - "startTime": "2022-10-20T23:13:29.8846982Z", + "startTime": "2022-10-22T17:14:47.0402944Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1959,7 +2003,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1973,7 +2017,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:15:30 GMT", + "Date": "Sat, 22 Oct 2022 17:17:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1981,17 +2025,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "11f274f5-4f71-4873-862b-6516fb2cae8f", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T231531Z:11f274f5-4f71-4873-862b-6516fb2cae8f", + "x-ms-correlation-request-id": "e5046d9b-f1fc-4f97-9eee-e242ef19d63d", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T171718Z:e5046d9b-f1fc-4f97-9eee-e242ef19d63d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e", - "name": "80418bdf-0872-41d3-8711-250b29f42f4e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70", + "name": "aee53900-adc8-4467-9b32-4f368cc8fa70", "status": "Succeeded", - "startTime": "2022-10-20T23:13:29.8846982Z", - "endTime": "2022-10-20T23:15:23.5446445Z", + "startTime": "2022-10-22T17:14:47.0402944Z", + "endTime": "2022-10-22T17:16:51.3892389Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" @@ -1999,7 +2043,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/80418bdf-0872-41d3-8711-250b29f42f4e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2013,7 +2057,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:15:31 GMT", + "Date": "Sat, 22 Oct 2022 17:17:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2021,22 +2065,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "86a0aa16-a523-48a2-a7c8-58650344f1e4", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T231531Z:86a0aa16-a523-48a2-a7c8-58650344f1e4", + "x-ms-correlation-request-id": "94ea0542-f083-4c08-a98f-682224e85fc8", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T171719Z:94ea0542-f083-4c08-a98f-682224e85fc8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad", "name": "sdk-py-tests-acc-1-ec2121ad/sdk-py-tests-pool-1/sdk-py-tests-vol-3-ec2121ad", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-20T23%3A15%3A06.3698871Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A16%3A42.3194632Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T23:08:48.4028748Z" + "CreatedOnDate": "2022-10-22T17:09:38.8869827Z" }, "properties": { - "fileSystemId": "07faf360-a9c1-a3d4-0430-b084b4214b9b", + "fileSystemId": "559ef701-5dc8-f5bf-a127-1d9d37ed34f6", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-ec2121ad", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2067,19 +2111,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f543c82c", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_b9c54a4d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad", - "poolId": "523a4924-5873-2819-cc8e-4b23cf0ee754", + "poolId": "294fbd04-e1c5-fc0b-07e5-eecefcf4bc0c", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "07faf360-a9c1-a3d4-0430-b084b4214b9b", - "fileSystemId": "07faf360-a9c1-a3d4-0430-b084b4214b9b", + "mountTargetId": "559ef701-5dc8-f5bf-a127-1d9d37ed34f6", + "fileSystemId": "559ef701-5dc8-f5bf-a127-1d9d37ed34f6", "startIp": "", "endIp": "", "gateway": "", @@ -2111,10 +2155,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T23:08:49.4138234Z", + "createdAt": "2022-10-22T17:09:39.8931436Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T23:08:49.4138234Z" + "lastModifiedAt": "2022-10-22T17:09:39.8931436Z" } } }, @@ -2133,14 +2177,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:18:52 GMT", + "Date": "Sat, 22 Oct 2022 17:20:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77dfb1d7-e6fc-46a9-8693-a0fd1b1497e2", + "x-ms-correlation-request-id": "efe8c3d3-6f8d-4ae2-b079-16a19dc9e612", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T231853Z:77dfb1d7-e6fc-46a9-8693-a0fd1b1497e2" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T172042Z:efe8c3d3-6f8d-4ae2-b079-16a19dc9e612" }, "ResponseBody": { "error": { @@ -2162,25 +2206,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c7da54e9-0442-4991-b708-7fe79929ba8d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6912c2d-810c-4933-bf77-0a86f1e90738?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 23:19:06 GMT", + "Date": "Sat, 22 Oct 2022 17:20:54 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c7da54e9-0442-4991-b708-7fe79929ba8d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6912c2d-810c-4933-bf77-0a86f1e90738?api-version=2022-05-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": "ba976bdb-e07c-45f5-8355-1efcc2ed31ed", + "x-ms-correlation-request-id": "339c804e-55e9-45b2-9962-2664090fad87", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T231907Z:ba976bdb-e07c-45f5-8355-1efcc2ed31ed", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T172055Z:339c804e-55e9-45b2-9962-2664090fad87", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c7da54e9-0442-4991-b708-7fe79929ba8d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6912c2d-810c-4933-bf77-0a86f1e90738?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2194,7 +2238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:19:07 GMT", + "Date": "Sat, 22 Oct 2022 17:20:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2202,16 +2246,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "58bf0c69-eeba-4471-bd25-88765610dae8", + "x-ms-correlation-request-id": "e3fe46a6-5c46-433d-b3df-7a9bb42216e8", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T231907Z:58bf0c69-eeba-4471-bd25-88765610dae8", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T172055Z:e3fe46a6-5c46-433d-b3df-7a9bb42216e8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c7da54e9-0442-4991-b708-7fe79929ba8d", - "name": "c7da54e9-0442-4991-b708-7fe79929ba8d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6912c2d-810c-4933-bf77-0a86f1e90738", + "name": "c6912c2d-810c-4933-bf77-0a86f1e90738", "status": "Deleting", - "startTime": "2022-10-20T23:19:07.0091703Z", + "startTime": "2022-10-22T17:20:55.6319976Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2220,7 +2264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c7da54e9-0442-4991-b708-7fe79929ba8d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6912c2d-810c-4933-bf77-0a86f1e90738?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2234,7 +2278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:19:37 GMT", + "Date": "Sat, 22 Oct 2022 17:21:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2242,17 +2286,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d67606e3-9df8-41f2-92db-5a8a49766450", + "x-ms-correlation-request-id": "a2883cd9-e7cb-4dc8-82df-112ae4896fc4", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T231937Z:d67606e3-9df8-41f2-92db-5a8a49766450", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T172126Z:a2883cd9-e7cb-4dc8-82df-112ae4896fc4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c7da54e9-0442-4991-b708-7fe79929ba8d", - "name": "c7da54e9-0442-4991-b708-7fe79929ba8d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6912c2d-810c-4933-bf77-0a86f1e90738", + "name": "c6912c2d-810c-4933-bf77-0a86f1e90738", "status": "Succeeded", - "startTime": "2022-10-20T23:19:07.0091703Z", - "endTime": "2022-10-20T23:19:08.4937297Z", + "startTime": "2022-10-22T17:20:55.6319976Z", + "endTime": "2022-10-22T17:20:56.5695729Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1" @@ -2260,7 +2304,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c7da54e9-0442-4991-b708-7fe79929ba8d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6912c2d-810c-4933-bf77-0a86f1e90738?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2274,7 +2318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:19:37 GMT", + "Date": "Sat, 22 Oct 2022 17:21:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2282,22 +2326,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f501de6e-04e1-4254-81d7-0c14d068e486", + "x-ms-correlation-request-id": "d4bc4ce4-a087-4fac-93a5-53d0e3449324", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T231937Z:f501de6e-04e1-4254-81d7-0c14d068e486", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T172126Z:d4bc4ce4-a087-4fac-93a5-53d0e3449324", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-ec2121ad/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-20T23%3A19%3A06.9944763Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A20%3A55.6316324Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T23:08:35.4353801Z" + "CreatedOnDate": "2022-10-22T17:09:25.8109723Z" }, "properties": { - "poolId": "523a4924-5873-2819-cc8e-4b23cf0ee754", + "poolId": "294fbd04-e1c5-fc0b-07e5-eecefcf4bc0c", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1", @@ -2311,10 +2355,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T23:08:36.4221215Z", + "createdAt": "2022-10-22T17:09:26.8072948Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T23:08:36.4221215Z" + "lastModifiedAt": "2022-10-22T17:09:26.8072948Z" } } }, @@ -2332,14 +2376,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 23:19:47 GMT", + "Date": "Sat, 22 Oct 2022 17:21:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b389205c-cb44-4d7c-b218-d6e57846b07d", + "x-ms-correlation-request-id": "f3342cb1-e4cd-4a7c-9168-077302051fc3", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T231948Z:b389205c-cb44-4d7c-b218-d6e57846b07d" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T172136Z:f3342cb1-e4cd-4a7c-9168-077302051fc3" }, "ResponseBody": null }, @@ -2357,14 +2401,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 23:19:57 GMT", + "Date": "Sat, 22 Oct 2022 17:21:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d361a9c-d7c1-4de9-89f2-57fe6e5f5b7c", + "x-ms-correlation-request-id": "257cd2b1-0a31-43d4-a6f1-5f1c2fb30588", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T231958Z:3d361a9c-d7c1-4de9-89f2-57fe6e5f5b7c" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T172147Z:257cd2b1-0a31-43d4-a6f1-5f1c2fb30588" }, "ResponseBody": null }, @@ -2382,14 +2426,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 23:20:07 GMT", + "Date": "Sat, 22 Oct 2022 17:21:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be20847e-ee68-4486-880c-88c0d7767e4e", + "x-ms-correlation-request-id": "43f70316-fb9d-4872-a764-1fbc9e06910b", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T232008Z:be20847e-ee68-4486-880c-88c0d7767e4e" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T172157Z:43f70316-fb9d-4872-a764-1fbc9e06910b" }, "ResponseBody": null }, @@ -2407,14 +2451,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 20 Oct 2022 23:20:18 GMT", + "Date": "Sat, 22 Oct 2022 17:22:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e8ddcaf-06a7-44f7-984b-34fb4798c6cb", + "x-ms-correlation-request-id": "5a470439-fceb-4f59-9b2e-3debf8d91724", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T232019Z:7e8ddcaf-06a7-44f7-984b-34fb4798c6cb" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T172207Z:5a470439-fceb-4f59-9b2e-3debf8d91724" }, "ResponseBody": null }, @@ -2433,14 +2477,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:20:28 GMT", + "Date": "Sat, 22 Oct 2022 17:22:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4dccfcaf-3718-47c2-9148-de7f04f258a9", + "x-ms-correlation-request-id": "925178be-90e0-4498-8052-f345d474d209", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T232029Z:4dccfcaf-3718-47c2-9148-de7f04f258a9" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T172217Z:925178be-90e0-4498-8052-f345d474d209" }, "ResponseBody": { "error": { @@ -2462,25 +2506,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e36dda6b-65a6-4afe-9382-9a753fe7d03a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01aa5279-0754-48ab-b9fe-8aaae515647f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 23:20:30 GMT", + "Date": "Sat, 22 Oct 2022 17:22:19 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e36dda6b-65a6-4afe-9382-9a753fe7d03a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01aa5279-0754-48ab-b9fe-8aaae515647f?api-version=2022-05-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": "69acf323-a24c-41e2-9851-a67e67658f1b", + "x-ms-correlation-request-id": "8db4ae53-2361-4d90-a199-75e0fb73863c", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T232030Z:69acf323-a24c-41e2-9851-a67e67658f1b", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T172219Z:8db4ae53-2361-4d90-a199-75e0fb73863c", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e36dda6b-65a6-4afe-9382-9a753fe7d03a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01aa5279-0754-48ab-b9fe-8aaae515647f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2494,7 +2538,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:20:30 GMT", + "Date": "Sat, 22 Oct 2022 17:22:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2502,17 +2546,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0c3d158a-ef66-42a3-bab4-5d11014c5c66", + "x-ms-correlation-request-id": "2ff35958-5382-4efa-9a62-e0246ff1a253", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T232030Z:0c3d158a-ef66-42a3-bab4-5d11014c5c66", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T172219Z:2ff35958-5382-4efa-9a62-e0246ff1a253", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e36dda6b-65a6-4afe-9382-9a753fe7d03a", - "name": "e36dda6b-65a6-4afe-9382-9a753fe7d03a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01aa5279-0754-48ab-b9fe-8aaae515647f", + "name": "01aa5279-0754-48ab-b9fe-8aaae515647f", "status": "Succeeded", - "startTime": "2022-10-20T23:20:30.6467943Z", - "endTime": "2022-10-20T23:20:30.6780503Z", + "startTime": "2022-10-22T17:22:19.2439186Z", + "endTime": "2022-10-22T17:22:19.2908487Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad" @@ -2520,7 +2564,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e36dda6b-65a6-4afe-9382-9a753fe7d03a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01aa5279-0754-48ab-b9fe-8aaae515647f?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2534,7 +2578,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:20:30 GMT", + "Date": "Sat, 22 Oct 2022 17:22:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2542,19 +2586,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd95d3f6-cf9c-4e6d-87d6-900aedf19183", + "x-ms-correlation-request-id": "91714f11-1b64-4089-a885-9a07027fe9cd", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T232031Z:bd95d3f6-cf9c-4e6d-87d6-900aedf19183", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T172219Z:91714f11-1b64-4089-a885-9a07027fe9cd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad", "name": "sdk-py-tests-acc-1-ec2121ad", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-20T23%3A20%3A30.6501992Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A22%3A19.2458399Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-20T23:08:31.4813531Z" + "CreatedOnDate": "2022-10-22T17:09:21.6435101Z" }, "properties": { "encryption": { @@ -2565,10 +2609,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-20T23:08:32.294701Z", + "createdAt": "2022-10-22T17:09:22.4934783Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-20T23:08:32.294701Z" + "lastModifiedAt": "2022-10-22T17:09:22.4934783Z" } } }, @@ -2587,15 +2631,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 20 Oct 2022 23:20:31 GMT", + "Date": "Sat, 22 Oct 2022 17:22:20 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": "64a93a0d-b361-479f-8e11-8b491b05cdde", + "x-ms-correlation-request-id": "feef85e9-e01c-49c7-a154-9e8b1dbfc1bc", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T232031Z:64a93a0d-b361-479f-8e11-8b491b05cdde", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T172220Z:feef85e9-e01c-49c7-a154-9e8b1dbfc1bc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2619,12 +2663,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0e5f7cc4-42e4-4f3c-9eb1-b872e343222a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2b5fb95b-9ae2-4c8c-8ffa-3bb120dfd521?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 20 Oct 2022 23:20:32 GMT", + "Date": "Sat, 22 Oct 2022 17:22:21 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/0e5f7cc4-42e4-4f3c-9eb1-b872e343222a?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/2b5fb95b-9ae2-4c8c-8ffa-3bb120dfd521?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2633,10 +2677,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6826e6d1-8421-4909-a742-ba8d461a2e73", - "x-ms-correlation-request-id": "30ab4c0f-ea61-43bf-ad00-6dd75e5fe6c5", + "x-ms-arm-service-request-id": "ae2af0f6-b695-4067-9243-bf4c620d1629", + "x-ms-correlation-request-id": "50f0d649-25a2-474f-81e7-677655f7ab41", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221020T232032Z:30ab4c0f-ea61-43bf-ad00-6dd75e5fe6c5" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T172221Z:50f0d649-25a2-474f-81e7-677655f7ab41" }, "ResponseBody": null } 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 c0531cf5a6b3..90bd2bed2bfb 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:01:11 GMT", + "Date": "Sat, 22 Oct 2022 17:31:39 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.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:01:11 GMT", + "Date": "Sat, 22 Oct 2022 17:31:39 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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13845.10 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "1071a69c-1a1c-41ee-b88f-5b2598dc2f3c", + "client-request-id": "abe31e3f-3c94-4dc0-8f45-cda9c1f6a0bb", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "1071a69c-1a1c-41ee-b88f-5b2598dc2f3c", + "client-request-id": "abe31e3f-3c94-4dc0-8f45-cda9c1f6a0bb", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:01:12 GMT", + "Date": "Sat, 22 Oct 2022 17:31:39 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d775cfd2-3609-4a4b-bf85-e249b2f5e345?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f892163c-659d-4c40-a824-efa661d0e70a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:01:18 GMT", + "Date": "Sat, 22 Oct 2022 17:31:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0d2f2e74-6ba9-43c2-a9fa-ff934e756577", - "x-ms-correlation-request-id": "b5be1787-3739-4b17-8f62-a4b873e5abf9", + "x-ms-arm-service-request-id": "516e695e-b636-456e-a8da-5b6671f05f95", + "x-ms-correlation-request-id": "b062eb5b-a151-4db6-8434-718e3f097296", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110119Z:b5be1787-3739-4b17-8f62-a4b873e5abf9" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173149Z:b062eb5b-a151-4db6-8434-718e3f097296" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-9f8d2912", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912", - "etag": "W/\u0022323dfcc6-2747-4e45-9bfa-e5b49795ec68\u0022", + "etag": "W/\u0022ed3f92ed-a6b0-4a7d-ab6e-60d6478decf3\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:01:15.0556697Z" + "CreatedOnDate": "2022-10-22T17:31:41.7869273Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "2dee870f-b8fc-456f-b17c-18fcb4eef663", + "resourceGuid": "e754d984-fec0-48a9-b544-c2f85c3fe47c", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d775cfd2-3609-4a4b-bf85-e249b2f5e345?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f892163c-659d-4c40-a824-efa661d0e70a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:01:19 GMT", + "Date": "Sat, 22 Oct 2022 17:31:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -304,10 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cc0bf2a2-da6d-421c-b7eb-5e8c5c479e59", - "x-ms-correlation-request-id": "0ec9f4f5-6d07-4932-966e-f5257ccdb0da", + "x-ms-arm-service-request-id": "902a942a-f292-4a5f-a10c-ea08725b75da", + "x-ms-correlation-request-id": "472552a6-ebc1-4435-806c-fe0f2117323e", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110120Z:0ec9f4f5-6d07-4932-966e-f5257ccdb0da" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173149Z:472552a6-ebc1-4435-806c-fe0f2117323e" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:01:19 GMT", - "ETag": "W/\u0022c5a43bb5-c1a3-48d5-bbcc-56902d9db869\u0022", + "Date": "Sat, 22 Oct 2022 17:31:49 GMT", + "ETag": "W/\u0022c95ded9f-4fe4-4270-8817-57815b3316e9\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1559100a-f0de-4930-8e02-b88fb73b4f67", - "x-ms-correlation-request-id": "d39992d7-7fc0-46e0-8b20-c7d69e8f1918", + "x-ms-arm-service-request-id": "89947f55-6b3a-4cbe-beb1-20505b5a20ee", + "x-ms-correlation-request-id": "b860e7a3-f7d8-446c-b8aa-4bfc76701c2d", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110120Z:d39992d7-7fc0-46e0-8b20-c7d69e8f1918" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173150Z:b860e7a3-f7d8-446c-b8aa-4bfc76701c2d" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-9f8d2912", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912", - "etag": "W/\u0022c5a43bb5-c1a3-48d5-bbcc-56902d9db869\u0022", + "etag": "W/\u0022c95ded9f-4fe4-4270-8817-57815b3316e9\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:01:15.0556697Z" + "CreatedOnDate": "2022-10-22T17:31:41.7869273Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "2dee870f-b8fc-456f-b17c-18fcb4eef663", + "resourceGuid": "e754d984-fec0-48a9-b544-c2f85c3fe47c", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2fd3e3ed-c7d7-4a0c-b641-28284f1b2220?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f6681874-1865-4dfc-b223-8b8d4615f8b4?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:01:20 GMT", + "Date": "Sat, 22 Oct 2022 17:31:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "be3d5049-20bc-4d9c-ace5-e57ab3c28574", - "x-ms-correlation-request-id": "f38573cf-1ae4-4f38-8198-49a873eb9955", + "x-ms-arm-service-request-id": "6934621d-4f5b-4300-b69d-dae9e298a7ca", + "x-ms-correlation-request-id": "56d07e65-2f89-4747-b0cc-fcb9a198bcb1", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110121Z:f38573cf-1ae4-4f38-8198-49a873eb9955" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173150Z:56d07e65-2f89-4747-b0cc-fcb9a198bcb1" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default", - "etag": "W/\u00228cd58b82-e620-4fee-8181-4ddb85bf853a\u0022", + "etag": "W/\u00224c788f48-0deb-44f6-b69e-d305a6cda5e7\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00228cd58b82-e620-4fee-8181-4ddb85bf853a\u0022", + "etag": "W/\u00224c788f48-0deb-44f6-b69e-d305a6cda5e7\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2fd3e3ed-c7d7-4a0c-b641-28284f1b2220?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f6681874-1865-4dfc-b223-8b8d4615f8b4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:01:20 GMT", + "Date": "Sat, 22 Oct 2022 17:31:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ac06fb98-5796-4e54-9404-9e729a7bfcce", - "x-ms-correlation-request-id": "b7c64d9a-ec2f-4bf1-8014-adf9faa43c03", + "x-ms-arm-service-request-id": "5576e4bc-4a53-4477-adef-db45a1e012a0", + "x-ms-correlation-request-id": "81c8a631-eeb2-4dab-b6df-3bfaf4eb28b0", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110121Z:b7c64d9a-ec2f-4bf1-8014-adf9faa43c03" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173150Z:81c8a631-eeb2-4dab-b6df-3bfaf4eb28b0" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:01:21 GMT", - "ETag": "W/\u002207cba166-667f-47b5-8ea8-c96442747eb8\u0022", + "Date": "Sat, 22 Oct 2022 17:31:50 GMT", + "ETag": "W/\u0022896cd48d-b811-412f-be63-3177a26631de\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0122d3c0-b229-4885-8afe-8166b8f7f7ae", - "x-ms-correlation-request-id": "952fd7a2-dbe0-499e-b274-405bab2b9b6b", + "x-ms-arm-service-request-id": "4ae0ead3-c769-4b93-92bf-d2f15bd569ef", + "x-ms-correlation-request-id": "16dfaf9b-2d0e-4c8e-8838-ce53ef2dcd31", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110121Z:952fd7a2-dbe0-499e-b274-405bab2b9b6b" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173151Z:16dfaf9b-2d0e-4c8e-8838-ce53ef2dcd31" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default", - "etag": "W/\u002207cba166-667f-47b5-8ea8-c96442747eb8\u0022", + "etag": "W/\u0022896cd48d-b811-412f-be63-3177a26631de\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002207cba166-667f-47b5-8ea8-c96442747eb8\u0022", + "etag": "W/\u0022896cd48d-b811-412f-be63-3177a26631de\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -558,12 +558,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:01:21 GMT", + "Date": "Sat, 22 Oct 2022 17:31:51 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -652,12 +652,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:01:21 GMT", + "Date": "Sat, 22 Oct 2022 17:31:51 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13845.10 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -713,7 +713,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "8bef1217-1c99-4258-87f3-80dd6bf2921d", + "client-request-id": "e79d4b5a-4237-47b7-9e70-e688f0e6650b", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -731,10 +731,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "8bef1217-1c99-4258-87f3-80dd6bf2921d", + "client-request-id": "e79d4b5a-4237-47b7-9e70-e688f0e6650b", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:01:21 GMT", + "Date": "Sat, 22 Oct 2022 17:31:52 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -742,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -769,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/724c21d5-beae-4c42-a270-4488a0770a2d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/553ff00a-07db-424b-8aa4-35349c444d2e?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "706", + "Content-Length": "705", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:01:25 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A01%3A25.3962198Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 17:31:55 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T17%3A31%3A55.791328Z\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": "2b48b027-d3da-4f8f-b328-d91d78d5dc4e", + "x-ms-correlation-request-id": "7c714da2-3e4c-4231-9c24-c0ab5590ff09", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110126Z:2b48b027-d3da-4f8f-b328-d91d78d5dc4e", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173155Z:7c714da2-3e4c-4231-9c24-c0ab5590ff09", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912", "name": "sdk-py-tests-acc-1-9f8d2912", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A01%3A25.3962198Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A31%3A55.791328Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:01:23.4502871Z" + "CreatedOnDate": "2022-10-22T17:31:52.8921259Z" }, "properties": { "provisioningState": "Creating" @@ -800,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:01:24.4248067Z", + "createdAt": "2022-10-22T17:31:53.9059116Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:01:24.4248067Z" + "lastModifiedAt": "2022-10-22T17:31:53.9059116Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/724c21d5-beae-4c42-a270-4488a0770a2d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/553ff00a-07db-424b-8aa4-35349c444d2e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -822,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:01:25 GMT", + "Date": "Sat, 22 Oct 2022 17:31:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -830,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed01b105-74fb-47db-b754-b63967906366", + "x-ms-correlation-request-id": "0bdd2720-f851-45ce-8440-d2618d3b3e37", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110126Z:ed01b105-74fb-47db-b754-b63967906366", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173156Z:0bdd2720-f851-45ce-8440-d2618d3b3e37", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/724c21d5-beae-4c42-a270-4488a0770a2d", - "name": "724c21d5-beae-4c42-a270-4488a0770a2d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/553ff00a-07db-424b-8aa4-35349c444d2e", + "name": "553ff00a-07db-424b-8aa4-35349c444d2e", "status": "Succeeded", - "startTime": "2022-10-21T11:01:25.3995334Z", - "endTime": "2022-10-21T11:01:25.4307215Z", + "startTime": "2022-10-22T17:31:55.7878595Z", + "endTime": "2022-10-22T17:31:55.8346699Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912" @@ -862,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:01:26 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A01%3A25.4354853Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 17:31:55 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T17%3A31%3A55.8399591Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1b5c5f5-6f32-40ba-8d4c-b1c165c4abef", + "x-ms-correlation-request-id": "9a7d7000-3808-42c4-b7bd-21d7e010a971", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110126Z:c1b5c5f5-6f32-40ba-8d4c-b1c165c4abef", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173156Z:9a7d7000-3808-42c4-b7bd-21d7e010a971", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912", "name": "sdk-py-tests-acc-1-9f8d2912", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A01%3A25.4354853Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A31%3A55.8399591Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:01:23.4502871Z" + "CreatedOnDate": "2022-10-22T17:31:52.8921259Z" }, "properties": { "activeDirectories": [ @@ -912,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:01:24.4248067Z", + "createdAt": "2022-10-22T17:31:53.9059116Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:01:24.4248067Z" + "lastModifiedAt": "2022-10-22T17:31:53.9059116Z" } } }, @@ -941,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b6ecaaa5-7081-4b48-9930-c4126fd47df4?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8c3933d0-e055-45ee-b9f8-503ed969e43b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:01:29 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A01%3A28.6173554Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 17:31:58 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T17%3A31%3A59.4012426Z\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": "a617a113-76d1-4f1d-b9af-b7d93520eaf5", + "x-ms-correlation-request-id": "7fe015ad-266a-47a0-9bb2-33785b1dc229", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110129Z:a617a113-76d1-4f1d-b9af-b7d93520eaf5", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173159Z:7fe015ad-266a-47a0-9bb2-33785b1dc229", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A01%3A28.6173554Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A31%3A59.4012426Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:01:27.4202212Z" + "CreatedOnDate": "2022-10-22T17:31:56.9475834Z" }, "properties": { "serviceLevel": "Premium", @@ -978,15 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:01:28.3809478Z", + "createdAt": "2022-10-22T17:31:58.2545735Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:01:28.3809478Z" + "lastModifiedAt": "2022-10-22T17:31:58.2545735Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b6ecaaa5-7081-4b48-9930-c4126fd47df4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8c3933d0-e055-45ee-b9f8-503ed969e43b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1000,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:01:29 GMT", + "Date": "Sat, 22 Oct 2022 17:31:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1008,17 +1008,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1d20ed98-a62f-43a4-b508-c8e95f5bf40b", + "x-ms-correlation-request-id": "8ccd1797-7846-44cc-be13-e10cf5f28816", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110130Z:1d20ed98-a62f-43a4-b508-c8e95f5bf40b", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173159Z:8ccd1797-7846-44cc-be13-e10cf5f28816", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b6ecaaa5-7081-4b48-9930-c4126fd47df4", - "name": "b6ecaaa5-7081-4b48-9930-c4126fd47df4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8c3933d0-e055-45ee-b9f8-503ed969e43b", + "name": "8c3933d0-e055-45ee-b9f8-503ed969e43b", "status": "Succeeded", - "startTime": "2022-10-21T11:01:28.6112844Z", - "endTime": "2022-10-21T11:01:29.4550173Z", + "startTime": "2022-10-22T17:31:59.4020909Z", + "endTime": "2022-10-22T17:32:00.3721016Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1" @@ -1040,8 +1040,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:01:29 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A01%3A29.4491875Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 17:31:59 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T17%3A32%3A00.3663703Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1049,22 +1049,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8980c038-6f43-41ca-a0fb-faf2dde7a26c", + "x-ms-correlation-request-id": "65b42d8d-f098-44e2-a49e-644fffc4cd59", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110130Z:8980c038-6f43-41ca-a0fb-faf2dde7a26c", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173200Z:65b42d8d-f098-44e2-a49e-644fffc4cd59", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A01%3A29.4491875Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A32%3A00.3663703Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:01:27.4202212Z" + "CreatedOnDate": "2022-10-22T17:31:56.9475834Z" }, "properties": { - "poolId": "9eaa6731-b182-3eb7-3a97-2afb538f7447", + "poolId": "c5282cb8-dca4-d49c-08f7-02c8ba9b1ea8", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1077,10 +1077,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:01:28.3809478Z", + "createdAt": "2022-10-22T17:31:58.2545735Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:01:28.3809478Z" + "lastModifiedAt": "2022-10-22T17:31:58.2545735Z" } } }, @@ -1123,30 +1123,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1558", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:01:44 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A01%3A43.5836925Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 17:32:12 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T17%3A32%3A12.7755148Z\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": "b05670b5-e994-42f1-b097-3334073434d9", + "x-ms-correlation-request-id": "09ae74c4-8a2a-4538-b59e-225bed19a705", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110144Z:b05670b5-e994-42f1-b097-3334073434d9", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173212Z:09ae74c4-8a2a-4538-b59e-225bed19a705", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3", "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1/sdk-py-tests-vol-3", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A01%3A43.5836925Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A32%3A12.7755148Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:01:40.9497489Z" + "CreatedOnDate": "2022-10-22T17:32:10.5456620Z" }, "properties": { "serviceLevel": "Premium", @@ -1176,15 +1176,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:01:42.1558832Z", + "createdAt": "2022-10-22T17:32:11.5598039Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:01:42.1558832Z" + "lastModifiedAt": "2022-10-22T17:32:11.5598039Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1198,7 +1198,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:01:44 GMT", + "Date": "Sat, 22 Oct 2022 17:32:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1206,16 +1206,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c25d080-bb02-4ef6-82f2-6022270a9a2d", + "x-ms-correlation-request-id": "014386bc-29d5-4905-bf43-56baf31dd29a", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110144Z:1c25d080-bb02-4ef6-82f2-6022270a9a2d", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173213Z:014386bc-29d5-4905-bf43-56baf31dd29a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072", - "name": "261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", + "name": "0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", "status": "Creating", - "startTime": "2022-10-21T11:01:43.6455576Z", + "startTime": "2022-10-22T17:32:12.7740904Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1224,7 +1224,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1238,7 +1238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:02:14 GMT", + "Date": "Sat, 22 Oct 2022 17:32:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1246,16 +1246,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "92a48a03-ce1a-46b3-9f75-49483b03ec5d", + "x-ms-correlation-request-id": "eaad4358-d77b-462a-bb9f-10d8b28afb82", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110215Z:92a48a03-ce1a-46b3-9f75-49483b03ec5d", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173243Z:eaad4358-d77b-462a-bb9f-10d8b28afb82", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072", - "name": "261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", + "name": "0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", "status": "Creating", - "startTime": "2022-10-21T11:01:43.6455576Z", + "startTime": "2022-10-22T17:32:12.7740904Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1264,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1278,7 +1278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:02:45 GMT", + "Date": "Sat, 22 Oct 2022 17:33:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1286,16 +1286,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "60639b9e-ed3b-4c20-8879-927e8fa83d73", + "x-ms-correlation-request-id": "39229153-0874-40c2-b764-b0900c7db1d6", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110245Z:60639b9e-ed3b-4c20-8879-927e8fa83d73", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173313Z:39229153-0874-40c2-b764-b0900c7db1d6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072", - "name": "261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", + "name": "0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", "status": "Creating", - "startTime": "2022-10-21T11:01:43.6455576Z", + "startTime": "2022-10-22T17:32:12.7740904Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1304,7 +1304,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1318,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:03:15 GMT", + "Date": "Sat, 22 Oct 2022 17:33:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1326,16 +1326,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b4cc2627-5570-43bf-8af3-184d2fe1d5a4", + "x-ms-correlation-request-id": "6c4dafec-5bf8-416b-96d4-7bda70983c60", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110315Z:b4cc2627-5570-43bf-8af3-184d2fe1d5a4", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173343Z:6c4dafec-5bf8-416b-96d4-7bda70983c60", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072", - "name": "261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", + "name": "0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", "status": "Creating", - "startTime": "2022-10-21T11:01:43.6455576Z", + "startTime": "2022-10-22T17:32:12.7740904Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1344,7 +1344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1358,7 +1358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:03:44 GMT", + "Date": "Sat, 22 Oct 2022 17:34:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1366,16 +1366,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f4d9dac-f0a4-40f1-ae17-4c6140992229", + "x-ms-correlation-request-id": "3944da97-f5c2-40fc-bb53-d2ced78997d9", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110345Z:8f4d9dac-f0a4-40f1-ae17-4c6140992229", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173414Z:3944da97-f5c2-40fc-bb53-d2ced78997d9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072", - "name": "261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", + "name": "0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", "status": "Creating", - "startTime": "2022-10-21T11:01:43.6455576Z", + "startTime": "2022-10-22T17:32:12.7740904Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1384,7 +1384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1398,7 +1398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:04:15 GMT", + "Date": "Sat, 22 Oct 2022 17:34:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1406,16 +1406,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6f26841c-a6bb-4d4e-a07a-0de0a34c08fd", + "x-ms-correlation-request-id": "9a9c63e2-b131-49bd-8079-ca3a9509651c", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110416Z:6f26841c-a6bb-4d4e-a07a-0de0a34c08fd", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173444Z:9a9c63e2-b131-49bd-8079-ca3a9509651c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072", - "name": "261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", + "name": "0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", "status": "Creating", - "startTime": "2022-10-21T11:01:43.6455576Z", + "startTime": "2022-10-22T17:32:12.7740904Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1424,7 +1424,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1438,7 +1438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:04:45 GMT", + "Date": "Sat, 22 Oct 2022 17:35:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,16 +1446,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5c99fd3-fc52-485a-a7b7-eb59a80d5eea", + "x-ms-correlation-request-id": "c9b71768-636b-491d-ada0-f9c96eec8c49", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110446Z:b5c99fd3-fc52-485a-a7b7-eb59a80d5eea", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173514Z:c9b71768-636b-491d-ada0-f9c96eec8c49", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072", - "name": "261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", + "name": "0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", "status": "Creating", - "startTime": "2022-10-21T11:01:43.6455576Z", + "startTime": "2022-10-22T17:32:12.7740904Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1464,7 +1464,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1478,7 +1478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:05:16 GMT", + "Date": "Sat, 22 Oct 2022 17:35:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1486,16 +1486,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3709a55c-1232-4a09-a760-844b4879f6de", + "x-ms-correlation-request-id": "d7e8b5b4-104e-4000-8b54-bdbdb1871171", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110516Z:3709a55c-1232-4a09-a760-844b4879f6de", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173545Z:d7e8b5b4-104e-4000-8b54-bdbdb1871171", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072", - "name": "261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", + "name": "0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", "status": "Creating", - "startTime": "2022-10-21T11:01:43.6455576Z", + "startTime": "2022-10-22T17:32:12.7740904Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1504,7 +1504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1518,7 +1518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:05:46 GMT", + "Date": "Sat, 22 Oct 2022 17:36:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1526,16 +1526,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d9d798ef-9ec2-45f8-a2ab-7f04c6c381ac", + "x-ms-correlation-request-id": "991791c1-c1b2-444f-aff5-da6176dd8907", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110546Z:d9d798ef-9ec2-45f8-a2ab-7f04c6c381ac", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173615Z:991791c1-c1b2-444f-aff5-da6176dd8907", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072", - "name": "261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", + "name": "0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", "status": "Creating", - "startTime": "2022-10-21T11:01:43.6455576Z", + "startTime": "2022-10-22T17:32:12.7740904Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1544,7 +1544,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1558,7 +1558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:06:16 GMT", + "Date": "Sat, 22 Oct 2022 17:36:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1566,17 +1566,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "96c07220-4fef-45e7-9a73-70a565cac838", + "x-ms-correlation-request-id": "d78f6d46-2061-4d04-9473-224f7c108733", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110617Z:96c07220-4fef-45e7-9a73-70a565cac838", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173646Z:d78f6d46-2061-4d04-9473-224f7c108733", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/261d7c8e-5d2f-4412-b10a-ffd5cc851072", - "name": "261d7c8e-5d2f-4412-b10a-ffd5cc851072", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", + "name": "0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", + "status": "Creating", + "startTime": "2022-10-22T17:32:12.7740904Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 17:37: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": "10f2dd5a-b28b-4d39-8f10-b10019258b01", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173716Z:10f2dd5a-b28b-4d39-8f10-b10019258b01", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", + "name": "0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", "status": "Succeeded", - "startTime": "2022-10-21T11:01:43.6455576Z", - "endTime": "2022-10-21T11:05:47.0795216Z", + "startTime": "2022-10-22T17:32:12.7740904Z", + "endTime": "2022-10-22T17:36:56.2766687Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" @@ -1598,8 +1638,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:06:17 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A05%3A47.0727295Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 17:37:16 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T17%3A36%3A56.2781789Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1607,22 +1647,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9cbc3747-1e79-4e16-992c-987b097bf2fc", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110617Z:9cbc3747-1e79-4e16-992c-987b097bf2fc", + "x-ms-correlation-request-id": "5f6fd92f-2ac3-4c2d-9ee7-82c4e1a80118", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173717Z:5f6fd92f-2ac3-4c2d-9ee7-82c4e1a80118", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3", "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1/sdk-py-tests-vol-3", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A05%3A47.0727295Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A36%3A56.2781789Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:01:40.9497489Z" + "CreatedOnDate": "2022-10-22T17:32:10.5456620Z" }, "properties": { - "fileSystemId": "101f5dc1-971c-9b83-ec3a-901f2050de26", + "fileSystemId": "bcfc56cb-93fd-02f4-ca19-b6171765427c", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3", "usageThreshold": 107374182400, @@ -1650,7 +1690,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4fad3787", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ca2c2e80", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1665,8 +1705,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "101f5dc1-971c-9b83-ec3a-901f2050de26", - "fileSystemId": "101f5dc1-971c-9b83-ec3a-901f2050de26", + "mountTargetId": "bcfc56cb-93fd-02f4-ca19-b6171765427c", + "fileSystemId": "bcfc56cb-93fd-02f4-ca19-b6171765427c", "ipAddress": "10.0.0.4" } ], @@ -1686,10 +1726,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:01:42.1558832Z", + "createdAt": "2022-10-22T17:32:11.5598039Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:01:42.1558832Z" + "lastModifiedAt": "2022-10-22T17:32:11.5598039Z" } } }, @@ -1708,7 +1748,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:06:17 GMT", + "Date": "Sat, 22 Oct 2022 17:37:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1716,9 +1756,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91d5852e-0935-4549-b3b1-31943eb1813b", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110617Z:91d5852e-0935-4549-b3b1-31943eb1813b", + "x-ms-correlation-request-id": "6c4c4ec5-4673-4d86-9bba-b70fc6689c1b", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173717Z:6c4c4ec5-4673-4d86-9bba-b70fc6689c1b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1727,13 +1767,13 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3", "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1/sdk-py-tests-vol-3", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A05%3A47.0727295Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A36%3A56.2781789Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:01:40.9497489Z" + "CreatedOnDate": "2022-10-22T17:32:10.5456620Z" }, "properties": { - "fileSystemId": "101f5dc1-971c-9b83-ec3a-901f2050de26", + "fileSystemId": "bcfc56cb-93fd-02f4-ca19-b6171765427c", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3", "usageThreshold": 107374182400, @@ -1761,7 +1801,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4fad3787", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ca2c2e80", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1776,8 +1816,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "101f5dc1-971c-9b83-ec3a-901f2050de26", - "fileSystemId": "101f5dc1-971c-9b83-ec3a-901f2050de26", + "mountTargetId": "bcfc56cb-93fd-02f4-ca19-b6171765427c", + "fileSystemId": "bcfc56cb-93fd-02f4-ca19-b6171765427c", "ipAddress": "10.0.0.4" } ], @@ -1797,10 +1837,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:01:42.1558832Z", + "createdAt": "2022-10-22T17:32:11.5598039Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:01:42.1558832Z" + "lastModifiedAt": "2022-10-22T17:32:11.5598039Z" } } ] @@ -1819,25 +1859,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 11:06:18 GMT", + "Date": "Sat, 22 Oct 2022 17:37:17 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a?api-version=2022-05-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": "5767d8e6-476e-4bbb-a203-2f351f07117f", + "x-ms-correlation-request-id": "5e588294-5af0-4531-bab8-ddce76e9bb40", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110618Z:5767d8e6-476e-4bbb-a203-2f351f07117f", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173718Z:5e588294-5af0-4531-bab8-ddce76e9bb40", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1851,7 +1891,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:06:18 GMT", + "Date": "Sat, 22 Oct 2022 17:37:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1859,16 +1899,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8155f2c7-83b5-4ca0-8e6e-b3ccc19393f5", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110619Z:8155f2c7-83b5-4ca0-8e6e-b3ccc19393f5", + "x-ms-correlation-request-id": "db655c15-f24b-4332-a0de-05e8060fa537", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173718Z:db655c15-f24b-4332-a0de-05e8060fa537", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f", - "name": "6746851f-eb71-4743-b9ce-d9eae744c30f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a", + "name": "505a6038-b5ab-4ac6-98eb-1be51a04bc6a", "status": "Deleting", - "startTime": "2022-10-21T11:06:18.7025101Z", + "startTime": "2022-10-22T17:37:19.1805565Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1877,7 +1917,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1891,7 +1931,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:06:48 GMT", + "Date": "Sat, 22 Oct 2022 17:37:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1899,16 +1939,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3af62b4-810f-4bdd-b40f-98b95396f9de", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110649Z:d3af62b4-810f-4bdd-b40f-98b95396f9de", + "x-ms-correlation-request-id": "13b95fde-772d-48ae-9b89-2269e543c33f", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173748Z:13b95fde-772d-48ae-9b89-2269e543c33f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f", - "name": "6746851f-eb71-4743-b9ce-d9eae744c30f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a", + "name": "505a6038-b5ab-4ac6-98eb-1be51a04bc6a", "status": "Deleting", - "startTime": "2022-10-21T11:06:18.7025101Z", + "startTime": "2022-10-22T17:37:19.1805565Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1917,7 +1957,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1931,7 +1971,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:07:19 GMT", + "Date": "Sat, 22 Oct 2022 17:38:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1939,16 +1979,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ae0fb97-329e-452b-bdf5-c291a3a51f69", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110719Z:2ae0fb97-329e-452b-bdf5-c291a3a51f69", + "x-ms-correlation-request-id": "32c060f1-9541-4334-93b2-9190d415a145", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173819Z:32c060f1-9541-4334-93b2-9190d415a145", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f", - "name": "6746851f-eb71-4743-b9ce-d9eae744c30f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a", + "name": "505a6038-b5ab-4ac6-98eb-1be51a04bc6a", "status": "Deleting", - "startTime": "2022-10-21T11:06:18.7025101Z", + "startTime": "2022-10-22T17:37:19.1805565Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1957,7 +1997,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1971,7 +2011,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:07:49 GMT", + "Date": "Sat, 22 Oct 2022 17:38:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1979,16 +2019,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e0b92bc-ebaf-492d-a46f-3bfbf4714f2c", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110750Z:7e0b92bc-ebaf-492d-a46f-3bfbf4714f2c", + "x-ms-correlation-request-id": "47ee3940-ca2c-4566-a945-ce6ab9d57a48", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173849Z:47ee3940-ca2c-4566-a945-ce6ab9d57a48", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f", - "name": "6746851f-eb71-4743-b9ce-d9eae744c30f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a", + "name": "505a6038-b5ab-4ac6-98eb-1be51a04bc6a", "status": "Deleting", - "startTime": "2022-10-21T11:06:18.7025101Z", + "startTime": "2022-10-22T17:37:19.1805565Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1997,7 +2037,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2011,7 +2051,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:08:20 GMT", + "Date": "Sat, 22 Oct 2022 17:39:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2019,16 +2059,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "59b9cf5c-1599-4834-acb3-e8064addbacd", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110820Z:59b9cf5c-1599-4834-acb3-e8064addbacd", + "x-ms-correlation-request-id": "c5b92dbf-1da3-4763-893c-e110748cb535", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173919Z:c5b92dbf-1da3-4763-893c-e110748cb535", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f", - "name": "6746851f-eb71-4743-b9ce-d9eae744c30f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a", + "name": "505a6038-b5ab-4ac6-98eb-1be51a04bc6a", "status": "Deleting", - "startTime": "2022-10-21T11:06:18.7025101Z", + "startTime": "2022-10-22T17:37:19.1805565Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2037,7 +2077,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2051,7 +2091,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:08:50 GMT", + "Date": "Sat, 22 Oct 2022 17:39:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2059,16 +2099,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d75a4a8-402e-49e4-8901-fb301231f6e6", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110851Z:7d75a4a8-402e-49e4-8901-fb301231f6e6", + "x-ms-correlation-request-id": "08557c2d-66d1-401e-bf11-d53c8851c4fb", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T173950Z:08557c2d-66d1-401e-bf11-d53c8851c4fb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f", - "name": "6746851f-eb71-4743-b9ce-d9eae744c30f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a", + "name": "505a6038-b5ab-4ac6-98eb-1be51a04bc6a", "status": "Deleting", - "startTime": "2022-10-21T11:06:18.7025101Z", + "startTime": "2022-10-22T17:37:19.1805565Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2077,7 +2117,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2091,7 +2131,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:09:20 GMT", + "Date": "Sat, 22 Oct 2022 17:40:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2099,17 +2139,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "057e411d-18cc-4aa9-bea8-005e9326b34d", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110921Z:057e411d-18cc-4aa9-bea8-005e9326b34d", + "x-ms-correlation-request-id": "2bb20a0d-3f0b-4bbe-b613-2ea93db34e43", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174020Z:2bb20a0d-3f0b-4bbe-b613-2ea93db34e43", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f", - "name": "6746851f-eb71-4743-b9ce-d9eae744c30f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a", + "name": "505a6038-b5ab-4ac6-98eb-1be51a04bc6a", "status": "Succeeded", - "startTime": "2022-10-21T11:06:18.7025101Z", - "endTime": "2022-10-21T11:08:58.19894Z", + "startTime": "2022-10-22T17:37:19.1805565Z", + "endTime": "2022-10-22T17:40:14.4425801Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" @@ -2117,7 +2157,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6746851f-eb71-4743-b9ce-d9eae744c30f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2131,7 +2171,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:09:21 GMT", + "Date": "Sat, 22 Oct 2022 17:40:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2139,22 +2179,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7892b249-a0b5-4608-a8e4-b03a67672004", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T110921Z:7892b249-a0b5-4608-a8e4-b03a67672004", + "x-ms-correlation-request-id": "993f297f-fc70-43d6-b611-f46e4dd6dd1e", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174020Z:993f297f-fc70-43d6-b611-f46e4dd6dd1e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3", "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1/sdk-py-tests-vol-3", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A08%3A48.6057701Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A39%3A56.9009389Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:01:40.9497489Z" + "CreatedOnDate": "2022-10-22T17:32:10.5456620Z" }, "properties": { - "fileSystemId": "101f5dc1-971c-9b83-ec3a-901f2050de26", + "fileSystemId": "bcfc56cb-93fd-02f4-ca19-b6171765427c", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2185,19 +2225,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4fad3787", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ca2c2e80", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3", - "poolId": "9eaa6731-b182-3eb7-3a97-2afb538f7447", + "poolId": "c5282cb8-dca4-d49c-08f7-02c8ba9b1ea8", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "101f5dc1-971c-9b83-ec3a-901f2050de26", - "fileSystemId": "101f5dc1-971c-9b83-ec3a-901f2050de26", + "mountTargetId": "bcfc56cb-93fd-02f4-ca19-b6171765427c", + "fileSystemId": "bcfc56cb-93fd-02f4-ca19-b6171765427c", "startIp": "", "endIp": "", "gateway": "", @@ -2229,10 +2269,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:01:42.1558832Z", + "createdAt": "2022-10-22T17:32:11.5598039Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:01:42.1558832Z" + "lastModifiedAt": "2022-10-22T17:32:11.5598039Z" } } }, @@ -2251,14 +2291,14 @@ "Cache-Control": "no-cache", "Content-Length": "315", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:12:42 GMT", + "Date": "Sat, 22 Oct 2022 17:43:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "690e4c2d-5be8-49de-b11b-e481d0d0540d", + "x-ms-correlation-request-id": "c18703e9-840b-44a9-a259-25de36f14d44", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111243Z:690e4c2d-5be8-49de-b11b-e481d0d0540d" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174344Z:c18703e9-840b-44a9-a259-25de36f14d44" }, "ResponseBody": { "error": { @@ -2282,7 +2322,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:12:44 GMT", + "Date": "Sat, 22 Oct 2022 17:43:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2290,9 +2330,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2df3c166-4a3c-43ee-807f-173c37ba7e70", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111244Z:2df3c166-4a3c-43ee-807f-173c37ba7e70", + "x-ms-correlation-request-id": "4689c6a0-13e3-4131-a90d-005233e71fb9", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174347Z:4689c6a0-13e3-4131-a90d-005233e71fb9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2314,14 +2354,14 @@ "Cache-Control": "no-cache", "Content-Length": "315", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:16:06 GMT", + "Date": "Sat, 22 Oct 2022 17:47:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cf0ab5f6-4833-4880-9a85-d549d377cdee", + "x-ms-correlation-request-id": "5db53e0d-5614-4ed8-8eeb-15ccb9d10a2a", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111606Z:cf0ab5f6-4833-4880-9a85-d549d377cdee" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174710Z:5db53e0d-5614-4ed8-8eeb-15ccb9d10a2a" }, "ResponseBody": { "error": { @@ -2343,25 +2383,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84fdc587-2a92-4723-a58c-ca4ef730645d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5bb3d7f0-c6de-4c36-a383-335ee29f7e58?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 11:16:18 GMT", + "Date": "Sat, 22 Oct 2022 17:47:22 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84fdc587-2a92-4723-a58c-ca4ef730645d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5bb3d7f0-c6de-4c36-a383-335ee29f7e58?api-version=2022-05-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": "b5250e84-550d-4229-b5c6-7562582dcca0", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111618Z:b5250e84-550d-4229-b5c6-7562582dcca0", + "x-ms-correlation-request-id": "78359a85-f0b0-4479-9df1-6e6ccac6b4ef", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174723Z:78359a85-f0b0-4479-9df1-6e6ccac6b4ef", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84fdc587-2a92-4723-a58c-ca4ef730645d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5bb3d7f0-c6de-4c36-a383-335ee29f7e58?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2375,7 +2415,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:16:18 GMT", + "Date": "Sat, 22 Oct 2022 17:47:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2383,16 +2423,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ac744a5-1b6b-4d79-869d-2637ad713297", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111619Z:2ac744a5-1b6b-4d79-869d-2637ad713297", + "x-ms-correlation-request-id": "2ca7a59e-2883-4ce9-b232-aac3ca789357", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174723Z:2ca7a59e-2883-4ce9-b232-aac3ca789357", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84fdc587-2a92-4723-a58c-ca4ef730645d", - "name": "84fdc587-2a92-4723-a58c-ca4ef730645d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5bb3d7f0-c6de-4c36-a383-335ee29f7e58", + "name": "5bb3d7f0-c6de-4c36-a383-335ee29f7e58", "status": "Deleting", - "startTime": "2022-10-21T11:16:18.5148372Z", + "startTime": "2022-10-22T17:47:23.6109869Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2401,7 +2441,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84fdc587-2a92-4723-a58c-ca4ef730645d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5bb3d7f0-c6de-4c36-a383-335ee29f7e58?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2415,7 +2455,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:16:48 GMT", + "Date": "Sat, 22 Oct 2022 17:47:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2423,17 +2463,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ad307da-f164-4f18-9ea9-ec1bf4c93f22", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111649Z:8ad307da-f164-4f18-9ea9-ec1bf4c93f22", + "x-ms-correlation-request-id": "dece0755-38a9-4002-8f40-e4643e74e2dc", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174754Z:dece0755-38a9-4002-8f40-e4643e74e2dc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84fdc587-2a92-4723-a58c-ca4ef730645d", - "name": "84fdc587-2a92-4723-a58c-ca4ef730645d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5bb3d7f0-c6de-4c36-a383-335ee29f7e58", + "name": "5bb3d7f0-c6de-4c36-a383-335ee29f7e58", "status": "Succeeded", - "startTime": "2022-10-21T11:16:18.5148372Z", - "endTime": "2022-10-21T11:16:20.562358Z", + "startTime": "2022-10-22T17:47:23.6109869Z", + "endTime": "2022-10-22T17:47:24.5806404Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1" @@ -2441,7 +2481,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84fdc587-2a92-4723-a58c-ca4ef730645d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5bb3d7f0-c6de-4c36-a383-335ee29f7e58?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2455,7 +2495,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:16:49 GMT", + "Date": "Sat, 22 Oct 2022 17:47:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2463,22 +2503,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6cbcff9b-da7a-4991-bf96-94975b561825", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111649Z:6cbcff9b-da7a-4991-bf96-94975b561825", + "x-ms-correlation-request-id": "107ae63b-30f0-460e-827e-c2e59a94e1b6", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174754Z:107ae63b-30f0-460e-827e-c2e59a94e1b6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A16%3A18.5192491Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A47%3A23.6024533Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:01:27.4202212Z" + "CreatedOnDate": "2022-10-22T17:31:56.9475834Z" }, "properties": { - "poolId": "9eaa6731-b182-3eb7-3a97-2afb538f7447", + "poolId": "c5282cb8-dca4-d49c-08f7-02c8ba9b1ea8", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1", @@ -2492,10 +2532,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:01:28.3809478Z", + "createdAt": "2022-10-22T17:31:58.2545735Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:01:28.3809478Z" + "lastModifiedAt": "2022-10-22T17:31:58.2545735Z" } } }, @@ -2513,14 +2553,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 11:16:59 GMT", + "Date": "Sat, 22 Oct 2022 17:48:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "342bf821-9e75-4c1a-9801-7b5e2d1f6964", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111659Z:342bf821-9e75-4c1a-9801-7b5e2d1f6964" + "x-ms-correlation-request-id": "390d10b2-bc75-44c6-bcb8-41d88aefe29f", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174804Z:390d10b2-bc75-44c6-bcb8-41d88aefe29f" }, "ResponseBody": null }, @@ -2538,14 +2578,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 11:17:09 GMT", + "Date": "Sat, 22 Oct 2022 17:48:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aac496bc-f6db-42e5-bd63-73d1fb3d4237", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111710Z:aac496bc-f6db-42e5-bd63-73d1fb3d4237" + "x-ms-correlation-request-id": "f354addf-ba03-4f1a-8052-1ea6e31918bd", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174815Z:f354addf-ba03-4f1a-8052-1ea6e31918bd" }, "ResponseBody": null }, @@ -2563,14 +2603,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 11:17:19 GMT", + "Date": "Sat, 22 Oct 2022 17:48:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "35f2d989-1e11-4329-810f-84143363113a", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111720Z:35f2d989-1e11-4329-810f-84143363113a" + "x-ms-correlation-request-id": "f5d724b8-a5d2-413b-9fe3-ae5745828007", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174825Z:f5d724b8-a5d2-413b-9fe3-ae5745828007" }, "ResponseBody": null }, @@ -2588,14 +2628,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 11:17:30 GMT", + "Date": "Sat, 22 Oct 2022 17:48:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "810eb2e7-c3f6-4290-9320-660e97e7b275", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111730Z:810eb2e7-c3f6-4290-9320-660e97e7b275" + "x-ms-correlation-request-id": "207258a3-76e9-4733-a4de-976ab51945c4", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174835Z:207258a3-76e9-4733-a4de-976ab51945c4" }, "ResponseBody": null }, @@ -2614,14 +2654,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:17:40 GMT", + "Date": "Sat, 22 Oct 2022 17:48:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dc141e5f-8fb4-4f23-8ce9-30335e48be6c", + "x-ms-correlation-request-id": "bea67e88-f0da-4a7a-ba16-1aa0c82e2383", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111741Z:dc141e5f-8fb4-4f23-8ce9-30335e48be6c" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174846Z:bea67e88-f0da-4a7a-ba16-1aa0c82e2383" }, "ResponseBody": { "error": { @@ -2643,25 +2683,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56f519bb-e7f3-46ab-b16e-0e5ec7c8bce0?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/445ed317-5a70-49fe-9996-f304193c69d0?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 11:17:42 GMT", + "Date": "Sat, 22 Oct 2022 17:48:47 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56f519bb-e7f3-46ab-b16e-0e5ec7c8bce0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/445ed317-5a70-49fe-9996-f304193c69d0?api-version=2022-05-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": "76942a0c-73b8-4d32-a1b1-fdb8c2a53d1c", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111742Z:76942a0c-73b8-4d32-a1b1-fdb8c2a53d1c", + "x-ms-correlation-request-id": "2a89b00a-2e9e-494e-9509-9394433131ee", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174847Z:2a89b00a-2e9e-494e-9509-9394433131ee", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56f519bb-e7f3-46ab-b16e-0e5ec7c8bce0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/445ed317-5a70-49fe-9996-f304193c69d0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2675,7 +2715,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:17:42 GMT", + "Date": "Sat, 22 Oct 2022 17:48:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2683,17 +2723,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a6e135e-c2cf-47c0-b12b-bddef9a587d4", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111742Z:5a6e135e-c2cf-47c0-b12b-bddef9a587d4", + "x-ms-correlation-request-id": "4a935297-7fe1-4539-8c49-4b6c6c5d4163", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174847Z:4a935297-7fe1-4539-8c49-4b6c6c5d4163", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56f519bb-e7f3-46ab-b16e-0e5ec7c8bce0", - "name": "56f519bb-e7f3-46ab-b16e-0e5ec7c8bce0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/445ed317-5a70-49fe-9996-f304193c69d0", + "name": "445ed317-5a70-49fe-9996-f304193c69d0", "status": "Succeeded", - "startTime": "2022-10-21T11:17:42.4525259Z", - "endTime": "2022-10-21T11:17:42.4994669Z", + "startTime": "2022-10-22T17:48:47.4816477Z", + "endTime": "2022-10-22T17:48:47.5441451Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912" @@ -2701,7 +2741,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56f519bb-e7f3-46ab-b16e-0e5ec7c8bce0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/445ed317-5a70-49fe-9996-f304193c69d0?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2715,7 +2755,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:17:42 GMT", + "Date": "Sat, 22 Oct 2022 17:48:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2723,19 +2763,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fcfb2c71-554b-43e5-a38f-6faf3d86f218", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111743Z:fcfb2c71-554b-43e5-a38f-6faf3d86f218", + "x-ms-correlation-request-id": "69f2ab0a-ebc9-4429-b6ac-7e82a55572bb", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174848Z:69f2ab0a-ebc9-4429-b6ac-7e82a55572bb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912", "name": "sdk-py-tests-acc-1-9f8d2912", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A17%3A42.4492133Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A48%3A47.4895152Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:01:23.4502871Z" + "CreatedOnDate": "2022-10-22T17:31:52.8921259Z" }, "properties": { "encryption": { @@ -2746,10 +2786,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:01:24.4248067Z", + "createdAt": "2022-10-22T17:31:53.9059116Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:01:24.4248067Z" + "lastModifiedAt": "2022-10-22T17:31:53.9059116Z" } } }, @@ -2768,15 +2808,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:17:43 GMT", + "Date": "Sat, 22 Oct 2022 17:48:48 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": "f8174d1d-2e74-4cdb-a336-187f70ef259e", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111743Z:f8174d1d-2e74-4cdb-a336-187f70ef259e", + "x-ms-correlation-request-id": "6122f1b9-7042-484c-a5ee-db6a0f3ac50e", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174848Z:6122f1b9-7042-484c-a5ee-db6a0f3ac50e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2800,12 +2840,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f5f0b319-83ba-49ec-bf1b-ed601d477ea5?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/67525dd3-3658-457c-9a69-dd3d4b58ac8e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 11:17:44 GMT", + "Date": "Sat, 22 Oct 2022 17:48:49 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/f5f0b319-83ba-49ec-bf1b-ed601d477ea5?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/67525dd3-3658-457c-9a69-dd3d4b58ac8e?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2814,10 +2854,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9548eab0-be1d-4260-9f25-b436737f1733", - "x-ms-correlation-request-id": "029daf03-18a9-45af-821e-a688ca4fd52f", - "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111744Z:029daf03-18a9-45af-821e-a688ca4fd52f" + "x-ms-arm-service-request-id": "e2251612-1b00-4bbf-809b-8f5b0ac804b5", + "x-ms-correlation-request-id": "b04c7d00-0fe3-4a6a-a427-ecf2f3575607", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174849Z:b04c7d00-0fe3-4a6a-a427-ecf2f3575607" }, "ResponseBody": null } 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 5127109b0ad0..485b3d180baa 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:08:29 GMT", + "Date": "Sun, 23 Oct 2022 12:31:58 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:08:29 GMT", + "Date": "Sun, 23 Oct 2022 12:31:58 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.13845.10 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "acae41b8-6d56-4cf3-9b76-bd40dc15b9cc", + "client-request-id": "d3cbd068-5cca-490d-893e-22c0a66d958c", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "acae41b8-6d56-4cf3-9b76-bd40dc15b9cc", + "client-request-id": "d3cbd068-5cca-490d-893e-22c0a66d958c", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:08:29 GMT", + "Date": "Sun, 23 Oct 2022 12:31:58 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/20948152-65fd-4bc2-b210-df72b91c0ced?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2c4bd164-962b-4053-ac21-22cff559151a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:08:37 GMT", + "Date": "Sun, 23 Oct 2022 12:32:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5210f076-a2d4-4bb6-82ee-c34803311069", - "x-ms-correlation-request-id": "8ffe4bc5-3489-44d0-adb2-0694ef576f06", + "x-ms-arm-service-request-id": "1e648d90-d8a5-44d1-a25f-312aff0d90c2", + "x-ms-correlation-request-id": "38a3f1a5-975e-4469-a141-a15ce8af6ad5", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120837Z:8ffe4bc5-3489-44d0-adb2-0694ef576f06" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123207Z:38a3f1a5-975e-4469-a141-a15ce8af6ad5" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-84d7262b", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b", - "etag": "W/\u0022a6248183-5fc5-4536-b046-2e98d4ce2a9a\u0022", + "etag": "W/\u002208bf03de-d345-4ef3-9d10-df528f0c9691\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T12:08:32.3231468Z" + "CreatedOnDate": "2022-10-23T12:32:00.9524216Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "4b36352b-b531-4412-9fb6-a1f7d341bc6e", + "resourceGuid": "6023368b-a13b-4bb9-9a04-116082605730", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/20948152-65fd-4bc2-b210-df72b91c0ced?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2c4bd164-962b-4053-ac21-22cff559151a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:08:37 GMT", + "Date": "Sun, 23 Oct 2022 12:32:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -305,17 +305,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c1362135-2b74-4366-9a4b-0ba7053c4b32", - "x-ms-correlation-request-id": "6a1abb16-ca90-4f61-b1ff-e71a52860df2", + "x-ms-arm-service-request-id": "a55e50b0-51ed-4b81-8b4f-bbb7e0fffb0f", + "x-ms-correlation-request-id": "4d3e20a5-a07f-4a2f-94ac-df599b178270", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120837Z:6a1abb16-ca90-4f61-b1ff-e71a52860df2" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123208Z:4d3e20a5-a07f-4a2f-94ac-df599b178270" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/20948152-65fd-4bc2-b210-df72b91c0ced?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2c4bd164-962b-4053-ac21-22cff559151a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -329,7 +329,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:08:47 GMT", + "Date": "Sun, 23 Oct 2022 12:32:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,10 +340,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "193e81cf-60c3-4e90-8287-14cf7dc7b65b", - "x-ms-correlation-request-id": "a4958be9-90ed-419d-9218-e56556807b4c", + "x-ms-arm-service-request-id": "d0e2e674-5338-44db-b7b8-603dec3d6e01", + "x-ms-correlation-request-id": "0c11edde-0f1f-4611-a72c-1619f82140e2", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120847Z:a4958be9-90ed-419d-9218-e56556807b4c" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123218Z:0c11edde-0f1f-4611-a72c-1619f82140e2" }, "ResponseBody": { "status": "Succeeded" @@ -364,8 +364,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:08:47 GMT", - "ETag": "W/\u00223b84b310-10ad-49f0-b118-52d786f4d629\u0022", + "Date": "Sun, 23 Oct 2022 12:32:18 GMT", + "ETag": "W/\u00228b619596-a1c9-4687-aaa3-d15c5d401544\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -376,23 +376,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3d2f3e64-71ce-49d4-b4a6-40321ea5cd08", - "x-ms-correlation-request-id": "706fb501-7ae8-49e9-9d59-fd0de28b1233", + "x-ms-arm-service-request-id": "b91b7bc8-9aee-4c6e-a4e7-38f41da28648", + "x-ms-correlation-request-id": "888118e9-1a70-438c-b154-6b07b80c72cd", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120848Z:706fb501-7ae8-49e9-9d59-fd0de28b1233" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123218Z:888118e9-1a70-438c-b154-6b07b80c72cd" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-84d7262b", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b", - "etag": "W/\u00223b84b310-10ad-49f0-b118-52d786f4d629\u0022", + "etag": "W/\u00228b619596-a1c9-4687-aaa3-d15c5d401544\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T12:08:32.3231468Z" + "CreatedOnDate": "2022-10-23T12:32:00.9524216Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "4b36352b-b531-4412-9fb6-a1f7d341bc6e", + "resourceGuid": "6023368b-a13b-4bb9-9a04-116082605730", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -431,11 +431,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f64bfdfd-33b5-425b-9f61-66d8cafd8247?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/29302b68-4f44-4197-a866-0cd39df022bd?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:08:48 GMT", + "Date": "Sun, 23 Oct 2022 12:32:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -445,15 +445,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fcfb0015-74ed-4273-8103-fbf58f9e914c", - "x-ms-correlation-request-id": "fc842a42-7f77-40e0-ba28-35010e432bc2", + "x-ms-arm-service-request-id": "5310034e-8621-4263-a487-f31eaa2f8d6b", + "x-ms-correlation-request-id": "2d16de3c-d872-41f9-af30-32b7dbc70893", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120849Z:fc842a42-7f77-40e0-ba28-35010e432bc2" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123219Z:2d16de3c-d872-41f9-af30-32b7dbc70893" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default", - "etag": "W/\u0022e9cf13ae-22e4-48b9-8595-337f6103247a\u0022", + "etag": "W/\u0022ac44ac79-5fc7-43a1-b370-09d532dc4060\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -461,7 +461,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022e9cf13ae-22e4-48b9-8595-337f6103247a\u0022", + "etag": "W/\u0022ac44ac79-5fc7-43a1-b370-09d532dc4060\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -481,7 +481,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f64bfdfd-33b5-425b-9f61-66d8cafd8247?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/29302b68-4f44-4197-a866-0cd39df022bd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -495,7 +495,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:08:48 GMT", + "Date": "Sun, 23 Oct 2022 12:32:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,10 +506,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c1d27907-d82f-4e68-8f46-caeb493e31d9", - "x-ms-correlation-request-id": "3408c88a-dbb9-4acb-b289-93681c198f66", + "x-ms-arm-service-request-id": "908f91ef-f363-4c70-bf8d-a97955753bd0", + "x-ms-correlation-request-id": "8740c04d-e59e-407d-9abb-8258130b579d", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120849Z:3408c88a-dbb9-4acb-b289-93681c198f66" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123219Z:8740c04d-e59e-407d-9abb-8258130b579d" }, "ResponseBody": { "status": "Succeeded" @@ -530,8 +530,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:08:49 GMT", - "ETag": "W/\u0022cfd72877-bd41-4712-87e9-0d68ecb6c8a7\u0022", + "Date": "Sun, 23 Oct 2022 12:32:20 GMT", + "ETag": "W/\u002210ea2f68-a3b1-4607-a560-edb513170f9f\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -542,15 +542,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b9a78b93-6036-4162-b7d2-97ad7a6e3960", - "x-ms-correlation-request-id": "03ed1da6-ca4d-49e4-a683-481fd95e0b5e", + "x-ms-arm-service-request-id": "f6cb852a-f474-4cbf-88e8-896981ea07d3", + "x-ms-correlation-request-id": "eb169117-86c4-4294-b0a7-7f90e41fd59c", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120849Z:03ed1da6-ca4d-49e4-a683-481fd95e0b5e" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123220Z:eb169117-86c4-4294-b0a7-7f90e41fd59c" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default", - "etag": "W/\u0022cfd72877-bd41-4712-87e9-0d68ecb6c8a7\u0022", + "etag": "W/\u002210ea2f68-a3b1-4607-a560-edb513170f9f\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -558,7 +558,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022cfd72877-bd41-4712-87e9-0d68ecb6c8a7\u0022", + "etag": "W/\u002210ea2f68-a3b1-4607-a560-edb513170f9f\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -594,12 +594,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:08:49 GMT", + "Date": "Sun, 23 Oct 2022 12:32:20 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -688,7 +688,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:08:49 GMT", + "Date": "Sun, 23 Oct 2022 12:32:20 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -749,7 +749,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "aa10340a-a993-4875-bc38-6a36b9548852", + "client-request-id": "fed8fff0-42f5-4ad3-a3e6-a34d9ca6f869", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -767,10 +767,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "aa10340a-a993-4875-bc38-6a36b9548852", + "client-request-id": "fed8fff0-42f5-4ad3-a3e6-a34d9ca6f869", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:08:49 GMT", + "Date": "Sun, 23 Oct 2022 12:32:20 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -778,7 +778,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -805,30 +805,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ab33990a-5286-4d4b-8b41-f8bb8eeb1667?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1453443-3e6e-4a51-b889-f22f4c6893c9?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "706", + "Content-Length": "704", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:08:54 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T12%3A08%3A53.2474188Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 12:32:25 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T12%3A32%3A24.1579467Z\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": "6b8d95a0-c9c7-4f06-9e36-b7552084a432", + "x-ms-correlation-request-id": "9cf34cbc-b8c8-4b27-8e5f-2b6c5417b746", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120854Z:6b8d95a0-c9c7-4f06-9e36-b7552084a432", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123225Z:9cf34cbc-b8c8-4b27-8e5f-2b6c5417b746", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b", "name": "sdk-py-tests-acc-1-84d7262b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A08%3A53.2474188Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T12%3A32%3A24.1579467Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T12:08:51.1001860Z" + "CreatedOnDate": "2022-10-23T12:32:21.7085321Z" }, "properties": { "provisioningState": "Creating" @@ -836,15 +836,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T12:08:52.2816584Z", + "createdAt": "2022-10-23T12:32:22.950633Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T12:08:52.2816584Z" + "lastModifiedAt": "2022-10-23T12:32:22.950633Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ab33990a-5286-4d4b-8b41-f8bb8eeb1667?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1453443-3e6e-4a51-b889-f22f4c6893c9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -858,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:08:54 GMT", + "Date": "Sun, 23 Oct 2022 12:32:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -866,17 +866,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7501761b-9b05-4d2a-9f2e-350cde209303", + "x-ms-correlation-request-id": "ac639e5a-b048-4c5f-b7bc-eaa3c81ffb0f", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120854Z:7501761b-9b05-4d2a-9f2e-350cde209303", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123225Z:ac639e5a-b048-4c5f-b7bc-eaa3c81ffb0f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ab33990a-5286-4d4b-8b41-f8bb8eeb1667", - "name": "ab33990a-5286-4d4b-8b41-f8bb8eeb1667", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1453443-3e6e-4a51-b889-f22f4c6893c9", + "name": "a1453443-3e6e-4a51-b889-f22f4c6893c9", "status": "Succeeded", - "startTime": "2022-10-21T12:08:53.2470513Z", - "endTime": "2022-10-21T12:08:53.2939222Z", + "startTime": "2022-10-23T12:32:24.1671835Z", + "endTime": "2022-10-23T12:32:24.216128Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b" @@ -898,8 +898,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:08:54 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T12%3A08%3A53.2985671Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 12:32:25 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T12%3A32%3A24.220842Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -907,19 +907,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f88eb25f-8edd-44ab-acf0-97d5e132bdf4", + "x-ms-correlation-request-id": "ad943534-b9b8-4461-8525-1cd2f6545a65", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120855Z:f88eb25f-8edd-44ab-acf0-97d5e132bdf4", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123225Z:ad943534-b9b8-4461-8525-1cd2f6545a65", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b", "name": "sdk-py-tests-acc-1-84d7262b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A08%3A53.2985671Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T12%3A32%3A24.220842Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T12:08:51.1001860Z" + "CreatedOnDate": "2022-10-23T12:32:21.7085321Z" }, "properties": { "activeDirectories": [ @@ -948,10 +948,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T12:08:52.2816584Z", + "createdAt": "2022-10-23T12:32:22.950633Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T12:08:52.2816584Z" + "lastModifiedAt": "2022-10-23T12:32:22.950633Z" } } }, @@ -977,30 +977,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68e6753a-1526-4443-92b7-1df7e60ab1f0?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7a86c0de-82f8-4571-ac46-ce359aeddd04?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:08:57 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T12%3A08%3A56.8084063Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 12:32:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T12%3A32%3A27.9027675Z\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": "01dfae61-0854-4464-87a1-d08dec4de9c8", + "x-ms-correlation-request-id": "f32c4a59-3323-411a-8415-2093225f4c7b", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120857Z:01dfae61-0854-4464-87a1-d08dec4de9c8", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123228Z:f32c4a59-3323-411a-8415-2093225f4c7b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A08%3A56.8084063Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T12%3A32%3A27.9027675Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T12:08:55.6381779Z" + "CreatedOnDate": "2022-10-23T12:32:26.2216341Z" }, "properties": { "serviceLevel": "Premium", @@ -1014,15 +1014,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T12:08:56.5985295Z", + "createdAt": "2022-10-23T12:32:27.5159631Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T12:08:56.5985295Z" + "lastModifiedAt": "2022-10-23T12:32:27.5159631Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68e6753a-1526-4443-92b7-1df7e60ab1f0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7a86c0de-82f8-4571-ac46-ce359aeddd04?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1036,7 +1036,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:08:57 GMT", + "Date": "Sun, 23 Oct 2022 12:32:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1044,17 +1044,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "84c59ae8-2036-4b68-ade3-a1bba239b7b0", + "x-ms-correlation-request-id": "1574a570-1729-4d6a-84aa-92e7611e1eee", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120858Z:84c59ae8-2036-4b68-ade3-a1bba239b7b0", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123229Z:1574a570-1729-4d6a-84aa-92e7611e1eee", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68e6753a-1526-4443-92b7-1df7e60ab1f0", - "name": "68e6753a-1526-4443-92b7-1df7e60ab1f0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7a86c0de-82f8-4571-ac46-ce359aeddd04", + "name": "7a86c0de-82f8-4571-ac46-ce359aeddd04", "status": "Succeeded", - "startTime": "2022-10-21T12:08:56.8194597Z", - "endTime": "2022-10-21T12:08:57.8663298Z", + "startTime": "2022-10-23T12:32:27.9040146Z", + "endTime": "2022-10-23T12:32:28.8614851Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1" @@ -1076,8 +1076,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:08:58 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T12%3A08%3A57.8539604Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 12:32:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T12%3A32%3A28.8601988Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1085,22 +1085,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3d29d77-7aaf-416f-a703-f3c98acffa7b", + "x-ms-correlation-request-id": "010eff35-5319-4fca-8a96-f9beb9482e33", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120858Z:e3d29d77-7aaf-416f-a703-f3c98acffa7b", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123229Z:010eff35-5319-4fca-8a96-f9beb9482e33", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A08%3A57.8539604Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T12%3A32%3A28.8601988Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T12:08:55.6381779Z" + "CreatedOnDate": "2022-10-23T12:32:26.2216341Z" }, "properties": { - "poolId": "5c403fa6-403c-d25c-8957-e692d88ce20e", + "poolId": "c034658d-e566-bbe2-2859-e27c744b8bc2", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1113,10 +1113,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T12:08:56.5985295Z", + "createdAt": "2022-10-23T12:32:27.5159631Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T12:08:56.5985295Z" + "lastModifiedAt": "2022-10-23T12:32:27.5159631Z" } } }, @@ -1159,30 +1159,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:09:10 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T12%3A09%3A10.5116569Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 12:32:42 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T12%3A32%3A41.8836354Z\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": "f837964d-37a8-4a30-bc11-efd99db7f4da", + "x-ms-correlation-request-id": "2d85fafc-1114-48ef-aea7-f315a9f6ec52", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120911Z:f837964d-37a8-4a30-bc11-efd99db7f4da", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123242Z:2d85fafc-1114-48ef-aea7-f315a9f6ec52", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b", "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-84d7262b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A09%3A10.5116569Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T12%3A32%3A41.8836354Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T12:09:09.1237772Z" + "CreatedOnDate": "2022-10-23T12:32:39.7123034Z" }, "properties": { "serviceLevel": "Premium", @@ -1212,15 +1212,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T12:09:10.2327002Z", + "createdAt": "2022-10-23T12:32:40.6980943Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T12:09:10.2327002Z" + "lastModifiedAt": "2022-10-23T12:32:40.6980943Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1234,7 +1234,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:09:11 GMT", + "Date": "Sun, 23 Oct 2022 12:32:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1242,16 +1242,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2b66943-a3cc-40ec-8c02-95bb90345767", + "x-ms-correlation-request-id": "406dd0e1-5b94-438b-846b-c59f2f7a4cde", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120911Z:e2b66943-a3cc-40ec-8c02-95bb90345767", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123242Z:406dd0e1-5b94-438b-846b-c59f2f7a4cde", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee", - "name": "bf5256a4-5398-461d-aac0-5790f92893ee", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128", + "name": "8f958857-9c9a-4ef8-80ff-03dba35bb128", "status": "Creating", - "startTime": "2022-10-21T12:09:10.5143564Z", + "startTime": "2022-10-23T12:32:41.8908553Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1260,7 +1260,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1274,7 +1274,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:09:41 GMT", + "Date": "Sun, 23 Oct 2022 12:33:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1282,16 +1282,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a07434ce-c58d-4c58-bed3-26cc2e235350", + "x-ms-correlation-request-id": "41a354e7-df65-4f23-9db4-ca455706e7b5", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120942Z:a07434ce-c58d-4c58-bed3-26cc2e235350", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123313Z:41a354e7-df65-4f23-9db4-ca455706e7b5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee", - "name": "bf5256a4-5398-461d-aac0-5790f92893ee", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128", + "name": "8f958857-9c9a-4ef8-80ff-03dba35bb128", "status": "Creating", - "startTime": "2022-10-21T12:09:10.5143564Z", + "startTime": "2022-10-23T12:32:41.8908553Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1300,7 +1300,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1314,7 +1314,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:10:11 GMT", + "Date": "Sun, 23 Oct 2022 12:33:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1322,16 +1322,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab9f8020-b5a6-464d-ae17-81dc59f79df1", + "x-ms-correlation-request-id": "e60935e6-aab4-40b3-9820-e20c3e57ba1c", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T121012Z:ab9f8020-b5a6-464d-ae17-81dc59f79df1", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123343Z:e60935e6-aab4-40b3-9820-e20c3e57ba1c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee", - "name": "bf5256a4-5398-461d-aac0-5790f92893ee", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128", + "name": "8f958857-9c9a-4ef8-80ff-03dba35bb128", "status": "Creating", - "startTime": "2022-10-21T12:09:10.5143564Z", + "startTime": "2022-10-23T12:32:41.8908553Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1340,7 +1340,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1354,7 +1354,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:10:42 GMT", + "Date": "Sun, 23 Oct 2022 12:34:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1362,16 +1362,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1dc47619-4a91-4a48-bc77-0267609c5439", + "x-ms-correlation-request-id": "697a6a8a-5a9e-4675-846f-f50916216ae0", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T121042Z:1dc47619-4a91-4a48-bc77-0267609c5439", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123413Z:697a6a8a-5a9e-4675-846f-f50916216ae0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee", - "name": "bf5256a4-5398-461d-aac0-5790f92893ee", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128", + "name": "8f958857-9c9a-4ef8-80ff-03dba35bb128", "status": "Creating", - "startTime": "2022-10-21T12:09:10.5143564Z", + "startTime": "2022-10-23T12:32:41.8908553Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1380,7 +1380,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1394,7 +1394,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:11:12 GMT", + "Date": "Sun, 23 Oct 2022 12:34:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1402,16 +1402,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "33a93834-22e6-4bea-9341-1daf4022df10", + "x-ms-correlation-request-id": "9587cd7d-d12f-47db-996c-226590f10c8f", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T121113Z:33a93834-22e6-4bea-9341-1daf4022df10", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123443Z:9587cd7d-d12f-47db-996c-226590f10c8f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee", - "name": "bf5256a4-5398-461d-aac0-5790f92893ee", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128", + "name": "8f958857-9c9a-4ef8-80ff-03dba35bb128", "status": "Creating", - "startTime": "2022-10-21T12:09:10.5143564Z", + "startTime": "2022-10-23T12:32:41.8908553Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1420,7 +1420,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1434,7 +1434,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:11:43 GMT", + "Date": "Sun, 23 Oct 2022 12:35:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1442,16 +1442,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "68605819-2a23-418a-9529-204177050266", + "x-ms-correlation-request-id": "3188186d-411a-4bcb-99d7-3f6bbf432cda", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T121143Z:68605819-2a23-418a-9529-204177050266", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123514Z:3188186d-411a-4bcb-99d7-3f6bbf432cda", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee", - "name": "bf5256a4-5398-461d-aac0-5790f92893ee", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128", + "name": "8f958857-9c9a-4ef8-80ff-03dba35bb128", "status": "Creating", - "startTime": "2022-10-21T12:09:10.5143564Z", + "startTime": "2022-10-23T12:32:41.8908553Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1460,7 +1460,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1474,7 +1474,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:12:12 GMT", + "Date": "Sun, 23 Oct 2022 12:35:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1482,16 +1482,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "039652b8-2987-40b5-882e-b3242a23d6d8", + "x-ms-correlation-request-id": "1e35b1ee-e2c3-459b-9ec2-bdb8564f72a7", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T121213Z:039652b8-2987-40b5-882e-b3242a23d6d8", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123544Z:1e35b1ee-e2c3-459b-9ec2-bdb8564f72a7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee", - "name": "bf5256a4-5398-461d-aac0-5790f92893ee", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128", + "name": "8f958857-9c9a-4ef8-80ff-03dba35bb128", "status": "Creating", - "startTime": "2022-10-21T12:09:10.5143564Z", + "startTime": "2022-10-23T12:32:41.8908553Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1500,7 +1500,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1514,7 +1514,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:12:43 GMT", + "Date": "Sun, 23 Oct 2022 12:36:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1522,16 +1522,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "72db1a80-699c-4048-bf97-7d9ec3abf539", + "x-ms-correlation-request-id": "d7777aa1-342f-4741-b201-6801bbf21c72", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T121243Z:72db1a80-699c-4048-bf97-7d9ec3abf539", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123614Z:d7777aa1-342f-4741-b201-6801bbf21c72", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee", - "name": "bf5256a4-5398-461d-aac0-5790f92893ee", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128", + "name": "8f958857-9c9a-4ef8-80ff-03dba35bb128", "status": "Creating", - "startTime": "2022-10-21T12:09:10.5143564Z", + "startTime": "2022-10-23T12:32:41.8908553Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1540,7 +1540,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1554,7 +1554,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:13:13 GMT", + "Date": "Sun, 23 Oct 2022 12:36:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1562,16 +1562,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d046f1ff-0931-47a3-866a-b8237a1e5814", + "x-ms-correlation-request-id": "5b6b6f23-7af0-470f-a85a-c8ec8d9a6eb4", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T121314Z:d046f1ff-0931-47a3-866a-b8237a1e5814", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123645Z:5b6b6f23-7af0-470f-a85a-c8ec8d9a6eb4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee", - "name": "bf5256a4-5398-461d-aac0-5790f92893ee", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128", + "name": "8f958857-9c9a-4ef8-80ff-03dba35bb128", "status": "Creating", - "startTime": "2022-10-21T12:09:10.5143564Z", + "startTime": "2022-10-23T12:32:41.8908553Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1580,7 +1580,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1594,7 +1594,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:13:44 GMT", + "Date": "Sun, 23 Oct 2022 12:37:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1602,17 +1602,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67d41f17-dd3d-4779-9cd3-4dc10f408f1c", + "x-ms-correlation-request-id": "8583eb20-fcd4-49f5-ae06-eff352bba084", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T121344Z:67d41f17-dd3d-4779-9cd3-4dc10f408f1c", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123715Z:8583eb20-fcd4-49f5-ae06-eff352bba084", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf5256a4-5398-461d-aac0-5790f92893ee", - "name": "bf5256a4-5398-461d-aac0-5790f92893ee", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128", + "name": "8f958857-9c9a-4ef8-80ff-03dba35bb128", + "status": "Creating", + "startTime": "2022-10-23T12:32:41.8908553Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 12:37: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": "7fc190fd-a9e1-4680-9ee8-1c41d41812ac", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123746Z:7fc190fd-a9e1-4680-9ee8-1c41d41812ac", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128", + "name": "8f958857-9c9a-4ef8-80ff-03dba35bb128", "status": "Succeeded", - "startTime": "2022-10-21T12:09:10.5143564Z", - "endTime": "2022-10-21T12:13:17.6672937Z", + "startTime": "2022-10-23T12:32:41.8908553Z", + "endTime": "2022-10-23T12:37:26.2675755Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" @@ -1634,8 +1674,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:13:44 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T12%3A13%3A17.6632904Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 12:37:46 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T12%3A37%3A26.2677291Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1643,22 +1683,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ee842d0-c006-4c85-b372-af16eaa57c79", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T121344Z:7ee842d0-c006-4c85-b372-af16eaa57c79", + "x-ms-correlation-request-id": "4ba6cbae-5ae8-42c7-89ed-87ddebc800c5", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123746Z:4ba6cbae-5ae8-42c7-89ed-87ddebc800c5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b", "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-84d7262b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A13%3A17.6632904Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T12%3A37%3A26.2677291Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T12:09:09.1237772Z" + "CreatedOnDate": "2022-10-23T12:32:39.7123034Z" }, "properties": { - "fileSystemId": "e16e8a1d-0fc9-cdef-32f9-ccfdda600bea", + "fileSystemId": "e48e8932-ee0c-4352-07ae-e914fe8cf8c9", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-84d7262b", "usageThreshold": 107374182400, @@ -1686,7 +1726,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_3b28a6e5", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_0121e17a", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1701,8 +1741,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e16e8a1d-0fc9-cdef-32f9-ccfdda600bea", - "fileSystemId": "e16e8a1d-0fc9-cdef-32f9-ccfdda600bea", + "mountTargetId": "e48e8932-ee0c-4352-07ae-e914fe8cf8c9", + "fileSystemId": "e48e8932-ee0c-4352-07ae-e914fe8cf8c9", "ipAddress": "10.0.0.4" } ], @@ -1722,10 +1762,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T12:09:10.2327002Z", + "createdAt": "2022-10-23T12:32:40.6980943Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T12:09:10.2327002Z" + "lastModifiedAt": "2022-10-23T12:32:40.6980943Z" } } }, @@ -1744,8 +1784,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:13:45 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T12%3A13%3A17.6632904Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 12:37:46 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T12%3A37%3A26.2677291Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1753,22 +1793,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2edaeffd-7ecc-43f7-ae34-f8b85c6f4651", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T121345Z:2edaeffd-7ecc-43f7-ae34-f8b85c6f4651", + "x-ms-correlation-request-id": "a10c1b51-0909-4e72-a0eb-e046f4a523a9", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123747Z:a10c1b51-0909-4e72-a0eb-e046f4a523a9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b", "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-84d7262b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A13%3A17.6632904Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T12%3A37%3A26.2677291Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T12:09:09.1237772Z" + "CreatedOnDate": "2022-10-23T12:32:39.7123034Z" }, "properties": { - "fileSystemId": "e16e8a1d-0fc9-cdef-32f9-ccfdda600bea", + "fileSystemId": "e48e8932-ee0c-4352-07ae-e914fe8cf8c9", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-84d7262b", "usageThreshold": 107374182400, @@ -1796,7 +1836,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_3b28a6e5", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_0121e17a", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1811,8 +1851,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e16e8a1d-0fc9-cdef-32f9-ccfdda600bea", - "fileSystemId": "e16e8a1d-0fc9-cdef-32f9-ccfdda600bea", + "mountTargetId": "e48e8932-ee0c-4352-07ae-e914fe8cf8c9", + "fileSystemId": "e48e8932-ee0c-4352-07ae-e914fe8cf8c9", "ipAddress": "10.0.0.4" } ], @@ -1832,10 +1872,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T12:09:10.2327002Z", + "createdAt": "2022-10-23T12:32:40.6980943Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T12:09:10.2327002Z" + "lastModifiedAt": "2022-10-23T12:32:40.6980943Z" } } }, @@ -1852,25 +1892,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 12:13:45 GMT", + "Date": "Sun, 23 Oct 2022 12:37:47 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad?api-version=2022-05-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": "45a85665-1f2f-41cc-af6d-35fd8cd3b50d", + "x-ms-correlation-request-id": "fcc296cc-9f17-4fee-8056-2afefa14dc56", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T121346Z:45a85665-1f2f-41cc-af6d-35fd8cd3b50d", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123747Z:fcc296cc-9f17-4fee-8056-2afefa14dc56", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1884,7 +1924,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:13:46 GMT", + "Date": "Sun, 23 Oct 2022 12:37:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1892,16 +1932,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2b074f6-6f4f-4fa9-ab29-8a7e15007358", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T121346Z:b2b074f6-6f4f-4fa9-ab29-8a7e15007358", + "x-ms-correlation-request-id": "f98b5476-5bfa-409c-93ab-18b98e435203", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123748Z:f98b5476-5bfa-409c-93ab-18b98e435203", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9", - "name": "db6a13d3-c47f-4662-b69e-029ab5ad42f9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad", + "name": "acf59d59-fac9-49c9-a555-39de95820fad", "status": "Deleting", - "startTime": "2022-10-21T12:13:45.8597308Z", + "startTime": "2022-10-23T12:37:47.9561657Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1910,7 +1950,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1924,7 +1964,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:14:15 GMT", + "Date": "Sun, 23 Oct 2022 12:38:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1932,16 +1972,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "96e59a72-18a0-436b-9d81-8aab01effe97", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T121416Z:96e59a72-18a0-436b-9d81-8aab01effe97", + "x-ms-correlation-request-id": "3afecf9b-8808-4258-92c5-d6dbb61acaea", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123818Z:3afecf9b-8808-4258-92c5-d6dbb61acaea", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9", - "name": "db6a13d3-c47f-4662-b69e-029ab5ad42f9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad", + "name": "acf59d59-fac9-49c9-a555-39de95820fad", "status": "Deleting", - "startTime": "2022-10-21T12:13:45.8597308Z", + "startTime": "2022-10-23T12:37:47.9561657Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1950,7 +1990,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1964,7 +2004,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:14:46 GMT", + "Date": "Sun, 23 Oct 2022 12:38:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1972,16 +2012,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab6d96a7-0585-4f16-a62b-535a8d6aeefd", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T121446Z:ab6d96a7-0585-4f16-a62b-535a8d6aeefd", + "x-ms-correlation-request-id": "d4c3a7b6-0790-4335-810e-77d5d3e1a4fe", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123848Z:d4c3a7b6-0790-4335-810e-77d5d3e1a4fe", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9", - "name": "db6a13d3-c47f-4662-b69e-029ab5ad42f9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad", + "name": "acf59d59-fac9-49c9-a555-39de95820fad", "status": "Deleting", - "startTime": "2022-10-21T12:13:45.8597308Z", + "startTime": "2022-10-23T12:37:47.9561657Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1990,7 +2030,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2004,7 +2044,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:15:17 GMT", + "Date": "Sun, 23 Oct 2022 12:39:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2012,16 +2052,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b350cefb-a068-4705-b6b4-68435c7d001d", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T121517Z:b350cefb-a068-4705-b6b4-68435c7d001d", + "x-ms-correlation-request-id": "53f3fd78-f985-4ef1-988b-b39816189bdb", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123918Z:53f3fd78-f985-4ef1-988b-b39816189bdb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9", - "name": "db6a13d3-c47f-4662-b69e-029ab5ad42f9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad", + "name": "acf59d59-fac9-49c9-a555-39de95820fad", "status": "Deleting", - "startTime": "2022-10-21T12:13:45.8597308Z", + "startTime": "2022-10-23T12:37:47.9561657Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2030,7 +2070,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2044,7 +2084,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:15:48 GMT", + "Date": "Sun, 23 Oct 2022 12:39:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2052,16 +2092,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3924db65-d8d0-48ad-a4fe-d5ae62561d05", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T121548Z:3924db65-d8d0-48ad-a4fe-d5ae62561d05", + "x-ms-correlation-request-id": "12682d97-b796-4128-8b74-a020be821074", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T123949Z:12682d97-b796-4128-8b74-a020be821074", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9", - "name": "db6a13d3-c47f-4662-b69e-029ab5ad42f9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad", + "name": "acf59d59-fac9-49c9-a555-39de95820fad", "status": "Deleting", - "startTime": "2022-10-21T12:13:45.8597308Z", + "startTime": "2022-10-23T12:37:47.9561657Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2070,7 +2110,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2084,7 +2124,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:16:17 GMT", + "Date": "Sun, 23 Oct 2022 12:40:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2092,17 +2132,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d9f01da-830d-4943-b754-0fc5976ee44e", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T121618Z:2d9f01da-830d-4943-b754-0fc5976ee44e", + "x-ms-correlation-request-id": "a1d9ba04-c8ff-4f4e-ab43-cc1b2adafd78", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124019Z:a1d9ba04-c8ff-4f4e-ab43-cc1b2adafd78", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9", - "name": "db6a13d3-c47f-4662-b69e-029ab5ad42f9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad", + "name": "acf59d59-fac9-49c9-a555-39de95820fad", "status": "Succeeded", - "startTime": "2022-10-21T12:13:45.8597308Z", - "endTime": "2022-10-21T12:16:14.6033578Z", + "startTime": "2022-10-23T12:37:47.9561657Z", + "endTime": "2022-10-23T12:39:59.4639085Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" @@ -2110,7 +2150,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db6a13d3-c47f-4662-b69e-029ab5ad42f9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2124,7 +2164,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:16:18 GMT", + "Date": "Sun, 23 Oct 2022 12:40:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2132,22 +2172,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fc5eb8f9-8f11-4214-86a3-5b894822c067", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T121618Z:fc5eb8f9-8f11-4214-86a3-5b894822c067", + "x-ms-correlation-request-id": "7d460809-87c3-493a-bf0d-d98b4715bf29", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124019Z:7d460809-87c3-493a-bf0d-d98b4715bf29", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b", "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-84d7262b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A16%3A05.4581533Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T12%3A39%3A42.3024558Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T12:09:09.1237772Z" + "CreatedOnDate": "2022-10-23T12:32:39.7123034Z" }, "properties": { - "fileSystemId": "e16e8a1d-0fc9-cdef-32f9-ccfdda600bea", + "fileSystemId": "e48e8932-ee0c-4352-07ae-e914fe8cf8c9", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-84d7262b", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2178,19 +2218,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_3b28a6e5", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_0121e17a", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b", - "poolId": "5c403fa6-403c-d25c-8957-e692d88ce20e", + "poolId": "c034658d-e566-bbe2-2859-e27c744b8bc2", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "e16e8a1d-0fc9-cdef-32f9-ccfdda600bea", - "fileSystemId": "e16e8a1d-0fc9-cdef-32f9-ccfdda600bea", + "mountTargetId": "e48e8932-ee0c-4352-07ae-e914fe8cf8c9", + "fileSystemId": "e48e8932-ee0c-4352-07ae-e914fe8cf8c9", "startIp": "", "endIp": "", "gateway": "", @@ -2222,10 +2262,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T12:09:10.2327002Z", + "createdAt": "2022-10-23T12:32:40.6980943Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T12:09:10.2327002Z" + "lastModifiedAt": "2022-10-23T12:32:40.6980943Z" } } }, @@ -2244,14 +2284,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:19:39 GMT", + "Date": "Sun, 23 Oct 2022 12:43:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f9ec01b9-592b-436e-8535-db64c286f1f2", + "x-ms-correlation-request-id": "6c39e7af-424f-4001-b302-8bcd7bbf1e56", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T121939Z:f9ec01b9-592b-436e-8535-db64c286f1f2" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124343Z:6c39e7af-424f-4001-b302-8bcd7bbf1e56" }, "ResponseBody": { "error": { @@ -2273,25 +2313,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e74a758-71e9-4397-a50b-3939e62aaa2c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cc30552-ca03-4cbd-b8e8-27067d0bd28d?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 12:19:51 GMT", + "Date": "Sun, 23 Oct 2022 12:43:55 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e74a758-71e9-4397-a50b-3939e62aaa2c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cc30552-ca03-4cbd-b8e8-27067d0bd28d?api-version=2022-05-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": "0be6af6b-2112-46b3-9803-c501b4b11a40", + "x-ms-correlation-request-id": "09493b29-5e8d-434b-bf4d-048f50d76ebc", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T121952Z:0be6af6b-2112-46b3-9803-c501b4b11a40", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124356Z:09493b29-5e8d-434b-bf4d-048f50d76ebc", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e74a758-71e9-4397-a50b-3939e62aaa2c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cc30552-ca03-4cbd-b8e8-27067d0bd28d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2305,7 +2345,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:19:51 GMT", + "Date": "Sun, 23 Oct 2022 12:43:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2313,16 +2353,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dc76aa58-bdbf-4b1d-91a4-ca2140d6824a", + "x-ms-correlation-request-id": "b3c09cdf-2fcb-4f62-b2df-9bb9c4614fb7", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T121952Z:dc76aa58-bdbf-4b1d-91a4-ca2140d6824a", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124356Z:b3c09cdf-2fcb-4f62-b2df-9bb9c4614fb7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e74a758-71e9-4397-a50b-3939e62aaa2c", - "name": "4e74a758-71e9-4397-a50b-3939e62aaa2c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cc30552-ca03-4cbd-b8e8-27067d0bd28d", + "name": "9cc30552-ca03-4cbd-b8e8-27067d0bd28d", "status": "Deleting", - "startTime": "2022-10-21T12:19:52.3071224Z", + "startTime": "2022-10-23T12:43:56.4923249Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2331,7 +2371,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e74a758-71e9-4397-a50b-3939e62aaa2c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cc30552-ca03-4cbd-b8e8-27067d0bd28d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2345,7 +2385,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:20:21 GMT", + "Date": "Sun, 23 Oct 2022 12:44:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2353,17 +2393,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bced2023-3170-4e52-ba0e-7a7748b1eb01", + "x-ms-correlation-request-id": "9a1bd490-c28c-4d33-acdf-ac54b7da80cf", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T122022Z:bced2023-3170-4e52-ba0e-7a7748b1eb01", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124427Z:9a1bd490-c28c-4d33-acdf-ac54b7da80cf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e74a758-71e9-4397-a50b-3939e62aaa2c", - "name": "4e74a758-71e9-4397-a50b-3939e62aaa2c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cc30552-ca03-4cbd-b8e8-27067d0bd28d", + "name": "9cc30552-ca03-4cbd-b8e8-27067d0bd28d", "status": "Succeeded", - "startTime": "2022-10-21T12:19:52.3071224Z", - "endTime": "2022-10-21T12:19:53.7470173Z", + "startTime": "2022-10-23T12:43:56.4923249Z", + "endTime": "2022-10-23T12:43:57.3672793Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1" @@ -2371,7 +2411,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4e74a758-71e9-4397-a50b-3939e62aaa2c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cc30552-ca03-4cbd-b8e8-27067d0bd28d?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2385,7 +2425,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:20:21 GMT", + "Date": "Sun, 23 Oct 2022 12:44:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2393,22 +2433,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d672be7-f502-49dc-bde6-ef24c6a8a7b5", + "x-ms-correlation-request-id": "07352320-3b0c-4d29-b418-358e46e4992b", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T122022Z:4d672be7-f502-49dc-bde6-ef24c6a8a7b5", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124427Z:07352320-3b0c-4d29-b418-358e46e4992b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A19%3A52.3042595Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T12%3A43%3A56.4988691Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T12:08:55.6381779Z" + "CreatedOnDate": "2022-10-23T12:32:26.2216341Z" }, "properties": { - "poolId": "5c403fa6-403c-d25c-8957-e692d88ce20e", + "poolId": "c034658d-e566-bbe2-2859-e27c744b8bc2", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1", @@ -2422,10 +2462,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T12:08:56.5985295Z", + "createdAt": "2022-10-23T12:32:27.5159631Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T12:08:56.5985295Z" + "lastModifiedAt": "2022-10-23T12:32:27.5159631Z" } } }, @@ -2443,14 +2483,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 12:20:33 GMT", + "Date": "Sun, 23 Oct 2022 12:44:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b4eb96b-8a3a-451a-89f4-909157d4c161", + "x-ms-correlation-request-id": "e7b3a388-d657-4b3d-92a7-66a37ced6f2c", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T122033Z:5b4eb96b-8a3a-451a-89f4-909157d4c161" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124437Z:e7b3a388-d657-4b3d-92a7-66a37ced6f2c" }, "ResponseBody": null }, @@ -2468,14 +2508,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 12:20:43 GMT", + "Date": "Sun, 23 Oct 2022 12:44:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ba22292-1ace-429e-a32f-d4d98eb8744f", + "x-ms-correlation-request-id": "0d864961-98e4-4d91-80a7-b251d1dedd7d", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T122043Z:6ba22292-1ace-429e-a32f-d4d98eb8744f" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124447Z:0d864961-98e4-4d91-80a7-b251d1dedd7d" }, "ResponseBody": null }, @@ -2493,14 +2533,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 12:20:53 GMT", + "Date": "Sun, 23 Oct 2022 12:44:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ba5d2219-f7d2-40e2-8aee-96effa6e6c3e", + "x-ms-correlation-request-id": "633577ef-737c-48d6-9c51-6c7a920818f1", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T122053Z:ba5d2219-f7d2-40e2-8aee-96effa6e6c3e" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124458Z:633577ef-737c-48d6-9c51-6c7a920818f1" }, "ResponseBody": null }, @@ -2518,14 +2558,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 12:21:03 GMT", + "Date": "Sun, 23 Oct 2022 12:45:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c39519ae-436c-43e9-8c11-253a0e5ebcaa", + "x-ms-correlation-request-id": "3f0b39e2-dbe9-41a4-8dad-020dafa890d8", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T122104Z:c39519ae-436c-43e9-8c11-253a0e5ebcaa" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124508Z:3f0b39e2-dbe9-41a4-8dad-020dafa890d8" }, "ResponseBody": null }, @@ -2544,14 +2584,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:21:13 GMT", + "Date": "Sun, 23 Oct 2022 12:45:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "48e27ac4-7821-471c-9eba-62b0bf6c67e2", + "x-ms-correlation-request-id": "7f84ad5f-d05d-4e89-a021-b5309e22a38b", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T122114Z:48e27ac4-7821-471c-9eba-62b0bf6c67e2" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124518Z:7f84ad5f-d05d-4e89-a021-b5309e22a38b" }, "ResponseBody": { "error": { @@ -2573,25 +2613,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a43b2333-3ebb-4b6b-a595-6bd54869d901?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19cc9c3b-10f9-43a9-aca9-328027a2bda2?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 12:21:15 GMT", + "Date": "Sun, 23 Oct 2022 12:45:19 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a43b2333-3ebb-4b6b-a595-6bd54869d901?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19cc9c3b-10f9-43a9-aca9-328027a2bda2?api-version=2022-05-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": "24dddec7-077f-481a-9efc-60383efba423", + "x-ms-correlation-request-id": "0ceb2cd4-af99-4725-b318-ff335f02a53b", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T122115Z:24dddec7-077f-481a-9efc-60383efba423", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124520Z:0ceb2cd4-af99-4725-b318-ff335f02a53b", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a43b2333-3ebb-4b6b-a595-6bd54869d901?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19cc9c3b-10f9-43a9-aca9-328027a2bda2?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2605,7 +2645,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:21:15 GMT", + "Date": "Sun, 23 Oct 2022 12:45:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2613,17 +2653,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "deccccbf-09a0-461c-a276-b645d1f1fa10", + "x-ms-correlation-request-id": "05606869-bcd8-45d1-b77d-d98bc9201133", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T122116Z:deccccbf-09a0-461c-a276-b645d1f1fa10", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124520Z:05606869-bcd8-45d1-b77d-d98bc9201133", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a43b2333-3ebb-4b6b-a595-6bd54869d901", - "name": "a43b2333-3ebb-4b6b-a595-6bd54869d901", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19cc9c3b-10f9-43a9-aca9-328027a2bda2", + "name": "19cc9c3b-10f9-43a9-aca9-328027a2bda2", "status": "Succeeded", - "startTime": "2022-10-21T12:21:15.9918927Z", - "endTime": "2022-10-21T12:21:16.0387774Z", + "startTime": "2022-10-23T12:45:19.9314031Z", + "endTime": "2022-10-23T12:45:20.0095215Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b" @@ -2631,7 +2671,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a43b2333-3ebb-4b6b-a595-6bd54869d901?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19cc9c3b-10f9-43a9-aca9-328027a2bda2?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2645,7 +2685,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:21:15 GMT", + "Date": "Sun, 23 Oct 2022 12:45:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2653,19 +2693,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e822a91c-3590-4bfb-b609-683f6830518f", + "x-ms-correlation-request-id": "e59cc25b-4051-45cb-b315-b51eeafe11c5", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T122116Z:e822a91c-3590-4bfb-b609-683f6830518f", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124520Z:e59cc25b-4051-45cb-b315-b51eeafe11c5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b", "name": "sdk-py-tests-acc-1-84d7262b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A21%3A15.9893554Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T12%3A45%3A19.9373654Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T12:08:51.1001860Z" + "CreatedOnDate": "2022-10-23T12:32:21.7085321Z" }, "properties": { "encryption": { @@ -2676,10 +2716,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T12:08:52.2816584Z", + "createdAt": "2022-10-23T12:32:22.950633Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T12:08:52.2816584Z" + "lastModifiedAt": "2022-10-23T12:32:22.950633Z" } } }, @@ -2698,15 +2738,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:21:16 GMT", + "Date": "Sun, 23 Oct 2022 12:45:20 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": "9b755056-6a73-456c-b9cc-f7ec34a6a58b", + "x-ms-correlation-request-id": "128133c0-7eee-4d50-adac-2b26c0287c2e", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T122116Z:9b755056-6a73-456c-b9cc-f7ec34a6a58b", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124521Z:128133c0-7eee-4d50-adac-2b26c0287c2e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2730,12 +2770,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/cf535e5c-b5b6-4eaf-b433-e1379059bc89?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d1286fb4-f583-492a-9354-df994be8928b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 12:21:16 GMT", + "Date": "Sun, 23 Oct 2022 12:45:21 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/cf535e5c-b5b6-4eaf-b433-e1379059bc89?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/d1286fb4-f583-492a-9354-df994be8928b?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2744,10 +2784,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "35d6a2e2-32b7-4c80-af17-00b80881c813", - "x-ms-correlation-request-id": "38a96c6e-6c44-4428-a96c-a1789163767c", + "x-ms-arm-service-request-id": "c970a2e8-e603-4232-bd26-8c03efa44f34", + "x-ms-correlation-request-id": "be2cbc30-f077-48da-8b3c-20d4989df9c2", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T122117Z:38a96c6e-6c44-4428-a96c-a1789163767c" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124522Z:be2cbc30-f077-48da-8b3c-20d4989df9c2" }, "ResponseBody": null } 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 18dd98a91a5f..cff1f221fa78 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:19:09 GMT", + "Date": "Sat, 22 Oct 2022 17:49:27 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:19:09 GMT", + "Date": "Sat, 22 Oct 2022 17:49:27 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.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "0b3db5e0-e0e0-4f48-a5b0-40bd7f969b98", + "client-request-id": "6e67f6b5-4a20-49d8-8fe8-a97101f82f33", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "0b3db5e0-e0e0-4f48-a5b0-40bd7f969b98", + "client-request-id": "6e67f6b5-4a20-49d8-8fe8-a97101f82f33", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:19:09 GMT", + "Date": "Sat, 22 Oct 2022 17:49:27 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b80b14f8-a7a6-4871-afc9-459c86ef70ab?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/99808704-2409-482b-ad7d-85e0511332bd?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:19:16 GMT", + "Date": "Sat, 22 Oct 2022 17:49:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "56346e68-e111-4530-b0e1-56b2720dbcd8", - "x-ms-correlation-request-id": "e28cfd00-d364-469e-ade2-f2a853cc89b1", + "x-ms-arm-service-request-id": "26154cd1-4f75-49b5-bc58-132a3133ac57", + "x-ms-correlation-request-id": "f64a1623-6d25-4fb0-8661-9cd97d32e9f7", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111916Z:e28cfd00-d364-469e-ade2-f2a853cc89b1" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174937Z:f64a1623-6d25-4fb0-8661-9cd97d32e9f7" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-a2e023e0", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0", - "etag": "W/\u0022ef1a0d45-e24c-4d27-9da6-137d3847ba58\u0022", + "etag": "W/\u0022a3d9f69a-6e34-424d-aec3-75beccd4ce43\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:19:11.7210736Z" + "CreatedOnDate": "2022-10-22T17:49:31.1510075Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "8f94b9da-689b-466a-a7a9-053791baa325", + "resourceGuid": "ce1a966f-c32f-415c-9a17-581b22ff5c22", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b80b14f8-a7a6-4871-afc9-459c86ef70ab?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/99808704-2409-482b-ad7d-85e0511332bd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,9 +293,10 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:19:16 GMT", + "Date": "Sat, 22 Oct 2022 17:49:37 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" @@ -304,10 +305,45 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fc59c625-3dde-423c-a295-fd12093081d4", - "x-ms-correlation-request-id": "39f312ce-ece0-4d06-a50e-3acba2f8666f", + "x-ms-arm-service-request-id": "c115228e-88be-4a8e-9d33-ac3533ea019a", + "x-ms-correlation-request-id": "0267ba29-bd98-47fa-8f1f-2cb3c6c2f7d2", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174937Z:0267ba29-bd98-47fa-8f1f-2cb3c6c2f7d2" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/99808704-2409-482b-ad7d-85e0511332bd?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 17:49:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b04553f8-9352-4949-9ca4-afd1b855d59e", + "x-ms-correlation-request-id": "140edb8f-e49e-405d-91bc-91a9f46cd24e", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111917Z:39f312ce-ece0-4d06-a50e-3acba2f8666f" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174947Z:140edb8f-e49e-405d-91bc-91a9f46cd24e" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +364,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:19:16 GMT", - "ETag": "W/\u00227e811b3b-6b24-434a-9082-b7d60b803d91\u0022", + "Date": "Sat, 22 Oct 2022 17:49:47 GMT", + "ETag": "W/\u0022f1319410-b2bd-468d-a5e6-ec2d1529a15e\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +376,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5ff62114-dcc1-4af4-ac1b-c14f94cd3517", - "x-ms-correlation-request-id": "3b126030-dd16-489c-97d4-a79088f41ee4", + "x-ms-arm-service-request-id": "88b73229-25e5-412b-a7d4-f5484fef6d3d", + "x-ms-correlation-request-id": "24210f52-dbca-4bbe-a7d8-544447eaacc8", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111917Z:3b126030-dd16-489c-97d4-a79088f41ee4" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174948Z:24210f52-dbca-4bbe-a7d8-544447eaacc8" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-a2e023e0", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0", - "etag": "W/\u00227e811b3b-6b24-434a-9082-b7d60b803d91\u0022", + "etag": "W/\u0022f1319410-b2bd-468d-a5e6-ec2d1529a15e\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:19:11.7210736Z" + "CreatedOnDate": "2022-10-22T17:49:31.1510075Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "8f94b9da-689b-466a-a7a9-053791baa325", + "resourceGuid": "ce1a966f-c32f-415c-9a17-581b22ff5c22", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +431,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7d5e7877-b60b-443e-85c0-f412e5baf634?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f012c7fb-a7a2-48c6-9192-07960517d8a7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:19:17 GMT", + "Date": "Sat, 22 Oct 2022 17:49:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +445,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9e02dbcd-64ef-4f1d-bdc3-ee0e322b6ab3", - "x-ms-correlation-request-id": "d56df87d-c0d9-44ce-9a6a-0fe27eb93f43", + "x-ms-arm-service-request-id": "8dee7658-fc84-4cae-b89c-2d49057f3153", + "x-ms-correlation-request-id": "f9aa8236-2b94-4c1f-b2df-e3c7e4b84160", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111918Z:d56df87d-c0d9-44ce-9a6a-0fe27eb93f43" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174948Z:f9aa8236-2b94-4c1f-b2df-e3c7e4b84160" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", - "etag": "W/\u00222ac88dd7-e575-4319-a73c-f3d2fc3dbdf1\u0022", + "etag": "W/\u0022df344c43-5b55-4ebc-93f3-b96d720f3c87\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +461,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00222ac88dd7-e575-4319-a73c-f3d2fc3dbdf1\u0022", + "etag": "W/\u0022df344c43-5b55-4ebc-93f3-b96d720f3c87\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +481,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7d5e7877-b60b-443e-85c0-f412e5baf634?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f012c7fb-a7a2-48c6-9192-07960517d8a7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +495,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:19:17 GMT", + "Date": "Sat, 22 Oct 2022 17:49:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +506,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b0254125-d7e8-4d68-918d-dec7451f93fc", - "x-ms-correlation-request-id": "8ca7741f-0f93-4a87-a709-ebf96ff9971a", + "x-ms-arm-service-request-id": "1c7d8b43-f0a9-406f-9075-e91dd593f806", + "x-ms-correlation-request-id": "1dcf5ce5-b2c5-4706-85db-30a0e0c46ebe", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111918Z:8ca7741f-0f93-4a87-a709-ebf96ff9971a" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174949Z:1dcf5ce5-b2c5-4706-85db-30a0e0c46ebe" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +530,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:19:18 GMT", - "ETag": "W/\u002283037863-1803-4850-a086-6d587a61244a\u0022", + "Date": "Sat, 22 Oct 2022 17:49:49 GMT", + "ETag": "W/\u0022ecad6d44-fab4-4dcf-a776-ea320a1d2f68\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +542,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "825d427f-77ed-477f-b786-f5a39b8bc37b", - "x-ms-correlation-request-id": "0ef7ba9b-44c7-4def-9476-0bce0d4a2b52", + "x-ms-arm-service-request-id": "261f5801-a1e6-48bd-85f5-0c93ffef03eb", + "x-ms-correlation-request-id": "05f1627c-1ec8-477f-a9d4-5f82e234e35b", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111918Z:0ef7ba9b-44c7-4def-9476-0bce0d4a2b52" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174949Z:05f1627c-1ec8-477f-a9d4-5f82e234e35b" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", - "etag": "W/\u002283037863-1803-4850-a086-6d587a61244a\u0022", + "etag": "W/\u0022ecad6d44-fab4-4dcf-a776-ea320a1d2f68\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +558,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002283037863-1803-4850-a086-6d587a61244a\u0022", + "etag": "W/\u0022ecad6d44-fab4-4dcf-a776-ea320a1d2f68\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -558,12 +594,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:19:18 GMT", + "Date": "Sat, 22 Oct 2022 17:49:49 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.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -652,12 +688,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:19:18 GMT", + "Date": "Sat, 22 Oct 2022 17:49:49 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.13845.10 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -713,7 +749,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "120afba9-225c-48d7-99fb-15c209f9aba4", + "client-request-id": "6c5e6d11-6033-423f-8c86-502c21c6a52d", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -731,10 +767,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "120afba9-225c-48d7-99fb-15c209f9aba4", + "client-request-id": "6c5e6d11-6033-423f-8c86-502c21c6a52d", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:19:19 GMT", + "Date": "Sat, 22 Oct 2022 17:49:49 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -742,7 +778,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -769,30 +805,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d91e5ba-a1a3-486c-9cdd-0b300592de35?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4925a945-700f-4e5f-a352-f429cadb48df?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:19:22 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A19%3A22.5065714Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 17:49:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T17%3A49%3A53.2900695Z\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": "eb8748bd-35b0-4b12-855b-14cd63f29d8e", + "x-ms-correlation-request-id": "f5e3faec-9b21-4c67-8870-cd022c29f22e", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111923Z:eb8748bd-35b0-4b12-855b-14cd63f29d8e", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174954Z:f5e3faec-9b21-4c67-8870-cd022c29f22e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0", "name": "sdk-py-tests-acc-1-a2e023e0", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A19%3A22.5065714Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A49%3A53.2900695Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:19:20.4198687Z" + "CreatedOnDate": "2022-10-22T17:49:51.1401724Z" }, "properties": { "provisioningState": "Creating" @@ -800,15 +836,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:19:21.5306858Z", + "createdAt": "2022-10-22T17:49:52.3162598Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:19:21.5306858Z" + "lastModifiedAt": "2022-10-22T17:49:52.3162598Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d91e5ba-a1a3-486c-9cdd-0b300592de35?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4925a945-700f-4e5f-a352-f429cadb48df?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -822,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:19:23 GMT", + "Date": "Sat, 22 Oct 2022 17:49:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -830,17 +866,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3b410c43-6a03-4698-b24c-e9066ad39733", + "x-ms-correlation-request-id": "e3a63c86-d913-4317-b164-5c0d1f382965", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111924Z:3b410c43-6a03-4698-b24c-e9066ad39733", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174955Z:e3a63c86-d913-4317-b164-5c0d1f382965", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1d91e5ba-a1a3-486c-9cdd-0b300592de35", - "name": "1d91e5ba-a1a3-486c-9cdd-0b300592de35", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4925a945-700f-4e5f-a352-f429cadb48df", + "name": "4925a945-700f-4e5f-a352-f429cadb48df", "status": "Succeeded", - "startTime": "2022-10-21T11:19:22.4952914Z", - "endTime": "2022-10-21T11:19:22.5265461Z", + "startTime": "2022-10-22T17:49:53.2838739Z", + "endTime": "2022-10-22T17:49:53.3307286Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0" @@ -862,8 +898,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:19:23 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A19%3A22.531934Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 17:49:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T17%3A49%3A53.3359142Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,19 +907,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d72924cb-b487-4829-ab49-b63cfbda523d", + "x-ms-correlation-request-id": "e094c1bd-0d78-44ad-9925-30435aea9d0e", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111924Z:d72924cb-b487-4829-ab49-b63cfbda523d", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174955Z:e094c1bd-0d78-44ad-9925-30435aea9d0e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0", "name": "sdk-py-tests-acc-1-a2e023e0", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A19%3A22.531934Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A49%3A53.3359142Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:19:20.4198687Z" + "CreatedOnDate": "2022-10-22T17:49:51.1401724Z" }, "properties": { "activeDirectories": [ @@ -912,10 +948,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:19:21.5306858Z", + "createdAt": "2022-10-22T17:49:52.3162598Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:19:21.5306858Z" + "lastModifiedAt": "2022-10-22T17:49:52.3162598Z" } } }, @@ -941,30 +977,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8975bde8-b8a3-41bc-b9a7-b195488e70e3?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c36eb734-f54c-4ebb-87c2-730a5dd96b06?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:19:26 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A19%3A25.8986091Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 17:49:57 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T17%3A49%3A57.1508759Z\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": "769d6c1b-5c35-4176-86eb-1e04119aee9e", + "x-ms-correlation-request-id": "5b440a49-a61e-48da-a36e-845c2bb9228c", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111926Z:769d6c1b-5c35-4176-86eb-1e04119aee9e", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174958Z:5b440a49-a61e-48da-a36e-845c2bb9228c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A19%3A25.8986091Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A49%3A57.1508759Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:19:24.7188035Z" + "CreatedOnDate": "2022-10-22T17:49:55.7439112Z" }, "properties": { "serviceLevel": "Premium", @@ -978,15 +1014,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:19:25.6891696Z", + "createdAt": "2022-10-22T17:49:56.8972437Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:19:25.6891696Z" + "lastModifiedAt": "2022-10-22T17:49:56.8972437Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8975bde8-b8a3-41bc-b9a7-b195488e70e3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c36eb734-f54c-4ebb-87c2-730a5dd96b06?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1000,7 +1036,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:19:26 GMT", + "Date": "Sat, 22 Oct 2022 17:49:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1008,17 +1044,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37be4891-53e8-423a-b038-f48fcd9471d2", + "x-ms-correlation-request-id": "b207f6b2-40d1-4f68-9613-356955e39f5f", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111927Z:37be4891-53e8-423a-b038-f48fcd9471d2", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174958Z:b207f6b2-40d1-4f68-9613-356955e39f5f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8975bde8-b8a3-41bc-b9a7-b195488e70e3", - "name": "8975bde8-b8a3-41bc-b9a7-b195488e70e3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c36eb734-f54c-4ebb-87c2-730a5dd96b06", + "name": "c36eb734-f54c-4ebb-87c2-730a5dd96b06", "status": "Succeeded", - "startTime": "2022-10-21T11:19:25.9047885Z", - "endTime": "2022-10-21T11:19:26.6547857Z", + "startTime": "2022-10-22T17:49:57.1461914Z", + "endTime": "2022-10-22T17:49:58.1619536Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1" @@ -1040,8 +1076,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:19:26 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A19%3A26.6485769Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 17:49:58 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T17%3A49%3A58.1571591Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1049,22 +1085,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29e32ae9-bece-438f-ba60-af173d07b0a5", + "x-ms-correlation-request-id": "9e0e64b4-5dfe-45f4-97ee-28a228c29d08", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111927Z:29e32ae9-bece-438f-ba60-af173d07b0a5", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T174958Z:9e0e64b4-5dfe-45f4-97ee-28a228c29d08", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A19%3A26.6485769Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A49%3A58.1571591Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:19:24.7188035Z" + "CreatedOnDate": "2022-10-22T17:49:55.7439112Z" }, "properties": { - "poolId": "1544026d-5611-3c80-5c0d-ea173ff1f22a", + "poolId": "90554ca7-79b5-97c1-749d-de2330cdefca", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1077,10 +1113,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:19:25.6891696Z", + "createdAt": "2022-10-22T17:49:56.8972437Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:19:25.6891696Z" + "lastModifiedAt": "2022-10-22T17:49:56.8972437Z" } } }, @@ -1123,30 +1159,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:19:40 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A19%3A39.4237872Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 17:50:11 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T17%3A50%3A11.1409259Z\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": "f56f3eb3-df99-403c-9524-2cc72a3fb27b", + "x-ms-correlation-request-id": "6728db9b-b986-471f-a541-216f0624a710", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111940Z:f56f3eb3-df99-403c-9524-2cc72a3fb27b", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T175012Z:6728db9b-b986-471f-a541-216f0624a710", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0", "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a2e023e0", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A19%3A39.4237872Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A50%3A11.1409259Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:19:37.9095723Z" + "CreatedOnDate": "2022-10-22T17:50:09.0841553Z" }, "properties": { "serviceLevel": "Premium", @@ -1176,15 +1212,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:19:39.0262047Z", + "createdAt": "2022-10-22T17:50:10.2488527Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:19:39.0262047Z" + "lastModifiedAt": "2022-10-22T17:50:10.2488527Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1198,7 +1234,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:19:40 GMT", + "Date": "Sat, 22 Oct 2022 17:50:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1206,16 +1242,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f8a39c9-e8fb-42d7-8a12-32da7ca04916", + "x-ms-correlation-request-id": "cd85ad9c-9d13-4a3f-8782-ebe4c787db7e", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T111940Z:0f8a39c9-e8fb-42d7-8a12-32da7ca04916", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T175012Z:cd85ad9c-9d13-4a3f-8782-ebe4c787db7e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71", - "name": "5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27", + "name": "c4e91be4-3fac-4954-9a39-896ec3ddfa27", "status": "Creating", - "startTime": "2022-10-21T11:19:39.4216149Z", + "startTime": "2022-10-22T17:50:11.1373005Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1224,7 +1260,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1238,7 +1274,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:20:10 GMT", + "Date": "Sat, 22 Oct 2022 17:50:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1246,16 +1282,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "642652b4-7f22-48b2-a427-9f0940344dd3", + "x-ms-correlation-request-id": "26d1b35b-54b0-4327-9647-2847c09808e7", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T112010Z:642652b4-7f22-48b2-a427-9f0940344dd3", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T175042Z:26d1b35b-54b0-4327-9647-2847c09808e7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71", - "name": "5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27", + "name": "c4e91be4-3fac-4954-9a39-896ec3ddfa27", "status": "Creating", - "startTime": "2022-10-21T11:19:39.4216149Z", + "startTime": "2022-10-22T17:50:11.1373005Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1264,7 +1300,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1278,7 +1314,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:20:40 GMT", + "Date": "Sat, 22 Oct 2022 17:51:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1286,16 +1322,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fdb68851-60b7-4e18-a479-366f1e305876", + "x-ms-correlation-request-id": "67276b3b-56eb-463a-8bc6-1c54bf9cd0c5", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T112041Z:fdb68851-60b7-4e18-a479-366f1e305876", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T175112Z:67276b3b-56eb-463a-8bc6-1c54bf9cd0c5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71", - "name": "5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27", + "name": "c4e91be4-3fac-4954-9a39-896ec3ddfa27", "status": "Creating", - "startTime": "2022-10-21T11:19:39.4216149Z", + "startTime": "2022-10-22T17:50:11.1373005Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1304,7 +1340,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1318,7 +1354,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:21:11 GMT", + "Date": "Sat, 22 Oct 2022 17:51:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1326,16 +1362,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7f586da-67bf-4f88-8096-5c575d393fa2", + "x-ms-correlation-request-id": "bfe6cc96-981d-43ea-a515-8837c480d40d", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T112111Z:e7f586da-67bf-4f88-8096-5c575d393fa2", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T175143Z:bfe6cc96-981d-43ea-a515-8837c480d40d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71", - "name": "5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27", + "name": "c4e91be4-3fac-4954-9a39-896ec3ddfa27", "status": "Creating", - "startTime": "2022-10-21T11:19:39.4216149Z", + "startTime": "2022-10-22T17:50:11.1373005Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1344,7 +1380,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1358,7 +1394,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:21:41 GMT", + "Date": "Sat, 22 Oct 2022 17:52:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1366,16 +1402,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "79c3c098-26a3-4998-9962-05958535ae1d", + "x-ms-correlation-request-id": "1719dfe4-52c7-4e60-8b06-6c93c935b90a", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T112141Z:79c3c098-26a3-4998-9962-05958535ae1d", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T175213Z:1719dfe4-52c7-4e60-8b06-6c93c935b90a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71", - "name": "5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27", + "name": "c4e91be4-3fac-4954-9a39-896ec3ddfa27", "status": "Creating", - "startTime": "2022-10-21T11:19:39.4216149Z", + "startTime": "2022-10-22T17:50:11.1373005Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1384,7 +1420,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1398,7 +1434,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:22:11 GMT", + "Date": "Sat, 22 Oct 2022 17:52:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1406,16 +1442,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d580de54-e4ac-4681-bd23-6da408bb64c1", + "x-ms-correlation-request-id": "cab72aaf-df8d-4466-95cd-f92c6172f295", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T112212Z:d580de54-e4ac-4681-bd23-6da408bb64c1", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T175243Z:cab72aaf-df8d-4466-95cd-f92c6172f295", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71", - "name": "5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27", + "name": "c4e91be4-3fac-4954-9a39-896ec3ddfa27", "status": "Creating", - "startTime": "2022-10-21T11:19:39.4216149Z", + "startTime": "2022-10-22T17:50:11.1373005Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1424,7 +1460,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1438,7 +1474,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:22:41 GMT", + "Date": "Sat, 22 Oct 2022 17:53:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,16 +1482,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0d8c6d80-f904-498f-a932-40db6ba94216", + "x-ms-correlation-request-id": "d23eb656-800f-489a-9a32-470a3229d711", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T112242Z:0d8c6d80-f904-498f-a932-40db6ba94216", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T175313Z:d23eb656-800f-489a-9a32-470a3229d711", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71", - "name": "5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27", + "name": "c4e91be4-3fac-4954-9a39-896ec3ddfa27", "status": "Creating", - "startTime": "2022-10-21T11:19:39.4216149Z", + "startTime": "2022-10-22T17:50:11.1373005Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1464,7 +1500,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1478,7 +1514,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:23:11 GMT", + "Date": "Sat, 22 Oct 2022 17:53:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1486,16 +1522,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b67a1abc-de0b-440d-b80f-ade1230b0b99", + "x-ms-correlation-request-id": "af90afe5-bcce-4fe4-a333-bc55a288cb4d", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T112312Z:b67a1abc-de0b-440d-b80f-ade1230b0b99", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T175344Z:af90afe5-bcce-4fe4-a333-bc55a288cb4d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71", - "name": "5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27", + "name": "c4e91be4-3fac-4954-9a39-896ec3ddfa27", "status": "Creating", - "startTime": "2022-10-21T11:19:39.4216149Z", + "startTime": "2022-10-22T17:50:11.1373005Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1504,7 +1540,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1518,7 +1554,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:23:42 GMT", + "Date": "Sat, 22 Oct 2022 17:54:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1526,16 +1562,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "274512f3-4511-4643-92d7-597f4ed4b20a", + "x-ms-correlation-request-id": "cedf0161-25fa-4355-a73a-5edd8f894040", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T112342Z:274512f3-4511-4643-92d7-597f4ed4b20a", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T175414Z:cedf0161-25fa-4355-a73a-5edd8f894040", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71", - "name": "5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27", + "name": "c4e91be4-3fac-4954-9a39-896ec3ddfa27", "status": "Creating", - "startTime": "2022-10-21T11:19:39.4216149Z", + "startTime": "2022-10-22T17:50:11.1373005Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1544,7 +1580,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1558,7 +1594,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:24:12 GMT", + "Date": "Sat, 22 Oct 2022 17:54:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1566,17 +1602,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f7fc86c9-815b-49a4-9670-cbe4a57ef9f6", + "x-ms-correlation-request-id": "9dac331f-7417-4ac7-977b-265f914754ba", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T112413Z:f7fc86c9-815b-49a4-9670-cbe4a57ef9f6", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T175444Z:9dac331f-7417-4ac7-977b-265f914754ba", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27", + "name": "c4e91be4-3fac-4954-9a39-896ec3ddfa27", + "status": "Creating", + "startTime": "2022-10-22T17:50:11.1373005Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 17:55: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": "96b11ef9-5322-4bcd-a590-422170875bdf", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T175514Z:96b11ef9-5322-4bcd-a590-422170875bdf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c18c9c1-e642-42ee-ad2a-3052459c5b71", - "name": "5c18c9c1-e642-42ee-ad2a-3052459c5b71", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27", + "name": "c4e91be4-3fac-4954-9a39-896ec3ddfa27", "status": "Succeeded", - "startTime": "2022-10-21T11:19:39.4216149Z", - "endTime": "2022-10-21T11:23:45.2593023Z", + "startTime": "2022-10-22T17:50:11.1373005Z", + "endTime": "2022-10-22T17:54:50.2716247Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" @@ -1598,8 +1674,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:24:12 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A23%3A45.2545703Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 17:55:15 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T17%3A54%3A50.2512387Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1607,22 +1683,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c162a72-9f6f-42c0-bfd5-96229594507c", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T112413Z:6c162a72-9f6f-42c0-bfd5-96229594507c", + "x-ms-correlation-request-id": "0ab88db7-222b-469e-add6-77e9a5a924be", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T175515Z:0ab88db7-222b-469e-add6-77e9a5a924be", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0", "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a2e023e0", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A23%3A45.2545703Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A54%3A50.2512387Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:19:37.9095723Z" + "CreatedOnDate": "2022-10-22T17:50:09.0841553Z" }, "properties": { - "fileSystemId": "844b7057-e480-909f-5e5f-8f496cc2c45a", + "fileSystemId": "77928f0b-417a-2001-c699-dd929c23b5b9", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-a2e023e0", "usageThreshold": 107374182400, @@ -1650,7 +1726,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_3e38708d", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_31371df4", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1665,8 +1741,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "844b7057-e480-909f-5e5f-8f496cc2c45a", - "fileSystemId": "844b7057-e480-909f-5e5f-8f496cc2c45a", + "mountTargetId": "77928f0b-417a-2001-c699-dd929c23b5b9", + "fileSystemId": "77928f0b-417a-2001-c699-dd929c23b5b9", "ipAddress": "10.0.0.4" } ], @@ -1686,10 +1762,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:19:39.0262047Z", + "createdAt": "2022-10-22T17:50:10.2488527Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:19:39.0262047Z" + "lastModifiedAt": "2022-10-22T17:50:10.2488527Z" } } }, @@ -1732,30 +1808,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aab1002a-748c-41c4-8408-11667abf8952?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71d3b933-6c4b-4dcf-bf88-5f4773d652e7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:24:17 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A24%3A16.5379461Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 17:55:19 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T17%3A55%3A18.4941589Z\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": "8742d05c-ffbf-4a73-93c3-54afe3d1d1f0", + "x-ms-correlation-request-id": "1cc30ca3-88b7-4bf4-bd84-b459cd0270ad", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T112417Z:8742d05c-ffbf-4a73-93c3-54afe3d1d1f0", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T175520Z:1cc30ca3-88b7-4bf4-bd84-b459cd0270ad", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0", "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-4-a2e023e0", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A24%3A16.5379461Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A55%3A18.4941589Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:24:13.7255798Z" + "CreatedOnDate": "2022-10-22T17:55:15.8429135Z" }, "properties": { "serviceLevel": "Premium", @@ -1785,15 +1861,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:24:15.6219387Z", + "createdAt": "2022-10-22T17:55:18.1814947Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:24:15.6219387Z" + "lastModifiedAt": "2022-10-22T17:55:18.1814947Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aab1002a-748c-41c4-8408-11667abf8952?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71d3b933-6c4b-4dcf-bf88-5f4773d652e7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1807,7 +1883,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:24:17 GMT", + "Date": "Sat, 22 Oct 2022 17:55:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1815,16 +1891,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82a8f9d6-05df-423b-9b40-68fc97a9902a", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T112418Z:82a8f9d6-05df-423b-9b40-68fc97a9902a", + "x-ms-correlation-request-id": "06eb078e-b370-4e4d-a448-830732f12872", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T175520Z:06eb078e-b370-4e4d-a448-830732f12872", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aab1002a-748c-41c4-8408-11667abf8952", - "name": "aab1002a-748c-41c4-8408-11667abf8952", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71d3b933-6c4b-4dcf-bf88-5f4773d652e7", + "name": "71d3b933-6c4b-4dcf-bf88-5f4773d652e7", "status": "Creating", - "startTime": "2022-10-21T11:24:16.5301164Z", + "startTime": "2022-10-22T17:55:18.4986186Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1833,7 +1909,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aab1002a-748c-41c4-8408-11667abf8952?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71d3b933-6c4b-4dcf-bf88-5f4773d652e7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1847,7 +1923,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:24:48 GMT", + "Date": "Sat, 22 Oct 2022 17:55:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1855,17 +1931,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "527922e8-6ec2-4ac4-bbf0-60137302771a", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T112448Z:527922e8-6ec2-4ac4-bbf0-60137302771a", + "x-ms-correlation-request-id": "1fba82ab-8a6b-4aeb-bbe8-af202d4680c3", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T175550Z:1fba82ab-8a6b-4aeb-bbe8-af202d4680c3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71d3b933-6c4b-4dcf-bf88-5f4773d652e7", + "name": "71d3b933-6c4b-4dcf-bf88-5f4773d652e7", + "status": "Creating", + "startTime": "2022-10-22T17:55:18.4986186Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71d3b933-6c4b-4dcf-bf88-5f4773d652e7?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 17:56: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": "1419a8a5-47bd-4d96-aa33-1836c03239be", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T175621Z:1419a8a5-47bd-4d96-aa33-1836c03239be", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aab1002a-748c-41c4-8408-11667abf8952", - "name": "aab1002a-748c-41c4-8408-11667abf8952", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71d3b933-6c4b-4dcf-bf88-5f4773d652e7", + "name": "71d3b933-6c4b-4dcf-bf88-5f4773d652e7", "status": "Succeeded", - "startTime": "2022-10-21T11:24:16.5301164Z", - "endTime": "2022-10-21T11:24:32.5963861Z", + "startTime": "2022-10-22T17:55:18.4986186Z", + "endTime": "2022-10-22T17:56:01.9710236Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0" @@ -1887,8 +2003,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:24:48 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A24%3A32.5954689Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 17:56:21 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T17%3A56%3A01.9702539Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1896,22 +2012,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3e43ccc-9a89-44b3-8776-d415874fde13", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T112448Z:d3e43ccc-9a89-44b3-8776-d415874fde13", + "x-ms-correlation-request-id": "d665eef1-ec0e-4943-87c3-62dd2cbc9c60", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T175622Z:d665eef1-ec0e-4943-87c3-62dd2cbc9c60", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0", "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-4-a2e023e0", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A24%3A32.5954689Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A56%3A01.9702539Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:24:13.7255798Z" + "CreatedOnDate": "2022-10-22T17:55:15.8429135Z" }, "properties": { - "fileSystemId": "ada31cd8-14d1-a44b-5cc9-86e886cdbc38", + "fileSystemId": "0410c02f-2207-1b45-75d1-0c40f656314c", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-a2e023e0", "usageThreshold": 107374182400, @@ -1939,7 +2055,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_3e38708d", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_31371df4", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1954,8 +2070,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ada31cd8-14d1-a44b-5cc9-86e886cdbc38", - "fileSystemId": "ada31cd8-14d1-a44b-5cc9-86e886cdbc38", + "mountTargetId": "0410c02f-2207-1b45-75d1-0c40f656314c", + "fileSystemId": "0410c02f-2207-1b45-75d1-0c40f656314c", "ipAddress": "10.0.0.4" } ], @@ -1975,10 +2091,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:24:15.6219387Z", + "createdAt": "2022-10-22T17:55:18.1814947Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:24:15.6219387Z" + "lastModifiedAt": "2022-10-22T17:55:18.1814947Z" } } }, @@ -1997,7 +2113,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:24:49 GMT", + "Date": "Sat, 22 Oct 2022 17:56:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2005,9 +2121,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2103dfc8-1507-4231-96c3-cbc457ee9a4f", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T112449Z:2103dfc8-1507-4231-96c3-cbc457ee9a4f", + "x-ms-correlation-request-id": "0b99b94a-e8ba-497d-9bbb-a2d3f7d1fd7f", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T175622Z:0b99b94a-e8ba-497d-9bbb-a2d3f7d1fd7f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2016,13 +2132,13 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0", "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a2e023e0", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A23%3A45.2545703Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A54%3A50.2512387Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:19:37.9095723Z" + "CreatedOnDate": "2022-10-22T17:50:09.0841553Z" }, "properties": { - "fileSystemId": "844b7057-e480-909f-5e5f-8f496cc2c45a", + "fileSystemId": "77928f0b-417a-2001-c699-dd929c23b5b9", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-a2e023e0", "usageThreshold": 107374182400, @@ -2050,7 +2166,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_3e38708d", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_31371df4", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2065,8 +2181,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "844b7057-e480-909f-5e5f-8f496cc2c45a", - "fileSystemId": "844b7057-e480-909f-5e5f-8f496cc2c45a", + "mountTargetId": "77928f0b-417a-2001-c699-dd929c23b5b9", + "fileSystemId": "77928f0b-417a-2001-c699-dd929c23b5b9", "ipAddress": "10.0.0.4" } ], @@ -2086,23 +2202,23 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:19:39.0262047Z", + "createdAt": "2022-10-22T17:50:10.2488527Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:19:39.0262047Z" + "lastModifiedAt": "2022-10-22T17:50:10.2488527Z" } }, { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0", "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-4-a2e023e0", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A24%3A32.5954689Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A56%3A01.9702539Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:24:13.7255798Z" + "CreatedOnDate": "2022-10-22T17:55:15.8429135Z" }, "properties": { - "fileSystemId": "ada31cd8-14d1-a44b-5cc9-86e886cdbc38", + "fileSystemId": "0410c02f-2207-1b45-75d1-0c40f656314c", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-a2e023e0", "usageThreshold": 107374182400, @@ -2130,7 +2246,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_3e38708d", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_31371df4", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2145,8 +2261,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ada31cd8-14d1-a44b-5cc9-86e886cdbc38", - "fileSystemId": "ada31cd8-14d1-a44b-5cc9-86e886cdbc38", + "mountTargetId": "0410c02f-2207-1b45-75d1-0c40f656314c", + "fileSystemId": "0410c02f-2207-1b45-75d1-0c40f656314c", "ipAddress": "10.0.0.4" } ], @@ -2166,10 +2282,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:24:15.6219387Z", + "createdAt": "2022-10-22T17:55:18.1814947Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:24:15.6219387Z" + "lastModifiedAt": "2022-10-22T17:55:18.1814947Z" } } ] @@ -2188,25 +2304,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36212cdf-e153-4bd2-adea-bcaa44384b92?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/79a7d2b4-808a-479d-a723-78612142c79a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 11:24:50 GMT", + "Date": "Sat, 22 Oct 2022 17:56:22 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36212cdf-e153-4bd2-adea-bcaa44384b92?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/79a7d2b4-808a-479d-a723-78612142c79a?api-version=2022-05-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": "58d17ddb-7e7a-4d53-ab96-2a88e60f6cc6", + "x-ms-correlation-request-id": "777d9714-64bf-4329-8ba6-4d9f58365bd4", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T112450Z:58d17ddb-7e7a-4d53-ab96-2a88e60f6cc6", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T175623Z:777d9714-64bf-4329-8ba6-4d9f58365bd4", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36212cdf-e153-4bd2-adea-bcaa44384b92?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/79a7d2b4-808a-479d-a723-78612142c79a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2220,7 +2336,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:24:50 GMT", + "Date": "Sat, 22 Oct 2022 17:56:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2228,16 +2344,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5cb35964-5f17-45e6-ab4c-c012e1f259dd", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T112450Z:5cb35964-5f17-45e6-ab4c-c012e1f259dd", + "x-ms-correlation-request-id": "a07e403b-e850-4b34-81c5-71fd4c306296", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T175623Z:a07e403b-e850-4b34-81c5-71fd4c306296", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36212cdf-e153-4bd2-adea-bcaa44384b92", - "name": "36212cdf-e153-4bd2-adea-bcaa44384b92", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/79a7d2b4-808a-479d-a723-78612142c79a", + "name": "79a7d2b4-808a-479d-a723-78612142c79a", "status": "Deleting", - "startTime": "2022-10-21T11:24:49.9475899Z", + "startTime": "2022-10-22T17:56:23.0589197Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2246,7 +2362,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36212cdf-e153-4bd2-adea-bcaa44384b92?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/79a7d2b4-808a-479d-a723-78612142c79a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2260,7 +2376,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:25:19 GMT", + "Date": "Sat, 22 Oct 2022 17:56:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2268,17 +2384,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94428ffc-007a-46dd-9a59-e868cc243cac", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T112520Z:94428ffc-007a-46dd-9a59-e868cc243cac", + "x-ms-correlation-request-id": "95fd53ba-64a0-4b29-ad2e-4f11cdf01d72", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T175653Z:95fd53ba-64a0-4b29-ad2e-4f11cdf01d72", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36212cdf-e153-4bd2-adea-bcaa44384b92", - "name": "36212cdf-e153-4bd2-adea-bcaa44384b92", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/79a7d2b4-808a-479d-a723-78612142c79a", + "name": "79a7d2b4-808a-479d-a723-78612142c79a", "status": "Succeeded", - "startTime": "2022-10-21T11:24:49.9475899Z", - "endTime": "2022-10-21T11:24:58.39322Z", + "startTime": "2022-10-22T17:56:23.0589197Z", + "endTime": "2022-10-22T17:56:40.7497942Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" @@ -2286,7 +2402,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36212cdf-e153-4bd2-adea-bcaa44384b92?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/79a7d2b4-808a-479d-a723-78612142c79a?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2300,7 +2416,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:25:20 GMT", + "Date": "Sat, 22 Oct 2022 17:56:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2308,22 +2424,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bdfd7bbb-abc1-43da-bf6b-55b8edb063df", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T112521Z:bdfd7bbb-abc1-43da-bf6b-55b8edb063df", + "x-ms-correlation-request-id": "a6d10e4d-bcfe-4fad-bb05-57be43e593c1", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T175653Z:a6d10e4d-bcfe-4fad-bb05-57be43e593c1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0", "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a2e023e0", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A24%3A49.9455376Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T17%3A56%3A23.0372147Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:19:37.9095723Z" + "CreatedOnDate": "2022-10-22T17:50:09.0841553Z" }, "properties": { - "fileSystemId": "844b7057-e480-909f-5e5f-8f496cc2c45a", + "fileSystemId": "77928f0b-417a-2001-c699-dd929c23b5b9", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-a2e023e0", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2354,19 +2470,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_3e38708d", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_31371df4", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0", - "poolId": "1544026d-5611-3c80-5c0d-ea173ff1f22a", + "poolId": "90554ca7-79b5-97c1-749d-de2330cdefca", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "844b7057-e480-909f-5e5f-8f496cc2c45a", - "fileSystemId": "844b7057-e480-909f-5e5f-8f496cc2c45a", + "mountTargetId": "77928f0b-417a-2001-c699-dd929c23b5b9", + "fileSystemId": "77928f0b-417a-2001-c699-dd929c23b5b9", "startIp": "", "endIp": "", "gateway": "", @@ -2398,10 +2514,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:19:39.0262047Z", + "createdAt": "2022-10-22T17:50:10.2488527Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:19:39.0262047Z" + "lastModifiedAt": "2022-10-22T17:50:10.2488527Z" } } }, @@ -2420,14 +2536,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:28:43 GMT", + "Date": "Sat, 22 Oct 2022 18:00:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "581c989a-efce-4d62-a679-4ee7e03ac2bc", + "x-ms-correlation-request-id": "41be545d-7dfb-43fe-9ed1-bfd098bd36c5", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T112843Z:581c989a-efce-4d62-a679-4ee7e03ac2bc" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180016Z:41be545d-7dfb-43fe-9ed1-bfd098bd36c5" }, "ResponseBody": { "error": { @@ -2449,25 +2565,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 11:28:45 GMT", + "Date": "Sat, 22 Oct 2022 18:00:18 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac?api-version=2022-05-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": "03ec6d6a-2e24-4515-97d1-73e5782e6984", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T112845Z:03ec6d6a-2e24-4515-97d1-73e5782e6984", + "x-ms-correlation-request-id": "fade94f9-ddee-4995-a498-216025920f9d", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180019Z:fade94f9-ddee-4995-a498-216025920f9d", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2481,7 +2597,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:28:45 GMT", + "Date": "Sat, 22 Oct 2022 18:00:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2489,16 +2605,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b7cdcaa7-1d12-4b96-8ca5-5d4a6fc22dd7", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T112845Z:b7cdcaa7-1d12-4b96-8ca5-5d4a6fc22dd7", + "x-ms-correlation-request-id": "eab1e533-98dd-4020-b3ab-988d68e751d6", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180019Z:eab1e533-98dd-4020-b3ab-988d68e751d6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a", - "name": "b1523efb-80a9-4805-a966-8196f569702a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac", + "name": "178d830e-77ab-44e6-ada4-7f2ed5f64dac", "status": "Deleting", - "startTime": "2022-10-21T11:28:45.4674799Z", + "startTime": "2022-10-22T18:00:19.3617453Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2507,7 +2623,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2521,7 +2637,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:29:15 GMT", + "Date": "Sat, 22 Oct 2022 18:00:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2529,16 +2645,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c911f080-56df-4d41-8626-5870006febe6", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T112916Z:c911f080-56df-4d41-8626-5870006febe6", + "x-ms-correlation-request-id": "46c17092-5c13-4b21-8e61-3c382b93daa8", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180050Z:46c17092-5c13-4b21-8e61-3c382b93daa8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a", - "name": "b1523efb-80a9-4805-a966-8196f569702a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac", + "name": "178d830e-77ab-44e6-ada4-7f2ed5f64dac", "status": "Deleting", - "startTime": "2022-10-21T11:28:45.4674799Z", + "startTime": "2022-10-22T18:00:19.3617453Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2547,7 +2663,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2561,7 +2677,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:29:46 GMT", + "Date": "Sat, 22 Oct 2022 18:01:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2569,16 +2685,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6eae2a83-46c8-4005-a606-75ac0f409737", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T112946Z:6eae2a83-46c8-4005-a606-75ac0f409737", + "x-ms-correlation-request-id": "41a1830c-f757-439c-97a4-1d7e63e5f444", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180120Z:41a1830c-f757-439c-97a4-1d7e63e5f444", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a", - "name": "b1523efb-80a9-4805-a966-8196f569702a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac", + "name": "178d830e-77ab-44e6-ada4-7f2ed5f64dac", "status": "Deleting", - "startTime": "2022-10-21T11:28:45.4674799Z", + "startTime": "2022-10-22T18:00:19.3617453Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2587,7 +2703,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2601,7 +2717,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:30:16 GMT", + "Date": "Sat, 22 Oct 2022 18:01:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2609,16 +2725,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0b6b951b-34a9-4634-b816-3c1d2c524535", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113016Z:0b6b951b-34a9-4634-b816-3c1d2c524535", + "x-ms-correlation-request-id": "c3581dc2-3ce4-4eaa-b2a5-ffb986bf90e8", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180150Z:c3581dc2-3ce4-4eaa-b2a5-ffb986bf90e8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a", - "name": "b1523efb-80a9-4805-a966-8196f569702a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac", + "name": "178d830e-77ab-44e6-ada4-7f2ed5f64dac", "status": "Deleting", - "startTime": "2022-10-21T11:28:45.4674799Z", + "startTime": "2022-10-22T18:00:19.3617453Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2627,7 +2743,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2641,7 +2757,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:30:45 GMT", + "Date": "Sat, 22 Oct 2022 18:02:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2649,16 +2765,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7dae1d0f-0404-42c1-9c66-512709d9bee9", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113046Z:7dae1d0f-0404-42c1-9c66-512709d9bee9", + "x-ms-correlation-request-id": "65e5c22c-3133-40ed-af41-f06fccf9f369", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180220Z:65e5c22c-3133-40ed-af41-f06fccf9f369", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a", - "name": "b1523efb-80a9-4805-a966-8196f569702a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac", + "name": "178d830e-77ab-44e6-ada4-7f2ed5f64dac", "status": "Deleting", - "startTime": "2022-10-21T11:28:45.4674799Z", + "startTime": "2022-10-22T18:00:19.3617453Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2667,7 +2783,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2681,7 +2797,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:31:16 GMT", + "Date": "Sat, 22 Oct 2022 18:02:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2689,17 +2805,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "061aee77-d3e5-46ff-bab0-2669bfcf1088", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113117Z:061aee77-d3e5-46ff-bab0-2669bfcf1088", + "x-ms-correlation-request-id": "d370eb69-65ce-49c6-8083-548a936bc866", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180251Z:d370eb69-65ce-49c6-8083-548a936bc866", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac", + "name": "178d830e-77ab-44e6-ada4-7f2ed5f64dac", + "status": "Deleting", + "startTime": "2022-10-22T18:00:19.3617453Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 18:03: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": "b9a6b566-2fed-4e75-a67a-eb476ba28775", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180321Z:b9a6b566-2fed-4e75-a67a-eb476ba28775", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a", - "name": "b1523efb-80a9-4805-a966-8196f569702a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac", + "name": "178d830e-77ab-44e6-ada4-7f2ed5f64dac", "status": "Succeeded", - "startTime": "2022-10-21T11:28:45.4674799Z", - "endTime": "2022-10-21T11:31:11.2629711Z", + "startTime": "2022-10-22T18:00:19.3617453Z", + "endTime": "2022-10-22T18:02:59.991531Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0" @@ -2707,7 +2863,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1523efb-80a9-4805-a966-8196f569702a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2721,7 +2877,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:31:17 GMT", + "Date": "Sat, 22 Oct 2022 18:03:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2729,22 +2885,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "218731b5-089f-4d51-b5b0-ccad2df90654", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113117Z:218731b5-089f-4d51-b5b0-ccad2df90654", + "x-ms-correlation-request-id": "51ddc93f-4289-4fee-81ab-0b0a7611a0a7", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180321Z:51ddc93f-4289-4fee-81ab-0b0a7611a0a7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0", "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-4-a2e023e0", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A31%3A01.7638591Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T18%3A02%3A50.6904714Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:24:13.7255798Z" + "CreatedOnDate": "2022-10-22T17:55:15.8429135Z" }, "properties": { - "fileSystemId": "ada31cd8-14d1-a44b-5cc9-86e886cdbc38", + "fileSystemId": "0410c02f-2207-1b45-75d1-0c40f656314c", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-a2e023e0", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2775,19 +2931,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_3e38708d", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_31371df4", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0", - "poolId": "1544026d-5611-3c80-5c0d-ea173ff1f22a", + "poolId": "90554ca7-79b5-97c1-749d-de2330cdefca", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "ada31cd8-14d1-a44b-5cc9-86e886cdbc38", - "fileSystemId": "ada31cd8-14d1-a44b-5cc9-86e886cdbc38", + "mountTargetId": "0410c02f-2207-1b45-75d1-0c40f656314c", + "fileSystemId": "0410c02f-2207-1b45-75d1-0c40f656314c", "startIp": "", "endIp": "", "gateway": "", @@ -2819,10 +2975,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:24:15.6219387Z", + "createdAt": "2022-10-22T17:55:18.1814947Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:24:15.6219387Z" + "lastModifiedAt": "2022-10-22T17:55:18.1814947Z" } } }, @@ -2841,14 +2997,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:34:38 GMT", + "Date": "Sat, 22 Oct 2022 18:06:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dc12a123-b7e2-4248-9cb9-8e88880b2292", + "x-ms-correlation-request-id": "c1a59c45-0237-4231-a7d6-367c5ce41cfb", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113438Z:dc12a123-b7e2-4248-9cb9-8e88880b2292" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180643Z:c1a59c45-0237-4231-a7d6-367c5ce41cfb" }, "ResponseBody": { "error": { @@ -2870,25 +3026,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dabdbab-ea08-4435-8697-1cc7c7d97339?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6af2b763-6827-4c16-bdbf-b40666414a8a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 11:34:50 GMT", + "Date": "Sat, 22 Oct 2022 18:06:56 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dabdbab-ea08-4435-8697-1cc7c7d97339?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6af2b763-6827-4c16-bdbf-b40666414a8a?api-version=2022-05-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": "cbf65b72-ed00-474f-844e-3649b02e226a", + "x-ms-correlation-request-id": "9de0164a-1add-4b00-b4f1-65a0d0202993", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113451Z:cbf65b72-ed00-474f-844e-3649b02e226a", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180657Z:9de0164a-1add-4b00-b4f1-65a0d0202993", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dabdbab-ea08-4435-8697-1cc7c7d97339?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6af2b763-6827-4c16-bdbf-b40666414a8a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2902,7 +3058,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:34:51 GMT", + "Date": "Sat, 22 Oct 2022 18:06:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2910,16 +3066,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef2116d7-1d39-4171-a1a9-9f9f449abf0c", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113451Z:ef2116d7-1d39-4171-a1a9-9f9f449abf0c", + "x-ms-correlation-request-id": "9778e70e-48d0-4e37-a076-8238929153bd", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180657Z:9778e70e-48d0-4e37-a076-8238929153bd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dabdbab-ea08-4435-8697-1cc7c7d97339", - "name": "5dabdbab-ea08-4435-8697-1cc7c7d97339", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6af2b763-6827-4c16-bdbf-b40666414a8a", + "name": "6af2b763-6827-4c16-bdbf-b40666414a8a", "status": "Deleting", - "startTime": "2022-10-21T11:34:51.3189041Z", + "startTime": "2022-10-22T18:06:57.1119239Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2928,7 +3084,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dabdbab-ea08-4435-8697-1cc7c7d97339?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6af2b763-6827-4c16-bdbf-b40666414a8a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2942,7 +3098,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:35:20 GMT", + "Date": "Sat, 22 Oct 2022 18:07:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2950,17 +3106,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e542a7bf-7b7c-4c9a-948b-aa936d198f3c", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113521Z:e542a7bf-7b7c-4c9a-948b-aa936d198f3c", + "x-ms-correlation-request-id": "f58f47fc-566b-45b7-92d3-0b90aae33327", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180727Z:f58f47fc-566b-45b7-92d3-0b90aae33327", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dabdbab-ea08-4435-8697-1cc7c7d97339", - "name": "5dabdbab-ea08-4435-8697-1cc7c7d97339", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6af2b763-6827-4c16-bdbf-b40666414a8a", + "name": "6af2b763-6827-4c16-bdbf-b40666414a8a", "status": "Succeeded", - "startTime": "2022-10-21T11:34:51.3189041Z", - "endTime": "2022-10-21T11:34:52.4628741Z", + "startTime": "2022-10-22T18:06:57.1119239Z", + "endTime": "2022-10-22T18:06:58.1744464Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1" @@ -2968,7 +3124,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dabdbab-ea08-4435-8697-1cc7c7d97339?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6af2b763-6827-4c16-bdbf-b40666414a8a?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2982,7 +3138,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:35:21 GMT", + "Date": "Sat, 22 Oct 2022 18:07:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2990,22 +3146,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c430fd1-ca1c-414a-8cbb-c8eb1199ad2e", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113521Z:8c430fd1-ca1c-414a-8cbb-c8eb1199ad2e", + "x-ms-correlation-request-id": "257a9afe-dca3-418a-a133-02ee05156118", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180727Z:257a9afe-dca3-418a-a133-02ee05156118", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A34%3A51.3253824Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T18%3A06%3A57.1084169Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:19:24.7188035Z" + "CreatedOnDate": "2022-10-22T17:49:55.7439112Z" }, "properties": { - "poolId": "1544026d-5611-3c80-5c0d-ea173ff1f22a", + "poolId": "90554ca7-79b5-97c1-749d-de2330cdefca", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1", @@ -3019,10 +3175,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:19:25.6891696Z", + "createdAt": "2022-10-22T17:49:56.8972437Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:19:25.6891696Z" + "lastModifiedAt": "2022-10-22T17:49:56.8972437Z" } } }, @@ -3040,14 +3196,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 11:35:32 GMT", + "Date": "Sat, 22 Oct 2022 18:07:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2310d0f-a63b-4783-8fd3-f4a77039fb0b", + "x-ms-correlation-request-id": "472638c6-6c57-47ba-937b-a92705146a69", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113532Z:b2310d0f-a63b-4783-8fd3-f4a77039fb0b" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180738Z:472638c6-6c57-47ba-937b-a92705146a69" }, "ResponseBody": null }, @@ -3065,14 +3221,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 11:35:43 GMT", + "Date": "Sat, 22 Oct 2022 18:07:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e330634-a2fe-4be3-9d71-e74818d35b04", + "x-ms-correlation-request-id": "10b9e2a8-d7d8-451f-8463-19288ca27c07", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113543Z:7e330634-a2fe-4be3-9d71-e74818d35b04" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180748Z:10b9e2a8-d7d8-451f-8463-19288ca27c07" }, "ResponseBody": null }, @@ -3090,14 +3246,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 11:35:53 GMT", + "Date": "Sat, 22 Oct 2022 18:07:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c5fb4486-e417-47d5-8d2e-29e05e21b43d", + "x-ms-correlation-request-id": "d4e19b54-943c-45a5-934e-d469113b49db", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113553Z:c5fb4486-e417-47d5-8d2e-29e05e21b43d" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180758Z:d4e19b54-943c-45a5-934e-d469113b49db" }, "ResponseBody": null }, @@ -3115,14 +3271,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 11:36:03 GMT", + "Date": "Sat, 22 Oct 2022 18:08:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "adc997b7-8525-4375-befd-3ebaccbd8265", + "x-ms-correlation-request-id": "c75148ee-ba30-4836-b643-62aedbac55ab", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113604Z:adc997b7-8525-4375-befd-3ebaccbd8265" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180809Z:c75148ee-ba30-4836-b643-62aedbac55ab" }, "ResponseBody": null }, @@ -3141,14 +3297,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:36:13 GMT", + "Date": "Sat, 22 Oct 2022 18:08:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31a8bb61-fd3a-4c80-b8d2-5390f16db57a", + "x-ms-correlation-request-id": "a4a38cbf-32a7-4c8b-8296-a14ba542c622", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113614Z:31a8bb61-fd3a-4c80-b8d2-5390f16db57a" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180819Z:a4a38cbf-32a7-4c8b-8296-a14ba542c622" }, "ResponseBody": { "error": { @@ -3170,25 +3326,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8bc95f23-6397-4556-a2a2-26c2eabce956?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d692575f-e550-4234-b594-8727d4b1d303?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 11:36:15 GMT", + "Date": "Sat, 22 Oct 2022 18:08:20 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8bc95f23-6397-4556-a2a2-26c2eabce956?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d692575f-e550-4234-b594-8727d4b1d303?api-version=2022-05-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": "c3a8ac22-bd73-46a4-a5c9-03cdf6ebf956", + "x-ms-correlation-request-id": "633836d9-7408-453b-b9a5-d21eb49b71e4", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113615Z:c3a8ac22-bd73-46a4-a5c9-03cdf6ebf956", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180820Z:633836d9-7408-453b-b9a5-d21eb49b71e4", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8bc95f23-6397-4556-a2a2-26c2eabce956?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d692575f-e550-4234-b594-8727d4b1d303?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3202,7 +3358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:36:15 GMT", + "Date": "Sat, 22 Oct 2022 18:08:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3210,17 +3366,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e4ba8953-5ea6-45c6-905d-19740d448024", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113616Z:e4ba8953-5ea6-45c6-905d-19740d448024", + "x-ms-correlation-request-id": "d5e7b1c9-7175-4baf-ae8b-e29c411916e3", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180821Z:d5e7b1c9-7175-4baf-ae8b-e29c411916e3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8bc95f23-6397-4556-a2a2-26c2eabce956", - "name": "8bc95f23-6397-4556-a2a2-26c2eabce956", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d692575f-e550-4234-b594-8727d4b1d303", + "name": "d692575f-e550-4234-b594-8727d4b1d303", "status": "Succeeded", - "startTime": "2022-10-21T11:36:16.0388663Z", - "endTime": "2022-10-21T11:36:16.0857882Z", + "startTime": "2022-10-22T18:08:20.8378999Z", + "endTime": "2022-10-22T18:08:20.8691709Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0" @@ -3228,7 +3384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8bc95f23-6397-4556-a2a2-26c2eabce956?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d692575f-e550-4234-b594-8727d4b1d303?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3242,7 +3398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:36:15 GMT", + "Date": "Sat, 22 Oct 2022 18:08:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3250,19 +3406,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8b950098-93cf-4537-a7e6-33dec108c180", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113616Z:8b950098-93cf-4537-a7e6-33dec108c180", + "x-ms-correlation-request-id": "0ec9b8dc-7271-4f67-9ec6-35454fcfd2d3", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180821Z:0ec9b8dc-7271-4f67-9ec6-35454fcfd2d3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0", "name": "sdk-py-tests-acc-1-a2e023e0", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A36%3A16.0408842Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T18%3A08%3A20.8325337Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:19:20.4198687Z" + "CreatedOnDate": "2022-10-22T17:49:51.1401724Z" }, "properties": { "encryption": { @@ -3273,10 +3429,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:19:21.5306858Z", + "createdAt": "2022-10-22T17:49:52.3162598Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:19:21.5306858Z" + "lastModifiedAt": "2022-10-22T17:49:52.3162598Z" } } }, @@ -3295,15 +3451,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:36:16 GMT", + "Date": "Sat, 22 Oct 2022 18:08:21 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": "37bd0d5f-965a-4a4d-8f29-b0a5ce0b3a22", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113616Z:37bd0d5f-965a-4a4d-8f29-b0a5ce0b3a22", + "x-ms-correlation-request-id": "bd47a9ac-31a5-4321-be75-7f12b811201b", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180821Z:bd47a9ac-31a5-4321-be75-7f12b811201b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3327,12 +3483,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5c0b40d9-395f-4b94-b773-d746f2fafeda?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/75b225b1-8c57-4ac1-ba22-ddc97759753c?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 11:36:17 GMT", + "Date": "Sat, 22 Oct 2022 18:08:22 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/5c0b40d9-395f-4b94-b773-d746f2fafeda?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/75b225b1-8c57-4ac1-ba22-ddc97759753c?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3341,10 +3497,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f47cbc0f-a6d6-4fb1-a61e-7fd95cb794f7", - "x-ms-correlation-request-id": "90ed4ae2-2e6a-4016-81c5-94f659a935a8", + "x-ms-arm-service-request-id": "77e299ef-27e6-4333-9c90-f92937c6382f", + "x-ms-correlation-request-id": "be5aa009-574e-4b8a-b54b-373da6511a4d", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113617Z:90ed4ae2-2e6a-4016-81c5-94f659a935a8" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T180823Z:be5aa009-574e-4b8a-b54b-373da6511a4d" }, "ResponseBody": null } 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 96c27d7a40e6..c2a36d3672a5 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:41:32 GMT", + "Date": "Sun, 23 Oct 2022 13:03:03 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.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:41:32 GMT", + "Date": "Sun, 23 Oct 2022 13:03:03 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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "26ead67b-2c1a-428e-ad59-baead2c60d64", + "client-request-id": "86c89049-3475-4b01-8f87-5f462830f51d", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "26ead67b-2c1a-428e-ad59-baead2c60d64", + "client-request-id": "86c89049-3475-4b01-8f87-5f462830f51d", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:41:32 GMT", + "Date": "Sun, 23 Oct 2022 13:03:03 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6976dcd9-9352-4e4b-bf90-d16656f60239?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6356723b-19d8-4130-829b-bff16df76b06?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:41:41 GMT", + "Date": "Sun, 23 Oct 2022 13:03:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3d420655-5cfe-4e76-845f-bd052b04d35d", - "x-ms-correlation-request-id": "89e3df4c-932e-4265-b0e4-b481e5b8d439", + "x-ms-arm-service-request-id": "7489aebc-6f64-439b-9f29-5614f3d5865f", + "x-ms-correlation-request-id": "bf0b891c-92c2-4526-b1d1-e7f7baa3969b", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134141Z:89e3df4c-932e-4265-b0e4-b481e5b8d439" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130311Z:bf0b891c-92c2-4526-b1d1-e7f7baa3969b" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-a12623c1", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1", - "etag": "W/\u0022c9b5fdde-4dca-4640-b78c-b53c3cf355ff\u0022", + "etag": "W/\u00228bd8fe2a-08ad-41ac-8b2d-67525a14edc1\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:41:35.2577279Z" + "CreatedOnDate": "2022-10-23T13:03:05.7432562Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "e86bc2b6-ea30-43c5-85c6-0fad6a765d26", + "resourceGuid": "ff564c8f-fcee-465e-9a09-746b89807049", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6976dcd9-9352-4e4b-bf90-d16656f60239?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6356723b-19d8-4130-829b-bff16df76b06?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:41:41 GMT", + "Date": "Sun, 23 Oct 2022 13:03:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -304,10 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "961359a7-6f86-49af-a8e8-a80b786bc0d7", - "x-ms-correlation-request-id": "b07efab7-cd3d-46fd-b921-e3495b5348e3", + "x-ms-arm-service-request-id": "0c95726a-9ce0-44c2-a09a-b583fcba91ff", + "x-ms-correlation-request-id": "5b7937bd-1650-4015-891b-43cd6e0189c4", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134141Z:b07efab7-cd3d-46fd-b921-e3495b5348e3" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130312Z:5b7937bd-1650-4015-891b-43cd6e0189c4" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:41:41 GMT", - "ETag": "W/\u00223741b652-9f40-4e4d-a60f-38b5315382c4\u0022", + "Date": "Sun, 23 Oct 2022 13:03:12 GMT", + "ETag": "W/\u002201be320c-addc-4a57-92c9-1a66eb5003ce\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b96152b2-2678-4f1b-a937-c520c95992bf", - "x-ms-correlation-request-id": "42c2e8f8-3f78-4518-93c1-803b0e1d2980", + "x-ms-arm-service-request-id": "1544978e-2bfe-414e-9993-8bde1789b901", + "x-ms-correlation-request-id": "9166b263-ef74-4509-a1fd-16df47ff66b2", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134142Z:42c2e8f8-3f78-4518-93c1-803b0e1d2980" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130312Z:9166b263-ef74-4509-a1fd-16df47ff66b2" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-a12623c1", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1", - "etag": "W/\u00223741b652-9f40-4e4d-a60f-38b5315382c4\u0022", + "etag": "W/\u002201be320c-addc-4a57-92c9-1a66eb5003ce\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:41:35.2577279Z" + "CreatedOnDate": "2022-10-23T13:03:05.7432562Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "e86bc2b6-ea30-43c5-85c6-0fad6a765d26", + "resourceGuid": "ff564c8f-fcee-465e-9a09-746b89807049", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/fdba574e-5893-4495-98b8-48eabe88b7ad?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4e2fbdf8-a027-4837-ad4c-9115a4aba2f1?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:41:42 GMT", + "Date": "Sun, 23 Oct 2022 13:03:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5b889e48-f865-4214-be60-ad63991b7562", - "x-ms-correlation-request-id": "1ce8c870-1841-491a-a32f-df0eb3c9804b", + "x-ms-arm-service-request-id": "7b4b3774-928e-4a62-8fe5-6614121f0c10", + "x-ms-correlation-request-id": "b5fa9897-a72b-4934-bc31-7afe41eab145", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134142Z:1ce8c870-1841-491a-a32f-df0eb3c9804b" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130313Z:b5fa9897-a72b-4934-bc31-7afe41eab145" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default", - "etag": "W/\u0022633f30e6-621d-426b-a107-cbe6eaaaac42\u0022", + "etag": "W/\u00223774c5e4-b842-4694-bd58-e2421687e227\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022633f30e6-621d-426b-a107-cbe6eaaaac42\u0022", + "etag": "W/\u00223774c5e4-b842-4694-bd58-e2421687e227\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/fdba574e-5893-4495-98b8-48eabe88b7ad?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4e2fbdf8-a027-4837-ad4c-9115a4aba2f1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:41:42 GMT", + "Date": "Sun, 23 Oct 2022 13:03:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e88c56ff-13c9-4db5-a4aa-e626bdb86ec9", - "x-ms-correlation-request-id": "75aa3f10-2cd7-471e-9571-a46a2b3353e2", + "x-ms-arm-service-request-id": "474cbd6c-6c98-4ef5-a588-487bedd5125f", + "x-ms-correlation-request-id": "3d7b1e6c-13b9-46dd-b2f3-b4a88a3c8993", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134142Z:75aa3f10-2cd7-471e-9571-a46a2b3353e2" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130313Z:3d7b1e6c-13b9-46dd-b2f3-b4a88a3c8993" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:41:43 GMT", - "ETag": "W/\u00223f35a2b0-bda1-46a9-a099-f7e2f6d2745d\u0022", + "Date": "Sun, 23 Oct 2022 13:03:13 GMT", + "ETag": "W/\u00221ece94e5-6022-4c96-b8cc-6691a0868f62\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0ebcdb98-241f-49b0-bf28-d4f291387baa", - "x-ms-correlation-request-id": "d585479a-6e1c-493f-b8a3-d78b8ae590d3", + "x-ms-arm-service-request-id": "430ab4a7-dfac-4189-96e9-191199e6fd61", + "x-ms-correlation-request-id": "3ffaed7b-25ec-4280-9286-93ec3d609ae2", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134143Z:d585479a-6e1c-493f-b8a3-d78b8ae590d3" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130313Z:3ffaed7b-25ec-4280-9286-93ec3d609ae2" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default", - "etag": "W/\u00223f35a2b0-bda1-46a9-a099-f7e2f6d2745d\u0022", + "etag": "W/\u00221ece94e5-6022-4c96-b8cc-6691a0868f62\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00223f35a2b0-bda1-46a9-a099-f7e2f6d2745d\u0022", + "etag": "W/\u00221ece94e5-6022-4c96-b8cc-6691a0868f62\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -558,12 +558,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:41:42 GMT", + "Date": "Sun, 23 Oct 2022 13:03:13 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -652,12 +652,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:41:43 GMT", + "Date": "Sun, 23 Oct 2022 13:03:14 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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -713,7 +713,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "6d49dfc9-96de-41d3-b433-4616f018dcb5", + "client-request-id": "9db13d8d-314b-4e66-a0da-afe090e81189", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -731,10 +731,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "6d49dfc9-96de-41d3-b433-4616f018dcb5", + "client-request-id": "9db13d8d-314b-4e66-a0da-afe090e81189", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:41:43 GMT", + "Date": "Sun, 23 Oct 2022 13:03:14 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -742,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -769,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57061492-782f-409b-a880-b1e64b5f2a14?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f8842d2-6cac-4c0b-8156-4dd8dcbd1bdf?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:41:47 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T13%3A41%3A47.0437184Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 13:03:18 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T13%3A03%3A17.4755881Z\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": "22379d86-e994-4784-beba-1fad849c7263", + "x-ms-correlation-request-id": "bdd6ba41-80ac-4d34-ae09-45f95a628f30", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134148Z:22379d86-e994-4784-beba-1fad849c7263", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130318Z:bdd6ba41-80ac-4d34-ae09-45f95a628f30", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1", "name": "sdk-py-tests-acc-1-a12623c1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T13%3A41%3A47.0437184Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A03%3A17.4755881Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:41:44.9578117Z" + "CreatedOnDate": "2022-10-23T13:03:15.3905701Z" }, "properties": { "provisioningState": "Creating" @@ -800,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T13:41:46.0891511Z", + "createdAt": "2022-10-23T13:03:16.5133775Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T13:41:46.0891511Z" + "lastModifiedAt": "2022-10-23T13:03:16.5133775Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57061492-782f-409b-a880-b1e64b5f2a14?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f8842d2-6cac-4c0b-8156-4dd8dcbd1bdf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -822,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:41:47 GMT", + "Date": "Sun, 23 Oct 2022 13:03:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -830,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8750a3de-5ab8-4fb5-a26c-d644f6dce649", + "x-ms-correlation-request-id": "6eb3a0a9-65ee-47aa-87f0-cd92063c4e32", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134148Z:8750a3de-5ab8-4fb5-a26c-d644f6dce649", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130318Z:6eb3a0a9-65ee-47aa-87f0-cd92063c4e32", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57061492-782f-409b-a880-b1e64b5f2a14", - "name": "57061492-782f-409b-a880-b1e64b5f2a14", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f8842d2-6cac-4c0b-8156-4dd8dcbd1bdf", + "name": "4f8842d2-6cac-4c0b-8156-4dd8dcbd1bdf", "status": "Succeeded", - "startTime": "2022-10-21T13:41:47.0458133Z", - "endTime": "2022-10-21T13:41:47.0769972Z", + "startTime": "2022-10-23T13:03:17.4762811Z", + "endTime": "2022-10-23T13:03:17.5387951Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1" @@ -862,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:41:48 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T13%3A41%3A47.0810913Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 13:03:18 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T13%3A03%3A17.5439836Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a904b37f-c392-46af-989f-ad8fea3d91a1", + "x-ms-correlation-request-id": "9a35f334-09ee-451f-abea-d77145d42b05", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134148Z:a904b37f-c392-46af-989f-ad8fea3d91a1", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130319Z:9a35f334-09ee-451f-abea-d77145d42b05", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1", "name": "sdk-py-tests-acc-1-a12623c1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T13%3A41%3A47.0810913Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A03%3A17.5439836Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:41:44.9578117Z" + "CreatedOnDate": "2022-10-23T13:03:15.3905701Z" }, "properties": { "activeDirectories": [ @@ -912,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T13:41:46.0891511Z", + "createdAt": "2022-10-23T13:03:16.5133775Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T13:41:46.0891511Z" + "lastModifiedAt": "2022-10-23T13:03:16.5133775Z" } } }, @@ -941,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a3048f14-8b33-49fa-86fa-9869e747b40f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0091949b-c16a-4c0d-878a-fe4d6bea742e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:41:51 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T13%3A41%3A50.5527142Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 13:03:21 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T13%3A03%3A20.8586128Z\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": "34a7d14c-2360-491d-896a-0048d251fd06", + "x-ms-correlation-request-id": "3df03633-f531-4a20-a80b-3dc8e9dd3f40", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134151Z:34a7d14c-2360-491d-896a-0048d251fd06", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130321Z:3df03633-f531-4a20-a80b-3dc8e9dd3f40", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T13%3A41%3A50.5527142Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A03%3A20.8586128Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:41:49.1447726Z" + "CreatedOnDate": "2022-10-23T13:03:19.2969765Z" }, "properties": { "serviceLevel": "Premium", @@ -978,15 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T13:41:50.2790765Z", + "createdAt": "2022-10-23T13:03:20.5621995Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T13:41:50.2790765Z" + "lastModifiedAt": "2022-10-23T13:03:20.5621995Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a3048f14-8b33-49fa-86fa-9869e747b40f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0091949b-c16a-4c0d-878a-fe4d6bea742e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1000,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:41:51 GMT", + "Date": "Sun, 23 Oct 2022 13:03:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1008,17 +1008,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9309d0cb-b84c-4aef-b8db-f455c5ceb2d1", + "x-ms-correlation-request-id": "afa98424-4ebf-4d3e-a1ce-d2471f757b10", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134152Z:9309d0cb-b84c-4aef-b8db-f455c5ceb2d1", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130322Z:afa98424-4ebf-4d3e-a1ce-d2471f757b10", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a3048f14-8b33-49fa-86fa-9869e747b40f", - "name": "a3048f14-8b33-49fa-86fa-9869e747b40f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0091949b-c16a-4c0d-878a-fe4d6bea742e", + "name": "0091949b-c16a-4c0d-878a-fe4d6bea742e", "status": "Succeeded", - "startTime": "2022-10-21T13:41:50.5536192Z", - "endTime": "2022-10-21T13:41:51.5536469Z", + "startTime": "2022-10-23T13:03:20.8515656Z", + "endTime": "2022-10-23T13:03:21.7578175Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1" @@ -1040,8 +1040,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:41:52 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T13%3A41%3A51.5495339Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 13:03:22 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T13%3A03%3A21.759582Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1049,22 +1049,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad347c87-3b11-4684-b138-28ae26006cc9", + "x-ms-correlation-request-id": "0bbe9183-a8c3-4f6b-9d23-8597e0c23b40", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134152Z:ad347c87-3b11-4684-b138-28ae26006cc9", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130322Z:0bbe9183-a8c3-4f6b-9d23-8597e0c23b40", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T13%3A41%3A51.5495339Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A03%3A21.759582Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:41:49.1447726Z" + "CreatedOnDate": "2022-10-23T13:03:19.2969765Z" }, "properties": { - "poolId": "0a758c1c-6e73-cbd6-2543-0a1cea84e616", + "poolId": "724fd011-0c69-ced3-29d3-be8742577320", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1077,10 +1077,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T13:41:50.2790765Z", + "createdAt": "2022-10-23T13:03:20.5621995Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T13:41:50.2790765Z" + "lastModifiedAt": "2022-10-23T13:03:20.5621995Z" } } }, @@ -1123,30 +1123,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:42:04 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T13%3A42%3A04.3618271Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 13:03:34 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T13%3A03%3A34.2018209Z\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": "88cd0309-d29b-47cd-afd8-2473f6b2277f", + "x-ms-correlation-request-id": "46c84e33-ea69-4dc3-bd33-b5e530c09589", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134205Z:88cd0309-d29b-47cd-afd8-2473f6b2277f", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130335Z:46c84e33-ea69-4dc3-bd33-b5e530c09589", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a12623c1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T13%3A42%3A04.3618271Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A03%3A34.2018209Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:42:02.9313565Z" + "CreatedOnDate": "2022-10-23T13:03:32.7710976Z" }, "properties": { "serviceLevel": "Premium", @@ -1176,15 +1176,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T13:42:04.0404388Z", + "createdAt": "2022-10-23T13:03:33.8836666Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T13:42:04.0404388Z" + "lastModifiedAt": "2022-10-23T13:03:33.8836666Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1198,7 +1198,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:42:04 GMT", + "Date": "Sun, 23 Oct 2022 13:03:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1206,16 +1206,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f588bf46-3e7d-47cf-92d4-1925abc4e1dd", + "x-ms-correlation-request-id": "fc4a9504-eb04-4b8e-81ce-8145c92c1947", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134205Z:f588bf46-3e7d-47cf-92d4-1925abc4e1dd", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130335Z:fc4a9504-eb04-4b8e-81ce-8145c92c1947", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea", - "name": "d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693", + "name": "c1fbc080-f95b-489c-b269-ff8c1eca2693", "status": "Creating", - "startTime": "2022-10-21T13:42:04.369013Z", + "startTime": "2022-10-23T13:03:34.2099847Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1224,7 +1224,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1238,7 +1238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:42:34 GMT", + "Date": "Sun, 23 Oct 2022 13:04:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1246,16 +1246,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d6151b10-555e-4838-ac42-58386d3a9f2d", + "x-ms-correlation-request-id": "aea9ca7e-aa0f-4434-a93b-a4e72c752f41", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134235Z:d6151b10-555e-4838-ac42-58386d3a9f2d", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130405Z:aea9ca7e-aa0f-4434-a93b-a4e72c752f41", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea", - "name": "d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693", + "name": "c1fbc080-f95b-489c-b269-ff8c1eca2693", "status": "Creating", - "startTime": "2022-10-21T13:42:04.369013Z", + "startTime": "2022-10-23T13:03:34.2099847Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1264,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1278,7 +1278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:43:05 GMT", + "Date": "Sun, 23 Oct 2022 13:04:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1286,16 +1286,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7b52d9c6-f93c-4b9b-817c-480832715e32", + "x-ms-correlation-request-id": "43213c31-9fdb-491a-9a1b-48bf03291ac5", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134305Z:7b52d9c6-f93c-4b9b-817c-480832715e32", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130435Z:43213c31-9fdb-491a-9a1b-48bf03291ac5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea", - "name": "d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693", + "name": "c1fbc080-f95b-489c-b269-ff8c1eca2693", "status": "Creating", - "startTime": "2022-10-21T13:42:04.369013Z", + "startTime": "2022-10-23T13:03:34.2099847Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1304,7 +1304,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1318,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:43:35 GMT", + "Date": "Sun, 23 Oct 2022 13:05:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1326,16 +1326,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cedb033c-d99d-4d71-ac36-6056767939e9", + "x-ms-correlation-request-id": "a73e0430-4cb2-44f6-af5e-5360a0334396", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134336Z:cedb033c-d99d-4d71-ac36-6056767939e9", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130506Z:a73e0430-4cb2-44f6-af5e-5360a0334396", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea", - "name": "d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693", + "name": "c1fbc080-f95b-489c-b269-ff8c1eca2693", "status": "Creating", - "startTime": "2022-10-21T13:42:04.369013Z", + "startTime": "2022-10-23T13:03:34.2099847Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1344,7 +1344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1358,7 +1358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:44:06 GMT", + "Date": "Sun, 23 Oct 2022 13:05:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1366,16 +1366,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "552b1125-637b-4e24-bde9-4d0dc9a79c9a", + "x-ms-correlation-request-id": "518f7982-6ce1-404b-97e6-0827029b9636", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134406Z:552b1125-637b-4e24-bde9-4d0dc9a79c9a", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130536Z:518f7982-6ce1-404b-97e6-0827029b9636", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea", - "name": "d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693", + "name": "c1fbc080-f95b-489c-b269-ff8c1eca2693", "status": "Creating", - "startTime": "2022-10-21T13:42:04.369013Z", + "startTime": "2022-10-23T13:03:34.2099847Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1384,7 +1384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1398,7 +1398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:44:35 GMT", + "Date": "Sun, 23 Oct 2022 13:06:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1406,16 +1406,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f5868dc-e4f0-45c7-a4ac-11232186e4a5", + "x-ms-correlation-request-id": "73013dee-8866-45e9-a3bb-45fdc3d413bd", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134436Z:3f5868dc-e4f0-45c7-a4ac-11232186e4a5", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130606Z:73013dee-8866-45e9-a3bb-45fdc3d413bd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea", - "name": "d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693", + "name": "c1fbc080-f95b-489c-b269-ff8c1eca2693", "status": "Creating", - "startTime": "2022-10-21T13:42:04.369013Z", + "startTime": "2022-10-23T13:03:34.2099847Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1424,7 +1424,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1438,7 +1438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:45:06 GMT", + "Date": "Sun, 23 Oct 2022 13:06:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,16 +1446,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0729f006-3ed8-4e82-84e5-eacb27654822", + "x-ms-correlation-request-id": "a63cd95c-a40d-463e-bb89-85d9bd0f7b36", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134507Z:0729f006-3ed8-4e82-84e5-eacb27654822", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130636Z:a63cd95c-a40d-463e-bb89-85d9bd0f7b36", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea", - "name": "d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693", + "name": "c1fbc080-f95b-489c-b269-ff8c1eca2693", "status": "Creating", - "startTime": "2022-10-21T13:42:04.369013Z", + "startTime": "2022-10-23T13:03:34.2099847Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1464,7 +1464,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1478,7 +1478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:45:36 GMT", + "Date": "Sun, 23 Oct 2022 13:07:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1486,16 +1486,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d88489c-5c8f-4654-a64e-8904941b740e", + "x-ms-correlation-request-id": "99574af4-297f-4bf7-ad23-94755b5df678", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134537Z:5d88489c-5c8f-4654-a64e-8904941b740e", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130707Z:99574af4-297f-4bf7-ad23-94755b5df678", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea", - "name": "d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693", + "name": "c1fbc080-f95b-489c-b269-ff8c1eca2693", "status": "Creating", - "startTime": "2022-10-21T13:42:04.369013Z", + "startTime": "2022-10-23T13:03:34.2099847Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1504,7 +1504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1518,7 +1518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:46:07 GMT", + "Date": "Sun, 23 Oct 2022 13:07:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1526,16 +1526,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aef44596-9b7d-403d-b83c-fb8b93361584", + "x-ms-correlation-request-id": "33810c4b-cc9e-4c20-ada7-c63256637433", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134607Z:aef44596-9b7d-403d-b83c-fb8b93361584", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130737Z:33810c4b-cc9e-4c20-ada7-c63256637433", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea", - "name": "d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693", + "name": "c1fbc080-f95b-489c-b269-ff8c1eca2693", "status": "Creating", - "startTime": "2022-10-21T13:42:04.369013Z", + "startTime": "2022-10-23T13:03:34.2099847Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1544,7 +1544,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1558,7 +1558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:46:37 GMT", + "Date": "Sun, 23 Oct 2022 13:08:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1566,17 +1566,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dbdead8f-46c8-48c0-86ba-2460fe0b0588", + "x-ms-correlation-request-id": "690166ff-4c1d-49f3-a702-fd2c5f698cb1", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134637Z:dbdead8f-46c8-48c0-86ba-2460fe0b0588", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130807Z:690166ff-4c1d-49f3-a702-fd2c5f698cb1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2c26278-22c2-4c40-b6dd-e9b20f4078ea", - "name": "d2c26278-22c2-4c40-b6dd-e9b20f4078ea", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693", + "name": "c1fbc080-f95b-489c-b269-ff8c1eca2693", "status": "Succeeded", - "startTime": "2022-10-21T13:42:04.369013Z", - "endTime": "2022-10-21T13:46:10.1290899Z", + "startTime": "2022-10-23T13:03:34.2099847Z", + "endTime": "2022-10-23T13:08:06.3926502Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" @@ -1598,8 +1598,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:46:37 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T13%3A46%3A10.0975711Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 13:08:07 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T13%3A08%3A06.3874383Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1607,22 +1607,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32939f55-02bb-4f67-81ba-d4f60072057f", + "x-ms-correlation-request-id": "72252e59-4b89-474a-9aae-c3f05b439782", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134638Z:32939f55-02bb-4f67-81ba-d4f60072057f", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130808Z:72252e59-4b89-474a-9aae-c3f05b439782", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a12623c1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T13%3A46%3A10.0975711Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A08%3A06.3874383Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:42:02.9313565Z" + "CreatedOnDate": "2022-10-23T13:03:32.7710976Z" }, "properties": { - "fileSystemId": "e925c549-9cac-c12f-e4e9-776d16ffa2fc", + "fileSystemId": "b7ad372d-7bce-458d-8eae-e478bde4240b", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-a12623c1", "usageThreshold": 107374182400, @@ -1650,7 +1650,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_15c42a85", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f0451b80", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1665,8 +1665,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e925c549-9cac-c12f-e4e9-776d16ffa2fc", - "fileSystemId": "e925c549-9cac-c12f-e4e9-776d16ffa2fc", + "mountTargetId": "b7ad372d-7bce-458d-8eae-e478bde4240b", + "fileSystemId": "b7ad372d-7bce-458d-8eae-e478bde4240b", "ipAddress": "10.0.0.4" } ], @@ -1686,10 +1686,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T13:42:04.0404388Z", + "createdAt": "2022-10-23T13:03:33.8836666Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T13:42:04.0404388Z" + "lastModifiedAt": "2022-10-23T13:03:33.8836666Z" } } }, @@ -1715,35 +1715,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c61ed58f-d83a-482d-8ba3-b97f52605608?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66b23112-3afb-45bd-8fc3-2e63338f55c0?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "2480", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:46:38 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T13%3A46%3A38.6682227Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 13:08:07 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T13%3A08%3A08.5661966Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c61ed58f-d83a-482d-8ba3-b97f52605608?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66b23112-3afb-45bd-8fc3-2e63338f55c0?api-version=2022-05-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": "b72ede17-181e-4b71-99ed-df0ecefaf4ae", + "x-ms-correlation-request-id": "486fc522-73d8-41c7-868a-7050a35778a3", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134638Z:b72ede17-181e-4b71-99ed-df0ecefaf4ae", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130808Z:486fc522-73d8-41c7-868a-7050a35778a3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a12623c1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T13%3A46%3A38.6682227Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A08%3A08.5661966Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:42:02.9313565Z" + "CreatedOnDate": "2022-10-23T13:03:32.7710976Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "e925c549-9cac-c12f-e4e9-776d16ffa2fc", + "fileSystemId": "b7ad372d-7bce-458d-8eae-e478bde4240b", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-a12623c1", "usageThreshold": 107374182400, @@ -1771,7 +1771,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_15c42a85", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f0451b80", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1786,8 +1786,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e925c549-9cac-c12f-e4e9-776d16ffa2fc", - "fileSystemId": "e925c549-9cac-c12f-e4e9-776d16ffa2fc", + "mountTargetId": "b7ad372d-7bce-458d-8eae-e478bde4240b", + "fileSystemId": "b7ad372d-7bce-458d-8eae-e478bde4240b", "ipAddress": "10.0.0.4" } ], @@ -1806,15 +1806,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T13:42:04.0404388Z", + "createdAt": "2022-10-23T13:03:33.8836666Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T13:42:04.0404388Z" + "lastModifiedAt": "2022-10-23T13:03:33.8836666Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c61ed58f-d83a-482d-8ba3-b97f52605608?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66b23112-3afb-45bd-8fc3-2e63338f55c0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1828,7 +1828,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:46:38 GMT", + "Date": "Sun, 23 Oct 2022 13:08:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1836,16 +1836,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad7c87f4-b8fd-48d6-8d26-559eeea01fb5", + "x-ms-correlation-request-id": "de29c3a8-cced-47b8-b55f-33b30c33b483", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134639Z:ad7c87f4-b8fd-48d6-8d26-559eeea01fb5", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130808Z:de29c3a8-cced-47b8-b55f-33b30c33b483", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c61ed58f-d83a-482d-8ba3-b97f52605608", - "name": "c61ed58f-d83a-482d-8ba3-b97f52605608", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66b23112-3afb-45bd-8fc3-2e63338f55c0", + "name": "66b23112-3afb-45bd-8fc3-2e63338f55c0", "status": "Patching", - "startTime": "2022-10-21T13:46:38.673137Z", + "startTime": "2022-10-23T13:08:08.5646714Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1854,7 +1854,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c61ed58f-d83a-482d-8ba3-b97f52605608?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66b23112-3afb-45bd-8fc3-2e63338f55c0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1868,7 +1868,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:47:09 GMT", + "Date": "Sun, 23 Oct 2022 13:08:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1876,17 +1876,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df7ad94e-7aa4-4941-a8dd-d6f2f9894265", + "x-ms-correlation-request-id": "8763e130-ccab-4663-b365-653b0bafb56a", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134709Z:df7ad94e-7aa4-4941-a8dd-d6f2f9894265", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130839Z:8763e130-ccab-4663-b365-653b0bafb56a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c61ed58f-d83a-482d-8ba3-b97f52605608", - "name": "c61ed58f-d83a-482d-8ba3-b97f52605608", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66b23112-3afb-45bd-8fc3-2e63338f55c0", + "name": "66b23112-3afb-45bd-8fc3-2e63338f55c0", "status": "Succeeded", - "startTime": "2022-10-21T13:46:38.673137Z", - "endTime": "2022-10-21T13:46:43.0781008Z", + "startTime": "2022-10-23T13:08:08.5646714Z", + "endTime": "2022-10-23T13:08:11.9088007Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" @@ -1894,7 +1894,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c61ed58f-d83a-482d-8ba3-b97f52605608?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66b23112-3afb-45bd-8fc3-2e63338f55c0?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1908,7 +1908,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:47:10 GMT", + "Date": "Sun, 23 Oct 2022 13:08:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1916,22 +1916,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3db7660d-d973-4931-9552-3c397f4cc33d", + "x-ms-correlation-request-id": "3d6ba5d5-031a-4a44-851f-7cfc343815e9", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134710Z:3db7660d-d973-4931-9552-3c397f4cc33d", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130839Z:3d6ba5d5-031a-4a44-851f-7cfc343815e9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a12623c1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T13%3A46%3A43.077699Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A08%3A11.9072926Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:46:38.3423261Z" + "CreatedOnDate": "2022-10-23T13:08:08.2173772Z" }, "properties": { - "fileSystemId": "e925c549-9cac-c12f-e4e9-776d16ffa2fc", + "fileSystemId": "b7ad372d-7bce-458d-8eae-e478bde4240b", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-a12623c1", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -1962,19 +1962,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_15c42a85", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f0451b80", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", - "poolId": "0a758c1c-6e73-cbd6-2543-0a1cea84e616", + "poolId": "724fd011-0c69-ced3-29d3-be8742577320", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "e925c549-9cac-c12f-e4e9-776d16ffa2fc", - "fileSystemId": "e925c549-9cac-c12f-e4e9-776d16ffa2fc", + "mountTargetId": "b7ad372d-7bce-458d-8eae-e478bde4240b", + "fileSystemId": "b7ad372d-7bce-458d-8eae-e478bde4240b", "startIp": "", "endIp": "", "gateway": "", @@ -2006,10 +2006,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T13:42:04.0404388Z", + "createdAt": "2022-10-23T13:03:33.8836666Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T13:46:38.5066998Z" + "lastModifiedAt": "2022-10-23T13:08:08.3957529Z" } } }, @@ -2026,25 +2026,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 13:47:11 GMT", + "Date": "Sun, 23 Oct 2022 13:08:39 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520?api-version=2022-05-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": "67e7b9c6-f5cd-4ff5-a860-aeb7ae90d2ab", + "x-ms-correlation-request-id": "def4df53-0672-4bef-9d47-6902641ee8d5", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134711Z:67e7b9c6-f5cd-4ff5-a860-aeb7ae90d2ab", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130840Z:def4df53-0672-4bef-9d47-6902641ee8d5", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2058,7 +2058,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:47:11 GMT", + "Date": "Sun, 23 Oct 2022 13:08:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2066,16 +2066,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ec051ef-a6ad-4fc6-8c2f-ffd19cea5a23", + "x-ms-correlation-request-id": "5cfecf00-7499-4cb5-a507-0248e2e19514", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134711Z:2ec051ef-a6ad-4fc6-8c2f-ffd19cea5a23", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130840Z:5cfecf00-7499-4cb5-a507-0248e2e19514", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad", - "name": "94d4df9c-0062-42ff-9aa4-75f7213f14ad", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520", + "name": "678b19e7-66e6-467d-bff6-eef73c952520", "status": "Deleting", - "startTime": "2022-10-21T13:47:11.0844438Z", + "startTime": "2022-10-23T13:08:40.1261136Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2084,7 +2084,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2098,7 +2098,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:47:41 GMT", + "Date": "Sun, 23 Oct 2022 13:09:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2106,16 +2106,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "95b41201-b970-495c-b5aa-4609f42232f3", + "x-ms-correlation-request-id": "aec353ff-7a8b-4a60-9972-5c32d2ee7a47", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134741Z:95b41201-b970-495c-b5aa-4609f42232f3", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130910Z:aec353ff-7a8b-4a60-9972-5c32d2ee7a47", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad", - "name": "94d4df9c-0062-42ff-9aa4-75f7213f14ad", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520", + "name": "678b19e7-66e6-467d-bff6-eef73c952520", "status": "Deleting", - "startTime": "2022-10-21T13:47:11.0844438Z", + "startTime": "2022-10-23T13:08:40.1261136Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2124,7 +2124,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2138,7 +2138,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:48:11 GMT", + "Date": "Sun, 23 Oct 2022 13:09:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2146,16 +2146,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c81ffca-8ebb-46b7-b478-2ea528d7e539", + "x-ms-correlation-request-id": "eedd9c70-d18c-4216-b9d1-c199a64c4f7b", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134811Z:6c81ffca-8ebb-46b7-b478-2ea528d7e539", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130941Z:eedd9c70-d18c-4216-b9d1-c199a64c4f7b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad", - "name": "94d4df9c-0062-42ff-9aa4-75f7213f14ad", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520", + "name": "678b19e7-66e6-467d-bff6-eef73c952520", "status": "Deleting", - "startTime": "2022-10-21T13:47:11.0844438Z", + "startTime": "2022-10-23T13:08:40.1261136Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2164,7 +2164,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2178,7 +2178,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:48:41 GMT", + "Date": "Sun, 23 Oct 2022 13:10:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2186,16 +2186,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a89ed72-37ee-45cd-a51b-bf37b81266b2", + "x-ms-correlation-request-id": "76e7c969-c873-4840-85ec-0d2bbf87568f", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134842Z:2a89ed72-37ee-45cd-a51b-bf37b81266b2", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T131011Z:76e7c969-c873-4840-85ec-0d2bbf87568f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad", - "name": "94d4df9c-0062-42ff-9aa4-75f7213f14ad", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520", + "name": "678b19e7-66e6-467d-bff6-eef73c952520", "status": "Deleting", - "startTime": "2022-10-21T13:47:11.0844438Z", + "startTime": "2022-10-23T13:08:40.1261136Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2204,7 +2204,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2218,7 +2218,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:49:11 GMT", + "Date": "Sun, 23 Oct 2022 13:10:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2226,97 +2226,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c9a9db7-8b8a-451f-8359-51dc3dc12790", + "x-ms-correlation-request-id": "593d0054-f6d7-4f07-b311-1affd9bbb6a8", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134912Z:8c9a9db7-8b8a-451f-8359-51dc3dc12790", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T131042Z:593d0054-f6d7-4f07-b311-1affd9bbb6a8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad", - "name": "94d4df9c-0062-42ff-9aa4-75f7213f14ad", - "status": "Deleting", - "startTime": "2022-10-21T13:47:11.0844438Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:49: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": "434a013b-6a2d-4bac-bb6d-3a337fa786d1", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T134942Z:434a013b-6a2d-4bac-bb6d-3a337fa786d1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad", - "name": "94d4df9c-0062-42ff-9aa4-75f7213f14ad", - "status": "Deleting", - "startTime": "2022-10-21T13:47:11.0844438Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:50: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": "36931f64-4c28-4f05-8336-a00b89af4a2a", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135013Z:36931f64-4c28-4f05-8336-a00b89af4a2a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad", - "name": "94d4df9c-0062-42ff-9aa4-75f7213f14ad", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520", + "name": "678b19e7-66e6-467d-bff6-eef73c952520", "status": "Succeeded", - "startTime": "2022-10-21T13:47:11.0844438Z", - "endTime": "2022-10-21T13:49:46.2472775Z", + "startTime": "2022-10-23T13:08:40.1261136Z", + "endTime": "2022-10-23T13:10:39.2534851Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" @@ -2324,7 +2244,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94d4df9c-0062-42ff-9aa4-75f7213f14ad?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2338,7 +2258,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:50:12 GMT", + "Date": "Sun, 23 Oct 2022 13:10:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2346,22 +2266,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31ea42f3-89a4-4411-a59f-d05319596c98", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135013Z:31ea42f3-89a4-4411-a59f-d05319596c98", + "x-ms-correlation-request-id": "99f3e4e7-09ad-4828-83dd-7577e533b48e", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T131042Z:99f3e4e7-09ad-4828-83dd-7577e533b48e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a12623c1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T13%3A49%3A28.9167835Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A10%3A30.0575745Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:46:38.3423261Z" + "CreatedOnDate": "2022-10-23T13:08:08.2173772Z" }, "properties": { - "fileSystemId": "e925c549-9cac-c12f-e4e9-776d16ffa2fc", + "fileSystemId": "b7ad372d-7bce-458d-8eae-e478bde4240b", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-a12623c1", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2392,19 +2312,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_15c42a85", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f0451b80", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", - "poolId": "0a758c1c-6e73-cbd6-2543-0a1cea84e616", + "poolId": "724fd011-0c69-ced3-29d3-be8742577320", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "e925c549-9cac-c12f-e4e9-776d16ffa2fc", - "fileSystemId": "e925c549-9cac-c12f-e4e9-776d16ffa2fc", + "mountTargetId": "b7ad372d-7bce-458d-8eae-e478bde4240b", + "fileSystemId": "b7ad372d-7bce-458d-8eae-e478bde4240b", "startIp": "", "endIp": "", "gateway": "", @@ -2436,10 +2356,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T13:42:04.0404388Z", + "createdAt": "2022-10-23T13:03:33.8836666Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T13:46:38.5066998Z" + "lastModifiedAt": "2022-10-23T13:08:08.3957529Z" } } }, @@ -2458,14 +2378,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:53:35 GMT", + "Date": "Sun, 23 Oct 2022 13:14:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ffd93ec5-75fe-4561-bf96-2462716c3bc0", + "x-ms-correlation-request-id": "dd20a9df-33d7-400e-a6c5-50c6a41fb1b5", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135335Z:ffd93ec5-75fe-4561-bf96-2462716c3bc0" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T131404Z:dd20a9df-33d7-400e-a6c5-50c6a41fb1b5" }, "ResponseBody": { "error": { @@ -2487,25 +2407,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1fa2f48-3a64-478f-adf7-4efbef7ad0c8?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb2147e4-2f12-4e6f-bd8a-ad8c1d56e28f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 13:53:48 GMT", + "Date": "Sun, 23 Oct 2022 13:14:17 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1fa2f48-3a64-478f-adf7-4efbef7ad0c8?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb2147e4-2f12-4e6f-bd8a-ad8c1d56e28f?api-version=2022-05-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": "5537f5d4-f244-4971-bf6b-ad0afc8ea233", + "x-ms-correlation-request-id": "78f4bbb0-d5f3-4fe8-9a52-d4dfb3b0e470", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135348Z:5537f5d4-f244-4971-bf6b-ad0afc8ea233", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T131418Z:78f4bbb0-d5f3-4fe8-9a52-d4dfb3b0e470", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1fa2f48-3a64-478f-adf7-4efbef7ad0c8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb2147e4-2f12-4e6f-bd8a-ad8c1d56e28f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2519,7 +2439,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:53:48 GMT", + "Date": "Sun, 23 Oct 2022 13:14:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2527,16 +2447,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7b7b031b-7ce4-43a5-ab23-dda1eadc94f6", + "x-ms-correlation-request-id": "7ea08de7-04ea-44bd-a397-657d8e0a52af", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135349Z:7b7b031b-7ce4-43a5-ab23-dda1eadc94f6", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T131418Z:7ea08de7-04ea-44bd-a397-657d8e0a52af", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1fa2f48-3a64-478f-adf7-4efbef7ad0c8", - "name": "f1fa2f48-3a64-478f-adf7-4efbef7ad0c8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb2147e4-2f12-4e6f-bd8a-ad8c1d56e28f", + "name": "bb2147e4-2f12-4e6f-bd8a-ad8c1d56e28f", "status": "Deleting", - "startTime": "2022-10-21T13:53:48.6556485Z", + "startTime": "2022-10-23T13:14:17.9156653Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2545,7 +2465,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1fa2f48-3a64-478f-adf7-4efbef7ad0c8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb2147e4-2f12-4e6f-bd8a-ad8c1d56e28f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2559,7 +2479,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:54:18 GMT", + "Date": "Sun, 23 Oct 2022 13:14:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2567,17 +2487,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "319ee445-4b97-487e-847d-afb6c5939a00", + "x-ms-correlation-request-id": "1dd9e118-af84-4632-a1ea-bc09b24359d0", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135419Z:319ee445-4b97-487e-847d-afb6c5939a00", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T131448Z:1dd9e118-af84-4632-a1ea-bc09b24359d0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1fa2f48-3a64-478f-adf7-4efbef7ad0c8", - "name": "f1fa2f48-3a64-478f-adf7-4efbef7ad0c8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb2147e4-2f12-4e6f-bd8a-ad8c1d56e28f", + "name": "bb2147e4-2f12-4e6f-bd8a-ad8c1d56e28f", "status": "Succeeded", - "startTime": "2022-10-21T13:53:48.6556485Z", - "endTime": "2022-10-21T13:53:49.7181467Z", + "startTime": "2022-10-23T13:14:17.9156653Z", + "endTime": "2022-10-23T13:14:19.2793045Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1" @@ -2585,7 +2505,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1fa2f48-3a64-478f-adf7-4efbef7ad0c8?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb2147e4-2f12-4e6f-bd8a-ad8c1d56e28f?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2599,7 +2519,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:54:18 GMT", + "Date": "Sun, 23 Oct 2022 13:14:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2607,22 +2527,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7054369f-34be-41a4-a458-168ab07c9d88", + "x-ms-correlation-request-id": "f7aa55fb-3478-413b-a369-85165a23b4bb", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135419Z:7054369f-34be-41a4-a458-168ab07c9d88", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T131448Z:f7aa55fb-3478-413b-a369-85165a23b4bb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T13%3A53%3A48.6521302Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A14%3A17.9080186Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:41:49.1447726Z" + "CreatedOnDate": "2022-10-23T13:03:19.2969765Z" }, "properties": { - "poolId": "0a758c1c-6e73-cbd6-2543-0a1cea84e616", + "poolId": "724fd011-0c69-ced3-29d3-be8742577320", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1", @@ -2636,10 +2556,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T13:41:50.2790765Z", + "createdAt": "2022-10-23T13:03:20.5621995Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T13:41:50.2790765Z" + "lastModifiedAt": "2022-10-23T13:03:20.5621995Z" } } }, @@ -2657,14 +2577,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 13:54:29 GMT", + "Date": "Sun, 23 Oct 2022 13:14:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6922778f-83c7-46bf-8eda-44ae2ce2ded6", + "x-ms-correlation-request-id": "75e9ad19-83f4-4ae7-ad23-74704062b005", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135429Z:6922778f-83c7-46bf-8eda-44ae2ce2ded6" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T131459Z:75e9ad19-83f4-4ae7-ad23-74704062b005" }, "ResponseBody": null }, @@ -2682,14 +2602,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 13:54:39 GMT", + "Date": "Sun, 23 Oct 2022 13:15:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1cfffd2-8956-4559-aa6b-b2ef343b7a1d", + "x-ms-correlation-request-id": "1b1d95bc-9046-4f54-9016-0b25bd95e49e", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135440Z:a1cfffd2-8956-4559-aa6b-b2ef343b7a1d" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T131509Z:1b1d95bc-9046-4f54-9016-0b25bd95e49e" }, "ResponseBody": null }, @@ -2707,14 +2627,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 13:54:50 GMT", + "Date": "Sun, 23 Oct 2022 13:15:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b47f99e-b8ae-4ab9-be1e-61d96f49aa87", + "x-ms-correlation-request-id": "31dbca0f-f07f-41c3-bf22-e3ace19fb4c7", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135450Z:2b47f99e-b8ae-4ab9-be1e-61d96f49aa87" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T131519Z:31dbca0f-f07f-41c3-bf22-e3ace19fb4c7" }, "ResponseBody": null }, @@ -2732,14 +2652,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 13:55:00 GMT", + "Date": "Sun, 23 Oct 2022 13:15:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c0fbd154-561a-4003-8712-46b62f2ad398", + "x-ms-correlation-request-id": "0d596485-d472-48ac-89c8-2526c920eaed", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135500Z:c0fbd154-561a-4003-8712-46b62f2ad398" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T131529Z:0d596485-d472-48ac-89c8-2526c920eaed" }, "ResponseBody": null }, @@ -2758,14 +2678,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:55:10 GMT", + "Date": "Sun, 23 Oct 2022 13: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": "7022b64e-c422-47a4-a2ac-c3ad1063db26", + "x-ms-correlation-request-id": "2c0e4303-80ea-4bd7-bf86-75a3c855fcf9", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135510Z:7022b64e-c422-47a4-a2ac-c3ad1063db26" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T131540Z:2c0e4303-80ea-4bd7-bf86-75a3c855fcf9" }, "ResponseBody": { "error": { @@ -2787,25 +2707,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7656d57d-c081-4b9b-8704-79dfd475dd6d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4ef7f333-2def-4064-8917-3963ee0a84fe?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 13:55:11 GMT", + "Date": "Sun, 23 Oct 2022 13:15:40 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7656d57d-c081-4b9b-8704-79dfd475dd6d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4ef7f333-2def-4064-8917-3963ee0a84fe?api-version=2022-05-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": "5d945840-cff5-4f2d-8689-d216eccc7ddc", + "x-ms-correlation-request-id": "d8394dad-b4f6-4b24-91da-ee435bc53a3a", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135512Z:5d945840-cff5-4f2d-8689-d216eccc7ddc", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T131541Z:d8394dad-b4f6-4b24-91da-ee435bc53a3a", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7656d57d-c081-4b9b-8704-79dfd475dd6d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4ef7f333-2def-4064-8917-3963ee0a84fe?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2819,7 +2739,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:55:12 GMT", + "Date": "Sun, 23 Oct 2022 13:15:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2827,17 +2747,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aa8ff615-1a93-415d-9ce6-3ef15b443e9e", + "x-ms-correlation-request-id": "8b0feee3-5022-473c-9615-c0d13b181763", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135512Z:aa8ff615-1a93-415d-9ce6-3ef15b443e9e", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T131542Z:8b0feee3-5022-473c-9615-c0d13b181763", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7656d57d-c081-4b9b-8704-79dfd475dd6d", - "name": "7656d57d-c081-4b9b-8704-79dfd475dd6d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4ef7f333-2def-4064-8917-3963ee0a84fe", + "name": "4ef7f333-2def-4064-8917-3963ee0a84fe", "status": "Succeeded", - "startTime": "2022-10-21T13:55:12.2669403Z", - "endTime": "2022-10-21T13:55:12.3294483Z", + "startTime": "2022-10-23T13:15:41.6109345Z", + "endTime": "2022-10-23T13:15:41.6890041Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1" @@ -2845,7 +2765,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7656d57d-c081-4b9b-8704-79dfd475dd6d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4ef7f333-2def-4064-8917-3963ee0a84fe?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2859,7 +2779,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:55:12 GMT", + "Date": "Sun, 23 Oct 2022 13:15:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2867,19 +2787,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5aaf0cb9-6ee7-4b6c-9109-21f39fd920a3", + "x-ms-correlation-request-id": "9e5d2ef9-52c7-4082-bd56-0ac772d9b79e", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135512Z:5aaf0cb9-6ee7-4b6c-9109-21f39fd920a3", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T131542Z:9e5d2ef9-52c7-4082-bd56-0ac772d9b79e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1", "name": "sdk-py-tests-acc-1-a12623c1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T13%3A55%3A12.2702731Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A15%3A41.6043929Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:41:44.9578117Z" + "CreatedOnDate": "2022-10-23T13:03:15.3905701Z" }, "properties": { "encryption": { @@ -2890,10 +2810,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T13:41:46.0891511Z", + "createdAt": "2022-10-23T13:03:16.5133775Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T13:41:46.0891511Z" + "lastModifiedAt": "2022-10-23T13:03:16.5133775Z" } } }, @@ -2912,15 +2832,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:55:12 GMT", + "Date": "Sun, 23 Oct 2022 13:15:41 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": "c3943f99-0bb6-489f-b220-0d0b0fb736e3", + "x-ms-correlation-request-id": "f71ba4f5-ff73-4d64-9443-5a03e00c417a", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135513Z:c3943f99-0bb6-489f-b220-0d0b0fb736e3", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T131542Z:f71ba4f5-ff73-4d64-9443-5a03e00c417a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2944,12 +2864,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/dd6d0428-f75e-43b7-a966-446e56b373e8?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7d13dc00-6729-490a-beb6-682f8bc5ca8c?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 13:55:13 GMT", + "Date": "Sun, 23 Oct 2022 13:15:42 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/dd6d0428-f75e-43b7-a966-446e56b373e8?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/7d13dc00-6729-490a-beb6-682f8bc5ca8c?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2958,10 +2878,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5b9f5002-574d-40f4-ae4d-f0860323a93e", - "x-ms-correlation-request-id": "6eb2380f-6c4c-4e44-9732-d50d9de51507", + "x-ms-arm-service-request-id": "a8a198ec-33b8-432f-b709-fc5d3e0a1ce0", + "x-ms-correlation-request-id": "072fbd33-d284-4c45-a7b4-da83d46b4d9a", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135514Z:6eb2380f-6c4c-4e44-9732-d50d9de51507" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T131543Z:072fbd33-d284-4c45-a7b4-da83d46b4d9a" }, "ResponseBody": null } 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 789077d6b411..6a2fc6ca06d5 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:57:41 GMT", + "Date": "Sun, 23 Oct 2022 13:23:51 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:57:42 GMT", + "Date": "Sun, 23 Oct 2022 13:23:52 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.13845.10 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13845.10 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "21a9bdb5-4e94-4c64-a7a2-7a0372234e22", + "client-request-id": "b6d371fe-06bc-4d15-93b2-cf83fd8a0ba7", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "21a9bdb5-4e94-4c64-a7a2-7a0372234e22", + "client-request-id": "b6d371fe-06bc-4d15-93b2-cf83fd8a0ba7", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:57:42 GMT", + "Date": "Sun, 23 Oct 2022 13:23:52 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/bbc2b9d9-6a4e-4cf9-bd2c-9023826adaa9?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7c1a6947-3965-4957-968b-54e94ee2e6e1?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:57:50 GMT", + "Date": "Sun, 23 Oct 2022 13:23:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6e7bc130-a63d-4e73-bd6e-40c809f04a47", - "x-ms-correlation-request-id": "17228fc8-858e-46d1-863d-47cf5f4a2237", + "x-ms-arm-service-request-id": "310b4f53-b3ea-41bd-8eee-75d63a116c9d", + "x-ms-correlation-request-id": "85839839-8552-4cd8-a9da-873e88b582fb", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135750Z:17228fc8-858e-46d1-863d-47cf5f4a2237" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132400Z:85839839-8552-4cd8-a9da-873e88b582fb" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-7b9e2339", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339", - "etag": "W/\u0022adf01412-8b28-429a-a7a4-e181cb1ca012\u0022", + "etag": "W/\u00229b310756-226f-42ca-809a-72d4dce734d8\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:57:44.8361814Z" + "CreatedOnDate": "2022-10-23T13:23:55.0703317Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "ffc7d7ba-f661-401d-a444-87c170195308", + "resourceGuid": "6d7a5570-1a51-4aaa-920d-105fefc6a67c", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/bbc2b9d9-6a4e-4cf9-bd2c-9023826adaa9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7c1a6947-3965-4957-968b-54e94ee2e6e1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,9 +293,10 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:57:50 GMT", + "Date": "Sun, 23 Oct 2022 13:24:00 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" @@ -304,10 +305,45 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bac0f9d2-5f3d-4a52-8488-e2e279fea23b", - "x-ms-correlation-request-id": "41166698-beb1-43c1-9875-818b28b1d586", + "x-ms-arm-service-request-id": "28501cc8-21ec-49f5-a45f-b75bfb6b38d7", + "x-ms-correlation-request-id": "9f100244-9193-48fe-a202-fd06492608a4", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135750Z:41166698-beb1-43c1-9875-818b28b1d586" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132400Z:9f100244-9193-48fe-a202-fd06492608a4" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7c1a6947-3965-4957-968b-54e94ee2e6e1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 13:24:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "9e418702-9237-49c3-a3fe-c970b1a4d154", + "x-ms-correlation-request-id": "105caff9-ba13-4008-aa60-8d4708edf2e7", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132410Z:105caff9-ba13-4008-aa60-8d4708edf2e7" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +364,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:57:50 GMT", - "ETag": "W/\u002206053ba9-0d82-489e-a5e9-70bb217312c4\u0022", + "Date": "Sun, 23 Oct 2022 13:24:11 GMT", + "ETag": "W/\u0022b60dc38e-117a-43f7-9192-82747bdf3a13\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +376,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3ea3c25c-b7ab-4651-89df-be8eedb5e6eb", - "x-ms-correlation-request-id": "2c409385-ec6e-4179-bb00-e6c66d1e4b70", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135751Z:2c409385-ec6e-4179-bb00-e6c66d1e4b70" + "x-ms-arm-service-request-id": "cfe2cddc-2a09-4ed8-9d5b-1df09765b1d2", + "x-ms-correlation-request-id": "40054d9c-d7ec-4c12-9e7d-d96b053ffa05", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132412Z:40054d9c-d7ec-4c12-9e7d-d96b053ffa05" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-7b9e2339", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339", - "etag": "W/\u002206053ba9-0d82-489e-a5e9-70bb217312c4\u0022", + "etag": "W/\u0022b60dc38e-117a-43f7-9192-82747bdf3a13\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:57:44.8361814Z" + "CreatedOnDate": "2022-10-23T13:23:55.0703317Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "ffc7d7ba-f661-401d-a444-87c170195308", + "resourceGuid": "6d7a5570-1a51-4aaa-920d-105fefc6a67c", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +431,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b30b6fb9-9ec4-4b04-8a42-516ccc8b2617?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/008f9ae0-71f4-4c65-8125-94867aec1d89?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:57:51 GMT", + "Date": "Sun, 23 Oct 2022 13:24:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +445,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "894e802b-eb2c-406c-bc58-2661b0226205", - "x-ms-correlation-request-id": "f7f79385-964b-4866-b671-cbf6ebbb021e", + "x-ms-arm-service-request-id": "5bb128cc-2114-4066-8a8a-faa5e87965ad", + "x-ms-correlation-request-id": "49656c0f-4b18-4313-8b27-2af30f38e01a", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135751Z:f7f79385-964b-4866-b671-cbf6ebbb021e" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132412Z:49656c0f-4b18-4313-8b27-2af30f38e01a" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", - "etag": "W/\u0022f281ab43-7367-4fa6-9bdf-e54e05b34ef1\u0022", + "etag": "W/\u0022622689c9-9d9c-4dbd-821e-7b5948495689\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +461,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022f281ab43-7367-4fa6-9bdf-e54e05b34ef1\u0022", + "etag": "W/\u0022622689c9-9d9c-4dbd-821e-7b5948495689\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +481,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b30b6fb9-9ec4-4b04-8a42-516ccc8b2617?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/008f9ae0-71f4-4c65-8125-94867aec1d89?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +495,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:57:51 GMT", + "Date": "Sun, 23 Oct 2022 13:24:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +506,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "db15e31d-2bc6-4381-a5b3-690dff5ff701", - "x-ms-correlation-request-id": "c3bb5c10-64a6-43b0-80ab-5721cea6f7d4", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135752Z:c3bb5c10-64a6-43b0-80ab-5721cea6f7d4" + "x-ms-arm-service-request-id": "984b44ab-587d-427b-8aa9-a6001fd8c0a7", + "x-ms-correlation-request-id": "17d4d1b0-2cf0-4759-8c09-759a0c02c518", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132412Z:17d4d1b0-2cf0-4759-8c09-759a0c02c518" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +530,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:57:51 GMT", - "ETag": "W/\u002280823902-c48f-4002-a575-279f8e971a2c\u0022", + "Date": "Sun, 23 Oct 2022 13:24:12 GMT", + "ETag": "W/\u00226cd7e2e2-ca53-49fc-af3e-9e39952261a0\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +542,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "77286a29-5052-4486-9e87-c082b40d3f65", - "x-ms-correlation-request-id": "bee92508-e034-4151-a12a-cfeafd4059ca", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135752Z:bee92508-e034-4151-a12a-cfeafd4059ca" + "x-ms-arm-service-request-id": "92eb4f4b-3d0b-405e-ae01-db651d33e52e", + "x-ms-correlation-request-id": "fbdff367-03d2-41ef-a295-7bef026db5be", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132413Z:fbdff367-03d2-41ef-a295-7bef026db5be" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", - "etag": "W/\u002280823902-c48f-4002-a575-279f8e971a2c\u0022", + "etag": "W/\u00226cd7e2e2-ca53-49fc-af3e-9e39952261a0\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +558,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002280823902-c48f-4002-a575-279f8e971a2c\u0022", + "etag": "W/\u00226cd7e2e2-ca53-49fc-af3e-9e39952261a0\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -558,12 +594,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:57:52 GMT", + "Date": "Sun, 23 Oct 2022 13:24:13 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -652,12 +688,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:57:52 GMT", + "Date": "Sun, 23 Oct 2022 13:24:13 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.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -713,7 +749,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "31260ee8-8005-43c8-be2e-da010c6faa24", + "client-request-id": "1484c755-99ca-46bb-994c-3a6e84de1e54", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -731,10 +767,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "31260ee8-8005-43c8-be2e-da010c6faa24", + "client-request-id": "1484c755-99ca-46bb-994c-3a6e84de1e54", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:57:52 GMT", + "Date": "Sun, 23 Oct 2022 13:24:13 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -742,7 +778,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -769,30 +805,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a0f38499-91fa-467a-b2f2-0d6dfbea1864?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534ec577-8cb6-4cb1-b7b3-6976b795fb1f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:57:56 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T13%3A57%3A55.9317233Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 13:24:17 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T13%3A24%3A16.8280981Z\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": "fc3f951a-954f-4d22-958d-6bf9fcb19cd5", + "x-ms-correlation-request-id": "87eb7c04-e951-4700-bff9-d0bb741b84ea", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135757Z:fc3f951a-954f-4d22-958d-6bf9fcb19cd5", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132417Z:87eb7c04-e951-4700-bff9-d0bb741b84ea", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339", "name": "sdk-py-tests-acc-1-7b9e2339", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T13%3A57%3A55.9317233Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A24%3A16.8280981Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:57:54.0372986Z" + "CreatedOnDate": "2022-10-23T13:24:14.7629962Z" }, "properties": { "provisioningState": "Creating" @@ -800,15 +836,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T13:57:55.0102701Z", + "createdAt": "2022-10-23T13:24:15.8861912Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T13:57:55.0102701Z" + "lastModifiedAt": "2022-10-23T13:24:15.8861912Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a0f38499-91fa-467a-b2f2-0d6dfbea1864?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534ec577-8cb6-4cb1-b7b3-6976b795fb1f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -822,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:57:56 GMT", + "Date": "Sun, 23 Oct 2022 13:24:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -830,17 +866,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e82a2267-66e9-4b12-ae38-5cce2fb14323", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135757Z:e82a2267-66e9-4b12-ae38-5cce2fb14323", + "x-ms-correlation-request-id": "c9833c39-aecc-44bd-82db-beb3f3e71461", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132418Z:c9833c39-aecc-44bd-82db-beb3f3e71461", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a0f38499-91fa-467a-b2f2-0d6dfbea1864", - "name": "a0f38499-91fa-467a-b2f2-0d6dfbea1864", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534ec577-8cb6-4cb1-b7b3-6976b795fb1f", + "name": "534ec577-8cb6-4cb1-b7b3-6976b795fb1f", "status": "Succeeded", - "startTime": "2022-10-21T13:57:55.9392594Z", - "endTime": "2022-10-21T13:57:56.0018407Z", + "startTime": "2022-10-23T13:24:16.8240448Z", + "endTime": "2022-10-23T13:24:16.9334562Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339" @@ -862,8 +898,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:57:57 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T13%3A57%3A56.0084742Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 13:24:18 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T13%3A24%3A16.9098802Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,19 +907,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c1a8dfb-5b58-4107-aa76-9bf4d006fbea", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135758Z:4c1a8dfb-5b58-4107-aa76-9bf4d006fbea", + "x-ms-correlation-request-id": "cd310517-a460-4727-a5c7-56b70d3822a0", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132418Z:cd310517-a460-4727-a5c7-56b70d3822a0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339", "name": "sdk-py-tests-acc-1-7b9e2339", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T13%3A57%3A56.0084742Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A24%3A16.9098802Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:57:54.0372986Z" + "CreatedOnDate": "2022-10-23T13:24:14.7629962Z" }, "properties": { "activeDirectories": [ @@ -912,10 +948,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T13:57:55.0102701Z", + "createdAt": "2022-10-23T13:24:15.8861912Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T13:57:55.0102701Z" + "lastModifiedAt": "2022-10-23T13:24:15.8861912Z" } } }, @@ -941,30 +977,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bdd086d-5504-4967-be04-5757b9ed5f29?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2530826b-8cf4-4f64-9736-fd32a3a0919f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:57:59 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T13%3A57%3A59.6646411Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 13:24:21 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T13%3A24%3A19.9612767Z\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": "cdd55035-1aad-494f-9a99-3bec05cf6a30", + "x-ms-correlation-request-id": "d8484975-20cd-41d2-8172-a786b2542651", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135800Z:cdd55035-1aad-494f-9a99-3bec05cf6a30", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132421Z:d8484975-20cd-41d2-8172-a786b2542651", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T13%3A57%3A59.6646411Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A24%3A19.9612767Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:57:58.3021966Z" + "CreatedOnDate": "2022-10-23T13:24:18.7674198Z" }, "properties": { "serviceLevel": "Premium", @@ -978,55 +1014,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T13:57:59.4204237Z", + "createdAt": "2022-10-23T13:24:19.7315889Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T13:57:59.4204237Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bdd086d-5504-4967-be04-5757b9ed5f29?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:58: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": "f2ced5d8-0ce4-4aff-b601-034d000d2acb", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135800Z:f2ced5d8-0ce4-4aff-b601-034d000d2acb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bdd086d-5504-4967-be04-5757b9ed5f29", - "name": "4bdd086d-5504-4967-be04-5757b9ed5f29", - "status": "Creating", - "startTime": "2022-10-21T13:57:59.6803389Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1" + "lastModifiedAt": "2022-10-23T13:24:19.7315889Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bdd086d-5504-4967-be04-5757b9ed5f29?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2530826b-8cf4-4f64-9736-fd32a3a0919f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1040,7 +1036,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:58:30 GMT", + "Date": "Sun, 23 Oct 2022 13:24:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1048,17 +1044,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fbbcb353-5c1f-4464-9247-f8b0f7dcfb83", + "x-ms-correlation-request-id": "274b688d-d20c-42e7-a5ba-df933e8b55f5", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135831Z:fbbcb353-5c1f-4464-9247-f8b0f7dcfb83", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132421Z:274b688d-d20c-42e7-a5ba-df933e8b55f5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bdd086d-5504-4967-be04-5757b9ed5f29", - "name": "4bdd086d-5504-4967-be04-5757b9ed5f29", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2530826b-8cf4-4f64-9736-fd32a3a0919f", + "name": "2530826b-8cf4-4f64-9736-fd32a3a0919f", "status": "Succeeded", - "startTime": "2022-10-21T13:57:59.6803389Z", - "endTime": "2022-10-21T13:58:00.751782Z", + "startTime": "2022-10-23T13:24:19.9561242Z", + "endTime": "2022-10-23T13:24:21.0498816Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1" @@ -1080,8 +1076,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:58:31 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T13%3A58%3A00.7447612Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 13:24:21 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T13%3A24%3A21.0415263Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1089,22 +1085,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b051a8e-51e9-4e6c-a423-a112fca699b5", + "x-ms-correlation-request-id": "b5227c1e-52ca-4baa-a5c1-28376ca089ee", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135831Z:4b051a8e-51e9-4e6c-a423-a112fca699b5", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132421Z:b5227c1e-52ca-4baa-a5c1-28376ca089ee", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T13%3A58%3A00.7447612Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A24%3A21.0415263Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:57:58.3021966Z" + "CreatedOnDate": "2022-10-23T13:24:18.7674198Z" }, "properties": { - "poolId": "547949c6-000e-0523-c166-e686779e658a", + "poolId": "f94ff19b-282e-2b7b-4712-12c225a6bcc0", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1117,10 +1113,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T13:57:59.4204237Z", + "createdAt": "2022-10-23T13:24:19.7315889Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T13:57:59.4204237Z" + "lastModifiedAt": "2022-10-23T13:24:19.7315889Z" } } }, @@ -1163,30 +1159,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:58:44 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T13%3A58%3A43.8639567Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 13:24:33 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T13%3A24%3A33.6673037Z\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": "cf6bc6c5-d94b-4c19-8d58-19113839d1da", + "x-ms-correlation-request-id": "23c4be55-ccb6-4db9-b69f-ac3e5670906e", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135844Z:cf6bc6c5-d94b-4c19-8d58-19113839d1da", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132434Z:23c4be55-ccb6-4db9-b69f-ac3e5670906e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9e2339", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T13%3A58%3A43.8639567Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A24%3A33.6673037Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:58:41.7948533Z" + "CreatedOnDate": "2022-10-23T13:24:32.2614918Z" }, "properties": { "serviceLevel": "Premium", @@ -1216,15 +1212,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T13:58:42.8064619Z", + "createdAt": "2022-10-23T13:24:33.3797623Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T13:58:42.8064619Z" + "lastModifiedAt": "2022-10-23T13:24:33.3797623Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1238,7 +1234,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:58:44 GMT", + "Date": "Sun, 23 Oct 2022 13:24:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1246,16 +1242,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1c7bf2d-3835-42be-bb97-6bfb3d1633a3", + "x-ms-correlation-request-id": "a893e30c-72c9-4e6d-8d48-f58a5dec4383", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135845Z:c1c7bf2d-3835-42be-bb97-6bfb3d1633a3", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132434Z:a893e30c-72c9-4e6d-8d48-f58a5dec4383", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e", - "name": "7057c509-1999-4934-b1b5-23cdf60d550e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49", + "name": "a330b428-8b55-4abc-8ce5-3ad8620f6d49", "status": "Creating", - "startTime": "2022-10-21T13:58:43.8735539Z", + "startTime": "2022-10-23T13:24:33.6642058Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1264,7 +1260,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1278,7 +1274,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:59:14 GMT", + "Date": "Sun, 23 Oct 2022 13:25:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1286,16 +1282,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f884430-1e58-4b51-a6fc-f845ff09e403", + "x-ms-correlation-request-id": "b79861fd-eda4-43ee-bdf5-322cf44fd9e4", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135915Z:8f884430-1e58-4b51-a6fc-f845ff09e403", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132505Z:b79861fd-eda4-43ee-bdf5-322cf44fd9e4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e", - "name": "7057c509-1999-4934-b1b5-23cdf60d550e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49", + "name": "a330b428-8b55-4abc-8ce5-3ad8620f6d49", "status": "Creating", - "startTime": "2022-10-21T13:58:43.8735539Z", + "startTime": "2022-10-23T13:24:33.6642058Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1304,7 +1300,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1318,7 +1314,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 13:59:45 GMT", + "Date": "Sun, 23 Oct 2022 13:25:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1326,16 +1322,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d90c7634-73e0-439a-8f06-aaa8c73504d9", + "x-ms-correlation-request-id": "4ebf2aea-fb16-4759-8ec9-25711d69824a", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T135945Z:d90c7634-73e0-439a-8f06-aaa8c73504d9", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132535Z:4ebf2aea-fb16-4759-8ec9-25711d69824a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e", - "name": "7057c509-1999-4934-b1b5-23cdf60d550e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49", + "name": "a330b428-8b55-4abc-8ce5-3ad8620f6d49", "status": "Creating", - "startTime": "2022-10-21T13:58:43.8735539Z", + "startTime": "2022-10-23T13:24:33.6642058Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1344,7 +1340,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1358,7 +1354,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:00:15 GMT", + "Date": "Sun, 23 Oct 2022 13:26:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1366,16 +1362,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a5486328-3225-4de6-ba92-ea5ccd925304", + "x-ms-correlation-request-id": "3fe37c25-3511-4ea5-af16-743fa151a781", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140015Z:a5486328-3225-4de6-ba92-ea5ccd925304", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132605Z:3fe37c25-3511-4ea5-af16-743fa151a781", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e", - "name": "7057c509-1999-4934-b1b5-23cdf60d550e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49", + "name": "a330b428-8b55-4abc-8ce5-3ad8620f6d49", "status": "Creating", - "startTime": "2022-10-21T13:58:43.8735539Z", + "startTime": "2022-10-23T13:24:33.6642058Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1384,7 +1380,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1398,7 +1394,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:00:45 GMT", + "Date": "Sun, 23 Oct 2022 13:26:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1406,16 +1402,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "141c6167-fba5-45e8-ba77-157f7064d9f9", + "x-ms-correlation-request-id": "68a1d57c-f916-490a-9041-962a375dd557", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140046Z:141c6167-fba5-45e8-ba77-157f7064d9f9", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132635Z:68a1d57c-f916-490a-9041-962a375dd557", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e", - "name": "7057c509-1999-4934-b1b5-23cdf60d550e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49", + "name": "a330b428-8b55-4abc-8ce5-3ad8620f6d49", "status": "Creating", - "startTime": "2022-10-21T13:58:43.8735539Z", + "startTime": "2022-10-23T13:24:33.6642058Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1424,7 +1420,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1438,7 +1434,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:01:15 GMT", + "Date": "Sun, 23 Oct 2022 13:27:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,16 +1442,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91f3db20-2d35-4e80-abd1-57a0fc769cd1", + "x-ms-correlation-request-id": "2e26f94a-bfa1-4612-8298-3001887e5d0e", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140116Z:91f3db20-2d35-4e80-abd1-57a0fc769cd1", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132706Z:2e26f94a-bfa1-4612-8298-3001887e5d0e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e", - "name": "7057c509-1999-4934-b1b5-23cdf60d550e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49", + "name": "a330b428-8b55-4abc-8ce5-3ad8620f6d49", "status": "Creating", - "startTime": "2022-10-21T13:58:43.8735539Z", + "startTime": "2022-10-23T13:24:33.6642058Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1464,7 +1460,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1478,7 +1474,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:01:45 GMT", + "Date": "Sun, 23 Oct 2022 13:27:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1486,16 +1482,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "49aedb3b-71a9-46e3-ba18-92117d798158", + "x-ms-correlation-request-id": "ee3d8ef4-d0f6-4667-ad8a-62344abddfd5", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140146Z:49aedb3b-71a9-46e3-ba18-92117d798158", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132736Z:ee3d8ef4-d0f6-4667-ad8a-62344abddfd5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e", - "name": "7057c509-1999-4934-b1b5-23cdf60d550e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49", + "name": "a330b428-8b55-4abc-8ce5-3ad8620f6d49", "status": "Creating", - "startTime": "2022-10-21T13:58:43.8735539Z", + "startTime": "2022-10-23T13:24:33.6642058Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1504,7 +1500,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1518,7 +1514,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:02:16 GMT", + "Date": "Sun, 23 Oct 2022 13:28:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1526,16 +1522,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2809b266-a142-4bd6-818a-87d8a624baa3", + "x-ms-correlation-request-id": "0ee30891-6e30-458d-b6b5-ff80fa7bb6c2", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140216Z:2809b266-a142-4bd6-818a-87d8a624baa3", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132806Z:0ee30891-6e30-458d-b6b5-ff80fa7bb6c2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e", - "name": "7057c509-1999-4934-b1b5-23cdf60d550e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49", + "name": "a330b428-8b55-4abc-8ce5-3ad8620f6d49", "status": "Creating", - "startTime": "2022-10-21T13:58:43.8735539Z", + "startTime": "2022-10-23T13:24:33.6642058Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1544,7 +1540,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1558,7 +1554,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:02:46 GMT", + "Date": "Sun, 23 Oct 2022 13:28:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1566,16 +1562,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b56ed6a7-1134-42ed-ad17-6a185ef18d45", + "x-ms-correlation-request-id": "57b51984-3583-4091-a4b0-eb5b2d4a6429", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140247Z:b56ed6a7-1134-42ed-ad17-6a185ef18d45", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132836Z:57b51984-3583-4091-a4b0-eb5b2d4a6429", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e", - "name": "7057c509-1999-4934-b1b5-23cdf60d550e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49", + "name": "a330b428-8b55-4abc-8ce5-3ad8620f6d49", "status": "Creating", - "startTime": "2022-10-21T13:58:43.8735539Z", + "startTime": "2022-10-23T13:24:33.6642058Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1584,7 +1580,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1598,7 +1594,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:03:17 GMT", + "Date": "Sun, 23 Oct 2022 13:29:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1606,17 +1602,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4cddb000-001e-4138-9f0d-183d1cfb48da", + "x-ms-correlation-request-id": "8177de47-8646-401c-bf25-7d4ecc2f6949", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140318Z:4cddb000-001e-4138-9f0d-183d1cfb48da", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132907Z:8177de47-8646-401c-bf25-7d4ecc2f6949", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7057c509-1999-4934-b1b5-23cdf60d550e", - "name": "7057c509-1999-4934-b1b5-23cdf60d550e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49", + "name": "a330b428-8b55-4abc-8ce5-3ad8620f6d49", "status": "Succeeded", - "startTime": "2022-10-21T13:58:43.8735539Z", - "endTime": "2022-10-21T14:02:50.1258025Z", + "startTime": "2022-10-23T13:24:33.6642058Z", + "endTime": "2022-10-23T13:29:01.7287858Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" @@ -1638,8 +1634,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:03:17 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T14%3A02%3A50.1150692Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 13:29:07 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T13%3A29%3A01.7327175Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1647,22 +1643,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6afc63b0-4fa1-440b-8af2-2d846d9e44e1", + "x-ms-correlation-request-id": "f4ef32c1-6e4d-4a52-951c-30b8bc21f471", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140318Z:6afc63b0-4fa1-440b-8af2-2d846d9e44e1", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132907Z:f4ef32c1-6e4d-4a52-951c-30b8bc21f471", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9e2339", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T14%3A02%3A50.1150692Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A29%3A01.7327175Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:58:41.7948533Z" + "CreatedOnDate": "2022-10-23T13:24:32.2614918Z" }, "properties": { - "fileSystemId": "4594098b-9ef3-90e0-4eee-d10f3ec502a8", + "fileSystemId": "84be16c5-99d6-7296-6586-ee22efe8bc49", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-7b9e2339", "usageThreshold": 107374182400, @@ -1690,7 +1686,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_b3f4050f", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_35fb0aaa", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1705,8 +1701,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "4594098b-9ef3-90e0-4eee-d10f3ec502a8", - "fileSystemId": "4594098b-9ef3-90e0-4eee-d10f3ec502a8", + "mountTargetId": "84be16c5-99d6-7296-6586-ee22efe8bc49", + "fileSystemId": "84be16c5-99d6-7296-6586-ee22efe8bc49", "ipAddress": "10.0.0.4" } ], @@ -1726,10 +1722,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T13:58:42.8064619Z", + "createdAt": "2022-10-23T13:24:33.3797623Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T13:58:42.8064619Z" + "lastModifiedAt": "2022-10-23T13:24:33.3797623Z" } } }, @@ -1755,30 +1751,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b16e3dfb-6567-430c-9a39-ab343f1bd75c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f8d59dab-bbcc-4a40-bc5e-bcfd188b7864?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:03:21 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T14%3A03%3A20.6353747Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 13:29:10 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T13%3A29%3A09.6233081Z\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": "d7860432-316b-4cb0-b65e-48f250868266", + "x-ms-correlation-request-id": "f8f3c85e-5fd3-4886-8783-a61ffd64e3e1", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140321Z:d7860432-316b-4cb0-b65e-48f250868266", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132910Z:f8f3c85e-5fd3-4886-8783-a61ffd64e3e1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T14%3A03%3A20.6353747Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A29%3A09.6233081Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T14:03:18.9146674Z" + "CreatedOnDate": "2022-10-23T13:29:07.7530001Z" }, "properties": { "serviceLevel": "Premium", @@ -1792,15 +1788,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T14:03:20.3943088Z", + "createdAt": "2022-10-23T13:29:09.3702288Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T14:03:20.3943088Z" + "lastModifiedAt": "2022-10-23T13:29:09.3702288Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b16e3dfb-6567-430c-9a39-ab343f1bd75c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f8d59dab-bbcc-4a40-bc5e-bcfd188b7864?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1814,7 +1810,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:03:21 GMT", + "Date": "Sun, 23 Oct 2022 13:29:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1822,17 +1818,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d0256aa1-0731-45ee-8a61-12acd6ebe448", + "x-ms-correlation-request-id": "8579b0a9-b28d-41fd-be5f-5c042e3fdd0b", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140322Z:d0256aa1-0731-45ee-8a61-12acd6ebe448", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132911Z:8579b0a9-b28d-41fd-be5f-5c042e3fdd0b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b16e3dfb-6567-430c-9a39-ab343f1bd75c", - "name": "b16e3dfb-6567-430c-9a39-ab343f1bd75c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f8d59dab-bbcc-4a40-bc5e-bcfd188b7864", + "name": "f8d59dab-bbcc-4a40-bc5e-bcfd188b7864", "status": "Succeeded", - "startTime": "2022-10-21T14:03:20.6464587Z", - "endTime": "2022-10-21T14:03:21.479518Z", + "startTime": "2022-10-23T13:29:09.6199668Z", + "endTime": "2022-10-23T13:29:09.7606183Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2" @@ -1854,8 +1850,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:03:21 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T14%3A03%3A21.4811149Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 13:29:11 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T13%3A29%3A09.7601527Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1863,22 +1859,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "24a81802-4e3f-4d82-8e14-7af56e210b73", + "x-ms-correlation-request-id": "ff0328bf-35a4-46c7-ad8b-dd4cc2bc82b2", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140322Z:24a81802-4e3f-4d82-8e14-7af56e210b73", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132911Z:ff0328bf-35a4-46c7-ad8b-dd4cc2bc82b2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T14%3A03%3A21.4811149Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A29%3A09.7601527Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T14:03:18.9146674Z" + "CreatedOnDate": "2022-10-23T13:29:07.7530001Z" }, "properties": { - "poolId": "a6715100-65e1-c63b-46e3-25fae3f19906", + "poolId": "226dcddc-2332-6510-c35f-cd462c0e24b8", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1891,10 +1887,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T14:03:20.3943088Z", + "createdAt": "2022-10-23T13:29:09.3702288Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T14:03:20.3943088Z" + "lastModifiedAt": "2022-10-23T13:29:09.3702288Z" } } }, @@ -1914,25 +1910,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bfaff39-dbed-47b6-8bc0-6f6b785aa51e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ac2ef9d-fa4d-45f0-8f96-049785631716?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 14:03:32 GMT", + "Date": "Sun, 23 Oct 2022 13:29:21 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bfaff39-dbed-47b6-8bc0-6f6b785aa51e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ac2ef9d-fa4d-45f0-8f96-049785631716?api-version=2022-05-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": "19c246b1-27fd-4467-bc90-33d9507e7b18", + "x-ms-correlation-request-id": "6ec4314f-e036-45c7-a143-97ad64c66c69", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140333Z:19c246b1-27fd-4467-bc90-33d9507e7b18", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132922Z:6ec4314f-e036-45c7-a143-97ad64c66c69", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bfaff39-dbed-47b6-8bc0-6f6b785aa51e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ac2ef9d-fa4d-45f0-8f96-049785631716?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1946,7 +1942,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:03:32 GMT", + "Date": "Sun, 23 Oct 2022 13:29:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1954,16 +1950,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1314fcb5-ac41-415d-b26f-9e766d858138", + "x-ms-correlation-request-id": "cccc0474-d0d3-4455-953d-e541169689c7", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140333Z:1314fcb5-ac41-415d-b26f-9e766d858138", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132922Z:cccc0474-d0d3-4455-953d-e541169689c7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bfaff39-dbed-47b6-8bc0-6f6b785aa51e", - "name": "2bfaff39-dbed-47b6-8bc0-6f6b785aa51e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ac2ef9d-fa4d-45f0-8f96-049785631716", + "name": "8ac2ef9d-fa4d-45f0-8f96-049785631716", "status": "ChangePool", - "startTime": "2022-10-21T14:03:33.0706003Z", + "startTime": "2022-10-23T13:29:22.0702337Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1972,7 +1968,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bfaff39-dbed-47b6-8bc0-6f6b785aa51e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ac2ef9d-fa4d-45f0-8f96-049785631716?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1986,7 +1982,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:04:03 GMT", + "Date": "Sun, 23 Oct 2022 13:29:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1994,17 +1990,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53583f55-dcba-4f04-9c8e-d5846ef15ccd", + "x-ms-correlation-request-id": "3ed7283d-96a2-41dc-b01b-71289aeec755", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140403Z:53583f55-dcba-4f04-9c8e-d5846ef15ccd", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132952Z:3ed7283d-96a2-41dc-b01b-71289aeec755", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bfaff39-dbed-47b6-8bc0-6f6b785aa51e", - "name": "2bfaff39-dbed-47b6-8bc0-6f6b785aa51e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ac2ef9d-fa4d-45f0-8f96-049785631716", + "name": "8ac2ef9d-fa4d-45f0-8f96-049785631716", "status": "Succeeded", - "startTime": "2022-10-21T14:03:33.0706003Z", - "endTime": "2022-10-21T14:03:38.4643265Z", + "startTime": "2022-10-23T13:29:22.0702337Z", + "endTime": "2022-10-23T13:29:27.3672232Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" @@ -2012,7 +2008,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bfaff39-dbed-47b6-8bc0-6f6b785aa51e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ac2ef9d-fa4d-45f0-8f96-049785631716?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2026,7 +2022,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:04:03 GMT", + "Date": "Sun, 23 Oct 2022 13:29:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2034,22 +2030,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f1a7450a-ef76-4302-b8fa-d44c6c3d22ff", + "x-ms-correlation-request-id": "4449ce6c-28dc-40f1-903e-67cc390ec492", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140403Z:f1a7450a-ef76-4302-b8fa-d44c6c3d22ff", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132953Z:4449ce6c-28dc-40f1-903e-67cc390ec492", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2/sdk-py-tests-vol-3-7b9e2339", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T14%3A03%3A38.4603955Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A29%3A27.363144Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:58:41.7948533Z" + "CreatedOnDate": "2022-10-23T13:24:32.2614918Z" }, "properties": { - "fileSystemId": "4594098b-9ef3-90e0-4eee-d10f3ec502a8", + "fileSystemId": "84be16c5-99d6-7296-6586-ee22efe8bc49", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-7b9e2339", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2080,19 +2076,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_b3f4050f", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_35fb0aaa", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", - "poolId": "a6715100-65e1-c63b-46e3-25fae3f19906", + "poolId": "226dcddc-2332-6510-c35f-cd462c0e24b8", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "4594098b-9ef3-90e0-4eee-d10f3ec502a8", - "fileSystemId": "4594098b-9ef3-90e0-4eee-d10f3ec502a8", + "mountTargetId": "84be16c5-99d6-7296-6586-ee22efe8bc49", + "fileSystemId": "84be16c5-99d6-7296-6586-ee22efe8bc49", "startIp": "", "endIp": "", "gateway": "", @@ -2138,8 +2134,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:04:04 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T14%3A03%3A38.4603955Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 13:29:53 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T13%3A29%3A27.363144Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2147,23 +2143,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dadcc0db-9d58-4f45-b9d4-19f0814b3b18", + "x-ms-correlation-request-id": "018de719-9384-4414-aad2-cb8e4f112d8e", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140404Z:dadcc0db-9d58-4f45-b9d4-19f0814b3b18", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132954Z:018de719-9384-4414-aad2-cb8e4f112d8e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2/sdk-py-tests-vol-3-7b9e2339", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T14%3A03%3A38.4603955Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A29%3A27.363144Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:58:41.7948533Z" + "CreatedOnDate": "2022-10-23T13:24:32.2614918Z" }, "properties": { "provisioningState": "Succeeded", - "fileSystemId": "4594098b-9ef3-90e0-4eee-d10f3ec502a8", + "fileSystemId": "84be16c5-99d6-7296-6586-ee22efe8bc49", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-7b9e2339", "usageThreshold": 107374182400, @@ -2191,7 +2187,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_b3f4050f", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_35fb0aaa", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2206,8 +2202,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "4594098b-9ef3-90e0-4eee-d10f3ec502a8", - "fileSystemId": "4594098b-9ef3-90e0-4eee-d10f3ec502a8", + "mountTargetId": "84be16c5-99d6-7296-6586-ee22efe8bc49", + "fileSystemId": "84be16c5-99d6-7296-6586-ee22efe8bc49", "ipAddress": "10.0.0.4" } ], @@ -2240,7 +2236,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:04:04 GMT", + "Date": "Sun, 23 Oct 2022 13:29:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2248,9 +2244,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9de909cb-5d9b-47c7-b372-380dc8025577", + "x-ms-correlation-request-id": "92db3318-a569-46a7-b0ed-654a6d72513f", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140404Z:9de909cb-5d9b-47c7-b372-380dc8025577", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132954Z:92db3318-a569-46a7-b0ed-654a6d72513f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2270,25 +2266,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 14:04:05 GMT", + "Date": "Sun, 23 Oct 2022 13:29:55 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d?api-version=2022-05-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": "ac622bf0-c906-4e31-9c7f-8005e903bee0", + "x-ms-correlation-request-id": "04698c94-9018-4036-ab1d-b9f04e57272b", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140405Z:ac622bf0-c906-4e31-9c7f-8005e903bee0", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132955Z:04698c94-9018-4036-ab1d-b9f04e57272b", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2302,7 +2298,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:04:05 GMT", + "Date": "Sun, 23 Oct 2022 13:29:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2310,16 +2306,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a2fc05ff-0491-4d09-b718-e7dfdc8c72a8", + "x-ms-correlation-request-id": "a9d2daae-613b-48be-9762-6a6177b79cbc", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140405Z:a2fc05ff-0491-4d09-b718-e7dfdc8c72a8", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T132955Z:a9d2daae-613b-48be-9762-6a6177b79cbc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4", - "name": "e51a23dc-fac6-406f-b501-7bd978db62c4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d", + "name": "a41f85e8-2ede-4510-8e9f-1050bd83293d", "status": "Deleting", - "startTime": "2022-10-21T14:04:05.3859902Z", + "startTime": "2022-10-23T13:29:55.3613648Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2328,7 +2324,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2342,7 +2338,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:04:35 GMT", + "Date": "Sun, 23 Oct 2022 13:30:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2350,16 +2346,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d020c7a-b020-4ed8-be04-8526503c4e81", + "x-ms-correlation-request-id": "69117671-0a58-4cdc-9e35-6b5ec1b229c2", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140436Z:4d020c7a-b020-4ed8-be04-8526503c4e81", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133025Z:69117671-0a58-4cdc-9e35-6b5ec1b229c2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4", - "name": "e51a23dc-fac6-406f-b501-7bd978db62c4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d", + "name": "a41f85e8-2ede-4510-8e9f-1050bd83293d", "status": "Deleting", - "startTime": "2022-10-21T14:04:05.3859902Z", + "startTime": "2022-10-23T13:29:55.3613648Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2368,7 +2364,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2382,7 +2378,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:05:05 GMT", + "Date": "Sun, 23 Oct 2022 13:30:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2390,16 +2386,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cfb4d46d-be2f-4534-b5fa-20cfc9f15d5b", + "x-ms-correlation-request-id": "10226497-9f80-411a-99b5-3c1f08129ea7", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140506Z:cfb4d46d-be2f-4534-b5fa-20cfc9f15d5b", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133056Z:10226497-9f80-411a-99b5-3c1f08129ea7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4", - "name": "e51a23dc-fac6-406f-b501-7bd978db62c4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d", + "name": "a41f85e8-2ede-4510-8e9f-1050bd83293d", "status": "Deleting", - "startTime": "2022-10-21T14:04:05.3859902Z", + "startTime": "2022-10-23T13:29:55.3613648Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2408,7 +2404,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2422,7 +2418,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:05:36 GMT", + "Date": "Sun, 23 Oct 2022 13:31:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2430,16 +2426,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f9deb2c3-5821-461a-99b2-d95b764c6671", + "x-ms-correlation-request-id": "d0bb4431-63ea-4b88-9f69-30deae090f7e", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140536Z:f9deb2c3-5821-461a-99b2-d95b764c6671", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133126Z:d0bb4431-63ea-4b88-9f69-30deae090f7e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4", - "name": "e51a23dc-fac6-406f-b501-7bd978db62c4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d", + "name": "a41f85e8-2ede-4510-8e9f-1050bd83293d", "status": "Deleting", - "startTime": "2022-10-21T14:04:05.3859902Z", + "startTime": "2022-10-23T13:29:55.3613648Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2448,7 +2444,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2462,7 +2458,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:06:06 GMT", + "Date": "Sun, 23 Oct 2022 13:31:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2470,17 +2466,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "56ace3ef-bbd3-4de4-a969-9ff7732327fa", + "x-ms-correlation-request-id": "c9ddd3e3-7861-42eb-ad2a-f2f460e724a5", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140606Z:56ace3ef-bbd3-4de4-a969-9ff7732327fa", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133156Z:c9ddd3e3-7861-42eb-ad2a-f2f460e724a5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4", - "name": "e51a23dc-fac6-406f-b501-7bd978db62c4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d", + "name": "a41f85e8-2ede-4510-8e9f-1050bd83293d", "status": "Succeeded", - "startTime": "2022-10-21T14:04:05.3859902Z", - "endTime": "2022-10-21T14:05:49.0400923Z", + "startTime": "2022-10-23T13:29:55.3613648Z", + "endTime": "2022-10-23T13:31:55.8530621Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339" @@ -2488,7 +2484,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e51a23dc-fac6-406f-b501-7bd978db62c4?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2502,7 +2498,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:06:06 GMT", + "Date": "Sun, 23 Oct 2022 13:31:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2510,22 +2506,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3b6c218a-29b6-4418-ae2e-a928155375df", + "x-ms-correlation-request-id": "0ded760a-a2c3-43a3-9297-fa9d10e72114", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140607Z:3b6c218a-29b6-4418-ae2e-a928155375df", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133156Z:0ded760a-a2c3-43a3-9297-fa9d10e72114", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2/sdk-py-tests-vol-3-7b9e2339", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T14%3A05%3A39.7859542Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A31%3A46.5119749Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:58:41.7948533Z" + "CreatedOnDate": "2022-10-23T13:24:32.2614918Z" }, "properties": { - "fileSystemId": "4594098b-9ef3-90e0-4eee-d10f3ec502a8", + "fileSystemId": "84be16c5-99d6-7296-6586-ee22efe8bc49", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-7b9e2339", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2556,19 +2552,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_b3f4050f", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_35fb0aaa", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", - "poolId": "a6715100-65e1-c63b-46e3-25fae3f19906", + "poolId": "226dcddc-2332-6510-c35f-cd462c0e24b8", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "4594098b-9ef3-90e0-4eee-d10f3ec502a8", - "fileSystemId": "4594098b-9ef3-90e0-4eee-d10f3ec502a8", + "mountTargetId": "84be16c5-99d6-7296-6586-ee22efe8bc49", + "fileSystemId": "84be16c5-99d6-7296-6586-ee22efe8bc49", "startIp": "", "endIp": "", "gateway": "", @@ -2614,14 +2610,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:09:29 GMT", + "Date": "Sun, 23 Oct 2022 13:35:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c3beb458-923b-42d0-98e0-965be5841ecf", + "x-ms-correlation-request-id": "69a96f56-921e-48d2-9473-0c8c709be59d", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140929Z:c3beb458-923b-42d0-98e0-965be5841ecf" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133520Z:69a96f56-921e-48d2-9473-0c8c709be59d" }, "ResponseBody": { "error": { @@ -2643,25 +2639,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e024794-d32a-4fc1-9234-cb0ee6cee5b9?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aba17ae-959c-479b-b08d-86f8a94ee146?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 14:09:41 GMT", + "Date": "Sun, 23 Oct 2022 13:35:33 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e024794-d32a-4fc1-9234-cb0ee6cee5b9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aba17ae-959c-479b-b08d-86f8a94ee146?api-version=2022-05-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": "dbb0ac38-38a0-4712-9725-000397d5f619", + "x-ms-correlation-request-id": "4f80d10a-5fd3-48ba-97ee-d242eac3374a", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140942Z:dbb0ac38-38a0-4712-9725-000397d5f619", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133533Z:4f80d10a-5fd3-48ba-97ee-d242eac3374a", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e024794-d32a-4fc1-9234-cb0ee6cee5b9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aba17ae-959c-479b-b08d-86f8a94ee146?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2675,7 +2671,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:09:41 GMT", + "Date": "Sun, 23 Oct 2022 13:35:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2683,16 +2679,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a0c34152-0d8f-4156-b51f-efc6f638929b", + "x-ms-correlation-request-id": "c7628465-ff9c-44ae-b392-2e7802fa4e0d", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T140942Z:a0c34152-0d8f-4156-b51f-efc6f638929b", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133533Z:c7628465-ff9c-44ae-b392-2e7802fa4e0d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e024794-d32a-4fc1-9234-cb0ee6cee5b9", - "name": "7e024794-d32a-4fc1-9234-cb0ee6cee5b9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aba17ae-959c-479b-b08d-86f8a94ee146", + "name": "7aba17ae-959c-479b-b08d-86f8a94ee146", "status": "Deleting", - "startTime": "2022-10-21T14:09:42.0648579Z", + "startTime": "2022-10-23T13:35:33.6405744Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2701,7 +2697,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e024794-d32a-4fc1-9234-cb0ee6cee5b9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aba17ae-959c-479b-b08d-86f8a94ee146?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2715,7 +2711,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:10:12 GMT", + "Date": "Sun, 23 Oct 2022 13:36:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2723,17 +2719,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cf3094e7-4833-46ac-881f-316bdaeb2bcb", + "x-ms-correlation-request-id": "965836f5-8519-4f8f-aad8-b015c9bad035", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T141012Z:cf3094e7-4833-46ac-881f-316bdaeb2bcb", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133604Z:965836f5-8519-4f8f-aad8-b015c9bad035", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e024794-d32a-4fc1-9234-cb0ee6cee5b9", - "name": "7e024794-d32a-4fc1-9234-cb0ee6cee5b9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aba17ae-959c-479b-b08d-86f8a94ee146", + "name": "7aba17ae-959c-479b-b08d-86f8a94ee146", "status": "Succeeded", - "startTime": "2022-10-21T14:09:42.0648579Z", - "endTime": "2022-10-21T14:09:43.1614694Z", + "startTime": "2022-10-23T13:35:33.6405744Z", + "endTime": "2022-10-23T13:35:35.1876075Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1" @@ -2741,7 +2737,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e024794-d32a-4fc1-9234-cb0ee6cee5b9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aba17ae-959c-479b-b08d-86f8a94ee146?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2755,7 +2751,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:10:12 GMT", + "Date": "Sun, 23 Oct 2022 13:36:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2763,22 +2759,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "685edf6f-4386-45fe-ba70-27c67d353f46", + "x-ms-correlation-request-id": "435fe0d3-eed8-48b7-8444-f98318891250", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T141012Z:685edf6f-4386-45fe-ba70-27c67d353f46", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133604Z:435fe0d3-eed8-48b7-8444-f98318891250", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T14%3A09%3A42.0612927Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A35%3A33.6406403Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:57:58.3021966Z" + "CreatedOnDate": "2022-10-23T13:24:18.7674198Z" }, "properties": { - "poolId": "547949c6-000e-0523-c166-e686779e658a", + "poolId": "f94ff19b-282e-2b7b-4712-12c225a6bcc0", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1", @@ -2792,10 +2788,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T13:57:59.4204237Z", + "createdAt": "2022-10-23T13:24:19.7315889Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T13:57:59.4204237Z" + "lastModifiedAt": "2022-10-23T13:24:19.7315889Z" } } }, @@ -2813,14 +2809,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 14:10:23 GMT", + "Date": "Sun, 23 Oct 2022 13:36:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a93e249a-5f8a-48ee-a34e-cf636bcf7d36", + "x-ms-correlation-request-id": "3c7dfd1d-8b30-4b29-a790-b00b597e576a", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T141024Z:a93e249a-5f8a-48ee-a34e-cf636bcf7d36" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133614Z:3c7dfd1d-8b30-4b29-a790-b00b597e576a" }, "ResponseBody": null }, @@ -2838,14 +2834,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 14:10:33 GMT", + "Date": "Sun, 23 Oct 2022 13:36:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "62e9bd16-1760-4ee6-8591-22f1bbdcda54", + "x-ms-correlation-request-id": "0f1aafc2-adac-4b3a-afff-cc949fe8f110", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T141034Z:62e9bd16-1760-4ee6-8591-22f1bbdcda54" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133625Z:0f1aafc2-adac-4b3a-afff-cc949fe8f110" }, "ResponseBody": null }, @@ -2863,14 +2859,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 14:10:44 GMT", + "Date": "Sun, 23 Oct 2022 13:36:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "adcdf350-f54e-4315-9e57-de708df6f2bd", + "x-ms-correlation-request-id": "9f110d88-9e65-43d6-b29e-1ab6497be159", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T141044Z:adcdf350-f54e-4315-9e57-de708df6f2bd" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133635Z:9f110d88-9e65-43d6-b29e-1ab6497be159" }, "ResponseBody": null }, @@ -2888,14 +2884,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 14:10:54 GMT", + "Date": "Sun, 23 Oct 2022 13:36:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38dce656-8948-446a-8a77-49f64868a2d1", + "x-ms-correlation-request-id": "0e094f3d-0bc9-474a-a018-bf1ada2e1698", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T141054Z:38dce656-8948-446a-8a77-49f64868a2d1" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133645Z:0e094f3d-0bc9-474a-a018-bf1ada2e1698" }, "ResponseBody": null }, @@ -2914,14 +2910,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:11:04 GMT", + "Date": "Sun, 23 Oct 2022 13: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": "0101f93d-2b86-4b46-9ba9-4706dde09151", + "x-ms-correlation-request-id": "fa6a7130-bb4f-460d-8ac2-04249c869247", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T141105Z:0101f93d-2b86-4b46-9ba9-4706dde09151" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133655Z:fa6a7130-bb4f-460d-8ac2-04249c869247" }, "ResponseBody": { "error": { @@ -2943,25 +2939,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1a04a887-212e-4b0f-ab76-532532b5a27d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c1c3a6b-d0f1-481c-bd84-ba8bd3860faa?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 14:11:16 GMT", + "Date": "Sun, 23 Oct 2022 13:37:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1a04a887-212e-4b0f-ab76-532532b5a27d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c1c3a6b-d0f1-481c-bd84-ba8bd3860faa?api-version=2022-05-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": "480bd879-97e5-44de-8359-9732f123f50e", + "x-ms-correlation-request-id": "0dbaa138-5984-4f05-8844-baa194db6cd7", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T141116Z:480bd879-97e5-44de-8359-9732f123f50e", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133707Z:0dbaa138-5984-4f05-8844-baa194db6cd7", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1a04a887-212e-4b0f-ab76-532532b5a27d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c1c3a6b-d0f1-481c-bd84-ba8bd3860faa?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2975,7 +2971,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:11:16 GMT", + "Date": "Sun, 23 Oct 2022 13:37:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2983,16 +2979,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb7216fa-5c46-45c8-9210-fe7a7e4f3a09", + "x-ms-correlation-request-id": "c5c14ba5-1f69-458c-b980-5aeaf4fbc108", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T141116Z:eb7216fa-5c46-45c8-9210-fe7a7e4f3a09", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133707Z:c5c14ba5-1f69-458c-b980-5aeaf4fbc108", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1a04a887-212e-4b0f-ab76-532532b5a27d", - "name": "1a04a887-212e-4b0f-ab76-532532b5a27d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c1c3a6b-d0f1-481c-bd84-ba8bd3860faa", + "name": "5c1c3a6b-d0f1-481c-bd84-ba8bd3860faa", "status": "Deleting", - "startTime": "2022-10-21T14:11:16.5463289Z", + "startTime": "2022-10-23T13:37:07.3252904Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3001,7 +2997,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1a04a887-212e-4b0f-ab76-532532b5a27d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c1c3a6b-d0f1-481c-bd84-ba8bd3860faa?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3015,7 +3011,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:11:46 GMT", + "Date": "Sun, 23 Oct 2022 13:37:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3023,17 +3019,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b7049731-e653-48d5-a18f-d68fb38d3cd1", + "x-ms-correlation-request-id": "b81e401f-c489-4070-bee3-60e4f72668ad", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T141147Z:b7049731-e653-48d5-a18f-d68fb38d3cd1", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133737Z:b81e401f-c489-4070-bee3-60e4f72668ad", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1a04a887-212e-4b0f-ab76-532532b5a27d", - "name": "1a04a887-212e-4b0f-ab76-532532b5a27d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c1c3a6b-d0f1-481c-bd84-ba8bd3860faa", + "name": "5c1c3a6b-d0f1-481c-bd84-ba8bd3860faa", "status": "Succeeded", - "startTime": "2022-10-21T14:11:16.5463289Z", - "endTime": "2022-10-21T14:11:17.6870341Z", + "startTime": "2022-10-23T13:37:07.3252904Z", + "endTime": "2022-10-23T13:37:08.4818197Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2" @@ -3041,7 +3037,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1a04a887-212e-4b0f-ab76-532532b5a27d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c1c3a6b-d0f1-481c-bd84-ba8bd3860faa?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3055,7 +3051,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:11:46 GMT", + "Date": "Sun, 23 Oct 2022 13:37:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3063,22 +3059,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e9e22e5-53d5-4408-92b4-5dd86f8e7872", + "x-ms-correlation-request-id": "cc77bd0e-5204-41c5-9fab-73a648fd8a17", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T141147Z:7e9e22e5-53d5-4408-92b4-5dd86f8e7872", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133738Z:cc77bd0e-5204-41c5-9fab-73a648fd8a17", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T14%3A11%3A16.545217Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A37%3A07.3272718Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T14:03:18.9146674Z" + "CreatedOnDate": "2022-10-23T13:29:07.7530001Z" }, "properties": { - "poolId": "a6715100-65e1-c63b-46e3-25fae3f19906", + "poolId": "226dcddc-2332-6510-c35f-cd462c0e24b8", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2", @@ -3092,10 +3088,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T14:03:20.3943088Z", + "createdAt": "2022-10-23T13:29:09.3702288Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T14:03:20.3943088Z" + "lastModifiedAt": "2022-10-23T13:29:09.3702288Z" } } }, @@ -3113,14 +3109,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 14:11:57 GMT", + "Date": "Sun, 23 Oct 2022 13:37:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "52e8dc06-70e2-413b-8595-70f6400f1353", + "x-ms-correlation-request-id": "cb37c7c7-ab7d-4a9e-9cb8-4221bc511d99", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T141157Z:52e8dc06-70e2-413b-8595-70f6400f1353" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133748Z:cb37c7c7-ab7d-4a9e-9cb8-4221bc511d99" }, "ResponseBody": null }, @@ -3138,14 +3134,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 14:12:07 GMT", + "Date": "Sun, 23 Oct 2022 13:37:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c80e5e3e-4dab-4115-9490-ee1d69ad5dea", + "x-ms-correlation-request-id": "b0340e61-73e8-40ce-8a00-438984c4a7d1", "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T141207Z:c80e5e3e-4dab-4115-9490-ee1d69ad5dea" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133758Z:b0340e61-73e8-40ce-8a00-438984c4a7d1" }, "ResponseBody": null }, @@ -3163,14 +3159,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 14:12:18 GMT", + "Date": "Sun, 23 Oct 2022 13:38:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0da951a7-a2b4-4356-84c8-1884d0ce6802", + "x-ms-correlation-request-id": "f9a534cd-057b-48d7-bb4a-07529488bb63", "x-ms-ratelimit-remaining-subscription-deletes": "14991", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T141218Z:0da951a7-a2b4-4356-84c8-1884d0ce6802" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133809Z:f9a534cd-057b-48d7-bb4a-07529488bb63" }, "ResponseBody": null }, @@ -3188,14 +3184,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 14:12:28 GMT", + "Date": "Sun, 23 Oct 2022 13:38:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b926f9a-ff9f-4295-9c3a-cbd1af896aa9", + "x-ms-correlation-request-id": "7d887926-0c13-4cc0-b2d5-41d5dfed4d1b", "x-ms-ratelimit-remaining-subscription-deletes": "14990", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T141228Z:9b926f9a-ff9f-4295-9c3a-cbd1af896aa9" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133819Z:7d887926-0c13-4cc0-b2d5-41d5dfed4d1b" }, "ResponseBody": null }, @@ -3214,14 +3210,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:12:38 GMT", + "Date": "Sun, 23 Oct 2022 13:38:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1e5493f-78e7-4c3a-b6ba-e32605d34826", + "x-ms-correlation-request-id": "90c7993d-c794-4658-b685-48a51d6ce2eb", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T141238Z:c1e5493f-78e7-4c3a-b6ba-e32605d34826" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133829Z:90c7993d-c794-4658-b685-48a51d6ce2eb" }, "ResponseBody": { "error": { @@ -3243,25 +3239,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e8d0f8f-8301-4b5f-a433-96eb2abdbe33?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bd017569-e4e7-4e40-8fe5-3ae120be1ce1?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 14:12:39 GMT", + "Date": "Sun, 23 Oct 2022 13:38:30 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e8d0f8f-8301-4b5f-a433-96eb2abdbe33?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bd017569-e4e7-4e40-8fe5-3ae120be1ce1?api-version=2022-05-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": "70a9799c-9452-4284-8824-5df131cbd57e", + "x-ms-correlation-request-id": "cfdb69fd-727d-4389-8d78-f2760a3d17c1", "x-ms-ratelimit-remaining-subscription-deletes": "14989", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T141240Z:70a9799c-9452-4284-8824-5df131cbd57e", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133831Z:cfdb69fd-727d-4389-8d78-f2760a3d17c1", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e8d0f8f-8301-4b5f-a433-96eb2abdbe33?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bd017569-e4e7-4e40-8fe5-3ae120be1ce1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3275,7 +3271,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:12:40 GMT", + "Date": "Sun, 23 Oct 2022 13:38:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3283,17 +3279,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f161661d-22f3-4971-8575-fc43bb64d586", + "x-ms-correlation-request-id": "92320299-434c-4f02-9b5a-4a6354f3951e", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T141240Z:f161661d-22f3-4971-8575-fc43bb64d586", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133831Z:92320299-434c-4f02-9b5a-4a6354f3951e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e8d0f8f-8301-4b5f-a433-96eb2abdbe33", - "name": "7e8d0f8f-8301-4b5f-a433-96eb2abdbe33", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bd017569-e4e7-4e40-8fe5-3ae120be1ce1", + "name": "bd017569-e4e7-4e40-8fe5-3ae120be1ce1", "status": "Succeeded", - "startTime": "2022-10-21T14:12:40.2639562Z", - "endTime": "2022-10-21T14:12:40.3264954Z", + "startTime": "2022-10-23T13:38:31.0129865Z", + "endTime": "2022-10-23T13:38:31.0911447Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339" @@ -3301,7 +3297,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e8d0f8f-8301-4b5f-a433-96eb2abdbe33?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bd017569-e4e7-4e40-8fe5-3ae120be1ce1?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3315,7 +3311,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:12:40 GMT", + "Date": "Sun, 23 Oct 2022 13:38:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3323,19 +3319,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e2064a6-751f-4b69-9e25-621aa2941f45", + "x-ms-correlation-request-id": "924cf8cd-1602-4c47-a6f2-3da7d5a5377e", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T141240Z:0e2064a6-751f-4b69-9e25-621aa2941f45", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133831Z:924cf8cd-1602-4c47-a6f2-3da7d5a5377e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339", "name": "sdk-py-tests-acc-1-7b9e2339", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T14%3A12%3A40.2633032Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T13%3A38%3A31.014591Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T13:57:54.0372986Z" + "CreatedOnDate": "2022-10-23T13:24:14.7629962Z" }, "properties": { "encryption": { @@ -3346,10 +3342,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T13:57:55.0102701Z", + "createdAt": "2022-10-23T13:24:15.8861912Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T13:57:55.0102701Z" + "lastModifiedAt": "2022-10-23T13:24:15.8861912Z" } } }, @@ -3368,15 +3364,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 14:12:40 GMT", + "Date": "Sun, 23 Oct 2022 13:38: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": "e0be6880-aa73-4598-a684-ff1a1fca7639", + "x-ms-correlation-request-id": "e1e8a6af-f31c-4425-9e7c-9df742ac0598", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T141241Z:e0be6880-aa73-4598-a684-ff1a1fca7639", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133832Z:e1e8a6af-f31c-4425-9e7c-9df742ac0598", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3400,12 +3396,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/956f136e-3fc3-4cee-9997-bf87f808c823?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/04105437-d5af-4b58-94ae-16b70969ac42?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 14:12:41 GMT", + "Date": "Sun, 23 Oct 2022 13:38:32 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/956f136e-3fc3-4cee-9997-bf87f808c823?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/04105437-d5af-4b58-94ae-16b70969ac42?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3414,10 +3410,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ca9f55a0-9464-4b83-849e-e3459a733c92", - "x-ms-correlation-request-id": "6290333b-2b6f-40bf-b09a-aff94003a5eb", + "x-ms-arm-service-request-id": "9ed9ad3b-7519-46d1-8de4-f3a641417c26", + "x-ms-correlation-request-id": "bc9efffc-ff5e-43ca-9d79-c9d6d6c4f56f", "x-ms-ratelimit-remaining-subscription-deletes": "14988", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T141241Z:6290333b-2b6f-40bf-b09a-aff94003a5eb" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T133833Z:bc9efffc-ff5e-43ca-9d79-c9d6d6c4f56f" }, "ResponseBody": null } 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 42affad3e0de..a1c6dbcf8f3b 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:39:18 GMT", + "Date": "Sun, 23 Oct 2022 12:49:30 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.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:39:18 GMT", + "Date": "Sun, 23 Oct 2022 12:49:30 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.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "5e8f8e08-94b3-4350-b794-0e887d8cfc1a", + "client-request-id": "a3131e86-6c58-4c0a-b8e3-445ee30d4bb4", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "5e8f8e08-94b3-4350-b794-0e887d8cfc1a", + "client-request-id": "a3131e86-6c58-4c0a-b8e3-445ee30d4bb4", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:39:18 GMT", + "Date": "Sun, 23 Oct 2022 12:49:31 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/31989eeb-8534-4527-a95e-8161c3607bb4?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6c556767-74ca-4196-8141-5f1914f4de0d?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:39:27 GMT", + "Date": "Sun, 23 Oct 2022 12:49:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "00b0356e-1ed5-4cbe-ba55-a87a34cd09dd", - "x-ms-correlation-request-id": "b0eb2a77-c6f6-46de-81dd-7ef773208650", + "x-ms-arm-service-request-id": "dec1df29-fdc5-4f61-82fc-155edfdf97b7", + "x-ms-correlation-request-id": "e0d5b47b-2f92-4859-a886-3f6486b4ff4a", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T123927Z:b0eb2a77-c6f6-46de-81dd-7ef773208650" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124941Z:e0d5b47b-2f92-4859-a886-3f6486b4ff4a" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-c6cd2434", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434", - "etag": "W/\u0022ea32d62e-39cd-418d-8fd0-258ada812dd0\u0022", + "etag": "W/\u0022b39679d3-6183-4334-a336-1e30c3a3f95e\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T12:39:21.4961930Z" + "CreatedOnDate": "2022-10-23T12:49:33.6167363Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "46b5ee20-2109-46c8-a4e7-091d72627694", + "resourceGuid": "3ea722f4-de71-479e-bdf8-8ea681779787", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/31989eeb-8534-4527-a95e-8161c3607bb4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6c556767-74ca-4196-8141-5f1914f4de0d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:39:27 GMT", + "Date": "Sun, 23 Oct 2022 12:49:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -304,10 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cfc416dc-cf7e-4a9b-af00-a08a563eb894", - "x-ms-correlation-request-id": "33f91942-f640-4292-958a-2b1a4616fc09", + "x-ms-arm-service-request-id": "9a0fb19f-df7d-4063-af0d-9cf77652d324", + "x-ms-correlation-request-id": "d6a3911e-1cb8-47bd-bb1c-8165898a271c", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T123927Z:33f91942-f640-4292-958a-2b1a4616fc09" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124941Z:d6a3911e-1cb8-47bd-bb1c-8165898a271c" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:39:27 GMT", - "ETag": "W/\u00223d216640-446f-48e5-95a1-9bce0fe896cc\u0022", + "Date": "Sun, 23 Oct 2022 12:49:41 GMT", + "ETag": "W/\u0022d2fa1042-f819-4187-bcf7-c652ea3cf96b\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2e2f1543-61bd-4f6e-bb19-ef63319b077d", - "x-ms-correlation-request-id": "c6627bdd-3b94-49d8-99b7-031ff70d768d", + "x-ms-arm-service-request-id": "c5b7808e-60d8-493f-91a8-cc4e8eed4a5e", + "x-ms-correlation-request-id": "738db88a-9b02-4da6-910c-ec49f41d07f6", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T123928Z:c6627bdd-3b94-49d8-99b7-031ff70d768d" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124941Z:738db88a-9b02-4da6-910c-ec49f41d07f6" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-c6cd2434", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434", - "etag": "W/\u00223d216640-446f-48e5-95a1-9bce0fe896cc\u0022", + "etag": "W/\u0022d2fa1042-f819-4187-bcf7-c652ea3cf96b\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T12:39:21.4961930Z" + "CreatedOnDate": "2022-10-23T12:49:33.6167363Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "46b5ee20-2109-46c8-a4e7-091d72627694", + "resourceGuid": "3ea722f4-de71-479e-bdf8-8ea681779787", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/970c0757-e1ae-44f1-970d-70f098b45c63?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/32c5c4f3-13bc-47b8-b34d-e3c9e4bfc6de?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:39:28 GMT", + "Date": "Sun, 23 Oct 2022 12:49:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6e63eb2a-94c0-4b75-9e1a-ba67967f342a", - "x-ms-correlation-request-id": "2de52b2c-33ab-476d-b42f-3a6a8134438f", + "x-ms-arm-service-request-id": "0505c1d6-690e-4b51-be7e-a82604fb83c7", + "x-ms-correlation-request-id": "4086c583-ba43-4bb7-9f5b-5cebdce62bc6", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T123928Z:2de52b2c-33ab-476d-b42f-3a6a8134438f" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124942Z:4086c583-ba43-4bb7-9f5b-5cebdce62bc6" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default", - "etag": "W/\u00220bad875d-17a8-4ef6-996b-845fe9c3c0a8\u0022", + "etag": "W/\u00223f807306-2a57-4c8c-b498-20cc96c7023f\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00220bad875d-17a8-4ef6-996b-845fe9c3c0a8\u0022", + "etag": "W/\u00223f807306-2a57-4c8c-b498-20cc96c7023f\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/970c0757-e1ae-44f1-970d-70f098b45c63?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/32c5c4f3-13bc-47b8-b34d-e3c9e4bfc6de?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:39:28 GMT", + "Date": "Sun, 23 Oct 2022 12:49:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1dd1ecc0-c0fd-41b4-991e-d89edb872bcf", - "x-ms-correlation-request-id": "a4da6277-521c-4b5c-840b-137c508836b0", + "x-ms-arm-service-request-id": "40b83639-2468-401f-ae4f-1a0ac68cd0ae", + "x-ms-correlation-request-id": "a59cd844-914c-4213-b5ca-7d335c1d6461", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T123928Z:a4da6277-521c-4b5c-840b-137c508836b0" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124942Z:a59cd844-914c-4213-b5ca-7d335c1d6461" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:39:29 GMT", - "ETag": "W/\u00229e35449d-e897-4f62-8b1d-873d139ccce0\u0022", + "Date": "Sun, 23 Oct 2022 12:49:42 GMT", + "ETag": "W/\u0022b8426164-e627-4fdf-8ff8-6f4de2bc72bf\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "76891494-8ff6-4e25-ae0d-ca01a567e73c", - "x-ms-correlation-request-id": "c9e5bcc3-19c5-4eed-b179-86e92c012c92", + "x-ms-arm-service-request-id": "21ac8135-9102-436e-b1a6-ae581f63c178", + "x-ms-correlation-request-id": "d690cd60-7eb8-450f-a38e-eebc44a93907", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T123929Z:c9e5bcc3-19c5-4eed-b179-86e92c012c92" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124943Z:d690cd60-7eb8-450f-a38e-eebc44a93907" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default", - "etag": "W/\u00229e35449d-e897-4f62-8b1d-873d139ccce0\u0022", + "etag": "W/\u0022b8426164-e627-4fdf-8ff8-6f4de2bc72bf\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00229e35449d-e897-4f62-8b1d-873d139ccce0\u0022", + "etag": "W/\u0022b8426164-e627-4fdf-8ff8-6f4de2bc72bf\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -558,12 +558,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:39:29 GMT", + "Date": "Sun, 23 Oct 2022 12:49: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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -652,12 +652,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:39:29 GMT", + "Date": "Sun, 23 Oct 2022 12:49: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.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -713,7 +713,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "874c77f9-1ec4-4b6c-9a13-42b83b6e536d", + "client-request-id": "50da4fbc-e16f-4e57-bf28-05ff03e122da", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -731,10 +731,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "874c77f9-1ec4-4b6c-9a13-42b83b6e536d", + "client-request-id": "50da4fbc-e16f-4e57-bf28-05ff03e122da", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:39:29 GMT", + "Date": "Sun, 23 Oct 2022 12:49:43 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -742,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -767,35 +767,58 @@ "RequestBody": { "location": "westus2" }, - "StatusCode": 201, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d3da702-08ab-4464-bc05-7394cf8ea7b1?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bcd1d40-f407-4385-ae57-3ea831d645f5?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "705", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:39:34 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A32.943016Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 12:49:46 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T12%3A49%3A45.8059241Z\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": "35c3d4c9-fe68-4786-a491-a7c3e4847a36", + "x-ms-correlation-request-id": "b2ee3d1d-3276-46e6-8821-a28a29d5c2b4", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T123934Z:35c3d4c9-fe68-4786-a491-a7c3e4847a36", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124946Z:b2ee3d1d-3276-46e6-8821-a28a29d5c2b4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434", "name": "sdk-py-tests-acc-1-c6cd2434", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A32.943016Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T12%3A49%3A45.8059241Z\u0027\u0022", "location": "westus2", "tags": { "CreatedOnDate": "2022-10-21T12:39:30.9379065Z" }, "properties": { - "provisioningState": "Creating" + "provisioningState": "Updating", + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + } }, "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", @@ -808,7 +831,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d3da702-08ab-4464-bc05-7394cf8ea7b1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bcd1d40-f407-4385-ae57-3ea831d645f5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -822,7 +845,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:39:34 GMT", + "Date": "Sun, 23 Oct 2022 12:49:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -830,17 +853,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a5b1ad86-e282-4562-b7ae-b0e727f73ed8", + "x-ms-correlation-request-id": "b4e472a2-51b3-440b-8834-68eb48428838", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T123934Z:a5b1ad86-e282-4562-b7ae-b0e727f73ed8", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T124947Z:b4e472a2-51b3-440b-8834-68eb48428838", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d3da702-08ab-4464-bc05-7394cf8ea7b1", - "name": "6d3da702-08ab-4464-bc05-7394cf8ea7b1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bcd1d40-f407-4385-ae57-3ea831d645f5", + "name": "4bcd1d40-f407-4385-ae57-3ea831d645f5", + "status": "Updating", + "startTime": "2022-10-23T12:49:45.8103439Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bcd1d40-f407-4385-ae57-3ea831d645f5?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 12:50: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": "d2778683-7a41-4bb3-829c-65ab320b5697", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125017Z:d2778683-7a41-4bb3-829c-65ab320b5697", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bcd1d40-f407-4385-ae57-3ea831d645f5", + "name": "4bcd1d40-f407-4385-ae57-3ea831d645f5", "status": "Succeeded", - "startTime": "2022-10-21T12:39:32.9481946Z", - "endTime": "2022-10-21T12:39:32.9794649Z", + "startTime": "2022-10-23T12:49:45.8103439Z", + "endTime": "2022-10-23T12:49:47.1762656Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434" @@ -862,8 +925,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:39:34 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A32.9854599Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 12:50:17 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T12%3A49%3A47.1721464Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,21 +934,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "acb9c51d-7a56-4797-9372-bbc4127e159b", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T123935Z:acb9c51d-7a56-4797-9372-bbc4127e159b", + "x-ms-correlation-request-id": "366752d8-2063-4374-a279-2979bdd41e51", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125017Z:366752d8-2063-4374-a279-2979bdd41e51", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434", "name": "sdk-py-tests-acc-1-c6cd2434", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A32.9854599Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T12%3A49%3A47.1721464Z\u0027\u0022", "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-21T12:39:30.9379065Z" - }, "properties": { + "provisioningState": "Succeeded", "activeDirectories": [ { "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", @@ -906,8 +967,7 @@ ], "encryption": { "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" + } }, "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", @@ -915,7 +975,7 @@ "createdAt": "2022-10-21T12:39:31.9750554Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T12:39:31.9750554Z" + "lastModifiedAt": "2022-10-23T12:49:44.8645107Z" } } }, @@ -939,41 +999,45 @@ "encryptionType": "Single" } }, - "StatusCode": 201, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c2b56195-0ff1-4ede-8acc-425306ed9ce3?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f086dc51-55f4-4262-a83f-046fc5866464?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "920", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:39:37 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A36.8238024Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 12:50:19 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T12%3A50%3A18.3573785Z\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": "6ba98ab1-833e-43cb-af22-833030335f80", + "x-ms-correlation-request-id": "bf2381b7-ca71-4650-82fc-dbae01b8fb6d", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T123937Z:6ba98ab1-833e-43cb-af22-833030335f80", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125019Z:bf2381b7-ca71-4650-82fc-dbae01b8fb6d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A36.8238024Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T12%3A50%3A18.3573785Z\u0027\u0022", "location": "westus2", "tags": { "CreatedOnDate": "2022-10-21T12:39:35.3000066Z" }, "properties": { + "provisioningState": "Updating", + "poolId": "0b03ddca-7962-97b0-b0d0-56d201f296fa", "serviceLevel": "Premium", "size": 4398046511104, - "totalThroughputMibps": 0.0, + "qosType": "Auto", + "totalThroughputMibps": 256.0, "utilizedThroughputMibps": 0.0, "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" + "coolAccess": false }, "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", @@ -986,7 +1050,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c2b56195-0ff1-4ede-8acc-425306ed9ce3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f086dc51-55f4-4262-a83f-046fc5866464?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1000,7 +1064,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:39:37 GMT", + "Date": "Sun, 23 Oct 2022 12:50:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1008,17 +1072,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a065e42-d7f6-4a0b-b55f-ec567dc40539", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T123938Z:7a065e42-d7f6-4a0b-b55f-ec567dc40539", + "x-ms-correlation-request-id": "a0fc69dd-0e6d-4506-b443-ea44df32a1dd", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125019Z:a0fc69dd-0e6d-4506-b443-ea44df32a1dd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c2b56195-0ff1-4ede-8acc-425306ed9ce3", - "name": "c2b56195-0ff1-4ede-8acc-425306ed9ce3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f086dc51-55f4-4262-a83f-046fc5866464", + "name": "f086dc51-55f4-4262-a83f-046fc5866464", "status": "Succeeded", - "startTime": "2022-10-21T12:39:36.8224277Z", - "endTime": "2022-10-21T12:39:37.8071539Z", + "startTime": "2022-10-23T12:50:18.361714Z", + "endTime": "2022-10-23T12:50:19.3306248Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1" @@ -1040,8 +1104,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:39:38 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A37.8076998Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 12:50:19 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T12%3A50%3A19.3188313Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1049,20 +1113,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d5db6be-8410-411b-9a82-5676b08b0ec6", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T123938Z:8d5db6be-8410-411b-9a82-5676b08b0ec6", + "x-ms-correlation-request-id": "be97b70c-66c8-40a0-a873-38b4e6bd97e0", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125020Z:be97b70c-66c8-40a0-a873-38b4e6bd97e0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A37.8076998Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T12%3A50%3A19.3188313Z\u0027\u0022", "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-21T12:39:35.3000066Z" - }, "properties": { "poolId": "0b03ddca-7962-97b0-b0d0-56d201f296fa", "serviceLevel": "Premium", @@ -1080,7 +1141,7 @@ "createdAt": "2022-10-21T12:39:36.586709Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T12:39:36.586709Z" + "lastModifiedAt": "2022-10-23T12:50:18.2255226Z" } } }, @@ -1123,30 +1184,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:39:56 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A56.2727081Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 12:50:32 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T12%3A50%3A32.0753646Z\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": "77e8e0f6-cc21-463f-a205-4a55b7155c83", + "x-ms-correlation-request-id": "ea3c7077-b7a9-46ef-a9a3-48b743b8afae", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T123957Z:77e8e0f6-cc21-463f-a205-4a55b7155c83", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125033Z:ea3c7077-b7a9-46ef-a9a3-48b743b8afae", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434", "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c6cd2434", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A56.2727081Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T12%3A50%3A32.0753646Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T12:39:48.8436515Z" + "CreatedOnDate": "2022-10-23T12:50:30.4730930Z" }, "properties": { "serviceLevel": "Premium", @@ -1176,15 +1237,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T12:39:55.9707626Z", + "createdAt": "2022-10-23T12:50:31.7423881Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T12:39:55.9707626Z" + "lastModifiedAt": "2022-10-23T12:50:31.7423881Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1198,7 +1259,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:39:56 GMT", + "Date": "Sun, 23 Oct 2022 12:50:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1206,16 +1267,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad5da11d-8ad3-415f-a7ce-64e09fd51b24", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T123957Z:ad5da11d-8ad3-415f-a7ce-64e09fd51b24", + "x-ms-correlation-request-id": "65a23312-aa3f-4925-8b8c-defa28e1ea98", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125033Z:65a23312-aa3f-4925-8b8c-defa28e1ea98", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a", - "name": "462bf768-f493-42df-ac70-72981e69694a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf", + "name": "85345074-9e38-43e4-88bc-2defb4969ccf", "status": "Creating", - "startTime": "2022-10-21T12:39:56.2848097Z", + "startTime": "2022-10-23T12:50:32.0775258Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1224,7 +1285,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1238,7 +1299,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:40:26 GMT", + "Date": "Sun, 23 Oct 2022 12:51:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1246,16 +1307,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3624621-7174-4c45-87b1-a62c8206405e", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T124027Z:d3624621-7174-4c45-87b1-a62c8206405e", + "x-ms-correlation-request-id": "ce3f954a-64eb-4528-acc6-14868ef06331", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125103Z:ce3f954a-64eb-4528-acc6-14868ef06331", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a", - "name": "462bf768-f493-42df-ac70-72981e69694a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf", + "name": "85345074-9e38-43e4-88bc-2defb4969ccf", "status": "Creating", - "startTime": "2022-10-21T12:39:56.2848097Z", + "startTime": "2022-10-23T12:50:32.0775258Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1264,7 +1325,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1278,7 +1339,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:40:57 GMT", + "Date": "Sun, 23 Oct 2022 12:51:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1286,16 +1347,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1a55659-6afa-4001-947f-f9ce4c853499", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T124057Z:d1a55659-6afa-4001-947f-f9ce4c853499", + "x-ms-correlation-request-id": "389ed136-2759-4923-aeab-5fd7cb9c26ce", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125134Z:389ed136-2759-4923-aeab-5fd7cb9c26ce", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a", - "name": "462bf768-f493-42df-ac70-72981e69694a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf", + "name": "85345074-9e38-43e4-88bc-2defb4969ccf", "status": "Creating", - "startTime": "2022-10-21T12:39:56.2848097Z", + "startTime": "2022-10-23T12:50:32.0775258Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1304,7 +1365,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1318,7 +1379,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:41:27 GMT", + "Date": "Sun, 23 Oct 2022 12:52:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1326,16 +1387,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8804ce3c-5106-49d4-a164-5c6bebb058f0", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T124128Z:8804ce3c-5106-49d4-a164-5c6bebb058f0", + "x-ms-correlation-request-id": "38fd1578-70b5-474e-9d74-d50f868975d5", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125204Z:38fd1578-70b5-474e-9d74-d50f868975d5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a", - "name": "462bf768-f493-42df-ac70-72981e69694a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf", + "name": "85345074-9e38-43e4-88bc-2defb4969ccf", "status": "Creating", - "startTime": "2022-10-21T12:39:56.2848097Z", + "startTime": "2022-10-23T12:50:32.0775258Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1344,7 +1405,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1358,7 +1419,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:41:58 GMT", + "Date": "Sun, 23 Oct 2022 12:52:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1366,16 +1427,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "281ec4db-7928-4687-950b-68383f9d022a", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T124158Z:281ec4db-7928-4687-950b-68383f9d022a", + "x-ms-correlation-request-id": "bfae98b3-57dd-4c0b-a440-50b3e058a520", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125234Z:bfae98b3-57dd-4c0b-a440-50b3e058a520", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a", - "name": "462bf768-f493-42df-ac70-72981e69694a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf", + "name": "85345074-9e38-43e4-88bc-2defb4969ccf", "status": "Creating", - "startTime": "2022-10-21T12:39:56.2848097Z", + "startTime": "2022-10-23T12:50:32.0775258Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1384,7 +1445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1398,7 +1459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:42:28 GMT", + "Date": "Sun, 23 Oct 2022 12:53:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1406,16 +1467,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8db7a800-5801-42bd-ba69-855fe6f20753", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T124228Z:8db7a800-5801-42bd-ba69-855fe6f20753", + "x-ms-correlation-request-id": "d6c2ece6-f78c-4d5e-9bca-892b49115be0", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125304Z:d6c2ece6-f78c-4d5e-9bca-892b49115be0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a", - "name": "462bf768-f493-42df-ac70-72981e69694a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf", + "name": "85345074-9e38-43e4-88bc-2defb4969ccf", "status": "Creating", - "startTime": "2022-10-21T12:39:56.2848097Z", + "startTime": "2022-10-23T12:50:32.0775258Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1424,7 +1485,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1438,7 +1499,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:42:58 GMT", + "Date": "Sun, 23 Oct 2022 12:53:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,16 +1507,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "012144c6-3296-447a-a8fb-ec0b7304a501", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T124258Z:012144c6-3296-447a-a8fb-ec0b7304a501", + "x-ms-correlation-request-id": "f9701bbb-c532-4908-bcb8-e4a3469c9fb5", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125335Z:f9701bbb-c532-4908-bcb8-e4a3469c9fb5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a", - "name": "462bf768-f493-42df-ac70-72981e69694a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf", + "name": "85345074-9e38-43e4-88bc-2defb4969ccf", "status": "Creating", - "startTime": "2022-10-21T12:39:56.2848097Z", + "startTime": "2022-10-23T12:50:32.0775258Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1464,7 +1525,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1478,7 +1539,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:43:28 GMT", + "Date": "Sun, 23 Oct 2022 12:54:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1486,16 +1547,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3bf354a-8c22-4a04-b699-3d066cb688d9", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T124329Z:e3bf354a-8c22-4a04-b699-3d066cb688d9", + "x-ms-correlation-request-id": "2250cb26-125f-4565-822e-d5c91d2321a8", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125405Z:2250cb26-125f-4565-822e-d5c91d2321a8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a", - "name": "462bf768-f493-42df-ac70-72981e69694a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf", + "name": "85345074-9e38-43e4-88bc-2defb4969ccf", "status": "Creating", - "startTime": "2022-10-21T12:39:56.2848097Z", + "startTime": "2022-10-23T12:50:32.0775258Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1504,7 +1565,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1518,7 +1579,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:43:59 GMT", + "Date": "Sun, 23 Oct 2022 12:54:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1526,16 +1587,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b10eca22-c41b-455e-956a-d2e10148a197", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T124359Z:b10eca22-c41b-455e-956a-d2e10148a197", + "x-ms-correlation-request-id": "bbc5dfc2-100c-4fd0-b4b4-1cbdd21f1487", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125435Z:bbc5dfc2-100c-4fd0-b4b4-1cbdd21f1487", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a", - "name": "462bf768-f493-42df-ac70-72981e69694a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf", + "name": "85345074-9e38-43e4-88bc-2defb4969ccf", "status": "Creating", - "startTime": "2022-10-21T12:39:56.2848097Z", + "startTime": "2022-10-23T12:50:32.0775258Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1544,7 +1605,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1558,7 +1619,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:44:29 GMT", + "Date": "Sun, 23 Oct 2022 12:55:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1566,17 +1627,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca7051da-1288-42b8-b37d-68ef489436ba", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T124430Z:ca7051da-1288-42b8-b37d-68ef489436ba", + "x-ms-correlation-request-id": "74647546-dd89-4811-bc7a-3a13aecbd74a", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125505Z:74647546-dd89-4811-bc7a-3a13aecbd74a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/462bf768-f493-42df-ac70-72981e69694a", - "name": "462bf768-f493-42df-ac70-72981e69694a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf", + "name": "85345074-9e38-43e4-88bc-2defb4969ccf", "status": "Succeeded", - "startTime": "2022-10-21T12:39:56.2848097Z", - "endTime": "2022-10-21T12:43:59.7690854Z", + "startTime": "2022-10-23T12:50:32.0775258Z", + "endTime": "2022-10-23T12:55:03.4973016Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" @@ -1598,8 +1659,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:44:30 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T12%3A43%3A59.7587777Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 12:55:05 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T12%3A55%3A03.4900006Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1607,22 +1668,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "01b763a7-51e8-433e-8ab5-936aae651da3", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T124430Z:01b763a7-51e8-433e-8ab5-936aae651da3", + "x-ms-correlation-request-id": "d5c090b6-92fc-40e0-a2ae-61286fe96f57", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125506Z:d5c090b6-92fc-40e0-a2ae-61286fe96f57", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434", "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c6cd2434", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A43%3A59.7587777Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T12%3A55%3A03.4900006Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T12:39:48.8436515Z" + "CreatedOnDate": "2022-10-23T12:50:30.4730930Z" }, "properties": { - "fileSystemId": "8d872474-3f86-a704-0388-57ce496d1ce6", + "fileSystemId": "0bb8c9ca-27df-20cd-849a-cdf36f5946e9", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-c6cd2434", "usageThreshold": 107374182400, @@ -1650,7 +1711,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_517eb601", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_8232c514", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1665,8 +1726,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "8d872474-3f86-a704-0388-57ce496d1ce6", - "fileSystemId": "8d872474-3f86-a704-0388-57ce496d1ce6", + "mountTargetId": "0bb8c9ca-27df-20cd-849a-cdf36f5946e9", + "fileSystemId": "0bb8c9ca-27df-20cd-849a-cdf36f5946e9", "ipAddress": "10.0.0.4" } ], @@ -1686,10 +1747,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T12:39:55.9707626Z", + "createdAt": "2022-10-23T12:50:31.7423881Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T12:39:55.9707626Z" + "lastModifiedAt": "2022-10-23T12:50:31.7423881Z" } } }, @@ -1730,12 +1791,12 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d53d55e2-4743-4b1e-ac16-dbd025911be2?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99329519-b2e8-4be8-8445-5a0ed14176cb?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:44:32 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T12%3A44%3A31.4136626Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 12:55:08 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T12%3A55%3A06.9540348Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1743,23 +1804,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4de10654-2d84-4d92-9a7a-47f3c03778b5", + "x-ms-correlation-request-id": "51fa63e3-3e24-44c4-b155-c10698163562", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T124433Z:4de10654-2d84-4d92-9a7a-47f3c03778b5", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125508Z:51fa63e3-3e24-44c4-b155-c10698163562", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434", "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c6cd2434", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A44%3A31.4136626Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T12%3A55%3A06.9540348Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T12:39:48.8436515Z" + "CreatedOnDate": "2022-10-23T12:50:30.4730930Z" }, "properties": { "provisioningState": "Updating", - "fileSystemId": "8d872474-3f86-a704-0388-57ce496d1ce6", + "fileSystemId": "0bb8c9ca-27df-20cd-849a-cdf36f5946e9", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-c6cd2434", "usageThreshold": 107374182400, @@ -1787,7 +1848,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_517eb601", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_8232c514", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1802,8 +1863,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "8d872474-3f86-a704-0388-57ce496d1ce6", - "fileSystemId": "8d872474-3f86-a704-0388-57ce496d1ce6", + "mountTargetId": "0bb8c9ca-27df-20cd-849a-cdf36f5946e9", + "fileSystemId": "0bb8c9ca-27df-20cd-849a-cdf36f5946e9", "ipAddress": "10.0.0.4" } ], @@ -1822,55 +1883,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T12:39:55.9707626Z", + "createdAt": "2022-10-23T12:50:31.7423881Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T12:39:55.9707626Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d53d55e2-4743-4b1e-ac16-dbd025911be2?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:44: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": "b4b72d4e-be40-451f-8333-a353126dd02a", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T124433Z:b4b72d4e-be40-451f-8333-a353126dd02a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d53d55e2-4743-4b1e-ac16-dbd025911be2", - "name": "d53d55e2-4743-4b1e-ac16-dbd025911be2", - "status": "Updating", - "startTime": "2022-10-21T12:44:31.4060789Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" + "lastModifiedAt": "2022-10-23T12:50:31.7423881Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d53d55e2-4743-4b1e-ac16-dbd025911be2?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99329519-b2e8-4be8-8445-5a0ed14176cb?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1884,7 +1905,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:45:03 GMT", + "Date": "Sun, 23 Oct 2022 12:55:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1892,17 +1913,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b819064b-b4df-4944-8c05-2a919f933a7d", + "x-ms-correlation-request-id": "50834079-6e4f-423c-bf15-8f64890b9298", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T124503Z:b819064b-b4df-4944-8c05-2a919f933a7d", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125509Z:50834079-6e4f-423c-bf15-8f64890b9298", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d53d55e2-4743-4b1e-ac16-dbd025911be2", - "name": "d53d55e2-4743-4b1e-ac16-dbd025911be2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99329519-b2e8-4be8-8445-5a0ed14176cb", + "name": "99329519-b2e8-4be8-8445-5a0ed14176cb", "status": "Succeeded", - "startTime": "2022-10-21T12:44:31.4060789Z", - "endTime": "2022-10-21T12:44:34.3284873Z", + "startTime": "2022-10-23T12:55:06.9504407Z", + "endTime": "2022-10-23T12:55:09.0598554Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" @@ -1924,8 +1945,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:45:04 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T12%3A44%3A34.3249966Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 12:55:09 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T12%3A55%3A09.0658358Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1933,30 +1954,30 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "495ea499-13a1-4def-a682-041ce6de8443", + "x-ms-correlation-request-id": "0b07f622-8e67-4371-befb-d1a5e5ba241e", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T124504Z:495ea499-13a1-4def-a682-041ce6de8443", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125509Z:0b07f622-8e67-4371-befb-d1a5e5ba241e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434", "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c6cd2434", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A44%3A34.3249966Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T12%3A55%3A09.0658358Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T12:44:31.0958460Z" + "CreatedOnDate": "2022-10-23T12:55:06.6348131Z" }, "properties": { "provisioningState": "Succeeded", - "fileSystemId": "8d872474-3f86-a704-0388-57ce496d1ce6", + "fileSystemId": "0bb8c9ca-27df-20cd-849a-cdf36f5946e9", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-c6cd2434", "usageThreshold": 214748364800, "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_517eb601", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_8232c514", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default", "networkFeatures": "Basic", "snapshotDirectoryVisible": true, @@ -1969,8 +1990,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "8d872474-3f86-a704-0388-57ce496d1ce6", - "fileSystemId": "8d872474-3f86-a704-0388-57ce496d1ce6", + "mountTargetId": "0bb8c9ca-27df-20cd-849a-cdf36f5946e9", + "fileSystemId": "0bb8c9ca-27df-20cd-849a-cdf36f5946e9", "ipAddress": "10.0.0.4" } ], @@ -1988,10 +2009,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T12:39:55.9707626Z", + "createdAt": "2022-10-23T12:50:31.7423881Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T12:44:31.2720114Z" + "lastModifiedAt": "2022-10-23T12:55:06.8145672Z" } } }, @@ -2008,25 +2029,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 12:45:04 GMT", + "Date": "Sun, 23 Oct 2022 12:55:09 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342?api-version=2022-05-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": "d1927e9f-f3ab-40d0-b3e4-b07a9cd1021b", + "x-ms-correlation-request-id": "8327b56b-aad9-44a5-9df7-5315a955319f", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T124505Z:d1927e9f-f3ab-40d0-b3e4-b07a9cd1021b", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125510Z:8327b56b-aad9-44a5-9df7-5315a955319f", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2040,7 +2061,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:45:05 GMT", + "Date": "Sun, 23 Oct 2022 12:55:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2048,16 +2069,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4f645415-a658-4f02-9057-e88d06898ebb", + "x-ms-correlation-request-id": "0e5a80f3-d781-42ed-81cb-310d24482253", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T124505Z:4f645415-a658-4f02-9057-e88d06898ebb", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125510Z:0e5a80f3-d781-42ed-81cb-310d24482253", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e", - "name": "d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342", + "name": "5dd4e29e-ab93-4634-af61-3e386f336342", "status": "Deleting", - "startTime": "2022-10-21T12:45:04.9130066Z", + "startTime": "2022-10-23T12:55:10.200571Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2066,7 +2087,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2080,7 +2101,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:45:35 GMT", + "Date": "Sun, 23 Oct 2022 12:55:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2088,16 +2109,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "49a61fc1-e0cf-4f2f-a50e-aa268fabbc00", + "x-ms-correlation-request-id": "1094ef11-b270-4d68-90fc-444dd0740bf6", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T124535Z:49a61fc1-e0cf-4f2f-a50e-aa268fabbc00", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125540Z:1094ef11-b270-4d68-90fc-444dd0740bf6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e", - "name": "d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342", + "name": "5dd4e29e-ab93-4634-af61-3e386f336342", "status": "Deleting", - "startTime": "2022-10-21T12:45:04.9130066Z", + "startTime": "2022-10-23T12:55:10.200571Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2106,7 +2127,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2120,7 +2141,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:46:05 GMT", + "Date": "Sun, 23 Oct 2022 12:56:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2128,16 +2149,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3dcba08-e474-4ec3-af17-61dcc602aaa3", + "x-ms-correlation-request-id": "795bf56d-2e2d-455c-9614-081ff483d7e3", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T124605Z:f3dcba08-e474-4ec3-af17-61dcc602aaa3", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125611Z:795bf56d-2e2d-455c-9614-081ff483d7e3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e", - "name": "d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342", + "name": "5dd4e29e-ab93-4634-af61-3e386f336342", "status": "Deleting", - "startTime": "2022-10-21T12:45:04.9130066Z", + "startTime": "2022-10-23T12:55:10.200571Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2146,7 +2167,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2160,7 +2181,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:46:35 GMT", + "Date": "Sun, 23 Oct 2022 12:56:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2168,16 +2189,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7beac8de-e108-43ee-a438-d1645cd320f1", + "x-ms-correlation-request-id": "66847c4f-c0ed-499b-af61-081d6948cf4b", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T124636Z:7beac8de-e108-43ee-a438-d1645cd320f1", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125642Z:66847c4f-c0ed-499b-af61-081d6948cf4b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e", - "name": "d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342", + "name": "5dd4e29e-ab93-4634-af61-3e386f336342", "status": "Deleting", - "startTime": "2022-10-21T12:45:04.9130066Z", + "startTime": "2022-10-23T12:55:10.200571Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2186,7 +2207,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2200,7 +2221,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:47:06 GMT", + "Date": "Sun, 23 Oct 2022 12:57:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2208,17 +2229,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "24170c63-9058-4dfc-9595-8f1bf1c0e66e", + "x-ms-correlation-request-id": "f8d42cdc-62e5-4c4e-a54f-17a5465fb3ac", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T124706Z:24170c63-9058-4dfc-9595-8f1bf1c0e66e", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125712Z:f8d42cdc-62e5-4c4e-a54f-17a5465fb3ac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e", - "name": "d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342", + "name": "5dd4e29e-ab93-4634-af61-3e386f336342", + "status": "Deleting", + "startTime": "2022-10-23T12:55:10.200571Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 12:57: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": "ee5dbd84-fbfb-4136-87b4-1859d46b773e", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125742Z:ee5dbd84-fbfb-4136-87b4-1859d46b773e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342", + "name": "5dd4e29e-ab93-4634-af61-3e386f336342", "status": "Succeeded", - "startTime": "2022-10-21T12:45:04.9130066Z", - "endTime": "2022-10-21T12:46:44.2112417Z", + "startTime": "2022-10-23T12:55:10.200571Z", + "endTime": "2022-10-23T12:57:15.3387441Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" @@ -2226,7 +2287,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7adaba6-0db3-4fe5-bc4e-12dbc319bc2e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2240,7 +2301,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:47:06 GMT", + "Date": "Sun, 23 Oct 2022 12:57:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2248,22 +2309,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4bdde1b-65f7-4ea2-8551-07c54a2a719e", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T124706Z:c4bdde1b-65f7-4ea2-8551-07c54a2a719e", + "x-ms-correlation-request-id": "c4e7065d-446e-4bf5-a5c8-e831ea87bc5c", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T125742Z:c4e7065d-446e-4bf5-a5c8-e831ea87bc5c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434", "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c6cd2434", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A46%3A38.8357481Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T12%3A57%3A05.9664279Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T12:44:31.0958460Z" + "CreatedOnDate": "2022-10-23T12:55:06.6348131Z" }, "properties": { - "fileSystemId": "8d872474-3f86-a704-0388-57ce496d1ce6", + "fileSystemId": "0bb8c9ca-27df-20cd-849a-cdf36f5946e9", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-c6cd2434", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2271,7 +2332,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_517eb601", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_8232c514", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default", "networkFeatures": "Basic", "snapshotDirectoryVisible": true, @@ -2280,8 +2341,8 @@ "mountTargets": [ { "provisioningState": "", - "mountTargetId": "8d872474-3f86-a704-0388-57ce496d1ce6", - "fileSystemId": "8d872474-3f86-a704-0388-57ce496d1ce6", + "mountTargetId": "0bb8c9ca-27df-20cd-849a-cdf36f5946e9", + "fileSystemId": "0bb8c9ca-27df-20cd-849a-cdf36f5946e9", "startIp": "", "endIp": "", "gateway": "", @@ -2312,10 +2373,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T12:39:55.9707626Z", + "createdAt": "2022-10-23T12:50:31.7423881Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T12:44:31.2720114Z" + "lastModifiedAt": "2022-10-23T12:55:06.8145672Z" } } }, @@ -2334,14 +2395,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:50:28 GMT", + "Date": "Sun, 23 Oct 2022 13:01:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b680ee31-33c3-4e03-a58e-208fa4496b5b", + "x-ms-correlation-request-id": "4a4705e0-0530-4524-a899-df7f9308be84", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T125028Z:b680ee31-33c3-4e03-a58e-208fa4496b5b" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130105Z:4a4705e0-0530-4524-a899-df7f9308be84" }, "ResponseBody": { "error": { @@ -2364,14 +2425,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 12:50:40 GMT", + "Date": "Sun, 23 Oct 2022 13:01:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b45ed70b-58c7-4940-ab8a-3d25668896f2", + "x-ms-correlation-request-id": "76ecec88-6242-4598-b710-37f4c4e1da08", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T125040Z:b45ed70b-58c7-4940-ab8a-3d25668896f2" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130117Z:76ecec88-6242-4598-b710-37f4c4e1da08" }, "ResponseBody": null }, @@ -2389,14 +2450,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 12:50:50 GMT", + "Date": "Sun, 23 Oct 2022 13:01:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae7926de-0672-467f-8c68-45e0bab58220", + "x-ms-correlation-request-id": "9a4a4566-dc64-4571-8de2-fdcbc26c1738", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T125051Z:ae7926de-0672-467f-8c68-45e0bab58220" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130127Z:9a4a4566-dc64-4571-8de2-fdcbc26c1738" }, "ResponseBody": null }, @@ -2414,14 +2475,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 12:51:01 GMT", + "Date": "Sun, 23 Oct 2022 13:01:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53bb8c94-daeb-46c8-8268-8029d46ae10f", + "x-ms-correlation-request-id": "6ea5b004-950f-41c0-a04a-ecd31906cc61", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T125101Z:53bb8c94-daeb-46c8-8268-8029d46ae10f" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130138Z:6ea5b004-950f-41c0-a04a-ecd31906cc61" }, "ResponseBody": null }, @@ -2439,14 +2500,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 12:51:11 GMT", + "Date": "Sun, 23 Oct 2022 13:01:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "39b18da5-dba7-430a-8e9e-5403688f2547", + "x-ms-correlation-request-id": "ad8c5c57-de06-4ecb-9e3c-0816f9d63ccf", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T125111Z:39b18da5-dba7-430a-8e9e-5403688f2547" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130148Z:ad8c5c57-de06-4ecb-9e3c-0816f9d63ccf" }, "ResponseBody": null }, @@ -2464,14 +2525,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 12:51:21 GMT", + "Date": "Sun, 23 Oct 2022 13:01:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ecec8c8f-9fe8-4e7f-8b73-0a00eb366d2d", + "x-ms-correlation-request-id": "bdf9a128-b7f5-4bac-a657-828993f0232f", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T125121Z:ecec8c8f-9fe8-4e7f-8b73-0a00eb366d2d" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130158Z:bdf9a128-b7f5-4bac-a657-828993f0232f" }, "ResponseBody": null }, @@ -2490,14 +2551,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:51:31 GMT", + "Date": "Sun, 23 Oct 2022 13:02:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d217ab6c-712c-4b02-9d5a-0a9bfbdd2dfb", + "x-ms-correlation-request-id": "48a0429e-a783-4c1b-9464-d6f8e845f567", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T125132Z:d217ab6c-712c-4b02-9d5a-0a9bfbdd2dfb" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130208Z:48a0429e-a783-4c1b-9464-d6f8e845f567" }, "ResponseBody": { "error": { @@ -2520,14 +2581,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 12:51:31 GMT", + "Date": "Sun, 23 Oct 2022 13:02:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c9d09a4-789d-471e-a78f-13e52e7220a0", + "x-ms-correlation-request-id": "b70ac6c7-b0ce-49fc-ae89-cd8e62981716", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T125132Z:1c9d09a4-789d-471e-a78f-13e52e7220a0" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130209Z:b70ac6c7-b0ce-49fc-ae89-cd8e62981716" }, "ResponseBody": null }, @@ -2546,14 +2607,14 @@ "Cache-Control": "no-cache", "Content-Length": "254", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:51:32 GMT", + "Date": "Sun, 23 Oct 2022 13:02:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a338a60-bfa6-42da-9102-d915fbe4e5f8", + "x-ms-correlation-request-id": "42e26a01-f934-45d5-b1a3-41b203024943", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T125132Z:8a338a60-bfa6-42da-9102-d915fbe4e5f8" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130209Z:42e26a01-f934-45d5-b1a3-41b203024943" }, "ResponseBody": { "error": { @@ -2576,12 +2637,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ff44de25-535b-4f18-a131-5fc354d536d4?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2c5003b0-38c7-4168-b6a5-4dd7b68f2d83?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 12:51:33 GMT", + "Date": "Sun, 23 Oct 2022 13:02:10 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/ff44de25-535b-4f18-a131-5fc354d536d4?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/2c5003b0-38c7-4168-b6a5-4dd7b68f2d83?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2590,10 +2651,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "80974164-7fe9-48f3-9b53-0f2838192de5", - "x-ms-correlation-request-id": "0c95e7ec-480c-4839-9797-d8f3434635e8", + "x-ms-arm-service-request-id": "f8286c6d-a5f6-47bc-9a30-e5a7d81a6830", + "x-ms-correlation-request-id": "f6a7feef-6b79-4a25-801f-cd7874783d24", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T125133Z:0c95e7ec-480c-4839-9797-d8f3434635e8" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T130210Z:f6a7feef-6b79-4a25-801f-cd7874783d24" }, "ResponseBody": null } 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 4ceca7894845..b93e0939c389 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:36:54 GMT", + "Date": "Sat, 22 Oct 2022 23:39:35 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.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:36:54 GMT", + "Date": "Sat, 22 Oct 2022 23:39:35 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "2375ff16-480a-4a77-bec3-e2fbdcd942f1", + "client-request-id": "a9401488-1870-4c59-9d23-c5107d22d2f6", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "2375ff16-480a-4a77-bec3-e2fbdcd942f1", + "client-request-id": "a9401488-1870-4c59-9d23-c5107d22d2f6", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:36:54 GMT", + "Date": "Sat, 22 Oct 2022 23:39:35 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/bdd36130-8733-4a8e-bfea-0439061a54a6?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f05d6477-3085-49f4-84ea-93041471f089?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "756", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:37:01 GMT", + "Date": "Sat, 22 Oct 2022 23:39:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "52bd0c14-1691-4708-93fc-853dae86cf89", - "x-ms-correlation-request-id": "33f9a62d-9c74-4c75-a997-de08d3a194c5", + "x-ms-arm-service-request-id": "11eeb1d6-b95a-4cb4-8f2f-0784af93f653", + "x-ms-correlation-request-id": "8eb410ef-7583-426c-bf92-b0cdd0129f17", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113701Z:33f9a62d-9c74-4c75-a997-de08d3a194c5" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T233946Z:8eb410ef-7583-426c-bf92-b0cdd0129f17" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-b2-86eb264b", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b", - "etag": "W/\u0022a692a403-01e3-4e0b-9ea5-a01bb634c2b4\u0022", + "etag": "W/\u0022dec0cade-17c3-4613-9d8d-3be27161b852\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:36:57.2565523Z" + "CreatedOnDate": "2022-10-22T23:39:38.1160391Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "26a5ed13-b2ee-4e98-9a60-e9314b79302b", + "resourceGuid": "fd846777-279a-41c9-afc1-c934870cede6", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/bdd36130-8733-4a8e-bfea-0439061a54a6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f05d6477-3085-49f4-84ea-93041471f089?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:37:01 GMT", + "Date": "Sat, 22 Oct 2022 23:39:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -304,10 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fc87c830-d0cd-4a8a-949e-22f5852b7f5f", - "x-ms-correlation-request-id": "9731868a-20c4-4ef8-a402-68b86d11411b", + "x-ms-arm-service-request-id": "3290b37c-d1c4-4872-b0f6-ab03bc828e92", + "x-ms-correlation-request-id": "a0b9fa86-9d9c-4e74-8e57-d68f4595741c", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113701Z:9731868a-20c4-4ef8-a402-68b86d11411b" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T233946Z:a0b9fa86-9d9c-4e74-8e57-d68f4595741c" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:37:01 GMT", - "ETag": "W/\u0022b8149bdb-4a97-4b02-99e2-97531ab9ccdb\u0022", + "Date": "Sat, 22 Oct 2022 23:39:46 GMT", + "ETag": "W/\u0022f6fdbf6c-1dc8-466b-b199-193d29c8c3a5\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fe9ecf2f-7a3a-417c-b417-343f0e119c24", - "x-ms-correlation-request-id": "a7dac506-64d4-4f64-99ba-d15cfb3ae3d6", + "x-ms-arm-service-request-id": "195bec4d-40f0-46ef-a54e-f420db35d3e8", + "x-ms-correlation-request-id": "a35c73b5-818a-4b56-a924-8bc832ce5f09", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113702Z:a7dac506-64d4-4f64-99ba-d15cfb3ae3d6" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T233946Z:a35c73b5-818a-4b56-a924-8bc832ce5f09" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-b2-86eb264b", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b", - "etag": "W/\u0022b8149bdb-4a97-4b02-99e2-97531ab9ccdb\u0022", + "etag": "W/\u0022f6fdbf6c-1dc8-466b-b199-193d29c8c3a5\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:36:57.2565523Z" + "CreatedOnDate": "2022-10-22T23:39:38.1160391Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "26a5ed13-b2ee-4e98-9a60-e9314b79302b", + "resourceGuid": "fd846777-279a-41c9-afc1-c934870cede6", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/11a243e9-21dd-4084-92db-b7622a420011?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0330d9b2-2c1c-4d73-be94-67e5f33e004e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:37:02 GMT", + "Date": "Sat, 22 Oct 2022 23:39:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "22788b5c-bb32-4778-af8d-7e0dabdcab3b", - "x-ms-correlation-request-id": "b486feaa-0ed2-4087-916c-3ca7ad9386c8", + "x-ms-arm-service-request-id": "ee77854f-a11d-43fb-a4dc-8f842b4563c8", + "x-ms-correlation-request-id": "5f02ec52-216d-4562-af1f-76ccef798374", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113703Z:b486feaa-0ed2-4087-916c-3ca7ad9386c8" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T233947Z:5f02ec52-216d-4562-af1f-76ccef798374" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "etag": "W/\u0022a2a5f8be-0757-438e-a762-4ba226738001\u0022", + "etag": "W/\u0022c3c8194a-f48e-4120-b5e5-21a8a27573e9\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022a2a5f8be-0757-438e-a762-4ba226738001\u0022", + "etag": "W/\u0022c3c8194a-f48e-4120-b5e5-21a8a27573e9\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/11a243e9-21dd-4084-92db-b7622a420011?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0330d9b2-2c1c-4d73-be94-67e5f33e004e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:37:02 GMT", + "Date": "Sat, 22 Oct 2022 23:39:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fe141320-1e48-4bee-9797-4d3e921ed279", - "x-ms-correlation-request-id": "e7163c66-d345-40ef-bce1-e7a931a79f62", + "x-ms-arm-service-request-id": "25b27cc0-9637-47bf-93bc-af6a0f531496", + "x-ms-correlation-request-id": "5dd4c122-fe51-4e3e-bd94-317956d698fe", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113703Z:e7163c66-d345-40ef-bce1-e7a931a79f62" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T233947Z:5dd4c122-fe51-4e3e-bd94-317956d698fe" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:37:03 GMT", - "ETag": "W/\u0022a84c4a56-b4d4-4f38-a003-ac03e8ab41f3\u0022", + "Date": "Sat, 22 Oct 2022 23:39:48 GMT", + "ETag": "W/\u002283c16a9a-e3e5-4b12-9fd6-7b2c3d0301f1\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8fd0023a-fb60-4ac8-b53b-f50b02d623ac", - "x-ms-correlation-request-id": "6c89ea89-9a64-4326-aa84-7df34d0365f0", + "x-ms-arm-service-request-id": "45cbdadb-ed06-4e0d-8484-0e1ccee109bc", + "x-ms-correlation-request-id": "8e39052a-e34b-4961-8cf6-57f62fa942ea", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113703Z:6c89ea89-9a64-4326-aa84-7df34d0365f0" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T233948Z:8e39052a-e34b-4961-8cf6-57f62fa942ea" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "etag": "W/\u0022a84c4a56-b4d4-4f38-a003-ac03e8ab41f3\u0022", + "etag": "W/\u002283c16a9a-e3e5-4b12-9fd6-7b2c3d0301f1\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022a84c4a56-b4d4-4f38-a003-ac03e8ab41f3\u0022", + "etag": "W/\u002283c16a9a-e3e5-4b12-9fd6-7b2c3d0301f1\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -565,11 +565,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/c54c7a84-6cfa-4a0e-9c59-474bad50d780?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/e610de86-c4af-488e-b30c-7df7f0f1e971?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "746", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:37:06 GMT", + "Date": "Sat, 22 Oct 2022 23:39:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -579,23 +579,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ac7d5769-b3f3-44ab-bcee-f3221e845010", - "x-ms-correlation-request-id": "3b144615-dd4f-4fce-97ad-4e6be43b5925", + "x-ms-arm-service-request-id": "35f877d2-edd6-41fa-a163-71012a5bf4c0", + "x-ms-correlation-request-id": "7f40193c-9d41-4661-94d6-1288be0524bb", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113707Z:3b144615-dd4f-4fce-97ad-4e6be43b5925" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T233953Z:7f40193c-9d41-4661-94d6-1288be0524bb" }, "ResponseBody": { "name": "sdk-python-tests-vnet-R-b2-86eb264b", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b", - "etag": "W/\u00222dbd1ca1-5e22-4dba-8270-a8bb08273bd1\u0022", + "etag": "W/\u0022e366dfd1-6664-41df-9df0-7a234e83986b\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-21T11:37:03.8005955Z" + "CreatedOnDate": "2022-10-22T23:39:48.3240075Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "d0d49774-fad4-4101-bbcf-0647376c9040", + "resourceGuid": "415a547b-f986-4c65-9ce4-ae77a9533048", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -608,7 +608,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/c54c7a84-6cfa-4a0e-9c59-474bad50d780?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/e610de86-c4af-488e-b30c-7df7f0f1e971?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -622,7 +622,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:37:06 GMT", + "Date": "Sat, 22 Oct 2022 23:39:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -634,17 +634,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8c81a61b-6ae7-4e19-9a2e-01ea1f6c2f03", - "x-ms-correlation-request-id": "c5a7cb37-1e1b-47f6-a9db-af1aa3325e26", + "x-ms-arm-service-request-id": "6d16a9ea-f867-4fc6-8654-f931d6108caa", + "x-ms-correlation-request-id": "bbc06711-05e7-4d3c-a7f3-d9ee9b49248b", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113707Z:c5a7cb37-1e1b-47f6-a9db-af1aa3325e26" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T233953Z:bbc06711-05e7-4d3c-a7f3-d9ee9b49248b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/c54c7a84-6cfa-4a0e-9c59-474bad50d780?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/e610de86-c4af-488e-b30c-7df7f0f1e971?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -658,7 +658,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:37:17 GMT", + "Date": "Sat, 22 Oct 2022 23:40:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -669,10 +669,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cedebafa-3e75-414c-b600-136f1528e077", - "x-ms-correlation-request-id": "45e9d909-616a-415e-8f59-98000001ad6f", + "x-ms-arm-service-request-id": "5e74691e-12c1-4511-a093-a16196fce57c", + "x-ms-correlation-request-id": "873fe1d4-bcbe-4517-9cb6-c34a1e77bab3", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113718Z:45e9d909-616a-415e-8f59-98000001ad6f" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234003Z:873fe1d4-bcbe-4517-9cb6-c34a1e77bab3" }, "ResponseBody": { "status": "Succeeded" @@ -693,8 +693,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:37:17 GMT", - "ETag": "W/\u002273c19ee8-c7e6-476f-aacc-e552b2cf55ae\u0022", + "Date": "Sat, 22 Oct 2022 23:40:03 GMT", + "ETag": "W/\u0022c115adf4-d917-4955-851a-0bb187b70f20\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -705,23 +705,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "69317f41-2755-4f08-bc91-1f39596ad21e", - "x-ms-correlation-request-id": "30c9e319-095b-4dfa-bba2-387b3c9df563", + "x-ms-arm-service-request-id": "a1b4e358-10fd-4c85-ab0b-5316f1853f8e", + "x-ms-correlation-request-id": "112b7ec4-7395-4faf-93c2-398343cc051d", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113718Z:30c9e319-095b-4dfa-bba2-387b3c9df563" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234004Z:112b7ec4-7395-4faf-93c2-398343cc051d" }, "ResponseBody": { "name": "sdk-python-tests-vnet-R-b2-86eb264b", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b", - "etag": "W/\u002273c19ee8-c7e6-476f-aacc-e552b2cf55ae\u0022", + "etag": "W/\u0022c115adf4-d917-4955-851a-0bb187b70f20\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-21T11:37:03.8005955Z" + "CreatedOnDate": "2022-10-22T23:39:48.3240075Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "d0d49774-fad4-4101-bbcf-0647376c9040", + "resourceGuid": "415a547b-f986-4c65-9ce4-ae77a9533048", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -760,11 +760,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/68c6badf-c124-4b14-983d-b46dc050c9fa?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/45108ec7-ae05-4b5d-9420-c0b480b56802?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1324", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:37:18 GMT", + "Date": "Sat, 22 Oct 2022 23:40:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -774,15 +774,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "949cf5b5-cd2c-40f5-a9cf-6c7fade464ad", - "x-ms-correlation-request-id": "ffc536ea-0067-4d7d-b9d0-0d47a97e0d09", + "x-ms-arm-service-request-id": "b9c67c7a-421b-4e66-8472-13a602ec66ac", + "x-ms-correlation-request-id": "22d0d30c-bb7c-4a33-83ae-fc70a32f8741", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113718Z:ffc536ea-0067-4d7d-b9d0-0d47a97e0d09" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234004Z:22d0d30c-bb7c-4a33-83ae-fc70a32f8741" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "etag": "W/\u002268acdbba-17c6-473e-996b-f916071f4694\u0022", + "etag": "W/\u00227da2c0f1-c97e-43e9-99db-9131e5d6d436\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -790,7 +790,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002268acdbba-17c6-473e-996b-f916071f4694\u0022", + "etag": "W/\u00227da2c0f1-c97e-43e9-99db-9131e5d6d436\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -810,7 +810,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/68c6badf-c124-4b14-983d-b46dc050c9fa?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/45108ec7-ae05-4b5d-9420-c0b480b56802?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -824,9 +824,10 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:37:18 GMT", + "Date": "Sat, 22 Oct 2022 23:40:04 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" @@ -835,10 +836,45 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "349c7eba-415c-4de8-a951-2b74915c5ca2", - "x-ms-correlation-request-id": "522c46b2-9edb-4b55-a985-1476cbdd7f10", + "x-ms-arm-service-request-id": "3f69e5f4-bda0-4c7a-bd7f-58b725ce849b", + "x-ms-correlation-request-id": "fab4a486-82f6-49f7-8986-82920a3cf366", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113719Z:522c46b2-9edb-4b55-a985-1476cbdd7f10" + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234004Z:fab4a486-82f6-49f7-8986-82920a3cf366" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/45108ec7-ae05-4b5d-9420-c0b480b56802?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:40:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "e076d26c-4046-49ac-8459-36e35463f0e9", + "x-ms-correlation-request-id": "8ca532b8-cbec-4819-af30-4ae518f23712", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234015Z:8ca532b8-cbec-4819-af30-4ae518f23712" }, "ResponseBody": { "status": "Succeeded" @@ -859,8 +895,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:37:18 GMT", - "ETag": "W/\u002293762a48-f4ef-4fca-839c-51ac5537df59\u0022", + "Date": "Sat, 22 Oct 2022 23:40:15 GMT", + "ETag": "W/\u002278eace71-fe65-4769-8aa3-8aa9c254b099\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -871,15 +907,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5b479dd6-ed62-449a-bc06-eb6091272172", - "x-ms-correlation-request-id": "71ddd05c-447b-4dbf-9cc9-3d6c96eb903b", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113719Z:71ddd05c-447b-4dbf-9cc9-3d6c96eb903b" + "x-ms-arm-service-request-id": "85fe51fc-fc00-4493-a49d-4c3e48258df6", + "x-ms-correlation-request-id": "120e5531-4c4a-4440-8523-6b65deba025b", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234015Z:120e5531-4c4a-4440-8523-6b65deba025b" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "etag": "W/\u002293762a48-f4ef-4fca-839c-51ac5537df59\u0022", + "etag": "W/\u002278eace71-fe65-4769-8aa3-8aa9c254b099\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -887,7 +923,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002293762a48-f4ef-4fca-839c-51ac5537df59\u0022", + "etag": "W/\u002278eace71-fe65-4769-8aa3-8aa9c254b099\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -923,12 +959,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:37:19 GMT", + "Date": "Sat, 22 Oct 2022 23:40:15 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -1017,7 +1053,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:37:19 GMT", + "Date": "Sat, 22 Oct 2022 23:40:15 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -1078,7 +1114,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "12840d90-2516-435b-9d7b-ad100d749da6", + "client-request-id": "ff866fe5-5d1b-4f96-8a5c-dbf672865e11", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -1096,10 +1132,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "12840d90-2516-435b-9d7b-ad100d749da6", + "client-request-id": "ff866fe5-5d1b-4f96-8a5c-dbf672865e11", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:37:19 GMT", + "Date": "Sat, 22 Oct 2022 23:40:15 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -1107,7 +1143,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -1134,30 +1170,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b04e9e2-36af-4bbd-99f0-60e2ff3b9f2c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae37259e-9a31-4a9d-ae32-b91a11a0f18b?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "711", + "Content-Length": "712", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:37:23 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A37%3A23.249921Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:40:20 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A40%3A18.9634907Z\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": "9b8c59fb-88a8-4992-8dc5-e970a866ffc9", + "x-ms-correlation-request-id": "75cf347f-e06c-4d67-9796-d28737ba0845", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113724Z:9b8c59fb-88a8-4992-8dc5-e970a866ffc9", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234020Z:75cf347f-e06c-4d67-9796-d28737ba0845", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A37%3A23.249921Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A40%3A18.9634907Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:37:20.9813370Z" + "CreatedOnDate": "2022-10-22T23:40:16.9048468Z" }, "properties": { "provisioningState": "Creating" @@ -1165,15 +1201,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:37:21.9878896Z", + "createdAt": "2022-10-22T23:40:17.9211885Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:21.9878896Z" + "lastModifiedAt": "2022-10-22T23:40:17.9211885Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b04e9e2-36af-4bbd-99f0-60e2ff3b9f2c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae37259e-9a31-4a9d-ae32-b91a11a0f18b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1187,7 +1223,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:37:23 GMT", + "Date": "Sat, 22 Oct 2022 23:40:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1195,17 +1231,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "239ae985-f689-4bad-adf2-a87ff773cc71", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113724Z:239ae985-f689-4bad-adf2-a87ff773cc71", + "x-ms-correlation-request-id": "65c581d5-81c5-47cf-b798-8e90b4f640ad", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234020Z:65c581d5-81c5-47cf-b798-8e90b4f640ad", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b04e9e2-36af-4bbd-99f0-60e2ff3b9f2c", - "name": "4b04e9e2-36af-4bbd-99f0-60e2ff3b9f2c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae37259e-9a31-4a9d-ae32-b91a11a0f18b", + "name": "ae37259e-9a31-4a9d-ae32-b91a11a0f18b", "status": "Succeeded", - "startTime": "2022-10-21T11:37:23.2476829Z", - "endTime": "2022-10-21T11:37:23.2789444Z", + "startTime": "2022-10-22T23:40:18.9604627Z", + "endTime": "2022-10-22T23:40:19.0229624Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b" @@ -1227,8 +1263,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:37:24 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A37%3A23.2833927Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:40:20 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A40%3A19.03032Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1236,19 +1272,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70c928df-5537-4bc4-95ef-76636cae4e20", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113725Z:70c928df-5537-4bc4-95ef-76636cae4e20", + "x-ms-correlation-request-id": "7528275c-e7be-465b-a72c-a4f0e0faf1b9", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234021Z:7528275c-e7be-465b-a72c-a4f0e0faf1b9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A37%3A23.2833927Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A40%3A19.03032Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:37:20.9813370Z" + "CreatedOnDate": "2022-10-22T23:40:16.9048468Z" }, "properties": { "activeDirectories": [ @@ -1277,10 +1313,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:37:21.9878896Z", + "createdAt": "2022-10-22T23:40:17.9211885Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:21.9878896Z" + "lastModifiedAt": "2022-10-22T23:40:17.9211885Z" } } }, @@ -1306,30 +1342,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/49f8cc58-330d-4d0f-b368-aff603ed4319?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/58d9aab8-f5af-41f6-b29e-a52aa9fd5719?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "928", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:37:26 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A37%3A26.8498573Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:40:23 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A40%3A22.9132151Z\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": "b20a1d59-0998-43bb-b60b-cf6ee66ede58", + "x-ms-correlation-request-id": "37e1536b-14cd-4ab0-864a-4b98e5e12720", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113727Z:b20a1d59-0998-43bb-b60b-cf6ee66ede58", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234024Z:37e1536b-14cd-4ab0-864a-4b98e5e12720", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A37%3A26.8498573Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A40%3A22.9132151Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:37:25.2957471Z" + "CreatedOnDate": "2022-10-22T23:40:21.4985555Z" }, "properties": { "serviceLevel": "Premium", @@ -1343,15 +1379,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:37:26.3335486Z", + "createdAt": "2022-10-22T23:40:22.6591209Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:26.3335486Z" + "lastModifiedAt": "2022-10-22T23:40:22.6591209Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/49f8cc58-330d-4d0f-b368-aff603ed4319?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/58d9aab8-f5af-41f6-b29e-a52aa9fd5719?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1365,7 +1401,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:37:26 GMT", + "Date": "Sat, 22 Oct 2022 23:40:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1373,17 +1409,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9d36f392-8b6b-4224-b429-41eeaae17216", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113727Z:9d36f392-8b6b-4224-b429-41eeaae17216", + "x-ms-correlation-request-id": "ef866648-ab87-4828-8a03-b2279c607521", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234024Z:ef866648-ab87-4828-8a03-b2279c607521", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/49f8cc58-330d-4d0f-b368-aff603ed4319", - "name": "49f8cc58-330d-4d0f-b368-aff603ed4319", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/58d9aab8-f5af-41f6-b29e-a52aa9fd5719", + "name": "58d9aab8-f5af-41f6-b29e-a52aa9fd5719", "status": "Succeeded", - "startTime": "2022-10-21T11:37:26.8481524Z", - "endTime": "2022-10-21T11:37:27.7701001Z", + "startTime": "2022-10-22T23:40:22.9822628Z", + "endTime": "2022-10-22T23:40:24.1228535Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1" @@ -1405,8 +1441,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:37:27 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A37%3A27.7728221Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:40:24 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A40%3A24.1164121Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1414,22 +1450,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "128b032b-02c3-4c7d-9798-2db5ae3de84e", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113728Z:128b032b-02c3-4c7d-9798-2db5ae3de84e", + "x-ms-correlation-request-id": "0113c66a-a8c8-4eae-b124-fb4ca2a25fa2", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234024Z:0113c66a-a8c8-4eae-b124-fb4ca2a25fa2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A37%3A27.7728221Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A40%3A24.1164121Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:37:25.2957471Z" + "CreatedOnDate": "2022-10-22T23:40:21.4985555Z" }, "properties": { - "poolId": "812396dc-2da8-7000-9e8d-a2d64869b7c7", + "poolId": "5804908f-8d63-0889-b063-59c36af03543", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1442,10 +1478,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:37:26.3335486Z", + "createdAt": "2022-10-22T23:40:22.6591209Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:26.3335486Z" + "lastModifiedAt": "2022-10-22T23:40:22.6591209Z" } } }, @@ -1488,30 +1524,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "1601", + "Content-Length": "1603", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:37:40 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A37%3A40.2371832Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:40:37 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A40%3A37.1700006Z\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": "02592c7e-28bc-49e4-958f-ab0fac296fa0", + "x-ms-correlation-request-id": "cee74f4b-58ae-4d27-8b55-2095a3870a98", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113740Z:02592c7e-28bc-49e4-958f-ab0fac296fa0", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234038Z:cee74f4b-58ae-4d27-8b55-2095a3870a98", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A37%3A40.2371832Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A40%3A37.1700006Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" }, "properties": { "serviceLevel": "Premium", @@ -1541,15 +1577,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:37:39.625691Z", + "createdAt": "2022-10-22T23:40:36.0880285Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1563,7 +1599,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:37:40 GMT", + "Date": "Sat, 22 Oct 2022 23:40:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1571,16 +1607,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70fbf6d4-cce7-47e6-898c-acad4ec51923", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113741Z:70fbf6d4-cce7-47e6-898c-acad4ec51923", + "x-ms-correlation-request-id": "2fa150f2-bc7d-4d5f-b948-21d432e7cf09", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234038Z:2fa150f2-bc7d-4d5f-b948-21d432e7cf09", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", - "name": "3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f", + "name": "baab78a0-770d-4910-9d0c-68539ea9204f", "status": "Creating", - "startTime": "2022-10-21T11:37:40.2478231Z", + "startTime": "2022-10-22T23:40:37.1753779Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1589,7 +1625,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1603,7 +1639,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:38:10 GMT", + "Date": "Sat, 22 Oct 2022 23:41:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1611,16 +1647,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78da68f7-2f98-4044-9494-45baa5e3e439", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113811Z:78da68f7-2f98-4044-9494-45baa5e3e439", + "x-ms-correlation-request-id": "691cb69d-93ab-4203-8089-0afc828282e3", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234108Z:691cb69d-93ab-4203-8089-0afc828282e3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", - "name": "3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f", + "name": "baab78a0-770d-4910-9d0c-68539ea9204f", "status": "Creating", - "startTime": "2022-10-21T11:37:40.2478231Z", + "startTime": "2022-10-22T23:40:37.1753779Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1629,7 +1665,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1643,7 +1679,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:38:41 GMT", + "Date": "Sat, 22 Oct 2022 23:41:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1651,16 +1687,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0648889c-6e37-453b-8cd6-8b50e75785be", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113841Z:0648889c-6e37-453b-8cd6-8b50e75785be", + "x-ms-correlation-request-id": "df91ef1d-7f5a-48ab-b2eb-d176fbfa2576", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234139Z:df91ef1d-7f5a-48ab-b2eb-d176fbfa2576", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", - "name": "3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f", + "name": "baab78a0-770d-4910-9d0c-68539ea9204f", "status": "Creating", - "startTime": "2022-10-21T11:37:40.2478231Z", + "startTime": "2022-10-22T23:40:37.1753779Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1669,7 +1705,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1683,7 +1719,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:39:11 GMT", + "Date": "Sat, 22 Oct 2022 23:42:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1691,16 +1727,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "006d8b41-74c2-4e97-8d2e-2801bed197e8", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113911Z:006d8b41-74c2-4e97-8d2e-2801bed197e8", + "x-ms-correlation-request-id": "89560c3c-e920-438a-893b-a35ad8f24b84", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234209Z:89560c3c-e920-438a-893b-a35ad8f24b84", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", - "name": "3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f", + "name": "baab78a0-770d-4910-9d0c-68539ea9204f", "status": "Creating", - "startTime": "2022-10-21T11:37:40.2478231Z", + "startTime": "2022-10-22T23:40:37.1753779Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1709,7 +1745,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1723,7 +1759,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:39:42 GMT", + "Date": "Sat, 22 Oct 2022 23:42:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1731,16 +1767,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b60defd-fd70-4013-81b7-0061ec429bac", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T113942Z:4b60defd-fd70-4013-81b7-0061ec429bac", + "x-ms-correlation-request-id": "0ad9734c-50bc-4ab6-ada5-4615fd6f537b", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234239Z:0ad9734c-50bc-4ab6-ada5-4615fd6f537b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", - "name": "3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f", + "name": "baab78a0-770d-4910-9d0c-68539ea9204f", "status": "Creating", - "startTime": "2022-10-21T11:37:40.2478231Z", + "startTime": "2022-10-22T23:40:37.1753779Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1749,7 +1785,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1763,7 +1799,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:40:11 GMT", + "Date": "Sat, 22 Oct 2022 23:43:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1771,16 +1807,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f1b9330b-b4b8-4dc6-a8e8-7a7fc75e9570", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114012Z:f1b9330b-b4b8-4dc6-a8e8-7a7fc75e9570", + "x-ms-correlation-request-id": "f7d80650-7f6d-4c99-b8b9-12803276c4d4", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234309Z:f7d80650-7f6d-4c99-b8b9-12803276c4d4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", - "name": "3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f", + "name": "baab78a0-770d-4910-9d0c-68539ea9204f", "status": "Creating", - "startTime": "2022-10-21T11:37:40.2478231Z", + "startTime": "2022-10-22T23:40:37.1753779Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1789,7 +1825,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1803,7 +1839,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:40:42 GMT", + "Date": "Sat, 22 Oct 2022 23:43:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1811,16 +1847,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "95ac826f-4de6-4716-b96c-8273f0130a7c", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114042Z:95ac826f-4de6-4716-b96c-8273f0130a7c", + "x-ms-correlation-request-id": "964879d9-db52-4a6b-aaaa-5330e93667e3", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234340Z:964879d9-db52-4a6b-aaaa-5330e93667e3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", - "name": "3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f", + "name": "baab78a0-770d-4910-9d0c-68539ea9204f", "status": "Creating", - "startTime": "2022-10-21T11:37:40.2478231Z", + "startTime": "2022-10-22T23:40:37.1753779Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1829,7 +1865,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1843,7 +1879,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:41:12 GMT", + "Date": "Sat, 22 Oct 2022 23:44:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1851,16 +1887,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d8e7c65-9e43-46e9-aae4-35e954c89f04", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114112Z:8d8e7c65-9e43-46e9-aae4-35e954c89f04", + "x-ms-correlation-request-id": "5b658282-84dc-4f71-987e-e5032229f98f", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234410Z:5b658282-84dc-4f71-987e-e5032229f98f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", - "name": "3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f", + "name": "baab78a0-770d-4910-9d0c-68539ea9204f", "status": "Creating", - "startTime": "2022-10-21T11:37:40.2478231Z", + "startTime": "2022-10-22T23:40:37.1753779Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1869,7 +1905,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1883,7 +1919,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:41:42 GMT", + "Date": "Sat, 22 Oct 2022 23:44:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1891,16 +1927,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dfb1c8e6-c65b-47d6-831f-a6ca9d4e6a07", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114143Z:dfb1c8e6-c65b-47d6-831f-a6ca9d4e6a07", + "x-ms-correlation-request-id": "f419c949-e8ac-4dce-98ad-b38e531ba532", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234440Z:f419c949-e8ac-4dce-98ad-b38e531ba532", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", - "name": "3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f", + "name": "baab78a0-770d-4910-9d0c-68539ea9204f", "status": "Creating", - "startTime": "2022-10-21T11:37:40.2478231Z", + "startTime": "2022-10-22T23:40:37.1753779Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1909,7 +1945,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1923,7 +1959,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:42:13 GMT", + "Date": "Sat, 22 Oct 2022 23:45:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1931,17 +1967,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f49457b4-c4a0-41ab-a1b6-2b64ff7243de", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114213Z:f49457b4-c4a0-41ab-a1b6-2b64ff7243de", + "x-ms-correlation-request-id": "530f1736-6cfe-4496-975b-490add8b0241", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234510Z:530f1736-6cfe-4496-975b-490add8b0241", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f", + "name": "baab78a0-770d-4910-9d0c-68539ea9204f", + "status": "Creating", + "startTime": "2022-10-22T23:40:37.1753779Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23: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": "0f5446ac-1e9b-4b91-96ca-eea3a8c0fd55", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234542Z:0f5446ac-1e9b-4b91-96ca-eea3a8c0fd55", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", - "name": "3f2daf44-b4a4-4e4c-8f2a-9f755ca1332f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f", + "name": "baab78a0-770d-4910-9d0c-68539ea9204f", "status": "Succeeded", - "startTime": "2022-10-21T11:37:40.2478231Z", - "endTime": "2022-10-21T11:41:45.8098727Z", + "startTime": "2022-10-22T23:40:37.1753779Z", + "endTime": "2022-10-22T23:45:14.7398116Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" @@ -1963,8 +2039,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:42:14 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A41%3A45.8030816Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:45:42 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A45%3A14.7422762Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1972,22 +2048,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "14d58072-529c-4a03-b7b4-7abf00da8357", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114214Z:14d58072-529c-4a03-b7b4-7abf00da8357", + "x-ms-correlation-request-id": "a2c46207-b56f-4171-abe6-4864bcfbc7ca", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234542Z:a2c46207-b56f-4171-abe6-4864bcfbc7ca", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A41%3A45.8030816Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A45%3A14.7422762Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" }, "properties": { - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -2015,7 +2091,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2030,8 +2106,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", "ipAddress": "10.0.0.4" } ], @@ -2051,10 +2127,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:37:39.625691Z", + "createdAt": "2022-10-22T23:40:36.0880285Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" } } }, @@ -2074,30 +2150,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0066c976-f9f2-4578-9ec3-b2c22cd12505?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/c82c2693-109a-4a4d-bf89-d7ae2fb3770a?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "712", + "Content-Length": "714", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:42:17 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A42%3A16.9374338Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:45:45 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A45%3A44.9672947Z\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": "1b8f7b3e-e013-48f8-a1f5-0ac5ec7858ad", + "x-ms-correlation-request-id": "8f847161-18f5-483c-89e7-02496775ef8c", "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114217Z:1b8f7b3e-e013-48f8-a1f5-0ac5ec7858ad", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234546Z:8f847161-18f5-483c-89e7-02496775ef8c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A42%3A16.9374338Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A45%3A44.9672947Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-21T11:42:15.0583527Z" + "CreatedOnDate": "2022-10-22T23:45:42.8127570Z" }, "properties": { "provisioningState": "Creating" @@ -2105,15 +2181,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:42:15.960833Z", + "createdAt": "2022-10-22T23:45:44.2746146Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:15.960833Z" + "lastModifiedAt": "2022-10-22T23:45:44.2746146Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0066c976-f9f2-4578-9ec3-b2c22cd12505?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/c82c2693-109a-4a4d-bf89-d7ae2fb3770a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2127,7 +2203,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:42:17 GMT", + "Date": "Sat, 22 Oct 2022 23:45:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2135,17 +2211,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "254b6c71-6ea1-4895-a2ec-a6c43f4eab5e", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114217Z:254b6c71-6ea1-4895-a2ec-a6c43f4eab5e", + "x-ms-correlation-request-id": "50d19624-7cc0-4283-affb-0acaa0421e0b", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234546Z:50d19624-7cc0-4283-affb-0acaa0421e0b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0066c976-f9f2-4578-9ec3-b2c22cd12505", - "name": "0066c976-f9f2-4578-9ec3-b2c22cd12505", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/c82c2693-109a-4a4d-bf89-d7ae2fb3770a", + "name": "c82c2693-109a-4a4d-bf89-d7ae2fb3770a", "status": "Succeeded", - "startTime": "2022-10-21T11:42:16.9446425Z", - "endTime": "2022-10-21T11:42:16.9914825Z", + "startTime": "2022-10-22T23:45:44.9638Z", + "endTime": "2022-10-22T23:45:45.0574932Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b" @@ -2167,8 +2243,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:42:17 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A42%3A16.9941383Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:45:46 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A45%3A45.0494567Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2176,19 +2252,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "96709704-a892-4d55-b312-b7d13073048b", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114218Z:96709704-a892-4d55-b312-b7d13073048b", + "x-ms-correlation-request-id": "381dd0f8-e23b-4f40-824c-c75db4b35c8a", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234546Z:381dd0f8-e23b-4f40-824c-c75db4b35c8a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A42%3A16.9941383Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A45%3A45.0494567Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-21T11:42:15.0583527Z" + "CreatedOnDate": "2022-10-22T23:45:42.8127570Z" }, "properties": { "activeDirectories": [ @@ -2217,10 +2293,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:42:15.960833Z", + "createdAt": "2022-10-22T23:45:44.2746146Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:15.960833Z" + "lastModifiedAt": "2022-10-22T23:45:44.2746146Z" } } }, @@ -2246,30 +2322,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fb3decef-0a96-49da-914d-99f8753c602c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f6337196-2738-4264-9302-599c715e74f3?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "930", + "Content-Length": "929", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:42:19 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A42%3A19.5021652Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:45:48 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A45%3A47.932271Z\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": "0b723b48-7542-48de-8732-9dd7cff890f9", + "x-ms-correlation-request-id": "fd5d21d0-e510-45ae-98d5-07a40a82fd7b", "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114220Z:0b723b48-7542-48de-8732-9dd7cff890f9", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234548Z:fd5d21d0-e510-45ae-98d5-07a40a82fd7b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A42%3A19.5021652Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A45%3A47.932271Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-21T11:42:18.4235215Z" + "CreatedOnDate": "2022-10-22T23:45:47.0264887Z" }, "properties": { "serviceLevel": "Premium", @@ -2283,15 +2359,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:42:19.0713124Z", + "createdAt": "2022-10-22T23:45:47.7924095Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:19.0713124Z" + "lastModifiedAt": "2022-10-22T23:45:47.7924095Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fb3decef-0a96-49da-914d-99f8753c602c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f6337196-2738-4264-9302-599c715e74f3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2305,7 +2381,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:42:19 GMT", + "Date": "Sat, 22 Oct 2022 23:45:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2313,17 +2389,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "567c14c2-56ac-49b3-818b-691e2dedfe51", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114220Z:567c14c2-56ac-49b3-818b-691e2dedfe51", + "x-ms-correlation-request-id": "58d8c85b-c255-4608-8221-0eab9769bdca", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234548Z:58d8c85b-c255-4608-8221-0eab9769bdca", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fb3decef-0a96-49da-914d-99f8753c602c", - "name": "fb3decef-0a96-49da-914d-99f8753c602c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f6337196-2738-4264-9302-599c715e74f3", + "name": "f6337196-2738-4264-9302-599c715e74f3", "status": "Succeeded", - "startTime": "2022-10-21T11:42:19.5071418Z", - "endTime": "2022-10-21T11:42:20.1165052Z", + "startTime": "2022-10-22T23:45:47.9373637Z", + "endTime": "2022-10-22T23:45:48.5311663Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2" @@ -2345,8 +2421,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:42:20 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A42%3A20.119407Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:45:48 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A45%3A48.5321565Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2354,22 +2430,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "faa7a90d-9002-4a3a-a2f8-ab68b5552728", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114220Z:faa7a90d-9002-4a3a-a2f8-ab68b5552728", + "x-ms-correlation-request-id": "de3b94a1-61f9-44a3-b6a9-b4693f1192c0", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234549Z:de3b94a1-61f9-44a3-b6a9-b4693f1192c0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A42%3A20.119407Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A45%3A48.5321565Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-21T11:42:18.4235215Z" + "CreatedOnDate": "2022-10-22T23:45:47.0264887Z" }, "properties": { - "poolId": "171efb36-671c-50b6-46aa-b0a3b26c843d", + "poolId": "23ad8e2c-d38b-05a1-131f-f0623326921e", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -2382,10 +2458,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:42:19.0713124Z", + "createdAt": "2022-10-22T23:45:47.7924095Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:19.0713124Z" + "lastModifiedAt": "2022-10-22T23:45:47.7924095Z" } } }, @@ -2437,30 +2513,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "2017", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:42:33 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A42%3A33.7693228Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:46:03 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A46%3A02.7840323Z\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": "ca947162-df5f-4ffd-964a-31115b9fff7b", + "x-ms-correlation-request-id": "26c1abb4-0f4e-458a-b487-055b6a211f61", "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114234Z:ca947162-df5f-4ffd-964a-31115b9fff7b", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234603Z:26c1abb4-0f4e-458a-b487-055b6a211f61", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A42%3A33.7693228Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A46%3A02.7840323Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" }, "properties": { "volumeType": "DataProtection", @@ -2499,15 +2575,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:42:31.6742342Z", + "createdAt": "2022-10-22T23:46:00.0489276Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2521,7 +2597,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:42:33 GMT", + "Date": "Sat, 22 Oct 2022 23:46:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2529,16 +2605,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0dbb5aea-aefe-4641-93b0-6470813fbe91", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114234Z:0dbb5aea-aefe-4641-93b0-6470813fbe91", + "x-ms-correlation-request-id": "f03c1a3a-ae84-4bb5-8a7a-c7730dfc39fe", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234603Z:f03c1a3a-ae84-4bb5-8a7a-c7730dfc39fe", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845", - "name": "3d7affcd-688b-4ab0-8892-165b144aa845", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222", + "name": "36f065d0-943c-4687-ac44-38871b1aa222", "status": "Creating", - "startTime": "2022-10-21T11:42:33.7729002Z", + "startTime": "2022-10-22T23:46:02.7871517Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2547,7 +2623,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2561,7 +2637,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:43:04 GMT", + "Date": "Sat, 22 Oct 2022 23:46:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2569,16 +2645,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "76a764db-7acb-40bb-83f5-9e14fbec0347", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114304Z:76a764db-7acb-40bb-83f5-9e14fbec0347", + "x-ms-correlation-request-id": "f59d7eeb-1d45-41be-831d-cfc2fd26d709", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234633Z:f59d7eeb-1d45-41be-831d-cfc2fd26d709", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845", - "name": "3d7affcd-688b-4ab0-8892-165b144aa845", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222", + "name": "36f065d0-943c-4687-ac44-38871b1aa222", "status": "Creating", - "startTime": "2022-10-21T11:42:33.7729002Z", + "startTime": "2022-10-22T23:46:02.7871517Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2587,7 +2663,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2601,7 +2677,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:43:34 GMT", + "Date": "Sat, 22 Oct 2022 23:47:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2609,16 +2685,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "459cee44-5274-4d7c-9a91-aab3d319b27d", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114335Z:459cee44-5274-4d7c-9a91-aab3d319b27d", + "x-ms-correlation-request-id": "a9d914f6-b4f6-46cc-8806-1ff6728852b3", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234704Z:a9d914f6-b4f6-46cc-8806-1ff6728852b3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845", - "name": "3d7affcd-688b-4ab0-8892-165b144aa845", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222", + "name": "36f065d0-943c-4687-ac44-38871b1aa222", "status": "Creating", - "startTime": "2022-10-21T11:42:33.7729002Z", + "startTime": "2022-10-22T23:46:02.7871517Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2627,7 +2703,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2641,7 +2717,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:44:04 GMT", + "Date": "Sat, 22 Oct 2022 23:47:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2649,16 +2725,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "63dbd8be-8cdd-468c-be59-f91ce3208b79", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114405Z:63dbd8be-8cdd-468c-be59-f91ce3208b79", + "x-ms-correlation-request-id": "6b9c085c-83d0-4642-845d-2afdf8627a22", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234734Z:6b9c085c-83d0-4642-845d-2afdf8627a22", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845", - "name": "3d7affcd-688b-4ab0-8892-165b144aa845", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222", + "name": "36f065d0-943c-4687-ac44-38871b1aa222", "status": "Creating", - "startTime": "2022-10-21T11:42:33.7729002Z", + "startTime": "2022-10-22T23:46:02.7871517Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2667,7 +2743,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2681,7 +2757,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:44:34 GMT", + "Date": "Sat, 22 Oct 2022 23:48:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2689,16 +2765,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6cdc7748-a439-4b8d-8a22-9a98c8ec0513", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114435Z:6cdc7748-a439-4b8d-8a22-9a98c8ec0513", + "x-ms-correlation-request-id": "0f14a5b0-f39f-4738-9886-c84da3e6cb07", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234804Z:0f14a5b0-f39f-4738-9886-c84da3e6cb07", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845", - "name": "3d7affcd-688b-4ab0-8892-165b144aa845", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222", + "name": "36f065d0-943c-4687-ac44-38871b1aa222", "status": "Creating", - "startTime": "2022-10-21T11:42:33.7729002Z", + "startTime": "2022-10-22T23:46:02.7871517Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2707,7 +2783,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2721,7 +2797,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:45:05 GMT", + "Date": "Sat, 22 Oct 2022 23:48:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2729,16 +2805,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "88747443-ac0c-4d01-902e-fa6a596d3a89", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114505Z:88747443-ac0c-4d01-902e-fa6a596d3a89", + "x-ms-correlation-request-id": "e7a3d572-6d2f-4092-9263-234eaa782ca9", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234834Z:e7a3d572-6d2f-4092-9263-234eaa782ca9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845", - "name": "3d7affcd-688b-4ab0-8892-165b144aa845", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222", + "name": "36f065d0-943c-4687-ac44-38871b1aa222", "status": "Creating", - "startTime": "2022-10-21T11:42:33.7729002Z", + "startTime": "2022-10-22T23:46:02.7871517Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2747,7 +2823,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2761,7 +2837,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:45:34 GMT", + "Date": "Sat, 22 Oct 2022 23:49:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2769,16 +2845,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "19566bbf-e484-4ecc-aec9-6c3e36705373", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114535Z:19566bbf-e484-4ecc-aec9-6c3e36705373", + "x-ms-correlation-request-id": "4e6057bb-4d73-455d-ba22-b108cbd732b2", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234904Z:4e6057bb-4d73-455d-ba22-b108cbd732b2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845", - "name": "3d7affcd-688b-4ab0-8892-165b144aa845", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222", + "name": "36f065d0-943c-4687-ac44-38871b1aa222", "status": "Creating", - "startTime": "2022-10-21T11:42:33.7729002Z", + "startTime": "2022-10-22T23:46:02.7871517Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2787,7 +2863,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2801,7 +2877,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:46:05 GMT", + "Date": "Sat, 22 Oct 2022 23:49:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2809,16 +2885,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0016314-95c5-46af-aea5-be719027ed8a", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114606Z:e0016314-95c5-46af-aea5-be719027ed8a", + "x-ms-correlation-request-id": "783dd03a-60b0-4b3c-b4c6-4ba65e6ec69c", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T234935Z:783dd03a-60b0-4b3c-b4c6-4ba65e6ec69c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845", - "name": "3d7affcd-688b-4ab0-8892-165b144aa845", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222", + "name": "36f065d0-943c-4687-ac44-38871b1aa222", "status": "Creating", - "startTime": "2022-10-21T11:42:33.7729002Z", + "startTime": "2022-10-22T23:46:02.7871517Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2827,7 +2903,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2841,7 +2917,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:46:35 GMT", + "Date": "Sat, 22 Oct 2022 23:50:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2849,16 +2925,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "595e8111-c233-4ae4-8a4e-c6c717349e49", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114636Z:595e8111-c233-4ae4-8a4e-c6c717349e49", + "x-ms-correlation-request-id": "66fd3ebd-39bc-4cc7-80a0-0a06e4dfd383", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235005Z:66fd3ebd-39bc-4cc7-80a0-0a06e4dfd383", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845", - "name": "3d7affcd-688b-4ab0-8892-165b144aa845", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222", + "name": "36f065d0-943c-4687-ac44-38871b1aa222", "status": "Creating", - "startTime": "2022-10-21T11:42:33.7729002Z", + "startTime": "2022-10-22T23:46:02.7871517Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2867,7 +2943,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2881,7 +2957,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:47:06 GMT", + "Date": "Sat, 22 Oct 2022 23:50:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2889,16 +2965,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af4033c8-54c3-4189-87f1-0fa1a3742ee1", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114706Z:af4033c8-54c3-4189-87f1-0fa1a3742ee1", + "x-ms-correlation-request-id": "6d13228b-fcfd-4d10-8ddc-32be43260db3", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235036Z:6d13228b-fcfd-4d10-8ddc-32be43260db3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845", - "name": "3d7affcd-688b-4ab0-8892-165b144aa845", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222", + "name": "36f065d0-943c-4687-ac44-38871b1aa222", "status": "Creating", - "startTime": "2022-10-21T11:42:33.7729002Z", + "startTime": "2022-10-22T23:46:02.7871517Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2907,7 +2983,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2921,7 +2997,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:47:36 GMT", + "Date": "Sat, 22 Oct 2022 23:51:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2929,17 +3005,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "90e19a11-87ad-45bf-a967-28c27d24b84b", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114737Z:90e19a11-87ad-45bf-a967-28c27d24b84b", + "x-ms-correlation-request-id": "68ed79aa-2425-426f-8d51-5909c3b3ab00", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235106Z:68ed79aa-2425-426f-8d51-5909c3b3ab00", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3d7affcd-688b-4ab0-8892-165b144aa845", - "name": "3d7affcd-688b-4ab0-8892-165b144aa845", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222", + "name": "36f065d0-943c-4687-ac44-38871b1aa222", "status": "Succeeded", - "startTime": "2022-10-21T11:42:33.7729002Z", - "endTime": "2022-10-21T11:47:10.6242963Z", + "startTime": "2022-10-22T23:46:02.7871517Z", + "endTime": "2022-10-22T23:50:37.6385491Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" @@ -2961,8 +3037,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:47:36 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A47%3A10.6187441Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:51:05 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A50%3A37.6341873Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2970,19 +3046,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bda3ef83-54fc-4f0f-b384-0746a83e3450", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114737Z:bda3ef83-54fc-4f0f-b384-0746a83e3450", + "x-ms-correlation-request-id": "ca8f0f95-2c4c-4a80-b891-18186e0d77b0", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235106Z:ca8f0f95-2c4c-4a80-b891-18186e0d77b0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A47%3A10.6187441Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A50%3A37.6341873Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" }, "properties": { "volumeType": "DataProtection", @@ -2993,7 +3069,7 @@ "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" } }, - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -3021,7 +3097,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -3033,8 +3109,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "ipAddress": "10.0.0.4" } ], @@ -3049,10 +3125,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:42:31.6742342Z", + "createdAt": "2022-10-22T23:46:00.0489276Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" } } }, @@ -3072,19 +3148,19 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ecbe5f84-1e43-44cd-aa0c-b77bdf474092?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59e99f9d-ca3b-4b04-a041-80ef0ce5ac17?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 11:48:08 GMT", + "Date": "Sat, 22 Oct 2022 23:51:37 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ecbe5f84-1e43-44cd-aa0c-b77bdf474092?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59e99f9d-ca3b-4b04-a041-80ef0ce5ac17?api-version=2022-05-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": "172c093b-a0b0-411e-99d2-7999d842416e", + "x-ms-correlation-request-id": "5fc8e17f-e43b-4648-b1bd-69e5107d4ddc", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114808Z:172c093b-a0b0-411e-99d2-7999d842416e", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235137Z:5fc8e17f-e43b-4648-b1bd-69e5107d4ddc", "X-Powered-By": "ASP.NET" }, "ResponseBody": null @@ -3104,8 +3180,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:09 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:51:38 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3113,22 +3189,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "285d50d0-d52f-4293-b667-d428ada3e83a", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114809Z:285d50d0-d52f-4293-b667-d428ada3e83a", + "x-ms-correlation-request-id": "37b48345-a9a7-4567-b961-f4aa34e7658b", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235138Z:37b48345-a9a7-4567-b961-f4aa34e7658b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" }, "properties": { - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -3156,7 +3232,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -3171,8 +3247,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", "ipAddress": "10.0.0.4" } ], @@ -3192,15 +3268,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:37:39.625691Z", + "createdAt": "2022-10-22T23:40:36.0880285Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ecbe5f84-1e43-44cd-aa0c-b77bdf474092?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59e99f9d-ca3b-4b04-a041-80ef0ce5ac17?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3214,7 +3290,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:09 GMT", + "Date": "Sat, 22 Oct 2022 23:51:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3222,16 +3298,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10fefb4e-d9b5-4c24-b7c3-311e7ebf7e58", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114809Z:10fefb4e-d9b5-4c24-b7c3-311e7ebf7e58", + "x-ms-correlation-request-id": "e4a10d6d-3d4c-48bd-957e-53d62e1f982f", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235138Z:e4a10d6d-3d4c-48bd-957e-53d62e1f982f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ecbe5f84-1e43-44cd-aa0c-b77bdf474092", - "name": "ecbe5f84-1e43-44cd-aa0c-b77bdf474092", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59e99f9d-ca3b-4b04-a041-80ef0ce5ac17", + "name": "59e99f9d-ca3b-4b04-a041-80ef0ce5ac17", "status": "AuthorizeReplication", - "startTime": "2022-10-21T11:48:09.1270654Z", + "startTime": "2022-10-22T23:51:37.8221143Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3254,8 +3330,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:09 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A47%3A10.6187441Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:51:38 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A50%3A37.6341873Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3263,19 +3339,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0de41088-8bf7-4696-9fcc-6c88808d354e", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114809Z:0de41088-8bf7-4696-9fcc-6c88808d354e", + "x-ms-correlation-request-id": "344109bc-e66c-40d6-8990-885ed87cc59c", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235138Z:344109bc-e66c-40d6-8990-885ed87cc59c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A47%3A10.6187441Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A50%3A37.6341873Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" }, "properties": { "volumeType": "DataProtection", @@ -3286,7 +3362,7 @@ "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" } }, - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -3314,7 +3390,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -3326,8 +3402,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "ipAddress": "10.0.0.4" } ], @@ -3342,10 +3418,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:42:31.6742342Z", + "createdAt": "2022-10-22T23:46:00.0489276Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" } } }, @@ -3364,8 +3440,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:11 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:51:42 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3373,22 +3449,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aba862f7-ef1a-4b00-b1b9-89246fa49304", + "x-ms-correlation-request-id": "258e5de6-6035-4b75-acab-2b3f8c5f0b01", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114812Z:aba862f7-ef1a-4b00-b1b9-89246fa49304", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235143Z:258e5de6-6035-4b75-acab-2b3f8c5f0b01", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" }, "properties": { - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -3416,7 +3492,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -3431,8 +3507,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", "ipAddress": "10.0.0.4" } ], @@ -3452,10 +3528,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:37:39.625691Z", + "createdAt": "2022-10-22T23:40:36.0880285Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" } } }, @@ -3474,8 +3550,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:13 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A12.6064681Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:51:44 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A41.6779114Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3483,19 +3559,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "789016bd-f6b4-4970-9c44-e51dae548134", + "x-ms-correlation-request-id": "428552fb-7d98-43f8-b8ba-ed74b1344404", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114813Z:789016bd-f6b4-4970-9c44-e51dae548134", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235145Z:428552fb-7d98-43f8-b8ba-ed74b1344404", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A12.6064681Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A41.6779114Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" }, "properties": { "volumeType": "DataProtection", @@ -3506,7 +3582,7 @@ "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" } }, - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -3534,7 +3610,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -3546,8 +3622,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "ipAddress": "10.0.0.4" } ], @@ -3562,10 +3638,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:42:31.6742342Z", + "createdAt": "2022-10-22T23:46:00.0489276Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" } } }, @@ -3584,8 +3660,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:14 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:51:47 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3593,22 +3669,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "41877115-734c-4565-a984-1f16b19d82b0", + "x-ms-correlation-request-id": "2d7ffac7-84c7-4c5e-805b-a7ef0f60e5ab", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114815Z:41877115-734c-4565-a984-1f16b19d82b0", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235147Z:2d7ffac7-84c7-4c5e-805b-a7ef0f60e5ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" }, "properties": { - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -3636,7 +3712,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -3651,8 +3727,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", "ipAddress": "10.0.0.4" } ], @@ -3672,10 +3748,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:37:39.625691Z", + "createdAt": "2022-10-22T23:40:36.0880285Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" } } }, @@ -3694,8 +3770,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:15 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:51:47 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A45.5678264Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3703,32 +3779,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce35d19f-05a0-4006-8ad9-e6f14e7759c5", + "x-ms-correlation-request-id": "90c0047d-c924-4677-a843-55e38b3991d7", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114816Z:ce35d19f-05a0-4006-8ad9-e6f14e7759c5", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235147Z:90c0047d-c924-4677-a843-55e38b3991d7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A45.5678264Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { - "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", + "replicationId": "ecd23ffb-17c4-abae-5df5-35c93536170b", "endpointType": "Dst", "replicationSchedule": "_10minutely", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -3756,7 +3832,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -3768,8 +3844,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "ipAddress": "10.0.0.4" } ], @@ -3784,10 +3860,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:42:31.6742342Z", + "createdAt": "2022-10-22T23:46:00.0489276Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" } } }, @@ -3806,8 +3882,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:16 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:51:49 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3815,22 +3891,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e5f22a3-9911-4bcd-8f50-a2a88a9dcd37", + "x-ms-correlation-request-id": "1bc06f99-297d-4696-901f-2985c3d7a1dd", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114817Z:5e5f22a3-9911-4bcd-8f50-a2a88a9dcd37", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235149Z:1bc06f99-297d-4696-901f-2985c3d7a1dd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" }, "properties": { - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -3858,7 +3934,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -3873,8 +3949,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", "ipAddress": "10.0.0.4" } ], @@ -3894,10 +3970,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:37:39.625691Z", + "createdAt": "2022-10-22T23:40:36.0880285Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" } } }, @@ -3916,8 +3992,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:17 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:51:49 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A45.5678264Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3925,32 +4001,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c781adac-36f3-4108-9178-c9885b04c09a", + "x-ms-correlation-request-id": "e6898e7e-f068-464a-8d5d-53b7c773c1af", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114817Z:c781adac-36f3-4108-9178-c9885b04c09a", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235149Z:e6898e7e-f068-464a-8d5d-53b7c773c1af", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A45.5678264Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { - "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", + "replicationId": "ecd23ffb-17c4-abae-5df5-35c93536170b", "endpointType": "Dst", "replicationSchedule": "_10minutely", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -3978,7 +4054,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -3990,8 +4066,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "ipAddress": "10.0.0.4" } ], @@ -4006,10 +4082,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:42:31.6742342Z", + "createdAt": "2022-10-22T23:46:00.0489276Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" } } }, @@ -4028,8 +4104,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:18 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:51:50 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4037,22 +4113,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3cf58c5-b52b-4824-b3d2-9bf4282271c1", + "x-ms-correlation-request-id": "ecdcc08b-68df-419e-8fe2-9c2a9ec07d2b", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114819Z:d3cf58c5-b52b-4824-b3d2-9bf4282271c1", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235150Z:ecdcc08b-68df-419e-8fe2-9c2a9ec07d2b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" }, "properties": { - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -4080,7 +4156,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -4095,8 +4171,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", "ipAddress": "10.0.0.4" } ], @@ -4116,10 +4192,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:37:39.625691Z", + "createdAt": "2022-10-22T23:40:36.0880285Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" } } }, @@ -4138,8 +4214,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:18 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:51:51 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A45.5678264Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4147,32 +4223,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aac905cb-ae1b-4ea2-94af-b4c5d7c8fa58", + "x-ms-correlation-request-id": "b932a371-6b7b-44c7-918d-1d8e12708235", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114819Z:aac905cb-ae1b-4ea2-94af-b4c5d7c8fa58", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235151Z:b932a371-6b7b-44c7-918d-1d8e12708235", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A45.5678264Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { - "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", + "replicationId": "ecd23ffb-17c4-abae-5df5-35c93536170b", "endpointType": "Dst", "replicationSchedule": "_10minutely", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -4200,7 +4276,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -4212,8 +4288,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "ipAddress": "10.0.0.4" } ], @@ -4228,10 +4304,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:42:31.6742342Z", + "createdAt": "2022-10-22T23:46:00.0489276Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" } } }, @@ -4250,8 +4326,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:20 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:51:52 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4259,22 +4335,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2c61a44-774c-4f04-b856-06f1928b28d4", + "x-ms-correlation-request-id": "28a96fee-7e8a-4019-a213-0265bbdbb6ca", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114821Z:d2c61a44-774c-4f04-b856-06f1928b28d4", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235152Z:28a96fee-7e8a-4019-a213-0265bbdbb6ca", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" }, "properties": { - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -4302,7 +4378,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -4317,8 +4393,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", "ipAddress": "10.0.0.4" } ], @@ -4338,10 +4414,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:37:39.625691Z", + "createdAt": "2022-10-22T23:40:36.0880285Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" } } }, @@ -4360,8 +4436,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:20 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:51:52 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A45.5678264Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4369,32 +4445,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0899b7ff-f245-4cd6-a38c-f03b8b6d9012", + "x-ms-correlation-request-id": "28204f7e-b828-4c08-a91d-d4094fc234c3", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114821Z:0899b7ff-f245-4cd6-a38c-f03b8b6d9012", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235152Z:28204f7e-b828-4c08-a91d-d4094fc234c3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A45.5678264Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { - "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", + "replicationId": "ecd23ffb-17c4-abae-5df5-35c93536170b", "endpointType": "Dst", "replicationSchedule": "_10minutely", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -4422,7 +4498,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -4434,8 +4510,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "ipAddress": "10.0.0.4" } ], @@ -4450,10 +4526,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:42:31.6742342Z", + "createdAt": "2022-10-22T23:46:00.0489276Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" } } }, @@ -4472,8 +4548,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:22 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:51:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4481,22 +4557,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8184da0a-6766-42e7-8482-7c7c201464e2", + "x-ms-correlation-request-id": "5d8d069f-868e-4643-9760-e01d0935939e", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114823Z:8184da0a-6766-42e7-8482-7c7c201464e2", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235154Z:5d8d069f-868e-4643-9760-e01d0935939e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" }, "properties": { - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -4524,7 +4600,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -4539,8 +4615,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", "ipAddress": "10.0.0.4" } ], @@ -4560,10 +4636,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:37:39.625691Z", + "createdAt": "2022-10-22T23:40:36.0880285Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" } } }, @@ -4582,8 +4658,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:22 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:51:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A45.5678264Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4591,32 +4667,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d4fb484f-36b4-41c7-b362-2d18fa6e5b44", + "x-ms-correlation-request-id": "94b3d768-0cf9-4074-9ddf-df9c2814020f", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114823Z:d4fb484f-36b4-41c7-b362-2d18fa6e5b44", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235154Z:94b3d768-0cf9-4074-9ddf-df9c2814020f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A45.5678264Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { - "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", + "replicationId": "ecd23ffb-17c4-abae-5df5-35c93536170b", "endpointType": "Dst", "replicationSchedule": "_10minutely", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -4644,7 +4720,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -4656,8 +4732,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "ipAddress": "10.0.0.4" } ], @@ -4672,10 +4748,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:42:31.6742342Z", + "createdAt": "2022-10-22T23:46:00.0489276Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" } } }, @@ -4694,8 +4770,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:24 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:51:55 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A55.8526331Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4703,22 +4779,29 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "780f1e8b-0823-4681-a7fa-269ae17d24d7", + "x-ms-correlation-request-id": "0a8b8272-0d67-4ebe-a187-5b28d7240ef4", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114824Z:780f1e8b-0823-4681-a7fa-269ae17d24d7", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235156Z:0a8b8272-0d67-4ebe-a187-5b28d7240ef4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A55.8526331Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" }, "properties": { - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "dataProtection": { + "replication": { + "endpointType": "Src", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "remoteVolumeRegion": "eastus2" + } + }, + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -4746,7 +4829,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -4761,8 +4844,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", "ipAddress": "10.0.0.4" } ], @@ -4777,15 +4860,15 @@ "maximumNumberOfFiles": 100000000, "smbNonBrowsable": "Disabled", "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "AuthorizeReplication" + "provisioningState": "Succeeded" }, "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:37:39.625691Z", + "createdAt": "2022-10-22T23:40:36.0880285Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" } } }, @@ -4804,8 +4887,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:25 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:51:56 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A45.5678264Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4813,32 +4896,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c2ca95d-fb34-4bb3-b4d8-3a8d578d7f9f", + "x-ms-correlation-request-id": "c45b27de-4390-48f1-a293-005935bcdce2", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114825Z:8c2ca95d-fb34-4bb3-b4d8-3a8d578d7f9f", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235156Z:c45b27de-4390-48f1-a293-005935bcdce2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A45.5678264Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { - "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", + "replicationId": "ecd23ffb-17c4-abae-5df5-35c93536170b", "endpointType": "Dst", "replicationSchedule": "_10minutely", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -4866,7 +4949,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -4878,8 +4961,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "ipAddress": "10.0.0.4" } ], @@ -4894,18 +4977,18 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:42:31.6742342Z", + "createdAt": "2022-10-22T23:46:00.0489276Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59e99f9d-ca3b-4b04-a041-80ef0ce5ac17?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -4916,8 +4999,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:26 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:52:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4925,25 +5007,80 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d647050c-9d53-4c4c-8cc8-7e3565f367d7", + "x-ms-correlation-request-id": "eefc2485-134f-4df7-a735-081be5046f98", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114826Z:d647050c-9d53-4c4c-8cc8-7e3565f367d7", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235208Z:eefc2485-134f-4df7-a735-081be5046f98", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59e99f9d-ca3b-4b04-a041-80ef0ce5ac17", + "name": "59e99f9d-ca3b-4b04-a041-80ef0ce5ac17", + "status": "Succeeded", + "startTime": "2022-10-22T23:51:37.8221143Z", + "endTime": "2022-10-22T23:51:55.8450136Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59e99f9d-ca3b-4b04-a041-80ef0ce5ac17?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:52: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": "3816850d-5038-45c3-bfda-42649d71b05c", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235209Z:3816850d-5038-45c3-bfda-42649d71b05c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A55.8526331Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" }, "properties": { - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "dataProtection": { + "replication": { + "endpointType": "Src", + "replicationStatus": "", + "remotePath": { + "externalHostName": "az-bn13-f01c01-bs118-sto", + "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", + "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_704ea7" + }, + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "remoteVolumeRegion": "eastus2" + } + }, + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, + "usedBytes": 0, "exportPolicy": { "rules": [ { @@ -4952,6 +5089,7 @@ "unixReadWrite": true, "cifs": false, "nfsv3": true, + "nfsv4": false, "nfsv41": false, "allowedClients": "0.0.0.0/0", "kerberos5ReadOnly": false, @@ -4968,27 +5106,35 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "poolId": "5804908f-8d63-0889-b063-59c36af03543", "mountTargets": [ { - "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "provisioningState": "", + "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", "ipAddress": "10.0.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", @@ -4996,23 +5142,23 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", + "encrypted": true, "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "AuthorizeReplication" + "smbNonBrowsable": "Disabled", + "provisioningState": "Succeeded" }, "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:37:39.625691Z", + "createdAt": "2022-10-22T23:40:36.0880285Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -5026,8 +5172,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:26 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:52:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5035,96 +5180,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "44566307-3b63-4056-bd03-585bd306a2ef", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114826Z:44566307-3b63-4056-bd03-585bd306a2ef", + "x-ms-correlation-request-id": "88cc0dce-e871-4331-b580-7426418cfb75", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235226Z:88cc0dce-e871-4331-b580-7426418cfb75", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-21T11:42:31.6742342Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -5138,8 +5208,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:28 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:52:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5147,94 +5216,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3311327c-ecba-4b15-bc06-a76651e120f0", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114828Z:3311327c-ecba-4b15-bc06-a76651e120f0", + "x-ms-correlation-request-id": "b6248a76-a563-4f70-b608-468229b36fd5", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235228Z:b6248a76-a563-4f70-b608-468229b36fd5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" - }, - "properties": { - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "AuthorizeReplication" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-21T11:37:39.625691Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:39.625691Z" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -5248,8 +5244,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:28 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:52:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5257,96 +5252,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d9dea417-9f35-4fc5-a51f-c86c90d674fc", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114828Z:d9dea417-9f35-4fc5-a51f-c86c90d674fc", + "x-ms-correlation-request-id": "c3486062-b1d0-413e-b6cc-2d97f080d32a", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235229Z:c3486062-b1d0-413e-b6cc-2d97f080d32a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-21T11:42:31.6742342Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -5360,8 +5280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:30 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:52:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5369,94 +5288,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ebe68d8-5946-40bb-a89c-38f32df37683", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114830Z:8ebe68d8-5946-40bb-a89c-38f32df37683", + "x-ms-correlation-request-id": "f016edae-586d-4754-b98f-784e965e338f", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235231Z:f016edae-586d-4754-b98f-784e965e338f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" - }, - "properties": { - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "AuthorizeReplication" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-21T11:37:39.625691Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:39.625691Z" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -5470,8 +5316,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:30 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:52:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5479,96 +5324,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08c953d7-b2cb-4d6a-bcf6-c6c3aa434e13", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114830Z:08c953d7-b2cb-4d6a-bcf6-c6c3aa434e13", + "x-ms-correlation-request-id": "21f497e8-23d5-43d5-9ff5-597e58934aa9", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235232Z:21f497e8-23d5-43d5-9ff5-597e58934aa9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-21T11:42:31.6742342Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -5582,8 +5352,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:31 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:52:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5591,94 +5360,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d09d2f6-9485-4cb4-8453-b7f4ce1ee088", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114831Z:3d09d2f6-9485-4cb4-8453-b7f4ce1ee088", + "x-ms-correlation-request-id": "031379bc-b829-4eab-9e94-1f01ee82f646", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235233Z:031379bc-b829-4eab-9e94-1f01ee82f646", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A09.121644Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" - }, - "properties": { - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "AuthorizeReplication" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-21T11:37:39.625691Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:39.625691Z" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -5692,8 +5388,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:32 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:52:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5701,96 +5396,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c792be11-21bb-4e6c-8237-6b9cfcc0bfaa", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114832Z:c792be11-21bb-4e6c-8237-6b9cfcc0bfaa", + "x-ms-correlation-request-id": "558bb461-9cee-4025-85e3-d24b5dc308b7", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235235Z:558bb461-9cee-4025-85e3-d24b5dc308b7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-21T11:42:31.6742342Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -5804,8 +5424,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:33 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A32.5662235Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:52:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5813,101 +5432,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0a40e149-2489-43e2-8e6f-dab979c542d2", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114833Z:0a40e149-2489-43e2-8e6f-dab979c542d2", + "x-ms-correlation-request-id": "0ef5d3d3-1af2-4796-9633-55c6af6f8e47", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235236Z:0ef5d3d3-1af2-4796-9633-55c6af6f8e47", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A32.5662235Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endpointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "remoteVolumeRegion": "eastus2" - } - }, - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-21T11:37:39.625691Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:39.625691Z" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -5921,8 +5460,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:33 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:52:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5930,99 +5468,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e592fec-e202-454d-85a7-6baad7c55596", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114833Z:2e592fec-e202-454d-85a7-6baad7c55596", + "x-ms-correlation-request-id": "ab945bf8-baa8-4a02-919b-121af1d2d369", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235237Z:ab945bf8-baa8-4a02-919b-121af1d2d369", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A15.0796055Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-21T11:42:31.6742342Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ecbe5f84-1e43-44cd-aa0c-b77bdf474092?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -6033,7 +5496,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:40 GMT", + "Date": "Sat, 22 Oct 2022 23:52:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6041,28 +5504,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d673cc8-edd7-4aec-ad9e-6e0c23a91d5f", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114840Z:6d673cc8-edd7-4aec-ad9e-6e0c23a91d5f", + "x-ms-correlation-request-id": "3a1ca63e-37ac-4025-a428-e72b973bd5bf", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235239Z:3a1ca63e-37ac-4025-a428-e72b973bd5bf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ecbe5f84-1e43-44cd-aa0c-b77bdf474092", - "name": "ecbe5f84-1e43-44cd-aa0c-b77bdf474092", - "status": "Succeeded", - "startTime": "2022-10-21T11:48:09.1270654Z", - "endTime": "2022-10-21T11:48:32.5599615Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ecbe5f84-1e43-44cd-aa0c-b77bdf474092?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -6073,7 +5532,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:48:40 GMT", + "Date": "Sat, 22 Oct 2022 23:52:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6081,142 +5540,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "22002b97-d63a-48a4-b7ca-a4142c5afcdf", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114840Z:22002b97-d63a-48a4-b7ca-a4142c5afcdf", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A32.5662235Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endpointType": "Src", - "replicationStatus": "", - "remotePath": { - "externalHostName": "az-bn13-f01c01-bs118-sto", - "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", - "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_a3104e" - }, - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "remoteVolumeRegion": "eastus2" - } - }, - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "poolId": "812396dc-2da8-7000-9e8d-a2d64869b7c7", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-21T11:37:39.625691Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:39.625691Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49: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": "f926bd10-6e54-430e-8433-36c07577a3df", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114904Z:f926bd10-6e54-430e-8433-36c07577a3df", + "x-ms-correlation-request-id": "23e15fa9-88c9-4448-a7b4-32ff4465a8d8", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235240Z:23e15fa9-88c9-4448-a7b4-32ff4465a8d8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6242,7 +5568,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:05 GMT", + "Date": "Sat, 22 Oct 2022 23:52:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6250,9 +5576,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c63d7c05-28ca-495d-8756-476a013e62cf", + "x-ms-correlation-request-id": "40fbae1c-18e9-427e-8fb5-4c9429a0d562", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114905Z:c63d7c05-28ca-495d-8756-476a013e62cf", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235241Z:40fbae1c-18e9-427e-8fb5-4c9429a0d562", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6278,7 +5604,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:06 GMT", + "Date": "Sat, 22 Oct 2022 23:52:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6286,9 +5612,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c335f74-3eed-45fd-a7be-ba54416c33bd", + "x-ms-correlation-request-id": "7c66a4e2-804d-4627-84bd-8469e4911668", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114907Z:7c335f74-3eed-45fd-a7be-ba54416c33bd", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235243Z:7c66a4e2-804d-4627-84bd-8469e4911668", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6314,7 +5640,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:08 GMT", + "Date": "Sat, 22 Oct 2022 23:52:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6322,9 +5648,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3fa1d7b7-d388-4edf-951b-ddd93554a238", + "x-ms-correlation-request-id": "99f74c3e-5584-4c65-b2f6-c652b46b9a10", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114908Z:3fa1d7b7-d388-4edf-951b-ddd93554a238", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235244Z:99f74c3e-5584-4c65-b2f6-c652b46b9a10", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6350,7 +5676,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:09 GMT", + "Date": "Sat, 22 Oct 2022 23:52:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6358,9 +5684,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da4d37b2-635e-48f8-9cae-a3bf21d4317d", + "x-ms-correlation-request-id": "bbfccf65-793f-4e7d-aca0-1c4c9f58410a", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114909Z:da4d37b2-635e-48f8-9cae-a3bf21d4317d", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235246Z:bbfccf65-793f-4e7d-aca0-1c4c9f58410a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6386,7 +5712,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:10 GMT", + "Date": "Sat, 22 Oct 2022 23:52:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6394,9 +5720,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "34289fbc-3710-49ec-b901-930755cf3132", + "x-ms-correlation-request-id": "5c644d2f-9b6d-4dc5-9c8e-4aa568b5e023", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114911Z:34289fbc-3710-49ec-b901-930755cf3132", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235247Z:5c644d2f-9b6d-4dc5-9c8e-4aa568b5e023", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6422,7 +5748,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:12 GMT", + "Date": "Sat, 22 Oct 2022 23:52:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6430,9 +5756,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c31ca6c4-a064-4b5d-b7ed-de3fec152593", + "x-ms-correlation-request-id": "ec07f73a-843e-4ed3-93e1-a532099450d4", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114912Z:c31ca6c4-a064-4b5d-b7ed-de3fec152593", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235248Z:ec07f73a-843e-4ed3-93e1-a532099450d4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6458,7 +5784,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:13 GMT", + "Date": "Sat, 22 Oct 2022 23:52:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6466,9 +5792,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d7864c4d-eddd-44e0-80b0-44f33bac499a", + "x-ms-correlation-request-id": "1950aa69-fabc-4203-b8cf-b57d37e44613", "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114913Z:d7864c4d-eddd-44e0-80b0-44f33bac499a", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235250Z:1950aa69-fabc-4203-b8cf-b57d37e44613", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6494,7 +5820,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:14 GMT", + "Date": "Sat, 22 Oct 2022 23:52:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6502,9 +5828,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b24a40d-fb65-4b37-83ed-93acbd598629", + "x-ms-correlation-request-id": "a29925f7-224f-4318-a21e-886677f7a46a", "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114915Z:5b24a40d-fb65-4b37-83ed-93acbd598629", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235251Z:a29925f7-224f-4318-a21e-886677f7a46a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6530,7 +5856,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:16 GMT", + "Date": "Sat, 22 Oct 2022 23:52:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6538,9 +5864,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9825dd39-d315-4c69-ab0e-5fae37da2320", + "x-ms-correlation-request-id": "1b3fbdbd-1505-4514-8a13-99f4dd71c924", "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114916Z:9825dd39-d315-4c69-ab0e-5fae37da2320", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235253Z:1b3fbdbd-1505-4514-8a13-99f4dd71c924", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6566,7 +5892,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:17 GMT", + "Date": "Sat, 22 Oct 2022 23:52:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6574,9 +5900,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4a9575d3-9ad8-49a2-a6bc-791e600b7dfd", + "x-ms-correlation-request-id": "9c22c578-cbac-41db-80da-11ccb56eb29f", "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114918Z:4a9575d3-9ad8-49a2-a6bc-791e600b7dfd", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235254Z:9c22c578-cbac-41db-80da-11ccb56eb29f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6602,7 +5928,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:19 GMT", + "Date": "Sat, 22 Oct 2022 23:52:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6610,9 +5936,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c97718a-c751-4c5e-8774-d885ff818a82", + "x-ms-correlation-request-id": "0ead0988-e58c-4cd6-82f6-16afa574d59d", "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114919Z:5c97718a-c751-4c5e-8774-d885ff818a82", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235255Z:0ead0988-e58c-4cd6-82f6-16afa574d59d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6638,7 +5964,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:20 GMT", + "Date": "Sat, 22 Oct 2022 23:52:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6646,9 +5972,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd07a531-5f6a-4a42-bcce-6e8e18d7691a", + "x-ms-correlation-request-id": "521c9e3d-9ebe-4dd2-b5b7-6392ea1cf1bb", "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114921Z:fd07a531-5f6a-4a42-bcce-6e8e18d7691a", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235257Z:521c9e3d-9ebe-4dd2-b5b7-6392ea1cf1bb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6674,7 +6000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:21 GMT", + "Date": "Sat, 22 Oct 2022 23:52:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6682,9 +6008,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a3914d9c-076e-4db3-b884-e468afeddb52", + "x-ms-correlation-request-id": "5b7bf1c3-24ab-42b8-a1e0-d1611de1c9f8", "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114922Z:a3914d9c-076e-4db3-b884-e468afeddb52", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235258Z:5b7bf1c3-24ab-42b8-a1e0-d1611de1c9f8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6710,7 +6036,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:23 GMT", + "Date": "Sat, 22 Oct 2022 23:52:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6718,9 +6044,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e85ee3d-6678-4f8c-959e-5f38f38e9c49", + "x-ms-correlation-request-id": "38f284fa-09b5-482c-aeba-0c2bd3dba4d7", "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114923Z:7e85ee3d-6678-4f8c-959e-5f38f38e9c49", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235259Z:38f284fa-09b5-482c-aeba-0c2bd3dba4d7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6746,7 +6072,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:24 GMT", + "Date": "Sat, 22 Oct 2022 23:53:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6754,9 +6080,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b4fe7a0-82c0-4040-bc1f-58afc6b8210f", + "x-ms-correlation-request-id": "06c25833-8c14-41c8-a750-dcbbd93db1c1", "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114925Z:5b4fe7a0-82c0-4040-bc1f-58afc6b8210f", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235301Z:06c25833-8c14-41c8-a750-dcbbd93db1c1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6782,7 +6108,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:25 GMT", + "Date": "Sat, 22 Oct 2022 23:53:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6790,9 +6116,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee8f944a-7a5c-4383-a6d5-8e1b09583b69", + "x-ms-correlation-request-id": "5244e276-e088-47a0-bc80-a5ede7b55959", "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114926Z:ee8f944a-7a5c-4383-a6d5-8e1b09583b69", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235302Z:5244e276-e088-47a0-bc80-a5ede7b55959", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6818,7 +6144,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:27 GMT", + "Date": "Sat, 22 Oct 2022 23:53:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6826,9 +6152,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f386f91b-5567-4bee-a6d2-054297a0d1cf", + "x-ms-correlation-request-id": "79d22ee7-dea6-4f1d-a6a7-351e72ed341a", "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114927Z:f386f91b-5567-4bee-a6d2-054297a0d1cf", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235304Z:79d22ee7-dea6-4f1d-a6a7-351e72ed341a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6854,7 +6180,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:28 GMT", + "Date": "Sat, 22 Oct 2022 23:53:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6862,9 +6188,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "18fbc7d6-66e9-432c-b0d5-e970af41a6ad", + "x-ms-correlation-request-id": "3b3c2776-2948-4e30-b59d-7ec1cc3d00a4", "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114929Z:18fbc7d6-66e9-432c-b0d5-e970af41a6ad", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235305Z:3b3c2776-2948-4e30-b59d-7ec1cc3d00a4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6890,7 +6216,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:29 GMT", + "Date": "Sat, 22 Oct 2022 23:53:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6898,9 +6224,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "64f46342-7ada-4058-85eb-007038e65747", + "x-ms-correlation-request-id": "035b7f82-532f-4a25-907c-a3192a065280", "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114930Z:64f46342-7ada-4058-85eb-007038e65747", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235306Z:035b7f82-532f-4a25-907c-a3192a065280", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6926,7 +6252,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:31 GMT", + "Date": "Sat, 22 Oct 2022 23:53:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6934,9 +6260,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1fa68ea1-9b6a-43b7-9596-c64a569c60fa", + "x-ms-correlation-request-id": "e0ba31d6-fc3e-4439-95f0-5cbd0926037f", "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114931Z:1fa68ea1-9b6a-43b7-9596-c64a569c60fa", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235308Z:e0ba31d6-fc3e-4439-95f0-5cbd0926037f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6962,7 +6288,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:32 GMT", + "Date": "Sat, 22 Oct 2022 23:53:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6970,9 +6296,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94726ece-308c-4950-bdff-320e5402fd9a", + "x-ms-correlation-request-id": "0c543c21-6a94-411b-a22e-e57afc053078", "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114933Z:94726ece-308c-4950-bdff-320e5402fd9a", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235309Z:0c543c21-6a94-411b-a22e-e57afc053078", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6998,7 +6324,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:33 GMT", + "Date": "Sat, 22 Oct 2022 23:53:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7006,9 +6332,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2e2ee30-915d-49b6-8ad2-df30ddbf0e88", + "x-ms-correlation-request-id": "9a4045e7-cfc5-4cdf-b85b-b99325fc137d", "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114934Z:e2e2ee30-915d-49b6-8ad2-df30ddbf0e88", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235310Z:9a4045e7-cfc5-4cdf-b85b-b99325fc137d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7034,7 +6360,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:35 GMT", + "Date": "Sat, 22 Oct 2022 23:53:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7042,9 +6368,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3aa26f7e-1f45-4dd9-a16e-5917cbaacbe8", + "x-ms-correlation-request-id": "76a9f958-66f1-4303-8a82-3f76d52497d4", "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114936Z:3aa26f7e-1f45-4dd9-a16e-5917cbaacbe8", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235312Z:76a9f958-66f1-4303-8a82-3f76d52497d4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7070,7 +6396,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:36 GMT", + "Date": "Sat, 22 Oct 2022 23:53:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7078,9 +6404,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0bd095c2-17cd-4083-87fe-957f89ac986f", + "x-ms-correlation-request-id": "549f2594-24fc-4a44-a522-bfbc803d2b8d", "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114937Z:0bd095c2-17cd-4083-87fe-957f89ac986f", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235313Z:549f2594-24fc-4a44-a522-bfbc803d2b8d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7106,7 +6432,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:37 GMT", + "Date": "Sat, 22 Oct 2022 23:53:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7114,9 +6440,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae3fc932-32aa-4c03-9b27-53ae9b305a1d", + "x-ms-correlation-request-id": "4df72dda-7193-44da-a412-d4af485a5191", "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114938Z:ae3fc932-32aa-4c03-9b27-53ae9b305a1d", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235315Z:4df72dda-7193-44da-a412-d4af485a5191", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7142,7 +6468,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:40 GMT", + "Date": "Sat, 22 Oct 2022 23:53:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7150,9 +6476,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f86b32d-38af-439b-9f6f-6efb9396da42", + "x-ms-correlation-request-id": "6093c289-9c2a-4836-844b-0adc56895fdb", "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114940Z:8f86b32d-38af-439b-9f6f-6efb9396da42", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235316Z:6093c289-9c2a-4836-844b-0adc56895fdb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7178,7 +6504,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:41 GMT", + "Date": "Sat, 22 Oct 2022 23:53:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7186,9 +6512,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a74961c3-fa88-43a2-817a-ca338295a7fa", + "x-ms-correlation-request-id": "87153ee1-b939-44f8-878e-4baacaa5fad9", "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114941Z:a74961c3-fa88-43a2-817a-ca338295a7fa", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235317Z:87153ee1-b939-44f8-878e-4baacaa5fad9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7214,7 +6540,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:43 GMT", + "Date": "Sat, 22 Oct 2022 23:53:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7222,9 +6548,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0bc91a6e-abf6-4f14-9a57-e76b4b29707d", + "x-ms-correlation-request-id": "ad8e5e08-5f0a-45ad-9b33-7d761b2fe686", "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114943Z:0bc91a6e-abf6-4f14-9a57-e76b4b29707d", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235319Z:ad8e5e08-5f0a-45ad-9b33-7d761b2fe686", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7250,7 +6576,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:44 GMT", + "Date": "Sat, 22 Oct 2022 23:53:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7258,9 +6584,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a22f1a7-517c-47a4-8f7d-ad3fd7926df5", + "x-ms-correlation-request-id": "c03916ba-bda5-4e28-82e3-ec159de3791a", "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114944Z:5a22f1a7-517c-47a4-8f7d-ad3fd7926df5", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235320Z:c03916ba-bda5-4e28-82e3-ec159de3791a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7286,7 +6612,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:45 GMT", + "Date": "Sat, 22 Oct 2022 23:53:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7294,9 +6620,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f225fc08-149e-4b00-98f3-310f9fa19087", + "x-ms-correlation-request-id": "dca95581-4ed1-4088-b42d-b38bf74dc1ae", "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114945Z:f225fc08-149e-4b00-98f3-310f9fa19087", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235321Z:dca95581-4ed1-4088-b42d-b38bf74dc1ae", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7322,7 +6648,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:47 GMT", + "Date": "Sat, 22 Oct 2022 23:53:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7330,9 +6656,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "163cfa82-1e3a-4b86-a24b-21d22e65e142", + "x-ms-correlation-request-id": "3611bfbb-a8a4-40d8-a17b-673e7f5f4da7", "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114947Z:163cfa82-1e3a-4b86-a24b-21d22e65e142", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235323Z:3611bfbb-a8a4-40d8-a17b-673e7f5f4da7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7358,7 +6684,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:48 GMT", + "Date": "Sat, 22 Oct 2022 23:53:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7366,9 +6692,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3c12a838-deeb-4bfb-a548-efbd792ae8ff", + "x-ms-correlation-request-id": "1bcf3d8b-2970-480f-a34b-223f2d002747", "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114948Z:3c12a838-deeb-4bfb-a548-efbd792ae8ff", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235324Z:1bcf3d8b-2970-480f-a34b-223f2d002747", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7394,7 +6720,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:49 GMT", + "Date": "Sat, 22 Oct 2022 23:53:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7402,9 +6728,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "07b66577-ef8b-498b-b855-490014212e7d", + "x-ms-correlation-request-id": "a4ab7de7-591a-4888-9bcf-59a1f2f11010", "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114949Z:07b66577-ef8b-498b-b855-490014212e7d", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235325Z:a4ab7de7-591a-4888-9bcf-59a1f2f11010", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7430,7 +6756,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:51 GMT", + "Date": "Sat, 22 Oct 2022 23:53:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7438,9 +6764,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c61a31a5-9b74-4b93-a2c6-00f423267955", + "x-ms-correlation-request-id": "424a89a1-dcc0-482e-b75e-b6bd0186fc1f", "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114951Z:c61a31a5-9b74-4b93-a2c6-00f423267955", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235327Z:424a89a1-dcc0-482e-b75e-b6bd0186fc1f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7466,7 +6792,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:52 GMT", + "Date": "Sat, 22 Oct 2022 23:53:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7474,9 +6800,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a6588a2d-c4c8-4054-b7d9-e834ee816256", + "x-ms-correlation-request-id": "1df23e95-880b-4da7-afb0-fafd34224119", "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114952Z:a6588a2d-c4c8-4054-b7d9-e834ee816256", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235328Z:1df23e95-880b-4da7-afb0-fafd34224119", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7502,7 +6828,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:53 GMT", + "Date": "Sat, 22 Oct 2022 23:53:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7510,9 +6836,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d6a443bd-590c-40b4-bbf5-2a903b248056", + "x-ms-correlation-request-id": "a95279dd-b34b-480c-a38f-f4335dbcf484", "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114953Z:d6a443bd-590c-40b4-bbf5-2a903b248056", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235329Z:a95279dd-b34b-480c-a38f-f4335dbcf484", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7538,7 +6864,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:55 GMT", + "Date": "Sat, 22 Oct 2022 23:53:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7546,9 +6872,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fe954a6a-7423-4197-84cf-f67af23c9076", + "x-ms-correlation-request-id": "fbcca56f-636a-4878-be57-0c8eb1592958", "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114955Z:fe954a6a-7423-4197-84cf-f67af23c9076", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235331Z:fbcca56f-636a-4878-be57-0c8eb1592958", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7574,7 +6900,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:56 GMT", + "Date": "Sat, 22 Oct 2022 23:53:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7582,9 +6908,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e6bf091-330d-477a-a647-87f6933597fc", + "x-ms-correlation-request-id": "1d6d61e2-c0f8-4ddb-90ef-49d4996b06d3", "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114956Z:7e6bf091-330d-477a-a647-87f6933597fc", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235332Z:1d6d61e2-c0f8-4ddb-90ef-49d4996b06d3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7610,7 +6936,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:57 GMT", + "Date": "Sat, 22 Oct 2022 23:53:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7618,9 +6944,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b9d79cc-3f1b-4c2d-b670-73ef70eba76f", + "x-ms-correlation-request-id": "a60bfadb-ccfb-40c3-8ea6-662551b5e9b5", "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114958Z:9b9d79cc-3f1b-4c2d-b670-73ef70eba76f", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235334Z:a60bfadb-ccfb-40c3-8ea6-662551b5e9b5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7646,7 +6972,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:49:59 GMT", + "Date": "Sat, 22 Oct 2022 23:53:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7654,9 +6980,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f328a425-4900-4ffe-8379-512ca98d2f1b", + "x-ms-correlation-request-id": "bc2dc928-6e1a-4404-b6cf-7f81c01820e7", "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T114959Z:f328a425-4900-4ffe-8379-512ca98d2f1b", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235335Z:bc2dc928-6e1a-4404-b6cf-7f81c01820e7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7682,7 +7008,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:00 GMT", + "Date": "Sat, 22 Oct 2022 23:53:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7690,9 +7016,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78c9577c-b2e9-4679-bd0c-067c5aee746b", + "x-ms-correlation-request-id": "4ea6ec86-93cd-4066-a415-9f89a1c3b106", "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115000Z:78c9577c-b2e9-4679-bd0c-067c5aee746b", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235336Z:4ea6ec86-93cd-4066-a415-9f89a1c3b106", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7718,7 +7044,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:01 GMT", + "Date": "Sat, 22 Oct 2022 23:53:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7726,9 +7052,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "71d8936f-a688-46b0-9655-38ccd3f4e471", + "x-ms-correlation-request-id": "3bd4b879-9fbb-44c8-94ec-25edb0097bf9", "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115002Z:71d8936f-a688-46b0-9655-38ccd3f4e471", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235338Z:3bd4b879-9fbb-44c8-94ec-25edb0097bf9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7754,7 +7080,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:02 GMT", + "Date": "Sat, 22 Oct 2022 23:53:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7762,9 +7088,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fbf81325-125b-404c-937a-aa6cf06fbeb4", + "x-ms-correlation-request-id": "053531f8-2c94-47f1-a325-38f45f602c47", "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115003Z:fbf81325-125b-404c-937a-aa6cf06fbeb4", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235339Z:053531f8-2c94-47f1-a325-38f45f602c47", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7790,7 +7116,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:04 GMT", + "Date": "Sat, 22 Oct 2022 23:53:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7798,9 +7124,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3acb26b8-7817-45ca-b855-0e5c2c5c66cf", + "x-ms-correlation-request-id": "43c1a62c-0a20-4393-8ac5-ec9c3c7f6579", "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115004Z:3acb26b8-7817-45ca-b855-0e5c2c5c66cf", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235340Z:43c1a62c-0a20-4393-8ac5-ec9c3c7f6579", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7826,7 +7152,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:05 GMT", + "Date": "Sat, 22 Oct 2022 23:53:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7834,9 +7160,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "57edb8e3-e861-4602-891e-81fb35cb9393", + "x-ms-correlation-request-id": "2cb8ce95-832d-4d70-82e2-4a1aafe0e4fe", "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115006Z:57edb8e3-e861-4602-891e-81fb35cb9393", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235342Z:2cb8ce95-832d-4d70-82e2-4a1aafe0e4fe", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7862,7 +7188,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:06 GMT", + "Date": "Sat, 22 Oct 2022 23:53:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7870,9 +7196,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c14958d7-0c3b-483a-8504-bae1b55400fc", + "x-ms-correlation-request-id": "98112f56-346a-4552-baf7-acc166bd367c", "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115007Z:c14958d7-0c3b-483a-8504-bae1b55400fc", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235343Z:98112f56-346a-4552-baf7-acc166bd367c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7898,7 +7224,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:08 GMT", + "Date": "Sat, 22 Oct 2022 23:53:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7906,9 +7232,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a32fc38-5806-43da-bc6f-275efc3d8d65", + "x-ms-correlation-request-id": "5e6a2c2a-6170-4cee-82fc-c12e11c97bed", "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115009Z:9a32fc38-5806-43da-bc6f-275efc3d8d65", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235344Z:5e6a2c2a-6170-4cee-82fc-c12e11c97bed", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7934,7 +7260,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:09 GMT", + "Date": "Sat, 22 Oct 2022 23:53:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7942,9 +7268,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "733ebf87-7f8e-4234-9c47-de653d6643fb", + "x-ms-correlation-request-id": "39bb2d1e-cac4-4e4d-881b-62db3c2253b3", "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115010Z:733ebf87-7f8e-4234-9c47-de653d6643fb", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235346Z:39bb2d1e-cac4-4e4d-881b-62db3c2253b3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7970,7 +7296,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:11 GMT", + "Date": "Sat, 22 Oct 2022 23:53:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7978,9 +7304,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "745a3342-ccc9-4484-b01b-428cd99e4568", + "x-ms-correlation-request-id": "1c48cb59-58b4-494e-98aa-42b2668b2720", "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115011Z:745a3342-ccc9-4484-b01b-428cd99e4568", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235347Z:1c48cb59-58b4-494e-98aa-42b2668b2720", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8006,7 +7332,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:12 GMT", + "Date": "Sat, 22 Oct 2022 23:53:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8014,9 +7340,189 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c935e93-c80c-4106-9c7c-c5d1fce8ef65", + "x-ms-correlation-request-id": "2789057b-2cc7-49eb-a0bb-366b77288e8b", "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115013Z:9c935e93-c80c-4106-9c7c-c5d1fce8ef65", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235349Z:2789057b-2cc7-49eb-a0bb-366b77288e8b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:53: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": "e39a358e-f4fc-4729-b0fb-e4c1c1069e8e", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235350Z:e39a358e-f4fc-4729-b0fb-e4c1c1069e8e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:53: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": "57594fd6-4c9c-453f-adae-2ae7b4d7da82", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235352Z:57594fd6-4c9c-453f-adae-2ae7b4d7da82", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:53: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": "76ff68a2-df2e-4ada-90bf-db2d301b62cc", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235353Z:76ff68a2-df2e-4ada-90bf-db2d301b62cc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23: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": "9fec63d3-1967-48cd-9c60-890d7006c6d0", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235354Z:9fec63d3-1967-48cd-9c60-890d7006c6d0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:53: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": "e238b0bd-6d10-4372-bb13-8b658ffb07a1", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235356Z:e238b0bd-6d10-4372-bb13-8b658ffb07a1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8042,7 +7548,2598 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:13 GMT", + "Date": "Sat, 22 Oct 2022 23: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": "9fc27e8b-4c96-457a-8b58-43965df3ab42", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235357Z:9fc27e8b-4c96-457a-8b58-43965df3ab42", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:53: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": "3c6ceda3-5c21-481c-9c17-86cb15aada21", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235358Z:3c6ceda3-5c21-481c-9c17-86cb15aada21", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:53: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": "859c9ae2-cedf-49d2-b0da-8fffda4ccccc", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235400Z:859c9ae2-cedf-49d2-b0da-8fffda4ccccc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "85c83d1e-31d1-41c2-b2a0-7586f8ff0b3f", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235401Z:85c83d1e-31d1-41c2-b2a0-7586f8ff0b3f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "b134b558-edf4-46bc-8eae-679a6781089b", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235402Z:b134b558-edf4-46bc-8eae-679a6781089b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "80e50173-657e-4a5d-bda2-4bd42010ce9a", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235404Z:80e50173-657e-4a5d-bda2-4bd42010ce9a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "4b5f0cd0-691c-4ad0-b522-29f11f73ff1e", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235406Z:4b5f0cd0-691c-4ad0-b522-29f11f73ff1e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "56817bec-7787-4137-8ab9-5775ceee8cb6", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235409Z:56817bec-7787-4137-8ab9-5775ceee8cb6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "087dc296-b0e3-4a3b-8c10-ca49f1316f0e", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235410Z:087dc296-b0e3-4a3b-8c10-ca49f1316f0e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "3178f986-8a94-4430-b711-3a3a71065070", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235412Z:3178f986-8a94-4430-b711-3a3a71065070", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "75a58432-3ea7-495e-9e23-644d1522df54", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235413Z:75a58432-3ea7-495e-9e23-644d1522df54", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "c1ee2226-b587-4df6-b945-172d9b7bf34b", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235415Z:c1ee2226-b587-4df6-b945-172d9b7bf34b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "e7c55e9e-68c2-43e5-bf49-a0476b6151a6", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235416Z:e7c55e9e-68c2-43e5-bf49-a0476b6151a6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23: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": "4a2c2fe7-e964-43a7-bbee-f853367165d1", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235417Z:4a2c2fe7-e964-43a7-bbee-f853367165d1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23: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": "48a0090f-7f8a-4213-a921-cce906877ac9", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235419Z:48a0090f-7f8a-4213-a921-cce906877ac9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "73a911f0-d770-4aa6-b1c5-00a035194aa9", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235420Z:73a911f0-d770-4aa6-b1c5-00a035194aa9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "66e83ebc-48fe-43fe-ab77-82dfb61a5c8e", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235421Z:66e83ebc-48fe-43fe-ab77-82dfb61a5c8e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "eadce925-2052-4d46-800c-f896fa385952", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235423Z:eadce925-2052-4d46-800c-f896fa385952", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "7fc91c8c-54e8-449d-9ef5-3e26f98fdf2b", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235424Z:7fc91c8c-54e8-449d-9ef5-3e26f98fdf2b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "67827ad1-dc2a-4151-8458-286fbe5905e9", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235425Z:67827ad1-dc2a-4151-8458-286fbe5905e9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "f9c31cf7-8e33-429c-a4e5-f37d1349d94d", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235427Z:f9c31cf7-8e33-429c-a4e5-f37d1349d94d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "d2389720-7dfd-4368-9717-62b1c112dd42", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235428Z:d2389720-7dfd-4368-9717-62b1c112dd42", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23: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": "5ae05198-c2ca-4262-ba98-d9639a188b5c", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235430Z:5ae05198-c2ca-4262-ba98-d9639a188b5c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "bd0e8591-147b-468a-95f1-ccc4eb461fbc", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235431Z:bd0e8591-147b-468a-95f1-ccc4eb461fbc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "6e3a9040-94ca-4999-af49-5fe73adb11d1", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235432Z:6e3a9040-94ca-4999-af49-5fe73adb11d1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "acd2a1b6-5889-49f7-8096-78ff59509bd5", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235434Z:acd2a1b6-5889-49f7-8096-78ff59509bd5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "46b4612d-c2f7-49b0-a187-050d30edabda", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235435Z:46b4612d-c2f7-49b0-a187-050d30edabda", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23: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": "41052a98-c3f7-4cf3-b38b-3f1d10909900", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235436Z:41052a98-c3f7-4cf3-b38b-3f1d10909900", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23: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": "5a461a73-9a2e-428e-b814-d15a323b191a", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235438Z:5a461a73-9a2e-428e-b814-d15a323b191a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "40809448-15e9-4d3d-8f0e-2bbed2733377", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235439Z:40809448-15e9-4d3d-8f0e-2bbed2733377", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23: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": "6d451366-cd02-41ac-a3d8-f0798e90e279", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235440Z:6d451366-cd02-41ac-a3d8-f0798e90e279", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "74380f0b-da37-4ce4-b329-eade067e9892", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235442Z:74380f0b-da37-4ce4-b329-eade067e9892", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "2c80547b-b3bd-45b0-8513-6cb177ce9658", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235443Z:2c80547b-b3bd-45b0-8513-6cb177ce9658", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "b721fd7d-f744-4b9d-8977-e803f8757a50", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235444Z:b721fd7d-f744-4b9d-8977-e803f8757a50", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "6fd940e1-56e4-4148-bba6-09b31962c486", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235446Z:6fd940e1-56e4-4148-bba6-09b31962c486", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23: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": "5b586707-a0da-42ce-89c0-b39c1db33577", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235447Z:5b586707-a0da-42ce-89c0-b39c1db33577", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23: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": "f54d6b18-38b5-4da2-b94e-a363186d1ceb", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235449Z:f54d6b18-38b5-4da2-b94e-a363186d1ceb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "77f595f1-a9e1-4e48-9999-d0c1c3937157", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235450Z:77f595f1-a9e1-4e48-9999-d0c1c3937157", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23: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": "280cfac3-52cd-4475-9be8-0ed42d66221b", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235451Z:280cfac3-52cd-4475-9be8-0ed42d66221b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "e71f1b84-b588-4920-890c-96b1b2244e46", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235453Z:e71f1b84-b588-4920-890c-96b1b2244e46", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "d105084b-bbcb-4c2a-8db1-d28ab661b4d2", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235454Z:d105084b-bbcb-4c2a-8db1-d28ab661b4d2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23: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": "6decf9e3-58fc-4341-8396-9e07a5a43b96", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235456Z:6decf9e3-58fc-4341-8396-9e07a5a43b96", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "98cf9369-6135-41fd-86f5-022d51cd7d0b", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235457Z:98cf9369-6135-41fd-86f5-022d51cd7d0b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23: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": "d04ef947-95f3-4009-a423-3258ad369899", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235458Z:d04ef947-95f3-4009-a423-3258ad369899", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:54: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": "f8875bc5-e932-4d53-a8ab-50eaab43a21d", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235500Z:f8875bc5-e932-4d53-a8ab-50eaab43a21d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:55: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": "78fc51f6-2865-4e3c-b6a6-a454d684f2e1", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235501Z:78fc51f6-2865-4e3c-b6a6-a454d684f2e1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23: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": "09026d91-8209-42be-a761-15ad7c3187c9", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235502Z:09026d91-8209-42be-a761-15ad7c3187c9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:55: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": "e6158901-af14-4140-8130-8ccb03a579d8", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235504Z:e6158901-af14-4140-8130-8ccb03a579d8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:55: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": "7bb7c26b-ac6f-4dfe-846d-ebc5f53a0cbc", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235505Z:7bb7c26b-ac6f-4dfe-846d-ebc5f53a0cbc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:55: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": "14e9b9aa-83da-4615-9f02-0f69f1ed5b54", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235506Z:14e9b9aa-83da-4615-9f02-0f69f1ed5b54", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:55: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": "d129a016-9e2c-44bf-89fb-3d645da1d665", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235508Z:d129a016-9e2c-44bf-89fb-3d645da1d665", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:55: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": "983b4efd-809e-43a8-82fc-8b38b3bb2087", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235509Z:983b4efd-809e-43a8-82fc-8b38b3bb2087", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:55: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": "611c5273-4a66-478e-9430-d2446a74fce0", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235511Z:611c5273-4a66-478e-9430-d2446a74fce0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:55: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": "01d76c08-4db6-49c7-8f9a-15eed39e8261", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235512Z:01d76c08-4db6-49c7-8f9a-15eed39e8261", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23: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": "ee00f11e-6fc3-4fb1-9de3-7632fda66134", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235513Z:ee00f11e-6fc3-4fb1-9de3-7632fda66134", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:55: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": "0e8f9cf3-46c7-4409-a200-5b07236ec8b8", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235515Z:0e8f9cf3-46c7-4409-a200-5b07236ec8b8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Mirrored", + "totalProgress": "21312", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b/listReplications?api-version=2022-05-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:55: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": "431a89f1-e798-4fd2-97da-f03f615a5f87", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235517Z:431a89f1-e798-4fd2-97da-f03f615a5f87", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "replicationId": "f5b43b5d-8ce7-fac1-cf0e-d8577d0a0400", + "endpointType": "Src", + "replicationSchedule": "", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "remoteVolumeRegion": "eastus2" + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/breakReplication?api-version=2022-05-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ae8b12ee-77e5-4e37-88f6-5cbf0ac28f09?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Sat, 22 Oct 2022 23:55:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ae8b12ee-77e5-4e37-88f6-5cbf0ac28f09?api-version=2022-05-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": "6e05c915-20cd-4021-a2c5-cbb9fe67c2fc", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235517Z:6e05c915-20cd-4021-a2c5-cbb9fe67c2fc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:55: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": "4afb45df-efac-4b1c-ae47-b77e8fe8f15e", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235518Z:4afb45df-efac-4b1c-ae47-b77e8fe8f15e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Mirrored", + "totalProgress": "21312", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ae8b12ee-77e5-4e37-88f6-5cbf0ac28f09?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:55: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": "2e6ed14d-3d9d-47a3-82fe-01028b2710da", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235518Z:2e6ed14d-3d9d-47a3-82fe-01028b2710da", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ae8b12ee-77e5-4e37-88f6-5cbf0ac28f09", + "name": "ae8b12ee-77e5-4e37-88f6-5cbf0ac28f09", + "status": "BreakReplication", + "startTime": "2022-10-22T23:55:17.3704731Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ae8b12ee-77e5-4e37-88f6-5cbf0ac28f09?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:55: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": "442a918b-9b55-413c-bd8f-bef42f67731d", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235548Z:442a918b-9b55-413c-bd8f-bef42f67731d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ae8b12ee-77e5-4e37-88f6-5cbf0ac28f09", + "name": "ae8b12ee-77e5-4e37-88f6-5cbf0ac28f09", + "status": "Succeeded", + "startTime": "2022-10-22T23:55:17.3704731Z", + "endTime": "2022-10-22T23:55:25.3934791Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ae8b12ee-77e5-4e37-88f6-5cbf0ac28f09?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:55: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": "dbb3b521-9302-4804-875f-5c3c403645e3", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235548Z:dbb3b521-9302-4804-875f-5c3c403645e3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A55%3A25.3982505Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" + }, + "properties": { + "volumeType": "", + "dataProtection": { + "replication": { + "replicationId": "ecd23ffb-17c4-abae-5df5-35c93536170b", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "replicationPolicy": "MirrorAllSnapshots", + "replicationStatus": "Mirrored", + "remotePath": { + "externalHostName": "az-bn13-f01c01-bs118-sto", + "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", + "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_704ea7" + }, + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", + "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_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "poolId": "23ad8e2c-d38b-05a1-131f-f0623326921e", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "coolAccess": false, + "avsDataStore": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-22T23:46:00.0489276Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:55:50 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A55.8526331Z\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": "24c8b252-2346-4e52-a4ef-92ae4abf9dff", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235551Z:24c8b252-2346-4e52-a4ef-92ae4abf9dff", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A55.8526331Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" + }, + "properties": { + "dataProtection": { + "replication": { + "endpointType": "Src", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "remoteVolumeRegion": "eastus2" + } + }, + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-22T23:40:36.0880285Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:55:52 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A55%3A25.3982505Z\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": "11eb27f9-61be-496c-8209-9585d2bab52c", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235553Z:11eb27f9-61be-496c-8209-9585d2bab52c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A55%3A25.3982505Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" + }, + "properties": { + "volumeType": "", + "dataProtection": { + "replication": { + "replicationId": "ecd23ffb-17c4-abae-5df5-35c93536170b", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-22T23:46:00.0489276Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/resyncReplication?api-version=2022-05-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/aefd6c52-099f-4b36-b41a-abe1d9369da3?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Sat, 22 Oct 2022 23:55:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/aefd6c52-099f-4b36-b41a-abe1d9369da3?api-version=2022-05-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": "58068736-568f-4d45-bfcc-ea68d0f0def7", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235553Z:58068736-568f-4d45-bfcc-ea68d0f0def7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/aefd6c52-099f-4b36-b41a-abe1d9369da3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:55:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8050,17 +10147,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d7a24bb0-2236-41b9-90f9-a9519a41d776", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115014Z:d7a24bb0-2236-41b9-90f9-a9519a41d776", + "x-ms-correlation-request-id": "39e591c7-79ce-4852-8e98-2935720d454f", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235553Z:39e591c7-79ce-4852-8e98-2935720d454f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/aefd6c52-099f-4b36-b41a-abe1d9369da3", + "name": "aefd6c52-099f-4b36-b41a-abe1d9369da3", + "status": "ResyncReplication", + "startTime": "2022-10-22T23:55:53.523553Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } } }, { @@ -8078,7 +10179,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:15 GMT", + "Date": "Sat, 22 Oct 2022 23:55:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8086,16 +10187,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c3e1e90a-b9a9-4328-a5c1-1b87bf772bad", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115016Z:c3e1e90a-b9a9-4328-a5c1-1b87bf772bad", + "x-ms-correlation-request-id": "4cf99246-8409-4355-a484-a6e71ecf74e5", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235554Z:4cf99246-8409-4355-a484-a6e71ecf74e5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", + "mirrorState": "Broken", + "totalProgress": "21312", "errorMessage": "" } }, @@ -8114,7 +10215,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:16 GMT", + "Date": "Sat, 22 Oct 2022 23:55:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8122,16 +10223,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "432dd877-74f6-4991-b988-521651ae739d", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115017Z:432dd877-74f6-4991-b988-521651ae739d", + "x-ms-correlation-request-id": "c4919d46-4429-4bb5-9fdd-f32d457eeca9", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235555Z:c4919d46-4429-4bb5-9fdd-f32d457eeca9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", + "mirrorState": "Broken", + "totalProgress": "21312", "errorMessage": "" } }, @@ -8150,7 +10251,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:18 GMT", + "Date": "Sat, 22 Oct 2022 23:55:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8158,16 +10259,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "09784473-e2f6-4dae-80ca-a8c1d66fd62d", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115019Z:09784473-e2f6-4dae-80ca-a8c1d66fd62d", + "x-ms-correlation-request-id": "1c7a463b-71f1-4054-a74a-8b1a14167b88", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235556Z:1c7a463b-71f1-4054-a74a-8b1a14167b88", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", + "mirrorState": "Broken", + "totalProgress": "21312", "errorMessage": "" } }, @@ -8186,7 +10287,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:19 GMT", + "Date": "Sat, 22 Oct 2022 23:55:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8194,16 +10295,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1503ecf9-7311-4709-a72b-a8a8b3a81e22", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115020Z:1503ecf9-7311-4709-a72b-a8a8b3a81e22", + "x-ms-correlation-request-id": "1f84f1d1-399d-4ea9-96cf-48aea241c6e5", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235558Z:1f84f1d1-399d-4ea9-96cf-48aea241c6e5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", + "mirrorState": "Broken", + "totalProgress": "21312", "errorMessage": "" } }, @@ -8222,7 +10323,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:20 GMT", + "Date": "Sat, 22 Oct 2022 23:55:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8230,16 +10331,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "04fe4eb9-4076-45a2-9d3a-b1b0a4966507", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115021Z:04fe4eb9-4076-45a2-9d3a-b1b0a4966507", + "x-ms-correlation-request-id": "e018298d-7ed4-48a2-8406-47acc0b082c1", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235559Z:e018298d-7ed4-48a2-8406-47acc0b082c1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", + "mirrorState": "Broken", + "totalProgress": "21312", "errorMessage": "" } }, @@ -8258,7 +10359,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:23 GMT", + "Date": "Sat, 22 Oct 2022 23:56:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8266,16 +10367,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fdbd0d0f-1e31-4458-b634-b9f457233d2f", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115023Z:fdbd0d0f-1e31-4458-b634-b9f457233d2f", + "x-ms-correlation-request-id": "5f47a0cb-6a4e-43ca-930a-a96184757118", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235601Z:5f47a0cb-6a4e-43ca-930a-a96184757118", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", + "mirrorState": "Broken", + "totalProgress": "21312", "errorMessage": "" } }, @@ -8294,7 +10395,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:24 GMT", + "Date": "Sat, 22 Oct 2022 23:56:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8302,16 +10403,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "149153bc-b0cd-4861-bc72-0670c4142d84", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115024Z:149153bc-b0cd-4861-bc72-0670c4142d84", + "x-ms-correlation-request-id": "b4d72c0f-e1d5-4307-a7bf-0fff1c33b49a", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235602Z:b4d72c0f-e1d5-4307-a7bf-0fff1c33b49a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", + "mirrorState": "Broken", + "totalProgress": "21312", "errorMessage": "" } }, @@ -8330,7 +10431,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:25 GMT", + "Date": "Sat, 22 Oct 2022 23:56:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8338,16 +10439,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ba6c99b-ce1f-455d-86b1-8894f1aaa569", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115025Z:6ba6c99b-ce1f-455d-86b1-8894f1aaa569", + "x-ms-correlation-request-id": "c74769dc-5690-4123-803c-cc7a55b572e8", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235603Z:c74769dc-5690-4123-803c-cc7a55b572e8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", + "mirrorState": "Broken", + "totalProgress": "21312", "errorMessage": "" } }, @@ -8366,7 +10467,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:27 GMT", + "Date": "Sat, 22 Oct 2022 23:56:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8374,16 +10475,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65568eb9-c8e7-4702-8c82-f82278c9d592", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115027Z:65568eb9-c8e7-4702-8c82-f82278c9d592", + "x-ms-correlation-request-id": "7e9afbd3-2de9-4bc8-a355-86028d9a3e51", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235605Z:7e9afbd3-2de9-4bc8-a355-86028d9a3e51", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", + "mirrorState": "Broken", + "totalProgress": "21312", "errorMessage": "" } }, @@ -8402,7 +10503,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:28 GMT", + "Date": "Sat, 22 Oct 2022 23:56:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8410,16 +10511,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e9324119-3b67-4136-91bd-c90522a16f16", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115028Z:e9324119-3b67-4136-91bd-c90522a16f16", + "x-ms-correlation-request-id": "2750b6f3-132b-4ff7-9a27-f9327436d367", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235606Z:2750b6f3-132b-4ff7-9a27-f9327436d367", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", + "mirrorState": "Broken", + "totalProgress": "21312", "errorMessage": "" } }, @@ -8438,7 +10539,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:29 GMT", + "Date": "Sat, 22 Oct 2022 23:56:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8446,16 +10547,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "217e90e5-a46b-440a-b6ff-c2db25b8f206", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115029Z:217e90e5-a46b-440a-b6ff-c2db25b8f206", + "x-ms-correlation-request-id": "70002e52-fded-4637-ab1c-644cc89d3b86", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235607Z:70002e52-fded-4637-ab1c-644cc89d3b86", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", + "mirrorState": "Broken", + "totalProgress": "21312", "errorMessage": "" } }, @@ -8474,7 +10575,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:31 GMT", + "Date": "Sat, 22 Oct 2022 23:56:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8482,16 +10583,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1be3e39-f6ce-42ab-94f5-9b15622d29f6", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115031Z:c1be3e39-f6ce-42ab-94f5-9b15622d29f6", + "x-ms-correlation-request-id": "32d6648d-b816-4134-8fc0-cb4a73abb03b", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235609Z:32d6648d-b816-4134-8fc0-cb4a73abb03b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", + "mirrorState": "Broken", + "totalProgress": "21312", "errorMessage": "" } }, @@ -8510,7 +10611,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:32 GMT", + "Date": "Sat, 22 Oct 2022 23:56:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8518,16 +10619,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69895219-c4cc-4c33-bb0d-e50a338ae15a", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115032Z:69895219-c4cc-4c33-bb0d-e50a338ae15a", + "x-ms-correlation-request-id": "d1201f76-e760-4148-88f6-e1dc57c78834", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235610Z:d1201f76-e760-4148-88f6-e1dc57c78834", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", + "mirrorState": "Broken", + "totalProgress": "21312", "errorMessage": "" } }, @@ -8546,7 +10647,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:33 GMT", + "Date": "Sat, 22 Oct 2022 23:56:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8554,16 +10655,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c7757972-2e49-44a0-933a-76b7da1c6712", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115034Z:c7757972-2e49-44a0-933a-76b7da1c6712", + "x-ms-correlation-request-id": "5349cfee-143a-4132-9e42-0b7e9e655064", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235611Z:5349cfee-143a-4132-9e42-0b7e9e655064", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", + "mirrorState": "Broken", + "totalProgress": "21312", "errorMessage": "" } }, @@ -8582,7 +10683,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:35 GMT", + "Date": "Sat, 22 Oct 2022 23:56:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8590,16 +10691,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ee56f43-b193-43f0-a52d-8169c0e3a894", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115035Z:4ee56f43-b193-43f0-a52d-8169c0e3a894", + "x-ms-correlation-request-id": "cd0ed7dc-19b1-4958-8c33-99c1bdbf3a93", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235613Z:cd0ed7dc-19b1-4958-8c33-99c1bdbf3a93", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", + "mirrorState": "Broken", + "totalProgress": "21312", "errorMessage": "" } }, @@ -8618,7 +10719,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:36 GMT", + "Date": "Sat, 22 Oct 2022 23:56:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8626,27 +10727,26 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "51c9b295-0054-4b6c-aaef-36a6bdcf98ea", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115036Z:51c9b295-0054-4b6c-aaef-36a6bdcf98ea", + "x-ms-correlation-request-id": "da66d2d6-994d-4c88-9881-64948461e76e", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235614Z:da66d2d6-994d-4c88-9881-64948461e76e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Mirrored", - "totalProgress": "18032", + "mirrorState": "Broken", + "totalProgress": "21312", "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b/listReplications?api-version=2022-05-01", - "RequestMethod": "POST", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Content-Length": "0", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, @@ -8655,7 +10755,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:38 GMT", + "Date": "Sat, 22 Oct 2022 23:56:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8663,59 +10763,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "51ee3f91-0f14-4a7d-ba71-f089ed5f1448", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115038Z:51ee3f91-0f14-4a7d-ba71-f089ed5f1448", + "x-ms-correlation-request-id": "8a09775e-a7de-4c32-95b3-8a2a7fd43de3", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235615Z:8a09775e-a7de-4c32-95b3-8a2a7fd43de3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "value": [ - { - "replicationId": "24be49c9-467a-d22b-a9a6-63e7c058d1b4", - "endpointType": "Src", - "replicationSchedule": "", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "remoteVolumeRegion": "eastus2" - } - ] + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "21312", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/breakReplication?api-version=2022-05-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e6d84041-ed32-450e-985c-d8abda070fe4?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 11:50:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e6d84041-ed32-450e-985c-d8abda070fe4?api-version=2022-05-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": "1d8e3c50-3026-48f6-ab13-c651cea90f0a", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115039Z:1d8e3c50-3026-48f6-ab13-c651cea90f0a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e6d84041-ed32-450e-985c-d8abda070fe4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -8726,7 +10791,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:39 GMT", + "Date": "Sat, 22 Oct 2022 23:56:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8734,21 +10799,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "747a798d-b735-4d33-8671-bf043820b18f", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115039Z:747a798d-b735-4d33-8671-bf043820b18f", + "x-ms-correlation-request-id": "10b54561-f636-4d99-a6bc-fa758d171562", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235617Z:10b54561-f636-4d99-a6bc-fa758d171562", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e6d84041-ed32-450e-985c-d8abda070fe4", - "name": "e6d84041-ed32-450e-985c-d8abda070fe4", - "status": "BreakReplication", - "startTime": "2022-10-21T11:50:39.1877477Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "21312", + "errorMessage": "" } }, { @@ -8766,7 +10827,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:50:39 GMT", + "Date": "Sat, 22 Oct 2022 23:56:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8774,141 +10835,60 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "20e417df-c0c1-410d-a7fd-265d2853e34f", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115039Z:20e417df-c0c1-410d-a7fd-265d2853e34f", + "x-ms-correlation-request-id": "c6d594eb-9a8f-42a1-ba9b-f057509163d9", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235618Z:c6d594eb-9a8f-42a1-ba9b-f057509163d9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Mirrored", - "totalProgress": "18032", + "mirrorState": "Broken", + "totalProgress": "21312", "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:51:09 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A32.5662235Z\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": "405f5550-a112-492b-bf81-0eb799caf1fd", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115110Z:405f5550-a112-492b-bf81-0eb799caf1fd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A48%3A32.5662235Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endpointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "remoteVolumeRegion": "eastus2" - } - }, - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-21T11:37:39.625691Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:39.625691Z" - } + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:56: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": "c0cc7668-7986-4da7-a283-fac10044c330", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235620Z:c0cc7668-7986-4da7-a283-fac10044c330", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "21312", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e6d84041-ed32-450e-985c-d8abda070fe4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -8919,7 +10899,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:51:09 GMT", + "Date": "Sat, 22 Oct 2022 23:56:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8927,25 +10907,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "61920954-13ef-4a7f-85e8-42fbaf4d6f60", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115110Z:61920954-13ef-4a7f-85e8-42fbaf4d6f60", + "x-ms-correlation-request-id": "b6631ca0-4ebd-44ff-8cd7-c33ef216981c", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235621Z:b6631ca0-4ebd-44ff-8cd7-c33ef216981c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e6d84041-ed32-450e-985c-d8abda070fe4", - "name": "e6d84041-ed32-450e-985c-d8abda070fe4", - "status": "Succeeded", - "startTime": "2022-10-21T11:50:39.1877477Z", - "endTime": "2022-10-21T11:50:46.6202679Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "21312", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -8959,8 +10935,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:51:09 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A50%3A46.6129424Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:56:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8968,96 +10943,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50aca13e-341f-457a-8e9e-bc0774d89af3", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115110Z:50aca13e-341f-457a-8e9e-bc0774d89af3", + "x-ms-correlation-request-id": "f96c8b1a-dd85-4afb-8329-df0823b82664", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235622Z:f96c8b1a-dd85-4afb-8329-df0823b82664", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A50%3A46.6129424Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" - }, - "properties": { - "volumeType": "", - "dataProtection": { - "replication": { - "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-21T11:42:31.6742342Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "21312", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e6d84041-ed32-450e-985c-d8abda070fe4?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/aefd6c52-099f-4b36-b41a-abe1d9369da3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -9071,7 +10971,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:51:09 GMT", + "Date": "Sat, 22 Oct 2022 23:56:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9079,146 +10979,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd4e5556-ef33-44b8-847d-0815d8f94aa0", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115110Z:cd4e5556-ef33-44b8-847d-0815d8f94aa0", + "x-ms-correlation-request-id": "7e0b108b-0128-4a2f-aa21-8aad61f8bd3b", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235624Z:7e0b108b-0128-4a2f-aa21-8aad61f8bd3b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A50%3A46.6129424Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" - }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/aefd6c52-099f-4b36-b41a-abe1d9369da3", + "name": "aefd6c52-099f-4b36-b41a-abe1d9369da3", + "status": "ResyncReplication", + "startTime": "2022-10-22T23:55:53.523553Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, "properties": { - "volumeType": "", - "dataProtection": { - "replication": { - "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "replicationPolicy": "MirrorAllSnapshots", - "replicationStatus": "Mirrored", - "remotePath": { - "externalHostName": "az-bn13-f01c01-bs118-sto", - "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", - "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_a3104e" - }, - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", - "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_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "poolId": "171efb36-671c-50b6-46aa-b0a3b26c843d", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "coolAccess": false, - "avsDataStore": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "smbNonBrowsable": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-21T11:42:31.6742342Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/resyncReplication?api-version=2022-05-01", - "RequestMethod": "POST", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Content-Length": "0", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2d020b41-6a28-4c8b-9754-bd8260aec80b?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 11:51:10 GMT", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:56:24 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2d020b41-6a28-4c8b-9754-bd8260aec80b?api-version=2022-05-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": "b0f3c514-5356-43f1-9a3a-dabca902d93f", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115110Z:b0f3c514-5356-43f1-9a3a-dabca902d93f", + "x-ms-correlation-request-id": "d8344e37-1f5d-482e-be27-ca07c2901e1e", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235625Z:d8344e37-1f5d-482e-be27-ca07c2901e1e", "X-Powered-By": "ASP.NET" }, - "ResponseBody": null + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "21312", + "errorMessage": "" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2d020b41-6a28-4c8b-9754-bd8260aec80b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -9229,7 +11047,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:51:10 GMT", + "Date": "Sat, 22 Oct 2022 23:56:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9237,21 +11055,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc87b8a9-3875-4d77-a6dd-32e0603d9fad", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115111Z:cc87b8a9-3875-4d77-a6dd-32e0603d9fad", + "x-ms-correlation-request-id": "052e03ea-4501-466e-8fa7-63f4a33c1318", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235626Z:052e03ea-4501-466e-8fa7-63f4a33c1318", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2d020b41-6a28-4c8b-9754-bd8260aec80b", - "name": "2d020b41-6a28-4c8b-9754-bd8260aec80b", - "status": "ResyncReplication", - "startTime": "2022-10-21T11:51:10.8733196Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "21312", + "errorMessage": "" } }, { @@ -9269,7 +11083,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:51:11 GMT", + "Date": "Sat, 22 Oct 2022 23:56:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9277,16 +11091,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "36963b9c-6554-4e2d-99fb-ddf54ff660f9", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115111Z:36963b9c-6554-4e2d-99fb-ddf54ff660f9", + "x-ms-correlation-request-id": "6222c456-0ddc-4e9c-8e4f-5bcbd72d4052", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235627Z:6222c456-0ddc-4e9c-8e4f-5bcbd72d4052", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "18032", + "totalProgress": "21312", "errorMessage": "" } }, @@ -9305,7 +11119,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:51:13 GMT", + "Date": "Sat, 22 Oct 2022 23:56:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9313,16 +11127,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "233299e5-5e0b-4570-98dd-6c9714a75e7e", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115113Z:233299e5-5e0b-4570-98dd-6c9714a75e7e", + "x-ms-correlation-request-id": "b4b646fa-119e-46cd-88d3-d31f27be3396", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235629Z:b4b646fa-119e-46cd-88d3-d31f27be3396", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "18032", + "totalProgress": "21312", "errorMessage": "" } }, @@ -9341,7 +11155,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:51:15 GMT", + "Date": "Sat, 22 Oct 2022 23:56:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9349,16 +11163,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c367aa48-642c-445e-9fb1-99c045b2350e", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115115Z:c367aa48-642c-445e-9fb1-99c045b2350e", + "x-ms-correlation-request-id": "2c101b1a-30ce-402d-aa48-45cf6a9e10f2", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235630Z:2c101b1a-30ce-402d-aa48-45cf6a9e10f2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "18032", + "totalProgress": "21312", "errorMessage": "" } }, @@ -9377,7 +11191,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:51:16 GMT", + "Date": "Sat, 22 Oct 2022 23:56:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9385,16 +11199,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "76cbb530-a9ae-463c-903c-c0a067922b6a", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115116Z:76cbb530-a9ae-463c-903c-c0a067922b6a", + "x-ms-correlation-request-id": "e48e2708-ec2a-443e-a770-4a49f0723cfd", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235631Z:e48e2708-ec2a-443e-a770-4a49f0723cfd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "18032", + "totalProgress": "21312", "errorMessage": "" } }, @@ -9413,7 +11227,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:51:18 GMT", + "Date": "Sat, 22 Oct 2022 23:56:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9421,16 +11235,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45f7ac9c-6f01-43b4-8d7a-8d9d7e635423", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115118Z:45f7ac9c-6f01-43b4-8d7a-8d9d7e635423", + "x-ms-correlation-request-id": "7d36f89d-6fde-477a-9307-db124c2acbdb", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235633Z:7d36f89d-6fde-477a-9307-db124c2acbdb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "18032", + "totalProgress": "21312", "errorMessage": "" } }, @@ -9449,7 +11263,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:51:19 GMT", + "Date": "Sat, 22 Oct 2022 23:56:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9457,16 +11271,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b37387e3-54cd-44ca-adb6-ac524f12ec4f", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115119Z:b37387e3-54cd-44ca-adb6-ac524f12ec4f", + "x-ms-correlation-request-id": "61ce8fc7-8ebc-494b-9a9b-e99bd9453447", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235634Z:61ce8fc7-8ebc-494b-9a9b-e99bd9453447", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "18032", + "totalProgress": "21312", "errorMessage": "" } }, @@ -9485,7 +11299,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:51:20 GMT", + "Date": "Sat, 22 Oct 2022 23:56:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9493,16 +11307,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c98ce219-e3c9-46aa-a98f-2879a396fd48", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115120Z:c98ce219-e3c9-46aa-a98f-2879a396fd48", + "x-ms-correlation-request-id": "1bace6c3-0ab3-4275-bff2-3d9fef6af25e", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235636Z:1bace6c3-0ab3-4275-bff2-3d9fef6af25e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "18032", + "totalProgress": "21312", "errorMessage": "" } }, @@ -9521,7 +11335,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:51:22 GMT", + "Date": "Sat, 22 Oct 2022 23:56:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9529,16 +11343,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5720c2b8-dd07-4a4a-aa4f-3ce8598e2e24", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115122Z:5720c2b8-dd07-4a4a-aa4f-3ce8598e2e24", + "x-ms-correlation-request-id": "6c962bc4-3ca4-4b07-b124-bed554acc194", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235637Z:6c962bc4-3ca4-4b07-b124-bed554acc194", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "18032", + "totalProgress": "21312", "errorMessage": "" } }, @@ -9557,7 +11371,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:51:23 GMT", + "Date": "Sat, 22 Oct 2022 23:56:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9565,16 +11379,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fc6a779f-ac37-4811-8507-b5172eca9c09", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115123Z:fc6a779f-ac37-4811-8507-b5172eca9c09", + "x-ms-correlation-request-id": "68fe7e01-131f-4793-b4bd-d2ca4981b644", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235638Z:68fe7e01-131f-4793-b4bd-d2ca4981b644", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "18032", + "totalProgress": "21312", "errorMessage": "" } }, @@ -9593,7 +11407,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:51:24 GMT", + "Date": "Sat, 22 Oct 2022 23:56:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9601,16 +11415,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5344ef46-62ae-4364-903c-4076a4afe833", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115125Z:5344ef46-62ae-4364-903c-4076a4afe833", + "x-ms-correlation-request-id": "2194198e-d6d6-4fd6-bc64-0db18ed317f6", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235640Z:2194198e-d6d6-4fd6-bc64-0db18ed317f6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "18032", + "totalProgress": "21312", "errorMessage": "" } }, @@ -9629,7 +11443,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:51:26 GMT", + "Date": "Sat, 22 Oct 2022 23:56:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9637,16 +11451,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c9b9730-5525-40a5-a751-f09a6201690f", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115126Z:8c9b9730-5525-40a5-a751-f09a6201690f", + "x-ms-correlation-request-id": "55869cc5-cb18-4a01-81a0-023effe4b77e", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235641Z:55869cc5-cb18-4a01-81a0-023effe4b77e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "18032", + "totalProgress": "21312", "errorMessage": "" } }, @@ -9665,7 +11479,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:51:27 GMT", + "Date": "Sat, 22 Oct 2022 23:56:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9673,16 +11487,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4c598b5-f2f3-4f0c-91c6-759b5efdfa97", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115127Z:a4c598b5-f2f3-4f0c-91c6-759b5efdfa97", + "x-ms-correlation-request-id": "e3ccf7ae-6fd4-4bca-83b7-0a9728b03f48", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235643Z:e3ccf7ae-6fd4-4bca-83b7-0a9728b03f48", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "18032", + "totalProgress": "21312", "errorMessage": "" } }, @@ -9701,7 +11515,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:51:29 GMT", + "Date": "Sat, 22 Oct 2022 23:56:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9709,16 +11523,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d49bf57c-5b54-4250-a03d-859cf980812c", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115129Z:d49bf57c-5b54-4250-a03d-859cf980812c", + "x-ms-correlation-request-id": "df6095d5-bc95-4a65-94c0-49afb0a66af4", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235644Z:df6095d5-bc95-4a65-94c0-49afb0a66af4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "18032", + "totalProgress": "21312", "errorMessage": "" } }, @@ -9737,7 +11551,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:51:30 GMT", + "Date": "Sat, 22 Oct 2022 23:56:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9745,16 +11559,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d448400-e4f0-4de6-9533-72618afda3f8", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115130Z:4d448400-e4f0-4de6-9533-72618afda3f8", + "x-ms-correlation-request-id": "18b268be-edd4-4e0e-ade9-14d9c203d4fc", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235645Z:18b268be-edd4-4e0e-ade9-14d9c203d4fc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "18032", + "totalProgress": "21312", "errorMessage": "" } }, @@ -9773,7 +11587,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:51:31 GMT", + "Date": "Sat, 22 Oct 2022 23:56:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9781,16 +11595,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d4b463e9-5daf-4144-8ddf-86d85dabd70e", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115131Z:d4b463e9-5daf-4144-8ddf-86d85dabd70e", + "x-ms-correlation-request-id": "86cad15c-6de0-4b8e-9930-7827c75ebe83", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235647Z:86cad15c-6de0-4b8e-9930-7827c75ebe83", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "18032", + "totalProgress": "21312", "errorMessage": "" } }, @@ -9809,7 +11623,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:51:33 GMT", + "Date": "Sat, 22 Oct 2022 23:56:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9817,16 +11631,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7f1c899a-4cb5-4b8e-ab38-050cae88bbc8", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115133Z:7f1c899a-4cb5-4b8e-ab38-050cae88bbc8", + "x-ms-correlation-request-id": "45f971e5-6db6-47de-b704-8cf66ff377dd", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235648Z:45f971e5-6db6-47de-b704-8cf66ff377dd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "18032", + "totalProgress": "21312", "errorMessage": "" } }, @@ -9845,7 +11659,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:51:34 GMT", + "Date": "Sat, 22 Oct 2022 23:56:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9853,16 +11667,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e685f787-2dd3-4e3b-87ed-458feee25369", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115134Z:e685f787-2dd3-4e3b-87ed-458feee25369", + "x-ms-correlation-request-id": "57524da7-cf37-4b2d-93a1-8a2d80610cf1", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235649Z:57524da7-cf37-4b2d-93a1-8a2d80610cf1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "18032", + "totalProgress": "21312", "errorMessage": "" } }, @@ -9881,7 +11695,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:51:35 GMT", + "Date": "Sat, 22 Oct 2022 23:56:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9889,24 +11703,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "778a1c97-0cbf-4c94-bf77-6dc0bb8ae8ee", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115136Z:778a1c97-0cbf-4c94-bf77-6dc0bb8ae8ee", + "x-ms-correlation-request-id": "2e5bf0ab-a5c9-4046-86ae-a8e848ffaefb", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235651Z:2e5bf0ab-a5c9-4046-86ae-a8e848ffaefb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Mirrored", + "mirrorState": "Broken", "totalProgress": "21312", "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2d020b41-6a28-4c8b-9754-bd8260aec80b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -9917,7 +11731,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:51:41 GMT", + "Date": "Sat, 22 Oct 2022 23:56:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9925,56 +11739,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed47e4f1-f45b-40f5-a6e9-50d496c7ddec", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115141Z:ed47e4f1-f45b-40f5-a6e9-50d496c7ddec", + "x-ms-correlation-request-id": "43d34b22-33ab-4291-abe0-aac5ed2b1cb0", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235652Z:43d34b22-33ab-4291-abe0-aac5ed2b1cb0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2d020b41-6a28-4c8b-9754-bd8260aec80b", - "name": "2d020b41-6a28-4c8b-9754-bd8260aec80b", - "status": "ResyncReplication", - "startTime": "2022-10-21T11:51:10.8733196Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "21312", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/breakReplication?api-version=2022-05-01", - "RequestMethod": "POST", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Content-Length": "0", - "Content-Type": "application/json", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/82e2f28b-5242-42a5-87cd-4bf8da80ace0?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 11:52:05 GMT", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:56:53 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/82e2f28b-5242-42a5-87cd-4bf8da80ace0?api-version=2022-05-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": "338bed15-5706-4473-9eb9-49b668b585f7", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115206Z:338bed15-5706-4473-9eb9-49b668b585f7", + "x-ms-correlation-request-id": "8d0300df-f359-434d-8763-690c02c6624f", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235653Z:8d0300df-f359-434d-8763-690c02c6624f", "X-Powered-By": "ASP.NET" }, - "ResponseBody": null + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "21312", + "errorMessage": "" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/82e2f28b-5242-42a5-87cd-4bf8da80ace0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/aefd6c52-099f-4b36-b41a-abe1d9369da3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -9988,7 +11803,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:52:05 GMT", + "Date": "Sat, 22 Oct 2022 23:56:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9996,16 +11811,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d209b6b6-2fe5-4882-aea1-dfc59793d6c4", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115206Z:d209b6b6-2fe5-4882-aea1-dfc59793d6c4", + "x-ms-correlation-request-id": "53220d36-6d74-4497-80de-92b96dc1cea3", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235654Z:53220d36-6d74-4497-80de-92b96dc1cea3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/82e2f28b-5242-42a5-87cd-4bf8da80ace0", - "name": "82e2f28b-5242-42a5-87cd-4bf8da80ace0", - "status": "BreakReplication", - "startTime": "2022-10-21T11:52:06.3980544Z", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/aefd6c52-099f-4b36-b41a-abe1d9369da3", + "name": "aefd6c52-099f-4b36-b41a-abe1d9369da3", + "status": "ResyncReplication", + "startTime": "2022-10-22T23:55:53.523553Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -10028,7 +11843,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:52:06 GMT", + "Date": "Sat, 22 Oct 2022 23:56:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10036,21 +11851,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f54d7d43-1571-4f53-a20f-2cdaa2584811", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115207Z:f54d7d43-1571-4f53-a20f-2cdaa2584811", + "x-ms-correlation-request-id": "6dd04b66-f560-4bc2-9d01-dd447cec8a02", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235655Z:6dd04b66-f560-4bc2-9d01-dd447cec8a02", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Mirrored", - "totalProgress": "21312", + "totalProgress": "24592", "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2d020b41-6a28-4c8b-9754-bd8260aec80b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/aefd6c52-099f-4b36-b41a-abe1d9369da3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -10064,7 +11879,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:52:11 GMT", + "Date": "Sat, 22 Oct 2022 23:57:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10072,17 +11887,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a53bdfd-bacb-435b-a684-4ddd3c9ae342", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115211Z:1a53bdfd-bacb-435b-a684-4ddd3c9ae342", + "x-ms-correlation-request-id": "b1c46fb5-4a0d-4496-a164-29fe5fc26292", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235724Z:b1c46fb5-4a0d-4496-a164-29fe5fc26292", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2d020b41-6a28-4c8b-9754-bd8260aec80b", - "name": "2d020b41-6a28-4c8b-9754-bd8260aec80b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/aefd6c52-099f-4b36-b41a-abe1d9369da3", + "name": "aefd6c52-099f-4b36-b41a-abe1d9369da3", "status": "Succeeded", - "startTime": "2022-10-21T11:51:10.8733196Z", - "endTime": "2022-10-21T11:51:44.8882389Z", + "startTime": "2022-10-22T23:55:53.523553Z", + "endTime": "2022-10-22T23:57:02.1145036Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" @@ -10090,7 +11905,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2d020b41-6a28-4c8b-9754-bd8260aec80b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/aefd6c52-099f-4b36-b41a-abe1d9369da3?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -10104,7 +11919,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:52:11 GMT", + "Date": "Sat, 22 Oct 2022 23:57:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10112,39 +11927,39 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53e00d88-80c7-488b-8dfd-2e1e817dc907", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115211Z:53e00d88-80c7-488b-8dfd-2e1e817dc907", + "x-ms-correlation-request-id": "366ed961-7991-4359-8ada-1b1f5c8e663f", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235724Z:366ed961-7991-4359-8ada-1b1f5c8e663f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A51%3A44.8829547Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A57%3A02.1154071Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { - "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", + "replicationId": "ecd23ffb-17c4-abae-5df5-35c93536170b", "endpointType": "Dst", "replicationSchedule": "_10minutely", "replicationPolicy": "MirrorAllSnapshots", "replicationStatus": "Mirrored", "remotePath": { "externalHostName": "az-bn13-f01c01-bs118-sto", - "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", - "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_a3104e" + "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", + "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_704ea7" }, "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", @@ -10175,17 +11990,17 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "poolId": "171efb36-671c-50b6-46aa-b0a3b26c843d", + "poolId": "23ad8e2c-d38b-05a1-131f-f0623326921e", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "startIp": "", "endIp": "", "gateway": "", @@ -10210,18 +12025,235 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:42:31.6742342Z", + "createdAt": "2022-10-22T23:46:00.0489276Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/breakReplication?api-version=2022-05-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7e040ae3-9fef-4d59-bab3-b515ec55af90?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Sat, 22 Oct 2022 23:57:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7e040ae3-9fef-4d59-bab3-b515ec55af90?api-version=2022-05-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": "0978574e-d44b-4e53-8b09-dbf8107850bc", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235725Z:0978574e-d44b-4e53-8b09-dbf8107850bc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:57: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": "25ca344d-50c9-465e-baa1-ea3f08e91625", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235726Z:25ca344d-50c9-465e-baa1-ea3f08e91625", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Mirrored", + "totalProgress": "24592", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7e040ae3-9fef-4d59-bab3-b515ec55af90?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23:57: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": "2a65c8ea-3060-4c15-92c3-6d51dd3f22df", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235726Z:2a65c8ea-3060-4c15-92c3-6d51dd3f22df", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7e040ae3-9fef-4d59-bab3-b515ec55af90", + "name": "7e040ae3-9fef-4d59-bab3-b515ec55af90", + "status": "BreakReplication", + "startTime": "2022-10-22T23:57:25.6183003Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/deleteReplication?api-version=2022-05-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f50ce37a-6f8c-45c1-9d7a-f11d11c55dd3?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Sat, 22 Oct 2022 23:57:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f50ce37a-6f8c-45c1-9d7a-f11d11c55dd3?api-version=2022-05-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": "4f1bf832-0dcf-4c6c-98f4-0da819dd83dd", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235756Z:4f1bf832-0dcf-4c6c-98f4-0da819dd83dd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7e040ae3-9fef-4d59-bab3-b515ec55af90?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23: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": "47ec084d-835f-4597-aec7-eb0bbe2b6a74", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235756Z:47ec084d-835f-4597-aec7-eb0bbe2b6a74", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7e040ae3-9fef-4d59-bab3-b515ec55af90", + "name": "7e040ae3-9fef-4d59-bab3-b515ec55af90", + "status": "Succeeded", + "startTime": "2022-10-22T23:57:25.6183003Z", + "endTime": "2022-10-22T23:57:33.0238257Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f50ce37a-6f8c-45c1-9d7a-f11d11c55dd3?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Oct 2022 23: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": "5dda85d2-2446-4534-adac-0cebf925e86b", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235756Z:5dda85d2-2446-4534-adac-0cebf925e86b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f50ce37a-6f8c-45c1-9d7a-f11d11c55dd3", + "name": "f50ce37a-6f8c-45c1-9d7a-f11d11c55dd3", + "status": "DeleteReplication", + "startTime": "2022-10-22T23:57:56.3947621Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/82e2f28b-5242-42a5-87cd-4bf8da80ace0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -10232,7 +12264,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:52:36 GMT", + "Date": "Sat, 22 Oct 2022 23:57:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10240,25 +12272,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "59594013-18d3-4f28-a5e2-a88e133fc741", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115236Z:59594013-18d3-4f28-a5e2-a88e133fc741", + "x-ms-correlation-request-id": "d59b67ee-f8ee-4d6c-87df-868a1f7480d8", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235756Z:d59b67ee-f8ee-4d6c-87df-868a1f7480d8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/82e2f28b-5242-42a5-87cd-4bf8da80ace0", - "name": "82e2f28b-5242-42a5-87cd-4bf8da80ace0", - "status": "Succeeded", - "startTime": "2022-10-21T11:52:06.3980544Z", - "endTime": "2022-10-21T11:52:14.9886058Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "24592", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/82e2f28b-5242-42a5-87cd-4bf8da80ace0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7e040ae3-9fef-4d59-bab3-b515ec55af90?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -10272,7 +12300,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:52:36 GMT", + "Date": "Sat, 22 Oct 2022 23:57:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10280,39 +12308,39 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1369d88d-e027-4d07-82fb-931968702ff7", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115237Z:1369d88d-e027-4d07-82fb-931968702ff7", + "x-ms-correlation-request-id": "8359d996-cae6-4758-8338-8f17a9724e77", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235756Z:8359d996-cae6-4758-8338-8f17a9724e77", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A52%3A14.9628053Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A57%3A33.0166666Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" }, "properties": { "volumeType": "", "dataProtection": { "replication": { - "replicationId": "8ad594ae-0e27-a95a-7281-5aa5211b9896", + "replicationId": "ecd23ffb-17c4-abae-5df5-35c93536170b", "endpointType": "Dst", "replicationSchedule": "_10minutely", "replicationPolicy": "MirrorAllSnapshots", "replicationStatus": "Mirrored", "remotePath": { "externalHostName": "az-bn13-f01c01-bs118-sto", - "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", - "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_a3104e" + "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", + "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_704ea7" }, "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", @@ -10343,17 +12371,17 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "poolId": "171efb36-671c-50b6-46aa-b0a3b26c843d", + "poolId": "23ad8e2c-d38b-05a1-131f-f0623326921e", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "startIp": "", "endIp": "", "gateway": "", @@ -10378,80 +12406,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:42:31.6742342Z", + "createdAt": "2022-10-22T23:46:00.0489276Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/deleteReplication?api-version=2022-05-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fad6f758-c8f2-4bae-a758-ccf7902a3e6a?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 11:52:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fad6f758-c8f2-4bae-a758-ccf7902a3e6a?api-version=2022-05-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": "caf99754-0738-4e6d-b893-ffe71591ac8f", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115237Z:caf99754-0738-4e6d-b893-ffe71591ac8f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fad6f758-c8f2-4bae-a758-ccf7902a3e6a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11: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": "51add2c4-193a-42f1-977a-53053a42f1d2", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115237Z:51add2c4-193a-42f1-977a-53053a42f1d2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fad6f758-c8f2-4bae-a758-ccf7902a3e6a", - "name": "fad6f758-c8f2-4bae-a758-ccf7902a3e6a", - "status": "DeleteReplication", - "startTime": "2022-10-21T11:52:37.683658Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" } } }, @@ -10470,115 +12428,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11: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": "6b0b7d6e-14de-44af-8e81-e056cbd6e378", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115238Z:6b0b7d6e-14de-44af-8e81-e056cbd6e378", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "21312", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:52: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": "d891e864-adcf-4e99-93a9-40f08d90b805", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115239Z:d891e864-adcf-4e99-93a9-40f08d90b805", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "21312", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:52: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": "a7cd2c6c-8b39-4d12-838d-1ab523087ca7", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115240Z:a7cd2c6c-8b39-4d12-838d-1ab523087ca7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": false, - "relationshipStatus": "", - "mirrorState": "", - "totalProgress": "", - "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:52:41 GMT", + "Date": "Sat, 22 Oct 2022 23:57:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10586,9 +12436,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c78acb71-ff54-4cfb-8af5-8ec8995225e9", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115242Z:c78acb71-ff54-4cfb-8af5-8ec8995225e9", + "x-ms-correlation-request-id": "e3222ef2-ea39-4355-8ec3-5804df51beb1", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235758Z:e3222ef2-ea39-4355-8ec3-5804df51beb1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -10614,7 +12464,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:52:42 GMT", + "Date": "Sat, 22 Oct 2022 23:58:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10622,9 +12472,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cb8b85af-1d51-4a78-a37d-e352de0e63e4", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115243Z:cb8b85af-1d51-4a78-a37d-e352de0e63e4", + "x-ms-correlation-request-id": "86fcd418-ebc9-41ea-b800-e6cbce2f79c0", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235800Z:86fcd418-ebc9-41ea-b800-e6cbce2f79c0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -10650,7 +12500,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:52:44 GMT", + "Date": "Sat, 22 Oct 2022 23:58:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10658,9 +12508,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1281caaa-8c1f-40ca-8948-8c6458c2036a", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115245Z:1281caaa-8c1f-40ca-8948-8c6458c2036a", + "x-ms-correlation-request-id": "dbb5c144-f03b-4a05-97ec-1f5e28fd9069", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235802Z:dbb5c144-f03b-4a05-97ec-1f5e28fd9069", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -10686,7 +12536,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:52:45 GMT", + "Date": "Sat, 22 Oct 2022 23:58:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10694,9 +12544,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "909823c9-7b21-4ede-90eb-73a5e3093254", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115246Z:909823c9-7b21-4ede-90eb-73a5e3093254", + "x-ms-correlation-request-id": "3854ba54-c049-416c-bfb9-88d23c74ac28", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235803Z:3854ba54-c049-416c-bfb9-88d23c74ac28", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -10722,7 +12572,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:52:46 GMT", + "Date": "Sat, 22 Oct 2022 23:58:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10730,9 +12580,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a42992a5-90cb-4e99-a6f9-76f8ab083d0f", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115247Z:a42992a5-90cb-4e99-a6f9-76f8ab083d0f", + "x-ms-correlation-request-id": "4241f287-8920-4d63-b659-e5dd42e5e20d", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235804Z:4241f287-8920-4d63-b659-e5dd42e5e20d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -10758,7 +12608,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:52:49 GMT", + "Date": "Sat, 22 Oct 2022 23:58:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10766,9 +12616,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85c7650e-65a1-483c-a6a1-555a808fa64a", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115249Z:85c7650e-65a1-483c-a6a1-555a808fa64a", + "x-ms-correlation-request-id": "22afa868-9d22-492c-b520-afec19cc8600", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235806Z:22afa868-9d22-492c-b520-afec19cc8600", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -10794,15 +12644,15 @@ "Cache-Control": "no-cache", "Content-Length": "105", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:52:50 GMT", + "Date": "Sat, 22 Oct 2022 23:58:07 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": "7c8a5e21-b8b9-4ba9-aea8-864660feb342", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115250Z:7c8a5e21-b8b9-4ba9-aea8-864660feb342", + "x-ms-correlation-request-id": "10bf665c-fdba-4273-a487-84c73a826d72", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235807Z:10bf665c-fdba-4273-a487-84c73a826d72", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -10827,8 +12677,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:52:52 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A52%3A45.7473109Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:58:10 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A58%3A07.143532Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10836,24 +12686,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf86341c-3ba5-41d9-b604-dfb2964680ee", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115252Z:bf86341c-3ba5-41d9-b604-dfb2964680ee", + "x-ms-correlation-request-id": "3e001cab-482b-45d3-814d-888ae8940fe5", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235810Z:3e001cab-482b-45d3-814d-888ae8940fe5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A52%3A45.7473109Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A58%3A07.143532Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" }, "properties": { "volumeType": "", "dataProtection": {}, - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -10881,7 +12731,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -10896,8 +12746,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", "ipAddress": "10.0.0.4" } ], @@ -10917,10 +12767,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:37:39.625691Z", + "createdAt": "2022-10-22T23:40:36.0880285Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" } } }, @@ -10939,8 +12789,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:52:52 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T11%3A52%3A52.4162628Z\u0027\u0022", + "Date": "Sat, 22 Oct 2022 23:58:10 GMT", + "ETag": "W/\u0022datetime\u00272022-10-22T23%3A58%3A11.1621033Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10948,24 +12798,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "12f98f97-9ce8-4066-a1ad-1294442413b3", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115253Z:12f98f97-9ce8-4066-a1ad-1294442413b3", + "x-ms-correlation-request-id": "30f09362-7042-4f08-85a4-04366cde846d", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235810Z:30f09362-7042-4f08-85a4-04366cde846d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A52%3A52.4162628Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A58%3A11.1621033Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" }, "properties": { "volumeType": "", "dataProtection": {}, - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -10993,7 +12843,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -11005,8 +12855,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "ipAddress": "10.0.0.4" } ], @@ -11021,10 +12871,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:42:31.6742342Z", + "createdAt": "2022-10-22T23:46:00.0489276Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" } } }, @@ -11041,25 +12891,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8fcef5b1-323b-485e-96da-ea1ec0c97ecb?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7355062d-2f30-4606-8c13-73065d465e3e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 11:52:54 GMT", + "Date": "Sat, 22 Oct 2022 23:58:11 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8fcef5b1-323b-485e-96da-ea1ec0c97ecb?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7355062d-2f30-4606-8c13-73065d465e3e?api-version=2022-05-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": "3c08805d-27c7-4852-89a4-9451f3c1eade", + "x-ms-correlation-request-id": "662c054f-748f-498d-882d-5034c81a3e36", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115254Z:3c08805d-27c7-4852-89a4-9451f3c1eade", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235812Z:662c054f-748f-498d-882d-5034c81a3e36", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8fcef5b1-323b-485e-96da-ea1ec0c97ecb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7355062d-2f30-4606-8c13-73065d465e3e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -11073,7 +12923,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:52:54 GMT", + "Date": "Sat, 22 Oct 2022 23:58:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11081,16 +12931,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f523e0b-0b23-4c93-bd14-1cbbd08eb702", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115254Z:9f523e0b-0b23-4c93-bd14-1cbbd08eb702", + "x-ms-correlation-request-id": "efbe46df-a07c-4939-ad35-d590f5cce60d", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235812Z:efbe46df-a07c-4939-ad35-d590f5cce60d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8fcef5b1-323b-485e-96da-ea1ec0c97ecb", - "name": "8fcef5b1-323b-485e-96da-ea1ec0c97ecb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7355062d-2f30-4606-8c13-73065d465e3e", + "name": "7355062d-2f30-4606-8c13-73065d465e3e", "status": "Deleting", - "startTime": "2022-10-21T11:52:54.2718987Z", + "startTime": "2022-10-22T23:58:13.1782966Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -11099,7 +12949,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fad6f758-c8f2-4bae-a758-ccf7902a3e6a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f50ce37a-6f8c-45c1-9d7a-f11d11c55dd3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -11113,7 +12963,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:53:07 GMT", + "Date": "Sat, 22 Oct 2022 23:58:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11121,17 +12971,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b4092f30-453f-4c8f-baf9-d21eea56925e", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115308Z:b4092f30-453f-4c8f-baf9-d21eea56925e", + "x-ms-correlation-request-id": "d6bd5712-69b2-4fbb-8d5e-d041a5211496", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235825Z:d6bd5712-69b2-4fbb-8d5e-d041a5211496", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fad6f758-c8f2-4bae-a758-ccf7902a3e6a", - "name": "fad6f758-c8f2-4bae-a758-ccf7902a3e6a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f50ce37a-6f8c-45c1-9d7a-f11d11c55dd3", + "name": "f50ce37a-6f8c-45c1-9d7a-f11d11c55dd3", "status": "Succeeded", - "startTime": "2022-10-21T11:52:37.683658Z", - "endTime": "2022-10-21T11:52:52.4124783Z", + "startTime": "2022-10-22T23:57:56.3947621Z", + "endTime": "2022-10-22T23:58:11.1610257Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" @@ -11139,7 +12989,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fad6f758-c8f2-4bae-a758-ccf7902a3e6a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f50ce37a-6f8c-45c1-9d7a-f11d11c55dd3?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -11153,7 +13003,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:53:08 GMT", + "Date": "Sat, 22 Oct 2022 23:58:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11161,24 +13011,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "86b4dfd4-9402-46cf-aa80-258e52866497", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115308Z:86b4dfd4-9402-46cf-aa80-258e52866497", + "x-ms-correlation-request-id": "218df95a-0f91-40f5-8bc8-cd99af84cfda", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235826Z:218df95a-0f91-40f5-8bc8-cd99af84cfda", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A52%3A52.4162628Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A58%3A11.1621033Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" }, "properties": { "volumeType": "", "dataProtection": {}, - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", @@ -11209,17 +13059,17 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "poolId": "171efb36-671c-50b6-46aa-b0a3b26c843d", + "poolId": "23ad8e2c-d38b-05a1-131f-f0623326921e", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "startIp": "", "endIp": "", "gateway": "", @@ -11244,15 +13094,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:42:31.6742342Z", + "createdAt": "2022-10-22T23:46:00.0489276Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8fcef5b1-323b-485e-96da-ea1ec0c97ecb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7355062d-2f30-4606-8c13-73065d465e3e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -11266,7 +13116,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:53:24 GMT", + "Date": "Sat, 22 Oct 2022 23:58:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11274,16 +13124,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d1d7c49-da47-4b09-b6f9-c3f7ae618e71", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115324Z:8d1d7c49-da47-4b09-b6f9-c3f7ae618e71", + "x-ms-correlation-request-id": "ae4ea4e1-2462-4da1-8046-a020e913993d", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235842Z:ae4ea4e1-2462-4da1-8046-a020e913993d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8fcef5b1-323b-485e-96da-ea1ec0c97ecb", - "name": "8fcef5b1-323b-485e-96da-ea1ec0c97ecb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7355062d-2f30-4606-8c13-73065d465e3e", + "name": "7355062d-2f30-4606-8c13-73065d465e3e", "status": "Deleting", - "startTime": "2022-10-21T11:52:54.2718987Z", + "startTime": "2022-10-22T23:58:13.1782966Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -11292,7 +13142,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8fcef5b1-323b-485e-96da-ea1ec0c97ecb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7355062d-2f30-4606-8c13-73065d465e3e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -11306,7 +13156,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:53:55 GMT", + "Date": "Sat, 22 Oct 2022 23:59:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11314,16 +13164,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed383da4-e1be-42fe-b55e-f8fd3b1e3f6d", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115355Z:ed383da4-e1be-42fe-b55e-f8fd3b1e3f6d", + "x-ms-correlation-request-id": "e37a64e5-2722-4154-b866-b229767b36b5", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235912Z:e37a64e5-2722-4154-b866-b229767b36b5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8fcef5b1-323b-485e-96da-ea1ec0c97ecb", - "name": "8fcef5b1-323b-485e-96da-ea1ec0c97ecb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7355062d-2f30-4606-8c13-73065d465e3e", + "name": "7355062d-2f30-4606-8c13-73065d465e3e", "status": "Deleting", - "startTime": "2022-10-21T11:52:54.2718987Z", + "startTime": "2022-10-22T23:58:13.1782966Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -11332,7 +13182,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8fcef5b1-323b-485e-96da-ea1ec0c97ecb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7355062d-2f30-4606-8c13-73065d465e3e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -11346,7 +13196,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:54:24 GMT", + "Date": "Sat, 22 Oct 2022 23:59:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11354,17 +13204,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "88b0e5f0-b48d-42a5-9498-b727a26f573e", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115425Z:88b0e5f0-b48d-42a5-9498-b727a26f573e", + "x-ms-correlation-request-id": "3941cde8-6d03-4328-ba25-e10408c1af41", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235943Z:3941cde8-6d03-4328-ba25-e10408c1af41", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8fcef5b1-323b-485e-96da-ea1ec0c97ecb", - "name": "8fcef5b1-323b-485e-96da-ea1ec0c97ecb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7355062d-2f30-4606-8c13-73065d465e3e", + "name": "7355062d-2f30-4606-8c13-73065d465e3e", "status": "Succeeded", - "startTime": "2022-10-21T11:52:54.2718987Z", - "endTime": "2022-10-21T11:54:22.1869416Z", + "startTime": "2022-10-22T23:58:13.1782966Z", + "endTime": "2022-10-22T23:59:37.6267601Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" @@ -11372,7 +13222,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8fcef5b1-323b-485e-96da-ea1ec0c97ecb?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7355062d-2f30-4606-8c13-73065d465e3e?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -11386,7 +13236,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:54:25 GMT", + "Date": "Sat, 22 Oct 2022 23:59:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11394,24 +13244,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "84e0beb4-3b84-46ee-b892-409f13042414", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115425Z:84e0beb4-3b84-46ee-b892-409f13042414", + "x-ms-correlation-request-id": "3ffecef9-e067-48f4-ade1-12bee4ab7f57", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221022T235943Z:3ffecef9-e067-48f4-ade1-12bee4ab7f57", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A54%3A05.0242685Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-22T23%3A59%3A28.2265762Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-21T11:42:30.9800240Z" + "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" }, "properties": { "volumeType": "", "dataProtection": {}, - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", @@ -11442,17 +13292,17 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_cc748bdd", + "baremetalTenantId": "DELETED_baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "poolId": "171efb36-671c-50b6-46aa-b0a3b26c843d", + "poolId": "23ad8e2c-d38b-05a1-131f-f0623326921e", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", - "fileSystemId": "8a7c296d-a5e7-bceb-7e6e-646d63b501ce", + "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", "startIp": "", "endIp": "", "gateway": "", @@ -11477,10 +13327,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:42:31.6742342Z", + "createdAt": "2022-10-22T23:46:00.0489276Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:31.6742342Z" + "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" } } }, @@ -11499,14 +13349,14 @@ "Cache-Control": "no-cache", "Content-Length": "332", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:57:46 GMT", + "Date": "Sun, 23 Oct 2022 00:03:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "901cb756-9b03-44c8-bb74-d3a938d87126", + "x-ms-correlation-request-id": "31093038-b728-4f0c-b4bc-6e808dc165be", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115747Z:901cb756-9b03-44c8-bb74-d3a938d87126" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T000306Z:31093038-b728-4f0c-b4bc-6e808dc165be" }, "ResponseBody": { "error": { @@ -11528,25 +13378,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b6a66390-311f-4425-b138-6ea99007e3e9?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/dee2d7af-adb5-4156-981a-243fd0b4a035?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 11:58:00 GMT", + "Date": "Sun, 23 Oct 2022 00:03:18 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b6a66390-311f-4425-b138-6ea99007e3e9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/dee2d7af-adb5-4156-981a-243fd0b4a035?api-version=2022-05-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": "0d5bd5a7-a37f-4f55-9776-ac3fdd7dc356", + "x-ms-correlation-request-id": "c8010e55-e3c3-44f1-a553-f9d732d89239", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115800Z:0d5bd5a7-a37f-4f55-9776-ac3fdd7dc356", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T000318Z:c8010e55-e3c3-44f1-a553-f9d732d89239", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b6a66390-311f-4425-b138-6ea99007e3e9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/dee2d7af-adb5-4156-981a-243fd0b4a035?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -11560,7 +13410,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:58:00 GMT", + "Date": "Sun, 23 Oct 2022 00:03:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11568,16 +13418,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3cf8deb1-8ee9-436d-a268-cb15f4bab239", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115800Z:3cf8deb1-8ee9-436d-a268-cb15f4bab239", + "x-ms-correlation-request-id": "1d2cd927-f750-4c75-b8b7-e4d43c7eb76f", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T000319Z:1d2cd927-f750-4c75-b8b7-e4d43c7eb76f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b6a66390-311f-4425-b138-6ea99007e3e9", - "name": "b6a66390-311f-4425-b138-6ea99007e3e9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/dee2d7af-adb5-4156-981a-243fd0b4a035", + "name": "dee2d7af-adb5-4156-981a-243fd0b4a035", "status": "Deleting", - "startTime": "2022-10-21T11:58:00.0001764Z", + "startTime": "2022-10-23T00:03:18.931551Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -11586,7 +13436,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b6a66390-311f-4425-b138-6ea99007e3e9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/dee2d7af-adb5-4156-981a-243fd0b4a035?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -11600,7 +13450,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:58:30 GMT", + "Date": "Sun, 23 Oct 2022 00:03:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11608,17 +13458,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5360d25c-a1d0-4a11-b5c5-45b7e5485cee", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115830Z:5360d25c-a1d0-4a11-b5c5-45b7e5485cee", + "x-ms-correlation-request-id": "ef14e022-f69c-4179-9334-530897236c3b", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T000349Z:ef14e022-f69c-4179-9334-530897236c3b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b6a66390-311f-4425-b138-6ea99007e3e9", - "name": "b6a66390-311f-4425-b138-6ea99007e3e9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/dee2d7af-adb5-4156-981a-243fd0b4a035", + "name": "dee2d7af-adb5-4156-981a-243fd0b4a035", "status": "Succeeded", - "startTime": "2022-10-21T11:58:00.0001764Z", - "endTime": "2022-10-21T11:58:00.4376414Z", + "startTime": "2022-10-23T00:03:18.931551Z", + "endTime": "2022-10-23T00:03:19.4784352Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2" @@ -11626,7 +13476,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b6a66390-311f-4425-b138-6ea99007e3e9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/dee2d7af-adb5-4156-981a-243fd0b4a035?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -11640,7 +13490,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:58:30 GMT", + "Date": "Sun, 23 Oct 2022 00:03:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11648,22 +13498,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1432fa57-e0be-42d7-8ae1-506517ff9a6a", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115830Z:1432fa57-e0be-42d7-8ae1-506517ff9a6a", + "x-ms-correlation-request-id": "82fdf11f-eab4-41a3-9258-9373209c73fa", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T000349Z:82fdf11f-eab4-41a3-9258-9373209c73fa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A57%3A59.9939246Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T00%3A03%3A18.9251506Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-21T11:42:18.4235215Z" + "CreatedOnDate": "2022-10-22T23:45:47.0264887Z" }, "properties": { - "poolId": "171efb36-671c-50b6-46aa-b0a3b26c843d", + "poolId": "23ad8e2c-d38b-05a1-131f-f0623326921e", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2", @@ -11677,10 +13527,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:42:19.0713124Z", + "createdAt": "2022-10-22T23:45:47.7924095Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:19.0713124Z" + "lastModifiedAt": "2022-10-22T23:45:47.7924095Z" } } }, @@ -11698,14 +13548,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 11:58:40 GMT", + "Date": "Sun, 23 Oct 2022 00:03:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a739ac58-0acb-48e3-86c8-4c0371e18ba4", + "x-ms-correlation-request-id": "1d1d05d7-79d5-41d4-8675-64879955622a", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115840Z:a739ac58-0acb-48e3-86c8-4c0371e18ba4" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T000359Z:1d1d05d7-79d5-41d4-8675-64879955622a" }, "ResponseBody": null }, @@ -11723,14 +13573,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 11:58:50 GMT", + "Date": "Sun, 23 Oct 2022 00:04:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8b450d06-0cc3-4923-9a14-c4232abeef8d", + "x-ms-correlation-request-id": "7cd32490-ed48-4fcc-bc96-c00133357224", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115851Z:8b450d06-0cc3-4923-9a14-c4232abeef8d" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T000410Z:7cd32490-ed48-4fcc-bc96-c00133357224" }, "ResponseBody": null }, @@ -11748,14 +13598,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 11:59:00 GMT", + "Date": "Sun, 23 Oct 2022 00:04:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6614c2b9-0c7d-42d4-83e4-819226be784a", + "x-ms-correlation-request-id": "e31259f5-e8df-4a3d-a831-37d043436202", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115901Z:6614c2b9-0c7d-42d4-83e4-819226be784a" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T000420Z:e31259f5-e8df-4a3d-a831-37d043436202" }, "ResponseBody": null }, @@ -11773,14 +13623,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 11:59:10 GMT", + "Date": "Sun, 23 Oct 2022 00:04:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0d802974-7a01-46e1-9d93-1152e7ccf831", + "x-ms-correlation-request-id": "9b0c1a41-268a-4421-b110-fc26cda08a8e", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115911Z:0d802974-7a01-46e1-9d93-1152e7ccf831" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T000430Z:9b0c1a41-268a-4421-b110-fc26cda08a8e" }, "ResponseBody": null }, @@ -11799,14 +13649,14 @@ "Cache-Control": "no-cache", "Content-Length": "293", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:59:21 GMT", + "Date": "Sun, 23 Oct 2022 00:04:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c856211-9074-421b-acfe-b59063cb3873", + "x-ms-correlation-request-id": "16fe0c03-be94-4d2d-89e7-3ebf87b6816e", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115921Z:9c856211-9074-421b-acfe-b59063cb3873" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T000440Z:16fe0c03-be94-4d2d-89e7-3ebf87b6816e" }, "ResponseBody": { "error": { @@ -11828,25 +13678,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0938f3d9-473a-4306-ab80-b01cddbe0c7d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a603f2ae-e8f8-431f-8df9-ffb2e65b8f4d?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 11:59:22 GMT", + "Date": "Sun, 23 Oct 2022 00:04:41 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0938f3d9-473a-4306-ab80-b01cddbe0c7d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a603f2ae-e8f8-431f-8df9-ffb2e65b8f4d?api-version=2022-05-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": "4b3f391e-0d48-46a7-9aa6-b0793c1e2e51", + "x-ms-correlation-request-id": "6216821f-14a9-4bf7-b27c-ccf978d027f0", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115922Z:4b3f391e-0d48-46a7-9aa6-b0793c1e2e51", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T000441Z:6216821f-14a9-4bf7-b27c-ccf978d027f0", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0938f3d9-473a-4306-ab80-b01cddbe0c7d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a603f2ae-e8f8-431f-8df9-ffb2e65b8f4d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -11860,7 +13710,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:59:23 GMT", + "Date": "Sun, 23 Oct 2022 00:04:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11868,17 +13718,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ce6ca68-ed7e-4fe2-9cd9-e7d63103d4b0", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115923Z:8ce6ca68-ed7e-4fe2-9cd9-e7d63103d4b0", + "x-ms-correlation-request-id": "1dfa203a-440f-488b-90ff-af185ea83e23", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T000442Z:1dfa203a-440f-488b-90ff-af185ea83e23", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0938f3d9-473a-4306-ab80-b01cddbe0c7d", - "name": "0938f3d9-473a-4306-ab80-b01cddbe0c7d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a603f2ae-e8f8-431f-8df9-ffb2e65b8f4d", + "name": "a603f2ae-e8f8-431f-8df9-ffb2e65b8f4d", "status": "Succeeded", - "startTime": "2022-10-21T11:59:22.8594471Z", - "endTime": "2022-10-21T11:59:22.9063705Z", + "startTime": "2022-10-23T00:04:41.8093589Z", + "endTime": "2022-10-23T00:04:41.8718586Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b" @@ -11886,7 +13736,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0938f3d9-473a-4306-ab80-b01cddbe0c7d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a603f2ae-e8f8-431f-8df9-ffb2e65b8f4d?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -11900,7 +13750,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:59:23 GMT", + "Date": "Sun, 23 Oct 2022 00:04:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11908,19 +13758,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "98139885-b073-4955-a51e-f3235602ff67", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115923Z:98139885-b073-4955-a51e-f3235602ff67", + "x-ms-correlation-request-id": "d32a8757-38dc-4b4d-ba94-37bdc86ed90e", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T000442Z:d32a8757-38dc-4b4d-ba94-37bdc86ed90e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T11%3A59%3A22.8459347Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T00%3A04%3A41.7941445Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-21T11:42:15.0583527Z" + "CreatedOnDate": "2022-10-22T23:45:42.8127570Z" }, "properties": { "encryption": { @@ -11931,10 +13781,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:42:15.960833Z", + "createdAt": "2022-10-22T23:45:44.2746146Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:42:15.960833Z" + "lastModifiedAt": "2022-10-22T23:45:44.2746146Z" } } }, @@ -11953,15 +13803,15 @@ "Cache-Control": "no-cache", "Content-Length": "260", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:59:23 GMT", + "Date": "Sun, 23 Oct 2022 00:04: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": "9d8d841d-653b-402f-b622-a6c1e8c2bc76", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115923Z:9d8d841d-653b-402f-b622-a6c1e8c2bc76", + "x-ms-correlation-request-id": "2b6ff1a0-b406-4185-9e0a-ad9094c4494c", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T000442Z:2b6ff1a0-b406-4185-9e0a-ad9094c4494c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -11984,25 +13834,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 11:59:25 GMT", + "Date": "Sun, 23 Oct 2022 00:04:46 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341?api-version=2022-05-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": "ee4c37cf-aa2d-4806-b0a1-c506c98cec36", + "x-ms-correlation-request-id": "de914e71-408f-4e03-a438-cfd1b839ab5b", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115925Z:ee4c37cf-aa2d-4806-b0a1-c506c98cec36", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T000446Z:de914e71-408f-4e03-a438-cfd1b839ab5b", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -12016,7 +13866,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:59:25 GMT", + "Date": "Sun, 23 Oct 2022 00:04:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12024,16 +13874,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b8abcc6c-9811-4493-85c9-b3af82856856", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115925Z:b8abcc6c-9811-4493-85c9-b3af82856856", + "x-ms-correlation-request-id": "bc635d43-a48f-49df-a10d-c381b640592a", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T000447Z:bc635d43-a48f-49df-a10d-c381b640592a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018", - "name": "da132dc4-4c95-4c59-94a4-f5677d02a018", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341", + "name": "7aaf0e82-1301-4fa0-8db5-104427c3d341", "status": "Deleting", - "startTime": "2022-10-21T11:59:25.0682426Z", + "startTime": "2022-10-23T00:04:46.732468Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -12042,7 +13892,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -12056,7 +13906,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 11:59:55 GMT", + "Date": "Sun, 23 Oct 2022 00:05:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12064,16 +13914,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7b2efd2-0f2a-4549-b401-ab9be52d498d", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T115955Z:e7b2efd2-0f2a-4549-b401-ab9be52d498d", + "x-ms-correlation-request-id": "bf2521eb-3f73-4f5a-aa26-4dad00dcb1a0", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T000517Z:bf2521eb-3f73-4f5a-aa26-4dad00dcb1a0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018", - "name": "da132dc4-4c95-4c59-94a4-f5677d02a018", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341", + "name": "7aaf0e82-1301-4fa0-8db5-104427c3d341", "status": "Deleting", - "startTime": "2022-10-21T11:59:25.0682426Z", + "startTime": "2022-10-23T00:04:46.732468Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -12082,7 +13932,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -12096,7 +13946,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:00:25 GMT", + "Date": "Sun, 23 Oct 2022 00:05:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12104,16 +13954,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75f2cee3-8634-478f-9225-307545707c41", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120026Z:75f2cee3-8634-478f-9225-307545707c41", + "x-ms-correlation-request-id": "650ad3ed-d311-4e21-b744-be490aac6b60", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T000547Z:650ad3ed-d311-4e21-b744-be490aac6b60", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018", - "name": "da132dc4-4c95-4c59-94a4-f5677d02a018", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341", + "name": "7aaf0e82-1301-4fa0-8db5-104427c3d341", "status": "Deleting", - "startTime": "2022-10-21T11:59:25.0682426Z", + "startTime": "2022-10-23T00:04:46.732468Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -12122,7 +13972,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -12136,7 +13986,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:00:56 GMT", + "Date": "Sun, 23 Oct 2022 00:06:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12144,16 +13994,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0016be0b-2fe3-4e18-a9e3-3906d3c6f89f", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120056Z:0016be0b-2fe3-4e18-a9e3-3906d3c6f89f", + "x-ms-correlation-request-id": "21f15f5c-ad80-43d4-98ab-413e8dd6c83d", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T000617Z:21f15f5c-ad80-43d4-98ab-413e8dd6c83d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018", - "name": "da132dc4-4c95-4c59-94a4-f5677d02a018", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341", + "name": "7aaf0e82-1301-4fa0-8db5-104427c3d341", "status": "Deleting", - "startTime": "2022-10-21T11:59:25.0682426Z", + "startTime": "2022-10-23T00:04:46.732468Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -12162,7 +14012,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -12176,7 +14026,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:01:25 GMT", + "Date": "Sun, 23 Oct 2022 00:06:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12184,16 +14034,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad925003-e19f-4e05-903b-b6634518a17c", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120126Z:ad925003-e19f-4e05-903b-b6634518a17c", + "x-ms-correlation-request-id": "65b4af40-60e2-4ee7-bda9-b1a4f824e3da", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T000648Z:65b4af40-60e2-4ee7-bda9-b1a4f824e3da", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018", - "name": "da132dc4-4c95-4c59-94a4-f5677d02a018", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341", + "name": "7aaf0e82-1301-4fa0-8db5-104427c3d341", "status": "Deleting", - "startTime": "2022-10-21T11:59:25.0682426Z", + "startTime": "2022-10-23T00:04:46.732468Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -12202,7 +14052,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -12216,7 +14066,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:01:56 GMT", + "Date": "Sun, 23 Oct 2022 00:07:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12224,17 +14074,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1138748a-f659-49d5-98c4-4c07c4bcd57a", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120156Z:1138748a-f659-49d5-98c4-4c07c4bcd57a", + "x-ms-correlation-request-id": "34e2a84c-65ae-4421-8415-eba734971a3d", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T000718Z:34e2a84c-65ae-4421-8415-eba734971a3d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018", - "name": "da132dc4-4c95-4c59-94a4-f5677d02a018", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341", + "name": "7aaf0e82-1301-4fa0-8db5-104427c3d341", "status": "Succeeded", - "startTime": "2022-10-21T11:59:25.0682426Z", - "endTime": "2022-10-21T12:01:54.0785932Z", + "startTime": "2022-10-23T00:04:46.732468Z", + "endTime": "2022-10-23T00:06:48.9824083Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" @@ -12242,7 +14092,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da132dc4-4c95-4c59-94a4-f5677d02a018?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -12256,7 +14106,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:01:56 GMT", + "Date": "Sun, 23 Oct 2022 00:07:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12264,24 +14114,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d74c4c86-3051-4d39-8919-ec83acb014d3", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120157Z:d74c4c86-3051-4d39-8919-ec83acb014d3", + "x-ms-correlation-request-id": "76c99a9d-3cb2-47ba-ae16-86980598923e", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T000718Z:76c99a9d-3cb2-47ba-ae16-86980598923e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A01%3A44.8177886Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T00%3A06%3A43.4042426Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:37:38.4905519Z" + "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" }, "properties": { "volumeType": "", "dataProtection": {}, - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -12312,19 +14162,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_4e127ba0", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "poolId": "812396dc-2da8-7000-9e8d-a2d64869b7c7", + "poolId": "5804908f-8d63-0889-b063-59c36af03543", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", - "fileSystemId": "95d44b9b-087b-9480-b2cb-6cafa9622e93", + "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", "startIp": "", "endIp": "", "gateway": "", @@ -12356,10 +14206,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:37:39.625691Z", + "createdAt": "2022-10-22T23:40:36.0880285Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:39.625691Z" + "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" } } }, @@ -12378,14 +14228,14 @@ "Cache-Control": "no-cache", "Content-Length": "330", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:05:18 GMT", + "Date": "Sun, 23 Oct 2022 00:10:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e566ba4-49fa-4c2b-88cc-0b54afd4d84a", + "x-ms-correlation-request-id": "81f54954-6d38-47fc-892b-3b2f14b0e38c", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120518Z:4e566ba4-49fa-4c2b-88cc-0b54afd4d84a" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T001043Z:81f54954-6d38-47fc-892b-3b2f14b0e38c" }, "ResponseBody": { "error": { @@ -12407,25 +14257,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/805087dc-79c4-4b76-bc95-1ea83ea37b82?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02eb4db9-c0aa-4294-a79a-ae54b4bfb74c?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 12:05:30 GMT", + "Date": "Sun, 23 Oct 2022 00:10:55 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/805087dc-79c4-4b76-bc95-1ea83ea37b82?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02eb4db9-c0aa-4294-a79a-ae54b4bfb74c?api-version=2022-05-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": "af5f4da4-43c3-40f4-8006-485703bf8e7d", + "x-ms-correlation-request-id": "8be3ce61-6106-43ea-a4d4-bbbc0ed113c6", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120531Z:af5f4da4-43c3-40f4-8006-485703bf8e7d", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T001055Z:8be3ce61-6106-43ea-a4d4-bbbc0ed113c6", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/805087dc-79c4-4b76-bc95-1ea83ea37b82?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02eb4db9-c0aa-4294-a79a-ae54b4bfb74c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -12439,7 +14289,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:05:30 GMT", + "Date": "Sun, 23 Oct 2022 00:10:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12447,16 +14297,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e386069-bf6e-4e13-b39d-6e2c5a742228", + "x-ms-correlation-request-id": "ea865a8d-2efc-4dfc-bfc6-8db1e25db27a", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120531Z:2e386069-bf6e-4e13-b39d-6e2c5a742228", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T001055Z:ea865a8d-2efc-4dfc-bfc6-8db1e25db27a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/805087dc-79c4-4b76-bc95-1ea83ea37b82", - "name": "805087dc-79c4-4b76-bc95-1ea83ea37b82", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02eb4db9-c0aa-4294-a79a-ae54b4bfb74c", + "name": "02eb4db9-c0aa-4294-a79a-ae54b4bfb74c", "status": "Deleting", - "startTime": "2022-10-21T12:05:30.9540089Z", + "startTime": "2022-10-23T00:10:55.3710915Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -12465,7 +14315,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/805087dc-79c4-4b76-bc95-1ea83ea37b82?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02eb4db9-c0aa-4294-a79a-ae54b4bfb74c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -12479,7 +14329,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:06:00 GMT", + "Date": "Sun, 23 Oct 2022 00:11:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12487,17 +14337,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c69119b-62e4-4ba3-ab02-31737eb58039", + "x-ms-correlation-request-id": "ab8d4ff4-436d-4cfb-b79b-23983e4b2bd1", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120601Z:7c69119b-62e4-4ba3-ab02-31737eb58039", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T001126Z:ab8d4ff4-436d-4cfb-b79b-23983e4b2bd1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/805087dc-79c4-4b76-bc95-1ea83ea37b82", - "name": "805087dc-79c4-4b76-bc95-1ea83ea37b82", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02eb4db9-c0aa-4294-a79a-ae54b4bfb74c", + "name": "02eb4db9-c0aa-4294-a79a-ae54b4bfb74c", "status": "Succeeded", - "startTime": "2022-10-21T12:05:30.9540089Z", - "endTime": "2022-10-21T12:05:31.7508653Z", + "startTime": "2022-10-23T00:10:55.3710915Z", + "endTime": "2022-10-23T00:10:56.7780198Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1" @@ -12505,7 +14355,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/805087dc-79c4-4b76-bc95-1ea83ea37b82?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02eb4db9-c0aa-4294-a79a-ae54b4bfb74c?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -12519,7 +14369,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:06:00 GMT", + "Date": "Sun, 23 Oct 2022 00:11:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12527,22 +14377,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "db3fd77a-5e82-4a10-9cae-cca0d3a7d796", + "x-ms-correlation-request-id": "eac90586-c373-47a4-99c3-75a5ab32cbbc", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120601Z:db3fd77a-5e82-4a10-9cae-cca0d3a7d796", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T001126Z:eac90586-c373-47a4-99c3-75a5ab32cbbc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A05%3A30.9543646Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T00%3A10%3A55.3720056Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:37:25.2957471Z" + "CreatedOnDate": "2022-10-22T23:40:21.4985555Z" }, "properties": { - "poolId": "812396dc-2da8-7000-9e8d-a2d64869b7c7", + "poolId": "5804908f-8d63-0889-b063-59c36af03543", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1", @@ -12556,10 +14406,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:37:26.3335486Z", + "createdAt": "2022-10-22T23:40:22.6591209Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:26.3335486Z" + "lastModifiedAt": "2022-10-22T23:40:22.6591209Z" } } }, @@ -12577,14 +14427,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 12:06:12 GMT", + "Date": "Sun, 23 Oct 2022 00:11:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "207e5b66-60be-473e-a482-c186a15f0779", + "x-ms-correlation-request-id": "f020b20e-bda5-4d5c-93d5-902fd8d55617", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120612Z:207e5b66-60be-473e-a482-c186a15f0779" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T001136Z:f020b20e-bda5-4d5c-93d5-902fd8d55617" }, "ResponseBody": null }, @@ -12602,14 +14452,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 12:06:22 GMT", + "Date": "Sun, 23 Oct 2022 00:11:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c02a5736-f516-435f-8008-bfdb6d5ae5ed", + "x-ms-correlation-request-id": "1ddcffcc-1a07-44f4-92c0-e6fc49ef362c", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120622Z:c02a5736-f516-435f-8008-bfdb6d5ae5ed" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T001146Z:1ddcffcc-1a07-44f4-92c0-e6fc49ef362c" }, "ResponseBody": null }, @@ -12627,14 +14477,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 12:06:32 GMT", + "Date": "Sun, 23 Oct 2022 00:11:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a3443c16-9962-4d7b-a734-da79de5a0279", + "x-ms-correlation-request-id": "abeaed6f-9dbe-4dc2-b8c2-4180d71eb13b", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120632Z:a3443c16-9962-4d7b-a734-da79de5a0279" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T001157Z:abeaed6f-9dbe-4dc2-b8c2-4180d71eb13b" }, "ResponseBody": null }, @@ -12652,14 +14502,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 12:06:42 GMT", + "Date": "Sun, 23 Oct 2022 00:12:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "873872d7-b48f-4a4a-af4b-d0b7979c1a73", + "x-ms-correlation-request-id": "8a6ff5ad-c9f5-4722-bfa6-1f92024ea71c", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120642Z:873872d7-b48f-4a4a-af4b-d0b7979c1a73" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T001207Z:8a6ff5ad-c9f5-4722-bfa6-1f92024ea71c" }, "ResponseBody": null }, @@ -12678,14 +14528,14 @@ "Cache-Control": "no-cache", "Content-Length": "291", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:06:52 GMT", + "Date": "Sun, 23 Oct 2022 00:12:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1af4b773-6561-4ab6-ae22-2bfe29a43568", + "x-ms-correlation-request-id": "78cb90da-56ba-4709-8f44-bf93a04dd732", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120653Z:1af4b773-6561-4ab6-ae22-2bfe29a43568" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T001217Z:78cb90da-56ba-4709-8f44-bf93a04dd732" }, "ResponseBody": { "error": { @@ -12707,25 +14557,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b880aeb4-1854-4738-a720-07d16aa0ea6c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99affc25-7a96-4c07-80e8-383d3a8b17e8?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 12:06:53 GMT", + "Date": "Sun, 23 Oct 2022 00:12:19 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b880aeb4-1854-4738-a720-07d16aa0ea6c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99affc25-7a96-4c07-80e8-383d3a8b17e8?api-version=2022-05-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": "656b6279-9eba-4f4d-b831-5f99f9e28f06", + "x-ms-correlation-request-id": "20f5b8b6-e0ce-4564-8fa4-7214236b6e6c", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120654Z:656b6279-9eba-4f4d-b831-5f99f9e28f06", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T001219Z:20f5b8b6-e0ce-4564-8fa4-7214236b6e6c", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b880aeb4-1854-4738-a720-07d16aa0ea6c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99affc25-7a96-4c07-80e8-383d3a8b17e8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -12739,7 +14589,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:06:54 GMT", + "Date": "Sun, 23 Oct 2022 00:12:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12747,17 +14597,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e58af79-53f5-425a-907b-95fe51e15dc7", + "x-ms-correlation-request-id": "26c81c02-a031-49c1-a86a-0e56d5e85c62", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120654Z:9e58af79-53f5-425a-907b-95fe51e15dc7", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T001219Z:26c81c02-a031-49c1-a86a-0e56d5e85c62", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b880aeb4-1854-4738-a720-07d16aa0ea6c", - "name": "b880aeb4-1854-4738-a720-07d16aa0ea6c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99affc25-7a96-4c07-80e8-383d3a8b17e8", + "name": "99affc25-7a96-4c07-80e8-383d3a8b17e8", "status": "Succeeded", - "startTime": "2022-10-21T12:06:54.5659546Z", - "endTime": "2022-10-21T12:06:54.6284226Z", + "startTime": "2022-10-23T00:12:19.3813865Z", + "endTime": "2022-10-23T00:12:19.4595097Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b" @@ -12765,7 +14615,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b880aeb4-1854-4738-a720-07d16aa0ea6c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99affc25-7a96-4c07-80e8-383d3a8b17e8?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -12779,7 +14629,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:06:54 GMT", + "Date": "Sun, 23 Oct 2022 00:12:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12787,19 +14637,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a827a669-8de1-422e-936d-c24820762b6a", + "x-ms-correlation-request-id": "81ae046a-3912-4e00-bdea-a70a686c7484", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120655Z:a827a669-8de1-422e-936d-c24820762b6a", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T001220Z:81ae046a-3912-4e00-bdea-a70a686c7484", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A06%3A54.5735077Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T00%3A12%3A19.3761922Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T11:37:20.9813370Z" + "CreatedOnDate": "2022-10-22T23:40:16.9048468Z" }, "properties": { "encryption": { @@ -12810,10 +14660,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T11:37:21.9878896Z", + "createdAt": "2022-10-22T23:40:17.9211885Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T11:37:21.9878896Z" + "lastModifiedAt": "2022-10-22T23:40:17.9211885Z" } } }, @@ -12832,15 +14682,15 @@ "Cache-Control": "no-cache", "Content-Length": "258", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:06:54 GMT", + "Date": "Sun, 23 Oct 2022 00:12:20 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": "2829d7fa-7666-486a-9c86-b5dcbb888546", + "x-ms-correlation-request-id": "dfd1236e-3c54-4e8a-b900-898f497acbd4", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120655Z:2829d7fa-7666-486a-9c86-b5dcbb888546", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T001220Z:dfd1236e-3c54-4e8a-b900-898f497acbd4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -12864,12 +14714,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/510768c8-cdba-4f50-a408-0959c769c477?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/cb09c59d-9c0f-4ee8-ae30-20cdc67d4f3b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 12:06:56 GMT", + "Date": "Sun, 23 Oct 2022 00:12:20 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/510768c8-cdba-4f50-a408-0959c769c477?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/cb09c59d-9c0f-4ee8-ae30-20cdc67d4f3b?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -12878,15 +14728,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "60f46c9a-6ad4-4cbb-bc4a-80ae30341f73", - "x-ms-correlation-request-id": "fe95359c-5ee7-49f5-b34f-0166370d2169", + "x-ms-arm-service-request-id": "e1180aa7-5d40-49d9-83f7-5b7764c2d611", + "x-ms-correlation-request-id": "fd293fce-9a69-4c61-9cc4-8f3d943b3a21", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120656Z:fe95359c-5ee7-49f5-b34f-0166370d2169" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T001221Z:fd293fce-9a69-4c61-9cc4-8f3d943b3a21" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/510768c8-cdba-4f50-a408-0959c769c477?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/cb09c59d-9c0f-4ee8-ae30-20cdc67d4f3b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -12900,10 +14750,9 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:06:56 GMT", + "Date": "Sun, 23 Oct 2022 00:12:21 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" @@ -12912,13 +14761,13 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9a4809c3-dc24-414c-a970-8ad21899e81e", - "x-ms-correlation-request-id": "23a04ab3-0f97-4bcf-b4d3-fcd7f76065e2", + "x-ms-arm-service-request-id": "973b8701-7a0a-49d2-95c6-53972278cae9", + "x-ms-correlation-request-id": "ae9f3a78-f633-4c0a-81d6-7153163c210f", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120657Z:23a04ab3-0f97-4bcf-b4d3-fcd7f76065e2" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T001221Z:ae9f3a78-f633-4c0a-81d6-7153163c210f" }, "ResponseBody": { - "status": "InProgress" + "status": "Succeeded" } }, { @@ -12935,12 +14784,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/d14df90a-a316-4bbf-b943-b1b1df9ada13?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/ff152658-d010-4578-8af3-d8831870e4a3?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 12:06:57 GMT", + "Date": "Sun, 23 Oct 2022 00:12:22 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operationResults/d14df90a-a316-4bbf-b943-b1b1df9ada13?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operationResults/ff152658-d010-4578-8af3-d8831870e4a3?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -12949,23 +14798,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c4061185-27a0-47c8-afff-a365c51b6f60", - "x-ms-correlation-request-id": "7c06e79c-da14-4a5f-8aea-607b6064346b", + "x-ms-arm-service-request-id": "1f4656a7-2004-4797-b94f-e81e66fcd423", + "x-ms-correlation-request-id": "fa16a1bf-c0fd-4163-9764-10870934b660", "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120658Z:7c06e79c-da14-4a5f-8aea-607b6064346b" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T001222Z:fa16a1bf-c0fd-4163-9764-10870934b660" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/69a75bda-882e-44d5-8431-63421204132a/providers/Microsoft.Network/locations/eastus2/operations/d14df90a-a316-4bbf-b943-b1b1df9ada13?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/69a75bda-882e-44d5-8431-63421204132a/providers/Microsoft.Network/locations/eastus2/operations/ff152658-d010-4578-8af3-d8831870e4a3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSIsImtpZCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTY2NjM1MTkxNSwibmJmIjoxNjY2MzUxOTE1LCJleHAiOjE2NjY0Mzg2MTUsImFpbyI6IkUyWmdZRkRRbFA1czk2UDkvbFBQUVB1cDZ3MlZBUT09IiwiYXBwaWQiOiJjNmM0ZmFiYS0yYjIyLTQ0ZDktODBhNC03MWZmNWI3MWY4MTEiLCJhcHBpZGFjciI6IjEiLCJpZHAiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWR0eXAiOiJhcHAiLCJvaWQiOiI3NjgwN2ZiZS1mNzVmLTQ2NzktOGNlZS1kMDViNDU4MjExNjAiLCJyaCI6IjAuQVJvQXY0ajVjdkdHcjBHUnF5MTgwQkhiUjBaSWYza0F1dGRQdWtQYXdmajJNQk1hQUFBLiIsInN1YiI6Ijc2ODA3ZmJlLWY3NWYtNDY3OS04Y2VlLWQwNWI0NTgyMTE2MCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInV0aSI6ImVoWGpRRXc3NGtlaW1WMVMtekZVQUEiLCJ2ZXIiOiIxLjAiLCJ4bXNfY2MiOlsiQ1AxIl0sInhtc190Y2R0IjoxMjg5MjQxNTQ3fQ.WF6unUE35TyhbUpS97bFg6MEJv6-hhF_RAAmeyGRzFstCH20S532hJ7RVbGX0rliTRT6LWzQEtyneypOZ6RSRbLfGU0km-3mOXvuAneC2fspNIcQKJnXWMsupBt2Z6dtfgOGOA7ot368Ca1y8Pt0j8oe3KGvKAQ5YI62O_4qpZpZ-CEo0035Q_kKVTn4sHeizUGDNXiGWBS_R2X5mQ9ZeqcxjPFqW0NOEKvxGo1mYc9QBjSac64PQNNlYG7e8yNyQ1mDgjAAgY3KWFQ6No6m0NimsQjX-R-MriY4j60-KAkoHVJwHLCfYtMg6eFndR0uBDq6PjpDBMBdVmCszgapqw", + "Authorization": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSIsImtpZCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTY2NjQ4MTY3NSwibmJmIjoxNjY2NDgxNjc1LCJleHAiOjE2NjY1NjgzNzUsImFpbyI6IkUyWmdZQWlRU2ZvWFZSYnV1bGRJTjVOM3Q0b3pBQT09IiwiYXBwaWQiOiJjNmM0ZmFiYS0yYjIyLTQ0ZDktODBhNC03MWZmNWI3MWY4MTEiLCJhcHBpZGFjciI6IjEiLCJpZHAiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWR0eXAiOiJhcHAiLCJvaWQiOiI3NjgwN2ZiZS1mNzVmLTQ2NzktOGNlZS1kMDViNDU4MjExNjAiLCJyaCI6IjAuQVJvQXY0ajVjdkdHcjBHUnF5MTgwQkhiUjBaSWYza0F1dGRQdWtQYXdmajJNQk1hQUFBLiIsInN1YiI6Ijc2ODA3ZmJlLWY3NWYtNDY3OS04Y2VlLWQwNWI0NTgyMTE2MCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInV0aSI6IkRzUzVKX0k2UVVxaUdkM190SHdjQUEiLCJ2ZXIiOiIxLjAiLCJ4bXNfY2MiOlsiQ1AxIl0sInhtc190Y2R0IjoxMjg5MjQxNTQ3fQ.YNdKbR7Lu5bkvymAd8WIz2wehDunKNejwVqomUwhgcH1uEa6j7ZQ6aAZuViAaEhtrEsBuVM7Y07Z4m2Pr2_lgXU-LFYpQcIMAONSMa8jrVNphJw5kzC3ZKaH-Wd6yFK_IrbxiWOxyI-8NiC-PIuty_5o4Xa9biaC5F_SyVpLtyN6m2dQBD5d2fQ9xb_v_6cwhQxYMJDOl8b_FP-4swuiM63jAzWgMlvF4l3Nc-WStSIdGzw7DZ6sc-MGvPuve4ZkgkiVuHQ_zBgPjOPzxzbsDaRdJxUOd1Fz8DWQOZPCnsMUtqmk0Yfha4YWlJenqXoOdewPmhI5rnACvKLwqk-79w", "Connection": "keep-alive", "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)", - "x-ms-client-request-id": "dbf68316-5138-11ed-b77e-ac675dc66a69" + "x-ms-client-request-id": "5cd9b725-5267-11ed-8511-ac675dc66a69" }, "RequestBody": null, "StatusCode": 200, @@ -12973,10 +14822,9 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 12:06:57 GMT", + "Date": "Sun, 23 Oct 2022 00:12:22 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" @@ -12985,14 +14833,14 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "914487ac-5fa4-4e87-8a48-d34fbf4ed2e5", - "x-ms-correlation-request-id": "f658e2f7-0232-476e-95df-13446b3778bd", + "x-ms-arm-service-request-id": "76a19e17-33cb-4fe4-8a5b-e42883577aeb", + "x-ms-correlation-request-id": "e895a5fc-1259-43e8-97fa-13167bd1fdbd", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "f9d716f4-fa8b-4f74-9361-b26bbf2d076c", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T120658Z:f658e2f7-0232-476e-95df-13446b3778bd" + "x-ms-request-id": "9471d261-be97-417a-8ee9-793d2d484376", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T001223Z:e895a5fc-1259-43e8-97fa-13167bd1fdbd" }, "ResponseBody": { - "status": "InProgress" + "status": "Succeeded" } } ], From 68f57c2578b06e4d4ad2ca8f19480579869761a2 Mon Sep 17 00:00:00 2001 From: Audunn Baldvinsson Date: Mon, 24 Oct 2022 07:59:50 +0000 Subject: [PATCH 06/14] update sanitizer --- .../azure-mgmt-netapp/tests/conftest.py | 3 +- ...ppCapacityPooltest_create_delete_pool.json | 1366 ++++------- ...estNetAppSubvolumetest_list_by_volume.json | 2074 ++++++++++++++--- ...me.pyTestNetAppVolumetest_pool_change.json | 1048 +++++---- 4 files changed, 2789 insertions(+), 1702 deletions(-) diff --git a/sdk/netapp/azure-mgmt-netapp/tests/conftest.py b/sdk/netapp/azure-mgmt-netapp/tests/conftest.py index 926803a39a31..4aa45f761dc1 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/conftest.py +++ b/sdk/netapp/azure-mgmt-netapp/tests/conftest.py @@ -49,7 +49,8 @@ def add_sanitizers(test_proxy): add_general_regex_sanitizer(regex=subscription_id, value="00000000-0000-0000-0000-000000000000") add_general_regex_sanitizer(regex=tenant_id, value="00000000-0000-0000-0000-000000000000") add_general_regex_sanitizer(regex=client_id, value="00000000-0000-0000-0000-000000000000") - add_general_string_sanitizer(target=client_secret, value="00000000-0000-0000-0000-000000000000") + #add_general_regex_sanitizer(value="00000000-0000-0000-0000-000000000000", target=client_secret) + add_general_string_sanitizer(value="00000000-0000-0000-0000-000000000000", target=client_secret) add_header_regex_sanitizer(key="Set-Cookie", value="[set-cookie;]") add_header_regex_sanitizer(key="Cookie", value="cookie;") add_body_key_sanitizer(json_path="$..access_token", value="access_token") \ No newline at end of file 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 49db3f0c90b0..fc1df46fad74 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 @@ -1,1097 +1,709 @@ { "Entries": [ { - "RequestUri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration", + "RequestUri": "00000000-0000-0000-0000-000000000000", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + "Accept": "00000000-0000-0000-0000-000000000000", + "Accept-Encoding": "00000000-0000-0000-0000-000000000000", + "Connection": "00000000-0000-0000-0000-000000000000", + "User-Agent": "00000000-0000-0000-0000-000000000000" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Access-Control-Allow-Methods": "GET, OPTIONS", - "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", + "Access-Control-Allow-Methods": "00000000-0000-0000-0000-000000000000", + "Access-Control-Allow-Origin": "00000000-0000-0000-0000-000000000000", + "Cache-Control": "00000000-0000-0000-0000-000000000000", "Content-Length": "1753", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:53:49 GMT", - "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", + "Content-Type": "00000000-0000-0000-0000-000000000000", + "Date": "00000000-0000-0000-0000-000000000000", + "P3P": "00000000-0000-0000-0000-000000000000", "Set-Cookie": "[set-cookie;]", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", - "X-XSS-Protection": "0" + "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", + "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", + "x-ms-ests-server": "00000000-0000-0000-0000-000000000000", + "X-XSS-Protection": "00000000-0000-0000-0000-000000000000" }, - "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" - } + "ResponseBody": "eyJ0b2tlbl9lbmRwb2ludCI6Imh0dHBzOi8vbG9naW4ubWljcm9zb2Z0b25saW5lLmNvbS8wMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvb2F1dGgyL3YyLjAvdG9rZW4iLCJ0b2tlbl9lbmRwb2ludF9hdXRoX21ldGhvZHNfc3VwcG9ydGVkIjpbImNsaWVudF9zZWNyZXRfcG9zdCIsInByaXZhdGVfa2V5X2p3dCIsImNsaWVudF9zZWNyZXRfYmFzaWMiXSwiandrc191cmkiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwL2Rpc2NvdmVyeS92Mi4wL2tleXMiLCJyZXNwb25zZV9tb2Rlc19zdXBwb3J0ZWQiOlsicXVlcnkiLCJmcmFnbWVudCIsImZvcm1fcG9zdCJdLCJzdWJqZWN0X3R5cGVzX3N1cHBvcnRlZCI6WyJwYWlyd2lzZSJdLCJpZF90b2tlbl9zaWduaW5nX2FsZ192YWx1ZXNfc3VwcG9ydGVkIjpbIlJTMjU2Il0sInJlc3BvbnNlX3R5cGVzX3N1cHBvcnRlZCI6WyJjb2RlIiwiaWRfdG9rZW4iLCJjb2RlIGlkX3Rva2VuIiwiaWRfdG9rZW4gdG9rZW4iXSwic2NvcGVzX3N1cHBvcnRlZCI6WyJvcGVuaWQiLCJwcm9maWxlIiwiZW1haWwiLCJvZmZsaW5lX2FjY2VzcyJdLCJpc3N1ZXIiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwL3YyLjAiLCJyZXF1ZXN0X3VyaV9wYXJhbWV0ZXJfc3VwcG9ydGVkIjpmYWxzZSwidXNlcmluZm9fZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLm1pY3Jvc29mdC5jb20vb2lkYy91c2VyaW5mbyIsImF1dGhvcml6YXRpb25fZW5kcG9pbnQiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwL29hdXRoMi92Mi4wL2F1dGhvcml6ZSIsImRldmljZV9hdXRob3JpemF0aW9uX2VuZHBvaW50IjoiaHR0cHM6Ly9sb2dpbi5taWNyb3NvZnRvbmxpbmUuY29tLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9vYXV0aDIvdjIuMC9kZXZpY2Vjb2RlIiwiaHR0cF9sb2dvdXRfc3VwcG9ydGVkIjp0cnVlLCJmcm9udGNoYW5uZWxfbG9nb3V0X3N1cHBvcnRlZCI6dHJ1ZSwiZW5kX3Nlc3Npb25fZW5kcG9pbnQiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwL29hdXRoMi92Mi4wL2xvZ291dCIsImNsYWltc19zdXBwb3J0ZWQiOlsic3ViIiwiaXNzIiwiY2xvdWRfaW5zdGFuY2VfbmFtZSIsImNsb3VkX2luc3RhbmNlX2hvc3RfbmFtZSIsImNsb3VkX2dyYXBoX2hvc3RfbmFtZSIsIm1zZ3JhcGhfaG9zdCIsImF1ZCIsImV4cCIsImlhdCIsImF1dGhfdGltZSIsImFjciIsIm5vbmNlIiwicHJlZmVycmVkX3VzZXJuYW1lIiwibmFtZSIsInRpZCIsInZlciIsImF0X2hhc2giLCJjX2hhc2giLCJlbWFpbCJdLCJrZXJiZXJvc19lbmRwb2ludCI6Imh0dHBzOi8vbG9naW4ubWljcm9zb2Z0b25saW5lLmNvbS8wMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAva2VyYmVyb3MiLCJ0ZW5hbnRfcmVnaW9uX3Njb3BlIjoiV1ciLCJjbG91ZF9pbnN0YW5jZV9uYW1lIjoibWljcm9zb2Z0b25saW5lLmNvbSIsImNsb3VkX2dyYXBoX2hvc3RfbmFtZSI6ImdyYXBoLndpbmRvd3MubmV0IiwibXNncmFwaF9ob3N0IjoiZ3JhcGgubWljcm9zb2Z0LmNvbSIsInJiYWNfdXJsIjoiaHR0cHM6Ly9wYXMud2luZG93cy5uZXQifQ==" }, { - "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https://login.microsoftonline.com/common/oauth2/authorize", + "RequestUri": "00000000-0000-0000-0000-000000000000", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", + "Accept": "00000000-0000-0000-0000-000000000000", + "Accept-Encoding": "00000000-0000-0000-0000-000000000000", + "Connection": "00000000-0000-0000-0000-000000000000", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + "User-Agent": "00000000-0000-0000-0000-000000000000" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Access-Control-Allow-Methods": "GET, OPTIONS", - "Access-Control-Allow-Origin": "*", - "Cache-Control": "max-age=86400, private", + "Access-Control-Allow-Methods": "00000000-0000-0000-0000-000000000000", + "Access-Control-Allow-Origin": "00000000-0000-0000-0000-000000000000", + "Cache-Control": "00000000-0000-0000-0000-000000000000", "Content-Length": "945", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:53:49 GMT", - "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", + "Content-Type": "00000000-0000-0000-0000-000000000000", + "Date": "00000000-0000-0000-0000-000000000000", + "P3P": "00000000-0000-0000-0000-000000000000", "Set-Cookie": "[set-cookie;]", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", - "X-XSS-Protection": "0" + "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", + "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", + "x-ms-ests-server": "00000000-0000-0000-0000-000000000000", + "X-XSS-Protection": "00000000-0000-0000-0000-000000000000" }, - "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" - ] - } - ] - } + "ResponseBody": "eyJ0ZW5hbnRfZGlzY292ZXJ5X2VuZHBvaW50IjoiaHR0cHM6Ly9sb2dpbi5taWNyb3NvZnRvbmxpbmUuY29tL2NvbW1vbi8ud2VsbC1rbm93bi9vcGVuaWQtY29uZmlndXJhdGlvbiIsImFwaS12ZXJzaW9uIjoiMS4xIiwibWV0YWRhdGEiOlt7InByZWZlcnJlZF9uZXR3b3JrIjoibG9naW4ubWljcm9zb2Z0b25saW5lLmNvbSIsInByZWZlcnJlZF9jYWNoZSI6ImxvZ2luLndpbmRvd3MubmV0IiwiYWxpYXNlcyI6WyJsb2dpbi5taWNyb3NvZnRvbmxpbmUuY29tIiwibG9naW4ud2luZG93cy5uZXQiLCJsb2dpbi5taWNyb3NvZnQuY29tIiwic3RzLndpbmRvd3MubmV0Il19LHsicHJlZmVycmVkX25ldHdvcmsiOiJsb2dpbi5wYXJ0bmVyLm1pY3Jvc29mdG9ubGluZS5jbiIsInByZWZlcnJlZF9jYWNoZSI6ImxvZ2luLnBhcnRuZXIubWljcm9zb2Z0b25saW5lLmNuIiwiYWxpYXNlcyI6WyJsb2dpbi5wYXJ0bmVyLm1pY3Jvc29mdG9ubGluZS5jbiIsImxvZ2luLmNoaW5hY2xvdWRhcGkuY24iXX0seyJwcmVmZXJyZWRfbmV0d29yayI6ImxvZ2luLm1pY3Jvc29mdG9ubGluZS5kZSIsInByZWZlcnJlZF9jYWNoZSI6ImxvZ2luLm1pY3Jvc29mdG9ubGluZS5kZSIsImFsaWFzZXMiOlsibG9naW4ubWljcm9zb2Z0b25saW5lLmRlIl19LHsicHJlZmVycmVkX25ldHdvcmsiOiJsb2dpbi5taWNyb3NvZnRvbmxpbmUudXMiLCJwcmVmZXJyZWRfY2FjaGUiOiJsb2dpbi5taWNyb3NvZnRvbmxpbmUudXMiLCJhbGlhc2VzIjpbImxvZ2luLm1pY3Jvc29mdG9ubGluZS51cyIsImxvZ2luLnVzZ292Y2xvdWRhcGkubmV0Il19LHsicHJlZmVycmVkX25ldHdvcmsiOiJsb2dpbi11cy5taWNyb3NvZnRvbmxpbmUuY29tIiwicHJlZmVycmVkX2NhY2hlIjoibG9naW4tdXMubWljcm9zb2Z0b25saW5lLmNvbSIsImFsaWFzZXMiOlsibG9naW4tdXMubWljcm9zb2Z0b25saW5lLmNvbSJdfV19" }, { - "RequestUri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", + "RequestUri": "00000000-0000-0000-0000-000000000000", "RequestMethod": "POST", "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "client-request-id": "a50c9994-4e16-4eed-8fb4-c13b58b1719b", - "Connection": "keep-alive", + "Accept": "00000000-0000-0000-0000-000000000000", + "Accept-Encoding": "00000000-0000-0000-0000-000000000000", + "client-request-id": "00000000-0000-0000-0000-000000000000", + "Connection": "00000000-0000-0000-0000-000000000000", "Content-Length": "281", - "Content-Type": "application/x-www-form-urlencoded", + "Content-Type": "00000000-0000-0000-0000-000000000000", "Cookie": "cookie;", - "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", - "x-client-cpu": "x64", - "x-client-current-telemetry": "4|730,0|", - "x-client-last-telemetry": "4|0|||", - "x-client-os": "win32", - "x-client-sku": "MSAL.Python", - "x-client-ver": "1.20.0", - "x-ms-lib-capability": "retry-after, h429" - }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "User-Agent": "00000000-0000-0000-0000-000000000000", + "x-client-cpu": "00000000-0000-0000-0000-000000000000", + "x-client-current-telemetry": "00000000-0000-0000-0000-000000000000", + "x-client-last-telemetry": "00000000-0000-0000-0000-000000000000", + "x-client-os": "00000000-0000-0000-0000-000000000000", + "x-client-sku": "00000000-0000-0000-0000-000000000000", + "x-client-ver": "00000000-0000-0000-0000-000000000000", + "x-ms-lib-capability": "00000000-0000-0000-0000-000000000000" + }, + "RequestBody": "Y2xpZW50X2lkPTAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCZncmFudF90eXBlPWNsaWVudF9jcmVkZW50aWFscyZjbGllbnRfaW5mbz0xJmNsaWVudF9zZWNyZXQ9JTdCUVIlNUIlMkIlNDBhdmhFJTJCM3FpeVkxWGYmY2xhaW1zPSU3QiUyMmFjY2Vzc190b2tlbiUyMiUzQSslN0IlMjJ4bXNfY2MlMjIlM0ErJTdCJTIydmFsdWVzJTIyJTNBKyU1QiUyMkNQMSUyMiU1RCU3RCU3RCU3RCZzY29wZT1odHRwcyUzQSUyRiUyRm1hbmFnZW1lbnQuYXp1cmUuY29tJTJGLmRlZmF1bHQ=", "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-store, no-cache", - "client-request-id": "a50c9994-4e16-4eed-8fb4-c13b58b1719b", - "Content-Length": "114", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:53:49 GMT", - "Expires": "-1", - "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Pragma": "no-cache", + "Cache-Control": "00000000-0000-0000-0000-000000000000", + "client-request-id": "00000000-0000-0000-0000-000000000000", + "Content-Length": "111", + "Content-Type": "00000000-0000-0000-0000-000000000000", + "Date": "00000000-0000-0000-0000-000000000000", + "Expires": "00000000-0000-0000-0000-000000000000", + "P3P": "00000000-0000-0000-0000-000000000000", + "Pragma": "00000000-0000-0000-0000-000000000000", "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.14006.8 - NEULR2 ProdSlices", - "X-XSS-Protection": "0" + "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", + "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", + "x-ms-clitelem": "00000000-0000-0000-0000-000000000000", + "x-ms-ests-server": "00000000-0000-0000-0000-000000000000", + "X-XSS-Protection": "00000000-0000-0000-0000-000000000000" }, - "ResponseBody": { - "token_type": "Bearer", - "expires_in": 86399, - "ext_expires_in": 86399, - "refresh_in": 43199, - "access_token": "access_token" - } + "ResponseBody": "eyJ0b2tlbl90eXBlIjoiQmVhcmVyIiwiZXhwaXJlc19pbiI6ODYzOTksImV4dF9leHBpcmVzX2luIjo4NjM5OSwicmVmcmVzaF9pbiI6NDMxOTksImFjY2Vzc190b2tlbiI6IlNhbml0aXplZCJ9" }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b?api-version=2022-05-01", + "RequestUri": "00000000-0000-0000-0000-000000000000", "RequestMethod": "PUT", "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", + "Accept": "00000000-0000-0000-0000-000000000000", + "Accept-Encoding": "00000000-0000-0000-0000-000000000000", + "Connection": "00000000-0000-0000-0000-000000000000", "Content-Length": "23", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": { - "location": "westus2" + "Content-Type": "00000000-0000-0000-0000-000000000000", + "User-Agent": "00000000-0000-0000-0000-000000000000" }, + "RequestBody": "eyJsb2NhdGlvbiI6ICJ3ZXN0dXMyIn0=", "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c0208da-00eb-4789-9bdd-faa60fb46ede?api-version=2022-05-01", - "Cache-Control": "no-cache", + "Azure-AsyncOperation": "00000000-0000-0000-0000-000000000000", + "Cache-Control": "00000000-0000-0000-0000-000000000000", "Content-Length": "706", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:54:00 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T13%3A54%3A00.2392256Z\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": "f0b042c3-810a-4fbb-9d12-d86a6916b1ad", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135401Z:f0b042c3-810a-4fbb-9d12-d86a6916b1ad", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b", - "name": "sdk-py-tests-acc-1-18a4278b", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T13%3A54%3A00.2392256Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-22T13:53:56.1476558Z" - }, - "properties": { - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-22T13:53:59.2162542Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:53:59.2162542Z" - } - } + "Content-Type": "00000000-0000-0000-0000-000000000000", + "Date": "00000000-0000-0000-0000-000000000000", + "ETag": "00000000-0000-0000-0000-000000000000", + "Expires": "00000000-0000-0000-0000-000000000000", + "Pragma": "00000000-0000-0000-0000-000000000000", + "Server": "00000000-0000-0000-0000-000000000000", + "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", + "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", + "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", + "x-ms-ratelimit-remaining-subscription-writes": "00000000-0000-0000-0000-000000000000", + "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", + "X-Powered-By": "00000000-0000-0000-0000-000000000000" + }, + "ResponseBody": "eyJpZCI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9yZXNvdXJjZUdyb3Vwcy9zZGstcHl0aG9uLXRlc3RzLXJnLXRtcC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9uZXRBcHBBY2NvdW50cy9zZGstcHktdGVzdHMtYWNjLTEtMThhNDI3OGIiLCJuYW1lIjoic2RrLXB5LXRlc3RzLWFjYy0xLTE4YTQyNzhiIiwidHlwZSI6Ik1pY3Jvc29mdC5OZXRBcHAvbmV0QXBwQWNjb3VudHMiLCJldGFnIjoiVy9cImRhdGV0aW1lJzIwMjItMTAtMjNUMjAlM0EyOSUzQTUxLjI4NjEwNzNaJ1wiIiwibG9jYXRpb24iOiJ3ZXN0dXMyIiwidGFncyI6eyJDcmVhdGVkT25EYXRlIjoiMjAyMi0xMC0yM1QyMDoyOTo0Ny43NTA2MDk2WiJ9LCJwcm9wZXJ0aWVzIjp7InByb3Zpc2lvbmluZ1N0YXRlIjoiQ3JlYXRpbmcifSwic3lzdGVtRGF0YSI6eyJjcmVhdGVkQnkiOiIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiLCJjcmVhdGVkQnlUeXBlIjoiQXBwbGljYXRpb24iLCJjcmVhdGVkQXQiOiIyMDIyLTEwLTIzVDIwOjI5OjUwLjI1NTAxNTlaIiwibGFzdE1vZGlmaWVkQnkiOiIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiLCJsYXN0TW9kaWZpZWRCeVR5cGUiOiJBcHBsaWNhdGlvbiIsImxhc3RNb2RpZmllZEF0IjoiMjAyMi0xMC0yM1QyMDoyOTo1MC4yNTUwMTU5WiJ9fQ==" }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c0208da-00eb-4789-9bdd-faa60fb46ede?api-version=2022-05-01", + "RequestUri": "00000000-0000-0000-0000-000000000000", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + "Accept": "00000000-0000-0000-0000-000000000000", + "Accept-Encoding": "00000000-0000-0000-0000-000000000000", + "Connection": "00000000-0000-0000-0000-000000000000", + "User-Agent": "00000000-0000-0000-0000-000000000000" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:54: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": "7e8144c6-7a7c-480b-9f40-917361500fdf", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135402Z:7e8144c6-7a7c-480b-9f40-917361500fdf", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c0208da-00eb-4789-9bdd-faa60fb46ede", - "name": "5c0208da-00eb-4789-9bdd-faa60fb46ede", - "status": "Succeeded", - "startTime": "2022-10-22T13:54:00.2397016Z", - "endTime": "2022-10-22T13:54:00.2709561Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b" - } - } + "Cache-Control": "00000000-0000-0000-0000-000000000000", + "Content-Encoding": "00000000-0000-0000-0000-000000000000", + "Content-Type": "00000000-0000-0000-0000-000000000000", + "Date": "00000000-0000-0000-0000-000000000000", + "Expires": "00000000-0000-0000-0000-000000000000", + "Pragma": "00000000-0000-0000-0000-000000000000", + "Server": "00000000-0000-0000-0000-000000000000", + "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", + "Transfer-Encoding": "00000000-0000-0000-0000-000000000000", + "Vary": "00000000-0000-0000-0000-000000000000", + "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", + "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", + "x-ms-ratelimit-remaining-subscription-reads": "00000000-0000-0000-0000-000000000000", + "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", + "X-Powered-By": "00000000-0000-0000-0000-000000000000" + }, + "ResponseBody": "eyJpZCI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzdiMmNlNTQyLTVlNTYtNDUxOS1iMTEwLWY5ZTVjOWM2YzAxZCIsIm5hbWUiOiI3YjJjZTU0Mi01ZTU2LTQ1MTktYjExMC1mOWU1YzljNmMwMWQiLCJzdGF0dXMiOiJTdWNjZWVkZWQiLCJzdGFydFRpbWUiOiIyMDIyLTEwLTIzVDIwOjI5OjUxLjI4NTE5MTlaIiwiZW5kVGltZSI6IjIwMjItMTAtMjNUMjA6Mjk6NTEuMzMyMDQwNVoiLCJwZXJjZW50Q29tcGxldGUiOjEwMC4wLCJwcm9wZXJ0aWVzIjp7InJlc291cmNlTmFtZSI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9yZXNvdXJjZUdyb3Vwcy9zZGstcHl0aG9uLXRlc3RzLXJnLXRtcC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9uZXRBcHBBY2NvdW50cy9zZGstcHktdGVzdHMtYWNjLTEtMThhNDI3OGIifX0=" }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b?api-version=2022-05-01", + "RequestUri": "00000000-0000-0000-0000-000000000000", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + "Accept": "00000000-0000-0000-0000-000000000000", + "Accept-Encoding": "00000000-0000-0000-0000-000000000000", + "Connection": "00000000-0000-0000-0000-000000000000", + "User-Agent": "00000000-0000-0000-0000-000000000000" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:54:01 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T13%3A54%3A00.2745767Z\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": "4dd8ebe5-7619-4f67-9422-e240f151f3ac", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135402Z:4dd8ebe5-7619-4f67-9422-e240f151f3ac", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b", - "name": "sdk-py-tests-acc-1-18a4278b", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T13%3A54%3A00.2745767Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-22T13:53:56.1476558Z" - }, - "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", - "username": "sdkuser", - "password": "****************", - "domain": "sdkdomain", - "dns": "192.0.2.2", - "status": "Created", - "smbServerName": "SDKSMBSeNa", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNfsUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-22T13:53:59.2162542Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:53:59.2162542Z" - } - } + "Cache-Control": "00000000-0000-0000-0000-000000000000", + "Content-Encoding": "00000000-0000-0000-0000-000000000000", + "Content-Type": "00000000-0000-0000-0000-000000000000", + "Date": "00000000-0000-0000-0000-000000000000", + "ETag": "00000000-0000-0000-0000-000000000000", + "Expires": "00000000-0000-0000-0000-000000000000", + "Pragma": "00000000-0000-0000-0000-000000000000", + "Server": "00000000-0000-0000-0000-000000000000", + "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", + "Transfer-Encoding": "00000000-0000-0000-0000-000000000000", + "Vary": "00000000-0000-0000-0000-000000000000", + "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", + "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", + "x-ms-ratelimit-remaining-subscription-reads": "00000000-0000-0000-0000-000000000000", + "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", + "X-Powered-By": "00000000-0000-0000-0000-000000000000" + }, + "ResponseBody": "eyJpZCI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9yZXNvdXJjZUdyb3Vwcy9zZGstcHl0aG9uLXRlc3RzLXJnLXRtcC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9uZXRBcHBBY2NvdW50cy9zZGstcHktdGVzdHMtYWNjLTEtMThhNDI3OGIiLCJuYW1lIjoic2RrLXB5LXRlc3RzLWFjYy0xLTE4YTQyNzhiIiwidHlwZSI6Ik1pY3Jvc29mdC5OZXRBcHAvbmV0QXBwQWNjb3VudHMiLCJldGFnIjoiVy9cImRhdGV0aW1lJzIwMjItMTAtMjNUMjAlM0EyOSUzQTUxLjMzNjIxNDhaJ1wiIiwibG9jYXRpb24iOiJ3ZXN0dXMyIiwidGFncyI6eyJDcmVhdGVkT25EYXRlIjoiMjAyMi0xMC0yM1QyMDoyOTo0Ny43NTA2MDk2WiJ9LCJwcm9wZXJ0aWVzIjp7ImFjdGl2ZURpcmVjdG9yaWVzIjpbeyJhY3RpdmVEaXJlY3RvcnlJZCI6IjUwM2QzOGY5LWYxN2MtZjkyZC1lZjI2LWIwZDQ2Mzc0NTM0YiIsInVzZXJuYW1lIjoic2RrdXNlciIsInBhc3N3b3JkIjoiKioqKioqKioqKioqKioqKiIsImRvbWFpbiI6InNka2RvbWFpbiIsImRucyI6IjE5Mi4wLjIuMiIsInN0YXR1cyI6IkNyZWF0ZWQiLCJzbWJTZXJ2ZXJOYW1lIjoiU0RLU01CU2VOYSIsIm9yZ2FuaXphdGlvbmFsVW5pdCI6IkNOPUNvbXB1dGVycyIsImFlc0VuY3J5cHRpb24iOmZhbHNlLCJsZGFwU2lnbmluZyI6ZmFsc2UsImxkYXBPdmVyVExTIjpmYWxzZSwiYWxsb3dMb2NhbE5mc1VzZXJzV2l0aExkYXAiOmZhbHNlLCJlbmNyeXB0RENDb25uZWN0aW9ucyI6ZmFsc2UsImxkYXBTZWFyY2hTY29wZSI6e319XSwiZW5jcnlwdGlvbiI6eyJrZXlTb3VyY2UiOiJNaWNyb3NvZnQuTmV0QXBwIn0sInByb3Zpc2lvbmluZ1N0YXRlIjoiU3VjY2VlZGVkIn0sInN5c3RlbURhdGEiOnsiY3JlYXRlZEJ5IjoiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIiwiY3JlYXRlZEJ5VHlwZSI6IkFwcGxpY2F0aW9uIiwiY3JlYXRlZEF0IjoiMjAyMi0xMC0yM1QyMDoyOTo1MC4yNTUwMTU5WiIsImxhc3RNb2RpZmllZEJ5IjoiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIiwibGFzdE1vZGlmaWVkQnlUeXBlIjoiQXBwbGljYXRpb24iLCJsYXN0TW9kaWZpZWRBdCI6IjIwMjItMTAtMjNUMjA6Mjk6NTAuMjU1MDE1OVoifX0=" }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestUri": "00000000-0000-0000-0000-000000000000", "RequestMethod": "PUT", "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", + "Accept": "00000000-0000-0000-0000-000000000000", + "Accept-Encoding": "00000000-0000-0000-0000-000000000000", + "Connection": "00000000-0000-0000-0000-000000000000", "Content-Length": "138", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "size": 4398046511104, - "serviceLevel": "Premium", - "coolAccess": false, - "encryptionType": "Single" - } + "Content-Type": "00000000-0000-0000-0000-000000000000", + "User-Agent": "00000000-0000-0000-0000-000000000000" }, + "RequestBody": "eyJsb2NhdGlvbiI6ICJ3ZXN0dXMyIiwgInByb3BlcnRpZXMiOiB7InNpemUiOiA0Mzk4MDQ2NTExMTA0LCAic2VydmljZUxldmVsIjogIlByZW1pdW0iLCAiY29vbEFjY2VzcyI6IGZhbHNlLCAiZW5jcnlwdGlvblR5cGUiOiAiU2luZ2xlIn19", "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9588169e-8b0a-4f31-a9d7-3ba52c22f6eb?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "922", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:54:04 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T13%3A54%3A04.2159546Z\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": "306e854a-6d15-40fa-94df-14f308ef9e29", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135405Z:306e854a-6d15-40fa-94df-14f308ef9e29", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-18a4278b/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T13%3A54%3A04.2159546Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-22T13:54:02.7712604Z" - }, - "properties": { - "serviceLevel": "Premium", - "size": 4398046511104, - "totalThroughputMibps": 0.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Creating" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-22T13:54:03.9392311Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:54:03.9392311Z" - } - } + "Azure-AsyncOperation": "00000000-0000-0000-0000-000000000000", + "Cache-Control": "00000000-0000-0000-0000-000000000000", + "Content-Length": "921", + "Content-Type": "00000000-0000-0000-0000-000000000000", + "Date": "00000000-0000-0000-0000-000000000000", + "ETag": "00000000-0000-0000-0000-000000000000", + "Expires": "00000000-0000-0000-0000-000000000000", + "Pragma": "00000000-0000-0000-0000-000000000000", + "Server": "00000000-0000-0000-0000-000000000000", + "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", + "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", + "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", + "x-ms-ratelimit-remaining-subscription-writes": "00000000-0000-0000-0000-000000000000", + "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", + "X-Powered-By": "00000000-0000-0000-0000-000000000000" + }, + "ResponseBody": "eyJpZCI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9yZXNvdXJjZUdyb3Vwcy9zZGstcHl0aG9uLXRlc3RzLXJnLXRtcC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9uZXRBcHBBY2NvdW50cy9zZGstcHktdGVzdHMtYWNjLTEtMThhNDI3OGIvY2FwYWNpdHlQb29scy9zZGstcHktdGVzdHMtcG9vbC0xIiwibmFtZSI6InNkay1weS10ZXN0cy1hY2MtMS0xOGE0Mjc4Yi9zZGstcHktdGVzdHMtcG9vbC0xIiwidHlwZSI6Ik1pY3Jvc29mdC5OZXRBcHAvbmV0QXBwQWNjb3VudHMvY2FwYWNpdHlQb29scyIsImV0YWciOiJXL1wiZGF0ZXRpbWUnMjAyMi0xMC0yM1QyMCUzQTI5JTNBNTUuODQ1NTA2WidcIiIsImxvY2F0aW9uIjoid2VzdHVzMiIsInRhZ3MiOnsiQ3JlYXRlZE9uRGF0ZSI6IjIwMjItMTAtMjNUMjA6Mjk6NTQuNDgwNzcyNFoifSwicHJvcGVydGllcyI6eyJzZXJ2aWNlTGV2ZWwiOiJQcmVtaXVtIiwic2l6ZSI6NDM5ODA0NjUxMTEwNCwidG90YWxUaHJvdWdocHV0TWlicHMiOjAuMCwidXRpbGl6ZWRUaHJvdWdocHV0TWlicHMiOjAuMCwiZW5jcnlwdGlvblR5cGUiOiJTaW5nbGUiLCJjb29sQWNjZXNzIjpmYWxzZSwicHJvdmlzaW9uaW5nU3RhdGUiOiJDcmVhdGluZyJ9LCJzeXN0ZW1EYXRhIjp7ImNyZWF0ZWRCeSI6IjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIsImNyZWF0ZWRCeVR5cGUiOiJBcHBsaWNhdGlvbiIsImNyZWF0ZWRBdCI6IjIwMjItMTAtMjNUMjA6Mjk6NTUuNjAyNjUyM1oiLCJsYXN0TW9kaWZpZWRCeSI6IjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIsImxhc3RNb2RpZmllZEJ5VHlwZSI6IkFwcGxpY2F0aW9uIiwibGFzdE1vZGlmaWVkQXQiOiIyMDIyLTEwLTIzVDIwOjI5OjU1LjYwMjY1MjNaIn19" }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9588169e-8b0a-4f31-a9d7-3ba52c22f6eb?api-version=2022-05-01", + "RequestUri": "00000000-0000-0000-0000-000000000000", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + "Accept": "00000000-0000-0000-0000-000000000000", + "Accept-Encoding": "00000000-0000-0000-0000-000000000000", + "Connection": "00000000-0000-0000-0000-000000000000", + "User-Agent": "00000000-0000-0000-0000-000000000000" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13: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": "0c12a121-e150-42e5-9762-ec3cac9f4e84", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135405Z:0c12a121-e150-42e5-9762-ec3cac9f4e84", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9588169e-8b0a-4f31-a9d7-3ba52c22f6eb", - "name": "9588169e-8b0a-4f31-a9d7-3ba52c22f6eb", - "status": "Succeeded", - "startTime": "2022-10-22T13:54:04.2085345Z", - "endTime": "2022-10-22T13:54:05.7397902Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1" - } - } + "Cache-Control": "00000000-0000-0000-0000-000000000000", + "Content-Encoding": "00000000-0000-0000-0000-000000000000", + "Content-Type": "00000000-0000-0000-0000-000000000000", + "Date": "00000000-0000-0000-0000-000000000000", + "Expires": "00000000-0000-0000-0000-000000000000", + "Pragma": "00000000-0000-0000-0000-000000000000", + "Server": "00000000-0000-0000-0000-000000000000", + "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", + "Transfer-Encoding": "00000000-0000-0000-0000-000000000000", + "Vary": "00000000-0000-0000-0000-000000000000", + "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", + "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", + "x-ms-ratelimit-remaining-subscription-reads": "00000000-0000-0000-0000-000000000000", + "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", + "X-Powered-By": "00000000-0000-0000-0000-000000000000" + }, + "ResponseBody": "eyJpZCI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzVlNWMwOWE2LTIzMjktNDQ2MS1iOWYwLWYyNjA4NmFiMGM5NyIsIm5hbWUiOiI1ZTVjMDlhNi0yMzI5LTQ0NjEtYjlmMC1mMjYwODZhYjBjOTciLCJzdGF0dXMiOiJTdWNjZWVkZWQiLCJzdGFydFRpbWUiOiIyMDIyLTEwLTIzVDIwOjI5OjU1Ljg1Mjg2MjVaIiwiZW5kVGltZSI6IjIwMjItMTAtMjNUMjA6Mjk6NTYuNzU5MTE2WiIsInBlcmNlbnRDb21wbGV0ZSI6MTAwLjAsInByb3BlcnRpZXMiOnsicmVzb3VyY2VOYW1lIjoiL3N1YnNjcmlwdGlvbnMvMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwL3Jlc291cmNlR3JvdXBzL3Nkay1weXRob24tdGVzdHMtcmctdG1wL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0QXBwL25ldEFwcEFjY291bnRzL3Nkay1weS10ZXN0cy1hY2MtMS0xOGE0Mjc4Yi9jYXBhY2l0eVBvb2xzL3Nkay1weS10ZXN0cy1wb29sLTEifX0=" }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestUri": "00000000-0000-0000-0000-000000000000", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + "Accept": "00000000-0000-0000-0000-000000000000", + "Accept-Encoding": "00000000-0000-0000-0000-000000000000", + "Connection": "00000000-0000-0000-0000-000000000000", + "User-Agent": "00000000-0000-0000-0000-000000000000" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:54:06 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T13%3A54%3A05.732457Z\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": "be66ce1a-6273-4903-8741-f2a00da63c44", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135406Z:be66ce1a-6273-4903-8741-f2a00da63c44", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-18a4278b/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T13%3A54%3A05.732457Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-22T13:54:02.7712604Z" - }, - "properties": { - "poolId": "4f12e8d6-5930-1639-6c1a-e312c0342192", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-22T13:54:03.9392311Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:54:03.9392311Z" - } - } + "Cache-Control": "00000000-0000-0000-0000-000000000000", + "Content-Encoding": "00000000-0000-0000-0000-000000000000", + "Content-Type": "00000000-0000-0000-0000-000000000000", + "Date": "00000000-0000-0000-0000-000000000000", + "ETag": "00000000-0000-0000-0000-000000000000", + "Expires": "00000000-0000-0000-0000-000000000000", + "Pragma": "00000000-0000-0000-0000-000000000000", + "Server": "00000000-0000-0000-0000-000000000000", + "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", + "Transfer-Encoding": "00000000-0000-0000-0000-000000000000", + "Vary": "00000000-0000-0000-0000-000000000000", + "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", + "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", + "x-ms-ratelimit-remaining-subscription-reads": "00000000-0000-0000-0000-000000000000", + "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", + "X-Powered-By": "00000000-0000-0000-0000-000000000000" + }, + "ResponseBody": "eyJpZCI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9yZXNvdXJjZUdyb3Vwcy9zZGstcHl0aG9uLXRlc3RzLXJnLXRtcC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9uZXRBcHBBY2NvdW50cy9zZGstcHktdGVzdHMtYWNjLTEtMThhNDI3OGIvY2FwYWNpdHlQb29scy9zZGstcHktdGVzdHMtcG9vbC0xIiwibmFtZSI6InNkay1weS10ZXN0cy1hY2MtMS0xOGE0Mjc4Yi9zZGstcHktdGVzdHMtcG9vbC0xIiwidHlwZSI6Ik1pY3Jvc29mdC5OZXRBcHAvbmV0QXBwQWNjb3VudHMvY2FwYWNpdHlQb29scyIsImV0YWciOiJXL1wiZGF0ZXRpbWUnMjAyMi0xMC0yM1QyMCUzQTI5JTNBNTYuNzUxMTMwNVonXCIiLCJsb2NhdGlvbiI6Indlc3R1czIiLCJ0YWdzIjp7IkNyZWF0ZWRPbkRhdGUiOiIyMDIyLTEwLTIzVDIwOjI5OjU0LjQ4MDc3MjRaIn0sInByb3BlcnRpZXMiOnsicG9vbElkIjoiODlkOGEwMGMtYjcwOS1kNjczLWE0YzUtMGZjZTcwODhhZTc5Iiwic2VydmljZUxldmVsIjoiUHJlbWl1bSIsInNpemUiOjQzOTgwNDY1MTExMDQsInFvc1R5cGUiOiJBdXRvIiwidG90YWxUaHJvdWdocHV0TWlicHMiOjI1Ni4wLCJ1dGlsaXplZFRocm91Z2hwdXRNaWJwcyI6MC4wLCJlbmNyeXB0aW9uVHlwZSI6IlNpbmdsZSIsImNvb2xBY2Nlc3MiOmZhbHNlLCJwcm92aXNpb25pbmdTdGF0ZSI6IlN1Y2NlZWRlZCJ9LCJzeXN0ZW1EYXRhIjp7ImNyZWF0ZWRCeSI6IjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIsImNyZWF0ZWRCeVR5cGUiOiJBcHBsaWNhdGlvbiIsImNyZWF0ZWRBdCI6IjIwMjItMTAtMjNUMjA6Mjk6NTUuNjAyNjUyM1oiLCJsYXN0TW9kaWZpZWRCeSI6IjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIsImxhc3RNb2RpZmllZEJ5VHlwZSI6IkFwcGxpY2F0aW9uIiwibGFzdE1vZGlmaWVkQXQiOiIyMDIyLTEwLTIzVDIwOjI5OjU1LjYwMjY1MjNaIn19" }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools?api-version=2022-05-01", + "RequestUri": "00000000-0000-0000-0000-000000000000", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + "Accept": "00000000-0000-0000-0000-000000000000", + "Accept-Encoding": "00000000-0000-0000-0000-000000000000", + "Connection": "00000000-0000-0000-0000-000000000000", + "User-Agent": "00000000-0000-0000-0000-000000000000" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:54: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": "56287336-a5a8-4593-ba00-0d27e7056644", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135406Z:56287336-a5a8-4593-ba00-0d27e7056644", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-18a4278b/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T13%3A54%3A05.732457Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-22T13:54:02.7712604Z" - }, - "properties": { - "poolId": "4f12e8d6-5930-1639-6c1a-e312c0342192", - "serviceLevel": "Premium", - "size": 4398046511104, - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-22T13:54:03.9392311Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:54:03.9392311Z" - } - } - ] - } + "Cache-Control": "00000000-0000-0000-0000-000000000000", + "Content-Encoding": "00000000-0000-0000-0000-000000000000", + "Content-Type": "00000000-0000-0000-0000-000000000000", + "Date": "00000000-0000-0000-0000-000000000000", + "Expires": "00000000-0000-0000-0000-000000000000", + "Pragma": "00000000-0000-0000-0000-000000000000", + "Server": "00000000-0000-0000-0000-000000000000", + "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", + "Transfer-Encoding": "00000000-0000-0000-0000-000000000000", + "Vary": "00000000-0000-0000-0000-000000000000", + "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", + "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", + "x-ms-ratelimit-remaining-subscription-reads": "00000000-0000-0000-0000-000000000000", + "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", + "X-Powered-By": "00000000-0000-0000-0000-000000000000" + }, + "ResponseBody": "eyJ2YWx1ZSI6W3siaWQiOiIvc3Vic2NyaXB0aW9ucy8wMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvcmVzb3VyY2VHcm91cHMvc2RrLXB5dGhvbi10ZXN0cy1yZy10bXAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXRBcHAvbmV0QXBwQWNjb3VudHMvc2RrLXB5LXRlc3RzLWFjYy0xLTE4YTQyNzhiL2NhcGFjaXR5UG9vbHMvc2RrLXB5LXRlc3RzLXBvb2wtMSIsIm5hbWUiOiJzZGstcHktdGVzdHMtYWNjLTEtMThhNDI3OGIvc2RrLXB5LXRlc3RzLXBvb2wtMSIsInR5cGUiOiJNaWNyb3NvZnQuTmV0QXBwL25ldEFwcEFjY291bnRzL2NhcGFjaXR5UG9vbHMiLCJldGFnIjoiVy9cImRhdGV0aW1lJzIwMjItMTAtMjNUMjAlM0EyOSUzQTU2Ljc1MTEzMDVaJ1wiIiwibG9jYXRpb24iOiJ3ZXN0dXMyIiwidGFncyI6eyJDcmVhdGVkT25EYXRlIjoiMjAyMi0xMC0yM1QyMDoyOTo1NC40ODA3NzI0WiJ9LCJwcm9wZXJ0aWVzIjp7InBvb2xJZCI6Ijg5ZDhhMDBjLWI3MDktZDY3My1hNGM1LTBmY2U3MDg4YWU3OSIsInNlcnZpY2VMZXZlbCI6IlByZW1pdW0iLCJzaXplIjo0Mzk4MDQ2NTExMTA0LCJxb3NUeXBlIjoiQXV0byIsInRvdGFsVGhyb3VnaHB1dE1pYnBzIjoyNTYuMCwidXRpbGl6ZWRUaHJvdWdocHV0TWlicHMiOjAuMCwiZW5jcnlwdGlvblR5cGUiOiJTaW5nbGUiLCJjb29sQWNjZXNzIjpmYWxzZSwicHJvdmlzaW9uaW5nU3RhdGUiOiJTdWNjZWVkZWQifSwic3lzdGVtRGF0YSI6eyJjcmVhdGVkQnkiOiIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiLCJjcmVhdGVkQnlUeXBlIjoiQXBwbGljYXRpb24iLCJjcmVhdGVkQXQiOiIyMDIyLTEwLTIzVDIwOjI5OjU1LjYwMjY1MjNaIiwibGFzdE1vZGlmaWVkQnkiOiIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiLCJsYXN0TW9kaWZpZWRCeVR5cGUiOiJBcHBsaWNhdGlvbiIsImxhc3RNb2RpZmllZEF0IjoiMjAyMi0xMC0yM1QyMDoyOTo1NS42MDI2NTIzWiJ9fV19" }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestUri": "00000000-0000-0000-0000-000000000000", "RequestMethod": "DELETE", "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + "Accept": "00000000-0000-0000-0000-000000000000", + "Accept-Encoding": "00000000-0000-0000-0000-000000000000", + "Connection": "00000000-0000-0000-0000-000000000000", + "Content-Length": "00000000-0000-0000-0000-000000000000", + "User-Agent": "00000000-0000-0000-0000-000000000000" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a061d3-0718-4ce1-a0f5-952d1e16dbf5?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 13:54:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a061d3-0718-4ce1-a0f5-952d1e16dbf5?api-version=2022-05-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": "6d585e90-7964-470e-ad9c-578604ac47d7", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135417Z:6d585e90-7964-470e-ad9c-578604ac47d7", - "X-Powered-By": "ASP.NET" + "Azure-AsyncOperation": "00000000-0000-0000-0000-000000000000", + "Cache-Control": "00000000-0000-0000-0000-000000000000", + "Content-Length": "00000000-0000-0000-0000-000000000000", + "Date": "00000000-0000-0000-0000-000000000000", + "Expires": "00000000-0000-0000-0000-000000000000", + "Location": "00000000-0000-0000-0000-000000000000", + "Pragma": "00000000-0000-0000-0000-000000000000", + "Server": "00000000-0000-0000-0000-000000000000", + "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", + "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", + "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", + "x-ms-ratelimit-remaining-subscription-deletes": "00000000-0000-0000-0000-000000000000", + "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", + "X-Powered-By": "00000000-0000-0000-0000-000000000000" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a061d3-0718-4ce1-a0f5-952d1e16dbf5?api-version=2022-05-01", + "RequestUri": "00000000-0000-0000-0000-000000000000", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + "Accept": "00000000-0000-0000-0000-000000000000", + "Accept-Encoding": "00000000-0000-0000-0000-000000000000", + "Connection": "00000000-0000-0000-0000-000000000000", + "User-Agent": "00000000-0000-0000-0000-000000000000" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13: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": "41b271e1-4747-4550-af4f-03109e659f1e", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135417Z:41b271e1-4747-4550-af4f-03109e659f1e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a061d3-0718-4ce1-a0f5-952d1e16dbf5", - "name": "54a061d3-0718-4ce1-a0f5-952d1e16dbf5", - "status": "Deleting", - "startTime": "2022-10-22T13:54:17.2979445Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1" - } - } + "Cache-Control": "00000000-0000-0000-0000-000000000000", + "Content-Encoding": "00000000-0000-0000-0000-000000000000", + "Content-Type": "00000000-0000-0000-0000-000000000000", + "Date": "00000000-0000-0000-0000-000000000000", + "Expires": "00000000-0000-0000-0000-000000000000", + "Pragma": "00000000-0000-0000-0000-000000000000", + "Server": "00000000-0000-0000-0000-000000000000", + "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", + "Transfer-Encoding": "00000000-0000-0000-0000-000000000000", + "Vary": "00000000-0000-0000-0000-000000000000", + "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", + "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", + "x-ms-ratelimit-remaining-subscription-reads": "00000000-0000-0000-0000-000000000000", + "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", + "X-Powered-By": "00000000-0000-0000-0000-000000000000" + }, + "ResponseBody": "eyJpZCI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzVlYzRmZTQwLTU1YmYtNGE1NC05YmRlLTEzNTFmMmViZjYxNiIsIm5hbWUiOiI1ZWM0ZmU0MC01NWJmLTRhNTQtOWJkZS0xMzUxZjJlYmY2MTYiLCJzdGF0dXMiOiJEZWxldGluZyIsInN0YXJ0VGltZSI6IjIwMjItMTAtMjNUMjA6MzA6MDguNDU2Mzc5MloiLCJlbmRUaW1lIjoiMDAwMS0wMS0wMVQwMDowMDowMFoiLCJwZXJjZW50Q29tcGxldGUiOjAuMCwicHJvcGVydGllcyI6eyJyZXNvdXJjZU5hbWUiOiIvc3Vic2NyaXB0aW9ucy8wMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvcmVzb3VyY2VHcm91cHMvc2RrLXB5dGhvbi10ZXN0cy1yZy10bXAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXRBcHAvbmV0QXBwQWNjb3VudHMvc2RrLXB5LXRlc3RzLWFjYy0xLTE4YTQyNzhiL2NhcGFjaXR5UG9vbHMvc2RrLXB5LXRlc3RzLXBvb2wtMSJ9fQ==" }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a061d3-0718-4ce1-a0f5-952d1e16dbf5?api-version=2022-05-01", + "RequestUri": "00000000-0000-0000-0000-000000000000", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + "Accept": "00000000-0000-0000-0000-000000000000", + "Accept-Encoding": "00000000-0000-0000-0000-000000000000", + "Connection": "00000000-0000-0000-0000-000000000000", + "User-Agent": "00000000-0000-0000-0000-000000000000" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13: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": "bae5daa7-8b64-4fb2-b0d5-76c3408270c2", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135447Z:bae5daa7-8b64-4fb2-b0d5-76c3408270c2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a061d3-0718-4ce1-a0f5-952d1e16dbf5", - "name": "54a061d3-0718-4ce1-a0f5-952d1e16dbf5", - "status": "Succeeded", - "startTime": "2022-10-22T13:54:17.2979445Z", - "endTime": "2022-10-22T13:54:18.2823841Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1" - } - } + "Cache-Control": "00000000-0000-0000-0000-000000000000", + "Content-Encoding": "00000000-0000-0000-0000-000000000000", + "Content-Type": "00000000-0000-0000-0000-000000000000", + "Date": "00000000-0000-0000-0000-000000000000", + "Expires": "00000000-0000-0000-0000-000000000000", + "Pragma": "00000000-0000-0000-0000-000000000000", + "Server": "00000000-0000-0000-0000-000000000000", + "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", + "Transfer-Encoding": "00000000-0000-0000-0000-000000000000", + "Vary": "00000000-0000-0000-0000-000000000000", + "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", + "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", + "x-ms-ratelimit-remaining-subscription-reads": "00000000-0000-0000-0000-000000000000", + "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", + "X-Powered-By": "00000000-0000-0000-0000-000000000000" + }, + "ResponseBody": "eyJpZCI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzVlYzRmZTQwLTU1YmYtNGE1NC05YmRlLTEzNTFmMmViZjYxNiIsIm5hbWUiOiI1ZWM0ZmU0MC01NWJmLTRhNTQtOWJkZS0xMzUxZjJlYmY2MTYiLCJzdGF0dXMiOiJTdWNjZWVkZWQiLCJzdGFydFRpbWUiOiIyMDIyLTEwLTIzVDIwOjMwOjA4LjQ1NjM3OTJaIiwiZW5kVGltZSI6IjIwMjItMTAtMjNUMjA6MzA6MDkuMTgwNDhaIiwicGVyY2VudENvbXBsZXRlIjoxMDAuMCwicHJvcGVydGllcyI6eyJyZXNvdXJjZU5hbWUiOiIvc3Vic2NyaXB0aW9ucy8wMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvcmVzb3VyY2VHcm91cHMvc2RrLXB5dGhvbi10ZXN0cy1yZy10bXAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXRBcHAvbmV0QXBwQWNjb3VudHMvc2RrLXB5LXRlc3RzLWFjYy0xLTE4YTQyNzhiL2NhcGFjaXR5UG9vbHMvc2RrLXB5LXRlc3RzLXBvb2wtMSJ9fQ==" }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a061d3-0718-4ce1-a0f5-952d1e16dbf5?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "00000000-0000-0000-0000-000000000000", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + "Accept": "00000000-0000-0000-0000-000000000000", + "Accept-Encoding": "00000000-0000-0000-0000-000000000000", + "Connection": "00000000-0000-0000-0000-000000000000", + "User-Agent": "00000000-0000-0000-0000-000000000000" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13: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": "0d425595-507b-40cf-9a7b-89f7281bd4d1", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135448Z:0d425595-507b-40cf-9a7b-89f7281bd4d1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", - "name": "sdk-py-tests-acc-1-18a4278b/sdk-py-tests-pool-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T13%3A54%3A17.3048415Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-22T13:54:02.7712604Z" - }, - "properties": { - "poolId": "4f12e8d6-5930-1639-6c1a-e312c0342192", - "serviceLevel": "Premium", - "size": 4398046511104, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", - "qosType": "Auto", - "totalThroughputMibps": 256.0, - "utilizedThroughputMibps": 0.0, - "encryptionType": "Single", - "coolAccess": false, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-22T13:54:03.9392311Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:54:03.9392311Z" - } - } + "Cache-Control": "00000000-0000-0000-0000-000000000000", + "Content-Encoding": "00000000-0000-0000-0000-000000000000", + "Content-Type": "00000000-0000-0000-0000-000000000000", + "Date": "00000000-0000-0000-0000-000000000000", + "Expires": "00000000-0000-0000-0000-000000000000", + "Pragma": "00000000-0000-0000-0000-000000000000", + "Server": "00000000-0000-0000-0000-000000000000", + "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", + "Transfer-Encoding": "00000000-0000-0000-0000-000000000000", + "Vary": "00000000-0000-0000-0000-000000000000", + "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", + "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", + "x-ms-ratelimit-remaining-subscription-reads": "00000000-0000-0000-0000-000000000000", + "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", + "X-Powered-By": "00000000-0000-0000-0000-000000000000" + }, + "ResponseBody": "eyJpZCI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9yZXNvdXJjZUdyb3Vwcy9zZGstcHl0aG9uLXRlc3RzLXJnLXRtcC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9uZXRBcHBBY2NvdW50cy9zZGstcHktdGVzdHMtYWNjLTEtMThhNDI3OGIvY2FwYWNpdHlQb29scy9zZGstcHktdGVzdHMtcG9vbC0xIiwibmFtZSI6InNkay1weS10ZXN0cy1hY2MtMS0xOGE0Mjc4Yi9zZGstcHktdGVzdHMtcG9vbC0xIiwidHlwZSI6Ik1pY3Jvc29mdC5OZXRBcHAvbmV0QXBwQWNjb3VudHMvY2FwYWNpdHlQb29scyIsImV0YWciOiJXL1wiZGF0ZXRpbWUnMjAyMi0xMC0yM1QyMCUzQTMwJTNBMDguNDU1NDYyNVonXCIiLCJsb2NhdGlvbiI6Indlc3R1czIiLCJ0YWdzIjp7IkNyZWF0ZWRPbkRhdGUiOiIyMDIyLTEwLTIzVDIwOjI5OjU0LjQ4MDc3MjRaIn0sInByb3BlcnRpZXMiOnsicG9vbElkIjoiODlkOGEwMGMtYjcwOS1kNjczLWE0YzUtMGZjZTcwODhhZTc5Iiwic2VydmljZUxldmVsIjoiUHJlbWl1bSIsInNpemUiOjQzOTgwNDY1MTExMDQsInZlbmRvcklEIjoiL3N1YnNjcmlwdGlvbnMvMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwL3Jlc291cmNlR3JvdXBzL3Nkay1weXRob24tdGVzdHMtcmctdG1wL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0QXBwL25ldEFwcEFjY291bnRzL3Nkay1weS10ZXN0cy1hY2MtMS0xOGE0Mjc4Yi9jYXBhY2l0eVBvb2xzL3Nkay1weS10ZXN0cy1wb29sLTEiLCJxb3NUeXBlIjoiQXV0byIsInRvdGFsVGhyb3VnaHB1dE1pYnBzIjoyNTYuMCwidXRpbGl6ZWRUaHJvdWdocHV0TWlicHMiOjAuMCwiZW5jcnlwdGlvblR5cGUiOiJTaW5nbGUiLCJjb29sQWNjZXNzIjpmYWxzZSwicHJvdmlzaW9uaW5nU3RhdGUiOiJEZWxldGluZyJ9LCJzeXN0ZW1EYXRhIjp7ImNyZWF0ZWRCeSI6IjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIsImNyZWF0ZWRCeVR5cGUiOiJBcHBsaWNhdGlvbiIsImNyZWF0ZWRBdCI6IjIwMjItMTAtMjNUMjA6Mjk6NTUuNjAyNjUyM1oiLCJsYXN0TW9kaWZpZWRCeSI6IjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIsImxhc3RNb2RpZmllZEJ5VHlwZSI6IkFwcGxpY2F0aW9uIiwibGFzdE1vZGlmaWVkQXQiOiIyMDIyLTEwLTIzVDIwOjI5OjU1LjYwMjY1MjNaIn19" }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestUri": "00000000-0000-0000-0000-000000000000", "RequestMethod": "DELETE", "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + "Accept": "00000000-0000-0000-0000-000000000000", + "Accept-Encoding": "00000000-0000-0000-0000-000000000000", + "Connection": "00000000-0000-0000-0000-000000000000", + "Content-Length": "00000000-0000-0000-0000-000000000000", + "User-Agent": "00000000-0000-0000-0000-000000000000" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 13:54:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ba0aadc-50dc-451f-8275-8b73bb30f391", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135458Z:4ba0aadc-50dc-451f-8275-8b73bb30f391" + "Cache-Control": "00000000-0000-0000-0000-000000000000", + "Date": "00000000-0000-0000-0000-000000000000", + "Expires": "00000000-0000-0000-0000-000000000000", + "Pragma": "00000000-0000-0000-0000-000000000000", + "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", + "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", + "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", + "x-ms-ratelimit-remaining-subscription-deletes": "00000000-0000-0000-0000-000000000000", + "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestUri": "00000000-0000-0000-0000-000000000000", "RequestMethod": "DELETE", "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + "Accept": "00000000-0000-0000-0000-000000000000", + "Accept-Encoding": "00000000-0000-0000-0000-000000000000", + "Connection": "00000000-0000-0000-0000-000000000000", + "Content-Length": "00000000-0000-0000-0000-000000000000", + "User-Agent": "00000000-0000-0000-0000-000000000000" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 13: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": "975e47b8-e21d-4edd-bcc5-c3cfa14b14d9", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135508Z:975e47b8-e21d-4edd-bcc5-c3cfa14b14d9" + "Cache-Control": "00000000-0000-0000-0000-000000000000", + "Date": "00000000-0000-0000-0000-000000000000", + "Expires": "00000000-0000-0000-0000-000000000000", + "Pragma": "00000000-0000-0000-0000-000000000000", + "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", + "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", + "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", + "x-ms-ratelimit-remaining-subscription-deletes": "00000000-0000-0000-0000-000000000000", + "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestUri": "00000000-0000-0000-0000-000000000000", "RequestMethod": "DELETE", "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + "Accept": "00000000-0000-0000-0000-000000000000", + "Accept-Encoding": "00000000-0000-0000-0000-000000000000", + "Connection": "00000000-0000-0000-0000-000000000000", + "Content-Length": "00000000-0000-0000-0000-000000000000", + "User-Agent": "00000000-0000-0000-0000-000000000000" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 13:55:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a02a6e3b-bc48-4349-aade-67304b94160c", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135519Z:a02a6e3b-bc48-4349-aade-67304b94160c" + "Cache-Control": "00000000-0000-0000-0000-000000000000", + "Date": "00000000-0000-0000-0000-000000000000", + "Expires": "00000000-0000-0000-0000-000000000000", + "Pragma": "00000000-0000-0000-0000-000000000000", + "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", + "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", + "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", + "x-ms-ratelimit-remaining-subscription-deletes": "00000000-0000-0000-0000-000000000000", + "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestUri": "00000000-0000-0000-0000-000000000000", "RequestMethod": "DELETE", "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + "Accept": "00000000-0000-0000-0000-000000000000", + "Accept-Encoding": "00000000-0000-0000-0000-000000000000", + "Connection": "00000000-0000-0000-0000-000000000000", + "Content-Length": "00000000-0000-0000-0000-000000000000", + "User-Agent": "00000000-0000-0000-0000-000000000000" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 13:55:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fc5613e7-eceb-4bed-9700-a6eca191b614", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135529Z:fc5613e7-eceb-4bed-9700-a6eca191b614" + "Cache-Control": "00000000-0000-0000-0000-000000000000", + "Date": "00000000-0000-0000-0000-000000000000", + "Expires": "00000000-0000-0000-0000-000000000000", + "Pragma": "00000000-0000-0000-0000-000000000000", + "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", + "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", + "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", + "x-ms-ratelimit-remaining-subscription-deletes": "00000000-0000-0000-0000-000000000000", + "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestUri": "00000000-0000-0000-0000-000000000000", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + "Accept": "00000000-0000-0000-0000-000000000000", + "Accept-Encoding": "00000000-0000-0000-0000-000000000000", + "Connection": "00000000-0000-0000-0000-000000000000", + "User-Agent": "00000000-0000-0000-0000-000000000000" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { - "Cache-Control": "no-cache", + "Cache-Control": "00000000-0000-0000-0000-000000000000", "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13: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": "1090e498-43aa-47f5-abd8-d86fed17c62d", - "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135539Z:1090e498-43aa-47f5-abd8-d86fed17c62d" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" - } - } + "Content-Type": "00000000-0000-0000-0000-000000000000", + "Date": "00000000-0000-0000-0000-000000000000", + "Expires": "00000000-0000-0000-0000-000000000000", + "Pragma": "00000000-0000-0000-0000-000000000000", + "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", + "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", + "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", + "x-ms-failure-cause": "00000000-0000-0000-0000-000000000000", + "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000" + }, + "ResponseBody": "eyJlcnJvciI6eyJjb2RlIjoiUmVzb3VyY2VOb3RGb3VuZCIsIm1lc3NhZ2UiOiJUaGUgUmVzb3VyY2UgJ01pY3Jvc29mdC5OZXRBcHAvbmV0QXBwQWNjb3VudHMvc2RrLXB5LXRlc3RzLWFjYy0xLTE4YTQyNzhiL2NhcGFjaXR5UG9vbHMvc2RrLXB5LXRlc3RzLXBvb2wtMScgdW5kZXIgcmVzb3VyY2UgZ3JvdXAgJ3Nkay1weXRob24tdGVzdHMtcmctdG1wJyB3YXMgbm90IGZvdW5kLiBGb3IgbW9yZSBkZXRhaWxzIHBsZWFzZSBnbyB0byBodHRwczovL2FrYS5tcy9BUk1SZXNvdXJjZU5vdEZvdW5kRml4In19" }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools?api-version=2022-05-01", + "RequestUri": "00000000-0000-0000-0000-000000000000", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + "Accept": "00000000-0000-0000-0000-000000000000", + "Accept-Encoding": "00000000-0000-0000-0000-000000000000", + "Connection": "00000000-0000-0000-0000-000000000000", + "User-Agent": "00000000-0000-0000-0000-000000000000" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:55: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": "1273b791-8a65-4948-a809-79a0efbd10ac", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135540Z:1273b791-8a65-4948-a809-79a0efbd10ac", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [] - } + "Cache-Control": "00000000-0000-0000-0000-000000000000", + "Content-Encoding": "00000000-0000-0000-0000-000000000000", + "Content-Type": "00000000-0000-0000-0000-000000000000", + "Date": "00000000-0000-0000-0000-000000000000", + "Expires": "00000000-0000-0000-0000-000000000000", + "Pragma": "00000000-0000-0000-0000-000000000000", + "Server": "00000000-0000-0000-0000-000000000000", + "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", + "Transfer-Encoding": "00000000-0000-0000-0000-000000000000", + "Vary": "00000000-0000-0000-0000-000000000000", + "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", + "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", + "x-ms-ratelimit-remaining-subscription-reads": "00000000-0000-0000-0000-000000000000", + "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", + "X-Powered-By": "00000000-0000-0000-0000-000000000000" + }, + "ResponseBody": "eyJ2YWx1ZSI6W119" }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b?api-version=2022-05-01", + "RequestUri": "00000000-0000-0000-0000-000000000000", "RequestMethod": "DELETE", "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + "Accept": "00000000-0000-0000-0000-000000000000", + "Accept-Encoding": "00000000-0000-0000-0000-000000000000", + "Connection": "00000000-0000-0000-0000-000000000000", + "Content-Length": "00000000-0000-0000-0000-000000000000", + "User-Agent": "00000000-0000-0000-0000-000000000000" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb2d840a-d2ef-4af2-86a6-da2f7a517ca1?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 13:55:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb2d840a-d2ef-4af2-86a6-da2f7a517ca1?api-version=2022-05-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": "49ef2f34-c280-49b9-b5ee-e3cd238b222a", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135541Z:49ef2f34-c280-49b9-b5ee-e3cd238b222a", - "X-Powered-By": "ASP.NET" + "Azure-AsyncOperation": "00000000-0000-0000-0000-000000000000", + "Cache-Control": "00000000-0000-0000-0000-000000000000", + "Content-Length": "00000000-0000-0000-0000-000000000000", + "Date": "00000000-0000-0000-0000-000000000000", + "Expires": "00000000-0000-0000-0000-000000000000", + "Location": "00000000-0000-0000-0000-000000000000", + "Pragma": "00000000-0000-0000-0000-000000000000", + "Server": "00000000-0000-0000-0000-000000000000", + "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", + "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", + "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", + "x-ms-ratelimit-remaining-subscription-deletes": "00000000-0000-0000-0000-000000000000", + "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", + "X-Powered-By": "00000000-0000-0000-0000-000000000000" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb2d840a-d2ef-4af2-86a6-da2f7a517ca1?api-version=2022-05-01", + "RequestUri": "00000000-0000-0000-0000-000000000000", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + "Accept": "00000000-0000-0000-0000-000000000000", + "Accept-Encoding": "00000000-0000-0000-0000-000000000000", + "Connection": "00000000-0000-0000-0000-000000000000", + "User-Agent": "00000000-0000-0000-0000-000000000000" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:55: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": "cc8b5774-b144-479b-a4d8-fcaabf455492", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135541Z:cc8b5774-b144-479b-a4d8-fcaabf455492", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb2d840a-d2ef-4af2-86a6-da2f7a517ca1", - "name": "cb2d840a-d2ef-4af2-86a6-da2f7a517ca1", - "status": "Succeeded", - "startTime": "2022-10-22T13:55:41.4676759Z", - "endTime": "2022-10-22T13:55:41.4987832Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b" - } - } + "Cache-Control": "00000000-0000-0000-0000-000000000000", + "Content-Encoding": "00000000-0000-0000-0000-000000000000", + "Content-Type": "00000000-0000-0000-0000-000000000000", + "Date": "00000000-0000-0000-0000-000000000000", + "Expires": "00000000-0000-0000-0000-000000000000", + "Pragma": "00000000-0000-0000-0000-000000000000", + "Server": "00000000-0000-0000-0000-000000000000", + "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", + "Transfer-Encoding": "00000000-0000-0000-0000-000000000000", + "Vary": "00000000-0000-0000-0000-000000000000", + "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", + "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", + "x-ms-ratelimit-remaining-subscription-reads": "00000000-0000-0000-0000-000000000000", + "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", + "X-Powered-By": "00000000-0000-0000-0000-000000000000" + }, + "ResponseBody": "eyJpZCI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzFkYzg1MWZhLWFkYTctNGFjNC1iMGI4LWE1NTVkZjJlNTZkMCIsIm5hbWUiOiIxZGM4NTFmYS1hZGE3LTRhYzQtYjBiOC1hNTU1ZGYyZTU2ZDAiLCJzdGF0dXMiOiJTdWNjZWVkZWQiLCJzdGFydFRpbWUiOiIyMDIyLTEwLTIzVDIwOjMxOjMyLjU3NzU1NzNaIiwiZW5kVGltZSI6IjIwMjItMTAtMjNUMjA6MzE6MzIuNjM5OTk1OFoiLCJwZXJjZW50Q29tcGxldGUiOjEwMC4wLCJwcm9wZXJ0aWVzIjp7InJlc291cmNlTmFtZSI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9yZXNvdXJjZUdyb3Vwcy9zZGstcHl0aG9uLXRlc3RzLXJnLXRtcC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9uZXRBcHBBY2NvdW50cy9zZGstcHktdGVzdHMtYWNjLTEtMThhNDI3OGIifX0=" }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb2d840a-d2ef-4af2-86a6-da2f7a517ca1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "00000000-0000-0000-0000-000000000000", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + "Accept": "00000000-0000-0000-0000-000000000000", + "Accept-Encoding": "00000000-0000-0000-0000-000000000000", + "Connection": "00000000-0000-0000-0000-000000000000", + "User-Agent": "00000000-0000-0000-0000-000000000000" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13: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": "0e629083-9bd4-46f6-ae9f-746d7244351a", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135542Z:0e629083-9bd4-46f6-ae9f-746d7244351a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b", - "name": "sdk-py-tests-acc-1-18a4278b", - "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A41.4667288Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-22T13:53:56.1476558Z" - }, - "properties": { - "encryption": { - "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Deleting" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-22T13:53:59.2162542Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:53:59.2162542Z" - } - } + "Cache-Control": "00000000-0000-0000-0000-000000000000", + "Content-Encoding": "00000000-0000-0000-0000-000000000000", + "Content-Type": "00000000-0000-0000-0000-000000000000", + "Date": "00000000-0000-0000-0000-000000000000", + "Expires": "00000000-0000-0000-0000-000000000000", + "Pragma": "00000000-0000-0000-0000-000000000000", + "Server": "00000000-0000-0000-0000-000000000000", + "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", + "Transfer-Encoding": "00000000-0000-0000-0000-000000000000", + "Vary": "00000000-0000-0000-0000-000000000000", + "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", + "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", + "x-ms-ratelimit-remaining-subscription-reads": "00000000-0000-0000-0000-000000000000", + "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", + "X-Powered-By": "00000000-0000-0000-0000-000000000000" + }, + "ResponseBody": "eyJpZCI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9yZXNvdXJjZUdyb3Vwcy9zZGstcHl0aG9uLXRlc3RzLXJnLXRtcC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9uZXRBcHBBY2NvdW50cy9zZGstcHktdGVzdHMtYWNjLTEtMThhNDI3OGIiLCJuYW1lIjoic2RrLXB5LXRlc3RzLWFjYy0xLTE4YTQyNzhiIiwidHlwZSI6Ik1pY3Jvc29mdC5OZXRBcHAvbmV0QXBwQWNjb3VudHMiLCJldGFnIjoiVy9cImRhdGV0aW1lJzIwMjItMTAtMjNUMjAlM0EzMSUzQTMyLjU3ODU0MjJaJ1wiIiwibG9jYXRpb24iOiJ3ZXN0dXMyIiwidGFncyI6eyJDcmVhdGVkT25EYXRlIjoiMjAyMi0xMC0yM1QyMDoyOTo0Ny43NTA2MDk2WiJ9LCJwcm9wZXJ0aWVzIjp7ImVuY3J5cHRpb24iOnsia2V5U291cmNlIjoiTWljcm9zb2Z0Lk5ldEFwcCJ9LCJwcm92aXNpb25pbmdTdGF0ZSI6IkRlbGV0aW5nIn0sInN5c3RlbURhdGEiOnsiY3JlYXRlZEJ5IjoiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIiwiY3JlYXRlZEJ5VHlwZSI6IkFwcGxpY2F0aW9uIiwiY3JlYXRlZEF0IjoiMjAyMi0xMC0yM1QyMDoyOTo1MC4yNTUwMTU5WiIsImxhc3RNb2RpZmllZEJ5IjoiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIiwibGFzdE1vZGlmaWVkQnlUeXBlIjoiQXBwbGljYXRpb24iLCJsYXN0TW9kaWZpZWRBdCI6IjIwMjItMTAtMjNUMjA6Mjk6NTAuMjU1MDE1OVoifX0=" }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b?api-version=2022-05-01", + "RequestUri": "00000000-0000-0000-0000-000000000000", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + "Accept": "00000000-0000-0000-0000-000000000000", + "Accept-Encoding": "00000000-0000-0000-0000-000000000000", + "Connection": "00000000-0000-0000-0000-000000000000", + "User-Agent": "00000000-0000-0000-0000-000000000000" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { - "Cache-Control": "no-cache", + "Cache-Control": "00000000-0000-0000-0000-000000000000", "Content-Length": "255", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:55: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": "5df3604a-0533-47d4-b4a6-8b936b6d7bc1", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135542Z:5df3604a-0533-47d4-b4a6-8b936b6d7bc1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b\u0027 is not found." - } - } + "Content-Type": "00000000-0000-0000-0000-000000000000", + "Date": "00000000-0000-0000-0000-000000000000", + "Expires": "00000000-0000-0000-0000-000000000000", + "Pragma": "00000000-0000-0000-0000-000000000000", + "Server": "00000000-0000-0000-0000-000000000000", + "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", + "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", + "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", + "x-ms-ratelimit-remaining-subscription-reads": "00000000-0000-0000-0000-000000000000", + "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", + "X-Powered-By": "00000000-0000-0000-0000-000000000000" + }, + "ResponseBody": "eyJlcnJvciI6eyJjb2RlIjoiUmVzb3VyY2VOb3RGb3VuZCIsIm1lc3NhZ2UiOiJUaGUgcmVzb3VyY2Ugd2l0aCBpZGVudGlmaWVyICcvc3Vic2NyaXB0aW9ucy8wMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvcmVzb3VyY2VHcm91cHMvc2RrLXB5dGhvbi10ZXN0cy1yZy10bXAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXRBcHAvbmV0QXBwQWNjb3VudHMvc2RrLXB5LXRlc3RzLWFjYy0xLTE4YTQyNzhiJyBpcyBub3QgZm91bmQuIn19" } ], "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 index 0a5c06e5ed4e..606bcaaf66e1 100644 --- 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:31:16 GMT", + "Date": "Sun, 23 Oct 2022 21:59:22 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.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:31:16 GMT", + "Date": "Sun, 23 Oct 2022 21:59:23 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "58143819-b601-44f6-a0cc-2696659d1ac5", + "client-request-id": "a71b78ed-9f97-4729-8477-45d6e2c7914b", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "58143819-b601-44f6-a0cc-2696659d1ac5", + "client-request-id": "a71b78ed-9f97-4729-8477-45d6e2c7914b", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:31:16 GMT", + "Date": "Sun, 23 Oct 2022 21:59:23 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -233,14 +233,14 @@ } } }, - "StatusCode": 201, + "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/530727c1-68e5-4a6c-8d4c-280cf3e946f4?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c97d58f8-33fd-4cf4-bc95-d1f320e40f60?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "750", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:31:21 GMT", + "Date": "Sun, 23 Oct 2022 21:59:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -249,20 +249,22 @@ "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d98d518d-35cc-49a0-8d2f-29abd7f7b66b", - "x-ms-correlation-request-id": "f965602a-1937-4881-9a92-b619a33797a4", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163122Z:f965602a-1937-4881-9a92-b619a33797a4" + "x-ms-arm-service-request-id": "7b63ca7a-59f3-4114-98f2-86527dd93f8d", + "x-ms-correlation-request-id": "bf7978c1-019a-4b20-a3fa-ab5fbb445c6d", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T215930Z:bf7978c1-019a-4b20-a3fa-ab5fbb445c6d" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-dde5273b", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b", - "etag": "W/\u0022bb3ce630-d4fd-4981-a53b-b8de59acc112\u0022", + "etag": "W/\u0022e689405a-83e7-44ad-a620-320a80577c30\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:31:18.6308881Z" + "CreatedOnDate": "2022-10-23T21:59:26.5231700Z" }, "properties": { "provisioningState": "Updating", @@ -279,43 +281,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/530727c1-68e5-4a6c-8d4c-280cf3e946f4?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:31:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "47166e93-c944-4f5d-9f43-987e505776fc", - "x-ms-correlation-request-id": "4885db52-7b11-403a-bc4e-3c7c0fceb2ac", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163123Z:4885db52-7b11-403a-bc4e-3c7c0fceb2ac" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/530727c1-68e5-4a6c-8d4c-280cf3e946f4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c97d58f8-33fd-4cf4-bc95-d1f320e40f60?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -329,7 +295,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:31:33 GMT", + "Date": "Sun, 23 Oct 2022 21:59:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,10 +306,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "42ca8b3b-688f-43d9-8327-d6e24e40ba12", - "x-ms-correlation-request-id": "627f1ab4-bd5a-44fa-a220-c9451b4d5410", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163133Z:627f1ab4-bd5a-44fa-a220-c9451b4d5410" + "x-ms-arm-service-request-id": "dfd33cd9-a59c-434f-abb2-80af1ad0b5e1", + "x-ms-correlation-request-id": "10b7bc6b-5961-4918-8a3a-5c4726a2ea97", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T215931Z:10b7bc6b-5961-4918-8a3a-5c4726a2ea97" }, "ResponseBody": { "status": "Succeeded" @@ -364,8 +330,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:31:33 GMT", - "ETag": "W/\u0022efd52858-4926-485b-91a3-a56b70d8e025\u0022", + "Date": "Sun, 23 Oct 2022 21:59:30 GMT", + "ETag": "W/\u00220d78313f-1e42-433f-bf1d-66c70e0b2d53\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -376,19 +342,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "21fd0399-d972-4aa9-966c-606e84bdbe14", - "x-ms-correlation-request-id": "3e310954-8adb-453f-a3a6-d404a40faafe", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163133Z:3e310954-8adb-453f-a3a6-d404a40faafe" + "x-ms-arm-service-request-id": "72c56b10-c768-49c9-a6ec-c4e996b386ba", + "x-ms-correlation-request-id": "49366379-c999-4dd8-b313-1a0f695c1eda", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T215931Z:49366379-c999-4dd8-b313-1a0f695c1eda" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-dde5273b", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b", - "etag": "W/\u0022efd52858-4926-485b-91a3-a56b70d8e025\u0022", + "etag": "W/\u00220d78313f-1e42-433f-bf1d-66c70e0b2d53\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:31:18.6308881Z" + "CreatedOnDate": "2022-10-23T21:59:26.5231700Z" }, "properties": { "provisioningState": "Succeeded", @@ -431,11 +397,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/42ac388a-bd8f-4d1c-ab83-cb7b6c85ef5c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6e58fbb5-c958-4b53-9e68-18c2836e7fc0?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:31:34 GMT", + "Date": "Sun, 23 Oct 2022 21:59:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -445,15 +411,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ff1ae181-4d38-411e-8de9-91a9597c2697", - "x-ms-correlation-request-id": "29ded75c-8b32-4916-8dbb-acd9d53bf6f8", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163134Z:29ded75c-8b32-4916-8dbb-acd9d53bf6f8" + "x-ms-arm-service-request-id": "9b3357fa-5f76-4766-9206-5393e9d025a2", + "x-ms-correlation-request-id": "540555da-9852-4b87-822f-4aeabb2ff55e", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T215932Z:540555da-9852-4b87-822f-4aeabb2ff55e" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default", - "etag": "W/\u002281ba0f83-8a81-4f30-805e-213d499f9fdd\u0022", + "etag": "W/\u00224ff41a6f-5c4a-4380-8608-dcc50de4a5b2\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -461,7 +427,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002281ba0f83-8a81-4f30-805e-213d499f9fdd\u0022", + "etag": "W/\u00224ff41a6f-5c4a-4380-8608-dcc50de4a5b2\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -481,7 +447,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/42ac388a-bd8f-4d1c-ab83-cb7b6c85ef5c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6e58fbb5-c958-4b53-9e68-18c2836e7fc0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -495,7 +461,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:31:34 GMT", + "Date": "Sun, 23 Oct 2022 21:59:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,10 +472,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c463cc5b-ebc6-4a73-86e4-2f1a567ada90", - "x-ms-correlation-request-id": "3c8ebee0-841e-4029-947b-41335c8de2a7", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163134Z:3c8ebee0-841e-4029-947b-41335c8de2a7" + "x-ms-arm-service-request-id": "0375778e-64c9-4d58-958d-12fdcc5b45e2", + "x-ms-correlation-request-id": "b6390952-4f13-48c4-a958-c8807a9f9b47", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T215933Z:b6390952-4f13-48c4-a958-c8807a9f9b47" }, "ResponseBody": { "status": "Succeeded" @@ -530,8 +496,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:31:35 GMT", - "ETag": "W/\u002228d08bb9-95a7-423b-9c14-ac516084852a\u0022", + "Date": "Sun, 23 Oct 2022 21:59:33 GMT", + "ETag": "W/\u0022d371c406-3454-4c98-a3c1-88ddf386e4c3\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -542,15 +508,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "78719be0-74c6-47e7-85cd-ab184ec5aa2a", - "x-ms-correlation-request-id": "808f6870-5cf7-49bb-996b-6a4190a6bc7c", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163135Z:808f6870-5cf7-49bb-996b-6a4190a6bc7c" + "x-ms-arm-service-request-id": "8184bf88-719c-4ae5-92b1-088af99eb665", + "x-ms-correlation-request-id": "3fe79b42-ab53-4ecd-8503-8dc25d5d5443", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T215933Z:3fe79b42-ab53-4ecd-8503-8dc25d5d5443" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default", - "etag": "W/\u002228d08bb9-95a7-423b-9c14-ac516084852a\u0022", + "etag": "W/\u0022d371c406-3454-4c98-a3c1-88ddf386e4c3\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -558,7 +524,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002228d08bb9-95a7-423b-9c14-ac516084852a\u0022", + "etag": "W/\u0022d371c406-3454-4c98-a3c1-88ddf386e4c3\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -594,7 +560,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:31:34 GMT", + "Date": "Sun, 23 Oct 2022 21:59:32 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -688,7 +654,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:31:34 GMT", + "Date": "Sun, 23 Oct 2022 21:59:33 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -749,7 +715,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "6cd1fe71-8bbd-4c31-87ca-8e6c69d26418", + "client-request-id": "c159b43a-4604-4042-927c-d08fc5e84c24", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -767,10 +733,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "6cd1fe71-8bbd-4c31-87ca-8e6c69d26418", + "client-request-id": "c159b43a-4604-4042-927c-d08fc5e84c24", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:31:34 GMT", + "Date": "Sun, 23 Oct 2022 21:59:33 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -778,7 +744,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -805,30 +771,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37ea2b6d-4555-4c7b-b3d1-0bde902d41c6?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1f3879bc-bb36-4580-a7e6-55efcb1bbd3e?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "704", + "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:31:38 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T16%3A31%3A37.7462531Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 21:59:37 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T21%3A59%3A37.2814183Z\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": "2e292a03-b86e-4507-8652-62d22652eca8", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163139Z:2e292a03-b86e-4507-8652-62d22652eca8", + "x-ms-correlation-request-id": "06660569-3a8d-4edd-985e-6b62ce98d4c5", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T215938Z:06660569-3a8d-4edd-985e-6b62ce98d4c5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b", "name": "sdk-py-tests-acc-1-dde5273b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T16%3A31%3A37.7462531Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T21%3A59%3A37.2814183Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:31:36.7057899Z" + "CreatedOnDate": "2022-10-23T21:59:35.1919313Z" }, "properties": { "provisioningState": "Creating" @@ -836,15 +802,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T16:31:37.549682Z", + "createdAt": "2022-10-23T21:59:36.3447459Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T16:31:37.549682Z" + "lastModifiedAt": "2022-10-23T21:59:36.3447459Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37ea2b6d-4555-4c7b-b3d1-0bde902d41c6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1f3879bc-bb36-4580-a7e6-55efcb1bbd3e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -858,7 +824,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:31:39 GMT", + "Date": "Sun, 23 Oct 2022 21:59:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -866,17 +832,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5bcc3dd-3efa-48a0-91fd-92e6c7199b27", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163139Z:d5bcc3dd-3efa-48a0-91fd-92e6c7199b27", + "x-ms-correlation-request-id": "2d20ace7-f0e5-4c81-9f92-4b5b09dbb00e", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T215938Z:2d20ace7-f0e5-4c81-9f92-4b5b09dbb00e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37ea2b6d-4555-4c7b-b3d1-0bde902d41c6", - "name": "37ea2b6d-4555-4c7b-b3d1-0bde902d41c6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1f3879bc-bb36-4580-a7e6-55efcb1bbd3e", + "name": "1f3879bc-bb36-4580-a7e6-55efcb1bbd3e", "status": "Succeeded", - "startTime": "2022-10-22T16:31:37.7418624Z", - "endTime": "2022-10-22T16:31:37.8200622Z", + "startTime": "2022-10-23T21:59:37.2822542Z", + "endTime": "2022-10-23T21:59:37.3604604Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b" @@ -898,8 +864,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:31:39 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T16%3A31%3A37.8092634Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 21:59:38 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T21%3A59%3A37.3649482Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -907,19 +873,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b741a9d1-5655-4f64-bfd3-314f17a71d66", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163139Z:b741a9d1-5655-4f64-bfd3-314f17a71d66", + "x-ms-correlation-request-id": "a76ade05-5405-415c-90c8-7ac52b1faaab", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T215938Z:a76ade05-5405-415c-90c8-7ac52b1faaab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b", "name": "sdk-py-tests-acc-1-dde5273b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T16%3A31%3A37.8092634Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T21%3A59%3A37.3649482Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:31:36.7057899Z" + "CreatedOnDate": "2022-10-23T21:59:35.1919313Z" }, "properties": { "activeDirectories": [ @@ -948,10 +914,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T16:31:37.549682Z", + "createdAt": "2022-10-23T21:59:36.3447459Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T16:31:37.549682Z" + "lastModifiedAt": "2022-10-23T21:59:36.3447459Z" } } }, @@ -977,30 +943,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7a19fab1-299f-475c-96a1-0d54258b43f0?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1edc9c5b-e8e7-4b6c-b8e8-20f2897fe0a9?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:31:42 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T16%3A31%3A41.5211047Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 21:59:40 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T21%3A59%3A40.5985234Z\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": "8c0b37cb-dc66-4c35-96da-363650daabf2", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163142Z:8c0b37cb-dc66-4c35-96da-363650daabf2", + "x-ms-correlation-request-id": "77c62541-9afc-4a68-a422-25fba66ff8fb", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T215941Z:77c62541-9afc-4a68-a422-25fba66ff8fb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T16%3A31%3A41.5211047Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T21%3A59%3A40.5985234Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:31:40.2441656Z" + "CreatedOnDate": "2022-10-23T21:59:39.2690751Z" }, "properties": { "serviceLevel": "Premium", @@ -1014,55 +980,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T16:31:41.2405303Z", + "createdAt": "2022-10-23T21:59:40.3789302Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T16:31:41.2405303Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7a19fab1-299f-475c-96a1-0d54258b43f0?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16: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": "7ce77b2e-cb50-4f85-8f76-deae44257edd", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163142Z:7ce77b2e-cb50-4f85-8f76-deae44257edd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7a19fab1-299f-475c-96a1-0d54258b43f0", - "name": "7a19fab1-299f-475c-96a1-0d54258b43f0", - "status": "Creating", - "startTime": "2022-10-22T16:31:41.5238494Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1" + "lastModifiedAt": "2022-10-23T21:59:40.3789302Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7a19fab1-299f-475c-96a1-0d54258b43f0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1edc9c5b-e8e7-4b6c-b8e8-20f2897fe0a9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1076,7 +1002,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:32:12 GMT", + "Date": "Sun, 23 Oct 2022 21:59:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1084,17 +1010,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69ad5d7c-0d8f-472b-9315-5858914c1ce9", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163212Z:69ad5d7c-0d8f-472b-9315-5858914c1ce9", + "x-ms-correlation-request-id": "6e76dd71-6a88-47c6-a13e-ab2d8ee85017", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T215941Z:6e76dd71-6a88-47c6-a13e-ab2d8ee85017", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7a19fab1-299f-475c-96a1-0d54258b43f0", - "name": "7a19fab1-299f-475c-96a1-0d54258b43f0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1edc9c5b-e8e7-4b6c-b8e8-20f2897fe0a9", + "name": "1edc9c5b-e8e7-4b6c-b8e8-20f2897fe0a9", "status": "Succeeded", - "startTime": "2022-10-22T16:31:41.5238494Z", - "endTime": "2022-10-22T16:31:42.7585861Z", + "startTime": "2022-10-23T21:59:40.6030259Z", + "endTime": "2022-10-23T21:59:41.5460917Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1" @@ -1116,8 +1042,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:32:12 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T16%3A31%3A42.7584352Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 21:59:41 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T21%3A59%3A41.551563Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1125,22 +1051,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a7b1a2c8-61c6-47c6-b725-d7eebb8ba353", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163213Z:a7b1a2c8-61c6-47c6-b725-d7eebb8ba353", + "x-ms-correlation-request-id": "533aa2d7-212b-496d-bc9f-588d043ae54d", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T215942Z:533aa2d7-212b-496d-bc9f-588d043ae54d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T16%3A31%3A42.7584352Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T21%3A59%3A41.551563Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:31:40.2441656Z" + "CreatedOnDate": "2022-10-23T21:59:39.2690751Z" }, "properties": { - "poolId": "7d1474fb-0dea-6c5b-bcab-d83bfd66043f", + "poolId": "6963cae9-f688-4b53-8e33-0e2fa3d5d969", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1153,10 +1079,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T16:31:41.2405303Z", + "createdAt": "2022-10-23T21:59:40.3789302Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T16:31:41.2405303Z" + "lastModifiedAt": "2022-10-23T21:59:40.3789302Z" } } }, @@ -1200,30 +1126,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1614", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:32:16 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T16%3A32%3A16.1584324Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 21:59:44 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T21%3A59%3A43.9965826Z\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": "41d6e2c3-4dba-43c6-a942-f09ee0c9ae9b", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163217Z:41d6e2c3-4dba-43c6-a942-f09ee0c9ae9b", + "x-ms-correlation-request-id": "66a51aaa-aba5-4605-ad8d-6ad021aa771c", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T215944Z:66a51aaa-aba5-4605-ad8d-6ad021aa771c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b", "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T16%3A32%3A16.1584324Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T21%3A59%3A43.9965826Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:32:13.8704434Z" + "CreatedOnDate": "2022-10-23T21:59:42.4710102Z" }, "properties": { "serviceLevel": "Premium", @@ -1254,15 +1180,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T16:32:15.2016072Z", + "createdAt": "2022-10-23T21:59:43.7249343Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T16:32:15.2016072Z" + "lastModifiedAt": "2022-10-23T21:59:43.7249343Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1276,7 +1202,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:32:16 GMT", + "Date": "Sun, 23 Oct 2022 21:59:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1284,16 +1210,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9261e77-1da5-4896-bdca-210e235fd4bf", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163217Z:a9261e77-1da5-4896-bdca-210e235fd4bf", + "x-ms-correlation-request-id": "50ac9240-c663-4122-939c-c5f330efe52c", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T215945Z:50ac9240-c663-4122-939c-c5f330efe52c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048", - "name": "6d9d64e2-7566-48ea-882d-9228a7583048", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414", + "name": "44557d99-f52f-4521-8520-c102ed402414", "status": "Creating", - "startTime": "2022-10-22T16:32:16.1599667Z", + "startTime": "2022-10-23T21:59:43.9924491Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1302,7 +1228,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1316,7 +1242,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:32:46 GMT", + "Date": "Sun, 23 Oct 2022 22:00:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1324,16 +1250,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2cc212b6-2735-4592-b825-02c1efd24c0e", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163247Z:2cc212b6-2735-4592-b825-02c1efd24c0e", + "x-ms-correlation-request-id": "90b66015-bbc1-4a1c-be99-baec0c9b4ea9", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220015Z:90b66015-bbc1-4a1c-be99-baec0c9b4ea9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048", - "name": "6d9d64e2-7566-48ea-882d-9228a7583048", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414", + "name": "44557d99-f52f-4521-8520-c102ed402414", "status": "Creating", - "startTime": "2022-10-22T16:32:16.1599667Z", + "startTime": "2022-10-23T21:59:43.9924491Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1342,7 +1268,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1356,7 +1282,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:33:17 GMT", + "Date": "Sun, 23 Oct 2022 22:00:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1364,16 +1290,56 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "021ea6b2-4981-4b15-8f32-82663222a136", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163317Z:021ea6b2-4981-4b15-8f32-82663222a136", + "x-ms-correlation-request-id": "b306129f-a6c8-4c87-a802-e2464b4c0dd5", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220045Z:b306129f-a6c8-4c87-a802-e2464b4c0dd5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414", + "name": "44557d99-f52f-4521-8520-c102ed402414", + "status": "Creating", + "startTime": "2022-10-23T21:59:43.9924491Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22:01: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": "1d80b1d8-a759-4eb7-a2ed-c5a2510e9080", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220115Z:1d80b1d8-a759-4eb7-a2ed-c5a2510e9080", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048", - "name": "6d9d64e2-7566-48ea-882d-9228a7583048", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414", + "name": "44557d99-f52f-4521-8520-c102ed402414", "status": "Creating", - "startTime": "2022-10-22T16:32:16.1599667Z", + "startTime": "2022-10-23T21:59:43.9924491Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1382,7 +1348,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1396,7 +1362,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:33:47 GMT", + "Date": "Sun, 23 Oct 2022 22:01:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1404,16 +1370,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d84a7ed7-7825-4721-b96e-aec0f9261306", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163348Z:d84a7ed7-7825-4721-b96e-aec0f9261306", + "x-ms-correlation-request-id": "f0a7188b-4204-4616-87bb-d5c2d6dfded4", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220146Z:f0a7188b-4204-4616-87bb-d5c2d6dfded4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048", - "name": "6d9d64e2-7566-48ea-882d-9228a7583048", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414", + "name": "44557d99-f52f-4521-8520-c102ed402414", "status": "Creating", - "startTime": "2022-10-22T16:32:16.1599667Z", + "startTime": "2022-10-23T21:59:43.9924491Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1422,7 +1388,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1436,7 +1402,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:34:17 GMT", + "Date": "Sun, 23 Oct 2022 22:02:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1444,16 +1410,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b94111b9-9a2d-41ae-bddd-1db527135f4e", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163418Z:b94111b9-9a2d-41ae-bddd-1db527135f4e", + "x-ms-correlation-request-id": "6fdbbbef-aba5-4b27-9c30-57c96f30931e", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220216Z:6fdbbbef-aba5-4b27-9c30-57c96f30931e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048", - "name": "6d9d64e2-7566-48ea-882d-9228a7583048", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414", + "name": "44557d99-f52f-4521-8520-c102ed402414", "status": "Creating", - "startTime": "2022-10-22T16:32:16.1599667Z", + "startTime": "2022-10-23T21:59:43.9924491Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1462,7 +1428,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1476,7 +1442,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:34:48 GMT", + "Date": "Sun, 23 Oct 2022 22:02:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1484,16 +1450,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "276e0e26-7186-4fae-adbc-9b684af88b67", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163448Z:276e0e26-7186-4fae-adbc-9b684af88b67", + "x-ms-correlation-request-id": "c0f44fb0-3dc6-43d7-835f-bb767dc03215", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220246Z:c0f44fb0-3dc6-43d7-835f-bb767dc03215", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048", - "name": "6d9d64e2-7566-48ea-882d-9228a7583048", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414", + "name": "44557d99-f52f-4521-8520-c102ed402414", "status": "Creating", - "startTime": "2022-10-22T16:32:16.1599667Z", + "startTime": "2022-10-23T21:59:43.9924491Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1502,7 +1468,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1516,7 +1482,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:35:18 GMT", + "Date": "Sun, 23 Oct 2022 22:03:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1524,16 +1490,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1fb42034-c546-423d-972a-b3e5fe6e17a3", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163519Z:1fb42034-c546-423d-972a-b3e5fe6e17a3", + "x-ms-correlation-request-id": "af11e0af-41d4-467e-8f0e-a13e96016bbb", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220316Z:af11e0af-41d4-467e-8f0e-a13e96016bbb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048", - "name": "6d9d64e2-7566-48ea-882d-9228a7583048", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414", + "name": "44557d99-f52f-4521-8520-c102ed402414", "status": "Creating", - "startTime": "2022-10-22T16:32:16.1599667Z", + "startTime": "2022-10-23T21:59:43.9924491Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1542,7 +1508,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1556,7 +1522,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:35:49 GMT", + "Date": "Sun, 23 Oct 2022 22:03:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1564,16 +1530,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fe456f09-9a25-4b90-b3c4-dcdb8cd0fa0d", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163549Z:fe456f09-9a25-4b90-b3c4-dcdb8cd0fa0d", + "x-ms-correlation-request-id": "cae4d734-b0d5-46ad-8b3e-6a57044748cd", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220347Z:cae4d734-b0d5-46ad-8b3e-6a57044748cd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048", - "name": "6d9d64e2-7566-48ea-882d-9228a7583048", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414", + "name": "44557d99-f52f-4521-8520-c102ed402414", "status": "Creating", - "startTime": "2022-10-22T16:32:16.1599667Z", + "startTime": "2022-10-23T21:59:43.9924491Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1582,7 +1548,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1596,7 +1562,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:36:18 GMT", + "Date": "Sun, 23 Oct 2022 22:04:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1604,16 +1570,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ba812dc-ba28-442f-8129-ac3ce659db2d", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163619Z:5ba812dc-ba28-442f-8129-ac3ce659db2d", + "x-ms-correlation-request-id": "6888bfd2-25fb-4c8c-bd3d-0c7659ef2bbe", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220417Z:6888bfd2-25fb-4c8c-bd3d-0c7659ef2bbe", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048", - "name": "6d9d64e2-7566-48ea-882d-9228a7583048", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414", + "name": "44557d99-f52f-4521-8520-c102ed402414", "status": "Creating", - "startTime": "2022-10-22T16:32:16.1599667Z", + "startTime": "2022-10-23T21:59:43.9924491Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1622,7 +1588,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1636,7 +1602,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:36:49 GMT", + "Date": "Sun, 23 Oct 2022 22:04:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1644,17 +1610,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dde644c9-4976-4135-abb6-bfd5ab7da92a", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163649Z:dde644c9-4976-4135-abb6-bfd5ab7da92a", + "x-ms-correlation-request-id": "4ef079c5-c62c-4720-9020-6d28f5c3759e", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220448Z:4ef079c5-c62c-4720-9020-6d28f5c3759e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d9d64e2-7566-48ea-882d-9228a7583048", - "name": "6d9d64e2-7566-48ea-882d-9228a7583048", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414", + "name": "44557d99-f52f-4521-8520-c102ed402414", "status": "Succeeded", - "startTime": "2022-10-22T16:32:16.1599667Z", - "endTime": "2022-10-22T16:36:49.1076743Z", + "startTime": "2022-10-23T21:59:43.9924491Z", + "endTime": "2022-10-23T22:04:20.6580085Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" @@ -1676,8 +1642,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:36:50 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T16%3A36%3A49.1032392Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 22:04:48 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T22%3A04%3A20.6486034Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1685,22 +1651,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae5c5bdd-2b39-4cf2-97c1-b6a835807dda", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163651Z:ae5c5bdd-2b39-4cf2-97c1-b6a835807dda", + "x-ms-correlation-request-id": "8b55f671-2ecd-481a-a53b-638a8dd17840", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220448Z:8b55f671-2ecd-481a-a53b-638a8dd17840", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b", "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T16%3A36%3A49.1032392Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T22%3A04%3A20.6486034Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:32:13.8704434Z" + "CreatedOnDate": "2022-10-23T21:59:42.4710102Z" }, "properties": { - "fileSystemId": "18ce9450-20f0-7c0c-3b78-3c90bbad8a40", + "fileSystemId": "6e6c8c60-4446-d1a1-813f-07efebb433f6", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-dde5273b", "usageThreshold": 107374182400, @@ -1728,7 +1694,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_b06d7f02", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_30f303be", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1743,8 +1709,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "18ce9450-20f0-7c0c-3b78-3c90bbad8a40", - "fileSystemId": "18ce9450-20f0-7c0c-3b78-3c90bbad8a40", + "mountTargetId": "6e6c8c60-4446-d1a1-813f-07efebb433f6", + "fileSystemId": "6e6c8c60-4446-d1a1-813f-07efebb433f6", "ipAddress": "10.0.0.4" } ], @@ -1764,10 +1730,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T16:32:15.2016072Z", + "createdAt": "2022-10-23T21:59:43.7249343Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T16:32:15.2016072Z" + "lastModifiedAt": "2022-10-23T21:59:43.7249343Z" } } }, @@ -1790,20 +1756,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d1fd03-0591-40aa-9f1f-b442c13335f3?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/317368d0-34ef-434e-b1da-30c27394cc04?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "544", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:36:51 GMT", + "Date": "Sun, 23 Oct 2022 22:04:49 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d1fd03-0591-40aa-9f1f-b442c13335f3?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/317368d0-34ef-434e-b1da-30c27394cc04?api-version=2022-05-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": "a8322b2d-a3aa-4c30-af4d-d46de2b314e9", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163651Z:a8322b2d-a3aa-4c30-af4d-d46de2b314e9", + "x-ms-correlation-request-id": "aa1c8fdb-4bec-4e45-84e7-3db5a4030002", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220449Z:aa1c8fdb-4bec-4e45-84e7-3db5a4030002", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1818,7 +1784,91 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d1fd03-0591-40aa-9f1f-b442c13335f3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22:04: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": "ea955f62-70cd-4bc8-8e1f-df0b1aec9fbd", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220450Z:ea955f62-70cd-4bc8-8e1f-df0b1aec9fbd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2?api-version=2022-05-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/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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/westus2/operationResults/7869634e-1e51-477a-ae65-2fbf47168da4?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "544", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22:04:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7869634e-1e51-477a-ae65-2fbf47168da4?api-version=2022-05-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": "fa3cd173-e30f-4b26-882e-2caa60accf0f", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220451Z:fa3cd173-e30f-4b26-882e-2caa60accf0f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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/providers/Microsoft.NetApp/locations/westus2/operationResults/7869634e-1e51-477a-ae65-2fbf47168da4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1832,7 +1882,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:36:51 GMT", + "Date": "Sun, 23 Oct 2022 22:04:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1840,18 +1890,58 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ae76a00-7b24-4037-b249-c621520c8d36", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163652Z:6ae76a00-7b24-4037-b249-c621520c8d36", + "x-ms-correlation-request-id": "a5aa0fe8-514c-4bc9-816c-6feff2936523", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220451Z:a5aa0fe8-514c-4bc9-816c-6feff2936523", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d1fd03-0591-40aa-9f1f-b442c13335f3", - "name": "20d1fd03-0591-40aa-9f1f-b442c13335f3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7869634e-1e51-477a-ae65-2fbf47168da4", + "name": "7869634e-1e51-477a-ae65-2fbf47168da4", "status": "Creating", - "startTime": "2022-10-22T16:36:51.5751031Z", + "startTime": "2022-10-23T22:04:51.062583Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/317368d0-34ef-434e-b1da-30c27394cc04?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22:04: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": "7e8be44b-07b1-4222-8ea8-4106e279d730", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220451Z:7e8be44b-07b1-4222-8ea8-4106e279d730", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/317368d0-34ef-434e-b1da-30c27394cc04", + "name": "317368d0-34ef-434e-b1da-30c27394cc04", + "status": "Succeeded", + "startTime": "2022-10-23T22:04:49.4219889Z", + "endTime": "2022-10-23T22:04:50.6875609Z", + "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1" } @@ -1861,34 +1951,1374 @@ "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 404, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "84", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:36:52 GMT", + "Date": "Sun, 23 Oct 2022 22:04: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": "b6dd5b58-c737-4fdd-b905-746cab026fe4", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163652Z:b6dd5b58-c737-4fdd-b905-746cab026fe4", + "x-ms-correlation-request-id": "a1c273ac-1717-4153-81af-666580f12e86", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220452Z:a1c273ac-1717-4153-81af-666580f12e86", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "error": { - "code": "NotFound", - "message": "The requested SubvolumeInfo was not found." + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22:04: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": "67cbc71c-eecd-4d58-83b7-d0c4ed2d8ba2", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220453Z:67cbc71c-eecd-4d58-83b7-d0c4ed2d8ba2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef6ac824-a566-4c5b-b105-e04d74972397?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Sun, 23 Oct 2022 22:04:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef6ac824-a566-4c5b-b105-e04d74972397?api-version=2022-05-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": "f6681d41-08c9-4fd7-932e-62bc39289b3b", + "x-ms-ratelimit-remaining-subscription-deletes": "14987", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220454Z:f6681d41-08c9-4fd7-932e-62bc39289b3b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef6ac824-a566-4c5b-b105-e04d74972397?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22: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": "bf960000-5461-4de2-9c38-9f9be726952d", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220455Z:bf960000-5461-4de2-9c38-9f9be726952d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef6ac824-a566-4c5b-b105-e04d74972397", + "name": "ef6ac824-a566-4c5b-b105-e04d74972397", + "status": "Deleting", + "startTime": "2022-10-23T22:04:54.7063914Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7869634e-1e51-477a-ae65-2fbf47168da4?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22:05: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": "ee10bb2b-1e75-450b-8842-e6fe4f8f5914", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220521Z:ee10bb2b-1e75-450b-8842-e6fe4f8f5914", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7869634e-1e51-477a-ae65-2fbf47168da4", + "name": "7869634e-1e51-477a-ae65-2fbf47168da4", + "status": "Succeeded", + "startTime": "2022-10-23T22:04:51.062583Z", + "endTime": "2022-10-23T22:04:51.8438261Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22:05: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": "ed684b55-8a7e-4869-865c-1df77d3b2204", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220522Z:ed684b55-8a7e-4869-865c-1df77d3b2204", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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/westus2/operationResults/ef6ac824-a566-4c5b-b105-e04d74972397?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22:05: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": "2ec2a26c-22c7-4adc-816b-e3b08564ee17", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220525Z:2ec2a26c-22c7-4adc-816b-e3b08564ee17", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef6ac824-a566-4c5b-b105-e04d74972397", + "name": "ef6ac824-a566-4c5b-b105-e04d74972397", + "status": "Succeeded", + "startTime": "2022-10-23T22:04:54.7063914Z", + "endTime": "2022-10-23T22:04:55.3314163Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22:05: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": "fbb2d35d-c1e7-40b7-a0ce-b51a2333d98d", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220525Z:fbb2d35d-c1e7-40b7-a0ce-b51a2333d98d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2ad10d62-3867-498f-bedf-4961cf097cde?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Sun, 23 Oct 2022 22:05:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2ad10d62-3867-498f-bedf-4961cf097cde?api-version=2022-05-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": "e054ffa9-ad12-46c1-8d34-0c509caf1df8", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220527Z:e054ffa9-ad12-46c1-8d34-0c509caf1df8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2ad10d62-3867-498f-bedf-4961cf097cde?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22: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": "a2e31f4e-2fa1-422b-96ec-41ffaa71f10c", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220527Z:a2e31f4e-2fa1-422b-96ec-41ffaa71f10c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2ad10d62-3867-498f-bedf-4961cf097cde", + "name": "2ad10d62-3867-498f-bedf-4961cf097cde", + "status": "Deleting", + "startTime": "2022-10-23T22:05:27.0609944Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2ad10d62-3867-498f-bedf-4961cf097cde?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22:05: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": "7b64b4d7-05cf-4d15-a45c-eb80e3ff051c", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220557Z:7b64b4d7-05cf-4d15-a45c-eb80e3ff051c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2ad10d62-3867-498f-bedf-4961cf097cde", + "name": "2ad10d62-3867-498f-bedf-4961cf097cde", + "status": "Succeeded", + "startTime": "2022-10-23T22:05:27.0609944Z", + "endTime": "2022-10-23T22:05:27.560979Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22:05: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": "647bb9a8-d2ab-466d-8a08-87d9ecd2dd67", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220558Z:647bb9a8-d2ab-466d-8a08-87d9ecd2dd67", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Sun, 23 Oct 2022 22:05:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23?api-version=2022-05-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": "1760d6b9-dd92-4341-9c90-3125359fa1b3", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220558Z:1760d6b9-dd92-4341-9c90-3125359fa1b3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22:05: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": "dab1968c-9a20-4782-aa94-398f594a665f", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220559Z:dab1968c-9a20-4782-aa94-398f594a665f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23", + "name": "09c585fa-3214-45b2-be8d-5e9197675b23", + "status": "Deleting", + "startTime": "2022-10-23T22:05:58.7078304Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22: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": "00194728-69e3-4fd5-8d04-50cf73118730", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220629Z:00194728-69e3-4fd5-8d04-50cf73118730", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23", + "name": "09c585fa-3214-45b2-be8d-5e9197675b23", + "status": "Deleting", + "startTime": "2022-10-23T22:05:58.7078304Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22: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": "5f825197-6c8f-4dbe-9c43-51c8444dd81e", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220659Z:5f825197-6c8f-4dbe-9c43-51c8444dd81e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23", + "name": "09c585fa-3214-45b2-be8d-5e9197675b23", + "status": "Deleting", + "startTime": "2022-10-23T22:05:58.7078304Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22: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": "d892f240-af34-4d5b-8334-b48d340e6e6d", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220729Z:d892f240-af34-4d5b-8334-b48d340e6e6d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23", + "name": "09c585fa-3214-45b2-be8d-5e9197675b23", + "status": "Deleting", + "startTime": "2022-10-23T22:05:58.7078304Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22: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": "69938b9f-c564-4b4a-90f8-95a10082b72f", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220800Z:69938b9f-c564-4b4a-90f8-95a10082b72f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23", + "name": "09c585fa-3214-45b2-be8d-5e9197675b23", + "status": "Deleting", + "startTime": "2022-10-23T22:05:58.7078304Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22: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": "63c66780-dcc5-4d5f-bd51-a94c21b04b85", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220830Z:63c66780-dcc5-4d5f-bd51-a94c21b04b85", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23", + "name": "09c585fa-3214-45b2-be8d-5e9197675b23", + "status": "Succeeded", + "startTime": "2022-10-23T22:05:58.7078304Z", + "endTime": "2022-10-23T22:08:13.7670904Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22:08: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": "1e07cd6c-6ec2-41ef-ad73-4a041b7f409f", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T220830Z:1e07cd6c-6ec2-41ef-ad73-4a041b7f409f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-23T22%3A07%3A56.4167133Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-23T21:59:42.4710102Z" + }, + "properties": { + "fileSystemId": "6e6c8c60-4446-d1a1-813f-07efebb433f6", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-dde5273b", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_30f303be", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b", + "poolId": "6963cae9-f688-4b53-8e33-0e2fa3d5d969", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "6e6c8c60-4446-d1a1-813f-07efebb433f6", + "fileSystemId": "6e6c8c60-4446-d1a1-813f-07efebb433f6", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-23T21:59:43.7249343Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-23T21:59:43.7249343Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "324", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22:11:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9c11e474-a68d-47ff-8b1c-e60015c7fef8", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T221152Z:9c11e474-a68d-47ff-8b1c-e60015c7fef8" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4aa359a-7825-4248-b014-f423d2ef4921?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Sun, 23 Oct 2022 22:12:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4aa359a-7825-4248-b014-f423d2ef4921?api-version=2022-05-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": "0ae89120-374b-4ee8-915f-5c9124a46b02", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T221206Z:0ae89120-374b-4ee8-915f-5c9124a46b02", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4aa359a-7825-4248-b014-f423d2ef4921?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22:12: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": "edcc45e3-0a17-41f6-bf34-fd69944c412c", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T221206Z:edcc45e3-0a17-41f6-bf34-fd69944c412c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4aa359a-7825-4248-b014-f423d2ef4921", + "name": "e4aa359a-7825-4248-b014-f423d2ef4921", + "status": "Deleting", + "startTime": "2022-10-23T22:12:06.122575Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4aa359a-7825-4248-b014-f423d2ef4921?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22:12: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": "386469f6-fc30-40e5-a903-3f15463c7d8d", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T221236Z:386469f6-fc30-40e5-a903-3f15463c7d8d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4aa359a-7825-4248-b014-f423d2ef4921", + "name": "e4aa359a-7825-4248-b014-f423d2ef4921", + "status": "Succeeded", + "startTime": "2022-10-23T22:12:06.122575Z", + "endTime": "2022-10-23T22:12:07.0757615Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4aa359a-7825-4248-b014-f423d2ef4921?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22:12: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": "60be9d7e-18c0-46db-856e-90e60518a07a", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T221236Z:60be9d7e-18c0-46db-856e-90e60518a07a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-23T22%3A12%3A06.1224948Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-23T21:59:39.2690751Z" + }, + "properties": { + "poolId": "6963cae9-f688-4b53-8e33-0e2fa3d5d969", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-23T21:59:40.3789302Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-23T21:59:40.3789302Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Sun, 23 Oct 2022 22:12:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "85bb8d9b-89b9-4e27-8a94-d8c98f8ef478", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T221247Z:85bb8d9b-89b9-4e27-8a94-d8c98f8ef478" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Sun, 23 Oct 2022 22:12:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "54e777d5-6cef-496b-92d0-96c9dea9bba4", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T221257Z:54e777d5-6cef-496b-92d0-96c9dea9bba4" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Sun, 23 Oct 2022 22:13:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c6cd0606-5cc4-4692-9d22-373f810ca76a", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T221307Z:c6cd0606-5cc4-4692-9d22-373f810ca76a" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Sun, 23 Oct 2022 22:13:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "69543f36-428c-4835-8c3e-24ead314c4e5", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T221318Z:69543f36-428c-4835-8c3e-24ead314c4e5" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "288", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22:13:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "72dc8cd1-2390-457b-b723-a6d2e1887059", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T221328Z:72dc8cd1-2390-457b-b723-a6d2e1887059" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f04f5525-8507-423c-af40-c7aaf6b888c6?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Sun, 23 Oct 2022 22:13:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f04f5525-8507-423c-af40-c7aaf6b888c6?api-version=2022-05-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": "0004ceb6-11e9-4180-b038-cff75c7d9cf9", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T221330Z:0004ceb6-11e9-4180-b038-cff75c7d9cf9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f04f5525-8507-423c-af40-c7aaf6b888c6?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22:13: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": "10407b98-2682-4a78-b9d6-958c7eada00f", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T221330Z:10407b98-2682-4a78-b9d6-958c7eada00f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f04f5525-8507-423c-af40-c7aaf6b888c6", + "name": "f04f5525-8507-423c-af40-c7aaf6b888c6", + "status": "Succeeded", + "startTime": "2022-10-23T22:13:29.9703085Z", + "endTime": "2022-10-23T22:13:30.0015612Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f04f5525-8507-423c-af40-c7aaf6b888c6?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22:13: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": "050d602e-372e-4a8a-bd6d-74357aafadc8", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T221330Z:050d602e-372e-4a8a-bd6d-74357aafadc8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b", + "name": "sdk-py-tests-acc-1-dde5273b", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-23T22%3A13%3A29.9677328Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-23T21:59:35.1919313Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-23T21:59:36.3447459Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-23T21:59:36.3447459Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "255", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 22:13: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": "836b8fc1-b6e5-4cae-88b9-52155ebabdb5", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T221331Z:836b8fc1-b6e5-4cae-88b9-52155ebabdb5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b\u0027 is not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b?api-version=2022-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7b307e25-d513-4326-87ab-1453e305c7a9?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Sun, 23 Oct 2022 22:13:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/7b307e25-d513-4326-87ab-1453e305c7a9?api-version=2022-05-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "988bfc5e-c91f-4e22-bde0-da5a772ec915", + "x-ms-correlation-request-id": "066067a6-fdcf-4ab7-ab41-d3492965081c", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T221332Z:066067a6-fdcf-4ab7-ab41-d3492965081c" + }, + "ResponseBody": null } ], "Variables": {} 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 6a2fc6ca06d5..0bbf6a2ae924 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 @@ -17,7 +17,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:23:51 GMT", + "Date": "Sun, 23 Oct 2022 20:48:34 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:23:52 GMT", + "Date": "Sun, 23 Oct 2022 20:48:34 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.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "b6d371fe-06bc-4d15-93b2-cf83fd8a0ba7", + "client-request-id": "747ce184-e3c2-4098-b36b-2e6c2bc74211", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "b6d371fe-06bc-4d15-93b2-cf83fd8a0ba7", + "client-request-id": "747ce184-e3c2-4098-b36b-2e6c2bc74211", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:23:52 GMT", + "Date": "Sun, 23 Oct 2022 20:48:35 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7c1a6947-3965-4957-968b-54e94ee2e6e1?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/bca80110-d0da-4f67-9dd7-41f7e86da95a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:23:59 GMT", + "Date": "Sun, 23 Oct 2022 20:48:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "310b4f53-b3ea-41bd-8eee-75d63a116c9d", - "x-ms-correlation-request-id": "85839839-8552-4cd8-a9da-873e88b582fb", + "x-ms-arm-service-request-id": "fdbd3d43-c74d-4bee-83bf-bc74c649198f", + "x-ms-correlation-request-id": "f918e6f2-4296-41cf-9fbf-40188161613e", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132400Z:85839839-8552-4cd8-a9da-873e88b582fb" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T204844Z:f918e6f2-4296-41cf-9fbf-40188161613e" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-7b9e2339", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339", - "etag": "W/\u00229b310756-226f-42ca-809a-72d4dce734d8\u0022", + "etag": "W/\u00223651e32c-cd6c-4cee-b41e-a06d1e61f242\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:23:55.0703317Z" + "CreatedOnDate": "2022-10-23T20:48:38.4291527Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "6d7a5570-1a51-4aaa-920d-105fefc6a67c", + "resourceGuid": "2e591669-5f9b-47a7-b4c2-3fec38a82b5b", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7c1a6947-3965-4957-968b-54e94ee2e6e1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/bca80110-d0da-4f67-9dd7-41f7e86da95a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,10 +293,9 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:24:00 GMT", + "Date": "Sun, 23 Oct 2022 20:48:44 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" @@ -305,45 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "28501cc8-21ec-49f5-a45f-b75bfb6b38d7", - "x-ms-correlation-request-id": "9f100244-9193-48fe-a202-fd06492608a4", + "x-ms-arm-service-request-id": "7baff0ab-cffb-4295-a857-60c7884488b0", + "x-ms-correlation-request-id": "06448bfa-9ae4-45e8-8054-0c211dc56cfc", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132400Z:9f100244-9193-48fe-a202-fd06492608a4" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7c1a6947-3965-4957-968b-54e94ee2e6e1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:24:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9e418702-9237-49c3-a3fe-c970b1a4d154", - "x-ms-correlation-request-id": "105caff9-ba13-4008-aa60-8d4708edf2e7", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132410Z:105caff9-ba13-4008-aa60-8d4708edf2e7" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T204844Z:06448bfa-9ae4-45e8-8054-0c211dc56cfc" }, "ResponseBody": { "status": "Succeeded" @@ -364,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:24:11 GMT", - "ETag": "W/\u0022b60dc38e-117a-43f7-9192-82747bdf3a13\u0022", + "Date": "Sun, 23 Oct 2022 20:48:44 GMT", + "ETag": "W/\u0022bdb103e2-9adf-4237-b60d-aaa7574e6c89\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -376,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cfe2cddc-2a09-4ed8-9d5b-1df09765b1d2", - "x-ms-correlation-request-id": "40054d9c-d7ec-4c12-9e7d-d96b053ffa05", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132412Z:40054d9c-d7ec-4c12-9e7d-d96b053ffa05" + "x-ms-arm-service-request-id": "31262a1b-ad77-4e56-9692-659f01456f68", + "x-ms-correlation-request-id": "3160dbe1-21bb-4d95-a752-aafa71bd022a", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T204845Z:3160dbe1-21bb-4d95-a752-aafa71bd022a" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-7b9e2339", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339", - "etag": "W/\u0022b60dc38e-117a-43f7-9192-82747bdf3a13\u0022", + "etag": "W/\u0022bdb103e2-9adf-4237-b60d-aaa7574e6c89\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:23:55.0703317Z" + "CreatedOnDate": "2022-10-23T20:48:38.4291527Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "6d7a5570-1a51-4aaa-920d-105fefc6a67c", + "resourceGuid": "2e591669-5f9b-47a7-b4c2-3fec38a82b5b", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -431,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/008f9ae0-71f4-4c65-8125-94867aec1d89?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d9b5b57e-bb16-4091-af15-d9858c915819?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:24:11 GMT", + "Date": "Sun, 23 Oct 2022 20:48:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -445,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5bb128cc-2114-4066-8a8a-faa5e87965ad", - "x-ms-correlation-request-id": "49656c0f-4b18-4313-8b27-2af30f38e01a", + "x-ms-arm-service-request-id": "8866d1d5-c80c-467d-ab77-ef09cc0724df", + "x-ms-correlation-request-id": "d0aaed1d-10fc-45b0-a1d4-2d5d31dd1be5", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132412Z:49656c0f-4b18-4313-8b27-2af30f38e01a" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T204845Z:d0aaed1d-10fc-45b0-a1d4-2d5d31dd1be5" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", - "etag": "W/\u0022622689c9-9d9c-4dbd-821e-7b5948495689\u0022", + "etag": "W/\u00227739a729-2088-4dd5-8a19-6a9f0ec7e376\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -461,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022622689c9-9d9c-4dbd-821e-7b5948495689\u0022", + "etag": "W/\u00227739a729-2088-4dd5-8a19-6a9f0ec7e376\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -481,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/008f9ae0-71f4-4c65-8125-94867aec1d89?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d9b5b57e-bb16-4091-af15-d9858c915819?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -495,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:24:12 GMT", + "Date": "Sun, 23 Oct 2022 20:48:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "984b44ab-587d-427b-8aa9-a6001fd8c0a7", - "x-ms-correlation-request-id": "17d4d1b0-2cf0-4759-8c09-759a0c02c518", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132412Z:17d4d1b0-2cf0-4759-8c09-759a0c02c518" + "x-ms-arm-service-request-id": "87db5c67-b9c9-4d57-acab-00743f8cf768", + "x-ms-correlation-request-id": "73390231-a04e-446c-bfe1-f85509b57317", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T204846Z:73390231-a04e-446c-bfe1-f85509b57317" }, "ResponseBody": { "status": "Succeeded" @@ -530,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:24:12 GMT", - "ETag": "W/\u00226cd7e2e2-ca53-49fc-af3e-9e39952261a0\u0022", + "Date": "Sun, 23 Oct 2022 20:48:45 GMT", + "ETag": "W/\u0022dc1be5c9-cdfd-4474-83a5-a1527517b121\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -542,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "92eb4f4b-3d0b-405e-ae01-db651d33e52e", - "x-ms-correlation-request-id": "fbdff367-03d2-41ef-a295-7bef026db5be", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132413Z:fbdff367-03d2-41ef-a295-7bef026db5be" + "x-ms-arm-service-request-id": "90ad7440-43c5-4fc1-93a5-980ea3e72c5a", + "x-ms-correlation-request-id": "6a708a42-81b9-4927-b893-daddbe3908fc", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T204846Z:6a708a42-81b9-4927-b893-daddbe3908fc" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", - "etag": "W/\u00226cd7e2e2-ca53-49fc-af3e-9e39952261a0\u0022", + "etag": "W/\u0022dc1be5c9-cdfd-4474-83a5-a1527517b121\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -558,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00226cd7e2e2-ca53-49fc-af3e-9e39952261a0\u0022", + "etag": "W/\u0022dc1be5c9-cdfd-4474-83a5-a1527517b121\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -594,7 +558,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:24:13 GMT", + "Date": "Sun, 23 Oct 2022 20:48:45 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -688,12 +652,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:24:13 GMT", + "Date": "Sun, 23 Oct 2022 20:48: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.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -749,7 +713,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "1484c755-99ca-46bb-994c-3a6e84de1e54", + "client-request-id": "676ac499-c0eb-4771-aa48-a1f4080d14ef", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -767,10 +731,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "1484c755-99ca-46bb-994c-3a6e84de1e54", + "client-request-id": "676ac499-c0eb-4771-aa48-a1f4080d14ef", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:24:13 GMT", + "Date": "Sun, 23 Oct 2022 20:48:46 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -778,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -805,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534ec577-8cb6-4cb1-b7b3-6976b795fb1f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/41306c1d-641f-483d-9424-e5b063a83990?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:24:17 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T13%3A24%3A16.8280981Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 20:48:50 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T20%3A48%3A50.0280425Z\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": "87eb7c04-e951-4700-bff9-d0bb741b84ea", + "x-ms-correlation-request-id": "3365c925-f517-4252-82bc-a151cf2c9e34", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132417Z:87eb7c04-e951-4700-bff9-d0bb741b84ea", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T204851Z:3365c925-f517-4252-82bc-a151cf2c9e34", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339", "name": "sdk-py-tests-acc-1-7b9e2339", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A24%3A16.8280981Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T20%3A48%3A50.0280425Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:24:14.7629962Z" + "CreatedOnDate": "2022-10-23T20:48:47.9678561Z" }, "properties": { "provisioningState": "Creating" @@ -836,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T13:24:15.8861912Z", + "createdAt": "2022-10-23T20:48:48.9537323Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T13:24:15.8861912Z" + "lastModifiedAt": "2022-10-23T20:48:48.9537323Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534ec577-8cb6-4cb1-b7b3-6976b795fb1f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/41306c1d-641f-483d-9424-e5b063a83990?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -858,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:24:18 GMT", + "Date": "Sun, 23 Oct 2022 20:48:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -866,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c9833c39-aecc-44bd-82db-beb3f3e71461", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132418Z:c9833c39-aecc-44bd-82db-beb3f3e71461", + "x-ms-correlation-request-id": "878be2ec-b8a7-4373-9952-b085fe0e8994", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T204851Z:878be2ec-b8a7-4373-9952-b085fe0e8994", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534ec577-8cb6-4cb1-b7b3-6976b795fb1f", - "name": "534ec577-8cb6-4cb1-b7b3-6976b795fb1f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/41306c1d-641f-483d-9424-e5b063a83990", + "name": "41306c1d-641f-483d-9424-e5b063a83990", "status": "Succeeded", - "startTime": "2022-10-23T13:24:16.8240448Z", - "endTime": "2022-10-23T13:24:16.9334562Z", + "startTime": "2022-10-23T20:48:50.0229135Z", + "endTime": "2022-10-23T20:48:50.069824Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339" @@ -898,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:24:18 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T13%3A24%3A16.9098802Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 20:48:51 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T20%3A48%3A50.0737401Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -907,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd310517-a460-4727-a5c7-56b70d3822a0", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132418Z:cd310517-a460-4727-a5c7-56b70d3822a0", + "x-ms-correlation-request-id": "a06dd4b0-83c2-4343-a78f-562bdec84705", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T204852Z:a06dd4b0-83c2-4343-a78f-562bdec84705", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339", "name": "sdk-py-tests-acc-1-7b9e2339", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A24%3A16.9098802Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T20%3A48%3A50.0737401Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:24:14.7629962Z" + "CreatedOnDate": "2022-10-23T20:48:47.9678561Z" }, "properties": { "activeDirectories": [ @@ -948,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T13:24:15.8861912Z", + "createdAt": "2022-10-23T20:48:48.9537323Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T13:24:15.8861912Z" + "lastModifiedAt": "2022-10-23T20:48:48.9537323Z" } } }, @@ -977,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2530826b-8cf4-4f64-9736-fd32a3a0919f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b623712-f739-4168-a3bf-5ff5b8f7e084?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:24:21 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T13%3A24%3A19.9612767Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 20:48:53 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T20%3A48%3A53.8758319Z\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": "d8484975-20cd-41d2-8172-a786b2542651", + "x-ms-correlation-request-id": "f8340c47-f7d1-4ccd-8e9e-76d27f888252", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132421Z:d8484975-20cd-41d2-8172-a786b2542651", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T204854Z:f8340c47-f7d1-4ccd-8e9e-76d27f888252", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A24%3A19.9612767Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T20%3A48%3A53.8758319Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:24:18.7674198Z" + "CreatedOnDate": "2022-10-23T20:48:52.4303531Z" }, "properties": { "serviceLevel": "Premium", @@ -1014,15 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T13:24:19.7315889Z", + "createdAt": "2022-10-23T20:48:53.5971159Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T13:24:19.7315889Z" + "lastModifiedAt": "2022-10-23T20:48:53.5971159Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2530826b-8cf4-4f64-9736-fd32a3a0919f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b623712-f739-4168-a3bf-5ff5b8f7e084?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1036,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:24:21 GMT", + "Date": "Sun, 23 Oct 2022 20:48:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1044,17 +1008,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "274b688d-d20c-42e7-a5ba-df933e8b55f5", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132421Z:274b688d-d20c-42e7-a5ba-df933e8b55f5", + "x-ms-correlation-request-id": "95015a6b-f37c-43aa-9bce-0c0a670157cd", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T204855Z:95015a6b-f37c-43aa-9bce-0c0a670157cd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2530826b-8cf4-4f64-9736-fd32a3a0919f", - "name": "2530826b-8cf4-4f64-9736-fd32a3a0919f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b623712-f739-4168-a3bf-5ff5b8f7e084", + "name": "1b623712-f739-4168-a3bf-5ff5b8f7e084", "status": "Succeeded", - "startTime": "2022-10-23T13:24:19.9561242Z", - "endTime": "2022-10-23T13:24:21.0498816Z", + "startTime": "2022-10-23T20:48:53.8824398Z", + "endTime": "2022-10-23T20:48:54.6636857Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1" @@ -1076,8 +1040,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:24:21 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T13%3A24%3A21.0415263Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 20:48:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T20%3A48%3A54.653131Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1085,22 +1049,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5227c1e-52ca-4baa-a5c1-28376ca089ee", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132421Z:b5227c1e-52ca-4baa-a5c1-28376ca089ee", + "x-ms-correlation-request-id": "6e5ed667-374f-4f0f-8779-b5f13b3e31b8", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T204855Z:6e5ed667-374f-4f0f-8779-b5f13b3e31b8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A24%3A21.0415263Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T20%3A48%3A54.653131Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:24:18.7674198Z" + "CreatedOnDate": "2022-10-23T20:48:52.4303531Z" }, "properties": { - "poolId": "f94ff19b-282e-2b7b-4712-12c225a6bcc0", + "poolId": "872468d4-c1f5-27a8-7d95-98366d68cd76", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1113,10 +1077,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T13:24:19.7315889Z", + "createdAt": "2022-10-23T20:48:53.5971159Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T13:24:19.7315889Z" + "lastModifiedAt": "2022-10-23T20:48:53.5971159Z" } } }, @@ -1159,30 +1123,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:24:33 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T13%3A24%3A33.6673037Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 20:49:08 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T20%3A49%3A08.0376919Z\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": "23c4be55-ccb6-4db9-b69f-ac3e5670906e", + "x-ms-correlation-request-id": "e8bfe629-f5e8-4561-bcb4-dc9ebb96ca47", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132434Z:23c4be55-ccb6-4db9-b69f-ac3e5670906e", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T204909Z:e8bfe629-f5e8-4561-bcb4-dc9ebb96ca47", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9e2339", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A24%3A33.6673037Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T20%3A49%3A08.0376919Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:24:32.2614918Z" + "CreatedOnDate": "2022-10-23T20:49:05.8582763Z" }, "properties": { "serviceLevel": "Premium", @@ -1212,15 +1176,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T13:24:33.3797623Z", + "createdAt": "2022-10-23T20:49:07.0092479Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T13:24:33.3797623Z" + "lastModifiedAt": "2022-10-23T20:49:07.0092479Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1234,7 +1198,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:24:34 GMT", + "Date": "Sun, 23 Oct 2022 20:49:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1242,16 +1206,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a893e30c-72c9-4e6d-8d48-f58a5dec4383", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132434Z:a893e30c-72c9-4e6d-8d48-f58a5dec4383", + "x-ms-correlation-request-id": "a89b487b-dac5-4c01-88b5-c51f0c99f659", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T204909Z:a89b487b-dac5-4c01-88b5-c51f0c99f659", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49", - "name": "a330b428-8b55-4abc-8ce5-3ad8620f6d49", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56", + "name": "0216ba38-98f6-4652-afee-435d40840e56", "status": "Creating", - "startTime": "2022-10-23T13:24:33.6642058Z", + "startTime": "2022-10-23T20:49:08.0403361Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1260,7 +1224,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1274,7 +1238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:25:04 GMT", + "Date": "Sun, 23 Oct 2022 20:49:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1282,16 +1246,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b79861fd-eda4-43ee-bdf5-322cf44fd9e4", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132505Z:b79861fd-eda4-43ee-bdf5-322cf44fd9e4", + "x-ms-correlation-request-id": "4b2332ac-b16c-4b7b-a03a-ac623bbb3d97", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T204939Z:4b2332ac-b16c-4b7b-a03a-ac623bbb3d97", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49", - "name": "a330b428-8b55-4abc-8ce5-3ad8620f6d49", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56", + "name": "0216ba38-98f6-4652-afee-435d40840e56", "status": "Creating", - "startTime": "2022-10-23T13:24:33.6642058Z", + "startTime": "2022-10-23T20:49:08.0403361Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1300,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1314,7 +1278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:25:34 GMT", + "Date": "Sun, 23 Oct 2022 20:50:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1322,16 +1286,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ebf2aea-fb16-4759-8ec9-25711d69824a", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132535Z:4ebf2aea-fb16-4759-8ec9-25711d69824a", + "x-ms-correlation-request-id": "a38c9b6b-cf30-4147-aa8d-c36ae3ae61e0", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205009Z:a38c9b6b-cf30-4147-aa8d-c36ae3ae61e0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49", - "name": "a330b428-8b55-4abc-8ce5-3ad8620f6d49", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56", + "name": "0216ba38-98f6-4652-afee-435d40840e56", "status": "Creating", - "startTime": "2022-10-23T13:24:33.6642058Z", + "startTime": "2022-10-23T20:49:08.0403361Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1340,7 +1304,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1354,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:26:05 GMT", + "Date": "Sun, 23 Oct 2022 20:50:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1362,16 +1326,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3fe37c25-3511-4ea5-af16-743fa151a781", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132605Z:3fe37c25-3511-4ea5-af16-743fa151a781", + "x-ms-correlation-request-id": "8a6e527d-eae1-4df4-a6e6-9a470070dfd5", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205040Z:8a6e527d-eae1-4df4-a6e6-9a470070dfd5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49", - "name": "a330b428-8b55-4abc-8ce5-3ad8620f6d49", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56", + "name": "0216ba38-98f6-4652-afee-435d40840e56", "status": "Creating", - "startTime": "2022-10-23T13:24:33.6642058Z", + "startTime": "2022-10-23T20:49:08.0403361Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1380,7 +1344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1394,7 +1358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:26:35 GMT", + "Date": "Sun, 23 Oct 2022 20:51:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1402,16 +1366,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "68a1d57c-f916-490a-9041-962a375dd557", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132635Z:68a1d57c-f916-490a-9041-962a375dd557", + "x-ms-correlation-request-id": "a5eddff2-f127-49ed-8ee7-0c49e1c43aeb", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205110Z:a5eddff2-f127-49ed-8ee7-0c49e1c43aeb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49", - "name": "a330b428-8b55-4abc-8ce5-3ad8620f6d49", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56", + "name": "0216ba38-98f6-4652-afee-435d40840e56", "status": "Creating", - "startTime": "2022-10-23T13:24:33.6642058Z", + "startTime": "2022-10-23T20:49:08.0403361Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1420,7 +1384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1434,7 +1398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:27:05 GMT", + "Date": "Sun, 23 Oct 2022 20:51:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1442,16 +1406,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e26f94a-bfa1-4612-8298-3001887e5d0e", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132706Z:2e26f94a-bfa1-4612-8298-3001887e5d0e", + "x-ms-correlation-request-id": "9e5a479e-ce11-44fb-8ad1-5a3a1704eb9b", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205140Z:9e5a479e-ce11-44fb-8ad1-5a3a1704eb9b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49", - "name": "a330b428-8b55-4abc-8ce5-3ad8620f6d49", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56", + "name": "0216ba38-98f6-4652-afee-435d40840e56", "status": "Creating", - "startTime": "2022-10-23T13:24:33.6642058Z", + "startTime": "2022-10-23T20:49:08.0403361Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1460,7 +1424,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1474,7 +1438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:27:36 GMT", + "Date": "Sun, 23 Oct 2022 20:52:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1482,16 +1446,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee3d8ef4-d0f6-4667-ad8a-62344abddfd5", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132736Z:ee3d8ef4-d0f6-4667-ad8a-62344abddfd5", + "x-ms-correlation-request-id": "8a22255c-aa0a-4487-84ee-531b6f49e09f", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205211Z:8a22255c-aa0a-4487-84ee-531b6f49e09f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49", - "name": "a330b428-8b55-4abc-8ce5-3ad8620f6d49", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56", + "name": "0216ba38-98f6-4652-afee-435d40840e56", "status": "Creating", - "startTime": "2022-10-23T13:24:33.6642058Z", + "startTime": "2022-10-23T20:49:08.0403361Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1500,7 +1464,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1514,7 +1478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:28:06 GMT", + "Date": "Sun, 23 Oct 2022 20:52:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1522,16 +1486,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ee30891-6e30-458d-b6b5-ff80fa7bb6c2", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132806Z:0ee30891-6e30-458d-b6b5-ff80fa7bb6c2", + "x-ms-correlation-request-id": "a6580842-46d1-45a9-9822-30ca3d3feeb0", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205241Z:a6580842-46d1-45a9-9822-30ca3d3feeb0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49", - "name": "a330b428-8b55-4abc-8ce5-3ad8620f6d49", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56", + "name": "0216ba38-98f6-4652-afee-435d40840e56", "status": "Creating", - "startTime": "2022-10-23T13:24:33.6642058Z", + "startTime": "2022-10-23T20:49:08.0403361Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1540,7 +1504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1554,7 +1518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:28:36 GMT", + "Date": "Sun, 23 Oct 2022 20:53:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1562,16 +1526,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "57b51984-3583-4091-a4b0-eb5b2d4a6429", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132836Z:57b51984-3583-4091-a4b0-eb5b2d4a6429", + "x-ms-correlation-request-id": "f99019b3-cf17-48e8-bd3f-a0e4ed1c4455", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205312Z:f99019b3-cf17-48e8-bd3f-a0e4ed1c4455", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49", - "name": "a330b428-8b55-4abc-8ce5-3ad8620f6d49", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56", + "name": "0216ba38-98f6-4652-afee-435d40840e56", "status": "Creating", - "startTime": "2022-10-23T13:24:33.6642058Z", + "startTime": "2022-10-23T20:49:08.0403361Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1580,7 +1544,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1594,7 +1558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:29:07 GMT", + "Date": "Sun, 23 Oct 2022 20:53:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1602,17 +1566,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8177de47-8646-401c-bf25-7d4ecc2f6949", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132907Z:8177de47-8646-401c-bf25-7d4ecc2f6949", + "x-ms-correlation-request-id": "e78d1b36-6503-4098-b3bb-d4aa531fc609", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205342Z:e78d1b36-6503-4098-b3bb-d4aa531fc609", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a330b428-8b55-4abc-8ce5-3ad8620f6d49", - "name": "a330b428-8b55-4abc-8ce5-3ad8620f6d49", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56", + "name": "0216ba38-98f6-4652-afee-435d40840e56", "status": "Succeeded", - "startTime": "2022-10-23T13:24:33.6642058Z", - "endTime": "2022-10-23T13:29:01.7287858Z", + "startTime": "2022-10-23T20:49:08.0403361Z", + "endTime": "2022-10-23T20:53:40.4305407Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" @@ -1634,8 +1598,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:29:07 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T13%3A29%3A01.7327175Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 20:53:42 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T20%3A53%3A40.4343893Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1643,22 +1607,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f4ef32c1-6e4d-4a52-951c-30b8bc21f471", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132907Z:f4ef32c1-6e4d-4a52-951c-30b8bc21f471", + "x-ms-correlation-request-id": "9f6f7b88-246d-4a51-90e9-aa7082b3e8af", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205342Z:9f6f7b88-246d-4a51-90e9-aa7082b3e8af", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9e2339", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A29%3A01.7327175Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T20%3A53%3A40.4343893Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:24:32.2614918Z" + "CreatedOnDate": "2022-10-23T20:49:05.8582763Z" }, "properties": { - "fileSystemId": "84be16c5-99d6-7296-6586-ee22efe8bc49", + "fileSystemId": "e3b48351-9bd5-77ff-26ab-87effe62278e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-7b9e2339", "usageThreshold": 107374182400, @@ -1686,7 +1650,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_35fb0aaa", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_8740f4b5", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1701,8 +1665,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "84be16c5-99d6-7296-6586-ee22efe8bc49", - "fileSystemId": "84be16c5-99d6-7296-6586-ee22efe8bc49", + "mountTargetId": "e3b48351-9bd5-77ff-26ab-87effe62278e", + "fileSystemId": "e3b48351-9bd5-77ff-26ab-87effe62278e", "ipAddress": "10.0.0.4" } ], @@ -1722,10 +1686,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T13:24:33.3797623Z", + "createdAt": "2022-10-23T20:49:07.0092479Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T13:24:33.3797623Z" + "lastModifiedAt": "2022-10-23T20:49:07.0092479Z" } } }, @@ -1751,30 +1715,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f8d59dab-bbcc-4a40-bc5e-bcfd188b7864?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eeace3c1-4c8e-4e63-81b4-b462f9408eba?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:29:10 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T13%3A29%3A09.6233081Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 20:53:46 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T20%3A53%3A45.8041667Z\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": "f8f3c85e-5fd3-4886-8783-a61ffd64e3e1", + "x-ms-correlation-request-id": "5e4ef27e-aead-4b92-95d2-c03a18f25244", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132910Z:f8f3c85e-5fd3-4886-8783-a61ffd64e3e1", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205347Z:5e4ef27e-aead-4b92-95d2-c03a18f25244", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A29%3A09.6233081Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T20%3A53%3A45.8041667Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:29:07.7530001Z" + "CreatedOnDate": "2022-10-23T20:53:43.2791951Z" }, "properties": { "serviceLevel": "Premium", @@ -1788,15 +1752,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T13:29:09.3702288Z", + "createdAt": "2022-10-23T20:53:45.5068137Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T13:29:09.3702288Z" + "lastModifiedAt": "2022-10-23T20:53:45.5068137Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f8d59dab-bbcc-4a40-bc5e-bcfd188b7864?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eeace3c1-4c8e-4e63-81b4-b462f9408eba?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1810,7 +1774,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:29:11 GMT", + "Date": "Sun, 23 Oct 2022 20:53:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1818,17 +1782,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8579b0a9-b28d-41fd-be5f-5c042e3fdd0b", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132911Z:8579b0a9-b28d-41fd-be5f-5c042e3fdd0b", + "x-ms-correlation-request-id": "9f17ee72-783a-4aa7-b819-2a2a98e6ef7d", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205347Z:9f17ee72-783a-4aa7-b819-2a2a98e6ef7d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f8d59dab-bbcc-4a40-bc5e-bcfd188b7864", - "name": "f8d59dab-bbcc-4a40-bc5e-bcfd188b7864", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eeace3c1-4c8e-4e63-81b4-b462f9408eba", + "name": "eeace3c1-4c8e-4e63-81b4-b462f9408eba", "status": "Succeeded", - "startTime": "2022-10-23T13:29:09.6199668Z", - "endTime": "2022-10-23T13:29:09.7606183Z", + "startTime": "2022-10-23T20:53:45.8088241Z", + "endTime": "2022-10-23T20:53:46.0432269Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2" @@ -1850,8 +1814,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:29:11 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T13%3A29%3A09.7601527Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 20:53:46 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T20%3A53%3A46.0481958Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1859,22 +1823,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff0328bf-35a4-46c7-ad8b-dd4cc2bc82b2", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132911Z:ff0328bf-35a4-46c7-ad8b-dd4cc2bc82b2", + "x-ms-correlation-request-id": "d9da3177-013f-4f10-b0f7-609f8e0f9167", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205347Z:d9da3177-013f-4f10-b0f7-609f8e0f9167", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A29%3A09.7601527Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T20%3A53%3A46.0481958Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:29:07.7530001Z" + "CreatedOnDate": "2022-10-23T20:53:43.2791951Z" }, "properties": { - "poolId": "226dcddc-2332-6510-c35f-cd462c0e24b8", + "poolId": "0922697c-2ef2-e0ae-5aaa-89b6c4973f80", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1887,10 +1851,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T13:29:09.3702288Z", + "createdAt": "2022-10-23T20:53:45.5068137Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T13:29:09.3702288Z" + "lastModifiedAt": "2022-10-23T20:53:45.5068137Z" } } }, @@ -1910,25 +1874,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ac2ef9d-fa4d-45f0-8f96-049785631716?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4c8d6be3-2d24-4aee-a09d-e4af4fe6b2d7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 13:29:21 GMT", + "Date": "Sun, 23 Oct 2022 20:53:58 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ac2ef9d-fa4d-45f0-8f96-049785631716?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4c8d6be3-2d24-4aee-a09d-e4af4fe6b2d7?api-version=2022-05-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": "6ec4314f-e036-45c7-a143-97ad64c66c69", + "x-ms-correlation-request-id": "b557197e-a0fa-448b-b5df-a13878e5340c", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132922Z:6ec4314f-e036-45c7-a143-97ad64c66c69", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205358Z:b557197e-a0fa-448b-b5df-a13878e5340c", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ac2ef9d-fa4d-45f0-8f96-049785631716?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4c8d6be3-2d24-4aee-a09d-e4af4fe6b2d7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1942,7 +1906,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:29:22 GMT", + "Date": "Sun, 23 Oct 2022 20:53:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1950,16 +1914,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cccc0474-d0d3-4455-953d-e541169689c7", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132922Z:cccc0474-d0d3-4455-953d-e541169689c7", + "x-ms-correlation-request-id": "087e1e3d-34fc-4576-820e-900392f5840c", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205358Z:087e1e3d-34fc-4576-820e-900392f5840c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ac2ef9d-fa4d-45f0-8f96-049785631716", - "name": "8ac2ef9d-fa4d-45f0-8f96-049785631716", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4c8d6be3-2d24-4aee-a09d-e4af4fe6b2d7", + "name": "4c8d6be3-2d24-4aee-a09d-e4af4fe6b2d7", "status": "ChangePool", - "startTime": "2022-10-23T13:29:22.0702337Z", + "startTime": "2022-10-23T20:53:58.2707944Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1968,7 +1932,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ac2ef9d-fa4d-45f0-8f96-049785631716?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4c8d6be3-2d24-4aee-a09d-e4af4fe6b2d7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1982,7 +1946,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:29:51 GMT", + "Date": "Sun, 23 Oct 2022 20:54:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1990,17 +1954,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ed7283d-96a2-41dc-b01b-71289aeec755", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132952Z:3ed7283d-96a2-41dc-b01b-71289aeec755", + "x-ms-correlation-request-id": "cb82bdc5-bfa6-49ee-86c5-6cbd43c04c07", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205428Z:cb82bdc5-bfa6-49ee-86c5-6cbd43c04c07", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ac2ef9d-fa4d-45f0-8f96-049785631716", - "name": "8ac2ef9d-fa4d-45f0-8f96-049785631716", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4c8d6be3-2d24-4aee-a09d-e4af4fe6b2d7", + "name": "4c8d6be3-2d24-4aee-a09d-e4af4fe6b2d7", "status": "Succeeded", - "startTime": "2022-10-23T13:29:22.0702337Z", - "endTime": "2022-10-23T13:29:27.3672232Z", + "startTime": "2022-10-23T20:53:58.2707944Z", + "endTime": "2022-10-23T20:54:03.7832886Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" @@ -2008,7 +1972,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ac2ef9d-fa4d-45f0-8f96-049785631716?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4c8d6be3-2d24-4aee-a09d-e4af4fe6b2d7?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2022,7 +1986,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:29:52 GMT", + "Date": "Sun, 23 Oct 2022 20:54:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2030,22 +1994,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4449ce6c-28dc-40f1-903e-67cc390ec492", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132953Z:4449ce6c-28dc-40f1-903e-67cc390ec492", + "x-ms-correlation-request-id": "976face8-25c7-4b7e-9f09-3151989228b8", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205429Z:976face8-25c7-4b7e-9f09-3151989228b8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2/sdk-py-tests-vol-3-7b9e2339", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A29%3A27.363144Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T20%3A54%3A03.7801059Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:24:32.2614918Z" + "CreatedOnDate": "2022-10-23T20:49:05.8582763Z" }, "properties": { - "fileSystemId": "84be16c5-99d6-7296-6586-ee22efe8bc49", + "fileSystemId": "e3b48351-9bd5-77ff-26ab-87effe62278e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-7b9e2339", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2076,19 +2040,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_35fb0aaa", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_8740f4b5", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", - "poolId": "226dcddc-2332-6510-c35f-cd462c0e24b8", + "poolId": "0922697c-2ef2-e0ae-5aaa-89b6c4973f80", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "84be16c5-99d6-7296-6586-ee22efe8bc49", - "fileSystemId": "84be16c5-99d6-7296-6586-ee22efe8bc49", + "mountTargetId": "e3b48351-9bd5-77ff-26ab-87effe62278e", + "fileSystemId": "e3b48351-9bd5-77ff-26ab-87effe62278e", "startIp": "", "endIp": "", "gateway": "", @@ -2134,8 +2098,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:29:53 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T13%3A29%3A27.363144Z\u0027\u0022", + "Date": "Sun, 23 Oct 2022 20:54:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-23T20%3A54%3A03.7801059Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2143,23 +2107,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "018de719-9384-4414-aad2-cb8e4f112d8e", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132954Z:018de719-9384-4414-aad2-cb8e4f112d8e", + "x-ms-correlation-request-id": "f70070c4-3fac-40b0-8371-198018a96b4f", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205429Z:f70070c4-3fac-40b0-8371-198018a96b4f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2/sdk-py-tests-vol-3-7b9e2339", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A29%3A27.363144Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T20%3A54%3A03.7801059Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:24:32.2614918Z" + "CreatedOnDate": "2022-10-23T20:49:05.8582763Z" }, "properties": { "provisioningState": "Succeeded", - "fileSystemId": "84be16c5-99d6-7296-6586-ee22efe8bc49", + "fileSystemId": "e3b48351-9bd5-77ff-26ab-87effe62278e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-7b9e2339", "usageThreshold": 107374182400, @@ -2187,7 +2151,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_35fb0aaa", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_8740f4b5", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2202,8 +2166,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "84be16c5-99d6-7296-6586-ee22efe8bc49", - "fileSystemId": "84be16c5-99d6-7296-6586-ee22efe8bc49", + "mountTargetId": "e3b48351-9bd5-77ff-26ab-87effe62278e", + "fileSystemId": "e3b48351-9bd5-77ff-26ab-87effe62278e", "ipAddress": "10.0.0.4" } ], @@ -2236,7 +2200,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:29:53 GMT", + "Date": "Sun, 23 Oct 2022 20:54:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2244,9 +2208,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "92db3318-a569-46a7-b0ed-654a6d72513f", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132954Z:92db3318-a569-46a7-b0ed-654a6d72513f", + "x-ms-correlation-request-id": "7dee968f-72ab-4184-b490-c3d74bd77312", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205429Z:7dee968f-72ab-4184-b490-c3d74bd77312", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2266,25 +2230,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 13:29:55 GMT", + "Date": "Sun, 23 Oct 2022 20:54:30 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc?api-version=2022-05-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": "04698c94-9018-4036-ab1d-b9f04e57272b", + "x-ms-correlation-request-id": "d4cc04b5-a142-4f54-bbb6-4bf32fa2321d", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132955Z:04698c94-9018-4036-ab1d-b9f04e57272b", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205430Z:d4cc04b5-a142-4f54-bbb6-4bf32fa2321d", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2298,7 +2262,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:29:55 GMT", + "Date": "Sun, 23 Oct 2022 20:54:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2306,16 +2270,56 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9d2daae-613b-48be-9762-6a6177b79cbc", + "x-ms-correlation-request-id": "74f17609-6bc2-49b5-8eef-1563b73f9390", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205430Z:74f17609-6bc2-49b5-8eef-1563b73f9390", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc", + "name": "a76ace99-4f28-4991-b62f-64182dec75fc", + "status": "Deleting", + "startTime": "2022-10-23T20:54:30.6618517Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 20:55: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": "dba6a3d7-568c-4a2f-8bca-630b9c3d1d59", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T132955Z:a9d2daae-613b-48be-9762-6a6177b79cbc", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205501Z:dba6a3d7-568c-4a2f-8bca-630b9c3d1d59", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d", - "name": "a41f85e8-2ede-4510-8e9f-1050bd83293d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc", + "name": "a76ace99-4f28-4991-b62f-64182dec75fc", "status": "Deleting", - "startTime": "2022-10-23T13:29:55.3613648Z", + "startTime": "2022-10-23T20:54:30.6618517Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2324,7 +2328,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2338,7 +2342,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:30:25 GMT", + "Date": "Sun, 23 Oct 2022 20:55:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2346,16 +2350,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69117671-0a58-4cdc-9e35-6b5ec1b229c2", + "x-ms-correlation-request-id": "30d35ffb-6e0c-4800-ade0-f6b2b7d0f570", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133025Z:69117671-0a58-4cdc-9e35-6b5ec1b229c2", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205531Z:30d35ffb-6e0c-4800-ade0-f6b2b7d0f570", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d", - "name": "a41f85e8-2ede-4510-8e9f-1050bd83293d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc", + "name": "a76ace99-4f28-4991-b62f-64182dec75fc", "status": "Deleting", - "startTime": "2022-10-23T13:29:55.3613648Z", + "startTime": "2022-10-23T20:54:30.6618517Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2364,7 +2368,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2378,7 +2382,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:30:55 GMT", + "Date": "Sun, 23 Oct 2022 20:56:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2386,16 +2390,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10226497-9f80-411a-99b5-3c1f08129ea7", + "x-ms-correlation-request-id": "e020a007-f969-45ea-abee-70ee0ced88c2", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133056Z:10226497-9f80-411a-99b5-3c1f08129ea7", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205601Z:e020a007-f969-45ea-abee-70ee0ced88c2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d", - "name": "a41f85e8-2ede-4510-8e9f-1050bd83293d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc", + "name": "a76ace99-4f28-4991-b62f-64182dec75fc", "status": "Deleting", - "startTime": "2022-10-23T13:29:55.3613648Z", + "startTime": "2022-10-23T20:54:30.6618517Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2404,7 +2408,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2418,7 +2422,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:31:26 GMT", + "Date": "Sun, 23 Oct 2022 20:56:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2426,16 +2430,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d0bb4431-63ea-4b88-9f69-30deae090f7e", + "x-ms-correlation-request-id": "8ce87ed2-625e-4b85-859e-fb21bdd762e0", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133126Z:d0bb4431-63ea-4b88-9f69-30deae090f7e", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205632Z:8ce87ed2-625e-4b85-859e-fb21bdd762e0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d", - "name": "a41f85e8-2ede-4510-8e9f-1050bd83293d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc", + "name": "a76ace99-4f28-4991-b62f-64182dec75fc", "status": "Deleting", - "startTime": "2022-10-23T13:29:55.3613648Z", + "startTime": "2022-10-23T20:54:30.6618517Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2444,7 +2448,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2458,7 +2462,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:31:56 GMT", + "Date": "Sun, 23 Oct 2022 20:57:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2466,17 +2470,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c9ddd3e3-7861-42eb-ad2a-f2f460e724a5", + "x-ms-correlation-request-id": "21a61eb9-55f9-4fc5-b7b5-a1e095f783cf", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133156Z:c9ddd3e3-7861-42eb-ad2a-f2f460e724a5", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205702Z:21a61eb9-55f9-4fc5-b7b5-a1e095f783cf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d", - "name": "a41f85e8-2ede-4510-8e9f-1050bd83293d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc", + "name": "a76ace99-4f28-4991-b62f-64182dec75fc", + "status": "Deleting", + "startTime": "2022-10-23T20:54:30.6618517Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sun, 23 Oct 2022 20:57: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": "3bb06248-abc9-4d3e-893f-7cfe8c328a76", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205733Z:3bb06248-abc9-4d3e-893f-7cfe8c328a76", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc", + "name": "a76ace99-4f28-4991-b62f-64182dec75fc", "status": "Succeeded", - "startTime": "2022-10-23T13:29:55.3613648Z", - "endTime": "2022-10-23T13:31:55.8530621Z", + "startTime": "2022-10-23T20:54:30.6618517Z", + "endTime": "2022-10-23T20:57:07.3056481Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339" @@ -2484,7 +2528,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a41f85e8-2ede-4510-8e9f-1050bd83293d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2498,7 +2542,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:31:56 GMT", + "Date": "Sun, 23 Oct 2022 20:57:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2506,22 +2550,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ded760a-a2c3-43a3-9297-fa9d10e72114", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133156Z:0ded760a-a2c3-43a3-9297-fa9d10e72114", + "x-ms-correlation-request-id": "9122e37b-f45b-4806-8ae4-1c8861ef02e3", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T205733Z:9122e37b-f45b-4806-8ae4-1c8861ef02e3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2/sdk-py-tests-vol-3-7b9e2339", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A31%3A46.5119749Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T20%3A57%3A02.0006539Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:24:32.2614918Z" + "CreatedOnDate": "2022-10-23T20:49:05.8582763Z" }, "properties": { - "fileSystemId": "84be16c5-99d6-7296-6586-ee22efe8bc49", + "fileSystemId": "e3b48351-9bd5-77ff-26ab-87effe62278e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-7b9e2339", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2552,19 +2596,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_35fb0aaa", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_8740f4b5", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", - "poolId": "226dcddc-2332-6510-c35f-cd462c0e24b8", + "poolId": "0922697c-2ef2-e0ae-5aaa-89b6c4973f80", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "84be16c5-99d6-7296-6586-ee22efe8bc49", - "fileSystemId": "84be16c5-99d6-7296-6586-ee22efe8bc49", + "mountTargetId": "e3b48351-9bd5-77ff-26ab-87effe62278e", + "fileSystemId": "e3b48351-9bd5-77ff-26ab-87effe62278e", "startIp": "", "endIp": "", "gateway": "", @@ -2610,14 +2654,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:35:20 GMT", + "Date": "Sun, 23 Oct 2022 21:00:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69a96f56-921e-48d2-9473-0c8c709be59d", + "x-ms-correlation-request-id": "330f79e5-65ee-4146-b493-bb3be59be660", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133520Z:69a96f56-921e-48d2-9473-0c8c709be59d" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T210056Z:330f79e5-65ee-4146-b493-bb3be59be660" }, "ResponseBody": { "error": { @@ -2639,25 +2683,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aba17ae-959c-479b-b08d-86f8a94ee146?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07fbe30f-aaf6-47be-990d-41c243987c3b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 13:35:33 GMT", + "Date": "Sun, 23 Oct 2022 21:01:08 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aba17ae-959c-479b-b08d-86f8a94ee146?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07fbe30f-aaf6-47be-990d-41c243987c3b?api-version=2022-05-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": "4f80d10a-5fd3-48ba-97ee-d242eac3374a", + "x-ms-correlation-request-id": "a793ceea-1c7f-4481-bbfa-3ad103940907", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133533Z:4f80d10a-5fd3-48ba-97ee-d242eac3374a", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T210108Z:a793ceea-1c7f-4481-bbfa-3ad103940907", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aba17ae-959c-479b-b08d-86f8a94ee146?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07fbe30f-aaf6-47be-990d-41c243987c3b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2671,7 +2715,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:35:33 GMT", + "Date": "Sun, 23 Oct 2022 21:01:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2679,16 +2723,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c7628465-ff9c-44ae-b392-2e7802fa4e0d", + "x-ms-correlation-request-id": "25e2c66d-0129-46bf-9344-bc7522210420", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133533Z:c7628465-ff9c-44ae-b392-2e7802fa4e0d", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T210109Z:25e2c66d-0129-46bf-9344-bc7522210420", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aba17ae-959c-479b-b08d-86f8a94ee146", - "name": "7aba17ae-959c-479b-b08d-86f8a94ee146", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07fbe30f-aaf6-47be-990d-41c243987c3b", + "name": "07fbe30f-aaf6-47be-990d-41c243987c3b", "status": "Deleting", - "startTime": "2022-10-23T13:35:33.6405744Z", + "startTime": "2022-10-23T21:01:08.6821649Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2697,7 +2741,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aba17ae-959c-479b-b08d-86f8a94ee146?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07fbe30f-aaf6-47be-990d-41c243987c3b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2711,7 +2755,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:36:03 GMT", + "Date": "Sun, 23 Oct 2022 21:01:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2719,17 +2763,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "965836f5-8519-4f8f-aad8-b015c9bad035", + "x-ms-correlation-request-id": "663c173c-3e4d-44eb-ae79-1847829d8c79", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133604Z:965836f5-8519-4f8f-aad8-b015c9bad035", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T210139Z:663c173c-3e4d-44eb-ae79-1847829d8c79", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aba17ae-959c-479b-b08d-86f8a94ee146", - "name": "7aba17ae-959c-479b-b08d-86f8a94ee146", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07fbe30f-aaf6-47be-990d-41c243987c3b", + "name": "07fbe30f-aaf6-47be-990d-41c243987c3b", "status": "Succeeded", - "startTime": "2022-10-23T13:35:33.6405744Z", - "endTime": "2022-10-23T13:35:35.1876075Z", + "startTime": "2022-10-23T21:01:08.6821649Z", + "endTime": "2022-10-23T21:01:09.5728533Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1" @@ -2737,7 +2781,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aba17ae-959c-479b-b08d-86f8a94ee146?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07fbe30f-aaf6-47be-990d-41c243987c3b?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2751,7 +2795,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:36:03 GMT", + "Date": "Sun, 23 Oct 2022 21:01:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2759,22 +2803,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "435fe0d3-eed8-48b7-8444-f98318891250", + "x-ms-correlation-request-id": "b94a5092-ba50-4677-b6f5-7cb755068c05", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133604Z:435fe0d3-eed8-48b7-8444-f98318891250", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T210139Z:b94a5092-ba50-4677-b6f5-7cb755068c05", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A35%3A33.6406403Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T21%3A01%3A08.685151Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:24:18.7674198Z" + "CreatedOnDate": "2022-10-23T20:48:52.4303531Z" }, "properties": { - "poolId": "f94ff19b-282e-2b7b-4712-12c225a6bcc0", + "poolId": "872468d4-c1f5-27a8-7d95-98366d68cd76", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1", @@ -2788,10 +2832,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T13:24:19.7315889Z", + "createdAt": "2022-10-23T20:48:53.5971159Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T13:24:19.7315889Z" + "lastModifiedAt": "2022-10-23T20:48:53.5971159Z" } } }, @@ -2809,14 +2853,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 13:36:14 GMT", + "Date": "Sun, 23 Oct 2022 21:01:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3c7dfd1d-8b30-4b29-a790-b00b597e576a", + "x-ms-correlation-request-id": "daabe948-4677-46ab-aee9-59785e121014", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133614Z:3c7dfd1d-8b30-4b29-a790-b00b597e576a" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T210149Z:daabe948-4677-46ab-aee9-59785e121014" }, "ResponseBody": null }, @@ -2834,14 +2878,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 13:36:24 GMT", + "Date": "Sun, 23 Oct 2022 21:01:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f1aafc2-adac-4b3a-afff-cc949fe8f110", + "x-ms-correlation-request-id": "6fcba2de-8990-4e8d-9d80-0092ee7575cc", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133625Z:0f1aafc2-adac-4b3a-afff-cc949fe8f110" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T210200Z:6fcba2de-8990-4e8d-9d80-0092ee7575cc" }, "ResponseBody": null }, @@ -2859,14 +2903,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 13:36:34 GMT", + "Date": "Sun, 23 Oct 2022 21:02:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f110d88-9e65-43d6-b29e-1ab6497be159", + "x-ms-correlation-request-id": "f06e5d74-9f1d-493e-be7c-b59315dd449b", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133635Z:9f110d88-9e65-43d6-b29e-1ab6497be159" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T210210Z:f06e5d74-9f1d-493e-be7c-b59315dd449b" }, "ResponseBody": null }, @@ -2884,14 +2928,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 13:36:44 GMT", + "Date": "Sun, 23 Oct 2022 21:02:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e094f3d-0bc9-474a-a018-bf1ada2e1698", + "x-ms-correlation-request-id": "8a33e834-ca23-4b44-aa3c-3b66e130900f", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133645Z:0e094f3d-0bc9-474a-a018-bf1ada2e1698" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T210220Z:8a33e834-ca23-4b44-aa3c-3b66e130900f" }, "ResponseBody": null }, @@ -2910,14 +2954,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:36:54 GMT", + "Date": "Sun, 23 Oct 2022 21:02:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa6a7130-bb4f-460d-8ac2-04249c869247", + "x-ms-correlation-request-id": "c87aff23-ee9e-4e98-ac4e-8ae21e488dc0", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133655Z:fa6a7130-bb4f-460d-8ac2-04249c869247" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T210230Z:c87aff23-ee9e-4e98-ac4e-8ae21e488dc0" }, "ResponseBody": { "error": { @@ -2939,25 +2983,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c1c3a6b-d0f1-481c-bd84-ba8bd3860faa?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/af977ea8-3106-422e-8196-1996e5d8d68b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 13:37:07 GMT", + "Date": "Sun, 23 Oct 2022 21:02:41 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c1c3a6b-d0f1-481c-bd84-ba8bd3860faa?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/af977ea8-3106-422e-8196-1996e5d8d68b?api-version=2022-05-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": "0dbaa138-5984-4f05-8844-baa194db6cd7", + "x-ms-correlation-request-id": "d129acae-ea53-4e01-b454-1f53aaf2c859", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133707Z:0dbaa138-5984-4f05-8844-baa194db6cd7", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T210242Z:d129acae-ea53-4e01-b454-1f53aaf2c859", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c1c3a6b-d0f1-481c-bd84-ba8bd3860faa?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/af977ea8-3106-422e-8196-1996e5d8d68b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2971,7 +3015,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:37:07 GMT", + "Date": "Sun, 23 Oct 2022 21:02:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2979,16 +3023,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c5c14ba5-1f69-458c-b980-5aeaf4fbc108", + "x-ms-correlation-request-id": "1eff6a8a-d922-46f0-8268-c5983c96af12", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133707Z:c5c14ba5-1f69-458c-b980-5aeaf4fbc108", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T210242Z:1eff6a8a-d922-46f0-8268-c5983c96af12", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c1c3a6b-d0f1-481c-bd84-ba8bd3860faa", - "name": "5c1c3a6b-d0f1-481c-bd84-ba8bd3860faa", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/af977ea8-3106-422e-8196-1996e5d8d68b", + "name": "af977ea8-3106-422e-8196-1996e5d8d68b", "status": "Deleting", - "startTime": "2022-10-23T13:37:07.3252904Z", + "startTime": "2022-10-23T21:02:42.3202734Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2997,7 +3041,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c1c3a6b-d0f1-481c-bd84-ba8bd3860faa?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/af977ea8-3106-422e-8196-1996e5d8d68b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3011,7 +3055,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:37:37 GMT", + "Date": "Sun, 23 Oct 2022 21:03:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3019,17 +3063,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b81e401f-c489-4070-bee3-60e4f72668ad", + "x-ms-correlation-request-id": "2aa3416b-c991-4d74-b3d1-b7c69cbbfc45", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133737Z:b81e401f-c489-4070-bee3-60e4f72668ad", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T210312Z:2aa3416b-c991-4d74-b3d1-b7c69cbbfc45", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c1c3a6b-d0f1-481c-bd84-ba8bd3860faa", - "name": "5c1c3a6b-d0f1-481c-bd84-ba8bd3860faa", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/af977ea8-3106-422e-8196-1996e5d8d68b", + "name": "af977ea8-3106-422e-8196-1996e5d8d68b", "status": "Succeeded", - "startTime": "2022-10-23T13:37:07.3252904Z", - "endTime": "2022-10-23T13:37:08.4818197Z", + "startTime": "2022-10-23T21:02:42.3202734Z", + "endTime": "2022-10-23T21:02:43.3203069Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2" @@ -3037,7 +3081,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5c1c3a6b-d0f1-481c-bd84-ba8bd3860faa?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/af977ea8-3106-422e-8196-1996e5d8d68b?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3051,7 +3095,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:37:38 GMT", + "Date": "Sun, 23 Oct 2022 21:03:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3059,22 +3103,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc77bd0e-5204-41c5-9fab-73a648fd8a17", + "x-ms-correlation-request-id": "003525b5-734d-4a88-805e-ee630171ae9d", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133738Z:cc77bd0e-5204-41c5-9fab-73a648fd8a17", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T210313Z:003525b5-734d-4a88-805e-ee630171ae9d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A37%3A07.3272718Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T21%3A02%3A42.3148146Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:29:07.7530001Z" + "CreatedOnDate": "2022-10-23T20:53:43.2791951Z" }, "properties": { - "poolId": "226dcddc-2332-6510-c35f-cd462c0e24b8", + "poolId": "0922697c-2ef2-e0ae-5aaa-89b6c4973f80", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2", @@ -3088,10 +3132,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T13:29:09.3702288Z", + "createdAt": "2022-10-23T20:53:45.5068137Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T13:29:09.3702288Z" + "lastModifiedAt": "2022-10-23T20:53:45.5068137Z" } } }, @@ -3109,14 +3153,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 13:37:48 GMT", + "Date": "Sun, 23 Oct 2022 21:03:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cb37c7c7-ab7d-4a9e-9cb8-4221bc511d99", + "x-ms-correlation-request-id": "cde148a3-0917-4340-b51e-b57563879a93", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133748Z:cb37c7c7-ab7d-4a9e-9cb8-4221bc511d99" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T210323Z:cde148a3-0917-4340-b51e-b57563879a93" }, "ResponseBody": null }, @@ -3134,14 +3178,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 13:37:58 GMT", + "Date": "Sun, 23 Oct 2022 21:03:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b0340e61-73e8-40ce-8a00-438984c4a7d1", + "x-ms-correlation-request-id": "639b2f21-da17-46c2-81fc-e989b59a640d", "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133758Z:b0340e61-73e8-40ce-8a00-438984c4a7d1" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T210333Z:639b2f21-da17-46c2-81fc-e989b59a640d" }, "ResponseBody": null }, @@ -3159,14 +3203,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 13:38:08 GMT", + "Date": "Sun, 23 Oct 2022 21:03:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f9a534cd-057b-48d7-bb4a-07529488bb63", + "x-ms-correlation-request-id": "44853764-a0e3-42e7-a683-e903f974e304", "x-ms-ratelimit-remaining-subscription-deletes": "14991", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133809Z:f9a534cd-057b-48d7-bb4a-07529488bb63" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T210344Z:44853764-a0e3-42e7-a683-e903f974e304" }, "ResponseBody": null }, @@ -3184,14 +3228,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 13:38:19 GMT", + "Date": "Sun, 23 Oct 2022 21:03:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d887926-0c13-4cc0-b2d5-41d5dfed4d1b", + "x-ms-correlation-request-id": "cdfaaad1-f794-4234-b9fd-3fe5f7d1d16f", "x-ms-ratelimit-remaining-subscription-deletes": "14990", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133819Z:7d887926-0c13-4cc0-b2d5-41d5dfed4d1b" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T210354Z:cdfaaad1-f794-4234-b9fd-3fe5f7d1d16f" }, "ResponseBody": null }, @@ -3210,14 +3254,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:38:29 GMT", + "Date": "Sun, 23 Oct 2022 21:04:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "90c7993d-c794-4658-b685-48a51d6ce2eb", + "x-ms-correlation-request-id": "99f6d94a-5f46-4c6c-998e-f45c54842a3c", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133829Z:90c7993d-c794-4658-b685-48a51d6ce2eb" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T210404Z:99f6d94a-5f46-4c6c-998e-f45c54842a3c" }, "ResponseBody": { "error": { @@ -3239,25 +3283,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bd017569-e4e7-4e40-8fe5-3ae120be1ce1?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e960474-17a1-41f9-a656-fbd925dc7634?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 13:38:30 GMT", + "Date": "Sun, 23 Oct 2022 21:04:06 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bd017569-e4e7-4e40-8fe5-3ae120be1ce1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e960474-17a1-41f9-a656-fbd925dc7634?api-version=2022-05-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": "cfdb69fd-727d-4389-8d78-f2760a3d17c1", + "x-ms-correlation-request-id": "b38141bd-a3a9-4243-8e56-c3dc3529cf25", "x-ms-ratelimit-remaining-subscription-deletes": "14989", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133831Z:cfdb69fd-727d-4389-8d78-f2760a3d17c1", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T210406Z:b38141bd-a3a9-4243-8e56-c3dc3529cf25", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bd017569-e4e7-4e40-8fe5-3ae120be1ce1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e960474-17a1-41f9-a656-fbd925dc7634?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3271,7 +3315,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:38:30 GMT", + "Date": "Sun, 23 Oct 2022 21:04:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3279,17 +3323,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "92320299-434c-4f02-9b5a-4a6354f3951e", + "x-ms-correlation-request-id": "aa09c768-6c76-4b13-a724-a759ecab80ed", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133831Z:92320299-434c-4f02-9b5a-4a6354f3951e", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T210406Z:aa09c768-6c76-4b13-a724-a759ecab80ed", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bd017569-e4e7-4e40-8fe5-3ae120be1ce1", - "name": "bd017569-e4e7-4e40-8fe5-3ae120be1ce1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e960474-17a1-41f9-a656-fbd925dc7634", + "name": "8e960474-17a1-41f9-a656-fbd925dc7634", "status": "Succeeded", - "startTime": "2022-10-23T13:38:31.0129865Z", - "endTime": "2022-10-23T13:38:31.0911447Z", + "startTime": "2022-10-23T21:04:05.9214057Z", + "endTime": "2022-10-23T21:04:05.9682802Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339" @@ -3297,7 +3341,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bd017569-e4e7-4e40-8fe5-3ae120be1ce1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e960474-17a1-41f9-a656-fbd925dc7634?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3311,7 +3355,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:38:31 GMT", + "Date": "Sun, 23 Oct 2022 21:04:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3319,19 +3363,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "924cf8cd-1602-4c47-a6f2-3da7d5a5377e", + "x-ms-correlation-request-id": "e8b507db-59cd-4f0c-9b1b-1d5f957a7cfd", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133831Z:924cf8cd-1602-4c47-a6f2-3da7d5a5377e", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T210406Z:e8b507db-59cd-4f0c-9b1b-1d5f957a7cfd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339", "name": "sdk-py-tests-acc-1-7b9e2339", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A38%3A31.014591Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T21%3A04%3A05.9232134Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:24:14.7629962Z" + "CreatedOnDate": "2022-10-23T20:48:47.9678561Z" }, "properties": { "encryption": { @@ -3342,10 +3386,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T13:24:15.8861912Z", + "createdAt": "2022-10-23T20:48:48.9537323Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T13:24:15.8861912Z" + "lastModifiedAt": "2022-10-23T20:48:48.9537323Z" } } }, @@ -3364,15 +3408,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:38:31 GMT", + "Date": "Sun, 23 Oct 2022 21:04:06 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": "e1e8a6af-f31c-4425-9e7c-9df742ac0598", + "x-ms-correlation-request-id": "acb84e48-a1c6-4e0f-9e94-18f41e70ca6a", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133832Z:e1e8a6af-f31c-4425-9e7c-9df742ac0598", + "x-ms-routing-request-id": "FRANCESOUTH:20221023T210406Z:acb84e48-a1c6-4e0f-9e94-18f41e70ca6a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3396,12 +3440,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/04105437-d5af-4b58-94ae-16b70969ac42?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ca903ca8-249c-4717-aba0-5e93450f9ed0?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 13:38:32 GMT", + "Date": "Sun, 23 Oct 2022 21:04:08 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/04105437-d5af-4b58-94ae-16b70969ac42?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/ca903ca8-249c-4717-aba0-5e93450f9ed0?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3410,10 +3454,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9ed9ad3b-7519-46d1-8de4-f3a641417c26", - "x-ms-correlation-request-id": "bc9efffc-ff5e-43ca-9d79-c9d6d6c4f56f", + "x-ms-arm-service-request-id": "9d2d45f3-8f68-465d-88b8-bf47067d9e63", + "x-ms-correlation-request-id": "7d9edf18-4be0-466d-889d-47117372add7", "x-ms-ratelimit-remaining-subscription-deletes": "14988", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T133833Z:bc9efffc-ff5e-43ca-9d79-c9d6d6c4f56f" + "x-ms-routing-request-id": "FRANCESOUTH:20221023T210408Z:7d9edf18-4be0-466d-889d-47117372add7" }, "ResponseBody": null } From 594f142fe5bc4712970a0209dd51f1f764843a40 Mon Sep 17 00:00:00 2001 From: Audunn Baldvinsson Date: Mon, 24 Oct 2022 08:20:39 +0000 Subject: [PATCH 07/14] update test recording pool --- ...ppCapacityPooltest_create_delete_pool.json | 1342 +++++++++++------ 1 file changed, 846 insertions(+), 496 deletions(-) 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 fc1df46fad74..fb759195676d 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 @@ -1,709 +1,1059 @@ { "Entries": [ { - "RequestUri": "00000000-0000-0000-0000-000000000000", + "RequestUri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "00000000-0000-0000-0000-000000000000", - "Accept-Encoding": "00000000-0000-0000-0000-000000000000", - "Connection": "00000000-0000-0000-0000-000000000000", - "User-Agent": "00000000-0000-0000-0000-000000000000" + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Access-Control-Allow-Methods": "00000000-0000-0000-0000-000000000000", - "Access-Control-Allow-Origin": "00000000-0000-0000-0000-000000000000", - "Cache-Control": "00000000-0000-0000-0000-000000000000", + "Access-Control-Allow-Methods": "GET, OPTIONS", + "Access-Control-Allow-Origin": "*", + "Cache-Control": "max-age=86400, private", "Content-Length": "1753", - "Content-Type": "00000000-0000-0000-0000-000000000000", - "Date": "00000000-0000-0000-0000-000000000000", - "P3P": "00000000-0000-0000-0000-000000000000", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 24 Oct 2022 08:18:49 GMT", + "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", - "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", - "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", - "x-ms-ests-server": "00000000-0000-0000-0000-000000000000", - "X-XSS-Protection": "00000000-0000-0000-0000-000000000000" + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, - "ResponseBody": "eyJ0b2tlbl9lbmRwb2ludCI6Imh0dHBzOi8vbG9naW4ubWljcm9zb2Z0b25saW5lLmNvbS8wMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvb2F1dGgyL3YyLjAvdG9rZW4iLCJ0b2tlbl9lbmRwb2ludF9hdXRoX21ldGhvZHNfc3VwcG9ydGVkIjpbImNsaWVudF9zZWNyZXRfcG9zdCIsInByaXZhdGVfa2V5X2p3dCIsImNsaWVudF9zZWNyZXRfYmFzaWMiXSwiandrc191cmkiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwL2Rpc2NvdmVyeS92Mi4wL2tleXMiLCJyZXNwb25zZV9tb2Rlc19zdXBwb3J0ZWQiOlsicXVlcnkiLCJmcmFnbWVudCIsImZvcm1fcG9zdCJdLCJzdWJqZWN0X3R5cGVzX3N1cHBvcnRlZCI6WyJwYWlyd2lzZSJdLCJpZF90b2tlbl9zaWduaW5nX2FsZ192YWx1ZXNfc3VwcG9ydGVkIjpbIlJTMjU2Il0sInJlc3BvbnNlX3R5cGVzX3N1cHBvcnRlZCI6WyJjb2RlIiwiaWRfdG9rZW4iLCJjb2RlIGlkX3Rva2VuIiwiaWRfdG9rZW4gdG9rZW4iXSwic2NvcGVzX3N1cHBvcnRlZCI6WyJvcGVuaWQiLCJwcm9maWxlIiwiZW1haWwiLCJvZmZsaW5lX2FjY2VzcyJdLCJpc3N1ZXIiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwL3YyLjAiLCJyZXF1ZXN0X3VyaV9wYXJhbWV0ZXJfc3VwcG9ydGVkIjpmYWxzZSwidXNlcmluZm9fZW5kcG9pbnQiOiJodHRwczovL2dyYXBoLm1pY3Jvc29mdC5jb20vb2lkYy91c2VyaW5mbyIsImF1dGhvcml6YXRpb25fZW5kcG9pbnQiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwL29hdXRoMi92Mi4wL2F1dGhvcml6ZSIsImRldmljZV9hdXRob3JpemF0aW9uX2VuZHBvaW50IjoiaHR0cHM6Ly9sb2dpbi5taWNyb3NvZnRvbmxpbmUuY29tLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9vYXV0aDIvdjIuMC9kZXZpY2Vjb2RlIiwiaHR0cF9sb2dvdXRfc3VwcG9ydGVkIjp0cnVlLCJmcm9udGNoYW5uZWxfbG9nb3V0X3N1cHBvcnRlZCI6dHJ1ZSwiZW5kX3Nlc3Npb25fZW5kcG9pbnQiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwL29hdXRoMi92Mi4wL2xvZ291dCIsImNsYWltc19zdXBwb3J0ZWQiOlsic3ViIiwiaXNzIiwiY2xvdWRfaW5zdGFuY2VfbmFtZSIsImNsb3VkX2luc3RhbmNlX2hvc3RfbmFtZSIsImNsb3VkX2dyYXBoX2hvc3RfbmFtZSIsIm1zZ3JhcGhfaG9zdCIsImF1ZCIsImV4cCIsImlhdCIsImF1dGhfdGltZSIsImFjciIsIm5vbmNlIiwicHJlZmVycmVkX3VzZXJuYW1lIiwibmFtZSIsInRpZCIsInZlciIsImF0X2hhc2giLCJjX2hhc2giLCJlbWFpbCJdLCJrZXJiZXJvc19lbmRwb2ludCI6Imh0dHBzOi8vbG9naW4ubWljcm9zb2Z0b25saW5lLmNvbS8wMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAva2VyYmVyb3MiLCJ0ZW5hbnRfcmVnaW9uX3Njb3BlIjoiV1ciLCJjbG91ZF9pbnN0YW5jZV9uYW1lIjoibWljcm9zb2Z0b25saW5lLmNvbSIsImNsb3VkX2dyYXBoX2hvc3RfbmFtZSI6ImdyYXBoLndpbmRvd3MubmV0IiwibXNncmFwaF9ob3N0IjoiZ3JhcGgubWljcm9zb2Z0LmNvbSIsInJiYWNfdXJsIjoiaHR0cHM6Ly9wYXMud2luZG93cy5uZXQifQ==" + "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": "00000000-0000-0000-0000-000000000000", + "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": "00000000-0000-0000-0000-000000000000", - "Accept-Encoding": "00000000-0000-0000-0000-000000000000", - "Connection": "00000000-0000-0000-0000-000000000000", + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", "Cookie": "cookie;", - "User-Agent": "00000000-0000-0000-0000-000000000000" + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Access-Control-Allow-Methods": "00000000-0000-0000-0000-000000000000", - "Access-Control-Allow-Origin": "00000000-0000-0000-0000-000000000000", - "Cache-Control": "00000000-0000-0000-0000-000000000000", + "Access-Control-Allow-Methods": "GET, OPTIONS", + "Access-Control-Allow-Origin": "*", + "Cache-Control": "max-age=86400, private", "Content-Length": "945", - "Content-Type": "00000000-0000-0000-0000-000000000000", - "Date": "00000000-0000-0000-0000-000000000000", - "P3P": "00000000-0000-0000-0000-000000000000", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 24 Oct 2022 08:18:49 GMT", + "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", - "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", - "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", - "x-ms-ests-server": "00000000-0000-0000-0000-000000000000", - "X-XSS-Protection": "00000000-0000-0000-0000-000000000000" + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" }, - "ResponseBody": "eyJ0ZW5hbnRfZGlzY292ZXJ5X2VuZHBvaW50IjoiaHR0cHM6Ly9sb2dpbi5taWNyb3NvZnRvbmxpbmUuY29tL2NvbW1vbi8ud2VsbC1rbm93bi9vcGVuaWQtY29uZmlndXJhdGlvbiIsImFwaS12ZXJzaW9uIjoiMS4xIiwibWV0YWRhdGEiOlt7InByZWZlcnJlZF9uZXR3b3JrIjoibG9naW4ubWljcm9zb2Z0b25saW5lLmNvbSIsInByZWZlcnJlZF9jYWNoZSI6ImxvZ2luLndpbmRvd3MubmV0IiwiYWxpYXNlcyI6WyJsb2dpbi5taWNyb3NvZnRvbmxpbmUuY29tIiwibG9naW4ud2luZG93cy5uZXQiLCJsb2dpbi5taWNyb3NvZnQuY29tIiwic3RzLndpbmRvd3MubmV0Il19LHsicHJlZmVycmVkX25ldHdvcmsiOiJsb2dpbi5wYXJ0bmVyLm1pY3Jvc29mdG9ubGluZS5jbiIsInByZWZlcnJlZF9jYWNoZSI6ImxvZ2luLnBhcnRuZXIubWljcm9zb2Z0b25saW5lLmNuIiwiYWxpYXNlcyI6WyJsb2dpbi5wYXJ0bmVyLm1pY3Jvc29mdG9ubGluZS5jbiIsImxvZ2luLmNoaW5hY2xvdWRhcGkuY24iXX0seyJwcmVmZXJyZWRfbmV0d29yayI6ImxvZ2luLm1pY3Jvc29mdG9ubGluZS5kZSIsInByZWZlcnJlZF9jYWNoZSI6ImxvZ2luLm1pY3Jvc29mdG9ubGluZS5kZSIsImFsaWFzZXMiOlsibG9naW4ubWljcm9zb2Z0b25saW5lLmRlIl19LHsicHJlZmVycmVkX25ldHdvcmsiOiJsb2dpbi5taWNyb3NvZnRvbmxpbmUudXMiLCJwcmVmZXJyZWRfY2FjaGUiOiJsb2dpbi5taWNyb3NvZnRvbmxpbmUudXMiLCJhbGlhc2VzIjpbImxvZ2luLm1pY3Jvc29mdG9ubGluZS51cyIsImxvZ2luLnVzZ292Y2xvdWRhcGkubmV0Il19LHsicHJlZmVycmVkX25ldHdvcmsiOiJsb2dpbi11cy5taWNyb3NvZnRvbmxpbmUuY29tIiwicHJlZmVycmVkX2NhY2hlIjoibG9naW4tdXMubWljcm9zb2Z0b25saW5lLmNvbSIsImFsaWFzZXMiOlsibG9naW4tdXMubWljcm9zb2Z0b25saW5lLmNvbSJdfV19" + "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": "00000000-0000-0000-0000-000000000000", + "RequestUri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", "RequestMethod": "POST", "RequestHeaders": { - "Accept": "00000000-0000-0000-0000-000000000000", - "Accept-Encoding": "00000000-0000-0000-0000-000000000000", - "client-request-id": "00000000-0000-0000-0000-000000000000", - "Connection": "00000000-0000-0000-0000-000000000000", + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "client-request-id": "4f93a23d-9dd8-41eb-873c-a6cd5bf49234", + "Connection": "keep-alive", "Content-Length": "281", - "Content-Type": "00000000-0000-0000-0000-000000000000", + "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", - "User-Agent": "00000000-0000-0000-0000-000000000000", - "x-client-cpu": "00000000-0000-0000-0000-000000000000", - "x-client-current-telemetry": "00000000-0000-0000-0000-000000000000", - "x-client-last-telemetry": "00000000-0000-0000-0000-000000000000", - "x-client-os": "00000000-0000-0000-0000-000000000000", - "x-client-sku": "00000000-0000-0000-0000-000000000000", - "x-client-ver": "00000000-0000-0000-0000-000000000000", - "x-ms-lib-capability": "00000000-0000-0000-0000-000000000000" - }, - "RequestBody": "Y2xpZW50X2lkPTAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCZncmFudF90eXBlPWNsaWVudF9jcmVkZW50aWFscyZjbGllbnRfaW5mbz0xJmNsaWVudF9zZWNyZXQ9JTdCUVIlNUIlMkIlNDBhdmhFJTJCM3FpeVkxWGYmY2xhaW1zPSU3QiUyMmFjY2Vzc190b2tlbiUyMiUzQSslN0IlMjJ4bXNfY2MlMjIlM0ErJTdCJTIydmFsdWVzJTIyJTNBKyU1QiUyMkNQMSUyMiU1RCU3RCU3RCU3RCZzY29wZT1odHRwcyUzQSUyRiUyRm1hbmFnZW1lbnQuYXp1cmUuY29tJTJGLmRlZmF1bHQ=", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "win32", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.20.0", + "x-ms-lib-capability": "retry-after, h429" + }, + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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": "00000000-0000-0000-0000-000000000000", - "client-request-id": "00000000-0000-0000-0000-000000000000", - "Content-Length": "111", - "Content-Type": "00000000-0000-0000-0000-000000000000", - "Date": "00000000-0000-0000-0000-000000000000", - "Expires": "00000000-0000-0000-0000-000000000000", - "P3P": "00000000-0000-0000-0000-000000000000", - "Pragma": "00000000-0000-0000-0000-000000000000", + "Cache-Control": "no-store, no-cache", + "client-request-id": "4f93a23d-9dd8-41eb-873c-a6cd5bf49234", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 24 Oct 2022 08:18:50 GMT", + "Expires": "-1", + "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", + "Pragma": "no-cache", "Set-Cookie": "[set-cookie;]", - "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", - "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", - "x-ms-clitelem": "00000000-0000-0000-0000-000000000000", - "x-ms-ests-server": "00000000-0000-0000-0000-000000000000", - "X-XSS-Protection": "00000000-0000-0000-0000-000000000000" + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-clitelem": "1,0,0,,", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, - "ResponseBody": "eyJ0b2tlbl90eXBlIjoiQmVhcmVyIiwiZXhwaXJlc19pbiI6ODYzOTksImV4dF9leHBpcmVzX2luIjo4NjM5OSwicmVmcmVzaF9pbiI6NDMxOTksImFjY2Vzc190b2tlbiI6IlNhbml0aXplZCJ9" + "ResponseBody": { + "token_type": "Bearer", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, + "access_token": "access_token" + } }, { - "RequestUri": "00000000-0000-0000-0000-000000000000", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { - "Accept": "00000000-0000-0000-0000-000000000000", - "Accept-Encoding": "00000000-0000-0000-0000-000000000000", - "Connection": "00000000-0000-0000-0000-000000000000", + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", "Content-Length": "23", - "Content-Type": "00000000-0000-0000-0000-000000000000", - "User-Agent": "00000000-0000-0000-0000-000000000000" + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2" }, - "RequestBody": "eyJsb2NhdGlvbiI6ICJ3ZXN0dXMyIn0=", "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "00000000-0000-0000-0000-000000000000", - "Cache-Control": "00000000-0000-0000-0000-000000000000", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02a8b658-95eb-4465-a74b-f0ebb2e7cf02?api-version=2022-05-01", + "Cache-Control": "no-cache", "Content-Length": "706", - "Content-Type": "00000000-0000-0000-0000-000000000000", - "Date": "00000000-0000-0000-0000-000000000000", - "ETag": "00000000-0000-0000-0000-000000000000", - "Expires": "00000000-0000-0000-0000-000000000000", - "Pragma": "00000000-0000-0000-0000-000000000000", - "Server": "00000000-0000-0000-0000-000000000000", - "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", - "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", - "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", - "x-ms-ratelimit-remaining-subscription-writes": "00000000-0000-0000-0000-000000000000", - "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", - "X-Powered-By": "00000000-0000-0000-0000-000000000000" - }, - "ResponseBody": "eyJpZCI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9yZXNvdXJjZUdyb3Vwcy9zZGstcHl0aG9uLXRlc3RzLXJnLXRtcC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9uZXRBcHBBY2NvdW50cy9zZGstcHktdGVzdHMtYWNjLTEtMThhNDI3OGIiLCJuYW1lIjoic2RrLXB5LXRlc3RzLWFjYy0xLTE4YTQyNzhiIiwidHlwZSI6Ik1pY3Jvc29mdC5OZXRBcHAvbmV0QXBwQWNjb3VudHMiLCJldGFnIjoiVy9cImRhdGV0aW1lJzIwMjItMTAtMjNUMjAlM0EyOSUzQTUxLjI4NjEwNzNaJ1wiIiwibG9jYXRpb24iOiJ3ZXN0dXMyIiwidGFncyI6eyJDcmVhdGVkT25EYXRlIjoiMjAyMi0xMC0yM1QyMDoyOTo0Ny43NTA2MDk2WiJ9LCJwcm9wZXJ0aWVzIjp7InByb3Zpc2lvbmluZ1N0YXRlIjoiQ3JlYXRpbmcifSwic3lzdGVtRGF0YSI6eyJjcmVhdGVkQnkiOiIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiLCJjcmVhdGVkQnlUeXBlIjoiQXBwbGljYXRpb24iLCJjcmVhdGVkQXQiOiIyMDIyLTEwLTIzVDIwOjI5OjUwLjI1NTAxNTlaIiwibGFzdE1vZGlmaWVkQnkiOiIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiLCJsYXN0TW9kaWZpZWRCeVR5cGUiOiJBcHBsaWNhdGlvbiIsImxhc3RNb2RpZmllZEF0IjoiMjAyMi0xMC0yM1QyMDoyOTo1MC4yNTUwMTU5WiJ9fQ==" + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 24 Oct 2022 08:18:58 GMT", + "ETag": "W/\u0022datetime\u00272022-10-24T08%3A18%3A57.5229398Z\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": "54bcf734-6e75-403b-8458-56d13745c3dd", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T081859Z:54bcf734-6e75-403b-8458-56d13745c3dd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b", + "name": "sdk-py-tests-acc-1-18a4278b", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-24T08%3A18%3A57.5229398Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-24T08:18:53.6337451Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-24T08:18:56.5067703Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-24T08:18:56.5067703Z" + } + } }, { - "RequestUri": "00000000-0000-0000-0000-000000000000", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02a8b658-95eb-4465-a74b-f0ebb2e7cf02?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "00000000-0000-0000-0000-000000000000", - "Accept-Encoding": "00000000-0000-0000-0000-000000000000", - "Connection": "00000000-0000-0000-0000-000000000000", - "User-Agent": "00000000-0000-0000-0000-000000000000" + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "00000000-0000-0000-0000-000000000000", - "Content-Encoding": "00000000-0000-0000-0000-000000000000", - "Content-Type": "00000000-0000-0000-0000-000000000000", - "Date": "00000000-0000-0000-0000-000000000000", - "Expires": "00000000-0000-0000-0000-000000000000", - "Pragma": "00000000-0000-0000-0000-000000000000", - "Server": "00000000-0000-0000-0000-000000000000", - "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", - "Transfer-Encoding": "00000000-0000-0000-0000-000000000000", - "Vary": "00000000-0000-0000-0000-000000000000", - "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", - "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", - "x-ms-ratelimit-remaining-subscription-reads": "00000000-0000-0000-0000-000000000000", - "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", - "X-Powered-By": "00000000-0000-0000-0000-000000000000" - }, - "ResponseBody": "eyJpZCI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzdiMmNlNTQyLTVlNTYtNDUxOS1iMTEwLWY5ZTVjOWM2YzAxZCIsIm5hbWUiOiI3YjJjZTU0Mi01ZTU2LTQ1MTktYjExMC1mOWU1YzljNmMwMWQiLCJzdGF0dXMiOiJTdWNjZWVkZWQiLCJzdGFydFRpbWUiOiIyMDIyLTEwLTIzVDIwOjI5OjUxLjI4NTE5MTlaIiwiZW5kVGltZSI6IjIwMjItMTAtMjNUMjA6Mjk6NTEuMzMyMDQwNVoiLCJwZXJjZW50Q29tcGxldGUiOjEwMC4wLCJwcm9wZXJ0aWVzIjp7InJlc291cmNlTmFtZSI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9yZXNvdXJjZUdyb3Vwcy9zZGstcHl0aG9uLXRlc3RzLXJnLXRtcC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9uZXRBcHBBY2NvdW50cy9zZGstcHktdGVzdHMtYWNjLTEtMThhNDI3OGIifX0=" + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 24 Oct 2022 08:18: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": "179a1232-e674-4962-a3a6-f53ad5711689", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T081859Z:179a1232-e674-4962-a3a6-f53ad5711689", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02a8b658-95eb-4465-a74b-f0ebb2e7cf02", + "name": "02a8b658-95eb-4465-a74b-f0ebb2e7cf02", + "status": "Succeeded", + "startTime": "2022-10-24T08:18:57.5233773Z", + "endTime": "2022-10-24T08:18:57.585825Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b" + } + } }, { - "RequestUri": "00000000-0000-0000-0000-000000000000", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "00000000-0000-0000-0000-000000000000", - "Accept-Encoding": "00000000-0000-0000-0000-000000000000", - "Connection": "00000000-0000-0000-0000-000000000000", - "User-Agent": "00000000-0000-0000-0000-000000000000" + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "00000000-0000-0000-0000-000000000000", - "Content-Encoding": "00000000-0000-0000-0000-000000000000", - "Content-Type": "00000000-0000-0000-0000-000000000000", - "Date": "00000000-0000-0000-0000-000000000000", - "ETag": "00000000-0000-0000-0000-000000000000", - "Expires": "00000000-0000-0000-0000-000000000000", - "Pragma": "00000000-0000-0000-0000-000000000000", - "Server": "00000000-0000-0000-0000-000000000000", - "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", - "Transfer-Encoding": "00000000-0000-0000-0000-000000000000", - "Vary": "00000000-0000-0000-0000-000000000000", - "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", - "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", - "x-ms-ratelimit-remaining-subscription-reads": "00000000-0000-0000-0000-000000000000", - "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", - "X-Powered-By": "00000000-0000-0000-0000-000000000000" - }, - "ResponseBody": "eyJpZCI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9yZXNvdXJjZUdyb3Vwcy9zZGstcHl0aG9uLXRlc3RzLXJnLXRtcC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9uZXRBcHBBY2NvdW50cy9zZGstcHktdGVzdHMtYWNjLTEtMThhNDI3OGIiLCJuYW1lIjoic2RrLXB5LXRlc3RzLWFjYy0xLTE4YTQyNzhiIiwidHlwZSI6Ik1pY3Jvc29mdC5OZXRBcHAvbmV0QXBwQWNjb3VudHMiLCJldGFnIjoiVy9cImRhdGV0aW1lJzIwMjItMTAtMjNUMjAlM0EyOSUzQTUxLjMzNjIxNDhaJ1wiIiwibG9jYXRpb24iOiJ3ZXN0dXMyIiwidGFncyI6eyJDcmVhdGVkT25EYXRlIjoiMjAyMi0xMC0yM1QyMDoyOTo0Ny43NTA2MDk2WiJ9LCJwcm9wZXJ0aWVzIjp7ImFjdGl2ZURpcmVjdG9yaWVzIjpbeyJhY3RpdmVEaXJlY3RvcnlJZCI6IjUwM2QzOGY5LWYxN2MtZjkyZC1lZjI2LWIwZDQ2Mzc0NTM0YiIsInVzZXJuYW1lIjoic2RrdXNlciIsInBhc3N3b3JkIjoiKioqKioqKioqKioqKioqKiIsImRvbWFpbiI6InNka2RvbWFpbiIsImRucyI6IjE5Mi4wLjIuMiIsInN0YXR1cyI6IkNyZWF0ZWQiLCJzbWJTZXJ2ZXJOYW1lIjoiU0RLU01CU2VOYSIsIm9yZ2FuaXphdGlvbmFsVW5pdCI6IkNOPUNvbXB1dGVycyIsImFlc0VuY3J5cHRpb24iOmZhbHNlLCJsZGFwU2lnbmluZyI6ZmFsc2UsImxkYXBPdmVyVExTIjpmYWxzZSwiYWxsb3dMb2NhbE5mc1VzZXJzV2l0aExkYXAiOmZhbHNlLCJlbmNyeXB0RENDb25uZWN0aW9ucyI6ZmFsc2UsImxkYXBTZWFyY2hTY29wZSI6e319XSwiZW5jcnlwdGlvbiI6eyJrZXlTb3VyY2UiOiJNaWNyb3NvZnQuTmV0QXBwIn0sInByb3Zpc2lvbmluZ1N0YXRlIjoiU3VjY2VlZGVkIn0sInN5c3RlbURhdGEiOnsiY3JlYXRlZEJ5IjoiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIiwiY3JlYXRlZEJ5VHlwZSI6IkFwcGxpY2F0aW9uIiwiY3JlYXRlZEF0IjoiMjAyMi0xMC0yM1QyMDoyOTo1MC4yNTUwMTU5WiIsImxhc3RNb2RpZmllZEJ5IjoiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIiwibGFzdE1vZGlmaWVkQnlUeXBlIjoiQXBwbGljYXRpb24iLCJsYXN0TW9kaWZpZWRBdCI6IjIwMjItMTAtMjNUMjA6Mjk6NTAuMjU1MDE1OVoifX0=" + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 24 Oct 2022 08:18:59 GMT", + "ETag": "W/\u0022datetime\u00272022-10-24T08%3A18%3A57.587622Z\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": "464b06c4-eca6-4d19-8c86-4a50784db599", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T081859Z:464b06c4-eca6-4d19-8c86-4a50784db599", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b", + "name": "sdk-py-tests-acc-1-18a4278b", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-24T08%3A18%3A57.587622Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-24T08:18:53.6337451Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", + "username": "sdkuser", + "password": "****************", + "domain": "sdkdomain", + "dns": "192.0.2.2", + "status": "Created", + "smbServerName": "SDKSMBSeNa", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-24T08:18:56.5067703Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-24T08:18:56.5067703Z" + } + } }, { - "RequestUri": "00000000-0000-0000-0000-000000000000", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", "RequestMethod": "PUT", "RequestHeaders": { - "Accept": "00000000-0000-0000-0000-000000000000", - "Accept-Encoding": "00000000-0000-0000-0000-000000000000", - "Connection": "00000000-0000-0000-0000-000000000000", + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", "Content-Length": "138", - "Content-Type": "00000000-0000-0000-0000-000000000000", - "User-Agent": "00000000-0000-0000-0000-000000000000" + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "size": 4398046511104, + "serviceLevel": "Premium", + "coolAccess": false, + "encryptionType": "Single" + } }, - "RequestBody": "eyJsb2NhdGlvbiI6ICJ3ZXN0dXMyIiwgInByb3BlcnRpZXMiOiB7InNpemUiOiA0Mzk4MDQ2NTExMTA0LCAic2VydmljZUxldmVsIjogIlByZW1pdW0iLCAiY29vbEFjY2VzcyI6IGZhbHNlLCAiZW5jcnlwdGlvblR5cGUiOiAiU2luZ2xlIn19", "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "00000000-0000-0000-0000-000000000000", - "Cache-Control": "00000000-0000-0000-0000-000000000000", - "Content-Length": "921", - "Content-Type": "00000000-0000-0000-0000-000000000000", - "Date": "00000000-0000-0000-0000-000000000000", - "ETag": "00000000-0000-0000-0000-000000000000", - "Expires": "00000000-0000-0000-0000-000000000000", - "Pragma": "00000000-0000-0000-0000-000000000000", - "Server": "00000000-0000-0000-0000-000000000000", - "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", - "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", - "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", - "x-ms-ratelimit-remaining-subscription-writes": "00000000-0000-0000-0000-000000000000", - "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", - "X-Powered-By": "00000000-0000-0000-0000-000000000000" - }, - "ResponseBody": "eyJpZCI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9yZXNvdXJjZUdyb3Vwcy9zZGstcHl0aG9uLXRlc3RzLXJnLXRtcC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9uZXRBcHBBY2NvdW50cy9zZGstcHktdGVzdHMtYWNjLTEtMThhNDI3OGIvY2FwYWNpdHlQb29scy9zZGstcHktdGVzdHMtcG9vbC0xIiwibmFtZSI6InNkay1weS10ZXN0cy1hY2MtMS0xOGE0Mjc4Yi9zZGstcHktdGVzdHMtcG9vbC0xIiwidHlwZSI6Ik1pY3Jvc29mdC5OZXRBcHAvbmV0QXBwQWNjb3VudHMvY2FwYWNpdHlQb29scyIsImV0YWciOiJXL1wiZGF0ZXRpbWUnMjAyMi0xMC0yM1QyMCUzQTI5JTNBNTUuODQ1NTA2WidcIiIsImxvY2F0aW9uIjoid2VzdHVzMiIsInRhZ3MiOnsiQ3JlYXRlZE9uRGF0ZSI6IjIwMjItMTAtMjNUMjA6Mjk6NTQuNDgwNzcyNFoifSwicHJvcGVydGllcyI6eyJzZXJ2aWNlTGV2ZWwiOiJQcmVtaXVtIiwic2l6ZSI6NDM5ODA0NjUxMTEwNCwidG90YWxUaHJvdWdocHV0TWlicHMiOjAuMCwidXRpbGl6ZWRUaHJvdWdocHV0TWlicHMiOjAuMCwiZW5jcnlwdGlvblR5cGUiOiJTaW5nbGUiLCJjb29sQWNjZXNzIjpmYWxzZSwicHJvdmlzaW9uaW5nU3RhdGUiOiJDcmVhdGluZyJ9LCJzeXN0ZW1EYXRhIjp7ImNyZWF0ZWRCeSI6IjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIsImNyZWF0ZWRCeVR5cGUiOiJBcHBsaWNhdGlvbiIsImNyZWF0ZWRBdCI6IjIwMjItMTAtMjNUMjA6Mjk6NTUuNjAyNjUyM1oiLCJsYXN0TW9kaWZpZWRCeSI6IjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIsImxhc3RNb2RpZmllZEJ5VHlwZSI6IkFwcGxpY2F0aW9uIiwibGFzdE1vZGlmaWVkQXQiOiIyMDIyLTEwLTIzVDIwOjI5OjU1LjYwMjY1MjNaIn19" + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/783d5143-b7c5-4760-a713-8247561c3638?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "922", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 24 Oct 2022 08:19:02 GMT", + "ETag": "W/\u0022datetime\u00272022-10-24T08%3A19%3A02.1652766Z\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": "82112904-daff-41e6-be75-167ee1bad79d", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T081903Z:82112904-daff-41e6-be75-167ee1bad79d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-18a4278b/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-24T08%3A19%3A02.1652766Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-24T08:19:00.9215547Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-24T08:19:01.9001241Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-24T08:19:01.9001241Z" + } + } }, { - "RequestUri": "00000000-0000-0000-0000-000000000000", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/783d5143-b7c5-4760-a713-8247561c3638?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "00000000-0000-0000-0000-000000000000", - "Accept-Encoding": "00000000-0000-0000-0000-000000000000", - "Connection": "00000000-0000-0000-0000-000000000000", - "User-Agent": "00000000-0000-0000-0000-000000000000" + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "00000000-0000-0000-0000-000000000000", - "Content-Encoding": "00000000-0000-0000-0000-000000000000", - "Content-Type": "00000000-0000-0000-0000-000000000000", - "Date": "00000000-0000-0000-0000-000000000000", - "Expires": "00000000-0000-0000-0000-000000000000", - "Pragma": "00000000-0000-0000-0000-000000000000", - "Server": "00000000-0000-0000-0000-000000000000", - "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", - "Transfer-Encoding": "00000000-0000-0000-0000-000000000000", - "Vary": "00000000-0000-0000-0000-000000000000", - "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", - "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", - "x-ms-ratelimit-remaining-subscription-reads": "00000000-0000-0000-0000-000000000000", - "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", - "X-Powered-By": "00000000-0000-0000-0000-000000000000" - }, - "ResponseBody": "eyJpZCI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzVlNWMwOWE2LTIzMjktNDQ2MS1iOWYwLWYyNjA4NmFiMGM5NyIsIm5hbWUiOiI1ZTVjMDlhNi0yMzI5LTQ0NjEtYjlmMC1mMjYwODZhYjBjOTciLCJzdGF0dXMiOiJTdWNjZWVkZWQiLCJzdGFydFRpbWUiOiIyMDIyLTEwLTIzVDIwOjI5OjU1Ljg1Mjg2MjVaIiwiZW5kVGltZSI6IjIwMjItMTAtMjNUMjA6Mjk6NTYuNzU5MTE2WiIsInBlcmNlbnRDb21wbGV0ZSI6MTAwLjAsInByb3BlcnRpZXMiOnsicmVzb3VyY2VOYW1lIjoiL3N1YnNjcmlwdGlvbnMvMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwL3Jlc291cmNlR3JvdXBzL3Nkay1weXRob24tdGVzdHMtcmctdG1wL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0QXBwL25ldEFwcEFjY291bnRzL3Nkay1weS10ZXN0cy1hY2MtMS0xOGE0Mjc4Yi9jYXBhY2l0eVBvb2xzL3Nkay1weS10ZXN0cy1wb29sLTEifX0=" + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 24 Oct 2022 08:19: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": "7e615829-00c8-4d0a-aeb5-99178b3a5aeb", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T081903Z:7e615829-00c8-4d0a-aeb5-99178b3a5aeb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/783d5143-b7c5-4760-a713-8247561c3638", + "name": "783d5143-b7c5-4760-a713-8247561c3638", + "status": "Succeeded", + "startTime": "2022-10-24T08:19:02.1694219Z", + "endTime": "2022-10-24T08:19:03.4069714Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1" + } + } }, { - "RequestUri": "00000000-0000-0000-0000-000000000000", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "00000000-0000-0000-0000-000000000000", - "Accept-Encoding": "00000000-0000-0000-0000-000000000000", - "Connection": "00000000-0000-0000-0000-000000000000", - "User-Agent": "00000000-0000-0000-0000-000000000000" + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "00000000-0000-0000-0000-000000000000", - "Content-Encoding": "00000000-0000-0000-0000-000000000000", - "Content-Type": "00000000-0000-0000-0000-000000000000", - "Date": "00000000-0000-0000-0000-000000000000", - "ETag": "00000000-0000-0000-0000-000000000000", - "Expires": "00000000-0000-0000-0000-000000000000", - "Pragma": "00000000-0000-0000-0000-000000000000", - "Server": "00000000-0000-0000-0000-000000000000", - "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", - "Transfer-Encoding": "00000000-0000-0000-0000-000000000000", - "Vary": "00000000-0000-0000-0000-000000000000", - "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", - "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", - "x-ms-ratelimit-remaining-subscription-reads": "00000000-0000-0000-0000-000000000000", - "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", - "X-Powered-By": "00000000-0000-0000-0000-000000000000" - }, - "ResponseBody": "eyJpZCI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9yZXNvdXJjZUdyb3Vwcy9zZGstcHl0aG9uLXRlc3RzLXJnLXRtcC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9uZXRBcHBBY2NvdW50cy9zZGstcHktdGVzdHMtYWNjLTEtMThhNDI3OGIvY2FwYWNpdHlQb29scy9zZGstcHktdGVzdHMtcG9vbC0xIiwibmFtZSI6InNkay1weS10ZXN0cy1hY2MtMS0xOGE0Mjc4Yi9zZGstcHktdGVzdHMtcG9vbC0xIiwidHlwZSI6Ik1pY3Jvc29mdC5OZXRBcHAvbmV0QXBwQWNjb3VudHMvY2FwYWNpdHlQb29scyIsImV0YWciOiJXL1wiZGF0ZXRpbWUnMjAyMi0xMC0yM1QyMCUzQTI5JTNBNTYuNzUxMTMwNVonXCIiLCJsb2NhdGlvbiI6Indlc3R1czIiLCJ0YWdzIjp7IkNyZWF0ZWRPbkRhdGUiOiIyMDIyLTEwLTIzVDIwOjI5OjU0LjQ4MDc3MjRaIn0sInByb3BlcnRpZXMiOnsicG9vbElkIjoiODlkOGEwMGMtYjcwOS1kNjczLWE0YzUtMGZjZTcwODhhZTc5Iiwic2VydmljZUxldmVsIjoiUHJlbWl1bSIsInNpemUiOjQzOTgwNDY1MTExMDQsInFvc1R5cGUiOiJBdXRvIiwidG90YWxUaHJvdWdocHV0TWlicHMiOjI1Ni4wLCJ1dGlsaXplZFRocm91Z2hwdXRNaWJwcyI6MC4wLCJlbmNyeXB0aW9uVHlwZSI6IlNpbmdsZSIsImNvb2xBY2Nlc3MiOmZhbHNlLCJwcm92aXNpb25pbmdTdGF0ZSI6IlN1Y2NlZWRlZCJ9LCJzeXN0ZW1EYXRhIjp7ImNyZWF0ZWRCeSI6IjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIsImNyZWF0ZWRCeVR5cGUiOiJBcHBsaWNhdGlvbiIsImNyZWF0ZWRBdCI6IjIwMjItMTAtMjNUMjA6Mjk6NTUuNjAyNjUyM1oiLCJsYXN0TW9kaWZpZWRCeSI6IjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIsImxhc3RNb2RpZmllZEJ5VHlwZSI6IkFwcGxpY2F0aW9uIiwibGFzdE1vZGlmaWVkQXQiOiIyMDIyLTEwLTIzVDIwOjI5OjU1LjYwMjY1MjNaIn19" + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 24 Oct 2022 08:19:03 GMT", + "ETag": "W/\u0022datetime\u00272022-10-24T08%3A19%3A03.3983253Z\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": "2f7c6bf1-4e66-4f0b-9fbb-a82be2a13562", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T081903Z:2f7c6bf1-4e66-4f0b-9fbb-a82be2a13562", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-18a4278b/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-24T08%3A19%3A03.3983253Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-24T08:19:00.9215547Z" + }, + "properties": { + "poolId": "ab0bec9c-caac-78b2-47fa-2f1bc8b2979a", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-24T08:19:01.9001241Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-24T08:19:01.9001241Z" + } + } }, { - "RequestUri": "00000000-0000-0000-0000-000000000000", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "00000000-0000-0000-0000-000000000000", - "Accept-Encoding": "00000000-0000-0000-0000-000000000000", - "Connection": "00000000-0000-0000-0000-000000000000", - "User-Agent": "00000000-0000-0000-0000-000000000000" + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "00000000-0000-0000-0000-000000000000", - "Content-Encoding": "00000000-0000-0000-0000-000000000000", - "Content-Type": "00000000-0000-0000-0000-000000000000", - "Date": "00000000-0000-0000-0000-000000000000", - "Expires": "00000000-0000-0000-0000-000000000000", - "Pragma": "00000000-0000-0000-0000-000000000000", - "Server": "00000000-0000-0000-0000-000000000000", - "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", - "Transfer-Encoding": "00000000-0000-0000-0000-000000000000", - "Vary": "00000000-0000-0000-0000-000000000000", - "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", - "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", - "x-ms-ratelimit-remaining-subscription-reads": "00000000-0000-0000-0000-000000000000", - "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", - "X-Powered-By": "00000000-0000-0000-0000-000000000000" - }, - "ResponseBody": "eyJ2YWx1ZSI6W3siaWQiOiIvc3Vic2NyaXB0aW9ucy8wMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvcmVzb3VyY2VHcm91cHMvc2RrLXB5dGhvbi10ZXN0cy1yZy10bXAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXRBcHAvbmV0QXBwQWNjb3VudHMvc2RrLXB5LXRlc3RzLWFjYy0xLTE4YTQyNzhiL2NhcGFjaXR5UG9vbHMvc2RrLXB5LXRlc3RzLXBvb2wtMSIsIm5hbWUiOiJzZGstcHktdGVzdHMtYWNjLTEtMThhNDI3OGIvc2RrLXB5LXRlc3RzLXBvb2wtMSIsInR5cGUiOiJNaWNyb3NvZnQuTmV0QXBwL25ldEFwcEFjY291bnRzL2NhcGFjaXR5UG9vbHMiLCJldGFnIjoiVy9cImRhdGV0aW1lJzIwMjItMTAtMjNUMjAlM0EyOSUzQTU2Ljc1MTEzMDVaJ1wiIiwibG9jYXRpb24iOiJ3ZXN0dXMyIiwidGFncyI6eyJDcmVhdGVkT25EYXRlIjoiMjAyMi0xMC0yM1QyMDoyOTo1NC40ODA3NzI0WiJ9LCJwcm9wZXJ0aWVzIjp7InBvb2xJZCI6Ijg5ZDhhMDBjLWI3MDktZDY3My1hNGM1LTBmY2U3MDg4YWU3OSIsInNlcnZpY2VMZXZlbCI6IlByZW1pdW0iLCJzaXplIjo0Mzk4MDQ2NTExMTA0LCJxb3NUeXBlIjoiQXV0byIsInRvdGFsVGhyb3VnaHB1dE1pYnBzIjoyNTYuMCwidXRpbGl6ZWRUaHJvdWdocHV0TWlicHMiOjAuMCwiZW5jcnlwdGlvblR5cGUiOiJTaW5nbGUiLCJjb29sQWNjZXNzIjpmYWxzZSwicHJvdmlzaW9uaW5nU3RhdGUiOiJTdWNjZWVkZWQifSwic3lzdGVtRGF0YSI6eyJjcmVhdGVkQnkiOiIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiLCJjcmVhdGVkQnlUeXBlIjoiQXBwbGljYXRpb24iLCJjcmVhdGVkQXQiOiIyMDIyLTEwLTIzVDIwOjI5OjU1LjYwMjY1MjNaIiwibGFzdE1vZGlmaWVkQnkiOiIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiLCJsYXN0TW9kaWZpZWRCeVR5cGUiOiJBcHBsaWNhdGlvbiIsImxhc3RNb2RpZmllZEF0IjoiMjAyMi0xMC0yM1QyMDoyOTo1NS42MDI2NTIzWiJ9fV19" + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 24 Oct 2022 08:19: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": "baba7ed8-2f9d-4a1f-8cfd-eb981007533f", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T081904Z:baba7ed8-2f9d-4a1f-8cfd-eb981007533f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-18a4278b/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-24T08%3A19%3A03.3983253Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-24T08:19:00.9215547Z" + }, + "properties": { + "poolId": "ab0bec9c-caac-78b2-47fa-2f1bc8b2979a", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-24T08:19:01.9001241Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-24T08:19:01.9001241Z" + } + } + ] + } }, { - "RequestUri": "00000000-0000-0000-0000-000000000000", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", "RequestMethod": "DELETE", "RequestHeaders": { - "Accept": "00000000-0000-0000-0000-000000000000", - "Accept-Encoding": "00000000-0000-0000-0000-000000000000", - "Connection": "00000000-0000-0000-0000-000000000000", - "Content-Length": "00000000-0000-0000-0000-000000000000", - "User-Agent": "00000000-0000-0000-0000-000000000000" + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "00000000-0000-0000-0000-000000000000", - "Cache-Control": "00000000-0000-0000-0000-000000000000", - "Content-Length": "00000000-0000-0000-0000-000000000000", - "Date": "00000000-0000-0000-0000-000000000000", - "Expires": "00000000-0000-0000-0000-000000000000", - "Location": "00000000-0000-0000-0000-000000000000", - "Pragma": "00000000-0000-0000-0000-000000000000", - "Server": "00000000-0000-0000-0000-000000000000", - "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", - "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", - "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", - "x-ms-ratelimit-remaining-subscription-deletes": "00000000-0000-0000-0000-000000000000", - "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", - "X-Powered-By": "00000000-0000-0000-0000-000000000000" + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e55d933d-22cf-4286-81b0-07e5c274f790?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Mon, 24 Oct 2022 08:19:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e55d933d-22cf-4286-81b0-07e5c274f790?api-version=2022-05-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": "07d4bbe1-2ed4-4331-b974-184ab8f2c6bd", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T081915Z:07d4bbe1-2ed4-4331-b974-184ab8f2c6bd", + "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "00000000-0000-0000-0000-000000000000", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e55d933d-22cf-4286-81b0-07e5c274f790?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "00000000-0000-0000-0000-000000000000", - "Accept-Encoding": "00000000-0000-0000-0000-000000000000", - "Connection": "00000000-0000-0000-0000-000000000000", - "User-Agent": "00000000-0000-0000-0000-000000000000" + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "00000000-0000-0000-0000-000000000000", - "Content-Encoding": "00000000-0000-0000-0000-000000000000", - "Content-Type": "00000000-0000-0000-0000-000000000000", - "Date": "00000000-0000-0000-0000-000000000000", - "Expires": "00000000-0000-0000-0000-000000000000", - "Pragma": "00000000-0000-0000-0000-000000000000", - "Server": "00000000-0000-0000-0000-000000000000", - "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", - "Transfer-Encoding": "00000000-0000-0000-0000-000000000000", - "Vary": "00000000-0000-0000-0000-000000000000", - "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", - "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", - "x-ms-ratelimit-remaining-subscription-reads": "00000000-0000-0000-0000-000000000000", - "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", - "X-Powered-By": "00000000-0000-0000-0000-000000000000" - }, - "ResponseBody": "eyJpZCI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzVlYzRmZTQwLTU1YmYtNGE1NC05YmRlLTEzNTFmMmViZjYxNiIsIm5hbWUiOiI1ZWM0ZmU0MC01NWJmLTRhNTQtOWJkZS0xMzUxZjJlYmY2MTYiLCJzdGF0dXMiOiJEZWxldGluZyIsInN0YXJ0VGltZSI6IjIwMjItMTAtMjNUMjA6MzA6MDguNDU2Mzc5MloiLCJlbmRUaW1lIjoiMDAwMS0wMS0wMVQwMDowMDowMFoiLCJwZXJjZW50Q29tcGxldGUiOjAuMCwicHJvcGVydGllcyI6eyJyZXNvdXJjZU5hbWUiOiIvc3Vic2NyaXB0aW9ucy8wMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvcmVzb3VyY2VHcm91cHMvc2RrLXB5dGhvbi10ZXN0cy1yZy10bXAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXRBcHAvbmV0QXBwQWNjb3VudHMvc2RrLXB5LXRlc3RzLWFjYy0xLTE4YTQyNzhiL2NhcGFjaXR5UG9vbHMvc2RrLXB5LXRlc3RzLXBvb2wtMSJ9fQ==" - }, - { - "RequestUri": "00000000-0000-0000-0000-000000000000", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "00000000-0000-0000-0000-000000000000", - "Accept-Encoding": "00000000-0000-0000-0000-000000000000", - "Connection": "00000000-0000-0000-0000-000000000000", - "User-Agent": "00000000-0000-0000-0000-000000000000" + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 24 Oct 2022 08:19: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": "f88ed07c-3b30-4e42-be6b-99d46085c749", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T081915Z:f88ed07c-3b30-4e42-be6b-99d46085c749", + "X-Powered-By": "ASP.NET" }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "00000000-0000-0000-0000-000000000000", - "Content-Encoding": "00000000-0000-0000-0000-000000000000", - "Content-Type": "00000000-0000-0000-0000-000000000000", - "Date": "00000000-0000-0000-0000-000000000000", - "Expires": "00000000-0000-0000-0000-000000000000", - "Pragma": "00000000-0000-0000-0000-000000000000", - "Server": "00000000-0000-0000-0000-000000000000", - "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", - "Transfer-Encoding": "00000000-0000-0000-0000-000000000000", - "Vary": "00000000-0000-0000-0000-000000000000", - "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", - "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", - "x-ms-ratelimit-remaining-subscription-reads": "00000000-0000-0000-0000-000000000000", - "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", - "X-Powered-By": "00000000-0000-0000-0000-000000000000" - }, - "ResponseBody": "eyJpZCI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzVlYzRmZTQwLTU1YmYtNGE1NC05YmRlLTEzNTFmMmViZjYxNiIsIm5hbWUiOiI1ZWM0ZmU0MC01NWJmLTRhNTQtOWJkZS0xMzUxZjJlYmY2MTYiLCJzdGF0dXMiOiJTdWNjZWVkZWQiLCJzdGFydFRpbWUiOiIyMDIyLTEwLTIzVDIwOjMwOjA4LjQ1NjM3OTJaIiwiZW5kVGltZSI6IjIwMjItMTAtMjNUMjA6MzA6MDkuMTgwNDhaIiwicGVyY2VudENvbXBsZXRlIjoxMDAuMCwicHJvcGVydGllcyI6eyJyZXNvdXJjZU5hbWUiOiIvc3Vic2NyaXB0aW9ucy8wMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvcmVzb3VyY2VHcm91cHMvc2RrLXB5dGhvbi10ZXN0cy1yZy10bXAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXRBcHAvbmV0QXBwQWNjb3VudHMvc2RrLXB5LXRlc3RzLWFjYy0xLTE4YTQyNzhiL2NhcGFjaXR5UG9vbHMvc2RrLXB5LXRlc3RzLXBvb2wtMSJ9fQ==" + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e55d933d-22cf-4286-81b0-07e5c274f790", + "name": "e55d933d-22cf-4286-81b0-07e5c274f790", + "status": "Succeeded", + "startTime": "2022-10-24T08:19:14.9106923Z", + "endTime": "2022-10-24T08:19:15.1606474Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1" + } + } }, { - "RequestUri": "00000000-0000-0000-0000-000000000000", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e55d933d-22cf-4286-81b0-07e5c274f790?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "00000000-0000-0000-0000-000000000000", - "Accept-Encoding": "00000000-0000-0000-0000-000000000000", - "Connection": "00000000-0000-0000-0000-000000000000", - "User-Agent": "00000000-0000-0000-0000-000000000000" + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "00000000-0000-0000-0000-000000000000", - "Content-Encoding": "00000000-0000-0000-0000-000000000000", - "Content-Type": "00000000-0000-0000-0000-000000000000", - "Date": "00000000-0000-0000-0000-000000000000", - "Expires": "00000000-0000-0000-0000-000000000000", - "Pragma": "00000000-0000-0000-0000-000000000000", - "Server": "00000000-0000-0000-0000-000000000000", - "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", - "Transfer-Encoding": "00000000-0000-0000-0000-000000000000", - "Vary": "00000000-0000-0000-0000-000000000000", - "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", - "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", - "x-ms-ratelimit-remaining-subscription-reads": "00000000-0000-0000-0000-000000000000", - "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", - "X-Powered-By": "00000000-0000-0000-0000-000000000000" - }, - "ResponseBody": "eyJpZCI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9yZXNvdXJjZUdyb3Vwcy9zZGstcHl0aG9uLXRlc3RzLXJnLXRtcC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9uZXRBcHBBY2NvdW50cy9zZGstcHktdGVzdHMtYWNjLTEtMThhNDI3OGIvY2FwYWNpdHlQb29scy9zZGstcHktdGVzdHMtcG9vbC0xIiwibmFtZSI6InNkay1weS10ZXN0cy1hY2MtMS0xOGE0Mjc4Yi9zZGstcHktdGVzdHMtcG9vbC0xIiwidHlwZSI6Ik1pY3Jvc29mdC5OZXRBcHAvbmV0QXBwQWNjb3VudHMvY2FwYWNpdHlQb29scyIsImV0YWciOiJXL1wiZGF0ZXRpbWUnMjAyMi0xMC0yM1QyMCUzQTMwJTNBMDguNDU1NDYyNVonXCIiLCJsb2NhdGlvbiI6Indlc3R1czIiLCJ0YWdzIjp7IkNyZWF0ZWRPbkRhdGUiOiIyMDIyLTEwLTIzVDIwOjI5OjU0LjQ4MDc3MjRaIn0sInByb3BlcnRpZXMiOnsicG9vbElkIjoiODlkOGEwMGMtYjcwOS1kNjczLWE0YzUtMGZjZTcwODhhZTc5Iiwic2VydmljZUxldmVsIjoiUHJlbWl1bSIsInNpemUiOjQzOTgwNDY1MTExMDQsInZlbmRvcklEIjoiL3N1YnNjcmlwdGlvbnMvMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwL3Jlc291cmNlR3JvdXBzL3Nkay1weXRob24tdGVzdHMtcmctdG1wL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0QXBwL25ldEFwcEFjY291bnRzL3Nkay1weS10ZXN0cy1hY2MtMS0xOGE0Mjc4Yi9jYXBhY2l0eVBvb2xzL3Nkay1weS10ZXN0cy1wb29sLTEiLCJxb3NUeXBlIjoiQXV0byIsInRvdGFsVGhyb3VnaHB1dE1pYnBzIjoyNTYuMCwidXRpbGl6ZWRUaHJvdWdocHV0TWlicHMiOjAuMCwiZW5jcnlwdGlvblR5cGUiOiJTaW5nbGUiLCJjb29sQWNjZXNzIjpmYWxzZSwicHJvdmlzaW9uaW5nU3RhdGUiOiJEZWxldGluZyJ9LCJzeXN0ZW1EYXRhIjp7ImNyZWF0ZWRCeSI6IjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIsImNyZWF0ZWRCeVR5cGUiOiJBcHBsaWNhdGlvbiIsImNyZWF0ZWRBdCI6IjIwMjItMTAtMjNUMjA6Mjk6NTUuNjAyNjUyM1oiLCJsYXN0TW9kaWZpZWRCeSI6IjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIsImxhc3RNb2RpZmllZEJ5VHlwZSI6IkFwcGxpY2F0aW9uIiwibGFzdE1vZGlmaWVkQXQiOiIyMDIyLTEwLTIzVDIwOjI5OjU1LjYwMjY1MjNaIn19" + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 24 Oct 2022 08:19: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": "998753ee-ab06-45b6-adca-9eec9184594b", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T081915Z:998753ee-ab06-45b6-adca-9eec9184594b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1-18a4278b/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-10-24T08%3A19%3A14.9027949Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-24T08:19:00.9215547Z" + }, + "properties": { + "poolId": "ab0bec9c-caac-78b2-47fa-2f1bc8b2979a", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-24T08:19:01.9001241Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-24T08:19:01.9001241Z" + } + } }, { - "RequestUri": "00000000-0000-0000-0000-000000000000", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", "RequestMethod": "DELETE", "RequestHeaders": { - "Accept": "00000000-0000-0000-0000-000000000000", - "Accept-Encoding": "00000000-0000-0000-0000-000000000000", - "Connection": "00000000-0000-0000-0000-000000000000", - "Content-Length": "00000000-0000-0000-0000-000000000000", - "User-Agent": "00000000-0000-0000-0000-000000000000" + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "Cache-Control": "00000000-0000-0000-0000-000000000000", - "Date": "00000000-0000-0000-0000-000000000000", - "Expires": "00000000-0000-0000-0000-000000000000", - "Pragma": "00000000-0000-0000-0000-000000000000", - "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", - "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", - "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", - "x-ms-ratelimit-remaining-subscription-deletes": "00000000-0000-0000-0000-000000000000", - "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000" + "Cache-Control": "no-cache", + "Date": "Mon, 24 Oct 2022 08:19:27 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": "ab7aec83-1c99-4559-84fe-fb628edc441f", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T081927Z:ab7aec83-1c99-4559-84fe-fb628edc441f", + "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "00000000-0000-0000-0000-000000000000", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", "RequestMethod": "DELETE", "RequestHeaders": { - "Accept": "00000000-0000-0000-0000-000000000000", - "Accept-Encoding": "00000000-0000-0000-0000-000000000000", - "Connection": "00000000-0000-0000-0000-000000000000", - "Content-Length": "00000000-0000-0000-0000-000000000000", - "User-Agent": "00000000-0000-0000-0000-000000000000" + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "Cache-Control": "00000000-0000-0000-0000-000000000000", - "Date": "00000000-0000-0000-0000-000000000000", - "Expires": "00000000-0000-0000-0000-000000000000", - "Pragma": "00000000-0000-0000-0000-000000000000", - "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", - "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", - "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", - "x-ms-ratelimit-remaining-subscription-deletes": "00000000-0000-0000-0000-000000000000", - "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000" + "Cache-Control": "no-cache", + "Date": "Mon, 24 Oct 2022 08:19:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "fc673ee1-1d89-4911-a1d1-3977bac6c140", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T081938Z:fc673ee1-1d89-4911-a1d1-3977bac6c140" }, "ResponseBody": null }, { - "RequestUri": "00000000-0000-0000-0000-000000000000", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", "RequestMethod": "DELETE", "RequestHeaders": { - "Accept": "00000000-0000-0000-0000-000000000000", - "Accept-Encoding": "00000000-0000-0000-0000-000000000000", - "Connection": "00000000-0000-0000-0000-000000000000", - "Content-Length": "00000000-0000-0000-0000-000000000000", - "User-Agent": "00000000-0000-0000-0000-000000000000" + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "Cache-Control": "00000000-0000-0000-0000-000000000000", - "Date": "00000000-0000-0000-0000-000000000000", - "Expires": "00000000-0000-0000-0000-000000000000", - "Pragma": "00000000-0000-0000-0000-000000000000", - "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", - "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", - "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", - "x-ms-ratelimit-remaining-subscription-deletes": "00000000-0000-0000-0000-000000000000", - "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000" + "Cache-Control": "no-cache", + "Date": "Mon, 24 Oct 2022 08:19:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "85280fb8-5f5b-46d4-b592-e56b980f2def", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T081948Z:85280fb8-5f5b-46d4-b592-e56b980f2def" }, "ResponseBody": null }, { - "RequestUri": "00000000-0000-0000-0000-000000000000", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", "RequestMethod": "DELETE", "RequestHeaders": { - "Accept": "00000000-0000-0000-0000-000000000000", - "Accept-Encoding": "00000000-0000-0000-0000-000000000000", - "Connection": "00000000-0000-0000-0000-000000000000", - "Content-Length": "00000000-0000-0000-0000-000000000000", - "User-Agent": "00000000-0000-0000-0000-000000000000" + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "Cache-Control": "00000000-0000-0000-0000-000000000000", - "Date": "00000000-0000-0000-0000-000000000000", - "Expires": "00000000-0000-0000-0000-000000000000", - "Pragma": "00000000-0000-0000-0000-000000000000", - "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", - "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", - "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", - "x-ms-ratelimit-remaining-subscription-deletes": "00000000-0000-0000-0000-000000000000", - "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000" + "Cache-Control": "no-cache", + "Date": "Mon, 24 Oct 2022 08:19:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b9cdd9ef-8e0a-4adc-8f83-4a8b3ffbfcf7", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T081958Z:b9cdd9ef-8e0a-4adc-8f83-4a8b3ffbfcf7" }, "ResponseBody": null }, { - "RequestUri": "00000000-0000-0000-0000-000000000000", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "00000000-0000-0000-0000-000000000000", - "Accept-Encoding": "00000000-0000-0000-0000-000000000000", - "Connection": "00000000-0000-0000-0000-000000000000", - "User-Agent": "00000000-0000-0000-0000-000000000000" + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { - "Cache-Control": "00000000-0000-0000-0000-000000000000", + "Cache-Control": "no-cache", "Content-Length": "288", - "Content-Type": "00000000-0000-0000-0000-000000000000", - "Date": "00000000-0000-0000-0000-000000000000", - "Expires": "00000000-0000-0000-0000-000000000000", - "Pragma": "00000000-0000-0000-0000-000000000000", - "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", - "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", - "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", - "x-ms-failure-cause": "00000000-0000-0000-0000-000000000000", - "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000" - }, - "ResponseBody": "eyJlcnJvciI6eyJjb2RlIjoiUmVzb3VyY2VOb3RGb3VuZCIsIm1lc3NhZ2UiOiJUaGUgUmVzb3VyY2UgJ01pY3Jvc29mdC5OZXRBcHAvbmV0QXBwQWNjb3VudHMvc2RrLXB5LXRlc3RzLWFjYy0xLTE4YTQyNzhiL2NhcGFjaXR5UG9vbHMvc2RrLXB5LXRlc3RzLXBvb2wtMScgdW5kZXIgcmVzb3VyY2UgZ3JvdXAgJ3Nkay1weXRob24tdGVzdHMtcmctdG1wJyB3YXMgbm90IGZvdW5kLiBGb3IgbW9yZSBkZXRhaWxzIHBsZWFzZSBnbyB0byBodHRwczovL2FrYS5tcy9BUk1SZXNvdXJjZU5vdEZvdW5kRml4In19" + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 24 Oct 2022 08:20:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "bc659ed4-1043-4d4b-bc94-c8a766feae5f", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T082009Z:bc659ed4-1043-4d4b-bc94-c8a766feae5f" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg-tmp\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } }, { - "RequestUri": "00000000-0000-0000-0000-000000000000", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "00000000-0000-0000-0000-000000000000", - "Accept-Encoding": "00000000-0000-0000-0000-000000000000", - "Connection": "00000000-0000-0000-0000-000000000000", - "User-Agent": "00000000-0000-0000-0000-000000000000" + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "00000000-0000-0000-0000-000000000000", - "Content-Encoding": "00000000-0000-0000-0000-000000000000", - "Content-Type": "00000000-0000-0000-0000-000000000000", - "Date": "00000000-0000-0000-0000-000000000000", - "Expires": "00000000-0000-0000-0000-000000000000", - "Pragma": "00000000-0000-0000-0000-000000000000", - "Server": "00000000-0000-0000-0000-000000000000", - "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", - "Transfer-Encoding": "00000000-0000-0000-0000-000000000000", - "Vary": "00000000-0000-0000-0000-000000000000", - "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", - "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", - "x-ms-ratelimit-remaining-subscription-reads": "00000000-0000-0000-0000-000000000000", - "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", - "X-Powered-By": "00000000-0000-0000-0000-000000000000" - }, - "ResponseBody": "eyJ2YWx1ZSI6W119" + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 24 Oct 2022 08:20: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": "b906e857-b7cc-4d2e-a7e2-984b3b589e83", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T082009Z:b906e857-b7cc-4d2e-a7e2-984b3b589e83", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [] + } }, { - "RequestUri": "00000000-0000-0000-0000-000000000000", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b?api-version=2022-05-01", "RequestMethod": "DELETE", "RequestHeaders": { - "Accept": "00000000-0000-0000-0000-000000000000", - "Accept-Encoding": "00000000-0000-0000-0000-000000000000", - "Connection": "00000000-0000-0000-0000-000000000000", - "Content-Length": "00000000-0000-0000-0000-000000000000", - "User-Agent": "00000000-0000-0000-0000-000000000000" + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "00000000-0000-0000-0000-000000000000", - "Cache-Control": "00000000-0000-0000-0000-000000000000", - "Content-Length": "00000000-0000-0000-0000-000000000000", - "Date": "00000000-0000-0000-0000-000000000000", - "Expires": "00000000-0000-0000-0000-000000000000", - "Location": "00000000-0000-0000-0000-000000000000", - "Pragma": "00000000-0000-0000-0000-000000000000", - "Server": "00000000-0000-0000-0000-000000000000", - "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", - "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", - "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", - "x-ms-ratelimit-remaining-subscription-deletes": "00000000-0000-0000-0000-000000000000", - "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", - "X-Powered-By": "00000000-0000-0000-0000-000000000000" + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f507afda-173f-411b-876a-62ae1351b126?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Mon, 24 Oct 2022 08:20:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f507afda-173f-411b-876a-62ae1351b126?api-version=2022-05-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": "3e42c926-9842-4b9f-b9e4-744f552fff75", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T082010Z:3e42c926-9842-4b9f-b9e4-744f552fff75", + "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "00000000-0000-0000-0000-000000000000", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f507afda-173f-411b-876a-62ae1351b126?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "00000000-0000-0000-0000-000000000000", - "Accept-Encoding": "00000000-0000-0000-0000-000000000000", - "Connection": "00000000-0000-0000-0000-000000000000", - "User-Agent": "00000000-0000-0000-0000-000000000000" + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "00000000-0000-0000-0000-000000000000", - "Content-Encoding": "00000000-0000-0000-0000-000000000000", - "Content-Type": "00000000-0000-0000-0000-000000000000", - "Date": "00000000-0000-0000-0000-000000000000", - "Expires": "00000000-0000-0000-0000-000000000000", - "Pragma": "00000000-0000-0000-0000-000000000000", - "Server": "00000000-0000-0000-0000-000000000000", - "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", - "Transfer-Encoding": "00000000-0000-0000-0000-000000000000", - "Vary": "00000000-0000-0000-0000-000000000000", - "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", - "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", - "x-ms-ratelimit-remaining-subscription-reads": "00000000-0000-0000-0000-000000000000", - "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", - "X-Powered-By": "00000000-0000-0000-0000-000000000000" - }, - "ResponseBody": "eyJpZCI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzFkYzg1MWZhLWFkYTctNGFjNC1iMGI4LWE1NTVkZjJlNTZkMCIsIm5hbWUiOiIxZGM4NTFmYS1hZGE3LTRhYzQtYjBiOC1hNTU1ZGYyZTU2ZDAiLCJzdGF0dXMiOiJTdWNjZWVkZWQiLCJzdGFydFRpbWUiOiIyMDIyLTEwLTIzVDIwOjMxOjMyLjU3NzU1NzNaIiwiZW5kVGltZSI6IjIwMjItMTAtMjNUMjA6MzE6MzIuNjM5OTk1OFoiLCJwZXJjZW50Q29tcGxldGUiOjEwMC4wLCJwcm9wZXJ0aWVzIjp7InJlc291cmNlTmFtZSI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9yZXNvdXJjZUdyb3Vwcy9zZGstcHl0aG9uLXRlc3RzLXJnLXRtcC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9uZXRBcHBBY2NvdW50cy9zZGstcHktdGVzdHMtYWNjLTEtMThhNDI3OGIifX0=" + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 24 Oct 2022 08:20: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": "1d1672e7-b7dd-4049-bfb8-090cfe9d5576", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T082010Z:1d1672e7-b7dd-4049-bfb8-090cfe9d5576", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f507afda-173f-411b-876a-62ae1351b126", + "name": "f507afda-173f-411b-876a-62ae1351b126", + "status": "Succeeded", + "startTime": "2022-10-24T08:20:10.0797124Z", + "endTime": "2022-10-24T08:20:10.1266083Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b" + } + } }, { - "RequestUri": "00000000-0000-0000-0000-000000000000", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f507afda-173f-411b-876a-62ae1351b126?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "00000000-0000-0000-0000-000000000000", - "Accept-Encoding": "00000000-0000-0000-0000-000000000000", - "Connection": "00000000-0000-0000-0000-000000000000", - "User-Agent": "00000000-0000-0000-0000-000000000000" + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "Cache-Control": "00000000-0000-0000-0000-000000000000", - "Content-Encoding": "00000000-0000-0000-0000-000000000000", - "Content-Type": "00000000-0000-0000-0000-000000000000", - "Date": "00000000-0000-0000-0000-000000000000", - "Expires": "00000000-0000-0000-0000-000000000000", - "Pragma": "00000000-0000-0000-0000-000000000000", - "Server": "00000000-0000-0000-0000-000000000000", - "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", - "Transfer-Encoding": "00000000-0000-0000-0000-000000000000", - "Vary": "00000000-0000-0000-0000-000000000000", - "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", - "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", - "x-ms-ratelimit-remaining-subscription-reads": "00000000-0000-0000-0000-000000000000", - "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", - "X-Powered-By": "00000000-0000-0000-0000-000000000000" - }, - "ResponseBody": "eyJpZCI6Ii9zdWJzY3JpcHRpb25zLzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC9yZXNvdXJjZUdyb3Vwcy9zZGstcHl0aG9uLXRlc3RzLXJnLXRtcC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldEFwcC9uZXRBcHBBY2NvdW50cy9zZGstcHktdGVzdHMtYWNjLTEtMThhNDI3OGIiLCJuYW1lIjoic2RrLXB5LXRlc3RzLWFjYy0xLTE4YTQyNzhiIiwidHlwZSI6Ik1pY3Jvc29mdC5OZXRBcHAvbmV0QXBwQWNjb3VudHMiLCJldGFnIjoiVy9cImRhdGV0aW1lJzIwMjItMTAtMjNUMjAlM0EzMSUzQTMyLjU3ODU0MjJaJ1wiIiwibG9jYXRpb24iOiJ3ZXN0dXMyIiwidGFncyI6eyJDcmVhdGVkT25EYXRlIjoiMjAyMi0xMC0yM1QyMDoyOTo0Ny43NTA2MDk2WiJ9LCJwcm9wZXJ0aWVzIjp7ImVuY3J5cHRpb24iOnsia2V5U291cmNlIjoiTWljcm9zb2Z0Lk5ldEFwcCJ9LCJwcm92aXNpb25pbmdTdGF0ZSI6IkRlbGV0aW5nIn0sInN5c3RlbURhdGEiOnsiY3JlYXRlZEJ5IjoiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIiwiY3JlYXRlZEJ5VHlwZSI6IkFwcGxpY2F0aW9uIiwiY3JlYXRlZEF0IjoiMjAyMi0xMC0yM1QyMDoyOTo1MC4yNTUwMTU5WiIsImxhc3RNb2RpZmllZEJ5IjoiMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIiwibGFzdE1vZGlmaWVkQnlUeXBlIjoiQXBwbGljYXRpb24iLCJsYXN0TW9kaWZpZWRBdCI6IjIwMjItMTAtMjNUMjA6Mjk6NTAuMjU1MDE1OVoifX0=" + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 24 Oct 2022 08: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": "d69f6240-ec7e-453c-b342-f0a43fc25f99", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T082010Z:d69f6240-ec7e-453c-b342-f0a43fc25f99", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b", + "name": "sdk-py-tests-acc-1-18a4278b", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-10-24T08%3A20%3A10.0774389Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-24T08:18:53.6337451Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-24T08:18:56.5067703Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-24T08:18:56.5067703Z" + } + } }, { - "RequestUri": "00000000-0000-0000-0000-000000000000", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "00000000-0000-0000-0000-000000000000", - "Accept-Encoding": "00000000-0000-0000-0000-000000000000", - "Connection": "00000000-0000-0000-0000-000000000000", - "User-Agent": "00000000-0000-0000-0000-000000000000" + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { - "Cache-Control": "00000000-0000-0000-0000-000000000000", + "Cache-Control": "no-cache", "Content-Length": "255", - "Content-Type": "00000000-0000-0000-0000-000000000000", - "Date": "00000000-0000-0000-0000-000000000000", - "Expires": "00000000-0000-0000-0000-000000000000", - "Pragma": "00000000-0000-0000-0000-000000000000", - "Server": "00000000-0000-0000-0000-000000000000", - "Strict-Transport-Security": "00000000-0000-0000-0000-000000000000", - "X-Content-Type-Options": "00000000-0000-0000-0000-000000000000", - "x-ms-correlation-request-id": "00000000-0000-0000-0000-000000000000", - "x-ms-ratelimit-remaining-subscription-reads": "00000000-0000-0000-0000-000000000000", - "x-ms-routing-request-id": "00000000-0000-0000-0000-000000000000", - "X-Powered-By": "00000000-0000-0000-0000-000000000000" - }, - "ResponseBody": "eyJlcnJvciI6eyJjb2RlIjoiUmVzb3VyY2VOb3RGb3VuZCIsIm1lc3NhZ2UiOiJUaGUgcmVzb3VyY2Ugd2l0aCBpZGVudGlmaWVyICcvc3Vic2NyaXB0aW9ucy8wMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvcmVzb3VyY2VHcm91cHMvc2RrLXB5dGhvbi10ZXN0cy1yZy10bXAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXRBcHAvbmV0QXBwQWNjb3VudHMvc2RrLXB5LXRlc3RzLWFjYy0xLTE4YTQyNzhiJyBpcyBub3QgZm91bmQuIn19" + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 24 Oct 2022 08:20: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": "aa64c377-f916-4025-8410-931308044a13", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T082011Z:aa64c377-f916-4025-8410-931308044a13", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The resource with identifier \u0027/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b\u0027 is not found." + } + } } ], "Variables": {} From 0019e0908776d04a303a3ecbc0621ca375318942 Mon Sep 17 00:00:00 2001 From: Audunn Baldvinsson Date: Mon, 24 Oct 2022 16:23:04 +0000 Subject: [PATCH 08/14] remove commented line --- sdk/netapp/azure-mgmt-netapp/tests/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk/netapp/azure-mgmt-netapp/tests/conftest.py b/sdk/netapp/azure-mgmt-netapp/tests/conftest.py index 4aa45f761dc1..475682883f6e 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/conftest.py +++ b/sdk/netapp/azure-mgmt-netapp/tests/conftest.py @@ -49,7 +49,6 @@ def add_sanitizers(test_proxy): add_general_regex_sanitizer(regex=subscription_id, value="00000000-0000-0000-0000-000000000000") add_general_regex_sanitizer(regex=tenant_id, value="00000000-0000-0000-0000-000000000000") add_general_regex_sanitizer(regex=client_id, value="00000000-0000-0000-0000-000000000000") - #add_general_regex_sanitizer(value="00000000-0000-0000-0000-000000000000", target=client_secret) add_general_string_sanitizer(value="00000000-0000-0000-0000-000000000000", target=client_secret) add_header_regex_sanitizer(key="Set-Cookie", value="[set-cookie;]") add_header_regex_sanitizer(key="Cookie", value="cookie;") From 58f69eac8c9749c29d2515759a12c829904ebb71 Mon Sep 17 00:00:00 2001 From: Audunn Baldvinsson Date: Mon, 24 Oct 2022 17:09:51 +0000 Subject: [PATCH 09/14] update test files --- ...tAppAccounttest_create_delete_account.json | 173 ++++++------ ...NetAppAccounttest_get_account_by_name.json | 130 ++++----- ...pyTestNetAppAccounttest_list_accounts.json | 260 +++++++++--------- ...pyTestNetAppAccounttest_patch_account.json | 128 ++++----- 4 files changed, 338 insertions(+), 353 deletions(-) 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 eff31b24196b..06543c3a4369 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 @@ -17,7 +17,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:09 GMT", + "Date": "Mon, 24 Oct 2022 17:08:41 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:09 GMT", + "Date": "Mon, 24 Oct 2022 17:08:41 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "0dac240f-45b5-4818-923d-c66e72b569b4", + "client-request-id": "a01cc604-6c3e-4397-b757-c3aa7d1085ce", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "0dac240f-45b5-4818-923d-c66e72b569b4", + "client-request-id": "a01cc604-6c3e-4397-b757-c3aa7d1085ce", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:09 GMT", + "Date": "Mon, 24 Oct 2022 17:08:41 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -227,7 +227,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:12 GMT", + "Date": "Mon, 24 Oct 2022 17:08:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -235,9 +235,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e8cdbbe3-3d93-43da-a7c9-ff26ea12d8a1", + "x-ms-correlation-request-id": "b9ddfd3c-cfd1-42e5-ab8c-6be0aa017900", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093212Z:e8cdbbe3-3d93-43da-a7c9-ff26ea12d8a1", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170844Z:b9ddfd3c-cfd1-42e5-ab8c-6be0aa017900", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -246,12 +246,10 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434", "name": "sdk-py-tests-acc-1-c6cd2434", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A32.9854599Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T12%3A49%3A47.1721464Z\u0027\u0022", "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-21T12:39:30.9379065Z" - }, "properties": { + "provisioningState": "Succeeded", "activeDirectories": [ { "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", @@ -272,8 +270,7 @@ ], "encryption": { "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" + } }, "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", @@ -281,7 +278,7 @@ "createdAt": "2022-10-21T12:39:31.9750554Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T12:39:31.9750554Z" + "lastModifiedAt": "2022-10-23T12:49:44.8645107Z" } } ] @@ -303,30 +300,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0252d8e6-84f6-422b-8306-40bc061f6c0a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50b39beb-b91e-4c52-a312-13e94951a602?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "705", + "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:20 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A19.712494Z\u0027\u0022", + "Date": "Mon, 24 Oct 2022 17:08:50 GMT", + "ETag": "W/\u0022datetime\u00272022-10-24T17%3A08%3A50.2038509Z\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": "85183966-47ed-4f13-921d-e8cf7d208dd6", + "x-ms-correlation-request-id": "d133072e-e6ce-4d3c-ac83-d479e97e9202", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093221Z:85183966-47ed-4f13-921d-e8cf7d208dd6", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170851Z:d133072e-e6ce-4d3c-ac83-d479e97e9202", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6", "name": "sdk-py-tests-acc-1-42c027f6", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A19.712494Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-24T17%3A08%3A50.2038509Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:32:15.6859504Z" + "CreatedOnDate": "2022-10-24T17:08:47.2740293Z" }, "properties": { "provisioningState": "Creating" @@ -334,15 +331,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:32:19.5001743Z", + "createdAt": "2022-10-24T17:08:50.0274846Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:32:19.5001743Z" + "lastModifiedAt": "2022-10-24T17:08:50.0274846Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0252d8e6-84f6-422b-8306-40bc061f6c0a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50b39beb-b91e-4c52-a312-13e94951a602?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -356,7 +353,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:20 GMT", + "Date": "Mon, 24 Oct 2022 17:08:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -364,17 +361,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e0eb799-d9c6-48ed-bdab-fa7c0b04a316", + "x-ms-correlation-request-id": "43b703c9-3dcf-466e-a20d-698df29ab7c3", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093221Z:3e0eb799-d9c6-48ed-bdab-fa7c0b04a316", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170851Z:43b703c9-3dcf-466e-a20d-698df29ab7c3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0252d8e6-84f6-422b-8306-40bc061f6c0a", - "name": "0252d8e6-84f6-422b-8306-40bc061f6c0a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50b39beb-b91e-4c52-a312-13e94951a602", + "name": "50b39beb-b91e-4c52-a312-13e94951a602", "status": "Succeeded", - "startTime": "2022-10-22T09:32:19.7060926Z", - "endTime": "2022-10-22T09:32:19.7842386Z", + "startTime": "2022-10-24T17:08:50.1981793Z", + "endTime": "2022-10-24T17:08:50.2450942Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6" @@ -396,8 +393,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:21 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A19.775221Z\u0027\u0022", + "Date": "Mon, 24 Oct 2022 17:08:53 GMT", + "ETag": "W/\u0022datetime\u00272022-10-24T17%3A08%3A50.2475594Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -405,19 +402,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0692df74-8167-4ea8-9a9f-a5b941d79c0b", + "x-ms-correlation-request-id": "7e9a33ce-5d87-4923-a03a-8e3c835f845f", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093222Z:0692df74-8167-4ea8-9a9f-a5b941d79c0b", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170853Z:7e9a33ce-5d87-4923-a03a-8e3c835f845f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6", "name": "sdk-py-tests-acc-1-42c027f6", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A19.775221Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-24T17%3A08%3A50.2475594Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:32:15.6859504Z" + "CreatedOnDate": "2022-10-24T17:08:47.2740293Z" }, "properties": { "activeDirectories": [ @@ -446,10 +443,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:32:19.5001743Z", + "createdAt": "2022-10-24T17:08:50.0274846Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:32:19.5001743Z" + "lastModifiedAt": "2022-10-24T17:08:50.0274846Z" } } }, @@ -468,7 +465,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:21 GMT", + "Date": "Mon, 24 Oct 2022 17:08:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -476,9 +473,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "40e71fb5-8488-4aee-a1ae-29e9292fa52c", + "x-ms-correlation-request-id": "5eb0db63-bdc0-4b24-bef4-1ea8a64a1480", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093222Z:40e71fb5-8488-4aee-a1ae-29e9292fa52c", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170853Z:5eb0db63-bdc0-4b24-bef4-1ea8a64a1480", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -487,10 +484,10 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6", "name": "sdk-py-tests-acc-1-42c027f6", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A19.775221Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-24T17%3A08%3A50.2475594Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:32:15.6859504Z" + "CreatedOnDate": "2022-10-24T17:08:47.2740293Z" }, "properties": { "activeDirectories": [ @@ -519,22 +516,20 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:32:19.5001743Z", + "createdAt": "2022-10-24T17:08:50.0274846Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:32:19.5001743Z" + "lastModifiedAt": "2022-10-24T17:08:50.0274846Z" } }, { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434", "name": "sdk-py-tests-acc-1-c6cd2434", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A32.9854599Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T12%3A49%3A47.1721464Z\u0027\u0022", "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-21T12:39:30.9379065Z" - }, "properties": { + "provisioningState": "Succeeded", "activeDirectories": [ { "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", @@ -555,8 +550,7 @@ ], "encryption": { "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" + } }, "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", @@ -564,7 +558,7 @@ "createdAt": "2022-10-21T12:39:31.9750554Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T12:39:31.9750554Z" + "lastModifiedAt": "2022-10-23T12:49:44.8645107Z" } } ] @@ -583,25 +577,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/83b911c7-630b-4642-9020-2ebc164e9aac?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e25db7ee-197c-4e8d-b88c-4c0e06208c23?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 09:32:22 GMT", + "Date": "Mon, 24 Oct 2022 17:08:54 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/83b911c7-630b-4642-9020-2ebc164e9aac?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e25db7ee-197c-4e8d-b88c-4c0e06208c23?api-version=2022-05-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": "c9da1505-c64d-46d0-aa23-ccbe6f05f101", + "x-ms-correlation-request-id": "ad92eef3-268e-4cdb-b65a-880343cc1184", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093223Z:c9da1505-c64d-46d0-aa23-ccbe6f05f101", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170854Z:ad92eef3-268e-4cdb-b65a-880343cc1184", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/83b911c7-630b-4642-9020-2ebc164e9aac?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e25db7ee-197c-4e8d-b88c-4c0e06208c23?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -615,7 +609,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:22 GMT", + "Date": "Mon, 24 Oct 2022 17:08:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -623,17 +617,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dd9820cb-2e2c-4547-a392-f6560209dba3", + "x-ms-correlation-request-id": "fb79e214-f03c-40b2-bf36-d8ee08933427", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093223Z:dd9820cb-2e2c-4547-a392-f6560209dba3", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170854Z:fb79e214-f03c-40b2-bf36-d8ee08933427", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/83b911c7-630b-4642-9020-2ebc164e9aac", - "name": "83b911c7-630b-4642-9020-2ebc164e9aac", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e25db7ee-197c-4e8d-b88c-4c0e06208c23", + "name": "e25db7ee-197c-4e8d-b88c-4c0e06208c23", "status": "Succeeded", - "startTime": "2022-10-22T09:32:22.9091765Z", - "endTime": "2022-10-22T09:32:22.9716752Z", + "startTime": "2022-10-24T17:08:53.9950167Z", + "endTime": "2022-10-24T17:08:54.0418706Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6" @@ -641,7 +635,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/83b911c7-630b-4642-9020-2ebc164e9aac?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e25db7ee-197c-4e8d-b88c-4c0e06208c23?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -655,7 +649,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:22 GMT", + "Date": "Mon, 24 Oct 2022 17:08:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -663,19 +657,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a16ccf2-706e-463d-9f7f-0c6eb7804d0d", + "x-ms-correlation-request-id": "ad9af38e-0a29-4ba7-8639-3e70307c0780", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093223Z:8a16ccf2-706e-463d-9f7f-0c6eb7804d0d", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170854Z:ad9af38e-0a29-4ba7-8639-3e70307c0780", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6", "name": "sdk-py-tests-acc-1-42c027f6", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A22.9134242Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-24T17%3A08%3A53.9624499Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:32:15.6859504Z" + "CreatedOnDate": "2022-10-24T17:08:47.2740293Z" }, "properties": { "encryption": { @@ -686,10 +680,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:32:19.5001743Z", + "createdAt": "2022-10-24T17:08:50.0274846Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:32:19.5001743Z" + "lastModifiedAt": "2022-10-24T17:08:50.0274846Z" } } }, @@ -708,15 +702,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:23 GMT", + "Date": "Mon, 24 Oct 2022 17:08:55 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": "a81fa69b-1f42-4b78-88d4-eaf4a61018e3", + "x-ms-correlation-request-id": "7bd089e7-d31c-4283-9483-cf53ec489d77", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093224Z:a81fa69b-1f42-4b78-88d4-eaf4a61018e3", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170855Z:7bd089e7-d31c-4283-9483-cf53ec489d77", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -741,7 +735,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:23 GMT", + "Date": "Mon, 24 Oct 2022 17:08:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -749,9 +743,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e070630-ecc2-48c6-8a27-15e8448435ab", + "x-ms-correlation-request-id": "7da31579-a8f3-468d-930b-d899aeb86029", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093224Z:5e070630-ecc2-48c6-8a27-15e8448435ab", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170855Z:7da31579-a8f3-468d-930b-d899aeb86029", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -760,12 +754,10 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434", "name": "sdk-py-tests-acc-1-c6cd2434", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A32.9854599Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T12%3A49%3A47.1721464Z\u0027\u0022", "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-21T12:39:30.9379065Z" - }, "properties": { + "provisioningState": "Succeeded", "activeDirectories": [ { "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", @@ -786,8 +778,7 @@ ], "encryption": { "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" + } }, "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", @@ -795,7 +786,7 @@ "createdAt": "2022-10-21T12:39:31.9750554Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T12:39:31.9750554Z" + "lastModifiedAt": "2022-10-23T12:49:44.8645107Z" } } ] 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 0401f75f0cb6..2cb21b9b2edf 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:36 GMT", + "Date": "Mon, 24 Oct 2022 17:09:06 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.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:36 GMT", + "Date": "Mon, 24 Oct 2022 17:09:06 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.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "94c991d8-6dec-4365-aa67-d61ae4e03eb6", + "client-request-id": "20f09ac3-4091-49e2-931d-88bc7a8dd8fc", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "94c991d8-6dec-4365-aa67-d61ae4e03eb6", + "client-request-id": "20f09ac3-4091-49e2-931d-88bc7a8dd8fc", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:36 GMT", + "Date": "Mon, 24 Oct 2022 17:09:06 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e33d60fb-9133-4c43-b093-6a35c5fbebaa?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25a34cec-8c4d-465d-ba65-b10b66baf501?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:40 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A39.9009704Z\u0027\u0022", + "Date": "Mon, 24 Oct 2022 17:09:10 GMT", + "ETag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A09.5426917Z\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": "d044901f-1374-4d8f-be65-79d2190dc369", + "x-ms-correlation-request-id": "e23d4c20-ed25-4b5f-bb99-6c12584750e0", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093241Z:d044901f-1374-4d8f-be65-79d2190dc369", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170910Z:e23d4c20-ed25-4b5f-bb99-6c12584750e0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a", "name": "sdk-py-tests-acc-1-f2b1272a", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A39.9009704Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A09.5426917Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:32:38.6096439Z" + "CreatedOnDate": "2022-10-24T17:09:08.4011250Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:32:39.7190414Z", + "createdAt": "2022-10-24T17:09:09.3971108Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:32:39.7190414Z" + "lastModifiedAt": "2022-10-24T17:09:09.3971108Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e33d60fb-9133-4c43-b093-6a35c5fbebaa?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25a34cec-8c4d-465d-ba65-b10b66baf501?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:40 GMT", + "Date": "Mon, 24 Oct 2022 17:09:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03af1e43-2bb4-438f-a64b-cf91296eb469", + "x-ms-correlation-request-id": "a4d2a1c2-ce6b-462b-8fb6-eeda421ec588", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093241Z:03af1e43-2bb4-438f-a64b-cf91296eb469", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170910Z:a4d2a1c2-ce6b-462b-8fb6-eeda421ec588", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e33d60fb-9133-4c43-b093-6a35c5fbebaa", - "name": "e33d60fb-9133-4c43-b093-6a35c5fbebaa", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25a34cec-8c4d-465d-ba65-b10b66baf501", + "name": "25a34cec-8c4d-465d-ba65-b10b66baf501", "status": "Succeeded", - "startTime": "2022-10-22T09:32:39.9029403Z", - "endTime": "2022-10-22T09:32:39.9341717Z", + "startTime": "2022-10-24T17:09:09.5369586Z", + "endTime": "2022-10-24T17:09:09.5681886Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:41 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A39.9386767Z\u0027\u0022", + "Date": "Mon, 24 Oct 2022 17:09:10 GMT", + "ETag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A09.5695838Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "371135da-0f0a-436f-b903-714cb17ad5fc", + "x-ms-correlation-request-id": "5d8056ba-09b6-4789-9f03-af919c5122d1", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093241Z:371135da-0f0a-436f-b903-714cb17ad5fc", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170911Z:5d8056ba-09b6-4789-9f03-af919c5122d1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a", "name": "sdk-py-tests-acc-1-f2b1272a", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A39.9386767Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A09.5695838Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:32:38.6096439Z" + "CreatedOnDate": "2022-10-24T17:09:08.4011250Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:32:39.7190414Z", + "createdAt": "2022-10-24T17:09:09.3971108Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:32:39.7190414Z" + "lastModifiedAt": "2022-10-24T17:09:09.3971108Z" } } }, @@ -393,8 +393,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:41 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A39.9386767Z\u0027\u0022", + "Date": "Mon, 24 Oct 2022 17:09:11 GMT", + "ETag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A09.5695838Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -402,19 +402,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "59833a5e-bc60-49e9-97b8-d135bdd7abb4", + "x-ms-correlation-request-id": "13ec3a66-3d8c-4a2e-b767-321c587137da", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093242Z:59833a5e-bc60-49e9-97b8-d135bdd7abb4", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170911Z:13ec3a66-3d8c-4a2e-b767-321c587137da", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a", "name": "sdk-py-tests-acc-1-f2b1272a", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A39.9386767Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A09.5695838Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:32:38.6096439Z" + "CreatedOnDate": "2022-10-24T17:09:08.4011250Z" }, "properties": { "activeDirectories": [ @@ -443,10 +443,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:32:39.7190414Z", + "createdAt": "2022-10-24T17:09:09.3971108Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:32:39.7190414Z" + "lastModifiedAt": "2022-10-24T17:09:09.3971108Z" } } }, @@ -463,25 +463,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/86d6d0c5-e6b3-41f4-bc07-462a049f7a43?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/972cd83e-cfe1-471c-b127-8be10e56726b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 09:32:42 GMT", + "Date": "Mon, 24 Oct 2022 17:09:12 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/86d6d0c5-e6b3-41f4-bc07-462a049f7a43?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/972cd83e-cfe1-471c-b127-8be10e56726b?api-version=2022-05-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": "9634430a-a9df-4f71-82c7-b300213e548c", + "x-ms-correlation-request-id": "e5382129-7361-4623-bfdf-7ee29ea0be2c", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093242Z:9634430a-a9df-4f71-82c7-b300213e548c", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170912Z:e5382129-7361-4623-bfdf-7ee29ea0be2c", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/86d6d0c5-e6b3-41f4-bc07-462a049f7a43?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/972cd83e-cfe1-471c-b127-8be10e56726b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -495,7 +495,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:42 GMT", + "Date": "Mon, 24 Oct 2022 17:09:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -503,17 +503,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5003c4ea-8615-4544-a4c2-9be998348e91", + "x-ms-correlation-request-id": "0f6e1f35-676a-4559-bb07-d4d92babb8a3", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093243Z:5003c4ea-8615-4544-a4c2-9be998348e91", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170912Z:0f6e1f35-676a-4559-bb07-d4d92babb8a3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/86d6d0c5-e6b3-41f4-bc07-462a049f7a43", - "name": "86d6d0c5-e6b3-41f4-bc07-462a049f7a43", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/972cd83e-cfe1-471c-b127-8be10e56726b", + "name": "972cd83e-cfe1-471c-b127-8be10e56726b", "status": "Succeeded", - "startTime": "2022-10-22T09:32:42.8438004Z", - "endTime": "2022-10-22T09:32:42.8907446Z", + "startTime": "2022-10-24T17:09:12.2175055Z", + "endTime": "2022-10-24T17:09:12.2799984Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a" @@ -521,7 +521,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/86d6d0c5-e6b3-41f4-bc07-462a049f7a43?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/972cd83e-cfe1-471c-b127-8be10e56726b?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -535,7 +535,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:42 GMT", + "Date": "Mon, 24 Oct 2022 17:09:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -543,19 +543,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "58915fce-6326-4111-9200-14dd07ed3bfe", + "x-ms-correlation-request-id": "1a309770-1ace-43e0-8e5a-20bb2e48a4d8", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093243Z:58915fce-6326-4111-9200-14dd07ed3bfe", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170912Z:1a309770-1ace-43e0-8e5a-20bb2e48a4d8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a", "name": "sdk-py-tests-acc-1-f2b1272a", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A42.8480104Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A12.2240759Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:32:38.6096439Z" + "CreatedOnDate": "2022-10-24T17:09:08.4011250Z" }, "properties": { "encryption": { @@ -566,10 +566,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:32:39.7190414Z", + "createdAt": "2022-10-24T17:09:09.3971108Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:32:39.7190414Z" + "lastModifiedAt": "2022-10-24T17:09:09.3971108Z" } } }, @@ -588,15 +588,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:43 GMT", + "Date": "Mon, 24 Oct 2022 17:09:12 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": "0edca61d-f78e-457e-9bca-47b15efdf2c1", + "x-ms-correlation-request-id": "609e3153-7138-4e3d-a8b2-fa8b0a2d37f9", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093243Z:0edca61d-f78e-457e-9bca-47b15efdf2c1", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170913Z:609e3153-7138-4e3d-a8b2-fa8b0a2d37f9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 c46e78bbe2d4..d8087e7e0969 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 @@ -17,7 +17,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:23 GMT", + "Date": "Mon, 24 Oct 2022 17:08:55 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:23 GMT", + "Date": "Mon, 24 Oct 2022 17:08:55 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "27ee2685-d04c-44ad-819c-2c0310a0d0eb", + "client-request-id": "bffe15c1-62de-452f-acbd-ea531f12b216", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "27ee2685-d04c-44ad-819c-2c0310a0d0eb", + "client-request-id": "bffe15c1-62de-452f-acbd-ea531f12b216", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:24 GMT", + "Date": "Mon, 24 Oct 2022 17:08:55 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -227,7 +227,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:24 GMT", + "Date": "Mon, 24 Oct 2022 17:08:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -235,9 +235,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd27233c-6f77-4eab-a491-960776b3db3d", + "x-ms-correlation-request-id": "a888c11e-8586-4277-bb81-54e1355d4e45", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093225Z:bd27233c-6f77-4eab-a491-960776b3db3d", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170856Z:a888c11e-8586-4277-bb81-54e1355d4e45", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -246,12 +246,10 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434", "name": "sdk-py-tests-acc-1-c6cd2434", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A32.9854599Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T12%3A49%3A47.1721464Z\u0027\u0022", "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-21T12:39:30.9379065Z" - }, "properties": { + "provisioningState": "Succeeded", "activeDirectories": [ { "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", @@ -272,8 +270,7 @@ ], "encryption": { "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" + } }, "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", @@ -281,7 +278,7 @@ "createdAt": "2022-10-21T12:39:31.9750554Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T12:39:31.9750554Z" + "lastModifiedAt": "2022-10-23T12:49:44.8645107Z" } } ] @@ -303,30 +300,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d23489c9-c09b-4340-b49e-f1e99a0bcb57?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/17e8fb56-8cbd-4dbd-bb4f-ddaefab4e001?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "704", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:29 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A27.6789463Z\u0027\u0022", + "Date": "Mon, 24 Oct 2022 17:08:59 GMT", + "ETag": "W/\u0022datetime\u00272022-10-24T17%3A08%3A58.3451527Z\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": "c79e4cf0-f890-42a7-bb8b-18824e4200ab", + "x-ms-correlation-request-id": "4318e09e-c47d-4034-942e-da55e97077d1", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093229Z:c79e4cf0-f890-42a7-bb8b-18824e4200ab", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170859Z:4318e09e-c47d-4034-942e-da55e97077d1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df", "name": "sdk-py-tests-acc-1-af624df", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A27.6789463Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-24T17%3A08%3A58.3451527Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:32:26.4230629Z" + "CreatedOnDate": "2022-10-24T17:08:57.1445085Z" }, "properties": { "provisioningState": "Creating" @@ -334,15 +331,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:32:27.5229871Z", + "createdAt": "2022-10-24T17:08:58.1726809Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:32:27.5229871Z" + "lastModifiedAt": "2022-10-24T17:08:58.1726809Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d23489c9-c09b-4340-b49e-f1e99a0bcb57?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/17e8fb56-8cbd-4dbd-bb4f-ddaefab4e001?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -356,7 +353,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:29 GMT", + "Date": "Mon, 24 Oct 2022 17:08:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -364,17 +361,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82a2c8f5-55f2-4a29-9daa-f4198d7eb311", + "x-ms-correlation-request-id": "eb0b2631-2eeb-43c9-915a-3baad9c0e9a1", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093229Z:82a2c8f5-55f2-4a29-9daa-f4198d7eb311", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170859Z:eb0b2631-2eeb-43c9-915a-3baad9c0e9a1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d23489c9-c09b-4340-b49e-f1e99a0bcb57", - "name": "d23489c9-c09b-4340-b49e-f1e99a0bcb57", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/17e8fb56-8cbd-4dbd-bb4f-ddaefab4e001", + "name": "17e8fb56-8cbd-4dbd-bb4f-ddaefab4e001", "status": "Succeeded", - "startTime": "2022-10-22T09:32:27.6748097Z", - "endTime": "2022-10-22T09:32:27.7060489Z", + "startTime": "2022-10-24T17:08:58.3387303Z", + "endTime": "2022-10-24T17:08:58.385612Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df" @@ -396,8 +393,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:29 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A27.709678Z\u0027\u0022", + "Date": "Mon, 24 Oct 2022 17:09:00 GMT", + "ETag": "W/\u0022datetime\u00272022-10-24T17%3A08%3A58.3869366Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -405,19 +402,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d03a3868-ef0f-4530-aba8-c3c6550c393b", + "x-ms-correlation-request-id": "71b2255b-70ba-4c23-be5a-d868c0b66ede", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093229Z:d03a3868-ef0f-4530-aba8-c3c6550c393b", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170900Z:71b2255b-70ba-4c23-be5a-d868c0b66ede", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df", "name": "sdk-py-tests-acc-1-af624df", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A27.709678Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-24T17%3A08%3A58.3869366Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:32:26.4230629Z" + "CreatedOnDate": "2022-10-24T17:08:57.1445085Z" }, "properties": { "activeDirectories": [ @@ -446,10 +443,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:32:27.5229871Z", + "createdAt": "2022-10-24T17:08:58.1726809Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:32:27.5229871Z" + "lastModifiedAt": "2022-10-24T17:08:58.1726809Z" } } }, @@ -469,30 +466,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a5c43a09-a5d6-4091-a975-6b0e7889befe?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30f5eb02-2cd6-436c-bc2e-47099f73ce1a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "704", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:32 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A31.6057056Z\u0027\u0022", + "Date": "Mon, 24 Oct 2022 17:09:02 GMT", + "ETag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A01.7801714Z\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": "e076a19e-ea41-4a77-86b4-a77328233025", + "x-ms-correlation-request-id": "9d18bbcf-79a8-45b3-bfc8-8e7b1be6f42b", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093232Z:e076a19e-ea41-4a77-86b4-a77328233025", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170902Z:9d18bbcf-79a8-45b3-bfc8-8e7b1be6f42b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df", "name": "sdk-py-tests-acc-2-af624df", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A31.6057056Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A01.7801714Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:32:30.1787685Z" + "CreatedOnDate": "2022-10-24T17:09:00.6309851Z" }, "properties": { "provisioningState": "Creating" @@ -500,15 +497,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:32:31.4319382Z", + "createdAt": "2022-10-24T17:09:01.5968915Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:32:31.4319382Z" + "lastModifiedAt": "2022-10-24T17:09:01.5968915Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a5c43a09-a5d6-4091-a975-6b0e7889befe?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30f5eb02-2cd6-436c-bc2e-47099f73ce1a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -522,7 +519,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:32 GMT", + "Date": "Mon, 24 Oct 2022 17:09:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -530,17 +527,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "16344e16-a431-4c1a-86b9-100072ea4fa3", + "x-ms-correlation-request-id": "3f003f12-3001-4911-b735-2117997476ff", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093233Z:16344e16-a431-4c1a-86b9-100072ea4fa3", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170902Z:3f003f12-3001-4911-b735-2117997476ff", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a5c43a09-a5d6-4091-a975-6b0e7889befe", - "name": "a5c43a09-a5d6-4091-a975-6b0e7889befe", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30f5eb02-2cd6-436c-bc2e-47099f73ce1a", + "name": "30f5eb02-2cd6-436c-bc2e-47099f73ce1a", "status": "Succeeded", - "startTime": "2022-10-22T09:32:31.606156Z", - "endTime": "2022-10-22T09:32:31.6686863Z", + "startTime": "2022-10-24T17:09:01.776215Z", + "endTime": "2022-10-24T17:09:01.8387133Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df" @@ -562,8 +559,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:33 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A31.6744085Z\u0027\u0022", + "Date": "Mon, 24 Oct 2022 17:09:03 GMT", + "ETag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A01.8409746Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -571,19 +568,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e7448dc-b8f6-46de-8b87-04923988164b", + "x-ms-correlation-request-id": "40e17d29-f145-4972-ab3b-b35599872307", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093233Z:7e7448dc-b8f6-46de-8b87-04923988164b", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170903Z:40e17d29-f145-4972-ab3b-b35599872307", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df", "name": "sdk-py-tests-acc-2-af624df", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A31.6744085Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A01.8409746Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:32:30.1787685Z" + "CreatedOnDate": "2022-10-24T17:09:00.6309851Z" }, "properties": { "activeDirectories": [ @@ -612,10 +609,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:32:31.4319382Z", + "createdAt": "2022-10-24T17:09:01.5968915Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:32:31.4319382Z" + "lastModifiedAt": "2022-10-24T17:09:01.5968915Z" } } }, @@ -634,7 +631,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:33 GMT", + "Date": "Mon, 24 Oct 2022 17:09:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -642,9 +639,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e73a8d3-9114-402c-9566-a3f1434c8126", + "x-ms-correlation-request-id": "d10d32fd-eabb-4577-b799-2900075767a4", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093233Z:7e73a8d3-9114-402c-9566-a3f1434c8126", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170903Z:d10d32fd-eabb-4577-b799-2900075767a4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -653,10 +650,10 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df", "name": "sdk-py-tests-acc-1-af624df", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A27.709678Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-24T17%3A08%3A58.3869366Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:32:26.4230629Z" + "CreatedOnDate": "2022-10-24T17:08:57.1445085Z" }, "properties": { "activeDirectories": [ @@ -685,22 +682,20 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:32:27.5229871Z", + "createdAt": "2022-10-24T17:08:58.1726809Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:32:27.5229871Z" + "lastModifiedAt": "2022-10-24T17:08:58.1726809Z" } }, { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434", "name": "sdk-py-tests-acc-1-c6cd2434", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T12%3A39%3A32.9854599Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-23T12%3A49%3A47.1721464Z\u0027\u0022", "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-21T12:39:30.9379065Z" - }, "properties": { + "provisioningState": "Succeeded", "activeDirectories": [ { "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", @@ -721,8 +716,7 @@ ], "encryption": { "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" + } }, "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", @@ -730,17 +724,17 @@ "createdAt": "2022-10-21T12:39:31.9750554Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T12:39:31.9750554Z" + "lastModifiedAt": "2022-10-23T12:49:44.8645107Z" } }, { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df", "name": "sdk-py-tests-acc-2-af624df", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A31.6744085Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A01.8409746Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:32:30.1787685Z" + "CreatedOnDate": "2022-10-24T17:09:00.6309851Z" }, "properties": { "activeDirectories": [ @@ -769,10 +763,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:32:31.4319382Z", + "createdAt": "2022-10-24T17:09:01.5968915Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:32:31.4319382Z" + "lastModifiedAt": "2022-10-24T17:09:01.5968915Z" } } ] @@ -791,25 +785,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c7ad751-f571-49d1-a79d-f3a1c6d0a176?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d118203c-a25b-405b-9e02-a634e7383105?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 09:32:34 GMT", + "Date": "Mon, 24 Oct 2022 17:09:04 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c7ad751-f571-49d1-a79d-f3a1c6d0a176?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d118203c-a25b-405b-9e02-a634e7383105?api-version=2022-05-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": "a4dac31e-b75e-4544-8932-69ab6ec9ffc2", + "x-ms-correlation-request-id": "965288cc-94ad-4baa-9e25-3d4dcd7467d7", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093234Z:a4dac31e-b75e-4544-8932-69ab6ec9ffc2", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170904Z:965288cc-94ad-4baa-9e25-3d4dcd7467d7", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c7ad751-f571-49d1-a79d-f3a1c6d0a176?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d118203c-a25b-405b-9e02-a634e7383105?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -823,7 +817,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:34 GMT", + "Date": "Mon, 24 Oct 2022 17:09:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -831,17 +825,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6f1fbb73-3ec1-41b9-8386-4905f913da22", + "x-ms-correlation-request-id": "660622a3-4ca0-46f0-9ad1-d371d4547e05", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093234Z:6f1fbb73-3ec1-41b9-8386-4905f913da22", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170904Z:660622a3-4ca0-46f0-9ad1-d371d4547e05", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c7ad751-f571-49d1-a79d-f3a1c6d0a176", - "name": "6c7ad751-f571-49d1-a79d-f3a1c6d0a176", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d118203c-a25b-405b-9e02-a634e7383105", + "name": "d118203c-a25b-405b-9e02-a634e7383105", "status": "Succeeded", - "startTime": "2022-10-22T09:32:34.3254691Z", - "endTime": "2022-10-22T09:32:34.3723633Z", + "startTime": "2022-10-24T17:09:04.2007697Z", + "endTime": "2022-10-24T17:09:04.2320439Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df" @@ -849,7 +843,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c7ad751-f571-49d1-a79d-f3a1c6d0a176?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d118203c-a25b-405b-9e02-a634e7383105?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -863,7 +857,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:34 GMT", + "Date": "Mon, 24 Oct 2022 17:09:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,19 +865,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "410d551c-8523-48cd-9b15-e900bf6a20c4", + "x-ms-correlation-request-id": "8b338783-0766-4b00-84b1-fda500a004b8", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093234Z:410d551c-8523-48cd-9b15-e900bf6a20c4", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170904Z:8b338783-0766-4b00-84b1-fda500a004b8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df", "name": "sdk-py-tests-acc-1-af624df", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A34.333885Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A04.1986358Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:32:26.4230629Z" + "CreatedOnDate": "2022-10-24T17:08:57.1445085Z" }, "properties": { "encryption": { @@ -894,10 +888,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:32:27.5229871Z", + "createdAt": "2022-10-24T17:08:58.1726809Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:32:27.5229871Z" + "lastModifiedAt": "2022-10-24T17:08:58.1726809Z" } } }, @@ -916,15 +910,15 @@ "Cache-Control": "no-cache", "Content-Length": "254", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:35 GMT", + "Date": "Mon, 24 Oct 2022 17:09: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": "744d73ab-a014-4935-b99f-9e758398ec76", + "x-ms-correlation-request-id": "b4bdc3b6-4001-4590-805b-c5a3495d7fd0", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093235Z:744d73ab-a014-4935-b99f-9e758398ec76", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170905Z:b4bdc3b6-4001-4590-805b-c5a3495d7fd0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -947,25 +941,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19a46b25-3dc2-4925-b685-43ee97a57f2f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4d3dc28-c288-43c5-b109-bf5f66e816d9?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 09:32:35 GMT", + "Date": "Mon, 24 Oct 2022 17:09:05 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19a46b25-3dc2-4925-b685-43ee97a57f2f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4d3dc28-c288-43c5-b109-bf5f66e816d9?api-version=2022-05-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": "587773eb-aecb-45b7-8b92-8eda761ed03a", + "x-ms-correlation-request-id": "23b262cc-52ab-49a1-8cb9-27ceca26cfea", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093236Z:587773eb-aecb-45b7-8b92-8eda761ed03a", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170905Z:23b262cc-52ab-49a1-8cb9-27ceca26cfea", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19a46b25-3dc2-4925-b685-43ee97a57f2f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4d3dc28-c288-43c5-b109-bf5f66e816d9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -979,7 +973,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:36 GMT", + "Date": "Mon, 24 Oct 2022 17:09:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -987,17 +981,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5336dd38-8fa1-4a73-81a4-9b3e5fabcbfe", + "x-ms-correlation-request-id": "5fac1942-2ff1-4105-be2a-3a59148026cf", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093236Z:5336dd38-8fa1-4a73-81a4-9b3e5fabcbfe", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170906Z:5fac1942-2ff1-4105-be2a-3a59148026cf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19a46b25-3dc2-4925-b685-43ee97a57f2f", - "name": "19a46b25-3dc2-4925-b685-43ee97a57f2f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4d3dc28-c288-43c5-b109-bf5f66e816d9", + "name": "d4d3dc28-c288-43c5-b109-bf5f66e816d9", "status": "Succeeded", - "startTime": "2022-10-22T09:32:36.0600101Z", - "endTime": "2022-10-22T09:32:36.1068924Z", + "startTime": "2022-10-24T17:09:05.7964354Z", + "endTime": "2022-10-24T17:09:05.8432849Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df" @@ -1005,7 +999,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19a46b25-3dc2-4925-b685-43ee97a57f2f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4d3dc28-c288-43c5-b109-bf5f66e816d9?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1019,7 +1013,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:36 GMT", + "Date": "Mon, 24 Oct 2022 17:09:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1027,19 +1021,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38877e04-71f4-4b40-9177-abef3878f14f", + "x-ms-correlation-request-id": "5ae7c2f9-98b5-46ba-9e67-bd490bb4fdef", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093236Z:38877e04-71f4-4b40-9177-abef3878f14f", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170906Z:5ae7c2f9-98b5-46ba-9e67-bd490bb4fdef", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df", "name": "sdk-py-tests-acc-2-af624df", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A36.0539007Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A05.8017252Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:32:30.1787685Z" + "CreatedOnDate": "2022-10-24T17:09:00.6309851Z" }, "properties": { "encryption": { @@ -1050,10 +1044,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:32:31.4319382Z", + "createdAt": "2022-10-24T17:09:01.5968915Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:32:31.4319382Z" + "lastModifiedAt": "2022-10-24T17:09:01.5968915Z" } } }, @@ -1072,15 +1066,15 @@ "Cache-Control": "no-cache", "Content-Length": "254", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:36 GMT", + "Date": "Mon, 24 Oct 2022 17:09:06 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": "8245e9f6-71fa-4819-87a4-51061ee9eba7", + "x-ms-correlation-request-id": "7f02fbc0-eb91-4896-b13e-0b02c83fb82e", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093237Z:8245e9f6-71fa-4819-87a4-51061ee9eba7", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170906Z:7f02fbc0-eb91-4896-b13e-0b02c83fb82e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 01a2618e902b..e6ac892c4662 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 @@ -17,7 +17,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:43 GMT", + "Date": "Mon, 24 Oct 2022 17:09:13 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:43 GMT", + "Date": "Mon, 24 Oct 2022 17:09:13 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "f0ef0de9-99c1-4ace-80f6-dc1ba7f1c45c", + "client-request-id": "a96c46c1-c4ce-411f-b844-8b6176165693", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "f0ef0de9-99c1-4ace-80f6-dc1ba7f1c45c", + "client-request-id": "a96c46c1-c4ce-411f-b844-8b6176165693", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:43 GMT", + "Date": "Mon, 24 Oct 2022 17:09:13 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a460b403-f4fa-4f74-b188-5aaef97747e7?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3056b973-50ad-44d4-8176-a8794d02f803?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "704", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:46 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A46.5421796Z\u0027\u0022", + "Date": "Mon, 24 Oct 2022 17:09:16 GMT", + "ETag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A15.9819767Z\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": "3b34b979-2e2c-4991-87d1-f98a2917afcb", + "x-ms-correlation-request-id": "f3b705fb-4bf5-47ad-822b-9104900e71b9", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093247Z:3b34b979-2e2c-4991-87d1-f98a2917afcb", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170916Z:f3b705fb-4bf5-47ad-822b-9104900e71b9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0", "name": "sdk-py-tests-acc-1-93b24c0", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A46.5421796Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A15.9819767Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:32:45.4113614Z" + "CreatedOnDate": "2022-10-24T17:09:14.8596778Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:32:46.3946496Z", + "createdAt": "2022-10-24T17:09:15.8232818Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:32:46.3946496Z" + "lastModifiedAt": "2022-10-24T17:09:15.8232818Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a460b403-f4fa-4f74-b188-5aaef97747e7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3056b973-50ad-44d4-8176-a8794d02f803?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:47 GMT", + "Date": "Mon, 24 Oct 2022 17:09:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b539b5dd-ee50-4b80-b64a-9353b0def574", + "x-ms-correlation-request-id": "cccc3314-d73c-49a6-8223-ab5dd0915883", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093247Z:b539b5dd-ee50-4b80-b64a-9353b0def574", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170917Z:cccc3314-d73c-49a6-8223-ab5dd0915883", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a460b403-f4fa-4f74-b188-5aaef97747e7", - "name": "a460b403-f4fa-4f74-b188-5aaef97747e7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3056b973-50ad-44d4-8176-a8794d02f803", + "name": "3056b973-50ad-44d4-8176-a8794d02f803", "status": "Succeeded", - "startTime": "2022-10-22T09:32:46.5454126Z", - "endTime": "2022-10-22T09:32:46.5610628Z", + "startTime": "2022-10-24T17:09:15.9853078Z", + "endTime": "2022-10-24T17:09:16.0322252Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:47 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A46.5648819Z\u0027\u0022", + "Date": "Mon, 24 Oct 2022 17:09:17 GMT", + "ETag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A16.0339108Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2091af82-adc1-40fd-838a-d13c1704a8bb", + "x-ms-correlation-request-id": "e4808a8d-8e3a-43d5-b789-eb0a83f791b1", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093248Z:2091af82-adc1-40fd-838a-d13c1704a8bb", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170917Z:e4808a8d-8e3a-43d5-b789-eb0a83f791b1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0", "name": "sdk-py-tests-acc-1-93b24c0", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A46.5648819Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A16.0339108Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:32:45.4113614Z" + "CreatedOnDate": "2022-10-24T17:09:14.8596778Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:32:46.3946496Z", + "createdAt": "2022-10-24T17:09:15.8232818Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:32:46.3946496Z" + "lastModifiedAt": "2022-10-24T17:09:15.8232818Z" } } }, @@ -399,8 +399,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:49 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A48.5747303Z\u0027\u0022", + "Date": "Mon, 24 Oct 2022 17:09:18 GMT", + "ETag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A17.9128428Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -408,20 +408,20 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd5a8b45-bf19-469d-a8dc-b7da31de9b8f", + "x-ms-correlation-request-id": "e51e7dff-d540-4c67-937b-11a5da74aa5c", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093249Z:fd5a8b45-bf19-469d-a8dc-b7da31de9b8f", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170918Z:e51e7dff-d540-4c67-937b-11a5da74aa5c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0", "name": "sdk-py-tests-acc-1-93b24c0", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A48.5747303Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A17.9128428Z\u0027\u0022", "location": "westus2", "tags": { "Tag1": "Value2", - "CreatedOnDate": "2022-10-22T09:32:48.2690241Z" + "CreatedOnDate": "2022-10-24T17:09:17.6095485Z" }, "properties": { "provisioningState": "Succeeded", @@ -450,10 +450,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:32:46.3946496Z", + "createdAt": "2022-10-24T17:09:15.8232818Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:32:48.4581882Z" + "lastModifiedAt": "2022-10-24T17:09:17.7923086Z" } } }, @@ -470,25 +470,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/df931c77-6b6d-4b60-ab33-a6f5b25bd8f8?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/04ee91b3-681f-4612-b2b3-b0ac3cfe5d5e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 09:32:49 GMT", + "Date": "Mon, 24 Oct 2022 17:09:19 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/df931c77-6b6d-4b60-ab33-a6f5b25bd8f8?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/04ee91b3-681f-4612-b2b3-b0ac3cfe5d5e?api-version=2022-05-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": "522c9b35-09f6-46db-9226-43bf65f23aa8", + "x-ms-correlation-request-id": "4875270d-58a0-4809-8206-1a4556f2fa5b", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093250Z:522c9b35-09f6-46db-9226-43bf65f23aa8", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170919Z:4875270d-58a0-4809-8206-1a4556f2fa5b", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/df931c77-6b6d-4b60-ab33-a6f5b25bd8f8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/04ee91b3-681f-4612-b2b3-b0ac3cfe5d5e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -502,7 +502,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:50 GMT", + "Date": "Mon, 24 Oct 2022 17:09:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -510,17 +510,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6172c58-f8db-463b-a11b-dc608140c867", + "x-ms-correlation-request-id": "82826b72-31f5-475b-9380-87628ecdaaeb", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093250Z:b6172c58-f8db-463b-a11b-dc608140c867", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170919Z:82826b72-31f5-475b-9380-87628ecdaaeb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/df931c77-6b6d-4b60-ab33-a6f5b25bd8f8", - "name": "df931c77-6b6d-4b60-ab33-a6f5b25bd8f8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/04ee91b3-681f-4612-b2b3-b0ac3cfe5d5e", + "name": "04ee91b3-681f-4612-b2b3-b0ac3cfe5d5e", "status": "Succeeded", - "startTime": "2022-10-22T09:32:50.409775Z", - "endTime": "2022-10-22T09:32:50.5342228Z", + "startTime": "2022-10-24T17:09:19.4439243Z", + "endTime": "2022-10-24T17:09:19.4908299Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0" @@ -528,7 +528,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/df931c77-6b6d-4b60-ab33-a6f5b25bd8f8?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/04ee91b3-681f-4612-b2b3-b0ac3cfe5d5e?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -542,7 +542,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:50 GMT", + "Date": "Mon, 24 Oct 2022 17:09:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -550,20 +550,20 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2788a88c-c674-4246-92f0-8f165c34851e", + "x-ms-correlation-request-id": "169d68b7-f215-483a-bf0a-c763126f58f9", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093251Z:2788a88c-c674-4246-92f0-8f165c34851e", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170920Z:169d68b7-f215-483a-bf0a-c763126f58f9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0", "name": "sdk-py-tests-acc-1-93b24c0", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A32%3A50.4136772Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A19.4459716Z\u0027\u0022", "location": "westus2", "tags": { "Tag1": "Value2", - "CreatedOnDate": "2022-10-22T09:32:48.2690241Z" + "CreatedOnDate": "2022-10-24T17:09:17.6095485Z" }, "properties": { "encryption": { @@ -574,10 +574,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:32:46.3946496Z", + "createdAt": "2022-10-24T17:09:15.8232818Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:32:48.4581882Z" + "lastModifiedAt": "2022-10-24T17:09:17.7923086Z" } } }, @@ -596,15 +596,15 @@ "Cache-Control": "no-cache", "Content-Length": "254", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:32:50 GMT", + "Date": "Mon, 24 Oct 2022 17:09:19 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": "b5d73a9e-22ad-43e9-a6ca-24f14433cd23", + "x-ms-correlation-request-id": "fb39958c-c7d6-4836-a25c-624530afecea", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093251Z:b5d73a9e-22ad-43e9-a6ca-24f14433cd23", + "x-ms-routing-request-id": "FRANCESOUTH:20221024T170920Z:fb39958c-c7d6-4836-a25c-624530afecea", "X-Powered-By": "ASP.NET" }, "ResponseBody": { From f0b55bc9fed279d8860424abfc55f312a058aa6f Mon Sep 17 00:00:00 2001 From: Audunn Baldvinsson Date: Mon, 24 Oct 2022 19:18:27 +0000 Subject: [PATCH 10/14] add mgmt to dev-requiremetns --- sdk/netapp/azure-mgmt-netapp/dev_requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/netapp/azure-mgmt-netapp/dev_requirements.txt b/sdk/netapp/azure-mgmt-netapp/dev_requirements.txt index 1fafddc07520..77d774584dd2 100644 --- a/sdk/netapp/azure-mgmt-netapp/dev_requirements.txt +++ b/sdk/netapp/azure-mgmt-netapp/dev_requirements.txt @@ -1,4 +1,5 @@ -e ../../../tools/azure-sdk-tools -e ../../../tools/azure-devtools -e ../../../sdk/identity/azure-identity --e ../../network/azure-mgmt-network \ No newline at end of file +-e ../../network/azure-mgmt-network +-e ../../resources/azure-mgmt-resource \ No newline at end of file From 72522a1d244cda6ff497e67c54413e9f59a4bb3d Mon Sep 17 00:00:00 2001 From: Audunn Baldvinsson Date: Tue, 25 Oct 2022 19:40:29 +0000 Subject: [PATCH 11/14] update test files --- .../azure-mgmt-netapp/tests/conftest.py | 3 +- ...tAppAccounttest_create_delete_account.json | 142 +- ...NetAppAccounttest_get_account_by_name.json | 130 +- ...pyTestNetAppAccounttest_list_accounts.json | 246 +- ...pyTestNetAppAccounttest_patch_account.json | 136 +- ...ountBackuptest_delete_account_backups.json | 1687 +++--- ...AccountBackuptest_get_account_backups.json | 1669 +++--- ...ccountBackuptest_list_account_backups.json | 2029 +++---- ...NetAppBackuptest_create_delete_backup.json | 2773 +++++----- ...stNetAppBackuptest_get_backup_by_name.json | 1859 +++---- ...estNetAppBackuptest_get_backup_status.json | 1716 +++--- ...up.pyTestNetAppBackuptest_list_backup.json | 1820 +++---- ....pyTestNetAppBackuptest_update_backup.json | 1659 +++--- ...iciestest_create_delete_backup_policy.json | 240 +- ...oliciestest_get_backup_policy_by_name.json | 238 +- ...ckupPoliciestest_list_backup_policies.json | 356 +- ...upPoliciestest_update_backup_policies.json | 276 +- ...ppCapacityPooltest_create_delete_pool.json | 320 +- ...tAppCapacityPooltest_get_pool_by_name.json | 276 +- ...TestNetAppCapacityPooltest_list_pools.json | 408 +- ...TestNetAppCapacityPooltest_patch_pool.json | 364 +- ...estNetAppCapacityPooltest_update_pool.json | 352 +- ...ppSnapshottest_create_delete_snapshot.json | 1028 ++-- ...tAppSnapshottest_get_snapshot_by_name.json | 864 +-- ...TestNetAppSnapshottest_list_snapshots.json | 1148 ++-- ...test_assign_snapshot_policy_to_volume.json | 1098 ++-- ...icytest_create_delete_snapshot_policy.json | 204 +- ...olicytest_get_snapshot_policy_by_name.json | 200 +- ...shotPolicytest_list_snapshot_policies.json | 272 +- ...otPolicytest_update_snapshot_policies.json | 234 +- ...stNetAppSubvolumetest_crud_subvolumes.json | 996 ++-- ...yTestNetAppSubvolumetest_get_metadata.json | 1125 ++-- ...estNetAppSubvolumetest_list_by_volume.json | 1260 ++--- ...vault.pyTestNetAppVaulttest_get_vault.json | 796 +-- ...pVolumetest_create_delete_list_volume.json | 800 +-- ...stNetAppVolumetest_get_volume_by_name.json | 792 ++- ...e.pyTestNetAppVolumetest_list_volumes.json | 1038 ++-- ...e.pyTestNetAppVolumetest_patch_volume.json | 838 +-- ...me.pyTestNetAppVolumetest_pool_change.json | 1042 ++-- ....pyTestNetAppVolumetest_update_volume.json | 800 +-- ...stNetAppVolumetest_volume_replication.json | 4727 +++++++++-------- 41 files changed, 18944 insertions(+), 19017 deletions(-) diff --git a/sdk/netapp/azure-mgmt-netapp/tests/conftest.py b/sdk/netapp/azure-mgmt-netapp/tests/conftest.py index 475682883f6e..3f47c0c4c6fd 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/conftest.py +++ b/sdk/netapp/azure-mgmt-netapp/tests/conftest.py @@ -24,6 +24,7 @@ # # -------------------------------------------------------------------------- import os +import urllib.parse import platform import pytest import sys @@ -49,7 +50,7 @@ def add_sanitizers(test_proxy): add_general_regex_sanitizer(regex=subscription_id, value="00000000-0000-0000-0000-000000000000") add_general_regex_sanitizer(regex=tenant_id, value="00000000-0000-0000-0000-000000000000") add_general_regex_sanitizer(regex=client_id, value="00000000-0000-0000-0000-000000000000") - add_general_string_sanitizer(value="00000000-0000-0000-0000-000000000000", target=client_secret) + add_general_string_sanitizer(value="00000000-0000-0000-0000-000000000000", target=urllib.parse.quote(client_secret)) add_header_regex_sanitizer(key="Set-Cookie", value="[set-cookie;]") add_header_regex_sanitizer(key="Cookie", value="cookie;") add_body_key_sanitizer(json_path="$..access_token", value="access_token") \ No newline at end of file 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 06543c3a4369..025628a58107 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:08:41 GMT", + "Date": "Tue, 25 Oct 2022 08:59:16 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.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:08:41 GMT", + "Date": "Tue, 25 Oct 2022 08:59:16 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "a01cc604-6c3e-4397-b757-c3aa7d1085ce", + "client-request-id": "609ae794-a43e-4fa6-83b1-0e656989fb79", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "a01cc604-6c3e-4397-b757-c3aa7d1085ce", + "client-request-id": "609ae794-a43e-4fa6-83b1-0e656989fb79", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:08:41 GMT", + "Date": "Tue, 25 Oct 2022 08:59:16 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -227,7 +227,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:08:43 GMT", + "Date": "Tue, 25 Oct 2022 08:59:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -235,9 +235,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9ddfd3c-cfd1-42e5-ab8c-6be0aa017900", + "x-ms-correlation-request-id": "2b818fe2-74b6-4c9b-b4a5-5c6c5929f684", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170844Z:b9ddfd3c-cfd1-42e5-ab8c-6be0aa017900", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085919Z:2b818fe2-74b6-4c9b-b4a5-5c6c5929f684", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -300,30 +300,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50b39beb-b91e-4c52-a312-13e94951a602?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69ca757b-3235-45ec-a8cf-3b16a9395c10?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:08:50 GMT", - "ETag": "W/\u0022datetime\u00272022-10-24T17%3A08%3A50.2038509Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 08:59:26 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A25.3891812Z\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": "d133072e-e6ce-4d3c-ac83-d479e97e9202", + "x-ms-correlation-request-id": "3b7f4c4b-5b32-4eed-bbf5-f9a69e973b0a", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170851Z:d133072e-e6ce-4d3c-ac83-d479e97e9202", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085926Z:3b7f4c4b-5b32-4eed-bbf5-f9a69e973b0a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6", "name": "sdk-py-tests-acc-1-42c027f6", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-24T17%3A08%3A50.2038509Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A25.3891812Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T17:08:47.2740293Z" + "CreatedOnDate": "2022-10-25T08:59:22.3303023Z" }, "properties": { "provisioningState": "Creating" @@ -331,15 +331,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T17:08:50.0274846Z", + "createdAt": "2022-10-25T08:59:25.1935353Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T17:08:50.0274846Z" + "lastModifiedAt": "2022-10-25T08:59:25.1935353Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50b39beb-b91e-4c52-a312-13e94951a602?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69ca757b-3235-45ec-a8cf-3b16a9395c10?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -353,7 +353,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:08:50 GMT", + "Date": "Tue, 25 Oct 2022 08:59:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -361,17 +361,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "43b703c9-3dcf-466e-a20d-698df29ab7c3", + "x-ms-correlation-request-id": "41d352aa-23b8-4fec-a672-bcab4d5b4585", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170851Z:43b703c9-3dcf-466e-a20d-698df29ab7c3", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085927Z:41d352aa-23b8-4fec-a672-bcab4d5b4585", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50b39beb-b91e-4c52-a312-13e94951a602", - "name": "50b39beb-b91e-4c52-a312-13e94951a602", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69ca757b-3235-45ec-a8cf-3b16a9395c10", + "name": "69ca757b-3235-45ec-a8cf-3b16a9395c10", "status": "Succeeded", - "startTime": "2022-10-24T17:08:50.1981793Z", - "endTime": "2022-10-24T17:08:50.2450942Z", + "startTime": "2022-10-25T08:59:25.3899723Z", + "endTime": "2022-10-25T08:59:25.4681514Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6" @@ -393,8 +393,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:08:53 GMT", - "ETag": "W/\u0022datetime\u00272022-10-24T17%3A08%3A50.2475594Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 08:59:27 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A25.4590067Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -402,19 +402,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e9a33ce-5d87-4923-a03a-8e3c835f845f", + "x-ms-correlation-request-id": "f2158e25-f753-484f-918e-b3c4692235dc", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170853Z:7e9a33ce-5d87-4923-a03a-8e3c835f845f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085927Z:f2158e25-f753-484f-918e-b3c4692235dc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6", "name": "sdk-py-tests-acc-1-42c027f6", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-24T17%3A08%3A50.2475594Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A25.4590067Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T17:08:47.2740293Z" + "CreatedOnDate": "2022-10-25T08:59:22.3303023Z" }, "properties": { "activeDirectories": [ @@ -443,10 +443,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T17:08:50.0274846Z", + "createdAt": "2022-10-25T08:59:25.1935353Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T17:08:50.0274846Z" + "lastModifiedAt": "2022-10-25T08:59:25.1935353Z" } } }, @@ -465,7 +465,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:08:53 GMT", + "Date": "Tue, 25 Oct 2022 08:59:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -473,9 +473,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5eb0db63-bdc0-4b24-bef4-1ea8a64a1480", + "x-ms-correlation-request-id": "77e5e2bc-fa8e-4f57-bd54-7e624d057ec1", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170853Z:5eb0db63-bdc0-4b24-bef4-1ea8a64a1480", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085927Z:77e5e2bc-fa8e-4f57-bd54-7e624d057ec1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -484,10 +484,10 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6", "name": "sdk-py-tests-acc-1-42c027f6", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-24T17%3A08%3A50.2475594Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A25.4590067Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T17:08:47.2740293Z" + "CreatedOnDate": "2022-10-25T08:59:22.3303023Z" }, "properties": { "activeDirectories": [ @@ -516,10 +516,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T17:08:50.0274846Z", + "createdAt": "2022-10-25T08:59:25.1935353Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T17:08:50.0274846Z" + "lastModifiedAt": "2022-10-25T08:59:25.1935353Z" } }, { @@ -577,25 +577,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e25db7ee-197c-4e8d-b88c-4c0e06208c23?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fb7abb3a-f60b-48fd-be6a-d18f2588e3d1?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 24 Oct 2022 17:08:54 GMT", + "Date": "Tue, 25 Oct 2022 08:59:27 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e25db7ee-197c-4e8d-b88c-4c0e06208c23?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fb7abb3a-f60b-48fd-be6a-d18f2588e3d1?api-version=2022-05-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": "ad92eef3-268e-4cdb-b65a-880343cc1184", + "x-ms-correlation-request-id": "ec4d9366-c1b3-49fa-adb7-edd33d9e1b31", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170854Z:ad92eef3-268e-4cdb-b65a-880343cc1184", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085928Z:ec4d9366-c1b3-49fa-adb7-edd33d9e1b31", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e25db7ee-197c-4e8d-b88c-4c0e06208c23?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fb7abb3a-f60b-48fd-be6a-d18f2588e3d1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -609,7 +609,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:08:54 GMT", + "Date": "Tue, 25 Oct 2022 08:59:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -617,17 +617,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb79e214-f03c-40b2-bf36-d8ee08933427", + "x-ms-correlation-request-id": "d09ed7e7-67ba-401b-bf46-d38d7dbcebcd", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170854Z:fb79e214-f03c-40b2-bf36-d8ee08933427", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085928Z:d09ed7e7-67ba-401b-bf46-d38d7dbcebcd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e25db7ee-197c-4e8d-b88c-4c0e06208c23", - "name": "e25db7ee-197c-4e8d-b88c-4c0e06208c23", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fb7abb3a-f60b-48fd-be6a-d18f2588e3d1", + "name": "fb7abb3a-f60b-48fd-be6a-d18f2588e3d1", "status": "Succeeded", - "startTime": "2022-10-24T17:08:53.9950167Z", - "endTime": "2022-10-24T17:08:54.0418706Z", + "startTime": "2022-10-25T08:59:28.3573682Z", + "endTime": "2022-10-25T08:59:28.4041682Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6" @@ -635,7 +635,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e25db7ee-197c-4e8d-b88c-4c0e06208c23?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fb7abb3a-f60b-48fd-be6a-d18f2588e3d1?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -649,7 +649,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:08:54 GMT", + "Date": "Tue, 25 Oct 2022 08:59:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -657,19 +657,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad9af38e-0a29-4ba7-8639-3e70307c0780", + "x-ms-correlation-request-id": "add4905c-9d06-4201-99bc-4dad25885daf", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170854Z:ad9af38e-0a29-4ba7-8639-3e70307c0780", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085928Z:add4905c-9d06-4201-99bc-4dad25885daf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-42c027f6", "name": "sdk-py-tests-acc-1-42c027f6", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-24T17%3A08%3A53.9624499Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A28.3503554Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T17:08:47.2740293Z" + "CreatedOnDate": "2022-10-25T08:59:22.3303023Z" }, "properties": { "encryption": { @@ -680,10 +680,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T17:08:50.0274846Z", + "createdAt": "2022-10-25T08:59:25.1935353Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T17:08:50.0274846Z" + "lastModifiedAt": "2022-10-25T08:59:25.1935353Z" } } }, @@ -702,15 +702,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:08:55 GMT", + "Date": "Tue, 25 Oct 2022 08:59: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": "7bd089e7-d31c-4283-9483-cf53ec489d77", + "x-ms-correlation-request-id": "b05a3844-ce10-42c4-8aca-eac24695246f", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170855Z:7bd089e7-d31c-4283-9483-cf53ec489d77", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085929Z:b05a3844-ce10-42c4-8aca-eac24695246f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -735,7 +735,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:08:55 GMT", + "Date": "Tue, 25 Oct 2022 08:59:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -743,9 +743,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7da31579-a8f3-468d-930b-d899aeb86029", + "x-ms-correlation-request-id": "502243d6-879b-4bf7-a6a0-838e743d3793", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170855Z:7da31579-a8f3-468d-930b-d899aeb86029", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085929Z:502243d6-879b-4bf7-a6a0-838e743d3793", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 2cb21b9b2edf..6f79fa239a8f 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:06 GMT", + "Date": "Tue, 25 Oct 2022 08:59:41 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.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,7 +111,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:06 GMT", + "Date": "Tue, 25 Oct 2022 08:59:41 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "20f09ac3-4091-49e2-931d-88bc7a8dd8fc", + "client-request-id": "e71da3e6-7fa0-49cf-8a50-f38f7a9cd414", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "20f09ac3-4091-49e2-931d-88bc7a8dd8fc", + "client-request-id": "e71da3e6-7fa0-49cf-8a50-f38f7a9cd414", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:06 GMT", + "Date": "Tue, 25 Oct 2022 08:59:41 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25a34cec-8c4d-465d-ba65-b10b66baf501?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3fb587a5-25af-406c-960b-f91ac0a2b1bb?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:10 GMT", - "ETag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A09.5426917Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 08:59:44 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A44.1385165Z\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": "e23d4c20-ed25-4b5f-bb99-6c12584750e0", + "x-ms-correlation-request-id": "fa1a17a9-e88e-45f1-9b79-6728ee50cf3e", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170910Z:e23d4c20-ed25-4b5f-bb99-6c12584750e0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085945Z:fa1a17a9-e88e-45f1-9b79-6728ee50cf3e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a", "name": "sdk-py-tests-acc-1-f2b1272a", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A09.5426917Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A44.1385165Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T17:09:08.4011250Z" + "CreatedOnDate": "2022-10-25T08:59:43.0024992Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T17:09:09.3971108Z", + "createdAt": "2022-10-25T08:59:43.9753015Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T17:09:09.3971108Z" + "lastModifiedAt": "2022-10-25T08:59:43.9753015Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25a34cec-8c4d-465d-ba65-b10b66baf501?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3fb587a5-25af-406c-960b-f91ac0a2b1bb?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:10 GMT", + "Date": "Tue, 25 Oct 2022 08:59:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4d2a1c2-ce6b-462b-8fb6-eeda421ec588", + "x-ms-correlation-request-id": "d93b0e61-c38a-4cb6-b61e-cb4bc590d012", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170910Z:a4d2a1c2-ce6b-462b-8fb6-eeda421ec588", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085945Z:d93b0e61-c38a-4cb6-b61e-cb4bc590d012", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25a34cec-8c4d-465d-ba65-b10b66baf501", - "name": "25a34cec-8c4d-465d-ba65-b10b66baf501", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3fb587a5-25af-406c-960b-f91ac0a2b1bb", + "name": "3fb587a5-25af-406c-960b-f91ac0a2b1bb", "status": "Succeeded", - "startTime": "2022-10-24T17:09:09.5369586Z", - "endTime": "2022-10-24T17:09:09.5681886Z", + "startTime": "2022-10-25T08:59:44.1457995Z", + "endTime": "2022-10-25T08:59:44.1926225Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:10 GMT", - "ETag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A09.5695838Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 08:59:45 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A44.195304Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d8056ba-09b6-4789-9f03-af919c5122d1", + "x-ms-correlation-request-id": "12c29215-4667-4fdb-8628-cb4eca1b123d", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170911Z:5d8056ba-09b6-4789-9f03-af919c5122d1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085945Z:12c29215-4667-4fdb-8628-cb4eca1b123d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a", "name": "sdk-py-tests-acc-1-f2b1272a", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A09.5695838Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A44.195304Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T17:09:08.4011250Z" + "CreatedOnDate": "2022-10-25T08:59:43.0024992Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T17:09:09.3971108Z", + "createdAt": "2022-10-25T08:59:43.9753015Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T17:09:09.3971108Z" + "lastModifiedAt": "2022-10-25T08:59:43.9753015Z" } } }, @@ -393,8 +393,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:11 GMT", - "ETag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A09.5695838Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 08:59:45 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A44.195304Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -402,19 +402,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "13ec3a66-3d8c-4a2e-b767-321c587137da", + "x-ms-correlation-request-id": "a55f8973-4a6b-4be9-aa8f-7fd6f29c5756", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170911Z:13ec3a66-3d8c-4a2e-b767-321c587137da", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085946Z:a55f8973-4a6b-4be9-aa8f-7fd6f29c5756", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a", "name": "sdk-py-tests-acc-1-f2b1272a", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A09.5695838Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A44.195304Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T17:09:08.4011250Z" + "CreatedOnDate": "2022-10-25T08:59:43.0024992Z" }, "properties": { "activeDirectories": [ @@ -443,10 +443,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T17:09:09.3971108Z", + "createdAt": "2022-10-25T08:59:43.9753015Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T17:09:09.3971108Z" + "lastModifiedAt": "2022-10-25T08:59:43.9753015Z" } } }, @@ -463,25 +463,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/972cd83e-cfe1-471c-b127-8be10e56726b?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9f847d9-c1c0-48c4-9cf1-ceea8fa5ac0b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 24 Oct 2022 17:09:12 GMT", + "Date": "Tue, 25 Oct 2022 08:59:46 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/972cd83e-cfe1-471c-b127-8be10e56726b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9f847d9-c1c0-48c4-9cf1-ceea8fa5ac0b?api-version=2022-05-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": "e5382129-7361-4623-bfdf-7ee29ea0be2c", + "x-ms-correlation-request-id": "98a319f0-874b-41fa-9f0e-b0275a53f983", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170912Z:e5382129-7361-4623-bfdf-7ee29ea0be2c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085947Z:98a319f0-874b-41fa-9f0e-b0275a53f983", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/972cd83e-cfe1-471c-b127-8be10e56726b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9f847d9-c1c0-48c4-9cf1-ceea8fa5ac0b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -495,7 +495,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:12 GMT", + "Date": "Tue, 25 Oct 2022 08:59:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -503,17 +503,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f6e1f35-676a-4559-bb07-d4d92babb8a3", + "x-ms-correlation-request-id": "37378825-838f-4542-807b-32a0f573c437", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170912Z:0f6e1f35-676a-4559-bb07-d4d92babb8a3", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085947Z:37378825-838f-4542-807b-32a0f573c437", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/972cd83e-cfe1-471c-b127-8be10e56726b", - "name": "972cd83e-cfe1-471c-b127-8be10e56726b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9f847d9-c1c0-48c4-9cf1-ceea8fa5ac0b", + "name": "f9f847d9-c1c0-48c4-9cf1-ceea8fa5ac0b", "status": "Succeeded", - "startTime": "2022-10-24T17:09:12.2175055Z", - "endTime": "2022-10-24T17:09:12.2799984Z", + "startTime": "2022-10-25T08:59:46.8649181Z", + "endTime": "2022-10-25T08:59:46.9274257Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a" @@ -521,7 +521,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/972cd83e-cfe1-471c-b127-8be10e56726b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f9f847d9-c1c0-48c4-9cf1-ceea8fa5ac0b?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -535,7 +535,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:12 GMT", + "Date": "Tue, 25 Oct 2022 08:59:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -543,19 +543,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a309770-1ace-43e0-8e5a-20bb2e48a4d8", + "x-ms-correlation-request-id": "b3a16721-7f1b-4329-8c20-1105309dd328", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170912Z:1a309770-1ace-43e0-8e5a-20bb2e48a4d8", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085947Z:b3a16721-7f1b-4329-8c20-1105309dd328", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-f2b1272a", "name": "sdk-py-tests-acc-1-f2b1272a", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A12.2240759Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A46.8637807Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T17:09:08.4011250Z" + "CreatedOnDate": "2022-10-25T08:59:43.0024992Z" }, "properties": { "encryption": { @@ -566,10 +566,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T17:09:09.3971108Z", + "createdAt": "2022-10-25T08:59:43.9753015Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T17:09:09.3971108Z" + "lastModifiedAt": "2022-10-25T08:59:43.9753015Z" } } }, @@ -588,15 +588,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:12 GMT", + "Date": "Tue, 25 Oct 2022 08:59: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": "609e3153-7138-4e3d-a8b2-fa8b0a2d37f9", + "x-ms-correlation-request-id": "47fa28c9-600d-4f7c-bcc1-a33ae85fcb5c", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170913Z:609e3153-7138-4e3d-a8b2-fa8b0a2d37f9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085947Z:47fa28c9-600d-4f7c-bcc1-a33ae85fcb5c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 d8087e7e0969..846a4fbc6285 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:08:55 GMT", + "Date": "Tue, 25 Oct 2022 08:59:29 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.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:08:55 GMT", + "Date": "Tue, 25 Oct 2022 08:59:29 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "bffe15c1-62de-452f-acbd-ea531f12b216", + "client-request-id": "dcbc3cfa-86e2-4c9e-a84d-648ee6e6272b", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "bffe15c1-62de-452f-acbd-ea531f12b216", + "client-request-id": "dcbc3cfa-86e2-4c9e-a84d-648ee6e6272b", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:08:55 GMT", + "Date": "Tue, 25 Oct 2022 08:59:30 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -227,7 +227,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:08:56 GMT", + "Date": "Tue, 25 Oct 2022 08:59:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -235,9 +235,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a888c11e-8586-4277-bb81-54e1355d4e45", + "x-ms-correlation-request-id": "37373b35-6800-46a0-bcb0-26369cc38af1", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170856Z:a888c11e-8586-4277-bb81-54e1355d4e45", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085930Z:37373b35-6800-46a0-bcb0-26369cc38af1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -300,30 +300,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/17e8fb56-8cbd-4dbd-bb4f-ddaefab4e001?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/045393c1-c17b-4efe-a809-164bace2745a?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "704", + "Content-Length": "702", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:08:59 GMT", - "ETag": "W/\u0022datetime\u00272022-10-24T17%3A08%3A58.3451527Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 08:59:33 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A32.8179566Z\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": "4318e09e-c47d-4034-942e-da55e97077d1", + "x-ms-correlation-request-id": "b81efa4e-b3cb-4c4b-a5b9-5ec10ea88cde", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170859Z:4318e09e-c47d-4034-942e-da55e97077d1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085933Z:b81efa4e-b3cb-4c4b-a5b9-5ec10ea88cde", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df", "name": "sdk-py-tests-acc-1-af624df", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-24T17%3A08%3A58.3451527Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A32.8179566Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T17:08:57.1445085Z" + "CreatedOnDate": "2022-10-25T08:59:31.7079792Z" }, "properties": { "provisioningState": "Creating" @@ -331,15 +331,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T17:08:58.1726809Z", + "createdAt": "2022-10-25T08:59:32.681668Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T17:08:58.1726809Z" + "lastModifiedAt": "2022-10-25T08:59:32.681668Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/17e8fb56-8cbd-4dbd-bb4f-ddaefab4e001?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/045393c1-c17b-4efe-a809-164bace2745a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -353,7 +353,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:08:59 GMT", + "Date": "Tue, 25 Oct 2022 08:59:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -361,17 +361,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb0b2631-2eeb-43c9-915a-3baad9c0e9a1", + "x-ms-correlation-request-id": "b20d0690-3575-4f45-9ab7-f3fc83029271", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170859Z:eb0b2631-2eeb-43c9-915a-3baad9c0e9a1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085934Z:b20d0690-3575-4f45-9ab7-f3fc83029271", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/17e8fb56-8cbd-4dbd-bb4f-ddaefab4e001", - "name": "17e8fb56-8cbd-4dbd-bb4f-ddaefab4e001", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/045393c1-c17b-4efe-a809-164bace2745a", + "name": "045393c1-c17b-4efe-a809-164bace2745a", "status": "Succeeded", - "startTime": "2022-10-24T17:08:58.3387303Z", - "endTime": "2022-10-24T17:08:58.385612Z", + "startTime": "2022-10-25T08:59:32.8152171Z", + "endTime": "2022-10-25T08:59:32.8777827Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df" @@ -393,8 +393,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:00 GMT", - "ETag": "W/\u0022datetime\u00272022-10-24T17%3A08%3A58.3869366Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 08:59:33 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A32.8797682Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -402,19 +402,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "71b2255b-70ba-4c23-be5a-d868c0b66ede", + "x-ms-correlation-request-id": "293802f5-d45b-46f0-ab1d-6206cebe15ca", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170900Z:71b2255b-70ba-4c23-be5a-d868c0b66ede", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085934Z:293802f5-d45b-46f0-ab1d-6206cebe15ca", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df", "name": "sdk-py-tests-acc-1-af624df", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-24T17%3A08%3A58.3869366Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A32.8797682Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T17:08:57.1445085Z" + "CreatedOnDate": "2022-10-25T08:59:31.7079792Z" }, "properties": { "activeDirectories": [ @@ -443,10 +443,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T17:08:58.1726809Z", + "createdAt": "2022-10-25T08:59:32.681668Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T17:08:58.1726809Z" + "lastModifiedAt": "2022-10-25T08:59:32.681668Z" } } }, @@ -466,30 +466,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30f5eb02-2cd6-436c-bc2e-47099f73ce1a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/29562a49-c267-48bc-a0b5-63e3b22c0dbb?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "704", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:02 GMT", - "ETag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A01.7801714Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 08:59:36 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A35.9591697Z\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": "9d18bbcf-79a8-45b3-bfc8-8e7b1be6f42b", + "x-ms-correlation-request-id": "e80034ee-7223-4eb3-8158-0bc18a21f91a", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170902Z:9d18bbcf-79a8-45b3-bfc8-8e7b1be6f42b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085937Z:e80034ee-7223-4eb3-8158-0bc18a21f91a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df", "name": "sdk-py-tests-acc-2-af624df", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A01.7801714Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A35.9591697Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T17:09:00.6309851Z" + "CreatedOnDate": "2022-10-25T08:59:34.8279979Z" }, "properties": { "provisioningState": "Creating" @@ -497,15 +497,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T17:09:01.5968915Z", + "createdAt": "2022-10-25T08:59:35.7939294Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T17:09:01.5968915Z" + "lastModifiedAt": "2022-10-25T08:59:35.7939294Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30f5eb02-2cd6-436c-bc2e-47099f73ce1a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/29562a49-c267-48bc-a0b5-63e3b22c0dbb?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -519,7 +519,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:02 GMT", + "Date": "Tue, 25 Oct 2022 08:59:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -527,17 +527,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f003f12-3001-4911-b735-2117997476ff", + "x-ms-correlation-request-id": "4c50286a-b43a-430b-b9e0-afbe456eed9c", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170902Z:3f003f12-3001-4911-b735-2117997476ff", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085937Z:4c50286a-b43a-430b-b9e0-afbe456eed9c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30f5eb02-2cd6-436c-bc2e-47099f73ce1a", - "name": "30f5eb02-2cd6-436c-bc2e-47099f73ce1a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/29562a49-c267-48bc-a0b5-63e3b22c0dbb", + "name": "29562a49-c267-48bc-a0b5-63e3b22c0dbb", "status": "Succeeded", - "startTime": "2022-10-24T17:09:01.776215Z", - "endTime": "2022-10-24T17:09:01.8387133Z", + "startTime": "2022-10-25T08:59:35.9621402Z", + "endTime": "2022-10-25T08:59:36.0559048Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df" @@ -559,8 +559,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:03 GMT", - "ETag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A01.8409746Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 08:59:37 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A36.0589523Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -568,19 +568,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "40e17d29-f145-4972-ab3b-b35599872307", + "x-ms-correlation-request-id": "f628364c-32d8-4648-8ebe-ac76c35e7302", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170903Z:40e17d29-f145-4972-ab3b-b35599872307", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085937Z:f628364c-32d8-4648-8ebe-ac76c35e7302", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df", "name": "sdk-py-tests-acc-2-af624df", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A01.8409746Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A36.0589523Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T17:09:00.6309851Z" + "CreatedOnDate": "2022-10-25T08:59:34.8279979Z" }, "properties": { "activeDirectories": [ @@ -609,10 +609,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T17:09:01.5968915Z", + "createdAt": "2022-10-25T08:59:35.7939294Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T17:09:01.5968915Z" + "lastModifiedAt": "2022-10-25T08:59:35.7939294Z" } } }, @@ -631,7 +631,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:03 GMT", + "Date": "Tue, 25 Oct 2022 08:59:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -639,9 +639,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d10d32fd-eabb-4577-b799-2900075767a4", + "x-ms-correlation-request-id": "d4ab8fad-e23e-450c-aae0-524a0ce5965e", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170903Z:d10d32fd-eabb-4577-b799-2900075767a4", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085937Z:d4ab8fad-e23e-450c-aae0-524a0ce5965e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -650,10 +650,10 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df", "name": "sdk-py-tests-acc-1-af624df", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-24T17%3A08%3A58.3869366Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A32.8797682Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T17:08:57.1445085Z" + "CreatedOnDate": "2022-10-25T08:59:31.7079792Z" }, "properties": { "activeDirectories": [ @@ -682,10 +682,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T17:08:58.1726809Z", + "createdAt": "2022-10-25T08:59:32.681668Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T17:08:58.1726809Z" + "lastModifiedAt": "2022-10-25T08:59:32.681668Z" } }, { @@ -731,10 +731,10 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df", "name": "sdk-py-tests-acc-2-af624df", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A01.8409746Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A36.0589523Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T17:09:00.6309851Z" + "CreatedOnDate": "2022-10-25T08:59:34.8279979Z" }, "properties": { "activeDirectories": [ @@ -763,10 +763,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T17:09:01.5968915Z", + "createdAt": "2022-10-25T08:59:35.7939294Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T17:09:01.5968915Z" + "lastModifiedAt": "2022-10-25T08:59:35.7939294Z" } } ] @@ -785,25 +785,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d118203c-a25b-405b-9e02-a634e7383105?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d043f639-ff28-4b63-8b05-7f8116cbb961?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 24 Oct 2022 17:09:04 GMT", + "Date": "Tue, 25 Oct 2022 08:59:38 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d118203c-a25b-405b-9e02-a634e7383105?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d043f639-ff28-4b63-8b05-7f8116cbb961?api-version=2022-05-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": "965288cc-94ad-4baa-9e25-3d4dcd7467d7", + "x-ms-correlation-request-id": "2012d4e5-0286-4ae1-a95f-0b4560c61bd1", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170904Z:965288cc-94ad-4baa-9e25-3d4dcd7467d7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085938Z:2012d4e5-0286-4ae1-a95f-0b4560c61bd1", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d118203c-a25b-405b-9e02-a634e7383105?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d043f639-ff28-4b63-8b05-7f8116cbb961?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -817,7 +817,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:04 GMT", + "Date": "Tue, 25 Oct 2022 08:59:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -825,17 +825,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "660622a3-4ca0-46f0-9ad1-d371d4547e05", + "x-ms-correlation-request-id": "c0d02936-4674-4bf9-8ac9-bba6968b60ff", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170904Z:660622a3-4ca0-46f0-9ad1-d371d4547e05", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085938Z:c0d02936-4674-4bf9-8ac9-bba6968b60ff", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d118203c-a25b-405b-9e02-a634e7383105", - "name": "d118203c-a25b-405b-9e02-a634e7383105", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d043f639-ff28-4b63-8b05-7f8116cbb961", + "name": "d043f639-ff28-4b63-8b05-7f8116cbb961", "status": "Succeeded", - "startTime": "2022-10-24T17:09:04.2007697Z", - "endTime": "2022-10-24T17:09:04.2320439Z", + "startTime": "2022-10-25T08:59:38.5876056Z", + "endTime": "2022-10-25T08:59:38.6501943Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df" @@ -843,7 +843,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d118203c-a25b-405b-9e02-a634e7383105?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d043f639-ff28-4b63-8b05-7f8116cbb961?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -857,7 +857,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:04 GMT", + "Date": "Tue, 25 Oct 2022 08:59:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -865,19 +865,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8b338783-0766-4b00-84b1-fda500a004b8", + "x-ms-correlation-request-id": "44196ab8-a5d7-47eb-a500-570134969dc4", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170904Z:8b338783-0766-4b00-84b1-fda500a004b8", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085939Z:44196ab8-a5d7-47eb-a500-570134969dc4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af624df", "name": "sdk-py-tests-acc-1-af624df", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A04.1986358Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A38.589506Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T17:08:57.1445085Z" + "CreatedOnDate": "2022-10-25T08:59:31.7079792Z" }, "properties": { "encryption": { @@ -888,10 +888,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T17:08:58.1726809Z", + "createdAt": "2022-10-25T08:59:32.681668Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T17:08:58.1726809Z" + "lastModifiedAt": "2022-10-25T08:59:32.681668Z" } } }, @@ -910,15 +910,15 @@ "Cache-Control": "no-cache", "Content-Length": "254", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:04 GMT", + "Date": "Tue, 25 Oct 2022 08:59: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": "b4bdc3b6-4001-4590-805b-c5a3495d7fd0", + "x-ms-correlation-request-id": "c1f5bfd4-505a-40d5-8422-2722946a978a", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170905Z:b4bdc3b6-4001-4590-805b-c5a3495d7fd0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085939Z:c1f5bfd4-505a-40d5-8422-2722946a978a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -941,25 +941,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4d3dc28-c288-43c5-b109-bf5f66e816d9?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4599f138-731d-4298-be9b-18445c680de7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 24 Oct 2022 17:09:05 GMT", + "Date": "Tue, 25 Oct 2022 08:59:39 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4d3dc28-c288-43c5-b109-bf5f66e816d9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4599f138-731d-4298-be9b-18445c680de7?api-version=2022-05-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": "23b262cc-52ab-49a1-8cb9-27ceca26cfea", + "x-ms-correlation-request-id": "293a5ff9-14a8-4bdf-bdb0-1cf806df16f9", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170905Z:23b262cc-52ab-49a1-8cb9-27ceca26cfea", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085940Z:293a5ff9-14a8-4bdf-bdb0-1cf806df16f9", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4d3dc28-c288-43c5-b109-bf5f66e816d9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4599f138-731d-4298-be9b-18445c680de7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -973,7 +973,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:05 GMT", + "Date": "Tue, 25 Oct 2022 08:59:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -981,17 +981,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5fac1942-2ff1-4105-be2a-3a59148026cf", + "x-ms-correlation-request-id": "e14a7e70-dffc-4cf7-bd2f-4337a06fd607", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170906Z:5fac1942-2ff1-4105-be2a-3a59148026cf", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085940Z:e14a7e70-dffc-4cf7-bd2f-4337a06fd607", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4d3dc28-c288-43c5-b109-bf5f66e816d9", - "name": "d4d3dc28-c288-43c5-b109-bf5f66e816d9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4599f138-731d-4298-be9b-18445c680de7", + "name": "4599f138-731d-4298-be9b-18445c680de7", "status": "Succeeded", - "startTime": "2022-10-24T17:09:05.7964354Z", - "endTime": "2022-10-24T17:09:05.8432849Z", + "startTime": "2022-10-25T08:59:40.2026847Z", + "endTime": "2022-10-25T08:59:40.3121352Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df" @@ -999,7 +999,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4d3dc28-c288-43c5-b109-bf5f66e816d9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4599f138-731d-4298-be9b-18445c680de7?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1013,7 +1013,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:06 GMT", + "Date": "Tue, 25 Oct 2022 08:59:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1021,19 +1021,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ae7c2f9-98b5-46ba-9e67-bd490bb4fdef", + "x-ms-correlation-request-id": "cbb9b31c-6a1f-441b-8249-ef7de66efcbb", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170906Z:5ae7c2f9-98b5-46ba-9e67-bd490bb4fdef", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085940Z:cbb9b31c-6a1f-441b-8249-ef7de66efcbb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-af624df", "name": "sdk-py-tests-acc-2-af624df", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A05.8017252Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A40.2045831Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T17:09:00.6309851Z" + "CreatedOnDate": "2022-10-25T08:59:34.8279979Z" }, "properties": { "encryption": { @@ -1044,10 +1044,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T17:09:01.5968915Z", + "createdAt": "2022-10-25T08:59:35.7939294Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T17:09:01.5968915Z" + "lastModifiedAt": "2022-10-25T08:59:35.7939294Z" } } }, @@ -1066,15 +1066,15 @@ "Cache-Control": "no-cache", "Content-Length": "254", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:06 GMT", + "Date": "Tue, 25 Oct 2022 08:59: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": "7f02fbc0-eb91-4896-b13e-0b02c83fb82e", + "x-ms-correlation-request-id": "0a8a81e8-4b90-456a-b186-9cc5e81d24e6", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170906Z:7f02fbc0-eb91-4896-b13e-0b02c83fb82e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085941Z:0a8a81e8-4b90-456a-b186-9cc5e81d24e6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 e6ac892c4662..6649f4d8cc6e 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:13 GMT", + "Date": "Tue, 25 Oct 2022 08:59:47 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.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:13 GMT", + "Date": "Tue, 25 Oct 2022 08:59:47 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.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "a96c46c1-c4ce-411f-b844-8b6176165693", + "client-request-id": "de3b6757-667d-481a-b505-82d38fe99b59", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "a96c46c1-c4ce-411f-b844-8b6176165693", + "client-request-id": "de3b6757-667d-481a-b505-82d38fe99b59", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:13 GMT", + "Date": "Tue, 25 Oct 2022 08:59:48 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3056b973-50ad-44d4-8176-a8794d02f803?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6f80cf37-3a57-4cc4-a5c3-0428e219820d?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "704", + "Content-Length": "702", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:16 GMT", - "ETag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A15.9819767Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 08:59:50 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A50.44293Z\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": "f3b705fb-4bf5-47ad-822b-9104900e71b9", + "x-ms-correlation-request-id": "9d583e65-ece3-4fa7-a1a6-7fb4c5537ed0", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170916Z:f3b705fb-4bf5-47ad-822b-9104900e71b9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085951Z:9d583e65-ece3-4fa7-a1a6-7fb4c5537ed0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0", "name": "sdk-py-tests-acc-1-93b24c0", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A15.9819767Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A50.44293Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T17:09:14.8596778Z" + "CreatedOnDate": "2022-10-25T08:59:49.4739455Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T17:09:15.8232818Z", + "createdAt": "2022-10-25T08:59:50.3072028Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T17:09:15.8232818Z" + "lastModifiedAt": "2022-10-25T08:59:50.3072028Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3056b973-50ad-44d4-8176-a8794d02f803?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6f80cf37-3a57-4cc4-a5c3-0428e219820d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:16 GMT", + "Date": "Tue, 25 Oct 2022 08:59:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cccc3314-d73c-49a6-8223-ab5dd0915883", + "x-ms-correlation-request-id": "2e6f337a-7c41-4d8a-95bb-90606dd87125", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170917Z:cccc3314-d73c-49a6-8223-ab5dd0915883", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085951Z:2e6f337a-7c41-4d8a-95bb-90606dd87125", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3056b973-50ad-44d4-8176-a8794d02f803", - "name": "3056b973-50ad-44d4-8176-a8794d02f803", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6f80cf37-3a57-4cc4-a5c3-0428e219820d", + "name": "6f80cf37-3a57-4cc4-a5c3-0428e219820d", "status": "Succeeded", - "startTime": "2022-10-24T17:09:15.9853078Z", - "endTime": "2022-10-24T17:09:16.0322252Z", + "startTime": "2022-10-25T08:59:50.4448134Z", + "endTime": "2022-10-25T08:59:50.4760689Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:17 GMT", - "ETag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A16.0339108Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 08:59:51 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A50.4787148Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e4808a8d-8e3a-43d5-b789-eb0a83f791b1", + "x-ms-correlation-request-id": "37a72707-2930-4596-b041-ffca2ea0670e", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170917Z:e4808a8d-8e3a-43d5-b789-eb0a83f791b1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085952Z:37a72707-2930-4596-b041-ffca2ea0670e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0", "name": "sdk-py-tests-acc-1-93b24c0", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A16.0339108Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A50.4787148Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T17:09:14.8596778Z" + "CreatedOnDate": "2022-10-25T08:59:49.4739455Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T17:09:15.8232818Z", + "createdAt": "2022-10-25T08:59:50.3072028Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T17:09:15.8232818Z" + "lastModifiedAt": "2022-10-25T08:59:50.3072028Z" } } }, @@ -399,8 +399,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:18 GMT", - "ETag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A17.9128428Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 08:59:52 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A52.5275441Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -408,20 +408,20 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e51e7dff-d540-4c67-937b-11a5da74aa5c", + "x-ms-correlation-request-id": "194e3193-b1aa-4695-90fa-d65a54b984e2", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170918Z:e51e7dff-d540-4c67-937b-11a5da74aa5c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085953Z:194e3193-b1aa-4695-90fa-d65a54b984e2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0", "name": "sdk-py-tests-acc-1-93b24c0", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A17.9128428Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A52.5275441Z\u0027\u0022", "location": "westus2", "tags": { "Tag1": "Value2", - "CreatedOnDate": "2022-10-24T17:09:17.6095485Z" + "CreatedOnDate": "2022-10-25T08:59:52.2360548Z" }, "properties": { "provisioningState": "Succeeded", @@ -450,10 +450,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T17:09:15.8232818Z", + "createdAt": "2022-10-25T08:59:50.3072028Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T17:09:17.7923086Z" + "lastModifiedAt": "2022-10-25T08:59:52.4174151Z" } } }, @@ -470,25 +470,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/04ee91b3-681f-4612-b2b3-b0ac3cfe5d5e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2fa9a52-aff5-4b4f-abc6-8995f47dc409?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 24 Oct 2022 17:09:19 GMT", + "Date": "Tue, 25 Oct 2022 08:59:53 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/04ee91b3-681f-4612-b2b3-b0ac3cfe5d5e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2fa9a52-aff5-4b4f-abc6-8995f47dc409?api-version=2022-05-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": "4875270d-58a0-4809-8206-1a4556f2fa5b", + "x-ms-correlation-request-id": "af8da654-bc8f-489f-8ac0-3a02a97c1c2d", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170919Z:4875270d-58a0-4809-8206-1a4556f2fa5b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085954Z:af8da654-bc8f-489f-8ac0-3a02a97c1c2d", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/04ee91b3-681f-4612-b2b3-b0ac3cfe5d5e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2fa9a52-aff5-4b4f-abc6-8995f47dc409?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -502,7 +502,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:19 GMT", + "Date": "Tue, 25 Oct 2022 08:59:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -510,17 +510,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82826b72-31f5-475b-9380-87628ecdaaeb", + "x-ms-correlation-request-id": "dd84cf3d-c440-45c5-8930-e0042ab64717", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170919Z:82826b72-31f5-475b-9380-87628ecdaaeb", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085954Z:dd84cf3d-c440-45c5-8930-e0042ab64717", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/04ee91b3-681f-4612-b2b3-b0ac3cfe5d5e", - "name": "04ee91b3-681f-4612-b2b3-b0ac3cfe5d5e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2fa9a52-aff5-4b4f-abc6-8995f47dc409", + "name": "d2fa9a52-aff5-4b4f-abc6-8995f47dc409", "status": "Succeeded", - "startTime": "2022-10-24T17:09:19.4439243Z", - "endTime": "2022-10-24T17:09:19.4908299Z", + "startTime": "2022-10-25T08:59:54.2985252Z", + "endTime": "2022-10-25T08:59:54.4079103Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0" @@ -528,7 +528,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/04ee91b3-681f-4612-b2b3-b0ac3cfe5d5e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d2fa9a52-aff5-4b4f-abc6-8995f47dc409?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -542,7 +542,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:19 GMT", + "Date": "Tue, 25 Oct 2022 08:59:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -550,20 +550,20 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "169d68b7-f215-483a-bf0a-c763126f58f9", + "x-ms-correlation-request-id": "1015d0b4-4d31-4cf5-af41-38eb6ef68078", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170920Z:169d68b7-f215-483a-bf0a-c763126f58f9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085954Z:1015d0b4-4d31-4cf5-af41-38eb6ef68078", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-93b24c0", "name": "sdk-py-tests-acc-1-93b24c0", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-24T17%3A09%3A19.4459716Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T08%3A59%3A54.2905368Z\u0027\u0022", "location": "westus2", "tags": { "Tag1": "Value2", - "CreatedOnDate": "2022-10-24T17:09:17.6095485Z" + "CreatedOnDate": "2022-10-25T08:59:52.2360548Z" }, "properties": { "encryption": { @@ -574,10 +574,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T17:09:15.8232818Z", + "createdAt": "2022-10-25T08:59:50.3072028Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T17:09:17.7923086Z" + "lastModifiedAt": "2022-10-25T08:59:52.4174151Z" } } }, @@ -596,15 +596,15 @@ "Cache-Control": "no-cache", "Content-Length": "254", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 17:09:19 GMT", + "Date": "Tue, 25 Oct 2022 08:59:54 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": "fb39958c-c7d6-4836-a25c-624530afecea", + "x-ms-correlation-request-id": "5fb84ab4-67a1-492d-b16f-d9c9831f5a29", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T170920Z:fb39958c-c7d6-4836-a25c-624530afecea", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T085955Z:5fb84ab4-67a1-492d-b16f-d9c9831f5a29", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 86f01403d66a..6a2f6badc397 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:05:10 GMT", + "Date": "Tue, 25 Oct 2022 09:26:39 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.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:05:10 GMT", + "Date": "Tue, 25 Oct 2022 09:26:39 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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "b3adf12f-6fea-45d2-af36-270f5a01d168", + "client-request-id": "c1637931-d1b8-434f-b1e6-271de6a4bf69", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "b3adf12f-6fea-45d2-af36-270f5a01d168", + "client-request-id": "c1637931-d1b8-434f-b1e6-271de6a4bf69", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:05:10 GMT", + "Date": "Tue, 25 Oct 2022 09:26:40 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b2c199c2-3e67-4e3c-93ea-8f79574f144c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f0807dd3-2b44-4431-8f94-1c9c05eced9d?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:05:19 GMT", + "Date": "Tue, 25 Oct 2022 09:26:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6451f83d-4fb6-4846-96e9-b9e8e9f27203", - "x-ms-correlation-request-id": "76c2cde5-2d26-4f5d-95fb-50921606b519", + "x-ms-arm-service-request-id": "341524ca-c07c-45c4-8a29-08b47aa937d9", + "x-ms-correlation-request-id": "d6d4454c-a576-43d2-8329-8c6fbf99d73c", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T220520Z:76c2cde5-2d26-4f5d-95fb-50921606b519" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092651Z:d6d4454c-a576-43d2-8329-8c6fbf99d73c" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-aac12d96", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96", - "etag": "W/\u0022f27dc8d8-7b51-4e42-afee-a19cc20abeef\u0022", + "etag": "W/\u0022b3f7209a-b304-4b91-a554-221c277093cd\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:05:13.0043493Z" + "CreatedOnDate": "2022-10-25T09:26:43.4374944Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "9403ded5-fee8-4f48-88c8-5174e91dc581", + "resourceGuid": "181d376b-d7cd-43b9-9a72-4cc3daec2f4d", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b2c199c2-3e67-4e3c-93ea-8f79574f144c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f0807dd3-2b44-4431-8f94-1c9c05eced9d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:05:20 GMT", + "Date": "Tue, 25 Oct 2022 09:26:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -305,17 +305,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "08233838-1441-48dd-97b6-8399043c1250", - "x-ms-correlation-request-id": "5e16d479-7f6f-44c3-9c71-2c19b9013f70", + "x-ms-arm-service-request-id": "1681d835-7d97-4c88-89b6-0bce3e7b5994", + "x-ms-correlation-request-id": "83a1a91e-1cde-4f5e-9a73-ea42ca065db2", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T220520Z:5e16d479-7f6f-44c3-9c71-2c19b9013f70" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092651Z:83a1a91e-1cde-4f5e-9a73-ea42ca065db2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b2c199c2-3e67-4e3c-93ea-8f79574f144c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f0807dd3-2b44-4431-8f94-1c9c05eced9d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -329,7 +329,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:05:30 GMT", + "Date": "Tue, 25 Oct 2022 09:27:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,10 +340,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fdad28a0-6ec4-4011-b7f9-60005dde2434", - "x-ms-correlation-request-id": "b0b6dbb7-3f1c-4adb-9d82-72c455516fd4", + "x-ms-arm-service-request-id": "1d0b35c3-945c-4b2b-9d15-dc6ba8c18c94", + "x-ms-correlation-request-id": "07bf93bd-32e0-4023-80bd-afabe4da191d", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T220530Z:b0b6dbb7-3f1c-4adb-9d82-72c455516fd4" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092701Z:07bf93bd-32e0-4023-80bd-afabe4da191d" }, "ResponseBody": { "status": "Succeeded" @@ -364,8 +364,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:05:30 GMT", - "ETag": "W/\u0022e8e524dd-b1ff-41d9-8137-d214250d9ede\u0022", + "Date": "Tue, 25 Oct 2022 09:27:01 GMT", + "ETag": "W/\u00220eb449ae-6019-4bc7-92bd-894ba2f21c69\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -376,23 +376,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4467d266-1121-44f8-84fe-6e2e94960c71", - "x-ms-correlation-request-id": "b253573b-2b40-4424-bbb8-3c2455126b84", + "x-ms-arm-service-request-id": "27cf381e-26da-45a5-ab7f-f2d60de75aa9", + "x-ms-correlation-request-id": "cdb5e8f5-f25e-45f9-9c51-d456383809fb", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T220531Z:b253573b-2b40-4424-bbb8-3c2455126b84" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092702Z:cdb5e8f5-f25e-45f9-9c51-d456383809fb" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-aac12d96", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96", - "etag": "W/\u0022e8e524dd-b1ff-41d9-8137-d214250d9ede\u0022", + "etag": "W/\u00220eb449ae-6019-4bc7-92bd-894ba2f21c69\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:05:13.0043493Z" + "CreatedOnDate": "2022-10-25T09:26:43.4374944Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "9403ded5-fee8-4f48-88c8-5174e91dc581", + "resourceGuid": "181d376b-d7cd-43b9-9a72-4cc3daec2f4d", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -431,11 +431,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2850b571-cad3-4d92-b620-cdd0665a3f29?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/904c2fbe-b838-4324-91b4-f90b80a7ec64?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:05:31 GMT", + "Date": "Tue, 25 Oct 2022 09:27:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -445,15 +445,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ff07252b-4e29-4ec0-ba94-8b516908d153", - "x-ms-correlation-request-id": "950009b1-b008-424c-981e-fd4a305e71d9", + "x-ms-arm-service-request-id": "147fda05-b7b0-4307-913c-6fc4111f1ccd", + "x-ms-correlation-request-id": "62c5ce01-e009-4319-ab83-1fdfb3a574c6", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T220531Z:950009b1-b008-424c-981e-fd4a305e71d9" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092703Z:62c5ce01-e009-4319-ab83-1fdfb3a574c6" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", - "etag": "W/\u00226ef97962-4a31-4827-af92-dce338a2cc48\u0022", + "etag": "W/\u0022cc467a84-de36-48c3-b44b-563ed7e8f12b\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -461,7 +461,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00226ef97962-4a31-4827-af92-dce338a2cc48\u0022", + "etag": "W/\u0022cc467a84-de36-48c3-b44b-563ed7e8f12b\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -481,7 +481,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2850b571-cad3-4d92-b620-cdd0665a3f29?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/904c2fbe-b838-4324-91b4-f90b80a7ec64?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -495,9 +495,10 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:05:31 GMT", + "Date": "Tue, 25 Oct 2022 09:27:02 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" @@ -506,10 +507,45 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ba7a3876-6679-4a79-b889-a9d1c68903d0", - "x-ms-correlation-request-id": "9a121c34-d427-4446-8c05-5a7fcd230963", + "x-ms-arm-service-request-id": "ddcca96f-2330-42f6-ae75-a60f61a8f6cb", + "x-ms-correlation-request-id": "385da221-c7bb-4ac2-bc99-46157ab75103", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T220531Z:9a121c34-d427-4446-8c05-5a7fcd230963" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092703Z:385da221-c7bb-4ac2-bc99-46157ab75103" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/904c2fbe-b838-4324-91b4-f90b80a7ec64?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 09:27:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "3ffc0e4d-00ad-4d1b-92b3-18215b9ad7d8", + "x-ms-correlation-request-id": "a9e554ce-be2e-469a-a4ce-d24508ad69da", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092713Z:a9e554ce-be2e-469a-a4ce-d24508ad69da" }, "ResponseBody": { "status": "Succeeded" @@ -530,8 +566,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:05:31 GMT", - "ETag": "W/\u00222ecfcfb3-32fb-4104-9a19-aba47205aefa\u0022", + "Date": "Tue, 25 Oct 2022 09:27:14 GMT", + "ETag": "W/\u0022ddf85311-1a76-47cf-9184-412999758f80\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -542,15 +578,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5335784e-812b-4f2e-97b8-65d89caa1f66", - "x-ms-correlation-request-id": "29063512-b65b-4d7f-99be-2236d08afb46", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T220532Z:29063512-b65b-4d7f-99be-2236d08afb46" + "x-ms-arm-service-request-id": "e00dd11f-b0bd-499e-887e-1faa92848d07", + "x-ms-correlation-request-id": "9af825f5-ef05-4c11-bcb6-317d9c6b6147", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092714Z:9af825f5-ef05-4c11-bcb6-317d9c6b6147" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", - "etag": "W/\u00222ecfcfb3-32fb-4104-9a19-aba47205aefa\u0022", + "etag": "W/\u0022ddf85311-1a76-47cf-9184-412999758f80\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -558,7 +594,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00222ecfcfb3-32fb-4104-9a19-aba47205aefa\u0022", + "etag": "W/\u0022ddf85311-1a76-47cf-9184-412999758f80\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -594,12 +630,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:05:32 GMT", + "Date": "Tue, 25 Oct 2022 09:27:13 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -688,12 +724,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:05:32 GMT", + "Date": "Tue, 25 Oct 2022 09:27:13 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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -749,9 +785,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "3acc1c26-b18d-424a-88e0-eaf169470a7c", + "client-request-id": "52cb8329-cb46-4621-bad1-f4c0dcd0148e", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -763,14 +799,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "3acc1c26-b18d-424a-88e0-eaf169470a7c", + "client-request-id": "52cb8329-cb46-4621-bad1-f4c0dcd0148e", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:05:32 GMT", + "Date": "Tue, 25 Oct 2022 09:27:13 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -778,7 +814,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -805,30 +841,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cd4093b-e94a-4b78-96be-c15d43cf152f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/933e53c8-ede8-4466-ab23-fa8b6e445951?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "704", + "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:05:36 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T22%3A05%3A35.8755133Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 09:27:19 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T09%3A27%3A17.8422843Z\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": "f4ba853e-e250-4c89-8224-fb730d341419", + "x-ms-correlation-request-id": "99b04f28-e7ba-415d-bf4e-05326b9dea12", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T220537Z:f4ba853e-e250-4c89-8224-fb730d341419", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092719Z:99b04f28-e7ba-415d-bf4e-05326b9dea12", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A05%3A35.8755133Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A27%3A17.8422843Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:05:33.7429928Z" + "CreatedOnDate": "2022-10-25T09:27:15.7154742Z" }, "properties": { "provisioningState": "Creating" @@ -836,15 +872,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:05:34.912331Z", + "createdAt": "2022-10-25T09:27:16.8420483Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:05:34.912331Z" + "lastModifiedAt": "2022-10-25T09:27:16.8420483Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cd4093b-e94a-4b78-96be-c15d43cf152f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/933e53c8-ede8-4466-ab23-fa8b6e445951?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -858,7 +894,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:05:36 GMT", + "Date": "Tue, 25 Oct 2022 09:27:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -866,17 +902,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ae96fd5-d73f-4c98-9007-6b508f6df2fe", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T220537Z:0ae96fd5-d73f-4c98-9007-6b508f6df2fe", + "x-ms-correlation-request-id": "892e9184-42c6-4a82-98c1-8fe27b151e8e", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092719Z:892e9184-42c6-4a82-98c1-8fe27b151e8e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cd4093b-e94a-4b78-96be-c15d43cf152f", - "name": "7cd4093b-e94a-4b78-96be-c15d43cf152f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/933e53c8-ede8-4466-ab23-fa8b6e445951", + "name": "933e53c8-ede8-4466-ab23-fa8b6e445951", "status": "Succeeded", - "startTime": "2022-10-21T22:05:35.8701804Z", - "endTime": "2022-10-21T22:05:35.9170522Z", + "startTime": "2022-10-25T09:27:17.8358796Z", + "endTime": "2022-10-25T09:27:17.9453278Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96" @@ -898,8 +934,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:05:37 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T22%3A05%3A35.9221594Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 09:27:19 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T09%3A27%3A17.9194438Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -907,19 +943,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "72416ee6-7cd5-4d96-bee6-59a66a2897c9", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T220537Z:72416ee6-7cd5-4d96-bee6-59a66a2897c9", + "x-ms-correlation-request-id": "ca450db5-2e79-45bd-8fa9-81d5832ac792", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092719Z:ca450db5-2e79-45bd-8fa9-81d5832ac792", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A05%3A35.9221594Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A27%3A17.9194438Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:05:33.7429928Z" + "CreatedOnDate": "2022-10-25T09:27:15.7154742Z" }, "properties": { "activeDirectories": [ @@ -948,10 +984,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:05:34.912331Z", + "createdAt": "2022-10-25T09:27:16.8420483Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:05:34.912331Z" + "lastModifiedAt": "2022-10-25T09:27:16.8420483Z" } } }, @@ -977,30 +1013,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c05dbda8-c83f-4469-b346-5be9d56eab47?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56686e94-ac92-4d80-80ac-a48637200d29?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "921", + "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:05:39 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T22%3A05%3A39.559354Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 09:27:22 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T09%3A27%3A21.6221294Z\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": "74f05e4c-4c89-48f7-b06e-d4ca7e3216f6", + "x-ms-correlation-request-id": "fb90eb86-f1b5-46ff-b3ca-24c7db4abec8", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T220540Z:74f05e4c-4c89-48f7-b06e-d4ca7e3216f6", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092722Z:fb90eb86-f1b5-46ff-b3ca-24c7db4abec8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A05%3A39.559354Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A27%3A21.6221294Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:05:38.1482187Z" + "CreatedOnDate": "2022-10-25T09:27:20.2615036Z" }, "properties": { "serviceLevel": "Premium", @@ -1014,15 +1050,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:05:39.3227312Z", + "createdAt": "2022-10-25T09:27:21.3916187Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:05:39.3227312Z" + "lastModifiedAt": "2022-10-25T09:27:21.3916187Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c05dbda8-c83f-4469-b346-5be9d56eab47?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56686e94-ac92-4d80-80ac-a48637200d29?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1036,7 +1072,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:05:40 GMT", + "Date": "Tue, 25 Oct 2022 09:27:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1044,17 +1080,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "35da4ff0-0916-45bc-87c9-cf31f209d024", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T220540Z:35da4ff0-0916-45bc-87c9-cf31f209d024", + "x-ms-correlation-request-id": "e7301e13-8fb5-4c40-9368-463c05b8fec5", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092722Z:e7301e13-8fb5-4c40-9368-463c05b8fec5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c05dbda8-c83f-4469-b346-5be9d56eab47", - "name": "c05dbda8-c83f-4469-b346-5be9d56eab47", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56686e94-ac92-4d80-80ac-a48637200d29", + "name": "56686e94-ac92-4d80-80ac-a48637200d29", "status": "Succeeded", - "startTime": "2022-10-21T22:05:39.5579317Z", - "endTime": "2022-10-21T22:05:40.4173789Z", + "startTime": "2022-10-25T09:27:21.6330848Z", + "endTime": "2022-10-25T09:27:22.4300251Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1" @@ -1076,8 +1112,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:05:40 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T22%3A05%3A40.4125877Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 09:27:23 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T09%3A27%3A22.429872Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1085,22 +1121,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d7499f7-7b1d-4205-a9a9-63da12b79574", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T220541Z:8d7499f7-7b1d-4205-a9a9-63da12b79574", + "x-ms-correlation-request-id": "d4a1f3eb-3e2a-4255-aed8-cfd67d2a0450", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092723Z:d4a1f3eb-3e2a-4255-aed8-cfd67d2a0450", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A05%3A40.4125877Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A27%3A22.429872Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:05:38.1482187Z" + "CreatedOnDate": "2022-10-25T09:27:20.2615036Z" }, "properties": { - "poolId": "46fa96e6-c6a1-b09a-eb32-f9771af9f870", + "poolId": "235fcd51-6a1c-7963-dc4d-0cc7136c4643", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1113,10 +1149,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:05:39.3227312Z", + "createdAt": "2022-10-25T09:27:21.3916187Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:05:39.3227312Z" + "lastModifiedAt": "2022-10-25T09:27:21.3916187Z" } } }, @@ -1159,30 +1195,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "1585", + "Content-Length": "1583", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:05:54 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T22%3A05%3A53.3292826Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 09:27:36 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T09%3A27%3A35.2273712Z\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": "7ac90635-eb74-4386-a358-5e634f7604ca", + "x-ms-correlation-request-id": "b070042b-75d1-4417-a8bd-c0cfdde62a35", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T220554Z:7ac90635-eb74-4386-a358-5e634f7604ca", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092736Z:b070042b-75d1-4417-a8bd-c0cfdde62a35", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A05%3A53.3292826Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A27%3A35.2273712Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:05:51.6422177Z" + "CreatedOnDate": "2022-10-25T09:27:33.6094774Z" }, "properties": { "serviceLevel": "Premium", @@ -1212,55 +1248,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:05:52.9721055Z", + "createdAt": "2022-10-25T09:27:34.899213Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:05:52.9721055Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:05: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": "f0c7adaf-4d99-469c-b9dc-82921a791719", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T220554Z:f0c7adaf-4d99-469c-b9dc-82921a791719", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91", - "name": "0e89d287-7a39-4485-80aa-6fce6272fa91", - "status": "Creating", - "startTime": "2022-10-21T22:05:53.3346291Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" + "lastModifiedAt": "2022-10-25T09:27:34.899213Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1274,7 +1270,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:06:24 GMT", + "Date": "Tue, 25 Oct 2022 09:27:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1282,16 +1278,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2953306b-a06f-43b3-bc31-30d52fb2e9ca", + "x-ms-correlation-request-id": "8f66c320-a633-4a2a-9797-bc05d6086723", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T220624Z:2953306b-a06f-43b3-bc31-30d52fb2e9ca", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092736Z:8f66c320-a633-4a2a-9797-bc05d6086723", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91", - "name": "0e89d287-7a39-4485-80aa-6fce6272fa91", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3", + "name": "8ab892c9-a123-4945-98b1-95c73a0288e3", "status": "Creating", - "startTime": "2022-10-21T22:05:53.3346291Z", + "startTime": "2022-10-25T09:27:35.2310009Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1300,7 +1296,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1314,7 +1310,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:06:54 GMT", + "Date": "Tue, 25 Oct 2022 09:28:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1322,16 +1318,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bc81186b-aa9f-4c55-9444-3ce49723546b", + "x-ms-correlation-request-id": "3c9deabd-0b6b-40ef-a3bc-5c701cc41c93", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T220655Z:bc81186b-aa9f-4c55-9444-3ce49723546b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092806Z:3c9deabd-0b6b-40ef-a3bc-5c701cc41c93", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91", - "name": "0e89d287-7a39-4485-80aa-6fce6272fa91", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3", + "name": "8ab892c9-a123-4945-98b1-95c73a0288e3", "status": "Creating", - "startTime": "2022-10-21T22:05:53.3346291Z", + "startTime": "2022-10-25T09:27:35.2310009Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1340,7 +1336,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1354,7 +1350,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:07:25 GMT", + "Date": "Tue, 25 Oct 2022 09:28:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1362,16 +1358,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d0509f8-61fa-477b-8eed-0c5527ff6d04", + "x-ms-correlation-request-id": "22121972-39d2-4dc6-82a5-39345f12ea09", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T220725Z:4d0509f8-61fa-477b-8eed-0c5527ff6d04", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092837Z:22121972-39d2-4dc6-82a5-39345f12ea09", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91", - "name": "0e89d287-7a39-4485-80aa-6fce6272fa91", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3", + "name": "8ab892c9-a123-4945-98b1-95c73a0288e3", "status": "Creating", - "startTime": "2022-10-21T22:05:53.3346291Z", + "startTime": "2022-10-25T09:27:35.2310009Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1380,7 +1376,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1394,7 +1390,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:07:55 GMT", + "Date": "Tue, 25 Oct 2022 09:29:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1402,16 +1398,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c2e185ae-c681-43bf-ac23-c195e6deae48", + "x-ms-correlation-request-id": "d21e1b96-a045-405d-951f-5c8213b1c690", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T220755Z:c2e185ae-c681-43bf-ac23-c195e6deae48", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092907Z:d21e1b96-a045-405d-951f-5c8213b1c690", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91", - "name": "0e89d287-7a39-4485-80aa-6fce6272fa91", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3", + "name": "8ab892c9-a123-4945-98b1-95c73a0288e3", "status": "Creating", - "startTime": "2022-10-21T22:05:53.3346291Z", + "startTime": "2022-10-25T09:27:35.2310009Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1420,7 +1416,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1434,7 +1430,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:08:25 GMT", + "Date": "Tue, 25 Oct 2022 09:29:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1442,16 +1438,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "258343e8-427d-4847-a02a-36a8f32c3f4a", + "x-ms-correlation-request-id": "b7b6ec02-88c5-4b8a-9363-bdc55ce71984", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T220825Z:258343e8-427d-4847-a02a-36a8f32c3f4a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092937Z:b7b6ec02-88c5-4b8a-9363-bdc55ce71984", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91", - "name": "0e89d287-7a39-4485-80aa-6fce6272fa91", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3", + "name": "8ab892c9-a123-4945-98b1-95c73a0288e3", "status": "Creating", - "startTime": "2022-10-21T22:05:53.3346291Z", + "startTime": "2022-10-25T09:27:35.2310009Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1460,7 +1456,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1474,7 +1470,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:08:55 GMT", + "Date": "Tue, 25 Oct 2022 09:30:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1482,16 +1478,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6756415-66fa-4f71-a262-401868a65dbe", + "x-ms-correlation-request-id": "d1e3b05a-5eda-4efb-be22-9a62be731671", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T220856Z:e6756415-66fa-4f71-a262-401868a65dbe", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093008Z:d1e3b05a-5eda-4efb-be22-9a62be731671", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91", - "name": "0e89d287-7a39-4485-80aa-6fce6272fa91", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3", + "name": "8ab892c9-a123-4945-98b1-95c73a0288e3", "status": "Creating", - "startTime": "2022-10-21T22:05:53.3346291Z", + "startTime": "2022-10-25T09:27:35.2310009Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1500,7 +1496,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1514,7 +1510,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:09:26 GMT", + "Date": "Tue, 25 Oct 2022 09:30:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1522,16 +1518,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f5e8e37-02cc-4807-9a66-1599d2d4470e", + "x-ms-correlation-request-id": "4e721fb3-bc96-4015-aa17-35f3ad46ce3e", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T220926Z:8f5e8e37-02cc-4807-9a66-1599d2d4470e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093038Z:4e721fb3-bc96-4015-aa17-35f3ad46ce3e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91", - "name": "0e89d287-7a39-4485-80aa-6fce6272fa91", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3", + "name": "8ab892c9-a123-4945-98b1-95c73a0288e3", "status": "Creating", - "startTime": "2022-10-21T22:05:53.3346291Z", + "startTime": "2022-10-25T09:27:35.2310009Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1540,7 +1536,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1554,7 +1550,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:09:56 GMT", + "Date": "Tue, 25 Oct 2022 09:31:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1562,16 +1558,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0b67f4a5-adba-4c60-970b-fd404f510f46", + "x-ms-correlation-request-id": "eb964072-ca95-4534-90b6-aabb06f36a1e", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T220956Z:0b67f4a5-adba-4c60-970b-fd404f510f46", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093108Z:eb964072-ca95-4534-90b6-aabb06f36a1e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91", - "name": "0e89d287-7a39-4485-80aa-6fce6272fa91", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3", + "name": "8ab892c9-a123-4945-98b1-95c73a0288e3", "status": "Creating", - "startTime": "2022-10-21T22:05:53.3346291Z", + "startTime": "2022-10-25T09:27:35.2310009Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1580,7 +1576,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1594,7 +1590,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:10:26 GMT", + "Date": "Tue, 25 Oct 2022 09:31:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1602,16 +1598,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7267cda9-739e-46a0-b858-411acb1fea18", + "x-ms-correlation-request-id": "15abf6ab-9df8-438d-9f9b-9228a8919ac0", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221026Z:7267cda9-739e-46a0-b858-411acb1fea18", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093138Z:15abf6ab-9df8-438d-9f9b-9228a8919ac0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91", - "name": "0e89d287-7a39-4485-80aa-6fce6272fa91", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3", + "name": "8ab892c9-a123-4945-98b1-95c73a0288e3", "status": "Creating", - "startTime": "2022-10-21T22:05:53.3346291Z", + "startTime": "2022-10-25T09:27:35.2310009Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1620,7 +1616,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1634,7 +1630,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:10:57 GMT", + "Date": "Tue, 25 Oct 2022 09:32:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1642,57 +1638,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c356d46-c990-4344-b810-2ff65de062e6", + "x-ms-correlation-request-id": "88cc799f-27f3-4a22-8bf6-9c0b9b58b504", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221057Z:8c356d46-c990-4344-b810-2ff65de062e6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91", - "name": "0e89d287-7a39-4485-80aa-6fce6272fa91", - "status": "Creating", - "startTime": "2022-10-21T22:05:53.3346291Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:11: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": "1f7f385e-dc3b-4d97-a5fa-241acc3b1a68", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221127Z:1f7f385e-dc3b-4d97-a5fa-241acc3b1a68", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093209Z:88cc799f-27f3-4a22-8bf6-9c0b9b58b504", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0e89d287-7a39-4485-80aa-6fce6272fa91", - "name": "0e89d287-7a39-4485-80aa-6fce6272fa91", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3", + "name": "8ab892c9-a123-4945-98b1-95c73a0288e3", "status": "Succeeded", - "startTime": "2022-10-21T22:05:53.3346291Z", - "endTime": "2022-10-21T22:11:26.5148378Z", + "startTime": "2022-10-25T09:27:35.2310009Z", + "endTime": "2022-10-25T09:32:07.9089999Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" @@ -1714,8 +1670,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:11:28 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T22%3A11%3A26.5083709Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 09:32:08 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T09%3A32%3A07.9029819Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1723,22 +1679,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "20bf349f-af0d-4644-9a54-b3ac601670af", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221128Z:20bf349f-af0d-4644-9a54-b3ac601670af", + "x-ms-correlation-request-id": "aa0ebaec-e811-405e-a0ce-703000af7fbc", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093209Z:aa0ebaec-e811-405e-a0ce-703000af7fbc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A11%3A26.5083709Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A32%3A07.9029819Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:05:51.6422177Z" + "CreatedOnDate": "2022-10-25T09:27:33.6094774Z" }, "properties": { - "fileSystemId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", + "fileSystemId": "8293ae29-a018-a649-0376-c7d9581d5558", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-aac12d96", "usageThreshold": 107374182400, @@ -1766,7 +1722,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c0c9477a", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_0a095d18", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1781,8 +1737,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", - "fileSystemId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", + "mountTargetId": "8293ae29-a018-a649-0376-c7d9581d5558", + "fileSystemId": "8293ae29-a018-a649-0376-c7d9581d5558", "ipAddress": "10.0.0.4" } ], @@ -1802,10 +1758,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:05:52.9721055Z", + "createdAt": "2022-10-25T09:27:34.899213Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:05:52.9721055Z" + "lastModifiedAt": "2022-10-25T09:27:34.899213Z" } } }, @@ -1824,8 +1780,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:11:38 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T22%3A11%3A26.5083709Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 09:32:19 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T09%3A32%3A07.9029819Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1833,22 +1789,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c2a10b22-5e34-493d-9efb-766360c666f0", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221139Z:c2a10b22-5e34-493d-9efb-766360c666f0", + "x-ms-correlation-request-id": "f5b8ac20-0d0e-452f-aa8d-147f57c7b832", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093219Z:f5b8ac20-0d0e-452f-aa8d-147f57c7b832", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A11%3A26.5083709Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A32%3A07.9029819Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:05:51.6422177Z" + "CreatedOnDate": "2022-10-25T09:27:33.6094774Z" }, "properties": { - "fileSystemId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", + "fileSystemId": "8293ae29-a018-a649-0376-c7d9581d5558", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-aac12d96", "usageThreshold": 107374182400, @@ -1876,7 +1832,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c0c9477a", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_0a095d18", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1891,8 +1847,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", - "fileSystemId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", + "mountTargetId": "8293ae29-a018-a649-0376-c7d9581d5558", + "fileSystemId": "8293ae29-a018-a649-0376-c7d9581d5558", "ipAddress": "10.0.0.4" } ], @@ -1912,10 +1868,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:05:52.9721055Z", + "createdAt": "2022-10-25T09:27:34.899213Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:05:52.9721055Z" + "lastModifiedAt": "2022-10-25T09:27:34.899213Z" } } }, @@ -1934,7 +1890,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:11:38 GMT", + "Date": "Tue, 25 Oct 2022 09:32:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1942,9 +1898,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c77ac0b-2753-49c9-bfab-ccf5a7c5d9b5", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221139Z:1c77ac0b-2753-49c9-bfab-ccf5a7c5d9b5", + "x-ms-correlation-request-id": "21c845e8-f021-4b53-b0e3-2df02d693740", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093220Z:21c845e8-f021-4b53-b0e3-2df02d693740", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1986,35 +1942,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c9613e1-0d9e-494c-aa96-1083def6ef9a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fdbd384c-dc17-4e7a-983d-90d29c46d39f?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "2480", + "Content-Length": "2478", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:11:39 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T22%3A11%3A40.1735491Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 09:32:20 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T09%3A32%3A21.0124966Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c9613e1-0d9e-494c-aa96-1083def6ef9a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fdbd384c-dc17-4e7a-983d-90d29c46d39f?api-version=2022-05-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": "ab72261e-7ff7-46e1-b983-1bf994792143", + "x-ms-correlation-request-id": "060e0efe-e8a7-4e72-b873-7926bf011a46", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221140Z:ab72261e-7ff7-46e1-b983-1bf994792143", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093221Z:060e0efe-e8a7-4e72-b873-7926bf011a46", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A11%3A40.1735491Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A32%3A21.0124966Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:05:51.6422177Z" + "CreatedOnDate": "2022-10-25T09:27:33.6094774Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", + "fileSystemId": "8293ae29-a018-a649-0376-c7d9581d5558", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-aac12d96", "usageThreshold": 107374182400, @@ -2042,7 +1998,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c0c9477a", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_0a095d18", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2057,8 +2013,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", - "fileSystemId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", + "mountTargetId": "8293ae29-a018-a649-0376-c7d9581d5558", + "fileSystemId": "8293ae29-a018-a649-0376-c7d9581d5558", "ipAddress": "10.0.0.4" } ], @@ -2077,15 +2033,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:05:52.9721055Z", + "createdAt": "2022-10-25T09:27:34.899213Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:05:52.9721055Z" + "lastModifiedAt": "2022-10-25T09:27:34.899213Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c9613e1-0d9e-494c-aa96-1083def6ef9a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fdbd384c-dc17-4e7a-983d-90d29c46d39f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2099,7 +2055,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:11:39 GMT", + "Date": "Tue, 25 Oct 2022 09:32:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2107,16 +2063,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c686de69-6bed-4367-8207-54918ad9c79d", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221140Z:c686de69-6bed-4367-8207-54918ad9c79d", + "x-ms-correlation-request-id": "6d708265-8d07-480f-bf19-a8b3ab726be6", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093221Z:6d708265-8d07-480f-bf19-a8b3ab726be6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c9613e1-0d9e-494c-aa96-1083def6ef9a", - "name": "2c9613e1-0d9e-494c-aa96-1083def6ef9a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fdbd384c-dc17-4e7a-983d-90d29c46d39f", + "name": "fdbd384c-dc17-4e7a-983d-90d29c46d39f", "status": "Patching", - "startTime": "2022-10-21T22:11:40.1765263Z", + "startTime": "2022-10-25T09:32:21.0169375Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2125,7 +2081,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c9613e1-0d9e-494c-aa96-1083def6ef9a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fdbd384c-dc17-4e7a-983d-90d29c46d39f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2139,7 +2095,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:12:10 GMT", + "Date": "Tue, 25 Oct 2022 09:32:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2147,17 +2103,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7dfac4b6-75d3-44e2-9832-36dafa44bc6e", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221210Z:7dfac4b6-75d3-44e2-9832-36dafa44bc6e", + "x-ms-correlation-request-id": "b9aa31bb-3c06-4759-b978-91c5a7532011", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093251Z:b9aa31bb-3c06-4759-b978-91c5a7532011", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c9613e1-0d9e-494c-aa96-1083def6ef9a", - "name": "2c9613e1-0d9e-494c-aa96-1083def6ef9a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fdbd384c-dc17-4e7a-983d-90d29c46d39f", + "name": "fdbd384c-dc17-4e7a-983d-90d29c46d39f", "status": "Succeeded", - "startTime": "2022-10-21T22:11:40.1765263Z", - "endTime": "2022-10-21T22:11:42.8642378Z", + "startTime": "2022-10-25T09:32:21.0169375Z", + "endTime": "2022-10-25T09:32:23.9089745Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" @@ -2165,7 +2121,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c9613e1-0d9e-494c-aa96-1083def6ef9a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fdbd384c-dc17-4e7a-983d-90d29c46d39f?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2179,7 +2135,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:12:10 GMT", + "Date": "Tue, 25 Oct 2022 09:32:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2187,19 +2143,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fba09986-d3d7-4336-a104-7209aac9918b", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221211Z:fba09986-d3d7-4336-a104-7209aac9918b", + "x-ms-correlation-request-id": "065424df-4349-47e2-9bbd-0b64761653bc", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093251Z:065424df-4349-47e2-9bbd-0b64761653bc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A11%3A42.8680064Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A32%3A23.8628682Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:11:39.8367924Z" + "CreatedOnDate": "2022-10-25T09:32:20.7091742Z" }, "properties": { "dataProtection": { @@ -2209,7 +2165,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/vaults/cbsvault" } }, - "fileSystemId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", + "fileSystemId": "8293ae29-a018-a649-0376-c7d9581d5558", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-aac12d96", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2240,19 +2196,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c0c9477a", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_0a095d18", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", - "poolId": "46fa96e6-c6a1-b09a-eb32-f9771af9f870", + "poolId": "235fcd51-6a1c-7963-dc4d-0cc7136c4643", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", - "fileSystemId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", + "mountTargetId": "8293ae29-a018-a649-0376-c7d9581d5558", + "fileSystemId": "8293ae29-a018-a649-0376-c7d9581d5558", "startIp": "", "endIp": "", "gateway": "", @@ -2284,10 +2240,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:05:52.9721055Z", + "createdAt": "2022-10-25T09:27:34.899213Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:11:40.0076692Z" + "lastModifiedAt": "2022-10-25T09:32:20.8734781Z" } } }, @@ -2310,20 +2266,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7ed07ad-4405-4d7f-8861-cc57d9965c55?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aca2b2ad-2b7a-428a-9fe3-2b001f50c7d5?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "560", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:12:10 GMT", + "Date": "Tue, 25 Oct 2022 09:32:52 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7ed07ad-4405-4d7f-8861-cc57d9965c55?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aca2b2ad-2b7a-428a-9fe3-2b001f50c7d5?api-version=2022-05-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": "744f2a41-2632-43c2-9916-319b05068872", + "x-ms-correlation-request-id": "bfb5a392-8c92-4c22-b4e6-59ce29b3acbf", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221211Z:744f2a41-2632-43c2-9916-319b05068872", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093252Z:bfb5a392-8c92-4c22-b4e6-59ce29b3acbf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2338,7 +2294,47 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7ed07ad-4405-4d7f-8861-cc57d9965c55?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aca2b2ad-2b7a-428a-9fe3-2b001f50c7d5?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 09: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": "99d5f9cd-15cf-49b3-af57-ce2275626bf1", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093252Z:99d5f9cd-15cf-49b3-af57-ce2275626bf1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aca2b2ad-2b7a-428a-9fe3-2b001f50c7d5", + "name": "aca2b2ad-2b7a-428a-9fe3-2b001f50c7d5", + "status": "Creating", + "startTime": "2022-10-25T09:32:52.4592223Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aca2b2ad-2b7a-428a-9fe3-2b001f50c7d5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2352,7 +2348,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:12:11 GMT", + "Date": "Tue, 25 Oct 2022 09:33:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2360,17 +2356,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31735838-f90e-48aa-b2a8-ad4b02182098", + "x-ms-correlation-request-id": "4c620578-9d64-430a-81f3-5b46277ecf0a", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221211Z:31735838-f90e-48aa-b2a8-ad4b02182098", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093323Z:4c620578-9d64-430a-81f3-5b46277ecf0a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7ed07ad-4405-4d7f-8861-cc57d9965c55", - "name": "d7ed07ad-4405-4d7f-8861-cc57d9965c55", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aca2b2ad-2b7a-428a-9fe3-2b001f50c7d5", + "name": "aca2b2ad-2b7a-428a-9fe3-2b001f50c7d5", "status": "Succeeded", - "startTime": "2022-10-21T22:12:11.4526695Z", - "endTime": "2022-10-21T22:12:11.7027504Z", + "startTime": "2022-10-25T09:32:52.4592223Z", + "endTime": "2022-10-25T09:32:54.2562521Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96" @@ -2378,7 +2374,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7ed07ad-4405-4d7f-8861-cc57d9965c55?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aca2b2ad-2b7a-428a-9fe3-2b001f50c7d5?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2390,29 +2386,29 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "781", + "Content-Length": "780", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:12:11 GMT", + "Date": "Tue, 25 Oct 2022 09:33:23 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": "07f5dd76-f355-4a52-a6ac-fc5641726cf5", + "x-ms-correlation-request-id": "b1b64b27-a486-434a-b79b-353b41773a1d", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221212Z:07f5dd76-f355-4a52-a6ac-fc5641726cf5", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093324Z:b1b64b27-a486-434a-b79b-353b41773a1d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/21/2022 10:12:11 PM", + "etag": "10/25/2022 9:32:54 AM", "location": "", "properties": { - "fileSystemId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", + "fileSystemId": "8293ae29-a018-a649-0376-c7d9581d5558", "creationDate": "0001-01-01T00:00:00Z", - "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", "size": 0, "backupType": "Manual", "failureReason": "None", @@ -2436,7 +2432,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:12:21 GMT", + "Date": "Tue, 25 Oct 2022 09:33:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2444,9 +2440,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a05cd67-2b7d-4671-8dd0-31730c823daf", + "x-ms-correlation-request-id": "fc435466-9026-4ec5-8361-f6189bd45444", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221222Z:1a05cd67-2b7d-4671-8dd0-31730c823daf", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093335Z:fc435466-9026-4ec5-8361-f6189bd45444", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2455,8 +2451,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:12:11Z", - "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "creationDate": "2022-10-25T09:32:54Z", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2481,7 +2477,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:12:33 GMT", + "Date": "Tue, 25 Oct 2022 09:33:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2489,9 +2485,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89f1bd4b-f454-4966-befd-699f0fa6d6ef", + "x-ms-correlation-request-id": "d13964f7-d9e1-486b-b311-ef2c8ae8dcb3", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221233Z:89f1bd4b-f454-4966-befd-699f0fa6d6ef", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093346Z:d13964f7-d9e1-486b-b311-ef2c8ae8dcb3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2500,8 +2496,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:12:11Z", - "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "creationDate": "2022-10-25T09:32:54Z", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2526,7 +2522,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:12:43 GMT", + "Date": "Tue, 25 Oct 2022 09:33:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2534,9 +2530,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b19f5ad2-0219-4301-847d-befbf4053063", + "x-ms-correlation-request-id": "535f8fde-b86f-4c93-a4e9-4a7d912a50f6", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221244Z:b19f5ad2-0219-4301-847d-befbf4053063", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093357Z:535f8fde-b86f-4c93-a4e9-4a7d912a50f6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2545,8 +2541,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:12:11Z", - "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "creationDate": "2022-10-25T09:32:54Z", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2571,7 +2567,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:12:54 GMT", + "Date": "Tue, 25 Oct 2022 09:34:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2579,9 +2575,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c31e9049-4730-4896-88a1-647cd65a42b1", + "x-ms-correlation-request-id": "955c3936-d0d7-4206-a5c1-3f9eee443d93", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221254Z:c31e9049-4730-4896-88a1-647cd65a42b1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093413Z:955c3936-d0d7-4206-a5c1-3f9eee443d93", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2590,8 +2586,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:12:11Z", - "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "creationDate": "2022-10-25T09:32:54Z", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2616,7 +2612,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:13:05 GMT", + "Date": "Tue, 25 Oct 2022 09:34:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2624,9 +2620,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27c6d013-7535-4cc8-ae73-764060520dfb", + "x-ms-correlation-request-id": "a3b16f7f-12e3-4639-8442-7b278d696597", "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221305Z:27c6d013-7535-4cc8-ae73-764060520dfb", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093424Z:a3b16f7f-12e3-4639-8442-7b278d696597", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2635,8 +2631,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:12:11Z", - "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "creationDate": "2022-10-25T09:32:54Z", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2661,7 +2657,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:13:15 GMT", + "Date": "Tue, 25 Oct 2022 09:34:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2669,9 +2665,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "db92ca79-0093-4995-a1fa-854f2a0f417c", + "x-ms-correlation-request-id": "404dceff-7d8e-41a1-8f49-ab063052c3c8", "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221315Z:db92ca79-0093-4995-a1fa-854f2a0f417c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093434Z:404dceff-7d8e-41a1-8f49-ab063052c3c8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2680,8 +2676,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:12:11Z", - "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "creationDate": "2022-10-25T09:32:54Z", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2706,7 +2702,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:13:25 GMT", + "Date": "Tue, 25 Oct 2022 09:34:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2714,9 +2710,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3cb7da9-502a-4d1c-8b44-c2703caae9d2", + "x-ms-correlation-request-id": "7a3c82d9-3deb-400b-92ea-25fd0933581a", "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221326Z:f3cb7da9-502a-4d1c-8b44-c2703caae9d2", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093445Z:7a3c82d9-3deb-400b-92ea-25fd0933581a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2725,8 +2721,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:12:11Z", - "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "creationDate": "2022-10-25T09:32:54Z", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2751,7 +2747,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:13:37 GMT", + "Date": "Tue, 25 Oct 2022 09:34:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2759,9 +2755,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31c0bd2e-be69-4a02-a3fd-407060eb8bee", + "x-ms-correlation-request-id": "bfbde665-0084-467c-bc5a-db3bc429f24f", "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221337Z:31c0bd2e-be69-4a02-a3fd-407060eb8bee", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093456Z:bfbde665-0084-467c-bc5a-db3bc429f24f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2770,8 +2766,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:12:11Z", - "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "creationDate": "2022-10-25T09:32:54Z", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2796,7 +2792,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:13:47 GMT", + "Date": "Tue, 25 Oct 2022 09:35:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2804,9 +2800,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "25c8e473-ba02-4688-b4c2-42cf05c5f3d2", + "x-ms-correlation-request-id": "a69aded8-01dd-47df-9593-a184197b00bf", "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221347Z:25c8e473-ba02-4688-b4c2-42cf05c5f3d2", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093506Z:a69aded8-01dd-47df-9593-a184197b00bf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2815,8 +2811,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:12:11Z", - "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "creationDate": "2022-10-25T09:32:54Z", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2841,7 +2837,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:13:58 GMT", + "Date": "Tue, 25 Oct 2022 09:35:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2849,9 +2845,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a5b084c-aa88-4a85-a2d2-4c935ca12ae0", + "x-ms-correlation-request-id": "c72a17b0-82bc-4424-a31a-6bbb6c2b9fa5", "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221358Z:9a5b084c-aa88-4a85-a2d2-4c935ca12ae0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093518Z:c72a17b0-82bc-4424-a31a-6bbb6c2b9fa5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2860,8 +2856,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:12:11Z", - "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "creationDate": "2022-10-25T09:32:54Z", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2886,7 +2882,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:14:08 GMT", + "Date": "Tue, 25 Oct 2022 09:35:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2894,9 +2890,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f86e2f84-ef30-4f91-b94b-1053a08afe59", + "x-ms-correlation-request-id": "ead1b328-9c83-46e3-8e95-19467aebfa40", "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221408Z:f86e2f84-ef30-4f91-b94b-1053a08afe59", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093528Z:ead1b328-9c83-46e3-8e95-19467aebfa40", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2905,8 +2901,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:12:11Z", - "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "creationDate": "2022-10-25T09:32:54Z", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2931,7 +2927,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:14:18 GMT", + "Date": "Tue, 25 Oct 2022 09:35:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2939,9 +2935,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ba03f2b8-2d42-4570-a8b3-b2ea4b9d18b1", + "x-ms-correlation-request-id": "da04d121-9157-48ce-b808-499bd76deb67", "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221419Z:ba03f2b8-2d42-4570-a8b3-b2ea4b9d18b1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093539Z:da04d121-9157-48ce-b808-499bd76deb67", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2950,8 +2946,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:12:11Z", - "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "creationDate": "2022-10-25T09:32:54Z", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2976,7 +2972,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:14:30 GMT", + "Date": "Tue, 25 Oct 2022 09:35:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2984,9 +2980,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c286e586-17f5-4091-bce9-4a993557ad44", + "x-ms-correlation-request-id": "ea8ad209-65b2-417f-9592-2c2cf60b16cc", "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221430Z:c286e586-17f5-4091-bce9-4a993557ad44", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093550Z:ea8ad209-65b2-417f-9592-2c2cf60b16cc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2995,8 +2991,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:12:11Z", - "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "creationDate": "2022-10-25T09:32:54Z", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3021,7 +3017,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:14:40 GMT", + "Date": "Tue, 25 Oct 2022 09:36:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3029,9 +3025,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "207ba415-6986-4938-82d8-a171f4344a19", + "x-ms-correlation-request-id": "697bbf3f-95fd-40ac-b61a-875608d00fbf", "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221440Z:207ba415-6986-4938-82d8-a171f4344a19", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093600Z:697bbf3f-95fd-40ac-b61a-875608d00fbf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3040,8 +3036,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:12:11Z", - "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "creationDate": "2022-10-25T09:32:54Z", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3066,7 +3062,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:14:50 GMT", + "Date": "Tue, 25 Oct 2022 09:36:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3074,9 +3070,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1171d688-c0bf-4e1c-beca-dccb3ebfc9f6", + "x-ms-correlation-request-id": "2c053bb4-b2c5-401e-a2bf-33e110e01a8b", "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221451Z:1171d688-c0bf-4e1c-beca-dccb3ebfc9f6", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093611Z:2c053bb4-b2c5-401e-a2bf-33e110e01a8b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3085,8 +3081,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:12:11Z", - "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "creationDate": "2022-10-25T09:32:54Z", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3111,7 +3107,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:15:01 GMT", + "Date": "Tue, 25 Oct 2022 09:36:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3119,9 +3115,324 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a2e62ec-084b-4427-85e0-6ffdebc71959", + "x-ms-correlation-request-id": "03941714-5a10-4787-b96f-2395f387c10a", "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221501Z:2a2e62ec-084b-4427-85e0-6ffdebc71959", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093622Z:03941714-5a10-4787-b96f-2395f387c10a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-25T09:32:54Z", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-aac12d96", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 09:36: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": "61a56f07-eeae-44d1-a54b-62ddbf00091c", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093632Z:61a56f07-eeae-44d1-a54b-62ddbf00091c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-25T09:32:54Z", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-aac12d96", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 09:36: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": "0cb3df8b-d4e3-4aac-b0a8-eccd0a6a969e", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093643Z:0cb3df8b-d4e3-4aac-b0a8-eccd0a6a969e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-25T09:32:54Z", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-aac12d96", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 09:36: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": "d2ddbadc-5762-4ee5-9fb2-cf911e8806ac", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093653Z:d2ddbadc-5762-4ee5-9fb2-cf911e8806ac", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-25T09:32:54Z", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-aac12d96", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 09:37: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": "df684f92-5c3e-4fee-8dec-87cb34721268", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093704Z:df684f92-5c3e-4fee-8dec-87cb34721268", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-25T09:32:54Z", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-aac12d96", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 09:37: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": "89f7fef4-9821-423e-8792-eeca15083efc", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093715Z:89f7fef4-9821-423e-8792-eeca15083efc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-25T09:32:54Z", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-aac12d96", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 09:37: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": "8da1cbcc-af21-4f2e-aebc-72f3ae10624f", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093726Z:8da1cbcc-af21-4f2e-aebc-72f3ae10624f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-25T09:32:54Z", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-aac12d96", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 09:37: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": "d507a138-ccd6-4ce9-8daf-51baf501b177", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093737Z:d507a138-ccd6-4ce9-8daf-51baf501b177", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3130,8 +3441,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:12:34Z", - "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "creationDate": "2022-10-25T09:33:11Z", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", @@ -3156,7 +3467,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:15:02 GMT", + "Date": "Tue, 25 Oct 2022 09:37:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3164,9 +3475,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d71eda38-318c-42e6-ab10-33c50ddfe3fa", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221502Z:d71eda38-318c-42e6-ab10-33c50ddfe3fa", + "x-ms-correlation-request-id": "d4657edc-3ac8-45f7-857c-758175500481", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093737Z:d4657edc-3ac8-45f7-857c-758175500481", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3670,8 +3981,8 @@ "type": "Microsoft.NetApp/netAppAccounts/accountBackups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:12:34Z", - "backupId": "806fe45f-26e6-a90b-504a-717914019c63", + "creationDate": "2022-10-25T09:33:11Z", + "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", @@ -3696,65 +4007,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 22:15:02 GMT", + "Date": "Tue, 25 Oct 2022 09:37:37 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5?api-version=2022-05-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": "c11f4d65-2105-422d-b3b0-9742b3ffc493", + "x-ms-correlation-request-id": "c39a37bd-1f52-4a1a-8f74-9a178809cef6", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221503Z:c11f4d65-2105-422d-b3b0-9742b3ffc493", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093738Z:c39a37bd-1f52-4a1a-8f74-9a178809cef6", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:15: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": "00502033-a1ec-400d-9d80-5e3801c2ca46", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221503Z:00502033-a1ec-400d-9d80-5e3801c2ca46", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541", - "name": "700faa97-0274-4d56-8baf-1ec231ed8541", - "status": "Deleting", - "startTime": "2022-10-21T22:15:03.0362391Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3768,7 +4039,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:15:32 GMT", + "Date": "Tue, 25 Oct 2022 09:37:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3776,16 +4047,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e201d22-fdac-4ff5-9c06-86238f82b1e2", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221533Z:0e201d22-fdac-4ff5-9c06-86238f82b1e2", + "x-ms-correlation-request-id": "cfb9ae9e-b235-4f25-872c-3867ab2c418a", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093738Z:cfb9ae9e-b235-4f25-872c-3867ab2c418a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541", - "name": "700faa97-0274-4d56-8baf-1ec231ed8541", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5", + "name": "888099b5-9fe7-44b6-ab02-cf6279004ea5", "status": "Deleting", - "startTime": "2022-10-21T22:15:03.0362391Z", + "startTime": "2022-10-25T09:37:38.241192Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3794,7 +4065,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3808,7 +4079,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:16:03 GMT", + "Date": "Tue, 25 Oct 2022 09:38:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3816,16 +4087,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4470ef70-9d85-4ad2-96ea-d993f433bcf2", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221603Z:4470ef70-9d85-4ad2-96ea-d993f433bcf2", + "x-ms-correlation-request-id": "fc738916-4c30-46f4-9440-84a544130cc2", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093808Z:fc738916-4c30-46f4-9440-84a544130cc2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541", - "name": "700faa97-0274-4d56-8baf-1ec231ed8541", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5", + "name": "888099b5-9fe7-44b6-ab02-cf6279004ea5", "status": "Deleting", - "startTime": "2022-10-21T22:15:03.0362391Z", + "startTime": "2022-10-25T09:37:38.241192Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3834,7 +4105,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3848,7 +4119,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:16:33 GMT", + "Date": "Tue, 25 Oct 2022 09:38:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3856,16 +4127,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cac14ade-1cd2-472f-b8c1-b3ad9cbc049a", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221634Z:cac14ade-1cd2-472f-b8c1-b3ad9cbc049a", + "x-ms-correlation-request-id": "8a063a7c-7c51-44f0-a7fe-6e85c49edf66", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093839Z:8a063a7c-7c51-44f0-a7fe-6e85c49edf66", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541", - "name": "700faa97-0274-4d56-8baf-1ec231ed8541", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5", + "name": "888099b5-9fe7-44b6-ab02-cf6279004ea5", "status": "Deleting", - "startTime": "2022-10-21T22:15:03.0362391Z", + "startTime": "2022-10-25T09:37:38.241192Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3874,7 +4145,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3888,7 +4159,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:17:04 GMT", + "Date": "Tue, 25 Oct 2022 09:39:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3896,16 +4167,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "97d74043-45ff-4dfd-8ef2-09eb42ac6bbf", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221704Z:97d74043-45ff-4dfd-8ef2-09eb42ac6bbf", + "x-ms-correlation-request-id": "ad6f6d02-c53a-489f-b673-2772a7286b31", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093909Z:ad6f6d02-c53a-489f-b673-2772a7286b31", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541", - "name": "700faa97-0274-4d56-8baf-1ec231ed8541", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5", + "name": "888099b5-9fe7-44b6-ab02-cf6279004ea5", "status": "Deleting", - "startTime": "2022-10-21T22:15:03.0362391Z", + "startTime": "2022-10-25T09:37:38.241192Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3914,7 +4185,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3928,7 +4199,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:17:35 GMT", + "Date": "Tue, 25 Oct 2022 09:39:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3936,16 +4207,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb222b96-400a-4b7e-a5ce-38ef09b85b97", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221735Z:eb222b96-400a-4b7e-a5ce-38ef09b85b97", + "x-ms-correlation-request-id": "e1121397-3930-421a-a65b-0ff165d9bc92", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T093939Z:e1121397-3930-421a-a65b-0ff165d9bc92", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541", - "name": "700faa97-0274-4d56-8baf-1ec231ed8541", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5", + "name": "888099b5-9fe7-44b6-ab02-cf6279004ea5", "status": "Deleting", - "startTime": "2022-10-21T22:15:03.0362391Z", + "startTime": "2022-10-25T09:37:38.241192Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3954,7 +4225,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3968,7 +4239,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:18:05 GMT", + "Date": "Tue, 25 Oct 2022 09:40:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3976,17 +4247,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce182fdf-eee1-434c-9999-a5fde83a6fb7", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221805Z:ce182fdf-eee1-434c-9999-a5fde83a6fb7", + "x-ms-correlation-request-id": "67604f2d-1daa-4a97-bc87-e25030fd8d80", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094010Z:67604f2d-1daa-4a97-bc87-e25030fd8d80", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541", - "name": "700faa97-0274-4d56-8baf-1ec231ed8541", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5", + "name": "888099b5-9fe7-44b6-ab02-cf6279004ea5", "status": "Succeeded", - "startTime": "2022-10-21T22:15:03.0362391Z", - "endTime": "2022-10-21T22:17:40.7479341Z", + "startTime": "2022-10-25T09:37:38.241192Z", + "endTime": "2022-10-25T09:39:40.2990374Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" @@ -3994,7 +4265,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/700faa97-0274-4d56-8baf-1ec231ed8541?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4008,7 +4279,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:18:06 GMT", + "Date": "Tue, 25 Oct 2022 09:40:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4016,19 +4287,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "06fcac27-8369-4cc5-852b-873390382ed5", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T221806Z:06fcac27-8369-4cc5-852b-873390382ed5", + "x-ms-correlation-request-id": "cfcaa376-fa4c-4ab0-a7d5-5188960d33e3", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094010Z:cfcaa376-fa4c-4ab0-a7d5-5188960d33e3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A17%3A31.5964788Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A39%3A31.121801Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:11:39.8367924Z" + "CreatedOnDate": "2022-10-25T09:32:20.7091742Z" }, "properties": { "dataProtection": { @@ -4038,7 +4309,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/vaults/cbsvault" } }, - "fileSystemId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", + "fileSystemId": "8293ae29-a018-a649-0376-c7d9581d5558", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-aac12d96", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -4069,19 +4340,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c0c9477a", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_0a095d18", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", - "poolId": "46fa96e6-c6a1-b09a-eb32-f9771af9f870", + "poolId": "235fcd51-6a1c-7963-dc4d-0cc7136c4643", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", - "fileSystemId": "e3d6079b-ae1e-e4b0-702b-f6829cffe409", + "mountTargetId": "8293ae29-a018-a649-0376-c7d9581d5558", + "fileSystemId": "8293ae29-a018-a649-0376-c7d9581d5558", "startIp": "", "endIp": "", "gateway": "", @@ -4113,10 +4384,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:05:52.9721055Z", + "createdAt": "2022-10-25T09:27:34.899213Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:11:40.0076692Z" + "lastModifiedAt": "2022-10-25T09:32:20.8734781Z" } } }, @@ -4135,14 +4406,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:21:29 GMT", + "Date": "Tue, 25 Oct 2022 09:43:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f6dcf95f-a9f6-4f21-875b-ef690b076132", + "x-ms-correlation-request-id": "db158eea-aafe-49dc-9ce4-b03c440e3b1b", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T222129Z:f6dcf95f-a9f6-4f21-875b-ef690b076132" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094333Z:db158eea-aafe-49dc-9ce4-b03c440e3b1b" }, "ResponseBody": { "error": { @@ -4164,25 +4435,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 22:21:32 GMT", + "Date": "Tue, 25 Oct 2022 09:43:34 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7?api-version=2022-05-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": "38a63231-b321-4536-b214-db79513d60bb", + "x-ms-correlation-request-id": "3d73e506-cd85-4044-8086-bf4543dbaf30", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T222132Z:38a63231-b321-4536-b214-db79513d60bb", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094335Z:3d73e506-cd85-4044-8086-bf4543dbaf30", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4196,7 +4467,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:21:32 GMT", + "Date": "Tue, 25 Oct 2022 09:43:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4204,16 +4475,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2d4d759-1165-4b61-be09-cc885e64399e", + "x-ms-correlation-request-id": "436d3b0a-71c0-402a-880d-601758c023ad", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T222132Z:d2d4d759-1165-4b61-be09-cc885e64399e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094335Z:436d3b0a-71c0-402a-880d-601758c023ad", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510", - "name": "a1426e36-4d5e-4c0f-abbc-c74e9fd93510", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7", + "name": "f6abc797-71b2-438a-bb06-441e6803fca7", "status": "Deleting", - "startTime": "2022-10-21T22:21:32.5506864Z", + "startTime": "2022-10-25T09:43:35.3733651Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4222,7 +4493,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4236,7 +4507,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:22:03 GMT", + "Date": "Tue, 25 Oct 2022 09:44:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4244,16 +4515,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2fdede38-3811-49e4-9aee-f49e6fb22c7b", + "x-ms-correlation-request-id": "82ce6f57-0481-4434-900e-501c5310171a", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T222203Z:2fdede38-3811-49e4-9aee-f49e6fb22c7b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094406Z:82ce6f57-0481-4434-900e-501c5310171a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510", - "name": "a1426e36-4d5e-4c0f-abbc-c74e9fd93510", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7", + "name": "f6abc797-71b2-438a-bb06-441e6803fca7", "status": "Deleting", - "startTime": "2022-10-21T22:21:32.5506864Z", + "startTime": "2022-10-25T09:43:35.3733651Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4262,7 +4533,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4276,7 +4547,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:22:32 GMT", + "Date": "Tue, 25 Oct 2022 09:44:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4284,16 +4555,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "167f560c-d00b-4fce-b68f-29639f433b47", + "x-ms-correlation-request-id": "42e7ccbf-d8cf-4ee9-bdad-fefd5c87d1f6", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T222233Z:167f560c-d00b-4fce-b68f-29639f433b47", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094436Z:42e7ccbf-d8cf-4ee9-bdad-fefd5c87d1f6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510", - "name": "a1426e36-4d5e-4c0f-abbc-c74e9fd93510", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7", + "name": "f6abc797-71b2-438a-bb06-441e6803fca7", "status": "Deleting", - "startTime": "2022-10-21T22:21:32.5506864Z", + "startTime": "2022-10-25T09:43:35.3733651Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4302,7 +4573,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4316,7 +4587,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:23:03 GMT", + "Date": "Tue, 25 Oct 2022 09:45:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4324,16 +4595,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9bcc8c61-fff0-4020-b099-9b992abd91cd", + "x-ms-correlation-request-id": "2879552a-09bd-44ed-ab93-669a4e266d98", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T222303Z:9bcc8c61-fff0-4020-b099-9b992abd91cd", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094506Z:2879552a-09bd-44ed-ab93-669a4e266d98", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510", - "name": "a1426e36-4d5e-4c0f-abbc-c74e9fd93510", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7", + "name": "f6abc797-71b2-438a-bb06-441e6803fca7", "status": "Deleting", - "startTime": "2022-10-21T22:21:32.5506864Z", + "startTime": "2022-10-25T09:43:35.3733651Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4342,7 +4613,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4356,7 +4627,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:23:33 GMT", + "Date": "Tue, 25 Oct 2022 09:45:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4364,16 +4635,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d28bb448-cf18-4cc6-af77-0498e79f2cb8", + "x-ms-correlation-request-id": "81c491df-c2ce-42fa-b21b-4497280258d0", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T222334Z:d28bb448-cf18-4cc6-af77-0498e79f2cb8", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094536Z:81c491df-c2ce-42fa-b21b-4497280258d0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510", - "name": "a1426e36-4d5e-4c0f-abbc-c74e9fd93510", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7", + "name": "f6abc797-71b2-438a-bb06-441e6803fca7", "status": "Deleting", - "startTime": "2022-10-21T22:21:32.5506864Z", + "startTime": "2022-10-25T09:43:35.3733651Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4382,7 +4653,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4396,7 +4667,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:24:04 GMT", + "Date": "Tue, 25 Oct 2022 09:46:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4404,17 +4675,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee68c3c0-5b40-4075-ba72-245610a3a1b9", + "x-ms-correlation-request-id": "25a5d271-b33b-403e-b988-c4ed34a686f6", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T222404Z:ee68c3c0-5b40-4075-ba72-245610a3a1b9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094607Z:25a5d271-b33b-403e-b988-c4ed34a686f6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510", - "name": "a1426e36-4d5e-4c0f-abbc-c74e9fd93510", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7", + "name": "f6abc797-71b2-438a-bb06-441e6803fca7", "status": "Succeeded", - "startTime": "2022-10-21T22:21:32.5506864Z", - "endTime": "2022-10-21T22:23:36.1964637Z", + "startTime": "2022-10-25T09:43:35.3733651Z", + "endTime": "2022-10-25T09:45:46.8962661Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/sdk-py-tests-backup-1-aac12d96" @@ -4422,7 +4693,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1426e36-4d5e-4c0f-abbc-c74e9fd93510?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4436,7 +4707,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:24:04 GMT", + "Date": "Tue, 25 Oct 2022 09:46:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4444,9 +4715,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "122ffdc5-1fd0-4a5a-bce1-f3edd88c047f", + "x-ms-correlation-request-id": "8711a163-d1e4-45ae-8d00-2dff9d07b9ac", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T222404Z:122ffdc5-1fd0-4a5a-bce1-f3edd88c047f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094607Z:8711a163-d1e4-45ae-8d00-2dff9d07b9ac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4471,7 +4742,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:24:05 GMT", + "Date": "Tue, 25 Oct 2022 09:46:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4479,9 +4750,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "de589239-e4e7-4deb-ac5e-1a03b9652c87", + "x-ms-correlation-request-id": "2a8f5403-a5f8-43b6-8ba7-6c6284528a59", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T222406Z:de589239-e4e7-4deb-ac5e-1a03b9652c87", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094608Z:2a8f5403-a5f8-43b6-8ba7-6c6284528a59", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4995,25 +5266,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9aeed811-c60e-4290-ab78-3fd1bc5f589b?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/260995f6-b19c-46c4-8467-88b365a3c209?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 22:24:16 GMT", + "Date": "Tue, 25 Oct 2022 09:46:18 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9aeed811-c60e-4290-ab78-3fd1bc5f589b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/260995f6-b19c-46c4-8467-88b365a3c209?api-version=2022-05-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": "b01fad6e-90cd-41fb-b484-c4930297689a", + "x-ms-correlation-request-id": "b8d8722a-0f9c-4946-b26e-aa0e4a86150b", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T222416Z:b01fad6e-90cd-41fb-b484-c4930297689a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094619Z:b8d8722a-0f9c-4946-b26e-aa0e4a86150b", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9aeed811-c60e-4290-ab78-3fd1bc5f589b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/260995f6-b19c-46c4-8467-88b365a3c209?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5027,7 +5298,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:24:16 GMT", + "Date": "Tue, 25 Oct 2022 09:46:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5035,17 +5306,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "120c5ba5-2985-48f6-84bb-5a33a9e38735", + "x-ms-correlation-request-id": "c5cb7aa5-e2cc-44d3-8bcb-043bf11c0447", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T222417Z:120c5ba5-2985-48f6-84bb-5a33a9e38735", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094619Z:c5cb7aa5-e2cc-44d3-8bcb-043bf11c0447", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9aeed811-c60e-4290-ab78-3fd1bc5f589b", - "name": "9aeed811-c60e-4290-ab78-3fd1bc5f589b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/260995f6-b19c-46c4-8467-88b365a3c209", + "name": "260995f6-b19c-46c4-8467-88b365a3c209", "status": "Succeeded", - "startTime": "2022-10-21T22:24:16.6237448Z", - "endTime": "2022-10-21T22:24:16.8895175Z", + "startTime": "2022-10-25T09:46:19.2948067Z", + "endTime": "2022-10-25T09:46:19.5921701Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1" @@ -5053,7 +5324,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9aeed811-c60e-4290-ab78-3fd1bc5f589b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/260995f6-b19c-46c4-8467-88b365a3c209?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5067,7 +5338,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:24:16 GMT", + "Date": "Tue, 25 Oct 2022 09:46:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5075,22 +5346,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6e8bd4d-d9a2-40ff-a3d4-6050064c6ef0", + "x-ms-correlation-request-id": "f8c6c85d-c4c5-4351-b8d8-19e115ea206b", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T222417Z:b6e8bd4d-d9a2-40ff-a3d4-6050064c6ef0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094619Z:f8c6c85d-c4c5-4351-b8d8-19e115ea206b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A24%3A16.6207419Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A46%3A19.2957658Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:05:38.1482187Z" + "CreatedOnDate": "2022-10-25T09:27:20.2615036Z" }, "properties": { - "poolId": "46fa96e6-c6a1-b09a-eb32-f9771af9f870", + "poolId": "235fcd51-6a1c-7963-dc4d-0cc7136c4643", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1", @@ -5104,10 +5375,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:05:39.3227312Z", + "createdAt": "2022-10-25T09:27:21.3916187Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:05:39.3227312Z" + "lastModifiedAt": "2022-10-25T09:27:21.3916187Z" } } }, @@ -5125,15 +5396,15 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 22:24:31 GMT", + "Date": "Tue, 25 Oct 2022 09:46: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": "64390389-1e36-4c29-8d65-9389167d35a0", + "x-ms-correlation-request-id": "1eb0f1f2-d271-43f3-9baf-3f7beb3cb248", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T222431Z:64390389-1e36-4c29-8d65-9389167d35a0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094634Z:1eb0f1f2-d271-43f3-9baf-3f7beb3cb248", "X-Powered-By": "ASP.NET" }, "ResponseBody": null @@ -5152,14 +5423,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 22:24:41 GMT", + "Date": "Tue, 25 Oct 2022 09:46:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "90e7f4ae-3847-427a-bc23-ac0e9c21500f", + "x-ms-correlation-request-id": "17b73ad2-e43c-449d-b59e-273edf131a40", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T222442Z:90e7f4ae-3847-427a-bc23-ac0e9c21500f" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094644Z:17b73ad2-e43c-449d-b59e-273edf131a40" }, "ResponseBody": null }, @@ -5177,14 +5448,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 22:24:51 GMT", + "Date": "Tue, 25 Oct 2022 09: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": "a51aa9a9-8144-4969-8249-f85942dcbb93", + "x-ms-correlation-request-id": "ed0ff3bf-25c7-4dec-ada4-793012d689a7", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T222452Z:a51aa9a9-8144-4969-8249-f85942dcbb93" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094655Z:ed0ff3bf-25c7-4dec-ada4-793012d689a7" }, "ResponseBody": null }, @@ -5202,14 +5473,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 22:25:02 GMT", + "Date": "Tue, 25 Oct 2022 09: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": "75407527-c384-470e-bec1-03a10075069c", + "x-ms-correlation-request-id": "8d40c174-fdf2-407f-a924-8e5f0bae6c23", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T222502Z:75407527-c384-470e-bec1-03a10075069c" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094705Z:8d40c174-fdf2-407f-a924-8e5f0bae6c23" }, "ResponseBody": null }, @@ -5228,14 +5499,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:25:12 GMT", + "Date": "Tue, 25 Oct 2022 09: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": "8e35a294-99b9-41de-9b34-08857c0c2f95", + "x-ms-correlation-request-id": "9b06aba4-6747-40a7-990b-40b764922c29", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T222513Z:8e35a294-99b9-41de-9b34-08857c0c2f95" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094715Z:9b06aba4-6747-40a7-990b-40b764922c29" }, "ResponseBody": { "error": { @@ -5257,25 +5528,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/12655174-8b77-41e8-8293-37958966fd78?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99098ff2-6354-4e5e-980b-bd4c57712d14?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 22:25:13 GMT", + "Date": "Tue, 25 Oct 2022 09:47:16 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/12655174-8b77-41e8-8293-37958966fd78?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99098ff2-6354-4e5e-980b-bd4c57712d14?api-version=2022-05-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": "2464ac6f-db58-4c81-87bb-1d48cc269e6e", + "x-ms-correlation-request-id": "3020979c-0580-4dae-984a-22ef87844642", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T222513Z:2464ac6f-db58-4c81-87bb-1d48cc269e6e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094716Z:3020979c-0580-4dae-984a-22ef87844642", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/12655174-8b77-41e8-8293-37958966fd78?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99098ff2-6354-4e5e-980b-bd4c57712d14?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5289,7 +5560,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:25:13 GMT", + "Date": "Tue, 25 Oct 2022 09:47:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5297,17 +5568,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2818bfc-484e-4f7a-9560-6d301b45c9a1", + "x-ms-correlation-request-id": "b98eaaa4-fa4e-4b66-b21b-e68d0bf38a59", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T222514Z:e2818bfc-484e-4f7a-9560-6d301b45c9a1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094716Z:b98eaaa4-fa4e-4b66-b21b-e68d0bf38a59", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/12655174-8b77-41e8-8293-37958966fd78", - "name": "12655174-8b77-41e8-8293-37958966fd78", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99098ff2-6354-4e5e-980b-bd4c57712d14", + "name": "99098ff2-6354-4e5e-980b-bd4c57712d14", "status": "Succeeded", - "startTime": "2022-10-21T22:25:13.4989898Z", - "endTime": "2022-10-21T22:25:13.624567Z", + "startTime": "2022-10-25T09:47:16.2671885Z", + "endTime": "2022-10-25T09:47:16.314065Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96" @@ -5315,7 +5586,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/12655174-8b77-41e8-8293-37958966fd78?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99098ff2-6354-4e5e-980b-bd4c57712d14?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5329,7 +5600,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:25:14 GMT", + "Date": "Tue, 25 Oct 2022 09:47:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5337,19 +5608,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e4e9f18-12f8-4107-8722-369cf2e887f7", + "x-ms-correlation-request-id": "f213d926-8978-44f3-81bc-5140cf7bf4f0", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T222514Z:4e4e9f18-12f8-4107-8722-369cf2e887f7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094716Z:f213d926-8978-44f3-81bc-5140cf7bf4f0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A25%3A13.5031241Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A47%3A16.2592911Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:05:33.7429928Z" + "CreatedOnDate": "2022-10-25T09:27:15.7154742Z" }, "properties": { "encryption": { @@ -5360,10 +5631,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:05:34.912331Z", + "createdAt": "2022-10-25T09:27:16.8420483Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:05:34.912331Z" + "lastModifiedAt": "2022-10-25T09:27:16.8420483Z" } } }, @@ -5382,15 +5653,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:25:14 GMT", + "Date": "Tue, 25 Oct 2022 09:47:16 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": "b5b26db4-4f23-437d-be7d-94cb5858ffc0", + "x-ms-correlation-request-id": "fa15ac7b-92b4-4fd6-888c-4be094ecd0c2", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T222514Z:b5b26db4-4f23-437d-be7d-94cb5858ffc0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094717Z:fa15ac7b-92b4-4fd6-888c-4be094ecd0c2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5414,12 +5685,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ac3a8d11-5467-405f-957c-87eb7a88a203?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a9653b8e-5116-4942-a231-794be30b0182?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 22:25:15 GMT", + "Date": "Tue, 25 Oct 2022 09:47:17 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/ac3a8d11-5467-405f-957c-87eb7a88a203?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/a9653b8e-5116-4942-a231-794be30b0182?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -5428,23 +5699,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2e913cd4-3091-473e-b816-24032e3e4f20", - "x-ms-correlation-request-id": "d409072b-083a-4222-8a1b-e8019bc51e23", + "x-ms-arm-service-request-id": "260bbdfc-f452-41f9-b7ad-47681a251b0a", + "x-ms-correlation-request-id": "5c878622-e397-44e2-b866-2e361e08b998", "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T222515Z:d409072b-083a-4222-8a1b-e8019bc51e23" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094718Z:5c878622-e397-44e2-b866-2e361e08b998" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/69a75bda-882e-44d5-8431-63421204132a/providers/Microsoft.Network/locations/westus2/operations/ac3a8d11-5467-405f-957c-87eb7a88a203?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/69a75bda-882e-44d5-8431-63421204132a/providers/Microsoft.Network/locations/westus2/operations/a9653b8e-5116-4942-a231-794be30b0182?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSIsImtpZCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTY2NjM4OTYxMCwibmJmIjoxNjY2Mzg5NjEwLCJleHAiOjE2NjY0NzYzMTAsImFpbyI6IkUyWmdZRGh4ZlpMdldUWFZWZXJuT1o1TVd0cnhBQUE9IiwiYXBwaWQiOiJjNmM0ZmFiYS0yYjIyLTQ0ZDktODBhNC03MWZmNWI3MWY4MTEiLCJhcHBpZGFjciI6IjEiLCJpZHAiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWR0eXAiOiJhcHAiLCJvaWQiOiI3NjgwN2ZiZS1mNzVmLTQ2NzktOGNlZS1kMDViNDU4MjExNjAiLCJyaCI6IjAuQVJvQXY0ajVjdkdHcjBHUnF5MTgwQkhiUjBaSWYza0F1dGRQdWtQYXdmajJNQk1hQUFBLiIsInN1YiI6Ijc2ODA3ZmJlLWY3NWYtNDY3OS04Y2VlLWQwNWI0NTgyMTE2MCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInV0aSI6Iks3SXV3OVhwaDBTUmVmUV8xMGgzQUEiLCJ2ZXIiOiIxLjAiLCJ4bXNfY2MiOlsiQ1AxIl0sInhtc190Y2R0IjoxMjg5MjQxNTQ3fQ.Uf8TB8eug7VZ5bdHiRSkPiAtDIT4j6xrXv8sbJy_Bb9pMKwRKq0NT3VRkRKolA-tWgWinHXtM4bdKDleCUccJsFASnslvV8aVzDFtqQN4tQ95YcRr6PfUpbLdqvNyXAUNUKlZJOFFlHj_PQ7XH5Q9uCw7safxVHw1sExQJ0ehVg9ybIDurj8YJ6eRE6ksJ1jGNxYfr7s3jaSZtVjQtIT1Uiy6ay_94sMu2ed-wXT92H1TQZVl-cSSpRBLC1ZLKGinS5pMniHDAWBRRuu82A4x6muvUELC_vflj7fvoQ0OwwLEjI5j1tsJVTGX5nfRbIwk2PofFL0K3etjZqRyqfIuQ", + "Authorization": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSIsImtpZCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTY2NjY4OTcwMCwibmJmIjoxNjY2Njg5NzAwLCJleHAiOjE2NjY3NzY0MDAsImFpbyI6IkUyWmdZSkFON3VrSmxUM0hmM2o1bTI2RjAvN0xBQT09IiwiYXBwaWQiOiJjNmM0ZmFiYS0yYjIyLTQ0ZDktODBhNC03MWZmNWI3MWY4MTEiLCJhcHBpZGFjciI6IjEiLCJpZHAiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWR0eXAiOiJhcHAiLCJvaWQiOiI3NjgwN2ZiZS1mNzVmLTQ2NzktOGNlZS1kMDViNDU4MjExNjAiLCJyaCI6IjAuQVJvQXY0ajVjdkdHcjBHUnF5MTgwQkhiUjBaSWYza0F1dGRQdWtQYXdmajJNQk1hQUFBLiIsInN1YiI6Ijc2ODA3ZmJlLWY3NWYtNDY3OS04Y2VlLWQwNWI0NTgyMTE2MCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInV0aSI6Ilp6aTg4Ti1YSVVXdkdBcllLY2lHQUEiLCJ2ZXIiOiIxLjAiLCJ4bXNfY2MiOlsiQ1AxIl0sInhtc190Y2R0IjoxMjg5MjQxNTQ3fQ.V-DO3lUyJFf5WPxJTU8eHkUqQgFTsNqam7pt6f_2TT3FJzTYfLtrK9AiF4TBixDhjM3xBe8ey6vsIOwVw1lv4AHnw69NcFNMLoBluCnUiOMFWteSMHqiGUiNBFcVdD7owelVkXSHlOXleQy2qO4wVdLhoqYjfBi1SLTXGWqIBfQelaca-BCggNVp4pNa7Z6uOr90USdZ44OmOPNMNF_3UCwq2wxb9lTBQzYE_UeW3QZ066rpdxCSD5mjhg_yLsUo1k5BmdVF96dA_2RmFizw_s7BuDeH_AR5N0DHK90BQVfa3_V9IIL1cnhqPqH_aulzXxuLWRr84cHjA_0mX6ayUA", "Connection": "keep-alive", "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)", - "x-ms-client-request-id": "3bf294ea-518f-11ed-8c4e-ac675dc66a69" + "x-ms-client-request-id": "02ffa8dd-544a-11ed-99ae-ac675dc66a69" }, "RequestBody": null, "StatusCode": 200, @@ -5452,7 +5723,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:25:15 GMT", + "Date": "Tue, 25 Oct 2022 09:47:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -5463,11 +5734,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "60a87448-9f5c-457e-a251-2eff02aa70b7", - "x-ms-correlation-request-id": "499fa6cf-7b4a-43aa-8573-288755aa29ca", + "x-ms-arm-service-request-id": "d3ad0967-9827-408b-93c6-390fb887f339", + "x-ms-correlation-request-id": "98460158-c6c0-4fa3-8009-847205b77ea6", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "8dfe3e7e-93f6-4cca-a545-362f23bd3358", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T222516Z:499fa6cf-7b4a-43aa-8573-288755aa29ca" + "x-ms-request-id": "351301cd-b848-4aa9-ab8d-793d47d68906", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T094718Z:98460158-c6c0-4fa3-8009-847205b77ea6" }, "ResponseBody": { "status": "Succeeded" 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 f04af90aeb9c..99ed7eef5b40 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:37:45 GMT", + "Date": "Tue, 25 Oct 2022 09:02: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.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:37:45 GMT", + "Date": "Tue, 25 Oct 2022 09:02: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.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "c5fca216-253c-4186-8306-f9250a65d488", + "client-request-id": "82546634-a14d-4852-9359-a260b9415cb4", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "c5fca216-253c-4186-8306-f9250a65d488", + "client-request-id": "82546634-a14d-4852-9359-a260b9415cb4", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:37:45 GMT", + "Date": "Tue, 25 Oct 2022 09:02:42 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/656a319e-3254-4c7e-9e22-da2e39723e45?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8ecdb7ff-1e47-4698-83da-e89027e78fef?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:37:56 GMT", + "Date": "Tue, 25 Oct 2022 09:02:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "75f1ec11-1ab8-4cae-8319-e32da818458e", - "x-ms-correlation-request-id": "eb0cec89-d1ec-4ef3-b7a2-9bf257992ace", + "x-ms-arm-service-request-id": "27ebda02-8342-4490-a3cc-7b34db8e1d44", + "x-ms-correlation-request-id": "5e934137-69d4-4987-b6eb-f12537a85307", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T223756Z:eb0cec89-d1ec-4ef3-b7a2-9bf257992ace" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090253Z:5e934137-69d4-4987-b6eb-f12537a85307" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-219c2c63", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63", - "etag": "W/\u0022b4cf1b7b-8b43-493a-89c5-68c67f73a132\u0022", + "etag": "W/\u0022d3308619-1ea3-45d4-a4ab-85c64de95dd9\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:37:48.0883746Z" + "CreatedOnDate": "2022-10-25T09:02:45.8586789Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "dfde4217-2c69-42a1-bd4b-72e65a57ddda", + "resourceGuid": "16f50d46-eff8-4abb-9611-abb7c217bd3c", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/656a319e-3254-4c7e-9e22-da2e39723e45?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8ecdb7ff-1e47-4698-83da-e89027e78fef?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:37:56 GMT", + "Date": "Tue, 25 Oct 2022 09:02:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -304,10 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "14a067a9-0bef-45f7-8623-08d0ced738ff", - "x-ms-correlation-request-id": "6d2b638e-4336-4099-a503-2299af5722af", + "x-ms-arm-service-request-id": "130dce0a-77de-4ee1-816d-a0e7dd20730f", + "x-ms-correlation-request-id": "3cec9063-e425-42ef-8753-ec350ba0d5c9", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T223756Z:6d2b638e-4336-4099-a503-2299af5722af" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090253Z:3cec9063-e425-42ef-8753-ec350ba0d5c9" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:37:56 GMT", - "ETag": "W/\u002202ef1366-8334-4e55-af0c-61de8fb16868\u0022", + "Date": "Tue, 25 Oct 2022 09:02:53 GMT", + "ETag": "W/\u0022878b3232-27ea-4725-95a0-c32b450063a9\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "152c2210-530a-4795-adeb-0d4243792baf", - "x-ms-correlation-request-id": "32228a0e-a09c-4f98-a30e-6fb93e1785b5", + "x-ms-arm-service-request-id": "5ec12506-b4d2-4aaa-9b33-c0ac1d809006", + "x-ms-correlation-request-id": "dc3df938-6295-4055-9332-9a84f946e939", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T223756Z:32228a0e-a09c-4f98-a30e-6fb93e1785b5" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090253Z:dc3df938-6295-4055-9332-9a84f946e939" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-219c2c63", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63", - "etag": "W/\u002202ef1366-8334-4e55-af0c-61de8fb16868\u0022", + "etag": "W/\u0022878b3232-27ea-4725-95a0-c32b450063a9\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:37:48.0883746Z" + "CreatedOnDate": "2022-10-25T09:02:45.8586789Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "dfde4217-2c69-42a1-bd4b-72e65a57ddda", + "resourceGuid": "16f50d46-eff8-4abb-9611-abb7c217bd3c", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/fc3d9ade-3940-4d6f-add3-1cb445d38dbd?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/3a41caca-8daf-4fc5-8787-5dddd8c70919?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:37:57 GMT", + "Date": "Tue, 25 Oct 2022 09:02:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0eb9666a-13c0-4a34-b087-0e8df6faab04", - "x-ms-correlation-request-id": "22987168-abe9-41d7-badc-07f2bce233a0", + "x-ms-arm-service-request-id": "e920c058-b4fc-46a7-8477-d57012b45eca", + "x-ms-correlation-request-id": "9562c026-b965-4ca2-a8d8-9d22e5590dbe", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T223757Z:22987168-abe9-41d7-badc-07f2bce233a0" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090254Z:9562c026-b965-4ca2-a8d8-9d22e5590dbe" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", - "etag": "W/\u00220a314b3a-79d3-40d8-ac5f-b3d8631ba4be\u0022", + "etag": "W/\u00223f2484fe-132e-4bb2-9204-e7383541f50a\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00220a314b3a-79d3-40d8-ac5f-b3d8631ba4be\u0022", + "etag": "W/\u00223f2484fe-132e-4bb2-9204-e7383541f50a\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/fc3d9ade-3940-4d6f-add3-1cb445d38dbd?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/3a41caca-8daf-4fc5-8787-5dddd8c70919?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:37:57 GMT", + "Date": "Tue, 25 Oct 2022 09:02:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "78c285c6-ef04-4998-9ff7-94b0f4d7ed17", - "x-ms-correlation-request-id": "8c1a60c6-bfda-460e-9bec-a504c2ac4c42", + "x-ms-arm-service-request-id": "a7899a4a-5242-4aca-9b0f-435a55a58afb", + "x-ms-correlation-request-id": "abff3f5b-2050-4891-82f8-f067452576ce", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T223757Z:8c1a60c6-bfda-460e-9bec-a504c2ac4c42" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090254Z:abff3f5b-2050-4891-82f8-f067452576ce" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:37:57 GMT", - "ETag": "W/\u00221c8d62f7-3e46-4d58-b034-c9ab6fd12e6a\u0022", + "Date": "Tue, 25 Oct 2022 09:02:54 GMT", + "ETag": "W/\u00227bcc0a72-15d6-4fe3-8f20-5bea253a54ea\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "028c631a-a841-44f3-ac32-fb5af760cd61", - "x-ms-correlation-request-id": "4c3a30dd-fecf-45c3-987c-f5e336d01675", + "x-ms-arm-service-request-id": "b92dd0dc-4855-4f5f-8208-cbf537c73a29", + "x-ms-correlation-request-id": "3fda7b71-09fa-44de-ab3f-01b5d2ba6415", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T223757Z:4c3a30dd-fecf-45c3-987c-f5e336d01675" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090255Z:3fda7b71-09fa-44de-ab3f-01b5d2ba6415" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", - "etag": "W/\u00221c8d62f7-3e46-4d58-b034-c9ab6fd12e6a\u0022", + "etag": "W/\u00227bcc0a72-15d6-4fe3-8f20-5bea253a54ea\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00221c8d62f7-3e46-4d58-b034-c9ab6fd12e6a\u0022", + "etag": "W/\u00227bcc0a72-15d6-4fe3-8f20-5bea253a54ea\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -558,12 +558,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:37:57 GMT", + "Date": "Tue, 25 Oct 2022 09:02:54 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -652,7 +652,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:37:57 GMT", + "Date": "Tue, 25 Oct 2022 09:02:54 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -713,9 +713,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "c14103de-b1da-4c30-90a3-d6699d61c143", + "client-request-id": "75a4d025-32ea-44bb-ac61-0dcbb4bb27a5", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -727,14 +727,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "c14103de-b1da-4c30-90a3-d6699d61c143", + "client-request-id": "75a4d025-32ea-44bb-ac61-0dcbb4bb27a5", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:37:58 GMT", + "Date": "Tue, 25 Oct 2022 09:02:54 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -742,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -769,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/709c472f-d807-4354-b6e9-8794ad897e4a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7371791c-f7ad-41ed-938f-a49fe77fc2bd?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "705", + "Content-Length": "704", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:38:02 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T22%3A38%3A01.609606Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 09:02:59 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T09%3A02%3A58.6318451Z\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": "1bf564ee-2dd6-448e-9aad-89f63b26ae89", + "x-ms-correlation-request-id": "29224e1e-9d76-4fe2-9117-3598768031af", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T223803Z:1bf564ee-2dd6-448e-9aad-89f63b26ae89", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090259Z:29224e1e-9d76-4fe2-9117-3598768031af", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63", "name": "sdk-py-tests-acc-1-219c2c63", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A38%3A01.609606Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A02%3A58.6318451Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:37:59.4782168Z" + "CreatedOnDate": "2022-10-25T09:02:56.7900761Z" }, "properties": { "provisioningState": "Creating" @@ -800,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:38:00.6171561Z", + "createdAt": "2022-10-25T09:02:57.673601Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:38:00.6171561Z" + "lastModifiedAt": "2022-10-25T09:02:57.673601Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/709c472f-d807-4354-b6e9-8794ad897e4a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7371791c-f7ad-41ed-938f-a49fe77fc2bd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -822,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:38:02 GMT", + "Date": "Tue, 25 Oct 2022 09:02:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -830,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "01b878ec-5139-4ee5-83e1-4379b87fb970", + "x-ms-correlation-request-id": "d6043ddd-dcfd-404c-9ac0-736e03af70ad", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T223803Z:01b878ec-5139-4ee5-83e1-4379b87fb970", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090300Z:d6043ddd-dcfd-404c-9ac0-736e03af70ad", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/709c472f-d807-4354-b6e9-8794ad897e4a", - "name": "709c472f-d807-4354-b6e9-8794ad897e4a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7371791c-f7ad-41ed-938f-a49fe77fc2bd", + "name": "7371791c-f7ad-41ed-938f-a49fe77fc2bd", "status": "Succeeded", - "startTime": "2022-10-21T22:38:01.6079725Z", - "endTime": "2022-10-21T22:38:01.6704689Z", + "startTime": "2022-10-25T09:02:58.6165033Z", + "endTime": "2022-10-25T09:02:58.6634031Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63" @@ -862,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:38:03 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T22%3A38%3A01.6634179Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 09:03:00 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T09%3A02%3A58.6655845Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4466cec9-c3c3-47c5-b4ef-4eade5b50015", + "x-ms-correlation-request-id": "692feff2-ffef-4f95-881c-4772dd900bc5", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T223803Z:4466cec9-c3c3-47c5-b4ef-4eade5b50015", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090300Z:692feff2-ffef-4f95-881c-4772dd900bc5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63", "name": "sdk-py-tests-acc-1-219c2c63", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A38%3A01.6634179Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A02%3A58.6655845Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:37:59.4782168Z" + "CreatedOnDate": "2022-10-25T09:02:56.7900761Z" }, "properties": { "activeDirectories": [ @@ -912,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:38:00.6171561Z", + "createdAt": "2022-10-25T09:02:57.673601Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:38:00.6171561Z" + "lastModifiedAt": "2022-10-25T09:02:57.673601Z" } } }, @@ -941,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb18343e-5aa0-4a9b-96e3-eb217f30a33b?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d457da53-49d5-471c-a351-90a849343b3f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:38:05 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T22%3A38%3A05.4044159Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 09:03:02 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T09%3A03%3A02.1536748Z\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": "8cd7ae9d-4b5e-4e85-a4fc-d33ffeb56e9c", + "x-ms-correlation-request-id": "c8775e60-8821-4930-961b-73dbde39c0cb", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T223806Z:8cd7ae9d-4b5e-4e85-a4fc-d33ffeb56e9c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090303Z:c8775e60-8821-4930-961b-73dbde39c0cb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A38%3A05.4044159Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A03%3A02.1536748Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:38:04.0177477Z" + "CreatedOnDate": "2022-10-25T09:03:00.9234648Z" }, "properties": { "serviceLevel": "Premium", @@ -978,15 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:38:05.1528632Z", + "createdAt": "2022-10-25T09:03:01.8940277Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:38:05.1528632Z" + "lastModifiedAt": "2022-10-25T09:03:01.8940277Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb18343e-5aa0-4a9b-96e3-eb217f30a33b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d457da53-49d5-471c-a351-90a849343b3f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1000,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:38:06 GMT", + "Date": "Tue, 25 Oct 2022 09:03:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1008,57 +1008,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "46293b9c-341f-4678-bcec-36de48395a43", + "x-ms-correlation-request-id": "668ce4b4-1260-473e-ae92-af95ee8333fe", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T223806Z:46293b9c-341f-4678-bcec-36de48395a43", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090303Z:668ce4b4-1260-473e-ae92-af95ee8333fe", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb18343e-5aa0-4a9b-96e3-eb217f30a33b", - "name": "cb18343e-5aa0-4a9b-96e3-eb217f30a33b", - "status": "Creating", - "startTime": "2022-10-21T22:38:05.4209651Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb18343e-5aa0-4a9b-96e3-eb217f30a33b?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:38: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": "10ee7b7f-2422-4c1a-a116-f50ec8f40c61", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T223836Z:10ee7b7f-2422-4c1a-a116-f50ec8f40c61", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb18343e-5aa0-4a9b-96e3-eb217f30a33b", - "name": "cb18343e-5aa0-4a9b-96e3-eb217f30a33b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d457da53-49d5-471c-a351-90a849343b3f", + "name": "d457da53-49d5-471c-a351-90a849343b3f", "status": "Succeeded", - "startTime": "2022-10-21T22:38:05.4209651Z", - "endTime": "2022-10-21T22:38:07.8520058Z", + "startTime": "2022-10-25T09:03:02.1480775Z", + "endTime": "2022-10-25T09:03:03.0700216Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1" @@ -1080,8 +1040,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:38:36 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T22%3A38%3A07.8468806Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 09:03:03 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T09%3A03%3A03.063087Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1089,22 +1049,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1530bca4-84ed-4100-84af-887e363d151e", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T223837Z:1530bca4-84ed-4100-84af-887e363d151e", + "x-ms-correlation-request-id": "8e5fb1d2-d197-4c2e-97de-49b224b1713d", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090303Z:8e5fb1d2-d197-4c2e-97de-49b224b1713d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A38%3A07.8468806Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A03%3A03.063087Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:38:04.0177477Z" + "CreatedOnDate": "2022-10-25T09:03:00.9234648Z" }, "properties": { - "poolId": "0e0c3311-94d2-7dfa-6ade-188ad0db5094", + "poolId": "5045f8f0-9afd-6de9-9d66-8ba3729cf58a", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1117,10 +1077,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:38:05.1528632Z", + "createdAt": "2022-10-25T09:03:01.8940277Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:38:05.1528632Z" + "lastModifiedAt": "2022-10-25T09:03:01.8940277Z" } } }, @@ -1163,30 +1123,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc415bc5-d900-427f-bc82-0261876c7fc5?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:38:50 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T22%3A38%3A50.0906351Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 09:03:15 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T09%3A03%3A15.4424939Z\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": "a7ad15c1-b501-4d76-8351-332695d45291", + "x-ms-correlation-request-id": "9d8ff36f-df2c-4fc7-a96a-30e2d3c71ecf", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T223851Z:a7ad15c1-b501-4d76-8351-332695d45291", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090316Z:9d8ff36f-df2c-4fc7-a96a-30e2d3c71ecf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A38%3A50.0906351Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A03%3A15.4424939Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:38:47.7325267Z" + "CreatedOnDate": "2022-10-25T09:03:14.0097929Z" }, "properties": { "serviceLevel": "Premium", @@ -1216,15 +1176,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:38:49.1799027Z", + "createdAt": "2022-10-25T09:03:15.1394661Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:38:49.1799027Z" + "lastModifiedAt": "2022-10-25T09:03:15.1394661Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc415bc5-d900-427f-bc82-0261876c7fc5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1238,7 +1198,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:38:50 GMT", + "Date": "Tue, 25 Oct 2022 09:03:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1246,96 +1206,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7eb1db83-ab0f-41f3-8192-7ba0832ad056", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T223851Z:7eb1db83-ab0f-41f3-8192-7ba0832ad056", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", - "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", - "status": "Creating", - "startTime": "2022-10-21T22:38:50.0917105Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:39: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": "0232ea65-b9b0-46cf-bdb9-71259f9855f1", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T223921Z:0232ea65-b9b0-46cf-bdb9-71259f9855f1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", - "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", - "status": "Creating", - "startTime": "2022-10-21T22:38:50.0917105Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:39: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": "96dc6cf1-ec68-4ca0-8a8f-01cf170f070b", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T223951Z:96dc6cf1-ec68-4ca0-8a8f-01cf170f070b", + "x-ms-correlation-request-id": "307b935d-dbaa-43d4-b987-d3e93d320faf", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090316Z:307b935d-dbaa-43d4-b987-d3e93d320faf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", - "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc415bc5-d900-427f-bc82-0261876c7fc5", + "name": "cc415bc5-d900-427f-bc82-0261876c7fc5", "status": "Creating", - "startTime": "2022-10-21T22:38:50.0917105Z", + "startTime": "2022-10-25T09:03:15.4278591Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1344,7 +1224,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc415bc5-d900-427f-bc82-0261876c7fc5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1358,7 +1238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:40:21 GMT", + "Date": "Tue, 25 Oct 2022 09:03:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1366,16 +1246,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77d80f24-2ed2-489c-8e59-47d76523fdd8", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224022Z:77d80f24-2ed2-489c-8e59-47d76523fdd8", + "x-ms-correlation-request-id": "6341c5e4-516d-4e08-a341-607ea030882d", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090346Z:6341c5e4-516d-4e08-a341-607ea030882d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", - "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc415bc5-d900-427f-bc82-0261876c7fc5", + "name": "cc415bc5-d900-427f-bc82-0261876c7fc5", "status": "Creating", - "startTime": "2022-10-21T22:38:50.0917105Z", + "startTime": "2022-10-25T09:03:15.4278591Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1384,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc415bc5-d900-427f-bc82-0261876c7fc5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1398,7 +1278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:40:51 GMT", + "Date": "Tue, 25 Oct 2022 09:04:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1406,16 +1286,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29ff0af1-0f70-4754-88a4-f6104eebcaba", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224052Z:29ff0af1-0f70-4754-88a4-f6104eebcaba", + "x-ms-correlation-request-id": "9df97864-278d-48d0-bf9f-a29e5c80f117", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090417Z:9df97864-278d-48d0-bf9f-a29e5c80f117", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", - "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc415bc5-d900-427f-bc82-0261876c7fc5", + "name": "cc415bc5-d900-427f-bc82-0261876c7fc5", "status": "Creating", - "startTime": "2022-10-21T22:38:50.0917105Z", + "startTime": "2022-10-25T09:03:15.4278591Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1424,7 +1304,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc415bc5-d900-427f-bc82-0261876c7fc5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1438,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:41:22 GMT", + "Date": "Tue, 25 Oct 2022 09:04:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,16 +1326,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a3a6b277-8ac1-4684-949f-31696d7325f0", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224122Z:a3a6b277-8ac1-4684-949f-31696d7325f0", + "x-ms-correlation-request-id": "edbae2b1-6b66-49e2-a85a-92e8c6d1b098", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090447Z:edbae2b1-6b66-49e2-a85a-92e8c6d1b098", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", - "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc415bc5-d900-427f-bc82-0261876c7fc5", + "name": "cc415bc5-d900-427f-bc82-0261876c7fc5", "status": "Creating", - "startTime": "2022-10-21T22:38:50.0917105Z", + "startTime": "2022-10-25T09:03:15.4278591Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1464,7 +1344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc415bc5-d900-427f-bc82-0261876c7fc5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1478,7 +1358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:41:52 GMT", + "Date": "Tue, 25 Oct 2022 09:05:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1486,16 +1366,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3355406a-bf1f-462e-a757-10bd29d4e09f", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224152Z:3355406a-bf1f-462e-a757-10bd29d4e09f", + "x-ms-correlation-request-id": "4dcb4d34-7cb4-4378-a11e-1248bc466f15", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090517Z:4dcb4d34-7cb4-4378-a11e-1248bc466f15", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", - "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc415bc5-d900-427f-bc82-0261876c7fc5", + "name": "cc415bc5-d900-427f-bc82-0261876c7fc5", "status": "Creating", - "startTime": "2022-10-21T22:38:50.0917105Z", + "startTime": "2022-10-25T09:03:15.4278591Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1504,7 +1384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc415bc5-d900-427f-bc82-0261876c7fc5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1518,7 +1398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:42:22 GMT", + "Date": "Tue, 25 Oct 2022 09:05:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1526,16 +1406,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6c5ca37-d4d8-4bb2-9796-1c98c40b5586", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224223Z:b6c5ca37-d4d8-4bb2-9796-1c98c40b5586", + "x-ms-correlation-request-id": "0b7f201d-e7ce-4933-96b5-58adea55012e", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090548Z:0b7f201d-e7ce-4933-96b5-58adea55012e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", - "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc415bc5-d900-427f-bc82-0261876c7fc5", + "name": "cc415bc5-d900-427f-bc82-0261876c7fc5", "status": "Creating", - "startTime": "2022-10-21T22:38:50.0917105Z", + "startTime": "2022-10-25T09:03:15.4278591Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1544,7 +1424,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc415bc5-d900-427f-bc82-0261876c7fc5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1558,7 +1438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:42:53 GMT", + "Date": "Tue, 25 Oct 2022 09:06:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1566,16 +1446,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2998286b-06bd-420f-b8ea-dddf8453f3a9", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224253Z:2998286b-06bd-420f-b8ea-dddf8453f3a9", + "x-ms-correlation-request-id": "8bf7debd-b84f-41ee-9686-9597e52b9977", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090618Z:8bf7debd-b84f-41ee-9686-9597e52b9977", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", - "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc415bc5-d900-427f-bc82-0261876c7fc5", + "name": "cc415bc5-d900-427f-bc82-0261876c7fc5", "status": "Creating", - "startTime": "2022-10-21T22:38:50.0917105Z", + "startTime": "2022-10-25T09:03:15.4278591Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1584,7 +1464,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc415bc5-d900-427f-bc82-0261876c7fc5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1598,7 +1478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:43:22 GMT", + "Date": "Tue, 25 Oct 2022 09:06:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1606,16 +1486,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "55846505-c9f5-4078-a0ad-ccf9761c29b8", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224323Z:55846505-c9f5-4078-a0ad-ccf9761c29b8", + "x-ms-correlation-request-id": "cf1339d3-45c1-40e5-90c1-dac55947bd98", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090648Z:cf1339d3-45c1-40e5-90c1-dac55947bd98", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", - "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc415bc5-d900-427f-bc82-0261876c7fc5", + "name": "cc415bc5-d900-427f-bc82-0261876c7fc5", "status": "Creating", - "startTime": "2022-10-21T22:38:50.0917105Z", + "startTime": "2022-10-25T09:03:15.4278591Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1624,7 +1504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc415bc5-d900-427f-bc82-0261876c7fc5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1638,7 +1518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:43:54 GMT", + "Date": "Tue, 25 Oct 2022 09:07:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1646,16 +1526,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78fdf5bf-90a6-4dea-96ce-702aca290dc6", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224354Z:78fdf5bf-90a6-4dea-96ce-702aca290dc6", + "x-ms-correlation-request-id": "95b533ac-5aa2-41bd-8979-baf92831b2f8", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090718Z:95b533ac-5aa2-41bd-8979-baf92831b2f8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", - "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc415bc5-d900-427f-bc82-0261876c7fc5", + "name": "cc415bc5-d900-427f-bc82-0261876c7fc5", "status": "Creating", - "startTime": "2022-10-21T22:38:50.0917105Z", + "startTime": "2022-10-25T09:03:15.4278591Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1664,7 +1544,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc415bc5-d900-427f-bc82-0261876c7fc5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1678,7 +1558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:44:24 GMT", + "Date": "Tue, 25 Oct 2022 09:07:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1686,16 +1566,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "519c8173-a3ea-4b52-8314-1f06428619e6", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224424Z:519c8173-a3ea-4b52-8314-1f06428619e6", + "x-ms-correlation-request-id": "058d522b-bee9-4a1e-955d-8dc9b4bf13f0", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090749Z:058d522b-bee9-4a1e-955d-8dc9b4bf13f0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", - "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc415bc5-d900-427f-bc82-0261876c7fc5", + "name": "cc415bc5-d900-427f-bc82-0261876c7fc5", "status": "Creating", - "startTime": "2022-10-21T22:38:50.0917105Z", + "startTime": "2022-10-25T09:03:15.4278591Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1704,7 +1584,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc415bc5-d900-427f-bc82-0261876c7fc5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1718,7 +1598,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:44:55 GMT", + "Date": "Tue, 25 Oct 2022 09:08:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1726,17 +1606,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc0a9fcf-3a24-40e9-b4cc-d1a374cc6937", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224455Z:cc0a9fcf-3a24-40e9-b4cc-d1a374cc6937", + "x-ms-correlation-request-id": "4e96ed74-fcf4-4ced-a9f8-335e1e016280", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090820Z:4e96ed74-fcf4-4ced-a9f8-335e1e016280", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", - "name": "c6ddc8b1-7a52-41b8-959d-bfa85dfcf5d6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc415bc5-d900-427f-bc82-0261876c7fc5", + "name": "cc415bc5-d900-427f-bc82-0261876c7fc5", "status": "Succeeded", - "startTime": "2022-10-21T22:38:50.0917105Z", - "endTime": "2022-10-21T22:44:30.9724519Z", + "startTime": "2022-10-25T09:03:15.4278591Z", + "endTime": "2022-10-25T09:07:50.1146743Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" @@ -1758,8 +1638,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:44:55 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T22%3A44%3A30.9695328Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 09:08:20 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T09%3A07%3A50.1141321Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1767,22 +1647,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7f6edb9c-000b-4226-95aa-8da2ee2c693b", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224455Z:7f6edb9c-000b-4226-95aa-8da2ee2c693b", + "x-ms-correlation-request-id": "781fbcb3-8980-4ac4-a9f3-cb75e45d04fb", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090820Z:781fbcb3-8980-4ac4-a9f3-cb75e45d04fb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A44%3A30.9695328Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A07%3A50.1141321Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:38:47.7325267Z" + "CreatedOnDate": "2022-10-25T09:03:14.0097929Z" }, "properties": { - "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", + "fileSystemId": "5f685ea2-1080-d509-f47d-4d3b46920259", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-219c2c63", "usageThreshold": 107374182400, @@ -1810,7 +1690,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6ea7c4f8", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_0139ad84", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1825,8 +1705,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "628e63b8-8710-239a-b2dd-68672c48ff29", - "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", + "mountTargetId": "5f685ea2-1080-d509-f47d-4d3b46920259", + "fileSystemId": "5f685ea2-1080-d509-f47d-4d3b46920259", "ipAddress": "10.0.0.4" } ], @@ -1846,10 +1726,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:38:49.1799027Z", + "createdAt": "2022-10-25T09:03:15.1394661Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:38:49.1799027Z" + "lastModifiedAt": "2022-10-25T09:03:15.1394661Z" } } }, @@ -1868,8 +1748,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:45:05 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T22%3A44%3A30.9695328Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 09:08:30 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T09%3A07%3A50.1141321Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1877,22 +1757,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af58bc78-e90c-442a-98c4-2011a4a33321", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224506Z:af58bc78-e90c-442a-98c4-2011a4a33321", + "x-ms-correlation-request-id": "d30db76e-f7b1-49e2-8245-9b27ea6698ef", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090830Z:d30db76e-f7b1-49e2-8245-9b27ea6698ef", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A44%3A30.9695328Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A07%3A50.1141321Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:38:47.7325267Z" + "CreatedOnDate": "2022-10-25T09:03:14.0097929Z" }, "properties": { - "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", + "fileSystemId": "5f685ea2-1080-d509-f47d-4d3b46920259", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-219c2c63", "usageThreshold": 107374182400, @@ -1920,7 +1800,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6ea7c4f8", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_0139ad84", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1935,8 +1815,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "628e63b8-8710-239a-b2dd-68672c48ff29", - "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", + "mountTargetId": "5f685ea2-1080-d509-f47d-4d3b46920259", + "fileSystemId": "5f685ea2-1080-d509-f47d-4d3b46920259", "ipAddress": "10.0.0.4" } ], @@ -1956,10 +1836,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:38:49.1799027Z", + "createdAt": "2022-10-25T09:03:15.1394661Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:38:49.1799027Z" + "lastModifiedAt": "2022-10-25T09:03:15.1394661Z" } } }, @@ -1978,7 +1858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:45:06 GMT", + "Date": "Tue, 25 Oct 2022 09:08:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1986,9 +1866,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "684664c1-b0c2-4ead-b930-818c12798e6c", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224506Z:684664c1-b0c2-4ead-b930-818c12798e6c", + "x-ms-correlation-request-id": "68c8cf26-34d2-444d-9839-ca51e6e83fdf", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090831Z:68c8cf26-34d2-444d-9839-ca51e6e83fdf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2030,35 +1910,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72d95d5f-3339-4e23-8da5-bf39acc408e0?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b637ec7-004b-49a8-bc93-40b7b7d2d504?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "2480", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:45:06 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T22%3A45%3A07.0468455Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 09:08:32 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T09%3A08%3A32.1522689Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72d95d5f-3339-4e23-8da5-bf39acc408e0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b637ec7-004b-49a8-bc93-40b7b7d2d504?api-version=2022-05-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": "111c0b39-ef10-4547-a3dc-76ca9d26dfc9", + "x-ms-correlation-request-id": "5f929f27-7225-4cdf-aede-052751b58e14", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224507Z:111c0b39-ef10-4547-a3dc-76ca9d26dfc9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090832Z:5f929f27-7225-4cdf-aede-052751b58e14", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A45%3A07.0468455Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A08%3A32.1522689Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:38:47.7325267Z" + "CreatedOnDate": "2022-10-25T09:03:14.0097929Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", + "fileSystemId": "5f685ea2-1080-d509-f47d-4d3b46920259", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-219c2c63", "usageThreshold": 107374182400, @@ -2086,7 +1966,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6ea7c4f8", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_0139ad84", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2101,8 +1981,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "628e63b8-8710-239a-b2dd-68672c48ff29", - "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", + "mountTargetId": "5f685ea2-1080-d509-f47d-4d3b46920259", + "fileSystemId": "5f685ea2-1080-d509-f47d-4d3b46920259", "ipAddress": "10.0.0.4" } ], @@ -2121,15 +2001,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:38:49.1799027Z", + "createdAt": "2022-10-25T09:03:15.1394661Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:38:49.1799027Z" + "lastModifiedAt": "2022-10-25T09:03:15.1394661Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72d95d5f-3339-4e23-8da5-bf39acc408e0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b637ec7-004b-49a8-bc93-40b7b7d2d504?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2143,7 +2023,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:45:07 GMT", + "Date": "Tue, 25 Oct 2022 09:08:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2151,16 +2031,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb6addc3-11a2-406f-be14-8e84b544a4bf", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224507Z:fb6addc3-11a2-406f-be14-8e84b544a4bf", + "x-ms-correlation-request-id": "4384b2eb-ddcf-4e0b-9210-886f32a6d88c", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090832Z:4384b2eb-ddcf-4e0b-9210-886f32a6d88c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72d95d5f-3339-4e23-8da5-bf39acc408e0", - "name": "72d95d5f-3339-4e23-8da5-bf39acc408e0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b637ec7-004b-49a8-bc93-40b7b7d2d504", + "name": "1b637ec7-004b-49a8-bc93-40b7b7d2d504", "status": "Patching", - "startTime": "2022-10-21T22:45:07.0531364Z", + "startTime": "2022-10-25T09:08:32.1578206Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2169,7 +2049,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72d95d5f-3339-4e23-8da5-bf39acc408e0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b637ec7-004b-49a8-bc93-40b7b7d2d504?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2183,7 +2063,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:45:37 GMT", + "Date": "Tue, 25 Oct 2022 09:09:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2191,17 +2071,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c114f75a-5517-44d2-89d0-27828432c6fb", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224538Z:c114f75a-5517-44d2-89d0-27828432c6fb", + "x-ms-correlation-request-id": "e458033d-77fa-4000-91f6-62f1a0f4b2e3", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090902Z:e458033d-77fa-4000-91f6-62f1a0f4b2e3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72d95d5f-3339-4e23-8da5-bf39acc408e0", - "name": "72d95d5f-3339-4e23-8da5-bf39acc408e0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b637ec7-004b-49a8-bc93-40b7b7d2d504", + "name": "1b637ec7-004b-49a8-bc93-40b7b7d2d504", "status": "Succeeded", - "startTime": "2022-10-21T22:45:07.0531364Z", - "endTime": "2022-10-21T22:45:10.3372439Z", + "startTime": "2022-10-25T09:08:32.1578206Z", + "endTime": "2022-10-25T09:08:35.4080846Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" @@ -2209,7 +2089,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72d95d5f-3339-4e23-8da5-bf39acc408e0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b637ec7-004b-49a8-bc93-40b7b7d2d504?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2223,7 +2103,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:45:38 GMT", + "Date": "Tue, 25 Oct 2022 09:09:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2231,19 +2111,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "510c1d7c-ca02-4619-8a93-1ecebc88c428", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224538Z:510c1d7c-ca02-4619-8a93-1ecebc88c428", + "x-ms-correlation-request-id": "1022e76d-df1c-450a-8761-46bfad41460e", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090903Z:1022e76d-df1c-450a-8761-46bfad41460e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A45%3A10.3429553Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A08%3A35.4074201Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:45:06.7418205Z" + "CreatedOnDate": "2022-10-25T09:08:31.8324938Z" }, "properties": { "dataProtection": { @@ -2253,7 +2133,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults/cbsvault" } }, - "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", + "fileSystemId": "5f685ea2-1080-d509-f47d-4d3b46920259", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-219c2c63", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2284,19 +2164,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6ea7c4f8", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_0139ad84", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", - "poolId": "0e0c3311-94d2-7dfa-6ade-188ad0db5094", + "poolId": "5045f8f0-9afd-6de9-9d66-8ba3729cf58a", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "628e63b8-8710-239a-b2dd-68672c48ff29", - "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", + "mountTargetId": "5f685ea2-1080-d509-f47d-4d3b46920259", + "fileSystemId": "5f685ea2-1080-d509-f47d-4d3b46920259", "startIp": "", "endIp": "", "gateway": "", @@ -2328,10 +2208,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:38:49.1799027Z", + "createdAt": "2022-10-25T09:03:15.1394661Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:45:06.9208746Z" + "lastModifiedAt": "2022-10-25T09:08:32.0019093Z" } } }, @@ -2354,20 +2234,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63192ed3-543a-4224-beeb-e9f933bb80f9?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66444503-b8e6-4c00-96ac-45449d667105?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "560", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:45:38 GMT", + "Date": "Tue, 25 Oct 2022 09:09:02 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63192ed3-543a-4224-beeb-e9f933bb80f9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66444503-b8e6-4c00-96ac-45449d667105?api-version=2022-05-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": "e65b2025-41fe-45fd-ab43-0140f94b8691", + "x-ms-correlation-request-id": "89de835a-63f2-499a-b7b6-60c2966233a9", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224538Z:e65b2025-41fe-45fd-ab43-0140f94b8691", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090903Z:89de835a-63f2-499a-b7b6-60c2966233a9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2382,7 +2262,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63192ed3-543a-4224-beeb-e9f933bb80f9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66444503-b8e6-4c00-96ac-45449d667105?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2396,7 +2276,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:45:38 GMT", + "Date": "Tue, 25 Oct 2022 09:09:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2404,16 +2284,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77640ad2-2d46-40d5-970f-1cc82b2cef0a", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224539Z:77640ad2-2d46-40d5-970f-1cc82b2cef0a", + "x-ms-correlation-request-id": "44fc1886-22a2-4e5e-a9f1-735f7f66781a", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090903Z:44fc1886-22a2-4e5e-a9f1-735f7f66781a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63192ed3-543a-4224-beeb-e9f933bb80f9", - "name": "63192ed3-543a-4224-beeb-e9f933bb80f9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66444503-b8e6-4c00-96ac-45449d667105", + "name": "66444503-b8e6-4c00-96ac-45449d667105", "status": "Creating", - "startTime": "2022-10-21T22:45:38.637802Z", + "startTime": "2022-10-25T09:09:03.4574895Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2422,7 +2302,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63192ed3-543a-4224-beeb-e9f933bb80f9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66444503-b8e6-4c00-96ac-45449d667105?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2436,7 +2316,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:46:08 GMT", + "Date": "Tue, 25 Oct 2022 09:09:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2444,17 +2324,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b14478e-7956-48e7-b68a-9f9e72306bdd", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224609Z:2b14478e-7956-48e7-b68a-9f9e72306bdd", + "x-ms-correlation-request-id": "aaac7ddf-9087-4fa8-9ec8-d1cc27c53684", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090934Z:aaac7ddf-9087-4fa8-9ec8-d1cc27c53684", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63192ed3-543a-4224-beeb-e9f933bb80f9", - "name": "63192ed3-543a-4224-beeb-e9f933bb80f9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66444503-b8e6-4c00-96ac-45449d667105", + "name": "66444503-b8e6-4c00-96ac-45449d667105", "status": "Succeeded", - "startTime": "2022-10-21T22:45:38.637802Z", - "endTime": "2022-10-21T22:45:39.4815393Z", + "startTime": "2022-10-25T09:09:03.4574895Z", + "endTime": "2022-10-25T09:09:05.1483812Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63" @@ -2462,7 +2342,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63192ed3-543a-4224-beeb-e9f933bb80f9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66444503-b8e6-4c00-96ac-45449d667105?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2474,29 +2354,29 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "781", + "Content-Length": "780", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:46:08 GMT", + "Date": "Tue, 25 Oct 2022 09:09: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": "703b21f0-d87e-405b-92a1-c175713085ce", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224609Z:703b21f0-d87e-405b-92a1-c175713085ce", + "x-ms-correlation-request-id": "8abd8b2c-6d10-4b9e-82af-638d40b57a39", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090934Z:8abd8b2c-6d10-4b9e-82af-638d40b57a39", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/21/2022 10:45:39 PM", + "etag": "10/25/2022 9:09:05 AM", "location": "", "properties": { - "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", + "fileSystemId": "5f685ea2-1080-d509-f47d-4d3b46920259", "creationDate": "0001-01-01T00:00:00Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "backupId": "ac87fb7a-6127-2b44-409a-b78e92d4ce59", "size": 0, "backupType": "Manual", "failureReason": "None", @@ -2520,232 +2400,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:46: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": "003c7b62-7fa1-4c69-96a3-5bcd365d3866", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224620Z:003c7b62-7fa1-4c69-96a3-5bcd365d3866", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-21T22:45:39Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:46: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": "f7765f0b-5c21-4ea3-97ba-17b93d04de89", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224631Z:f7765f0b-5c21-4ea3-97ba-17b93d04de89", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-21T22:45:39Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22: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": "0e818bcc-345c-44f3-909b-c671f234a780", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224641Z:0e818bcc-345c-44f3-909b-c671f234a780", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-21T22:45:39Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:46: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": "a8d8e1f6-6bb5-4aba-84db-c02133826a73", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224652Z:a8d8e1f6-6bb5-4aba-84db-c02133826a73", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-21T22:45:39Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:47: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": "91185d3b-7282-40bf-a706-1b779299413e", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224703Z:91185d3b-7282-40bf-a706-1b779299413e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63", - "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63/sdk-py-tests-backup-1-219c2c63", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-21T22:45:39Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-219c2c63", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63/backups/sdk-py-tests-backup-1-219c2c63?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:47:13 GMT", + "Date": "Tue, 25 Oct 2022 09:09:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2753,9 +2408,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2015036c-af78-44ce-9a57-41e7e66a69b3", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224714Z:2015036c-af78-44ce-9a57-41e7e66a69b3", + "x-ms-correlation-request-id": "d6d8f35b-4ad0-40ff-81b4-964684c7c0a3", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090945Z:d6d8f35b-4ad0-40ff-81b4-964684c7c0a3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2764,8 +2419,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:45:39Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "creationDate": "2022-10-25T09:09:05Z", + "backupId": "ac87fb7a-6127-2b44-409a-b78e92d4ce59", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2790,7 +2445,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:47:24 GMT", + "Date": "Tue, 25 Oct 2022 09:09:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2798,9 +2453,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "356eeef6-5d53-44e6-b6ae-bebc35e4d8e3", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224724Z:356eeef6-5d53-44e6-b6ae-bebc35e4d8e3", + "x-ms-correlation-request-id": "d04b8e2a-6b52-4231-8d04-1f72c1a25068", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T090955Z:d04b8e2a-6b52-4231-8d04-1f72c1a25068", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2809,8 +2464,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:45:39Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "creationDate": "2022-10-25T09:09:05Z", + "backupId": "ac87fb7a-6127-2b44-409a-b78e92d4ce59", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2835,7 +2490,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:47:34 GMT", + "Date": "Tue, 25 Oct 2022 09:10:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2843,9 +2498,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91a62770-3601-4289-880b-a571beb6e0f0", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224735Z:91a62770-3601-4289-880b-a571beb6e0f0", + "x-ms-correlation-request-id": "a4b8a4ad-0ee0-468e-9d0a-df8535a037a9", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091007Z:a4b8a4ad-0ee0-468e-9d0a-df8535a037a9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2854,8 +2509,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:45:39Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "creationDate": "2022-10-25T09:09:05Z", + "backupId": "ac87fb7a-6127-2b44-409a-b78e92d4ce59", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2880,7 +2535,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:47:44 GMT", + "Date": "Tue, 25 Oct 2022 09:10:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2888,9 +2543,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5688be4a-b88d-4395-b6d6-514df8deae38", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224745Z:5688be4a-b88d-4395-b6d6-514df8deae38", + "x-ms-correlation-request-id": "1eeab9f6-e7cd-4c5f-8839-f7026b2ef867", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091017Z:1eeab9f6-e7cd-4c5f-8839-f7026b2ef867", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2899,8 +2554,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:45:39Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "creationDate": "2022-10-25T09:09:05Z", + "backupId": "ac87fb7a-6127-2b44-409a-b78e92d4ce59", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2925,7 +2580,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:47:55 GMT", + "Date": "Tue, 25 Oct 2022 09:10:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2933,9 +2588,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c9498811-929a-455e-b7b3-ed340e0f44f4", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224756Z:c9498811-929a-455e-b7b3-ed340e0f44f4", + "x-ms-correlation-request-id": "f8211929-1ac9-4a1d-8d18-5fd7f5bd25ee", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091028Z:f8211929-1ac9-4a1d-8d18-5fd7f5bd25ee", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2944,8 +2599,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:45:39Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "creationDate": "2022-10-25T09:09:05Z", + "backupId": "ac87fb7a-6127-2b44-409a-b78e92d4ce59", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2970,7 +2625,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:48:07 GMT", + "Date": "Tue, 25 Oct 2022 09:10:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2978,9 +2633,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c0dd9a9-b36f-405c-b4b6-0659d20c2332", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224807Z:8c0dd9a9-b36f-405c-b4b6-0659d20c2332", + "x-ms-correlation-request-id": "6569532b-67d2-443f-90f9-a555563071cb", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091038Z:6569532b-67d2-443f-90f9-a555563071cb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2989,8 +2644,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:45:39Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "creationDate": "2022-10-25T09:09:05Z", + "backupId": "ac87fb7a-6127-2b44-409a-b78e92d4ce59", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3015,7 +2670,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:48:18 GMT", + "Date": "Tue, 25 Oct 2022 09:10:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3023,9 +2678,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a825e991-cf41-4d68-be40-0f629c1ba1c4", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224818Z:a825e991-cf41-4d68-be40-0f629c1ba1c4", + "x-ms-correlation-request-id": "972d90c3-1c7e-46c3-b0ee-9486d0f0b182", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091049Z:972d90c3-1c7e-46c3-b0ee-9486d0f0b182", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3034,8 +2689,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:45:39Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "creationDate": "2022-10-25T09:09:05Z", + "backupId": "ac87fb7a-6127-2b44-409a-b78e92d4ce59", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3060,7 +2715,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:48:28 GMT", + "Date": "Tue, 25 Oct 2022 09:10:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3068,9 +2723,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "214df1c2-8ef8-4a94-a22b-c301570fb1d4", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224829Z:214df1c2-8ef8-4a94-a22b-c301570fb1d4", + "x-ms-correlation-request-id": "39484947-abcd-492c-b379-33e85c09535e", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091100Z:39484947-abcd-492c-b379-33e85c09535e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3079,8 +2734,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:45:39Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "creationDate": "2022-10-25T09:09:05Z", + "backupId": "ac87fb7a-6127-2b44-409a-b78e92d4ce59", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3105,7 +2760,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:48:38 GMT", + "Date": "Tue, 25 Oct 2022 09:11:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3113,9 +2768,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e976e9bd-f7ae-40df-b7c1-ea0dff3889c8", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224839Z:e976e9bd-f7ae-40df-b7c1-ea0dff3889c8", + "x-ms-correlation-request-id": "3a8d4f1a-52a8-45cd-898a-0a1599d1bd79", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091111Z:3a8d4f1a-52a8-45cd-898a-0a1599d1bd79", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3124,8 +2779,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:45:39Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "creationDate": "2022-10-25T09:09:05Z", + "backupId": "ac87fb7a-6127-2b44-409a-b78e92d4ce59", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3150,7 +2805,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:48:50 GMT", + "Date": "Tue, 25 Oct 2022 09:11:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3158,9 +2813,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e14e3aa5-789d-4b49-8f96-47e61283a2a3", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224850Z:e14e3aa5-789d-4b49-8f96-47e61283a2a3", + "x-ms-correlation-request-id": "3edc5933-7bf4-4529-a3ff-88ade8f202e2", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091122Z:3edc5933-7bf4-4529-a3ff-88ade8f202e2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3169,8 +2824,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:45:39Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "creationDate": "2022-10-25T09:09:05Z", + "backupId": "ac87fb7a-6127-2b44-409a-b78e92d4ce59", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3195,7 +2850,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:49:00 GMT", + "Date": "Tue, 25 Oct 2022 09:11:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3203,9 +2858,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec18ca44-cb2b-4bfd-8aed-c3d44797a8ec", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224901Z:ec18ca44-cb2b-4bfd-8aed-c3d44797a8ec", + "x-ms-correlation-request-id": "90c78619-072d-42f3-81bd-bf374341a0ce", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091133Z:90c78619-072d-42f3-81bd-bf374341a0ce", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3214,8 +2869,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:45:39Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "creationDate": "2022-10-25T09:09:05Z", + "backupId": "ac87fb7a-6127-2b44-409a-b78e92d4ce59", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3240,7 +2895,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:49:11 GMT", + "Date": "Tue, 25 Oct 2022 09:11:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3248,9 +2903,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69f1b4f0-8fd0-4ce1-a087-ced9bb5ed430", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224911Z:69f1b4f0-8fd0-4ce1-a087-ced9bb5ed430", + "x-ms-correlation-request-id": "76344737-349a-46ae-aff1-fbcf20d11a35", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091143Z:76344737-349a-46ae-aff1-fbcf20d11a35", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3259,8 +2914,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:45:39Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "creationDate": "2022-10-25T09:09:05Z", + "backupId": "ac87fb7a-6127-2b44-409a-b78e92d4ce59", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3285,7 +2940,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:49:23 GMT", + "Date": "Tue, 25 Oct 2022 09:11:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3293,9 +2948,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "441bfcc5-e793-4f87-8024-81aac704382b", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224923Z:441bfcc5-e793-4f87-8024-81aac704382b", + "x-ms-correlation-request-id": "f5e07aaf-ed8d-45a6-aca5-8e86efe97886", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091154Z:f5e07aaf-ed8d-45a6-aca5-8e86efe97886", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3304,8 +2959,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:45:39Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "creationDate": "2022-10-25T09:09:05Z", + "backupId": "ac87fb7a-6127-2b44-409a-b78e92d4ce59", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3330,7 +2985,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:49:34 GMT", + "Date": "Tue, 25 Oct 2022 09:12:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3338,9 +2993,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a2b5d856-10b0-404d-8083-e4f8ac5b31c8", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224935Z:a2b5d856-10b0-404d-8083-e4f8ac5b31c8", + "x-ms-correlation-request-id": "a3bf34d2-c205-44a3-baee-00da1abaef1c", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091205Z:a3bf34d2-c205-44a3-baee-00da1abaef1c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3349,8 +3004,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:45:39Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "creationDate": "2022-10-25T09:09:05Z", + "backupId": "ac87fb7a-6127-2b44-409a-b78e92d4ce59", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3375,7 +3030,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:49:44 GMT", + "Date": "Tue, 25 Oct 2022 09:12:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3383,9 +3038,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f1d5c3f2-9dac-4f36-9865-bb5d29c81850", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224945Z:f1d5c3f2-9dac-4f36-9865-bb5d29c81850", + "x-ms-correlation-request-id": "50c49e5d-c6c5-48c2-a454-d9d81ad03cd1", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091215Z:50c49e5d-c6c5-48c2-a454-d9d81ad03cd1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3394,8 +3049,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:45:39Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "creationDate": "2022-10-25T09:09:05Z", + "backupId": "ac87fb7a-6127-2b44-409a-b78e92d4ce59", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3420,7 +3075,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:49:56 GMT", + "Date": "Tue, 25 Oct 2022 09:12:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3428,9 +3083,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c663fa6-bb12-463d-9e7b-cb45a551d326", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T224956Z:2c663fa6-bb12-463d-9e7b-cb45a551d326", + "x-ms-correlation-request-id": "8781985e-f865-4507-8db1-c73b5e2c9ecc", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091226Z:8781985e-f865-4507-8db1-c73b5e2c9ecc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3439,8 +3094,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:45:39Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "creationDate": "2022-10-25T09:09:05Z", + "backupId": "ac87fb7a-6127-2b44-409a-b78e92d4ce59", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3465,7 +3120,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:50:06 GMT", + "Date": "Tue, 25 Oct 2022 09:12:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3473,9 +3128,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4353e1a-f9cd-4b39-85e7-773352fb16b1", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225007Z:c4353e1a-f9cd-4b39-85e7-773352fb16b1", + "x-ms-correlation-request-id": "b1a61c0f-ced5-4b46-97f8-698848cdf3e3", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091237Z:b1a61c0f-ced5-4b46-97f8-698848cdf3e3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3484,8 +3139,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:45:39Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "creationDate": "2022-10-25T09:09:05Z", + "backupId": "ac87fb7a-6127-2b44-409a-b78e92d4ce59", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3510,7 +3165,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:50:17 GMT", + "Date": "Tue, 25 Oct 2022 09:12:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3518,9 +3173,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78393c78-69e3-4831-a4c2-6ba28569dc7a", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225018Z:78393c78-69e3-4831-a4c2-6ba28569dc7a", + "x-ms-correlation-request-id": "8fc27f40-2b91-4f11-af60-f986e49e96e7", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091248Z:8fc27f40-2b91-4f11-af60-f986e49e96e7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3529,8 +3184,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:45:39Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "creationDate": "2022-10-25T09:09:05Z", + "backupId": "ac87fb7a-6127-2b44-409a-b78e92d4ce59", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3555,7 +3210,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:50:29 GMT", + "Date": "Tue, 25 Oct 2022 09:13:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3563,9 +3218,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff8b932b-d54b-479c-a97f-c3cc78cb2a0e", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225029Z:ff8b932b-d54b-479c-a97f-c3cc78cb2a0e", + "x-ms-correlation-request-id": "6cc902e6-9690-44e9-a009-77681cd9f0ca", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091300Z:6cc902e6-9690-44e9-a009-77681cd9f0ca", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3574,8 +3229,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:45:53Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "creationDate": "2022-10-25T09:09:17Z", + "backupId": "ac87fb7a-6127-2b44-409a-b78e92d4ce59", "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", @@ -3600,7 +3255,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:50:29 GMT", + "Date": "Tue, 25 Oct 2022 09:13:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3608,9 +3263,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9ab32aad-3748-4fef-af0e-ba0509d10406", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225029Z:9ab32aad-3748-4fef-af0e-ba0509d10406", + "x-ms-correlation-request-id": "13f708d8-927e-4660-bc3a-abcb6886f799", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091300Z:13f708d8-927e-4660-bc3a-abcb6886f799", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3619,8 +3274,8 @@ "type": "Microsoft.NetApp/netAppAccounts/accountBackups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T22:45:53Z", - "backupId": "cb0b3ef0-8979-c624-89e3-c6964eb17d72", + "creationDate": "2022-10-25T09:09:17Z", + "backupId": "ac87fb7a-6127-2b44-409a-b78e92d4ce59", "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", @@ -3645,7 +3300,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:50:30 GMT", + "Date": "Tue, 25 Oct 2022 09:13:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3653,9 +3308,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31231564-4d73-4982-b8db-4a6c19a1f4d9", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225030Z:31231564-4d73-4982-b8db-4a6c19a1f4d9", + "x-ms-correlation-request-id": "00b00c46-272a-4a9c-b8e4-9d79f0fc52ea", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091301Z:00b00c46-272a-4a9c-b8e4-9d79f0fc52ea", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3697,31 +3352,31 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a0583b-73af-421c-9ea6-6046d18c0bf8?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/52ca32f5-bd0b-48a7-a286-631e8b898694?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "2743", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:50:31 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T22%3A50%3A31.0542823Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 09:13:01 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T09%3A13%3A01.8507857Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a0583b-73af-421c-9ea6-6046d18c0bf8?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/52ca32f5-bd0b-48a7-a286-631e8b898694?api-version=2022-05-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": "7b37d565-29ec-4a83-b70d-87be18506d07", + "x-ms-correlation-request-id": "cac78250-3f6f-4c5d-91a4-bc6659e3fa5b", "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225031Z:7b37d565-29ec-4a83-b70d-87be18506d07", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091301Z:cac78250-3f6f-4c5d-91a4-bc6659e3fa5b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A50%3A31.0542823Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A13%3A01.8507857Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:45:06.7418205Z" + "CreatedOnDate": "2022-10-25T09:08:31.8324938Z" }, "properties": { "dataProtection": { @@ -3732,7 +3387,7 @@ } }, "provisioningState": "Patching", - "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", + "fileSystemId": "5f685ea2-1080-d509-f47d-4d3b46920259", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-219c2c63", "usageThreshold": 107374182400, @@ -3760,7 +3415,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6ea7c4f8", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_0139ad84", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -3775,8 +3430,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "628e63b8-8710-239a-b2dd-68672c48ff29", - "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", + "mountTargetId": "5f685ea2-1080-d509-f47d-4d3b46920259", + "fileSystemId": "5f685ea2-1080-d509-f47d-4d3b46920259", "ipAddress": "10.0.0.4" } ], @@ -3795,15 +3450,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:38:49.1799027Z", + "createdAt": "2022-10-25T09:03:15.1394661Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:45:06.9208746Z" + "lastModifiedAt": "2022-10-25T09:08:32.0019093Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a0583b-73af-421c-9ea6-6046d18c0bf8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/52ca32f5-bd0b-48a7-a286-631e8b898694?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3817,7 +3472,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:50:31 GMT", + "Date": "Tue, 25 Oct 2022 09:13:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3825,16 +3480,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d8245993-d3f9-428d-9a00-4d2e4c0608b3", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225031Z:d8245993-d3f9-428d-9a00-4d2e4c0608b3", + "x-ms-correlation-request-id": "29cc3bdc-71ee-44ef-9759-1468c021f65e", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091302Z:29cc3bdc-71ee-44ef-9759-1468c021f65e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a0583b-73af-421c-9ea6-6046d18c0bf8", - "name": "54a0583b-73af-421c-9ea6-6046d18c0bf8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/52ca32f5-bd0b-48a7-a286-631e8b898694", + "name": "52ca32f5-bd0b-48a7-a286-631e8b898694", "status": "Patching", - "startTime": "2022-10-21T22:50:31.0615201Z", + "startTime": "2022-10-25T09:13:01.8484879Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3843,7 +3498,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a0583b-73af-421c-9ea6-6046d18c0bf8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/52ca32f5-bd0b-48a7-a286-631e8b898694?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3857,7 +3512,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:51:01 GMT", + "Date": "Tue, 25 Oct 2022 09:13:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3865,17 +3520,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "93413a3f-43d6-4a87-942a-e94d2646f254", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225101Z:93413a3f-43d6-4a87-942a-e94d2646f254", + "x-ms-correlation-request-id": "ff38b1a4-d37a-4ad4-8ce4-1a83eac9ca50", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091332Z:ff38b1a4-d37a-4ad4-8ce4-1a83eac9ca50", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a0583b-73af-421c-9ea6-6046d18c0bf8", - "name": "54a0583b-73af-421c-9ea6-6046d18c0bf8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/52ca32f5-bd0b-48a7-a286-631e8b898694", + "name": "52ca32f5-bd0b-48a7-a286-631e8b898694", "status": "Succeeded", - "startTime": "2022-10-21T22:50:31.0615201Z", - "endTime": "2022-10-21T22:50:36.9705247Z", + "startTime": "2022-10-25T09:13:01.8484879Z", + "endTime": "2022-10-25T09:13:07.1361781Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" @@ -3883,7 +3538,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54a0583b-73af-421c-9ea6-6046d18c0bf8?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/52ca32f5-bd0b-48a7-a286-631e8b898694?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3897,7 +3552,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:51:01 GMT", + "Date": "Tue, 25 Oct 2022 09:13:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3905,19 +3560,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f61181a3-c467-4aad-8096-a8f15eb819c9", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225102Z:f61181a3-c467-4aad-8096-a8f15eb819c9", + "x-ms-correlation-request-id": "1ab7a5ad-1193-4fea-af70-a457d653e864", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091332Z:1ab7a5ad-1193-4fea-af70-a457d653e864", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A50%3A36.9718961Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A13%3A07.1267772Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:45:06.7418205Z" + "CreatedOnDate": "2022-10-25T09:13:01.5108983Z" }, "properties": { "dataProtection": { @@ -3927,7 +3582,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults/cbsvault" } }, - "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", + "fileSystemId": "5f685ea2-1080-d509-f47d-4d3b46920259", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-219c2c63", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -3958,19 +3613,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6ea7c4f8", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_0139ad84", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", - "poolId": "0e0c3311-94d2-7dfa-6ade-188ad0db5094", + "poolId": "5045f8f0-9afd-6de9-9d66-8ba3729cf58a", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "628e63b8-8710-239a-b2dd-68672c48ff29", - "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", + "mountTargetId": "5f685ea2-1080-d509-f47d-4d3b46920259", + "fileSystemId": "5f685ea2-1080-d509-f47d-4d3b46920259", "startIp": "", "endIp": "", "gateway": "", @@ -4002,10 +3657,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:38:49.1799027Z", + "createdAt": "2022-10-25T09:03:15.1394661Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:50:30.9164427Z" + "lastModifiedAt": "2022-10-25T09:13:01.7125377Z" } } }, @@ -4024,15 +3679,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:51:04 GMT", + "Date": "Tue, 25 Oct 2022 09:13: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": "d5602dc2-668f-4a1d-b863-5a44e413693e", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225104Z:d5602dc2-668f-4a1d-b863-5a44e413693e", + "x-ms-correlation-request-id": "541ff17d-b436-4918-b056-d2d7787af4bb", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091335Z:541ff17d-b436-4918-b056-d2d7787af4bb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4055,65 +3710,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63d26f4b-c052-4498-a7d9-f675f266c731?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 22:51:05 GMT", + "Date": "Tue, 25 Oct 2022 09:13:35 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63d26f4b-c052-4498-a7d9-f675f266c731?api-version=2022-05-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": "bd8aa5cf-a3aa-4b05-9463-c68e432b9cc3", + "x-ms-correlation-request-id": "fb8fca28-7a0d-405a-b67e-9fcdc2e1c38d", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225105Z:bd8aa5cf-a3aa-4b05-9463-c68e432b9cc3", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091336Z:fb8fca28-7a0d-405a-b67e-9fcdc2e1c38d", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:51: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": "31545230-649a-488a-8fcd-6f38de928405", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225105Z:31545230-649a-488a-8fcd-6f38de928405", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3", - "name": "4bc0ea29-459f-4ceb-b30f-122b89b59aa3", - "status": "Deleting", - "startTime": "2022-10-21T22:51:05.0830723Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63d26f4b-c052-4498-a7d9-f675f266c731?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4127,7 +3742,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:51:35 GMT", + "Date": "Tue, 25 Oct 2022 09:13:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4135,16 +3750,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "764f3e7a-ac9b-428c-acf8-64957bfd9b2d", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225135Z:764f3e7a-ac9b-428c-acf8-64957bfd9b2d", + "x-ms-correlation-request-id": "c67cd7ea-e329-452a-b3e1-deec2b79056f", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091336Z:c67cd7ea-e329-452a-b3e1-deec2b79056f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3", - "name": "4bc0ea29-459f-4ceb-b30f-122b89b59aa3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63d26f4b-c052-4498-a7d9-f675f266c731", + "name": "63d26f4b-c052-4498-a7d9-f675f266c731", "status": "Deleting", - "startTime": "2022-10-21T22:51:05.0830723Z", + "startTime": "2022-10-25T09:13:36.0168764Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4153,7 +3768,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63d26f4b-c052-4498-a7d9-f675f266c731?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4167,7 +3782,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:52:05 GMT", + "Date": "Tue, 25 Oct 2022 09:14:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4175,16 +3790,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23fc336e-7133-4dda-a6f5-e099fa6f98b1", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225205Z:23fc336e-7133-4dda-a6f5-e099fa6f98b1", + "x-ms-correlation-request-id": "b3c4e838-a228-4efd-b6be-ec850e394591", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091406Z:b3c4e838-a228-4efd-b6be-ec850e394591", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3", - "name": "4bc0ea29-459f-4ceb-b30f-122b89b59aa3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63d26f4b-c052-4498-a7d9-f675f266c731", + "name": "63d26f4b-c052-4498-a7d9-f675f266c731", "status": "Deleting", - "startTime": "2022-10-21T22:51:05.0830723Z", + "startTime": "2022-10-25T09:13:36.0168764Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4193,7 +3808,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63d26f4b-c052-4498-a7d9-f675f266c731?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4207,7 +3822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:52:35 GMT", + "Date": "Tue, 25 Oct 2022 09:14:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4215,16 +3830,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f160d72d-41f2-4d7e-b661-5ee991413618", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225236Z:f160d72d-41f2-4d7e-b661-5ee991413618", + "x-ms-correlation-request-id": "ab5c6735-41be-4d64-a62e-2c6d50367e32", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091436Z:ab5c6735-41be-4d64-a62e-2c6d50367e32", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3", - "name": "4bc0ea29-459f-4ceb-b30f-122b89b59aa3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63d26f4b-c052-4498-a7d9-f675f266c731", + "name": "63d26f4b-c052-4498-a7d9-f675f266c731", "status": "Deleting", - "startTime": "2022-10-21T22:51:05.0830723Z", + "startTime": "2022-10-25T09:13:36.0168764Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4233,7 +3848,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63d26f4b-c052-4498-a7d9-f675f266c731?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4247,7 +3862,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:53:06 GMT", + "Date": "Tue, 25 Oct 2022 09:15:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4255,16 +3870,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b1b2bc4e-c8a3-4177-a778-8a778850e5f9", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225306Z:b1b2bc4e-c8a3-4177-a778-8a778850e5f9", + "x-ms-correlation-request-id": "01cfb1c7-2359-4bb2-a2d1-9fb5317de005", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091507Z:01cfb1c7-2359-4bb2-a2d1-9fb5317de005", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3", - "name": "4bc0ea29-459f-4ceb-b30f-122b89b59aa3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63d26f4b-c052-4498-a7d9-f675f266c731", + "name": "63d26f4b-c052-4498-a7d9-f675f266c731", "status": "Deleting", - "startTime": "2022-10-21T22:51:05.0830723Z", + "startTime": "2022-10-25T09:13:36.0168764Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4273,7 +3888,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63d26f4b-c052-4498-a7d9-f675f266c731?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4287,7 +3902,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:53:35 GMT", + "Date": "Tue, 25 Oct 2022 09:15:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4295,16 +3910,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "15d314cd-5563-4918-99fd-51ceb11a2ae3", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225336Z:15d314cd-5563-4918-99fd-51ceb11a2ae3", + "x-ms-correlation-request-id": "be2fed44-d713-4bf5-8bec-7837040ac0c1", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091537Z:be2fed44-d713-4bf5-8bec-7837040ac0c1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3", - "name": "4bc0ea29-459f-4ceb-b30f-122b89b59aa3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63d26f4b-c052-4498-a7d9-f675f266c731", + "name": "63d26f4b-c052-4498-a7d9-f675f266c731", "status": "Deleting", - "startTime": "2022-10-21T22:51:05.0830723Z", + "startTime": "2022-10-25T09:13:36.0168764Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4313,7 +3928,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63d26f4b-c052-4498-a7d9-f675f266c731?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4327,7 +3942,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:54:06 GMT", + "Date": "Tue, 25 Oct 2022 09:16:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4335,16 +3950,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c08e0ea6-9cba-4982-b9da-a1d23bf490a9", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225406Z:c08e0ea6-9cba-4982-b9da-a1d23bf490a9", + "x-ms-correlation-request-id": "c50dbaa8-d09b-4496-8438-5dfe5690f58f", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091607Z:c50dbaa8-d09b-4496-8438-5dfe5690f58f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3", - "name": "4bc0ea29-459f-4ceb-b30f-122b89b59aa3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63d26f4b-c052-4498-a7d9-f675f266c731", + "name": "63d26f4b-c052-4498-a7d9-f675f266c731", "status": "Deleting", - "startTime": "2022-10-21T22:51:05.0830723Z", + "startTime": "2022-10-25T09:13:36.0168764Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4353,7 +3968,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63d26f4b-c052-4498-a7d9-f675f266c731?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4367,7 +3982,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:54:36 GMT", + "Date": "Tue, 25 Oct 2022 09:16:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4375,17 +3990,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb6bf509-c7c6-41d3-83bf-d6d54ea8588d", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225437Z:eb6bf509-c7c6-41d3-83bf-d6d54ea8588d", + "x-ms-correlation-request-id": "87e2f95e-3e7f-4021-8dcf-fd5535d0e1d1", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091638Z:87e2f95e-3e7f-4021-8dcf-fd5535d0e1d1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3", - "name": "4bc0ea29-459f-4ceb-b30f-122b89b59aa3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63d26f4b-c052-4498-a7d9-f675f266c731", + "name": "63d26f4b-c052-4498-a7d9-f675f266c731", "status": "Succeeded", - "startTime": "2022-10-21T22:51:05.0830723Z", - "endTime": "2022-10-21T22:54:08.49201Z", + "startTime": "2022-10-25T09:13:36.0168764Z", + "endTime": "2022-10-25T09:16:31.6106696Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63" @@ -4393,7 +4008,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc0ea29-459f-4ceb-b30f-122b89b59aa3?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63d26f4b-c052-4498-a7d9-f675f266c731?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4407,7 +4022,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:54:37 GMT", + "Date": "Tue, 25 Oct 2022 09:16:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4415,19 +4030,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "40c931e8-d7f9-499d-a653-b49bc7aabf37", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225438Z:40c931e8-d7f9-499d-a653-b49bc7aabf37", + "x-ms-correlation-request-id": "f0e98ccc-7152-4732-8a5d-76ea06bffacd", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T091638Z:f0e98ccc-7152-4732-8a5d-76ea06bffacd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1/sdk-py-tests-vol-3-219c2c63", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A54%3A02.989998Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A16%3A14.3319678Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:45:06.7418205Z" + "CreatedOnDate": "2022-10-25T09:13:01.5108983Z" }, "properties": { "dataProtection": { @@ -4437,7 +4052,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/vaults/cbsvault" } }, - "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", + "fileSystemId": "5f685ea2-1080-d509-f47d-4d3b46920259", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-219c2c63", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -4468,19 +4083,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6ea7c4f8", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_0139ad84", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-219c2c63/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-219c2c63", - "poolId": "0e0c3311-94d2-7dfa-6ade-188ad0db5094", + "poolId": "5045f8f0-9afd-6de9-9d66-8ba3729cf58a", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "628e63b8-8710-239a-b2dd-68672c48ff29", - "fileSystemId": "628e63b8-8710-239a-b2dd-68672c48ff29", + "mountTargetId": "5f685ea2-1080-d509-f47d-4d3b46920259", + "fileSystemId": "5f685ea2-1080-d509-f47d-4d3b46920259", "startIp": "", "endIp": "", "gateway": "", @@ -4512,10 +4127,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:38:49.1799027Z", + "createdAt": "2022-10-25T09:03:15.1394661Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:50:30.9164427Z" + "lastModifiedAt": "2022-10-25T09:13:01.7125377Z" } } }, @@ -4534,14 +4149,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:58:00 GMT", + "Date": "Tue, 25 Oct 2022 09:20:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6e1088a9-bf9f-4ae2-a827-91517d158df1", + "x-ms-correlation-request-id": "e2fb0102-e388-4632-9255-fd67a013faf2", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225800Z:6e1088a9-bf9f-4ae2-a827-91517d158df1" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092002Z:e2fb0102-e388-4632-9255-fd67a013faf2" }, "ResponseBody": { "error": { @@ -4563,25 +4178,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/677a1991-1526-44a6-9d2f-786bddbdd83c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48a3c1b2-20b5-41ce-ac01-d9ac7b9ced94?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 22:58:13 GMT", + "Date": "Tue, 25 Oct 2022 09:20:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/677a1991-1526-44a6-9d2f-786bddbdd83c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48a3c1b2-20b5-41ce-ac01-d9ac7b9ced94?api-version=2022-05-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": "849dffbb-ee6b-4ef2-b2a8-02eed7c26f2d", + "x-ms-correlation-request-id": "493f0bff-28a9-402e-8dd1-d21bd043bcc1", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225814Z:849dffbb-ee6b-4ef2-b2a8-02eed7c26f2d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092015Z:493f0bff-28a9-402e-8dd1-d21bd043bcc1", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/677a1991-1526-44a6-9d2f-786bddbdd83c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48a3c1b2-20b5-41ce-ac01-d9ac7b9ced94?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4595,7 +4210,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:58:14 GMT", + "Date": "Tue, 25 Oct 2022 09:20:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4603,16 +4218,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "92807bc1-f7bc-4576-af3f-6e6b82d5abb8", + "x-ms-correlation-request-id": "d982494a-a6dc-4d12-87b0-9be6773e1646", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225814Z:92807bc1-f7bc-4576-af3f-6e6b82d5abb8", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092015Z:d982494a-a6dc-4d12-87b0-9be6773e1646", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/677a1991-1526-44a6-9d2f-786bddbdd83c", - "name": "677a1991-1526-44a6-9d2f-786bddbdd83c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48a3c1b2-20b5-41ce-ac01-d9ac7b9ced94", + "name": "48a3c1b2-20b5-41ce-ac01-d9ac7b9ced94", "status": "Deleting", - "startTime": "2022-10-21T22:58:14.3594969Z", + "startTime": "2022-10-25T09:20:15.0695324Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4621,7 +4236,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/677a1991-1526-44a6-9d2f-786bddbdd83c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48a3c1b2-20b5-41ce-ac01-d9ac7b9ced94?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4635,7 +4250,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:58:44 GMT", + "Date": "Tue, 25 Oct 2022 09:20:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4643,17 +4258,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1520b5ee-d5e0-4911-add0-e227bbbe77cc", + "x-ms-correlation-request-id": "8d2dbcc5-ffab-4bac-83c9-b8e2a1a3eeed", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225845Z:1520b5ee-d5e0-4911-add0-e227bbbe77cc", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092046Z:8d2dbcc5-ffab-4bac-83c9-b8e2a1a3eeed", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/677a1991-1526-44a6-9d2f-786bddbdd83c", - "name": "677a1991-1526-44a6-9d2f-786bddbdd83c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48a3c1b2-20b5-41ce-ac01-d9ac7b9ced94", + "name": "48a3c1b2-20b5-41ce-ac01-d9ac7b9ced94", "status": "Succeeded", - "startTime": "2022-10-21T22:58:14.3594969Z", - "endTime": "2022-10-21T22:58:15.3126303Z", + "startTime": "2022-10-25T09:20:15.0695324Z", + "endTime": "2022-10-25T09:20:16.0540769Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1" @@ -4661,7 +4276,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/677a1991-1526-44a6-9d2f-786bddbdd83c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/48a3c1b2-20b5-41ce-ac01-d9ac7b9ced94?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4675,7 +4290,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:58:44 GMT", + "Date": "Tue, 25 Oct 2022 09:20:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4683,22 +4298,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7352afb1-94fd-4422-9198-39da9437d9a5", + "x-ms-correlation-request-id": "6639b696-b550-435e-9292-50057c8169ac", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225845Z:7352afb1-94fd-4422-9198-39da9437d9a5", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092046Z:6639b696-b550-435e-9292-50057c8169ac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-219c2c63/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A58%3A14.3611636Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A20%3A15.0708899Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:38:04.0177477Z" + "CreatedOnDate": "2022-10-25T09:03:00.9234648Z" }, "properties": { - "poolId": "0e0c3311-94d2-7dfa-6ade-188ad0db5094", + "poolId": "5045f8f0-9afd-6de9-9d66-8ba3729cf58a", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63/capacityPools/sdk-py-tests-pool-1", @@ -4712,10 +4327,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:38:05.1528632Z", + "createdAt": "2022-10-25T09:03:01.8940277Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:38:05.1528632Z" + "lastModifiedAt": "2022-10-25T09:03:01.8940277Z" } } }, @@ -4733,14 +4348,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 22:58:55 GMT", + "Date": "Tue, 25 Oct 2022 09:20:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ba511f05-bccd-4e9e-a207-67ffb846133c", + "x-ms-correlation-request-id": "576e89f3-2804-4709-ba02-c656a892291a", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225855Z:ba511f05-bccd-4e9e-a207-67ffb846133c" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092056Z:576e89f3-2804-4709-ba02-c656a892291a" }, "ResponseBody": null }, @@ -4758,14 +4373,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 22:59:05 GMT", + "Date": "Tue, 25 Oct 2022 09:21:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "618a16f3-764c-438e-8feb-02798268d58c", + "x-ms-correlation-request-id": "b1770302-761d-4f65-bb44-bb6d14893214", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225905Z:618a16f3-764c-438e-8feb-02798268d58c" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092106Z:b1770302-761d-4f65-bb44-bb6d14893214" }, "ResponseBody": null }, @@ -4783,14 +4398,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 22:59:15 GMT", + "Date": "Tue, 25 Oct 2022 09:21:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff130fd7-f716-4679-aff1-eb825b036fff", + "x-ms-correlation-request-id": "556dceb0-d511-450d-860c-53ea4f87039c", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225916Z:ff130fd7-f716-4679-aff1-eb825b036fff" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092117Z:556dceb0-d511-450d-860c-53ea4f87039c" }, "ResponseBody": null }, @@ -4808,14 +4423,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 22:59:25 GMT", + "Date": "Tue, 25 Oct 2022 09:21:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4f4eaaa2-9a53-45a3-a02a-36fb842a3d04", + "x-ms-correlation-request-id": "e11983c2-5201-4f1b-a933-2188f68bd457", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225926Z:4f4eaaa2-9a53-45a3-a02a-36fb842a3d04" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092127Z:e11983c2-5201-4f1b-a933-2188f68bd457" }, "ResponseBody": null }, @@ -4834,14 +4449,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:59:36 GMT", + "Date": "Tue, 25 Oct 2022 09:21:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "90d10419-ccd7-47b9-8ebf-f4efa45f6d04", + "x-ms-correlation-request-id": "5027c6b2-fd47-4d6b-b6cb-41db50aaa951", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225936Z:90d10419-ccd7-47b9-8ebf-f4efa45f6d04" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092137Z:5027c6b2-fd47-4d6b-b6cb-41db50aaa951" }, "ResponseBody": { "error": { @@ -4863,25 +4478,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5d5da014-e49c-40a1-9721-1861c6194806?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6786e27c-741f-443f-8ab5-e21d9df36802?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 22:59:38 GMT", + "Date": "Tue, 25 Oct 2022 09:21:38 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5d5da014-e49c-40a1-9721-1861c6194806?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6786e27c-741f-443f-8ab5-e21d9df36802?api-version=2022-05-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": "4a1cf2d2-30af-47ed-b2fe-4dcd2d4a08ea", + "x-ms-correlation-request-id": "3b2637eb-e8f3-4d70-b180-97fed3dfcfbb", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225938Z:4a1cf2d2-30af-47ed-b2fe-4dcd2d4a08ea", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092139Z:3b2637eb-e8f3-4d70-b180-97fed3dfcfbb", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5d5da014-e49c-40a1-9721-1861c6194806?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6786e27c-741f-443f-8ab5-e21d9df36802?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4895,7 +4510,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:59:38 GMT", + "Date": "Tue, 25 Oct 2022 09:21:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4903,17 +4518,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1516d7d7-f7cc-4ca3-ae90-ecf8f5ddc381", + "x-ms-correlation-request-id": "95fcade1-2f72-4260-9f7c-17344f3737ba", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225938Z:1516d7d7-f7cc-4ca3-ae90-ecf8f5ddc381", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092139Z:95fcade1-2f72-4260-9f7c-17344f3737ba", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5d5da014-e49c-40a1-9721-1861c6194806", - "name": "5d5da014-e49c-40a1-9721-1861c6194806", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6786e27c-741f-443f-8ab5-e21d9df36802", + "name": "6786e27c-741f-443f-8ab5-e21d9df36802", "status": "Succeeded", - "startTime": "2022-10-21T22:59:38.1130845Z", - "endTime": "2022-10-21T22:59:38.159961Z", + "startTime": "2022-10-25T09:21:39.0314636Z", + "endTime": "2022-10-25T09:21:39.078291Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63" @@ -4921,7 +4536,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5d5da014-e49c-40a1-9721-1861c6194806?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6786e27c-741f-443f-8ab5-e21d9df36802?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4935,7 +4550,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:59:38 GMT", + "Date": "Tue, 25 Oct 2022 09:21:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4943,19 +4558,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c74d8d5d-31c6-4479-a23f-d69f7fcb28c2", + "x-ms-correlation-request-id": "1eae3403-c3fa-4b15-99cb-3f1819fa6e83", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225938Z:c74d8d5d-31c6-4479-a23f-d69f7fcb28c2", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092139Z:1eae3403-c3fa-4b15-99cb-3f1819fa6e83", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-219c2c63", "name": "sdk-py-tests-acc-1-219c2c63", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T22%3A59%3A38.1152467Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A21%3A39.0252286Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T22:37:59.4782168Z" + "CreatedOnDate": "2022-10-25T09:02:56.7900761Z" }, "properties": { "encryption": { @@ -4966,10 +4581,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T22:38:00.6171561Z", + "createdAt": "2022-10-25T09:02:57.673601Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T22:38:00.6171561Z" + "lastModifiedAt": "2022-10-25T09:02:57.673601Z" } } }, @@ -4988,15 +4603,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 22:59:39 GMT", + "Date": "Tue, 25 Oct 2022 09:21: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": "26f3efe9-e522-4372-ba03-13324ab15fdf", + "x-ms-correlation-request-id": "d092280e-5ca0-4c40-aa41-cb9a04d8a194", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225939Z:26f3efe9-e522-4372-ba03-13324ab15fdf", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092140Z:d092280e-5ca0-4c40-aa41-cb9a04d8a194", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5020,12 +4635,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/dbee2768-8188-4800-b827-6a1920db47d4?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/869e2ae7-eac4-4c2d-bca9-e1bc241ff654?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 22:59:40 GMT", + "Date": "Tue, 25 Oct 2022 09:21:40 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/dbee2768-8188-4800-b827-6a1920db47d4?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/869e2ae7-eac4-4c2d-bca9-e1bc241ff654?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -5034,10 +4649,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "67a1abf1-6e8a-4a7a-b17c-a4f608e598cc", - "x-ms-correlation-request-id": "fe7f18e4-64d0-492c-902f-e188b6e8f8ee", + "x-ms-arm-service-request-id": "4a34f11a-ffeb-4dee-b925-509266c2ec56", + "x-ms-correlation-request-id": "61cbb47e-074d-4fc7-9761-02b8d4e467ef", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T225940Z:fe7f18e4-64d0-492c-902f-e188b6e8f8ee" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T092140Z:61cbb47e-074d-4fc7-9761-02b8d4e467ef" }, "ResponseBody": null } 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 4702b9eb3f29..5da3d91e3d66 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:34:42 GMT", + "Date": "Tue, 25 Oct 2022 09:54:26 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.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:34:42 GMT", + "Date": "Tue, 25 Oct 2022 09:54:26 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.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "19025b4c-979f-40bd-8772-b324105d02dc", + "client-request-id": "cba1abed-610c-4c4c-b9e2-028a89755855", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "19025b4c-979f-40bd-8772-b324105d02dc", + "client-request-id": "cba1abed-610c-4c4c-b9e2-028a89755855", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:34:42 GMT", + "Date": "Tue, 25 Oct 2022 09:54:26 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7aba8e75-bd53-454f-a398-1b17b8b343ae?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5c988ca9-3431-4ce6-8c39-7afcac61ebac?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:34:52 GMT", + "Date": "Tue, 25 Oct 2022 09:54:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7468bbff-aba9-4fe9-88f4-438dc242d394", - "x-ms-correlation-request-id": "f790cb59-1bdc-4cd5-8b1c-875c111228e5", + "x-ms-arm-service-request-id": "c916e082-774b-4427-9b3c-571928f5163e", + "x-ms-correlation-request-id": "492c8ba8-359d-4ff6-b5b8-e74cfff5cce6", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T213452Z:f790cb59-1bdc-4cd5-8b1c-875c111228e5" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T095438Z:492c8ba8-359d-4ff6-b5b8-e74cfff5cce6" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-51142cdf", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf", - "etag": "W/\u0022b0890528-932b-4222-8481-4966c0b8c1a4\u0022", + "etag": "W/\u00228a9de575-c6a0-4de8-8e92-2eca1d8e5271\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T21:34:46.1870177Z" + "CreatedOnDate": "2022-10-25T09:54:30.1640096Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "9b8889bf-df62-4574-a203-64f068e15106", + "resourceGuid": "b3375114-3573-43f5-8485-3c8af0fc86d8", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7aba8e75-bd53-454f-a398-1b17b8b343ae?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5c988ca9-3431-4ce6-8c39-7afcac61ebac?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:34:52 GMT", + "Date": "Tue, 25 Oct 2022 09:54:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -304,10 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5e31a639-7ebb-426d-874e-20ffc9bcc96e", - "x-ms-correlation-request-id": "6edebbab-b24f-4c90-a4bf-d8731a103724", + "x-ms-arm-service-request-id": "0c9c7bbf-02f1-4ca7-b81d-cce784252d94", + "x-ms-correlation-request-id": "48e65de2-5acb-4263-8b85-1a8bc567fc2c", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T213452Z:6edebbab-b24f-4c90-a4bf-d8731a103724" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T095438Z:48e65de2-5acb-4263-8b85-1a8bc567fc2c" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:34:53 GMT", - "ETag": "W/\u00226c5ba0ed-2430-4fa8-8d8c-aead6371c07f\u0022", + "Date": "Tue, 25 Oct 2022 09:54:39 GMT", + "ETag": "W/\u0022a81e7d04-f641-4300-992a-a71bc1727e2e\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "16b1a64f-9053-49d3-a15b-1bb422b389a7", - "x-ms-correlation-request-id": "aec00109-1583-4f3f-8816-2d07ab637694", + "x-ms-arm-service-request-id": "47ae966c-733f-4209-81c9-d9a784360ecd", + "x-ms-correlation-request-id": "bb7cc023-3354-456f-a009-37ebfa66ae84", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T213453Z:aec00109-1583-4f3f-8816-2d07ab637694" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T095439Z:bb7cc023-3354-456f-a009-37ebfa66ae84" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-51142cdf", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf", - "etag": "W/\u00226c5ba0ed-2430-4fa8-8d8c-aead6371c07f\u0022", + "etag": "W/\u0022a81e7d04-f641-4300-992a-a71bc1727e2e\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T21:34:46.1870177Z" + "CreatedOnDate": "2022-10-25T09:54:30.1640096Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "9b8889bf-df62-4574-a203-64f068e15106", + "resourceGuid": "b3375114-3573-43f5-8485-3c8af0fc86d8", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f1f5672b-f67d-48b8-991c-d7eaa2aff8a4?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f2178cfa-2d94-444f-8f1c-67c3d8577df9?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:34:53 GMT", + "Date": "Tue, 25 Oct 2022 09:54:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0ed08572-3e9b-49b5-9e21-c0de738a0815", - "x-ms-correlation-request-id": "57630ec2-ed83-4479-b254-02b70f67ea85", + "x-ms-arm-service-request-id": "9008d267-fd95-4503-b3e5-81bb3e2c019e", + "x-ms-correlation-request-id": "f400c3d2-abfb-4202-893b-e35c35187f29", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T213453Z:57630ec2-ed83-4479-b254-02b70f67ea85" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T095440Z:f400c3d2-abfb-4202-893b-e35c35187f29" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", - "etag": "W/\u002250da3986-c15a-4f4f-a70d-532e006be5c3\u0022", + "etag": "W/\u0022b04ce790-ed7f-411e-a877-40f82147e5b5\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002250da3986-c15a-4f4f-a70d-532e006be5c3\u0022", + "etag": "W/\u0022b04ce790-ed7f-411e-a877-40f82147e5b5\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f1f5672b-f67d-48b8-991c-d7eaa2aff8a4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f2178cfa-2d94-444f-8f1c-67c3d8577df9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:34:53 GMT", + "Date": "Tue, 25 Oct 2022 09:54:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0976ebd7-2532-4bac-844c-59d75a2094ad", - "x-ms-correlation-request-id": "26373076-2cbf-48d8-9447-b1465fa403ca", + "x-ms-arm-service-request-id": "067702e7-0cf1-42bb-9c61-8164bcd7359d", + "x-ms-correlation-request-id": "a417af36-423a-4d47-9c65-607f509e7919", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T213454Z:26373076-2cbf-48d8-9447-b1465fa403ca" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T095440Z:a417af36-423a-4d47-9c65-607f509e7919" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:34:54 GMT", - "ETag": "W/\u0022b992813b-a70b-417f-96e5-7ea9a8bc5618\u0022", + "Date": "Tue, 25 Oct 2022 09:54:40 GMT", + "ETag": "W/\u002216ed7f78-cea7-4fe7-9f8b-f0a3358b4e47\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b797e757-2e1b-4898-9bd0-651a09700138", - "x-ms-correlation-request-id": "c9cad367-6328-451e-baf5-ed12d55e226c", + "x-ms-arm-service-request-id": "464e5fbc-1f0a-4092-b163-cea9d45f7c1b", + "x-ms-correlation-request-id": "2293c53b-489f-4f33-851a-a6097b0675c2", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T213454Z:c9cad367-6328-451e-baf5-ed12d55e226c" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T095440Z:2293c53b-489f-4f33-851a-a6097b0675c2" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", - "etag": "W/\u0022b992813b-a70b-417f-96e5-7ea9a8bc5618\u0022", + "etag": "W/\u002216ed7f78-cea7-4fe7-9f8b-f0a3358b4e47\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022b992813b-a70b-417f-96e5-7ea9a8bc5618\u0022", + "etag": "W/\u002216ed7f78-cea7-4fe7-9f8b-f0a3358b4e47\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -558,12 +558,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:34:54 GMT", + "Date": "Tue, 25 Oct 2022 09:54:40 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -652,12 +652,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:34:54 GMT", + "Date": "Tue, 25 Oct 2022 09:54:40 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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -713,9 +713,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "50138989-97ea-4618-8649-6f7074d45c61", + "client-request-id": "2f31da95-f922-40f1-b804-36d872400fd0", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -727,14 +727,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "50138989-97ea-4618-8649-6f7074d45c61", + "client-request-id": "2f31da95-f922-40f1-b804-36d872400fd0", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:34:54 GMT", + "Date": "Tue, 25 Oct 2022 09:54:40 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -742,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -769,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d242a320-6117-43be-8ee5-4d26dce0beb1?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abc28a22-a264-4471-9c34-6d58ea307541?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "705", + "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:34:58 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T21%3A34%3A58.114048Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 09:54:45 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T09%3A54%3A44.7502545Z\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": "1858313a-34b4-484b-8006-c4dfaf58694e", + "x-ms-correlation-request-id": "7fb31ccc-621e-41a7-bcc4-655cfa26b1ec", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T213459Z:1858313a-34b4-484b-8006-c4dfaf58694e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T095445Z:7fb31ccc-621e-41a7-bcc4-655cfa26b1ec", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T21%3A34%3A58.114048Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A54%3A44.7502545Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T21:34:56.0655405Z" + "CreatedOnDate": "2022-10-25T09:54:42.5424974Z" }, "properties": { "provisioningState": "Creating" @@ -800,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T21:34:57.0538331Z", + "createdAt": "2022-10-25T09:54:43.6623257Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T21:34:57.0538331Z" + "lastModifiedAt": "2022-10-25T09:54:43.6623257Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d242a320-6117-43be-8ee5-4d26dce0beb1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abc28a22-a264-4471-9c34-6d58ea307541?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -822,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:34:58 GMT", + "Date": "Tue, 25 Oct 2022 09:54:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -830,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23369295-c38e-452a-8b14-2861b409f024", + "x-ms-correlation-request-id": "d30f0a33-6575-4053-9ac7-34041274f838", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T213459Z:23369295-c38e-452a-8b14-2861b409f024", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T095446Z:d30f0a33-6575-4053-9ac7-34041274f838", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d242a320-6117-43be-8ee5-4d26dce0beb1", - "name": "d242a320-6117-43be-8ee5-4d26dce0beb1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abc28a22-a264-4471-9c34-6d58ea307541", + "name": "abc28a22-a264-4471-9c34-6d58ea307541", "status": "Succeeded", - "startTime": "2022-10-21T21:34:58.1136736Z", - "endTime": "2022-10-21T21:34:58.1761817Z", + "startTime": "2022-10-25T09:54:44.7537052Z", + "endTime": "2022-10-25T09:54:44.800645Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf" @@ -862,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:34:59 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T21%3A34%3A58.1841403Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 09:54:46 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T09%3A54%3A44.8046699Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "61af9028-6405-482e-9088-1084bb728856", + "x-ms-correlation-request-id": "09e77907-9a17-4be4-96b2-e8f76046b27c", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T213459Z:61af9028-6405-482e-9088-1084bb728856", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T095446Z:09e77907-9a17-4be4-96b2-e8f76046b27c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T21%3A34%3A58.1841403Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A54%3A44.8046699Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T21:34:56.0655405Z" + "CreatedOnDate": "2022-10-25T09:54:42.5424974Z" }, "properties": { "activeDirectories": [ @@ -912,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T21:34:57.0538331Z", + "createdAt": "2022-10-25T09:54:43.6623257Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T21:34:57.0538331Z" + "lastModifiedAt": "2022-10-25T09:54:43.6623257Z" } } }, @@ -941,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7b86aed8-d015-4ea9-a113-cf666e6f0566?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d3fb1bf0-7db9-425e-af9b-e85cd3e0ed7f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:35:02 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T21%3A35%3A01.4491132Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 09:54:48 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T09%3A54%3A48.5280996Z\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": "0a43c233-bc8c-47b6-be9c-dddeac00ac22", + "x-ms-correlation-request-id": "cb78fd0b-0bd3-4a40-aa88-0197de773412", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T213502Z:0a43c233-bc8c-47b6-be9c-dddeac00ac22", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T095449Z:cb78fd0b-0bd3-4a40-aa88-0197de773412", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T21%3A35%3A01.4491132Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A54%3A48.5280996Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T21:35:00.0720549Z" + "CreatedOnDate": "2022-10-25T09:54:46.9621819Z" }, "properties": { "serviceLevel": "Premium", @@ -978,15 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T21:35:01.2117996Z", + "createdAt": "2022-10-25T09:54:48.2594699Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T21:35:01.2117996Z" + "lastModifiedAt": "2022-10-25T09:54:48.2594699Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7b86aed8-d015-4ea9-a113-cf666e6f0566?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d3fb1bf0-7db9-425e-af9b-e85cd3e0ed7f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1000,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:35:02 GMT", + "Date": "Tue, 25 Oct 2022 09:54:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1008,17 +1008,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f4a8455-95b8-4609-aec6-a699f995a49e", + "x-ms-correlation-request-id": "825d21fe-127e-4bff-b2b0-32dbb230d433", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T213502Z:5f4a8455-95b8-4609-aec6-a699f995a49e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T095449Z:825d21fe-127e-4bff-b2b0-32dbb230d433", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7b86aed8-d015-4ea9-a113-cf666e6f0566", - "name": "7b86aed8-d015-4ea9-a113-cf666e6f0566", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d3fb1bf0-7db9-425e-af9b-e85cd3e0ed7f", + "name": "d3fb1bf0-7db9-425e-af9b-e85cd3e0ed7f", "status": "Succeeded", - "startTime": "2022-10-21T21:35:01.4436953Z", - "endTime": "2022-10-21T21:35:02.3812791Z", + "startTime": "2022-10-25T09:54:48.5295791Z", + "endTime": "2022-10-25T09:54:49.4449959Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1" @@ -1040,8 +1040,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:35:02 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T21%3A35%3A02.3747376Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 09:54:49 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T09%3A54%3A49.436038Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1049,22 +1049,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed1d593b-2094-4c87-964d-2eee0ef140aa", + "x-ms-correlation-request-id": "2627aadf-c4d9-4f11-b7e7-1964b206d086", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T213503Z:ed1d593b-2094-4c87-964d-2eee0ef140aa", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T095450Z:2627aadf-c4d9-4f11-b7e7-1964b206d086", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T21%3A35%3A02.3747376Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A54%3A49.436038Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T21:35:00.0720549Z" + "CreatedOnDate": "2022-10-25T09:54:46.9621819Z" }, "properties": { - "poolId": "83f2c89b-6bb2-e840-095d-5942bc2251b4", + "poolId": "bfd04af1-f2a6-4ffd-c3e9-44d8cc189d50", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1077,10 +1077,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T21:35:01.2117996Z", + "createdAt": "2022-10-25T09:54:48.2594699Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T21:35:01.2117996Z" + "lastModifiedAt": "2022-10-25T09:54:48.2594699Z" } } }, @@ -1123,30 +1123,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d01bb4f2-e173-4e44-a8da-d3039238bdd9?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "1585", + "Content-Length": "1584", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:35:15 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T21%3A35%3A14.9352899Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 09:55:01 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T09%3A55%3A01.937442Z\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": "41427287-60c3-4414-ba6e-70f1489e4365", + "x-ms-correlation-request-id": "2829384e-3ae2-4d55-8847-b1e59c4c72d6", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T213515Z:41427287-60c3-4414-ba6e-70f1489e4365", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T095502Z:2829384e-3ae2-4d55-8847-b1e59c4c72d6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T21%3A35%3A14.9352899Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A55%3A01.937442Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T21:35:13.3686024Z" + "CreatedOnDate": "2022-10-25T09:55:00.4622923Z" }, "properties": { "serviceLevel": "Premium", @@ -1176,15 +1176,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T21:35:14.6417377Z", + "createdAt": "2022-10-25T09:55:01.5800424Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T21:35:14.6417377Z" + "lastModifiedAt": "2022-10-25T09:55:01.5800424Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d01bb4f2-e173-4e44-a8da-d3039238bdd9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1198,7 +1198,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:35:15 GMT", + "Date": "Tue, 25 Oct 2022 09:55:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1206,16 +1206,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "250bcb4d-fa1e-4543-8f45-7ea7193ea14b", + "x-ms-correlation-request-id": "8eb09480-1243-459d-8cdc-cc89ee4b04da", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T213516Z:250bcb4d-fa1e-4543-8f45-7ea7193ea14b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T095503Z:8eb09480-1243-459d-8cdc-cc89ee4b04da", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a", - "name": "43ab558f-19a6-4935-8a95-dbef7f72de6a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d01bb4f2-e173-4e44-a8da-d3039238bdd9", + "name": "d01bb4f2-e173-4e44-a8da-d3039238bdd9", "status": "Creating", - "startTime": "2022-10-21T21:35:14.9286909Z", + "startTime": "2022-10-25T09:55:01.9435051Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1224,7 +1224,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d01bb4f2-e173-4e44-a8da-d3039238bdd9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1238,7 +1238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:35:45 GMT", + "Date": "Tue, 25 Oct 2022 09:55:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1246,16 +1246,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd9c522c-b264-41d0-9f44-7f568f7ae010", + "x-ms-correlation-request-id": "311166eb-63c2-4546-a961-4ac1ef5fc8e5", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T213546Z:cd9c522c-b264-41d0-9f44-7f568f7ae010", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T095533Z:311166eb-63c2-4546-a961-4ac1ef5fc8e5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a", - "name": "43ab558f-19a6-4935-8a95-dbef7f72de6a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d01bb4f2-e173-4e44-a8da-d3039238bdd9", + "name": "d01bb4f2-e173-4e44-a8da-d3039238bdd9", "status": "Creating", - "startTime": "2022-10-21T21:35:14.9286909Z", + "startTime": "2022-10-25T09:55:01.9435051Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1264,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d01bb4f2-e173-4e44-a8da-d3039238bdd9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1278,7 +1278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:36:16 GMT", + "Date": "Tue, 25 Oct 2022 09:56:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1286,16 +1286,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "34bc9518-13ed-4489-915b-c7e3475deaf0", + "x-ms-correlation-request-id": "ca549dcf-db9c-4362-9242-1a19e35cd3fb", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T213616Z:34bc9518-13ed-4489-915b-c7e3475deaf0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T095603Z:ca549dcf-db9c-4362-9242-1a19e35cd3fb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a", - "name": "43ab558f-19a6-4935-8a95-dbef7f72de6a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d01bb4f2-e173-4e44-a8da-d3039238bdd9", + "name": "d01bb4f2-e173-4e44-a8da-d3039238bdd9", "status": "Creating", - "startTime": "2022-10-21T21:35:14.9286909Z", + "startTime": "2022-10-25T09:55:01.9435051Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1304,7 +1304,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d01bb4f2-e173-4e44-a8da-d3039238bdd9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1318,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:36:46 GMT", + "Date": "Tue, 25 Oct 2022 09:56:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1326,16 +1326,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f6dd6e99-8e8d-4bd5-8f48-fce6d6853a0b", + "x-ms-correlation-request-id": "8d44e27a-e369-4202-99f4-75b5c4660a1d", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T213646Z:f6dd6e99-8e8d-4bd5-8f48-fce6d6853a0b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T095633Z:8d44e27a-e369-4202-99f4-75b5c4660a1d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a", - "name": "43ab558f-19a6-4935-8a95-dbef7f72de6a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d01bb4f2-e173-4e44-a8da-d3039238bdd9", + "name": "d01bb4f2-e173-4e44-a8da-d3039238bdd9", "status": "Creating", - "startTime": "2022-10-21T21:35:14.9286909Z", + "startTime": "2022-10-25T09:55:01.9435051Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1344,7 +1344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d01bb4f2-e173-4e44-a8da-d3039238bdd9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1358,7 +1358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:37:16 GMT", + "Date": "Tue, 25 Oct 2022 09:57:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1366,16 +1366,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fba7646c-1c30-421a-ba71-539bb3a15efb", + "x-ms-correlation-request-id": "a12fea0f-b4d2-403a-984e-07bf087021e1", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T213717Z:fba7646c-1c30-421a-ba71-539bb3a15efb", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T095704Z:a12fea0f-b4d2-403a-984e-07bf087021e1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a", - "name": "43ab558f-19a6-4935-8a95-dbef7f72de6a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d01bb4f2-e173-4e44-a8da-d3039238bdd9", + "name": "d01bb4f2-e173-4e44-a8da-d3039238bdd9", "status": "Creating", - "startTime": "2022-10-21T21:35:14.9286909Z", + "startTime": "2022-10-25T09:55:01.9435051Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1384,7 +1384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d01bb4f2-e173-4e44-a8da-d3039238bdd9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1398,7 +1398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:37:47 GMT", + "Date": "Tue, 25 Oct 2022 09:57:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1406,16 +1406,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "41499830-72ae-4d24-a090-8bf2097a26b4", + "x-ms-correlation-request-id": "a0e8c248-39f1-4167-9c42-60aae33a8483", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T213747Z:41499830-72ae-4d24-a090-8bf2097a26b4", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T095734Z:a0e8c248-39f1-4167-9c42-60aae33a8483", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a", - "name": "43ab558f-19a6-4935-8a95-dbef7f72de6a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d01bb4f2-e173-4e44-a8da-d3039238bdd9", + "name": "d01bb4f2-e173-4e44-a8da-d3039238bdd9", "status": "Creating", - "startTime": "2022-10-21T21:35:14.9286909Z", + "startTime": "2022-10-25T09:55:01.9435051Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1424,7 +1424,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d01bb4f2-e173-4e44-a8da-d3039238bdd9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1438,7 +1438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:38:17 GMT", + "Date": "Tue, 25 Oct 2022 09:58:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,16 +1446,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2edcfb3d-02f2-4305-8a49-b4460f852c01", + "x-ms-correlation-request-id": "2932d2d7-22f1-4058-9876-03dc20f6cc0f", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T213817Z:2edcfb3d-02f2-4305-8a49-b4460f852c01", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T095804Z:2932d2d7-22f1-4058-9876-03dc20f6cc0f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a", - "name": "43ab558f-19a6-4935-8a95-dbef7f72de6a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d01bb4f2-e173-4e44-a8da-d3039238bdd9", + "name": "d01bb4f2-e173-4e44-a8da-d3039238bdd9", "status": "Creating", - "startTime": "2022-10-21T21:35:14.9286909Z", + "startTime": "2022-10-25T09:55:01.9435051Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1464,7 +1464,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d01bb4f2-e173-4e44-a8da-d3039238bdd9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1478,7 +1478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:38:47 GMT", + "Date": "Tue, 25 Oct 2022 09:58:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1486,16 +1486,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82b85e68-ffe1-4eb2-83ab-6def91e74237", + "x-ms-correlation-request-id": "9a37e75c-81dc-4983-9671-579b8d366625", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T213847Z:82b85e68-ffe1-4eb2-83ab-6def91e74237", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T095834Z:9a37e75c-81dc-4983-9671-579b8d366625", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a", - "name": "43ab558f-19a6-4935-8a95-dbef7f72de6a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d01bb4f2-e173-4e44-a8da-d3039238bdd9", + "name": "d01bb4f2-e173-4e44-a8da-d3039238bdd9", "status": "Creating", - "startTime": "2022-10-21T21:35:14.9286909Z", + "startTime": "2022-10-25T09:55:01.9435051Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1504,7 +1504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d01bb4f2-e173-4e44-a8da-d3039238bdd9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1518,7 +1518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:39:18 GMT", + "Date": "Tue, 25 Oct 2022 09:59:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1526,16 +1526,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a0b9661c-8acf-4288-aba7-d5b90b5e9b6f", + "x-ms-correlation-request-id": "2087792b-20ed-4a38-8362-049916d412ed", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T213918Z:a0b9661c-8acf-4288-aba7-d5b90b5e9b6f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T095905Z:2087792b-20ed-4a38-8362-049916d412ed", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a", - "name": "43ab558f-19a6-4935-8a95-dbef7f72de6a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d01bb4f2-e173-4e44-a8da-d3039238bdd9", + "name": "d01bb4f2-e173-4e44-a8da-d3039238bdd9", "status": "Creating", - "startTime": "2022-10-21T21:35:14.9286909Z", + "startTime": "2022-10-25T09:55:01.9435051Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1544,7 +1544,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d01bb4f2-e173-4e44-a8da-d3039238bdd9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1558,7 +1558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:39:48 GMT", + "Date": "Tue, 25 Oct 2022 09:59:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1566,16 +1566,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c0a5c7b0-18e1-40a2-bd1a-153009d6faa7", + "x-ms-correlation-request-id": "4583063d-052d-4edb-ad00-0424d7d8764c", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T213948Z:c0a5c7b0-18e1-40a2-bd1a-153009d6faa7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T095935Z:4583063d-052d-4edb-ad00-0424d7d8764c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a", - "name": "43ab558f-19a6-4935-8a95-dbef7f72de6a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d01bb4f2-e173-4e44-a8da-d3039238bdd9", + "name": "d01bb4f2-e173-4e44-a8da-d3039238bdd9", "status": "Creating", - "startTime": "2022-10-21T21:35:14.9286909Z", + "startTime": "2022-10-25T09:55:01.9435051Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1584,7 +1584,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d01bb4f2-e173-4e44-a8da-d3039238bdd9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1598,7 +1598,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:40:18 GMT", + "Date": "Tue, 25 Oct 2022 10:00:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1606,57 +1606,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "057884be-f4ef-430b-807f-b42f788f8106", + "x-ms-correlation-request-id": "3420804f-1c50-49f0-9ee8-e00e0240f023", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214018Z:057884be-f4ef-430b-807f-b42f788f8106", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a", - "name": "43ab558f-19a6-4935-8a95-dbef7f72de6a", - "status": "Creating", - "startTime": "2022-10-21T21:35:14.9286909Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:40: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": "aff816be-219a-42c2-a5b5-d2a122bba2f3", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214049Z:aff816be-219a-42c2-a5b5-d2a122bba2f3", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100005Z:3420804f-1c50-49f0-9ee8-e00e0240f023", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43ab558f-19a6-4935-8a95-dbef7f72de6a", - "name": "43ab558f-19a6-4935-8a95-dbef7f72de6a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d01bb4f2-e173-4e44-a8da-d3039238bdd9", + "name": "d01bb4f2-e173-4e44-a8da-d3039238bdd9", "status": "Succeeded", - "startTime": "2022-10-21T21:35:14.9286909Z", - "endTime": "2022-10-21T21:40:47.059257Z", + "startTime": "2022-10-25T09:55:01.9435051Z", + "endTime": "2022-10-25T09:59:41.6426809Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" @@ -1678,8 +1638,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:40:49 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T21%3A40%3A47.0603667Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:00:05 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T09%3A59%3A41.6419522Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1687,22 +1647,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "855b1fed-2670-45f9-a896-5fdd27d0c8b9", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214049Z:855b1fed-2670-45f9-a896-5fdd27d0c8b9", + "x-ms-correlation-request-id": "9fb1cf9b-6657-4e6e-9b5e-d59d4057f2bb", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100006Z:9fb1cf9b-6657-4e6e-9b5e-d59d4057f2bb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T21%3A40%3A47.0603667Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A59%3A41.6419522Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T21:35:13.3686024Z" + "CreatedOnDate": "2022-10-25T09:55:00.4622923Z" }, "properties": { - "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "fileSystemId": "45560a1e-245e-7887-3be1-99b25ba4f74a", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-51142cdf", "usageThreshold": 107374182400, @@ -1730,7 +1690,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c5ef2f26", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_37f101c7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1745,8 +1705,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", - "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "mountTargetId": "45560a1e-245e-7887-3be1-99b25ba4f74a", + "fileSystemId": "45560a1e-245e-7887-3be1-99b25ba4f74a", "ipAddress": "10.0.0.4" } ], @@ -1766,10 +1726,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T21:35:14.6417377Z", + "createdAt": "2022-10-25T09:55:01.5800424Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T21:35:14.6417377Z" + "lastModifiedAt": "2022-10-25T09:55:01.5800424Z" } } }, @@ -1788,8 +1748,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:40:59 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T21%3A40%3A47.0603667Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:00:16 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T09%3A59%3A41.6419522Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1797,22 +1757,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29dc54b5-c45f-44b5-a216-061c4d533051", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214059Z:29dc54b5-c45f-44b5-a216-061c4d533051", + "x-ms-correlation-request-id": "430e95ba-62de-4ab2-8006-f6552c10f796", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100016Z:430e95ba-62de-4ab2-8006-f6552c10f796", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T21%3A40%3A47.0603667Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T09%3A59%3A41.6419522Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T21:35:13.3686024Z" + "CreatedOnDate": "2022-10-25T09:55:00.4622923Z" }, "properties": { - "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "fileSystemId": "45560a1e-245e-7887-3be1-99b25ba4f74a", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-51142cdf", "usageThreshold": 107374182400, @@ -1840,7 +1800,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c5ef2f26", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_37f101c7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1855,8 +1815,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", - "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "mountTargetId": "45560a1e-245e-7887-3be1-99b25ba4f74a", + "fileSystemId": "45560a1e-245e-7887-3be1-99b25ba4f74a", "ipAddress": "10.0.0.4" } ], @@ -1876,10 +1836,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T21:35:14.6417377Z", + "createdAt": "2022-10-25T09:55:01.5800424Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T21:35:14.6417377Z" + "lastModifiedAt": "2022-10-25T09:55:01.5800424Z" } } }, @@ -1898,7 +1858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:40:59 GMT", + "Date": "Tue, 25 Oct 2022 10:00:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1906,9 +1866,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d15bd5ac-eae9-44da-89ff-5028d455ba19", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214100Z:d15bd5ac-eae9-44da-89ff-5028d455ba19", + "x-ms-correlation-request-id": "be1b8844-26f5-43b6-98cc-6c84ac3a8a11", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100016Z:be1b8844-26f5-43b6-98cc-6c84ac3a8a11", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1950,35 +1910,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac29310e-8377-4298-b5a7-2ef3c4155bdb?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8686273a-5fa3-4d80-a5f5-4d32d7635d25?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "2480", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:41:01 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T21%3A41%3A01.7089843Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:00:17 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A00%3A17.6124719Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac29310e-8377-4298-b5a7-2ef3c4155bdb?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8686273a-5fa3-4d80-a5f5-4d32d7635d25?api-version=2022-05-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": "92524096-081e-44a8-9006-33a08c82abd7", + "x-ms-correlation-request-id": "dde1c1df-f35b-4905-b3cd-bca17d69d0bc", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214101Z:92524096-081e-44a8-9006-33a08c82abd7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100017Z:dde1c1df-f35b-4905-b3cd-bca17d69d0bc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T21%3A41%3A01.7089843Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A00%3A17.6124719Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T21:35:13.3686024Z" + "CreatedOnDate": "2022-10-25T09:55:00.4622923Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "fileSystemId": "45560a1e-245e-7887-3be1-99b25ba4f74a", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-51142cdf", "usageThreshold": 107374182400, @@ -2006,7 +1966,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c5ef2f26", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_37f101c7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2021,8 +1981,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", - "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "mountTargetId": "45560a1e-245e-7887-3be1-99b25ba4f74a", + "fileSystemId": "45560a1e-245e-7887-3be1-99b25ba4f74a", "ipAddress": "10.0.0.4" } ], @@ -2041,15 +2001,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T21:35:14.6417377Z", + "createdAt": "2022-10-25T09:55:01.5800424Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T21:35:14.6417377Z" + "lastModifiedAt": "2022-10-25T09:55:01.5800424Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac29310e-8377-4298-b5a7-2ef3c4155bdb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8686273a-5fa3-4d80-a5f5-4d32d7635d25?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2063,7 +2023,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:41:01 GMT", + "Date": "Tue, 25 Oct 2022 10:00:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2071,16 +2031,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fea14dca-a008-4aa7-868f-ac022ac6010e", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214102Z:fea14dca-a008-4aa7-868f-ac022ac6010e", + "x-ms-correlation-request-id": "baabb0e3-3ffb-403e-bb20-c8d0de540f37", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100018Z:baabb0e3-3ffb-403e-bb20-c8d0de540f37", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac29310e-8377-4298-b5a7-2ef3c4155bdb", - "name": "ac29310e-8377-4298-b5a7-2ef3c4155bdb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8686273a-5fa3-4d80-a5f5-4d32d7635d25", + "name": "8686273a-5fa3-4d80-a5f5-4d32d7635d25", "status": "Patching", - "startTime": "2022-10-21T21:41:01.7186904Z", + "startTime": "2022-10-25T10:00:17.6162192Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2089,7 +2049,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac29310e-8377-4298-b5a7-2ef3c4155bdb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8686273a-5fa3-4d80-a5f5-4d32d7635d25?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2103,7 +2063,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:41:31 GMT", + "Date": "Tue, 25 Oct 2022 10:00:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2111,17 +2071,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "55f0afb2-bed3-4b97-b218-e0301a0e94f4", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214132Z:55f0afb2-bed3-4b97-b218-e0301a0e94f4", + "x-ms-correlation-request-id": "5cb517cf-24d0-4f99-b56a-eb664ff4c186", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100048Z:5cb517cf-24d0-4f99-b56a-eb664ff4c186", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac29310e-8377-4298-b5a7-2ef3c4155bdb", - "name": "ac29310e-8377-4298-b5a7-2ef3c4155bdb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8686273a-5fa3-4d80-a5f5-4d32d7635d25", + "name": "8686273a-5fa3-4d80-a5f5-4d32d7635d25", "status": "Succeeded", - "startTime": "2022-10-21T21:41:01.7186904Z", - "endTime": "2022-10-21T21:41:06.1816877Z", + "startTime": "2022-10-25T10:00:17.6162192Z", + "endTime": "2022-10-25T10:00:20.8664603Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" @@ -2129,7 +2089,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac29310e-8377-4298-b5a7-2ef3c4155bdb?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8686273a-5fa3-4d80-a5f5-4d32d7635d25?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2143,7 +2103,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:41:32 GMT", + "Date": "Tue, 25 Oct 2022 10:00:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2151,19 +2111,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c53dd11f-168c-4bd5-be85-9d4655460207", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214132Z:c53dd11f-168c-4bd5-be85-9d4655460207", + "x-ms-correlation-request-id": "b4ed5618-2238-4c7f-a723-0637355738dd", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100049Z:b4ed5618-2238-4c7f-a723-0637355738dd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T21%3A41%3A06.1774273Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A00%3A20.8616211Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T21:41:00.5915938Z" + "CreatedOnDate": "2022-10-25T10:00:17.3018202Z" }, "properties": { "dataProtection": { @@ -2173,12 +2133,12 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault" } }, - "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "fileSystemId": "45560a1e-245e-7887-3be1-99b25ba4f74a", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-51142cdf", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 319488, + "usedBytes": 0, "exportPolicy": { "rules": [ { @@ -2204,19 +2164,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c5ef2f26", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_37f101c7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", - "poolId": "83f2c89b-6bb2-e840-095d-5942bc2251b4", + "poolId": "bfd04af1-f2a6-4ffd-c3e9-44d8cc189d50", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", - "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "mountTargetId": "45560a1e-245e-7887-3be1-99b25ba4f74a", + "fileSystemId": "45560a1e-245e-7887-3be1-99b25ba4f74a", "startIp": "", "endIp": "", "gateway": "", @@ -2248,10 +2208,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T21:35:14.6417377Z", + "createdAt": "2022-10-25T09:55:01.5800424Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T21:41:00.7722409Z" + "lastModifiedAt": "2022-10-25T10:00:17.4753266Z" } } }, @@ -2274,20 +2234,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5ab96b83-4068-4cce-aa1d-0ea4ea4da179?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/447d0124-cbe1-4e37-a24b-d6706c447b42?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "560", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:41:32 GMT", + "Date": "Tue, 25 Oct 2022 10:00:49 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5ab96b83-4068-4cce-aa1d-0ea4ea4da179?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/447d0124-cbe1-4e37-a24b-d6706c447b42?api-version=2022-05-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": "bd2c2e9f-3233-4466-9d01-9a37d211b73d", + "x-ms-correlation-request-id": "e70e171d-b031-475e-851e-26a6c9af371f", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214133Z:bd2c2e9f-3233-4466-9d01-9a37d211b73d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100049Z:e70e171d-b031-475e-851e-26a6c9af371f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2302,7 +2262,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5ab96b83-4068-4cce-aa1d-0ea4ea4da179?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/447d0124-cbe1-4e37-a24b-d6706c447b42?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2316,7 +2276,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:41:32 GMT", + "Date": "Tue, 25 Oct 2022 10:00:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2324,25 +2284,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ae7f177-afd6-4439-831f-d49c1ff7e0ac", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214133Z:0ae7f177-afd6-4439-831f-d49c1ff7e0ac", + "x-ms-correlation-request-id": "90561b00-6994-4abe-b763-6628512239e5", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100049Z:90561b00-6994-4abe-b763-6628512239e5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5ab96b83-4068-4cce-aa1d-0ea4ea4da179", - "name": "5ab96b83-4068-4cce-aa1d-0ea4ea4da179", - "status": "Succeeded", - "startTime": "2022-10-21T21:41:33.0221269Z", - "endTime": "2022-10-21T21:41:33.2768981Z", - "percentComplete": 100.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/447d0124-cbe1-4e37-a24b-d6706c447b42", + "name": "447d0124-cbe1-4e37-a24b-d6706c447b42", + "status": "Creating", + "startTime": "2022-10-25T10:00:49.5634314Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5ab96b83-4068-4cce-aa1d-0ea4ea4da179?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/447d0124-cbe1-4e37-a24b-d6706c447b42?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2351,146 +2311,12 @@ "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "780", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:41: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": "75d7ba3e-b553-48b8-a53b-80beee26ef9a", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214133Z:75d7ba3e-b553-48b8-a53b-80beee26ef9a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/21/2022 9:41:33 PM", - "location": "", - "properties": { - "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", - "creationDate": "0001-01-01T00:00:00Z", - "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", - "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:41: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": "1fc0fbb2-7654-45be-9015-d78e5037000c", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214144Z:1fc0fbb2-7654-45be-9015-d78e5037000c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-21T21:41:33Z", - "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:41: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": "89fdb2b5-420d-44a6-9ce1-35ccfd07f37a", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214154Z:89fdb2b5-420d-44a6-9ce1-35ccfd07f37a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-21T21:41:33Z", - "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:42:05 GMT", + "Date": "Tue, 25 Oct 2022 10:01:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2498,70 +2324,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f84aac46-12cc-458b-997a-c3bc5e1fa06f", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214205Z:f84aac46-12cc-458b-997a-c3bc5e1fa06f", + "x-ms-correlation-request-id": "4711e9e1-a2d0-4a3a-9983-63923127ce40", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100120Z:4711e9e1-a2d0-4a3a-9983-63923127ce40", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", - "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/447d0124-cbe1-4e37-a24b-d6706c447b42", + "name": "447d0124-cbe1-4e37-a24b-d6706c447b42", + "status": "Succeeded", + "startTime": "2022-10-25T10:00:49.5634314Z", + "endTime": "2022-10-25T10:00:50.6606494Z", + "percentComplete": 100.0, "properties": { - "creationDate": "2022-10-21T21:41:33Z", - "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/447d0124-cbe1-4e37-a24b-d6706c447b42?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "781", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:42:16 GMT", + "Date": "Tue, 25 Oct 2022 10: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": "3c01862b-0a2b-4244-aae3-1bdd8952f2e0", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214216Z:3c01862b-0a2b-4244-aae3-1bdd8952f2e0", + "x-ms-correlation-request-id": "6cd05438-8829-465f-979e-a0875f1e242a", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100120Z:6cd05438-8829-465f-979e-a0875f1e242a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-1-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-1-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "etag": "10/25/2022 10:00:50 AM", + "location": "", "properties": { - "creationDate": "2022-10-21T21:41:33Z", - "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", + "fileSystemId": "45560a1e-245e-7887-3be1-99b25ba4f74a", + "creationDate": "0001-01-01T00:00:00Z", + "backupId": "75dfbf60-02ea-00ac-2ea7-eeb75b9cc633", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-51142cdf", - "useExistingSnapshot": false + "useExistingSnapshot": false, + "provisioningState": "Creating" } } }, @@ -2580,7 +2400,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:42:26 GMT", + "Date": "Tue, 25 Oct 2022 10:01:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2588,9 +2408,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f6e1bc14-4691-4f34-952e-60d6a8e7a7ef", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214227Z:f6e1bc14-4691-4f34-952e-60d6a8e7a7ef", + "x-ms-correlation-request-id": "7113c429-cedf-414f-8785-99d4c13e9a1b", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100131Z:7113c429-cedf-414f-8785-99d4c13e9a1b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2599,8 +2419,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:41:33Z", - "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", + "creationDate": "2022-10-25T10:00:49Z", + "backupId": "75dfbf60-02ea-00ac-2ea7-eeb75b9cc633", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2625,7 +2445,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:42:37 GMT", + "Date": "Tue, 25 Oct 2022 10:01:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2633,9 +2453,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "594b0852-33be-448b-bf10-6b9a9c64727e", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214237Z:594b0852-33be-448b-bf10-6b9a9c64727e", + "x-ms-correlation-request-id": "02516fa8-a2fb-4870-9084-a73c646f5077", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100142Z:02516fa8-a2fb-4870-9084-a73c646f5077", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2644,8 +2464,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:41:33Z", - "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", + "creationDate": "2022-10-25T10:00:49Z", + "backupId": "75dfbf60-02ea-00ac-2ea7-eeb75b9cc633", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2670,7 +2490,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:42:47 GMT", + "Date": "Tue, 25 Oct 2022 10:01:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2678,9 +2498,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c5eeccc0-05da-48a5-bb71-8351eee5b389", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214248Z:c5eeccc0-05da-48a5-bb71-8351eee5b389", + "x-ms-correlation-request-id": "8910da42-bf77-420e-9765-25a703b7ca26", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100153Z:8910da42-bf77-420e-9765-25a703b7ca26", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2689,8 +2509,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:41:33Z", - "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", + "creationDate": "2022-10-25T10:00:49Z", + "backupId": "75dfbf60-02ea-00ac-2ea7-eeb75b9cc633", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2715,7 +2535,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:42:58 GMT", + "Date": "Tue, 25 Oct 2022 10:02:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2723,9 +2543,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6756a9f6-e6e9-47b8-805c-75a9ab381533", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214258Z:6756a9f6-e6e9-47b8-805c-75a9ab381533", + "x-ms-correlation-request-id": "6da987f6-7110-457e-a304-123c8caedc09", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100203Z:6da987f6-7110-457e-a304-123c8caedc09", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2734,8 +2554,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:41:33Z", - "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", + "creationDate": "2022-10-25T10:00:49Z", + "backupId": "75dfbf60-02ea-00ac-2ea7-eeb75b9cc633", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2760,7 +2580,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:43:08 GMT", + "Date": "Tue, 25 Oct 2022 10:02:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2768,9 +2588,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d9b6b3c2-2810-46aa-91dd-e9415a5ca5c0", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214309Z:d9b6b3c2-2810-46aa-91dd-e9415a5ca5c0", + "x-ms-correlation-request-id": "562558ae-c016-41a1-81eb-002a95330bb9", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100214Z:562558ae-c016-41a1-81eb-002a95330bb9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2779,8 +2599,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:41:33Z", - "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", + "creationDate": "2022-10-25T10:00:49Z", + "backupId": "75dfbf60-02ea-00ac-2ea7-eeb75b9cc633", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2805,7 +2625,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:43:20 GMT", + "Date": "Tue, 25 Oct 2022 10:02:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2813,9 +2633,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e584fe0b-5884-43bb-af74-3a9fc1bde8f8", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214320Z:e584fe0b-5884-43bb-af74-3a9fc1bde8f8", + "x-ms-correlation-request-id": "e41a651d-26bc-4c5d-a76f-3d1f84943dd2", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100224Z:e41a651d-26bc-4c5d-a76f-3d1f84943dd2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2824,8 +2644,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:41:33Z", - "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", + "creationDate": "2022-10-25T10:00:49Z", + "backupId": "75dfbf60-02ea-00ac-2ea7-eeb75b9cc633", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2850,7 +2670,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:43:31 GMT", + "Date": "Tue, 25 Oct 2022 10:02:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2858,9 +2678,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7dafbc4d-674a-4520-a1af-25dd9fdbf33a", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214331Z:7dafbc4d-674a-4520-a1af-25dd9fdbf33a", + "x-ms-correlation-request-id": "d98e0330-6500-4e62-a3e2-528fea9735e4", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100235Z:d98e0330-6500-4e62-a3e2-528fea9735e4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2869,8 +2689,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:41:33Z", - "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", + "creationDate": "2022-10-25T10:00:49Z", + "backupId": "75dfbf60-02ea-00ac-2ea7-eeb75b9cc633", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2895,7 +2715,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:43:42 GMT", + "Date": "Tue, 25 Oct 2022 10:02:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2903,9 +2723,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c3f0905f-17dd-4a66-adf2-6a249b22eabf", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214342Z:c3f0905f-17dd-4a66-adf2-6a249b22eabf", + "x-ms-correlation-request-id": "fa6f3bdc-4efc-4ccb-90b2-ddfac8fe9dc8", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100246Z:fa6f3bdc-4efc-4ccb-90b2-ddfac8fe9dc8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2914,8 +2734,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:41:33Z", - "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", + "creationDate": "2022-10-25T10:00:49Z", + "backupId": "75dfbf60-02ea-00ac-2ea7-eeb75b9cc633", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2940,7 +2760,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:43:52 GMT", + "Date": "Tue, 25 Oct 2022 10:02:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2948,9 +2768,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f161f0aa-dd0a-439e-91bc-00e4bd9a367a", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214353Z:f161f0aa-dd0a-439e-91bc-00e4bd9a367a", + "x-ms-correlation-request-id": "bbb33f3f-1cf0-4c3a-bd49-23adaf7b46fd", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100256Z:bbb33f3f-1cf0-4c3a-bd49-23adaf7b46fd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2959,8 +2779,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:41:33Z", - "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", + "creationDate": "2022-10-25T10:00:49Z", + "backupId": "75dfbf60-02ea-00ac-2ea7-eeb75b9cc633", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2985,7 +2805,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:44:03 GMT", + "Date": "Tue, 25 Oct 2022 10:03:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2993,9 +2813,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2f2f1a75-cccb-4156-8c04-216299d5ca3e", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214403Z:2f2f1a75-cccb-4156-8c04-216299d5ca3e", + "x-ms-correlation-request-id": "883ab306-8781-4748-adc3-5925b1445b31", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100308Z:883ab306-8781-4748-adc3-5925b1445b31", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3004,8 +2824,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:41:33Z", - "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", + "creationDate": "2022-10-25T10:00:49Z", + "backupId": "75dfbf60-02ea-00ac-2ea7-eeb75b9cc633", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3030,7 +2850,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:44:14 GMT", + "Date": "Tue, 25 Oct 2022 10:03:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3038,9 +2858,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f809fedd-6fc2-414f-9c60-24efe581480a", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214414Z:f809fedd-6fc2-414f-9c60-24efe581480a", + "x-ms-correlation-request-id": "7c107d12-e413-48a8-915f-3e447029e809", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100318Z:7c107d12-e413-48a8-915f-3e447029e809", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3049,8 +2869,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:41:33Z", - "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", + "creationDate": "2022-10-25T10:00:49Z", + "backupId": "75dfbf60-02ea-00ac-2ea7-eeb75b9cc633", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3075,7 +2895,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:44:24 GMT", + "Date": "Tue, 25 Oct 2022 10:03:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3083,9 +2903,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a75fb60e-94d4-43fc-9956-6f313bed2d87", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214424Z:a75fb60e-94d4-43fc-9956-6f313bed2d87", + "x-ms-correlation-request-id": "312de75c-1462-4460-a534-7c2f4d63f60d", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100329Z:312de75c-1462-4460-a534-7c2f4d63f60d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3094,8 +2914,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:41:33Z", - "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", + "creationDate": "2022-10-25T10:00:49Z", + "backupId": "75dfbf60-02ea-00ac-2ea7-eeb75b9cc633", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3120,7 +2940,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:44:35 GMT", + "Date": "Tue, 25 Oct 2022 10:03:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3128,9 +2948,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3cfa4d38-e630-4c98-bd5b-078ef5b75bf3", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214436Z:3cfa4d38-e630-4c98-bd5b-078ef5b75bf3", + "x-ms-correlation-request-id": "d6b924b0-196c-4be5-a7e6-177a099cbbdb", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100340Z:d6b924b0-196c-4be5-a7e6-177a099cbbdb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3139,8 +2959,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:41:54Z", - "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", + "creationDate": "2022-10-25T10:01:04Z", + "backupId": "75dfbf60-02ea-00ac-2ea7-eeb75b9cc633", "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", @@ -3165,7 +2985,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:44:36 GMT", + "Date": "Tue, 25 Oct 2022 10:03:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3173,9 +2993,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf1bfedd-f3c8-46a9-bf5f-c920f6a4031b", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214436Z:bf1bfedd-f3c8-46a9-bf5f-c920f6a4031b", + "x-ms-correlation-request-id": "db7e7015-004e-4d71-aa6f-b0630ba3bf84", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100340Z:db7e7015-004e-4d71-aa6f-b0630ba3bf84", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3220,8 +3040,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:44:38 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T21%3A44%3A36.926856Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:03:42 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A03%3A40.9416947Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3229,19 +3049,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "36e4fd15-6723-454b-b35c-3120487ff80c", + "x-ms-correlation-request-id": "9df8baba-99fc-497d-9381-df039b5f20cb", "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214439Z:36e4fd15-6723-454b-b35c-3120487ff80c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100342Z:9df8baba-99fc-497d-9381-df039b5f20cb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T21%3A44%3A36.926856Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A03%3A40.9416947Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T21:44:36.6219340Z" + "CreatedOnDate": "2022-10-25T10:03:40.6259945Z" }, "properties": { "dataProtection": { @@ -3252,7 +3072,7 @@ } }, "provisioningState": "Succeeded", - "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "fileSystemId": "45560a1e-245e-7887-3be1-99b25ba4f74a", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-51142cdf", "usageThreshold": 107374182400, @@ -3280,7 +3100,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c5ef2f26", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_37f101c7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -3295,8 +3115,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", - "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "mountTargetId": "45560a1e-245e-7887-3be1-99b25ba4f74a", + "fileSystemId": "45560a1e-245e-7887-3be1-99b25ba4f74a", "ipAddress": "10.0.0.4" } ], @@ -3315,10 +3135,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T21:35:14.6417377Z", + "createdAt": "2022-10-25T09:55:01.5800424Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T21:44:36.7964627Z" + "lastModifiedAt": "2022-10-25T10:03:40.7954375Z" } } }, @@ -3341,20 +3161,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68ea9a31-a9d8-4707-8e23-edf91c728bbf?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50482651-c993-4ba3-b07b-5608f766c02e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "560", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:44:39 GMT", + "Date": "Tue, 25 Oct 2022 10:03:42 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68ea9a31-a9d8-4707-8e23-edf91c728bbf?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50482651-c993-4ba3-b07b-5608f766c02e?api-version=2022-05-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": "83bc5fd9-0a32-4683-bac7-7b00e83a724e", + "x-ms-correlation-request-id": "9b21f75f-f418-4ea8-b2ed-f941e188b9e7", "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214439Z:83bc5fd9-0a32-4683-bac7-7b00e83a724e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100343Z:9b21f75f-f418-4ea8-b2ed-f941e188b9e7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3369,7 +3189,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68ea9a31-a9d8-4707-8e23-edf91c728bbf?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50482651-c993-4ba3-b07b-5608f766c02e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3383,7 +3203,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:44:39 GMT", + "Date": "Tue, 25 Oct 2022 10:03:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3391,25 +3211,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2f44fe95-2ef1-4e13-8253-9e8a31e24d39", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214439Z:2f44fe95-2ef1-4e13-8253-9e8a31e24d39", + "x-ms-correlation-request-id": "37a31f21-4ab0-49fc-bb8a-f81b0528afc6", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100343Z:37a31f21-4ab0-49fc-bb8a-f81b0528afc6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68ea9a31-a9d8-4707-8e23-edf91c728bbf", - "name": "68ea9a31-a9d8-4707-8e23-edf91c728bbf", - "status": "Creating", - "startTime": "2022-10-21T21:44:39.449976Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50482651-c993-4ba3-b07b-5608f766c02e", + "name": "50482651-c993-4ba3-b07b-5608f766c02e", + "status": "Succeeded", + "startTime": "2022-10-25T10:03:43.1482968Z", + "endTime": "2022-10-25T10:03:43.3515522Z", + "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68ea9a31-a9d8-4707-8e23-edf91c728bbf?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50482651-c993-4ba3-b07b-5608f766c02e?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3418,12 +3238,56 @@ "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "781", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 10:03: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": "b356cce5-f991-4d02-960b-82a79d12382b", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100343Z:b356cce5-f991-4d02-960b-82a79d12382b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "etag": "10/25/2022 10:03:43 AM", + "location": "", + "properties": { + "fileSystemId": "45560a1e-245e-7887-3be1-99b25ba4f74a", + "creationDate": "0001-01-01T00:00:00Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", + "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:45:09 GMT", + "Date": "Tue, 25 Oct 2022 10:03:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3431,64 +3295,70 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "35cce22a-4bd2-4194-b119-a36511bd7cf1", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214510Z:35cce22a-4bd2-4194-b119-a36511bd7cf1", + "x-ms-correlation-request-id": "ff7e7aa6-f194-434a-8a70-931d111b0dd8", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100354Z:ff7e7aa6-f194-434a-8a70-931d111b0dd8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68ea9a31-a9d8-4707-8e23-edf91c728bbf", - "name": "68ea9a31-a9d8-4707-8e23-edf91c728bbf", - "status": "Succeeded", - "startTime": "2022-10-21T21:44:39.449976Z", - "endTime": "2022-10-21T21:44:40.2514327Z", - "percentComplete": 100.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf" + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68ea9a31-a9d8-4707-8e23-edf91c728bbf?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 201, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "780", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:45:10 GMT", + "Date": "Tue, 25 Oct 2022 10:04: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": "0d7acc59-5291-47c1-83a5-341d1c2a84eb", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214510Z:0d7acc59-5291-47c1-83a5-341d1c2a84eb", + "x-ms-correlation-request-id": "c1dbd619-54d9-41e9-a1f3-892cddc11c14", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100405Z:c1dbd619-54d9-41e9-a1f3-892cddc11c14", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/21/2022 9:44:40 PM", - "location": "", + "location": "westus2", "properties": { - "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", - "creationDate": "0001-01-01T00:00:00Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 0, "backupType": "Manual", + "provisioningState": "Creating", "failureReason": "None", - "useExistingSnapshot": false, - "provisioningState": "Creating" + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false } } }, @@ -3507,7 +3377,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:45:20 GMT", + "Date": "Tue, 25 Oct 2022 10:04:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3515,9 +3385,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9357f1f4-b63b-4e47-a09c-e27b31c242ca", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214520Z:9357f1f4-b63b-4e47-a09c-e27b31c242ca", + "x-ms-correlation-request-id": "30aaf05f-8101-442b-90c9-fcf1ac9dc430", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100416Z:30aaf05f-8101-442b-90c9-fcf1ac9dc430", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3526,8 +3396,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:39Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3552,7 +3422,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:45:31 GMT", + "Date": "Tue, 25 Oct 2022 10:04:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3560,9 +3430,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa05dd22-9902-48db-be96-3a81b6bd929b", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214532Z:fa05dd22-9902-48db-be96-3a81b6bd929b", + "x-ms-correlation-request-id": "9ad4218f-b913-467f-944e-35e7c77a1c90", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100426Z:9ad4218f-b913-467f-944e-35e7c77a1c90", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3571,8 +3441,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:39Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3597,7 +3467,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:45:42 GMT", + "Date": "Tue, 25 Oct 2022 10:04:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3605,9 +3475,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a70ee4c-9abe-4bc5-8d44-131ff0ef88ce", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214543Z:5a70ee4c-9abe-4bc5-8d44-131ff0ef88ce", + "x-ms-correlation-request-id": "4ca8b436-01e0-4452-9f2c-eab0824774e3", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100436Z:4ca8b436-01e0-4452-9f2c-eab0824774e3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3616,8 +3486,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:39Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3642,7 +3512,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:45:53 GMT", + "Date": "Tue, 25 Oct 2022 10:04:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3650,9 +3520,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "68dcbe48-f900-429c-9aec-e080e8cdf0bf", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214553Z:68dcbe48-f900-429c-9aec-e080e8cdf0bf", + "x-ms-correlation-request-id": "97ef1f8d-5588-45e0-85b0-61abe7c75557", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100447Z:97ef1f8d-5588-45e0-85b0-61abe7c75557", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3661,8 +3531,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:39Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3687,7 +3557,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:46:04 GMT", + "Date": "Tue, 25 Oct 2022 10:04:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3695,9 +3565,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0ab1436-b79f-4d9a-882d-d6c563253cbc", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214605Z:e0ab1436-b79f-4d9a-882d-d6c563253cbc", + "x-ms-correlation-request-id": "02f96b6d-1b5d-4c03-b5ad-cc349d3e3b98", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100458Z:02f96b6d-1b5d-4c03-b5ad-cc349d3e3b98", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3706,8 +3576,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:39Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3732,7 +3602,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:46:14 GMT", + "Date": "Tue, 25 Oct 2022 10:05:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3740,9 +3610,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f454794b-a7f1-4ec7-bfc7-50ae7df4bb9b", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214615Z:f454794b-a7f1-4ec7-bfc7-50ae7df4bb9b", + "x-ms-correlation-request-id": "4d8496ec-d4fd-47fb-b3c2-263f062d3a77", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100509Z:4d8496ec-d4fd-47fb-b3c2-263f062d3a77", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3751,8 +3621,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:39Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3777,7 +3647,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:46:25 GMT", + "Date": "Tue, 25 Oct 2022 10:05:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3785,9 +3655,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2bc062ca-84ee-433f-b308-9322736b61d2", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214625Z:2bc062ca-84ee-433f-b308-9322736b61d2", + "x-ms-correlation-request-id": "6b05380b-792a-4650-8b07-8460a4ba76f4", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100520Z:6b05380b-792a-4650-8b07-8460a4ba76f4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3796,8 +3666,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:39Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3822,7 +3692,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:46:36 GMT", + "Date": "Tue, 25 Oct 2022 10:05:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3830,9 +3700,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1a3cd75-5e9e-4b2f-93fc-0353471a8bc1", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214636Z:c1a3cd75-5e9e-4b2f-93fc-0353471a8bc1", + "x-ms-correlation-request-id": "3f95332c-9c61-4392-8156-c103cea7c4b1", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100531Z:3f95332c-9c61-4392-8156-c103cea7c4b1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3841,8 +3711,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:39Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3867,7 +3737,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:46:47 GMT", + "Date": "Tue, 25 Oct 2022 10:05:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3875,9 +3745,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "42baa572-713c-45ba-8c08-2acdfa7e0cb8", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214647Z:42baa572-713c-45ba-8c08-2acdfa7e0cb8", + "x-ms-correlation-request-id": "9aadb46a-ff4a-4913-b6f5-b884d4a22cdb", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100542Z:9aadb46a-ff4a-4913-b6f5-b884d4a22cdb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3886,8 +3756,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:39Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3912,7 +3782,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:46:57 GMT", + "Date": "Tue, 25 Oct 2022 10:05:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3920,9 +3790,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e760edcc-6630-4f02-9264-2009a98b19e4", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214658Z:e760edcc-6630-4f02-9264-2009a98b19e4", + "x-ms-correlation-request-id": "2c962571-930b-4fde-9b84-bdb9d4c3c63e", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100552Z:2c962571-930b-4fde-9b84-bdb9d4c3c63e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3931,8 +3801,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:39Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3957,7 +3827,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:47:09 GMT", + "Date": "Tue, 25 Oct 2022 10:06:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3965,9 +3835,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3dcce73-81b5-41d9-a475-fd9bfb67a56f", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214709Z:e3dcce73-81b5-41d9-a475-fd9bfb67a56f", + "x-ms-correlation-request-id": "184c4076-d447-458e-abee-4744190415a0", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100603Z:184c4076-d447-458e-abee-4744190415a0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3976,8 +3846,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:39Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4002,7 +3872,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:47:20 GMT", + "Date": "Tue, 25 Oct 2022 10:06:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4010,9 +3880,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "79a2e6ef-8545-4ab8-9944-99deb373b25a", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214720Z:79a2e6ef-8545-4ab8-9944-99deb373b25a", + "x-ms-correlation-request-id": "68fd2369-2ae1-4d45-8a75-3219e429a945", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100614Z:68fd2369-2ae1-4d45-8a75-3219e429a945", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4021,8 +3891,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:39Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4047,7 +3917,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:47:31 GMT", + "Date": "Tue, 25 Oct 2022 10:06:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4055,9 +3925,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e0ae036-e505-461d-8704-196a9da2bcdf", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214732Z:3e0ae036-e505-461d-8704-196a9da2bcdf", + "x-ms-correlation-request-id": "803add5d-0228-435f-b2fe-24d0ee363af2", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100625Z:803add5d-0228-435f-b2fe-24d0ee363af2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4066,8 +3936,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:39Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4092,7 +3962,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:47:42 GMT", + "Date": "Tue, 25 Oct 2022 10:06:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4100,9 +3970,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c4f5f6d-6e63-4a88-951e-3951d2f3d2b0", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214742Z:4c4f5f6d-6e63-4a88-951e-3951d2f3d2b0", + "x-ms-correlation-request-id": "4e9e8184-567e-4b46-86b4-6370fcdcbbfb", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100636Z:4e9e8184-567e-4b46-86b4-6370fcdcbbfb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4111,8 +3981,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:39Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4137,7 +4007,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:47:53 GMT", + "Date": "Tue, 25 Oct 2022 10:06:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4145,9 +4015,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "72dea37b-0715-4033-b227-2f538480e283", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214753Z:72dea37b-0715-4033-b227-2f538480e283", + "x-ms-correlation-request-id": "02fd0083-c7ae-48f9-ad9b-71abec67b547", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100647Z:02fd0083-c7ae-48f9-ad9b-71abec67b547", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4156,8 +4026,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:39Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4182,7 +4052,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:48:03 GMT", + "Date": "Tue, 25 Oct 2022 10:06:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4190,9 +4060,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a6473f78-28e5-489b-ab67-7b6212f5bc38", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214804Z:a6473f78-28e5-489b-ab67-7b6212f5bc38", + "x-ms-correlation-request-id": "392c1b78-8318-440f-8933-d97efa2135bf", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100657Z:392c1b78-8318-440f-8933-d97efa2135bf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4201,8 +4071,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:39Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4227,7 +4097,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:48:14 GMT", + "Date": "Tue, 25 Oct 2022 10:07:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4235,9 +4105,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "90547923-445c-4d4c-b018-b742b0360a51", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214814Z:90547923-445c-4d4c-b018-b742b0360a51", + "x-ms-correlation-request-id": "0879ee28-93ca-4537-a419-078c809b0ae8", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100708Z:0879ee28-93ca-4537-a419-078c809b0ae8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4246,8 +4116,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:39Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4272,7 +4142,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:48:24 GMT", + "Date": "Tue, 25 Oct 2022 10:07:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4280,9 +4150,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "948ebd10-13c5-4a43-86e4-b3c975269c3b", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214825Z:948ebd10-13c5-4a43-86e4-b3c975269c3b", + "x-ms-correlation-request-id": "361ef7db-64b8-4646-b79a-9c55e3aedf42", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100719Z:361ef7db-64b8-4646-b79a-9c55e3aedf42", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4291,8 +4161,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:39Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4317,7 +4187,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:48:36 GMT", + "Date": "Tue, 25 Oct 2022 10:07:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4325,9 +4195,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f90f16a-1cf2-4c99-9871-64f86b19837d", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214836Z:9f90f16a-1cf2-4c99-9871-64f86b19837d", + "x-ms-correlation-request-id": "7d6ebfe3-b032-4e62-a988-f53475c37435", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100729Z:7d6ebfe3-b032-4e62-a988-f53475c37435", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4336,8 +4206,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:39Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4362,7 +4232,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:48:46 GMT", + "Date": "Tue, 25 Oct 2022 10:07:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4370,9 +4240,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "90a96f28-6cf9-4d8d-a606-f30341499134", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214846Z:90a96f28-6cf9-4d8d-a606-f30341499134", + "x-ms-correlation-request-id": "06010298-2409-4946-b6e7-96d6262a962f", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100740Z:06010298-2409-4946-b6e7-96d6262a962f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4381,8 +4251,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:39Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4407,7 +4277,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:48:57 GMT", + "Date": "Tue, 25 Oct 2022 10:07:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4415,9 +4285,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c86beebe-3a86-4cef-9ff5-ce3573219ab9", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214858Z:c86beebe-3a86-4cef-9ff5-ce3573219ab9", + "x-ms-correlation-request-id": "addcfa76-a92c-46b8-9c1d-ee8e3ad70933", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100751Z:addcfa76-a92c-46b8-9c1d-ee8e3ad70933", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4426,8 +4296,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:39Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4452,7 +4322,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:49:07 GMT", + "Date": "Tue, 25 Oct 2022 10:08:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4460,9 +4330,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b0c187be-5745-45d3-be0a-59facaacea26", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214908Z:b0c187be-5745-45d3-be0a-59facaacea26", + "x-ms-correlation-request-id": "e9a62806-1dd5-4152-945c-4b6435f29922", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100801Z:e9a62806-1dd5-4152-945c-4b6435f29922", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4471,8 +4341,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:39Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4497,7 +4367,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:49:19 GMT", + "Date": "Tue, 25 Oct 2022 10:08:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4505,9 +4375,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d418f2d7-da03-4cd7-a2d8-71fccad58f40", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214919Z:d418f2d7-da03-4cd7-a2d8-71fccad58f40", + "x-ms-correlation-request-id": "073dda48-9c66-4de2-bcbb-e494171af968", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100812Z:073dda48-9c66-4de2-bcbb-e494171af968", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4516,8 +4386,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:39Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4542,7 +4412,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:49:30 GMT", + "Date": "Tue, 25 Oct 2022 10:08:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4550,9 +4420,54 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b482bbba-b4bd-4649-aeef-50b55e9dd3f2", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214930Z:b482bbba-b4bd-4649-aeef-50b55e9dd3f2", + "x-ms-correlation-request-id": "aa74f50b-8619-4c68-9d82-87cab621f62f", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100823Z:aa74f50b-8619-4c68-9d82-87cab621f62f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf", + "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf/sdk-py-tests-backup-2-51142cdf", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-25T10:03:43Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-51142cdf", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf/backups/sdk-py-tests-backup-2-51142cdf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 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": "ef21dbee-5f93-4d32-80e9-9d9fb9153002", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100834Z:ef21dbee-5f93-4d32-80e9-9d9fb9153002", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4561,8 +4476,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:49Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:49Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 348160, "backupType": "Manual", "provisioningState": "Succeeded", @@ -4587,7 +4502,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:49:30 GMT", + "Date": "Tue, 25 Oct 2022 10:08:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4595,9 +4510,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f0ba7b96-6adb-4809-a26f-2885306f5bbb", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214930Z:f0ba7b96-6adb-4809-a26f-2885306f5bbb", + "x-ms-correlation-request-id": "e334950c-86e6-4ee4-bbf8-7941c0aa325e", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100834Z:e334950c-86e6-4ee4-bbf8-7941c0aa325e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5101,8 +5016,8 @@ "type": "Microsoft.NetApp/netAppAccounts/accountBackups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:41:54Z", - "backupId": "29f8043a-a7b2-c6d7-d914-763507baf45f", + "creationDate": "2022-10-25T10:01:04Z", + "backupId": "75dfbf60-02ea-00ac-2ea7-eeb75b9cc633", "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", @@ -5117,8 +5032,8 @@ "type": "Microsoft.NetApp/netAppAccounts/accountBackups", "location": "westus2", "properties": { - "creationDate": "2022-10-21T21:44:49Z", - "backupId": "798e21b5-9bd0-12e8-0295-ff1e0b0e71a5", + "creationDate": "2022-10-25T10:03:49Z", + "backupId": "caa9adfa-46bf-233c-e944-32ec3a0432a8", "size": 348160, "backupType": "Manual", "provisioningState": "Succeeded", @@ -5145,7 +5060,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:49:31 GMT", + "Date": "Tue, 25 Oct 2022 10:08:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5153,9 +5068,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c7dce810-b1e0-4dc4-80bc-4a7628d882f8", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214931Z:c7dce810-b1e0-4dc4-80bc-4a7628d882f8", + "x-ms-correlation-request-id": "78f10b17-c31e-4be8-b66b-9f7e56583633", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100835Z:78f10b17-c31e-4be8-b66b-9f7e56583633", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5197,31 +5112,31 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13c99d42-b685-403c-a1d4-3b503c67c41c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/326abf46-818d-422b-8028-fca6f633e84b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "2743", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:49:31 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T21%3A49%3A32.1118505Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:08:35 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A08%3A36.3511236Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13c99d42-b685-403c-a1d4-3b503c67c41c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/326abf46-818d-422b-8028-fca6f633e84b?api-version=2022-05-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": "dfb06ed4-7a0d-47d5-bcb8-a4b4c11a15b5", + "x-ms-correlation-request-id": "ae2358e8-e193-4677-ab4f-2bb6cf6e926f", "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214932Z:dfb06ed4-7a0d-47d5-bcb8-a4b4c11a15b5", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100836Z:ae2358e8-e193-4677-ab4f-2bb6cf6e926f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T21%3A49%3A32.1118505Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A08%3A36.3511236Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T21:44:36.6219340Z" + "CreatedOnDate": "2022-10-25T10:03:40.6259945Z" }, "properties": { "dataProtection": { @@ -5232,7 +5147,7 @@ } }, "provisioningState": "Patching", - "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "fileSystemId": "45560a1e-245e-7887-3be1-99b25ba4f74a", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-51142cdf", "usageThreshold": 107374182400, @@ -5260,7 +5175,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c5ef2f26", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_37f101c7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -5275,8 +5190,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", - "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "mountTargetId": "45560a1e-245e-7887-3be1-99b25ba4f74a", + "fileSystemId": "45560a1e-245e-7887-3be1-99b25ba4f74a", "ipAddress": "10.0.0.4" } ], @@ -5295,15 +5210,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T21:35:14.6417377Z", + "createdAt": "2022-10-25T09:55:01.5800424Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T21:44:36.7964627Z" + "lastModifiedAt": "2022-10-25T10:03:40.7954375Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13c99d42-b685-403c-a1d4-3b503c67c41c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/326abf46-818d-422b-8028-fca6f633e84b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5317,7 +5232,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:49:32 GMT", + "Date": "Tue, 25 Oct 2022 10:08:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5325,16 +5240,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8bdc8160-48e4-440e-b500-f6f0293139ee", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T214932Z:8bdc8160-48e4-440e-b500-f6f0293139ee", + "x-ms-correlation-request-id": "bc0f3bde-617c-4db9-a2cb-5da9d7805562", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100836Z:bc0f3bde-617c-4db9-a2cb-5da9d7805562", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13c99d42-b685-403c-a1d4-3b503c67c41c", - "name": "13c99d42-b685-403c-a1d4-3b503c67c41c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/326abf46-818d-422b-8028-fca6f633e84b", + "name": "326abf46-818d-422b-8028-fca6f633e84b", "status": "Patching", - "startTime": "2022-10-21T21:49:32.1103276Z", + "startTime": "2022-10-25T10:08:36.3550646Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5343,7 +5258,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13c99d42-b685-403c-a1d4-3b503c67c41c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/326abf46-818d-422b-8028-fca6f633e84b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5357,7 +5272,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:50:02 GMT", + "Date": "Tue, 25 Oct 2022 10:09:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5365,17 +5280,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f33f63aa-bdbf-427c-919b-e3f27bd0c9d5", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215002Z:f33f63aa-bdbf-427c-919b-e3f27bd0c9d5", + "x-ms-correlation-request-id": "761014bb-7d9f-4c81-9ab2-c860ff347201", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100906Z:761014bb-7d9f-4c81-9ab2-c860ff347201", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13c99d42-b685-403c-a1d4-3b503c67c41c", - "name": "13c99d42-b685-403c-a1d4-3b503c67c41c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/326abf46-818d-422b-8028-fca6f633e84b", + "name": "326abf46-818d-422b-8028-fca6f633e84b", "status": "Succeeded", - "startTime": "2022-10-21T21:49:32.1103276Z", - "endTime": "2022-10-21T21:49:38.224404Z", + "startTime": "2022-10-25T10:08:36.3550646Z", + "endTime": "2022-10-25T10:08:41.9357961Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" @@ -5383,7 +5298,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13c99d42-b685-403c-a1d4-3b503c67c41c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/326abf46-818d-422b-8028-fca6f633e84b?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5397,7 +5312,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:50:02 GMT", + "Date": "Tue, 25 Oct 2022 10:09:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5405,19 +5320,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ac64dea-0499-4e85-a481-c8a81b6e5d62", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215002Z:0ac64dea-0499-4e85-a481-c8a81b6e5d62", + "x-ms-correlation-request-id": "4a6a135b-6b1d-4043-aefe-7956d10a12f6", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100907Z:4a6a135b-6b1d-4043-aefe-7956d10a12f6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T21%3A49%3A38.2253486Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A08%3A41.9379329Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T21:44:36.6219340Z" + "CreatedOnDate": "2022-10-25T10:03:40.6259945Z" }, "properties": { "dataProtection": { @@ -5427,12 +5342,12 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault" } }, - "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "fileSystemId": "45560a1e-245e-7887-3be1-99b25ba4f74a", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-51142cdf", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 319488, + "usedBytes": 0, "exportPolicy": { "rules": [ { @@ -5458,19 +5373,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c5ef2f26", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_37f101c7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", - "poolId": "83f2c89b-6bb2-e840-095d-5942bc2251b4", + "poolId": "bfd04af1-f2a6-4ffd-c3e9-44d8cc189d50", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", - "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "mountTargetId": "45560a1e-245e-7887-3be1-99b25ba4f74a", + "fileSystemId": "45560a1e-245e-7887-3be1-99b25ba4f74a", "startIp": "", "endIp": "", "gateway": "", @@ -5502,10 +5417,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T21:35:14.6417377Z", + "createdAt": "2022-10-25T09:55:01.5800424Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T21:49:31.9725599Z" + "lastModifiedAt": "2022-10-25T10:08:36.2065317Z" } } }, @@ -5524,15 +5439,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:50:05 GMT", + "Date": "Tue, 25 Oct 2022 10:09: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": "efa2e22d-cc0a-4663-b5fe-0028257fb57c", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215006Z:efa2e22d-cc0a-4663-b5fe-0028257fb57c", + "x-ms-correlation-request-id": "62b36754-8b9e-469a-b918-bf0a86ecae16", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100910Z:62b36754-8b9e-469a-b918-bf0a86ecae16", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5557,7 +5472,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:50:05 GMT", + "Date": "Tue, 25 Oct 2022 10:09:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5565,9 +5480,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "58ba1fc6-f058-4e09-b680-5cc16a12b0a1", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215006Z:58ba1fc6-f058-4e09-b680-5cc16a12b0a1", + "x-ms-correlation-request-id": "5e7bba89-d8b9-4ae0-9451-91839ac9db84", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100911Z:5e7bba89-d8b9-4ae0-9451-91839ac9db84", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5612,8 +5527,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:50:06 GMT", - "ETag": "W/\u0022datetime\u00272022-10-21T21%3A50%3A07.0768225Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:09:11 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A09%3A11.6969395Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5621,19 +5536,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5485d772-f779-44d5-81eb-b505f7cb2c1b", + "x-ms-correlation-request-id": "7abf8003-77bc-401e-851d-64674144a389", "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215007Z:5485d772-f779-44d5-81eb-b505f7cb2c1b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100911Z:7abf8003-77bc-401e-851d-64674144a389", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T21%3A50%3A07.0768225Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A09%3A11.6969395Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T21:44:36.6219340Z" + "CreatedOnDate": "2022-10-25T10:03:40.6259945Z" }, "properties": { "dataProtection": { @@ -5644,7 +5559,7 @@ } }, "provisioningState": "Succeeded", - "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "fileSystemId": "45560a1e-245e-7887-3be1-99b25ba4f74a", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-51142cdf", "usageThreshold": 107374182400, @@ -5672,7 +5587,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c5ef2f26", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_37f101c7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -5687,8 +5602,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", - "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "mountTargetId": "45560a1e-245e-7887-3be1-99b25ba4f74a", + "fileSystemId": "45560a1e-245e-7887-3be1-99b25ba4f74a", "ipAddress": "10.0.0.4" } ], @@ -5707,10 +5622,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T21:35:14.6417377Z", + "createdAt": "2022-10-25T09:55:01.5800424Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T21:50:06.8848618Z" + "lastModifiedAt": "2022-10-25T10:09:11.5560314Z" } } }, @@ -5729,15 +5644,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:50:08 GMT", + "Date": "Tue, 25 Oct 2022 10:09:13 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": "c047c810-dff4-4165-a820-c6a4d2a18130", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215009Z:c047c810-dff4-4165-a820-c6a4d2a18130", + "x-ms-correlation-request-id": "1e4fcdd0-5068-4ea4-9c53-1f7620ad6f90", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100914Z:1e4fcdd0-5068-4ea4-9c53-1f7620ad6f90", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5762,7 +5677,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:50:09 GMT", + "Date": "Tue, 25 Oct 2022 10:09:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5770,9 +5685,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d76fd1e3-b3ee-421a-8d46-151b7eaa6a0c", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215010Z:d76fd1e3-b3ee-421a-8d46-151b7eaa6a0c", + "x-ms-correlation-request-id": "1f8345ed-15bb-44ef-b9d6-474d5ff5ed0d", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100914Z:1f8345ed-15bb-44ef-b9d6-474d5ff5ed0d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6286,25 +6201,105 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/144b2257-9105-4b7f-a6ae-222f1d598674?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 21:50:10 GMT", + "Date": "Tue, 25 Oct 2022 10:09:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/144b2257-9105-4b7f-a6ae-222f1d598674?api-version=2022-05-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": "2c5d0567-3434-4c3d-a97d-82f96ec75738", + "x-ms-correlation-request-id": "83666e28-c6e6-4cfb-86de-6f633b3f9e2d", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215011Z:2c5d0567-3434-4c3d-a97d-82f96ec75738", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100915Z:83666e28-c6e6-4cfb-86de-6f633b3f9e2d", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/144b2257-9105-4b7f-a6ae-222f1d598674?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 10:09: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": "50e03059-fd6e-4ba4-8868-cf6298f7546d", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100915Z:50e03059-fd6e-4ba4-8868-cf6298f7546d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/144b2257-9105-4b7f-a6ae-222f1d598674", + "name": "144b2257-9105-4b7f-a6ae-222f1d598674", + "status": "Deleting", + "startTime": "2022-10-25T10:09:15.3412522Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/144b2257-9105-4b7f-a6ae-222f1d598674?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 10:09: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": "7af9f17b-a3e4-4b77-9527-16263c2cd843", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T100946Z:7af9f17b-a3e4-4b77-9527-16263c2cd843", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/144b2257-9105-4b7f-a6ae-222f1d598674", + "name": "144b2257-9105-4b7f-a6ae-222f1d598674", + "status": "Deleting", + "startTime": "2022-10-25T10:09:15.3412522Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/144b2257-9105-4b7f-a6ae-222f1d598674?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6318,7 +6313,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:50:10 GMT", + "Date": "Tue, 25 Oct 2022 10:10:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6326,16 +6321,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e03b9b4-7913-4313-8c05-0e8b07d31d34", + "x-ms-correlation-request-id": "7c5e55aa-177b-483c-95d5-51332ebe2315", "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215011Z:7e03b9b4-7913-4313-8c05-0e8b07d31d34", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T101016Z:7c5e55aa-177b-483c-95d5-51332ebe2315", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24", - "name": "c8d9bf56-9b8b-42cf-8753-e2fd34c37c24", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/144b2257-9105-4b7f-a6ae-222f1d598674", + "name": "144b2257-9105-4b7f-a6ae-222f1d598674", "status": "Deleting", - "startTime": "2022-10-21T21:50:10.9969606Z", + "startTime": "2022-10-25T10:09:15.3412522Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -6344,7 +6339,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/144b2257-9105-4b7f-a6ae-222f1d598674?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6358,7 +6353,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:50:41 GMT", + "Date": "Tue, 25 Oct 2022 10:10:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6366,16 +6361,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad8a0b4e-a493-4e11-853a-642d1dd98745", + "x-ms-correlation-request-id": "79760ec0-a377-4e3b-bace-6f25179296d8", "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215041Z:ad8a0b4e-a493-4e11-853a-642d1dd98745", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T101046Z:79760ec0-a377-4e3b-bace-6f25179296d8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24", - "name": "c8d9bf56-9b8b-42cf-8753-e2fd34c37c24", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/144b2257-9105-4b7f-a6ae-222f1d598674", + "name": "144b2257-9105-4b7f-a6ae-222f1d598674", "status": "Deleting", - "startTime": "2022-10-21T21:50:10.9969606Z", + "startTime": "2022-10-25T10:09:15.3412522Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -6384,7 +6379,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/144b2257-9105-4b7f-a6ae-222f1d598674?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6398,7 +6393,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:51:11 GMT", + "Date": "Tue, 25 Oct 2022 10:11:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6406,16 +6401,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c8cfb3a9-cb4b-4b68-abf1-3bf3f1ccb089", + "x-ms-correlation-request-id": "775a2842-5ec9-4f47-b55b-69133aefd1a3", "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215111Z:c8cfb3a9-cb4b-4b68-abf1-3bf3f1ccb089", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T101116Z:775a2842-5ec9-4f47-b55b-69133aefd1a3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24", - "name": "c8d9bf56-9b8b-42cf-8753-e2fd34c37c24", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/144b2257-9105-4b7f-a6ae-222f1d598674", + "name": "144b2257-9105-4b7f-a6ae-222f1d598674", "status": "Deleting", - "startTime": "2022-10-21T21:50:10.9969606Z", + "startTime": "2022-10-25T10:09:15.3412522Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -6424,7 +6419,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/144b2257-9105-4b7f-a6ae-222f1d598674?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6438,7 +6433,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:51:41 GMT", + "Date": "Tue, 25 Oct 2022 10:11:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6446,16 +6441,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6b6ac419-8c49-418d-a116-2a80af7fe28d", + "x-ms-correlation-request-id": "ba4607d2-2794-4cde-a6aa-2ba0c4dbf492", "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215142Z:6b6ac419-8c49-418d-a116-2a80af7fe28d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T101147Z:ba4607d2-2794-4cde-a6aa-2ba0c4dbf492", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24", - "name": "c8d9bf56-9b8b-42cf-8753-e2fd34c37c24", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/144b2257-9105-4b7f-a6ae-222f1d598674", + "name": "144b2257-9105-4b7f-a6ae-222f1d598674", "status": "Deleting", - "startTime": "2022-10-21T21:50:10.9969606Z", + "startTime": "2022-10-25T10:09:15.3412522Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -6464,7 +6459,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/144b2257-9105-4b7f-a6ae-222f1d598674?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6478,7 +6473,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:52:12 GMT", + "Date": "Tue, 25 Oct 2022 10:12:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6486,17 +6481,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e592853-8cbd-4391-839d-69f085667bca", + "x-ms-correlation-request-id": "504cf5a9-df4f-4cf6-ac51-b6555a748491", "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215212Z:0e592853-8cbd-4391-839d-69f085667bca", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T101217Z:504cf5a9-df4f-4cf6-ac51-b6555a748491", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24", - "name": "c8d9bf56-9b8b-42cf-8753-e2fd34c37c24", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/144b2257-9105-4b7f-a6ae-222f1d598674", + "name": "144b2257-9105-4b7f-a6ae-222f1d598674", "status": "Succeeded", - "startTime": "2022-10-21T21:50:10.9969606Z", - "endTime": "2022-10-21T21:52:11.2766162Z", + "startTime": "2022-10-25T10:09:15.3412522Z", + "endTime": "2022-10-25T10:12:07.1814166Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf" @@ -6504,7 +6499,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c8d9bf56-9b8b-42cf-8753-e2fd34c37c24?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/144b2257-9105-4b7f-a6ae-222f1d598674?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6518,7 +6513,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:52:12 GMT", + "Date": "Tue, 25 Oct 2022 10:12:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6526,19 +6521,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "92906445-b30d-43c3-b7ec-56ebcd604b81", + "x-ms-correlation-request-id": "6e5490d8-952d-4fa3-a54c-617526f50666", "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215212Z:92906445-b30d-43c3-b7ec-56ebcd604b81", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T101217Z:6e5490d8-952d-4fa3-a54c-617526f50666", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1/sdk-py-tests-vol-3-51142cdf", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-21T21%3A52%3A02.0239742Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A11%3A49.7739712Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T21:44:36.6219340Z" + "CreatedOnDate": "2022-10-25T10:03:40.6259945Z" }, "properties": { "dataProtection": { @@ -6548,12 +6543,12 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/vaults/cbsvault" } }, - "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "fileSystemId": "45560a1e-245e-7887-3be1-99b25ba4f74a", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-51142cdf", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 319488, + "usedBytes": 0, "exportPolicy": { "rules": [ { @@ -6579,19 +6574,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c5ef2f26", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_37f101c7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-51142cdf/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-51142cdf", - "poolId": "83f2c89b-6bb2-e840-095d-5942bc2251b4", + "poolId": "bfd04af1-f2a6-4ffd-c3e9-44d8cc189d50", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", - "fileSystemId": "15fade36-8f7f-5695-7777-d18e0d5faa3f", + "mountTargetId": "45560a1e-245e-7887-3be1-99b25ba4f74a", + "fileSystemId": "45560a1e-245e-7887-3be1-99b25ba4f74a", "startIp": "", "endIp": "", "gateway": "", @@ -6623,10 +6618,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T21:35:14.6417377Z", + "createdAt": "2022-10-25T09:55:01.5800424Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T21:50:06.8848618Z" + "lastModifiedAt": "2022-10-25T10:09:11.5560314Z" } } }, @@ -6645,14 +6640,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:55:34 GMT", + "Date": "Tue, 25 Oct 2022 10:15:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0a2cb384-d587-4f3c-99ce-e5ef3f48f5e3", + "x-ms-correlation-request-id": "d3ee5c07-bbcf-4867-bd9a-f9daf7b576ee", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215534Z:0a2cb384-d587-4f3c-99ce-e5ef3f48f5e3" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T101541Z:d3ee5c07-bbcf-4867-bd9a-f9daf7b576ee" }, "ResponseBody": { "error": { @@ -6674,25 +6669,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/892a74d1-7ce4-4a13-9d12-541b8c8394f1?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b9338299-c494-4fc9-82b3-5731893f8729?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 21:55:47 GMT", + "Date": "Tue, 25 Oct 2022 10:15:54 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/892a74d1-7ce4-4a13-9d12-541b8c8394f1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b9338299-c494-4fc9-82b3-5731893f8729?api-version=2022-05-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": "7d5ee364-26c9-4b00-85b8-18112571940f", + "x-ms-correlation-request-id": "bbf0eca7-126c-4dd6-b57b-20774672adf6", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215548Z:7d5ee364-26c9-4b00-85b8-18112571940f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T101554Z:bbf0eca7-126c-4dd6-b57b-20774672adf6", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/892a74d1-7ce4-4a13-9d12-541b8c8394f1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b9338299-c494-4fc9-82b3-5731893f8729?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6706,7 +6701,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:55:48 GMT", + "Date": "Tue, 25 Oct 2022 10:15:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6714,16 +6709,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a6c8729-d159-4bed-a4e0-6e1f03558ad9", + "x-ms-correlation-request-id": "863be0eb-da3b-41fc-a511-a58857ffbdc6", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215548Z:5a6c8729-d159-4bed-a4e0-6e1f03558ad9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T101554Z:863be0eb-da3b-41fc-a511-a58857ffbdc6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/892a74d1-7ce4-4a13-9d12-541b8c8394f1", - "name": "892a74d1-7ce4-4a13-9d12-541b8c8394f1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b9338299-c494-4fc9-82b3-5731893f8729", + "name": "b9338299-c494-4fc9-82b3-5731893f8729", "status": "Deleting", - "startTime": "2022-10-21T21:55:48.2145977Z", + "startTime": "2022-10-25T10:15:54.212598Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -6732,7 +6727,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/892a74d1-7ce4-4a13-9d12-541b8c8394f1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b9338299-c494-4fc9-82b3-5731893f8729?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6746,7 +6741,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:56:18 GMT", + "Date": "Tue, 25 Oct 2022 10:16:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6754,17 +6749,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0d80ff83-b419-4f02-abbf-be1cab32ed2d", + "x-ms-correlation-request-id": "1d2221dc-ab4e-414b-a2e5-b9b05ea025ce", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215618Z:0d80ff83-b419-4f02-abbf-be1cab32ed2d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T101624Z:1d2221dc-ab4e-414b-a2e5-b9b05ea025ce", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/892a74d1-7ce4-4a13-9d12-541b8c8394f1", - "name": "892a74d1-7ce4-4a13-9d12-541b8c8394f1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b9338299-c494-4fc9-82b3-5731893f8729", + "name": "b9338299-c494-4fc9-82b3-5731893f8729", "status": "Succeeded", - "startTime": "2022-10-21T21:55:48.2145977Z", - "endTime": "2022-10-21T21:55:49.2928332Z", + "startTime": "2022-10-25T10:15:54.212598Z", + "endTime": "2022-10-25T10:15:55.8143935Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1" @@ -6772,7 +6767,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/892a74d1-7ce4-4a13-9d12-541b8c8394f1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b9338299-c494-4fc9-82b3-5731893f8729?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6786,7 +6781,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:56:18 GMT", + "Date": "Tue, 25 Oct 2022 10:16:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6794,22 +6789,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d07fd35-1d91-414f-8aeb-606f7e4c722c", + "x-ms-correlation-request-id": "041b82f1-a63b-4876-b2a5-a9656342cb0d", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215618Z:3d07fd35-1d91-414f-8aeb-606f7e4c722c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T101625Z:041b82f1-a63b-4876-b2a5-a9656342cb0d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-51142cdf/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-21T21%3A55%3A48.1845139Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A15%3A54.2080978Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T21:35:00.0720549Z" + "CreatedOnDate": "2022-10-25T09:54:46.9621819Z" }, "properties": { - "poolId": "83f2c89b-6bb2-e840-095d-5942bc2251b4", + "poolId": "bfd04af1-f2a6-4ffd-c3e9-44d8cc189d50", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf/capacityPools/sdk-py-tests-pool-1", @@ -6823,10 +6818,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T21:35:01.2117996Z", + "createdAt": "2022-10-25T09:54:48.2594699Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T21:35:01.2117996Z" + "lastModifiedAt": "2022-10-25T09:54:48.2594699Z" } } }, @@ -6844,14 +6839,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 21:56:29 GMT", + "Date": "Tue, 25 Oct 2022 10:16:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af4bc849-56f3-4b8b-b5cf-1e5b9c1d0ea7", + "x-ms-correlation-request-id": "f542779c-ebdb-4186-b750-af0fa43fb770", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215629Z:af4bc849-56f3-4b8b-b5cf-1e5b9c1d0ea7" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T101635Z:f542779c-ebdb-4186-b750-af0fa43fb770" }, "ResponseBody": null }, @@ -6869,14 +6864,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 21:56:39 GMT", + "Date": "Tue, 25 Oct 2022 10:16:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dc3947b4-0a11-4a57-b8d2-5015579671a9", + "x-ms-correlation-request-id": "0a111c28-199a-4640-9092-3975730998c3", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215639Z:dc3947b4-0a11-4a57-b8d2-5015579671a9" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T101645Z:0a111c28-199a-4640-9092-3975730998c3" }, "ResponseBody": null }, @@ -6894,14 +6889,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 21:56:49 GMT", + "Date": "Tue, 25 Oct 2022 10:16:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "237746b5-fe94-479f-bfc6-852d28705061", + "x-ms-correlation-request-id": "fbb20a03-b16d-48ee-aec1-1625f9645576", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215649Z:237746b5-fe94-479f-bfc6-852d28705061" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T101655Z:fbb20a03-b16d-48ee-aec1-1625f9645576" }, "ResponseBody": null }, @@ -6919,14 +6914,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 21 Oct 2022 21:57:00 GMT", + "Date": "Tue, 25 Oct 2022 10:17:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "432b568b-6748-4054-9b08-cdc7ea224bdb", + "x-ms-correlation-request-id": "3ed45f90-2124-4467-a4b9-e8d512b95238", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215700Z:432b568b-6748-4054-9b08-cdc7ea224bdb" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T101706Z:3ed45f90-2124-4467-a4b9-e8d512b95238" }, "ResponseBody": null }, @@ -6945,14 +6940,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:57:09 GMT", + "Date": "Tue, 25 Oct 2022 10:17:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "28cbb199-8baa-4831-bdb3-a3ce81250ab9", + "x-ms-correlation-request-id": "00ec42d6-4f92-410f-8cf3-e1210f8ec90e", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215710Z:28cbb199-8baa-4831-bdb3-a3ce81250ab9" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T101716Z:00ec42d6-4f92-410f-8cf3-e1210f8ec90e" }, "ResponseBody": { "error": { @@ -6974,25 +6969,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7b6da285-dbe4-4abe-b54f-d9d7918bf047?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30f95b1c-fc7e-4d90-b1ce-7f02584b7f10?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 21:57:11 GMT", + "Date": "Tue, 25 Oct 2022 10:17:17 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7b6da285-dbe4-4abe-b54f-d9d7918bf047?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30f95b1c-fc7e-4d90-b1ce-7f02584b7f10?api-version=2022-05-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": "ff0ca005-1ec2-4ef9-80cf-5949cc6efe60", + "x-ms-correlation-request-id": "5dd4cae3-ea61-49c3-b043-ac35d0541708", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215711Z:ff0ca005-1ec2-4ef9-80cf-5949cc6efe60", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T101717Z:5dd4cae3-ea61-49c3-b043-ac35d0541708", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7b6da285-dbe4-4abe-b54f-d9d7918bf047?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30f95b1c-fc7e-4d90-b1ce-7f02584b7f10?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -7006,7 +7001,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:57:11 GMT", + "Date": "Tue, 25 Oct 2022 10:17:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7014,17 +7009,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "db616ed6-5e32-474b-a6ed-89ef8184a7be", + "x-ms-correlation-request-id": "f038629d-087b-4bf9-a540-b7f9bfa47b6e", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215712Z:db616ed6-5e32-474b-a6ed-89ef8184a7be", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T101718Z:f038629d-087b-4bf9-a540-b7f9bfa47b6e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7b6da285-dbe4-4abe-b54f-d9d7918bf047", - "name": "7b6da285-dbe4-4abe-b54f-d9d7918bf047", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30f95b1c-fc7e-4d90-b1ce-7f02584b7f10", + "name": "30f95b1c-fc7e-4d90-b1ce-7f02584b7f10", "status": "Succeeded", - "startTime": "2022-10-21T21:57:11.9478343Z", - "endTime": "2022-10-21T21:57:12.0271586Z", + "startTime": "2022-10-25T10:17:17.7726461Z", + "endTime": "2022-10-25T10:17:17.8195221Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf" @@ -7032,7 +7027,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7b6da285-dbe4-4abe-b54f-d9d7918bf047?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30f95b1c-fc7e-4d90-b1ce-7f02584b7f10?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -7046,7 +7041,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:57:11 GMT", + "Date": "Tue, 25 Oct 2022 10:17:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7054,19 +7049,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d226f6f-ac6f-4022-8cc6-7a65dd176311", + "x-ms-correlation-request-id": "8a99c684-4190-4419-b49f-52f455d01c53", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215712Z:7d226f6f-ac6f-4022-8cc6-7a65dd176311", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T101718Z:8a99c684-4190-4419-b49f-52f455d01c53", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-51142cdf", "name": "sdk-py-tests-acc-1-51142cdf", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-21T21%3A57%3A11.9505848Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A17%3A17.7656024Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-21T21:34:56.0655405Z" + "CreatedOnDate": "2022-10-25T09:54:42.5424974Z" }, "properties": { "encryption": { @@ -7077,10 +7072,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-21T21:34:57.0538331Z", + "createdAt": "2022-10-25T09:54:43.6623257Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T21:34:57.0538331Z" + "lastModifiedAt": "2022-10-25T09:54:43.6623257Z" } } }, @@ -7099,15 +7094,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 21 Oct 2022 21:57:12 GMT", + "Date": "Tue, 25 Oct 2022 10:17: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": "e9dc22c8-7da2-4595-8919-5229f7b206ed", + "x-ms-correlation-request-id": "729732d5-0cce-4276-9593-4d50611ef3c9", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215712Z:e9dc22c8-7da2-4595-8919-5229f7b206ed", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T101718Z:729732d5-0cce-4276-9593-4d50611ef3c9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7131,12 +7126,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/667c51d4-be5c-442b-8528-7827918cd459?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/80afe803-1df9-4dad-9e25-655f7489a52c?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 21 Oct 2022 21:57:13 GMT", + "Date": "Tue, 25 Oct 2022 10:17:19 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/667c51d4-be5c-442b-8528-7827918cd459?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/80afe803-1df9-4dad-9e25-655f7489a52c?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -7145,12 +7140,50 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "93ce9ad5-5dea-4d29-bdf2-cd7e31c835ad", - "x-ms-correlation-request-id": "7ffd75a0-8717-49c8-80e7-6996d3d95b0a", + "x-ms-arm-service-request-id": "a7842ca9-ff7e-44f9-8c8f-30520ee11c48", + "x-ms-correlation-request-id": "e6362147-4081-43d2-943a-030b28481cbf", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221021T215714Z:7ffd75a0-8717-49c8-80e7-6996d3d95b0a" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T101719Z:e6362147-4081-43d2-943a-030b28481cbf" }, "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/69a75bda-882e-44d5-8431-63421204132a/providers/Microsoft.Network/locations/westus2/operations/80afe803-1df9-4dad-9e25-655f7489a52c?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Authorization": "Sanitized", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-ms-client-request-id": "34c763dc-544e-11ed-aca0-ac675dc66a69" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 10:17:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "66f8bf8c-c941-4b37-b7e6-a4bb47360d96", + "x-ms-correlation-request-id": "c03acbf2-0e22-49fa-a9ec-05ef25570734", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "266b6c64-d599-4a25-9bda-f9f08600d34c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T101720Z:c03acbf2-0e22-49fa-a9ec-05ef25570734" + }, + "ResponseBody": { + "status": "Succeeded" + } } ], "Variables": {} 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 5fdd9143a713..c2992f56751e 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:40:04 GMT", + "Date": "Tue, 25 Oct 2022 10:33:15 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.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:40:04 GMT", + "Date": "Tue, 25 Oct 2022 10:33:15 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.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "b894d95a-f995-4956-a725-efdf145adadb", + "client-request-id": "095a90c6-e003-4889-9cb0-089c2edb6a11", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "b894d95a-f995-4956-a725-efdf145adadb", + "client-request-id": "095a90c6-e003-4889-9cb0-089c2edb6a11", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:40:04 GMT", + "Date": "Tue, 25 Oct 2022 10:33:15 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/282cc8cb-1a05-46ad-b771-f01eea19002c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/586c637f-8406-4777-8faf-57d91ef3d032?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:40:15 GMT", + "Date": "Tue, 25 Oct 2022 10:33:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8d95a804-0e9f-4b6d-b896-654c317dded3", - "x-ms-correlation-request-id": "97f41453-d9e4-45ed-8b09-ad459ed6c5d9", + "x-ms-arm-service-request-id": "36a2e7a2-3504-46cd-b505-074a2c3c9410", + "x-ms-correlation-request-id": "c1a73b89-b9ba-43ea-af84-3bbc61f6e0db", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094016Z:97f41453-d9e4-45ed-8b09-ad459ed6c5d9" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103326Z:c1a73b89-b9ba-43ea-af84-3bbc61f6e0db" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-c2b62691", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691", - "etag": "W/\u0022e3058f39-83b0-4ec4-8c5f-f7f3aa03998f\u0022", + "etag": "W/\u0022525c2e7b-2b07-45bd-b519-79863a85f117\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:40:07.6347696Z" + "CreatedOnDate": "2022-10-25T10:33:18.9060134Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "d99411d0-4fd0-4332-9a97-ff6d3e734cfa", + "resourceGuid": "71a51d62-e408-4013-872f-054bd16d9b77", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/282cc8cb-1a05-46ad-b771-f01eea19002c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/586c637f-8406-4777-8faf-57d91ef3d032?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,10 +293,9 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:40:16 GMT", + "Date": "Tue, 25 Oct 2022 10:33:26 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" @@ -305,45 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "55c54135-9174-4d6b-a186-888b69a7cd9e", - "x-ms-correlation-request-id": "1311ad62-9f66-4579-9f8a-80a86209d4da", + "x-ms-arm-service-request-id": "8eeacffb-e4fa-4754-a198-7b3bf828eb98", + "x-ms-correlation-request-id": "bb69c582-04d5-4790-9910-7e2ebf1114ac", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094016Z:1311ad62-9f66-4579-9f8a-80a86209d4da" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/282cc8cb-1a05-46ad-b771-f01eea19002c?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:40:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d5a87f12-8695-4c5a-a81c-76e203893649", - "x-ms-correlation-request-id": "b5c061d2-6d40-4d6d-8873-58826d24eba0", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094026Z:b5c061d2-6d40-4d6d-8873-58826d24eba0" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103326Z:bb69c582-04d5-4790-9910-7e2ebf1114ac" }, "ResponseBody": { "status": "Succeeded" @@ -364,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:40:26 GMT", - "ETag": "W/\u002211e3d626-8e43-46c6-862d-16fde3beca59\u0022", + "Date": "Tue, 25 Oct 2022 10:33:27 GMT", + "ETag": "W/\u0022fde15678-9904-4e4f-b664-c6cc58d38d17\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -376,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b2efa2f7-2055-480d-9989-7fa2f7b60504", - "x-ms-correlation-request-id": "05ebdf10-a709-4cd2-9a08-bbcac3d3b14f", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094027Z:05ebdf10-a709-4cd2-9a08-bbcac3d3b14f" + "x-ms-arm-service-request-id": "4e67ba7f-8d28-4743-b12f-8660d961f65d", + "x-ms-correlation-request-id": "f1f118ef-497a-4afc-85d3-95981633e275", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103327Z:f1f118ef-497a-4afc-85d3-95981633e275" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-c2b62691", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691", - "etag": "W/\u002211e3d626-8e43-46c6-862d-16fde3beca59\u0022", + "etag": "W/\u0022fde15678-9904-4e4f-b664-c6cc58d38d17\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:40:07.6347696Z" + "CreatedOnDate": "2022-10-25T10:33:18.9060134Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "d99411d0-4fd0-4332-9a97-ff6d3e734cfa", + "resourceGuid": "71a51d62-e408-4013-872f-054bd16d9b77", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -431,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4cd5e780-1f6f-41df-98b9-5c86e3799e5c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a1524858-1879-4748-99d1-70360530956b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:40:27 GMT", + "Date": "Tue, 25 Oct 2022 10:33:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -445,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "94bb6dbe-6ce2-41fb-8ec4-4b8cabfe8851", - "x-ms-correlation-request-id": "ad7ed8de-51ee-4155-9863-63e5ab9c0c69", + "x-ms-arm-service-request-id": "a353800f-8621-4038-bc46-0a10e5719437", + "x-ms-correlation-request-id": "e871dc5d-9058-43fa-8b5c-367e82a074b2", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094027Z:ad7ed8de-51ee-4155-9863-63e5ab9c0c69" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103327Z:e871dc5d-9058-43fa-8b5c-367e82a074b2" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", - "etag": "W/\u002228559d07-04f1-41b6-bd6d-c88efafd8b7d\u0022", + "etag": "W/\u00228c990181-790f-4d8f-98fc-d0fe430b17f7\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -461,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002228559d07-04f1-41b6-bd6d-c88efafd8b7d\u0022", + "etag": "W/\u00228c990181-790f-4d8f-98fc-d0fe430b17f7\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -481,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4cd5e780-1f6f-41df-98b9-5c86e3799e5c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a1524858-1879-4748-99d1-70360530956b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -495,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:40:27 GMT", + "Date": "Tue, 25 Oct 2022 10:33:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "830fe6b7-5c0f-4e10-a38e-e6ed212efefc", - "x-ms-correlation-request-id": "4976ff6d-ddb5-4537-8111-148ee50b07c8", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094028Z:4976ff6d-ddb5-4537-8111-148ee50b07c8" + "x-ms-arm-service-request-id": "7513f0e6-0940-4a52-b0c8-24cbece26c35", + "x-ms-correlation-request-id": "82a7b8e0-5f6d-48a0-8eb5-6a3fcd283273", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103328Z:82a7b8e0-5f6d-48a0-8eb5-6a3fcd283273" }, "ResponseBody": { "status": "Succeeded" @@ -530,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:40:27 GMT", - "ETag": "W/\u0022bfa0d24a-ad2d-43ca-9957-bc9e1e384db8\u0022", + "Date": "Tue, 25 Oct 2022 10:33:28 GMT", + "ETag": "W/\u0022ea2e5cd7-7e07-4417-8cd2-445fbd090f4a\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -542,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "41ec2807-9d01-4049-bb82-cbda66f16081", - "x-ms-correlation-request-id": "8008ca80-4949-4528-9396-a1eeeeba4131", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094028Z:8008ca80-4949-4528-9396-a1eeeeba4131" + "x-ms-arm-service-request-id": "5813e99e-089d-4abd-a68c-6fd4c1108574", + "x-ms-correlation-request-id": "f37db73d-f530-4952-8d95-871608285b69", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103328Z:f37db73d-f530-4952-8d95-871608285b69" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", - "etag": "W/\u0022bfa0d24a-ad2d-43ca-9957-bc9e1e384db8\u0022", + "etag": "W/\u0022ea2e5cd7-7e07-4417-8cd2-445fbd090f4a\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -558,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022bfa0d24a-ad2d-43ca-9957-bc9e1e384db8\u0022", + "etag": "W/\u0022ea2e5cd7-7e07-4417-8cd2-445fbd090f4a\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -594,12 +558,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:40:28 GMT", + "Date": "Tue, 25 Oct 2022 10:33:27 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.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -688,12 +652,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:40:28 GMT", + "Date": "Tue, 25 Oct 2022 10:33:27 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.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -749,9 +713,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "99843314-1bc6-480b-bf2a-00a7face7d2a", + "client-request-id": "592d9898-95a0-4b19-86d1-060fec9ae882", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -763,14 +727,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "99843314-1bc6-480b-bf2a-00a7face7d2a", + "client-request-id": "592d9898-95a0-4b19-86d1-060fec9ae882", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:40:28 GMT", + "Date": "Tue, 25 Oct 2022 10:33:28 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -778,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -805,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4c76723e-b836-4d05-8c2e-f67906e5cc22?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1318f2c9-e756-405b-b7f8-e10129410f8d?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:40:32 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A40%3A32.3127306Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:33:33 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A33%3A32.2467706Z\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": "bf7ef377-f5b7-4679-9975-cbaf05358098", + "x-ms-correlation-request-id": "adf5b167-975b-4a36-ba0b-7300cc45f1d5", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094033Z:bf7ef377-f5b7-4679-9975-cbaf05358098", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103333Z:adf5b167-975b-4a36-ba0b-7300cc45f1d5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691", "name": "sdk-py-tests-acc-1-c2b62691", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A40%3A32.3127306Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A33%3A32.2467706Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:40:30.1867602Z" + "CreatedOnDate": "2022-10-25T10:33:30.0641160Z" }, "properties": { "provisioningState": "Creating" @@ -836,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:40:31.2716804Z", + "createdAt": "2022-10-25T10:33:31.2370835Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:40:31.2716804Z" + "lastModifiedAt": "2022-10-25T10:33:31.2370835Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4c76723e-b836-4d05-8c2e-f67906e5cc22?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1318f2c9-e756-405b-b7f8-e10129410f8d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -858,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:40:32 GMT", + "Date": "Tue, 25 Oct 2022 10:33:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -866,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8036a091-df61-4571-ae4e-2962c385d04f", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094033Z:8036a091-df61-4571-ae4e-2962c385d04f", + "x-ms-correlation-request-id": "ac709a50-546d-4929-a507-77bea811c87d", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103333Z:ac709a50-546d-4929-a507-77bea811c87d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4c76723e-b836-4d05-8c2e-f67906e5cc22", - "name": "4c76723e-b836-4d05-8c2e-f67906e5cc22", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1318f2c9-e756-405b-b7f8-e10129410f8d", + "name": "1318f2c9-e756-405b-b7f8-e10129410f8d", "status": "Succeeded", - "startTime": "2022-10-22T09:40:32.3088891Z", - "endTime": "2022-10-22T09:40:32.3557373Z", + "startTime": "2022-10-25T10:33:32.2552807Z", + "endTime": "2022-10-25T10:33:32.3178249Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691" @@ -898,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:40:33 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A40%3A32.3594539Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:33:33 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A33%3A32.3198596Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -907,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e11c8163-62ac-44d8-ad68-eaf25b4542c1", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094034Z:e11c8163-62ac-44d8-ad68-eaf25b4542c1", + "x-ms-correlation-request-id": "4f34e779-2a2d-48fc-baf8-1c52f0a9b63a", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103333Z:4f34e779-2a2d-48fc-baf8-1c52f0a9b63a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691", "name": "sdk-py-tests-acc-1-c2b62691", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A40%3A32.3594539Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A33%3A32.3198596Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:40:30.1867602Z" + "CreatedOnDate": "2022-10-25T10:33:30.0641160Z" }, "properties": { "activeDirectories": [ @@ -948,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:40:31.2716804Z", + "createdAt": "2022-10-25T10:33:31.2370835Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:40:31.2716804Z" + "lastModifiedAt": "2022-10-25T10:33:31.2370835Z" } } }, @@ -977,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ff94a287-db3d-4283-888c-5bbb200d6d14?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cbde752b-c94d-4478-9f5e-13a5e62a3787?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:40:37 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A40%3A35.9896281Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:33:36 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A33%3A35.4509216Z\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": "ea9e3295-70ce-46f0-b30f-e74adb8332da", + "x-ms-correlation-request-id": "c8a07d8a-24b2-40f2-8910-1e69a4e72a18", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094037Z:ea9e3295-70ce-46f0-b30f-e74adb8332da", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103336Z:c8a07d8a-24b2-40f2-8910-1e69a4e72a18", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A40%3A35.9896281Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A33%3A35.4509216Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:40:34.4385798Z" + "CreatedOnDate": "2022-10-25T10:33:34.2386962Z" }, "properties": { "serviceLevel": "Premium", @@ -1014,15 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:40:35.7474567Z", + "createdAt": "2022-10-25T10:33:35.2087677Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:40:35.7474567Z" + "lastModifiedAt": "2022-10-25T10:33:35.2087677Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ff94a287-db3d-4283-888c-5bbb200d6d14?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cbde752b-c94d-4478-9f5e-13a5e62a3787?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1036,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:40:37 GMT", + "Date": "Tue, 25 Oct 2022 10:33:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1044,17 +1008,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6f21c7d0-8494-4b16-8428-3fa73e7d29d1", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094037Z:6f21c7d0-8494-4b16-8428-3fa73e7d29d1", + "x-ms-correlation-request-id": "10b4e415-a6c5-40f0-bc14-d24ce0bb7221", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103337Z:10b4e415-a6c5-40f0-bc14-d24ce0bb7221", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ff94a287-db3d-4283-888c-5bbb200d6d14", - "name": "ff94a287-db3d-4283-888c-5bbb200d6d14", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cbde752b-c94d-4478-9f5e-13a5e62a3787", + "name": "cbde752b-c94d-4478-9f5e-13a5e62a3787", "status": "Succeeded", - "startTime": "2022-10-22T09:40:35.9821066Z", - "endTime": "2022-10-22T09:40:36.8570617Z", + "startTime": "2022-10-25T10:33:35.4777447Z", + "endTime": "2022-10-25T10:33:36.5715013Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1" @@ -1076,8 +1040,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:40:37 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A40%3A36.8498872Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:33:37 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A33%3A36.5604453Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1085,22 +1049,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c6336a47-6718-4dd4-982c-db51aa6e9b37", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094037Z:c6336a47-6718-4dd4-982c-db51aa6e9b37", + "x-ms-correlation-request-id": "b07fea03-2049-44ec-9c1e-1f2f5bb18187", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103337Z:b07fea03-2049-44ec-9c1e-1f2f5bb18187", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A40%3A36.8498872Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A33%3A36.5604453Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:40:34.4385798Z" + "CreatedOnDate": "2022-10-25T10:33:34.2386962Z" }, "properties": { - "poolId": "27d23e1a-face-12ec-aa1f-ae0cb828ad63", + "poolId": "f4e44f0a-1583-0ee3-d302-3ee8e04ea626", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1113,10 +1077,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:40:35.7474567Z", + "createdAt": "2022-10-25T10:33:35.2087677Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:40:35.7474567Z" + "lastModifiedAt": "2022-10-25T10:33:35.2087677Z" } } }, @@ -1159,30 +1123,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c642df5-1ecf-40bf-96b6-17f846ce14d8?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:40:50 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A40%3A49.6488151Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:33:49 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A33%3A48.9541286Z\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": "0560f4a9-6aa0-474f-aa82-6d3fab660e93", + "x-ms-correlation-request-id": "8944ee92-24e0-48ae-9091-f53eb506cefa", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094050Z:0560f4a9-6aa0-474f-aa82-6d3fab660e93", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103349Z:8944ee92-24e0-48ae-9091-f53eb506cefa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A40%3A49.6488151Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A33%3A48.9541286Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:40:48.0964601Z" + "CreatedOnDate": "2022-10-25T10:33:47.7250244Z" }, "properties": { "serviceLevel": "Premium", @@ -1212,55 +1176,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:40:49.3490915Z", + "createdAt": "2022-10-25T10:33:48.7013347Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:40:49.3490915Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:40: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": "23605bc8-62b1-493f-a90d-5614bb02c4a2", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094051Z:23605bc8-62b1-493f-a90d-5614bb02c4a2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66", - "name": "3422ef9b-436b-4274-ac80-b5a92a008c66", - "status": "Creating", - "startTime": "2022-10-22T09:40:49.6524894Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" + "lastModifiedAt": "2022-10-25T10:33:48.7013347Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c642df5-1ecf-40bf-96b6-17f846ce14d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1274,7 +1198,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:41:20 GMT", + "Date": "Tue, 25 Oct 2022 10:33:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1282,16 +1206,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e29b7a0-9570-4e6e-bae2-81538c44a97a", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094121Z:9e29b7a0-9570-4e6e-bae2-81538c44a97a", + "x-ms-correlation-request-id": "fec3729e-d760-407a-99eb-ae9c33b2f243", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103350Z:fec3729e-d760-407a-99eb-ae9c33b2f243", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66", - "name": "3422ef9b-436b-4274-ac80-b5a92a008c66", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c642df5-1ecf-40bf-96b6-17f846ce14d8", + "name": "6c642df5-1ecf-40bf-96b6-17f846ce14d8", "status": "Creating", - "startTime": "2022-10-22T09:40:49.6524894Z", + "startTime": "2022-10-25T10:33:48.9521649Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1300,7 +1224,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c642df5-1ecf-40bf-96b6-17f846ce14d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1314,7 +1238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:41:51 GMT", + "Date": "Tue, 25 Oct 2022 10:34:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1322,16 +1246,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6511e0fb-3dc3-4762-bc8e-660220e5ac04", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094151Z:6511e0fb-3dc3-4762-bc8e-660220e5ac04", + "x-ms-correlation-request-id": "2fe0b037-ff20-4cee-9dd4-eceaa57f2a4f", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103420Z:2fe0b037-ff20-4cee-9dd4-eceaa57f2a4f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66", - "name": "3422ef9b-436b-4274-ac80-b5a92a008c66", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c642df5-1ecf-40bf-96b6-17f846ce14d8", + "name": "6c642df5-1ecf-40bf-96b6-17f846ce14d8", "status": "Creating", - "startTime": "2022-10-22T09:40:49.6524894Z", + "startTime": "2022-10-25T10:33:48.9521649Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1340,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c642df5-1ecf-40bf-96b6-17f846ce14d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1354,7 +1278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:42:21 GMT", + "Date": "Tue, 25 Oct 2022 10:34:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1362,16 +1286,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4b4bef6-e6cc-4c90-8c85-e20d6df152eb", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094221Z:a4b4bef6-e6cc-4c90-8c85-e20d6df152eb", + "x-ms-correlation-request-id": "3b93503a-6709-4661-8625-28a0f1692079", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103450Z:3b93503a-6709-4661-8625-28a0f1692079", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66", - "name": "3422ef9b-436b-4274-ac80-b5a92a008c66", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c642df5-1ecf-40bf-96b6-17f846ce14d8", + "name": "6c642df5-1ecf-40bf-96b6-17f846ce14d8", "status": "Creating", - "startTime": "2022-10-22T09:40:49.6524894Z", + "startTime": "2022-10-25T10:33:48.9521649Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1380,7 +1304,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c642df5-1ecf-40bf-96b6-17f846ce14d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1394,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:42:51 GMT", + "Date": "Tue, 25 Oct 2022 10:35:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1402,16 +1326,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d8d5cd2-a83d-48b7-af48-c51994b75c88", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094252Z:5d8d5cd2-a83d-48b7-af48-c51994b75c88", + "x-ms-correlation-request-id": "4ef3090b-4aa4-467b-9cb3-0394facaa997", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103520Z:4ef3090b-4aa4-467b-9cb3-0394facaa997", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66", - "name": "3422ef9b-436b-4274-ac80-b5a92a008c66", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c642df5-1ecf-40bf-96b6-17f846ce14d8", + "name": "6c642df5-1ecf-40bf-96b6-17f846ce14d8", "status": "Creating", - "startTime": "2022-10-22T09:40:49.6524894Z", + "startTime": "2022-10-25T10:33:48.9521649Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1420,7 +1344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c642df5-1ecf-40bf-96b6-17f846ce14d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1434,7 +1358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:43:22 GMT", + "Date": "Tue, 25 Oct 2022 10:35:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1442,16 +1366,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08729cb1-693e-4e7b-856f-343b8fb9b4c9", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094322Z:08729cb1-693e-4e7b-856f-343b8fb9b4c9", + "x-ms-correlation-request-id": "f8c8f8d3-a05c-41a8-82a8-4f3c0c47da3c", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103551Z:f8c8f8d3-a05c-41a8-82a8-4f3c0c47da3c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66", - "name": "3422ef9b-436b-4274-ac80-b5a92a008c66", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c642df5-1ecf-40bf-96b6-17f846ce14d8", + "name": "6c642df5-1ecf-40bf-96b6-17f846ce14d8", "status": "Creating", - "startTime": "2022-10-22T09:40:49.6524894Z", + "startTime": "2022-10-25T10:33:48.9521649Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1460,7 +1384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c642df5-1ecf-40bf-96b6-17f846ce14d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1474,7 +1398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:43:51 GMT", + "Date": "Tue, 25 Oct 2022 10:36:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1482,16 +1406,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b0266a48-da86-4a45-9973-87579b866e6f", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094352Z:b0266a48-da86-4a45-9973-87579b866e6f", + "x-ms-correlation-request-id": "4db6585b-835a-4008-a421-cab4ec34a893", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103621Z:4db6585b-835a-4008-a421-cab4ec34a893", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66", - "name": "3422ef9b-436b-4274-ac80-b5a92a008c66", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c642df5-1ecf-40bf-96b6-17f846ce14d8", + "name": "6c642df5-1ecf-40bf-96b6-17f846ce14d8", "status": "Creating", - "startTime": "2022-10-22T09:40:49.6524894Z", + "startTime": "2022-10-25T10:33:48.9521649Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1500,7 +1424,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c642df5-1ecf-40bf-96b6-17f846ce14d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1514,7 +1438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:44:22 GMT", + "Date": "Tue, 25 Oct 2022 10:36:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1522,16 +1446,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "064469c7-9969-443f-acb0-5e5a2658b746", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094422Z:064469c7-9969-443f-acb0-5e5a2658b746", + "x-ms-correlation-request-id": "1b229ea0-5dbe-446c-a73c-9fb4e7783464", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103651Z:1b229ea0-5dbe-446c-a73c-9fb4e7783464", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66", - "name": "3422ef9b-436b-4274-ac80-b5a92a008c66", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c642df5-1ecf-40bf-96b6-17f846ce14d8", + "name": "6c642df5-1ecf-40bf-96b6-17f846ce14d8", "status": "Creating", - "startTime": "2022-10-22T09:40:49.6524894Z", + "startTime": "2022-10-25T10:33:48.9521649Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1540,7 +1464,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c642df5-1ecf-40bf-96b6-17f846ce14d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1554,7 +1478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:44:53 GMT", + "Date": "Tue, 25 Oct 2022 10:37:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1562,16 +1486,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "538953b2-50b5-42d2-87d0-12bc3fa79f54", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094453Z:538953b2-50b5-42d2-87d0-12bc3fa79f54", + "x-ms-correlation-request-id": "e1168373-5370-45bc-b6c5-7ed5998daa7c", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103721Z:e1168373-5370-45bc-b6c5-7ed5998daa7c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66", - "name": "3422ef9b-436b-4274-ac80-b5a92a008c66", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c642df5-1ecf-40bf-96b6-17f846ce14d8", + "name": "6c642df5-1ecf-40bf-96b6-17f846ce14d8", "status": "Creating", - "startTime": "2022-10-22T09:40:49.6524894Z", + "startTime": "2022-10-25T10:33:48.9521649Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1580,7 +1504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c642df5-1ecf-40bf-96b6-17f846ce14d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1594,7 +1518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:45:22 GMT", + "Date": "Tue, 25 Oct 2022 10:37:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1602,16 +1526,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4a0cab1a-a1bc-43c4-8328-6d1b7ba71e5a", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094523Z:4a0cab1a-a1bc-43c4-8328-6d1b7ba71e5a", + "x-ms-correlation-request-id": "f408ff7d-2da7-40cb-a5d0-556191c7ab12", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103752Z:f408ff7d-2da7-40cb-a5d0-556191c7ab12", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66", - "name": "3422ef9b-436b-4274-ac80-b5a92a008c66", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c642df5-1ecf-40bf-96b6-17f846ce14d8", + "name": "6c642df5-1ecf-40bf-96b6-17f846ce14d8", "status": "Creating", - "startTime": "2022-10-22T09:40:49.6524894Z", + "startTime": "2022-10-25T10:33:48.9521649Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1620,7 +1544,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c642df5-1ecf-40bf-96b6-17f846ce14d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1634,7 +1558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:45:53 GMT", + "Date": "Tue, 25 Oct 2022 10:38:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1642,17 +1566,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0c42c8e3-dc89-4c87-912d-ea3cf72581d5", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094553Z:0c42c8e3-dc89-4c87-912d-ea3cf72581d5", + "x-ms-correlation-request-id": "d0ffaf15-627d-40be-9409-37779143c388", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103823Z:d0ffaf15-627d-40be-9409-37779143c388", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3422ef9b-436b-4274-ac80-b5a92a008c66", - "name": "3422ef9b-436b-4274-ac80-b5a92a008c66", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6c642df5-1ecf-40bf-96b6-17f846ce14d8", + "name": "6c642df5-1ecf-40bf-96b6-17f846ce14d8", "status": "Succeeded", - "startTime": "2022-10-22T09:40:49.6524894Z", - "endTime": "2022-10-22T09:45:28.3233276Z", + "startTime": "2022-10-25T10:33:48.9521649Z", + "endTime": "2022-10-25T10:38:22.4567204Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" @@ -1674,8 +1598,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:45:54 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A45%3A28.2643623Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:38:22 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A38%3A22.4456415Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1683,22 +1607,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23749f0d-2130-48b9-a06c-11204637b134", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094555Z:23749f0d-2130-48b9-a06c-11204637b134", + "x-ms-correlation-request-id": "894edd70-4e01-42ff-a0c1-10584b704787", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103823Z:894edd70-4e01-42ff-a0c1-10584b704787", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A45%3A28.2643623Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A38%3A22.4456415Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:40:48.0964601Z" + "CreatedOnDate": "2022-10-25T10:33:47.7250244Z" }, "properties": { - "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", + "fileSystemId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-c2b62691", "usageThreshold": 107374182400, @@ -1726,7 +1650,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25f3983b", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_734a8e9c", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1741,8 +1665,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", - "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", + "mountTargetId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", + "fileSystemId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", "ipAddress": "10.0.0.4" } ], @@ -1762,10 +1686,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:40:49.3490915Z", + "createdAt": "2022-10-25T10:33:48.7013347Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:40:49.3490915Z" + "lastModifiedAt": "2022-10-25T10:33:48.7013347Z" } } }, @@ -1784,8 +1708,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:46:04 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A45%3A28.2643623Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:38:33 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A38%3A22.4456415Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1793,22 +1717,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7da8e25d-21fd-46dd-ab80-5c33164b0b41", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094605Z:7da8e25d-21fd-46dd-ab80-5c33164b0b41", + "x-ms-correlation-request-id": "a7f9232d-822f-4421-aedb-50fce3e7307a", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103833Z:a7f9232d-822f-4421-aedb-50fce3e7307a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A45%3A28.2643623Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A38%3A22.4456415Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:40:48.0964601Z" + "CreatedOnDate": "2022-10-25T10:33:47.7250244Z" }, "properties": { - "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", + "fileSystemId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-c2b62691", "usageThreshold": 107374182400, @@ -1836,7 +1760,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25f3983b", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_734a8e9c", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1851,8 +1775,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", - "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", + "mountTargetId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", + "fileSystemId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", "ipAddress": "10.0.0.4" } ], @@ -1872,10 +1796,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:40:49.3490915Z", + "createdAt": "2022-10-25T10:33:48.7013347Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:40:49.3490915Z" + "lastModifiedAt": "2022-10-25T10:33:48.7013347Z" } } }, @@ -1894,7 +1818,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:46:05 GMT", + "Date": "Tue, 25 Oct 2022 10:38:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1902,9 +1826,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "717a1d35-1aff-46be-bec1-b22ee82ed3b2", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094606Z:717a1d35-1aff-46be-bec1-b22ee82ed3b2", + "x-ms-correlation-request-id": "2d96d69a-062d-486c-8853-7fdd2082e11a", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103834Z:2d96d69a-062d-486c-8853-7fdd2082e11a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1946,35 +1870,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70c83ed0-52eb-4a2a-ae4f-7ce1d1fddaf1?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/162ae9d3-95ae-4b42-9e94-5817f18d69c5?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "2479", + "Content-Length": "2480", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:46:05 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A46%3A06.715362Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:38:34 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A38%3A34.9405163Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70c83ed0-52eb-4a2a-ae4f-7ce1d1fddaf1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/162ae9d3-95ae-4b42-9e94-5817f18d69c5?api-version=2022-05-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": "0d8b5a88-62b6-4395-b55b-608d7a57fba6", + "x-ms-correlation-request-id": "1be443ab-a8ce-4405-8761-591962f57eb5", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094606Z:0d8b5a88-62b6-4395-b55b-608d7a57fba6", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103835Z:1be443ab-a8ce-4405-8761-591962f57eb5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A46%3A06.715362Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A38%3A34.9405163Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:40:48.0964601Z" + "CreatedOnDate": "2022-10-25T10:33:47.7250244Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", + "fileSystemId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-c2b62691", "usageThreshold": 107374182400, @@ -2002,7 +1926,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25f3983b", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_734a8e9c", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2017,8 +1941,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", - "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", + "mountTargetId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", + "fileSystemId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", "ipAddress": "10.0.0.4" } ], @@ -2037,15 +1961,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:40:49.3490915Z", + "createdAt": "2022-10-25T10:33:48.7013347Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:40:49.3490915Z" + "lastModifiedAt": "2022-10-25T10:33:48.7013347Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70c83ed0-52eb-4a2a-ae4f-7ce1d1fddaf1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/162ae9d3-95ae-4b42-9e94-5817f18d69c5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2059,7 +1983,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:46:07 GMT", + "Date": "Tue, 25 Oct 2022 10:38:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2067,16 +1991,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "faaf57bc-8879-4f49-b773-d8952d3c897f", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094607Z:faaf57bc-8879-4f49-b773-d8952d3c897f", + "x-ms-correlation-request-id": "f607fdd6-64df-4a11-8c44-ad157d76a32f", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103835Z:f607fdd6-64df-4a11-8c44-ad157d76a32f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70c83ed0-52eb-4a2a-ae4f-7ce1d1fddaf1", - "name": "70c83ed0-52eb-4a2a-ae4f-7ce1d1fddaf1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/162ae9d3-95ae-4b42-9e94-5817f18d69c5", + "name": "162ae9d3-95ae-4b42-9e94-5817f18d69c5", "status": "Patching", - "startTime": "2022-10-22T09:46:06.7179951Z", + "startTime": "2022-10-25T10:38:34.9527328Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2085,7 +2009,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70c83ed0-52eb-4a2a-ae4f-7ce1d1fddaf1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/162ae9d3-95ae-4b42-9e94-5817f18d69c5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2099,7 +2023,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:46:37 GMT", + "Date": "Tue, 25 Oct 2022 10:39:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2107,17 +2031,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7dff98db-adec-4ac1-b863-9d2a6f86b104", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094637Z:7dff98db-adec-4ac1-b863-9d2a6f86b104", + "x-ms-correlation-request-id": "23e4c93e-459f-44ad-87a8-52883c096d3b", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103905Z:23e4c93e-459f-44ad-87a8-52883c096d3b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70c83ed0-52eb-4a2a-ae4f-7ce1d1fddaf1", - "name": "70c83ed0-52eb-4a2a-ae4f-7ce1d1fddaf1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/162ae9d3-95ae-4b42-9e94-5817f18d69c5", + "name": "162ae9d3-95ae-4b42-9e94-5817f18d69c5", "status": "Succeeded", - "startTime": "2022-10-22T09:46:06.7179951Z", - "endTime": "2022-10-22T09:46:10.6897334Z", + "startTime": "2022-10-25T10:38:34.9527328Z", + "endTime": "2022-10-25T10:38:38.1870913Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" @@ -2125,7 +2049,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70c83ed0-52eb-4a2a-ae4f-7ce1d1fddaf1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/162ae9d3-95ae-4b42-9e94-5817f18d69c5?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2139,7 +2063,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:46:37 GMT", + "Date": "Tue, 25 Oct 2022 10:39:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2147,19 +2071,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "33b6db27-dfdc-494a-b084-94c459ea3852", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094637Z:33b6db27-dfdc-494a-b084-94c459ea3852", + "x-ms-correlation-request-id": "00c7aa85-41a1-45f7-9576-1dc76c7fecee", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103905Z:00c7aa85-41a1-45f7-9576-1dc76c7fecee", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A46%3A10.6740972Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A38%3A38.1756713Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:46:06.3842003Z" + "CreatedOnDate": "2022-10-25T10:38:34.6438244Z" }, "properties": { "dataProtection": { @@ -2169,12 +2093,12 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault" } }, - "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", + "fileSystemId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-c2b62691", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 0, + "usedBytes": 356352, "exportPolicy": { "rules": [ { @@ -2200,19 +2124,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25f3983b", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_734a8e9c", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", - "poolId": "27d23e1a-face-12ec-aa1f-ae0cb828ad63", + "poolId": "f4e44f0a-1583-0ee3-d302-3ee8e04ea626", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", - "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", + "mountTargetId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", + "fileSystemId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", "startIp": "", "endIp": "", "gateway": "", @@ -2244,10 +2168,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:40:49.3490915Z", + "createdAt": "2022-10-25T10:33:48.7013347Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:46:06.5764304Z" + "lastModifiedAt": "2022-10-25T10:38:34.8192551Z" } } }, @@ -2270,20 +2194,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da8fbb8a-198f-4462-8eca-1b3af3cfec89?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3253d27a-1075-44e3-be3b-dd289f80ca39?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "542", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:46:38 GMT", + "Date": "Tue, 25 Oct 2022 10:39:06 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da8fbb8a-198f-4462-8eca-1b3af3cfec89?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3253d27a-1075-44e3-be3b-dd289f80ca39?api-version=2022-05-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": "82308c57-bddc-4de7-9351-861fad740f19", + "x-ms-correlation-request-id": "71fcfc31-3952-4e6d-b88e-3ae99b901c57", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094638Z:82308c57-bddc-4de7-9351-861fad740f19", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103906Z:71fcfc31-3952-4e6d-b88e-3ae99b901c57", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2298,7 +2222,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da8fbb8a-198f-4462-8eca-1b3af3cfec89?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3253d27a-1075-44e3-be3b-dd289f80ca39?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2312,7 +2236,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:46:38 GMT", + "Date": "Tue, 25 Oct 2022 10:39:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2320,17 +2244,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "04dc64bc-a965-4074-944c-737430f428c7", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094638Z:04dc64bc-a965-4074-944c-737430f428c7", + "x-ms-correlation-request-id": "6239b577-d483-4829-b185-728c0bce3963", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103906Z:6239b577-d483-4829-b185-728c0bce3963", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3253d27a-1075-44e3-be3b-dd289f80ca39", + "name": "3253d27a-1075-44e3-be3b-dd289f80ca39", + "status": "Creating", + "startTime": "2022-10-25T10:39:06.4258716Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3253d27a-1075-44e3-be3b-dd289f80ca39?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 10:39: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": "f4cb2773-e2ca-4259-84f1-2b24c98395d3", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103937Z:f4cb2773-e2ca-4259-84f1-2b24c98395d3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da8fbb8a-198f-4462-8eca-1b3af3cfec89", - "name": "da8fbb8a-198f-4462-8eca-1b3af3cfec89", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3253d27a-1075-44e3-be3b-dd289f80ca39", + "name": "3253d27a-1075-44e3-be3b-dd289f80ca39", "status": "Succeeded", - "startTime": "2022-10-22T09:46:38.0929459Z", - "endTime": "2022-10-22T09:46:38.3116821Z", + "startTime": "2022-10-25T10:39:06.4258716Z", + "endTime": "2022-10-25T10:39:07.2227214Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1" @@ -2338,7 +2302,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/da8fbb8a-198f-4462-8eca-1b3af3cfec89?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3253d27a-1075-44e3-be3b-dd289f80ca39?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2350,29 +2314,29 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "762", + "Content-Length": "763", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:46:38 GMT", + "Date": "Tue, 25 Oct 2022 10:39:36 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": "1905afd0-d2b7-4701-afe4-a386ce5481dc", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094638Z:1905afd0-d2b7-4701-afe4-a386ce5481dc", + "x-ms-correlation-request-id": "8bc4395f-09ed-4bbd-96b0-a88f1b2b27ee", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103937Z:8bc4395f-09ed-4bbd-96b0-a88f1b2b27ee", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/22/2022 9:46:38 AM", + "etag": "10/25/2022 10:39:07 AM", "location": "", "properties": { - "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", + "fileSystemId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", "creationDate": "0001-01-01T00:00:00Z", - "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", "size": 0, "backupType": "Manual", "failureReason": "None", @@ -2396,7 +2360,52 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:46:48 GMT", + "Date": "Tue, 25 Oct 2022 10:39: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": "abc67171-d12d-4aa5-a5b3-94d5338bd442", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103947Z:abc67171-d12d-4aa5-a5b3-94d5338bd442", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-25T10:39:07Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 10:39:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2404,9 +2413,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "84d2ff70-485b-47b9-ab0b-51c3345ce1a5", + "x-ms-correlation-request-id": "1feb6843-6acc-441c-9f88-ad5c81a6d85e", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094649Z:84d2ff70-485b-47b9-ab0b-51c3345ce1a5", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103958Z:1feb6843-6acc-441c-9f88-ad5c81a6d85e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2415,8 +2424,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:46:38Z", - "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", + "creationDate": "2022-10-25T10:39:07Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2441,7 +2450,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:46:59 GMT", + "Date": "Tue, 25 Oct 2022 10:40:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2449,9 +2458,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea290b79-e1f3-45e0-9838-2e497b0310a5", + "x-ms-correlation-request-id": "7f24a1e3-7f13-4ff2-bc99-863cf545cf34", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094700Z:ea290b79-e1f3-45e0-9838-2e497b0310a5", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104009Z:7f24a1e3-7f13-4ff2-bc99-863cf545cf34", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2460,8 +2469,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:46:38Z", - "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", + "creationDate": "2022-10-25T10:39:07Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2486,7 +2495,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:47:10 GMT", + "Date": "Tue, 25 Oct 2022 10:40:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2494,9 +2503,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7560b809-2422-4827-9f4b-c5d00a06e01e", + "x-ms-correlation-request-id": "1cbaa6b5-9135-4532-b59f-ead6e93e172b", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094711Z:7560b809-2422-4827-9f4b-c5d00a06e01e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104019Z:1cbaa6b5-9135-4532-b59f-ead6e93e172b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2505,8 +2514,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:46:38Z", - "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", + "creationDate": "2022-10-25T10:39:07Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2531,7 +2540,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:47:20 GMT", + "Date": "Tue, 25 Oct 2022 10:40:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2539,9 +2548,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "732b11c2-ddf0-4327-a128-064367264def", + "x-ms-correlation-request-id": "772dca03-c40d-4467-8627-34162d121e11", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094721Z:732b11c2-ddf0-4327-a128-064367264def", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104030Z:772dca03-c40d-4467-8627-34162d121e11", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2550,8 +2559,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:46:38Z", - "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", + "creationDate": "2022-10-25T10:39:07Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2576,7 +2585,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:47:31 GMT", + "Date": "Tue, 25 Oct 2022 10:40:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2584,9 +2593,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef7ce7ed-2834-4d59-846a-7cdddde44794", + "x-ms-correlation-request-id": "b57d2b70-a622-4d1b-b965-9165c45eb86c", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094731Z:ef7ce7ed-2834-4d59-846a-7cdddde44794", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104041Z:b57d2b70-a622-4d1b-b965-9165c45eb86c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2595,8 +2604,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:46:38Z", - "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", + "creationDate": "2022-10-25T10:39:07Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2621,7 +2630,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:47:43 GMT", + "Date": "Tue, 25 Oct 2022 10:40:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2629,9 +2638,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "83202411-0ebf-41a0-9eaa-dad968694542", + "x-ms-correlation-request-id": "ff98cd87-1acf-4655-b1c8-7d8b9fbc5699", "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094743Z:83202411-0ebf-41a0-9eaa-dad968694542", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104051Z:ff98cd87-1acf-4655-b1c8-7d8b9fbc5699", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2640,8 +2649,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:46:38Z", - "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", + "creationDate": "2022-10-25T10:39:07Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2666,7 +2675,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:47:53 GMT", + "Date": "Tue, 25 Oct 2022 10:41:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2674,9 +2683,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "30e5bff4-ca16-49e3-883c-7cfc2d75ac5f", + "x-ms-correlation-request-id": "d5e7369c-93f4-4b01-870f-4bfdc95d9cec", "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094753Z:30e5bff4-ca16-49e3-883c-7cfc2d75ac5f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104103Z:d5e7369c-93f4-4b01-870f-4bfdc95d9cec", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2685,8 +2694,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:46:38Z", - "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", + "creationDate": "2022-10-25T10:39:07Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2711,7 +2720,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:48:03 GMT", + "Date": "Tue, 25 Oct 2022 10:41:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2719,9 +2728,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6f9492d-6413-4fcd-bb22-c0b96ad1c589", + "x-ms-correlation-request-id": "acfeaf5a-83a4-486b-850d-c9de81cad1bd", "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094804Z:e6f9492d-6413-4fcd-bb22-c0b96ad1c589", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104113Z:acfeaf5a-83a4-486b-850d-c9de81cad1bd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2730,8 +2739,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:46:38Z", - "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", + "creationDate": "2022-10-25T10:39:07Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2756,7 +2765,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:48:13 GMT", + "Date": "Tue, 25 Oct 2022 10:41:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2764,9 +2773,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8dc42276-ed3f-4bf4-a3cb-e919ef712f6b", + "x-ms-correlation-request-id": "cd3abbec-663e-4a16-8ec1-d936416cde46", "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094814Z:8dc42276-ed3f-4bf4-a3cb-e919ef712f6b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104124Z:cd3abbec-663e-4a16-8ec1-d936416cde46", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2775,8 +2784,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:46:38Z", - "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", + "creationDate": "2022-10-25T10:39:07Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2801,7 +2810,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:48:25 GMT", + "Date": "Tue, 25 Oct 2022 10:41:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2809,9 +2818,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c635137b-0511-47a4-b901-df7f6a9126cb", + "x-ms-correlation-request-id": "a4ef1007-200d-4742-9e1c-de1afdc9a849", "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094825Z:c635137b-0511-47a4-b901-df7f6a9126cb", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104135Z:a4ef1007-200d-4742-9e1c-de1afdc9a849", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2820,8 +2829,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:46:38Z", - "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", + "creationDate": "2022-10-25T10:39:07Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2846,7 +2855,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:48:35 GMT", + "Date": "Tue, 25 Oct 2022 10:41:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2854,9 +2863,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "520e8417-949d-4bb2-906d-b1be686e5b00", + "x-ms-correlation-request-id": "19003aad-f9b0-42fb-b9de-3d6a05a22ee7", "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094835Z:520e8417-949d-4bb2-906d-b1be686e5b00", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104145Z:19003aad-f9b0-42fb-b9de-3d6a05a22ee7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2865,11 +2874,11 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:46:57Z", - "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", - "size": 339968, + "creationDate": "2022-10-25T10:39:07Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", + "size": 0, "backupType": "Manual", - "provisioningState": "Succeeded", + "provisioningState": "Creating", "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-c2b62691", "useExistingSnapshot": false @@ -2877,7 +2886,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2891,7 +2900,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:48:35 GMT", + "Date": "Tue, 25 Oct 2022 10:41:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2899,55 +2908,44 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b619329b-90ff-46bd-abdd-f9282617d33b", + "x-ms-correlation-request-id": "7c13c9c8-4199-4505-81be-a7f38d715731", "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094836Z:b619329b-90ff-46bd-abdd-f9282617d33b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104156Z:7c13c9c8-4199-4505-81be-a7f38d715731", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault", - "name": "sdk-py-tests-acc-1-c2b62691/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": {} - } - ] + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-25T10:39:07Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691?api-version=2022-05-01", - "RequestMethod": "PATCH", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Content-Length": "412", - "Content-Type": "application/json", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, - "RequestBody": { - "properties": { - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "dataProtection": { - "backup": { - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault", - "backupEnabled": true - } - }, - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0 - } - }, + "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:48:38 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A48%3A36.8733612Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:42:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2955,150 +2953,168 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a28bc48c-205e-455d-91ef-23f9decea230", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094838Z:a28bc48c-205e-455d-91ef-23f9decea230", + "x-ms-correlation-request-id": "011ec37c-c206-49ef-afcb-58be6967ec5b", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104206Z:011ec37c-c206-49ef-afcb-58be6967ec5b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A48%3A36.8733612Z\u0027\u0022", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-22T09:48:36.4690246Z" - }, "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault" - } - }, - "provisioningState": "Succeeded", - "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-c2b62691", - "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_8f82c7b40509489d9e97d719b9b955b4_25f3983b", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", - "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-22T09:40:49.3490915Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:48:36.6962013Z" + "creationDate": "2022-10-25T10:39:07Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Content-Length": "69", - "Content-Type": "application/json", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, - "RequestBody": { + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 10:42: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": "f128b08c-ee49-4b67-856b-bc84f3ec344f", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104217Z:f128b08c-ee49-4b67-856b-bc84f3ec344f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { + "creationDate": "2022-10-25T10:39:07Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", "useExistingSnapshot": false } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed6596ae-f78a-474a-95be-f01e114e23fd?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "542", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:48:38 GMT", + "Date": "Tue, 25 Oct 2022 10:42:28 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed6596ae-f78a-474a-95be-f01e114e23fd?api-version=2022-05-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": "7c114ba8-dc00-4b4e-97b4-ed02c9c51093", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094839Z:7c114ba8-dc00-4b4e-97b4-ed02c9c51093", + "x-ms-correlation-request-id": "cd9a5235-d43a-4baa-90d1-6dd56815fd9c", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104228Z:cd9a5235-d43a-4baa-90d1-6dd56815fd9c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-25T10:39:07Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 10:42: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": "b1377406-bdfe-4fd9-a875-367d1f9272a1", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104239Z:b1377406-bdfe-4fd9-a875-367d1f9272a1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { + "creationDate": "2022-10-25T10:39:07Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", + "size": 0, + "backupType": "Manual", "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed6596ae-f78a-474a-95be-f01e114e23fd?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -3109,7 +3125,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:48:39 GMT", + "Date": "Tue, 25 Oct 2022 10:42:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3117,93 +3133,548 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f557c1f1-a8bf-47e8-b17c-cee387a6ce87", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094839Z:f557c1f1-a8bf-47e8-b17c-cee387a6ce87", + "x-ms-correlation-request-id": "6807bb7a-d791-4704-bfbc-fd8c9bbfad48", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104252Z:6807bb7a-d791-4704-bfbc-fd8c9bbfad48", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed6596ae-f78a-474a-95be-f01e114e23fd", - "name": "ed6596ae-f78a-474a-95be-f01e114e23fd", - "status": "Succeeded", - "startTime": "2022-10-22T09:48:39.1300338Z", - "endTime": "2022-10-22T09:48:39.3019268Z", - "percentComplete": 100.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2" + "creationDate": "2022-10-25T10:39:07Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed6596ae-f78a-474a-95be-f01e114e23fd?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 201, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 10:43: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": "d29dc078-e0eb-4f1c-8d10-0c9c05d3e238", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104302Z:d29dc078-e0eb-4f1c-8d10-0c9c05d3e238", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-25T10:39:07Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "762", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:48:39 GMT", + "Date": "Tue, 25 Oct 2022 10:43: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": "ab8dff65-ed49-4775-a4b5-05b4ea48d55d", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094839Z:ab8dff65-ed49-4775-a4b5-05b4ea48d55d", + "x-ms-correlation-request-id": "11276872-04b8-4ce0-a772-04b07d64e956", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104312Z:11276872-04b8-4ce0-a772-04b07d64e956", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/22/2022 9:48:39 AM", - "location": "", + "location": "westus2", "properties": { - "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", - "creationDate": "0001-01-01T00:00:00Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:39:07Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", "size": 0, "backupType": "Manual", + "provisioningState": "Creating", "failureReason": "None", - "useExistingSnapshot": false, - "provisioningState": "Creating" + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 10:43: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": "7c3f567d-1173-4a17-9668-b8f19eeafb29", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104323Z:7c3f567d-1173-4a17-9668-b8f19eeafb29", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-25T10:39:07Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 10:43: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": "2fe6f167-2883-40cd-99f1-a2f14e3a7da3", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104334Z:2fe6f167-2883-40cd-99f1-a2f14e3a7da3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-25T10:39:07Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 10:43: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": "9e90ba84-616d-40aa-ab37-83c151f07d84", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104345Z:9e90ba84-616d-40aa-ab37-83c151f07d84", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-25T10:39:07Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 10:43: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": "4aaf666a-0d92-42a0-930a-fbecb108af83", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104355Z:4aaf666a-0d92-42a0-930a-fbecb108af83", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-25T10:39:07Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 10:44: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": "8bde9447-42ab-4069-b9f8-088eda49088f", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104406Z:8bde9447-42ab-4069-b9f8-088eda49088f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-25T10:39:28Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", + "size": 339968, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-c2b62691", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 10:44: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": "8a8ba258-df1c-409e-bb12-0527c5f0a69d", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104406Z:8a8ba258-df1c-409e-bb12-0527c5f0a69d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault", + "name": "sdk-py-tests-acc-1-c2b62691/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691?api-version=2022-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "412", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/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": "Tue, 25 Oct 2022 10:44:08 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A44%3A07.1399563Z\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": "87594e21-acad-4107-a84f-f1c26e3f45e4", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104409Z:87594e21-acad-4107-a84f-f1c26e3f45e4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", + "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A44%3A07.1399563Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-25T10:44:06.8317635Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault" + } + }, + "provisioningState": "Succeeded", + "fileSystemId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-c2b62691", + "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_8f82c7b40509489d9e97d719b9b955b4_734a8e9c", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", + "fileSystemId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T10:33:48.7013347Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T10:44:07.0092326Z" } } }, { "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", - "RequestMethod": "GET", + "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", + "Content-Length": "69", + "Content-Type": "application/json", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, - "RequestBody": null, - "StatusCode": 200, + "RequestBody": { + "location": "westus2", + "properties": { + "useExistingSnapshot": false + } + }, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a92ddb29-5922-4d84-96be-135907bae1cf?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "542", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:48:50 GMT", + "Date": "Tue, 25 Oct 2022 10:44:08 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a92ddb29-5922-4d84-96be-135907bae1cf?api-version=2022-05-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": "eddd05e9-c61b-4883-b44e-52f4f31fc215", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094851Z:eddd05e9-c61b-4883-b44e-52f4f31fc215", + "x-ms-correlation-request-id": "9965173b-477d-4a88-8115-9171af1477a0", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104409Z:9965173b-477d-4a88-8115-9171af1477a0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3212,22 +3683,16 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", - "size": 0, - "backupType": "Manual", "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-c2b62691", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a92ddb29-5922-4d84-96be-135907bae1cf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -3238,7 +3703,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:49:01 GMT", + "Date": "Tue, 25 Oct 2022 10:44:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3246,70 +3711,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a73dabbb-cb41-446d-8ba6-482df973b5a7", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094901Z:a73dabbb-cb41-446d-8ba6-482df973b5a7", + "x-ms-correlation-request-id": "343daf66-aa56-4572-9324-2072a46b8ed8", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104409Z:343daf66-aa56-4572-9324-2072a46b8ed8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", - "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a92ddb29-5922-4d84-96be-135907bae1cf", + "name": "a92ddb29-5922-4d84-96be-135907bae1cf", + "status": "Succeeded", + "startTime": "2022-10-25T10:44:09.4942927Z", + "endTime": "2022-10-25T10:44:09.7286108Z", + "percentComplete": 100.0, "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a92ddb29-5922-4d84-96be-135907bae1cf?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "763", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:49:12 GMT", + "Date": "Tue, 25 Oct 2022 10:44: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": "9927c5fc-f4bf-4872-a2de-3102e9b339c9", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094912Z:9927c5fc-f4bf-4872-a2de-3102e9b339c9", + "x-ms-correlation-request-id": "adc485e7-ea62-41b8-b18f-ac1fac916f5a", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104410Z:adc485e7-ea62-41b8-b18f-ac1fac916f5a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-2", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691/sdk-py-tests-backup-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "etag": "10/25/2022 10:44:09 AM", + "location": "", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "fileSystemId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", + "creationDate": "0001-01-01T00:00:00Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-c2b62691", - "useExistingSnapshot": false + "useExistingSnapshot": false, + "provisioningState": "Creating" } } }, @@ -3328,7 +3787,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:49:23 GMT", + "Date": "Tue, 25 Oct 2022 10:44:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3336,9 +3795,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b4f240ec-7982-4bed-bcba-572381682b96", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094924Z:b4f240ec-7982-4bed-bcba-572381682b96", + "x-ms-correlation-request-id": "6e358112-66a5-4786-9575-091b249d144d", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104420Z:6e358112-66a5-4786-9575-091b249d144d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3347,8 +3806,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3373,7 +3832,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:49:33 GMT", + "Date": "Tue, 25 Oct 2022 10:44:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3381,9 +3840,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a8ecd46a-400a-4da4-9a69-65c93ea72a1c", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094934Z:a8ecd46a-400a-4da4-9a69-65c93ea72a1c", + "x-ms-correlation-request-id": "b23ca930-e982-4a45-8433-420a11cfc0af", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104431Z:b23ca930-e982-4a45-8433-420a11cfc0af", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3392,8 +3851,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3418,7 +3877,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:49:44 GMT", + "Date": "Tue, 25 Oct 2022 10:44:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3426,9 +3885,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "091f0323-ca75-4e1b-a616-84ba65319dbb", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094945Z:091f0323-ca75-4e1b-a616-84ba65319dbb", + "x-ms-correlation-request-id": "28dab2b9-bb1c-4165-9f5d-3f1de9f271ad", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104441Z:28dab2b9-bb1c-4165-9f5d-3f1de9f271ad", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3437,8 +3896,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3463,7 +3922,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:49:55 GMT", + "Date": "Tue, 25 Oct 2022 10:44:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3471,9 +3930,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "60920f9c-6355-4ac7-b891-28daa925abaf", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T094956Z:60920f9c-6355-4ac7-b891-28daa925abaf", + "x-ms-correlation-request-id": "0d6d64e0-7d45-4e93-9561-45d86896cbab", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104452Z:0d6d64e0-7d45-4e93-9561-45d86896cbab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3482,8 +3941,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3508,7 +3967,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:50:05 GMT", + "Date": "Tue, 25 Oct 2022 10:45:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3516,9 +3975,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "01dd66bc-db7f-4359-9729-c879a846b62c", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095006Z:01dd66bc-db7f-4359-9729-c879a846b62c", + "x-ms-correlation-request-id": "79535880-64c2-48d9-9fd5-768f4d36a13e", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104503Z:79535880-64c2-48d9-9fd5-768f4d36a13e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3527,8 +3986,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3553,7 +4012,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:50:17 GMT", + "Date": "Tue, 25 Oct 2022 10:45:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3561,9 +4020,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89fd8b50-c031-443a-be0b-8ce4f374fea4", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095017Z:89fd8b50-c031-443a-be0b-8ce4f374fea4", + "x-ms-correlation-request-id": "2cd59973-b7c0-4239-894a-afea4e6146eb", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104513Z:2cd59973-b7c0-4239-894a-afea4e6146eb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3572,8 +4031,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3598,7 +4057,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:50:27 GMT", + "Date": "Tue, 25 Oct 2022 10:45:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3606,9 +4065,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "47667406-1256-4144-a4e5-af6f2417c8b8", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095027Z:47667406-1256-4144-a4e5-af6f2417c8b8", + "x-ms-correlation-request-id": "09dc6e51-474c-43a8-84f8-0bde1517532b", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104524Z:09dc6e51-474c-43a8-84f8-0bde1517532b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3617,8 +4076,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3643,7 +4102,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:50:39 GMT", + "Date": "Tue, 25 Oct 2022 10:45:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3651,9 +4110,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af309ce0-0ca4-4b6f-b57b-a953d60a40ef", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095039Z:af309ce0-0ca4-4b6f-b57b-a953d60a40ef", + "x-ms-correlation-request-id": "c2369262-7006-4545-915f-6fc8fa5b410f", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104535Z:c2369262-7006-4545-915f-6fc8fa5b410f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3662,8 +4121,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3688,7 +4147,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:50:49 GMT", + "Date": "Tue, 25 Oct 2022 10:45:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3696,9 +4155,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2fee59d-0519-4050-967e-00e1cb467bdc", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095049Z:b2fee59d-0519-4050-967e-00e1cb467bdc", + "x-ms-correlation-request-id": "39fe9224-9b3b-4bfd-93ab-01ee34b081ce", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104545Z:39fe9224-9b3b-4bfd-93ab-01ee34b081ce", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3707,8 +4166,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3733,7 +4192,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:50:59 GMT", + "Date": "Tue, 25 Oct 2022 10:45:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3741,9 +4200,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7c731e8-d7df-4b0c-9101-33293a9f7e54", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095100Z:e7c731e8-d7df-4b0c-9101-33293a9f7e54", + "x-ms-correlation-request-id": "a104e91b-45d5-4809-b194-e7b35c18ad52", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104556Z:a104e91b-45d5-4809-b194-e7b35c18ad52", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3752,8 +4211,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3778,7 +4237,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:51:10 GMT", + "Date": "Tue, 25 Oct 2022 10:46:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3786,9 +4245,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dbc8b466-518d-44a5-8868-69d6784b04a0", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095111Z:dbc8b466-518d-44a5-8868-69d6784b04a0", + "x-ms-correlation-request-id": "ceb497db-d2a8-4fc1-9dab-fed957d5a21e", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104606Z:ceb497db-d2a8-4fc1-9dab-fed957d5a21e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3797,8 +4256,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3823,7 +4282,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:51:23 GMT", + "Date": "Tue, 25 Oct 2022 10:46:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3831,9 +4290,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "56168c91-7f4a-4689-82fb-a5e269f0bccf", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095123Z:56168c91-7f4a-4689-82fb-a5e269f0bccf", + "x-ms-correlation-request-id": "13b8a9e2-2f42-49c9-ae58-b2c006edf81b", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104617Z:13b8a9e2-2f42-49c9-ae58-b2c006edf81b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3842,8 +4301,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3868,7 +4327,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:51:33 GMT", + "Date": "Tue, 25 Oct 2022 10:46:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3876,9 +4335,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c6c8ac9-4db2-473c-b236-08214e1af1a6", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095133Z:9c6c8ac9-4db2-473c-b236-08214e1af1a6", + "x-ms-correlation-request-id": "d1720cc7-6285-45db-aee1-b35168c46480", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104628Z:d1720cc7-6285-45db-aee1-b35168c46480", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3887,8 +4346,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3913,7 +4372,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:51:44 GMT", + "Date": "Tue, 25 Oct 2022 10:46:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3921,9 +4380,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c00630c-8212-4f20-8ca5-449bba6da145", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095144Z:7c00630c-8212-4f20-8ca5-449bba6da145", + "x-ms-correlation-request-id": "d4227254-5cc4-4ed9-adf7-cc7f8d7be995", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104638Z:d4227254-5cc4-4ed9-adf7-cc7f8d7be995", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3932,8 +4391,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3958,7 +4417,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:51:54 GMT", + "Date": "Tue, 25 Oct 2022 10:46:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3966,9 +4425,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb8a1a7c-d742-4d55-a5c2-d06502c38dc0", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095155Z:eb8a1a7c-d742-4d55-a5c2-d06502c38dc0", + "x-ms-correlation-request-id": "50ccc036-8b5c-4f51-a61c-5e9984893aca", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104649Z:50ccc036-8b5c-4f51-a61c-5e9984893aca", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3977,8 +4436,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4003,7 +4462,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:52:05 GMT", + "Date": "Tue, 25 Oct 2022 10:46:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4011,9 +4470,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7b8b12c5-ee3b-4adf-af8b-9878f6fe0ad8", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095205Z:7b8b12c5-ee3b-4adf-af8b-9878f6fe0ad8", + "x-ms-correlation-request-id": "964ec339-d32a-437e-884e-0d5b257911c8", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104659Z:964ec339-d32a-437e-884e-0d5b257911c8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4022,8 +4481,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4048,7 +4507,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:52:15 GMT", + "Date": "Tue, 25 Oct 2022 10:47:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4056,9 +4515,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bc119834-fc5c-495c-9f34-1e294b99d92d", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095216Z:bc119834-fc5c-495c-9f34-1e294b99d92d", + "x-ms-correlation-request-id": "aa105e42-3672-4bee-872d-a46321a59983", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104710Z:aa105e42-3672-4bee-872d-a46321a59983", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4067,8 +4526,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4093,7 +4552,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:52:26 GMT", + "Date": "Tue, 25 Oct 2022 10:47:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4101,9 +4560,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "afaebfaf-e586-4949-adf3-3c4de88576cb", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095226Z:afaebfaf-e586-4949-adf3-3c4de88576cb", + "x-ms-correlation-request-id": "0c206a79-d738-4419-97d8-fd1700c0d058", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104721Z:0c206a79-d738-4419-97d8-fd1700c0d058", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4112,8 +4571,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4138,7 +4597,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:52:37 GMT", + "Date": "Tue, 25 Oct 2022 10:47:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4146,9 +4605,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "25abe2c9-6584-4c41-bb49-020294855f86", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095237Z:25abe2c9-6584-4c41-bb49-020294855f86", + "x-ms-correlation-request-id": "e6e1e04c-8363-4dc8-b35b-bd94e1661751", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104732Z:e6e1e04c-8363-4dc8-b35b-bd94e1661751", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4157,8 +4616,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4183,7 +4642,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:52:47 GMT", + "Date": "Tue, 25 Oct 2022 10:47:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4191,9 +4650,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e772f50-4463-4caa-9a35-8b661e5b048e", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095248Z:3e772f50-4463-4caa-9a35-8b661e5b048e", + "x-ms-correlation-request-id": "66deade0-109f-445a-88d2-86c51a1c7731", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104743Z:66deade0-109f-445a-88d2-86c51a1c7731", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4202,8 +4661,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4228,7 +4687,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:52:59 GMT", + "Date": "Tue, 25 Oct 2022 10:47:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4236,9 +4695,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c94660d1-8cc2-4220-a753-d2256bc5faa3", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095259Z:c94660d1-8cc2-4220-a753-d2256bc5faa3", + "x-ms-correlation-request-id": "6a95903f-904e-4e16-8001-05e47341d558", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104753Z:6a95903f-904e-4e16-8001-05e47341d558", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4247,8 +4706,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4273,7 +4732,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:53:09 GMT", + "Date": "Tue, 25 Oct 2022 10:48:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4281,9 +4740,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2dc09945-d37e-4ac6-8387-518a6317a647", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095310Z:2dc09945-d37e-4ac6-8387-518a6317a647", + "x-ms-correlation-request-id": "25f4db71-bc81-4e9b-83e3-fd6a4a9a57c0", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104804Z:25f4db71-bc81-4e9b-83e3-fd6a4a9a57c0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4292,8 +4751,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4318,7 +4777,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:53:19 GMT", + "Date": "Tue, 25 Oct 2022 10:48:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4326,9 +4785,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df8e750a-580d-4923-8edc-f9629851723e", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095320Z:df8e750a-580d-4923-8edc-f9629851723e", + "x-ms-correlation-request-id": "9359d703-e6b6-45ef-ab09-c217d57b2a03", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104815Z:9359d703-e6b6-45ef-ab09-c217d57b2a03", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4337,8 +4796,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4363,7 +4822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:53:31 GMT", + "Date": "Tue, 25 Oct 2022 10:48:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4371,9 +4830,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ae5de12-613c-4e31-8451-631a9806f32b", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095331Z:3ae5de12-613c-4e31-8451-631a9806f32b", + "x-ms-correlation-request-id": "cd993953-19e2-44d7-a17d-bfe606416291", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104825Z:cd993953-19e2-44d7-a17d-bfe606416291", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4382,8 +4841,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4408,7 +4867,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:53:41 GMT", + "Date": "Tue, 25 Oct 2022 10:48:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4416,9 +4875,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4654c9f9-721a-410c-9eda-69df327cee91", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095342Z:4654c9f9-721a-410c-9eda-69df327cee91", + "x-ms-correlation-request-id": "0fabe91a-d3f1-4717-a02b-2a36231e6882", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104837Z:0fabe91a-d3f1-4717-a02b-2a36231e6882", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4427,8 +4886,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4453,7 +4912,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:53:52 GMT", + "Date": "Tue, 25 Oct 2022 10:48:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4461,9 +4920,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4f97fc26-33a9-4b46-be86-3712a7acf532", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095353Z:4f97fc26-33a9-4b46-be86-3712a7acf532", + "x-ms-correlation-request-id": "e6b097c6-84f0-48ca-9b4e-769c56b8038d", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104847Z:e6b097c6-84f0-48ca-9b4e-769c56b8038d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4472,8 +4931,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:39Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", + "creationDate": "2022-10-25T10:44:09Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4498,7 +4957,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:54:03 GMT", + "Date": "Tue, 25 Oct 2022 10:48:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4506,9 +4965,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5cfa9526-8447-498a-9944-c6613f13ba72", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095403Z:5cfa9526-8447-498a-9944-c6613f13ba72", + "x-ms-correlation-request-id": "7c4e61ae-ac04-48d2-9fb0-450b5fb9ab9d", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104857Z:7c4e61ae-ac04-48d2-9fb0-450b5fb9ab9d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4517,9 +4976,9 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:48Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", - "size": 348160, + "creationDate": "2022-10-25T10:44:19Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", + "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", "failureReason": "None", @@ -4543,7 +5002,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:54:03 GMT", + "Date": "Tue, 25 Oct 2022 10:48:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4551,9 +5010,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "21cf1b4b-22ee-4466-8369-80666ee246d3", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095404Z:21cf1b4b-22ee-4466-8369-80666ee246d3", + "x-ms-correlation-request-id": "dc25a136-75a9-452e-8b66-6c46d856cdba", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104858Z:dc25a136-75a9-452e-8b66-6c46d856cdba", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4564,8 +5023,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:46:57Z", - "backupId": "a46690b2-e642-5fae-7040-9aa1e346dd1c", + "creationDate": "2022-10-25T10:39:28Z", + "backupId": "1cac8b61-d111-49a7-9611-2a4988049ef9", "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", @@ -4580,9 +5039,9 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:48Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", - "size": 348160, + "creationDate": "2022-10-25T10:44:19Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", + "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", "failureReason": "None", @@ -4606,25 +5065,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/775583b6-9841-4f5c-9a18-86875627c48a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 09:54:04 GMT", + "Date": "Tue, 25 Oct 2022 10:48:58 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/775583b6-9841-4f5c-9a18-86875627c48a?api-version=2022-05-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": "2b8cb0f1-1179-4bc2-a189-e8aa3c1748e9", + "x-ms-correlation-request-id": "0b803804-ec4b-4a11-918c-18a33a719bfa", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095405Z:2b8cb0f1-1179-4bc2-a189-e8aa3c1748e9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104858Z:0b803804-ec4b-4a11-918c-18a33a719bfa", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/775583b6-9841-4f5c-9a18-86875627c48a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4638,7 +5097,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:54:05 GMT", + "Date": "Tue, 25 Oct 2022 10:48:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4646,16 +5105,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "864fcf64-fa8c-4289-9f73-471e4359560c", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095405Z:864fcf64-fa8c-4289-9f73-471e4359560c", + "x-ms-correlation-request-id": "e5ef9db4-022d-4988-ac1c-cdcc63cea668", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104859Z:e5ef9db4-022d-4988-ac1c-cdcc63cea668", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065", - "name": "c81cdd68-303b-4a4e-b582-14eeeb7e6065", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/775583b6-9841-4f5c-9a18-86875627c48a", + "name": "775583b6-9841-4f5c-9a18-86875627c48a", "status": "Deleting", - "startTime": "2022-10-22T09:54:04.7848244Z", + "startTime": "2022-10-25T10:48:58.7932675Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4664,7 +5123,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/775583b6-9841-4f5c-9a18-86875627c48a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4678,7 +5137,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:54:34 GMT", + "Date": "Tue, 25 Oct 2022 10:49:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4686,16 +5145,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1a0f895-6ccb-49a8-8e6e-9fb7c4c63209", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095435Z:a1a0f895-6ccb-49a8-8e6e-9fb7c4c63209", + "x-ms-correlation-request-id": "5482f177-e56e-4863-a483-f7bba9b8b1a8", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104929Z:5482f177-e56e-4863-a483-f7bba9b8b1a8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065", - "name": "c81cdd68-303b-4a4e-b582-14eeeb7e6065", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/775583b6-9841-4f5c-9a18-86875627c48a", + "name": "775583b6-9841-4f5c-9a18-86875627c48a", "status": "Deleting", - "startTime": "2022-10-22T09:54:04.7848244Z", + "startTime": "2022-10-25T10:48:58.7932675Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4704,7 +5163,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/775583b6-9841-4f5c-9a18-86875627c48a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4718,7 +5177,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:55:05 GMT", + "Date": "Tue, 25 Oct 2022 10:49:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4726,16 +5185,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "796a8777-25ae-4b3c-8e68-8cd91b87fcf8", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095505Z:796a8777-25ae-4b3c-8e68-8cd91b87fcf8", + "x-ms-correlation-request-id": "d7be76ba-03a9-4973-a296-1a9518a2e0b5", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T104959Z:d7be76ba-03a9-4973-a296-1a9518a2e0b5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065", - "name": "c81cdd68-303b-4a4e-b582-14eeeb7e6065", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/775583b6-9841-4f5c-9a18-86875627c48a", + "name": "775583b6-9841-4f5c-9a18-86875627c48a", "status": "Deleting", - "startTime": "2022-10-22T09:54:04.7848244Z", + "startTime": "2022-10-25T10:48:58.7932675Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4744,7 +5203,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/775583b6-9841-4f5c-9a18-86875627c48a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4758,7 +5217,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:55:35 GMT", + "Date": "Tue, 25 Oct 2022 10:50:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4766,16 +5225,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ebdb832-892b-4925-871c-c334ee08c3b4", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095536Z:7ebdb832-892b-4925-871c-c334ee08c3b4", + "x-ms-correlation-request-id": "3953f0ed-1eec-4d4d-a5dc-d5be5c4440d5", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105030Z:3953f0ed-1eec-4d4d-a5dc-d5be5c4440d5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065", - "name": "c81cdd68-303b-4a4e-b582-14eeeb7e6065", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/775583b6-9841-4f5c-9a18-86875627c48a", + "name": "775583b6-9841-4f5c-9a18-86875627c48a", "status": "Deleting", - "startTime": "2022-10-22T09:54:04.7848244Z", + "startTime": "2022-10-25T10:48:58.7932675Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4784,7 +5243,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/775583b6-9841-4f5c-9a18-86875627c48a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4798,7 +5257,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:56:05 GMT", + "Date": "Tue, 25 Oct 2022 10:50:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4806,16 +5265,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1645906f-8afd-4452-a420-39f9b8a3b6b3", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095606Z:1645906f-8afd-4452-a420-39f9b8a3b6b3", + "x-ms-correlation-request-id": "8ae773b7-89ad-472e-93ba-b20ffc045e5f", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105100Z:8ae773b7-89ad-472e-93ba-b20ffc045e5f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065", - "name": "c81cdd68-303b-4a4e-b582-14eeeb7e6065", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/775583b6-9841-4f5c-9a18-86875627c48a", + "name": "775583b6-9841-4f5c-9a18-86875627c48a", "status": "Deleting", - "startTime": "2022-10-22T09:54:04.7848244Z", + "startTime": "2022-10-25T10:48:58.7932675Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4824,7 +5283,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/775583b6-9841-4f5c-9a18-86875627c48a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4838,7 +5297,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:56:36 GMT", + "Date": "Tue, 25 Oct 2022 10:51:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4846,16 +5305,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae571a54-6e39-4c83-bf57-7f6443a155be", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095636Z:ae571a54-6e39-4c83-bf57-7f6443a155be", + "x-ms-correlation-request-id": "48cac74a-1502-48b6-bad9-b1d806d5c10e", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105130Z:48cac74a-1502-48b6-bad9-b1d806d5c10e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065", - "name": "c81cdd68-303b-4a4e-b582-14eeeb7e6065", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/775583b6-9841-4f5c-9a18-86875627c48a", + "name": "775583b6-9841-4f5c-9a18-86875627c48a", "status": "Deleting", - "startTime": "2022-10-22T09:54:04.7848244Z", + "startTime": "2022-10-25T10:48:58.7932675Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4864,7 +5323,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/775583b6-9841-4f5c-9a18-86875627c48a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4878,7 +5337,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:57:07 GMT", + "Date": "Tue, 25 Oct 2022 10:52:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4886,16 +5345,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a7f89cb-0505-44b9-9353-e9f3a70d8018", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095707Z:2a7f89cb-0505-44b9-9353-e9f3a70d8018", + "x-ms-correlation-request-id": "1642171e-acb9-4d55-ade5-b0765e49697c", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105200Z:1642171e-acb9-4d55-ade5-b0765e49697c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065", - "name": "c81cdd68-303b-4a4e-b582-14eeeb7e6065", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/775583b6-9841-4f5c-9a18-86875627c48a", + "name": "775583b6-9841-4f5c-9a18-86875627c48a", "status": "Deleting", - "startTime": "2022-10-22T09:54:04.7848244Z", + "startTime": "2022-10-25T10:48:58.7932675Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4904,7 +5363,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/775583b6-9841-4f5c-9a18-86875627c48a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4918,7 +5377,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:57:37 GMT", + "Date": "Tue, 25 Oct 2022 10:52:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4926,16 +5385,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c74dcf7e-2d84-49b8-8dfe-adff52aa8ea2", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095738Z:c74dcf7e-2d84-49b8-8dfe-adff52aa8ea2", + "x-ms-correlation-request-id": "0749f3a6-b826-4182-bd64-3891963447b7", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105231Z:0749f3a6-b826-4182-bd64-3891963447b7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065", - "name": "c81cdd68-303b-4a4e-b582-14eeeb7e6065", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/775583b6-9841-4f5c-9a18-86875627c48a", + "name": "775583b6-9841-4f5c-9a18-86875627c48a", "status": "Deleting", - "startTime": "2022-10-22T09:54:04.7848244Z", + "startTime": "2022-10-25T10:48:58.7932675Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4944,7 +5403,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/775583b6-9841-4f5c-9a18-86875627c48a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4958,7 +5417,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:58:07 GMT", + "Date": "Tue, 25 Oct 2022 10:53:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4966,17 +5425,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c16f5ea-1404-4dc9-91cf-9cfc99e5c9a3", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095808Z:7c16f5ea-1404-4dc9-91cf-9cfc99e5c9a3", + "x-ms-correlation-request-id": "8f3672f2-13a7-46ed-8603-c7d64c61d596", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105302Z:8f3672f2-13a7-46ed-8603-c7d64c61d596", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065", - "name": "c81cdd68-303b-4a4e-b582-14eeeb7e6065", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/775583b6-9841-4f5c-9a18-86875627c48a", + "name": "775583b6-9841-4f5c-9a18-86875627c48a", "status": "Succeeded", - "startTime": "2022-10-22T09:54:04.7848244Z", - "endTime": "2022-10-22T09:58:07.710154Z", + "startTime": "2022-10-25T10:48:58.7932675Z", + "endTime": "2022-10-25T10:52:54.4027957Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691/backups/sdk-py-tests-backup-1" @@ -4984,7 +5443,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c81cdd68-303b-4a4e-b582-14eeeb7e6065?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/775583b6-9841-4f5c-9a18-86875627c48a?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4998,7 +5457,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:58:07 GMT", + "Date": "Tue, 25 Oct 2022 10:53:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5006,9 +5465,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c763de6b-1f0c-48d4-ae17-b365ec90e1e8", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095808Z:c763de6b-1f0c-48d4-ae17-b365ec90e1e8", + "x-ms-correlation-request-id": "368dd5ae-5dec-4534-b103-4f80048aab19", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105302Z:368dd5ae-5dec-4534-b103-4f80048aab19", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5033,15 +5492,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:58:10 GMT", + "Date": "Tue, 25 Oct 2022 10:53: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": "b8e079f8-7f15-4a9a-96f2-a1930f165383", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095811Z:b8e079f8-7f15-4a9a-96f2-a1930f165383", + "x-ms-correlation-request-id": "8da79ac6-c3c3-40bf-95c5-a421899bd997", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105305Z:8da79ac6-c3c3-40bf-95c5-a421899bd997", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5066,7 +5525,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:58:10 GMT", + "Date": "Tue, 25 Oct 2022 10:53:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5074,9 +5533,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "941e381e-030a-479e-9d4d-9428b1950162", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095811Z:941e381e-030a-479e-9d4d-9428b1950162", + "x-ms-correlation-request-id": "31adae5d-9632-4789-a6e1-8d52f967ae8f", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105306Z:31adae5d-9632-4789-a6e1-8d52f967ae8f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5087,9 +5546,9 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T09:48:48Z", - "backupId": "5b826ab0-7a49-f02a-9219-b5023769ad72", - "size": 348160, + "creationDate": "2022-10-25T10:44:19Z", + "backupId": "6812cdb3-074d-a77a-0312-318d001104c7", + "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", "failureReason": "None", @@ -5115,7 +5574,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:58:12 GMT", + "Date": "Tue, 25 Oct 2022 10:53:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5123,9 +5582,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e0ac93f-c6bb-49d3-9573-1d6358fce9b1", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095812Z:9e0ac93f-c6bb-49d3-9573-1d6358fce9b1", + "x-ms-correlation-request-id": "81728658-a5f7-419c-b10a-153ccd8f2c7d", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105306Z:81728658-a5f7-419c-b10a-153ccd8f2c7d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5167,31 +5626,31 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87d6567c-0342-4f19-b5ac-daa5a9069e79?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/230c559e-45e9-4099-9d5e-d03654a8edef?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "2742", + "Content-Length": "2743", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:58:12 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A58%3A12.831738Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:53:06 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A53%3A07.1958103Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87d6567c-0342-4f19-b5ac-daa5a9069e79?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/230c559e-45e9-4099-9d5e-d03654a8edef?api-version=2022-05-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": "2ac60f8d-88d0-4d75-bd76-41194e9e508f", + "x-ms-correlation-request-id": "5ccf2142-df8b-4e3c-8bdf-1d298721905d", "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095812Z:2ac60f8d-88d0-4d75-bd76-41194e9e508f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105307Z:5ccf2142-df8b-4e3c-8bdf-1d298721905d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A58%3A12.831738Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A53%3A07.1958103Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:48:36.4690246Z" + "CreatedOnDate": "2022-10-25T10:44:06.8317635Z" }, "properties": { "dataProtection": { @@ -5202,7 +5661,7 @@ } }, "provisioningState": "Patching", - "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", + "fileSystemId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-c2b62691", "usageThreshold": 107374182400, @@ -5230,7 +5689,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25f3983b", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_734a8e9c", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -5245,8 +5704,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", - "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", + "mountTargetId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", + "fileSystemId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", "ipAddress": "10.0.0.4" } ], @@ -5265,15 +5724,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:40:49.3490915Z", + "createdAt": "2022-10-25T10:33:48.7013347Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:48:36.6962013Z" + "lastModifiedAt": "2022-10-25T10:44:07.0092326Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87d6567c-0342-4f19-b5ac-daa5a9069e79?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/230c559e-45e9-4099-9d5e-d03654a8edef?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5287,7 +5746,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:58:13 GMT", + "Date": "Tue, 25 Oct 2022 10:53:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5295,16 +5754,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38af2d96-e1e5-432d-ae71-8591d71bb0ca", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095813Z:38af2d96-e1e5-432d-ae71-8591d71bb0ca", + "x-ms-correlation-request-id": "014f7ce3-6bb9-4f40-b25a-d9c3b6019562", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105307Z:014f7ce3-6bb9-4f40-b25a-d9c3b6019562", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87d6567c-0342-4f19-b5ac-daa5a9069e79", - "name": "87d6567c-0342-4f19-b5ac-daa5a9069e79", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/230c559e-45e9-4099-9d5e-d03654a8edef", + "name": "230c559e-45e9-4099-9d5e-d03654a8edef", "status": "Patching", - "startTime": "2022-10-22T09:58:12.8359735Z", + "startTime": "2022-10-25T10:53:07.2013986Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5313,7 +5772,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87d6567c-0342-4f19-b5ac-daa5a9069e79?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/230c559e-45e9-4099-9d5e-d03654a8edef?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5327,7 +5786,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:58:43 GMT", + "Date": "Tue, 25 Oct 2022 10:53:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5335,17 +5794,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "47949890-d15d-42ec-94fa-e3bb8bbc7645", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095843Z:47949890-d15d-42ec-94fa-e3bb8bbc7645", + "x-ms-correlation-request-id": "da6785a5-a897-4f65-a8bc-adb3f57a3459", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105337Z:da6785a5-a897-4f65-a8bc-adb3f57a3459", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87d6567c-0342-4f19-b5ac-daa5a9069e79", - "name": "87d6567c-0342-4f19-b5ac-daa5a9069e79", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/230c559e-45e9-4099-9d5e-d03654a8edef", + "name": "230c559e-45e9-4099-9d5e-d03654a8edef", "status": "Succeeded", - "startTime": "2022-10-22T09:58:12.8359735Z", - "endTime": "2022-10-22T09:58:18.0707065Z", + "startTime": "2022-10-25T10:53:07.2013986Z", + "endTime": "2022-10-25T10:53:12.8279486Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" @@ -5353,7 +5812,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87d6567c-0342-4f19-b5ac-daa5a9069e79?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/230c559e-45e9-4099-9d5e-d03654a8edef?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5367,7 +5826,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:58:43 GMT", + "Date": "Tue, 25 Oct 2022 10:53:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5375,19 +5834,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "968efb2a-ed45-44ce-9249-7a1dee0a5f61", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095843Z:968efb2a-ed45-44ce-9249-7a1dee0a5f61", + "x-ms-correlation-request-id": "7aea9ec8-8ab7-4fea-b70f-e6906a4e8081", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105338Z:7aea9ec8-8ab7-4fea-b70f-e6906a4e8081", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A58%3A18.0667459Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A53%3A12.8215966Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:48:36.4690246Z" + "CreatedOnDate": "2022-10-25T10:44:06.8317635Z" }, "properties": { "dataProtection": { @@ -5397,12 +5856,12 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault" } }, - "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", + "fileSystemId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-c2b62691", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 0, + "usedBytes": 356352, "exportPolicy": { "rules": [ { @@ -5428,19 +5887,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25f3983b", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_734a8e9c", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", - "poolId": "27d23e1a-face-12ec-aa1f-ae0cb828ad63", + "poolId": "f4e44f0a-1583-0ee3-d302-3ee8e04ea626", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", - "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", + "mountTargetId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", + "fileSystemId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", "startIp": "", "endIp": "", "gateway": "", @@ -5472,10 +5931,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:40:49.3490915Z", + "createdAt": "2022-10-25T10:33:48.7013347Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:58:12.6690407Z" + "lastModifiedAt": "2022-10-25T10:53:07.1204274Z" } } }, @@ -5494,15 +5953,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:58:46 GMT", + "Date": "Tue, 25 Oct 2022 10:53: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": "253cdb5d-7ae8-42bf-bd08-f1bc590583d9", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095846Z:253cdb5d-7ae8-42bf-bd08-f1bc590583d9", + "x-ms-correlation-request-id": "2415bb1a-666c-4bf3-ba5e-1e7794442d75", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105340Z:2415bb1a-666c-4bf3-ba5e-1e7794442d75", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5527,7 +5986,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:58:47 GMT", + "Date": "Tue, 25 Oct 2022 10:53:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5535,9 +5994,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "93317615-4a90-497b-aa81-2aecf8595bd5", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095847Z:93317615-4a90-497b-aa81-2aecf8595bd5", + "x-ms-correlation-request-id": "2c7e9680-c402-458f-bcce-cb7c7f9938e2", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105341Z:2c7e9680-c402-458f-bcce-cb7c7f9938e2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5557,105 +6016,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13b56cf0-9f6f-41c2-b406-84108ef1126a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 09:58:48 GMT", + "Date": "Tue, 25 Oct 2022 10:53:41 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13b56cf0-9f6f-41c2-b406-84108ef1126a?api-version=2022-05-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": "bc0ae875-69b7-433f-9d03-2d6d46cfec19", + "x-ms-correlation-request-id": "380b4c14-6c1a-4509-a3e5-ae9a3e318b6a", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095848Z:bc0ae875-69b7-433f-9d03-2d6d46cfec19", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105341Z:380b4c14-6c1a-4509-a3e5-ae9a3e318b6a", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:58: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": "4391d04a-743b-4170-83fd-f7c3eb7ab506", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095848Z:4391d04a-743b-4170-83fd-f7c3eb7ab506", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93", - "name": "abbd816d-e878-469d-960f-ed0a394b6d93", - "status": "Deleting", - "startTime": "2022-10-22T09:58:48.076374Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:59: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": "99b5051d-3d5c-438c-9e2f-554cfd7178e5", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095918Z:99b5051d-3d5c-438c-9e2f-554cfd7178e5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93", - "name": "abbd816d-e878-469d-960f-ed0a394b6d93", - "status": "Deleting", - "startTime": "2022-10-22T09:58:48.076374Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13b56cf0-9f6f-41c2-b406-84108ef1126a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5669,7 +6048,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:59:48 GMT", + "Date": "Tue, 25 Oct 2022 10:53:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5677,16 +6056,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c6b93591-2e6e-44de-8425-260d73c61c78", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T095949Z:c6b93591-2e6e-44de-8425-260d73c61c78", + "x-ms-correlation-request-id": "4c500df3-45b2-49d1-882c-dfac90d64c6b", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105341Z:4c500df3-45b2-49d1-882c-dfac90d64c6b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93", - "name": "abbd816d-e878-469d-960f-ed0a394b6d93", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13b56cf0-9f6f-41c2-b406-84108ef1126a", + "name": "13b56cf0-9f6f-41c2-b406-84108ef1126a", "status": "Deleting", - "startTime": "2022-10-22T09:58:48.076374Z", + "startTime": "2022-10-25T10:53:41.5366693Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5695,7 +6074,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13b56cf0-9f6f-41c2-b406-84108ef1126a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5709,7 +6088,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:00:18 GMT", + "Date": "Tue, 25 Oct 2022 10:54:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5717,16 +6096,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0fdf0a8e-e602-4805-ac43-37a661d06e8f", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100019Z:0fdf0a8e-e602-4805-ac43-37a661d06e8f", + "x-ms-correlation-request-id": "27e8b86b-091e-4c76-87d4-b1ef2062dbb4", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105412Z:27e8b86b-091e-4c76-87d4-b1ef2062dbb4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93", - "name": "abbd816d-e878-469d-960f-ed0a394b6d93", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13b56cf0-9f6f-41c2-b406-84108ef1126a", + "name": "13b56cf0-9f6f-41c2-b406-84108ef1126a", "status": "Deleting", - "startTime": "2022-10-22T09:58:48.076374Z", + "startTime": "2022-10-25T10:53:41.5366693Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5735,7 +6114,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13b56cf0-9f6f-41c2-b406-84108ef1126a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5749,7 +6128,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:00:48 GMT", + "Date": "Tue, 25 Oct 2022 10:54:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5757,16 +6136,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a73eaa3d-68cf-4935-b1c1-ce0ae87fa3e4", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100049Z:a73eaa3d-68cf-4935-b1c1-ce0ae87fa3e4", + "x-ms-correlation-request-id": "324275dd-64ac-4d7e-9a2a-944efcece15c", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105442Z:324275dd-64ac-4d7e-9a2a-944efcece15c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93", - "name": "abbd816d-e878-469d-960f-ed0a394b6d93", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13b56cf0-9f6f-41c2-b406-84108ef1126a", + "name": "13b56cf0-9f6f-41c2-b406-84108ef1126a", "status": "Deleting", - "startTime": "2022-10-22T09:58:48.076374Z", + "startTime": "2022-10-25T10:53:41.5366693Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5775,7 +6154,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13b56cf0-9f6f-41c2-b406-84108ef1126a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5789,7 +6168,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:01:18 GMT", + "Date": "Tue, 25 Oct 2022 10:55:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5797,16 +6176,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "95357075-2186-4243-8779-dfe92601e564", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100119Z:95357075-2186-4243-8779-dfe92601e564", + "x-ms-correlation-request-id": "f9751e51-63e3-4632-8f2c-50f98c003c7a", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105512Z:f9751e51-63e3-4632-8f2c-50f98c003c7a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93", - "name": "abbd816d-e878-469d-960f-ed0a394b6d93", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13b56cf0-9f6f-41c2-b406-84108ef1126a", + "name": "13b56cf0-9f6f-41c2-b406-84108ef1126a", "status": "Deleting", - "startTime": "2022-10-22T09:58:48.076374Z", + "startTime": "2022-10-25T10:53:41.5366693Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5815,7 +6194,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13b56cf0-9f6f-41c2-b406-84108ef1126a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5829,7 +6208,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:01:49 GMT", + "Date": "Tue, 25 Oct 2022 10:55:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5837,17 +6216,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ef29683-6387-42a7-96cc-3fe308334069", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100150Z:0ef29683-6387-42a7-96cc-3fe308334069", + "x-ms-correlation-request-id": "e5f2ec93-a26e-4b67-9df3-72774c652bb4", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105542Z:e5f2ec93-a26e-4b67-9df3-72774c652bb4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93", - "name": "abbd816d-e878-469d-960f-ed0a394b6d93", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13b56cf0-9f6f-41c2-b406-84108ef1126a", + "name": "13b56cf0-9f6f-41c2-b406-84108ef1126a", "status": "Succeeded", - "startTime": "2022-10-22T09:58:48.076374Z", - "endTime": "2022-10-22T10:01:30.0304278Z", + "startTime": "2022-10-25T10:53:41.5366693Z", + "endTime": "2022-10-25T10:55:38.9105578Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691" @@ -5855,7 +6234,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abbd816d-e878-469d-960f-ed0a394b6d93?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13b56cf0-9f6f-41c2-b406-84108ef1126a?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5869,7 +6248,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:01:50 GMT", + "Date": "Tue, 25 Oct 2022 10:55:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5877,19 +6256,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f7aecfa-1789-4900-81e8-a8cb927177a7", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100150Z:3f7aecfa-1789-4900-81e8-a8cb927177a7", + "x-ms-correlation-request-id": "db10233d-630c-4f0c-aac9-1232de9919cd", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105543Z:db10233d-630c-4f0c-aac9-1232de9919cd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c2b62691", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A01%3A20.3975429Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A55%3A29.586465Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:48:36.4690246Z" + "CreatedOnDate": "2022-10-25T10:44:06.8317635Z" }, "properties": { "dataProtection": { @@ -5899,12 +6278,12 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/vaults/cbsvault" } }, - "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", + "fileSystemId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-c2b62691", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 0, + "usedBytes": 356352, "exportPolicy": { "rules": [ { @@ -5930,19 +6309,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25f3983b", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_734a8e9c", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c2b62691/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c2b62691", - "poolId": "27d23e1a-face-12ec-aa1f-ae0cb828ad63", + "poolId": "f4e44f0a-1583-0ee3-d302-3ee8e04ea626", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", - "fileSystemId": "4cab4e04-e1e3-58f2-594a-87bfe63a5934", + "mountTargetId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", + "fileSystemId": "fd06aefb-ac8a-0f19-581c-6503ecb4059e", "startIp": "", "endIp": "", "gateway": "", @@ -5974,10 +6353,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:40:49.3490915Z", + "createdAt": "2022-10-25T10:33:48.7013347Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:58:12.6690407Z" + "lastModifiedAt": "2022-10-25T10:53:07.1204274Z" } } }, @@ -5996,14 +6375,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:05:13 GMT", + "Date": "Tue, 25 Oct 2022 10:59:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70c7038f-4177-489b-974b-30ce77016aae", + "x-ms-correlation-request-id": "7ef7d090-2488-498a-85bc-d1c2f958fbc4", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100513Z:70c7038f-4177-489b-974b-30ce77016aae" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105907Z:7ef7d090-2488-498a-85bc-d1c2f958fbc4" }, "ResponseBody": { "error": { @@ -6025,25 +6404,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33101e49-b17c-46e1-8257-4a2da1de54c5?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a0279f1c-dc0a-465d-b5c9-1537e0e7d3e0?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 10:05:25 GMT", + "Date": "Tue, 25 Oct 2022 10:59:19 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33101e49-b17c-46e1-8257-4a2da1de54c5?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a0279f1c-dc0a-465d-b5c9-1537e0e7d3e0?api-version=2022-05-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": "504cc774-e168-467f-8076-181039267883", + "x-ms-correlation-request-id": "24e4502f-d166-470d-b28d-2f750329477d", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100526Z:504cc774-e168-467f-8076-181039267883", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105919Z:24e4502f-d166-470d-b28d-2f750329477d", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33101e49-b17c-46e1-8257-4a2da1de54c5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a0279f1c-dc0a-465d-b5c9-1537e0e7d3e0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6057,7 +6436,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:05:26 GMT", + "Date": "Tue, 25 Oct 2022 10:59:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6065,16 +6444,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b7e1fa76-1cc9-4d76-bb05-89c6076f7e12", + "x-ms-correlation-request-id": "3e3b4cdf-a2b8-438c-8fb2-a773a8487b46", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100526Z:b7e1fa76-1cc9-4d76-bb05-89c6076f7e12", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105919Z:3e3b4cdf-a2b8-438c-8fb2-a773a8487b46", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33101e49-b17c-46e1-8257-4a2da1de54c5", - "name": "33101e49-b17c-46e1-8257-4a2da1de54c5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a0279f1c-dc0a-465d-b5c9-1537e0e7d3e0", + "name": "a0279f1c-dc0a-465d-b5c9-1537e0e7d3e0", "status": "Deleting", - "startTime": "2022-10-22T10:05:26.1896736Z", + "startTime": "2022-10-25T10:59:19.5723343Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -6083,7 +6462,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33101e49-b17c-46e1-8257-4a2da1de54c5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a0279f1c-dc0a-465d-b5c9-1537e0e7d3e0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6097,7 +6476,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:05:56 GMT", + "Date": "Tue, 25 Oct 2022 10:59:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6105,17 +6484,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ca681c1-be19-4331-86fc-51f3b5375980", + "x-ms-correlation-request-id": "a4c46b64-4f13-40e2-85eb-737ab7278e82", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100556Z:6ca681c1-be19-4331-86fc-51f3b5375980", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105950Z:a4c46b64-4f13-40e2-85eb-737ab7278e82", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33101e49-b17c-46e1-8257-4a2da1de54c5", - "name": "33101e49-b17c-46e1-8257-4a2da1de54c5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a0279f1c-dc0a-465d-b5c9-1537e0e7d3e0", + "name": "a0279f1c-dc0a-465d-b5c9-1537e0e7d3e0", "status": "Succeeded", - "startTime": "2022-10-22T10:05:26.1896736Z", - "endTime": "2022-10-22T10:05:27.6273845Z", + "startTime": "2022-10-25T10:59:19.5723343Z", + "endTime": "2022-10-25T10:59:20.4317157Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1" @@ -6123,7 +6502,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33101e49-b17c-46e1-8257-4a2da1de54c5?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a0279f1c-dc0a-465d-b5c9-1537e0e7d3e0?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6137,7 +6516,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:05:56 GMT", + "Date": "Tue, 25 Oct 2022 10:59:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6145,22 +6524,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2f2fb50-46ad-4f8d-a6f9-f572848e85e7", + "x-ms-correlation-request-id": "04f14220-95dd-4d97-961a-c691753dae6e", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100557Z:b2f2fb50-46ad-4f8d-a6f9-f572848e85e7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T105950Z:04f14220-95dd-4d97-961a-c691753dae6e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-c2b62691/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A05%3A26.1910997Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A59%3A19.5680922Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:40:34.4385798Z" + "CreatedOnDate": "2022-10-25T10:33:34.2386962Z" }, "properties": { - "poolId": "27d23e1a-face-12ec-aa1f-ae0cb828ad63", + "poolId": "f4e44f0a-1583-0ee3-d302-3ee8e04ea626", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691/capacityPools/sdk-py-tests-pool-1", @@ -6174,10 +6553,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:40:35.7474567Z", + "createdAt": "2022-10-25T10:33:35.2087677Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:40:35.7474567Z" + "lastModifiedAt": "2022-10-25T10:33:35.2087677Z" } } }, @@ -6195,14 +6574,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 10:06:06 GMT", + "Date": "Tue, 25 Oct 2022 10:59:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "99f78cf1-3a51-42ba-a9dc-1bac30dc33b6", + "x-ms-correlation-request-id": "59d7a992-da72-4b85-9ff6-82f72a9aa9a7", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100607Z:99f78cf1-3a51-42ba-a9dc-1bac30dc33b6" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110000Z:59d7a992-da72-4b85-9ff6-82f72a9aa9a7" }, "ResponseBody": null }, @@ -6220,14 +6599,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 10:06:17 GMT", + "Date": "Tue, 25 Oct 2022 11:00:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f418bcd-aeef-4eb5-91b6-898ae5654ce9", + "x-ms-correlation-request-id": "a8d68f5a-b08b-41d1-bdfd-c972da45f0cd", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100617Z:5f418bcd-aeef-4eb5-91b6-898ae5654ce9" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110010Z:a8d68f5a-b08b-41d1-bdfd-c972da45f0cd" }, "ResponseBody": null }, @@ -6245,14 +6624,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 10:06:27 GMT", + "Date": "Tue, 25 Oct 2022 11:00:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f98d2d6-39c7-49da-8a2c-052f32c1b761", + "x-ms-correlation-request-id": "eb3a5e01-305d-48b4-84b0-66399dd489f0", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100628Z:8f98d2d6-39c7-49da-8a2c-052f32c1b761" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110021Z:eb3a5e01-305d-48b4-84b0-66399dd489f0" }, "ResponseBody": null }, @@ -6270,14 +6649,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 10:06:38 GMT", + "Date": "Tue, 25 Oct 2022 11:00:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "959cb4af-b7fe-42fd-a659-31a13eed73a9", + "x-ms-correlation-request-id": "e2644880-029a-4bfd-be58-ade751e03c60", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100638Z:959cb4af-b7fe-42fd-a659-31a13eed73a9" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110031Z:e2644880-029a-4bfd-be58-ade751e03c60" }, "ResponseBody": null }, @@ -6296,14 +6675,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:06:48 GMT", + "Date": "Tue, 25 Oct 2022 11:00:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a873ffed-91b5-47d4-bea9-6eb66448b877", + "x-ms-correlation-request-id": "5236bb94-6a3a-409a-9cd7-0c5661dd75f6", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100648Z:a873ffed-91b5-47d4-bea9-6eb66448b877" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110041Z:5236bb94-6a3a-409a-9cd7-0c5661dd75f6" }, "ResponseBody": { "error": { @@ -6325,25 +6704,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f9bf6a-f9eb-4838-8821-1008463034c9?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e63b0db8-7c27-494e-8eeb-6a51e09167bd?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 10:06:49 GMT", + "Date": "Tue, 25 Oct 2022 11:00:42 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f9bf6a-f9eb-4838-8821-1008463034c9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e63b0db8-7c27-494e-8eeb-6a51e09167bd?api-version=2022-05-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": "ccead6be-1f58-4ea7-ab01-0cf32985ed6f", + "x-ms-correlation-request-id": "71bbb6e8-959e-4860-971b-66f555a5ffbd", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100650Z:ccead6be-1f58-4ea7-ab01-0cf32985ed6f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110043Z:71bbb6e8-959e-4860-971b-66f555a5ffbd", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f9bf6a-f9eb-4838-8821-1008463034c9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e63b0db8-7c27-494e-8eeb-6a51e09167bd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6357,7 +6736,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:06:49 GMT", + "Date": "Tue, 25 Oct 2022 11:00:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6365,17 +6744,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3bba972c-c5f9-47d4-8e03-229f08d9db66", + "x-ms-correlation-request-id": "21b37daf-29e2-4f1b-b02e-46abf5c9b460", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100650Z:3bba972c-c5f9-47d4-8e03-229f08d9db66", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110043Z:21b37daf-29e2-4f1b-b02e-46abf5c9b460", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f9bf6a-f9eb-4838-8821-1008463034c9", - "name": "f0f9bf6a-f9eb-4838-8821-1008463034c9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e63b0db8-7c27-494e-8eeb-6a51e09167bd", + "name": "e63b0db8-7c27-494e-8eeb-6a51e09167bd", "status": "Succeeded", - "startTime": "2022-10-22T10:06:50.0827209Z", - "endTime": "2022-10-22T10:06:50.1139418Z", + "startTime": "2022-10-25T11:00:43.2727439Z", + "endTime": "2022-10-25T11:00:43.3195528Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691" @@ -6383,7 +6762,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0f9bf6a-f9eb-4838-8821-1008463034c9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e63b0db8-7c27-494e-8eeb-6a51e09167bd?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -6397,7 +6776,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:06:50 GMT", + "Date": "Tue, 25 Oct 2022 11:00:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6405,19 +6784,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "470b059c-999a-4485-8ffb-45293ac344ee", + "x-ms-correlation-request-id": "b2618331-505d-405b-95be-d2ac79620bf3", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100650Z:470b059c-999a-4485-8ffb-45293ac344ee", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110043Z:b2618331-505d-405b-95be-d2ac79620bf3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c2b62691", "name": "sdk-py-tests-acc-1-c2b62691", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A06%3A50.0821656Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A00%3A43.266271Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:40:30.1867602Z" + "CreatedOnDate": "2022-10-25T10:33:30.0641160Z" }, "properties": { "encryption": { @@ -6428,10 +6807,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:40:31.2716804Z", + "createdAt": "2022-10-25T10:33:31.2370835Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:40:31.2716804Z" + "lastModifiedAt": "2022-10-25T10:33:31.2370835Z" } } }, @@ -6450,15 +6829,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:06:50 GMT", + "Date": "Tue, 25 Oct 2022 11:00:43 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": "0f290a5b-118e-4ffb-838c-489e4eddde65", + "x-ms-correlation-request-id": "5561fb19-180c-4185-afa6-475396b1a7c2", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100651Z:0f290a5b-118e-4ffb-838c-489e4eddde65", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110044Z:5561fb19-180c-4185-afa6-475396b1a7c2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6482,12 +6861,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/1496f15d-2c34-4db2-9db5-ba5c69f7390f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/313dde28-ea1f-44d5-9bcd-8089720c2834?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 10:06:51 GMT", + "Date": "Tue, 25 Oct 2022 11:00:44 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/1496f15d-2c34-4db2-9db5-ba5c69f7390f?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/313dde28-ea1f-44d5-9bcd-8089720c2834?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -6496,10 +6875,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0d5e3c1e-c270-47a6-bec8-e74c09af3f8b", - "x-ms-correlation-request-id": "b1ecabc2-78dd-423e-b0ee-7d07756e311f", + "x-ms-arm-service-request-id": "51b3dbc9-d488-467f-8036-55ffd2af9337", + "x-ms-correlation-request-id": "ae2aad94-71e3-4671-9d77-2f8c44169e65", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100652Z:b1ecabc2-78dd-423e-b0ee-7d07756e311f" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110045Z:ae2aad94-71e3-4671-9d77-2f8c44169e65" }, "ResponseBody": null } 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 0eddbe3b58c1..4ae087dfeef0 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 @@ -1,38 +1,5 @@ { "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/21c6c0a1-1422-4239-b967-5533cf517fdf?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/21c6c0a1-1422-4239-b967-5533cf517fdf?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:27:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/21c6c0a1-1422-4239-b967-5533cf517fdf?api-version=2022-05-01", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e1fcb9c6-1790-4c41-83ba-88846553ed0c", - "x-ms-correlation-request-id": "bc96c550-401a-45d1-aa1a-ce61fb2422b6", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102738Z:eeb1ece5-e777-407a-8fdb-b82265cd70c3" - }, - "ResponseBody": null - }, { "RequestUri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration", "RequestMethod": "GET", @@ -50,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:27:38 GMT", + "Date": "Tue, 25 Oct 2022 11:29:55 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.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -144,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:27:38 GMT", + "Date": "Tue, 25 Oct 2022 11:29:55 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -205,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "123c34a4-dcd6-449c-a823-90df4f3ca776", + "client-request-id": "aace5ef4-cd8e-40a8-a6db-70e385326c7b", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -219,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "123c34a4-dcd6-449c-a823-90df4f3ca776", + "client-request-id": "aace5ef4-cd8e-40a8-a6db-70e385326c7b", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:27:39 GMT", + "Date": "Tue, 25 Oct 2022 11:29:55 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -234,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -269,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/92d5d330-616f-46a8-bcf7-3ff06c47352f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f331425b-45f6-44bd-805d-ac480a69fa15?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:27:44 GMT", + "Date": "Tue, 25 Oct 2022 11:30:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -283,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ec052670-c7d8-4303-b608-6714bc6b9c42", - "x-ms-correlation-request-id": "86d51523-0350-430f-a4d1-dfec088dbbdd", + "x-ms-arm-service-request-id": "e7f0fd05-7f3e-483b-82b1-b1a338879eec", + "x-ms-correlation-request-id": "337a7a22-79fb-4a73-8c4f-17e550390e63", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102745Z:86d51523-0350-430f-a4d1-dfec088dbbdd" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113005Z:337a7a22-79fb-4a73-8c4f-17e550390e63" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-74e025c5", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5", - "etag": "W/\u0022ff87d296-eac3-49c3-85ba-2e2d7dd695f3\u0022", + "etag": "W/\u0022f90d5fce-116e-4e45-a9e2-c39b324bc35b\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:27:40.3054333Z" + "CreatedOnDate": "2022-10-25T11:29:59.4524908Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "b3b15884-e09d-494e-9955-0c4cc8fdc3d5", + "resourceGuid": "31cc1c18-079b-40e3-b239-3a5e6a59bdfa", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -312,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/92d5d330-616f-46a8-bcf7-3ff06c47352f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f331425b-45f6-44bd-805d-ac480a69fa15?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -326,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:27:45 GMT", + "Date": "Tue, 25 Oct 2022 11:30:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -337,10 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "05d8ed5e-7a9c-471e-8871-1f8aa07c186c", - "x-ms-correlation-request-id": "065e10f0-82b7-4e75-975b-cfc4d9f81930", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102745Z:065e10f0-82b7-4e75-975b-cfc4d9f81930" + "x-ms-arm-service-request-id": "7db22d52-0f32-4ded-a4b7-c3079038ed2a", + "x-ms-correlation-request-id": "2656f729-0fb6-48b4-8131-6299b1b758bc", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113005Z:2656f729-0fb6-48b4-8131-6299b1b758bc" }, "ResponseBody": { "status": "Succeeded" @@ -361,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:27:45 GMT", - "ETag": "W/\u002253938a81-1a88-486f-b939-5f2483132e17\u0022", + "Date": "Tue, 25 Oct 2022 11:30:05 GMT", + "ETag": "W/\u00224597d7b4-4338-4105-adee-2d7d7500cadb\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -373,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9c0daa08-9e96-43a7-92b5-84f5b8539987", - "x-ms-correlation-request-id": "e2fa6b46-89da-4ffb-a125-f943612a46b1", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102746Z:e2fa6b46-89da-4ffb-a125-f943612a46b1" + "x-ms-arm-service-request-id": "94473692-bb67-4bfb-80c0-81fc222a072d", + "x-ms-correlation-request-id": "0023b38b-5405-40eb-8f8d-73fe368c22de", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113006Z:0023b38b-5405-40eb-8f8d-73fe368c22de" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-74e025c5", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5", - "etag": "W/\u002253938a81-1a88-486f-b939-5f2483132e17\u0022", + "etag": "W/\u00224597d7b4-4338-4105-adee-2d7d7500cadb\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:27:40.3054333Z" + "CreatedOnDate": "2022-10-25T11:29:59.4524908Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "b3b15884-e09d-494e-9955-0c4cc8fdc3d5", + "resourceGuid": "31cc1c18-079b-40e3-b239-3a5e6a59bdfa", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -428,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/aabcad0d-739a-47ec-bb1a-ae84266ac6ad?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/9b66f15e-43f8-4007-9c8f-7bfb9a5bcb37?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:27:46 GMT", + "Date": "Tue, 25 Oct 2022 11:30:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -442,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f763905c-fc46-405d-a7a6-2490781d16ae", - "x-ms-correlation-request-id": "a0dc4ecd-17b7-4a6a-afb2-99ed1eaf0236", + "x-ms-arm-service-request-id": "2a066378-e4ec-4ca0-a13b-55bd4559d845", + "x-ms-correlation-request-id": "ad06af70-04b2-40d1-8296-a22bb3c49765", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102746Z:a0dc4ecd-17b7-4a6a-afb2-99ed1eaf0236" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113006Z:ad06af70-04b2-40d1-8296-a22bb3c49765" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", - "etag": "W/\u002297411972-3583-4b5c-bdf2-f7a01336bc66\u0022", + "etag": "W/\u002244bacf01-cd93-49cd-b6fd-0d773f1d6752\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -458,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002297411972-3583-4b5c-bdf2-f7a01336bc66\u0022", + "etag": "W/\u002244bacf01-cd93-49cd-b6fd-0d773f1d6752\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -478,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/aabcad0d-739a-47ec-bb1a-ae84266ac6ad?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/9b66f15e-43f8-4007-9c8f-7bfb9a5bcb37?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -492,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:27:46 GMT", + "Date": "Tue, 25 Oct 2022 11:30:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -503,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bfa9a018-9c36-48d6-b60e-30c9cfccec6e", - "x-ms-correlation-request-id": "a2f5b55b-35d5-4024-a452-9a67acc88364", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102747Z:a2f5b55b-35d5-4024-a452-9a67acc88364" + "x-ms-arm-service-request-id": "4e2a2821-90ca-4a88-a535-1ca98b24bb19", + "x-ms-correlation-request-id": "ce70cb5e-78ca-420f-af2b-e25d07062f18", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113007Z:ce70cb5e-78ca-420f-af2b-e25d07062f18" }, "ResponseBody": { "status": "Succeeded" @@ -527,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:27:46 GMT", - "ETag": "W/\u0022cdda95f7-2ccc-4d4d-89d8-d4dbab7be800\u0022", + "Date": "Tue, 25 Oct 2022 11:30:06 GMT", + "ETag": "W/\u002223c5dea4-72a9-4281-90c5-5b928ad733d7\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -539,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f15a1f92-f820-477d-a7a0-62cafb12fb84", - "x-ms-correlation-request-id": "eae51e3a-85f8-41fe-9826-4ad49fc9a8ab", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102747Z:eae51e3a-85f8-41fe-9826-4ad49fc9a8ab" + "x-ms-arm-service-request-id": "0e50f375-92b2-4411-a1d2-cce53ba456bd", + "x-ms-correlation-request-id": "07b1c3ab-af11-438c-88b4-e79f645857e9", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113007Z:07b1c3ab-af11-438c-88b4-e79f645857e9" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", - "etag": "W/\u0022cdda95f7-2ccc-4d4d-89d8-d4dbab7be800\u0022", + "etag": "W/\u002223c5dea4-72a9-4281-90c5-5b928ad733d7\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -555,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022cdda95f7-2ccc-4d4d-89d8-d4dbab7be800\u0022", + "etag": "W/\u002223c5dea4-72a9-4281-90c5-5b928ad733d7\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -591,12 +558,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:27:47 GMT", + "Date": "Tue, 25 Oct 2022 11:30:06 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.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -685,12 +652,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:27:47 GMT", + "Date": "Tue, 25 Oct 2022 11:30:06 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.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -746,9 +713,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "19101166-f594-4832-95ce-563c6bb906be", + "client-request-id": "93032968-4140-44ef-bb21-cc7d8ba931f1", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -760,14 +727,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "19101166-f594-4832-95ce-563c6bb906be", + "client-request-id": "93032968-4140-44ef-bb21-cc7d8ba931f1", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:27:47 GMT", + "Date": "Tue, 25 Oct 2022 11:30:07 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -775,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -802,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b129cd3e-8fa7-4dcc-ba5f-a7c5a13d2800?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5820dcf5-38f7-47a3-892e-6ca18274b605?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:27:51 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A27%3A50.3943576Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:30:11 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A30%3A11.3088476Z\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": "f8c9e83e-da9b-4b11-b3d8-209a7edcb3a4", + "x-ms-correlation-request-id": "09b05d40-aa9d-4542-9bfe-d70495050d87", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102751Z:f8c9e83e-da9b-4b11-b3d8-209a7edcb3a4", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113012Z:09b05d40-aa9d-4542-9bfe-d70495050d87", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5", "name": "sdk-py-tests-acc-1-74e025c5", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A27%3A50.3943576Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A30%3A11.3088476Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:27:48.9349364Z" + "CreatedOnDate": "2022-10-25T11:30:09.3853791Z" }, "properties": { "provisioningState": "Creating" @@ -833,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:27:50.1918335Z", + "createdAt": "2022-10-25T11:30:10.3642144Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:27:50.1918335Z" + "lastModifiedAt": "2022-10-25T11:30:10.3642144Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b129cd3e-8fa7-4dcc-ba5f-a7c5a13d2800?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5820dcf5-38f7-47a3-892e-6ca18274b605?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -855,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:27:51 GMT", + "Date": "Tue, 25 Oct 2022 11:30:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -863,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5adb9c2d-aa10-44b3-ab47-c06d581ed72f", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102752Z:5adb9c2d-aa10-44b3-ab47-c06d581ed72f", + "x-ms-correlation-request-id": "85212cf7-5490-4a52-9e62-d05b8f028a3f", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113012Z:85212cf7-5490-4a52-9e62-d05b8f028a3f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b129cd3e-8fa7-4dcc-ba5f-a7c5a13d2800", - "name": "b129cd3e-8fa7-4dcc-ba5f-a7c5a13d2800", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5820dcf5-38f7-47a3-892e-6ca18274b605", + "name": "5820dcf5-38f7-47a3-892e-6ca18274b605", "status": "Succeeded", - "startTime": "2022-10-22T10:27:50.3930643Z", - "endTime": "2022-10-22T10:27:50.50246Z", + "startTime": "2022-10-25T11:30:11.308961Z", + "endTime": "2022-10-25T11:30:11.4027231Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5" @@ -895,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:27:51 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A27%3A50.475902Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:30:12 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A30%3A11.4063425Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -904,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9d1d8b4b-6a4a-476e-9de1-8d05d44d4f51", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102752Z:9d1d8b4b-6a4a-476e-9de1-8d05d44d4f51", + "x-ms-correlation-request-id": "787ffb41-0c8c-469b-91fe-2893b558e293", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113013Z:787ffb41-0c8c-469b-91fe-2893b558e293", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5", "name": "sdk-py-tests-acc-1-74e025c5", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A27%3A50.475902Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A30%3A11.4063425Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:27:48.9349364Z" + "CreatedOnDate": "2022-10-25T11:30:09.3853791Z" }, "properties": { "activeDirectories": [ @@ -945,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:27:50.1918335Z", + "createdAt": "2022-10-25T11:30:10.3642144Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:27:50.1918335Z" + "lastModifiedAt": "2022-10-25T11:30:10.3642144Z" } } }, @@ -974,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/73b6f075-8c94-433c-8b98-3f12bdb5b919?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43cc9c2f-8092-4381-8585-63467642f6a1?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:27:54 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A27%3A54.1781746Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:30:15 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A30%3A14.8078788Z\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": "c6125f5c-ffdd-4ad4-97f8-ce0a1f48d30f", + "x-ms-correlation-request-id": "3fc3922e-b4e0-4d40-aabf-0bebb1ff8236", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102755Z:c6125f5c-ffdd-4ad4-97f8-ce0a1f48d30f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113015Z:3fc3922e-b4e0-4d40-aabf-0bebb1ff8236", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A27%3A54.1781746Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A30%3A14.8078788Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:27:52.8673249Z" + "CreatedOnDate": "2022-10-25T11:30:13.6086640Z" }, "properties": { "serviceLevel": "Premium", @@ -1011,15 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:27:53.9286986Z", + "createdAt": "2022-10-25T11:30:14.5855474Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:27:53.9286986Z" + "lastModifiedAt": "2022-10-25T11:30:14.5855474Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/73b6f075-8c94-433c-8b98-3f12bdb5b919?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43cc9c2f-8092-4381-8585-63467642f6a1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1033,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:27:54 GMT", + "Date": "Tue, 25 Oct 2022 11:30:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1041,17 +1008,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a11cf52-03b8-480c-9d7b-f904f2967e5a", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102755Z:3a11cf52-03b8-480c-9d7b-f904f2967e5a", + "x-ms-correlation-request-id": "dd37516b-fcd3-414c-b0ab-af27709ac7f1", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113016Z:dd37516b-fcd3-414c-b0ab-af27709ac7f1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/73b6f075-8c94-433c-8b98-3f12bdb5b919", - "name": "73b6f075-8c94-433c-8b98-3f12bdb5b919", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/43cc9c2f-8092-4381-8585-63467642f6a1", + "name": "43cc9c2f-8092-4381-8585-63467642f6a1", "status": "Succeeded", - "startTime": "2022-10-22T10:27:54.1901384Z", - "endTime": "2022-10-22T10:27:55.0571214Z", + "startTime": "2022-10-25T11:30:14.812665Z", + "endTime": "2022-10-25T11:30:15.7346167Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1" @@ -1073,8 +1040,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:27:55 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A27%3A55.0592814Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:30:15 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A30%3A15.7238812Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1082,22 +1049,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "35c6d031-52ef-4d13-a700-3fe45c36d785", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102756Z:35c6d031-52ef-4d13-a700-3fe45c36d785", + "x-ms-correlation-request-id": "87b7c851-7973-409a-90cf-892dc73b1d51", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113016Z:87b7c851-7973-409a-90cf-892dc73b1d51", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A27%3A55.0592814Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A30%3A15.7238812Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:27:52.8673249Z" + "CreatedOnDate": "2022-10-25T11:30:13.6086640Z" }, "properties": { - "poolId": "8c38e5f3-63c1-8523-8034-f332d5c306d0", + "poolId": "2111a173-31cc-eb89-e32a-06c664c4dde2", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1110,10 +1077,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:27:53.9286986Z", + "createdAt": "2022-10-25T11:30:14.5855474Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:27:53.9286986Z" + "lastModifiedAt": "2022-10-25T11:30:14.5855474Z" } } }, @@ -1156,30 +1123,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0632cb4-e20a-4249-8aed-bdde0206b836?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:28:09 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A28%3A08.4479415Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:30:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A30%3A28.1863936Z\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": "dfd2117e-2cc0-4e6d-8c89-934a5310058a", + "x-ms-correlation-request-id": "ce8a1a8d-6c4f-4584-a9d6-5fdb5b684f30", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102809Z:dfd2117e-2cc0-4e6d-8c89-934a5310058a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113029Z:ce8a1a8d-6c4f-4584-a9d6-5fdb5b684f30", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A28%3A08.4479415Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A30%3A28.1863936Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:28:06.3082299Z" + "CreatedOnDate": "2022-10-25T11:30:26.7962292Z" }, "properties": { "serviceLevel": "Premium", @@ -1209,15 +1176,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:28:07.5466398Z", + "createdAt": "2022-10-25T11:30:27.9218651Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:28:07.5466398Z" + "lastModifiedAt": "2022-10-25T11:30:27.9218651Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0632cb4-e20a-4249-8aed-bdde0206b836?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1231,7 +1198,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:28:09 GMT", + "Date": "Tue, 25 Oct 2022 11:30:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1239,16 +1206,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce7be816-5630-4f15-9299-75ceddf8ffdf", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102809Z:ce7be816-5630-4f15-9299-75ceddf8ffdf", + "x-ms-correlation-request-id": "fbf7d0b4-68ce-4395-9efd-32a67acc99a3", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113029Z:fbf7d0b4-68ce-4395-9efd-32a67acc99a3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec", - "name": "ddedbc72-ce53-40c8-9134-f46d1044dfec", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0632cb4-e20a-4249-8aed-bdde0206b836", + "name": "f0632cb4-e20a-4249-8aed-bdde0206b836", "status": "Creating", - "startTime": "2022-10-22T10:28:08.4373696Z", + "startTime": "2022-10-25T11:30:28.1921566Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1257,7 +1224,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0632cb4-e20a-4249-8aed-bdde0206b836?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1271,7 +1238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:28:39 GMT", + "Date": "Tue, 25 Oct 2022 11:30:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1279,16 +1246,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9bc2d7f1-ac96-4eba-82d8-da427911ffbf", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102840Z:9bc2d7f1-ac96-4eba-82d8-da427911ffbf", + "x-ms-correlation-request-id": "2010234f-34e7-4b9b-927a-dd344392ca27", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113059Z:2010234f-34e7-4b9b-927a-dd344392ca27", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec", - "name": "ddedbc72-ce53-40c8-9134-f46d1044dfec", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0632cb4-e20a-4249-8aed-bdde0206b836", + "name": "f0632cb4-e20a-4249-8aed-bdde0206b836", "status": "Creating", - "startTime": "2022-10-22T10:28:08.4373696Z", + "startTime": "2022-10-25T11:30:28.1921566Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1297,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0632cb4-e20a-4249-8aed-bdde0206b836?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1311,7 +1278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:29:09 GMT", + "Date": "Tue, 25 Oct 2022 11:31:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1319,16 +1286,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "68c7d5e2-d688-4023-bf41-15dd91765117", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102910Z:68c7d5e2-d688-4023-bf41-15dd91765117", + "x-ms-correlation-request-id": "e9f00183-bfc6-4144-a8d5-f9fdbff89e86", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113130Z:e9f00183-bfc6-4144-a8d5-f9fdbff89e86", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec", - "name": "ddedbc72-ce53-40c8-9134-f46d1044dfec", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0632cb4-e20a-4249-8aed-bdde0206b836", + "name": "f0632cb4-e20a-4249-8aed-bdde0206b836", "status": "Creating", - "startTime": "2022-10-22T10:28:08.4373696Z", + "startTime": "2022-10-25T11:30:28.1921566Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1337,7 +1304,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0632cb4-e20a-4249-8aed-bdde0206b836?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1351,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:29:40 GMT", + "Date": "Tue, 25 Oct 2022 11:32:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1359,16 +1326,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7bb8dfc6-1023-43f5-8fc1-b545ea88630a", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102940Z:7bb8dfc6-1023-43f5-8fc1-b545ea88630a", + "x-ms-correlation-request-id": "89decda7-14e8-4ed6-85b3-4cf48a55efa8", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113200Z:89decda7-14e8-4ed6-85b3-4cf48a55efa8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec", - "name": "ddedbc72-ce53-40c8-9134-f46d1044dfec", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0632cb4-e20a-4249-8aed-bdde0206b836", + "name": "f0632cb4-e20a-4249-8aed-bdde0206b836", "status": "Creating", - "startTime": "2022-10-22T10:28:08.4373696Z", + "startTime": "2022-10-25T11:30:28.1921566Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1377,7 +1344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0632cb4-e20a-4249-8aed-bdde0206b836?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1391,7 +1358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:30:10 GMT", + "Date": "Tue, 25 Oct 2022 11:32:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1399,16 +1366,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "772fc34f-24aa-4a3c-9d3d-34b9676f1635", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103011Z:772fc34f-24aa-4a3c-9d3d-34b9676f1635", + "x-ms-correlation-request-id": "f7243064-4439-4a55-bd97-95e681369065", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113230Z:f7243064-4439-4a55-bd97-95e681369065", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec", - "name": "ddedbc72-ce53-40c8-9134-f46d1044dfec", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0632cb4-e20a-4249-8aed-bdde0206b836", + "name": "f0632cb4-e20a-4249-8aed-bdde0206b836", "status": "Creating", - "startTime": "2022-10-22T10:28:08.4373696Z", + "startTime": "2022-10-25T11:30:28.1921566Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1417,7 +1384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0632cb4-e20a-4249-8aed-bdde0206b836?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1431,7 +1398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:30:40 GMT", + "Date": "Tue, 25 Oct 2022 11:32:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1439,16 +1406,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fec3249c-277e-47fc-8d4f-b383cc4b61f4", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103041Z:fec3249c-277e-47fc-8d4f-b383cc4b61f4", + "x-ms-correlation-request-id": "d71b1e83-ffaf-4b4d-81a8-2cd36ebb2b36", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113300Z:d71b1e83-ffaf-4b4d-81a8-2cd36ebb2b36", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec", - "name": "ddedbc72-ce53-40c8-9134-f46d1044dfec", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0632cb4-e20a-4249-8aed-bdde0206b836", + "name": "f0632cb4-e20a-4249-8aed-bdde0206b836", "status": "Creating", - "startTime": "2022-10-22T10:28:08.4373696Z", + "startTime": "2022-10-25T11:30:28.1921566Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1457,7 +1424,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0632cb4-e20a-4249-8aed-bdde0206b836?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1471,7 +1438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:31:11 GMT", + "Date": "Tue, 25 Oct 2022 11:33:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1479,16 +1446,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "49a3a9de-a07d-496c-8ac0-3cc486d81405", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103111Z:49a3a9de-a07d-496c-8ac0-3cc486d81405", + "x-ms-correlation-request-id": "86ee6dcc-727f-45db-817b-5d320926f6cd", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113331Z:86ee6dcc-727f-45db-817b-5d320926f6cd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec", - "name": "ddedbc72-ce53-40c8-9134-f46d1044dfec", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0632cb4-e20a-4249-8aed-bdde0206b836", + "name": "f0632cb4-e20a-4249-8aed-bdde0206b836", "status": "Creating", - "startTime": "2022-10-22T10:28:08.4373696Z", + "startTime": "2022-10-25T11:30:28.1921566Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1497,7 +1464,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0632cb4-e20a-4249-8aed-bdde0206b836?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1511,7 +1478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:31:41 GMT", + "Date": "Tue, 25 Oct 2022 11:34:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1519,16 +1486,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c819859-cf09-4039-a232-7fb8f44d216c", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103141Z:8c819859-cf09-4039-a232-7fb8f44d216c", + "x-ms-correlation-request-id": "5ad77819-3ebf-49e0-a9c2-f4e70abfcea2", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113401Z:5ad77819-3ebf-49e0-a9c2-f4e70abfcea2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec", - "name": "ddedbc72-ce53-40c8-9134-f46d1044dfec", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0632cb4-e20a-4249-8aed-bdde0206b836", + "name": "f0632cb4-e20a-4249-8aed-bdde0206b836", "status": "Creating", - "startTime": "2022-10-22T10:28:08.4373696Z", + "startTime": "2022-10-25T11:30:28.1921566Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1537,7 +1504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0632cb4-e20a-4249-8aed-bdde0206b836?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1551,7 +1518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:32:11 GMT", + "Date": "Tue, 25 Oct 2022 11:34:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1559,16 +1526,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f5f509d0-3499-4cf4-9390-5c14c62d9a47", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103212Z:f5f509d0-3499-4cf4-9390-5c14c62d9a47", + "x-ms-correlation-request-id": "d7ecef55-0d94-44c3-8d07-aa2fa22e41c1", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113431Z:d7ecef55-0d94-44c3-8d07-aa2fa22e41c1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec", - "name": "ddedbc72-ce53-40c8-9134-f46d1044dfec", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0632cb4-e20a-4249-8aed-bdde0206b836", + "name": "f0632cb4-e20a-4249-8aed-bdde0206b836", "status": "Creating", - "startTime": "2022-10-22T10:28:08.4373696Z", + "startTime": "2022-10-25T11:30:28.1921566Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1577,7 +1544,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0632cb4-e20a-4249-8aed-bdde0206b836?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1591,7 +1558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:32:41 GMT", + "Date": "Tue, 25 Oct 2022 11:35:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1599,16 +1566,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bba0e9c5-c978-46d4-bdde-714c637ba7b3", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103242Z:bba0e9c5-c978-46d4-bdde-714c637ba7b3", + "x-ms-correlation-request-id": "e97ab89a-b437-403e-8bde-e683f86111ae", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113501Z:e97ab89a-b437-403e-8bde-e683f86111ae", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec", - "name": "ddedbc72-ce53-40c8-9134-f46d1044dfec", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0632cb4-e20a-4249-8aed-bdde0206b836", + "name": "f0632cb4-e20a-4249-8aed-bdde0206b836", "status": "Creating", - "startTime": "2022-10-22T10:28:08.4373696Z", + "startTime": "2022-10-25T11:30:28.1921566Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1617,7 +1584,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0632cb4-e20a-4249-8aed-bdde0206b836?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1631,7 +1598,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:33:11 GMT", + "Date": "Tue, 25 Oct 2022 11:35:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1639,17 +1606,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ffad6542-e855-418a-83c5-e4db971982f7", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103312Z:ffad6542-e855-418a-83c5-e4db971982f7", + "x-ms-correlation-request-id": "f83822f1-82bb-4bfa-9c0a-66265923673f", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113532Z:f83822f1-82bb-4bfa-9c0a-66265923673f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ddedbc72-ce53-40c8-9134-f46d1044dfec", - "name": "ddedbc72-ce53-40c8-9134-f46d1044dfec", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0632cb4-e20a-4249-8aed-bdde0206b836", + "name": "f0632cb4-e20a-4249-8aed-bdde0206b836", "status": "Succeeded", - "startTime": "2022-10-22T10:28:08.4373696Z", - "endTime": "2022-10-22T10:32:50.6465207Z", + "startTime": "2022-10-25T11:30:28.1921566Z", + "endTime": "2022-10-25T11:35:15.9509636Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" @@ -1671,8 +1638,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:33:12 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A32%3A50.6493066Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:35:32 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A35%3A15.9385669Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1680,22 +1647,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "def976c2-0bf9-4434-86cc-fd937364f092", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103313Z:def976c2-0bf9-4434-86cc-fd937364f092", + "x-ms-correlation-request-id": "7ddad4cc-58dd-408e-8f20-791db1f053a8", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113533Z:7ddad4cc-58dd-408e-8f20-791db1f053a8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A32%3A50.6493066Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A35%3A15.9385669Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:28:06.3082299Z" + "CreatedOnDate": "2022-10-25T11:30:26.7962292Z" }, "properties": { - "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", + "fileSystemId": "022ffc19-23f8-1ee8-f66c-5c29ac89c566", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-74e025c5", "usageThreshold": 107374182400, @@ -1723,7 +1690,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_07757dcc", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_8675ea50", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1738,8 +1705,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", - "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", + "mountTargetId": "022ffc19-23f8-1ee8-f66c-5c29ac89c566", + "fileSystemId": "022ffc19-23f8-1ee8-f66c-5c29ac89c566", "ipAddress": "10.0.0.4" } ], @@ -1759,10 +1726,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:28:07.5466398Z", + "createdAt": "2022-10-25T11:30:27.9218651Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:28:07.5466398Z" + "lastModifiedAt": "2022-10-25T11:30:27.9218651Z" } } }, @@ -1781,8 +1748,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:33:23 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A32%3A50.6493066Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:35:42 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A35%3A15.9385669Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1790,22 +1757,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f0f15bdd-50b9-4949-b68a-f82d6877b30c", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103323Z:f0f15bdd-50b9-4949-b68a-f82d6877b30c", + "x-ms-correlation-request-id": "787ea9ca-7e75-4a49-b299-eaa42d7ad41f", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113543Z:787ea9ca-7e75-4a49-b299-eaa42d7ad41f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A32%3A50.6493066Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A35%3A15.9385669Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:28:06.3082299Z" + "CreatedOnDate": "2022-10-25T11:30:26.7962292Z" }, "properties": { - "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", + "fileSystemId": "022ffc19-23f8-1ee8-f66c-5c29ac89c566", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-74e025c5", "usageThreshold": 107374182400, @@ -1833,7 +1800,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_07757dcc", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_8675ea50", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1848,8 +1815,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", - "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", + "mountTargetId": "022ffc19-23f8-1ee8-f66c-5c29ac89c566", + "fileSystemId": "022ffc19-23f8-1ee8-f66c-5c29ac89c566", "ipAddress": "10.0.0.4" } ], @@ -1869,10 +1836,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:28:07.5466398Z", + "createdAt": "2022-10-25T11:30:27.9218651Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:28:07.5466398Z" + "lastModifiedAt": "2022-10-25T11:30:27.9218651Z" } } }, @@ -1891,7 +1858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:33:24 GMT", + "Date": "Tue, 25 Oct 2022 11:35:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1899,9 +1866,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78086501-7eda-42fe-b801-53f42c2844a9", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103324Z:78086501-7eda-42fe-b801-53f42c2844a9", + "x-ms-correlation-request-id": "f3caebc4-7810-4a9c-a29a-3ee1dade4757", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113544Z:f3caebc4-7810-4a9c-a29a-3ee1dade4757", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1943,35 +1910,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21d406ea-5c98-48fd-9962-5062300b1170?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d75d97af-9f15-49bf-88fe-539120b30e6e?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "2480", + "Content-Length": "2479", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:33:25 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A33%3A25.3964494Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:35:44 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A35%3A44.791184Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21d406ea-5c98-48fd-9962-5062300b1170?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d75d97af-9f15-49bf-88fe-539120b30e6e?api-version=2022-05-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": "2c67d4ab-beff-4c78-84d5-38a1241ca9ac", + "x-ms-correlation-request-id": "306cfd9d-2b3f-44a0-8ca0-7484517e1740", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103325Z:2c67d4ab-beff-4c78-84d5-38a1241ca9ac", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113544Z:306cfd9d-2b3f-44a0-8ca0-7484517e1740", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A33%3A25.3964494Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A35%3A44.791184Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:28:06.3082299Z" + "CreatedOnDate": "2022-10-25T11:30:26.7962292Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", + "fileSystemId": "022ffc19-23f8-1ee8-f66c-5c29ac89c566", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-74e025c5", "usageThreshold": 107374182400, @@ -1999,7 +1966,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_07757dcc", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_8675ea50", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2014,8 +1981,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", - "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", + "mountTargetId": "022ffc19-23f8-1ee8-f66c-5c29ac89c566", + "fileSystemId": "022ffc19-23f8-1ee8-f66c-5c29ac89c566", "ipAddress": "10.0.0.4" } ], @@ -2034,15 +2001,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:28:07.5466398Z", + "createdAt": "2022-10-25T11:30:27.9218651Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:28:07.5466398Z" + "lastModifiedAt": "2022-10-25T11:30:27.9218651Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21d406ea-5c98-48fd-9962-5062300b1170?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d75d97af-9f15-49bf-88fe-539120b30e6e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2056,7 +2023,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:33:25 GMT", + "Date": "Tue, 25 Oct 2022 11:35:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2064,16 +2031,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "74a0f417-54b1-43f3-8e4e-ed59a9001c14", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103325Z:74a0f417-54b1-43f3-8e4e-ed59a9001c14", + "x-ms-correlation-request-id": "60f8bb22-8239-4661-a26e-7e2e238f7087", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113545Z:60f8bb22-8239-4661-a26e-7e2e238f7087", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21d406ea-5c98-48fd-9962-5062300b1170", - "name": "21d406ea-5c98-48fd-9962-5062300b1170", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d75d97af-9f15-49bf-88fe-539120b30e6e", + "name": "d75d97af-9f15-49bf-88fe-539120b30e6e", "status": "Patching", - "startTime": "2022-10-22T10:33:25.4466818Z", + "startTime": "2022-10-25T11:35:44.7910753Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2082,7 +2049,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21d406ea-5c98-48fd-9962-5062300b1170?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d75d97af-9f15-49bf-88fe-539120b30e6e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2096,7 +2063,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:33:55 GMT", + "Date": "Tue, 25 Oct 2022 11:36:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2104,17 +2071,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a5c1d7eb-e1e6-4eea-aa57-3bbe5c140030", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103356Z:a5c1d7eb-e1e6-4eea-aa57-3bbe5c140030", + "x-ms-correlation-request-id": "2b1aac3a-f73a-4f3b-b7a5-aeee645d2d0b", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113615Z:2b1aac3a-f73a-4f3b-b7a5-aeee645d2d0b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21d406ea-5c98-48fd-9962-5062300b1170", - "name": "21d406ea-5c98-48fd-9962-5062300b1170", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d75d97af-9f15-49bf-88fe-539120b30e6e", + "name": "d75d97af-9f15-49bf-88fe-539120b30e6e", "status": "Succeeded", - "startTime": "2022-10-22T10:33:25.4466818Z", - "endTime": "2022-10-22T10:33:28.9480065Z", + "startTime": "2022-10-25T11:35:44.7910753Z", + "endTime": "2022-10-25T11:35:47.8705176Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" @@ -2122,7 +2089,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21d406ea-5c98-48fd-9962-5062300b1170?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d75d97af-9f15-49bf-88fe-539120b30e6e?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2136,7 +2103,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:33:55 GMT", + "Date": "Tue, 25 Oct 2022 11:36:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2144,19 +2111,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "58911efd-60f2-48f2-b3f7-b42c8909ccaa", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103356Z:58911efd-60f2-48f2-b3f7-b42c8909ccaa", + "x-ms-correlation-request-id": "b343d387-daca-4026-b9db-5662ece6f696", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113615Z:b343d387-daca-4026-b9db-5662ece6f696", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A33%3A28.9414235Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A35%3A47.8664376Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:33:25.0496423Z" + "CreatedOnDate": "2022-10-25T11:35:44.5022129Z" }, "properties": { "dataProtection": { @@ -2166,7 +2133,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault" } }, - "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", + "fileSystemId": "022ffc19-23f8-1ee8-f66c-5c29ac89c566", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-74e025c5", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2197,19 +2164,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_07757dcc", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_8675ea50", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", - "poolId": "8c38e5f3-63c1-8523-8034-f332d5c306d0", + "poolId": "2111a173-31cc-eb89-e32a-06c664c4dde2", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", - "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", + "mountTargetId": "022ffc19-23f8-1ee8-f66c-5c29ac89c566", + "fileSystemId": "022ffc19-23f8-1ee8-f66c-5c29ac89c566", "startIp": "", "endIp": "", "gateway": "", @@ -2241,10 +2208,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:28:07.5466398Z", + "createdAt": "2022-10-25T11:30:27.9218651Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:33:25.2558333Z" + "lastModifiedAt": "2022-10-25T11:35:44.6706126Z" } } }, @@ -2267,20 +2234,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31f719b5-ce8a-4409-a490-7c8a44ebc409?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a4d94294-f0a0-46f2-99e5-5d04bfe81dd7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "542", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:33:56 GMT", + "Date": "Tue, 25 Oct 2022 11:36:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31f719b5-ce8a-4409-a490-7c8a44ebc409?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a4d94294-f0a0-46f2-99e5-5d04bfe81dd7?api-version=2022-05-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": "97af2a54-c781-4ca3-9f95-9b4f1bcea7c0", + "x-ms-correlation-request-id": "ac15f24e-573a-4dd7-8731-b8c0ede6b3f2", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103356Z:97af2a54-c781-4ca3-9f95-9b4f1bcea7c0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113616Z:ac15f24e-573a-4dd7-8731-b8c0ede6b3f2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2295,7 +2262,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31f719b5-ce8a-4409-a490-7c8a44ebc409?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a4d94294-f0a0-46f2-99e5-5d04bfe81dd7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2309,7 +2276,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:33:56 GMT", + "Date": "Tue, 25 Oct 2022 11:36:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2317,16 +2284,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4fa0dba7-fd9d-41cd-9ef7-d15f64916b66", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103357Z:4fa0dba7-fd9d-41cd-9ef7-d15f64916b66", + "x-ms-correlation-request-id": "ad7b9635-5cd2-44cd-93c4-5658c6832115", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113616Z:ad7b9635-5cd2-44cd-93c4-5658c6832115", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31f719b5-ce8a-4409-a490-7c8a44ebc409", - "name": "31f719b5-ce8a-4409-a490-7c8a44ebc409", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a4d94294-f0a0-46f2-99e5-5d04bfe81dd7", + "name": "a4d94294-f0a0-46f2-99e5-5d04bfe81dd7", "status": "Creating", - "startTime": "2022-10-22T10:33:56.8005507Z", + "startTime": "2022-10-25T11:36:16.0657256Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2335,7 +2302,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31f719b5-ce8a-4409-a490-7c8a44ebc409?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a4d94294-f0a0-46f2-99e5-5d04bfe81dd7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2349,7 +2316,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:34:26 GMT", + "Date": "Tue, 25 Oct 2022 11:36:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2357,17 +2324,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "24c6ebbb-1bba-4969-9d9c-043f5ba3f072", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103427Z:24c6ebbb-1bba-4969-9d9c-043f5ba3f072", + "x-ms-correlation-request-id": "9e722fc9-38c6-455c-a6c6-8c2b6e9fc8ae", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113646Z:9e722fc9-38c6-455c-a6c6-8c2b6e9fc8ae", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31f719b5-ce8a-4409-a490-7c8a44ebc409", - "name": "31f719b5-ce8a-4409-a490-7c8a44ebc409", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a4d94294-f0a0-46f2-99e5-5d04bfe81dd7", + "name": "a4d94294-f0a0-46f2-99e5-5d04bfe81dd7", "status": "Succeeded", - "startTime": "2022-10-22T10:33:56.8005507Z", - "endTime": "2022-10-22T10:33:57.8163302Z", + "startTime": "2022-10-25T11:36:16.0657256Z", + "endTime": "2022-10-25T11:36:16.9407825Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1" @@ -2375,7 +2342,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/31f719b5-ce8a-4409-a490-7c8a44ebc409?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a4d94294-f0a0-46f2-99e5-5d04bfe81dd7?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2389,27 +2356,27 @@ "Cache-Control": "no-cache", "Content-Length": "763", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:34:27 GMT", + "Date": "Tue, 25 Oct 2022 11:36:46 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": "462fcab9-c557-4f8c-a2b7-4d300413946f", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103427Z:462fcab9-c557-4f8c-a2b7-4d300413946f", + "x-ms-correlation-request-id": "0cce51b6-6f01-4571-8165-60f066ae5907", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113646Z:0cce51b6-6f01-4571-8165-60f066ae5907", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/22/2022 10:33:57 AM", + "etag": "10/25/2022 11:36:16 AM", "location": "", "properties": { - "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", + "fileSystemId": "022ffc19-23f8-1ee8-f66c-5c29ac89c566", "creationDate": "0001-01-01T00:00:00Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", + "backupId": "9e4eacb4-a289-4414-8933-025a0c4415b7", "size": 0, "backupType": "Manual", "failureReason": "None", @@ -2433,52 +2400,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:34: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": "0bdf0c8a-f4d0-4ec1-b4b9-c7f88951a89d", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103439Z:0bdf0c8a-f4d0-4ec1-b4b9-c7f88951a89d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-22T10:33:57Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:34:49 GMT", + "Date": "Tue, 25 Oct 2022 11:36:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2486,9 +2408,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3bf69d48-29a5-47d7-9183-5ed415ca06cf", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103449Z:3bf69d48-29a5-47d7-9183-5ed415ca06cf", + "x-ms-correlation-request-id": "5f4d7bc6-4cf8-40a2-8fae-bd547d1b5f64", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113657Z:5f4d7bc6-4cf8-40a2-8fae-bd547d1b5f64", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2497,8 +2419,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:33:57Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", + "creationDate": "2022-10-25T11:36:16Z", + "backupId": "9e4eacb4-a289-4414-8933-025a0c4415b7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2523,7 +2445,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:35:00 GMT", + "Date": "Tue, 25 Oct 2022 11:37:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2531,9 +2453,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c249b86a-d78a-4f3e-8ff2-9e6943ccea1d", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103500Z:c249b86a-d78a-4f3e-8ff2-9e6943ccea1d", + "x-ms-correlation-request-id": "8b24d0b0-9584-4f78-921b-0490fd071271", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113708Z:8b24d0b0-9584-4f78-921b-0490fd071271", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2542,8 +2464,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:33:57Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", + "creationDate": "2022-10-25T11:36:16Z", + "backupId": "9e4eacb4-a289-4414-8933-025a0c4415b7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2568,7 +2490,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:35:10 GMT", + "Date": "Tue, 25 Oct 2022 11:37:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2576,9 +2498,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b0f0f76-6874-47fe-bf65-0557847d9c33", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103510Z:9b0f0f76-6874-47fe-bf65-0557847d9c33", + "x-ms-correlation-request-id": "639f771f-6b57-4fa9-bf28-5b1eb461c261", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113719Z:639f771f-6b57-4fa9-bf28-5b1eb461c261", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2587,8 +2509,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:33:57Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", + "creationDate": "2022-10-25T11:36:16Z", + "backupId": "9e4eacb4-a289-4414-8933-025a0c4415b7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2613,7 +2535,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:35:21 GMT", + "Date": "Tue, 25 Oct 2022 11:37:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2621,9 +2543,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c6985bdf-40ad-41f9-9540-a6d6bfcf56aa", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103522Z:c6985bdf-40ad-41f9-9540-a6d6bfcf56aa", + "x-ms-correlation-request-id": "7c604da4-d022-4fe5-9789-7e35d95abfea", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113730Z:7c604da4-d022-4fe5-9789-7e35d95abfea", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2632,8 +2554,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:33:57Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", + "creationDate": "2022-10-25T11:36:16Z", + "backupId": "9e4eacb4-a289-4414-8933-025a0c4415b7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2658,7 +2580,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:35:33 GMT", + "Date": "Tue, 25 Oct 2022 11:37:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2666,9 +2588,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca8fb41d-dbde-4275-8a3e-e539058372ad", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103533Z:ca8fb41d-dbde-4275-8a3e-e539058372ad", + "x-ms-correlation-request-id": "991bab8f-2a10-484a-94ce-cc9d9bce02e6", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113741Z:991bab8f-2a10-484a-94ce-cc9d9bce02e6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2677,8 +2599,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:33:57Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", + "creationDate": "2022-10-25T11:36:16Z", + "backupId": "9e4eacb4-a289-4414-8933-025a0c4415b7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2703,7 +2625,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:35:43 GMT", + "Date": "Tue, 25 Oct 2022 11:37:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2711,9 +2633,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "76e6a517-08fa-4920-b683-2a2e2ff51465", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103543Z:76e6a517-08fa-4920-b683-2a2e2ff51465", + "x-ms-correlation-request-id": "8ce83a49-68e8-4de2-b9f3-0abe77d8c21d", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113751Z:8ce83a49-68e8-4de2-b9f3-0abe77d8c21d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2722,8 +2644,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:33:57Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", + "creationDate": "2022-10-25T11:36:16Z", + "backupId": "9e4eacb4-a289-4414-8933-025a0c4415b7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2748,7 +2670,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:35:54 GMT", + "Date": "Tue, 25 Oct 2022 11:38:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2756,9 +2678,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f43ac9f-1600-45d5-9be3-2ee24f3da723", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103554Z:9f43ac9f-1600-45d5-9be3-2ee24f3da723", + "x-ms-correlation-request-id": "46551e84-b1d3-4f0a-bc38-f5a3b07155b1", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113802Z:46551e84-b1d3-4f0a-bc38-f5a3b07155b1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2767,8 +2689,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:33:57Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", + "creationDate": "2022-10-25T11:36:16Z", + "backupId": "9e4eacb4-a289-4414-8933-025a0c4415b7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2793,7 +2715,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:36:04 GMT", + "Date": "Tue, 25 Oct 2022 11:38:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2801,9 +2723,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8988058d-ff49-4573-bfc3-ffaf2cf039ec", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103605Z:8988058d-ff49-4573-bfc3-ffaf2cf039ec", + "x-ms-correlation-request-id": "f91d06c2-7265-440b-82b1-94e826ce08ab", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113813Z:f91d06c2-7265-440b-82b1-94e826ce08ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2812,8 +2734,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:33:57Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", + "creationDate": "2022-10-25T11:36:16Z", + "backupId": "9e4eacb4-a289-4414-8933-025a0c4415b7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2838,7 +2760,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:36:14 GMT", + "Date": "Tue, 25 Oct 2022 11:38:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2846,9 +2768,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ef7db59-a0e5-403e-83e5-6ddc73abcd76", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103615Z:6ef7db59-a0e5-403e-83e5-6ddc73abcd76", + "x-ms-correlation-request-id": "3425360e-1c6d-415e-9283-e5223eef7895", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113823Z:3425360e-1c6d-415e-9283-e5223eef7895", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2857,8 +2779,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:33:57Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", + "creationDate": "2022-10-25T11:36:16Z", + "backupId": "9e4eacb4-a289-4414-8933-025a0c4415b7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2883,7 +2805,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:36:26 GMT", + "Date": "Tue, 25 Oct 2022 11:38:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2891,9 +2813,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f4ca1437-4f56-4bec-8ff6-b404cb2a330d", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103626Z:f4ca1437-4f56-4bec-8ff6-b404cb2a330d", + "x-ms-correlation-request-id": "ab7f1ea8-8814-4781-9bf0-4270d3a421b3", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113834Z:ab7f1ea8-8814-4781-9bf0-4270d3a421b3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2902,8 +2824,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:33:57Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", + "creationDate": "2022-10-25T11:36:16Z", + "backupId": "9e4eacb4-a289-4414-8933-025a0c4415b7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2928,7 +2850,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:36:36 GMT", + "Date": "Tue, 25 Oct 2022 11:38:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2936,9 +2858,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d6c61cd-899f-4aeb-ac0d-4f6b3b653103", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103637Z:7d6c61cd-899f-4aeb-ac0d-4f6b3b653103", + "x-ms-correlation-request-id": "57faa136-f725-42df-8e89-ffc97703a144", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113844Z:57faa136-f725-42df-8e89-ffc97703a144", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2947,8 +2869,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:33:57Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", + "creationDate": "2022-10-25T11:36:16Z", + "backupId": "9e4eacb4-a289-4414-8933-025a0c4415b7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2973,7 +2895,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:36:47 GMT", + "Date": "Tue, 25 Oct 2022 11:38:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2981,9 +2903,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e777c00-b2b5-4596-8b14-c1d1229eb086", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103648Z:2e777c00-b2b5-4596-8b14-c1d1229eb086", + "x-ms-correlation-request-id": "cea637d6-4e2e-43ab-b72c-7826c50e7163", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113855Z:cea637d6-4e2e-43ab-b72c-7826c50e7163", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2992,8 +2914,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:33:57Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", + "creationDate": "2022-10-25T11:36:16Z", + "backupId": "9e4eacb4-a289-4414-8933-025a0c4415b7", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3018,7 +2940,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:36:59 GMT", + "Date": "Tue, 25 Oct 2022 11:39:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3026,9 +2948,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5cbde411-9762-491a-a45e-febb77ef4c5c", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103659Z:5cbde411-9762-491a-a45e-febb77ef4c5c", + "x-ms-correlation-request-id": "7a45a465-d1ee-4034-b81f-c97c45967115", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113906Z:7a45a465-d1ee-4034-b81f-c97c45967115", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3037,11 +2959,11 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:33:57Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", - "size": 0, + "creationDate": "2022-10-25T11:36:27Z", + "backupId": "9e4eacb4-a289-4414-8933-025a0c4415b7", + "size": 339968, "backupType": "Manual", - "provisioningState": "Creating", + "provisioningState": "Succeeded", "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-74e025c5", "useExistingSnapshot": false @@ -3063,7 +2985,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:37:10 GMT", + "Date": "Tue, 25 Oct 2022 11:39:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3071,9 +2993,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3b35c664-df22-4ac3-a59a-0379b00ee45d", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103710Z:3b35c664-df22-4ac3-a59a-0379b00ee45d", + "x-ms-correlation-request-id": "8e9706e7-35be-4971-956a-93a5a3c9e9e9", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113907Z:8e9706e7-35be-4971-956a-93a5a3c9e9e9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3082,11 +3004,11 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:33:57Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", - "size": 0, + "creationDate": "2022-10-25T11:36:27Z", + "backupId": "9e4eacb4-a289-4414-8933-025a0c4415b7", + "size": 339968, "backupType": "Manual", - "provisioningState": "Creating", + "provisioningState": "Succeeded", "failureReason": "None", "volumeName": "sdk-py-tests-vol-3-74e025c5", "useExistingSnapshot": false @@ -3094,7 +3016,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3108,7 +3030,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:37:20 GMT", + "Date": "Tue, 25 Oct 2022 11:39:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3116,571 +3038,76 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f1b9bb0-6732-4ed2-ba84-0e27aff708d0", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103720Z:9f1b9bb0-6732-4ed2-ba84-0e27aff708d0", + "x-ms-correlation-request-id": "be121423-1c1d-4941-96ae-46e5a7a318c8", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113907Z:be121423-1c1d-4941-96ae-46e5a7a318c8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-22T10:33:57Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault", + "name": "sdk-py-tests-acc-1-74e025c5/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5?api-version=2022-05-01", + "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", + "Content-Length": "413", + "Content-Type": "application/json", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:37: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": "f393ffd5-a5f8-4b2d-85dc-fabe18025174", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103732Z:f393ffd5-a5f8-4b2d-85dc-fabe18025174", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "RequestBody": { "properties": { - "creationDate": "2022-10-22T10:33:57Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault", + "backupEnabled": false + } + }, + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0 } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4ad934a-ecb5-49ea-b52e-77d5408bfd96?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "2742", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:37:41 GMT", + "Date": "Tue, 25 Oct 2022 11:39:07 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A39%3A07.956755Z\u0027\u0022", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4ad934a-ecb5-49ea-b52e-77d5408bfd96?api-version=2022-05-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": "015f38ca-8516-409c-bfcb-1060dd5775f2", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103742Z:015f38ca-8516-409c-bfcb-1060dd5775f2", + "x-ms-correlation-request-id": "6b9085f0-5b0c-496c-bbb5-9b29872e56fb", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113908Z:6b9085f0-5b0c-496c-bbb5-9b29872e56fb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", + "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A39%3A07.956755Z\u0027\u0022", "location": "westus2", - "properties": { - "creationDate": "2022-10-22T10:33:57Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:37: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": "3967e511-ff24-4cd4-8e92-b2cbedb6c8d9", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103753Z:3967e511-ff24-4cd4-8e92-b2cbedb6c8d9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-22T10:33:57Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:38: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": "06f08c24-2098-4ba9-8d37-6eb28146c6e7", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103804Z:06f08c24-2098-4ba9-8d37-6eb28146c6e7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-22T10:33:57Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:38: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": "40f1cee1-d8f3-474c-8426-a8508c6559bd", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103814Z:40f1cee1-d8f3-474c-8426-a8508c6559bd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-22T10:33:57Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:38: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": "7ccb38ba-d5fa-49ba-8f38-de809465030d", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103825Z:7ccb38ba-d5fa-49ba-8f38-de809465030d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-22T10:33:57Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:38: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": "595efc64-7b47-4bb9-8621-db1c1585b403", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103836Z:595efc64-7b47-4bb9-8621-db1c1585b403", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-22T10:33:57Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:38: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": "e4fadb68-b416-4d18-856f-5cbdd76294cf", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103847Z:e4fadb68-b416-4d18-856f-5cbdd76294cf", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-22T10:33:57Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:38: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": "32558c15-9990-4fc3-9221-c69425d319a0", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103857Z:32558c15-9990-4fc3-9221-c69425d319a0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-22T10:34:18Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", - "size": 339968, - "backupType": "Manual", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:38: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": "a62f07c0-f056-424f-bfd1-6450b1c23adf", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103858Z:a62f07c0-f056-424f-bfd1-6450b1c23adf", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-22T10:34:18Z", - "backupId": "4ef6a3ce-5de5-df87-699e-51d87a13d762", - "size": 339968, - "backupType": "Manual", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-74e025c5", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:38: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": "6236bde1-b493-4c73-a4f1-dc97270a1b72", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103858Z:6236bde1-b493-4c73-a4f1-dc97270a1b72", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault", - "name": "sdk-py-tests-acc-1-74e025c5/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": {} - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5?api-version=2022-05-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "413", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": { - "properties": { - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "dataProtection": { - "backup": { - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/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/westus2/operationResults/227342d5-3bc2-4580-a7b1-d2f709248950?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "2743", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:38:58 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A38%3A59.4414273Z\u0027\u0022", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/227342d5-3bc2-4580-a7b1-d2f709248950?api-version=2022-05-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": "868a61d0-f4ae-4cbe-9f82-ceac967d7597", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103859Z:868a61d0-f4ae-4cbe-9f82-ceac967d7597", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", - "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A38%3A59.4414273Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-22T10:33:25.0496423Z" - }, + "tags": { + "CreatedOnDate": "2022-10-25T11:35:44.5022129Z" + }, "properties": { "dataProtection": { "backup": { @@ -3690,7 +3117,7 @@ } }, "provisioningState": "Patching", - "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", + "fileSystemId": "022ffc19-23f8-1ee8-f66c-5c29ac89c566", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-74e025c5", "usageThreshold": 107374182400, @@ -3718,7 +3145,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_07757dcc", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_8675ea50", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -3733,8 +3160,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", - "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", + "mountTargetId": "022ffc19-23f8-1ee8-f66c-5c29ac89c566", + "fileSystemId": "022ffc19-23f8-1ee8-f66c-5c29ac89c566", "ipAddress": "10.0.0.4" } ], @@ -3753,15 +3180,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:28:07.5466398Z", + "createdAt": "2022-10-25T11:30:27.9218651Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:33:25.2558333Z" + "lastModifiedAt": "2022-10-25T11:35:44.6706126Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/227342d5-3bc2-4580-a7b1-d2f709248950?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4ad934a-ecb5-49ea-b52e-77d5408bfd96?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3775,7 +3202,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:38:59 GMT", + "Date": "Tue, 25 Oct 2022 11:39:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3783,16 +3210,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ff9d52a-11d1-4313-a3a5-8c9b04179fef", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103859Z:4ff9d52a-11d1-4313-a3a5-8c9b04179fef", + "x-ms-correlation-request-id": "97ba62e8-5212-438c-9245-fc294e9bc72f", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113908Z:97ba62e8-5212-438c-9245-fc294e9bc72f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/227342d5-3bc2-4580-a7b1-d2f709248950", - "name": "227342d5-3bc2-4580-a7b1-d2f709248950", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4ad934a-ecb5-49ea-b52e-77d5408bfd96", + "name": "e4ad934a-ecb5-49ea-b52e-77d5408bfd96", "status": "Patching", - "startTime": "2022-10-22T10:38:59.4682473Z", + "startTime": "2022-10-25T11:39:07.9614581Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3801,7 +3228,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/227342d5-3bc2-4580-a7b1-d2f709248950?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4ad934a-ecb5-49ea-b52e-77d5408bfd96?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3815,7 +3242,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:39:29 GMT", + "Date": "Tue, 25 Oct 2022 11:39:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3823,17 +3250,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6a51bea7-5d17-4ba3-81d0-9a1dba550bbc", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103930Z:6a51bea7-5d17-4ba3-81d0-9a1dba550bbc", + "x-ms-correlation-request-id": "972a7de8-34db-474b-aaa1-1fb5c475420b", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113938Z:972a7de8-34db-474b-aaa1-1fb5c475420b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/227342d5-3bc2-4580-a7b1-d2f709248950", - "name": "227342d5-3bc2-4580-a7b1-d2f709248950", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4ad934a-ecb5-49ea-b52e-77d5408bfd96", + "name": "e4ad934a-ecb5-49ea-b52e-77d5408bfd96", "status": "Succeeded", - "startTime": "2022-10-22T10:38:59.4682473Z", - "endTime": "2022-10-22T10:39:05.1251751Z", + "startTime": "2022-10-25T11:39:07.9614581Z", + "endTime": "2022-10-25T11:39:13.0980041Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" @@ -3841,7 +3268,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/227342d5-3bc2-4580-a7b1-d2f709248950?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4ad934a-ecb5-49ea-b52e-77d5408bfd96?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3855,7 +3282,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:39:30 GMT", + "Date": "Tue, 25 Oct 2022 11:39:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3863,19 +3290,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae9a3185-c56f-4697-8b98-7cc6bfb404f2", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103931Z:ae9a3185-c56f-4697-8b98-7cc6bfb404f2", + "x-ms-correlation-request-id": "e5c67ed6-477b-4788-9e81-32278dcaa255", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113938Z:e5c67ed6-477b-4788-9e81-32278dcaa255", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A39%3A05.1161782Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A39%3A13.1008368Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:33:25.0496423Z" + "CreatedOnDate": "2022-10-25T11:39:07.6125476Z" }, "properties": { "dataProtection": { @@ -3885,7 +3312,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault" } }, - "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", + "fileSystemId": "022ffc19-23f8-1ee8-f66c-5c29ac89c566", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-74e025c5", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -3916,19 +3343,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_07757dcc", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_8675ea50", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", - "poolId": "8c38e5f3-63c1-8523-8034-f332d5c306d0", + "poolId": "2111a173-31cc-eb89-e32a-06c664c4dde2", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", - "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", + "mountTargetId": "022ffc19-23f8-1ee8-f66c-5c29ac89c566", + "fileSystemId": "022ffc19-23f8-1ee8-f66c-5c29ac89c566", "startIp": "", "endIp": "", "gateway": "", @@ -3960,10 +3387,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:28:07.5466398Z", + "createdAt": "2022-10-25T11:30:27.9218651Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:38:59.2878401Z" + "lastModifiedAt": "2022-10-25T11:39:07.7777518Z" } } }, @@ -3982,15 +3409,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:39:33 GMT", + "Date": "Tue, 25 Oct 2022 11:39: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": "de11eae0-18df-4356-a2b9-bde1dc6f6a90", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103933Z:de11eae0-18df-4356-a2b9-bde1dc6f6a90", + "x-ms-correlation-request-id": "5085441c-1e2e-48fb-8430-9c8a563ddcb2", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113941Z:5085441c-1e2e-48fb-8430-9c8a563ddcb2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4013,25 +3440,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9d42fae-173c-4eeb-b956-48333ece0c73?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 10:39:34 GMT", + "Date": "Tue, 25 Oct 2022 11:39:41 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9d42fae-173c-4eeb-b956-48333ece0c73?api-version=2022-05-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": "33914d97-e833-4ca7-90d5-4131b6c5e998", - "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103934Z:33914d97-e833-4ca7-90d5-4131b6c5e998", + "x-ms-correlation-request-id": "c7799bdf-469b-4749-8369-ee697ba8ca52", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113942Z:c7799bdf-469b-4749-8369-ee697ba8ca52", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9d42fae-173c-4eeb-b956-48333ece0c73?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4045,7 +3472,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:39:34 GMT", + "Date": "Tue, 25 Oct 2022 11:39:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4053,16 +3480,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7269d9ce-55c7-441d-ab88-eb120f44fd98", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T103935Z:7269d9ce-55c7-441d-ab88-eb120f44fd98", + "x-ms-correlation-request-id": "07b3f221-2285-468f-b28d-e710ab7899ab", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T113942Z:07b3f221-2285-468f-b28d-e710ab7899ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2", - "name": "2184f4fc-4e2f-47c2-8526-53359ca453f2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9d42fae-173c-4eeb-b956-48333ece0c73", + "name": "e9d42fae-173c-4eeb-b956-48333ece0c73", "status": "Deleting", - "startTime": "2022-10-22T10:39:34.6652627Z", + "startTime": "2022-10-25T11:39:41.9012705Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4071,7 +3498,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9d42fae-173c-4eeb-b956-48333ece0c73?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4085,7 +3512,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:40:04 GMT", + "Date": "Tue, 25 Oct 2022 11:40:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4093,16 +3520,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "04438c99-ce8e-4dcf-956a-7996d605e7c8", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104005Z:04438c99-ce8e-4dcf-956a-7996d605e7c8", + "x-ms-correlation-request-id": "8cf3f8ff-eca2-426f-8d56-be0fa1b5459f", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T114012Z:8cf3f8ff-eca2-426f-8d56-be0fa1b5459f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2", - "name": "2184f4fc-4e2f-47c2-8526-53359ca453f2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9d42fae-173c-4eeb-b956-48333ece0c73", + "name": "e9d42fae-173c-4eeb-b956-48333ece0c73", "status": "Deleting", - "startTime": "2022-10-22T10:39:34.6652627Z", + "startTime": "2022-10-25T11:39:41.9012705Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4111,7 +3538,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9d42fae-173c-4eeb-b956-48333ece0c73?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4125,7 +3552,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:40:34 GMT", + "Date": "Tue, 25 Oct 2022 11:40:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4133,16 +3560,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "13bde767-dcc5-4565-b16b-e5a034f69a5b", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104035Z:13bde767-dcc5-4565-b16b-e5a034f69a5b", + "x-ms-correlation-request-id": "275230e3-6719-44bf-94c0-bdb362c40fe1", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T114043Z:275230e3-6719-44bf-94c0-bdb362c40fe1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2", - "name": "2184f4fc-4e2f-47c2-8526-53359ca453f2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9d42fae-173c-4eeb-b956-48333ece0c73", + "name": "e9d42fae-173c-4eeb-b956-48333ece0c73", "status": "Deleting", - "startTime": "2022-10-22T10:39:34.6652627Z", + "startTime": "2022-10-25T11:39:41.9012705Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4151,7 +3578,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9d42fae-173c-4eeb-b956-48333ece0c73?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4165,7 +3592,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:41:05 GMT", + "Date": "Tue, 25 Oct 2022 11:41:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4173,16 +3600,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "450ca79b-ecee-4664-a279-9f820eac3d02", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104105Z:450ca79b-ecee-4664-a279-9f820eac3d02", + "x-ms-correlation-request-id": "23f5566f-da63-4164-aa26-ae2e6e879eeb", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T114114Z:23f5566f-da63-4164-aa26-ae2e6e879eeb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2", - "name": "2184f4fc-4e2f-47c2-8526-53359ca453f2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9d42fae-173c-4eeb-b956-48333ece0c73", + "name": "e9d42fae-173c-4eeb-b956-48333ece0c73", "status": "Deleting", - "startTime": "2022-10-22T10:39:34.6652627Z", + "startTime": "2022-10-25T11:39:41.9012705Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4191,7 +3618,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9d42fae-173c-4eeb-b956-48333ece0c73?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4205,7 +3632,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:41:35 GMT", + "Date": "Tue, 25 Oct 2022 11:41:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4213,16 +3640,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2bad95ad-c75a-4f3c-b31b-2253e6c7db13", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104136Z:2bad95ad-c75a-4f3c-b31b-2253e6c7db13", + "x-ms-correlation-request-id": "00004c8a-d1dc-4c34-bf05-17fc3614733b", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T114144Z:00004c8a-d1dc-4c34-bf05-17fc3614733b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2", - "name": "2184f4fc-4e2f-47c2-8526-53359ca453f2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9d42fae-173c-4eeb-b956-48333ece0c73", + "name": "e9d42fae-173c-4eeb-b956-48333ece0c73", "status": "Deleting", - "startTime": "2022-10-22T10:39:34.6652627Z", + "startTime": "2022-10-25T11:39:41.9012705Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4231,7 +3658,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9d42fae-173c-4eeb-b956-48333ece0c73?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4245,7 +3672,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:42:05 GMT", + "Date": "Tue, 25 Oct 2022 11:42:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4253,17 +3680,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c6b6876-ccfb-4657-8c9e-0f56edcb22f6", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104206Z:5c6b6876-ccfb-4657-8c9e-0f56edcb22f6", + "x-ms-correlation-request-id": "6aef89eb-f234-4d37-84ff-88e8b4985282", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T114214Z:6aef89eb-f234-4d37-84ff-88e8b4985282", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2", - "name": "2184f4fc-4e2f-47c2-8526-53359ca453f2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9d42fae-173c-4eeb-b956-48333ece0c73", + "name": "e9d42fae-173c-4eeb-b956-48333ece0c73", "status": "Succeeded", - "startTime": "2022-10-22T10:39:34.6652627Z", - "endTime": "2022-10-22T10:41:38.366354Z", + "startTime": "2022-10-25T11:39:41.9012705Z", + "endTime": "2022-10-25T11:42:08.7328107Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5" @@ -4271,7 +3698,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2184f4fc-4e2f-47c2-8526-53359ca453f2?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9d42fae-173c-4eeb-b956-48333ece0c73?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4285,7 +3712,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:42:06 GMT", + "Date": "Tue, 25 Oct 2022 11:42:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4293,19 +3720,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c91deb3-554e-474b-83c4-355aae752188", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104206Z:8c91deb3-554e-474b-83c4-355aae752188", + "x-ms-correlation-request-id": "77de1077-1b5b-4928-bb4f-a5376c2e7e68", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T114214Z:77de1077-1b5b-4928-bb4f-a5376c2e7e68", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1/sdk-py-tests-vol-3-74e025c5", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A41%3A32.8746027Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A41%3A59.391376Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:33:25.0496423Z" + "CreatedOnDate": "2022-10-25T11:39:07.6125476Z" }, "properties": { "dataProtection": { @@ -4315,7 +3742,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/vaults/cbsvault" } }, - "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", + "fileSystemId": "022ffc19-23f8-1ee8-f66c-5c29ac89c566", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-74e025c5", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -4346,19 +3773,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_07757dcc", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_8675ea50", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-74e025c5/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-74e025c5", - "poolId": "8c38e5f3-63c1-8523-8034-f332d5c306d0", + "poolId": "2111a173-31cc-eb89-e32a-06c664c4dde2", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", - "fileSystemId": "2639162a-2105-94b6-51f8-d74a7bd81ed4", + "mountTargetId": "022ffc19-23f8-1ee8-f66c-5c29ac89c566", + "fileSystemId": "022ffc19-23f8-1ee8-f66c-5c29ac89c566", "startIp": "", "endIp": "", "gateway": "", @@ -4390,10 +3817,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:28:07.5466398Z", + "createdAt": "2022-10-25T11:30:27.9218651Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:38:59.2878401Z" + "lastModifiedAt": "2022-10-25T11:39:07.7777518Z" } } }, @@ -4412,14 +3839,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:45:29 GMT", + "Date": "Tue, 25 Oct 2022 11: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": "4e6b9768-3263-4fee-9be9-c8b0456ffd13", + "x-ms-correlation-request-id": "261309fa-a496-4f18-a99a-217ce99b116a", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104530Z:4e6b9768-3263-4fee-9be9-c8b0456ffd13" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T114537Z:261309fa-a496-4f18-a99a-217ce99b116a" }, "ResponseBody": { "error": { @@ -4441,25 +3868,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/11c85763-8ba4-426c-9e2a-59b634488e30?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5fad930b-1cb2-4b33-932a-43d16b9dfef7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 10:45:43 GMT", + "Date": "Tue, 25 Oct 2022 11:45:50 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/11c85763-8ba4-426c-9e2a-59b634488e30?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5fad930b-1cb2-4b33-932a-43d16b9dfef7?api-version=2022-05-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": "4ae7d287-6f86-4940-9682-aa171e4ce18a", + "x-ms-correlation-request-id": "7e80879e-f00b-4c0a-8b13-6b1df0df9d54", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104543Z:4ae7d287-6f86-4940-9682-aa171e4ce18a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T114550Z:7e80879e-f00b-4c0a-8b13-6b1df0df9d54", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/11c85763-8ba4-426c-9e2a-59b634488e30?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5fad930b-1cb2-4b33-932a-43d16b9dfef7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4473,7 +3900,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:45:43 GMT", + "Date": "Tue, 25 Oct 2022 11:45:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4481,16 +3908,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4d5a80d-d3d1-43fd-8c7a-fc86769f882c", + "x-ms-correlation-request-id": "2b6f1074-8de5-4d3e-8644-c57b38d1dd69", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104543Z:c4d5a80d-d3d1-43fd-8c7a-fc86769f882c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T114550Z:2b6f1074-8de5-4d3e-8644-c57b38d1dd69", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/11c85763-8ba4-426c-9e2a-59b634488e30", - "name": "11c85763-8ba4-426c-9e2a-59b634488e30", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5fad930b-1cb2-4b33-932a-43d16b9dfef7", + "name": "5fad930b-1cb2-4b33-932a-43d16b9dfef7", "status": "Deleting", - "startTime": "2022-10-22T10:45:43.5975678Z", + "startTime": "2022-10-25T11:45:50.1523034Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4499,7 +3926,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/11c85763-8ba4-426c-9e2a-59b634488e30?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5fad930b-1cb2-4b33-932a-43d16b9dfef7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4513,7 +3940,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:46:13 GMT", + "Date": "Tue, 25 Oct 2022 11:46:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4521,17 +3948,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3de035f2-8b44-41da-81de-dc6d58f410ce", + "x-ms-correlation-request-id": "8e3c533e-68ce-424a-9e9f-3b4f07b9c482", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104614Z:3de035f2-8b44-41da-81de-dc6d58f410ce", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T114620Z:8e3c533e-68ce-424a-9e9f-3b4f07b9c482", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/11c85763-8ba4-426c-9e2a-59b634488e30", - "name": "11c85763-8ba4-426c-9e2a-59b634488e30", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5fad930b-1cb2-4b33-932a-43d16b9dfef7", + "name": "5fad930b-1cb2-4b33-932a-43d16b9dfef7", "status": "Succeeded", - "startTime": "2022-10-22T10:45:43.5975678Z", - "endTime": "2022-10-22T10:45:44.479313Z", + "startTime": "2022-10-25T11:45:50.1523034Z", + "endTime": "2022-10-25T11:45:51.2773344Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1" @@ -4539,7 +3966,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/11c85763-8ba4-426c-9e2a-59b634488e30?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5fad930b-1cb2-4b33-932a-43d16b9dfef7?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4553,7 +3980,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:46:13 GMT", + "Date": "Tue, 25 Oct 2022 11:46:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4561,22 +3988,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "35b15974-d48e-4ac0-ba2d-987f697165b4", + "x-ms-correlation-request-id": "991895bd-dd5a-44f4-9eef-84bf8fd60f78", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104614Z:35b15974-d48e-4ac0-ba2d-987f697165b4", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T114621Z:991895bd-dd5a-44f4-9eef-84bf8fd60f78", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-74e025c5/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A45%3A43.6021457Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A45%3A50.1579867Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:27:52.8673249Z" + "CreatedOnDate": "2022-10-25T11:30:13.6086640Z" }, "properties": { - "poolId": "8c38e5f3-63c1-8523-8034-f332d5c306d0", + "poolId": "2111a173-31cc-eb89-e32a-06c664c4dde2", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5/capacityPools/sdk-py-tests-pool-1", @@ -4590,10 +4017,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:27:53.9286986Z", + "createdAt": "2022-10-25T11:30:14.5855474Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:27:53.9286986Z" + "lastModifiedAt": "2022-10-25T11:30:14.5855474Z" } } }, @@ -4611,14 +4038,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 10:46:24 GMT", + "Date": "Tue, 25 Oct 2022 11:46:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b77e106a-d043-486a-86b4-a1703d4c0242", + "x-ms-correlation-request-id": "63268032-f45e-4f6a-9687-e64b36c85dad", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104624Z:b77e106a-d043-486a-86b4-a1703d4c0242" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T114631Z:63268032-f45e-4f6a-9687-e64b36c85dad" }, "ResponseBody": null }, @@ -4636,14 +4063,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 10:46:34 GMT", + "Date": "Tue, 25 Oct 2022 11:46:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "68651a40-5a64-4912-b10c-d88dd73cf8f6", + "x-ms-correlation-request-id": "9c8b2462-da0b-42bb-a684-fffadc5eeee3", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104635Z:68651a40-5a64-4912-b10c-d88dd73cf8f6" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T114641Z:9c8b2462-da0b-42bb-a684-fffadc5eeee3" }, "ResponseBody": null }, @@ -4661,14 +4088,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 10:46:44 GMT", + "Date": "Tue, 25 Oct 2022 11:46:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "80382b1c-4889-4b7a-8e8c-8e56f5132881", + "x-ms-correlation-request-id": "ce24ada9-9468-4c38-baa2-52948f87286f", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104645Z:80382b1c-4889-4b7a-8e8c-8e56f5132881" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T114651Z:ce24ada9-9468-4c38-baa2-52948f87286f" }, "ResponseBody": null }, @@ -4686,14 +4113,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 10:46:55 GMT", + "Date": "Tue, 25 Oct 2022 11:47:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37c982be-fbbe-41f0-9617-393f98dbebfc", + "x-ms-correlation-request-id": "682a7416-9877-458f-ac3d-42fe1c0071eb", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104655Z:37c982be-fbbe-41f0-9617-393f98dbebfc" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T114702Z:682a7416-9877-458f-ac3d-42fe1c0071eb" }, "ResponseBody": null }, @@ -4712,14 +4139,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:05 GMT", + "Date": "Tue, 25 Oct 2022 11:47:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3dfff43f-d8a8-4f7f-a707-58eb683317a7", + "x-ms-correlation-request-id": "3bb08e34-11c3-456e-8981-95fe2cfcaa36", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104706Z:3dfff43f-d8a8-4f7f-a707-58eb683317a7" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T114712Z:3bb08e34-11c3-456e-8981-95fe2cfcaa36" }, "ResponseBody": { "error": { @@ -4741,25 +4168,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5026007e-620a-4070-b0a1-7b16838f4881?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b8e6191d-4773-4467-9e05-d0d10946d11c?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 10:47:07 GMT", + "Date": "Tue, 25 Oct 2022 11:47:13 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5026007e-620a-4070-b0a1-7b16838f4881?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b8e6191d-4773-4467-9e05-d0d10946d11c?api-version=2022-05-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": "ae30dec6-639b-472e-ae63-00bebbdb0db7", + "x-ms-correlation-request-id": "931d4e99-cb72-4dac-ace4-e5e016417797", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104707Z:ae30dec6-639b-472e-ae63-00bebbdb0db7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T114714Z:931d4e99-cb72-4dac-ace4-e5e016417797", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5026007e-620a-4070-b0a1-7b16838f4881?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b8e6191d-4773-4467-9e05-d0d10946d11c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4773,7 +4200,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:07 GMT", + "Date": "Tue, 25 Oct 2022 11:47:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4781,17 +4208,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e006c190-afaf-4eb7-a7e5-31e62514462a", + "x-ms-correlation-request-id": "421676a9-787b-4730-89b4-60745997dddc", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104707Z:e006c190-afaf-4eb7-a7e5-31e62514462a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T114714Z:421676a9-787b-4730-89b4-60745997dddc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5026007e-620a-4070-b0a1-7b16838f4881", - "name": "5026007e-620a-4070-b0a1-7b16838f4881", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b8e6191d-4773-4467-9e05-d0d10946d11c", + "name": "b8e6191d-4773-4467-9e05-d0d10946d11c", "status": "Succeeded", - "startTime": "2022-10-22T10:47:07.5189735Z", - "endTime": "2022-10-22T10:47:07.5970535Z", + "startTime": "2022-10-25T11:47:13.9780669Z", + "endTime": "2022-10-25T11:47:14.0249069Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5" @@ -4799,7 +4226,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5026007e-620a-4070-b0a1-7b16838f4881?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b8e6191d-4773-4467-9e05-d0d10946d11c?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4813,7 +4240,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:08 GMT", + "Date": "Tue, 25 Oct 2022 11:47:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4821,19 +4248,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6fdd046-add2-468c-876d-0170f14a5c17", + "x-ms-correlation-request-id": "527f13b1-bbe0-4457-a2dc-aa885cfed8d8", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104708Z:e6fdd046-add2-468c-876d-0170f14a5c17", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T114714Z:527f13b1-bbe0-4457-a2dc-aa885cfed8d8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-74e025c5", "name": "sdk-py-tests-acc-1-74e025c5", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A47%3A07.525136Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A47%3A13.9662014Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:27:48.9349364Z" + "CreatedOnDate": "2022-10-25T11:30:09.3853791Z" }, "properties": { "encryption": { @@ -4844,10 +4271,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:27:50.1918335Z", + "createdAt": "2022-10-25T11:30:10.3642144Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:27:50.1918335Z" + "lastModifiedAt": "2022-10-25T11:30:10.3642144Z" } } }, @@ -4866,15 +4293,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:08 GMT", + "Date": "Tue, 25 Oct 2022 11:47:14 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": "52601bd0-2e9e-4d24-a191-58087d7b8bf3", + "x-ms-correlation-request-id": "4d1669d3-fdad-482b-a6f3-32ad23b9a1a5", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104708Z:52601bd0-2e9e-4d24-a191-58087d7b8bf3", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T114715Z:4d1669d3-fdad-482b-a6f3-32ad23b9a1a5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4898,12 +4325,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6ff21563-7a9e-4e53-8a1b-60f4a5ca818a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/02b84b3e-0dc5-4b21-9b97-9d9a78bd2fe4?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 10:47:09 GMT", + "Date": "Tue, 25 Oct 2022 11:47:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/6ff21563-7a9e-4e53-8a1b-60f4a5ca818a?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/02b84b3e-0dc5-4b21-9b97-9d9a78bd2fe4?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -4912,10 +4339,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3d1008a6-49c5-453a-8dab-cf18bdb2de0a", - "x-ms-correlation-request-id": "8578bf90-73ae-499d-8bbf-58aacb0c851e", + "x-ms-arm-service-request-id": "50d64952-8dd0-4626-850f-39b994bd3293", + "x-ms-correlation-request-id": "7bc373a8-08e7-4bf5-a804-790cb1be31ff", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104709Z:8578bf90-73ae-499d-8bbf-58aacb0c851e" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T114716Z:7bc373a8-08e7-4bf5-a804-790cb1be31ff" }, "ResponseBody": null } 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 aeea17ad6abd..93a675bf9484 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 @@ -1,38 +1,5 @@ { "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/f2b35ab4-19f5-4e23-8ba6-6e40fafee4d6?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f2b35ab4-19f5-4e23-8ba6-6e40fafee4d6?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:07:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/f2b35ab4-19f5-4e23-8ba6-6e40fafee4d6?api-version=2022-05-01", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8583a93e-cf30-4e8b-8ab0-ebccacbb479d", - "x-ms-correlation-request-id": "66a88fa3-6923-4ccd-aadb-e17d447cf66d", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110750Z:4365fcbf-7a78-4584-ae51-12e5d9da2eb0" - }, - "ResponseBody": null - }, { "RequestUri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration", "RequestMethod": "GET", @@ -50,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:07:49 GMT", + "Date": "Tue, 25 Oct 2022 12:28:08 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.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -144,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:07:49 GMT", + "Date": "Tue, 25 Oct 2022 12:28:08 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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -205,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "9ad754d2-86e5-4a51-9d19-30f510847014", + "client-request-id": "6b408792-eb93-453a-b45a-9d7248430efb", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -219,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "9ad754d2-86e5-4a51-9d19-30f510847014", + "client-request-id": "6b408792-eb93-453a-b45a-9d7248430efb", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:07:50 GMT", + "Date": "Tue, 25 Oct 2022 12:28:08 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -269,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/124539ac-d01c-436b-9d13-fa763b4c9451?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6a950bf1-8926-43ae-a0c3-eb64d7084e34?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:07:56 GMT", + "Date": "Tue, 25 Oct 2022 12:28:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -283,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6f264ccc-f82c-494a-9c8a-fcce18a4e2bf", - "x-ms-correlation-request-id": "b564358c-d73f-45e1-981c-cf205bfa1d72", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110756Z:b564358c-d73f-45e1-981c-cf205bfa1d72" + "x-ms-arm-service-request-id": "cb5086ea-0334-47cc-a493-1eb021399acc", + "x-ms-correlation-request-id": "31e4c29f-3399-4796-ace4-5da6b42f8670", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T122817Z:31e4c29f-3399-4796-ace4-5da6b42f8670" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-503c258e", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e", - "etag": "W/\u002236d049fb-b835-4186-b891-b61dc00ec8c2\u0022", + "etag": "W/\u0022f08fa868-2157-4ad3-8b05-c83276ded0fd\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T11:07:51.7390723Z" + "CreatedOnDate": "2022-10-25T12:28:11.0827071Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "a90b6e67-801c-427d-a1ae-ad16847b7c81", + "resourceGuid": "ca75f4da-570e-4df3-867c-9da7c4c6fd31", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -312,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/124539ac-d01c-436b-9d13-fa763b4c9451?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6a950bf1-8926-43ae-a0c3-eb64d7084e34?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -326,9 +293,10 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:07:56 GMT", + "Date": "Tue, 25 Oct 2022 12:28:17 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" @@ -337,10 +305,45 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ed93c568-ac2c-4b52-b247-4d7b6aa6f698", - "x-ms-correlation-request-id": "1fbd9fcd-b227-45b3-871c-b89ae01ab849", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110756Z:1fbd9fcd-b227-45b3-871c-b89ae01ab849" + "x-ms-arm-service-request-id": "c436cf32-2588-476f-8c46-c8d1806365b3", + "x-ms-correlation-request-id": "94f99c32-64dd-4a8f-9f8f-e1f6e9104449", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T122817Z:94f99c32-64dd-4a8f-9f8f-e1f6e9104449" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6a950bf1-8926-43ae-a0c3-eb64d7084e34?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 12:28:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "92f6acfe-38c1-41dd-8cc6-8c7453b79676", + "x-ms-correlation-request-id": "873b8a14-609e-4ec8-82a0-bcac3a5e1f5f", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T122827Z:873b8a14-609e-4ec8-82a0-bcac3a5e1f5f" }, "ResponseBody": { "status": "Succeeded" @@ -361,8 +364,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:07:56 GMT", - "ETag": "W/\u00224ad89a88-1344-49e5-bb52-6d73a168c76c\u0022", + "Date": "Tue, 25 Oct 2022 12:28:27 GMT", + "ETag": "W/\u0022c19740e1-c605-41b4-ae2f-53529848c529\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -373,23 +376,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "16633df6-a7cf-40d3-91c4-38efd3ef0228", - "x-ms-correlation-request-id": "f7915423-60b1-4f64-8e56-ab960f552697", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110757Z:f7915423-60b1-4f64-8e56-ab960f552697" + "x-ms-arm-service-request-id": "14d0efe5-bc85-45a6-b3f8-a903ccdefd8e", + "x-ms-correlation-request-id": "f88afc1f-7858-4c4a-a20c-f5090116dc60", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T122828Z:f88afc1f-7858-4c4a-a20c-f5090116dc60" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-503c258e", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e", - "etag": "W/\u00224ad89a88-1344-49e5-bb52-6d73a168c76c\u0022", + "etag": "W/\u0022c19740e1-c605-41b4-ae2f-53529848c529\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T11:07:51.7390723Z" + "CreatedOnDate": "2022-10-25T12:28:11.0827071Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "a90b6e67-801c-427d-a1ae-ad16847b7c81", + "resourceGuid": "ca75f4da-570e-4df3-867c-9da7c4c6fd31", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -428,11 +431,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/722084f5-0e98-4f93-8e71-92f0898410a7?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/60b29847-f80b-49b4-b594-d14d81e1e136?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:07:57 GMT", + "Date": "Tue, 25 Oct 2022 12:28:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -442,15 +445,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bcb5b2e6-861d-4e37-ac06-61c799baf629", - "x-ms-correlation-request-id": "eadea065-0c86-4f7f-a745-58b486bc8553", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110757Z:eadea065-0c86-4f7f-a745-58b486bc8553" + "x-ms-arm-service-request-id": "2f770824-53d6-42c5-b699-e686915fdf44", + "x-ms-correlation-request-id": "65522206-b3dc-49f8-bf63-b91425740f95", + "x-ms-ratelimit-remaining-subscription-writes": "1189", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T122828Z:65522206-b3dc-49f8-bf63-b91425740f95" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", - "etag": "W/\u0022bfbe9166-9d97-4fb3-aefb-91a1b7094ee8\u0022", + "etag": "W/\u00222bc75b1e-7991-4ad9-a05e-470f0dc4730e\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -458,7 +461,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022bfbe9166-9d97-4fb3-aefb-91a1b7094ee8\u0022", + "etag": "W/\u00222bc75b1e-7991-4ad9-a05e-470f0dc4730e\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -478,7 +481,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/722084f5-0e98-4f93-8e71-92f0898410a7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/60b29847-f80b-49b4-b594-d14d81e1e136?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -492,7 +495,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:07:57 GMT", + "Date": "Tue, 25 Oct 2022 12:28:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -503,10 +506,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3446018f-2150-41fa-8edc-e9f6cecb9411", - "x-ms-correlation-request-id": "b738c139-598c-41e2-80c4-dca76d0329b0", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110758Z:b738c139-598c-41e2-80c4-dca76d0329b0" + "x-ms-arm-service-request-id": "e40ebe80-763f-428c-83fe-3cc407ef75cc", + "x-ms-correlation-request-id": "681cf102-16ee-4e02-81c8-4c9523e84e1b", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T122829Z:681cf102-16ee-4e02-81c8-4c9523e84e1b" }, "ResponseBody": { "status": "Succeeded" @@ -527,8 +530,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:07:58 GMT", - "ETag": "W/\u002296b0a5f6-03b1-413e-b7b4-3a94fe6253f7\u0022", + "Date": "Tue, 25 Oct 2022 12:28:28 GMT", + "ETag": "W/\u00222c7441ba-3ef8-4f09-9e58-3812ef02a2d8\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -539,15 +542,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "59fac897-4d43-479a-8631-cd8327468dc3", - "x-ms-correlation-request-id": "38e1a210-09b3-467f-814f-cfcbbc6b9a85", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110758Z:38e1a210-09b3-467f-814f-cfcbbc6b9a85" + "x-ms-arm-service-request-id": "b32f232f-9c69-4d50-a861-dd7c55c3e5ef", + "x-ms-correlation-request-id": "e3175cf6-5a93-4621-897b-78c9e33f9234", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T122829Z:e3175cf6-5a93-4621-897b-78c9e33f9234" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", - "etag": "W/\u002296b0a5f6-03b1-413e-b7b4-3a94fe6253f7\u0022", + "etag": "W/\u00222c7441ba-3ef8-4f09-9e58-3812ef02a2d8\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -555,7 +558,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002296b0a5f6-03b1-413e-b7b4-3a94fe6253f7\u0022", + "etag": "W/\u00222c7441ba-3ef8-4f09-9e58-3812ef02a2d8\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -591,12 +594,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:07:57 GMT", + "Date": "Tue, 25 Oct 2022 12:28:29 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.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -685,12 +688,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:07:58 GMT", + "Date": "Tue, 25 Oct 2022 12:28:29 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -746,9 +749,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "7a20c1fe-e60a-453e-b855-5a905ffdb295", + "client-request-id": "39e5e20f-5d4f-41c2-879d-0e59c34df85c", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -760,14 +763,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "7a20c1fe-e60a-453e-b855-5a905ffdb295", + "client-request-id": "39e5e20f-5d4f-41c2-879d-0e59c34df85c", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:07:58 GMT", + "Date": "Tue, 25 Oct 2022 12:28:29 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -802,30 +805,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/694cf336-08b8-4ff1-aee8-e25b5bfbe29e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b8fa4515-64c0-46a3-bfad-fcd7242ad6de?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "706", + "Content-Length": "704", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:08:01 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T11%3A08%3A01.1159164Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:28:33 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A28%3A32.8893648Z\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": "97c4709f-0b3a-454b-a413-34154caded82", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110802Z:97c4709f-0b3a-454b-a413-34154caded82", + "x-ms-correlation-request-id": "abe45958-b461-4973-9a9e-492baf224d00", + "x-ms-ratelimit-remaining-subscription-writes": "1188", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T122834Z:abe45958-b461-4973-9a9e-492baf224d00", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e", "name": "sdk-py-tests-acc-1-503c258e", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T11%3A08%3A01.1159164Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A28%3A32.8893648Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T11:08:00.0000803Z" + "CreatedOnDate": "2022-10-25T12:28:31.0093587Z" }, "properties": { "provisioningState": "Creating" @@ -833,15 +836,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T11:08:00.9121114Z", + "createdAt": "2022-10-25T12:28:31.866882Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T11:08:00.9121114Z" + "lastModifiedAt": "2022-10-25T12:28:31.866882Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/694cf336-08b8-4ff1-aee8-e25b5bfbe29e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b8fa4515-64c0-46a3-bfad-fcd7242ad6de?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -855,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:08:01 GMT", + "Date": "Tue, 25 Oct 2022 12:28:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -863,17 +866,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "57d88a2f-5eb6-4dd7-8327-7eb0cb9113e6", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110802Z:57d88a2f-5eb6-4dd7-8327-7eb0cb9113e6", + "x-ms-correlation-request-id": "980e2642-060f-40f4-8b9c-826c419f8e38", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T122834Z:980e2642-060f-40f4-8b9c-826c419f8e38", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/694cf336-08b8-4ff1-aee8-e25b5bfbe29e", - "name": "694cf336-08b8-4ff1-aee8-e25b5bfbe29e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b8fa4515-64c0-46a3-bfad-fcd7242ad6de", + "name": "b8fa4515-64c0-46a3-bfad-fcd7242ad6de", "status": "Succeeded", - "startTime": "2022-10-22T11:08:01.1246547Z", - "endTime": "2022-10-22T11:08:01.1559138Z", + "startTime": "2022-10-25T12:28:32.8850288Z", + "endTime": "2022-10-25T12:28:32.9318983Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e" @@ -895,8 +898,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:08:02 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T11%3A08%3A01.1613074Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:28:34 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A28%3A32.9344917Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -904,19 +907,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "24ace992-a4f3-484f-93d4-fde824b6aede", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110802Z:24ace992-a4f3-484f-93d4-fde824b6aede", + "x-ms-correlation-request-id": "baab8121-fe2a-43ee-9706-3f8cd9129f0f", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T122834Z:baab8121-fe2a-43ee-9706-3f8cd9129f0f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e", "name": "sdk-py-tests-acc-1-503c258e", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T11%3A08%3A01.1613074Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A28%3A32.9344917Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T11:08:00.0000803Z" + "CreatedOnDate": "2022-10-25T12:28:31.0093587Z" }, "properties": { "activeDirectories": [ @@ -945,10 +948,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T11:08:00.9121114Z", + "createdAt": "2022-10-25T12:28:31.866882Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T11:08:00.9121114Z" + "lastModifiedAt": "2022-10-25T12:28:31.866882Z" } } }, @@ -974,30 +977,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8815ef93-a085-4c2a-b262-16c7cbcdc79c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/18a525e9-83ef-43e3-a79a-b9718604e3a0?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:08:05 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T11%3A08%3A04.5819561Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:28:36 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A28%3A36.4842851Z\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": "5f29d509-f806-4344-9689-fdb39c6a6b01", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110806Z:5f29d509-f806-4344-9689-fdb39c6a6b01", + "x-ms-correlation-request-id": "f583b8e2-1faa-4ea5-b599-ea57cc9bcdd7", + "x-ms-ratelimit-remaining-subscription-writes": "1187", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T122837Z:f583b8e2-1faa-4ea5-b599-ea57cc9bcdd7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T11%3A08%3A04.5819561Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A28%3A36.4842851Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T11:08:03.2564982Z" + "CreatedOnDate": "2022-10-25T12:28:35.2453973Z" }, "properties": { "serviceLevel": "Premium", @@ -1011,15 +1014,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T11:08:04.3356748Z", + "createdAt": "2022-10-25T12:28:36.2607164Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T11:08:04.3356748Z" + "lastModifiedAt": "2022-10-25T12:28:36.2607164Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8815ef93-a085-4c2a-b262-16c7cbcdc79c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/18a525e9-83ef-43e3-a79a-b9718604e3a0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1033,7 +1036,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:08:05 GMT", + "Date": "Tue, 25 Oct 2022 12:28:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1041,17 +1044,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd6fd9c4-dab4-4c81-8d53-ff25c0ac87bc", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110806Z:cd6fd9c4-dab4-4c81-8d53-ff25c0ac87bc", + "x-ms-correlation-request-id": "86ce6add-b6e3-4519-8fac-37ff06548c2a", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T122837Z:86ce6add-b6e3-4519-8fac-37ff06548c2a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8815ef93-a085-4c2a-b262-16c7cbcdc79c", - "name": "8815ef93-a085-4c2a-b262-16c7cbcdc79c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/18a525e9-83ef-43e3-a79a-b9718604e3a0", + "name": "18a525e9-83ef-43e3-a79a-b9718604e3a0", "status": "Succeeded", - "startTime": "2022-10-22T11:08:04.5829299Z", - "endTime": "2022-10-22T11:08:05.6613226Z", + "startTime": "2022-10-25T12:28:36.4788894Z", + "endTime": "2022-10-25T12:28:37.3070325Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1" @@ -1073,8 +1076,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:08:06 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T11%3A08%3A05.6567384Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:28:37 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A28%3A37.2980151Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1082,22 +1085,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a01181ad-32ba-4eea-acf7-d1d32520fe9c", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110806Z:a01181ad-32ba-4eea-acf7-d1d32520fe9c", + "x-ms-correlation-request-id": "68f06c9e-fac5-4e46-9e8f-e2721e7a31c5", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T122838Z:68f06c9e-fac5-4e46-9e8f-e2721e7a31c5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T11%3A08%3A05.6567384Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A28%3A37.2980151Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T11:08:03.2564982Z" + "CreatedOnDate": "2022-10-25T12:28:35.2453973Z" }, "properties": { - "poolId": "03cb995c-d50b-89b3-d6f3-157f5c9c8ebf", + "poolId": "defedbd0-6f62-0dfe-003f-04d6d2126b2e", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1110,10 +1113,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T11:08:04.3356748Z", + "createdAt": "2022-10-25T12:28:36.2607164Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T11:08:04.3356748Z" + "lastModifiedAt": "2022-10-25T12:28:36.2607164Z" } } }, @@ -1156,30 +1159,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b0d8afc-5929-42a1-928b-0b96b66cf862?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:08:19 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T11%3A08%3A18.6649894Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:28:49 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A28%3A49.7506098Z\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": "f20e87d9-b405-4a96-9fce-25f85b3cc178", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110819Z:f20e87d9-b405-4a96-9fce-25f85b3cc178", + "x-ms-correlation-request-id": "17bc5016-4ac1-48b6-86a3-bd8e2c57112f", + "x-ms-ratelimit-remaining-subscription-writes": "1186", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T122850Z:17bc5016-4ac1-48b6-86a3-bd8e2c57112f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T11%3A08%3A18.6649894Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A28%3A49.7506098Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T11:08:17.1112475Z" + "CreatedOnDate": "2022-10-25T12:28:48.4491679Z" }, "properties": { "serviceLevel": "Premium", @@ -1209,15 +1212,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T11:08:18.3593692Z", + "createdAt": "2022-10-25T12:28:49.4406164Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T11:08:18.3593692Z" + "lastModifiedAt": "2022-10-25T12:28:49.4406164Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b0d8afc-5929-42a1-928b-0b96b66cf862?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1231,7 +1234,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:08:19 GMT", + "Date": "Tue, 25 Oct 2022 12:28:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1239,16 +1242,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b1dcc3b4-4a94-4890-bc91-aba367927f70", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110819Z:b1dcc3b4-4a94-4890-bc91-aba367927f70", + "x-ms-correlation-request-id": "99b54001-452c-42bd-9d4c-5a3838d94206", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T122850Z:99b54001-452c-42bd-9d4c-5a3838d94206", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36", - "name": "c30d39f1-7455-4248-8cfc-18030b696d36", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b0d8afc-5929-42a1-928b-0b96b66cf862", + "name": "5b0d8afc-5929-42a1-928b-0b96b66cf862", "status": "Creating", - "startTime": "2022-10-22T11:08:18.672245Z", + "startTime": "2022-10-25T12:28:49.7405317Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1257,7 +1260,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b0d8afc-5929-42a1-928b-0b96b66cf862?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1271,7 +1274,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:08:49 GMT", + "Date": "Tue, 25 Oct 2022 12:29:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1279,16 +1282,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9914f2a1-16e4-4d98-b1f2-2542d9a6b9be", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110850Z:9914f2a1-16e4-4d98-b1f2-2542d9a6b9be", + "x-ms-correlation-request-id": "89567600-310f-4001-bad1-83824beb1771", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T122921Z:89567600-310f-4001-bad1-83824beb1771", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36", - "name": "c30d39f1-7455-4248-8cfc-18030b696d36", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b0d8afc-5929-42a1-928b-0b96b66cf862", + "name": "5b0d8afc-5929-42a1-928b-0b96b66cf862", "status": "Creating", - "startTime": "2022-10-22T11:08:18.672245Z", + "startTime": "2022-10-25T12:28:49.7405317Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1297,7 +1300,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b0d8afc-5929-42a1-928b-0b96b66cf862?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1311,7 +1314,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:09:19 GMT", + "Date": "Tue, 25 Oct 2022 12:29:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1319,16 +1322,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "88261e57-760d-460b-bd0b-52154d58d8a5", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110920Z:88261e57-760d-460b-bd0b-52154d58d8a5", + "x-ms-correlation-request-id": "57ea797a-1959-4204-8303-46bb687b4c7e", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T122951Z:57ea797a-1959-4204-8303-46bb687b4c7e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36", - "name": "c30d39f1-7455-4248-8cfc-18030b696d36", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b0d8afc-5929-42a1-928b-0b96b66cf862", + "name": "5b0d8afc-5929-42a1-928b-0b96b66cf862", "status": "Creating", - "startTime": "2022-10-22T11:08:18.672245Z", + "startTime": "2022-10-25T12:28:49.7405317Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1337,7 +1340,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b0d8afc-5929-42a1-928b-0b96b66cf862?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1351,7 +1354,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:09:50 GMT", + "Date": "Tue, 25 Oct 2022 12:30:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1359,16 +1362,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b442ed9f-0032-43a2-ba88-674bad3c5ba7", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110950Z:b442ed9f-0032-43a2-ba88-674bad3c5ba7", + "x-ms-correlation-request-id": "e288947c-c6dc-4744-aac0-6b49db427815", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123021Z:e288947c-c6dc-4744-aac0-6b49db427815", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36", - "name": "c30d39f1-7455-4248-8cfc-18030b696d36", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b0d8afc-5929-42a1-928b-0b96b66cf862", + "name": "5b0d8afc-5929-42a1-928b-0b96b66cf862", "status": "Creating", - "startTime": "2022-10-22T11:08:18.672245Z", + "startTime": "2022-10-25T12:28:49.7405317Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1377,7 +1380,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b0d8afc-5929-42a1-928b-0b96b66cf862?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1391,7 +1394,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:10:20 GMT", + "Date": "Tue, 25 Oct 2022 12:30:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1399,16 +1402,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1be3d9f6-9f64-4634-a3c9-e28e37cc32f8", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111020Z:1be3d9f6-9f64-4634-a3c9-e28e37cc32f8", + "x-ms-correlation-request-id": "310f74e5-d8f5-4dfd-85f3-097d6ee0d7e3", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123052Z:310f74e5-d8f5-4dfd-85f3-097d6ee0d7e3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36", - "name": "c30d39f1-7455-4248-8cfc-18030b696d36", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b0d8afc-5929-42a1-928b-0b96b66cf862", + "name": "5b0d8afc-5929-42a1-928b-0b96b66cf862", "status": "Creating", - "startTime": "2022-10-22T11:08:18.672245Z", + "startTime": "2022-10-25T12:28:49.7405317Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1417,7 +1420,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b0d8afc-5929-42a1-928b-0b96b66cf862?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1431,7 +1434,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:10:50 GMT", + "Date": "Tue, 25 Oct 2022 12:31:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1439,16 +1442,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a74f08b6-435d-478f-aebc-93f24161ee8e", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111051Z:a74f08b6-435d-478f-aebc-93f24161ee8e", + "x-ms-correlation-request-id": "1e45dc8e-985f-4253-b6d7-ed316897a6f6", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123122Z:1e45dc8e-985f-4253-b6d7-ed316897a6f6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36", - "name": "c30d39f1-7455-4248-8cfc-18030b696d36", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b0d8afc-5929-42a1-928b-0b96b66cf862", + "name": "5b0d8afc-5929-42a1-928b-0b96b66cf862", "status": "Creating", - "startTime": "2022-10-22T11:08:18.672245Z", + "startTime": "2022-10-25T12:28:49.7405317Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1457,7 +1460,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b0d8afc-5929-42a1-928b-0b96b66cf862?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1471,7 +1474,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:11:21 GMT", + "Date": "Tue, 25 Oct 2022 12:31:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1479,16 +1482,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3a46c19-a045-4595-a80b-a7c1dc0e5ad3", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111121Z:d3a46c19-a045-4595-a80b-a7c1dc0e5ad3", + "x-ms-correlation-request-id": "89ce4e00-b233-4d4b-9225-e57a54bab25b", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123152Z:89ce4e00-b233-4d4b-9225-e57a54bab25b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36", - "name": "c30d39f1-7455-4248-8cfc-18030b696d36", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b0d8afc-5929-42a1-928b-0b96b66cf862", + "name": "5b0d8afc-5929-42a1-928b-0b96b66cf862", "status": "Creating", - "startTime": "2022-10-22T11:08:18.672245Z", + "startTime": "2022-10-25T12:28:49.7405317Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1497,7 +1500,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b0d8afc-5929-42a1-928b-0b96b66cf862?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1511,7 +1514,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:11:51 GMT", + "Date": "Tue, 25 Oct 2022 12:32:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1519,16 +1522,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf398e22-3471-41dc-bcd9-bb469b69d971", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111151Z:bf398e22-3471-41dc-bcd9-bb469b69d971", + "x-ms-correlation-request-id": "a245790c-609e-4007-82f2-f6c7dcdadc94", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123222Z:a245790c-609e-4007-82f2-f6c7dcdadc94", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36", - "name": "c30d39f1-7455-4248-8cfc-18030b696d36", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b0d8afc-5929-42a1-928b-0b96b66cf862", + "name": "5b0d8afc-5929-42a1-928b-0b96b66cf862", "status": "Creating", - "startTime": "2022-10-22T11:08:18.672245Z", + "startTime": "2022-10-25T12:28:49.7405317Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1537,7 +1540,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b0d8afc-5929-42a1-928b-0b96b66cf862?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1551,7 +1554,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:12:22 GMT", + "Date": "Tue, 25 Oct 2022 12:32:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1559,16 +1562,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2e2014d-3f51-4f61-a55e-b6fdd58362b0", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111222Z:e2e2014d-3f51-4f61-a55e-b6fdd58362b0", + "x-ms-correlation-request-id": "162529e4-198b-48f2-a40e-8f59e3bfdf69", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123253Z:162529e4-198b-48f2-a40e-8f59e3bfdf69", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36", - "name": "c30d39f1-7455-4248-8cfc-18030b696d36", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b0d8afc-5929-42a1-928b-0b96b66cf862", + "name": "5b0d8afc-5929-42a1-928b-0b96b66cf862", "status": "Creating", - "startTime": "2022-10-22T11:08:18.672245Z", + "startTime": "2022-10-25T12:28:49.7405317Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1577,7 +1580,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b0d8afc-5929-42a1-928b-0b96b66cf862?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1591,7 +1594,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:12:52 GMT", + "Date": "Tue, 25 Oct 2022 12:33:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1599,16 +1602,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "134aa5d4-6e85-468f-adaa-b8a372fd4f4b", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111253Z:134aa5d4-6e85-468f-adaa-b8a372fd4f4b", + "x-ms-correlation-request-id": "8e40b85e-177d-4f39-b144-27744fdb410c", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123323Z:8e40b85e-177d-4f39-b144-27744fdb410c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36", - "name": "c30d39f1-7455-4248-8cfc-18030b696d36", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b0d8afc-5929-42a1-928b-0b96b66cf862", + "name": "5b0d8afc-5929-42a1-928b-0b96b66cf862", "status": "Creating", - "startTime": "2022-10-22T11:08:18.672245Z", + "startTime": "2022-10-25T12:28:49.7405317Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1617,7 +1620,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b0d8afc-5929-42a1-928b-0b96b66cf862?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1631,7 +1634,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:13:23 GMT", + "Date": "Tue, 25 Oct 2022 12:33:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1639,57 +1642,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b355425b-4734-4807-935c-47c57f6f47ce", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111323Z:b355425b-4734-4807-935c-47c57f6f47ce", + "x-ms-correlation-request-id": "8a4316b7-8eca-46eb-9147-0b4a523ba98f", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123354Z:8a4316b7-8eca-46eb-9147-0b4a523ba98f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36", - "name": "c30d39f1-7455-4248-8cfc-18030b696d36", - "status": "Creating", - "startTime": "2022-10-22T11:08:18.672245Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:13: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": "a2a923db-6da3-4bb4-8522-bef589a72562", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111353Z:a2a923db-6da3-4bb4-8522-bef589a72562", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c30d39f1-7455-4248-8cfc-18030b696d36", - "name": "c30d39f1-7455-4248-8cfc-18030b696d36", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b0d8afc-5929-42a1-928b-0b96b66cf862", + "name": "5b0d8afc-5929-42a1-928b-0b96b66cf862", "status": "Succeeded", - "startTime": "2022-10-22T11:08:18.672245Z", - "endTime": "2022-10-22T11:13:52.8672341Z", + "startTime": "2022-10-25T12:28:49.7405317Z", + "endTime": "2022-10-25T12:33:32.76693Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" @@ -1711,8 +1674,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:13:53 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T11%3A13%3A52.8651964Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:33:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A33%3A32.7599665Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1720,22 +1683,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "93261da3-3b28-4026-a7fd-fe255eb60d07", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111354Z:93261da3-3b28-4026-a7fd-fe255eb60d07", + "x-ms-correlation-request-id": "6725a900-273c-4fed-b137-312fd7c8b2c3", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123354Z:6725a900-273c-4fed-b137-312fd7c8b2c3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T11%3A13%3A52.8651964Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A33%3A32.7599665Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T11:08:17.1112475Z" + "CreatedOnDate": "2022-10-25T12:28:48.4491679Z" }, "properties": { - "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", + "fileSystemId": "3e118417-9be6-0ae1-86f5-439b09b01059", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-503c258e", "usageThreshold": 107374182400, @@ -1763,7 +1726,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c7da666d", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_04c484a5", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1778,8 +1741,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d914c7d8-47e1-ea13-b768-88018a207faa", - "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", + "mountTargetId": "3e118417-9be6-0ae1-86f5-439b09b01059", + "fileSystemId": "3e118417-9be6-0ae1-86f5-439b09b01059", "ipAddress": "10.0.0.4" } ], @@ -1799,10 +1762,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T11:08:18.3593692Z", + "createdAt": "2022-10-25T12:28:49.4406164Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T11:08:18.3593692Z" + "lastModifiedAt": "2022-10-25T12:28:49.4406164Z" } } }, @@ -1821,8 +1784,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:14:03 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T11%3A13%3A52.8651964Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:34:04 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A33%3A32.7599665Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1830,22 +1793,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9031afa9-ed19-45a6-99f5-41525972210f", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111404Z:9031afa9-ed19-45a6-99f5-41525972210f", + "x-ms-correlation-request-id": "e62a9dfe-aa6e-40ca-a178-0dd28a3cfaeb", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123405Z:e62a9dfe-aa6e-40ca-a178-0dd28a3cfaeb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T11%3A13%3A52.8651964Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A33%3A32.7599665Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T11:08:17.1112475Z" + "CreatedOnDate": "2022-10-25T12:28:48.4491679Z" }, "properties": { - "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", + "fileSystemId": "3e118417-9be6-0ae1-86f5-439b09b01059", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-503c258e", "usageThreshold": 107374182400, @@ -1873,7 +1836,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c7da666d", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_04c484a5", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1888,8 +1851,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d914c7d8-47e1-ea13-b768-88018a207faa", - "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", + "mountTargetId": "3e118417-9be6-0ae1-86f5-439b09b01059", + "fileSystemId": "3e118417-9be6-0ae1-86f5-439b09b01059", "ipAddress": "10.0.0.4" } ], @@ -1909,10 +1872,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T11:08:18.3593692Z", + "createdAt": "2022-10-25T12:28:49.4406164Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T11:08:18.3593692Z" + "lastModifiedAt": "2022-10-25T12:28:49.4406164Z" } } }, @@ -1931,7 +1894,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:14:04 GMT", + "Date": "Tue, 25 Oct 2022 12:34:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1939,9 +1902,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a4d930d-eb27-4e5c-b7ba-22d77ec9ba49", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111405Z:9a4d930d-eb27-4e5c-b7ba-22d77ec9ba49", + "x-ms-correlation-request-id": "fd1f8dcd-b63a-4352-a5ec-ce2ab7607dbd", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123405Z:fd1f8dcd-b63a-4352-a5ec-ce2ab7607dbd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1983,35 +1946,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed9c6182-ece9-4ea9-8ed9-12195b488633?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/27bf4d28-df3b-4357-a723-69b0d0bf8da9?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "2480", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:14:04 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T11%3A14%3A05.6838428Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:34:06 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A34%3A06.3038568Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed9c6182-ece9-4ea9-8ed9-12195b488633?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/27bf4d28-df3b-4357-a723-69b0d0bf8da9?api-version=2022-05-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": "7ece82be-fbc3-4b2e-a6e5-f936ba13281e", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111405Z:7ece82be-fbc3-4b2e-a6e5-f936ba13281e", + "x-ms-correlation-request-id": "d7c42fbc-a986-4791-8828-67c752d04dec", + "x-ms-ratelimit-remaining-subscription-writes": "1185", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123406Z:d7c42fbc-a986-4791-8828-67c752d04dec", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T11%3A14%3A05.6838428Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A34%3A06.3038568Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T11:08:17.1112475Z" + "CreatedOnDate": "2022-10-25T12:28:48.4491679Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", + "fileSystemId": "3e118417-9be6-0ae1-86f5-439b09b01059", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-503c258e", "usageThreshold": 107374182400, @@ -2039,7 +2002,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c7da666d", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_04c484a5", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2054,8 +2017,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d914c7d8-47e1-ea13-b768-88018a207faa", - "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", + "mountTargetId": "3e118417-9be6-0ae1-86f5-439b09b01059", + "fileSystemId": "3e118417-9be6-0ae1-86f5-439b09b01059", "ipAddress": "10.0.0.4" } ], @@ -2074,15 +2037,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T11:08:18.3593692Z", + "createdAt": "2022-10-25T12:28:49.4406164Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T11:08:18.3593692Z" + "lastModifiedAt": "2022-10-25T12:28:49.4406164Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed9c6182-ece9-4ea9-8ed9-12195b488633?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/27bf4d28-df3b-4357-a723-69b0d0bf8da9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2096,7 +2059,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:14:05 GMT", + "Date": "Tue, 25 Oct 2022 12:34:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2104,16 +2067,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31be6a0e-c222-4b3d-902d-a9d181c0ceff", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111406Z:31be6a0e-c222-4b3d-902d-a9d181c0ceff", + "x-ms-correlation-request-id": "ec08b30c-f1f1-40cd-8aa0-6471dc141940", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123406Z:ec08b30c-f1f1-40cd-8aa0-6471dc141940", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed9c6182-ece9-4ea9-8ed9-12195b488633", - "name": "ed9c6182-ece9-4ea9-8ed9-12195b488633", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/27bf4d28-df3b-4357-a723-69b0d0bf8da9", + "name": "27bf4d28-df3b-4357-a723-69b0d0bf8da9", "status": "Patching", - "startTime": "2022-10-22T11:14:05.6830182Z", + "startTime": "2022-10-25T12:34:06.3138093Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2122,7 +2085,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed9c6182-ece9-4ea9-8ed9-12195b488633?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/27bf4d28-df3b-4357-a723-69b0d0bf8da9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2136,7 +2099,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:14:35 GMT", + "Date": "Tue, 25 Oct 2022 12:34:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2144,17 +2107,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89a38b32-41e2-4b84-9a1f-7dc1d44cfcb3", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111436Z:89a38b32-41e2-4b84-9a1f-7dc1d44cfcb3", + "x-ms-correlation-request-id": "814b06a6-d92e-45b2-87e7-3665002af17a", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123436Z:814b06a6-d92e-45b2-87e7-3665002af17a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed9c6182-ece9-4ea9-8ed9-12195b488633", - "name": "ed9c6182-ece9-4ea9-8ed9-12195b488633", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/27bf4d28-df3b-4357-a723-69b0d0bf8da9", + "name": "27bf4d28-df3b-4357-a723-69b0d0bf8da9", "status": "Succeeded", - "startTime": "2022-10-22T11:14:05.6830182Z", - "endTime": "2022-10-22T11:14:09.6823913Z", + "startTime": "2022-10-25T12:34:06.3138093Z", + "endTime": "2022-10-25T12:34:09.8165008Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" @@ -2162,7 +2125,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed9c6182-ece9-4ea9-8ed9-12195b488633?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/27bf4d28-df3b-4357-a723-69b0d0bf8da9?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2176,7 +2139,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:14:35 GMT", + "Date": "Tue, 25 Oct 2022 12:34:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2184,19 +2147,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a6ea9934-b028-47dd-9176-59b7d474210c", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111436Z:a6ea9934-b028-47dd-9176-59b7d474210c", + "x-ms-correlation-request-id": "0ff0c1e4-5efe-4bf4-8b51-f33a98675d64", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123437Z:0ff0c1e4-5efe-4bf4-8b51-f33a98675d64", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T11%3A14%3A09.6785511Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A34%3A09.8148556Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T11:14:05.3316257Z" + "CreatedOnDate": "2022-10-25T12:34:05.8971967Z" }, "properties": { "dataProtection": { @@ -2206,12 +2169,12 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/vaults/cbsvault" } }, - "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", + "fileSystemId": "3e118417-9be6-0ae1-86f5-439b09b01059", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-503c258e", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 319488, + "usedBytes": 0, "exportPolicy": { "rules": [ { @@ -2237,19 +2200,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c7da666d", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_04c484a5", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", - "poolId": "03cb995c-d50b-89b3-d6f3-157f5c9c8ebf", + "poolId": "defedbd0-6f62-0dfe-003f-04d6d2126b2e", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "d914c7d8-47e1-ea13-b768-88018a207faa", - "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", + "mountTargetId": "3e118417-9be6-0ae1-86f5-439b09b01059", + "fileSystemId": "3e118417-9be6-0ae1-86f5-439b09b01059", "startIp": "", "endIp": "", "gateway": "", @@ -2281,10 +2244,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T11:08:18.3593692Z", + "createdAt": "2022-10-25T12:28:49.4406164Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T11:14:05.5271317Z" + "lastModifiedAt": "2022-10-25T12:34:06.1569925Z" } } }, @@ -2307,20 +2270,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9f36f5a-baa9-4e59-8f14-f4ac53c94f03?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f762497d-3afa-49ad-a248-805d18e55b0b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "560", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:14:37 GMT", + "Date": "Tue, 25 Oct 2022 12:34:36 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9f36f5a-baa9-4e59-8f14-f4ac53c94f03?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f762497d-3afa-49ad-a248-805d18e55b0b?api-version=2022-05-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": "3d7b9373-cbd3-4575-a244-a3d5ac53e57f", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111437Z:3d7b9373-cbd3-4575-a244-a3d5ac53e57f", + "x-ms-correlation-request-id": "c5e96d74-d570-4a49-b77e-bb63d1d79de3", + "x-ms-ratelimit-remaining-subscription-writes": "1184", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123437Z:c5e96d74-d570-4a49-b77e-bb63d1d79de3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2335,7 +2298,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9f36f5a-baa9-4e59-8f14-f4ac53c94f03?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f762497d-3afa-49ad-a248-805d18e55b0b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2349,7 +2312,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:14:37 GMT", + "Date": "Tue, 25 Oct 2022 12:34:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2357,25 +2320,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae71b40e-8c13-409c-962b-a82ea0f129c9", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111437Z:ae71b40e-8c13-409c-962b-a82ea0f129c9", + "x-ms-correlation-request-id": "ea6c565c-9632-4e0a-93f5-897a961f6870", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123437Z:ea6c565c-9632-4e0a-93f5-897a961f6870", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9f36f5a-baa9-4e59-8f14-f4ac53c94f03", - "name": "e9f36f5a-baa9-4e59-8f14-f4ac53c94f03", - "status": "Succeeded", - "startTime": "2022-10-22T11:14:37.0342478Z", - "endTime": "2022-10-22T11:14:37.25368Z", - "percentComplete": 100.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f762497d-3afa-49ad-a248-805d18e55b0b", + "name": "f762497d-3afa-49ad-a248-805d18e55b0b", + "status": "Creating", + "startTime": "2022-10-25T12:34:37.5710913Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e9f36f5a-baa9-4e59-8f14-f4ac53c94f03?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f762497d-3afa-49ad-a248-805d18e55b0b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2384,56 +2347,12 @@ "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "781", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:14: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": "005a4916-b479-4cf6-ac8c-0a0615b3d6ef", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111437Z:005a4916-b479-4cf6-ac8c-0a0615b3d6ef", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/22/2022 11:14:37 AM", - "location": "", - "properties": { - "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", - "creationDate": "0001-01-01T00:00:00Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", - "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:14:47 GMT", + "Date": "Tue, 25 Oct 2022 12:35:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2441,205 +2360,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "187483c7-8f9c-462e-a810-6059de0251b3", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111448Z:187483c7-8f9c-462e-a810-6059de0251b3", + "x-ms-correlation-request-id": "fa484d34-d66b-43bc-b170-872ddb3e94e2", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123508Z:fa484d34-d66b-43bc-b170-872ddb3e94e2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:14: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": "5adb01d8-c2c8-4b39-82fd-1a5ad9fdba4e", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111459Z:5adb01d8-c2c8-4b39-82fd-1a5ad9fdba4e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:15: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": "a01bc415-3368-438f-b07d-36daee07c6b4", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111510Z:a01bc415-3368-438f-b07d-36daee07c6b4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11: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": "0c13667f-0d8e-48cf-9ebd-dd6c6116dd67", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111521Z:0c13667f-0d8e-48cf-9ebd-dd6c6116dd67", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", - "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f762497d-3afa-49ad-a248-805d18e55b0b", + "name": "f762497d-3afa-49ad-a248-805d18e55b0b", + "status": "Succeeded", + "startTime": "2022-10-25T12:34:37.5710913Z", + "endTime": "2022-10-25T12:34:39.305618Z", + "percentComplete": 100.0, "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f762497d-3afa-49ad-a248-805d18e55b0b?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "781", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:15:32 GMT", + "Date": "Tue, 25 Oct 2022 12:35: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": "9eba7b1e-296f-458b-9ab5-d39e47e1bfac", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111532Z:9eba7b1e-296f-458b-9ab5-d39e47e1bfac", + "x-ms-correlation-request-id": "ec60e398-b83c-4add-8059-39d5770173d1", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123508Z:ec60e398-b83c-4add-8059-39d5770173d1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e/backups/sdk-py-tests-backup-1-503c258e", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e/sdk-py-tests-backup-1-503c258e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "etag": "10/25/2022 12:34:39 PM", + "location": "", "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "fileSystemId": "3e118417-9be6-0ae1-86f5-439b09b01059", + "creationDate": "0001-01-01T00:00:00Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-503c258e", - "useExistingSnapshot": false + "useExistingSnapshot": false, + "provisioningState": "Creating" } } }, @@ -2658,7 +2436,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:15:42 GMT", + "Date": "Tue, 25 Oct 2022 12:35:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2666,9 +2444,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "68c9b2fe-4350-4dcc-8f26-25b7526d10d9", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111542Z:68c9b2fe-4350-4dcc-8f26-25b7526d10d9", + "x-ms-correlation-request-id": "77a621cf-a133-406e-b530-25ba9e3eda65", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123518Z:77a621cf-a133-406e-b530-25ba9e3eda65", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2677,8 +2455,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "creationDate": "2022-10-25T12:34:38Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2703,7 +2481,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:15:53 GMT", + "Date": "Tue, 25 Oct 2022 12:35:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2711,9 +2489,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6541a0b4-92a0-467a-a02a-0d65862f6e7f", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111553Z:6541a0b4-92a0-467a-a02a-0d65862f6e7f", + "x-ms-correlation-request-id": "5d185a3e-8a1e-4725-9266-0fd7ea9cc4a4", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123531Z:5d185a3e-8a1e-4725-9266-0fd7ea9cc4a4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2722,8 +2500,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "creationDate": "2022-10-25T12:34:38Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2748,7 +2526,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:16:03 GMT", + "Date": "Tue, 25 Oct 2022 12:35:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2756,9 +2534,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2da2ce4-071d-4da8-b201-dfa45bd84143", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111603Z:d2da2ce4-071d-4da8-b201-dfa45bd84143", + "x-ms-correlation-request-id": "7f281338-ada3-435a-a55a-d22f93797a49", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123541Z:7f281338-ada3-435a-a55a-d22f93797a49", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2767,8 +2545,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "creationDate": "2022-10-25T12:34:38Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2793,7 +2571,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:16:14 GMT", + "Date": "Tue, 25 Oct 2022 12:35:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2801,9 +2579,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b931bc43-95ba-4fcf-9f26-bba3a431428c", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111615Z:b931bc43-95ba-4fcf-9f26-bba3a431428c", + "x-ms-correlation-request-id": "3400ed2d-afb3-4800-a800-67ff5fa9d212", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123552Z:3400ed2d-afb3-4800-a800-67ff5fa9d212", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2812,8 +2590,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "creationDate": "2022-10-25T12:34:38Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2838,7 +2616,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:16:25 GMT", + "Date": "Tue, 25 Oct 2022 12:36:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2846,9 +2624,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f832be13-611d-48f0-8705-06077930e3ea", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111625Z:f832be13-611d-48f0-8705-06077930e3ea", + "x-ms-correlation-request-id": "93b7078c-555f-4d6b-80c2-a588727a30ad", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123603Z:93b7078c-555f-4d6b-80c2-a588727a30ad", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2857,8 +2635,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "creationDate": "2022-10-25T12:34:38Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2883,7 +2661,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:16:36 GMT", + "Date": "Tue, 25 Oct 2022 12:36:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2891,9 +2669,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2620b2fc-e5f1-4af9-b814-997d32b17a64", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111637Z:2620b2fc-e5f1-4af9-b814-997d32b17a64", + "x-ms-correlation-request-id": "d83611e3-d36c-4a47-9be4-dd13e20722e1", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123613Z:d83611e3-d36c-4a47-9be4-dd13e20722e1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2902,8 +2680,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "creationDate": "2022-10-25T12:34:38Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2928,7 +2706,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:16:48 GMT", + "Date": "Tue, 25 Oct 2022 12:36:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2936,9 +2714,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "147c00a1-c053-4b82-8024-4211b30bccd6", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111648Z:147c00a1-c053-4b82-8024-4211b30bccd6", + "x-ms-correlation-request-id": "635c8eeb-e61a-4a2e-84f9-83a7f0d8f721", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123624Z:635c8eeb-e61a-4a2e-84f9-83a7f0d8f721", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2947,8 +2725,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "creationDate": "2022-10-25T12:34:38Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2973,7 +2751,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:16:58 GMT", + "Date": "Tue, 25 Oct 2022 12:36:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2981,9 +2759,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "411a8b06-73e3-43b1-9de4-93ea2c2e8fd4", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111659Z:411a8b06-73e3-43b1-9de4-93ea2c2e8fd4", + "x-ms-correlation-request-id": "1d324855-fae1-4abf-be87-1418ec22d1b5", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123635Z:1d324855-fae1-4abf-be87-1418ec22d1b5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2992,8 +2770,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "creationDate": "2022-10-25T12:34:38Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3018,7 +2796,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:17:09 GMT", + "Date": "Tue, 25 Oct 2022 12:36:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3026,9 +2804,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "404ac34e-a25d-422d-b6a2-4d01d6e646df", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111709Z:404ac34e-a25d-422d-b6a2-4d01d6e646df", + "x-ms-correlation-request-id": "42a76f8c-2600-422f-8b80-17e17ad01e17", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123646Z:42a76f8c-2600-422f-8b80-17e17ad01e17", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3037,8 +2815,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "creationDate": "2022-10-25T12:34:38Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3063,7 +2841,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:17:19 GMT", + "Date": "Tue, 25 Oct 2022 12:36:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3071,9 +2849,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "708ff849-f8f7-43f9-9c9d-5c8e34382f24", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111720Z:708ff849-f8f7-43f9-9c9d-5c8e34382f24", + "x-ms-correlation-request-id": "33bd0790-d52e-4479-b7cb-db69e6971054", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123657Z:33bd0790-d52e-4479-b7cb-db69e6971054", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3082,8 +2860,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "creationDate": "2022-10-25T12:34:38Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3108,7 +2886,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:17:31 GMT", + "Date": "Tue, 25 Oct 2022 12:37:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3116,9 +2894,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8207f248-cd25-4d77-9694-414bd3006be6", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111731Z:8207f248-cd25-4d77-9694-414bd3006be6", + "x-ms-correlation-request-id": "03baf81f-741e-4210-84c7-9e941089969f", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123707Z:03baf81f-741e-4210-84c7-9e941089969f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3127,8 +2905,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "creationDate": "2022-10-25T12:34:38Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3153,7 +2931,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:17:41 GMT", + "Date": "Tue, 25 Oct 2022 12:37:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3161,9 +2939,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d190913a-ff0a-4bb6-89f1-24df4a8b32ee", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111741Z:d190913a-ff0a-4bb6-89f1-24df4a8b32ee", + "x-ms-correlation-request-id": "34592eae-7f2b-4c43-a6a9-6b3219d96f82", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123718Z:34592eae-7f2b-4c43-a6a9-6b3219d96f82", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3172,8 +2950,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "creationDate": "2022-10-25T12:34:38Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3198,7 +2976,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:17:53 GMT", + "Date": "Tue, 25 Oct 2022 12:37:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3206,9 +2984,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc871581-5a4f-4543-b0fc-040c017cde13", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111753Z:cc871581-5a4f-4543-b0fc-040c017cde13", + "x-ms-correlation-request-id": "2df614db-b4c2-4dde-8f94-9aa988538b0a", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123728Z:2df614db-b4c2-4dde-8f94-9aa988538b0a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3217,8 +2995,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "creationDate": "2022-10-25T12:34:38Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3243,7 +3021,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:18:03 GMT", + "Date": "Tue, 25 Oct 2022 12:37:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3251,9 +3029,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c62ed4b-8d3c-4fb1-8dd8-5d05b21ea959", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111804Z:2c62ed4b-8d3c-4fb1-8dd8-5d05b21ea959", + "x-ms-correlation-request-id": "fe2564ab-5fa8-4084-8aa4-c32bf5b2c9f7", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123740Z:fe2564ab-5fa8-4084-8aa4-c32bf5b2c9f7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3262,8 +3040,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "creationDate": "2022-10-25T12:34:38Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3288,7 +3066,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:18:14 GMT", + "Date": "Tue, 25 Oct 2022 12:37:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3296,9 +3074,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6dc02dd4-b3f0-40d0-9e0a-75ce11651bde", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111814Z:6dc02dd4-b3f0-40d0-9e0a-75ce11651bde", + "x-ms-correlation-request-id": "dc3b0e71-c325-4e98-b8ad-d4c84be7549d", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123751Z:dc3b0e71-c325-4e98-b8ad-d4c84be7549d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3307,8 +3085,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "creationDate": "2022-10-25T12:34:38Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3333,7 +3111,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:18:25 GMT", + "Date": "Tue, 25 Oct 2022 12:38:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3341,9 +3119,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b95b253-755c-41e5-b8c7-f9428da56207", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111825Z:5b95b253-755c-41e5-b8c7-f9428da56207", + "x-ms-correlation-request-id": "63940a66-b5a4-445d-b43f-dd394d95d8e1", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123801Z:63940a66-b5a4-445d-b43f-dd394d95d8e1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3352,8 +3130,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "creationDate": "2022-10-25T12:34:38Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3378,7 +3156,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:18:35 GMT", + "Date": "Tue, 25 Oct 2022 12:38:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3386,9 +3164,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "30861706-e9b4-42c4-a86f-be558f30ce7c", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111835Z:30861706-e9b4-42c4-a86f-be558f30ce7c", + "x-ms-correlation-request-id": "5a65b62f-04c8-44a2-bd7a-0bf701855146", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123812Z:5a65b62f-04c8-44a2-bd7a-0bf701855146", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3397,8 +3175,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "creationDate": "2022-10-25T12:34:38Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3423,7 +3201,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:18:46 GMT", + "Date": "Tue, 25 Oct 2022 12:38:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3431,9 +3209,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bcdeb720-2942-4fa6-add7-d368355520d4", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111846Z:bcdeb720-2942-4fa6-add7-d368355520d4", + "x-ms-correlation-request-id": "68b52a3e-40f8-4c6e-ad55-14b33dd0aa5b", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123823Z:68b52a3e-40f8-4c6e-ad55-14b33dd0aa5b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3442,8 +3220,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "creationDate": "2022-10-25T12:34:38Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3468,7 +3246,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:18:57 GMT", + "Date": "Tue, 25 Oct 2022 12:38:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3476,9 +3254,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e097081e-0d22-4142-a5ea-2c3457d483cd", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111857Z:e097081e-0d22-4142-a5ea-2c3457d483cd", + "x-ms-correlation-request-id": "bfae9408-94ee-4ee5-884f-947e00940c32", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123834Z:bfae9408-94ee-4ee5-884f-947e00940c32", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3487,8 +3265,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "creationDate": "2022-10-25T12:34:38Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3513,7 +3291,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:19:07 GMT", + "Date": "Tue, 25 Oct 2022 12:38:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3521,9 +3299,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d9722cc-9d8c-4ac2-8a7b-91b64b5dae98", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111907Z:8d9722cc-9d8c-4ac2-8a7b-91b64b5dae98", + "x-ms-correlation-request-id": "8a45cc3c-ebe2-4ef4-b6ec-4b9672c9eed5", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123846Z:8a45cc3c-ebe2-4ef4-b6ec-4b9672c9eed5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3532,8 +3310,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "creationDate": "2022-10-25T12:34:38Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3558,7 +3336,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:19:18 GMT", + "Date": "Tue, 25 Oct 2022 12:38:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3566,9 +3344,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e02aa7f7-0dab-45c9-8ce7-8bed16369244", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111919Z:e02aa7f7-0dab-45c9-8ce7-8bed16369244", + "x-ms-correlation-request-id": "665da13c-e734-48f9-a1ec-9f58af4df53e", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123856Z:665da13c-e734-48f9-a1ec-9f58af4df53e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3577,8 +3355,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "creationDate": "2022-10-25T12:34:38Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3603,7 +3381,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:19:28 GMT", + "Date": "Tue, 25 Oct 2022 12:39:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3611,9 +3389,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ad0556a-7893-41a1-9a78-a1a6dbdccffc", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111929Z:8ad0556a-7893-41a1-9a78-a1a6dbdccffc", + "x-ms-correlation-request-id": "bd2825d7-cc6d-457c-9a9a-3fb39cdd4aa5", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123909Z:bd2825d7-cc6d-457c-9a9a-3fb39cdd4aa5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3622,8 +3400,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "creationDate": "2022-10-25T12:34:38Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3648,7 +3426,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:19:40 GMT", + "Date": "Tue, 25 Oct 2022 12:39:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3656,9 +3434,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7b3e0f7b-7c9d-4ebd-bb05-f9d76dc0bb28", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111940Z:7b3e0f7b-7c9d-4ebd-bb05-f9d76dc0bb28", + "x-ms-correlation-request-id": "b3ff690d-7d7e-4578-a7ef-bde33ab6bbe0", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123919Z:b3ff690d-7d7e-4578-a7ef-bde33ab6bbe0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3667,8 +3445,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T11:14:37Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "creationDate": "2022-10-25T12:34:38Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3693,7 +3471,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:19:51 GMT", + "Date": "Tue, 25 Oct 2022 12:39:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3701,9 +3479,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2e309af-cbad-43df-9bf4-d451789dc848", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T111951Z:e2e309af-cbad-43df-9bf4-d451789dc848", + "x-ms-correlation-request-id": "4d5b89d8-a445-49b6-9e35-63223dca5f36", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T123930Z:4d5b89d8-a445-49b6-9e35-63223dca5f36", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3712,8 +3490,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T11:15:13Z", - "backupId": "f2307346-2886-1601-3f2c-af80a49f894c", + "creationDate": "2022-10-25T12:34:53Z", + "backupId": "e2e003f2-d6b1-f08b-c164-1958b4d6c32b", "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", @@ -3738,7 +3516,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:21:56 GMT", + "Date": "Tue, 25 Oct 2022 12:41:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3746,9 +3524,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "edec1c65-f4de-4e55-833f-5ff30cbb820d", + "x-ms-correlation-request-id": "ae80dbb8-52c2-4f80-bd68-e3eb8ab181f6", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T112156Z:edec1c65-f4de-4e55-833f-5ff30cbb820d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124136Z:ae80dbb8-52c2-4f80-bd68-e3eb8ab181f6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3775,7 +3553,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:21:57 GMT", + "Date": "Tue, 25 Oct 2022 12:41:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3783,9 +3561,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e9cfbc89-07ad-4f8f-9ba9-431a376672cb", + "x-ms-correlation-request-id": "f28e6ee1-b957-4a32-87aa-105ab1978ffb", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T112158Z:e9cfbc89-07ad-4f8f-9ba9-431a376672cb", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124137Z:f28e6ee1-b957-4a32-87aa-105ab1978ffb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3827,31 +3605,31 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd2501c1-042c-40b2-a1b6-6665bf96a226?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/701a35f5-1290-47d3-81f6-5b4385e2d883?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "2743", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:21:59 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T11%3A21%3A59.6794562Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:41:38 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A41%3A39.1104732Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd2501c1-042c-40b2-a1b6-6665bf96a226?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/701a35f5-1290-47d3-81f6-5b4385e2d883?api-version=2022-05-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": "86111b7f-5f4a-43e9-b267-e57c1df7c897", + "x-ms-correlation-request-id": "0a0cd37f-2142-4ffc-814b-b6f98de76ed3", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T112159Z:86111b7f-5f4a-43e9-b267-e57c1df7c897", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124139Z:0a0cd37f-2142-4ffc-814b-b6f98de76ed3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T11%3A21%3A59.6794562Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A41%3A39.1104732Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T11:14:05.3316257Z" + "CreatedOnDate": "2022-10-25T12:34:05.8971967Z" }, "properties": { "dataProtection": { @@ -3862,7 +3640,7 @@ } }, "provisioningState": "Patching", - "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", + "fileSystemId": "3e118417-9be6-0ae1-86f5-439b09b01059", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-503c258e", "usageThreshold": 107374182400, @@ -3890,7 +3668,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c7da666d", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_04c484a5", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -3905,8 +3683,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d914c7d8-47e1-ea13-b768-88018a207faa", - "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", + "mountTargetId": "3e118417-9be6-0ae1-86f5-439b09b01059", + "fileSystemId": "3e118417-9be6-0ae1-86f5-439b09b01059", "ipAddress": "10.0.0.4" } ], @@ -3925,15 +3703,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T11:08:18.3593692Z", + "createdAt": "2022-10-25T12:28:49.4406164Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T11:14:05.5271317Z" + "lastModifiedAt": "2022-10-25T12:34:06.1569925Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd2501c1-042c-40b2-a1b6-6665bf96a226?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/701a35f5-1290-47d3-81f6-5b4385e2d883?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3947,7 +3725,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:21:59 GMT", + "Date": "Tue, 25 Oct 2022 12:41:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3955,16 +3733,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d023fc3-59d8-494f-849a-c56ebac70464", + "x-ms-correlation-request-id": "475c1df3-9bda-42ee-9e18-2975991a7c47", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T112200Z:4d023fc3-59d8-494f-849a-c56ebac70464", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124139Z:475c1df3-9bda-42ee-9e18-2975991a7c47", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd2501c1-042c-40b2-a1b6-6665bf96a226", - "name": "cd2501c1-042c-40b2-a1b6-6665bf96a226", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/701a35f5-1290-47d3-81f6-5b4385e2d883", + "name": "701a35f5-1290-47d3-81f6-5b4385e2d883", "status": "Patching", - "startTime": "2022-10-22T11:21:59.6841789Z", + "startTime": "2022-10-25T12:41:39.1047497Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3973,7 +3751,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd2501c1-042c-40b2-a1b6-6665bf96a226?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/701a35f5-1290-47d3-81f6-5b4385e2d883?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3987,7 +3765,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:22:30 GMT", + "Date": "Tue, 25 Oct 2022 12:42:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3995,17 +3773,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73287644-60ef-4223-ba2e-b6aba26eb8fd", + "x-ms-correlation-request-id": "b8210e28-0931-4590-b6ff-d62695c23ccb", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T112230Z:73287644-60ef-4223-ba2e-b6aba26eb8fd", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124209Z:b8210e28-0931-4590-b6ff-d62695c23ccb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd2501c1-042c-40b2-a1b6-6665bf96a226", - "name": "cd2501c1-042c-40b2-a1b6-6665bf96a226", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/701a35f5-1290-47d3-81f6-5b4385e2d883", + "name": "701a35f5-1290-47d3-81f6-5b4385e2d883", "status": "Succeeded", - "startTime": "2022-10-22T11:21:59.6841789Z", - "endTime": "2022-10-22T11:22:06.1059836Z", + "startTime": "2022-10-25T12:41:39.1047497Z", + "endTime": "2022-10-25T12:41:45.1633813Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" @@ -4013,7 +3791,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd2501c1-042c-40b2-a1b6-6665bf96a226?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/701a35f5-1290-47d3-81f6-5b4385e2d883?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4027,7 +3805,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:22:30 GMT", + "Date": "Tue, 25 Oct 2022 12:42:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4035,19 +3813,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c7009931-9762-4c85-b65b-fd353e37a711", + "x-ms-correlation-request-id": "a2e9b427-3685-45e4-947b-d8d5539940f9", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T112230Z:c7009931-9762-4c85-b65b-fd353e37a711", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124210Z:a2e9b427-3685-45e4-947b-d8d5539940f9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T11%3A22%3A06.1017841Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A41%3A45.1690127Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T11:14:05.3316257Z" + "CreatedOnDate": "2022-10-25T12:34:05.8971967Z" }, "properties": { "dataProtection": { @@ -4057,12 +3835,12 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/vaults/cbsvault" } }, - "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", + "fileSystemId": "3e118417-9be6-0ae1-86f5-439b09b01059", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-503c258e", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 319488, + "usedBytes": 0, "exportPolicy": { "rules": [ { @@ -4088,19 +3866,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c7da666d", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_04c484a5", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", - "poolId": "03cb995c-d50b-89b3-d6f3-157f5c9c8ebf", + "poolId": "defedbd0-6f62-0dfe-003f-04d6d2126b2e", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "d914c7d8-47e1-ea13-b768-88018a207faa", - "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", + "mountTargetId": "3e118417-9be6-0ae1-86f5-439b09b01059", + "fileSystemId": "3e118417-9be6-0ae1-86f5-439b09b01059", "startIp": "", "endIp": "", "gateway": "", @@ -4132,10 +3910,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T11:08:18.3593692Z", + "createdAt": "2022-10-25T12:28:49.4406164Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T11:21:59.5464497Z" + "lastModifiedAt": "2022-10-25T12:41:38.9737534Z" } } }, @@ -4154,15 +3932,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:22:33 GMT", + "Date": "Tue, 25 Oct 2022 12:42:11 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": "5334982a-ed96-4638-a563-eb9c1fcc7b6d", + "x-ms-correlation-request-id": "83ff3925-51ab-47de-842d-211c771345dd", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T112233Z:5334982a-ed96-4638-a563-eb9c1fcc7b6d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124212Z:83ff3925-51ab-47de-842d-211c771345dd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4185,25 +3963,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f540694-5f0d-47ee-a4c2-9833fb025ce0?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 11:22:34 GMT", + "Date": "Tue, 25 Oct 2022 12:42:12 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f540694-5f0d-47ee-a4c2-9833fb025ce0?api-version=2022-05-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": "66a66c8d-7f95-4ab5-8e65-11a177214c02", + "x-ms-correlation-request-id": "4f57a049-81de-46b4-9c5d-b61eac1c7db2", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T112234Z:66a66c8d-7f95-4ab5-8e65-11a177214c02", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124213Z:4f57a049-81de-46b4-9c5d-b61eac1c7db2", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f540694-5f0d-47ee-a4c2-9833fb025ce0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4217,7 +3995,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:22:34 GMT", + "Date": "Tue, 25 Oct 2022 12:42:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4225,16 +4003,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "44984e1c-ff22-40ba-b745-7cb5a155326d", + "x-ms-correlation-request-id": "2f25d261-b007-432e-ae0a-506662b14973", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T112234Z:44984e1c-ff22-40ba-b745-7cb5a155326d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124213Z:2f25d261-b007-432e-ae0a-506662b14973", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd", - "name": "4bc3e950-52ce-40a5-acce-1c2e130177bd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f540694-5f0d-47ee-a4c2-9833fb025ce0", + "name": "2f540694-5f0d-47ee-a4c2-9833fb025ce0", "status": "Deleting", - "startTime": "2022-10-22T11:22:34.382849Z", + "startTime": "2022-10-25T12:42:13.083619Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4243,7 +4021,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f540694-5f0d-47ee-a4c2-9833fb025ce0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4257,7 +4035,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:23:04 GMT", + "Date": "Tue, 25 Oct 2022 12:42:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4265,16 +4043,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cef1ad4e-bfc7-4d85-8594-44b6206ab6dc", + "x-ms-correlation-request-id": "728335f0-0955-413e-8803-5287857edcdb", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T112305Z:cef1ad4e-bfc7-4d85-8594-44b6206ab6dc", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124243Z:728335f0-0955-413e-8803-5287857edcdb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd", - "name": "4bc3e950-52ce-40a5-acce-1c2e130177bd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f540694-5f0d-47ee-a4c2-9833fb025ce0", + "name": "2f540694-5f0d-47ee-a4c2-9833fb025ce0", "status": "Deleting", - "startTime": "2022-10-22T11:22:34.382849Z", + "startTime": "2022-10-25T12:42:13.083619Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4283,7 +4061,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f540694-5f0d-47ee-a4c2-9833fb025ce0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4297,7 +4075,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:23:35 GMT", + "Date": "Tue, 25 Oct 2022 12:43:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4305,16 +4083,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fbb1df8e-c296-414f-a9db-87cafc249061", + "x-ms-correlation-request-id": "1b4b900e-207a-412c-be0d-fb461569325e", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T112335Z:fbb1df8e-c296-414f-a9db-87cafc249061", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124314Z:1b4b900e-207a-412c-be0d-fb461569325e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd", - "name": "4bc3e950-52ce-40a5-acce-1c2e130177bd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f540694-5f0d-47ee-a4c2-9833fb025ce0", + "name": "2f540694-5f0d-47ee-a4c2-9833fb025ce0", "status": "Deleting", - "startTime": "2022-10-22T11:22:34.382849Z", + "startTime": "2022-10-25T12:42:13.083619Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4323,7 +4101,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f540694-5f0d-47ee-a4c2-9833fb025ce0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4337,7 +4115,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:24:05 GMT", + "Date": "Tue, 25 Oct 2022 12:43:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4345,16 +4123,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "689b6c53-8f0b-4532-aae6-fd00a543843a", + "x-ms-correlation-request-id": "d0fc07b5-fbc2-4fcd-9e34-e800ec9d024a", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T112405Z:689b6c53-8f0b-4532-aae6-fd00a543843a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124344Z:d0fc07b5-fbc2-4fcd-9e34-e800ec9d024a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd", - "name": "4bc3e950-52ce-40a5-acce-1c2e130177bd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f540694-5f0d-47ee-a4c2-9833fb025ce0", + "name": "2f540694-5f0d-47ee-a4c2-9833fb025ce0", "status": "Deleting", - "startTime": "2022-10-22T11:22:34.382849Z", + "startTime": "2022-10-25T12:42:13.083619Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4363,7 +4141,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f540694-5f0d-47ee-a4c2-9833fb025ce0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4377,7 +4155,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:24:35 GMT", + "Date": "Tue, 25 Oct 2022 12:44:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4385,97 +4163,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "44eef8bc-972f-458e-a95e-bcd2728b8b18", + "x-ms-correlation-request-id": "9d324450-471a-4ae8-bbf4-0ac62345a2d0", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T112435Z:44eef8bc-972f-458e-a95e-bcd2728b8b18", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd", - "name": "4bc3e950-52ce-40a5-acce-1c2e130177bd", - "status": "Deleting", - "startTime": "2022-10-22T11:22:34.382849Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:25: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": "54ac10c8-7c98-4adb-a8f3-6d2d93ecac5f", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T112506Z:54ac10c8-7c98-4adb-a8f3-6d2d93ecac5f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd", - "name": "4bc3e950-52ce-40a5-acce-1c2e130177bd", - "status": "Deleting", - "startTime": "2022-10-22T11:22:34.382849Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11: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": "f395ab6d-e935-4dfe-98bb-528dce253d35", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T112536Z:f395ab6d-e935-4dfe-98bb-528dce253d35", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124414Z:9d324450-471a-4ae8-bbf4-0ac62345a2d0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd", - "name": "4bc3e950-52ce-40a5-acce-1c2e130177bd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f540694-5f0d-47ee-a4c2-9833fb025ce0", + "name": "2f540694-5f0d-47ee-a4c2-9833fb025ce0", "status": "Succeeded", - "startTime": "2022-10-22T11:22:34.382849Z", - "endTime": "2022-10-22T11:25:29.4700938Z", + "startTime": "2022-10-25T12:42:13.083619Z", + "endTime": "2022-10-25T12:44:08.1730489Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e" @@ -4483,7 +4181,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bc3e950-52ce-40a5-acce-1c2e130177bd?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f540694-5f0d-47ee-a4c2-9833fb025ce0?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4497,7 +4195,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:25:36 GMT", + "Date": "Tue, 25 Oct 2022 12:44:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4505,19 +4203,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "034cf2a0-7fbc-4fdf-905d-c809ff9be4d4", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T112536Z:034cf2a0-7fbc-4fdf-905d-c809ff9be4d4", + "x-ms-correlation-request-id": "c20b916d-c731-4e4e-98d3-9c0c07720010", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124414Z:c20b916d-c731-4e4e-98d3-9c0c07720010", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-503c258e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T11%3A25%3A12.1974047Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A44%3A03.090237Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T11:14:05.3316257Z" + "CreatedOnDate": "2022-10-25T12:34:05.8971967Z" }, "properties": { "dataProtection": { @@ -4527,12 +4225,12 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/vaults/cbsvault" } }, - "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", + "fileSystemId": "3e118417-9be6-0ae1-86f5-439b09b01059", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-503c258e", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 319488, + "usedBytes": 0, "exportPolicy": { "rules": [ { @@ -4558,19 +4256,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c7da666d", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_04c484a5", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-503c258e/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-503c258e", - "poolId": "03cb995c-d50b-89b3-d6f3-157f5c9c8ebf", + "poolId": "defedbd0-6f62-0dfe-003f-04d6d2126b2e", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "d914c7d8-47e1-ea13-b768-88018a207faa", - "fileSystemId": "d914c7d8-47e1-ea13-b768-88018a207faa", + "mountTargetId": "3e118417-9be6-0ae1-86f5-439b09b01059", + "fileSystemId": "3e118417-9be6-0ae1-86f5-439b09b01059", "startIp": "", "endIp": "", "gateway": "", @@ -4602,10 +4300,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T11:08:18.3593692Z", + "createdAt": "2022-10-25T12:28:49.4406164Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T11:21:59.5464497Z" + "lastModifiedAt": "2022-10-25T12:41:38.9737534Z" } } }, @@ -4624,14 +4322,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:29:00 GMT", + "Date": "Tue, 25 Oct 2022 12:47:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8afd99c9-87d2-48d0-8012-e95bf0165dbb", + "x-ms-correlation-request-id": "e73bd5b6-5199-473a-94d5-908f27ba09bb", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T112900Z:8afd99c9-87d2-48d0-8012-e95bf0165dbb" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124739Z:e73bd5b6-5199-473a-94d5-908f27ba09bb" }, "ResponseBody": { "error": { @@ -4653,25 +4351,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6666b302-41ac-4789-a90c-c8b06223adfa?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/859e39b8-e31c-41c2-bbff-811d62884915?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 11:29:12 GMT", + "Date": "Tue, 25 Oct 2022 12:47:51 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6666b302-41ac-4789-a90c-c8b06223adfa?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/859e39b8-e31c-41c2-bbff-811d62884915?api-version=2022-05-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": "58bec98e-6415-4033-b050-d79eb163128b", + "x-ms-correlation-request-id": "c8b62a65-00e7-49d5-b67b-1d54ff1861a7", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T112912Z:58bec98e-6415-4033-b050-d79eb163128b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124751Z:c8b62a65-00e7-49d5-b67b-1d54ff1861a7", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6666b302-41ac-4789-a90c-c8b06223adfa?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/859e39b8-e31c-41c2-bbff-811d62884915?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4685,7 +4383,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:29:12 GMT", + "Date": "Tue, 25 Oct 2022 12:47:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4693,16 +4391,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "692df063-97d0-471b-a06e-3e9ac802ee41", + "x-ms-correlation-request-id": "e07964df-76c9-466e-ae33-beaf82332db8", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T112913Z:692df063-97d0-471b-a06e-3e9ac802ee41", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124752Z:e07964df-76c9-466e-ae33-beaf82332db8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6666b302-41ac-4789-a90c-c8b06223adfa", - "name": "6666b302-41ac-4789-a90c-c8b06223adfa", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/859e39b8-e31c-41c2-bbff-811d62884915", + "name": "859e39b8-e31c-41c2-bbff-811d62884915", "status": "Deleting", - "startTime": "2022-10-22T11:29:12.7708676Z", + "startTime": "2022-10-25T12:47:51.6630106Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4711,7 +4409,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6666b302-41ac-4789-a90c-c8b06223adfa?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/859e39b8-e31c-41c2-bbff-811d62884915?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4725,7 +4423,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:29:43 GMT", + "Date": "Tue, 25 Oct 2022 12:48:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4733,17 +4431,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2365b879-00fc-48a7-adf3-3887b808818c", + "x-ms-correlation-request-id": "cd5f2902-9d06-44bc-ba90-8a87c560f656", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T112943Z:2365b879-00fc-48a7-adf3-3887b808818c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124822Z:cd5f2902-9d06-44bc-ba90-8a87c560f656", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6666b302-41ac-4789-a90c-c8b06223adfa", - "name": "6666b302-41ac-4789-a90c-c8b06223adfa", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/859e39b8-e31c-41c2-bbff-811d62884915", + "name": "859e39b8-e31c-41c2-bbff-811d62884915", "status": "Succeeded", - "startTime": "2022-10-22T11:29:12.7708676Z", - "endTime": "2022-10-22T11:29:13.9115646Z", + "startTime": "2022-10-25T12:47:51.6630106Z", + "endTime": "2022-10-25T12:47:52.4473679Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1" @@ -4751,7 +4449,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6666b302-41ac-4789-a90c-c8b06223adfa?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/859e39b8-e31c-41c2-bbff-811d62884915?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4765,7 +4463,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:29:43 GMT", + "Date": "Tue, 25 Oct 2022 12:48:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4773,22 +4471,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e1c92dfb-e920-46c5-ba6a-80d67bdb6806", + "x-ms-correlation-request-id": "557c217f-156c-48dd-a6d0-595eebfcae36", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T112943Z:e1c92dfb-e920-46c5-ba6a-80d67bdb6806", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124822Z:557c217f-156c-48dd-a6d0-595eebfcae36", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-503c258e/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T11%3A29%3A12.7798439Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A47%3A51.6158987Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T11:08:03.2564982Z" + "CreatedOnDate": "2022-10-25T12:28:35.2453973Z" }, "properties": { - "poolId": "03cb995c-d50b-89b3-d6f3-157f5c9c8ebf", + "poolId": "defedbd0-6f62-0dfe-003f-04d6d2126b2e", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e/capacityPools/sdk-py-tests-pool-1", @@ -4802,10 +4500,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T11:08:04.3356748Z", + "createdAt": "2022-10-25T12:28:36.2607164Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T11:08:04.3356748Z" + "lastModifiedAt": "2022-10-25T12:28:36.2607164Z" } } }, @@ -4823,14 +4521,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 11:29:54 GMT", + "Date": "Tue, 25 Oct 2022 12:48:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae31750f-015c-4ec3-b8e6-57ca74abb217", + "x-ms-correlation-request-id": "46586921-612e-47a9-b003-b713aebaddf1", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T112954Z:ae31750f-015c-4ec3-b8e6-57ca74abb217" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124832Z:46586921-612e-47a9-b003-b713aebaddf1" }, "ResponseBody": null }, @@ -4848,14 +4546,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 11:30:04 GMT", + "Date": "Tue, 25 Oct 2022 12:48:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b871eb7e-ca88-4e25-a9b4-31f5c4b06aed", + "x-ms-correlation-request-id": "a6125167-982b-47b8-bf08-144bfc3ceacc", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T113005Z:b871eb7e-ca88-4e25-a9b4-31f5c4b06aed" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124843Z:a6125167-982b-47b8-bf08-144bfc3ceacc" }, "ResponseBody": null }, @@ -4873,14 +4571,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 11:30:14 GMT", + "Date": "Tue, 25 Oct 2022 12:48:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7eb14a60-283d-4770-a335-d3f015bef81f", + "x-ms-correlation-request-id": "16f9ad9a-7d46-4ba0-8bae-6f1549b00536", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T113015Z:7eb14a60-283d-4770-a335-d3f015bef81f" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124853Z:16f9ad9a-7d46-4ba0-8bae-6f1549b00536" }, "ResponseBody": null }, @@ -4898,14 +4596,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 11:30:25 GMT", + "Date": "Tue, 25 Oct 2022 12:49:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "105c46bc-6af7-4215-87d6-def6697fda1c", + "x-ms-correlation-request-id": "2d1aafa9-f299-422c-b8e8-baca3f18ce3f", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T113025Z:105c46bc-6af7-4215-87d6-def6697fda1c" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124903Z:2d1aafa9-f299-422c-b8e8-baca3f18ce3f" }, "ResponseBody": null }, @@ -4924,14 +4622,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:30:35 GMT", + "Date": "Tue, 25 Oct 2022 12:49:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a3f8934b-5047-4650-91fd-33d1ca02ae32", + "x-ms-correlation-request-id": "c2946867-cec8-4506-b757-d317e7af801c", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T113036Z:a3f8934b-5047-4650-91fd-33d1ca02ae32" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124914Z:c2946867-cec8-4506-b757-d317e7af801c" }, "ResponseBody": { "error": { @@ -4953,25 +4651,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/04108833-dcc6-4796-b63c-4b0709c4aa92?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0176cd87-b83c-4e6a-b6cc-1d755dc08cf6?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 11:30:37 GMT", + "Date": "Tue, 25 Oct 2022 12:49:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/04108833-dcc6-4796-b63c-4b0709c4aa92?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0176cd87-b83c-4e6a-b6cc-1d755dc08cf6?api-version=2022-05-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": "ba93a6af-a334-432b-8128-61603fdca648", + "x-ms-correlation-request-id": "5f776574-1543-407c-884b-5e2b63886b03", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T113037Z:ba93a6af-a334-432b-8128-61603fdca648", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124915Z:5f776574-1543-407c-884b-5e2b63886b03", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/04108833-dcc6-4796-b63c-4b0709c4aa92?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0176cd87-b83c-4e6a-b6cc-1d755dc08cf6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4985,7 +4683,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:30:37 GMT", + "Date": "Tue, 25 Oct 2022 12:49:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4993,17 +4691,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91ebb9f1-5a4d-416b-a5eb-592a666d72a0", + "x-ms-correlation-request-id": "59e61c47-0800-453d-87ae-ff942a53532f", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T113037Z:91ebb9f1-5a4d-416b-a5eb-592a666d72a0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124915Z:59e61c47-0800-453d-87ae-ff942a53532f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/04108833-dcc6-4796-b63c-4b0709c4aa92", - "name": "04108833-dcc6-4796-b63c-4b0709c4aa92", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0176cd87-b83c-4e6a-b6cc-1d755dc08cf6", + "name": "0176cd87-b83c-4e6a-b6cc-1d755dc08cf6", "status": "Succeeded", - "startTime": "2022-10-22T11:30:37.5968885Z", - "endTime": "2022-10-22T11:30:37.6437246Z", + "startTime": "2022-10-25T12:49:15.4139566Z", + "endTime": "2022-10-25T12:49:15.4921473Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e" @@ -5011,7 +4709,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/04108833-dcc6-4796-b63c-4b0709c4aa92?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0176cd87-b83c-4e6a-b6cc-1d755dc08cf6?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5025,7 +4723,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:30:37 GMT", + "Date": "Tue, 25 Oct 2022 12:49:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5033,19 +4731,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec5c3542-b809-4694-95ce-a1929ae639ac", + "x-ms-correlation-request-id": "7a2c71a6-a6b4-488a-ad13-afc1715c3d7f", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T113038Z:ec5c3542-b809-4694-95ce-a1929ae639ac", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124916Z:7a2c71a6-a6b4-488a-ad13-afc1715c3d7f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-503c258e", "name": "sdk-py-tests-acc-1-503c258e", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T11%3A30%3A37.5933063Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A49%3A15.4113095Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T11:08:00.0000803Z" + "CreatedOnDate": "2022-10-25T12:28:31.0093587Z" }, "properties": { "encryption": { @@ -5056,10 +4754,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T11:08:00.9121114Z", + "createdAt": "2022-10-25T12:28:31.866882Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T11:08:00.9121114Z" + "lastModifiedAt": "2022-10-25T12:28:31.866882Z" } } }, @@ -5078,15 +4776,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:30:38 GMT", + "Date": "Tue, 25 Oct 2022 12:49:16 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": "89a43abe-4259-4b78-9cdf-d7ecd43241d1", + "x-ms-correlation-request-id": "6a3593db-4399-4bbf-a88d-b57657abb737", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T113038Z:89a43abe-4259-4b78-9cdf-d7ecd43241d1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124916Z:6a3593db-4399-4bbf-a88d-b57657abb737", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5110,12 +4808,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/cb9ca151-8f00-4b77-b6fd-8bb107fa4658?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/455369d5-61a6-430c-888f-789ade0db026?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 11:30:39 GMT", + "Date": "Tue, 25 Oct 2022 12:49:17 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/cb9ca151-8f00-4b77-b6fd-8bb107fa4658?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/455369d5-61a6-430c-888f-789ade0db026?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -5124,10 +4822,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7ea2552f-85d6-439a-a396-7b4ad3971e39", - "x-ms-correlation-request-id": "e18a8fae-e0c9-4f51-aed8-65002f05027b", + "x-ms-arm-service-request-id": "e2b4430a-c119-4e4b-83b3-f5b825dff4fa", + "x-ms-correlation-request-id": "f807f17e-ca7a-4d43-8004-1abc639b3d72", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T113040Z:e18a8fae-e0c9-4f51-aed8-65002f05027b" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T124917Z:f807f17e-ca7a-4d43-8004-1abc639b3d72" }, "ResponseBody": null } 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 cb6c4bfa2a7c..328ec57a2635 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:06:53 GMT", + "Date": "Tue, 25 Oct 2022 11:01:40 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.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:06:53 GMT", + "Date": "Tue, 25 Oct 2022 11:01:40 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.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "859dcb38-58fe-44d7-92ae-563e1543bce7", + "client-request-id": "f3542c85-0f83-4cae-a91f-d8fb4f9d5107", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "859dcb38-58fe-44d7-92ae-563e1543bce7", + "client-request-id": "f3542c85-0f83-4cae-a91f-d8fb4f9d5107", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:06:53 GMT", + "Date": "Tue, 25 Oct 2022 11:01:40 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d53810cb-9466-4ecb-b677-2097fa5c517a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7489969b-0f5d-4a3a-8761-9b48f0a14ac8?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:06:59 GMT", + "Date": "Tue, 25 Oct 2022 11:01:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "399ab23a-589a-4405-aa71-422a1a18d783", - "x-ms-correlation-request-id": "1906a755-271f-4db3-a054-6dc395d3e6ac", + "x-ms-arm-service-request-id": "31fbd13e-834d-4cd3-bf96-51f3c69cd2f3", + "x-ms-correlation-request-id": "0b4bee78-6bdd-4bd9-8e60-7423cceff237", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100659Z:1906a755-271f-4db3-a054-6dc395d3e6ac" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110149Z:0b4bee78-6bdd-4bd9-8e60-7423cceff237" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-70dd2307", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307", - "etag": "W/\u00227f2f0cab-665b-489e-a9ce-723fe59e971e\u0022", + "etag": "W/\u00220652f8bc-c085-4c9c-8357-3c56787cf83a\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:06:54.9293874Z" + "CreatedOnDate": "2022-10-25T11:01:43.1438607Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "b1347a38-bf5c-41e0-8960-4829d6bf0f87", + "resourceGuid": "30dc2aec-c64e-4edf-98a0-ae91cd7786cd", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d53810cb-9466-4ecb-b677-2097fa5c517a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7489969b-0f5d-4a3a-8761-9b48f0a14ac8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:06:59 GMT", + "Date": "Tue, 25 Oct 2022 11:01:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -304,10 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6dbc3132-61a5-4588-879e-4d9ff6bf24e8", - "x-ms-correlation-request-id": "8d0a3f30-f48e-4ada-9eb5-f52c715bfe33", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100700Z:8d0a3f30-f48e-4ada-9eb5-f52c715bfe33" + "x-ms-arm-service-request-id": "169a0b25-37ba-4b20-9c64-208380b4109d", + "x-ms-correlation-request-id": "9b3690f3-bf39-4d7b-b5f0-13eeae6cf144", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110149Z:9b3690f3-bf39-4d7b-b5f0-13eeae6cf144" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:06:59 GMT", - "ETag": "W/\u00227f6b592c-73cc-49df-8858-768595019c22\u0022", + "Date": "Tue, 25 Oct 2022 11:01:50 GMT", + "ETag": "W/\u002203fc13e6-9579-4906-9a8d-12c3ad53f03e\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b03858ad-a6a9-461d-b6d0-f0a4e00d7928", - "x-ms-correlation-request-id": "a391f84e-9028-4bca-b7cb-6ddd9dbbc6c6", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100700Z:a391f84e-9028-4bca-b7cb-6ddd9dbbc6c6" + "x-ms-arm-service-request-id": "df1348e4-ccb3-41a6-9746-251731619267", + "x-ms-correlation-request-id": "1dc73f02-cffb-4d21-ae8c-2e4e49505dfe", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110150Z:1dc73f02-cffb-4d21-ae8c-2e4e49505dfe" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-70dd2307", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307", - "etag": "W/\u00227f6b592c-73cc-49df-8858-768595019c22\u0022", + "etag": "W/\u002203fc13e6-9579-4906-9a8d-12c3ad53f03e\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:06:54.9293874Z" + "CreatedOnDate": "2022-10-25T11:01:43.1438607Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "b1347a38-bf5c-41e0-8960-4829d6bf0f87", + "resourceGuid": "30dc2aec-c64e-4edf-98a0-ae91cd7786cd", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0b78c581-953b-4179-b0ca-b0f88a6fda51?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/73207dfa-4da7-47df-8ccb-96416c2d499d?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:07:00 GMT", + "Date": "Tue, 25 Oct 2022 11:01:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "722aa0a3-f31e-4604-9bc3-c57976a862f6", - "x-ms-correlation-request-id": "0a9b4bd7-f14b-4df2-9e3a-1ef58354d4b8", + "x-ms-arm-service-request-id": "737534b0-a35d-400e-b2ee-8714b2af584d", + "x-ms-correlation-request-id": "f25647d9-4050-4b65-9334-bf9acda3fa74", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100701Z:0a9b4bd7-f14b-4df2-9e3a-1ef58354d4b8" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110151Z:f25647d9-4050-4b65-9334-bf9acda3fa74" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", - "etag": "W/\u0022885729f3-b9b6-4baa-bd04-53b518b74ee0\u0022", + "etag": "W/\u0022aa6ab8cd-9326-4cce-a84e-65f11ff8faff\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022885729f3-b9b6-4baa-bd04-53b518b74ee0\u0022", + "etag": "W/\u0022aa6ab8cd-9326-4cce-a84e-65f11ff8faff\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0b78c581-953b-4179-b0ca-b0f88a6fda51?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/73207dfa-4da7-47df-8ccb-96416c2d499d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:07:00 GMT", + "Date": "Tue, 25 Oct 2022 11:01:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e8ab553f-2696-43b6-b9cf-d8a6ffd82d36", - "x-ms-correlation-request-id": "8448aea8-12a8-437e-a00d-0ddcd3454ccc", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100701Z:8448aea8-12a8-437e-a00d-0ddcd3454ccc" + "x-ms-arm-service-request-id": "e76522ef-fc11-4fd1-a8b8-ce072770e945", + "x-ms-correlation-request-id": "c85d5641-b5f6-4522-8e72-8f8f515375f4", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110151Z:c85d5641-b5f6-4522-8e72-8f8f515375f4" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:07:01 GMT", - "ETag": "W/\u00223dfd8465-4917-423b-a74e-9180c82a5629\u0022", + "Date": "Tue, 25 Oct 2022 11:01:52 GMT", + "ETag": "W/\u0022fec70f8b-7a4b-44ea-93bb-50c144feec21\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "32dfea8d-d6c6-49b3-b17c-cc442f1d5c1b", - "x-ms-correlation-request-id": "a080b9c6-9525-4305-b8fe-419b561c277e", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100701Z:a080b9c6-9525-4305-b8fe-419b561c277e" + "x-ms-arm-service-request-id": "5b56dce3-0eee-4c0d-9a5c-9af50b4c3e4c", + "x-ms-correlation-request-id": "2ae8d258-6ba5-419a-a49f-b9a607b19744", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110152Z:2ae8d258-6ba5-419a-a49f-b9a607b19744" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", - "etag": "W/\u00223dfd8465-4917-423b-a74e-9180c82a5629\u0022", + "etag": "W/\u0022fec70f8b-7a4b-44ea-93bb-50c144feec21\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00223dfd8465-4917-423b-a74e-9180c82a5629\u0022", + "etag": "W/\u0022fec70f8b-7a4b-44ea-93bb-50c144feec21\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -558,7 +558,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:07:01 GMT", + "Date": "Tue, 25 Oct 2022 11:01:52 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -652,12 +652,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:07:01 GMT", + "Date": "Tue, 25 Oct 2022 11:01:52 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.13845.10 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -713,9 +713,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "93f6b62f-aed7-4de0-9f04-fea36a3ace1a", + "client-request-id": "f25e14e8-55ff-40d8-befc-791a7a812d2e", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -727,14 +727,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "93f6b62f-aed7-4de0-9f04-fea36a3ace1a", + "client-request-id": "f25e14e8-55ff-40d8-befc-791a7a812d2e", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:07:01 GMT", + "Date": "Tue, 25 Oct 2022 11:01:52 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -742,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -769,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5bef7b23-4d81-4fcf-a73d-3ebace58aea9?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/83dfe098-fc52-4d85-b198-5460cc3acb7b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:07:05 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A07%3A04.6084272Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:01:57 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A01%3A56.1619747Z\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": "49c3baf2-44cd-45ab-89b7-8c7ddddfbe09", + "x-ms-correlation-request-id": "cb4b2ab6-6a0b-4c90-ab81-f1930fc0e955", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100706Z:49c3baf2-44cd-45ab-89b7-8c7ddddfbe09", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110157Z:cb4b2ab6-6a0b-4c90-ab81-f1930fc0e955", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A07%3A04.6084272Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A01%3A56.1619747Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:07:03.3578564Z" + "CreatedOnDate": "2022-10-25T11:01:53.9940244Z" }, "properties": { "provisioningState": "Creating" @@ -800,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:07:04.4354445Z", + "createdAt": "2022-10-25T11:01:55.1367512Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:07:04.4354445Z" + "lastModifiedAt": "2022-10-25T11:01:55.1367512Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5bef7b23-4d81-4fcf-a73d-3ebace58aea9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/83dfe098-fc52-4d85-b198-5460cc3acb7b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -822,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:07:05 GMT", + "Date": "Tue, 25 Oct 2022 11:01:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -830,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6b4c7179-11f1-4acf-b30b-50408cafa858", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100706Z:6b4c7179-11f1-4acf-b30b-50408cafa858", + "x-ms-correlation-request-id": "6794d308-e489-40e9-8d02-35c5a371489d", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110157Z:6794d308-e489-40e9-8d02-35c5a371489d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5bef7b23-4d81-4fcf-a73d-3ebace58aea9", - "name": "5bef7b23-4d81-4fcf-a73d-3ebace58aea9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/83dfe098-fc52-4d85-b198-5460cc3acb7b", + "name": "83dfe098-fc52-4d85-b198-5460cc3acb7b", "status": "Succeeded", - "startTime": "2022-10-22T10:07:04.6079417Z", - "endTime": "2022-10-22T10:07:04.6392054Z", + "startTime": "2022-10-25T11:01:56.1628379Z", + "endTime": "2022-10-25T11:01:56.2097519Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307" @@ -862,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:07:05 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A07%3A04.6448044Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:01:57 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A01%3A56.2121365Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3dcf98dd-b87f-43c1-bc5f-9138e65e9445", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100706Z:3dcf98dd-b87f-43c1-bc5f-9138e65e9445", + "x-ms-correlation-request-id": "02369ec1-9a4c-4748-9061-a70c3d0c349e", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110158Z:02369ec1-9a4c-4748-9061-a70c3d0c349e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A07%3A04.6448044Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A01%3A56.2121365Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:07:03.3578564Z" + "CreatedOnDate": "2022-10-25T11:01:53.9940244Z" }, "properties": { "activeDirectories": [ @@ -912,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:07:04.4354445Z", + "createdAt": "2022-10-25T11:01:55.1367512Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:07:04.4354445Z" + "lastModifiedAt": "2022-10-25T11:01:55.1367512Z" } } }, @@ -941,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abecb0ee-84fd-46f0-9ff3-b757637e2d08?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/40576827-2433-4452-8ce3-82ef328793d7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:07:08 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A07%3A08.5641593Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:02:00 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A01%3A59.5780184Z\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": "da367aee-f93b-4352-8753-b0581421c8d1", + "x-ms-correlation-request-id": "ec6b180d-b44a-47bb-a29e-d5a5364489f3", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100709Z:da367aee-f93b-4352-8753-b0581421c8d1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110200Z:ec6b180d-b44a-47bb-a29e-d5a5364489f3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A07%3A08.5641593Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A01%3A59.5780184Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:07:07.0978105Z" + "CreatedOnDate": "2022-10-25T11:01:58.3686689Z" }, "properties": { "serviceLevel": "Premium", @@ -978,15 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:07:08.3441925Z", + "createdAt": "2022-10-25T11:01:59.3424462Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:07:08.3441925Z" + "lastModifiedAt": "2022-10-25T11:01:59.3424462Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abecb0ee-84fd-46f0-9ff3-b757637e2d08?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/40576827-2433-4452-8ce3-82ef328793d7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1000,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:07:09 GMT", + "Date": "Tue, 25 Oct 2022 11:02:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1008,17 +1008,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e2421ef-9fd7-4a47-8c4b-7f3e51de3bb7", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100709Z:7e2421ef-9fd7-4a47-8c4b-7f3e51de3bb7", + "x-ms-correlation-request-id": "6d346fe2-2585-460d-a5cd-f369d6726397", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110200Z:6d346fe2-2585-460d-a5cd-f369d6726397", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abecb0ee-84fd-46f0-9ff3-b757637e2d08", - "name": "abecb0ee-84fd-46f0-9ff3-b757637e2d08", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/40576827-2433-4452-8ce3-82ef328793d7", + "name": "40576827-2433-4452-8ce3-82ef328793d7", "status": "Succeeded", - "startTime": "2022-10-22T10:07:08.5611111Z", - "endTime": "2022-10-22T10:07:09.4673484Z", + "startTime": "2022-10-25T11:01:59.5806994Z", + "endTime": "2022-10-25T11:02:00.5672666Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1" @@ -1040,8 +1040,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:07:09 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A07%3A09.4610392Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:02:01 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A02%3A00.565684Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1049,22 +1049,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f6cb57c-3208-4f55-87a7-6b444b2fa118", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100710Z:3f6cb57c-3208-4f55-87a7-6b444b2fa118", + "x-ms-correlation-request-id": "413d93ac-880e-4726-a875-11443afff9b1", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110201Z:413d93ac-880e-4726-a875-11443afff9b1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A07%3A09.4610392Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A02%3A00.565684Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:07:07.0978105Z" + "CreatedOnDate": "2022-10-25T11:01:58.3686689Z" }, "properties": { - "poolId": "510491b7-1101-f386-282a-343bf8f412b7", + "poolId": "1fe88703-290e-4c77-9f47-260f38b5dd36", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1077,10 +1077,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:07:08.3441925Z", + "createdAt": "2022-10-25T11:01:59.3424462Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:07:08.3441925Z" + "lastModifiedAt": "2022-10-25T11:01:59.3424462Z" } } }, @@ -1123,30 +1123,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b159bae6-b68e-40b5-9322-9675fa039bf9?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:07:23 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A07%3A22.2443165Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:02:13 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A02%3A13.1592416Z\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": "2e352b23-c13f-4865-9b19-9ebfc2a3444f", + "x-ms-correlation-request-id": "fd1b8d92-5bf1-41f1-846a-ed72b858de66", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100723Z:2e352b23-c13f-4865-9b19-9ebfc2a3444f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110214Z:fd1b8d92-5bf1-41f1-846a-ed72b858de66", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A07%3A22.2443165Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A02%3A13.1592416Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:07:20.6891275Z" + "CreatedOnDate": "2022-10-25T11:02:11.5707632Z" }, "properties": { "serviceLevel": "Premium", @@ -1176,15 +1176,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:07:21.9296283Z", + "createdAt": "2022-10-25T11:02:12.8501409Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:07:21.9296283Z" + "lastModifiedAt": "2022-10-25T11:02:12.8501409Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b159bae6-b68e-40b5-9322-9675fa039bf9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1198,7 +1198,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:07:23 GMT", + "Date": "Tue, 25 Oct 2022 11:02:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1206,16 +1206,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "99cc6b2b-3fdb-44ef-b96d-bca5eaa2cdf1", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100723Z:99cc6b2b-3fdb-44ef-b96d-bca5eaa2cdf1", + "x-ms-correlation-request-id": "3ea318bb-5dd9-4d7d-a94c-5ae4ae00839d", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110214Z:3ea318bb-5dd9-4d7d-a94c-5ae4ae00839d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258", - "name": "0016e4d0-9de8-4c11-8f4a-1de04ec7e258", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b159bae6-b68e-40b5-9322-9675fa039bf9", + "name": "b159bae6-b68e-40b5-9322-9675fa039bf9", "status": "Creating", - "startTime": "2022-10-22T10:07:22.2720968Z", + "startTime": "2022-10-25T11:02:13.162727Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1224,7 +1224,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b159bae6-b68e-40b5-9322-9675fa039bf9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1238,7 +1238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:07:53 GMT", + "Date": "Tue, 25 Oct 2022 11:02:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1246,16 +1246,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a08d23b9-89f3-44d6-b451-307f0c26dc36", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100754Z:a08d23b9-89f3-44d6-b451-307f0c26dc36", + "x-ms-correlation-request-id": "fa3c5a4c-500d-4cfe-82b2-aacc303751ea", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110244Z:fa3c5a4c-500d-4cfe-82b2-aacc303751ea", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258", - "name": "0016e4d0-9de8-4c11-8f4a-1de04ec7e258", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b159bae6-b68e-40b5-9322-9675fa039bf9", + "name": "b159bae6-b68e-40b5-9322-9675fa039bf9", "status": "Creating", - "startTime": "2022-10-22T10:07:22.2720968Z", + "startTime": "2022-10-25T11:02:13.162727Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1264,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b159bae6-b68e-40b5-9322-9675fa039bf9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1278,7 +1278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:08:24 GMT", + "Date": "Tue, 25 Oct 2022 11:03:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1286,16 +1286,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b430972b-2561-45c7-8820-029f87d69959", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100824Z:b430972b-2561-45c7-8820-029f87d69959", + "x-ms-correlation-request-id": "5a2f8c22-4b71-4d37-ad75-e7d2c44deb5f", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110314Z:5a2f8c22-4b71-4d37-ad75-e7d2c44deb5f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258", - "name": "0016e4d0-9de8-4c11-8f4a-1de04ec7e258", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b159bae6-b68e-40b5-9322-9675fa039bf9", + "name": "b159bae6-b68e-40b5-9322-9675fa039bf9", "status": "Creating", - "startTime": "2022-10-22T10:07:22.2720968Z", + "startTime": "2022-10-25T11:02:13.162727Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1304,7 +1304,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b159bae6-b68e-40b5-9322-9675fa039bf9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1318,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:08:54 GMT", + "Date": "Tue, 25 Oct 2022 11:03:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1326,16 +1326,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c8ea1d4-ef69-49a7-a833-67ac566e2bff", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100854Z:9c8ea1d4-ef69-49a7-a833-67ac566e2bff", + "x-ms-correlation-request-id": "76e7b9a3-176f-4618-9dd2-46dc18c20e09", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110345Z:76e7b9a3-176f-4618-9dd2-46dc18c20e09", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258", - "name": "0016e4d0-9de8-4c11-8f4a-1de04ec7e258", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b159bae6-b68e-40b5-9322-9675fa039bf9", + "name": "b159bae6-b68e-40b5-9322-9675fa039bf9", "status": "Creating", - "startTime": "2022-10-22T10:07:22.2720968Z", + "startTime": "2022-10-25T11:02:13.162727Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1344,7 +1344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b159bae6-b68e-40b5-9322-9675fa039bf9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1358,7 +1358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:09:24 GMT", + "Date": "Tue, 25 Oct 2022 11:04:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1366,16 +1366,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e8f0954-9d0a-48ff-8131-88c9aa009bb3", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100924Z:2e8f0954-9d0a-48ff-8131-88c9aa009bb3", + "x-ms-correlation-request-id": "56431b5d-4996-4790-87f0-b3cdcc3f219c", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110415Z:56431b5d-4996-4790-87f0-b3cdcc3f219c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258", - "name": "0016e4d0-9de8-4c11-8f4a-1de04ec7e258", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b159bae6-b68e-40b5-9322-9675fa039bf9", + "name": "b159bae6-b68e-40b5-9322-9675fa039bf9", "status": "Creating", - "startTime": "2022-10-22T10:07:22.2720968Z", + "startTime": "2022-10-25T11:02:13.162727Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1384,7 +1384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b159bae6-b68e-40b5-9322-9675fa039bf9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1398,7 +1398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:09:55 GMT", + "Date": "Tue, 25 Oct 2022 11:04:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1406,16 +1406,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3021435f-5c60-488d-aa3b-6b8348f0a5ee", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T100955Z:3021435f-5c60-488d-aa3b-6b8348f0a5ee", + "x-ms-correlation-request-id": "222b9f20-b976-4f86-8171-35bf30d251c8", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110445Z:222b9f20-b976-4f86-8171-35bf30d251c8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258", - "name": "0016e4d0-9de8-4c11-8f4a-1de04ec7e258", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b159bae6-b68e-40b5-9322-9675fa039bf9", + "name": "b159bae6-b68e-40b5-9322-9675fa039bf9", "status": "Creating", - "startTime": "2022-10-22T10:07:22.2720968Z", + "startTime": "2022-10-25T11:02:13.162727Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1424,7 +1424,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b159bae6-b68e-40b5-9322-9675fa039bf9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1438,7 +1438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:10:24 GMT", + "Date": "Tue, 25 Oct 2022 11:05:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,16 +1446,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "42c409bd-dfa3-4dae-91a7-39e142cc22bd", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101025Z:42c409bd-dfa3-4dae-91a7-39e142cc22bd", + "x-ms-correlation-request-id": "c3a6d0dc-fb49-4402-b381-62f8ecc05524", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110515Z:c3a6d0dc-fb49-4402-b381-62f8ecc05524", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258", - "name": "0016e4d0-9de8-4c11-8f4a-1de04ec7e258", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b159bae6-b68e-40b5-9322-9675fa039bf9", + "name": "b159bae6-b68e-40b5-9322-9675fa039bf9", "status": "Creating", - "startTime": "2022-10-22T10:07:22.2720968Z", + "startTime": "2022-10-25T11:02:13.162727Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1464,7 +1464,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b159bae6-b68e-40b5-9322-9675fa039bf9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1478,7 +1478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:10:55 GMT", + "Date": "Tue, 25 Oct 2022 11:05:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1486,16 +1486,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d294734-c5c4-4494-96f5-f3299d100e31", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101055Z:7d294734-c5c4-4494-96f5-f3299d100e31", + "x-ms-correlation-request-id": "be2a03e8-f97b-4c50-a4af-ce7d60ed12ab", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110546Z:be2a03e8-f97b-4c50-a4af-ce7d60ed12ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258", - "name": "0016e4d0-9de8-4c11-8f4a-1de04ec7e258", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b159bae6-b68e-40b5-9322-9675fa039bf9", + "name": "b159bae6-b68e-40b5-9322-9675fa039bf9", "status": "Creating", - "startTime": "2022-10-22T10:07:22.2720968Z", + "startTime": "2022-10-25T11:02:13.162727Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1504,7 +1504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b159bae6-b68e-40b5-9322-9675fa039bf9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1518,7 +1518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:11:25 GMT", + "Date": "Tue, 25 Oct 2022 11:06:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1526,16 +1526,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ab318ea-6c9e-429a-80c3-21163d2eeef3", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101126Z:3ab318ea-6c9e-429a-80c3-21163d2eeef3", + "x-ms-correlation-request-id": "ef9d1b5f-4a71-4c79-9700-434134bfe30d", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110616Z:ef9d1b5f-4a71-4c79-9700-434134bfe30d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258", - "name": "0016e4d0-9de8-4c11-8f4a-1de04ec7e258", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b159bae6-b68e-40b5-9322-9675fa039bf9", + "name": "b159bae6-b68e-40b5-9322-9675fa039bf9", "status": "Creating", - "startTime": "2022-10-22T10:07:22.2720968Z", + "startTime": "2022-10-25T11:02:13.162727Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1544,7 +1544,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b159bae6-b68e-40b5-9322-9675fa039bf9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1558,7 +1558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:11:56 GMT", + "Date": "Tue, 25 Oct 2022 11:06:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1566,17 +1566,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "db52c1e8-b2c2-4cbd-bf8f-899f8e17ec1e", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101157Z:db52c1e8-b2c2-4cbd-bf8f-899f8e17ec1e", + "x-ms-correlation-request-id": "c678a0ed-5bcb-4374-a0e3-92dda102a925", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110647Z:c678a0ed-5bcb-4374-a0e3-92dda102a925", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0016e4d0-9de8-4c11-8f4a-1de04ec7e258", - "name": "0016e4d0-9de8-4c11-8f4a-1de04ec7e258", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b159bae6-b68e-40b5-9322-9675fa039bf9", + "name": "b159bae6-b68e-40b5-9322-9675fa039bf9", "status": "Succeeded", - "startTime": "2022-10-22T10:07:22.2720968Z", - "endTime": "2022-10-22T10:11:56.0624914Z", + "startTime": "2022-10-25T11:02:13.162727Z", + "endTime": "2022-10-25T11:06:46.3456434Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" @@ -1598,8 +1598,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:11:57 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A11%3A56.05284Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:06:47 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A06%3A46.3359511Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1607,22 +1607,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "017b6c77-6ac0-405b-a284-7e001560656c", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101157Z:017b6c77-6ac0-405b-a284-7e001560656c", + "x-ms-correlation-request-id": "e7b688ee-5c2a-4575-b55f-ad17771e58be", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110647Z:e7b688ee-5c2a-4575-b55f-ad17771e58be", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A11%3A56.05284Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A06%3A46.3359511Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:07:20.6891275Z" + "CreatedOnDate": "2022-10-25T11:02:11.5707632Z" }, "properties": { - "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "fileSystemId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-70dd2307", "usageThreshold": 107374182400, @@ -1650,7 +1650,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_569a5656", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_7f2f3efb", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1665,8 +1665,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", - "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "mountTargetId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", + "fileSystemId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", "ipAddress": "10.0.0.4" } ], @@ -1686,10 +1686,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:07:21.9296283Z", + "createdAt": "2022-10-25T11:02:12.8501409Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:07:21.9296283Z" + "lastModifiedAt": "2022-10-25T11:02:12.8501409Z" } } }, @@ -1708,8 +1708,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:12:07 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A11%3A56.05284Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:06:57 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A06%3A46.3359511Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1717,22 +1717,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "170bfc78-94d2-491a-86a9-660dae4dc2d6", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101208Z:170bfc78-94d2-491a-86a9-660dae4dc2d6", + "x-ms-correlation-request-id": "4be6b478-fc85-4db6-b15f-9a09b10817ec", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110658Z:4be6b478-fc85-4db6-b15f-9a09b10817ec", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A11%3A56.05284Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A06%3A46.3359511Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:07:20.6891275Z" + "CreatedOnDate": "2022-10-25T11:02:11.5707632Z" }, "properties": { - "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "fileSystemId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-70dd2307", "usageThreshold": 107374182400, @@ -1760,7 +1760,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_569a5656", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_7f2f3efb", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1775,8 +1775,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", - "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "mountTargetId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", + "fileSystemId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", "ipAddress": "10.0.0.4" } ], @@ -1796,10 +1796,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:07:21.9296283Z", + "createdAt": "2022-10-25T11:02:12.8501409Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:07:21.9296283Z" + "lastModifiedAt": "2022-10-25T11:02:12.8501409Z" } } }, @@ -1818,7 +1818,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:12:07 GMT", + "Date": "Tue, 25 Oct 2022 11:06:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1826,9 +1826,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d9abbf8d-92f9-4559-bba8-8b2dba6a4ec1", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101208Z:d9abbf8d-92f9-4559-bba8-8b2dba6a4ec1", + "x-ms-correlation-request-id": "b7989d5a-b57e-4da2-8cab-6bcf20fe2f70", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110658Z:b7989d5a-b57e-4da2-8cab-6bcf20fe2f70", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1870,35 +1870,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d2db86b-e418-453f-afa3-a3568a00f8da?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5132a087-22af-4216-abea-12a8bfab756e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "2480", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:12:08 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A12%3A09.1543432Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:06:58 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A06%3A59.2246421Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d2db86b-e418-453f-afa3-a3568a00f8da?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5132a087-22af-4216-abea-12a8bfab756e?api-version=2022-05-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": "0ab82b85-de07-4d82-85bc-e8da968a1d9e", + "x-ms-correlation-request-id": "e6b01eea-d39c-41e4-af6e-a665b45bd3b1", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101209Z:0ab82b85-de07-4d82-85bc-e8da968a1d9e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110659Z:e6b01eea-d39c-41e4-af6e-a665b45bd3b1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A12%3A09.1543432Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A06%3A59.2246421Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:07:20.6891275Z" + "CreatedOnDate": "2022-10-25T11:02:11.5707632Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "fileSystemId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-70dd2307", "usageThreshold": 107374182400, @@ -1926,7 +1926,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_569a5656", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_7f2f3efb", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1941,8 +1941,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", - "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "mountTargetId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", + "fileSystemId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", "ipAddress": "10.0.0.4" } ], @@ -1961,15 +1961,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:07:21.9296283Z", + "createdAt": "2022-10-25T11:02:12.8501409Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:07:21.9296283Z" + "lastModifiedAt": "2022-10-25T11:02:12.8501409Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d2db86b-e418-453f-afa3-a3568a00f8da?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5132a087-22af-4216-abea-12a8bfab756e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1983,7 +1983,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:12:08 GMT", + "Date": "Tue, 25 Oct 2022 11:06:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1991,16 +1991,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df5098e6-6a4c-4962-b890-4912ecc2ab6f", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101209Z:df5098e6-6a4c-4962-b890-4912ecc2ab6f", + "x-ms-correlation-request-id": "0b093fe2-d1f4-4f5f-8b8c-f6ce3c2b3482", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110659Z:0b093fe2-d1f4-4f5f-8b8c-f6ce3c2b3482", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d2db86b-e418-453f-afa3-a3568a00f8da", - "name": "9d2db86b-e418-453f-afa3-a3568a00f8da", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5132a087-22af-4216-abea-12a8bfab756e", + "name": "5132a087-22af-4216-abea-12a8bfab756e", "status": "Patching", - "startTime": "2022-10-22T10:12:09.1482303Z", + "startTime": "2022-10-25T11:06:59.2362193Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2009,7 +2009,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d2db86b-e418-453f-afa3-a3568a00f8da?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5132a087-22af-4216-abea-12a8bfab756e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2023,7 +2023,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:12:39 GMT", + "Date": "Tue, 25 Oct 2022 11:07:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2031,17 +2031,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6150a897-b1b0-4e4d-af10-c006599a319d", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101239Z:6150a897-b1b0-4e4d-af10-c006599a319d", + "x-ms-correlation-request-id": "b1ddea8f-00cd-49b6-9fea-a9e68c743983", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110729Z:b1ddea8f-00cd-49b6-9fea-a9e68c743983", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d2db86b-e418-453f-afa3-a3568a00f8da", - "name": "9d2db86b-e418-453f-afa3-a3568a00f8da", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5132a087-22af-4216-abea-12a8bfab756e", + "name": "5132a087-22af-4216-abea-12a8bfab756e", "status": "Succeeded", - "startTime": "2022-10-22T10:12:09.1482303Z", - "endTime": "2022-10-22T10:12:16.1962404Z", + "startTime": "2022-10-25T11:06:59.2362193Z", + "endTime": "2022-10-25T11:07:03.3600728Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" @@ -2049,7 +2049,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d2db86b-e418-453f-afa3-a3568a00f8da?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5132a087-22af-4216-abea-12a8bfab756e?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2063,7 +2063,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:12:39 GMT", + "Date": "Tue, 25 Oct 2022 11:07:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2071,19 +2071,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7f594549-f44a-467e-9f2c-8f0d657fa822", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101240Z:7f594549-f44a-467e-9f2c-8f0d657fa822", + "x-ms-correlation-request-id": "04c3fb86-52a4-412e-b21e-ac26dac29408", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110730Z:04c3fb86-52a4-412e-b21e-ac26dac29408", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A12%3A16.188318Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A07%3A03.3523007Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:12:08.7378614Z" + "CreatedOnDate": "2022-10-25T11:06:58.8659909Z" }, "properties": { "dataProtection": { @@ -2093,12 +2093,12 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault" } }, - "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "fileSystemId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-70dd2307", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 0, + "usedBytes": 356352, "exportPolicy": { "rules": [ { @@ -2124,19 +2124,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_569a5656", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_7f2f3efb", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", - "poolId": "510491b7-1101-f386-282a-343bf8f412b7", + "poolId": "1fe88703-290e-4c77-9f47-260f38b5dd36", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", - "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "mountTargetId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", + "fileSystemId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", "startIp": "", "endIp": "", "gateway": "", @@ -2168,10 +2168,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:07:21.9296283Z", + "createdAt": "2022-10-25T11:02:12.8501409Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:12:08.9956325Z" + "lastModifiedAt": "2022-10-25T11:06:59.0798273Z" } } }, @@ -2194,20 +2194,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3858a0a3-8afc-4aab-808b-91f0f7bf0dc5?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f486115-e062-4032-bf09-176b48a5b293?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "542", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:12:39 GMT", + "Date": "Tue, 25 Oct 2022 11:07:29 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3858a0a3-8afc-4aab-808b-91f0f7bf0dc5?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f486115-e062-4032-bf09-176b48a5b293?api-version=2022-05-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": "2a86bec8-4b4b-4a98-a747-88a2a78b11a1", + "x-ms-correlation-request-id": "d07c003e-2bad-4497-a3e6-c287fc4affbf", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101240Z:2a86bec8-4b4b-4a98-a747-88a2a78b11a1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110730Z:d07c003e-2bad-4497-a3e6-c287fc4affbf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2222,7 +2222,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3858a0a3-8afc-4aab-808b-91f0f7bf0dc5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f486115-e062-4032-bf09-176b48a5b293?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2236,7 +2236,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:12:40 GMT", + "Date": "Tue, 25 Oct 2022 11:07:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2244,25 +2244,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "40a6a54e-8a2e-48c3-b901-de8eabf7787a", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101240Z:40a6a54e-8a2e-48c3-b901-de8eabf7787a", + "x-ms-correlation-request-id": "572db800-85de-444b-841a-21f9f8019e46", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110730Z:572db800-85de-444b-841a-21f9f8019e46", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3858a0a3-8afc-4aab-808b-91f0f7bf0dc5", - "name": "3858a0a3-8afc-4aab-808b-91f0f7bf0dc5", - "status": "Succeeded", - "startTime": "2022-10-22T10:12:40.4801607Z", - "endTime": "2022-10-22T10:12:40.6989026Z", - "percentComplete": 100.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f486115-e062-4032-bf09-176b48a5b293", + "name": "4f486115-e062-4032-bf09-176b48a5b293", + "status": "Creating", + "startTime": "2022-10-25T11:07:30.4618427Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3858a0a3-8afc-4aab-808b-91f0f7bf0dc5?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f486115-e062-4032-bf09-176b48a5b293?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2271,56 +2271,12 @@ "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "763", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:12: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": "5b060d29-f078-4176-9550-e93cfe662343", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101241Z:5b060d29-f078-4176-9550-e93cfe662343", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/22/2022 10:12:40 AM", - "location": "", - "properties": { - "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", - "creationDate": "0001-01-01T00:00:00Z", - "backupId": "99a7557f-fadb-8782-2080-f616bae7d639", - "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:12:51 GMT", + "Date": "Tue, 25 Oct 2022 11:08:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2328,115 +2284,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9d376b6-fbce-4a07-8901-3b2fb2a7e3a3", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101251Z:a9d376b6-fbce-4a07-8901-3b2fb2a7e3a3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-22T10:12:40Z", - "backupId": "99a7557f-fadb-8782-2080-f616bae7d639", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:13: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": "ee3a1044-e507-4093-903e-9765deaa8415", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101302Z:ee3a1044-e507-4093-903e-9765deaa8415", + "x-ms-correlation-request-id": "586a2e08-975d-4cdd-9ccf-0972a618900b", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110801Z:586a2e08-975d-4cdd-9ccf-0972a618900b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f486115-e062-4032-bf09-176b48a5b293", + "name": "4f486115-e062-4032-bf09-176b48a5b293", + "status": "Succeeded", + "startTime": "2022-10-25T11:07:30.4618427Z", + "endTime": "2022-10-25T11:07:33.5094056Z", + "percentComplete": 100.0, "properties": { - "creationDate": "2022-10-22T10:12:40Z", - "backupId": "99a7557f-fadb-8782-2080-f616bae7d639", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f486115-e062-4032-bf09-176b48a5b293?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "763", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:13:12 GMT", + "Date": "Tue, 25 Oct 2022 11: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": "77f0ccd1-e3fc-4271-a128-77c4e0068e45", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101313Z:77f0ccd1-e3fc-4271-a128-77c4e0068e45", + "x-ms-correlation-request-id": "136a4048-75e8-4884-8003-45f4a89fe7cc", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110801Z:136a4048-75e8-4884-8003-45f4a89fe7cc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "etag": "10/25/2022 11:07:33 AM", + "location": "", "properties": { - "creationDate": "2022-10-22T10:12:40Z", - "backupId": "99a7557f-fadb-8782-2080-f616bae7d639", + "fileSystemId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", + "creationDate": "0001-01-01T00:00:00Z", + "backupId": "d1405209-7bf5-aac9-2f56-48d43e67577c", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-70dd2307", - "useExistingSnapshot": false + "useExistingSnapshot": false, + "provisioningState": "Creating" } } }, @@ -2455,7 +2360,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:13:23 GMT", + "Date": "Tue, 25 Oct 2022 11:08:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2463,9 +2368,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4afc8d8c-6cd3-4430-a55d-777a96df2bc6", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101323Z:4afc8d8c-6cd3-4430-a55d-777a96df2bc6", + "x-ms-correlation-request-id": "f9efbd42-390c-4c09-a6ec-5f1183a62e91", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110812Z:f9efbd42-390c-4c09-a6ec-5f1183a62e91", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2474,8 +2379,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:12:40Z", - "backupId": "99a7557f-fadb-8782-2080-f616bae7d639", + "creationDate": "2022-10-25T11:07:33Z", + "backupId": "d1405209-7bf5-aac9-2f56-48d43e67577c", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2500,7 +2405,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:13:33 GMT", + "Date": "Tue, 25 Oct 2022 11:08:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2508,9 +2413,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a59756d-c6ef-48cd-baa9-c56871b5cf0b", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101334Z:5a59756d-c6ef-48cd-baa9-c56871b5cf0b", + "x-ms-correlation-request-id": "e02a27e5-d6d8-42c1-a211-379efb12140f", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110823Z:e02a27e5-d6d8-42c1-a211-379efb12140f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2519,8 +2424,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:12:40Z", - "backupId": "99a7557f-fadb-8782-2080-f616bae7d639", + "creationDate": "2022-10-25T11:07:33Z", + "backupId": "d1405209-7bf5-aac9-2f56-48d43e67577c", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2545,7 +2450,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:13:44 GMT", + "Date": "Tue, 25 Oct 2022 11:08:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2553,9 +2458,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "54efb9fd-d94b-45d6-a38d-da95fbd6f5b3", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101344Z:54efb9fd-d94b-45d6-a38d-da95fbd6f5b3", + "x-ms-correlation-request-id": "43912b1e-1dd6-45e3-8c52-4b301674111f", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110833Z:43912b1e-1dd6-45e3-8c52-4b301674111f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2564,8 +2469,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:12:40Z", - "backupId": "99a7557f-fadb-8782-2080-f616bae7d639", + "creationDate": "2022-10-25T11:07:33Z", + "backupId": "d1405209-7bf5-aac9-2f56-48d43e67577c", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2590,7 +2495,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:13:54 GMT", + "Date": "Tue, 25 Oct 2022 11:08:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2598,9 +2503,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3da1fd50-06c1-4f9e-b204-a8abc5069093", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101355Z:3da1fd50-06c1-4f9e-b204-a8abc5069093", + "x-ms-correlation-request-id": "fe40e4fc-dfb4-4edf-9fd2-57bf01236877", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110844Z:fe40e4fc-dfb4-4edf-9fd2-57bf01236877", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2609,8 +2514,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:12:40Z", - "backupId": "99a7557f-fadb-8782-2080-f616bae7d639", + "creationDate": "2022-10-25T11:07:33Z", + "backupId": "d1405209-7bf5-aac9-2f56-48d43e67577c", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2635,7 +2540,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:14:06 GMT", + "Date": "Tue, 25 Oct 2022 11:08:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2643,9 +2548,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45b9b552-90e7-4df7-bd08-2644878b194b", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101406Z:45b9b552-90e7-4df7-bd08-2644878b194b", + "x-ms-correlation-request-id": "e97cb747-1ef7-4138-b764-607512191271", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110855Z:e97cb747-1ef7-4138-b764-607512191271", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2654,8 +2559,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:12:40Z", - "backupId": "99a7557f-fadb-8782-2080-f616bae7d639", + "creationDate": "2022-10-25T11:07:33Z", + "backupId": "d1405209-7bf5-aac9-2f56-48d43e67577c", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2680,7 +2585,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:14:17 GMT", + "Date": "Tue, 25 Oct 2022 11:09:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2688,9 +2593,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aaf61a4a-258c-42af-9ef5-3e44da8a9c79", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101417Z:aaf61a4a-258c-42af-9ef5-3e44da8a9c79", + "x-ms-correlation-request-id": "9a14afda-8ee7-42b9-b954-ec4a1a98ca96", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110906Z:9a14afda-8ee7-42b9-b954-ec4a1a98ca96", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2699,8 +2604,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:12:40Z", - "backupId": "99a7557f-fadb-8782-2080-f616bae7d639", + "creationDate": "2022-10-25T11:07:33Z", + "backupId": "d1405209-7bf5-aac9-2f56-48d43e67577c", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2725,7 +2630,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:14:28 GMT", + "Date": "Tue, 25 Oct 2022 11:09:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2733,9 +2638,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6dbc289c-5b2b-455f-bebe-0c51dd761938", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101429Z:6dbc289c-5b2b-455f-bebe-0c51dd761938", + "x-ms-correlation-request-id": "c5637939-984d-41ca-b7be-9463e4a69d13", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110917Z:c5637939-984d-41ca-b7be-9463e4a69d13", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2744,8 +2649,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:12:57Z", - "backupId": "99a7557f-fadb-8782-2080-f616bae7d639", + "creationDate": "2022-10-25T11:07:33Z", + "backupId": "d1405209-7bf5-aac9-2f56-48d43e67577c", "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", @@ -2770,7 +2675,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:14:29 GMT", + "Date": "Tue, 25 Oct 2022 11:09:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2778,9 +2683,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a5df584e-d6a0-4d55-8841-64ed56cf74aa", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101429Z:a5df584e-d6a0-4d55-8841-64ed56cf74aa", + "x-ms-correlation-request-id": "71b58244-6d26-4a13-a667-316d35264c55", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110918Z:71b58244-6d26-4a13-a667-316d35264c55", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2825,8 +2730,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:14:31 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A14%3A30.4005561Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:09:19 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A09%3A18.7204232Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2834,19 +2739,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "434423be-4e5d-4e00-85a4-6a8730df2bfc", + "x-ms-correlation-request-id": "a43427db-8d2d-4b57-9de3-7b0f5faa6a72", "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101432Z:434423be-4e5d-4e00-85a4-6a8730df2bfc", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110920Z:a43427db-8d2d-4b57-9de3-7b0f5faa6a72", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A14%3A30.4005561Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A09%3A18.7204232Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:14:30.0724356Z" + "CreatedOnDate": "2022-10-25T11:09:18.4154393Z" }, "properties": { "dataProtection": { @@ -2857,7 +2762,7 @@ } }, "provisioningState": "Succeeded", - "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "fileSystemId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-70dd2307", "usageThreshold": 107374182400, @@ -2885,7 +2790,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_569a5656", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_7f2f3efb", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2900,8 +2805,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", - "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "mountTargetId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", + "fileSystemId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", "ipAddress": "10.0.0.4" } ], @@ -2920,10 +2825,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:07:21.9296283Z", + "createdAt": "2022-10-25T11:02:12.8501409Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:14:30.2586934Z" + "lastModifiedAt": "2022-10-25T11:09:18.5835871Z" } } }, @@ -2946,20 +2851,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c0ca3bb-5161-486c-86d3-9808888cf727?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d8879d5-b638-4de2-9f7e-21c4b16bc016?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "542", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:14:32 GMT", + "Date": "Tue, 25 Oct 2022 11:09:20 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c0ca3bb-5161-486c-86d3-9808888cf727?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d8879d5-b638-4de2-9f7e-21c4b16bc016?api-version=2022-05-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": "45b6a080-1acb-4346-bfba-eead052cb597", + "x-ms-correlation-request-id": "fc3d977e-2a0a-475e-94bb-76ab0d02fd00", "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101432Z:45b6a080-1acb-4346-bfba-eead052cb597", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110920Z:fc3d977e-2a0a-475e-94bb-76ab0d02fd00", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2974,7 +2879,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c0ca3bb-5161-486c-86d3-9808888cf727?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d8879d5-b638-4de2-9f7e-21c4b16bc016?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2988,7 +2893,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:14:32 GMT", + "Date": "Tue, 25 Oct 2022 11:09:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2996,17 +2901,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d55edd15-4582-4720-b5c9-79f01d30ac3e", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101433Z:d55edd15-4582-4720-b5c9-79f01d30ac3e", + "x-ms-correlation-request-id": "63895c5c-c562-457c-a553-97960b360417", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110921Z:63895c5c-c562-457c-a553-97960b360417", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c0ca3bb-5161-486c-86d3-9808888cf727", - "name": "2c0ca3bb-5161-486c-86d3-9808888cf727", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d8879d5-b638-4de2-9f7e-21c4b16bc016", + "name": "6d8879d5-b638-4de2-9f7e-21c4b16bc016", "status": "Succeeded", - "startTime": "2022-10-22T10:14:32.6880139Z", - "endTime": "2022-10-22T10:14:32.9380184Z", + "startTime": "2022-10-25T11:09:20.6364814Z", + "endTime": "2022-10-25T11:09:20.9177196Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2" @@ -3014,7 +2919,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c0ca3bb-5161-486c-86d3-9808888cf727?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d8879d5-b638-4de2-9f7e-21c4b16bc016?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3028,27 +2933,27 @@ "Cache-Control": "no-cache", "Content-Length": "763", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:14:32 GMT", + "Date": "Tue, 25 Oct 2022 11:09:20 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": "7768a37a-be08-4feb-a77f-1366302abc9f", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101433Z:7768a37a-be08-4feb-a77f-1366302abc9f", + "x-ms-correlation-request-id": "fde64032-17b6-4558-ae5c-c798ab3fe0d6", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110921Z:fde64032-17b6-4558-ae5c-c798ab3fe0d6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/22/2022 10:14:32 AM", + "etag": "10/25/2022 11:09:20 AM", "location": "", "properties": { - "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "fileSystemId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", "creationDate": "0001-01-01T00:00:00Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", "size": 0, "backupType": "Manual", "failureReason": "None", @@ -3072,7 +2977,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:14:43 GMT", + "Date": "Tue, 25 Oct 2022 11:09:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3080,9 +2985,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "64e80375-6647-4276-8182-c8dd200b3527", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101444Z:64e80375-6647-4276-8182-c8dd200b3527", + "x-ms-correlation-request-id": "547938f2-fe66-4110-819e-ea907c9103bb", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110931Z:547938f2-fe66-4110-819e-ea907c9103bb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3091,8 +2996,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:32Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3117,7 +3022,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:14:55 GMT", + "Date": "Tue, 25 Oct 2022 11:09:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3125,9 +3030,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77397617-9a91-49d0-8283-9e233d2ff43a", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101455Z:77397617-9a91-49d0-8283-9e233d2ff43a", + "x-ms-correlation-request-id": "66a6590d-1356-4af4-b53a-f386d371a7ff", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110942Z:66a6590d-1356-4af4-b53a-f386d371a7ff", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3136,8 +3041,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:32Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3162,7 +3067,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:15:05 GMT", + "Date": "Tue, 25 Oct 2022 11:09:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3170,9 +3075,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "86a3bca3-106d-4382-b4a8-55db265d1852", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101505Z:86a3bca3-106d-4382-b4a8-55db265d1852", + "x-ms-correlation-request-id": "0450977c-b526-4723-a1ae-925acd7048d8", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T110952Z:0450977c-b526-4723-a1ae-925acd7048d8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3181,8 +3086,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:32Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3207,7 +3112,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:15:16 GMT", + "Date": "Tue, 25 Oct 2022 11:10:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3215,9 +3120,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9beb52d3-2d03-4f3a-a18f-ab53f90a53dd", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101516Z:9beb52d3-2d03-4f3a-a18f-ab53f90a53dd", + "x-ms-correlation-request-id": "0dbafcaa-e0b6-444d-9e83-6c1db6c759e5", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111003Z:0dbafcaa-e0b6-444d-9e83-6c1db6c759e5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3226,8 +3131,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:32Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3252,7 +3157,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:15:26 GMT", + "Date": "Tue, 25 Oct 2022 11:10:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3260,9 +3165,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7b20f9fe-082a-4777-9f6b-57bb8043d488", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101527Z:7b20f9fe-082a-4777-9f6b-57bb8043d488", + "x-ms-correlation-request-id": "8a0af722-d464-4422-b3cc-ce345a076844", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111013Z:8a0af722-d464-4422-b3cc-ce345a076844", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3271,8 +3176,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:32Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3297,7 +3202,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:15:37 GMT", + "Date": "Tue, 25 Oct 2022 11:10:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3305,9 +3210,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e14cc30-174e-472b-bdc4-fc4335168dd1", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101537Z:9e14cc30-174e-472b-bdc4-fc4335168dd1", + "x-ms-correlation-request-id": "e47db429-a02f-458b-b000-69582c315619", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111025Z:e47db429-a02f-458b-b000-69582c315619", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3316,8 +3221,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:32Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3342,7 +3247,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:15:47 GMT", + "Date": "Tue, 25 Oct 2022 11:10:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3350,9 +3255,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a9a45cc-812b-497d-a0b6-34c10da87ca5", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101548Z:9a9a45cc-812b-497d-a0b6-34c10da87ca5", + "x-ms-correlation-request-id": "964e1544-4add-4427-9146-7aa355385938", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111036Z:964e1544-4add-4427-9146-7aa355385938", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3361,8 +3266,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:32Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3387,7 +3292,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:15:58 GMT", + "Date": "Tue, 25 Oct 2022 11:10:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3395,9 +3300,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4c7fd90-7ee5-4f01-95d2-eb7e500a88d9", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101558Z:a4c7fd90-7ee5-4f01-95d2-eb7e500a88d9", + "x-ms-correlation-request-id": "6bd60456-6a84-4968-9d61-67976aab95df", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111046Z:6bd60456-6a84-4968-9d61-67976aab95df", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3406,8 +3311,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:32Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3432,7 +3337,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:16:09 GMT", + "Date": "Tue, 25 Oct 2022 11:10:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3440,9 +3345,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e5b6e4e7-48f2-44a2-9586-c93aac8308bf", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101610Z:e5b6e4e7-48f2-44a2-9586-c93aac8308bf", + "x-ms-correlation-request-id": "69303872-fc89-4617-a21d-8c98099b4b69", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111058Z:69303872-fc89-4617-a21d-8c98099b4b69", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3451,8 +3356,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:32Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3477,7 +3382,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:16:21 GMT", + "Date": "Tue, 25 Oct 2022 11:11:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3485,9 +3390,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "86ec3f0e-5241-4d2f-902e-9b0004b4e171", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101621Z:86ec3f0e-5241-4d2f-902e-9b0004b4e171", + "x-ms-correlation-request-id": "fc8de0d9-31f4-4e18-b4d7-3050862d50a4", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111109Z:fc8de0d9-31f4-4e18-b4d7-3050862d50a4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3496,8 +3401,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:32Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3522,7 +3427,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:16:31 GMT", + "Date": "Tue, 25 Oct 2022 11:11:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3530,9 +3435,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45dc23f4-9304-4529-81c6-8383b18768a5", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101631Z:45dc23f4-9304-4529-81c6-8383b18768a5", + "x-ms-correlation-request-id": "196d27a4-d2b7-4c65-9e3c-d0f896b2f1a4", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111119Z:196d27a4-d2b7-4c65-9e3c-d0f896b2f1a4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3541,8 +3446,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:32Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3567,7 +3472,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:16:42 GMT", + "Date": "Tue, 25 Oct 2022 11:11:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3575,9 +3480,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2e71ec7-2e63-47c0-817f-cb9176b551ea", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101642Z:b2e71ec7-2e63-47c0-817f-cb9176b551ea", + "x-ms-correlation-request-id": "0aec72ed-f30c-481a-a135-83c89dfd5dd2", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111130Z:0aec72ed-f30c-481a-a135-83c89dfd5dd2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3586,8 +3491,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:32Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3612,7 +3517,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:16:52 GMT", + "Date": "Tue, 25 Oct 2022 11:11:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3620,9 +3525,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "986f47e3-58ca-45fe-99b0-f7654baee025", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101653Z:986f47e3-58ca-45fe-99b0-f7654baee025", + "x-ms-correlation-request-id": "f0a6f082-d6ed-42ba-acdd-4e6ebf1c5d43", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111140Z:f0a6f082-d6ed-42ba-acdd-4e6ebf1c5d43", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3631,8 +3536,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:32Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3657,7 +3562,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:17:03 GMT", + "Date": "Tue, 25 Oct 2022 11:11:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3665,9 +3570,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2c085d4-448c-47da-aa98-3a62a02e82b0", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101703Z:e2c085d4-448c-47da-aa98-3a62a02e82b0", + "x-ms-correlation-request-id": "88314e03-bf53-4854-9c13-dfb5e6f36b80", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111151Z:88314e03-bf53-4854-9c13-dfb5e6f36b80", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3676,8 +3581,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:32Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3702,7 +3607,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:17:15 GMT", + "Date": "Tue, 25 Oct 2022 11:12:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3710,9 +3615,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0c9dbe13-1b34-4341-8080-100dc144f1b1", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101715Z:0c9dbe13-1b34-4341-8080-100dc144f1b1", + "x-ms-correlation-request-id": "7ce46c67-f925-4d54-a63c-178c5e4fc1b6", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111202Z:7ce46c67-f925-4d54-a63c-178c5e4fc1b6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3721,8 +3626,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:32Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3747,7 +3652,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:17:25 GMT", + "Date": "Tue, 25 Oct 2022 11:12:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3755,9 +3660,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8e4bfbd8-cad6-4e11-9a63-bd1ad1e82739", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101726Z:8e4bfbd8-cad6-4e11-9a63-bd1ad1e82739", + "x-ms-correlation-request-id": "b6c9d0f2-d6a6-49b7-9cce-3b793696e657", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111213Z:b6c9d0f2-d6a6-49b7-9cce-3b793696e657", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3766,8 +3671,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:32Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3792,7 +3697,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:17:37 GMT", + "Date": "Tue, 25 Oct 2022 11:12:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3800,9 +3705,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2efd3cf7-da35-41f1-bd8a-172ca71275c4", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101737Z:2efd3cf7-da35-41f1-bd8a-172ca71275c4", + "x-ms-correlation-request-id": "16c898a1-57d6-47a2-a59c-629b92f42799", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111224Z:16c898a1-57d6-47a2-a59c-629b92f42799", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3811,8 +3716,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:32Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3837,7 +3742,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:17:48 GMT", + "Date": "Tue, 25 Oct 2022 11:12:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3845,9 +3750,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ebc6f61-988f-4650-86d1-50197bd1c1ab", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101748Z:0ebc6f61-988f-4650-86d1-50197bd1c1ab", + "x-ms-correlation-request-id": "e449d6ff-3898-4c42-8398-2212332c98f3", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111234Z:e449d6ff-3898-4c42-8398-2212332c98f3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3856,8 +3761,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:32Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3882,7 +3787,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:17:58 GMT", + "Date": "Tue, 25 Oct 2022 11:12:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3890,9 +3795,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2edefd44-31d0-4154-a8f1-26f6da6226fc", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101758Z:2edefd44-31d0-4154-a8f1-26f6da6226fc", + "x-ms-correlation-request-id": "317cd51d-5660-409d-a50b-80307956ceea", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111246Z:317cd51d-5660-409d-a50b-80307956ceea", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3901,8 +3806,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:32Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3927,7 +3832,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:18:08 GMT", + "Date": "Tue, 25 Oct 2022 11:12:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3935,9 +3840,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "947b4899-ac9e-4549-b2d1-0af8b33316ad", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101809Z:947b4899-ac9e-4549-b2d1-0af8b33316ad", + "x-ms-correlation-request-id": "eb43df42-2ec8-4c19-add2-bdee51742bea", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111256Z:eb43df42-2ec8-4c19-add2-bdee51742bea", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3946,8 +3851,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:32Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3972,7 +3877,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:18:19 GMT", + "Date": "Tue, 25 Oct 2022 11:13:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3980,9 +3885,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec9856c2-3e2c-4d10-b616-2b0b56b0c637", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101819Z:ec9856c2-3e2c-4d10-b616-2b0b56b0c637", + "x-ms-correlation-request-id": "9cd54c10-68e6-439e-8df4-54fefe8160ac", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111307Z:9cd54c10-68e6-439e-8df4-54fefe8160ac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3991,8 +3896,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:32Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4017,7 +3922,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:18:29 GMT", + "Date": "Tue, 25 Oct 2022 11:13:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4025,9 +3930,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ecc1f01d-c286-465f-9753-9c1dca81298b", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101830Z:ecc1f01d-c286-465f-9753-9c1dca81298b", + "x-ms-correlation-request-id": "0337a7ce-6b76-40e3-8900-8012d8a5bc92", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111317Z:0337a7ce-6b76-40e3-8900-8012d8a5bc92", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4036,8 +3941,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:32Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4062,7 +3967,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:18:40 GMT", + "Date": "Tue, 25 Oct 2022 11:13:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4070,9 +3975,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45543dbf-8eab-4051-99f5-b5d4b842b652", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101841Z:45543dbf-8eab-4051-99f5-b5d4b842b652", + "x-ms-correlation-request-id": "a24b1812-b6ee-4ccd-bed7-da4a71f70026", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111328Z:a24b1812-b6ee-4ccd-bed7-da4a71f70026", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4081,8 +3986,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:32Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -4107,7 +4012,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:18:52 GMT", + "Date": "Tue, 25 Oct 2022 11:13:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4115,9 +4020,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c3f021e-45be-4257-a03a-25fa52b91ffe", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101852Z:2c3f021e-45be-4257-a03a-25fa52b91ffe", + "x-ms-correlation-request-id": "60ad11ff-f8fa-460c-9575-3339da8a7981", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111339Z:60ad11ff-f8fa-460c-9575-3339da8a7981", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4126,9 +4031,144 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:42Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", - "size": 348160, + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 11:13: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": "96038957-a9d9-49f9-be67-851470dd24b9", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111350Z:96038957-a9d9-49f9-be67-851470dd24b9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 11:14: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": "05b0cb94-c28f-4797-bb8b-3c6389a260e7", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111400Z:05b0cb94-c28f-4797-bb8b-3c6389a260e7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-25T11:09:20Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-3-70dd2307", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 11:14: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": "a4cd9808-dda7-465d-9688-ee83af9dfe01", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111411Z:a4cd9808-dda7-465d-9688-ee83af9dfe01", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "westus2", + "properties": { + "creationDate": "2022-10-25T11:09:31Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", + "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", "failureReason": "None", @@ -4152,7 +4192,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:18:52 GMT", + "Date": "Tue, 25 Oct 2022 11:14:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4160,9 +4200,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2882d42-53b5-4a36-bcd3-06c2bbb6cce8", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101852Z:e2882d42-53b5-4a36-bcd3-06c2bbb6cce8", + "x-ms-correlation-request-id": "0b227686-fc01-4b16-ba7b-316f44fb619e", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111412Z:0b227686-fc01-4b16-ba7b-316f44fb619e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4173,8 +4213,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:12:57Z", - "backupId": "99a7557f-fadb-8782-2080-f616bae7d639", + "creationDate": "2022-10-25T11:07:49Z", + "backupId": "d1405209-7bf5-aac9-2f56-48d43e67577c", "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", @@ -4189,9 +4229,9 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:14:42Z", - "backupId": "4aeb9054-66c4-247a-5113-74cb3a9ce2c8", - "size": 348160, + "creationDate": "2022-10-25T11:09:31Z", + "backupId": "2fe90ebe-26f7-5bf8-e58e-850ddfcecf51", + "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", "failureReason": "None", @@ -4217,7 +4257,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:18:52 GMT", + "Date": "Tue, 25 Oct 2022 11:14:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4225,9 +4265,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a9ff483-39e6-40eb-a728-4cb89c6da424", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101853Z:1a9ff483-39e6-40eb-a728-4cb89c6da424", + "x-ms-correlation-request-id": "0792db00-d489-44f3-bbcf-73266ca71cdc", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111412Z:0792db00-d489-44f3-bbcf-73266ca71cdc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4269,31 +4309,31 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e66b9eb0-68a9-4b73-9fcf-de822eb2a4a7?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84b2f8c1-f1ae-46fb-8444-ffa4d437edb9?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "2743", + "Content-Length": "2742", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:18:53 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A18%3A53.8279778Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:14:13 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A14%3A13.598661Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e66b9eb0-68a9-4b73-9fcf-de822eb2a4a7?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84b2f8c1-f1ae-46fb-8444-ffa4d437edb9?api-version=2022-05-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": "389328ec-d791-43c2-89e8-92accef476c5", + "x-ms-correlation-request-id": "bb350ea1-f4a3-4227-84a0-d5b3f218b2d7", "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101853Z:389328ec-d791-43c2-89e8-92accef476c5", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111413Z:bb350ea1-f4a3-4227-84a0-d5b3f218b2d7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A18%3A53.8279778Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A14%3A13.598661Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:14:30.0724356Z" + "CreatedOnDate": "2022-10-25T11:09:18.4154393Z" }, "properties": { "dataProtection": { @@ -4304,7 +4344,7 @@ } }, "provisioningState": "Patching", - "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "fileSystemId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-70dd2307", "usageThreshold": 107374182400, @@ -4332,7 +4372,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_569a5656", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_7f2f3efb", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -4347,8 +4387,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", - "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "mountTargetId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", + "fileSystemId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", "ipAddress": "10.0.0.4" } ], @@ -4367,15 +4407,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:07:21.9296283Z", + "createdAt": "2022-10-25T11:02:12.8501409Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:14:30.2586934Z" + "lastModifiedAt": "2022-10-25T11:09:18.5835871Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e66b9eb0-68a9-4b73-9fcf-de822eb2a4a7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84b2f8c1-f1ae-46fb-8444-ffa4d437edb9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4389,7 +4429,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:18:54 GMT", + "Date": "Tue, 25 Oct 2022 11:14:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4397,16 +4437,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3c2ec1ee-c38d-46e8-9254-8f21b50d0685", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101854Z:3c2ec1ee-c38d-46e8-9254-8f21b50d0685", + "x-ms-correlation-request-id": "a2a5324f-550d-40fe-8afd-3847119da119", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111413Z:a2a5324f-550d-40fe-8afd-3847119da119", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e66b9eb0-68a9-4b73-9fcf-de822eb2a4a7", - "name": "e66b9eb0-68a9-4b73-9fcf-de822eb2a4a7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84b2f8c1-f1ae-46fb-8444-ffa4d437edb9", + "name": "84b2f8c1-f1ae-46fb-8444-ffa4d437edb9", "status": "Patching", - "startTime": "2022-10-22T10:18:53.826855Z", + "startTime": "2022-10-25T11:14:13.5942518Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4415,7 +4455,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e66b9eb0-68a9-4b73-9fcf-de822eb2a4a7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84b2f8c1-f1ae-46fb-8444-ffa4d437edb9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4429,7 +4469,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:19:24 GMT", + "Date": "Tue, 25 Oct 2022 11:14:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4437,17 +4477,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a5197e70-c414-4fb2-9be5-26387422c08e", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101924Z:a5197e70-c414-4fb2-9be5-26387422c08e", + "x-ms-correlation-request-id": "753731e2-1916-4a33-8979-04c1cbbd8a5e", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111444Z:753731e2-1916-4a33-8979-04c1cbbd8a5e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e66b9eb0-68a9-4b73-9fcf-de822eb2a4a7", - "name": "e66b9eb0-68a9-4b73-9fcf-de822eb2a4a7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84b2f8c1-f1ae-46fb-8444-ffa4d437edb9", + "name": "84b2f8c1-f1ae-46fb-8444-ffa4d437edb9", "status": "Succeeded", - "startTime": "2022-10-22T10:18:53.826855Z", - "endTime": "2022-10-22T10:18:59.2720102Z", + "startTime": "2022-10-25T11:14:13.5942518Z", + "endTime": "2022-10-25T11:14:18.9223799Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" @@ -4455,7 +4495,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e66b9eb0-68a9-4b73-9fcf-de822eb2a4a7?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/84b2f8c1-f1ae-46fb-8444-ffa4d437edb9?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4469,7 +4509,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:19:24 GMT", + "Date": "Tue, 25 Oct 2022 11:14:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4477,19 +4517,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1d464764-23bc-4a96-99f7-fbd5325ae289", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101924Z:1d464764-23bc-4a96-99f7-fbd5325ae289", + "x-ms-correlation-request-id": "39b7f6df-138e-43b4-81a5-7f477df4b85e", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111444Z:39b7f6df-138e-43b4-81a5-7f477df4b85e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A18%3A59.2708673Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A14%3A18.9146305Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:18:53.4998559Z" + "CreatedOnDate": "2022-10-25T11:09:18.4154393Z" }, "properties": { "dataProtection": { @@ -4499,12 +4539,12 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault" } }, - "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "fileSystemId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-70dd2307", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 0, + "usedBytes": 356352, "exportPolicy": { "rules": [ { @@ -4530,19 +4570,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_569a5656", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_7f2f3efb", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", - "poolId": "510491b7-1101-f386-282a-343bf8f412b7", + "poolId": "1fe88703-290e-4c77-9f47-260f38b5dd36", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", - "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "mountTargetId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", + "fileSystemId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", "startIp": "", "endIp": "", "gateway": "", @@ -4574,10 +4614,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:07:21.9296283Z", + "createdAt": "2022-10-25T11:02:12.8501409Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:18:53.6873228Z" + "lastModifiedAt": "2022-10-25T11:14:13.449037Z" } } }, @@ -4596,15 +4636,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:19:26 GMT", + "Date": "Tue, 25 Oct 2022 11:14:46 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": "b599747b-9c64-4230-bd3a-2c4899cba5a9", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101927Z:b599747b-9c64-4230-bd3a-2c4899cba5a9", + "x-ms-correlation-request-id": "bf511f73-67d5-4967-a6ff-a3140ec3cabe", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111447Z:bf511f73-67d5-4967-a6ff-a3140ec3cabe", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4629,7 +4669,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:19:27 GMT", + "Date": "Tue, 25 Oct 2022 11:14:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4637,9 +4677,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "58206e02-85af-494c-940a-a0f36ba67665", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101927Z:58206e02-85af-494c-940a-a0f36ba67665", + "x-ms-correlation-request-id": "9e62a645-c222-4124-84b2-b78d84f9331a", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111447Z:9e62a645-c222-4124-84b2-b78d84f9331a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4684,8 +4724,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:19:28 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A19%3A28.3862163Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:14:47 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A14%3A48.4158092Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4693,19 +4733,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6a8bbaa4-e04f-4eb3-b36d-3b224de9cfd3", + "x-ms-correlation-request-id": "b3474d68-6a78-4865-9464-01a4a8e750da", "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101928Z:6a8bbaa4-e04f-4eb3-b36d-3b224de9cfd3", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111448Z:b3474d68-6a78-4865-9464-01a4a8e750da", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A19%3A28.3862163Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A14%3A48.4158092Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:18:53.4998559Z" + "CreatedOnDate": "2022-10-25T11:09:18.4154393Z" }, "properties": { "dataProtection": { @@ -4716,7 +4756,7 @@ } }, "provisioningState": "Succeeded", - "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "fileSystemId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-70dd2307", "usageThreshold": 107374182400, @@ -4744,7 +4784,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_569a5656", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_7f2f3efb", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -4759,8 +4799,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", - "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "mountTargetId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", + "fileSystemId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", "ipAddress": "10.0.0.4" } ], @@ -4779,10 +4819,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:07:21.9296283Z", + "createdAt": "2022-10-25T11:02:12.8501409Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:19:28.2551685Z" + "lastModifiedAt": "2022-10-25T11:14:48.2577425Z" } } }, @@ -4801,15 +4841,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:19:30 GMT", + "Date": "Tue, 25 Oct 2022 11:14: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": "25ba1fc5-1d90-4cb8-affe-fded051715cd", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101930Z:25ba1fc5-1d90-4cb8-affe-fded051715cd", + "x-ms-correlation-request-id": "e662d9ed-dba4-4287-9d81-b2a34f234f87", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111450Z:e662d9ed-dba4-4287-9d81-b2a34f234f87", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4834,7 +4874,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:19:31 GMT", + "Date": "Tue, 25 Oct 2022 11:14:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4842,9 +4882,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2deeed9c-a9dc-47be-819d-a3c615b06a82", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101931Z:2deeed9c-a9dc-47be-819d-a3c615b06a82", + "x-ms-correlation-request-id": "c115ea8d-5267-4667-9961-946409448227", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111452Z:c115ea8d-5267-4667-9961-946409448227", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4864,25 +4904,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115384ec-fe9a-44fe-a689-2d8d6283bee8?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 10:19:31 GMT", + "Date": "Tue, 25 Oct 2022 11:14:52 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115384ec-fe9a-44fe-a689-2d8d6283bee8?api-version=2022-05-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": "2e60e78c-e9b5-42f9-9f80-7aecbee74b32", - "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101932Z:2e60e78c-e9b5-42f9-9f80-7aecbee74b32", + "x-ms-correlation-request-id": "a08eff72-4e76-44ad-b204-53c201e88ef5", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111453Z:a08eff72-4e76-44ad-b204-53c201e88ef5", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115384ec-fe9a-44fe-a689-2d8d6283bee8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4896,7 +4936,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:19:32 GMT", + "Date": "Tue, 25 Oct 2022 11:14:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4904,16 +4944,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c03b81b-52a9-4a97-9fdb-cc82a82e461d", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T101932Z:6c03b81b-52a9-4a97-9fdb-cc82a82e461d", + "x-ms-correlation-request-id": "394f8e66-808f-4fee-825e-92c75922a59c", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111453Z:394f8e66-808f-4fee-825e-92c75922a59c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555", - "name": "d594e76d-e6a5-4d39-9cce-7ea356e4c555", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115384ec-fe9a-44fe-a689-2d8d6283bee8", + "name": "115384ec-fe9a-44fe-a689-2d8d6283bee8", "status": "Deleting", - "startTime": "2022-10-22T10:19:32.1049857Z", + "startTime": "2022-10-25T11:14:53.2264812Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4922,7 +4962,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115384ec-fe9a-44fe-a689-2d8d6283bee8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4936,7 +4976,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:20:02 GMT", + "Date": "Tue, 25 Oct 2022 11:15:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4944,16 +4984,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94a7d3e9-2511-475a-b6ad-009eea9d7155", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102002Z:94a7d3e9-2511-475a-b6ad-009eea9d7155", + "x-ms-correlation-request-id": "72506881-2bd7-4e7e-b73d-edb306c965dc", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111523Z:72506881-2bd7-4e7e-b73d-edb306c965dc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555", - "name": "d594e76d-e6a5-4d39-9cce-7ea356e4c555", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115384ec-fe9a-44fe-a689-2d8d6283bee8", + "name": "115384ec-fe9a-44fe-a689-2d8d6283bee8", "status": "Deleting", - "startTime": "2022-10-22T10:19:32.1049857Z", + "startTime": "2022-10-25T11:14:53.2264812Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4962,7 +5002,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115384ec-fe9a-44fe-a689-2d8d6283bee8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4976,7 +5016,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:20:33 GMT", + "Date": "Tue, 25 Oct 2022 11:15:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4984,16 +5024,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f07e503-9779-456e-8fcb-273071ddad5b", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102033Z:8f07e503-9779-456e-8fcb-273071ddad5b", + "x-ms-correlation-request-id": "2be41a3b-84e7-41c7-84e6-dadc1c73d1e9", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111554Z:2be41a3b-84e7-41c7-84e6-dadc1c73d1e9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555", - "name": "d594e76d-e6a5-4d39-9cce-7ea356e4c555", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115384ec-fe9a-44fe-a689-2d8d6283bee8", + "name": "115384ec-fe9a-44fe-a689-2d8d6283bee8", "status": "Deleting", - "startTime": "2022-10-22T10:19:32.1049857Z", + "startTime": "2022-10-25T11:14:53.2264812Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5002,7 +5042,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115384ec-fe9a-44fe-a689-2d8d6283bee8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5016,7 +5056,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:21:02 GMT", + "Date": "Tue, 25 Oct 2022 11:16:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5024,16 +5064,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "668e3dc2-56f8-424f-8959-8998056e66d0", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102103Z:668e3dc2-56f8-424f-8959-8998056e66d0", + "x-ms-correlation-request-id": "06a2e2a1-7d86-482d-a22c-0112e6216c1a", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111624Z:06a2e2a1-7d86-482d-a22c-0112e6216c1a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555", - "name": "d594e76d-e6a5-4d39-9cce-7ea356e4c555", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115384ec-fe9a-44fe-a689-2d8d6283bee8", + "name": "115384ec-fe9a-44fe-a689-2d8d6283bee8", "status": "Deleting", - "startTime": "2022-10-22T10:19:32.1049857Z", + "startTime": "2022-10-25T11:14:53.2264812Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5042,7 +5082,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115384ec-fe9a-44fe-a689-2d8d6283bee8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5056,7 +5096,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:21:32 GMT", + "Date": "Tue, 25 Oct 2022 11:16:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5064,16 +5104,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45d131e2-dedc-4ddc-aaad-2b0504bac017", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102133Z:45d131e2-dedc-4ddc-aaad-2b0504bac017", + "x-ms-correlation-request-id": "99a49a04-8b9b-4477-bf97-ed81d9e941d7", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111654Z:99a49a04-8b9b-4477-bf97-ed81d9e941d7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555", - "name": "d594e76d-e6a5-4d39-9cce-7ea356e4c555", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115384ec-fe9a-44fe-a689-2d8d6283bee8", + "name": "115384ec-fe9a-44fe-a689-2d8d6283bee8", "status": "Deleting", - "startTime": "2022-10-22T10:19:32.1049857Z", + "startTime": "2022-10-25T11:14:53.2264812Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5082,7 +5122,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115384ec-fe9a-44fe-a689-2d8d6283bee8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5096,7 +5136,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:22:04 GMT", + "Date": "Tue, 25 Oct 2022 11:17:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5104,16 +5144,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff9efa74-b231-4c77-8a8d-79af48debbbc", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102204Z:ff9efa74-b231-4c77-8a8d-79af48debbbc", + "x-ms-correlation-request-id": "d1ff0958-7ca0-4998-81b2-02f5ec7c8f3f", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111724Z:d1ff0958-7ca0-4998-81b2-02f5ec7c8f3f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555", - "name": "d594e76d-e6a5-4d39-9cce-7ea356e4c555", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115384ec-fe9a-44fe-a689-2d8d6283bee8", + "name": "115384ec-fe9a-44fe-a689-2d8d6283bee8", "status": "Deleting", - "startTime": "2022-10-22T10:19:32.1049857Z", + "startTime": "2022-10-25T11:14:53.2264812Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5122,7 +5162,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115384ec-fe9a-44fe-a689-2d8d6283bee8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5136,7 +5176,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:22:34 GMT", + "Date": "Tue, 25 Oct 2022 11:17:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5144,17 +5184,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8345f9d1-b4b0-440c-bb90-1ecdeca08cc2", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102235Z:8345f9d1-b4b0-440c-bb90-1ecdeca08cc2", + "x-ms-correlation-request-id": "392745c9-4901-4a33-ad77-d3df7393cdfa", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111755Z:392745c9-4901-4a33-ad77-d3df7393cdfa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555", - "name": "d594e76d-e6a5-4d39-9cce-7ea356e4c555", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115384ec-fe9a-44fe-a689-2d8d6283bee8", + "name": "115384ec-fe9a-44fe-a689-2d8d6283bee8", "status": "Succeeded", - "startTime": "2022-10-22T10:19:32.1049857Z", - "endTime": "2022-10-22T10:22:12.2397819Z", + "startTime": "2022-10-25T11:14:53.2264812Z", + "endTime": "2022-10-25T11:17:31.5510837Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307" @@ -5162,7 +5202,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d594e76d-e6a5-4d39-9cce-7ea356e4c555?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115384ec-fe9a-44fe-a689-2d8d6283bee8?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5176,7 +5216,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:22:34 GMT", + "Date": "Tue, 25 Oct 2022 11:17:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5184,19 +5224,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "06ff809a-1015-4a94-bd74-2d706bf17546", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102235Z:06ff809a-1015-4a94-bd74-2d706bf17546", + "x-ms-correlation-request-id": "3cdb6e9c-719f-4a35-bc2b-179870e141bc", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T111755Z:3cdb6e9c-719f-4a35-bc2b-179870e141bc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1/sdk-py-tests-vol-3-70dd2307", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A22%3A02.9797427Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A17%3A26.3257128Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:18:53.4998559Z" + "CreatedOnDate": "2022-10-25T11:09:18.4154393Z" }, "properties": { "dataProtection": { @@ -5206,12 +5246,12 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/vaults/cbsvault" } }, - "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "fileSystemId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-70dd2307", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 0, + "usedBytes": 356352, "exportPolicy": { "rules": [ { @@ -5237,19 +5277,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_569a5656", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_7f2f3efb", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-70dd2307/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-70dd2307", - "poolId": "510491b7-1101-f386-282a-343bf8f412b7", + "poolId": "1fe88703-290e-4c77-9f47-260f38b5dd36", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", - "fileSystemId": "ad55ece0-2aef-b5c7-0a50-59fa900586d6", + "mountTargetId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", + "fileSystemId": "d1cc9099-099c-9a2b-1ac9-d4fe1f02aa0f", "startIp": "", "endIp": "", "gateway": "", @@ -5281,10 +5321,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:07:21.9296283Z", + "createdAt": "2022-10-25T11:02:12.8501409Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:19:28.2551685Z" + "lastModifiedAt": "2022-10-25T11:14:48.2577425Z" } } }, @@ -5303,14 +5343,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:25:58 GMT", + "Date": "Tue, 25 Oct 2022 11:21:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c25612e-5cb1-4641-8e57-a4e187127a0b", + "x-ms-correlation-request-id": "4011c08f-a4bb-4976-8580-7290bb24a0ea", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102558Z:9c25612e-5cb1-4641-8e57-a4e187127a0b" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T112118Z:4011c08f-a4bb-4976-8580-7290bb24a0ea" }, "ResponseBody": { "error": { @@ -5332,25 +5372,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ea842e31-dceb-41c3-835a-4dec524954f3?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e853164b-0af5-4060-8351-56306bf2a17a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 10:26:12 GMT", + "Date": "Tue, 25 Oct 2022 11:21:31 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ea842e31-dceb-41c3-835a-4dec524954f3?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e853164b-0af5-4060-8351-56306bf2a17a?api-version=2022-05-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": "c4fe7acc-6b34-4b52-bfa4-326f360d434c", + "x-ms-correlation-request-id": "7f4d9b0d-1af8-448b-998e-4fe898b12b18", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102612Z:c4fe7acc-6b34-4b52-bfa4-326f360d434c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T112132Z:7f4d9b0d-1af8-448b-998e-4fe898b12b18", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ea842e31-dceb-41c3-835a-4dec524954f3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e853164b-0af5-4060-8351-56306bf2a17a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5364,7 +5404,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:26:12 GMT", + "Date": "Tue, 25 Oct 2022 11:21:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5372,16 +5412,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6aa5984-bce9-441d-bd9f-8834531ecfa0", + "x-ms-correlation-request-id": "d7c99059-52c0-4d57-9576-f117c06afb31", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102612Z:b6aa5984-bce9-441d-bd9f-8834531ecfa0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T112132Z:d7c99059-52c0-4d57-9576-f117c06afb31", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ea842e31-dceb-41c3-835a-4dec524954f3", - "name": "ea842e31-dceb-41c3-835a-4dec524954f3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e853164b-0af5-4060-8351-56306bf2a17a", + "name": "e853164b-0af5-4060-8351-56306bf2a17a", "status": "Deleting", - "startTime": "2022-10-22T10:26:12.2575258Z", + "startTime": "2022-10-25T11:21:32.0438063Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5390,7 +5430,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ea842e31-dceb-41c3-835a-4dec524954f3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e853164b-0af5-4060-8351-56306bf2a17a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5404,7 +5444,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:26:42 GMT", + "Date": "Tue, 25 Oct 2022 11:22:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5412,17 +5452,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91d014b3-00a2-470a-8be2-f771bb3bf2c7", + "x-ms-correlation-request-id": "6155bd02-809a-4cc1-8f55-e08720ae19d7", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102642Z:91d014b3-00a2-470a-8be2-f771bb3bf2c7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T112202Z:6155bd02-809a-4cc1-8f55-e08720ae19d7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ea842e31-dceb-41c3-835a-4dec524954f3", - "name": "ea842e31-dceb-41c3-835a-4dec524954f3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e853164b-0af5-4060-8351-56306bf2a17a", + "name": "e853164b-0af5-4060-8351-56306bf2a17a", "status": "Succeeded", - "startTime": "2022-10-22T10:26:12.2575258Z", - "endTime": "2022-10-22T10:26:13.5083387Z", + "startTime": "2022-10-25T11:21:32.0438063Z", + "endTime": "2022-10-25T11:21:33.1689321Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1" @@ -5430,7 +5470,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ea842e31-dceb-41c3-835a-4dec524954f3?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e853164b-0af5-4060-8351-56306bf2a17a?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5444,7 +5484,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:26:43 GMT", + "Date": "Tue, 25 Oct 2022 11:22:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5452,22 +5492,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6cd2867e-61a3-456e-9e62-7a7e9c8ae2ab", + "x-ms-correlation-request-id": "b2cb1576-fc2b-4fb2-a91a-2cf6aea450dc", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102643Z:6cd2867e-61a3-456e-9e62-7a7e9c8ae2ab", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T112202Z:b2cb1576-fc2b-4fb2-a91a-2cf6aea450dc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-70dd2307/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A26%3A12.254087Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A21%3A32.0300024Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:07:07.0978105Z" + "CreatedOnDate": "2022-10-25T11:01:58.3686689Z" }, "properties": { - "poolId": "510491b7-1101-f386-282a-343bf8f412b7", + "poolId": "1fe88703-290e-4c77-9f47-260f38b5dd36", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307/capacityPools/sdk-py-tests-pool-1", @@ -5481,10 +5521,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:07:08.3441925Z", + "createdAt": "2022-10-25T11:01:59.3424462Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:07:08.3441925Z" + "lastModifiedAt": "2022-10-25T11:01:59.3424462Z" } } }, @@ -5502,14 +5542,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 10:26:53 GMT", + "Date": "Tue, 25 Oct 2022 11:22:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7fbfc18e-8bbf-4149-9763-77a8b9f1773d", + "x-ms-correlation-request-id": "1ce95f7a-65ca-45ab-8b0b-388dff61986b", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102653Z:7fbfc18e-8bbf-4149-9763-77a8b9f1773d" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T112213Z:1ce95f7a-65ca-45ab-8b0b-388dff61986b" }, "ResponseBody": null }, @@ -5527,14 +5567,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 10:27:02 GMT", + "Date": "Tue, 25 Oct 2022 11:22:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b04e98c-7722-4cf3-9688-14cbaeb3607c", + "x-ms-correlation-request-id": "69157678-0881-4342-8994-014a39ebdad2", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102703Z:9b04e98c-7722-4cf3-9688-14cbaeb3607c" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T112223Z:69157678-0881-4342-8994-014a39ebdad2" }, "ResponseBody": null }, @@ -5552,14 +5592,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 10:27:14 GMT", + "Date": "Tue, 25 Oct 2022 11:22:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b102daca-0a54-43c0-a3c2-4f450a529a40", + "x-ms-correlation-request-id": "601dfe4d-4b42-480a-b043-0989ab36fcdc", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102714Z:b102daca-0a54-43c0-a3c2-4f450a529a40" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T112233Z:601dfe4d-4b42-480a-b043-0989ab36fcdc" }, "ResponseBody": null }, @@ -5577,14 +5617,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 10:27:23 GMT", + "Date": "Tue, 25 Oct 2022 11:22:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff3e91cb-36ac-48ff-8561-8108a58cc5f8", + "x-ms-correlation-request-id": "4118450c-e7f9-47bc-a580-1d5f2aeeb29e", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102724Z:ff3e91cb-36ac-48ff-8561-8108a58cc5f8" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T112244Z:4118450c-e7f9-47bc-a580-1d5f2aeeb29e" }, "ResponseBody": null }, @@ -5603,14 +5643,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:27:34 GMT", + "Date": "Tue, 25 Oct 2022 11:22:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "36ec3614-8796-423a-ab17-34e7cbadb81a", + "x-ms-correlation-request-id": "b1a19c61-ab48-495f-b4ca-f81e85a2febd", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102734Z:36ec3614-8796-423a-ab17-34e7cbadb81a" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T112254Z:b1a19c61-ab48-495f-b4ca-f81e85a2febd" }, "ResponseBody": { "error": { @@ -5632,25 +5672,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/32b61ad2-ee9b-4d53-b809-2c7f8d86ca5c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5a1af982-a38a-46b7-ba1f-38e481969fe1?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 10:27:36 GMT", + "Date": "Tue, 25 Oct 2022 11:22:55 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/32b61ad2-ee9b-4d53-b809-2c7f8d86ca5c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5a1af982-a38a-46b7-ba1f-38e481969fe1?api-version=2022-05-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": "ec290c49-8ad4-4b0c-92dc-6fa31f866bac", + "x-ms-correlation-request-id": "59f5d298-3d4f-4238-82d2-480302c7cf0b", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102736Z:ec290c49-8ad4-4b0c-92dc-6fa31f866bac", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T112255Z:59f5d298-3d4f-4238-82d2-480302c7cf0b", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/32b61ad2-ee9b-4d53-b809-2c7f8d86ca5c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5a1af982-a38a-46b7-ba1f-38e481969fe1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5664,7 +5704,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:27:36 GMT", + "Date": "Tue, 25 Oct 2022 11:22:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5672,17 +5712,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "35df6c92-e599-42a9-819d-da70c5635ca7", + "x-ms-correlation-request-id": "8357ddba-a582-4025-9646-2cfa8b9aa97d", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102736Z:35df6c92-e599-42a9-819d-da70c5635ca7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T112256Z:8357ddba-a582-4025-9646-2cfa8b9aa97d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/32b61ad2-ee9b-4d53-b809-2c7f8d86ca5c", - "name": "32b61ad2-ee9b-4d53-b809-2c7f8d86ca5c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5a1af982-a38a-46b7-ba1f-38e481969fe1", + "name": "5a1af982-a38a-46b7-ba1f-38e481969fe1", "status": "Succeeded", - "startTime": "2022-10-22T10:27:36.2915588Z", - "endTime": "2022-10-22T10:27:36.3540674Z", + "startTime": "2022-10-25T11:22:55.7090621Z", + "endTime": "2022-10-25T11:22:55.7559349Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307" @@ -5690,7 +5730,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/32b61ad2-ee9b-4d53-b809-2c7f8d86ca5c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5a1af982-a38a-46b7-ba1f-38e481969fe1?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5704,7 +5744,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:27:36 GMT", + "Date": "Tue, 25 Oct 2022 11:22:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5712,19 +5752,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "022e4204-0a8c-4ac1-a781-c8e7688979f4", + "x-ms-correlation-request-id": "8dd09762-73d4-4aad-b29f-820c12886b91", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102736Z:022e4204-0a8c-4ac1-a781-c8e7688979f4", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T112256Z:8dd09762-73d4-4aad-b29f-820c12886b91", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-70dd2307", "name": "sdk-py-tests-acc-1-70dd2307", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A27%3A36.2940125Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A22%3A55.6973858Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:07:03.3578564Z" + "CreatedOnDate": "2022-10-25T11:01:53.9940244Z" }, "properties": { "encryption": { @@ -5735,10 +5775,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:07:04.4354445Z", + "createdAt": "2022-10-25T11:01:55.1367512Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:07:04.4354445Z" + "lastModifiedAt": "2022-10-25T11:01:55.1367512Z" } } }, @@ -5757,15 +5797,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:27:37 GMT", + "Date": "Tue, 25 Oct 2022 11:22:56 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": "ba1b2015-8652-4c02-82db-f3880934453e", + "x-ms-correlation-request-id": "c1440bbc-0c94-4621-b0b6-c1d6a9564166", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102737Z:ba1b2015-8652-4c02-82db-f3880934453e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T112256Z:c1440bbc-0c94-4621-b0b6-c1d6a9564166", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5789,12 +5829,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/21c6c0a1-1422-4239-b967-5533cf517fdf?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/3e600e77-8e52-445e-8014-3f0dd7c3d106?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 10:27:37 GMT", + "Date": "Tue, 25 Oct 2022 11:22:56 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/21c6c0a1-1422-4239-b967-5533cf517fdf?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/3e600e77-8e52-445e-8014-3f0dd7c3d106?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -5803,10 +5843,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e1fcb9c6-1790-4c41-83ba-88846553ed0c", - "x-ms-correlation-request-id": "bc96c550-401a-45d1-aa1a-ce61fb2422b6", + "x-ms-arm-service-request-id": "e0590a0e-2d1f-4b81-98bb-dc7d7eb97175", + "x-ms-correlation-request-id": "74afcea5-c395-4f5d-8acc-ea8122826353", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T102738Z:bc96c550-401a-45d1-aa1a-ce61fb2422b6" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T112257Z:74afcea5-c395-4f5d-8acc-ea8122826353" }, "ResponseBody": null } 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 a1d7a22f6963..3b7a21f26753 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 @@ -1,38 +1,5 @@ { "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/6ff21563-7a9e-4e53-8a1b-60f4a5ca818a?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6ff21563-7a9e-4e53-8a1b-60f4a5ca818a?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/6ff21563-7a9e-4e53-8a1b-60f4a5ca818a?api-version=2022-05-01", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3d1008a6-49c5-453a-8dab-cf18bdb2de0a", - "x-ms-correlation-request-id": "8578bf90-73ae-499d-8bbf-58aacb0c851e", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104710Z:49308f76-96a5-4d5a-a1ec-2dd2f4675425" - }, - "ResponseBody": null - }, { "RequestUri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration", "RequestMethod": "GET", @@ -50,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:10 GMT", + "Date": "Tue, 25 Oct 2022 11:52:49 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.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -144,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:10 GMT", + "Date": "Tue, 25 Oct 2022 11:52:49 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -205,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "609f1383-e7ef-4b8b-8003-14e49874e616", + "client-request-id": "ecdda101-b84d-49f5-b583-c6b984954288", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -219,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "609f1383-e7ef-4b8b-8003-14e49874e616", + "client-request-id": "ecdda101-b84d-49f5-b583-c6b984954288", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:10 GMT", + "Date": "Tue, 25 Oct 2022 11:52:49 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -234,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -269,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/dc86445e-dc79-4243-a66d-da735ebf147f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6692a445-4429-40a3-a266-89bdee4179e0?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:16 GMT", + "Date": "Tue, 25 Oct 2022 11:52:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -283,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9d0a7672-ceed-44a3-82bb-e5dbb2ddd1fd", - "x-ms-correlation-request-id": "8c79d3e8-2c2e-4fd9-9bd9-9503175146b3", + "x-ms-arm-service-request-id": "e858d5e2-4713-4638-93a7-90ad9b0d9f46", + "x-ms-correlation-request-id": "46ee4f65-51a4-42a5-b9f8-3ba54828e972", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104717Z:8c79d3e8-2c2e-4fd9-9bd9-9503175146b3" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115259Z:46ee4f65-51a4-42a5-b9f8-3ba54828e972" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-b93a23ce", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce", - "etag": "W/\u00220bd233c2-5776-4122-936a-6e953782a98b\u0022", + "etag": "W/\u0022ace9eb6a-e324-423f-bd6e-db27da283131\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:47:11.9056550Z" + "CreatedOnDate": "2022-10-25T11:52:52.0957439Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "37567725-e93e-4808-a2a8-23ba09542322", + "resourceGuid": "a4f0ae1e-b1f7-4f48-8b87-32222692b19a", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -312,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/dc86445e-dc79-4243-a66d-da735ebf147f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6692a445-4429-40a3-a266-89bdee4179e0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -326,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:16 GMT", + "Date": "Tue, 25 Oct 2022 11:52:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -337,10 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2e1db89e-28ac-47e4-a59c-5c36579fb715", - "x-ms-correlation-request-id": "34b8a0c5-5933-4d73-ac85-714df50bf6b5", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104717Z:34b8a0c5-5933-4d73-ac85-714df50bf6b5" + "x-ms-arm-service-request-id": "e37c0e23-2585-47f1-a4b8-3ec6881cdcb2", + "x-ms-correlation-request-id": "9bca242b-a52b-4af4-830b-83b9fd35db42", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115259Z:9bca242b-a52b-4af4-830b-83b9fd35db42" }, "ResponseBody": { "status": "Succeeded" @@ -361,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:17 GMT", - "ETag": "W/\u0022d6db231a-a1d7-45b8-9136-25b6ed2c8b4c\u0022", + "Date": "Tue, 25 Oct 2022 11:52:59 GMT", + "ETag": "W/\u002211afb6a7-7065-4ca5-a638-2cf8d65497ae\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -373,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7264aa7e-ebf2-472f-b617-0704b3f7df1d", - "x-ms-correlation-request-id": "0b4ea909-5b75-4880-996d-b4eaafdd45fe", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104717Z:0b4ea909-5b75-4880-996d-b4eaafdd45fe" + "x-ms-arm-service-request-id": "ce7a2b55-91db-4c0c-ad0c-9a88ec957f90", + "x-ms-correlation-request-id": "6cf175f6-f1cf-41ab-9c38-616c315c47d8", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115259Z:6cf175f6-f1cf-41ab-9c38-616c315c47d8" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-b93a23ce", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce", - "etag": "W/\u0022d6db231a-a1d7-45b8-9136-25b6ed2c8b4c\u0022", + "etag": "W/\u002211afb6a7-7065-4ca5-a638-2cf8d65497ae\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:47:11.9056550Z" + "CreatedOnDate": "2022-10-25T11:52:52.0957439Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "37567725-e93e-4808-a2a8-23ba09542322", + "resourceGuid": "a4f0ae1e-b1f7-4f48-8b87-32222692b19a", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -428,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8a7e91fa-ced9-4b9e-a944-18211bac3d01?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b8027258-10a2-4932-9137-dc72ad779c20?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:18 GMT", + "Date": "Tue, 25 Oct 2022 11:52:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -442,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0720126a-34b4-4a55-8ef5-9cde0c765e41", - "x-ms-correlation-request-id": "4ec510cb-d380-463f-9cda-137cb2825007", + "x-ms-arm-service-request-id": "d8a63ac1-86f2-4ac9-aae9-5832613d5e52", + "x-ms-correlation-request-id": "2c11303e-40a1-4a6f-aca0-c26a13c14963", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104718Z:4ec510cb-d380-463f-9cda-137cb2825007" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115300Z:2c11303e-40a1-4a6f-aca0-c26a13c14963" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", - "etag": "W/\u0022af9e7f9f-b756-4804-840f-ab9195f6c600\u0022", + "etag": "W/\u00228a92013a-cad9-455e-921d-3d555d2a4288\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -458,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022af9e7f9f-b756-4804-840f-ab9195f6c600\u0022", + "etag": "W/\u00228a92013a-cad9-455e-921d-3d555d2a4288\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -478,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8a7e91fa-ced9-4b9e-a944-18211bac3d01?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b8027258-10a2-4932-9137-dc72ad779c20?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -492,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:18 GMT", + "Date": "Tue, 25 Oct 2022 11:53:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -503,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "35e37300-9b19-4834-8db5-733ffba82a9f", - "x-ms-correlation-request-id": "2d94ed45-dcbe-4c60-a8c1-fb435bfdcf5e", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104718Z:2d94ed45-dcbe-4c60-a8c1-fb435bfdcf5e" + "x-ms-arm-service-request-id": "4e95400c-6b07-4bca-834c-6f0dfb4de486", + "x-ms-correlation-request-id": "722867e0-d718-4e52-81b7-5b833c982cf6", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115300Z:722867e0-d718-4e52-81b7-5b833c982cf6" }, "ResponseBody": { "status": "Succeeded" @@ -527,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:18 GMT", - "ETag": "W/\u00229aac0c24-2d52-4766-9308-014d5c981b21\u0022", + "Date": "Tue, 25 Oct 2022 11:53:00 GMT", + "ETag": "W/\u00221c87b9d0-b2dd-4e3b-a304-9f9c85ef69c0\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -539,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "af6c4286-e778-4ada-aaec-b3da7ec006ad", - "x-ms-correlation-request-id": "61d0cfbe-6e53-4076-9947-a58e64e7f8bf", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104719Z:61d0cfbe-6e53-4076-9947-a58e64e7f8bf" + "x-ms-arm-service-request-id": "15b59b8c-73e6-488d-be2a-1753a344a242", + "x-ms-correlation-request-id": "3e2e2049-61a5-49c9-afd1-67e44253f884", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115301Z:3e2e2049-61a5-49c9-afd1-67e44253f884" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", - "etag": "W/\u00229aac0c24-2d52-4766-9308-014d5c981b21\u0022", + "etag": "W/\u00221c87b9d0-b2dd-4e3b-a304-9f9c85ef69c0\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -555,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00229aac0c24-2d52-4766-9308-014d5c981b21\u0022", + "etag": "W/\u00221c87b9d0-b2dd-4e3b-a304-9f9c85ef69c0\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -591,12 +558,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:18 GMT", + "Date": "Tue, 25 Oct 2022 11:53:03 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.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -685,7 +652,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:18 GMT", + "Date": "Tue, 25 Oct 2022 11:53:03 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -746,9 +713,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "c1775dce-1e28-4cd0-89a5-7a5a99ebca3e", + "client-request-id": "4fc17ec8-2c28-406c-be6d-f2bd2b9f9120", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -760,14 +727,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "c1775dce-1e28-4cd0-89a5-7a5a99ebca3e", + "client-request-id": "4fc17ec8-2c28-406c-be6d-f2bd2b9f9120", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:19 GMT", + "Date": "Tue, 25 Oct 2022 11:53:03 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -775,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -802,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/331e74cd-5516-4d14-a7d7-f03a491150dc?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a87aef6e-2218-4bb6-8d09-17e1b7650b2d?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:30 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A47%3A29.2620592Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:53:07 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A53%3A07.0131106Z\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": "b3690920-b1b0-4d2c-9b00-12c7ccdd9297", + "x-ms-correlation-request-id": "fe0cca45-f808-4ed2-8c9f-aad239a203d4", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104730Z:b3690920-b1b0-4d2c-9b00-12c7ccdd9297", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115308Z:fe0cca45-f808-4ed2-8c9f-aad239a203d4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A47%3A29.2620592Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A53%3A07.0131106Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:47:27.9890618Z" + "CreatedOnDate": "2022-10-25T11:53:04.8021955Z" }, "properties": { "provisioningState": "Creating" @@ -833,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:47:29.0568994Z", + "createdAt": "2022-10-25T11:53:05.9573524Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:47:29.0568994Z" + "lastModifiedAt": "2022-10-25T11:53:05.9573524Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/331e74cd-5516-4d14-a7d7-f03a491150dc?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a87aef6e-2218-4bb6-8d09-17e1b7650b2d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -855,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:30 GMT", + "Date": "Tue, 25 Oct 2022 11:53:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -863,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "61625e1a-89b3-459b-afea-d8e6cc221db5", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104731Z:61625e1a-89b3-459b-afea-d8e6cc221db5", + "x-ms-correlation-request-id": "053dcf8a-3fd9-4a2e-bb1b-6f301be5eace", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115308Z:053dcf8a-3fd9-4a2e-bb1b-6f301be5eace", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/331e74cd-5516-4d14-a7d7-f03a491150dc", - "name": "331e74cd-5516-4d14-a7d7-f03a491150dc", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a87aef6e-2218-4bb6-8d09-17e1b7650b2d", + "name": "a87aef6e-2218-4bb6-8d09-17e1b7650b2d", "status": "Succeeded", - "startTime": "2022-10-22T10:47:29.2740739Z", - "endTime": "2022-10-22T10:47:29.3053197Z", + "startTime": "2022-10-25T11:53:07.0276819Z", + "endTime": "2022-10-25T11:53:07.0744962Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce" @@ -895,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:30 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A47%3A29.3116759Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:53:08 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A53%3A07.0787995Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -904,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6d38cb3-81a8-4b18-b920-a16d758b9dc8", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104731Z:e6d38cb3-81a8-4b18-b920-a16d758b9dc8", + "x-ms-correlation-request-id": "b8a8ecf5-a637-4099-8956-1a3235b912fa", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115309Z:b8a8ecf5-a637-4099-8956-1a3235b912fa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A47%3A29.3116759Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A53%3A07.0787995Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:47:27.9890618Z" + "CreatedOnDate": "2022-10-25T11:53:04.8021955Z" }, "properties": { "activeDirectories": [ @@ -945,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:47:29.0568994Z", + "createdAt": "2022-10-25T11:53:05.9573524Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:47:29.0568994Z" + "lastModifiedAt": "2022-10-25T11:53:05.9573524Z" } } }, @@ -974,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1b4bcb9-88f9-4dfe-a6cc-a9f2af222163?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/507bbe8b-e8a8-4e74-9054-79119018a3a8?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:33 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A47%3A33.1608603Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:53:11 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A53%3A10.8619082Z\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": "95fcc0d6-d339-4f94-b827-ab6e9dffa2bc", + "x-ms-correlation-request-id": "b926eb07-fb0e-4ab7-83d0-42e92ac511f7", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104734Z:95fcc0d6-d339-4f94-b827-ab6e9dffa2bc", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115312Z:b926eb07-fb0e-4ab7-83d0-42e92ac511f7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A47%3A33.1608603Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A53%3A10.8619082Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:47:31.7894643Z" + "CreatedOnDate": "2022-10-25T11:53:09.3658664Z" }, "properties": { "serviceLevel": "Premium", @@ -1011,15 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:47:32.8604645Z", + "createdAt": "2022-10-25T11:53:10.6472412Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:47:32.8604645Z" + "lastModifiedAt": "2022-10-25T11:53:10.6472412Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1b4bcb9-88f9-4dfe-a6cc-a9f2af222163?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/507bbe8b-e8a8-4e74-9054-79119018a3a8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1033,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:33 GMT", + "Date": "Tue, 25 Oct 2022 11:53:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1041,17 +1008,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6b194cb-3ab4-47c8-a0ff-23aee39bf7f5", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104734Z:b6b194cb-3ab4-47c8-a0ff-23aee39bf7f5", + "x-ms-correlation-request-id": "24b4329c-1254-4fe6-8fbd-0720dfc62d52", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115312Z:24b4329c-1254-4fe6-8fbd-0720dfc62d52", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1b4bcb9-88f9-4dfe-a6cc-a9f2af222163", - "name": "c1b4bcb9-88f9-4dfe-a6cc-a9f2af222163", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/507bbe8b-e8a8-4e74-9054-79119018a3a8", + "name": "507bbe8b-e8a8-4e74-9054-79119018a3a8", "status": "Succeeded", - "startTime": "2022-10-22T10:47:33.1658302Z", - "endTime": "2022-10-22T10:47:33.9330065Z", + "startTime": "2022-10-25T11:53:10.9189052Z", + "endTime": "2022-10-25T11:53:11.9033673Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1" @@ -1073,8 +1040,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:34 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A47%3A33.929036Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:53:11 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A53%3A11.7431479Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1082,22 +1049,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f39c6450-dcfd-4b36-86af-d39c518c4fca", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104735Z:f39c6450-dcfd-4b36-86af-d39c518c4fca", + "x-ms-correlation-request-id": "3e3ef422-76ce-4a91-b713-3b3e46c54104", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115312Z:3e3ef422-76ce-4a91-b713-3b3e46c54104", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A47%3A33.929036Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A53%3A11.7431479Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:47:31.7894643Z" + "CreatedOnDate": "2022-10-25T11:53:09.3658664Z" }, "properties": { - "poolId": "b50299aa-16c8-63fb-8014-7b8238c22335", + "poolId": "4c59fdb1-3fda-8a54-eefa-c5d2ea98829b", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1110,10 +1077,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:47:32.8604645Z", + "createdAt": "2022-10-25T11:53:10.6472412Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:47:32.8604645Z" + "lastModifiedAt": "2022-10-25T11:53:10.6472412Z" } } }, @@ -1156,30 +1123,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9b0887c-cd94-4d22-b023-2545c7e405da?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1583", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:47 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A47%3A47.5657326Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:53:25 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A53%3A24.5570721Z\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": "cfc3687d-bc83-46ff-b501-785106b98b49", + "x-ms-correlation-request-id": "6f8da68c-8d58-4485-8c30-54bc031e8225", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104748Z:cfc3687d-bc83-46ff-b501-785106b98b49", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115325Z:6f8da68c-8d58-4485-8c30-54bc031e8225", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A47%3A47.5657326Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A53%3A24.5570721Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:47:45.4870143Z" + "CreatedOnDate": "2022-10-25T11:53:22.9861239Z" }, "properties": { "serviceLevel": "Premium", @@ -1209,15 +1176,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:47:46.560895Z", + "createdAt": "2022-10-25T11:53:24.282224Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:47:46.560895Z" + "lastModifiedAt": "2022-10-25T11:53:24.282224Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9b0887c-cd94-4d22-b023-2545c7e405da?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1231,7 +1198,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:47:47 GMT", + "Date": "Tue, 25 Oct 2022 11:53:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1239,16 +1206,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b02c752f-3948-4fa0-b41f-77ad920c1f1a", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104748Z:b02c752f-3948-4fa0-b41f-77ad920c1f1a", + "x-ms-correlation-request-id": "f5fa9ea1-2207-42e6-92e2-43aff54969fd", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115325Z:f5fa9ea1-2207-42e6-92e2-43aff54969fd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670", - "name": "fbf69013-9b64-4b69-be94-51fe770d2670", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9b0887c-cd94-4d22-b023-2545c7e405da", + "name": "c9b0887c-cd94-4d22-b023-2545c7e405da", "status": "Creating", - "startTime": "2022-10-22T10:47:47.5730835Z", + "startTime": "2022-10-25T11:53:24.5647437Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1257,7 +1224,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9b0887c-cd94-4d22-b023-2545c7e405da?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1271,7 +1238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:48:18 GMT", + "Date": "Tue, 25 Oct 2022 11:53:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1279,16 +1246,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "49d60b74-2007-4833-a0b4-0e0262570e80", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104819Z:49d60b74-2007-4833-a0b4-0e0262570e80", + "x-ms-correlation-request-id": "b070f989-c3df-456e-8bab-a59e6de65938", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115356Z:b070f989-c3df-456e-8bab-a59e6de65938", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670", - "name": "fbf69013-9b64-4b69-be94-51fe770d2670", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9b0887c-cd94-4d22-b023-2545c7e405da", + "name": "c9b0887c-cd94-4d22-b023-2545c7e405da", "status": "Creating", - "startTime": "2022-10-22T10:47:47.5730835Z", + "startTime": "2022-10-25T11:53:24.5647437Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1297,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9b0887c-cd94-4d22-b023-2545c7e405da?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1311,7 +1278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:48:49 GMT", + "Date": "Tue, 25 Oct 2022 11:54:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1319,16 +1286,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "edb2123a-9f13-476a-82e8-a7aa3fa9e5e7", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104849Z:edb2123a-9f13-476a-82e8-a7aa3fa9e5e7", + "x-ms-correlation-request-id": "5d3501ce-cfe8-4bb3-9031-04e8e57da011", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115426Z:5d3501ce-cfe8-4bb3-9031-04e8e57da011", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670", - "name": "fbf69013-9b64-4b69-be94-51fe770d2670", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9b0887c-cd94-4d22-b023-2545c7e405da", + "name": "c9b0887c-cd94-4d22-b023-2545c7e405da", "status": "Creating", - "startTime": "2022-10-22T10:47:47.5730835Z", + "startTime": "2022-10-25T11:53:24.5647437Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1337,7 +1304,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9b0887c-cd94-4d22-b023-2545c7e405da?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1351,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:49:19 GMT", + "Date": "Tue, 25 Oct 2022 11:54:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1359,16 +1326,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "476f084f-dc29-465d-9bee-3d0ffa7afef1", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104919Z:476f084f-dc29-465d-9bee-3d0ffa7afef1", + "x-ms-correlation-request-id": "6e15908c-c9a3-4a77-a26b-12db9c7d1e81", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115456Z:6e15908c-c9a3-4a77-a26b-12db9c7d1e81", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670", - "name": "fbf69013-9b64-4b69-be94-51fe770d2670", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9b0887c-cd94-4d22-b023-2545c7e405da", + "name": "c9b0887c-cd94-4d22-b023-2545c7e405da", "status": "Creating", - "startTime": "2022-10-22T10:47:47.5730835Z", + "startTime": "2022-10-25T11:53:24.5647437Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1377,7 +1344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9b0887c-cd94-4d22-b023-2545c7e405da?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1391,7 +1358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:49:49 GMT", + "Date": "Tue, 25 Oct 2022 11:55:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1399,16 +1366,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "241ecc44-62ef-4c2c-b0f4-d0e9175a914c", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T104950Z:241ecc44-62ef-4c2c-b0f4-d0e9175a914c", + "x-ms-correlation-request-id": "dd37fd22-1769-4b7f-bde8-e8b16800478d", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115526Z:dd37fd22-1769-4b7f-bde8-e8b16800478d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670", - "name": "fbf69013-9b64-4b69-be94-51fe770d2670", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9b0887c-cd94-4d22-b023-2545c7e405da", + "name": "c9b0887c-cd94-4d22-b023-2545c7e405da", "status": "Creating", - "startTime": "2022-10-22T10:47:47.5730835Z", + "startTime": "2022-10-25T11:53:24.5647437Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1417,7 +1384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9b0887c-cd94-4d22-b023-2545c7e405da?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1431,7 +1398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:50:19 GMT", + "Date": "Tue, 25 Oct 2022 11:55:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1439,16 +1406,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9cbb8ca2-608c-4311-9cf4-43200bee7e0d", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105020Z:9cbb8ca2-608c-4311-9cf4-43200bee7e0d", + "x-ms-correlation-request-id": "556154af-ec2d-40cb-901f-18e2d2f3fa41", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115557Z:556154af-ec2d-40cb-901f-18e2d2f3fa41", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670", - "name": "fbf69013-9b64-4b69-be94-51fe770d2670", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9b0887c-cd94-4d22-b023-2545c7e405da", + "name": "c9b0887c-cd94-4d22-b023-2545c7e405da", "status": "Creating", - "startTime": "2022-10-22T10:47:47.5730835Z", + "startTime": "2022-10-25T11:53:24.5647437Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1457,7 +1424,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9b0887c-cd94-4d22-b023-2545c7e405da?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1471,7 +1438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:50:50 GMT", + "Date": "Tue, 25 Oct 2022 11:56:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1479,16 +1446,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9d519263-c707-4fab-954d-c8595fe50dcc", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105050Z:9d519263-c707-4fab-954d-c8595fe50dcc", + "x-ms-correlation-request-id": "c30262ca-be42-4bbf-9075-d13bb0b93dbb", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115627Z:c30262ca-be42-4bbf-9075-d13bb0b93dbb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670", - "name": "fbf69013-9b64-4b69-be94-51fe770d2670", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9b0887c-cd94-4d22-b023-2545c7e405da", + "name": "c9b0887c-cd94-4d22-b023-2545c7e405da", "status": "Creating", - "startTime": "2022-10-22T10:47:47.5730835Z", + "startTime": "2022-10-25T11:53:24.5647437Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1497,7 +1464,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9b0887c-cd94-4d22-b023-2545c7e405da?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1511,7 +1478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:51:20 GMT", + "Date": "Tue, 25 Oct 2022 11:56:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1519,16 +1486,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "431c3dcb-fae7-4e2e-8c18-68632343a4a8", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105120Z:431c3dcb-fae7-4e2e-8c18-68632343a4a8", + "x-ms-correlation-request-id": "371f8fc4-1471-4d1f-9a22-656a0e1a8811", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115657Z:371f8fc4-1471-4d1f-9a22-656a0e1a8811", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670", - "name": "fbf69013-9b64-4b69-be94-51fe770d2670", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9b0887c-cd94-4d22-b023-2545c7e405da", + "name": "c9b0887c-cd94-4d22-b023-2545c7e405da", "status": "Creating", - "startTime": "2022-10-22T10:47:47.5730835Z", + "startTime": "2022-10-25T11:53:24.5647437Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1537,7 +1504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9b0887c-cd94-4d22-b023-2545c7e405da?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1551,7 +1518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:51:50 GMT", + "Date": "Tue, 25 Oct 2022 11:57:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1559,16 +1526,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91f76392-5585-4b3b-a75f-72eb51dfe6c1", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105151Z:91f76392-5585-4b3b-a75f-72eb51dfe6c1", + "x-ms-correlation-request-id": "a81b9662-2884-43dc-a011-a1a42d579a77", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115727Z:a81b9662-2884-43dc-a011-a1a42d579a77", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670", - "name": "fbf69013-9b64-4b69-be94-51fe770d2670", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9b0887c-cd94-4d22-b023-2545c7e405da", + "name": "c9b0887c-cd94-4d22-b023-2545c7e405da", "status": "Creating", - "startTime": "2022-10-22T10:47:47.5730835Z", + "startTime": "2022-10-25T11:53:24.5647437Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1577,7 +1544,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9b0887c-cd94-4d22-b023-2545c7e405da?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1591,7 +1558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:52:20 GMT", + "Date": "Tue, 25 Oct 2022 11:57:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1599,16 +1566,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91dc236c-4cef-488d-a53b-9d0afdf5c6cf", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105221Z:91dc236c-4cef-488d-a53b-9d0afdf5c6cf", + "x-ms-correlation-request-id": "735726da-6075-48a1-bae9-65f0b654b86e", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115758Z:735726da-6075-48a1-bae9-65f0b654b86e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670", - "name": "fbf69013-9b64-4b69-be94-51fe770d2670", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9b0887c-cd94-4d22-b023-2545c7e405da", + "name": "c9b0887c-cd94-4d22-b023-2545c7e405da", "status": "Creating", - "startTime": "2022-10-22T10:47:47.5730835Z", + "startTime": "2022-10-25T11:53:24.5647437Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1617,7 +1584,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9b0887c-cd94-4d22-b023-2545c7e405da?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1631,7 +1598,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:52:50 GMT", + "Date": "Tue, 25 Oct 2022 11:58:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1639,17 +1606,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea427331-af94-4239-9147-f16e876ad0b0", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105251Z:ea427331-af94-4239-9147-f16e876ad0b0", + "x-ms-correlation-request-id": "e9184d4b-5014-4603-92bd-2b907f6a0a88", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115828Z:e9184d4b-5014-4603-92bd-2b907f6a0a88", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fbf69013-9b64-4b69-be94-51fe770d2670", - "name": "fbf69013-9b64-4b69-be94-51fe770d2670", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9b0887c-cd94-4d22-b023-2545c7e405da", + "name": "c9b0887c-cd94-4d22-b023-2545c7e405da", "status": "Succeeded", - "startTime": "2022-10-22T10:47:47.5730835Z", - "endTime": "2022-10-22T10:52:24.97269Z", + "startTime": "2022-10-25T11:53:24.5647437Z", + "endTime": "2022-10-25T11:58:06.3014228Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce" @@ -1671,8 +1638,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:52:51 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A52%3A24.9746568Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:58:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A58%3A06.2956359Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1680,22 +1647,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "26b44779-c56d-46d7-81d1-760a22580b77", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105252Z:26b44779-c56d-46d7-81d1-760a22580b77", + "x-ms-correlation-request-id": "4450fa2a-9026-4a25-a224-749299ca235a", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115828Z:4450fa2a-9026-4a25-a224-749299ca235a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A52%3A24.9746568Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A58%3A06.2956359Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:47:45.4870143Z" + "CreatedOnDate": "2022-10-25T11:53:22.9861239Z" }, "properties": { - "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", + "fileSystemId": "7b1c6b42-9b8c-ff75-8d9b-067b6161f70d", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b93a23ce", "usageThreshold": 107374182400, @@ -1723,7 +1690,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25dd649c", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6da679d8", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1738,8 +1705,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", - "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", + "mountTargetId": "7b1c6b42-9b8c-ff75-8d9b-067b6161f70d", + "fileSystemId": "7b1c6b42-9b8c-ff75-8d9b-067b6161f70d", "ipAddress": "10.0.0.4" } ], @@ -1759,10 +1726,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:47:46.560895Z", + "createdAt": "2022-10-25T11:53:24.282224Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:47:46.560895Z" + "lastModifiedAt": "2022-10-25T11:53:24.282224Z" } } }, @@ -1781,8 +1748,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:53:02 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A52%3A24.9746568Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:58:38 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A58%3A06.2956359Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1790,22 +1757,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "011579fb-9fea-4aa6-9b70-dc9a7066bf20", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105302Z:011579fb-9fea-4aa6-9b70-dc9a7066bf20", + "x-ms-correlation-request-id": "079ac9b7-e9db-4b2f-8103-c3029e6bf8b2", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115839Z:079ac9b7-e9db-4b2f-8103-c3029e6bf8b2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A52%3A24.9746568Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A58%3A06.2956359Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:47:45.4870143Z" + "CreatedOnDate": "2022-10-25T11:53:22.9861239Z" }, "properties": { - "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", + "fileSystemId": "7b1c6b42-9b8c-ff75-8d9b-067b6161f70d", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b93a23ce", "usageThreshold": 107374182400, @@ -1833,7 +1800,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25dd649c", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6da679d8", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1848,8 +1815,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", - "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", + "mountTargetId": "7b1c6b42-9b8c-ff75-8d9b-067b6161f70d", + "fileSystemId": "7b1c6b42-9b8c-ff75-8d9b-067b6161f70d", "ipAddress": "10.0.0.4" } ], @@ -1869,10 +1836,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:47:46.560895Z", + "createdAt": "2022-10-25T11:53:24.282224Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:47:46.560895Z" + "lastModifiedAt": "2022-10-25T11:53:24.282224Z" } } }, @@ -1891,7 +1858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:53:03 GMT", + "Date": "Tue, 25 Oct 2022 11:58:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1899,9 +1866,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bae63beb-3299-4125-8e93-2fb2decf0a13", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105303Z:bae63beb-3299-4125-8e93-2fb2decf0a13", + "x-ms-correlation-request-id": "47d5bba9-a83b-4849-8bf6-8f46c651cd10", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115839Z:47d5bba9-a83b-4849-8bf6-8f46c651cd10", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1943,35 +1910,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac9c4da7-1498-4ec0-8bb9-64ca58059d5b?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ba5e880-b320-49c5-a809-3f934b03f85f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "2478", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:53:03 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T10%3A53%3A03.6765394Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 11:58:40 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T11%3A58%3A40.4142247Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac9c4da7-1498-4ec0-8bb9-64ca58059d5b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ba5e880-b320-49c5-a809-3f934b03f85f?api-version=2022-05-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": "a2b1e6c4-373c-4490-bad1-89d1a6dc137e", + "x-ms-correlation-request-id": "8d48bfab-9dfb-4f78-b9b4-45e3b3976f59", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105303Z:a2b1e6c4-373c-4490-bad1-89d1a6dc137e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115840Z:8d48bfab-9dfb-4f78-b9b4-45e3b3976f59", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A53%3A03.6765394Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A58%3A40.4142247Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:47:45.4870143Z" + "CreatedOnDate": "2022-10-25T11:53:22.9861239Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", + "fileSystemId": "7b1c6b42-9b8c-ff75-8d9b-067b6161f70d", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b93a23ce", "usageThreshold": 107374182400, @@ -1999,7 +1966,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25dd649c", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6da679d8", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2014,8 +1981,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", - "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", + "mountTargetId": "7b1c6b42-9b8c-ff75-8d9b-067b6161f70d", + "fileSystemId": "7b1c6b42-9b8c-ff75-8d9b-067b6161f70d", "ipAddress": "10.0.0.4" } ], @@ -2034,15 +2001,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:47:46.560895Z", + "createdAt": "2022-10-25T11:53:24.282224Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:47:46.560895Z" + "lastModifiedAt": "2022-10-25T11:53:24.282224Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac9c4da7-1498-4ec0-8bb9-64ca58059d5b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ba5e880-b320-49c5-a809-3f934b03f85f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2056,7 +2023,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:53:03 GMT", + "Date": "Tue, 25 Oct 2022 11:58:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2064,16 +2031,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "250fb0b7-5db0-4fbc-83b3-98469d6338ca", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105304Z:250fb0b7-5db0-4fbc-83b3-98469d6338ca", + "x-ms-correlation-request-id": "6cad4a8c-09e8-487c-852a-08c210a60df5", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115840Z:6cad4a8c-09e8-487c-852a-08c210a60df5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac9c4da7-1498-4ec0-8bb9-64ca58059d5b", - "name": "ac9c4da7-1498-4ec0-8bb9-64ca58059d5b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ba5e880-b320-49c5-a809-3f934b03f85f", + "name": "0ba5e880-b320-49c5-a809-3f934b03f85f", "status": "Patching", - "startTime": "2022-10-22T10:53:03.6703268Z", + "startTime": "2022-10-25T11:58:40.421705Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2082,7 +2049,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac9c4da7-1498-4ec0-8bb9-64ca58059d5b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ba5e880-b320-49c5-a809-3f934b03f85f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2096,7 +2063,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:53:33 GMT", + "Date": "Tue, 25 Oct 2022 11:59:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2104,17 +2071,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fdf7b43f-ed0c-4b23-8b11-baca2319b90b", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105334Z:fdf7b43f-ed0c-4b23-8b11-baca2319b90b", + "x-ms-correlation-request-id": "ed2c2a57-70fb-44e5-8a22-2a9e53e17545", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115911Z:ed2c2a57-70fb-44e5-8a22-2a9e53e17545", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac9c4da7-1498-4ec0-8bb9-64ca58059d5b", - "name": "ac9c4da7-1498-4ec0-8bb9-64ca58059d5b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ba5e880-b320-49c5-a809-3f934b03f85f", + "name": "0ba5e880-b320-49c5-a809-3f934b03f85f", "status": "Succeeded", - "startTime": "2022-10-22T10:53:03.6703268Z", - "endTime": "2022-10-22T10:53:07.8937949Z", + "startTime": "2022-10-25T11:58:40.421705Z", + "endTime": "2022-10-25T11:58:44.7970862Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce" @@ -2122,7 +2089,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ac9c4da7-1498-4ec0-8bb9-64ca58059d5b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ba5e880-b320-49c5-a809-3f934b03f85f?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2136,7 +2103,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:53:34 GMT", + "Date": "Tue, 25 Oct 2022 11:59:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2144,19 +2111,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7defad2e-c09c-4b19-80f4-573ed1560437", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105335Z:7defad2e-c09c-4b19-80f4-573ed1560437", + "x-ms-correlation-request-id": "32924643-fede-405e-8b96-aeb623482117", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115912Z:32924643-fede-405e-8b96-aeb623482117", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T10%3A53%3A07.8991262Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T11%3A58%3A44.7887346Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:53:03.3207705Z" + "CreatedOnDate": "2022-10-25T11:58:40.0641933Z" }, "properties": { "dataProtection": { @@ -2166,12 +2133,12 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/vaults/cbsvault" } }, - "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", + "fileSystemId": "7b1c6b42-9b8c-ff75-8d9b-067b6161f70d", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b93a23ce", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 0, + "usedBytes": 360448, "exportPolicy": { "rules": [ { @@ -2197,19 +2164,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25dd649c", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6da679d8", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", - "poolId": "b50299aa-16c8-63fb-8014-7b8238c22335", + "poolId": "4c59fdb1-3fda-8a54-eefa-c5d2ea98829b", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", - "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", + "mountTargetId": "7b1c6b42-9b8c-ff75-8d9b-067b6161f70d", + "fileSystemId": "7b1c6b42-9b8c-ff75-8d9b-067b6161f70d", "startIp": "", "endIp": "", "gateway": "", @@ -2241,10 +2208,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:47:46.560895Z", + "createdAt": "2022-10-25T11:53:24.282224Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:53:03.5164574Z" + "lastModifiedAt": "2022-10-25T11:58:40.2760351Z" } } }, @@ -2267,20 +2234,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c52b5836-6a19-48f5-b2a9-47e1e40bad4a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7401639-ebaa-49e3-9355-f20de9424e43?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "560", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:53:35 GMT", + "Date": "Tue, 25 Oct 2022 11:59:11 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c52b5836-6a19-48f5-b2a9-47e1e40bad4a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7401639-ebaa-49e3-9355-f20de9424e43?api-version=2022-05-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": "5135dece-e2de-4909-b208-8217e3e3b522", + "x-ms-correlation-request-id": "f92290b7-c4f5-44b7-9236-1f606cd5c41b", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105335Z:5135dece-e2de-4909-b208-8217e3e3b522", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115912Z:f92290b7-c4f5-44b7-9236-1f606cd5c41b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2295,7 +2262,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c52b5836-6a19-48f5-b2a9-47e1e40bad4a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7401639-ebaa-49e3-9355-f20de9424e43?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2309,7 +2276,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:53:35 GMT", + "Date": "Tue, 25 Oct 2022 11:59:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2317,25 +2284,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "553efe82-2078-410c-8161-84beea48298e", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105336Z:553efe82-2078-410c-8161-84beea48298e", + "x-ms-correlation-request-id": "1b689a7e-07a6-4a95-a2e5-2a98807c54e4", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115912Z:1b689a7e-07a6-4a95-a2e5-2a98807c54e4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c52b5836-6a19-48f5-b2a9-47e1e40bad4a", - "name": "c52b5836-6a19-48f5-b2a9-47e1e40bad4a", - "status": "Succeeded", - "startTime": "2022-10-22T10:53:35.7052613Z", - "endTime": "2022-10-22T10:53:35.9240369Z", - "percentComplete": 100.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7401639-ebaa-49e3-9355-f20de9424e43", + "name": "b7401639-ebaa-49e3-9355-f20de9424e43", + "status": "Creating", + "startTime": "2022-10-25T11:59:12.5103741Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c52b5836-6a19-48f5-b2a9-47e1e40bad4a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7401639-ebaa-49e3-9355-f20de9424e43?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2344,101 +2311,12 @@ "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "781", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:53: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": "87540cf0-ecd7-4a0c-8c43-3f0e324955f6", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105336Z:87540cf0-ecd7-4a0c-8c43-3f0e324955f6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/22/2022 10:53:35 AM", - "location": "", - "properties": { - "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", - "creationDate": "0001-01-01T00:00:00Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", - "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:53: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": "15bcdb46-656a-4bf8-b2e1-b3967cb74632", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105352Z:15bcdb46-656a-4bf8-b2e1-b3967cb74632", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:54:02 GMT", + "Date": "Tue, 25 Oct 2022 11:59:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2446,115 +2324,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1e3fbba-474a-4593-90ff-03c422b4ac15", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105402Z:a1e3fbba-474a-4593-90ff-03c422b4ac15", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:54: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": "77d6a70c-bdfb-48c3-98a2-9a4288d57c2d", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105413Z:77d6a70c-bdfb-48c3-98a2-9a4288d57c2d", + "x-ms-correlation-request-id": "62c478dc-3b95-4c8c-ad9d-4657be5164ab", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115943Z:62c478dc-3b95-4c8c-ad9d-4657be5164ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", - "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7401639-ebaa-49e3-9355-f20de9424e43", + "name": "b7401639-ebaa-49e3-9355-f20de9424e43", + "status": "Succeeded", + "startTime": "2022-10-25T11:59:12.5103741Z", + "endTime": "2022-10-25T11:59:12.8541858Z", + "percentComplete": 100.0, "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7401639-ebaa-49e3-9355-f20de9424e43?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "781", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:54:24 GMT", + "Date": "Tue, 25 Oct 2022 11:59: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": "3638971b-2680-414a-b13e-7a0e51ba8237", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105425Z:3638971b-2680-414a-b13e-7a0e51ba8237", + "x-ms-correlation-request-id": "497dc37e-24c5-4c04-a910-8ece3526553d", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115943Z:497dc37e-24c5-4c04-a910-8ece3526553d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "etag": "10/25/2022 11:59:12 AM", + "location": "", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "fileSystemId": "7b1c6b42-9b8c-ff75-8d9b-067b6161f70d", + "creationDate": "0001-01-01T00:00:00Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-b93a23ce", - "useExistingSnapshot": false + "useExistingSnapshot": false, + "provisioningState": "Creating" } } }, @@ -2573,7 +2400,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:54:34 GMT", + "Date": "Tue, 25 Oct 2022 11:59:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2581,9 +2408,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab2a169f-0484-4283-810e-c31b3e48f6f0", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105435Z:ab2a169f-0484-4283-810e-c31b3e48f6f0", + "x-ms-correlation-request-id": "ad7acdf7-790a-47a5-b262-73b2355bf029", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T115954Z:ad7acdf7-790a-47a5-b262-73b2355bf029", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2592,8 +2419,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2618,7 +2445,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:54:46 GMT", + "Date": "Tue, 25 Oct 2022 12:00:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2626,9 +2453,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2879de22-8f5e-4313-ac1f-0b60502a1ec8", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105446Z:2879de22-8f5e-4313-ac1f-0b60502a1ec8", + "x-ms-correlation-request-id": "4dfb932e-acbd-4f00-838b-9e8c54221231", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120005Z:4dfb932e-acbd-4f00-838b-9e8c54221231", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2637,8 +2464,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2663,7 +2490,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:54:56 GMT", + "Date": "Tue, 25 Oct 2022 12:00:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2671,9 +2498,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5dc4cf0-d83c-4f59-911b-5038fe902627", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105456Z:d5dc4cf0-d83c-4f59-911b-5038fe902627", + "x-ms-correlation-request-id": "4cd68378-9ef3-4b04-ad5c-2eb9dbd2adb2", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120016Z:4cd68378-9ef3-4b04-ad5c-2eb9dbd2adb2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2682,8 +2509,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2708,7 +2535,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:55:06 GMT", + "Date": "Tue, 25 Oct 2022 12:00:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2716,9 +2543,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9ba692e2-2d14-4dfc-b36d-b22a4c5a9002", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105507Z:9ba692e2-2d14-4dfc-b36d-b22a4c5a9002", + "x-ms-correlation-request-id": "3d107e9d-5968-468f-8e17-6aad030ed041", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120027Z:3d107e9d-5968-468f-8e17-6aad030ed041", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2727,8 +2554,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2753,7 +2580,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:55:17 GMT", + "Date": "Tue, 25 Oct 2022 12:00:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2761,9 +2588,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb8a4006-50d1-4031-9f5b-9ea17de69b36", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105518Z:fb8a4006-50d1-4031-9f5b-9ea17de69b36", + "x-ms-correlation-request-id": "7301667d-02d8-447b-a492-cf1e65f1df5d", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120038Z:7301667d-02d8-447b-a492-cf1e65f1df5d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2772,8 +2599,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2798,7 +2625,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:55:28 GMT", + "Date": "Tue, 25 Oct 2022 12:00:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2806,9 +2633,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eaa850af-b845-4ca3-9a59-3be019efa691", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105529Z:eaa850af-b845-4ca3-9a59-3be019efa691", + "x-ms-correlation-request-id": "4f4e2cb7-81ba-4593-b90f-eb1832bbbd61", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120048Z:4f4e2cb7-81ba-4593-b90f-eb1832bbbd61", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2817,8 +2644,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2843,7 +2670,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:55:40 GMT", + "Date": "Tue, 25 Oct 2022 12:00:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2851,9 +2678,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "54d9890b-1f27-4055-989c-034f770f76f4", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105540Z:54d9890b-1f27-4055-989c-034f770f76f4", + "x-ms-correlation-request-id": "750b9051-37af-4a83-8a02-facbf2c15083", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120100Z:750b9051-37af-4a83-8a02-facbf2c15083", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2862,8 +2689,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2888,7 +2715,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:55:50 GMT", + "Date": "Tue, 25 Oct 2022 12:01:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2896,9 +2723,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "72905ff9-209b-4d2c-8e69-255ff71d671f", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105550Z:72905ff9-209b-4d2c-8e69-255ff71d671f", + "x-ms-correlation-request-id": "6d1c8896-7e58-485f-ab5e-e33e5318ac23", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120110Z:6d1c8896-7e58-485f-ab5e-e33e5318ac23", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2907,8 +2734,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2933,7 +2760,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:56:00 GMT", + "Date": "Tue, 25 Oct 2022 12:01:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2941,9 +2768,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec8290f2-50f3-44cc-aded-7233d6b633fe", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105601Z:ec8290f2-50f3-44cc-aded-7233d6b633fe", + "x-ms-correlation-request-id": "00fac7be-82dd-449c-9ede-bb0a70b6303d", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120121Z:00fac7be-82dd-449c-9ede-bb0a70b6303d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2952,8 +2779,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2978,7 +2805,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:56:11 GMT", + "Date": "Tue, 25 Oct 2022 12:01:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2986,9 +2813,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1b246a1-5ea2-4a50-8e52-0faf1abd7f3d", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105611Z:c1b246a1-5ea2-4a50-8e52-0faf1abd7f3d", + "x-ms-correlation-request-id": "dd2cc098-3e53-44e4-8b14-6b1df74a090c", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120132Z:dd2cc098-3e53-44e4-8b14-6b1df74a090c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2997,8 +2824,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3023,7 +2850,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:56:22 GMT", + "Date": "Tue, 25 Oct 2022 12:01:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3031,9 +2858,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a85095d-a043-4eba-ac71-f2aae6604706", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105622Z:7a85095d-a043-4eba-ac71-f2aae6604706", + "x-ms-correlation-request-id": "fc1ad45a-3405-495c-8fd7-3db6de30495f", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120143Z:fc1ad45a-3405-495c-8fd7-3db6de30495f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3042,8 +2869,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3068,7 +2895,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:56:32 GMT", + "Date": "Tue, 25 Oct 2022 12:01:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3076,9 +2903,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dd12b157-b3b5-4f66-ae17-9f3a2d376ee0", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105633Z:dd12b157-b3b5-4f66-ae17-9f3a2d376ee0", + "x-ms-correlation-request-id": "2db0ebb6-d4dd-4e7c-bd78-4eba3fb6d70f", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120154Z:2db0ebb6-d4dd-4e7c-bd78-4eba3fb6d70f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3087,8 +2914,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3113,7 +2940,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:56:43 GMT", + "Date": "Tue, 25 Oct 2022 12:02:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3121,9 +2948,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77678855-8095-4a1e-ad86-124bdff293cb", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105643Z:77678855-8095-4a1e-ad86-124bdff293cb", + "x-ms-correlation-request-id": "daa04383-4e7f-461e-9baf-2d02c7e10236", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120204Z:daa04383-4e7f-461e-9baf-2d02c7e10236", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3132,8 +2959,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3158,7 +2985,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:56:54 GMT", + "Date": "Tue, 25 Oct 2022 12:02:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3166,9 +2993,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bafa5cc8-ee89-4ad0-aa2c-da01789c47d0", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105654Z:bafa5cc8-ee89-4ad0-aa2c-da01789c47d0", + "x-ms-correlation-request-id": "d24466c1-f71c-4ef5-aa67-bb455b8e8555", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120215Z:d24466c1-f71c-4ef5-aa67-bb455b8e8555", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3177,8 +3004,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3203,7 +3030,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:57:05 GMT", + "Date": "Tue, 25 Oct 2022 12:02:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3211,9 +3038,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cedd3944-e3d1-43ac-9af1-4c83c1d0280f", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105705Z:cedd3944-e3d1-43ac-9af1-4c83c1d0280f", + "x-ms-correlation-request-id": "20adb4a0-2895-4517-956d-c48ed02f12e3", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120226Z:20adb4a0-2895-4517-956d-c48ed02f12e3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3222,8 +3049,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3248,7 +3075,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:57:15 GMT", + "Date": "Tue, 25 Oct 2022 12:02:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3256,9 +3083,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d9e4145f-4933-44f6-9862-6959c0dba525", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105716Z:d9e4145f-4933-44f6-9862-6959c0dba525", + "x-ms-correlation-request-id": "5420257b-87b8-411c-b4d1-be3caea4c747", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120237Z:5420257b-87b8-411c-b4d1-be3caea4c747", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3267,8 +3094,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3293,7 +3120,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:57:27 GMT", + "Date": "Tue, 25 Oct 2022 12:02:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3301,9 +3128,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b0bd547f-2f7b-422e-9c22-558ea93cc329", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105727Z:b0bd547f-2f7b-422e-9c22-558ea93cc329", + "x-ms-correlation-request-id": "6afff8d3-ea0a-4ba6-b6dc-2909ab19f3d6", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120247Z:6afff8d3-ea0a-4ba6-b6dc-2909ab19f3d6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3312,8 +3139,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3338,7 +3165,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:57:37 GMT", + "Date": "Tue, 25 Oct 2022 12:02:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3346,9 +3173,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb968767-00fc-46f5-9aaf-cfdb234ee35d", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105738Z:eb968767-00fc-46f5-9aaf-cfdb234ee35d", + "x-ms-correlation-request-id": "bc31c7be-33f0-4ad8-aff2-7f9e34590f92", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120259Z:bc31c7be-33f0-4ad8-aff2-7f9e34590f92", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3357,8 +3184,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3383,7 +3210,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:57:48 GMT", + "Date": "Tue, 25 Oct 2022 12:03:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3391,9 +3218,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1d7fcfca-891e-4d87-9cca-313dfd026ec7", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105748Z:1d7fcfca-891e-4d87-9cca-313dfd026ec7", + "x-ms-correlation-request-id": "055260d1-3787-448b-b1cc-22ec0a403bae", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120309Z:055260d1-3787-448b-b1cc-22ec0a403bae", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3402,8 +3229,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3428,7 +3255,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:57:58 GMT", + "Date": "Tue, 25 Oct 2022 12:03:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3436,9 +3263,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4618ff64-c280-4638-9026-c2abebeb0cb5", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105759Z:4618ff64-c280-4638-9026-c2abebeb0cb5", + "x-ms-correlation-request-id": "0528bbb9-e117-476a-a861-ff0327e83589", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120320Z:0528bbb9-e117-476a-a861-ff0327e83589", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3447,8 +3274,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3473,7 +3300,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:58:09 GMT", + "Date": "Tue, 25 Oct 2022 12:03:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3481,9 +3308,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73d21736-1a32-43b2-807b-1b136722ae70", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105810Z:73d21736-1a32-43b2-807b-1b136722ae70", + "x-ms-correlation-request-id": "fd97573f-3fd8-437c-a519-112b0d6cdca9", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120331Z:fd97573f-3fd8-437c-a519-112b0d6cdca9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3492,8 +3319,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3518,7 +3345,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:58:20 GMT", + "Date": "Tue, 25 Oct 2022 12:03:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3526,9 +3353,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ac244a9-b783-491c-9a6d-dd8d1803ab51", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105820Z:5ac244a9-b783-491c-9a6d-dd8d1803ab51", + "x-ms-correlation-request-id": "24beee65-d04a-48b7-b0e3-ad915d66c051", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120342Z:24beee65-d04a-48b7-b0e3-ad915d66c051", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3537,8 +3364,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3563,7 +3390,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:58:31 GMT", + "Date": "Tue, 25 Oct 2022 12:03:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3571,9 +3398,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08aaf80e-723f-4693-9eaa-d937544d2b10", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105831Z:08aaf80e-723f-4693-9eaa-d937544d2b10", + "x-ms-correlation-request-id": "a7ace555-38dd-47de-b8e2-20eb565e9f72", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120353Z:a7ace555-38dd-47de-b8e2-20eb565e9f72", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3582,8 +3409,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3608,7 +3435,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:58:42 GMT", + "Date": "Tue, 25 Oct 2022 12:04:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3616,9 +3443,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cf4497b4-078e-4e0d-8038-4389f958b716", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105842Z:cf4497b4-078e-4e0d-8038-4389f958b716", + "x-ms-correlation-request-id": "b9e916ad-84e6-40a3-9084-9318625a6efa", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120404Z:b9e916ad-84e6-40a3-9084-9318625a6efa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3627,8 +3454,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3653,7 +3480,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:58:52 GMT", + "Date": "Tue, 25 Oct 2022 12:04:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3661,9 +3488,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "beb74ce5-9d60-458f-b24c-b393cd043a3e", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105852Z:beb74ce5-9d60-458f-b24c-b393cd043a3e", + "x-ms-correlation-request-id": "82777911-ce5b-4e8b-8a05-9a6d77bb8ad3", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120415Z:82777911-ce5b-4e8b-8a05-9a6d77bb8ad3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3672,8 +3499,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3698,7 +3525,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:59:04 GMT", + "Date": "Tue, 25 Oct 2022 12:04:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3706,9 +3533,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2326d1e-cbf2-48ad-9d5f-79b9cffdbb93", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105904Z:e2326d1e-cbf2-48ad-9d5f-79b9cffdbb93", + "x-ms-correlation-request-id": "734d1407-5283-4b99-a660-8b07c16ba603", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120425Z:734d1407-5283-4b99-a660-8b07c16ba603", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3717,8 +3544,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3743,7 +3570,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:59:14 GMT", + "Date": "Tue, 25 Oct 2022 12:04:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3751,9 +3578,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "397f3e06-d555-49c8-a9e6-cc7cb9724b73", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105914Z:397f3e06-d555-49c8-a9e6-cc7cb9724b73", + "x-ms-correlation-request-id": "14d5cc48-ff2e-4d95-9f1d-7b9ebf28b02f", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120436Z:14d5cc48-ff2e-4d95-9f1d-7b9ebf28b02f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3762,8 +3589,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3788,7 +3615,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:59:25 GMT", + "Date": "Tue, 25 Oct 2022 12:04:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3796,9 +3623,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b2e8cbe-a8bb-4986-a8c1-b8ad2fd29882", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105926Z:4b2e8cbe-a8bb-4986-a8c1-b8ad2fd29882", + "x-ms-correlation-request-id": "387e8998-8d89-4e87-9b08-b297f95dc2ba", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120447Z:387e8998-8d89-4e87-9b08-b297f95dc2ba", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3807,8 +3634,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:35Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:12Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3833,7 +3660,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:59:36 GMT", + "Date": "Tue, 25 Oct 2022 12:04:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3841,9 +3668,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "551f4a89-db69-4cc6-bccb-e04f4f8e4fbb", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105936Z:551f4a89-db69-4cc6-bccb-e04f4f8e4fbb", + "x-ms-correlation-request-id": "d0abab4a-314a-48c6-b397-028edbb21edf", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120458Z:d0abab4a-314a-48c6-b397-028edbb21edf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3852,8 +3679,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:59Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:29Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", @@ -3882,20 +3709,20 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21999667-6f26-4b3b-899a-3e39af5f2bb5?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0bb3b5f-4079-4fa1-9f62-06c9a00901be?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "600", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:59:38 GMT", + "Date": "Tue, 25 Oct 2022 12:04:59 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21999667-6f26-4b3b-899a-3e39af5f2bb5?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0bb3b5f-4079-4fa1-9f62-06c9a00901be?api-version=2022-05-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": "c6c5036b-c52b-4bc9-a2c3-ee8dd3d3221a", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105938Z:c6c5036b-c52b-4bc9-a2c3-ee8dd3d3221a", + "x-ms-correlation-request-id": "afd4a967-b449-4ab2-be3d-225268c09c2c", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120459Z:afd4a967-b449-4ab2-be3d-225268c09c2c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3904,14 +3731,14 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", + "fileSystemId": "7b1c6b42-9b8c-ff75-8d9b-067b6161f70d", "label": "label1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21999667-6f26-4b3b-899a-3e39af5f2bb5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0bb3b5f-4079-4fa1-9f62-06c9a00901be?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3925,7 +3752,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 10:59:38 GMT", + "Date": "Tue, 25 Oct 2022 12:04:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3933,16 +3760,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fdca9e2b-cf31-444e-96b9-ee330851fdf9", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T105938Z:fdca9e2b-cf31-444e-96b9-ee330851fdf9", + "x-ms-correlation-request-id": "48323c4f-e2e4-4917-86fc-79a321b9af2f", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120500Z:48323c4f-e2e4-4917-86fc-79a321b9af2f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21999667-6f26-4b3b-899a-3e39af5f2bb5", - "name": "21999667-6f26-4b3b-899a-3e39af5f2bb5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0bb3b5f-4079-4fa1-9f62-06c9a00901be", + "name": "e0bb3b5f-4079-4fa1-9f62-06c9a00901be", "status": "Patching", - "startTime": "2022-10-22T10:59:38.0802679Z", + "startTime": "2022-10-25T12:04:59.5581843Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3951,7 +3778,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21999667-6f26-4b3b-899a-3e39af5f2bb5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0bb3b5f-4079-4fa1-9f62-06c9a00901be?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3965,7 +3792,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:00:07 GMT", + "Date": "Tue, 25 Oct 2022 12:05:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3973,17 +3800,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bbac9dbc-fca0-4ee7-a2cc-4795ffcdbe94", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110008Z:bbac9dbc-fca0-4ee7-a2cc-4795ffcdbe94", + "x-ms-correlation-request-id": "bce74503-15bf-459a-b914-66df847b3ef0", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120530Z:bce74503-15bf-459a-b914-66df847b3ef0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21999667-6f26-4b3b-899a-3e39af5f2bb5", - "name": "21999667-6f26-4b3b-899a-3e39af5f2bb5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0bb3b5f-4079-4fa1-9f62-06c9a00901be", + "name": "e0bb3b5f-4079-4fa1-9f62-06c9a00901be", "status": "Succeeded", - "startTime": "2022-10-22T10:59:38.0802679Z", - "endTime": "2022-10-22T10:59:38.4079753Z", + "startTime": "2022-10-25T12:04:59.5581843Z", + "endTime": "2022-10-25T12:04:59.980061Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce" @@ -3991,7 +3818,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21999667-6f26-4b3b-899a-3e39af5f2bb5?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e0bb3b5f-4079-4fa1-9f62-06c9a00901be?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4005,7 +3832,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:00:08 GMT", + "Date": "Tue, 25 Oct 2022 12:05:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4013,21 +3840,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dabb2823-0499-40c5-979a-7145ebc0f0c9", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110009Z:dabb2823-0499-40c5-979a-7145ebc0f0c9", + "x-ms-correlation-request-id": "f0c73205-1e4a-45ea-b6b7-10727cab1435", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120530Z:f0c73205-1e4a-45ea-b6b7-10727cab1435", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce/backups/sdk-py-tests-backup-1-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce/sdk-py-tests-backup-1-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/22/2022 10:59:38 AM", + "etag": "10/25/2022 12:04:59 PM", "location": "westus2", "properties": { - "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", - "creationDate": "2022-10-22T10:53:59Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "fileSystemId": "7b1c6b42-9b8c-ff75-8d9b-067b6161f70d", + "creationDate": "2022-10-25T11:59:29Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 339968, "backupType": "Manual", "label": "label1", @@ -4053,7 +3880,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:00:09 GMT", + "Date": "Tue, 25 Oct 2022 12:05:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4061,9 +3888,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c74a0b10-9050-431d-bbd6-c558484b6d04", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110010Z:c74a0b10-9050-431d-bbd6-c558484b6d04", + "x-ms-correlation-request-id": "3a9c1453-8cb6-4158-9c9b-dc2099cc84f3", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120531Z:3a9c1453-8cb6-4158-9c9b-dc2099cc84f3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4072,8 +3899,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-22T10:53:59Z", - "backupId": "9dd89c50-ff6f-d783-42f0-bf3c73bd1f06", + "creationDate": "2022-10-25T11:59:29Z", + "backupId": "6c28da1c-c5e8-f52f-089c-2b1073e38405", "size": 339968, "backupType": "Manual", "label": "label1", @@ -4099,7 +3926,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:00:10 GMT", + "Date": "Tue, 25 Oct 2022 12:05:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4107,9 +3934,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb04b9dd-e7a6-4c43-8b6e-9e42559877ff", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110011Z:fb04b9dd-e7a6-4c43-8b6e-9e42559877ff", + "x-ms-correlation-request-id": "3f680b1e-772d-4d01-b493-1025a42adf51", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120532Z:3f680b1e-772d-4d01-b493-1025a42adf51", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4151,31 +3978,31 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2be0b14c-d193-4e71-b1f6-fff2cb0c2538?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ee4cfec-548b-495c-97b4-71364835f3d1?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "2742", + "Content-Length": "2741", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:00:10 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T11%3A00%3A11.8196488Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:05:32 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A05%3A33.019212Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2be0b14c-d193-4e71-b1f6-fff2cb0c2538?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ee4cfec-548b-495c-97b4-71364835f3d1?api-version=2022-05-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": "0645405d-9db1-42cf-a951-b975cab61210", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110011Z:0645405d-9db1-42cf-a951-b975cab61210", + "x-ms-correlation-request-id": "803ceed6-d8dd-4dff-9c18-44d236c14223", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120533Z:803ceed6-d8dd-4dff-9c18-44d236c14223", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T11%3A00%3A11.8196488Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A05%3A33.019212Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:53:03.3207705Z" + "CreatedOnDate": "2022-10-25T11:58:40.0641933Z" }, "properties": { "dataProtection": { @@ -4186,7 +4013,7 @@ } }, "provisioningState": "Patching", - "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", + "fileSystemId": "7b1c6b42-9b8c-ff75-8d9b-067b6161f70d", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b93a23ce", "usageThreshold": 107374182400, @@ -4214,7 +4041,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25dd649c", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6da679d8", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -4229,8 +4056,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", - "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", + "mountTargetId": "7b1c6b42-9b8c-ff75-8d9b-067b6161f70d", + "fileSystemId": "7b1c6b42-9b8c-ff75-8d9b-067b6161f70d", "ipAddress": "10.0.0.4" } ], @@ -4249,15 +4076,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:47:46.560895Z", + "createdAt": "2022-10-25T11:53:24.282224Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:53:03.5164574Z" + "lastModifiedAt": "2022-10-25T11:58:40.2760351Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2be0b14c-d193-4e71-b1f6-fff2cb0c2538?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ee4cfec-548b-495c-97b4-71364835f3d1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4271,7 +4098,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:00:11 GMT", + "Date": "Tue, 25 Oct 2022 12:05:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4279,16 +4106,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "758e1031-21c6-4d55-858c-7bad6a34c4ba", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110012Z:758e1031-21c6-4d55-858c-7bad6a34c4ba", + "x-ms-correlation-request-id": "df87ebe4-bf3f-4f7c-b2c5-348046a0a6e6", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120533Z:df87ebe4-bf3f-4f7c-b2c5-348046a0a6e6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2be0b14c-d193-4e71-b1f6-fff2cb0c2538", - "name": "2be0b14c-d193-4e71-b1f6-fff2cb0c2538", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ee4cfec-548b-495c-97b4-71364835f3d1", + "name": "0ee4cfec-548b-495c-97b4-71364835f3d1", "status": "Patching", - "startTime": "2022-10-22T11:00:11.8216578Z", + "startTime": "2022-10-25T12:05:33.0135718Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4297,7 +4124,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2be0b14c-d193-4e71-b1f6-fff2cb0c2538?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ee4cfec-548b-495c-97b4-71364835f3d1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4311,7 +4138,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:00:42 GMT", + "Date": "Tue, 25 Oct 2022 12:06:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4319,17 +4146,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e4d5526-a63d-4a59-a7b4-360cd608f193", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110042Z:5e4d5526-a63d-4a59-a7b4-360cd608f193", + "x-ms-correlation-request-id": "5610059e-48c5-4b2d-b513-75a5be384711", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120603Z:5610059e-48c5-4b2d-b513-75a5be384711", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2be0b14c-d193-4e71-b1f6-fff2cb0c2538", - "name": "2be0b14c-d193-4e71-b1f6-fff2cb0c2538", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ee4cfec-548b-495c-97b4-71364835f3d1", + "name": "0ee4cfec-548b-495c-97b4-71364835f3d1", "status": "Succeeded", - "startTime": "2022-10-22T11:00:11.8216578Z", - "endTime": "2022-10-22T11:00:18.1843745Z", + "startTime": "2022-10-25T12:05:33.0135718Z", + "endTime": "2022-10-25T12:05:38.9828745Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce" @@ -4337,7 +4164,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2be0b14c-d193-4e71-b1f6-fff2cb0c2538?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0ee4cfec-548b-495c-97b4-71364835f3d1?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4351,7 +4178,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:00:42 GMT", + "Date": "Tue, 25 Oct 2022 12:06:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4359,19 +4186,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c198c88-e92e-431f-8535-715a324f0645", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110042Z:1c198c88-e92e-431f-8535-715a324f0645", + "x-ms-correlation-request-id": "fcc065ab-12b6-47f0-bc5b-ed6655f62ed1", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120603Z:fcc065ab-12b6-47f0-bc5b-ed6655f62ed1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T11%3A00%3A18.1820081Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A05%3A38.9748144Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:53:03.3207705Z" + "CreatedOnDate": "2022-10-25T11:58:40.0641933Z" }, "properties": { "dataProtection": { @@ -4381,12 +4208,12 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/vaults/cbsvault" } }, - "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", + "fileSystemId": "7b1c6b42-9b8c-ff75-8d9b-067b6161f70d", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b93a23ce", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 0, + "usedBytes": 360448, "exportPolicy": { "rules": [ { @@ -4412,19 +4239,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25dd649c", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6da679d8", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", - "poolId": "b50299aa-16c8-63fb-8014-7b8238c22335", + "poolId": "4c59fdb1-3fda-8a54-eefa-c5d2ea98829b", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", - "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", + "mountTargetId": "7b1c6b42-9b8c-ff75-8d9b-067b6161f70d", + "fileSystemId": "7b1c6b42-9b8c-ff75-8d9b-067b6161f70d", "startIp": "", "endIp": "", "gateway": "", @@ -4456,10 +4283,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:47:46.560895Z", + "createdAt": "2022-10-25T11:53:24.282224Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T11:00:11.6745794Z" + "lastModifiedAt": "2022-10-25T12:05:32.8960521Z" } } }, @@ -4478,15 +4305,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:00:44 GMT", + "Date": "Tue, 25 Oct 2022 12:06:06 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": "a0cc3992-8194-4009-907a-5eab7d2fed2d", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110045Z:a0cc3992-8194-4009-907a-5eab7d2fed2d", + "x-ms-correlation-request-id": "a9e0ea46-53e2-4187-9f97-cffb3478c583", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120607Z:a9e0ea46-53e2-4187-9f97-cffb3478c583", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4509,25 +4336,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f725fb7e-ca96-494a-8757-7db113cf3ae6?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 11:00:45 GMT", + "Date": "Tue, 25 Oct 2022 12:06:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f725fb7e-ca96-494a-8757-7db113cf3ae6?api-version=2022-05-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": "312ff557-d312-433a-94c7-1f849dd816eb", + "x-ms-correlation-request-id": "e7f7d05c-db4f-44fe-aafb-5ef9131be2c4", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110046Z:312ff557-d312-433a-94c7-1f849dd816eb", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120607Z:e7f7d05c-db4f-44fe-aafb-5ef9131be2c4", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f725fb7e-ca96-494a-8757-7db113cf3ae6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4541,7 +4368,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:00:45 GMT", + "Date": "Tue, 25 Oct 2022 12:06:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4549,16 +4376,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f14ab66-2ef4-4d1d-a128-f39c1eb08056", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110046Z:3f14ab66-2ef4-4d1d-a128-f39c1eb08056", + "x-ms-correlation-request-id": "ac7dcd7c-0a28-4825-a5e6-7baa48f55d15", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120608Z:ac7dcd7c-0a28-4825-a5e6-7baa48f55d15", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e", - "name": "9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f725fb7e-ca96-494a-8757-7db113cf3ae6", + "name": "f725fb7e-ca96-494a-8757-7db113cf3ae6", "status": "Deleting", - "startTime": "2022-10-22T11:00:46.0423443Z", + "startTime": "2022-10-25T12:06:07.6366041Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4567,7 +4394,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f725fb7e-ca96-494a-8757-7db113cf3ae6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4581,7 +4408,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:01:16 GMT", + "Date": "Tue, 25 Oct 2022 12:06:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4589,16 +4416,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b4f666b1-07a6-4c69-9552-353da747073d", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110116Z:b4f666b1-07a6-4c69-9552-353da747073d", + "x-ms-correlation-request-id": "441a3a97-0931-4ce0-994a-473c18412815", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120638Z:441a3a97-0931-4ce0-994a-473c18412815", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e", - "name": "9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f725fb7e-ca96-494a-8757-7db113cf3ae6", + "name": "f725fb7e-ca96-494a-8757-7db113cf3ae6", "status": "Deleting", - "startTime": "2022-10-22T11:00:46.0423443Z", + "startTime": "2022-10-25T12:06:07.6366041Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4607,7 +4434,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f725fb7e-ca96-494a-8757-7db113cf3ae6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4621,7 +4448,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:01:46 GMT", + "Date": "Tue, 25 Oct 2022 12:07:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4629,16 +4456,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "994f7a65-155a-4b51-9a3c-6f74c0d75305", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110146Z:994f7a65-155a-4b51-9a3c-6f74c0d75305", + "x-ms-correlation-request-id": "bfbfc070-1f41-4a06-906f-0153d3fe46cb", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120708Z:bfbfc070-1f41-4a06-906f-0153d3fe46cb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e", - "name": "9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f725fb7e-ca96-494a-8757-7db113cf3ae6", + "name": "f725fb7e-ca96-494a-8757-7db113cf3ae6", "status": "Deleting", - "startTime": "2022-10-22T11:00:46.0423443Z", + "startTime": "2022-10-25T12:06:07.6366041Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4647,7 +4474,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f725fb7e-ca96-494a-8757-7db113cf3ae6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4661,7 +4488,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:02:16 GMT", + "Date": "Tue, 25 Oct 2022 12:07:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4669,16 +4496,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d298f2d8-cfe4-4f44-9206-8836423e4a9a", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110217Z:d298f2d8-cfe4-4f44-9206-8836423e4a9a", + "x-ms-correlation-request-id": "9bd1d1d4-91f5-4e2d-8d3f-beba855412e3", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120738Z:9bd1d1d4-91f5-4e2d-8d3f-beba855412e3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e", - "name": "9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f725fb7e-ca96-494a-8757-7db113cf3ae6", + "name": "f725fb7e-ca96-494a-8757-7db113cf3ae6", "status": "Deleting", - "startTime": "2022-10-22T11:00:46.0423443Z", + "startTime": "2022-10-25T12:06:07.6366041Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4687,7 +4514,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f725fb7e-ca96-494a-8757-7db113cf3ae6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4701,7 +4528,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:02:47 GMT", + "Date": "Tue, 25 Oct 2022 12:08:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4709,17 +4536,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9ade73ee-336c-40a9-a951-350b56a438ac", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110247Z:9ade73ee-336c-40a9-a951-350b56a438ac", + "x-ms-correlation-request-id": "99465cba-90b6-4ee6-9e83-68916ee9f179", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120809Z:99465cba-90b6-4ee6-9e83-68916ee9f179", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e", - "name": "9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f725fb7e-ca96-494a-8757-7db113cf3ae6", + "name": "f725fb7e-ca96-494a-8757-7db113cf3ae6", "status": "Succeeded", - "startTime": "2022-10-22T11:00:46.0423443Z", - "endTime": "2022-10-22T11:02:43.8858255Z", + "startTime": "2022-10-25T12:06:07.6366041Z", + "endTime": "2022-10-25T12:08:08.3545111Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce" @@ -4727,7 +4554,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a9a253d-5c04-4a5f-9ea4-e21aafe5a20e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f725fb7e-ca96-494a-8757-7db113cf3ae6?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4741,7 +4568,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:02:47 GMT", + "Date": "Tue, 25 Oct 2022 12:08:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4749,19 +4576,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d8f8042-96a5-4283-bd58-00c7cb415776", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110247Z:6d8f8042-96a5-4283-bd58-00c7cb415776", + "x-ms-correlation-request-id": "24ff7d6c-50dc-4eaa-90ce-c6405ad2ee24", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T120809Z:24ff7d6c-50dc-4eaa-90ce-c6405ad2ee24", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T11%3A02%3A34.5460074Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A07%3A59.0958439Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:53:03.3207705Z" + "CreatedOnDate": "2022-10-25T11:58:40.0641933Z" }, "properties": { "dataProtection": { @@ -4771,12 +4598,12 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/vaults/cbsvault" } }, - "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", + "fileSystemId": "7b1c6b42-9b8c-ff75-8d9b-067b6161f70d", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b93a23ce", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 0, + "usedBytes": 360448, "exportPolicy": { "rules": [ { @@ -4802,19 +4629,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_25dd649c", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6da679d8", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b93a23ce/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b93a23ce", - "poolId": "b50299aa-16c8-63fb-8014-7b8238c22335", + "poolId": "4c59fdb1-3fda-8a54-eefa-c5d2ea98829b", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", - "fileSystemId": "dbbe4c8f-f17c-1fcd-5268-c2ea7f1c8114", + "mountTargetId": "7b1c6b42-9b8c-ff75-8d9b-067b6161f70d", + "fileSystemId": "7b1c6b42-9b8c-ff75-8d9b-067b6161f70d", "startIp": "", "endIp": "", "gateway": "", @@ -4846,10 +4673,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:47:46.560895Z", + "createdAt": "2022-10-25T11:53:24.282224Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T11:00:11.6745794Z" + "lastModifiedAt": "2022-10-25T12:05:32.8960521Z" } } }, @@ -4868,14 +4695,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:06:10 GMT", + "Date": "Tue, 25 Oct 2022 12:11:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75f866e1-2346-49f5-8e83-9c6bd0deb365", + "x-ms-correlation-request-id": "8d093503-82f9-408a-b9f1-a5cd9d5490d7", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110610Z:75f866e1-2346-49f5-8e83-9c6bd0deb365" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T121133Z:8d093503-82f9-408a-b9f1-a5cd9d5490d7" }, "ResponseBody": { "error": { @@ -4897,25 +4724,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5da99b7a-5ee2-42fd-a1c7-27108f7d1bb6?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5eb0e904-1b20-4b06-882b-cf10ff6d9286?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 11:06:23 GMT", + "Date": "Tue, 25 Oct 2022 12:11:46 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5da99b7a-5ee2-42fd-a1c7-27108f7d1bb6?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5eb0e904-1b20-4b06-882b-cf10ff6d9286?api-version=2022-05-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": "977b1806-b120-4d8b-ba72-f3157e478064", + "x-ms-correlation-request-id": "6c1d3c4e-130b-45df-9639-6b778aa80c9b", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110623Z:977b1806-b120-4d8b-ba72-f3157e478064", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T121146Z:6c1d3c4e-130b-45df-9639-6b778aa80c9b", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5da99b7a-5ee2-42fd-a1c7-27108f7d1bb6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5eb0e904-1b20-4b06-882b-cf10ff6d9286?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4929,7 +4756,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:06:23 GMT", + "Date": "Tue, 25 Oct 2022 12:11:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4937,16 +4764,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed8e76d2-6251-441c-84a5-2a7460efbe49", + "x-ms-correlation-request-id": "cf316913-b1dd-4d59-af71-f89c8af1f95f", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110624Z:ed8e76d2-6251-441c-84a5-2a7460efbe49", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T121146Z:cf316913-b1dd-4d59-af71-f89c8af1f95f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5da99b7a-5ee2-42fd-a1c7-27108f7d1bb6", - "name": "5da99b7a-5ee2-42fd-a1c7-27108f7d1bb6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5eb0e904-1b20-4b06-882b-cf10ff6d9286", + "name": "5eb0e904-1b20-4b06-882b-cf10ff6d9286", "status": "Deleting", - "startTime": "2022-10-22T11:06:23.8787312Z", + "startTime": "2022-10-25T12:11:46.1852662Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4955,7 +4782,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5da99b7a-5ee2-42fd-a1c7-27108f7d1bb6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5eb0e904-1b20-4b06-882b-cf10ff6d9286?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4969,7 +4796,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:06:54 GMT", + "Date": "Tue, 25 Oct 2022 12:12:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4977,17 +4804,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8453700a-afb7-4f04-b655-352d0dbecd09", + "x-ms-correlation-request-id": "40e61686-c19c-46d6-9c5b-c0a6dbe02b1a", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110654Z:8453700a-afb7-4f04-b655-352d0dbecd09", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T121216Z:40e61686-c19c-46d6-9c5b-c0a6dbe02b1a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5da99b7a-5ee2-42fd-a1c7-27108f7d1bb6", - "name": "5da99b7a-5ee2-42fd-a1c7-27108f7d1bb6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5eb0e904-1b20-4b06-882b-cf10ff6d9286", + "name": "5eb0e904-1b20-4b06-882b-cf10ff6d9286", "status": "Succeeded", - "startTime": "2022-10-22T11:06:23.8787312Z", - "endTime": "2022-10-22T11:06:24.9927093Z", + "startTime": "2022-10-25T12:11:46.1852662Z", + "endTime": "2022-10-25T12:11:47.4675455Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1" @@ -4995,7 +4822,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5da99b7a-5ee2-42fd-a1c7-27108f7d1bb6?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5eb0e904-1b20-4b06-882b-cf10ff6d9286?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5009,7 +4836,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:06:54 GMT", + "Date": "Tue, 25 Oct 2022 12:12:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5017,22 +4844,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e8a2c18e-090d-4f25-83ca-b16a92ed76d7", + "x-ms-correlation-request-id": "1a6a77eb-7f23-4536-898f-c757773157e2", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110654Z:e8a2c18e-090d-4f25-83ca-b16a92ed76d7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T121217Z:1a6a77eb-7f23-4536-898f-c757773157e2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-b93a23ce/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T11%3A06%3A23.8759053Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A11%3A46.1467223Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:47:31.7894643Z" + "CreatedOnDate": "2022-10-25T11:53:09.3658664Z" }, "properties": { - "poolId": "b50299aa-16c8-63fb-8014-7b8238c22335", + "poolId": "4c59fdb1-3fda-8a54-eefa-c5d2ea98829b", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce/capacityPools/sdk-py-tests-pool-1", @@ -5046,10 +4873,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:47:32.8604645Z", + "createdAt": "2022-10-25T11:53:10.6472412Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:47:32.8604645Z" + "lastModifiedAt": "2022-10-25T11:53:10.6472412Z" } } }, @@ -5067,14 +4894,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 11:07:04 GMT", + "Date": "Tue, 25 Oct 2022 12:12:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53aa47bd-474f-4388-a16a-eedb03d76ee8", + "x-ms-correlation-request-id": "65ef90a9-0d2a-4d55-a058-1a2bf42010b0", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110705Z:53aa47bd-474f-4388-a16a-eedb03d76ee8" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T121227Z:65ef90a9-0d2a-4d55-a058-1a2bf42010b0" }, "ResponseBody": null }, @@ -5092,14 +4919,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 11:07:15 GMT", + "Date": "Tue, 25 Oct 2022 12:12:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "05d3388f-84ce-44ee-8fb7-fbf19a48b470", + "x-ms-correlation-request-id": "624ee6ef-8206-458e-8938-84b9b2a8bd31", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110715Z:05d3388f-84ce-44ee-8fb7-fbf19a48b470" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T121237Z:624ee6ef-8206-458e-8938-84b9b2a8bd31" }, "ResponseBody": null }, @@ -5117,14 +4944,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 11:07:25 GMT", + "Date": "Tue, 25 Oct 2022 12:12:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a7f263a8-3923-443c-b8c3-44a24fd20f29", + "x-ms-correlation-request-id": "3c3c0010-59fd-4662-b19e-1d2f30b8ba6a", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110725Z:a7f263a8-3923-443c-b8c3-44a24fd20f29" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T121248Z:3c3c0010-59fd-4662-b19e-1d2f30b8ba6a" }, "ResponseBody": null }, @@ -5142,14 +4969,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 11:07:35 GMT", + "Date": "Tue, 25 Oct 2022 12:12:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a807ebe-ebd7-4312-9927-24274de71701", + "x-ms-correlation-request-id": "28d430a7-4703-4a5c-8238-d9fec8701835", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110736Z:1a807ebe-ebd7-4312-9927-24274de71701" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T121258Z:28d430a7-4703-4a5c-8238-d9fec8701835" }, "ResponseBody": null }, @@ -5168,14 +4995,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:07:45 GMT", + "Date": "Tue, 25 Oct 2022 12:13:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "254544cc-af46-4690-ad9a-8ef4d8eb0a4d", + "x-ms-correlation-request-id": "9d9c92a6-c8c4-438d-b84c-25a6d978cfca", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110746Z:254544cc-af46-4690-ad9a-8ef4d8eb0a4d" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T121308Z:9d9c92a6-c8c4-438d-b84c-25a6d978cfca" }, "ResponseBody": { "error": { @@ -5197,25 +5024,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/421ffbf7-b27c-4076-8289-1cb70eb8f3eb?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/064bc7a1-732d-48bb-93d2-8fbd3855f83d?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 11:07:46 GMT", + "Date": "Tue, 25 Oct 2022 12:13:09 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/421ffbf7-b27c-4076-8289-1cb70eb8f3eb?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/064bc7a1-732d-48bb-93d2-8fbd3855f83d?api-version=2022-05-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": "a49c991c-e05f-4d02-96c4-d72828b3ae91", + "x-ms-correlation-request-id": "26923114-de30-47be-92ba-efd93d6edc96", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110747Z:a49c991c-e05f-4d02-96c4-d72828b3ae91", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T121310Z:26923114-de30-47be-92ba-efd93d6edc96", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/421ffbf7-b27c-4076-8289-1cb70eb8f3eb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/064bc7a1-732d-48bb-93d2-8fbd3855f83d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5229,7 +5056,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:07:47 GMT", + "Date": "Tue, 25 Oct 2022 12:13:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5237,17 +5064,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3eb83a1b-58d2-4087-a6d3-6b7da3f9a367", + "x-ms-correlation-request-id": "f0d646bb-b2f0-4ede-b011-6fd8a744b33c", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110748Z:3eb83a1b-58d2-4087-a6d3-6b7da3f9a367", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T121310Z:f0d646bb-b2f0-4ede-b011-6fd8a744b33c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/421ffbf7-b27c-4076-8289-1cb70eb8f3eb", - "name": "421ffbf7-b27c-4076-8289-1cb70eb8f3eb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/064bc7a1-732d-48bb-93d2-8fbd3855f83d", + "name": "064bc7a1-732d-48bb-93d2-8fbd3855f83d", "status": "Succeeded", - "startTime": "2022-10-22T11:07:47.8249925Z", - "endTime": "2022-10-22T11:07:47.8563455Z", + "startTime": "2022-10-25T12:13:10.0311474Z", + "endTime": "2022-10-25T12:13:10.078099Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce" @@ -5255,7 +5082,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/421ffbf7-b27c-4076-8289-1cb70eb8f3eb?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/064bc7a1-732d-48bb-93d2-8fbd3855f83d?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5269,7 +5096,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:07:47 GMT", + "Date": "Tue, 25 Oct 2022 12:13:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5277,19 +5104,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6e454a24-39e2-4a8c-a8a8-05c308529d91", + "x-ms-correlation-request-id": "bdf7c77d-c39e-4b7c-b03e-96b6bdb42c10", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110748Z:6e454a24-39e2-4a8c-a8a8-05c308529d91", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T121310Z:bdf7c77d-c39e-4b7c-b03e-96b6bdb42c10", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b93a23ce", "name": "sdk-py-tests-acc-1-b93a23ce", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T11%3A07%3A47.7219877Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A13%3A10.0230708Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T10:47:27.9890618Z" + "CreatedOnDate": "2022-10-25T11:53:04.8021955Z" }, "properties": { "encryption": { @@ -5300,10 +5127,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T10:47:29.0568994Z", + "createdAt": "2022-10-25T11:53:05.9573524Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T10:47:29.0568994Z" + "lastModifiedAt": "2022-10-25T11:53:05.9573524Z" } } }, @@ -5322,15 +5149,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 11:07:47 GMT", + "Date": "Tue, 25 Oct 2022 12:13: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": "54c3b2c0-e50b-4d00-9f75-dcfdab6436ad", + "x-ms-correlation-request-id": "f2534e26-4963-4750-bd23-5ca282df6789", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110748Z:54c3b2c0-e50b-4d00-9f75-dcfdab6436ad", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T121311Z:f2534e26-4963-4750-bd23-5ca282df6789", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5353,13 +5180,13 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f2b35ab4-19f5-4e23-8ba6-6e40fafee4d6?api-version=2022-05-01", + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/dba7e686-dcb0-48a0-92ea-efd017c3fb1e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 11:07:48 GMT", + "Date": "Tue, 25 Oct 2022 12:13:11 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/f2b35ab4-19f5-4e23-8ba6-6e40fafee4d6?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/dba7e686-dcb0-48a0-92ea-efd017c3fb1e?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -5368,10 +5195,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8583a93e-cf30-4e8b-8ab0-ebccacbb479d", - "x-ms-correlation-request-id": "66a88fa3-6923-4ccd-aadb-e17d447cf66d", + "x-ms-arm-service-request-id": "f8c8b10a-350d-458f-aa70-fe583d8c65a1", + "x-ms-correlation-request-id": "a7a0854a-3285-4dcf-a49d-3f6fa776357f", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T110749Z:66a88fa3-6923-4ccd-aadb-e17d447cf66d" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T121312Z:a7a0854a-3285-4dcf-a49d-3f6fa776357f" }, "ResponseBody": null } 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 bdc24f747fe0..e86050849a0e 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:33:32 GMT", + "Date": "Tue, 25 Oct 2022 10:25:48 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.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:33:32 GMT", + "Date": "Tue, 25 Oct 2022 10:25:48 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.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "7153fafd-0f7d-46f4-81b1-9216a29488b5", + "client-request-id": "23ec4ad3-668a-4a6c-a3ea-d2d718804eb8", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "7153fafd-0f7d-46f4-81b1-9216a29488b5", + "client-request-id": "23ec4ad3-668a-4a6c-a3ea-d2d718804eb8", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:33:32 GMT", + "Date": "Tue, 25 Oct 2022 10:25:48 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aa3ab7a8-458c-444b-aa70-10704c8f8898?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c2d5b67c-d7a0-4a09-b37f-792aa62ef98e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:33:42 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A33%3A41.3458679Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:25:58 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A25%3A57.7161327Z\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": "68536f72-d3e8-4c88-b6da-fa1430ea6746", + "x-ms-correlation-request-id": "5b59c5d6-5bbf-420c-97d7-d3ee27beb149", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093343Z:68536f72-d3e8-4c88-b6da-fa1430ea6746", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102558Z:5b59c5d6-5bbf-420c-97d7-d3ee27beb149", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f", "name": "sdk-py-tests-acc-1-fc67306f", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A33%3A41.3458679Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A25%3A57.7161327Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:33:36.9411934Z" + "CreatedOnDate": "2022-10-25T10:25:53.6745217Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:33:40.2514172Z", + "createdAt": "2022-10-25T10:25:56.6323406Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:33:40.2514172Z" + "lastModifiedAt": "2022-10-25T10:25:56.6323406Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aa3ab7a8-458c-444b-aa70-10704c8f8898?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c2d5b67c-d7a0-4a09-b37f-792aa62ef98e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:33:43 GMT", + "Date": "Tue, 25 Oct 2022 10:25:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "21849514-5730-4c7b-b636-8bd673752de6", + "x-ms-correlation-request-id": "65eeaa09-a031-4deb-8e28-dc1673b1187d", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093343Z:21849514-5730-4c7b-b636-8bd673752de6", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102559Z:65eeaa09-a031-4deb-8e28-dc1673b1187d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aa3ab7a8-458c-444b-aa70-10704c8f8898", - "name": "aa3ab7a8-458c-444b-aa70-10704c8f8898", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c2d5b67c-d7a0-4a09-b37f-792aa62ef98e", + "name": "c2d5b67c-d7a0-4a09-b37f-792aa62ef98e", "status": "Succeeded", - "startTime": "2022-10-22T09:33:41.3485886Z", - "endTime": "2022-10-22T09:33:41.4111336Z", + "startTime": "2022-10-25T10:25:57.7103886Z", + "endTime": "2022-10-25T10:25:57.7884848Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:33:44 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A33%3A41.4184706Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:25:58 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A25%3A57.7952747Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1605fea1-ce41-4b93-826e-0493b4cf9039", + "x-ms-correlation-request-id": "276e2f79-9399-473e-ba7a-6c70d678e371", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093344Z:1605fea1-ce41-4b93-826e-0493b4cf9039", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102559Z:276e2f79-9399-473e-ba7a-6c70d678e371", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f", "name": "sdk-py-tests-acc-1-fc67306f", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A33%3A41.4184706Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A25%3A57.7952747Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:33:36.9411934Z" + "CreatedOnDate": "2022-10-25T10:25:53.6745217Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:33:40.2514172Z", + "createdAt": "2022-10-25T10:25:56.6323406Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:33:40.2514172Z" + "lastModifiedAt": "2022-10-25T10:25:56.6323406Z" } } }, @@ -400,30 +400,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/34287693-e811-42af-8b81-96c355f7b852?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d66188cb-e0eb-4b10-b69b-546d33817eea?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "881", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:33:47 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A33%3A46.4779109Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:26:01 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A26%3A01.1901453Z\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": "e99870e2-7c12-4a45-b2e4-54a74e055408", + "x-ms-correlation-request-id": "0ba19356-af7e-4ee7-81d8-141a21340df6", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093347Z:e99870e2-7c12-4a45-b2e4-54a74e055408", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102602Z:0ba19356-af7e-4ee7-81d8-141a21340df6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-fc67306f/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A33%3A46.4779109Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A26%3A01.1901453Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:33:44.8586316Z" + "CreatedOnDate": "2022-10-25T10:25:59.8994670Z" }, "properties": { "enabled": true, @@ -435,15 +435,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:33:46.3187601Z", + "createdAt": "2022-10-25T10:26:01.0246045Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:33:46.3187601Z" + "lastModifiedAt": "2022-10-25T10:26:01.0246045Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/34287693-e811-42af-8b81-96c355f7b852?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d66188cb-e0eb-4b10-b69b-546d33817eea?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -457,7 +457,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:33:47 GMT", + "Date": "Tue, 25 Oct 2022 10:26:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -465,17 +465,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d8897f4d-4af1-413e-8281-dd93275330c5", + "x-ms-correlation-request-id": "66d3d9f4-6f24-4238-9cd7-19b10e5da2a9", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093347Z:d8897f4d-4af1-413e-8281-dd93275330c5", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102602Z:66d3d9f4-6f24-4238-9cd7-19b10e5da2a9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/34287693-e811-42af-8b81-96c355f7b852", - "name": "34287693-e811-42af-8b81-96c355f7b852", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d66188cb-e0eb-4b10-b69b-546d33817eea", + "name": "d66188cb-e0eb-4b10-b69b-546d33817eea", "status": "Succeeded", - "startTime": "2022-10-22T09:33:46.4745619Z", - "endTime": "2022-10-22T09:33:47.3027244Z", + "startTime": "2022-10-25T10:26:01.1947116Z", + "endTime": "2022-10-25T10:26:01.9916075Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1" @@ -497,8 +497,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:33:48 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A33%3A47.3090988Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:26:01 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A26%3A01.9958763Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -506,23 +506,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d40a4700-cc35-4669-b13f-eb337c9695f2", + "x-ms-correlation-request-id": "d8479078-1d38-4a15-9880-307feab33ed6", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093348Z:d40a4700-cc35-4669-b13f-eb337c9695f2", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102602Z:d8479078-1d38-4a15-9880-307feab33ed6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-fc67306f/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A33%3A47.3090988Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A26%3A01.9958763Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:33:44.8586316Z" + "CreatedOnDate": "2022-10-25T10:25:59.8994670Z" }, "properties": { "enabled": true, - "backupPolicyId": "a0f4afe7-51ec-11ed-ba37-768357df5023", + "backupPolicyId": "6c9d5b12-544f-11ed-ba37-768357df5023", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -532,10 +532,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:33:46.3187601Z", + "createdAt": "2022-10-25T10:26:01.0246045Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:33:46.3187601Z" + "lastModifiedAt": "2022-10-25T10:26:01.0246045Z" } } }, @@ -554,7 +554,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:33:48 GMT", + "Date": "Tue, 25 Oct 2022 10:26:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -562,9 +562,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb95ee38-d18a-449e-9abf-c0a38b7ce7e5", + "x-ms-correlation-request-id": "ac6e4dbc-2254-4336-aa4d-a9871bedb4a2", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093348Z:eb95ee38-d18a-449e-9abf-c0a38b7ce7e5", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102603Z:ac6e4dbc-2254-4336-aa4d-a9871bedb4a2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -573,14 +573,14 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-fc67306f/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A33%3A47.3090988Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A26%3A01.9958763Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:33:44.8586316Z" + "CreatedOnDate": "2022-10-25T10:25:59.8994670Z" }, "properties": { "enabled": true, - "backupPolicyId": "a0f4afe7-51ec-11ed-ba37-768357df5023", + "backupPolicyId": "6c9d5b12-544f-11ed-ba37-768357df5023", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -590,10 +590,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:33:46.3187601Z", + "createdAt": "2022-10-25T10:26:01.0246045Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:33:46.3187601Z" + "lastModifiedAt": "2022-10-25T10:26:01.0246045Z" } } ] @@ -612,25 +612,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cbef9024-6557-4e32-bd43-5ce23dd96900?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67acbfbf-e009-4615-ba81-e249463d3885?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 09:33:49 GMT", + "Date": "Tue, 25 Oct 2022 10:26:03 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cbef9024-6557-4e32-bd43-5ce23dd96900?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67acbfbf-e009-4615-ba81-e249463d3885?api-version=2022-05-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": "038fdd59-0e75-4af6-bb45-9e8c98a1bb0d", + "x-ms-correlation-request-id": "7bb1e446-3ebe-44ac-8d32-5dfa55c1b92d", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093349Z:038fdd59-0e75-4af6-bb45-9e8c98a1bb0d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102603Z:7bb1e446-3ebe-44ac-8d32-5dfa55c1b92d", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cbef9024-6557-4e32-bd43-5ce23dd96900?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67acbfbf-e009-4615-ba81-e249463d3885?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -644,7 +644,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:33:49 GMT", + "Date": "Tue, 25 Oct 2022 10:26:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -652,17 +652,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e3a9b93-c8ba-4332-a773-c2f50a79ae5b", + "x-ms-correlation-request-id": "640421e4-dbde-400f-8d39-0623ebb01b48", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093349Z:5e3a9b93-c8ba-4332-a773-c2f50a79ae5b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102604Z:640421e4-dbde-400f-8d39-0623ebb01b48", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cbef9024-6557-4e32-bd43-5ce23dd96900", - "name": "cbef9024-6557-4e32-bd43-5ce23dd96900", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67acbfbf-e009-4615-ba81-e249463d3885", + "name": "67acbfbf-e009-4615-ba81-e249463d3885", "status": "Succeeded", - "startTime": "2022-10-22T09:33:49.2870645Z", - "endTime": "2022-10-22T09:33:49.4589912Z", + "startTime": "2022-10-25T10:26:03.6792133Z", + "endTime": "2022-10-25T10:26:03.8667624Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1" @@ -670,7 +670,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cbef9024-6557-4e32-bd43-5ce23dd96900?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67acbfbf-e009-4615-ba81-e249463d3885?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -684,7 +684,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:33:49 GMT", + "Date": "Tue, 25 Oct 2022 10:26:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -692,23 +692,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45fff93e-5afc-4efa-8206-e8df13ba0e1e", + "x-ms-correlation-request-id": "99dfda2b-8161-4a1c-9c9b-3c881168f0bc", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093349Z:45fff93e-5afc-4efa-8206-e8df13ba0e1e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102604Z:99dfda2b-8161-4a1c-9c9b-3c881168f0bc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-fc67306f/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A33%3A49.2939622Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A26%3A03.6799147Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:33:44.8586316Z" + "CreatedOnDate": "2022-10-25T10:25:59.8994670Z" }, "properties": { "enabled": true, - "backupPolicyId": "a0f4afe7-51ec-11ed-ba37-768357df5023", + "backupPolicyId": "6c9d5b12-544f-11ed-ba37-768357df5023", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -719,10 +719,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:33:46.3187601Z", + "createdAt": "2022-10-25T10:26:01.0246045Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:33:46.3187601Z" + "lastModifiedAt": "2022-10-25T10:26:01.0246045Z" } } }, @@ -741,15 +741,15 @@ "Cache-Control": "no-cache", "Content-Length": "299", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:33:52 GMT", + "Date": "Tue, 25 Oct 2022 10:26: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": "8a3330d0-ed86-45e2-9211-03663c3ce3ea", + "x-ms-correlation-request-id": "00607f52-0a14-4270-998f-4c8984cfafc5", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093352Z:8a3330d0-ed86-45e2-9211-03663c3ce3ea", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102606Z:00607f52-0a14-4270-998f-4c8984cfafc5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -774,7 +774,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:34:43 GMT", + "Date": "Tue, 25 Oct 2022 10:26:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -782,9 +782,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c7c767e-b430-4fbe-9aab-319431d7cab8", + "x-ms-correlation-request-id": "1c834668-da18-4e5f-96e9-c6f72f591148", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093443Z:7c7c767e-b430-4fbe-9aab-319431d7cab8", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102657Z:1c834668-da18-4e5f-96e9-c6f72f591148", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -804,25 +804,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb2bb964-e0af-47e0-90bc-40b7bca31b5f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e56815b-5370-4845-9bd9-0539a54d0f41?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 09:34:48 GMT", + "Date": "Tue, 25 Oct 2022 10:27:03 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb2bb964-e0af-47e0-90bc-40b7bca31b5f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e56815b-5370-4845-9bd9-0539a54d0f41?api-version=2022-05-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": "31ea63a4-5cf8-4b6c-b418-f0c63ec3a1f3", + "x-ms-correlation-request-id": "373e799b-b53c-4013-8207-6edf4c1795d4", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093449Z:31ea63a4-5cf8-4b6c-b418-f0c63ec3a1f3", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102703Z:373e799b-b53c-4013-8207-6edf4c1795d4", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb2bb964-e0af-47e0-90bc-40b7bca31b5f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e56815b-5370-4845-9bd9-0539a54d0f41?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -836,7 +836,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:34:49 GMT", + "Date": "Tue, 25 Oct 2022 10:27:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -844,17 +844,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc3df170-3773-4934-ae53-913e5c9d01d0", + "x-ms-correlation-request-id": "74184778-922c-4baa-8d35-aaad12781b7e", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093449Z:cc3df170-3773-4934-ae53-913e5c9d01d0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102703Z:74184778-922c-4baa-8d35-aaad12781b7e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb2bb964-e0af-47e0-90bc-40b7bca31b5f", - "name": "bb2bb964-e0af-47e0-90bc-40b7bca31b5f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e56815b-5370-4845-9bd9-0539a54d0f41", + "name": "6e56815b-5370-4845-9bd9-0539a54d0f41", "status": "Succeeded", - "startTime": "2022-10-22T09:34:49.3322821Z", - "endTime": "2022-10-22T09:34:49.4258469Z", + "startTime": "2022-10-25T10:27:03.4595017Z", + "endTime": "2022-10-25T10:27:03.5063883Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f" @@ -862,7 +862,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb2bb964-e0af-47e0-90bc-40b7bca31b5f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e56815b-5370-4845-9bd9-0539a54d0f41?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -876,7 +876,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:34:49 GMT", + "Date": "Tue, 25 Oct 2022 10:27:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -884,19 +884,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f1606cf5-d717-413a-9331-ea5bcaaaa354", + "x-ms-correlation-request-id": "1923e761-d6cf-4f85-b148-bee21b494033", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093449Z:f1606cf5-d717-413a-9331-ea5bcaaaa354", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102704Z:1923e761-d6cf-4f85-b148-bee21b494033", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-fc67306f", "name": "sdk-py-tests-acc-1-fc67306f", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A34%3A49.3315998Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A27%3A03.446856Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:33:36.9411934Z" + "CreatedOnDate": "2022-10-25T10:25:53.6745217Z" }, "properties": { "encryption": { @@ -907,10 +907,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:33:40.2514172Z", + "createdAt": "2022-10-25T10:25:56.6323406Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:33:40.2514172Z" + "lastModifiedAt": "2022-10-25T10:25:56.6323406Z" } } }, @@ -929,15 +929,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:34:49 GMT", + "Date": "Tue, 25 Oct 2022 10:27: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": "2ccff65b-0a5b-4723-a4d6-d2309af3dd3f", + "x-ms-correlation-request-id": "bd86c5f5-53e3-47ee-b8e2-d4b0d9d04c63", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093450Z:2ccff65b-0a5b-4723-a4d6-d2309af3dd3f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102704Z:bd86c5f5-53e3-47ee-b8e2-d4b0d9d04c63", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 17ca0b560094..832745be04f2 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:36:11 GMT", + "Date": "Tue, 25 Oct 2022 10:28:23 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.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:36:11 GMT", + "Date": "Tue, 25 Oct 2022 10:28:23 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.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "7a19711d-b9ad-4004-ae7c-7a0e5e8189ca", + "client-request-id": "8b1e90ee-b5fb-4716-9af5-bab546affa51", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "7a19711d-b9ad-4004-ae7c-7a0e5e8189ca", + "client-request-id": "8b1e90ee-b5fb-4716-9af5-bab546affa51", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:36:11 GMT", + "Date": "Tue, 25 Oct 2022 10:28:23 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d8f2299-1b03-4797-898a-8d4309a6b4e1?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae5d5bb3-6747-4638-80e8-2a5dd9c47f14?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "704", + "Content-Length": "705", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:36:15 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A36%3A14.5628539Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:28:27 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A28%3A26.870611Z\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": "61f4ef36-3725-4198-aa89-d8563598c196", + "x-ms-correlation-request-id": "d6436a5b-a562-46d4-b2a9-15bf99561d09", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093616Z:61f4ef36-3725-4198-aa89-d8563598c196", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102828Z:d6436a5b-a562-46d4-b2a9-15bf99561d09", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3", "name": "sdk-py-tests-acc-1-9c012fa3", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A36%3A14.5628539Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A28%3A26.870611Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:36:12.8947939Z" + "CreatedOnDate": "2022-10-25T10:28:25.0430100Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:36:14.380527Z", + "createdAt": "2022-10-25T10:28:26.7166057Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:36:14.380527Z" + "lastModifiedAt": "2022-10-25T10:28:26.7166057Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d8f2299-1b03-4797-898a-8d4309a6b4e1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae5d5bb3-6747-4638-80e8-2a5dd9c47f14?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:36:15 GMT", + "Date": "Tue, 25 Oct 2022 10:28:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f576986-6f78-4c58-9447-960f1d1d48d8", + "x-ms-correlation-request-id": "6c64ade0-2ae9-4a48-92fa-1112d753f1e9", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093616Z:3f576986-6f78-4c58-9447-960f1d1d48d8", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102828Z:6c64ade0-2ae9-4a48-92fa-1112d753f1e9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6d8f2299-1b03-4797-898a-8d4309a6b4e1", - "name": "6d8f2299-1b03-4797-898a-8d4309a6b4e1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae5d5bb3-6747-4638-80e8-2a5dd9c47f14", + "name": "ae5d5bb3-6747-4638-80e8-2a5dd9c47f14", "status": "Succeeded", - "startTime": "2022-10-22T09:36:14.5661319Z", - "endTime": "2022-10-22T09:36:14.6605607Z", + "startTime": "2022-10-25T10:28:26.8769088Z", + "endTime": "2022-10-25T10:28:26.955103Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:36:16 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A36%3A14.6667813Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:28:27 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A28%3A26.9584109Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "132951d4-08c5-48a0-ac38-1c62902c01de", + "x-ms-correlation-request-id": "2b556c18-35ab-47d0-924d-fa3539388f71", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093616Z:132951d4-08c5-48a0-ac38-1c62902c01de", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102828Z:2b556c18-35ab-47d0-924d-fa3539388f71", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3", "name": "sdk-py-tests-acc-1-9c012fa3", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A36%3A14.6667813Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A28%3A26.9584109Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:36:12.8947939Z" + "CreatedOnDate": "2022-10-25T10:28:25.0430100Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:36:14.380527Z", + "createdAt": "2022-10-25T10:28:26.7166057Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:36:14.380527Z" + "lastModifiedAt": "2022-10-25T10:28:26.7166057Z" } } }, @@ -400,30 +400,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5f88a459-4cca-403d-8826-820e937a50b8?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3978c742-6a6a-4acb-822c-3a952fe7416b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "881", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:36:19 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A36%3A18.9162789Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:28:30 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A28%3A30.8084009Z\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": "63ec82e6-972a-45c8-a441-085830b4203f", + "x-ms-correlation-request-id": "3a3f94c8-776b-4264-99e8-05b638b4190c", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093620Z:63ec82e6-972a-45c8-a441-085830b4203f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102831Z:3a3f94c8-776b-4264-99e8-05b638b4190c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-9c012fa3/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A36%3A18.9162789Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A28%3A30.8084009Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:36:17.1540163Z" + "CreatedOnDate": "2022-10-25T10:28:29.1960415Z" }, "properties": { "enabled": true, @@ -435,15 +435,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:36:18.7429671Z", + "createdAt": "2022-10-25T10:28:30.6402861Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:36:18.7429671Z" + "lastModifiedAt": "2022-10-25T10:28:30.6402861Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5f88a459-4cca-403d-8826-820e937a50b8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3978c742-6a6a-4acb-822c-3a952fe7416b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -457,7 +457,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:36:19 GMT", + "Date": "Tue, 25 Oct 2022 10:28:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -465,17 +465,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fc0fa4c4-f989-44f7-b561-4f6f22167ee2", + "x-ms-correlation-request-id": "e212c54b-65d8-4722-9b1f-54d9a1684b7c", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093620Z:fc0fa4c4-f989-44f7-b561-4f6f22167ee2", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102832Z:e212c54b-65d8-4722-9b1f-54d9a1684b7c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5f88a459-4cca-403d-8826-820e937a50b8", - "name": "5f88a459-4cca-403d-8826-820e937a50b8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3978c742-6a6a-4acb-822c-3a952fe7416b", + "name": "3978c742-6a6a-4acb-822c-3a952fe7416b", "status": "Succeeded", - "startTime": "2022-10-22T09:36:18.9098205Z", - "endTime": "2022-10-22T09:36:19.910176Z", + "startTime": "2022-10-25T10:28:30.8148341Z", + "endTime": "2022-10-25T10:28:31.7231154Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1" @@ -497,8 +497,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:36:20 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A36%3A19.9147794Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:28:31 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A28%3A31.7237039Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -506,23 +506,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d2d4870-c0ee-466e-95a4-fd500ca7a087", + "x-ms-correlation-request-id": "a2feb762-879d-46a1-bbea-01850fbc7b25", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093621Z:5d2d4870-c0ee-466e-95a4-fd500ca7a087", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102832Z:a2feb762-879d-46a1-bbea-01850fbc7b25", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-9c012fa3/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A36%3A19.9147794Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A28%3A31.7237039Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:36:17.1540163Z" + "CreatedOnDate": "2022-10-25T10:28:29.1960415Z" }, "properties": { "enabled": true, - "backupPolicyId": "fbea6377-51ec-11ed-ba37-768357df5023", + "backupPolicyId": "c5dc6300-544f-11ed-ba37-768357df5023", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -532,10 +532,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:36:18.7429671Z", + "createdAt": "2022-10-25T10:28:30.6402861Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:36:18.7429671Z" + "lastModifiedAt": "2022-10-25T10:28:30.6402861Z" } } }, @@ -554,8 +554,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:36:20 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A36%3A19.9147794Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:28:32 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A28%3A31.7237039Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -563,23 +563,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50daedbd-09a7-4d3f-a6ee-eb96372ea225", + "x-ms-correlation-request-id": "dd008a4e-91dc-4663-bb50-fca4f4c22e7d", "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093621Z:50daedbd-09a7-4d3f-a6ee-eb96372ea225", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102833Z:dd008a4e-91dc-4663-bb50-fca4f4c22e7d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-9c012fa3/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A36%3A19.9147794Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A28%3A31.7237039Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:36:17.1540163Z" + "CreatedOnDate": "2022-10-25T10:28:29.1960415Z" }, "properties": { "enabled": true, - "backupPolicyId": "fbea6377-51ec-11ed-ba37-768357df5023", + "backupPolicyId": "c5dc6300-544f-11ed-ba37-768357df5023", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -589,10 +589,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:36:18.7429671Z", + "createdAt": "2022-10-25T10:28:30.6402861Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:36:18.7429671Z" + "lastModifiedAt": "2022-10-25T10:28:30.6402861Z" } } }, @@ -609,25 +609,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/590f5a5d-5e07-4c8f-933f-424adc6f7482?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/df2eed58-470f-494d-a04f-9bfa72fa61f2?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 09:36:21 GMT", + "Date": "Tue, 25 Oct 2022 10:28:32 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/590f5a5d-5e07-4c8f-933f-424adc6f7482?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/df2eed58-470f-494d-a04f-9bfa72fa61f2?api-version=2022-05-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": "f140a949-4872-4d1d-a05b-483307a7ac78", + "x-ms-correlation-request-id": "80ac7d67-5192-4fe4-8886-fad3295a0077", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093622Z:f140a949-4872-4d1d-a05b-483307a7ac78", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102833Z:80ac7d67-5192-4fe4-8886-fad3295a0077", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/590f5a5d-5e07-4c8f-933f-424adc6f7482?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/df2eed58-470f-494d-a04f-9bfa72fa61f2?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -641,7 +641,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:36:21 GMT", + "Date": "Tue, 25 Oct 2022 10:28:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -649,17 +649,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "15225d5b-2cc2-4db1-a20a-e5b0f663574e", + "x-ms-correlation-request-id": "cb99be1c-c959-4b88-aefe-f211730fe40d", "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093622Z:15225d5b-2cc2-4db1-a20a-e5b0f663574e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102834Z:cb99be1c-c959-4b88-aefe-f211730fe40d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/590f5a5d-5e07-4c8f-933f-424adc6f7482", - "name": "590f5a5d-5e07-4c8f-933f-424adc6f7482", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/df2eed58-470f-494d-a04f-9bfa72fa61f2", + "name": "df2eed58-470f-494d-a04f-9bfa72fa61f2", "status": "Succeeded", - "startTime": "2022-10-22T09:36:22.0821888Z", - "endTime": "2022-10-22T09:36:22.3010257Z", + "startTime": "2022-10-25T10:28:33.8022898Z", + "endTime": "2022-10-25T10:28:33.9586109Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1" @@ -667,7 +667,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/590f5a5d-5e07-4c8f-933f-424adc6f7482?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/df2eed58-470f-494d-a04f-9bfa72fa61f2?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -681,7 +681,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:36:22 GMT", + "Date": "Tue, 25 Oct 2022 10:28:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -689,23 +689,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f1feaa48-d703-4db5-96a4-068f509b19d1", + "x-ms-correlation-request-id": "599b239e-8a1f-4c07-8c24-68ab11bbb664", "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093622Z:f1feaa48-d703-4db5-96a4-068f509b19d1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102834Z:599b239e-8a1f-4c07-8c24-68ab11bbb664", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-9c012fa3/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A36%3A22.0865375Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A28%3A33.795527Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:36:17.1540163Z" + "CreatedOnDate": "2022-10-25T10:28:29.1960415Z" }, "properties": { "enabled": true, - "backupPolicyId": "fbea6377-51ec-11ed-ba37-768357df5023", + "backupPolicyId": "c5dc6300-544f-11ed-ba37-768357df5023", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -716,10 +716,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:36:18.7429671Z", + "createdAt": "2022-10-25T10:28:30.6402861Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:36:18.7429671Z" + "lastModifiedAt": "2022-10-25T10:28:30.6402861Z" } } }, @@ -738,15 +738,15 @@ "Cache-Control": "no-cache", "Content-Length": "299", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:36:24 GMT", + "Date": "Tue, 25 Oct 2022 10:28: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": "dee7fe57-2f1f-4d40-8a22-f928582a4fc2", + "x-ms-correlation-request-id": "87d905d0-cf76-4ba9-8890-e26d85d1885b", "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093625Z:dee7fe57-2f1f-4d40-8a22-f928582a4fc2", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102836Z:87d905d0-cf76-4ba9-8890-e26d85d1885b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -769,25 +769,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d2a97a8-88ab-4cb1-97c4-d6d0021d8258?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/932f7080-5003-47eb-acf8-56e355a69241?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 09:37:15 GMT", + "Date": "Tue, 25 Oct 2022 10:29:27 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d2a97a8-88ab-4cb1-97c4-d6d0021d8258?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/932f7080-5003-47eb-acf8-56e355a69241?api-version=2022-05-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": "5e92b8ed-433b-41ae-acb7-e9f048d00d53", + "x-ms-correlation-request-id": "c38019f3-d7d5-4b79-8924-e16a241f17a7", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093716Z:5e92b8ed-433b-41ae-acb7-e9f048d00d53", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102928Z:c38019f3-d7d5-4b79-8924-e16a241f17a7", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d2a97a8-88ab-4cb1-97c4-d6d0021d8258?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/932f7080-5003-47eb-acf8-56e355a69241?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -801,7 +801,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:37:17 GMT", + "Date": "Tue, 25 Oct 2022 10:29:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -809,17 +809,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "64015939-8304-496f-93ba-da23d0a8cadb", + "x-ms-correlation-request-id": "74b91fc4-0ab8-4b87-9f77-55808d959970", "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093717Z:64015939-8304-496f-93ba-da23d0a8cadb", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102928Z:74b91fc4-0ab8-4b87-9f77-55808d959970", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d2a97a8-88ab-4cb1-97c4-d6d0021d8258", - "name": "9d2a97a8-88ab-4cb1-97c4-d6d0021d8258", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/932f7080-5003-47eb-acf8-56e355a69241", + "name": "932f7080-5003-47eb-acf8-56e355a69241", "status": "Succeeded", - "startTime": "2022-10-22T09:37:16.6969414Z", - "endTime": "2022-10-22T09:37:16.7437945Z", + "startTime": "2022-10-25T10:29:28.2236192Z", + "endTime": "2022-10-25T10:29:28.2861484Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3" @@ -827,7 +827,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9d2a97a8-88ab-4cb1-97c4-d6d0021d8258?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/932f7080-5003-47eb-acf8-56e355a69241?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -841,7 +841,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:37:17 GMT", + "Date": "Tue, 25 Oct 2022 10:29:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -849,19 +849,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca923bb3-6472-433c-b920-12b6cee0d32f", + "x-ms-correlation-request-id": "17dfb3cd-b07c-4529-865e-fad06a8f748f", "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093717Z:ca923bb3-6472-433c-b920-12b6cee0d32f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102928Z:17dfb3cd-b07c-4529-865e-fad06a8f748f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9c012fa3", "name": "sdk-py-tests-acc-1-9c012fa3", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A16.6893112Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A29%3A28.2206263Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:36:12.8947939Z" + "CreatedOnDate": "2022-10-25T10:28:25.0430100Z" }, "properties": { "encryption": { @@ -872,10 +872,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:36:14.380527Z", + "createdAt": "2022-10-25T10:28:26.7166057Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:36:14.380527Z" + "lastModifiedAt": "2022-10-25T10:28:26.7166057Z" } } }, @@ -894,15 +894,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:37:17 GMT", + "Date": "Tue, 25 Oct 2022 10:29: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": "762e33fa-0122-4a2b-86be-02ec2d332538", + "x-ms-correlation-request-id": "be35b3b4-e59a-4988-9b8d-73a8450f190b", "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093717Z:762e33fa-0122-4a2b-86be-02ec2d332538", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102929Z:be35b3b4-e59a-4988-9b8d-73a8450f190b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 f1e3c0f96d03..da760321f854 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:34:50 GMT", + "Date": "Tue, 25 Oct 2022 10:27:04 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.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:34:50 GMT", + "Date": "Tue, 25 Oct 2022 10:27:05 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "d088aa13-45e1-4127-bff9-4fb717500be5", + "client-request-id": "b386ae67-2424-487b-a5e5-62bd4d85de1a", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "d088aa13-45e1-4127-bff9-4fb717500be5", + "client-request-id": "b386ae67-2424-487b-a5e5-62bd4d85de1a", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:34:51 GMT", + "Date": "Tue, 25 Oct 2022 10:27:05 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/776863bb-8a8d-44f7-a53a-3a648c6b3477?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f3ada3ae-1366-4300-948d-0776970f4f97?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "706", + "Content-Length": "704", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:34:55 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A34%3A55.1955534Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:27:09 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A27%3A08.6289355Z\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": "57d7dc80-8705-437e-ad34-269551660dd8", + "x-ms-correlation-request-id": "49833278-e92e-4059-9c9a-e0cb7c325988", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093456Z:57d7dc80-8705-437e-ad34-269551660dd8", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102710Z:49833278-e92e-4059-9c9a-e0cb7c325988", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad", "name": "sdk-py-tests-acc-1-af962dad", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A34%3A55.1955534Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A27%3A08.6289355Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:34:52.6967182Z" + "CreatedOnDate": "2022-10-25T10:27:06.5988559Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:34:55.0022218Z", + "createdAt": "2022-10-25T10:27:08.423184Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:34:55.0022218Z" + "lastModifiedAt": "2022-10-25T10:27:08.423184Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/776863bb-8a8d-44f7-a53a-3a648c6b3477?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f3ada3ae-1366-4300-948d-0776970f4f97?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:34:56 GMT", + "Date": "Tue, 25 Oct 2022 10:27:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "48f44d94-7f06-4313-a966-0f77a205d406", + "x-ms-correlation-request-id": "3dd704e5-ee1a-4099-9bc0-d7bc6f86cdc4", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093456Z:48f44d94-7f06-4313-a966-0f77a205d406", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102710Z:3dd704e5-ee1a-4099-9bc0-d7bc6f86cdc4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/776863bb-8a8d-44f7-a53a-3a648c6b3477", - "name": "776863bb-8a8d-44f7-a53a-3a648c6b3477", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f3ada3ae-1366-4300-948d-0776970f4f97", + "name": "f3ada3ae-1366-4300-948d-0776970f4f97", "status": "Succeeded", - "startTime": "2022-10-22T09:34:55.1947083Z", - "endTime": "2022-10-22T09:34:55.257208Z", + "startTime": "2022-10-25T10:27:08.6311494Z", + "endTime": "2022-10-25T10:27:08.6936504Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:34:56 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A34%3A55.2612072Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:27:10 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A27%3A08.6918739Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f48db1a1-8dd3-4662-bfd2-ff5096f6b770", + "x-ms-correlation-request-id": "c1495979-f1da-47d2-baf2-4fb62d4a8631", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093457Z:f48db1a1-8dd3-4662-bfd2-ff5096f6b770", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102710Z:c1495979-f1da-47d2-baf2-4fb62d4a8631", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad", "name": "sdk-py-tests-acc-1-af962dad", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A34%3A55.2612072Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A27%3A08.6918739Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:34:52.6967182Z" + "CreatedOnDate": "2022-10-25T10:27:06.5988559Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:34:55.0022218Z", + "createdAt": "2022-10-25T10:27:08.423184Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:34:55.0022218Z" + "lastModifiedAt": "2022-10-25T10:27:08.423184Z" } } }, @@ -400,30 +400,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/83863f55-1a3a-473e-92a5-d51e085999b4?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/978b9c03-5c1d-456a-bd85-e64ff2da6c25?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "881", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:34:59 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A34%3A59.0453479Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:27:13 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A27%3A12.6146377Z\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": "662e3238-bdf1-48e9-8411-6adc5514c719", + "x-ms-correlation-request-id": "337097c8-7907-4ed8-8c29-d27bf3be6695", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093500Z:662e3238-bdf1-48e9-8411-6adc5514c719", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102713Z:337097c8-7907-4ed8-8c29-d27bf3be6695", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A34%3A59.0453479Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A27%3A12.6146377Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:34:57.6396067Z" + "CreatedOnDate": "2022-10-25T10:27:11.0325737Z" }, "properties": { "enabled": true, @@ -435,15 +435,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:34:58.8801528Z", + "createdAt": "2022-10-25T10:27:12.4726235Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:34:58.8801528Z" + "lastModifiedAt": "2022-10-25T10:27:12.4726235Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/83863f55-1a3a-473e-92a5-d51e085999b4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/978b9c03-5c1d-456a-bd85-e64ff2da6c25?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -457,7 +457,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:34:59 GMT", + "Date": "Tue, 25 Oct 2022 10:27:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -465,17 +465,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f2f49dd-205e-4c02-b686-a2a86875f5be", + "x-ms-correlation-request-id": "b15f155a-5807-4655-b92f-ad104c880cc7", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093500Z:0f2f49dd-205e-4c02-b686-a2a86875f5be", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102713Z:b15f155a-5807-4655-b92f-ad104c880cc7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/83863f55-1a3a-473e-92a5-d51e085999b4", - "name": "83863f55-1a3a-473e-92a5-d51e085999b4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/978b9c03-5c1d-456a-bd85-e64ff2da6c25", + "name": "978b9c03-5c1d-456a-bd85-e64ff2da6c25", "status": "Succeeded", - "startTime": "2022-10-22T09:34:59.0385505Z", - "endTime": "2022-10-22T09:34:59.8042254Z", + "startTime": "2022-10-25T10:27:12.6235646Z", + "endTime": "2022-10-25T10:27:13.4204476Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1" @@ -497,8 +497,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:35:00 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A34%3A59.8126028Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:27:13 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A27%3A13.4081919Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -506,23 +506,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6651b040-767b-42d5-a251-846a8228fd0a", + "x-ms-correlation-request-id": "11e529be-5e05-44a2-8126-b4a9b5e41427", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093501Z:6651b040-767b-42d5-a251-846a8228fd0a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102714Z:11e529be-5e05-44a2-8126-b4a9b5e41427", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A34%3A59.8126028Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A27%3A13.4081919Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:34:57.6396067Z" + "CreatedOnDate": "2022-10-25T10:27:11.0325737Z" }, "properties": { "enabled": true, - "backupPolicyId": "cc2be005-51ec-11ed-ba37-768357df5023", + "backupPolicyId": "972e6716-544f-11ed-8554-2e12f04d8f72", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -532,10 +532,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:34:58.8801528Z", + "createdAt": "2022-10-25T10:27:12.4726235Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:34:58.8801528Z" + "lastModifiedAt": "2022-10-25T10:27:12.4726235Z" } } }, @@ -561,30 +561,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a08608d-36d0-4f98-86e4-bbba82f108a6?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd274625-2588-4d25-958d-f21a23d279d5?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "881", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:35:03 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A35%3A03.0450567Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:27:16 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A27%3A16.0346664Z\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": "34bb2dfa-3b60-48a4-9e55-97b8642e1de3", + "x-ms-correlation-request-id": "f2d14363-fd00-4965-ae8e-7519a9e035a1", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093504Z:34bb2dfa-3b60-48a4-9e55-97b8642e1de3", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102716Z:f2d14363-fd00-4965-ae8e-7519a9e035a1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2", "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-2", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A35%3A03.0450567Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A27%3A16.0346664Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:35:01.5015133Z" + "CreatedOnDate": "2022-10-25T10:27:14.6270870Z" }, "properties": { "enabled": true, @@ -596,15 +596,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:35:02.9134078Z", + "createdAt": "2022-10-25T10:27:15.8990521Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:35:02.9134078Z" + "lastModifiedAt": "2022-10-25T10:27:15.8990521Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a08608d-36d0-4f98-86e4-bbba82f108a6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd274625-2588-4d25-958d-f21a23d279d5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -618,7 +618,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:35:03 GMT", + "Date": "Tue, 25 Oct 2022 10:27:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -626,17 +626,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d7a223f3-7b9d-40a3-8eaf-2f5b4559fa97", + "x-ms-correlation-request-id": "d03fce12-d49a-43e8-91c7-b9391a73b4a5", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093504Z:d7a223f3-7b9d-40a3-8eaf-2f5b4559fa97", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102717Z:d03fce12-d49a-43e8-91c7-b9391a73b4a5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a08608d-36d0-4f98-86e4-bbba82f108a6", - "name": "9a08608d-36d0-4f98-86e4-bbba82f108a6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd274625-2588-4d25-958d-f21a23d279d5", + "name": "cd274625-2588-4d25-958d-f21a23d279d5", "status": "Succeeded", - "startTime": "2022-10-22T09:35:03.0385382Z", - "endTime": "2022-10-22T09:35:03.1323045Z", + "startTime": "2022-10-25T10:27:16.0386943Z", + "endTime": "2022-10-25T10:27:16.1011565Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2" @@ -658,8 +658,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:35:03 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A35%3A03.1187112Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:27:17 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A27%3A16.0996612Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -667,23 +667,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "05714cd8-d9b2-478a-9393-37569ac9dbf5", + "x-ms-correlation-request-id": "8f3a76b2-f1d9-4f60-a0aa-d81418784070", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093504Z:05714cd8-d9b2-478a-9393-37569ac9dbf5", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102717Z:8f3a76b2-f1d9-4f60-a0aa-d81418784070", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2", "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-2", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A35%3A03.1187112Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A27%3A16.0996612Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:35:01.5015133Z" + "CreatedOnDate": "2022-10-25T10:27:14.6270870Z" }, "properties": { "enabled": true, - "backupPolicyId": "ce25e86d-51ec-11ed-ba37-768357df5023", + "backupPolicyId": "98ca0bfe-544f-11ed-8554-2e12f04d8f72", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -693,10 +693,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:35:02.9134078Z", + "createdAt": "2022-10-25T10:27:15.8990521Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:35:02.9134078Z" + "lastModifiedAt": "2022-10-25T10:27:15.8990521Z" } } }, @@ -715,7 +715,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:35:04 GMT", + "Date": "Tue, 25 Oct 2022 10:27:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -723,9 +723,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e200d12b-b091-4033-9ad1-e5f7336eae80", + "x-ms-correlation-request-id": "23f2a8e4-6dee-4593-8f90-749623ef321a", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093505Z:e200d12b-b091-4033-9ad1-e5f7336eae80", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102717Z:23f2a8e4-6dee-4593-8f90-749623ef321a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -734,14 +734,14 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A34%3A59.8126028Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A27%3A13.4081919Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:34:57.6396067Z" + "CreatedOnDate": "2022-10-25T10:27:11.0325737Z" }, "properties": { "enabled": true, - "backupPolicyId": "cc2be005-51ec-11ed-ba37-768357df5023", + "backupPolicyId": "972e6716-544f-11ed-8554-2e12f04d8f72", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -751,24 +751,24 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:34:58.8801528Z", + "createdAt": "2022-10-25T10:27:12.4726235Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:34:58.8801528Z" + "lastModifiedAt": "2022-10-25T10:27:12.4726235Z" } }, { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2", "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-2", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A35%3A03.1187112Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A27%3A16.0996612Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:35:01.5015133Z" + "CreatedOnDate": "2022-10-25T10:27:14.6270870Z" }, "properties": { "enabled": true, - "backupPolicyId": "ce25e86d-51ec-11ed-ba37-768357df5023", + "backupPolicyId": "98ca0bfe-544f-11ed-8554-2e12f04d8f72", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -778,10 +778,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:35:02.9134078Z", + "createdAt": "2022-10-25T10:27:15.8990521Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:35:02.9134078Z" + "lastModifiedAt": "2022-10-25T10:27:15.8990521Z" } } ] @@ -800,25 +800,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4a7fb30-cfc7-49e5-9cb9-41070293243f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1350a4c4-e2d0-4734-9dcc-38e084f6a109?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 09:35:05 GMT", + "Date": "Tue, 25 Oct 2022 10:27:18 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4a7fb30-cfc7-49e5-9cb9-41070293243f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1350a4c4-e2d0-4734-9dcc-38e084f6a109?api-version=2022-05-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": "f3fe0e90-4eb6-4c10-bb18-102e8c8198b1", + "x-ms-correlation-request-id": "b4455c48-2dc8-4c5a-a562-f6c367d6c5d8", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093506Z:f3fe0e90-4eb6-4c10-bb18-102e8c8198b1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102718Z:b4455c48-2dc8-4c5a-a562-f6c367d6c5d8", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4a7fb30-cfc7-49e5-9cb9-41070293243f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1350a4c4-e2d0-4734-9dcc-38e084f6a109?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -832,7 +832,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:35:05 GMT", + "Date": "Tue, 25 Oct 2022 10:27:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -840,17 +840,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "736f7a87-4781-4ea2-bc9b-43726a7e953b", + "x-ms-correlation-request-id": "27854397-af4b-4818-a0bf-5fd51ea4b9ab", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093506Z:736f7a87-4781-4ea2-bc9b-43726a7e953b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102718Z:27854397-af4b-4818-a0bf-5fd51ea4b9ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4a7fb30-cfc7-49e5-9cb9-41070293243f", - "name": "d4a7fb30-cfc7-49e5-9cb9-41070293243f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1350a4c4-e2d0-4734-9dcc-38e084f6a109", + "name": "1350a4c4-e2d0-4734-9dcc-38e084f6a109", "status": "Succeeded", - "startTime": "2022-10-22T09:35:05.9768206Z", - "endTime": "2022-10-22T09:35:06.1955223Z", + "startTime": "2022-10-25T10:27:18.5393872Z", + "endTime": "2022-10-25T10:27:18.695566Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1" @@ -858,7 +858,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4a7fb30-cfc7-49e5-9cb9-41070293243f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1350a4c4-e2d0-4734-9dcc-38e084f6a109?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -872,7 +872,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:35:05 GMT", + "Date": "Tue, 25 Oct 2022 10:27:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -880,23 +880,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "95842ac1-83af-4326-91a4-6455c1798151", + "x-ms-correlation-request-id": "cded9102-0eeb-4ec3-a381-24caa3e36f6d", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093506Z:95842ac1-83af-4326-91a4-6455c1798151", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102719Z:cded9102-0eeb-4ec3-a381-24caa3e36f6d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A35%3A05.9550883Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A27%3A18.5362757Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:34:57.6396067Z" + "CreatedOnDate": "2022-10-25T10:27:11.0325737Z" }, "properties": { "enabled": true, - "backupPolicyId": "cc2be005-51ec-11ed-ba37-768357df5023", + "backupPolicyId": "972e6716-544f-11ed-8554-2e12f04d8f72", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -907,10 +907,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:34:58.8801528Z", + "createdAt": "2022-10-25T10:27:12.4726235Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:34:58.8801528Z" + "lastModifiedAt": "2022-10-25T10:27:12.4726235Z" } } }, @@ -929,15 +929,15 @@ "Cache-Control": "no-cache", "Content-Length": "299", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:35:09 GMT", + "Date": "Tue, 25 Oct 2022 10:27:21 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": "ad86cd46-dcce-4515-bc06-df60c2a2ed66", + "x-ms-correlation-request-id": "dd58adcf-f1fa-44d2-a0da-fc0c340c62a9", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093509Z:ad86cd46-dcce-4515-bc06-df60c2a2ed66", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102721Z:dd58adcf-f1fa-44d2-a0da-fc0c340c62a9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -960,25 +960,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5a5bbbc-826a-4d30-992b-8c6889e68370?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8698156-a43b-450f-9867-d634edf462f5?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 09:35:09 GMT", + "Date": "Tue, 25 Oct 2022 10:27:21 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5a5bbbc-826a-4d30-992b-8c6889e68370?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8698156-a43b-450f-9867-d634edf462f5?api-version=2022-05-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": "c396c6b2-1853-4c99-9bbc-e714674b01fa", + "x-ms-correlation-request-id": "6823a285-eb7f-4fc4-8b69-bed32d617f93", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093509Z:c396c6b2-1853-4c99-9bbc-e714674b01fa", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102722Z:6823a285-eb7f-4fc4-8b69-bed32d617f93", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5a5bbbc-826a-4d30-992b-8c6889e68370?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8698156-a43b-450f-9867-d634edf462f5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -992,7 +992,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:35:10 GMT", + "Date": "Tue, 25 Oct 2022 10:27:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1000,17 +1000,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d74f461-b092-4d79-b4cd-b8c42c50c229", + "x-ms-correlation-request-id": "2b1ee32b-14e0-4d2b-b2a2-bec7ae72468c", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093510Z:8d74f461-b092-4d79-b4cd-b8c42c50c229", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102722Z:2b1ee32b-14e0-4d2b-b2a2-bec7ae72468c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5a5bbbc-826a-4d30-992b-8c6889e68370", - "name": "b5a5bbbc-826a-4d30-992b-8c6889e68370", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8698156-a43b-450f-9867-d634edf462f5", + "name": "a8698156-a43b-450f-9867-d634edf462f5", "status": "Succeeded", - "startTime": "2022-10-22T09:35:09.7376484Z", - "endTime": "2022-10-22T09:35:09.8470371Z", + "startTime": "2022-10-25T10:27:22.1552328Z", + "endTime": "2022-10-25T10:27:22.2958118Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2" @@ -1018,7 +1018,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b5a5bbbc-826a-4d30-992b-8c6889e68370?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8698156-a43b-450f-9867-d634edf462f5?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1032,7 +1032,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:35:10 GMT", + "Date": "Tue, 25 Oct 2022 10:27:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1040,23 +1040,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f35f02e5-db3e-46bd-84f7-9db5a0b9efa8", + "x-ms-correlation-request-id": "fd900f97-d225-4226-bbec-df861737b58e", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093510Z:f35f02e5-db3e-46bd-84f7-9db5a0b9efa8", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102722Z:fd900f97-d225-4226-bbec-df861737b58e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad/backupPolicies/sdk-py-tests-backup-policy-2", "name": "sdk-py-tests-acc-1-af962dad/sdk-py-tests-backup-policy-2", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A35%3A09.7339267Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A27%3A22.1542178Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:35:01.5015133Z" + "CreatedOnDate": "2022-10-25T10:27:14.6270870Z" }, "properties": { "enabled": true, - "backupPolicyId": "ce25e86d-51ec-11ed-ba37-768357df5023", + "backupPolicyId": "98ca0bfe-544f-11ed-8554-2e12f04d8f72", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -1067,10 +1067,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:35:02.9134078Z", + "createdAt": "2022-10-25T10:27:15.8990521Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:35:02.9134078Z" + "lastModifiedAt": "2022-10-25T10:27:15.8990521Z" } } }, @@ -1089,15 +1089,15 @@ "Cache-Control": "no-cache", "Content-Length": "299", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:35:12 GMT", + "Date": "Tue, 25 Oct 2022 10:27:24 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": "6aabaa4e-8db1-4ce6-a499-64e321babe14", + "x-ms-correlation-request-id": "bd32966b-4f41-4b00-9e54-fdd882ca1884", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093512Z:6aabaa4e-8db1-4ce6-a499-64e321babe14", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102725Z:bd32966b-4f41-4b00-9e54-fdd882ca1884", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1122,7 +1122,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:36:03 GMT", + "Date": "Tue, 25 Oct 2022 10:28:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1130,9 +1130,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9fc0b42e-4f64-4b40-8a16-9a02e547d1ec", + "x-ms-correlation-request-id": "0a2a239e-0a79-4ab5-86f5-c6cbcc25b5aa", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093604Z:9fc0b42e-4f64-4b40-8a16-9a02e547d1ec", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102816Z:0a2a239e-0a79-4ab5-86f5-c6cbcc25b5aa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1152,25 +1152,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b39ea44d-92cc-421c-b38f-4841b81a265b?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6a36bb72-9cbc-4ee4-844d-112eb5aa8662?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 09:36:09 GMT", + "Date": "Tue, 25 Oct 2022 10:28:21 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b39ea44d-92cc-421c-b38f-4841b81a265b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6a36bb72-9cbc-4ee4-844d-112eb5aa8662?api-version=2022-05-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": "2bbfc870-d5b7-41b4-965b-fccc23b52ae0", + "x-ms-correlation-request-id": "1f3f3a7c-9bd0-4612-bc18-7727f2696d1c", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093609Z:2bbfc870-d5b7-41b4-965b-fccc23b52ae0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102822Z:1f3f3a7c-9bd0-4612-bc18-7727f2696d1c", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b39ea44d-92cc-421c-b38f-4841b81a265b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6a36bb72-9cbc-4ee4-844d-112eb5aa8662?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1184,7 +1184,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:36:09 GMT", + "Date": "Tue, 25 Oct 2022 10:28:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1192,17 +1192,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a95bb665-4498-4d9e-8e66-1c54ecbdbae2", + "x-ms-correlation-request-id": "bd1409b2-e223-4532-a01f-c1474c9b0232", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093610Z:a95bb665-4498-4d9e-8e66-1c54ecbdbae2", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102822Z:bd1409b2-e223-4532-a01f-c1474c9b0232", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b39ea44d-92cc-421c-b38f-4841b81a265b", - "name": "b39ea44d-92cc-421c-b38f-4841b81a265b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6a36bb72-9cbc-4ee4-844d-112eb5aa8662", + "name": "6a36bb72-9cbc-4ee4-844d-112eb5aa8662", "status": "Succeeded", - "startTime": "2022-10-22T09:36:09.8401454Z", - "endTime": "2022-10-22T09:36:09.8713493Z", + "startTime": "2022-10-25T10:28:21.969Z", + "endTime": "2022-10-25T10:28:22.0628302Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad" @@ -1210,7 +1210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b39ea44d-92cc-421c-b38f-4841b81a265b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6a36bb72-9cbc-4ee4-844d-112eb5aa8662?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1224,7 +1224,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:36:10 GMT", + "Date": "Tue, 25 Oct 2022 10:28:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1232,19 +1232,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "36856ff0-d4a3-4925-b489-4d339b64898c", + "x-ms-correlation-request-id": "71915279-e34f-429c-afa4-664a04d2202a", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093610Z:36856ff0-d4a3-4925-b489-4d339b64898c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102822Z:71915279-e34f-429c-afa4-664a04d2202a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-af962dad", "name": "sdk-py-tests-acc-1-af962dad", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A36%3A09.8415411Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A28%3A21.9702445Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:34:52.6967182Z" + "CreatedOnDate": "2022-10-25T10:27:06.5988559Z" }, "properties": { "encryption": { @@ -1255,10 +1255,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:34:55.0022218Z", + "createdAt": "2022-10-25T10:27:08.423184Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:34:55.0022218Z" + "lastModifiedAt": "2022-10-25T10:27:08.423184Z" } } }, @@ -1277,15 +1277,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:36:10 GMT", + "Date": "Tue, 25 Oct 2022 10:28: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": "63e8c977-b7b0-41e3-a7c0-5ef25c6784c8", + "x-ms-correlation-request-id": "6f866757-97d5-49b2-8042-2cad6ce67f85", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093610Z:63e8c977-b7b0-41e3-a7c0-5ef25c6784c8", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102822Z:6f866757-97d5-49b2-8042-2cad6ce67f85", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 df6c814e09f6..57b0aeb0f3ca 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 @@ -17,7 +17,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:37:18 GMT", + "Date": "Tue, 25 Oct 2022 10:29:28 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:37:18 GMT", + "Date": "Tue, 25 Oct 2022 10:29:28 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.13845.10 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "9cef55ec-9d66-43ca-8229-fd546c0546db", + "client-request-id": "a0832c66-eb1d-40de-912d-08278af22d0a", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "9cef55ec-9d66-43ca-8229-fd546c0546db", + "client-request-id": "a0832c66-eb1d-40de-912d-08278af22d0a", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:37:18 GMT", + "Date": "Tue, 25 Oct 2022 10:29:29 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/976fb758-2be3-4b6c-8b93-6d441d8cb277?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f20f46a-ba95-4c51-9433-86b06e1d58f7?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "703", + "Content-Length": "702", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:37:23 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A21.935569Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:29:33 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A29%3A32.5559506Z\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": "3d3740de-4ca9-40d3-81b0-43daab849423", + "x-ms-correlation-request-id": "00367662-d6a7-487d-9b4c-b79b522532e6", "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093723Z:3d3740de-4ca9-40d3-81b0-43daab849423", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102933Z:00367662-d6a7-487d-9b4c-b79b522532e6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74", "name": "sdk-py-tests-acc-1-cdf2e74", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A21.935569Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A29%3A32.5559506Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:37:19.6753518Z" + "CreatedOnDate": "2022-10-25T10:29:30.9479432Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:37:21.6753293Z", + "createdAt": "2022-10-25T10:29:32.408164Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:37:21.6753293Z" + "lastModifiedAt": "2022-10-25T10:29:32.408164Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/976fb758-2be3-4b6c-8b93-6d441d8cb277?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f20f46a-ba95-4c51-9433-86b06e1d58f7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:37:23 GMT", + "Date": "Tue, 25 Oct 2022 10:29:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0002f304-d970-4774-a062-4bbf8e89d3ad", + "x-ms-correlation-request-id": "f57bd4d0-c834-419a-b7cc-22ff5e08530f", "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093723Z:0002f304-d970-4774-a062-4bbf8e89d3ad", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102934Z:f57bd4d0-c834-419a-b7cc-22ff5e08530f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/976fb758-2be3-4b6c-8b93-6d441d8cb277", - "name": "976fb758-2be3-4b6c-8b93-6d441d8cb277", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2f20f46a-ba95-4c51-9433-86b06e1d58f7", + "name": "2f20f46a-ba95-4c51-9433-86b06e1d58f7", "status": "Succeeded", - "startTime": "2022-10-22T09:37:21.9413561Z", - "endTime": "2022-10-22T09:37:21.9726138Z", + "startTime": "2022-10-25T10:29:32.5592894Z", + "endTime": "2022-10-25T10:29:32.6061661Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:37:23 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A21.9772878Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:29:33 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A29%3A32.6041382Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "97c2aa30-685d-4c5c-8069-fe2d4104eb6c", + "x-ms-correlation-request-id": "02df0da9-466a-4a17-857b-c9a64cd77822", "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093724Z:97c2aa30-685d-4c5c-8069-fe2d4104eb6c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102934Z:02df0da9-466a-4a17-857b-c9a64cd77822", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74", "name": "sdk-py-tests-acc-1-cdf2e74", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A21.9772878Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A29%3A32.6041382Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:37:19.6753518Z" + "CreatedOnDate": "2022-10-25T10:29:30.9479432Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:37:21.6753293Z", + "createdAt": "2022-10-25T10:29:32.408164Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:37:21.6753293Z" + "lastModifiedAt": "2022-10-25T10:29:32.408164Z" } } }, @@ -400,30 +400,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68499de0-6b52-4dfa-a1b9-f9a6e4f61b60?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/34719604-777c-432a-ac64-ae7b6701ecd1?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "879", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:37:26 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A25.9672629Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:29:36 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A29%3A36.1428824Z\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": "f3688a03-39aa-4b9c-8049-d11868ecc221", + "x-ms-correlation-request-id": "adf2bba8-f78f-4d2f-abb9-5aa0cd3651ce", "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093727Z:f3688a03-39aa-4b9c-8049-d11868ecc221", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102937Z:adf2bba8-f78f-4d2f-abb9-5aa0cd3651ce", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-cdf2e74/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A25.9672629Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A29%3A36.1428824Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:37:24.4273299Z" + "CreatedOnDate": "2022-10-25T10:29:34.7160536Z" }, "properties": { "enabled": true, @@ -435,15 +435,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:37:25.8342943Z", + "createdAt": "2022-10-25T10:29:36.0043986Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:37:25.8342943Z" + "lastModifiedAt": "2022-10-25T10:29:36.0043986Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68499de0-6b52-4dfa-a1b9-f9a6e4f61b60?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/34719604-777c-432a-ac64-ae7b6701ecd1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -457,7 +457,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:37:27 GMT", + "Date": "Tue, 25 Oct 2022 10:29:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -465,17 +465,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9af1e47b-6dfd-46cd-8054-5d74a562d75b", + "x-ms-correlation-request-id": "d48b4bf0-04f4-40ff-9787-b703a2e4b87a", "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093727Z:9af1e47b-6dfd-46cd-8054-5d74a562d75b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102937Z:d48b4bf0-04f4-40ff-9787-b703a2e4b87a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68499de0-6b52-4dfa-a1b9-f9a6e4f61b60", - "name": "68499de0-6b52-4dfa-a1b9-f9a6e4f61b60", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/34719604-777c-432a-ac64-ae7b6701ecd1", + "name": "34719604-777c-432a-ac64-ae7b6701ecd1", "status": "Succeeded", - "startTime": "2022-10-22T09:37:25.972664Z", - "endTime": "2022-10-22T09:37:26.6132324Z", + "startTime": "2022-10-25T10:29:36.1531046Z", + "endTime": "2022-10-25T10:29:36.9031149Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1" @@ -497,8 +497,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:37:27 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A26.6186338Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:29:37 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A29%3A36.887707Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -506,23 +506,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4cd8d23-71ad-47b0-92e8-fa4671e5ed20", + "x-ms-correlation-request-id": "24bd64a2-78c2-4649-aa24-7708ee570491", "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093727Z:a4cd8d23-71ad-47b0-92e8-fa4671e5ed20", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102938Z:24bd64a2-78c2-4649-aa24-7708ee570491", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-cdf2e74/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A26.6186338Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A29%3A36.887707Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:37:24.4273299Z" + "CreatedOnDate": "2022-10-25T10:29:34.7160536Z" }, "properties": { "enabled": true, - "backupPolicyId": "23ade2e4-51ed-11ed-ba37-768357df5023", + "backupPolicyId": "ecb470ab-544f-11ed-8554-2e12f04d8f72", "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, @@ -532,10 +532,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:37:25.8342943Z", + "createdAt": "2022-10-25T10:29:36.0043986Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:37:25.8342943Z" + "lastModifiedAt": "2022-10-25T10:29:36.0043986Z" } } }, @@ -561,36 +561,36 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa81b01-1bc5-4a70-8562-79405b3bc271?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ec67ce09-ca97-41fc-adbc-f58dcedb7a83?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "955", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:37:28 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A28.1647496Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:29:38 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A29%3A38.5617568Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa81b01-1bc5-4a70-8562-79405b3bc271?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ec67ce09-ca97-41fc-adbc-f58dcedb7a83?api-version=2022-05-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": "9cdcfd55-4822-46fe-8e05-3811c12e9a0e", + "x-ms-correlation-request-id": "d327fbcc-9028-456c-976a-9f5e16508af3", "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093728Z:9cdcfd55-4822-46fe-8e05-3811c12e9a0e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102938Z:d327fbcc-9028-456c-976a-9f5e16508af3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-cdf2e74/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A28.1647496Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A29%3A38.5617568Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:37:24.4273299Z" + "CreatedOnDate": "2022-10-25T10:29:34.7160536Z" }, "properties": { "provisioningState": "Patching", "enabled": true, - "backupPolicyId": "23ade2e4-51ed-11ed-ba37-768357df5023", + "backupPolicyId": "ecb470ab-544f-11ed-8554-2e12f04d8f72", "dailyBackupsToKeep": 0, "weeklyBackupsToKeep": 1, "monthlyBackupsToKeep": 0, @@ -599,15 +599,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:37:25.8342943Z", + "createdAt": "2022-10-25T10:29:36.0043986Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:37:25.8342943Z" + "lastModifiedAt": "2022-10-25T10:29:36.0043986Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa81b01-1bc5-4a70-8562-79405b3bc271?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ec67ce09-ca97-41fc-adbc-f58dcedb7a83?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -621,7 +621,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:37:28 GMT", + "Date": "Tue, 25 Oct 2022 10:29:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -629,17 +629,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c8df72ca-cb5e-45d6-8405-7f784c99f746", + "x-ms-correlation-request-id": "e5c2f7b3-8c68-4998-9d78-a0f7cdf78f8b", "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093728Z:c8df72ca-cb5e-45d6-8405-7f784c99f746", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102939Z:e5c2f7b3-8c68-4998-9d78-a0f7cdf78f8b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/efa81b01-1bc5-4a70-8562-79405b3bc271", - "name": "efa81b01-1bc5-4a70-8562-79405b3bc271", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ec67ce09-ca97-41fc-adbc-f58dcedb7a83", + "name": "ec67ce09-ca97-41fc-adbc-f58dcedb7a83", "status": "Succeeded", - "startTime": "2022-10-22T09:37:28.1602175Z", - "endTime": "2022-10-22T09:37:28.2696Z", + "startTime": "2022-10-25T10:29:38.5751638Z", + "endTime": "2022-10-25T10:29:38.7626495Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1" @@ -661,8 +661,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:37:28 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A28.2776854Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 10:29:38 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T10%3A29%3A38.7546479Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -670,24 +670,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8bcef013-233f-4be3-9afc-a3332ed1c066", + "x-ms-correlation-request-id": "9546861e-d633-4549-b197-2525c41c7c8e", "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093728Z:8bcef013-233f-4be3-9afc-a3332ed1c066", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102939Z:9546861e-d633-4549-b197-2525c41c7c8e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-cdf2e74/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A28.2776854Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A29%3A38.7546479Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:37:27.8469683Z" + "CreatedOnDate": "2022-10-25T10:29:38.2591795Z" }, "properties": { "provisioningState": "Succeeded", "enabled": true, - "backupPolicyId": "23ade2e4-51ed-11ed-ba37-768357df5023", + "backupPolicyId": "ecb470ab-544f-11ed-8554-2e12f04d8f72", "dailyBackupsToKeep": 0, "weeklyBackupsToKeep": 1, "monthlyBackupsToKeep": 0, @@ -696,10 +696,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:37:25.8342943Z", + "createdAt": "2022-10-25T10:29:36.0043986Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:37:28.0233902Z" + "lastModifiedAt": "2022-10-25T10:29:38.4279908Z" } } }, @@ -716,25 +716,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7affa271-90dc-4de1-ba3b-ae56f0d8d043?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3c5160b8-d218-40e9-9dfb-bb290929d6c1?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 09:37:29 GMT", + "Date": "Tue, 25 Oct 2022 10:29:39 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7affa271-90dc-4de1-ba3b-ae56f0d8d043?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3c5160b8-d218-40e9-9dfb-bb290929d6c1?api-version=2022-05-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": "8da916ff-1de6-466a-9b2a-c246a15979d1", + "x-ms-correlation-request-id": "a79118e4-a501-4f45-94c2-b3ec821af50e", "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093729Z:8da916ff-1de6-466a-9b2a-c246a15979d1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102940Z:a79118e4-a501-4f45-94c2-b3ec821af50e", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7affa271-90dc-4de1-ba3b-ae56f0d8d043?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3c5160b8-d218-40e9-9dfb-bb290929d6c1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -748,7 +748,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:37:29 GMT", + "Date": "Tue, 25 Oct 2022 10:29:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -756,17 +756,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a8704e3-bbef-4c92-924a-cf2687db85ed", + "x-ms-correlation-request-id": "abca8f14-09a3-478d-9d3d-62108f9d3513", "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093729Z:1a8704e3-bbef-4c92-924a-cf2687db85ed", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102940Z:abca8f14-09a3-478d-9d3d-62108f9d3513", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7affa271-90dc-4de1-ba3b-ae56f0d8d043", - "name": "7affa271-90dc-4de1-ba3b-ae56f0d8d043", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3c5160b8-d218-40e9-9dfb-bb290929d6c1", + "name": "3c5160b8-d218-40e9-9dfb-bb290929d6c1", "status": "Succeeded", - "startTime": "2022-10-22T09:37:29.5390801Z", - "endTime": "2022-10-22T09:37:29.6640529Z", + "startTime": "2022-10-25T10:29:39.9567237Z", + "endTime": "2022-10-25T10:29:40.0817425Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1" @@ -774,7 +774,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7affa271-90dc-4de1-ba3b-ae56f0d8d043?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3c5160b8-d218-40e9-9dfb-bb290929d6c1?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -788,7 +788,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:37:29 GMT", + "Date": "Tue, 25 Oct 2022 10:29:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -796,23 +796,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7418cc04-81dd-47a0-b75f-2943d1cd2834", + "x-ms-correlation-request-id": "f3624bf8-388a-4322-aae6-f982161dc0a6", "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093730Z:7418cc04-81dd-47a0-b75f-2943d1cd2834", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102940Z:f3624bf8-388a-4322-aae6-f982161dc0a6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1-cdf2e74/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A37%3A29.5439618Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A29%3A39.9569649Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:37:27.8469683Z" + "CreatedOnDate": "2022-10-25T10:29:38.2591795Z" }, "properties": { "enabled": true, - "backupPolicyId": "23ade2e4-51ed-11ed-ba37-768357df5023", + "backupPolicyId": "ecb470ab-544f-11ed-8554-2e12f04d8f72", "dailyBackupsToKeep": 0, "weeklyBackupsToKeep": 1, "monthlyBackupsToKeep": 0, @@ -823,10 +823,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:37:25.8342943Z", + "createdAt": "2022-10-25T10:29:36.0043986Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:37:28.0233902Z" + "lastModifiedAt": "2022-10-25T10:29:38.4279908Z" } } }, @@ -845,15 +845,15 @@ "Cache-Control": "no-cache", "Content-Length": "298", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:37:32 GMT", + "Date": "Tue, 25 Oct 2022 10:29: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": "8d427fa5-495d-4644-8283-a6153e262c85", + "x-ms-correlation-request-id": "895b5b42-3a45-4e68-8d82-4ab1ef063406", "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093732Z:8d427fa5-495d-4644-8283-a6153e262c85", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T102942Z:895b5b42-3a45-4e68-8d82-4ab1ef063406", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -876,25 +876,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6648b623-974e-4021-809b-9e3787dc6f62?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e22bb60-69b8-4f5b-abb4-b8bc8dba5b5e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 09:38:24 GMT", + "Date": "Tue, 25 Oct 2022 10:30:34 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6648b623-974e-4021-809b-9e3787dc6f62?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e22bb60-69b8-4f5b-abb4-b8bc8dba5b5e?api-version=2022-05-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": "132a287b-9be4-458a-bfda-290884ec5e0e", + "x-ms-correlation-request-id": "4b168922-74a1-4e0b-9ff2-dcc0b4ef434a", "x-ms-ratelimit-remaining-subscription-deletes": "14991", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093824Z:132a287b-9be4-458a-bfda-290884ec5e0e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103034Z:4b168922-74a1-4e0b-9ff2-dcc0b4ef434a", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6648b623-974e-4021-809b-9e3787dc6f62?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e22bb60-69b8-4f5b-abb4-b8bc8dba5b5e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -908,7 +908,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:38:24 GMT", + "Date": "Tue, 25 Oct 2022 10:30:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -916,17 +916,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0bbd2c94-905b-4635-ae29-ef1a043618af", + "x-ms-correlation-request-id": "ad325ec8-ab06-4f10-a6b6-32ea483d72f2", "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093824Z:0bbd2c94-905b-4635-ae29-ef1a043618af", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103034Z:ad325ec8-ab06-4f10-a6b6-32ea483d72f2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6648b623-974e-4021-809b-9e3787dc6f62", - "name": "6648b623-974e-4021-809b-9e3787dc6f62", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e22bb60-69b8-4f5b-abb4-b8bc8dba5b5e", + "name": "3e22bb60-69b8-4f5b-abb4-b8bc8dba5b5e", "status": "Succeeded", - "startTime": "2022-10-22T09:38:24.2312005Z", - "endTime": "2022-10-22T09:38:24.2937477Z", + "startTime": "2022-10-25T10:30:34.3509696Z", + "endTime": "2022-10-25T10:30:34.5074018Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74" @@ -934,7 +934,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6648b623-974e-4021-809b-9e3787dc6f62?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e22bb60-69b8-4f5b-abb4-b8bc8dba5b5e?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -948,7 +948,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:38:24 GMT", + "Date": "Tue, 25 Oct 2022 10:30:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -956,19 +956,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a4c4464-83d6-4126-97a2-c17acb7e1eef", + "x-ms-correlation-request-id": "b5ac3f20-5697-4423-844a-6a8b758dbacd", "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093824Z:3a4c4464-83d6-4126-97a2-c17acb7e1eef", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103035Z:b5ac3f20-5697-4423-844a-6a8b758dbacd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cdf2e74", "name": "sdk-py-tests-acc-1-cdf2e74", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T09%3A38%3A24.2097063Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T10%3A30%3A34.3490675Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T09:37:19.6753518Z" + "CreatedOnDate": "2022-10-25T10:29:30.9479432Z" }, "properties": { "encryption": { @@ -979,10 +979,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T09:37:21.6753293Z", + "createdAt": "2022-10-25T10:29:32.408164Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T09:37:21.6753293Z" + "lastModifiedAt": "2022-10-25T10:29:32.408164Z" } } }, @@ -1001,15 +1001,15 @@ "Cache-Control": "no-cache", "Content-Length": "254", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 09:38:25 GMT", + "Date": "Tue, 25 Oct 2022 10:30: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": "4da6ebdb-cdc9-4af2-b261-e73eaa53953a", + "x-ms-correlation-request-id": "537e0a19-2f1f-455e-aead-465f7b1709df", "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T093825Z:4da6ebdb-cdc9-4af2-b261-e73eaa53953a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T103035Z:537e0a19-2f1f-455e-aead-465f7b1709df", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 fb759195676d..1421e1617ee7 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 08:18:49 GMT", + "Date": "Tue, 25 Oct 2022 12:50: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.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 08:18:49 GMT", + "Date": "Tue, 25 Oct 2022 12:50: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.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "4f93a23d-9dd8-41eb-873c-a6cd5bf49234", + "client-request-id": "78b2653d-77a3-4346-8683-215a8b203d8f", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "4f93a23d-9dd8-41eb-873c-a6cd5bf49234", + "client-request-id": "78b2653d-77a3-4346-8683-215a8b203d8f", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 08:18:50 GMT", + "Date": "Tue, 25 Oct 2022 12:50:42 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02a8b658-95eb-4465-a74b-f0ebb2e7cf02?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a7452cb5-0ce9-462c-9cd2-036673f2ae18?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "706", + "Content-Length": "705", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 08:18:58 GMT", - "ETag": "W/\u0022datetime\u00272022-10-24T08%3A18%3A57.5229398Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:50:50 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A50%3A49.730194Z\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": "54bcf734-6e75-403b-8458-56d13745c3dd", + "x-ms-correlation-request-id": "4b17d02e-6569-429c-afb2-a0a8df6f3107", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T081859Z:54bcf734-6e75-403b-8458-56d13745c3dd", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125050Z:4b17d02e-6569-429c-afb2-a0a8df6f3107", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b", "name": "sdk-py-tests-acc-1-18a4278b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-24T08%3A18%3A57.5229398Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A50%3A49.730194Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T08:18:53.6337451Z" + "CreatedOnDate": "2022-10-25T12:50:46.2150798Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T08:18:56.5067703Z", + "createdAt": "2022-10-25T12:50:48.7265471Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T08:18:56.5067703Z" + "lastModifiedAt": "2022-10-25T12:50:48.7265471Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02a8b658-95eb-4465-a74b-f0ebb2e7cf02?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a7452cb5-0ce9-462c-9cd2-036673f2ae18?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 08:18:58 GMT", + "Date": "Tue, 25 Oct 2022 12:50:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "179a1232-e674-4962-a3a6-f53ad5711689", + "x-ms-correlation-request-id": "327ebba4-4bdd-41e1-b369-c6e5f133bd8c", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T081859Z:179a1232-e674-4962-a3a6-f53ad5711689", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125051Z:327ebba4-4bdd-41e1-b369-c6e5f133bd8c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02a8b658-95eb-4465-a74b-f0ebb2e7cf02", - "name": "02a8b658-95eb-4465-a74b-f0ebb2e7cf02", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a7452cb5-0ce9-462c-9cd2-036673f2ae18", + "name": "a7452cb5-0ce9-462c-9cd2-036673f2ae18", "status": "Succeeded", - "startTime": "2022-10-24T08:18:57.5233773Z", - "endTime": "2022-10-24T08:18:57.585825Z", + "startTime": "2022-10-25T12:50:49.7323585Z", + "endTime": "2022-10-25T12:50:49.7635932Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 08:18:59 GMT", - "ETag": "W/\u0022datetime\u00272022-10-24T08%3A18%3A57.587622Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:50:51 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A50%3A49.7686329Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "464b06c4-eca6-4d19-8c86-4a50784db599", + "x-ms-correlation-request-id": "4c969c66-913b-4118-a388-5212da578b76", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T081859Z:464b06c4-eca6-4d19-8c86-4a50784db599", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125051Z:4c969c66-913b-4118-a388-5212da578b76", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b", "name": "sdk-py-tests-acc-1-18a4278b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-24T08%3A18%3A57.587622Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A50%3A49.7686329Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T08:18:53.6337451Z" + "CreatedOnDate": "2022-10-25T12:50:46.2150798Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T08:18:56.5067703Z", + "createdAt": "2022-10-25T12:50:48.7265471Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T08:18:56.5067703Z" + "lastModifiedAt": "2022-10-25T12:50:48.7265471Z" } } }, @@ -400,30 +400,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/783d5143-b7c5-4760-a713-8247561c3638?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d5ed995-eea7-4c35-830c-53b9c61ed787?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 08:19:02 GMT", - "ETag": "W/\u0022datetime\u00272022-10-24T08%3A19%3A02.1652766Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:50:55 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A50%3A54.1846448Z\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": "82112904-daff-41e6-be75-167ee1bad79d", + "x-ms-correlation-request-id": "25d10d1c-fe3e-4bbd-a6d9-a167820cd041", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T081903Z:82112904-daff-41e6-be75-167ee1bad79d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125055Z:25d10d1c-fe3e-4bbd-a6d9-a167820cd041", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-18a4278b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-24T08%3A19%3A02.1652766Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A50%3A54.1846448Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T08:19:00.9215547Z" + "CreatedOnDate": "2022-10-25T12:50:52.0028387Z" }, "properties": { "serviceLevel": "Premium", @@ -437,15 +437,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T08:19:01.9001241Z", + "createdAt": "2022-10-25T12:50:53.9181021Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T08:19:01.9001241Z" + "lastModifiedAt": "2022-10-25T12:50:53.9181021Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/783d5143-b7c5-4760-a713-8247561c3638?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d5ed995-eea7-4c35-830c-53b9c61ed787?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 08:19:02 GMT", + "Date": "Tue, 25 Oct 2022 12:50:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -467,17 +467,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e615829-00c8-4d0a-aeb5-99178b3a5aeb", + "x-ms-correlation-request-id": "6eecbcf1-5776-461b-b905-8cd4bed13e75", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T081903Z:7e615829-00c8-4d0a-aeb5-99178b3a5aeb", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125055Z:6eecbcf1-5776-461b-b905-8cd4bed13e75", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/783d5143-b7c5-4760-a713-8247561c3638", - "name": "783d5143-b7c5-4760-a713-8247561c3638", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d5ed995-eea7-4c35-830c-53b9c61ed787", + "name": "0d5ed995-eea7-4c35-830c-53b9c61ed787", "status": "Succeeded", - "startTime": "2022-10-24T08:19:02.1694219Z", - "endTime": "2022-10-24T08:19:03.4069714Z", + "startTime": "2022-10-25T12:50:54.2345914Z", + "endTime": "2022-10-25T12:50:55.0940472Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1" @@ -499,8 +499,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 08:19:03 GMT", - "ETag": "W/\u0022datetime\u00272022-10-24T08%3A19%3A03.3983253Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:50:56 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A50%3A55.0876052Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -508,22 +508,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2f7c6bf1-4e66-4f0b-9fbb-a82be2a13562", + "x-ms-correlation-request-id": "bf6a31c7-1fa4-4da5-8563-0b6b520699a7", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T081903Z:2f7c6bf1-4e66-4f0b-9fbb-a82be2a13562", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125056Z:bf6a31c7-1fa4-4da5-8563-0b6b520699a7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-18a4278b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-24T08%3A19%3A03.3983253Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A50%3A55.0876052Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T08:19:00.9215547Z" + "CreatedOnDate": "2022-10-25T12:50:52.0028387Z" }, "properties": { - "poolId": "ab0bec9c-caac-78b2-47fa-2f1bc8b2979a", + "poolId": "adf89e59-bf31-2ceb-865c-115cf308bb08", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -536,10 +536,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T08:19:01.9001241Z", + "createdAt": "2022-10-25T12:50:53.9181021Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T08:19:01.9001241Z" + "lastModifiedAt": "2022-10-25T12:50:53.9181021Z" } } }, @@ -558,7 +558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 08:19:03 GMT", + "Date": "Tue, 25 Oct 2022 12:50:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -566,9 +566,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "baba7ed8-2f9d-4a1f-8cfd-eb981007533f", + "x-ms-correlation-request-id": "0cc2c43b-f2ca-40ef-8c88-e0f868c55aff", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T081904Z:baba7ed8-2f9d-4a1f-8cfd-eb981007533f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125056Z:0cc2c43b-f2ca-40ef-8c88-e0f868c55aff", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -577,13 +577,13 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-18a4278b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-24T08%3A19%3A03.3983253Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A50%3A55.0876052Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T08:19:00.9215547Z" + "CreatedOnDate": "2022-10-25T12:50:52.0028387Z" }, "properties": { - "poolId": "ab0bec9c-caac-78b2-47fa-2f1bc8b2979a", + "poolId": "adf89e59-bf31-2ceb-865c-115cf308bb08", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -596,10 +596,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T08:19:01.9001241Z", + "createdAt": "2022-10-25T12:50:53.9181021Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T08:19:01.9001241Z" + "lastModifiedAt": "2022-10-25T12:50:53.9181021Z" } } ] @@ -618,25 +618,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e55d933d-22cf-4286-81b0-07e5c274f790?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf8f42c8-c864-4be1-9390-870e54cd492a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 24 Oct 2022 08:19:14 GMT", + "Date": "Tue, 25 Oct 2022 12:51:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e55d933d-22cf-4286-81b0-07e5c274f790?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf8f42c8-c864-4be1-9390-870e54cd492a?api-version=2022-05-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": "07d4bbe1-2ed4-4331-b974-184ab8f2c6bd", + "x-ms-correlation-request-id": "f024e2e5-bf65-44d6-96cb-bd98e6891d8b", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T081915Z:07d4bbe1-2ed4-4331-b974-184ab8f2c6bd", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125107Z:f024e2e5-bf65-44d6-96cb-bd98e6891d8b", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e55d933d-22cf-4286-81b0-07e5c274f790?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf8f42c8-c864-4be1-9390-870e54cd492a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -650,7 +650,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 08:19:14 GMT", + "Date": "Tue, 25 Oct 2022 12:51:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -658,17 +658,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f88ed07c-3b30-4e42-be6b-99d46085c749", + "x-ms-correlation-request-id": "dd8c1fde-ec89-4d87-8e3a-10390592a8f9", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T081915Z:f88ed07c-3b30-4e42-be6b-99d46085c749", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125107Z:dd8c1fde-ec89-4d87-8e3a-10390592a8f9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf8f42c8-c864-4be1-9390-870e54cd492a", + "name": "cf8f42c8-c864-4be1-9390-870e54cd492a", + "status": "Deleting", + "startTime": "2022-10-25T12:51:07.2370025Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf8f42c8-c864-4be1-9390-870e54cd492a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 12:51: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": "7f36f081-8e55-418d-9f54-bf202c5cd304", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125137Z:7f36f081-8e55-418d-9f54-bf202c5cd304", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e55d933d-22cf-4286-81b0-07e5c274f790", - "name": "e55d933d-22cf-4286-81b0-07e5c274f790", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf8f42c8-c864-4be1-9390-870e54cd492a", + "name": "cf8f42c8-c864-4be1-9390-870e54cd492a", "status": "Succeeded", - "startTime": "2022-10-24T08:19:14.9106923Z", - "endTime": "2022-10-24T08:19:15.1606474Z", + "startTime": "2022-10-25T12:51:07.2370025Z", + "endTime": "2022-10-25T12:51:08.3932876Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1" @@ -676,7 +716,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e55d933d-22cf-4286-81b0-07e5c274f790?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf8f42c8-c864-4be1-9390-870e54cd492a?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -690,7 +730,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 08:19:14 GMT", + "Date": "Tue, 25 Oct 2022 12:51:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -698,22 +738,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "998753ee-ab06-45b6-adca-9eec9184594b", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T081915Z:998753ee-ab06-45b6-adca-9eec9184594b", + "x-ms-correlation-request-id": "d3937216-d80c-49ff-b7a2-91147e4b6a0e", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125138Z:d3937216-d80c-49ff-b7a2-91147e4b6a0e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-18a4278b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-24T08%3A19%3A14.9027949Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A51%3A07.2366878Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T08:19:00.9215547Z" + "CreatedOnDate": "2022-10-25T12:50:52.0028387Z" }, "properties": { - "poolId": "ab0bec9c-caac-78b2-47fa-2f1bc8b2979a", + "poolId": "adf89e59-bf31-2ceb-865c-115cf308bb08", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b/capacityPools/sdk-py-tests-pool-1", @@ -727,10 +767,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T08:19:01.9001241Z", + "createdAt": "2022-10-25T12:50:53.9181021Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T08:19:01.9001241Z" + "lastModifiedAt": "2022-10-25T12:50:53.9181021Z" } } }, @@ -748,16 +788,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 24 Oct 2022 08:19:27 GMT", + "Date": "Tue, 25 Oct 2022 12:51: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": "ab7aec83-1c99-4559-84fe-fb628edc441f", + "x-ms-correlation-request-id": "260f1e27-eee5-4677-885b-69cb45676158", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T081927Z:ab7aec83-1c99-4559-84fe-fb628edc441f", - "X-Powered-By": "ASP.NET" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125148Z:260f1e27-eee5-4677-885b-69cb45676158" }, "ResponseBody": null }, @@ -775,14 +813,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 24 Oct 2022 08:19:38 GMT", + "Date": "Tue, 25 Oct 2022 12:51:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fc673ee1-1d89-4911-a1d1-3977bac6c140", + "x-ms-correlation-request-id": "e48ede6a-1a2b-4c40-a419-af9efa4dad7d", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T081938Z:fc673ee1-1d89-4911-a1d1-3977bac6c140" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125158Z:e48ede6a-1a2b-4c40-a419-af9efa4dad7d" }, "ResponseBody": null }, @@ -800,14 +838,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 24 Oct 2022 08:19:48 GMT", + "Date": "Tue, 25 Oct 2022 12:52:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85280fb8-5f5b-46d4-b592-e56b980f2def", + "x-ms-correlation-request-id": "aa483eea-ff30-4f24-b6f7-03f625be0aba", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T081948Z:85280fb8-5f5b-46d4-b592-e56b980f2def" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125208Z:aa483eea-ff30-4f24-b6f7-03f625be0aba" }, "ResponseBody": null }, @@ -825,14 +863,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 24 Oct 2022 08:19:58 GMT", + "Date": "Tue, 25 Oct 2022 12:52:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9cdd9ef-8e0a-4adc-8f83-4a8b3ffbfcf7", + "x-ms-correlation-request-id": "aea4ee5b-c408-4713-9c65-f10651ac4aef", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T081958Z:b9cdd9ef-8e0a-4adc-8f83-4a8b3ffbfcf7" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125219Z:aea4ee5b-c408-4713-9c65-f10651ac4aef" }, "ResponseBody": null }, @@ -851,14 +889,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 08:20:08 GMT", + "Date": "Tue, 25 Oct 2022 12:52:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bc659ed4-1043-4d4b-bc94-c8a766feae5f", + "x-ms-correlation-request-id": "0af034ab-4144-476b-81b9-47a8e436f6f4", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T082009Z:bc659ed4-1043-4d4b-bc94-c8a766feae5f" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125229Z:0af034ab-4144-476b-81b9-47a8e436f6f4" }, "ResponseBody": { "error": { @@ -882,7 +920,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 08:20:08 GMT", + "Date": "Tue, 25 Oct 2022 12:52:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -890,9 +928,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b906e857-b7cc-4d2e-a7e2-984b3b589e83", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T082009Z:b906e857-b7cc-4d2e-a7e2-984b3b589e83", + "x-ms-correlation-request-id": "732168d5-4054-45f4-b8d1-dc9598ca113d", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125230Z:732168d5-4054-45f4-b8d1-dc9598ca113d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -912,25 +950,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f507afda-173f-411b-876a-62ae1351b126?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/999b9473-05b4-412d-8701-32466dfd220e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 24 Oct 2022 08:20:09 GMT", + "Date": "Tue, 25 Oct 2022 12:52:31 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f507afda-173f-411b-876a-62ae1351b126?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/999b9473-05b4-412d-8701-32466dfd220e?api-version=2022-05-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": "3e42c926-9842-4b9f-b9e4-744f552fff75", + "x-ms-correlation-request-id": "84db3a0b-46bc-40e6-b1a5-feb9cf5a7cd4", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T082010Z:3e42c926-9842-4b9f-b9e4-744f552fff75", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125231Z:84db3a0b-46bc-40e6-b1a5-feb9cf5a7cd4", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f507afda-173f-411b-876a-62ae1351b126?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/999b9473-05b4-412d-8701-32466dfd220e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -944,7 +982,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 08:20:09 GMT", + "Date": "Tue, 25 Oct 2022 12:52:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -952,17 +990,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1d1672e7-b7dd-4049-bfb8-090cfe9d5576", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T082010Z:1d1672e7-b7dd-4049-bfb8-090cfe9d5576", + "x-ms-correlation-request-id": "66afae3a-d7a7-410b-af80-ebaa435b89d9", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125231Z:66afae3a-d7a7-410b-af80-ebaa435b89d9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f507afda-173f-411b-876a-62ae1351b126", - "name": "f507afda-173f-411b-876a-62ae1351b126", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/999b9473-05b4-412d-8701-32466dfd220e", + "name": "999b9473-05b4-412d-8701-32466dfd220e", "status": "Succeeded", - "startTime": "2022-10-24T08:20:10.0797124Z", - "endTime": "2022-10-24T08:20:10.1266083Z", + "startTime": "2022-10-25T12:52:31.5870502Z", + "endTime": "2022-10-25T12:52:31.665156Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b" @@ -970,7 +1008,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f507afda-173f-411b-876a-62ae1351b126?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/999b9473-05b4-412d-8701-32466dfd220e?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -984,7 +1022,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 08:20:10 GMT", + "Date": "Tue, 25 Oct 2022 12:52:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -992,19 +1030,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d69f6240-ec7e-453c-b342-f0a43fc25f99", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T082010Z:d69f6240-ec7e-453c-b342-f0a43fc25f99", + "x-ms-correlation-request-id": "c6cc3473-8f03-4974-b0d9-4688f8158f70", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125232Z:c6cc3473-8f03-4974-b0d9-4688f8158f70", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-18a4278b", "name": "sdk-py-tests-acc-1-18a4278b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-24T08%3A20%3A10.0774389Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A52%3A31.5806669Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-24T08:18:53.6337451Z" + "CreatedOnDate": "2022-10-25T12:50:46.2150798Z" }, "properties": { "encryption": { @@ -1015,10 +1053,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-24T08:18:56.5067703Z", + "createdAt": "2022-10-25T12:50:48.7265471Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-24T08:18:56.5067703Z" + "lastModifiedAt": "2022-10-25T12:50:48.7265471Z" } } }, @@ -1037,15 +1075,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 24 Oct 2022 08:20:10 GMT", + "Date": "Tue, 25 Oct 2022 12:52:32 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": "aa64c377-f916-4025-8410-931308044a13", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221024T082011Z:aa64c377-f916-4025-8410-931308044a13", + "x-ms-correlation-request-id": "f6000b11-ad93-4ace-8424-1ccb856acd6e", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125232Z:f6000b11-ad93-4ace-8424-1ccb856acd6e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 a1237ece2670..14bacfcdcd7c 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:58:36 GMT", + "Date": "Tue, 25 Oct 2022 12:55:27 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.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:58:36 GMT", + "Date": "Tue, 25 Oct 2022 12:55:27 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.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "4400879c-0284-440a-8386-3ff6cf1670ec", + "client-request-id": "06d91fe2-fa1d-42f2-a933-ab4ca5fbfc5c", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "4400879c-0284-440a-8386-3ff6cf1670ec", + "client-request-id": "06d91fe2-fa1d-42f2-a933-ab4ca5fbfc5c", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:58:36 GMT", + "Date": "Tue, 25 Oct 2022 12:55:27 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e3d2fbb6-31e9-40a1-ac5c-d6c61176f5de?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cda4217b-026e-40c8-86e1-9b14a60b09c0?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:58:41 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T13%3A58%3A40.5564382Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:55:31 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A55%3A30.8703915Z\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": "6205d4ee-c19e-48b7-93bc-0bb799556f3a", + "x-ms-correlation-request-id": "521c8b36-f132-4d46-a286-c620424b4cbc", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135842Z:6205d4ee-c19e-48b7-93bc-0bb799556f3a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125532Z:521c8b36-f132-4d46-a286-c620424b4cbc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf", "name": "sdk-py-tests-acc-1-c97f26bf", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T13%3A58%3A40.5564382Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A55%3A30.8703915Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T13:58:38.5207273Z" + "CreatedOnDate": "2022-10-25T12:55:29.2843163Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T13:58:40.3755512Z", + "createdAt": "2022-10-25T12:55:30.6343253Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:58:40.3755512Z" + "lastModifiedAt": "2022-10-25T12:55:30.6343253Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e3d2fbb6-31e9-40a1-ac5c-d6c61176f5de?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cda4217b-026e-40c8-86e1-9b14a60b09c0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:58:42 GMT", + "Date": "Tue, 25 Oct 2022 12:55:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "22fc8e68-c2e0-4a6b-a22c-3c55a69d2d4b", + "x-ms-correlation-request-id": "ee083ab6-94e5-4fd4-b1f3-b52e712f839b", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135842Z:22fc8e68-c2e0-4a6b-a22c-3c55a69d2d4b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125532Z:ee083ab6-94e5-4fd4-b1f3-b52e712f839b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e3d2fbb6-31e9-40a1-ac5c-d6c61176f5de", - "name": "e3d2fbb6-31e9-40a1-ac5c-d6c61176f5de", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cda4217b-026e-40c8-86e1-9b14a60b09c0", + "name": "cda4217b-026e-40c8-86e1-9b14a60b09c0", "status": "Succeeded", - "startTime": "2022-10-22T13:58:40.5550755Z", - "endTime": "2022-10-22T13:58:40.6019497Z", + "startTime": "2022-10-25T12:55:30.8733107Z", + "endTime": "2022-10-25T12:55:30.9201681Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:58:42 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T13%3A58%3A40.6063423Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:55:32 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A55%3A30.9204283Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77b46c28-223f-4123-95c4-7c9ebb3c81be", + "x-ms-correlation-request-id": "63045933-64a8-4374-b4c1-74c55e3486c6", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135842Z:77b46c28-223f-4123-95c4-7c9ebb3c81be", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125532Z:63045933-64a8-4374-b4c1-74c55e3486c6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf", "name": "sdk-py-tests-acc-1-c97f26bf", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T13%3A58%3A40.6063423Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A55%3A30.9204283Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T13:58:38.5207273Z" + "CreatedOnDate": "2022-10-25T12:55:29.2843163Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T13:58:40.3755512Z", + "createdAt": "2022-10-25T12:55:30.6343253Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:58:40.3755512Z" + "lastModifiedAt": "2022-10-25T12:55:30.6343253Z" } } }, @@ -400,30 +400,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67c4c441-dd82-4db5-9d0a-690361369259?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ba5726af-632e-40ad-8f0e-9f0f71f5ad03?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:58:44 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T13%3A58%3A44.4951551Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:55:34 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A55%3A34.4853074Z\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": "38d6156b-a97f-4194-a45d-16a40010fa50", + "x-ms-correlation-request-id": "f1efbbf5-3836-42d0-b28d-3a51a26d2854", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135845Z:38d6156b-a97f-4194-a45d-16a40010fa50", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125535Z:f1efbbf5-3836-42d0-b28d-3a51a26d2854", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-c97f26bf/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T13%3A58%3A44.4951551Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A55%3A34.4853074Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T13:58:43.2669921Z" + "CreatedOnDate": "2022-10-25T12:55:33.2386801Z" }, "properties": { "serviceLevel": "Premium", @@ -437,15 +437,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T13:58:44.2835823Z", + "createdAt": "2022-10-25T12:55:34.2153046Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:58:44.2835823Z" + "lastModifiedAt": "2022-10-25T12:55:34.2153046Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67c4c441-dd82-4db5-9d0a-690361369259?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ba5726af-632e-40ad-8f0e-9f0f71f5ad03?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:58:45 GMT", + "Date": "Tue, 25 Oct 2022 12:55:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -467,17 +467,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08a45dca-efe4-498b-a96a-7849e8539a21", + "x-ms-correlation-request-id": "cea104e1-b802-4a7f-99a2-a6cd76fa117e", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135845Z:08a45dca-efe4-498b-a96a-7849e8539a21", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125535Z:cea104e1-b802-4a7f-99a2-a6cd76fa117e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67c4c441-dd82-4db5-9d0a-690361369259", - "name": "67c4c441-dd82-4db5-9d0a-690361369259", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ba5726af-632e-40ad-8f0e-9f0f71f5ad03", + "name": "ba5726af-632e-40ad-8f0e-9f0f71f5ad03", "status": "Succeeded", - "startTime": "2022-10-22T13:58:44.5332621Z", - "endTime": "2022-10-22T13:58:45.2676423Z", + "startTime": "2022-10-25T12:55:34.4826421Z", + "endTime": "2022-10-25T12:55:35.2639115Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1" @@ -499,8 +499,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:58:45 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T13%3A58%3A45.2646803Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:55:35 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A55%3A35.2609527Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -508,22 +508,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0efafb59-e3ea-41ea-a8ca-e203421f46dd", + "x-ms-correlation-request-id": "48bd89cc-7f9e-40b2-9574-a34521caff2a", "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135846Z:0efafb59-e3ea-41ea-a8ca-e203421f46dd", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125536Z:48bd89cc-7f9e-40b2-9574-a34521caff2a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-c97f26bf/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T13%3A58%3A45.2646803Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A55%3A35.2609527Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T13:58:43.2669921Z" + "CreatedOnDate": "2022-10-25T12:55:33.2386801Z" }, "properties": { - "poolId": "656a12a2-29f5-e613-a9fb-ea358d64f47f", + "poolId": "fdefef8d-95e9-eaf7-3665-07af263ef763", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -536,10 +536,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T13:58:44.2835823Z", + "createdAt": "2022-10-25T12:55:34.2153046Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:58:44.2835823Z" + "lastModifiedAt": "2022-10-25T12:55:34.2153046Z" } } }, @@ -558,8 +558,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:58:45 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T13%3A58%3A45.2646803Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:55:35 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A55%3A35.2609527Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -567,22 +567,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa40123f-67aa-44bc-89b4-12390211eeff", + "x-ms-correlation-request-id": "9eb63731-3d8a-429c-9001-5941e0941de0", "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135846Z:fa40123f-67aa-44bc-89b4-12390211eeff", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125536Z:9eb63731-3d8a-429c-9001-5941e0941de0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-c97f26bf/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T13%3A58%3A45.2646803Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A55%3A35.2609527Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T13:58:43.2669921Z" + "CreatedOnDate": "2022-10-25T12:55:33.2386801Z" }, "properties": { - "poolId": "656a12a2-29f5-e613-a9fb-ea358d64f47f", + "poolId": "fdefef8d-95e9-eaf7-3665-07af263ef763", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -595,10 +595,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T13:58:44.2835823Z", + "createdAt": "2022-10-25T12:55:34.2153046Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:58:44.2835823Z" + "lastModifiedAt": "2022-10-25T12:55:34.2153046Z" } } }, @@ -615,25 +615,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e19cce3a-b2fb-428d-aece-a616c490a895?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/82d4c3e3-05d4-49f0-a2c7-d5396fef6b5e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 13:58:56 GMT", + "Date": "Tue, 25 Oct 2022 12:55:46 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e19cce3a-b2fb-428d-aece-a616c490a895?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/82d4c3e3-05d4-49f0-a2c7-d5396fef6b5e?api-version=2022-05-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": "ee3b4d5d-bc35-43e4-930e-4b2144ad7daa", + "x-ms-correlation-request-id": "ab3d1d13-0a4d-47cf-a084-249a8aae9d40", "x-ms-ratelimit-remaining-subscription-deletes": "14982", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135857Z:ee3b4d5d-bc35-43e4-930e-4b2144ad7daa", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125547Z:ab3d1d13-0a4d-47cf-a084-249a8aae9d40", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e19cce3a-b2fb-428d-aece-a616c490a895?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/82d4c3e3-05d4-49f0-a2c7-d5396fef6b5e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -647,7 +647,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:58:56 GMT", + "Date": "Tue, 25 Oct 2022 12:55:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -655,16 +655,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c175f44f-9a5f-4b45-aabe-a81675bc8508", + "x-ms-correlation-request-id": "675a85fb-b77d-4e21-899e-69646aaa5cf8", "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135857Z:c175f44f-9a5f-4b45-aabe-a81675bc8508", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125547Z:675a85fb-b77d-4e21-899e-69646aaa5cf8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e19cce3a-b2fb-428d-aece-a616c490a895", - "name": "e19cce3a-b2fb-428d-aece-a616c490a895", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/82d4c3e3-05d4-49f0-a2c7-d5396fef6b5e", + "name": "82d4c3e3-05d4-49f0-a2c7-d5396fef6b5e", "status": "Deleting", - "startTime": "2022-10-22T13:58:57.0724928Z", + "startTime": "2022-10-25T12:55:47.4097669Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -673,7 +673,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e19cce3a-b2fb-428d-aece-a616c490a895?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/82d4c3e3-05d4-49f0-a2c7-d5396fef6b5e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -687,7 +687,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:59:26 GMT", + "Date": "Tue, 25 Oct 2022 12:56:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -695,17 +695,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a2b88f80-fa0d-4317-8072-d722e00bcd9d", + "x-ms-correlation-request-id": "21fb4292-1a83-4338-80ed-f1fe363a2cc2", "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135927Z:a2b88f80-fa0d-4317-8072-d722e00bcd9d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125617Z:21fb4292-1a83-4338-80ed-f1fe363a2cc2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e19cce3a-b2fb-428d-aece-a616c490a895", - "name": "e19cce3a-b2fb-428d-aece-a616c490a895", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/82d4c3e3-05d4-49f0-a2c7-d5396fef6b5e", + "name": "82d4c3e3-05d4-49f0-a2c7-d5396fef6b5e", "status": "Succeeded", - "startTime": "2022-10-22T13:58:57.0724928Z", - "endTime": "2022-10-22T13:58:58.1349614Z", + "startTime": "2022-10-25T12:55:47.4097669Z", + "endTime": "2022-10-25T12:55:48.2691327Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1" @@ -713,7 +713,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e19cce3a-b2fb-428d-aece-a616c490a895?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/82d4c3e3-05d4-49f0-a2c7-d5396fef6b5e?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -727,7 +727,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:59:27 GMT", + "Date": "Tue, 25 Oct 2022 12:56:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -735,22 +735,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bfece425-4c02-43ec-a426-cb7fa61506e1", + "x-ms-correlation-request-id": "7179e283-1367-443b-92fd-f0ed942f4f61", "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135927Z:bfece425-4c02-43ec-a426-cb7fa61506e1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125618Z:7179e283-1367-443b-92fd-f0ed942f4f61", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-c97f26bf/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T13%3A58%3A57.0669353Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A55%3A47.4070232Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T13:58:43.2669921Z" + "CreatedOnDate": "2022-10-25T12:55:33.2386801Z" }, "properties": { - "poolId": "656a12a2-29f5-e613-a9fb-ea358d64f47f", + "poolId": "fdefef8d-95e9-eaf7-3665-07af263ef763", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf/capacityPools/sdk-py-tests-pool-1", @@ -764,10 +764,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T13:58:44.2835823Z", + "createdAt": "2022-10-25T12:55:34.2153046Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:58:44.2835823Z" + "lastModifiedAt": "2022-10-25T12:55:34.2153046Z" } } }, @@ -785,14 +785,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 13:59:38 GMT", + "Date": "Tue, 25 Oct 2022 12:56:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea86010a-2cc2-4fe1-aa65-1df6a0f6220d", + "x-ms-correlation-request-id": "e29efa12-1ba5-4136-8fe7-6ee83069b5cb", "x-ms-ratelimit-remaining-subscription-deletes": "14981", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135938Z:ea86010a-2cc2-4fe1-aa65-1df6a0f6220d" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125628Z:e29efa12-1ba5-4136-8fe7-6ee83069b5cb" }, "ResponseBody": null }, @@ -810,14 +810,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 13:59:48 GMT", + "Date": "Tue, 25 Oct 2022 12:56:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f879f081-1ad9-4f21-9d97-76d129e895c8", + "x-ms-correlation-request-id": "bad04ff0-b25e-413a-b639-5379c18006c8", "x-ms-ratelimit-remaining-subscription-deletes": "14980", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135948Z:f879f081-1ad9-4f21-9d97-76d129e895c8" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125638Z:bad04ff0-b25e-413a-b639-5379c18006c8" }, "ResponseBody": null }, @@ -835,14 +835,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 13:59:58 GMT", + "Date": "Tue, 25 Oct 2022 12:56:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "001bddbc-ce23-4334-a5b4-0514da872906", + "x-ms-correlation-request-id": "6c315467-63e2-4342-bfbd-efcfe8510428", "x-ms-ratelimit-remaining-subscription-deletes": "14979", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135958Z:001bddbc-ce23-4334-a5b4-0514da872906" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125649Z:6c315467-63e2-4342-bfbd-efcfe8510428" }, "ResponseBody": null }, @@ -860,14 +860,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 14:00:08 GMT", + "Date": "Tue, 25 Oct 2022 12:56:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "259cd7e1-1838-4fbb-8121-d2171365c5b5", + "x-ms-correlation-request-id": "2ec32c59-d08c-48aa-89d0-28f5b6a60628", "x-ms-ratelimit-remaining-subscription-deletes": "14978", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140009Z:259cd7e1-1838-4fbb-8121-d2171365c5b5" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125659Z:2ec32c59-d08c-48aa-89d0-28f5b6a60628" }, "ResponseBody": null }, @@ -886,14 +886,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:00:18 GMT", + "Date": "Tue, 25 Oct 2022 12:57:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8e4420cf-9b21-462a-bf77-d88cc15f411b", + "x-ms-correlation-request-id": "325fc977-171a-42ac-bd26-fa0c74a9c86d", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140019Z:8e4420cf-9b21-462a-bf77-d88cc15f411b" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125709Z:325fc977-171a-42ac-bd26-fa0c74a9c86d" }, "ResponseBody": { "error": { @@ -915,25 +915,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eefd849d-dafb-4772-8074-d2c52065c59e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25eeb061-43b2-4268-b9b4-51fc9ee60481?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:00:19 GMT", + "Date": "Tue, 25 Oct 2022 12:57:11 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eefd849d-dafb-4772-8074-d2c52065c59e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25eeb061-43b2-4268-b9b4-51fc9ee60481?api-version=2022-05-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": "03fdbefe-940e-4862-8e54-d2deaf3e7517", + "x-ms-correlation-request-id": "bfcdf91b-5dc0-43a4-8675-9d48cd6c7ebe", "x-ms-ratelimit-remaining-subscription-deletes": "14977", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140020Z:03fdbefe-940e-4862-8e54-d2deaf3e7517", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125711Z:bfcdf91b-5dc0-43a4-8675-9d48cd6c7ebe", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eefd849d-dafb-4772-8074-d2c52065c59e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25eeb061-43b2-4268-b9b4-51fc9ee60481?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -947,7 +947,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:00:20 GMT", + "Date": "Tue, 25 Oct 2022 12:57:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -955,17 +955,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0dd2153-05d0-49da-be00-51d95faa4530", + "x-ms-correlation-request-id": "36c6f704-9cbd-44c4-bbe4-209246dbae74", "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140021Z:e0dd2153-05d0-49da-be00-51d95faa4530", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125711Z:36c6f704-9cbd-44c4-bbe4-209246dbae74", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eefd849d-dafb-4772-8074-d2c52065c59e", - "name": "eefd849d-dafb-4772-8074-d2c52065c59e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25eeb061-43b2-4268-b9b4-51fc9ee60481", + "name": "25eeb061-43b2-4268-b9b4-51fc9ee60481", "status": "Succeeded", - "startTime": "2022-10-22T14:00:20.7686629Z", - "endTime": "2022-10-22T14:00:20.8467675Z", + "startTime": "2022-10-25T12:57:10.9901032Z", + "endTime": "2022-10-25T12:57:11.068286Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf" @@ -973,7 +973,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eefd849d-dafb-4772-8074-d2c52065c59e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25eeb061-43b2-4268-b9b4-51fc9ee60481?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -987,7 +987,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:00:20 GMT", + "Date": "Tue, 25 Oct 2022 12:57:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -995,19 +995,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2612bc4d-2018-43c2-827c-cc0c60c014a7", + "x-ms-correlation-request-id": "2ae69b49-e7e8-407e-aa9d-3ce0cbb3c9f6", "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140021Z:2612bc4d-2018-43c2-827c-cc0c60c014a7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125711Z:2ae69b49-e7e8-407e-aa9d-3ce0cbb3c9f6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c97f26bf", "name": "sdk-py-tests-acc-1-c97f26bf", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A20.7511118Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A57%3A10.9823316Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T13:58:38.5207273Z" + "CreatedOnDate": "2022-10-25T12:55:29.2843163Z" }, "properties": { "encryption": { @@ -1018,10 +1018,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T13:58:40.3755512Z", + "createdAt": "2022-10-25T12:55:30.6343253Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:58:40.3755512Z" + "lastModifiedAt": "2022-10-25T12:55:30.6343253Z" } } }, @@ -1040,15 +1040,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:00:20 GMT", + "Date": "Tue, 25 Oct 2022 12:57:11 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": "9833ce35-d47d-4748-92bc-823b74640d83", + "x-ms-correlation-request-id": "a4c5a5c3-0bae-450b-bb97-59b89e8288f8", "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140021Z:9833ce35-d47d-4748-92bc-823b74640d83", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125712Z:a4c5a5c3-0bae-450b-bb97-59b89e8288f8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 412f453c4bcb..66a76e7af5df 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:55:42 GMT", + "Date": "Tue, 25 Oct 2022 12:52:33 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.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:55:42 GMT", + "Date": "Tue, 25 Oct 2022 12:52:33 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.13845.10 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "06a7f19b-4960-48b5-9850-0139fbe2ebc4", + "client-request-id": "1989c99b-3a13-4635-a475-c0f007a040ab", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "06a7f19b-4960-48b5-9850-0139fbe2ebc4", + "client-request-id": "1989c99b-3a13-4635-a475-c0f007a040ab", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:55:42 GMT", + "Date": "Tue, 25 Oct 2022 12:52:33 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ca109c9-0708-407e-911d-e2f4de60f714?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e6d53e0-b13a-49a6-a45d-4b48c9b7be41?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:55:47 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A46.2893737Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:52:37 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A52%3A36.8866869Z\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": "d480ec32-95ca-4501-8bf2-b07c66d24d32", + "x-ms-correlation-request-id": "89f69200-2ad4-4781-979a-74a752c87e13", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135547Z:d480ec32-95ca-4501-8bf2-b07c66d24d32", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125238Z:89f69200-2ad4-4781-979a-74a752c87e13", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474", "name": "sdk-py-tests-acc-1-e3f62474", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A46.2893737Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A52%3A36.8866869Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T13:55:44.6218372Z" + "CreatedOnDate": "2022-10-25T12:52:34.6537246Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T13:55:46.1198997Z", + "createdAt": "2022-10-25T12:52:36.6764197Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:55:46.1198997Z" + "lastModifiedAt": "2022-10-25T12:52:36.6764197Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ca109c9-0708-407e-911d-e2f4de60f714?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e6d53e0-b13a-49a6-a45d-4b48c9b7be41?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:55:47 GMT", + "Date": "Tue, 25 Oct 2022 12:52:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e24d81d-e090-4852-8ed4-13592e6cd4d8", + "x-ms-correlation-request-id": "ae8112a9-e1cb-4079-860e-c566183615b3", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135548Z:0e24d81d-e090-4852-8ed4-13592e6cd4d8", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125238Z:ae8112a9-e1cb-4079-860e-c566183615b3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ca109c9-0708-407e-911d-e2f4de60f714", - "name": "8ca109c9-0708-407e-911d-e2f4de60f714", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e6d53e0-b13a-49a6-a45d-4b48c9b7be41", + "name": "6e6d53e0-b13a-49a6-a45d-4b48c9b7be41", "status": "Succeeded", - "startTime": "2022-10-22T13:55:46.2961408Z", - "endTime": "2022-10-22T13:55:46.3430259Z", + "startTime": "2022-10-25T12:52:36.8952404Z", + "endTime": "2022-10-25T12:52:36.9108203Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:55:48 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A46.3479388Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:52:38 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A52%3A36.9116299Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a3f99feb-28aa-403b-bb8e-f87e36e1ea71", + "x-ms-correlation-request-id": "671037ef-2105-4474-8edf-f2a3cc67b6f1", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135548Z:a3f99feb-28aa-403b-bb8e-f87e36e1ea71", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125238Z:671037ef-2105-4474-8edf-f2a3cc67b6f1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474", "name": "sdk-py-tests-acc-1-e3f62474", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A46.3479388Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A52%3A36.9116299Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T13:55:44.6218372Z" + "CreatedOnDate": "2022-10-25T12:52:34.6537246Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T13:55:46.1198997Z", + "createdAt": "2022-10-25T12:52:36.6764197Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:55:46.1198997Z" + "lastModifiedAt": "2022-10-25T12:52:36.6764197Z" } } }, @@ -400,30 +400,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5685e539-702f-4055-8a5a-dd49ba3f9da7?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75977bd2-42ae-4c24-805f-2be5f123857c?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:55:50 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A50.1581713Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:52:41 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A52%3A40.5745605Z\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": "daba6cc7-5887-4a92-8423-f4eb5180fb61", + "x-ms-correlation-request-id": "3a70fb40-201b-473d-a226-f64ef6c964e5", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135551Z:daba6cc7-5887-4a92-8423-f4eb5180fb61", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125241Z:3a70fb40-201b-473d-a226-f64ef6c964e5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A50.1581713Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A52%3A40.5745605Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T13:55:48.7187929Z" + "CreatedOnDate": "2022-10-25T12:52:39.1357259Z" }, "properties": { "serviceLevel": "Premium", @@ -437,15 +437,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T13:55:49.8874499Z", + "createdAt": "2022-10-25T12:52:40.2926855Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:55:49.8874499Z" + "lastModifiedAt": "2022-10-25T12:52:40.2926855Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5685e539-702f-4055-8a5a-dd49ba3f9da7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75977bd2-42ae-4c24-805f-2be5f123857c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:55:51 GMT", + "Date": "Tue, 25 Oct 2022 12:52:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -467,17 +467,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "88c6529d-c6e7-41da-8d20-768b601d3ddf", + "x-ms-correlation-request-id": "f9fa067b-f681-499e-b4bb-1e2af37f6825", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135551Z:88c6529d-c6e7-41da-8d20-768b601d3ddf", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125241Z:f9fa067b-f681-499e-b4bb-1e2af37f6825", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5685e539-702f-4055-8a5a-dd49ba3f9da7", - "name": "5685e539-702f-4055-8a5a-dd49ba3f9da7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75977bd2-42ae-4c24-805f-2be5f123857c", + "name": "75977bd2-42ae-4c24-805f-2be5f123857c", "status": "Succeeded", - "startTime": "2022-10-22T13:55:50.155972Z", - "endTime": "2022-10-22T13:55:51.1146978Z", + "startTime": "2022-10-25T12:52:40.5749491Z", + "endTime": "2022-10-25T12:52:41.4525778Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1" @@ -499,8 +499,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:55:51 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A51.1002225Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:52:41 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A52%3A41.4490451Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -508,22 +508,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bff4cc4f-e18f-489c-b38f-3ba00dd0770c", + "x-ms-correlation-request-id": "11482f5f-7e53-4e85-9598-d474234e9a5b", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135551Z:bff4cc4f-e18f-489c-b38f-3ba00dd0770c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125242Z:11482f5f-7e53-4e85-9598-d474234e9a5b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A51.1002225Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A52%3A41.4490451Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T13:55:48.7187929Z" + "CreatedOnDate": "2022-10-25T12:52:39.1357259Z" }, "properties": { - "poolId": "05e7c892-f126-ae95-3fa4-0a88513440e9", + "poolId": "34187b92-ca60-0f66-0d18-39802de65f75", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -536,10 +536,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T13:55:49.8874499Z", + "createdAt": "2022-10-25T12:52:40.2926855Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:55:49.8874499Z" + "lastModifiedAt": "2022-10-25T12:52:40.2926855Z" } } }, @@ -565,30 +565,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fee6d527-3906-418f-a3a1-aa6f5cb675d6?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/24f95623-a7f8-4959-a42b-53da07a938c0?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:55:54 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A53.5372479Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:52:44 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A52%3A43.9066388Z\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": "a588689a-5d9e-47cd-b3da-3a9020c922aa", + "x-ms-correlation-request-id": "cd7f4b33-11a9-4d3b-b7c4-fbe1258edf8b", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135554Z:a588689a-5d9e-47cd-b3da-3a9020c922aa", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125245Z:cd7f4b33-11a9-4d3b-b7c4-fbe1258edf8b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A53.5372479Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A52%3A43.9066388Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T13:55:52.1668618Z" + "CreatedOnDate": "2022-10-25T12:52:42.5100516Z" }, "properties": { "serviceLevel": "Premium", @@ -602,15 +602,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T13:55:53.3288351Z", + "createdAt": "2022-10-25T12:52:43.6394727Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:55:53.3288351Z" + "lastModifiedAt": "2022-10-25T12:52:43.6394727Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fee6d527-3906-418f-a3a1-aa6f5cb675d6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/24f95623-a7f8-4959-a42b-53da07a938c0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -624,7 +624,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:55:54 GMT", + "Date": "Tue, 25 Oct 2022 12:52:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -632,17 +632,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "15331fd9-b0c1-472f-a1c0-31c7980dcf72", + "x-ms-correlation-request-id": "b1712d32-ddf3-4d7a-abbb-5bbb8390e4f0", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135554Z:15331fd9-b0c1-472f-a1c0-31c7980dcf72", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125245Z:b1712d32-ddf3-4d7a-abbb-5bbb8390e4f0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fee6d527-3906-418f-a3a1-aa6f5cb675d6", - "name": "fee6d527-3906-418f-a3a1-aa6f5cb675d6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/24f95623-a7f8-4959-a42b-53da07a938c0", + "name": "24f95623-a7f8-4959-a42b-53da07a938c0", "status": "Succeeded", - "startTime": "2022-10-22T13:55:53.5367627Z", - "endTime": "2022-10-22T13:55:53.7243573Z", + "startTime": "2022-10-25T12:52:43.9461968Z", + "endTime": "2022-10-25T12:52:44.1024264Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2" @@ -664,8 +664,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:55:54 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A53.723723Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:52:45 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A52%3A44.0895411Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -673,22 +673,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8dbfe139-23fb-43ac-b894-c631b1e4069a", + "x-ms-correlation-request-id": "dc91d5f1-28cc-4d90-ba69-546976d11c0e", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135555Z:8dbfe139-23fb-43ac-b894-c631b1e4069a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125246Z:dc91d5f1-28cc-4d90-ba69-546976d11c0e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A53.723723Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A52%3A44.0895411Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T13:55:52.1668618Z" + "CreatedOnDate": "2022-10-25T12:52:42.5100516Z" }, "properties": { - "poolId": "ae769acc-8296-82f3-029f-2bd4208c8cca", + "poolId": "25fd6672-1b81-daf9-9d25-502d0d99c7bd", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -701,10 +701,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T13:55:53.3288351Z", + "createdAt": "2022-10-25T12:52:43.6394727Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:55:53.3288351Z" + "lastModifiedAt": "2022-10-25T12:52:43.6394727Z" } } }, @@ -723,7 +723,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:55:55 GMT", + "Date": "Tue, 25 Oct 2022 12:52:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -731,9 +731,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "55b99ed3-10ac-4964-9c3a-c5aac76d4a08", + "x-ms-correlation-request-id": "dfc322d7-1a93-4938-9c64-5af0c14c7283", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135555Z:55b99ed3-10ac-4964-9c3a-c5aac76d4a08", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125246Z:dfc322d7-1a93-4938-9c64-5af0c14c7283", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -742,13 +742,13 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A51.1002225Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A52%3A41.4490451Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T13:55:48.7187929Z" + "CreatedOnDate": "2022-10-25T12:52:39.1357259Z" }, "properties": { - "poolId": "05e7c892-f126-ae95-3fa4-0a88513440e9", + "poolId": "34187b92-ca60-0f66-0d18-39802de65f75", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -761,23 +761,23 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T13:55:49.8874499Z", + "createdAt": "2022-10-25T12:52:40.2926855Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:55:49.8874499Z" + "lastModifiedAt": "2022-10-25T12:52:40.2926855Z" } }, { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T13%3A55%3A53.723723Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A52%3A44.0895411Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T13:55:52.1668618Z" + "CreatedOnDate": "2022-10-25T12:52:42.5100516Z" }, "properties": { - "poolId": "ae769acc-8296-82f3-029f-2bd4208c8cca", + "poolId": "25fd6672-1b81-daf9-9d25-502d0d99c7bd", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -790,10 +790,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T13:55:53.3288351Z", + "createdAt": "2022-10-25T12:52:43.6394727Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:55:53.3288351Z" + "lastModifiedAt": "2022-10-25T12:52:43.6394727Z" } } ] @@ -812,25 +812,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4fd4818b-357d-4115-a98b-289ba4d36392?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21018a50-16b4-4c80-b9ae-c3b11a2bbbda?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 13:56:05 GMT", + "Date": "Tue, 25 Oct 2022 12:52:56 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4fd4818b-357d-4115-a98b-289ba4d36392?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21018a50-16b4-4c80-b9ae-c3b11a2bbbda?api-version=2022-05-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": "c64118d8-b328-470f-b07a-c3636e7b37e6", + "x-ms-correlation-request-id": "4ae11c0a-edfc-4ba9-9f5c-8ca1f7d033fe", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135606Z:c64118d8-b328-470f-b07a-c3636e7b37e6", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125257Z:4ae11c0a-edfc-4ba9-9f5c-8ca1f7d033fe", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4fd4818b-357d-4115-a98b-289ba4d36392?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21018a50-16b4-4c80-b9ae-c3b11a2bbbda?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -844,7 +844,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:56:05 GMT", + "Date": "Tue, 25 Oct 2022 12:52:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -852,17 +852,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "48f5f40c-dc88-43d5-8fa1-6a13d6846c79", + "x-ms-correlation-request-id": "09540758-2b29-4be9-8257-dca1a1fb9dfc", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135606Z:48f5f40c-dc88-43d5-8fa1-6a13d6846c79", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125257Z:09540758-2b29-4be9-8257-dca1a1fb9dfc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4fd4818b-357d-4115-a98b-289ba4d36392", - "name": "4fd4818b-357d-4115-a98b-289ba4d36392", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21018a50-16b4-4c80-b9ae-c3b11a2bbbda", + "name": "21018a50-16b4-4c80-b9ae-c3b11a2bbbda", "status": "Succeeded", - "startTime": "2022-10-22T13:56:06.1875742Z", - "endTime": "2022-10-22T13:56:06.4186515Z", + "startTime": "2022-10-25T12:52:57.0573435Z", + "endTime": "2022-10-25T12:52:57.369844Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1" @@ -870,7 +870,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4fd4818b-357d-4115-a98b-289ba4d36392?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21018a50-16b4-4c80-b9ae-c3b11a2bbbda?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -884,7 +884,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:56:06 GMT", + "Date": "Tue, 25 Oct 2022 12:52:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -892,22 +892,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f12bdb4-579c-4b37-bfa8-081dc1a6a71d", + "x-ms-correlation-request-id": "0b32da3e-1d12-493e-9dbd-7560956b7aeb", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135606Z:8f12bdb4-579c-4b37-bfa8-081dc1a6a71d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125257Z:0b32da3e-1d12-493e-9dbd-7560956b7aeb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T13%3A56%3A06.1865993Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A52%3A57.0461594Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T13:55:48.7187929Z" + "CreatedOnDate": "2022-10-25T12:52:39.1357259Z" }, "properties": { - "poolId": "05e7c892-f126-ae95-3fa4-0a88513440e9", + "poolId": "34187b92-ca60-0f66-0d18-39802de65f75", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-1", @@ -921,10 +921,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T13:55:49.8874499Z", + "createdAt": "2022-10-25T12:52:40.2926855Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:55:49.8874499Z" + "lastModifiedAt": "2022-10-25T12:52:40.2926855Z" } } }, @@ -942,15 +942,15 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 13:56:19 GMT", + "Date": "Tue, 25 Oct 2022 12:53:09 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": "a574335a-01f7-40bf-af6e-d684f98a1063", + "x-ms-correlation-request-id": "680067f4-d688-498f-a367-9d22c3e4e25c", "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135619Z:a574335a-01f7-40bf-af6e-d684f98a1063", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125310Z:680067f4-d688-498f-a367-9d22c3e4e25c", "X-Powered-By": "ASP.NET" }, "ResponseBody": null @@ -969,14 +969,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 13:56:29 GMT", + "Date": "Tue, 25 Oct 2022 12:53:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2356a6c2-e0da-4a90-a862-65724c249cc8", + "x-ms-correlation-request-id": "98c385e5-304f-4359-a35a-0ea7598e69a8", "x-ms-ratelimit-remaining-subscription-deletes": "14991", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135629Z:2356a6c2-e0da-4a90-a862-65724c249cc8" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125320Z:98c385e5-304f-4359-a35a-0ea7598e69a8" }, "ResponseBody": null }, @@ -994,14 +994,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 13:56:38 GMT", + "Date": "Tue, 25 Oct 2022 12:53:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e88b301-cce5-4c7f-8df4-d0c00beceb30", + "x-ms-correlation-request-id": "00776a00-bbe5-4734-8568-2b5c28ca3cad", "x-ms-ratelimit-remaining-subscription-deletes": "14990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135639Z:7e88b301-cce5-4c7f-8df4-d0c00beceb30" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125330Z:00776a00-bbe5-4734-8568-2b5c28ca3cad" }, "ResponseBody": null }, @@ -1019,14 +1019,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 13:56:50 GMT", + "Date": "Tue, 25 Oct 2022 12:53:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "62794488-0dfc-4f08-9a19-437a8f90cef2", + "x-ms-correlation-request-id": "96af3f79-655f-4675-a3e1-abc3d82f8f26", "x-ms-ratelimit-remaining-subscription-deletes": "14989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135650Z:62794488-0dfc-4f08-9a19-437a8f90cef2" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125341Z:96af3f79-655f-4675-a3e1-abc3d82f8f26" }, "ResponseBody": null }, @@ -1045,14 +1045,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:56:59 GMT", + "Date": "Tue, 25 Oct 2022 12:53:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2f46f76c-37e8-4333-9538-2043c1c637f5", + "x-ms-correlation-request-id": "f9c7b1a6-b6d4-44e2-bb8e-f53ee3ca90f6", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135700Z:2f46f76c-37e8-4333-9538-2043c1c637f5" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125351Z:f9c7b1a6-b6d4-44e2-bb8e-f53ee3ca90f6" }, "ResponseBody": { "error": { @@ -1074,25 +1074,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/467c982f-fc4b-45b2-b101-02344da8254d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/668b9821-6c3f-40ea-9dd6-74a98a9e7a15?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 13:57:10 GMT", + "Date": "Tue, 25 Oct 2022 12:54:02 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/467c982f-fc4b-45b2-b101-02344da8254d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/668b9821-6c3f-40ea-9dd6-74a98a9e7a15?api-version=2022-05-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": "93bb0820-b14d-4c71-8f9a-790faed5d2f0", + "x-ms-correlation-request-id": "ea9d5f17-af6f-49e6-9cfb-daa913af44a0", "x-ms-ratelimit-remaining-subscription-deletes": "14988", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135711Z:93bb0820-b14d-4c71-8f9a-790faed5d2f0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125402Z:ea9d5f17-af6f-49e6-9cfb-daa913af44a0", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/467c982f-fc4b-45b2-b101-02344da8254d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/668b9821-6c3f-40ea-9dd6-74a98a9e7a15?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1106,7 +1106,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:57:11 GMT", + "Date": "Tue, 25 Oct 2022 12:54:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1114,16 +1114,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a9d4826-c2ff-4f94-b600-20242ffa3c4f", + "x-ms-correlation-request-id": "91480b21-697e-4f5f-b1ef-ccf984cb6dd7", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135712Z:2a9d4826-c2ff-4f94-b600-20242ffa3c4f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125403Z:91480b21-697e-4f5f-b1ef-ccf984cb6dd7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/467c982f-fc4b-45b2-b101-02344da8254d", - "name": "467c982f-fc4b-45b2-b101-02344da8254d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/668b9821-6c3f-40ea-9dd6-74a98a9e7a15", + "name": "668b9821-6c3f-40ea-9dd6-74a98a9e7a15", "status": "Deleting", - "startTime": "2022-10-22T13:57:11.7614524Z", + "startTime": "2022-10-25T12:54:02.7231677Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1132,7 +1132,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/467c982f-fc4b-45b2-b101-02344da8254d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/668b9821-6c3f-40ea-9dd6-74a98a9e7a15?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1146,7 +1146,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:57:41 GMT", + "Date": "Tue, 25 Oct 2022 12:54:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1154,17 +1154,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "986a10ef-9c65-46d8-910a-4c66b018ddd6", + "x-ms-correlation-request-id": "c1786f10-2413-4fec-93f5-66ff6cd39d04", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135742Z:986a10ef-9c65-46d8-910a-4c66b018ddd6", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125433Z:c1786f10-2413-4fec-93f5-66ff6cd39d04", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/467c982f-fc4b-45b2-b101-02344da8254d", - "name": "467c982f-fc4b-45b2-b101-02344da8254d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/668b9821-6c3f-40ea-9dd6-74a98a9e7a15", + "name": "668b9821-6c3f-40ea-9dd6-74a98a9e7a15", "status": "Succeeded", - "startTime": "2022-10-22T13:57:11.7614524Z", - "endTime": "2022-10-22T13:57:12.7937739Z", + "startTime": "2022-10-25T12:54:02.7231677Z", + "endTime": "2022-10-25T12:54:03.5983669Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2" @@ -1172,7 +1172,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/467c982f-fc4b-45b2-b101-02344da8254d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/668b9821-6c3f-40ea-9dd6-74a98a9e7a15?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1186,7 +1186,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:57:41 GMT", + "Date": "Tue, 25 Oct 2022 12:54:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1194,22 +1194,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1904da76-c478-4220-a5d8-a86ec299931f", + "x-ms-correlation-request-id": "8e4ee22d-f39b-41f3-add8-ecfee9f9ff5f", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135742Z:1904da76-c478-4220-a5d8-a86ec299931f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125433Z:8e4ee22d-f39b-41f3-add8-ecfee9f9ff5f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-1-e3f62474/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T13%3A57%3A11.7691141Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A54%3A02.7267257Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T13:55:52.1668618Z" + "CreatedOnDate": "2022-10-25T12:52:42.5100516Z" }, "properties": { - "poolId": "ae769acc-8296-82f3-029f-2bd4208c8cca", + "poolId": "25fd6672-1b81-daf9-9d25-502d0d99c7bd", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474/capacityPools/sdk-py-tests-pool-2", @@ -1223,10 +1223,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T13:55:53.3288351Z", + "createdAt": "2022-10-25T12:52:43.6394727Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:55:53.3288351Z" + "lastModifiedAt": "2022-10-25T12:52:43.6394727Z" } } }, @@ -1244,14 +1244,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 13:57:52 GMT", + "Date": "Tue, 25 Oct 2022 12:54:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23040d64-4105-4e37-bb77-3162338b7c63", + "x-ms-correlation-request-id": "80c2d079-0ac6-462d-87ea-0ce0dc60e84f", "x-ms-ratelimit-remaining-subscription-deletes": "14987", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135752Z:23040d64-4105-4e37-bb77-3162338b7c63" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125443Z:80c2d079-0ac6-462d-87ea-0ce0dc60e84f" }, "ResponseBody": null }, @@ -1269,14 +1269,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 13:58:03 GMT", + "Date": "Tue, 25 Oct 2022 12:54:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "43ed5bc2-7ead-4aff-8c73-cee099b36c00", + "x-ms-correlation-request-id": "7ad01442-5fbe-46e1-8920-89a97f17c616", "x-ms-ratelimit-remaining-subscription-deletes": "14986", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135803Z:43ed5bc2-7ead-4aff-8c73-cee099b36c00" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125454Z:7ad01442-5fbe-46e1-8920-89a97f17c616" }, "ResponseBody": null }, @@ -1294,14 +1294,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 13:58:12 GMT", + "Date": "Tue, 25 Oct 2022 12:55:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cdd78088-3131-4a0c-abc4-121150c1622e", + "x-ms-correlation-request-id": "af7e5630-a724-4dfb-8f54-947742b5263a", "x-ms-ratelimit-remaining-subscription-deletes": "14985", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135813Z:cdd78088-3131-4a0c-abc4-121150c1622e" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125504Z:af7e5630-a724-4dfb-8f54-947742b5263a" }, "ResponseBody": null }, @@ -1319,14 +1319,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 13:58:22 GMT", + "Date": "Tue, 25 Oct 2022 12:55:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a5409d19-3fbb-4e22-b2a5-8509b8b8b90e", + "x-ms-correlation-request-id": "5020075c-ce75-41b2-9f1f-144eaf53c954", "x-ms-ratelimit-remaining-subscription-deletes": "14984", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135823Z:a5409d19-3fbb-4e22-b2a5-8509b8b8b90e" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125514Z:5020075c-ce75-41b2-9f1f-144eaf53c954" }, "ResponseBody": null }, @@ -1345,14 +1345,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:58:33 GMT", + "Date": "Tue, 25 Oct 2022 12:55:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb695aff-9319-469b-b4e0-e657b0632ebd", + "x-ms-correlation-request-id": "4ed82fe4-c1d8-4bbe-8817-5ea7b10c3348", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135834Z:eb695aff-9319-469b-b4e0-e657b0632ebd" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125524Z:4ed82fe4-c1d8-4bbe-8817-5ea7b10c3348" }, "ResponseBody": { "error": { @@ -1374,25 +1374,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a810f3cd-fba7-4c3a-a307-9594e5f90cd0?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4806d0e2-bd2a-438d-9fc0-24a99138a27f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 13:58:35 GMT", + "Date": "Tue, 25 Oct 2022 12:55:25 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a810f3cd-fba7-4c3a-a307-9594e5f90cd0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4806d0e2-bd2a-438d-9fc0-24a99138a27f?api-version=2022-05-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": "16e64df4-6157-40f3-a4b4-103a0f229411", + "x-ms-correlation-request-id": "759cc881-9709-4c9e-8f9c-debb7aedd9f8", "x-ms-ratelimit-remaining-subscription-deletes": "14983", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135835Z:16e64df4-6157-40f3-a4b4-103a0f229411", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125526Z:759cc881-9709-4c9e-8f9c-debb7aedd9f8", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a810f3cd-fba7-4c3a-a307-9594e5f90cd0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4806d0e2-bd2a-438d-9fc0-24a99138a27f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1406,7 +1406,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:58:35 GMT", + "Date": "Tue, 25 Oct 2022 12:55:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1414,17 +1414,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b70ed4b0-2f12-4606-823d-297fe0e5a2e1", + "x-ms-correlation-request-id": "9247456f-614c-4e5d-83d4-ad74e1719537", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135835Z:b70ed4b0-2f12-4606-823d-297fe0e5a2e1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125526Z:9247456f-614c-4e5d-83d4-ad74e1719537", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a810f3cd-fba7-4c3a-a307-9594e5f90cd0", - "name": "a810f3cd-fba7-4c3a-a307-9594e5f90cd0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4806d0e2-bd2a-438d-9fc0-24a99138a27f", + "name": "4806d0e2-bd2a-438d-9fc0-24a99138a27f", "status": "Succeeded", - "startTime": "2022-10-22T13:58:35.5164594Z", - "endTime": "2022-10-22T13:58:35.5633318Z", + "startTime": "2022-10-25T12:55:26.4636259Z", + "endTime": "2022-10-25T12:55:26.5105547Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474" @@ -1432,7 +1432,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a810f3cd-fba7-4c3a-a307-9594e5f90cd0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4806d0e2-bd2a-438d-9fc0-24a99138a27f?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1446,7 +1446,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:58:35 GMT", + "Date": "Tue, 25 Oct 2022 12:55:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1454,19 +1454,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd33cc83-aa6c-476b-9356-0d8ab533c335", + "x-ms-correlation-request-id": "956229c8-3a0b-4c76-aa48-55453d312494", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135836Z:fd33cc83-aa6c-476b-9356-0d8ab533c335", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125527Z:956229c8-3a0b-4c76-aa48-55453d312494", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e3f62474", "name": "sdk-py-tests-acc-1-e3f62474", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T13%3A58%3A35.511254Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A55%3A26.4579747Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T13:55:44.6218372Z" + "CreatedOnDate": "2022-10-25T12:52:34.6537246Z" }, "properties": { "encryption": { @@ -1477,10 +1477,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T13:55:46.1198997Z", + "createdAt": "2022-10-25T12:52:36.6764197Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T13:55:46.1198997Z" + "lastModifiedAt": "2022-10-25T12:52:36.6764197Z" } } }, @@ -1499,15 +1499,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 13:58:36 GMT", + "Date": "Tue, 25 Oct 2022 12:55: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": "1663f7e9-4f2c-46fc-a735-f4229f1233eb", + "x-ms-correlation-request-id": "b3716e37-6ae0-4d00-bf60-107c9aaa75bb", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T135836Z:1663f7e9-4f2c-46fc-a735-f4229f1233eb", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125527Z:b3716e37-6ae0-4d00-bf60-107c9aaa75bb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 d6f2d4c84aa4..9f461dda1dc2 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:01:40 GMT", + "Date": "Tue, 25 Oct 2022 12:58:58 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.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:01:40 GMT", + "Date": "Tue, 25 Oct 2022 12:58:58 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "7646cc07-5e78-46f1-9199-2d066d00cf64", + "client-request-id": "d6dc5693-ccc1-4096-b599-2cabf4424d20", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "7646cc07-5e78-46f1-9199-2d066d00cf64", + "client-request-id": "d6dc5693-ccc1-4096-b599-2cabf4424d20", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:01:40 GMT", + "Date": "Tue, 25 Oct 2022 12:58:59 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/844aeea8-a5e3-44c2-8361-8f00e37c7c5a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b3420ab-d68b-44f0-9d18-b701eea57841?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:01:44 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A01%3A43.4361995Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:59:03 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A59%3A02.4215581Z\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": "905c0113-c8ad-49d6-8043-f7e1993a655c", + "x-ms-correlation-request-id": "3008842a-f872-40a8-b77b-294bef962b45", "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140144Z:905c0113-c8ad-49d6-8043-f7e1993a655c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125903Z:3008842a-f872-40a8-b77b-294bef962b45", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455", "name": "sdk-py-tests-acc-1-e2722455", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A01%3A43.4361995Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A59%3A02.4215581Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:01:42.4215013Z" + "CreatedOnDate": "2022-10-25T12:59:00.4313528Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:01:43.2674556Z", + "createdAt": "2022-10-25T12:59:02.2003412Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:01:43.2674556Z" + "lastModifiedAt": "2022-10-25T12:59:02.2003412Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/844aeea8-a5e3-44c2-8361-8f00e37c7c5a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b3420ab-d68b-44f0-9d18-b701eea57841?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:01:44 GMT", + "Date": "Tue, 25 Oct 2022 12:59:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "74d13c73-e62c-4d79-9651-b01d15f64229", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140145Z:74d13c73-e62c-4d79-9651-b01d15f64229", + "x-ms-correlation-request-id": "193c6d2f-e2bd-4d4b-b597-bcd617a226a3", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125903Z:193c6d2f-e2bd-4d4b-b597-bcd617a226a3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/844aeea8-a5e3-44c2-8361-8f00e37c7c5a", - "name": "844aeea8-a5e3-44c2-8361-8f00e37c7c5a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5b3420ab-d68b-44f0-9d18-b701eea57841", + "name": "5b3420ab-d68b-44f0-9d18-b701eea57841", "status": "Succeeded", - "startTime": "2022-10-22T14:01:43.4334455Z", - "endTime": "2022-10-22T14:01:43.4802918Z", + "startTime": "2022-10-25T12:59:02.4173914Z", + "endTime": "2022-10-25T12:59:02.5267125Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:01:44 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A01%3A43.4858307Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:59:04 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A59%3A02.5146625Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a727c66a-c77b-452b-ad0c-8a04aa27044a", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140145Z:a727c66a-c77b-452b-ad0c-8a04aa27044a", + "x-ms-correlation-request-id": "69b458d6-3b9c-4ffb-86a4-73843979af61", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125904Z:69b458d6-3b9c-4ffb-86a4-73843979af61", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455", "name": "sdk-py-tests-acc-1-e2722455", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A01%3A43.4858307Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A59%3A02.5146625Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:01:42.4215013Z" + "CreatedOnDate": "2022-10-25T12:59:00.4313528Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:01:43.2674556Z", + "createdAt": "2022-10-25T12:59:02.2003412Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:01:43.2674556Z" + "lastModifiedAt": "2022-10-25T12:59:02.2003412Z" } } }, @@ -400,30 +400,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2d7e7c67-e7f2-4f52-ad7f-6e0bc3272753?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3327fa1d-3c3c-44f0-88bd-68611a6a8ff8?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:01:47 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A01%3A47.0161563Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:59:06 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A59%3A05.9095427Z\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": "c8117e72-dd50-444c-a9ed-9991f3f40a77", + "x-ms-correlation-request-id": "4b76af0e-6fa0-431a-a8c7-3b66b41b7e83", "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140148Z:c8117e72-dd50-444c-a9ed-9991f3f40a77", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125906Z:4b76af0e-6fa0-431a-a8c7-3b66b41b7e83", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-e2722455/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A01%3A47.0161563Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A59%3A05.9095427Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:01:45.7708586Z" + "CreatedOnDate": "2022-10-25T12:59:04.6602392Z" }, "properties": { "serviceLevel": "Premium", @@ -437,15 +437,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:01:46.7688769Z", + "createdAt": "2022-10-25T12:59:05.6395745Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:01:46.7688769Z" + "lastModifiedAt": "2022-10-25T12:59:05.6395745Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2d7e7c67-e7f2-4f52-ad7f-6e0bc3272753?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3327fa1d-3c3c-44f0-88bd-68611a6a8ff8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:01:47 GMT", + "Date": "Tue, 25 Oct 2022 12:59:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -467,17 +467,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8950cfe4-da24-416f-8f6b-3934677c68af", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140148Z:8950cfe4-da24-416f-8f6b-3934677c68af", + "x-ms-correlation-request-id": "38317e7f-116b-4841-a829-17fe995b31d7", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125906Z:38317e7f-116b-4841-a829-17fe995b31d7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2d7e7c67-e7f2-4f52-ad7f-6e0bc3272753", - "name": "2d7e7c67-e7f2-4f52-ad7f-6e0bc3272753", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3327fa1d-3c3c-44f0-88bd-68611a6a8ff8", + "name": "3327fa1d-3c3c-44f0-88bd-68611a6a8ff8", "status": "Succeeded", - "startTime": "2022-10-22T14:01:47.0206309Z", - "endTime": "2022-10-22T14:01:47.942478Z", + "startTime": "2022-10-25T12:59:05.9175993Z", + "endTime": "2022-10-25T12:59:06.7146063Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1" @@ -499,8 +499,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:01:48 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A01%3A47.9392856Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:59:07 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A59%3A06.7062692Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -508,22 +508,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6640405c-1054-451d-bc5b-f35378a818ef", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140148Z:6640405c-1054-451d-bc5b-f35378a818ef", + "x-ms-correlation-request-id": "99ad8bf7-3489-47b7-bdee-c065b8f76c84", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125907Z:99ad8bf7-3489-47b7-bdee-c065b8f76c84", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-e2722455/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A01%3A47.9392856Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A59%3A06.7062692Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:01:45.7708586Z" + "CreatedOnDate": "2022-10-25T12:59:04.6602392Z" }, "properties": { - "poolId": "042f5b13-e963-31c8-afc7-375e08c9bf9e", + "poolId": "848e4744-79ee-33f5-c4bc-fbcfa6c2ba73", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -536,10 +536,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:01:46.7688769Z", + "createdAt": "2022-10-25T12:59:05.6395745Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:01:46.7688769Z" + "lastModifiedAt": "2022-10-25T12:59:05.6395745Z" } } }, @@ -565,35 +565,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3ee0f961-25d2-4005-910e-4b1f5d00d64d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36c38924-44c1-4daa-8706-84bdd878d26e?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "989", + "Content-Length": "988", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:01:48 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A01%3A49.3654705Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:59:07 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A59%3A07.920576Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3ee0f961-25d2-4005-910e-4b1f5d00d64d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36c38924-44c1-4daa-8706-84bdd878d26e?api-version=2022-05-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": "c55296ab-04ef-4988-bdb0-7bfb7fec0bca", + "x-ms-correlation-request-id": "835ad764-5969-4ceb-8eea-cbdbff8be976", "x-ms-ratelimit-remaining-subscription-writes": "1187", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140149Z:c55296ab-04ef-4988-bdb0-7bfb7fec0bca", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125908Z:835ad764-5969-4ceb-8eea-cbdbff8be976", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-e2722455/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A01%3A49.3654705Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A59%3A07.920576Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:01:45.7708586Z" + "CreatedOnDate": "2022-10-25T12:59:04.6602392Z" }, "properties": { "provisioningState": "Patching", - "poolId": "042f5b13-e963-31c8-afc7-375e08c9bf9e", + "poolId": "848e4744-79ee-33f5-c4bc-fbcfa6c2ba73", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -605,55 +605,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:01:46.7688769Z", + "createdAt": "2022-10-25T12:59:05.6395745Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:01:46.7688769Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3ee0f961-25d2-4005-910e-4b1f5d00d64d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:01: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": "e270b62a-d9bf-4ce5-a1e8-b10e4720826f", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140149Z:e270b62a-d9bf-4ce5-a1e8-b10e4720826f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3ee0f961-25d2-4005-910e-4b1f5d00d64d", - "name": "3ee0f961-25d2-4005-910e-4b1f5d00d64d", - "status": "Patching", - "startTime": "2022-10-22T14:01:49.3679812Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1" + "lastModifiedAt": "2022-10-25T12:59:05.6395745Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3ee0f961-25d2-4005-910e-4b1f5d00d64d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36c38924-44c1-4daa-8706-84bdd878d26e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -667,7 +627,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:02:19 GMT", + "Date": "Tue, 25 Oct 2022 12:59:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -675,17 +635,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31d67071-1929-4018-9d8a-58b034bf4d1f", + "x-ms-correlation-request-id": "f17f86c6-6b76-4fce-ab6a-df8dfffa010e", "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140220Z:31d67071-1929-4018-9d8a-58b034bf4d1f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125908Z:f17f86c6-6b76-4fce-ab6a-df8dfffa010e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3ee0f961-25d2-4005-910e-4b1f5d00d64d", - "name": "3ee0f961-25d2-4005-910e-4b1f5d00d64d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36c38924-44c1-4daa-8706-84bdd878d26e", + "name": "36c38924-44c1-4daa-8706-84bdd878d26e", "status": "Succeeded", - "startTime": "2022-10-22T14:01:49.3679812Z", - "endTime": "2022-10-22T14:01:49.7117178Z", + "startTime": "2022-10-25T12:59:07.9180689Z", + "endTime": "2022-10-25T12:59:08.199064Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1" @@ -693,7 +653,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3ee0f961-25d2-4005-910e-4b1f5d00d64d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36c38924-44c1-4daa-8706-84bdd878d26e?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -707,7 +667,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:02:19 GMT", + "Date": "Tue, 25 Oct 2022 12:59:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -715,23 +675,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67288fc7-0c71-42a1-b8ad-d05211e6e249", + "x-ms-correlation-request-id": "13dbdf72-e0fc-46f2-8e57-02682b6cd001", "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140220Z:67288fc7-0c71-42a1-b8ad-d05211e6e249", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125908Z:13dbdf72-e0fc-46f2-8e57-02682b6cd001", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-e2722455/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A01%3A49.7052764Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A59%3A08.1884231Z\u0027\u0022", "location": "westus2", "tags": { "Tag2": "Value1", - "CreatedOnDate": "2022-10-22T14:01:49.0605756Z" + "CreatedOnDate": "2022-10-25T12:59:07.5759504Z" }, "properties": { - "poolId": "042f5b13-e963-31c8-afc7-375e08c9bf9e", + "poolId": "848e4744-79ee-33f5-c4bc-fbcfa6c2ba73", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", @@ -745,10 +705,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:01:46.7688769Z", + "createdAt": "2022-10-25T12:59:05.6395745Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:01:49.2390815Z" + "lastModifiedAt": "2022-10-25T12:59:07.750965Z" } } }, @@ -765,25 +725,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a8207ea-bb88-4fd9-9ea1-922e25786049?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1f0c7c1e-fc65-4e50-a73a-2550f340b7e6?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:02:31 GMT", + "Date": "Tue, 25 Oct 2022 12:59:18 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a8207ea-bb88-4fd9-9ea1-922e25786049?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1f0c7c1e-fc65-4e50-a73a-2550f340b7e6?api-version=2022-05-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": "623ca572-8925-4c03-95d0-13b75a8c5cb7", + "x-ms-correlation-request-id": "2431a454-b32e-41b4-89b4-03116f7d405e", "x-ms-ratelimit-remaining-subscription-deletes": "14970", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140231Z:623ca572-8925-4c03-95d0-13b75a8c5cb7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125919Z:2431a454-b32e-41b4-89b4-03116f7d405e", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a8207ea-bb88-4fd9-9ea1-922e25786049?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1f0c7c1e-fc65-4e50-a73a-2550f340b7e6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -797,7 +757,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:02:31 GMT", + "Date": "Tue, 25 Oct 2022 12:59:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -805,16 +765,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c2341160-6a39-4779-bdf0-8cfddd86f3f2", + "x-ms-correlation-request-id": "46f59ad3-4275-4cdd-8db0-8e173461f694", "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140231Z:c2341160-6a39-4779-bdf0-8cfddd86f3f2", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125919Z:46f59ad3-4275-4cdd-8db0-8e173461f694", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a8207ea-bb88-4fd9-9ea1-922e25786049", - "name": "4a8207ea-bb88-4fd9-9ea1-922e25786049", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1f0c7c1e-fc65-4e50-a73a-2550f340b7e6", + "name": "1f0c7c1e-fc65-4e50-a73a-2550f340b7e6", "status": "Deleting", - "startTime": "2022-10-22T14:02:30.8963262Z", + "startTime": "2022-10-25T12:59:19.1217381Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -823,7 +783,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a8207ea-bb88-4fd9-9ea1-922e25786049?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1f0c7c1e-fc65-4e50-a73a-2550f340b7e6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -837,7 +797,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:03:00 GMT", + "Date": "Tue, 25 Oct 2022 12:59:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -845,17 +805,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "204c97f0-c8ce-4876-869e-bf27293254e9", + "x-ms-correlation-request-id": "d65a5bb1-2e56-42c3-857c-11f49015540d", "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140301Z:204c97f0-c8ce-4876-869e-bf27293254e9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125949Z:d65a5bb1-2e56-42c3-857c-11f49015540d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a8207ea-bb88-4fd9-9ea1-922e25786049", - "name": "4a8207ea-bb88-4fd9-9ea1-922e25786049", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1f0c7c1e-fc65-4e50-a73a-2550f340b7e6", + "name": "1f0c7c1e-fc65-4e50-a73a-2550f340b7e6", "status": "Succeeded", - "startTime": "2022-10-22T14:02:30.8963262Z", - "endTime": "2022-10-22T14:02:31.8651811Z", + "startTime": "2022-10-25T12:59:19.1217381Z", + "endTime": "2022-10-25T12:59:19.4186364Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1" @@ -863,7 +823,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a8207ea-bb88-4fd9-9ea1-922e25786049?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1f0c7c1e-fc65-4e50-a73a-2550f340b7e6?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -877,7 +837,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:03:00 GMT", + "Date": "Tue, 25 Oct 2022 12:59:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -885,23 +845,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b13517dd-ae02-41a3-8fd9-3ae7b7412882", + "x-ms-correlation-request-id": "a7c8e14a-d1d3-4c13-98e3-f5212d81f1af", "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140301Z:b13517dd-ae02-41a3-8fd9-3ae7b7412882", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125949Z:a7c8e14a-d1d3-4c13-98e3-f5212d81f1af", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-e2722455/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A02%3A30.8917026Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A59%3A19.126178Z\u0027\u0022", "location": "westus2", "tags": { "Tag2": "Value1", - "CreatedOnDate": "2022-10-22T14:01:49.0605756Z" + "CreatedOnDate": "2022-10-25T12:59:07.5759504Z" }, "properties": { - "poolId": "042f5b13-e963-31c8-afc7-375e08c9bf9e", + "poolId": "848e4744-79ee-33f5-c4bc-fbcfa6c2ba73", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455/capacityPools/sdk-py-tests-pool-1", @@ -915,10 +875,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:01:46.7688769Z", + "createdAt": "2022-10-25T12:59:05.6395745Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:01:49.2390815Z" + "lastModifiedAt": "2022-10-25T12:59:07.750965Z" } } }, @@ -936,14 +896,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 14:03:11 GMT", + "Date": "Tue, 25 Oct 2022 13:00:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d153757-0a3d-4671-81e2-bfbc6c685a40", + "x-ms-correlation-request-id": "8db0ebf1-3851-4571-9a77-6cd5fc69b8c6", "x-ms-ratelimit-remaining-subscription-deletes": "14969", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140312Z:7d153757-0a3d-4671-81e2-bfbc6c685a40" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130000Z:8db0ebf1-3851-4571-9a77-6cd5fc69b8c6" }, "ResponseBody": null }, @@ -961,14 +921,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 14:03:21 GMT", + "Date": "Tue, 25 Oct 2022 13:00:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f2290feb-7d6c-4ce6-a322-6a61b21ad1a3", + "x-ms-correlation-request-id": "c5fdba6d-798e-46d3-b371-769c3c460445", "x-ms-ratelimit-remaining-subscription-deletes": "14968", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140322Z:f2290feb-7d6c-4ce6-a322-6a61b21ad1a3" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130010Z:c5fdba6d-798e-46d3-b371-769c3c460445" }, "ResponseBody": null }, @@ -986,14 +946,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 14:03:31 GMT", + "Date": "Tue, 25 Oct 2022 13:00:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d61fae3d-a98b-434e-91e1-37ddd9e1e23d", + "x-ms-correlation-request-id": "31416d50-685e-40f0-9a86-18abe3f62dc9", "x-ms-ratelimit-remaining-subscription-deletes": "14967", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140332Z:d61fae3d-a98b-434e-91e1-37ddd9e1e23d" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130020Z:31416d50-685e-40f0-9a86-18abe3f62dc9" }, "ResponseBody": null }, @@ -1011,14 +971,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 14:03:42 GMT", + "Date": "Tue, 25 Oct 2022 13:00:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b1479cf0-e627-4b5c-baf2-ea4e862f1911", + "x-ms-correlation-request-id": "782f8bea-fb0a-47ad-bd53-a1c07712abcb", "x-ms-ratelimit-remaining-subscription-deletes": "14966", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140343Z:b1479cf0-e627-4b5c-baf2-ea4e862f1911" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130031Z:782f8bea-fb0a-47ad-bd53-a1c07712abcb" }, "ResponseBody": null }, @@ -1037,14 +997,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:03:53 GMT", + "Date": "Tue, 25 Oct 2022 13:00:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1f137514-17b5-4c17-b24b-7b0b00ae6672", + "x-ms-correlation-request-id": "b81e6f6a-fcaf-4185-9015-eb8143ab78ec", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140353Z:1f137514-17b5-4c17-b24b-7b0b00ae6672" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130041Z:b81e6f6a-fcaf-4185-9015-eb8143ab78ec" }, "ResponseBody": { "error": { @@ -1066,25 +1026,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c93c3de-f3fa-49c2-8a9d-10c90630985b?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/61b5aca0-e5d8-4173-a6f6-1f57bcbf5817?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:03:54 GMT", + "Date": "Tue, 25 Oct 2022 13:00:42 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c93c3de-f3fa-49c2-8a9d-10c90630985b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/61b5aca0-e5d8-4173-a6f6-1f57bcbf5817?api-version=2022-05-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": "79805f6e-1b35-4b70-9d80-bd2e24d2409f", + "x-ms-correlation-request-id": "2a661337-a2b2-4d2b-aab1-9c405a2f55f9", "x-ms-ratelimit-remaining-subscription-deletes": "14965", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140354Z:79805f6e-1b35-4b70-9d80-bd2e24d2409f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130042Z:2a661337-a2b2-4d2b-aab1-9c405a2f55f9", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c93c3de-f3fa-49c2-8a9d-10c90630985b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/61b5aca0-e5d8-4173-a6f6-1f57bcbf5817?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1098,7 +1058,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:03:54 GMT", + "Date": "Tue, 25 Oct 2022 13:00:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1106,17 +1066,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5bad52c-0a30-4a10-adeb-d9c8f7c12f7e", + "x-ms-correlation-request-id": "27fd4633-055e-4660-bf69-9ab269b2dd26", "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140355Z:d5bad52c-0a30-4a10-adeb-d9c8f7c12f7e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130043Z:27fd4633-055e-4660-bf69-9ab269b2dd26", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c93c3de-f3fa-49c2-8a9d-10c90630985b", - "name": "1c93c3de-f3fa-49c2-8a9d-10c90630985b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/61b5aca0-e5d8-4173-a6f6-1f57bcbf5817", + "name": "61b5aca0-e5d8-4173-a6f6-1f57bcbf5817", "status": "Succeeded", - "startTime": "2022-10-22T14:03:54.66265Z", - "endTime": "2022-10-22T14:03:54.7095429Z", + "startTime": "2022-10-25T13:00:42.7973159Z", + "endTime": "2022-10-25T13:00:42.9223492Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455" @@ -1124,7 +1084,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1c93c3de-f3fa-49c2-8a9d-10c90630985b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/61b5aca0-e5d8-4173-a6f6-1f57bcbf5817?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1138,7 +1098,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:03:55 GMT", + "Date": "Tue, 25 Oct 2022 13:00:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1146,19 +1106,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7f34b938-55c9-49aa-80c8-b45a000d7a22", + "x-ms-correlation-request-id": "bb30f8cb-9402-4085-bd37-d3b27285b775", "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140355Z:7f34b938-55c9-49aa-80c8-b45a000d7a22", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130043Z:bb30f8cb-9402-4085-bd37-d3b27285b775", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2722455", "name": "sdk-py-tests-acc-1-e2722455", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A03%3A54.6427373Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A00%3A42.7944528Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:01:42.4215013Z" + "CreatedOnDate": "2022-10-25T12:59:00.4313528Z" }, "properties": { "encryption": { @@ -1169,10 +1129,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:01:43.2674556Z", + "createdAt": "2022-10-25T12:59:02.2003412Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:01:43.2674556Z" + "lastModifiedAt": "2022-10-25T12:59:02.2003412Z" } } }, @@ -1191,15 +1151,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:03:55 GMT", + "Date": "Tue, 25 Oct 2022 13:00:43 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": "f7f1d0ef-8486-4d3a-89d3-728944c32ab9", + "x-ms-correlation-request-id": "941adad0-900f-4331-a42e-8ae91cb73983", "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140355Z:f7f1d0ef-8486-4d3a-89d3-728944c32ab9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130043Z:941adad0-900f-4331-a42e-8ae91cb73983", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 681565aede62..a314735839dc 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:00:22 GMT", + "Date": "Tue, 25 Oct 2022 12:57:12 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.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:00:22 GMT", + "Date": "Tue, 25 Oct 2022 12:57:12 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.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "f66310e2-f647-4f9c-9961-775562ca346f", + "client-request-id": "54a93261-7c77-4f75-99a4-785c871cade8", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "f66310e2-f647-4f9c-9961-775562ca346f", + "client-request-id": "54a93261-7c77-4f75-99a4-785c871cade8", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:00:22 GMT", + "Date": "Tue, 25 Oct 2022 12:57:12 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9db30a7b-b68c-48ca-b57a-47d7602e6b14?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a6b846a9-3201-4898-bfbd-47e47de07f3f?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "703", + "Content-Length": "704", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:00:27 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A25.646613Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:57:16 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A57%3A15.5303318Z\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": "f633740d-49b5-4022-aa2d-029ae592451a", + "x-ms-correlation-request-id": "fd894b54-5041-4e5f-84f5-85a4d773568f", "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140027Z:f633740d-49b5-4022-aa2d-029ae592451a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125716Z:fd894b54-5041-4e5f-84f5-85a4d773568f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8", "name": "sdk-py-tests-acc-1-8b424c8", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A25.646613Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A57%3A15.5303318Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:00:24.1053029Z" + "CreatedOnDate": "2022-10-25T12:57:13.8503269Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:00:25.4738098Z", + "createdAt": "2022-10-25T12:57:15.3165944Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:00:25.4738098Z" + "lastModifiedAt": "2022-10-25T12:57:15.3165944Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9db30a7b-b68c-48ca-b57a-47d7602e6b14?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a6b846a9-3201-4898-bfbd-47e47de07f3f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:00:27 GMT", + "Date": "Tue, 25 Oct 2022 12:57:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bc68bbce-323f-4637-8804-e2cd4c500b64", + "x-ms-correlation-request-id": "482db1cc-47f2-4163-b652-b5f591a23341", "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140027Z:bc68bbce-323f-4637-8804-e2cd4c500b64", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125717Z:482db1cc-47f2-4163-b652-b5f591a23341", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9db30a7b-b68c-48ca-b57a-47d7602e6b14", - "name": "9db30a7b-b68c-48ca-b57a-47d7602e6b14", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a6b846a9-3201-4898-bfbd-47e47de07f3f", + "name": "a6b846a9-3201-4898-bfbd-47e47de07f3f", "status": "Succeeded", - "startTime": "2022-10-22T14:00:25.6436299Z", - "endTime": "2022-10-22T14:00:25.6905164Z", + "startTime": "2022-10-25T12:57:15.5312238Z", + "endTime": "2022-10-25T12:57:15.5780865Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:00:27 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A25.6952868Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:57:17 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A57%3A15.5817065Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "15718b66-92ed-4eb2-9807-e56da1df8ce6", + "x-ms-correlation-request-id": "25c0cd53-f1f2-4bec-979a-d0a11623f894", "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140027Z:15718b66-92ed-4eb2-9807-e56da1df8ce6", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125717Z:25c0cd53-f1f2-4bec-979a-d0a11623f894", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8", "name": "sdk-py-tests-acc-1-8b424c8", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A25.6952868Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A57%3A15.5817065Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:00:24.1053029Z" + "CreatedOnDate": "2022-10-25T12:57:13.8503269Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:00:25.4738098Z", + "createdAt": "2022-10-25T12:57:15.3165944Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:00:25.4738098Z" + "lastModifiedAt": "2022-10-25T12:57:15.3165944Z" } } }, @@ -400,30 +400,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76e14c8-fd56-4582-b927-280c5ffd0a37?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5f948be7-dd0a-468e-bd88-42c0f6f55821?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "918", + "Content-Length": "919", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:00:31 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A29.6853065Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:57:20 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A57%3A19.111261Z\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": "724d8f2d-4d62-436d-9a55-6eeba3a8fac8", + "x-ms-correlation-request-id": "b9be0f1b-f84e-4031-a0b9-793343f29040", "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140031Z:724d8f2d-4d62-436d-9a55-6eeba3a8fac8", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125720Z:b9be0f1b-f84e-4031-a0b9-793343f29040", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8b424c8/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A29.6853065Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A57%3A19.111261Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:00:28.2598246Z" + "CreatedOnDate": "2022-10-25T12:57:17.8405752Z" }, "properties": { "serviceLevel": "Premium", @@ -437,15 +437,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:00:29.459946Z", + "createdAt": "2022-10-25T12:57:18.8325027Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:00:29.459946Z" + "lastModifiedAt": "2022-10-25T12:57:18.8325027Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76e14c8-fd56-4582-b927-280c5ffd0a37?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5f948be7-dd0a-468e-bd88-42c0f6f55821?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:00:31 GMT", + "Date": "Tue, 25 Oct 2022 12:57:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -467,17 +467,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4e51a61-8edf-4ac8-9953-05a082e94b3f", + "x-ms-correlation-request-id": "a60f75cf-40be-4b9f-991a-3e9e6cd6e46b", "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140031Z:a4e51a61-8edf-4ac8-9953-05a082e94b3f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125720Z:a60f75cf-40be-4b9f-991a-3e9e6cd6e46b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76e14c8-fd56-4582-b927-280c5ffd0a37", - "name": "a76e14c8-fd56-4582-b927-280c5ffd0a37", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5f948be7-dd0a-468e-bd88-42c0f6f55821", + "name": "5f948be7-dd0a-468e-bd88-42c0f6f55821", "status": "Succeeded", - "startTime": "2022-10-22T14:00:29.6802963Z", - "endTime": "2022-10-22T14:00:30.6646256Z", + "startTime": "2022-10-25T12:57:19.110001Z", + "endTime": "2022-10-25T12:57:20.0631981Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1" @@ -499,8 +499,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:00:31 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A30.6594496Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:57:20 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A57%3A20.0551528Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -508,22 +508,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4814135-10be-4dac-8b04-786e4b5beb42", + "x-ms-correlation-request-id": "c6956c5c-00af-4261-a100-d84991f07d28", "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140031Z:c4814135-10be-4dac-8b04-786e4b5beb42", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125721Z:c6956c5c-00af-4261-a100-d84991f07d28", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8b424c8/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A30.6594496Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A57%3A20.0551528Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:00:28.2598246Z" + "CreatedOnDate": "2022-10-25T12:57:17.8405752Z" }, "properties": { - "poolId": "901f88de-92e4-3b67-d997-970f4217a79b", + "poolId": "93037d3e-0a21-5273-9ee0-8a3cfb4f8b0b", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -536,10 +536,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:00:29.459946Z", + "createdAt": "2022-10-25T12:57:18.8325027Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:00:29.459946Z" + "lastModifiedAt": "2022-10-25T12:57:18.8325027Z" } } }, @@ -563,12 +563,12 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f96aca9f-7cb0-46ec-a804-34905fd9157e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7822a745-e74d-49ae-bd44-5b4ec3b75420?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:00:33 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A32.4864054Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:57:22 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A57%3A21.5073244Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -576,23 +576,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "161fe8e3-33f6-4b46-9300-550ebd4765e9", + "x-ms-correlation-request-id": "038bcbac-c3dc-4389-b1c6-cc682e091cd9", "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140033Z:161fe8e3-33f6-4b46-9300-550ebd4765e9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125722Z:038bcbac-c3dc-4389-b1c6-cc682e091cd9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8b424c8/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A32.4864054Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A57%3A21.5073244Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:00:28.2598246Z" + "CreatedOnDate": "2022-10-25T12:57:17.8405752Z" }, "properties": { "provisioningState": "Updating", - "poolId": "901f88de-92e4-3b67-d997-970f4217a79b", + "poolId": "93037d3e-0a21-5273-9ee0-8a3cfb4f8b0b", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -604,15 +604,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:00:29.459946Z", + "createdAt": "2022-10-25T12:57:18.8325027Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:00:29.459946Z" + "lastModifiedAt": "2022-10-25T12:57:18.8325027Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f96aca9f-7cb0-46ec-a804-34905fd9157e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7822a745-e74d-49ae-bd44-5b4ec3b75420?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -626,7 +626,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:00:33 GMT", + "Date": "Tue, 25 Oct 2022 12:57:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -634,17 +634,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c2a3514-52cd-46c9-b74a-2bd9bc7c27f0", + "x-ms-correlation-request-id": "730b5ac0-82bd-4e47-9023-14be172a49ac", "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140033Z:5c2a3514-52cd-46c9-b74a-2bd9bc7c27f0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125722Z:730b5ac0-82bd-4e47-9023-14be172a49ac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f96aca9f-7cb0-46ec-a804-34905fd9157e", - "name": "f96aca9f-7cb0-46ec-a804-34905fd9157e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7822a745-e74d-49ae-bd44-5b4ec3b75420", + "name": "7822a745-e74d-49ae-bd44-5b4ec3b75420", "status": "Succeeded", - "startTime": "2022-10-22T14:00:32.4771349Z", - "endTime": "2022-10-22T14:00:32.7271221Z", + "startTime": "2022-10-25T12:57:21.5008092Z", + "endTime": "2022-10-25T12:57:22.2197185Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1" @@ -666,8 +666,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:00:33 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A32.721271Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 12:57:22 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T12%3A57%3A22.222916Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -675,22 +675,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5178717e-5ab4-49b8-afb2-b414318ee2c6", + "x-ms-correlation-request-id": "c1169270-c6b2-4e86-aa67-adc4438fef59", "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140034Z:5178717e-5ab4-49b8-afb2-b414318ee2c6", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125723Z:c1169270-c6b2-4e86-aa67-adc4438fef59", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8b424c8/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A32.721271Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A57%3A22.222916Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:00:32.0135036Z" + "CreatedOnDate": "2022-10-25T12:57:21.1562478Z" }, "properties": { - "poolId": "901f88de-92e4-3b67-d997-970f4217a79b", + "poolId": "93037d3e-0a21-5273-9ee0-8a3cfb4f8b0b", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Manual", @@ -703,10 +703,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:00:29.459946Z", + "createdAt": "2022-10-25T12:57:18.8325027Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:00:32.3529119Z" + "lastModifiedAt": "2022-10-25T12:57:21.3337133Z" } } }, @@ -723,25 +723,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b36b849-619d-4a7e-b0f1-a3e457b9be9f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ba309e61-a768-4f69-922f-7d309f6ad44d?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:00:44 GMT", + "Date": "Tue, 25 Oct 2022 12:57:33 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b36b849-619d-4a7e-b0f1-a3e457b9be9f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ba309e61-a768-4f69-922f-7d309f6ad44d?api-version=2022-05-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": "fe35a877-f74a-423c-9a13-4a7e7957cf14", + "x-ms-correlation-request-id": "77a75381-153d-45f4-abd0-5d3ef1b27eaa", "x-ms-ratelimit-remaining-subscription-deletes": "14976", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140044Z:fe35a877-f74a-423c-9a13-4a7e7957cf14", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125733Z:77a75381-153d-45f4-abd0-5d3ef1b27eaa", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b36b849-619d-4a7e-b0f1-a3e457b9be9f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ba309e61-a768-4f69-922f-7d309f6ad44d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -755,7 +755,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:00:44 GMT", + "Date": "Tue, 25 Oct 2022 12:57:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -763,17 +763,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e6496d9-6792-4193-add0-139f85305ed5", + "x-ms-correlation-request-id": "ce86af74-52df-442a-b3a9-70752b30a458", "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140044Z:7e6496d9-6792-4193-add0-139f85305ed5", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125734Z:ce86af74-52df-442a-b3a9-70752b30a458", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b36b849-619d-4a7e-b0f1-a3e457b9be9f", - "name": "0b36b849-619d-4a7e-b0f1-a3e457b9be9f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ba309e61-a768-4f69-922f-7d309f6ad44d", + "name": "ba309e61-a768-4f69-922f-7d309f6ad44d", + "status": "Deleting", + "startTime": "2022-10-25T12:57:33.6787043Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ba309e61-a768-4f69-922f-7d309f6ad44d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 12:58: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": "95ef01d4-0eb6-4fed-9904-047cd27fe0fd", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125804Z:95ef01d4-0eb6-4fed-9904-047cd27fe0fd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ba309e61-a768-4f69-922f-7d309f6ad44d", + "name": "ba309e61-a768-4f69-922f-7d309f6ad44d", "status": "Succeeded", - "startTime": "2022-10-22T14:00:44.6202157Z", - "endTime": "2022-10-22T14:00:44.8702431Z", + "startTime": "2022-10-25T12:57:33.6787043Z", + "endTime": "2022-10-25T12:57:34.0068553Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1" @@ -781,7 +821,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b36b849-619d-4a7e-b0f1-a3e457b9be9f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ba309e61-a768-4f69-922f-7d309f6ad44d?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -795,7 +835,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:00:44 GMT", + "Date": "Tue, 25 Oct 2022 12:58:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -803,22 +843,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7b068c8b-9547-4f20-99a5-13c244f946d2", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140045Z:7b068c8b-9547-4f20-99a5-13c244f946d2", + "x-ms-correlation-request-id": "23a10876-e33b-41b5-9cd1-acd7d06c3c4e", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125804Z:23a10876-e33b-41b5-9cd1-acd7d06c3c4e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8b424c8/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A00%3A44.6154741Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A57%3A33.6853736Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:00:32.0135036Z" + "CreatedOnDate": "2022-10-25T12:57:21.1562478Z" }, "properties": { - "poolId": "901f88de-92e4-3b67-d997-970f4217a79b", + "poolId": "93037d3e-0a21-5273-9ee0-8a3cfb4f8b0b", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8/capacityPools/sdk-py-tests-pool-1", @@ -832,10 +872,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:00:29.459946Z", + "createdAt": "2022-10-25T12:57:18.8325027Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:00:32.3529119Z" + "lastModifiedAt": "2022-10-25T12:57:21.3337133Z" } } }, @@ -853,16 +893,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 14:00:57 GMT", + "Date": "Tue, 25 Oct 2022 12:58:14 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": "c1ba50b6-ccd5-40e0-b805-7a81a937b97b", + "x-ms-correlation-request-id": "a424df58-826a-4873-bdbe-1359574c2c65", "x-ms-ratelimit-remaining-subscription-deletes": "14975", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140057Z:c1ba50b6-ccd5-40e0-b805-7a81a937b97b", - "X-Powered-By": "ASP.NET" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125814Z:a424df58-826a-4873-bdbe-1359574c2c65" }, "ResponseBody": null }, @@ -880,14 +918,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 14:01:07 GMT", + "Date": "Tue, 25 Oct 2022 12:58:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4924c3ac-a11f-4723-aee4-50e036ec48ca", + "x-ms-correlation-request-id": "2a6e5f38-44ec-4dfa-8515-36d1fc52ee8a", "x-ms-ratelimit-remaining-subscription-deletes": "14974", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140107Z:4924c3ac-a11f-4723-aee4-50e036ec48ca" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125825Z:2a6e5f38-44ec-4dfa-8515-36d1fc52ee8a" }, "ResponseBody": null }, @@ -905,14 +943,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 14:01:17 GMT", + "Date": "Tue, 25 Oct 2022 12:58:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "333bbe85-1ad8-4189-9775-c1964eb3282e", + "x-ms-correlation-request-id": "278d2ac1-8765-496a-93a5-d68d12a9501b", "x-ms-ratelimit-remaining-subscription-deletes": "14973", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140118Z:333bbe85-1ad8-4189-9775-c1964eb3282e" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125835Z:278d2ac1-8765-496a-93a5-d68d12a9501b" }, "ResponseBody": null }, @@ -930,14 +968,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 14:01:28 GMT", + "Date": "Tue, 25 Oct 2022 12: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": "491c0a41-d05e-406a-8e44-589649d1d12e", + "x-ms-correlation-request-id": "ab247a02-857b-4b69-ab98-cb0c34f26d95", "x-ms-ratelimit-remaining-subscription-deletes": "14972", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140128Z:491c0a41-d05e-406a-8e44-589649d1d12e" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125845Z:ab247a02-857b-4b69-ab98-cb0c34f26d95" }, "ResponseBody": null }, @@ -956,14 +994,14 @@ "Cache-Control": "no-cache", "Content-Length": "287", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:01:38 GMT", + "Date": "Tue, 25 Oct 2022 12:58:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c2bc30e-d8ad-4b55-a42c-5113cfa3da0a", + "x-ms-correlation-request-id": "1c130f2c-209b-4316-b19c-f43e38f32a1a", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140138Z:6c2bc30e-d8ad-4b55-a42c-5113cfa3da0a" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125856Z:1c130f2c-209b-4316-b19c-f43e38f32a1a" }, "ResponseBody": { "error": { @@ -985,25 +1023,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/150b4f62-fdb2-4650-b025-482034896a23?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37defa37-b07d-47e9-99d5-e70bb90e558d?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:01:39 GMT", + "Date": "Tue, 25 Oct 2022 12:58:57 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/150b4f62-fdb2-4650-b025-482034896a23?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37defa37-b07d-47e9-99d5-e70bb90e558d?api-version=2022-05-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": "3681c89c-feda-48c2-8acd-0c6c49d1b81f", + "x-ms-correlation-request-id": "5cacd5c9-54bb-4c81-8e37-7eeaaee0e09f", "x-ms-ratelimit-remaining-subscription-deletes": "14971", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140139Z:3681c89c-feda-48c2-8acd-0c6c49d1b81f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125857Z:5cacd5c9-54bb-4c81-8e37-7eeaaee0e09f", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/150b4f62-fdb2-4650-b025-482034896a23?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37defa37-b07d-47e9-99d5-e70bb90e558d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1017,7 +1055,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:01:39 GMT", + "Date": "Tue, 25 Oct 2022 12:58:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1025,17 +1063,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0d92f082-b3e3-4c71-9558-6439d02f7fe3", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140139Z:0d92f082-b3e3-4c71-9558-6439d02f7fe3", + "x-ms-correlation-request-id": "0a31afe0-5263-4a04-a98d-5c1ab90e56f5", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125857Z:0a31afe0-5263-4a04-a98d-5c1ab90e56f5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/150b4f62-fdb2-4650-b025-482034896a23", - "name": "150b4f62-fdb2-4650-b025-482034896a23", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37defa37-b07d-47e9-99d5-e70bb90e558d", + "name": "37defa37-b07d-47e9-99d5-e70bb90e558d", "status": "Succeeded", - "startTime": "2022-10-22T14:01:39.3147074Z", - "endTime": "2022-10-22T14:01:39.3772679Z", + "startTime": "2022-10-25T12:58:57.6042949Z", + "endTime": "2022-10-25T12:58:57.6512159Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8" @@ -1043,7 +1081,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/150b4f62-fdb2-4650-b025-482034896a23?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/37defa37-b07d-47e9-99d5-e70bb90e558d?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1057,7 +1095,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:01:39 GMT", + "Date": "Tue, 25 Oct 2022 12:58:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1065,19 +1103,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d399e5ba-cd6c-4dab-98b2-859b7c806764", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140139Z:d399e5ba-cd6c-4dab-98b2-859b7c806764", + "x-ms-correlation-request-id": "67c97fab-32ff-4b99-af16-253f78f32be7", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125858Z:67c97fab-32ff-4b99-af16-253f78f32be7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b424c8", "name": "sdk-py-tests-acc-1-8b424c8", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A01%3A39.3132155Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T12%3A58%3A57.5395028Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:00:24.1053029Z" + "CreatedOnDate": "2022-10-25T12:57:13.8503269Z" }, "properties": { "encryption": { @@ -1088,10 +1126,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:00:25.4738098Z", + "createdAt": "2022-10-25T12:57:15.3165944Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:00:25.4738098Z" + "lastModifiedAt": "2022-10-25T12:57:15.3165944Z" } } }, @@ -1110,15 +1148,15 @@ "Cache-Control": "no-cache", "Content-Length": "254", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:01:39 GMT", + "Date": "Tue, 25 Oct 2022 12:58: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": "867b3173-e804-4f2f-bfa7-0bae02c35220", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140140Z:867b3173-e804-4f2f-bfa7-0bae02c35220", + "x-ms-correlation-request-id": "48735c4b-7461-4459-9557-144ca6d833b4", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T125858Z:48735c4b-7461-4459-9557-144ca6d833b4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 d2a16f11c772..c118819f844f 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:38:09 GMT", + "Date": "Tue, 25 Oct 2022 13:22:07 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.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:38:09 GMT", + "Date": "Tue, 25 Oct 2022 13:22:07 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "99b01cf2-7281-42f6-92f6-635d4cd821d2", + "client-request-id": "80c454fe-dd54-4cb4-a211-3993bd105801", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "99b01cf2-7281-42f6-92f6-635d4cd821d2", + "client-request-id": "80c454fe-dd54-4cb4-a211-3993bd105801", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:38:09 GMT", + "Date": "Tue, 25 Oct 2022 13:22:07 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/120a4441-5c05-4e92-bb2e-885399970340?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/77e25e49-2c61-4e80-95ae-32b995695c90?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:38:18 GMT", + "Date": "Tue, 25 Oct 2022 13:22:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a5e74d39-1c61-4c8c-84a6-0de7b841652b", - "x-ms-correlation-request-id": "6c243fdb-2ab2-4e97-a244-7ec5d9d67ad7", + "x-ms-arm-service-request-id": "c563adb0-803f-4163-bfef-20551f7e6eaf", + "x-ms-correlation-request-id": "7834f6b6-e842-45fb-b163-607873367549", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T143819Z:6c243fdb-2ab2-4e97-a244-7ec5d9d67ad7" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132218Z:7834f6b6-e842-45fb-b163-607873367549" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-cd95297f", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f", - "etag": "W/\u002276c874ba-99d9-430c-886b-bfd970eb35a8\u0022", + "etag": "W/\u00228b4a79ca-bbfd-4343-a561-3c11f74595c8\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:38:12.5886918Z" + "CreatedOnDate": "2022-10-25T13:22:10.6102644Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "cb897329-5a1a-474d-86cf-db09be4c9267", + "resourceGuid": "505cdcfc-fa82-4255-b632-9f36076a9114", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/120a4441-5c05-4e92-bb2e-885399970340?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/77e25e49-2c61-4e80-95ae-32b995695c90?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:38:18 GMT", + "Date": "Tue, 25 Oct 2022 13:22:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -304,10 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2ff9afd6-cea6-4730-b768-98652b370d86", - "x-ms-correlation-request-id": "685f69ce-368d-4dba-923f-6e5c27a524e9", + "x-ms-arm-service-request-id": "91ce9bfc-edc6-43e9-9dd3-b755a3cbf5e6", + "x-ms-correlation-request-id": "b868b328-8514-4758-a920-eae871f57716", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T143819Z:685f69ce-368d-4dba-923f-6e5c27a524e9" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132218Z:b868b328-8514-4758-a920-eae871f57716" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:38:18 GMT", - "ETag": "W/\u0022ac1fcc37-9cbc-4862-b923-5f235d2dff62\u0022", + "Date": "Tue, 25 Oct 2022 13:22:18 GMT", + "ETag": "W/\u00227b3deb34-ccbc-441c-8b15-c74b94e63b9b\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d96e9f21-bb5a-493f-96fa-20f0fe142966", - "x-ms-correlation-request-id": "231b5ccf-e222-4b03-9095-9ad902a352c6", + "x-ms-arm-service-request-id": "b698e2d5-0fbb-43a6-a334-dd2e51d65f18", + "x-ms-correlation-request-id": "b19975f8-b627-4ab4-ae28-d5f61f18e37c", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T143819Z:231b5ccf-e222-4b03-9095-9ad902a352c6" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132219Z:b19975f8-b627-4ab4-ae28-d5f61f18e37c" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-cd95297f", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f", - "etag": "W/\u0022ac1fcc37-9cbc-4862-b923-5f235d2dff62\u0022", + "etag": "W/\u00227b3deb34-ccbc-441c-8b15-c74b94e63b9b\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:38:12.5886918Z" + "CreatedOnDate": "2022-10-25T13:22:10.6102644Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "cb897329-5a1a-474d-86cf-db09be4c9267", + "resourceGuid": "505cdcfc-fa82-4255-b632-9f36076a9114", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4259e659-fc00-4113-aceb-638357fa6086?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7a374fc3-99d1-4f4a-aa6a-9a409fc41b97?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:38:20 GMT", + "Date": "Tue, 25 Oct 2022 13:22:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f4f4c06b-ef0f-478a-a866-f6ff3c798f52", - "x-ms-correlation-request-id": "ef7e2144-63d0-4936-8edb-875bde04a7f6", + "x-ms-arm-service-request-id": "d3aa34d8-2860-4865-898e-7c2a7efdb77f", + "x-ms-correlation-request-id": "e1f5a7f0-d267-4588-8d4a-ca9ad6867a86", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T143820Z:ef7e2144-63d0-4936-8edb-875bde04a7f6" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132219Z:e1f5a7f0-d267-4588-8d4a-ca9ad6867a86" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default", - "etag": "W/\u002296d555d5-ba49-4b02-8d4c-c68fd9186787\u0022", + "etag": "W/\u0022e095b293-ca01-4c9b-87e2-513bc4341a2e\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002296d555d5-ba49-4b02-8d4c-c68fd9186787\u0022", + "etag": "W/\u0022e095b293-ca01-4c9b-87e2-513bc4341a2e\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4259e659-fc00-4113-aceb-638357fa6086?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7a374fc3-99d1-4f4a-aa6a-9a409fc41b97?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:38:20 GMT", + "Date": "Tue, 25 Oct 2022 13:22:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "173dcec4-be41-43f8-9339-cac823d5799c", - "x-ms-correlation-request-id": "638a4e22-072a-46ae-b6c1-9325e28bbfdb", + "x-ms-arm-service-request-id": "4352f86d-7672-443f-9941-0e38de598d73", + "x-ms-correlation-request-id": "e6cce105-eaaf-4a0e-9271-e97832328925", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T143820Z:638a4e22-072a-46ae-b6c1-9325e28bbfdb" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132219Z:e6cce105-eaaf-4a0e-9271-e97832328925" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:38:21 GMT", - "ETag": "W/\u0022533fee0d-c015-4854-956d-136c33db5b07\u0022", + "Date": "Tue, 25 Oct 2022 13:22:19 GMT", + "ETag": "W/\u002298e15091-2d82-44fe-bfd1-f03dba8d4004\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b42a049e-6e7a-42a2-825f-800981d12781", - "x-ms-correlation-request-id": "33f9ea66-aa73-445d-bd83-0d521748499b", + "x-ms-arm-service-request-id": "9869c4ac-8bdb-402e-9587-60e5151e9b64", + "x-ms-correlation-request-id": "0a145ffe-c111-4082-a510-539e758ec449", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T143821Z:33f9ea66-aa73-445d-bd83-0d521748499b" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132220Z:0a145ffe-c111-4082-a510-539e758ec449" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default", - "etag": "W/\u0022533fee0d-c015-4854-956d-136c33db5b07\u0022", + "etag": "W/\u002298e15091-2d82-44fe-bfd1-f03dba8d4004\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022533fee0d-c015-4854-956d-136c33db5b07\u0022", + "etag": "W/\u002298e15091-2d82-44fe-bfd1-f03dba8d4004\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -558,12 +558,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:38:20 GMT", + "Date": "Tue, 25 Oct 2022 13:22:19 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.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -652,12 +652,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:38:20 GMT", + "Date": "Tue, 25 Oct 2022 13:22:19 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.13845.10 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -713,9 +713,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "fb75abc6-a467-48b1-a9d5-a40ebfc37429", + "client-request-id": "7ea8bfd3-33a9-49c4-9b00-2bf08b600bc7", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -727,14 +727,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "fb75abc6-a467-48b1-a9d5-a40ebfc37429", + "client-request-id": "7ea8bfd3-33a9-49c4-9b00-2bf08b600bc7", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:38:20 GMT", + "Date": "Tue, 25 Oct 2022 13:22:19 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -742,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -769,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/28d83135-9917-4555-8609-b58453b05d33?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/88e66aa6-dc09-4bb8-9170-6ca7cf4ee90b?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "705", + "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:38:25 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A38%3A24.512417Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:22:24 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A22%3A23.6043733Z\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": "93adf8ec-6a0b-45c0-80da-c61b44a397c8", + "x-ms-correlation-request-id": "369d6150-d9c7-4294-a7d5-4880f684bd82", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T143825Z:93adf8ec-6a0b-45c0-80da-c61b44a397c8", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132225Z:369d6150-d9c7-4294-a7d5-4880f684bd82", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f", "name": "sdk-py-tests-acc-1-cd95297f", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A38%3A24.512417Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A22%3A23.6043733Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:38:22.6014878Z" + "CreatedOnDate": "2022-10-25T13:22:21.8406479Z" }, "properties": { "provisioningState": "Creating" @@ -800,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:38:23.4826268Z", + "createdAt": "2022-10-25T13:22:22.6668777Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:38:23.4826268Z" + "lastModifiedAt": "2022-10-25T13:22:22.6668777Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/28d83135-9917-4555-8609-b58453b05d33?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/88e66aa6-dc09-4bb8-9170-6ca7cf4ee90b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -822,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:38:25 GMT", + "Date": "Tue, 25 Oct 2022 13:22:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -830,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f7047375-d703-479b-8730-036f2c8fdf07", + "x-ms-correlation-request-id": "72c079ef-f587-4968-a0ab-c6495d2a984e", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T143826Z:f7047375-d703-479b-8730-036f2c8fdf07", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132225Z:72c079ef-f587-4968-a0ab-c6495d2a984e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/28d83135-9917-4555-8609-b58453b05d33", - "name": "28d83135-9917-4555-8609-b58453b05d33", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/88e66aa6-dc09-4bb8-9170-6ca7cf4ee90b", + "name": "88e66aa6-dc09-4bb8-9170-6ca7cf4ee90b", "status": "Succeeded", - "startTime": "2022-10-22T14:38:24.5071861Z", - "endTime": "2022-10-22T14:38:24.5540601Z", + "startTime": "2022-10-25T13:22:23.6153091Z", + "endTime": "2022-10-25T13:22:23.8966092Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f" @@ -862,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:38:26 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A38%3A24.557584Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:22:25 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A22%3A23.6961201Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e76ec35-2012-42f7-928b-7d183742575c", + "x-ms-correlation-request-id": "e81bdd76-ba8f-456a-be5d-8d9777d9c832", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T143826Z:4e76ec35-2012-42f7-928b-7d183742575c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132225Z:e81bdd76-ba8f-456a-be5d-8d9777d9c832", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f", "name": "sdk-py-tests-acc-1-cd95297f", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A38%3A24.557584Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A22%3A23.6961201Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:38:22.6014878Z" + "CreatedOnDate": "2022-10-25T13:22:21.8406479Z" }, "properties": { "activeDirectories": [ @@ -912,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:38:23.4826268Z", + "createdAt": "2022-10-25T13:22:22.6668777Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:38:23.4826268Z" + "lastModifiedAt": "2022-10-25T13:22:22.6668777Z" } } }, @@ -941,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115ad478-36cf-42ab-b664-e80d20c209ac?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3eecf7ba-7867-4b6b-aa42-4484a9563be8?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:38:28 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A38%3A28.0683651Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:22:27 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A22%3A27.3671994Z\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": "7e26e778-0f0e-41cc-b84b-1ead38ff9d02", + "x-ms-correlation-request-id": "cd78df94-b13d-41dc-b3db-88b9ab287dfe", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T143829Z:7e26e778-0f0e-41cc-b84b-1ead38ff9d02", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132228Z:cd78df94-b13d-41dc-b3db-88b9ab287dfe", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A38%3A28.0683651Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A22%3A27.3671994Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:38:26.7975520Z" + "CreatedOnDate": "2022-10-25T13:22:26.0149338Z" }, "properties": { "serviceLevel": "Premium", @@ -978,15 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:38:27.7979336Z", + "createdAt": "2022-10-25T13:22:27.1388248Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:38:27.7979336Z" + "lastModifiedAt": "2022-10-25T13:22:27.1388248Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115ad478-36cf-42ab-b664-e80d20c209ac?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3eecf7ba-7867-4b6b-aa42-4484a9563be8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1000,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:38:28 GMT", + "Date": "Tue, 25 Oct 2022 13:22:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1008,57 +1008,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3cc2366-bfeb-46aa-a877-309e3f9fe00d", + "x-ms-correlation-request-id": "d9bd7e89-be46-4736-8500-fcaa95d21b1d", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T143829Z:f3cc2366-bfeb-46aa-a877-309e3f9fe00d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132228Z:d9bd7e89-be46-4736-8500-fcaa95d21b1d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115ad478-36cf-42ab-b664-e80d20c209ac", - "name": "115ad478-36cf-42ab-b664-e80d20c209ac", - "status": "Creating", - "startTime": "2022-10-22T14:38:28.0706665Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115ad478-36cf-42ab-b664-e80d20c209ac?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:38: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": "fe588af0-8d1e-4218-9a29-8591be9c507f", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T143859Z:fe588af0-8d1e-4218-9a29-8591be9c507f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/115ad478-36cf-42ab-b664-e80d20c209ac", - "name": "115ad478-36cf-42ab-b664-e80d20c209ac", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3eecf7ba-7867-4b6b-aa42-4484a9563be8", + "name": "3eecf7ba-7867-4b6b-aa42-4484a9563be8", "status": "Succeeded", - "startTime": "2022-10-22T14:38:28.0706665Z", - "endTime": "2022-10-22T14:38:29.2582183Z", + "startTime": "2022-10-25T13:22:27.3654162Z", + "endTime": "2022-10-25T13:22:28.225658Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1" @@ -1080,8 +1040,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:38:59 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A38%3A29.2578937Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:22:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A22%3A28.2145482Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1089,22 +1049,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "804a902a-2835-4761-ad41-518cf8f0ceab", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T143859Z:804a902a-2835-4761-ad41-518cf8f0ceab", + "x-ms-correlation-request-id": "2da07b5d-4f34-4693-9a00-b4af037892a9", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132228Z:2da07b5d-4f34-4693-9a00-b4af037892a9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A38%3A29.2578937Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A22%3A28.2145482Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:38:26.7975520Z" + "CreatedOnDate": "2022-10-25T13:22:26.0149338Z" }, "properties": { - "poolId": "1941e01f-545e-2d31-a0e4-f0a0d3a6dded", + "poolId": "e37243bb-beaf-8548-09b8-6a9fe2bc264b", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1117,10 +1077,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:38:27.7979336Z", + "createdAt": "2022-10-25T13:22:27.1388248Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:38:27.7979336Z" + "lastModifiedAt": "2022-10-25T13:22:27.1388248Z" } } }, @@ -1163,30 +1123,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be138f0f-b3fe-48e2-8a7e-d24a618f62d8?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:39:02 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A39%3A01.8678672Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:22:31 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A22%3A30.9011586Z\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": "fc941cbc-9c82-4193-89d1-16de6f4de3d0", + "x-ms-correlation-request-id": "78e1cf19-9ba3-4297-b274-15fb2a04b465", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T143902Z:fc941cbc-9c82-4193-89d1-16de6f4de3d0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132231Z:78e1cf19-9ba3-4297-b274-15fb2a04b465", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f", "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A39%3A01.8678672Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A22%3A30.9011586Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:39:00.3144527Z" + "CreatedOnDate": "2022-10-25T13:22:29.2952074Z" }, "properties": { "serviceLevel": "Premium", @@ -1216,15 +1176,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:39:01.5293802Z", + "createdAt": "2022-10-25T13:22:30.5636199Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:39:01.5293802Z" + "lastModifiedAt": "2022-10-25T13:22:30.5636199Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be138f0f-b3fe-48e2-8a7e-d24a618f62d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1238,7 +1198,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:39:02 GMT", + "Date": "Tue, 25 Oct 2022 13:22:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1246,16 +1206,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b958e8d6-c2da-4483-9bf4-3f28bd33ad33", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T143903Z:b958e8d6-c2da-4483-9bf4-3f28bd33ad33", + "x-ms-correlation-request-id": "f655be04-87e6-46c0-b741-9db30c4803d2", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132232Z:f655be04-87e6-46c0-b741-9db30c4803d2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21", - "name": "573db812-6df4-474b-a98c-7a5dc51aaa21", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be138f0f-b3fe-48e2-8a7e-d24a618f62d8", + "name": "be138f0f-b3fe-48e2-8a7e-d24a618f62d8", "status": "Creating", - "startTime": "2022-10-22T14:39:01.8723473Z", + "startTime": "2022-10-25T13:22:30.8979353Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1264,7 +1224,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be138f0f-b3fe-48e2-8a7e-d24a618f62d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1278,7 +1238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:39:32 GMT", + "Date": "Tue, 25 Oct 2022 13:23:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1286,16 +1246,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a99bd97c-3b9d-4f15-bef8-c0aa5636156c", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T143933Z:a99bd97c-3b9d-4f15-bef8-c0aa5636156c", + "x-ms-correlation-request-id": "1c3d2051-89d6-475e-8351-65d6e1aeec86", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132302Z:1c3d2051-89d6-475e-8351-65d6e1aeec86", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21", - "name": "573db812-6df4-474b-a98c-7a5dc51aaa21", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be138f0f-b3fe-48e2-8a7e-d24a618f62d8", + "name": "be138f0f-b3fe-48e2-8a7e-d24a618f62d8", "status": "Creating", - "startTime": "2022-10-22T14:39:01.8723473Z", + "startTime": "2022-10-25T13:22:30.8979353Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1304,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be138f0f-b3fe-48e2-8a7e-d24a618f62d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1318,7 +1278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:40:02 GMT", + "Date": "Tue, 25 Oct 2022 13:23:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1326,16 +1286,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82487a74-29bf-47d9-9719-bd1fcaba544f", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144003Z:82487a74-29bf-47d9-9719-bd1fcaba544f", + "x-ms-correlation-request-id": "e9551868-6050-41d5-9a72-b440715c5d2d", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132332Z:e9551868-6050-41d5-9a72-b440715c5d2d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21", - "name": "573db812-6df4-474b-a98c-7a5dc51aaa21", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be138f0f-b3fe-48e2-8a7e-d24a618f62d8", + "name": "be138f0f-b3fe-48e2-8a7e-d24a618f62d8", "status": "Creating", - "startTime": "2022-10-22T14:39:01.8723473Z", + "startTime": "2022-10-25T13:22:30.8979353Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1344,7 +1304,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be138f0f-b3fe-48e2-8a7e-d24a618f62d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1358,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:40:33 GMT", + "Date": "Tue, 25 Oct 2022 13:24:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1366,16 +1326,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9485d6a1-89bf-4da0-aea6-5289fe33707c", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144033Z:9485d6a1-89bf-4da0-aea6-5289fe33707c", + "x-ms-correlation-request-id": "2efd61b5-67c8-4106-a599-64be4640a295", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132402Z:2efd61b5-67c8-4106-a599-64be4640a295", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21", - "name": "573db812-6df4-474b-a98c-7a5dc51aaa21", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be138f0f-b3fe-48e2-8a7e-d24a618f62d8", + "name": "be138f0f-b3fe-48e2-8a7e-d24a618f62d8", "status": "Creating", - "startTime": "2022-10-22T14:39:01.8723473Z", + "startTime": "2022-10-25T13:22:30.8979353Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1384,7 +1344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be138f0f-b3fe-48e2-8a7e-d24a618f62d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1398,7 +1358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:41:04 GMT", + "Date": "Tue, 25 Oct 2022 13:24:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1406,16 +1366,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "db65d9b3-171c-4ad1-842c-6f295a4ba99d", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144104Z:db65d9b3-171c-4ad1-842c-6f295a4ba99d", + "x-ms-correlation-request-id": "60abc448-51a2-45d5-a45c-85ba452ab703", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132433Z:60abc448-51a2-45d5-a45c-85ba452ab703", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21", - "name": "573db812-6df4-474b-a98c-7a5dc51aaa21", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be138f0f-b3fe-48e2-8a7e-d24a618f62d8", + "name": "be138f0f-b3fe-48e2-8a7e-d24a618f62d8", "status": "Creating", - "startTime": "2022-10-22T14:39:01.8723473Z", + "startTime": "2022-10-25T13:22:30.8979353Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1424,7 +1384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be138f0f-b3fe-48e2-8a7e-d24a618f62d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1438,7 +1398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:41:34 GMT", + "Date": "Tue, 25 Oct 2022 13:25:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,16 +1406,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b8d489f8-18d2-4b6e-a3dc-e5d5f11a9a6f", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144134Z:b8d489f8-18d2-4b6e-a3dc-e5d5f11a9a6f", + "x-ms-correlation-request-id": "75d382e6-fcb4-4c8d-bcae-f1f41e7f4493", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132503Z:75d382e6-fcb4-4c8d-bcae-f1f41e7f4493", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21", - "name": "573db812-6df4-474b-a98c-7a5dc51aaa21", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be138f0f-b3fe-48e2-8a7e-d24a618f62d8", + "name": "be138f0f-b3fe-48e2-8a7e-d24a618f62d8", "status": "Creating", - "startTime": "2022-10-22T14:39:01.8723473Z", + "startTime": "2022-10-25T13:22:30.8979353Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1464,7 +1424,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be138f0f-b3fe-48e2-8a7e-d24a618f62d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1478,7 +1438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:42:04 GMT", + "Date": "Tue, 25 Oct 2022 13:25:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1486,16 +1446,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3874db7-3353-4fc5-88af-1dacd15b4fb8", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144204Z:e3874db7-3353-4fc5-88af-1dacd15b4fb8", + "x-ms-correlation-request-id": "c7a13497-3526-4913-9e80-d0981da769fd", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132533Z:c7a13497-3526-4913-9e80-d0981da769fd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21", - "name": "573db812-6df4-474b-a98c-7a5dc51aaa21", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be138f0f-b3fe-48e2-8a7e-d24a618f62d8", + "name": "be138f0f-b3fe-48e2-8a7e-d24a618f62d8", "status": "Creating", - "startTime": "2022-10-22T14:39:01.8723473Z", + "startTime": "2022-10-25T13:22:30.8979353Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1504,7 +1464,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be138f0f-b3fe-48e2-8a7e-d24a618f62d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1518,7 +1478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:42:34 GMT", + "Date": "Tue, 25 Oct 2022 13:26:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1526,16 +1486,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4b5d9e0-92a5-4641-bbb0-dff5ce82c474", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144234Z:a4b5d9e0-92a5-4641-bbb0-dff5ce82c474", + "x-ms-correlation-request-id": "9df0a7db-edfb-4faf-9766-33f4ed93e447", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132603Z:9df0a7db-edfb-4faf-9766-33f4ed93e447", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21", - "name": "573db812-6df4-474b-a98c-7a5dc51aaa21", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be138f0f-b3fe-48e2-8a7e-d24a618f62d8", + "name": "be138f0f-b3fe-48e2-8a7e-d24a618f62d8", "status": "Creating", - "startTime": "2022-10-22T14:39:01.8723473Z", + "startTime": "2022-10-25T13:22:30.8979353Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1544,7 +1504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be138f0f-b3fe-48e2-8a7e-d24a618f62d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1558,7 +1518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:43:05 GMT", + "Date": "Tue, 25 Oct 2022 13:26:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1566,16 +1526,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ac7a873f-4329-48c4-a4f5-65343bf27ac9", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144306Z:ac7a873f-4329-48c4-a4f5-65343bf27ac9", + "x-ms-correlation-request-id": "071386b7-8ddc-4139-b9d6-c29408cd7b23", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132634Z:071386b7-8ddc-4139-b9d6-c29408cd7b23", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21", - "name": "573db812-6df4-474b-a98c-7a5dc51aaa21", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be138f0f-b3fe-48e2-8a7e-d24a618f62d8", + "name": "be138f0f-b3fe-48e2-8a7e-d24a618f62d8", "status": "Creating", - "startTime": "2022-10-22T14:39:01.8723473Z", + "startTime": "2022-10-25T13:22:30.8979353Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1584,7 +1544,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be138f0f-b3fe-48e2-8a7e-d24a618f62d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1598,7 +1558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:43:36 GMT", + "Date": "Tue, 25 Oct 2022 13:27:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1606,16 +1566,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1bc05ee0-8053-4ad2-8470-a57c74f94248", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144336Z:1bc05ee0-8053-4ad2-8470-a57c74f94248", + "x-ms-correlation-request-id": "26c85741-ab91-485b-bb8d-e17c4f7ad5fc", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132704Z:26c85741-ab91-485b-bb8d-e17c4f7ad5fc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21", - "name": "573db812-6df4-474b-a98c-7a5dc51aaa21", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be138f0f-b3fe-48e2-8a7e-d24a618f62d8", + "name": "be138f0f-b3fe-48e2-8a7e-d24a618f62d8", "status": "Creating", - "startTime": "2022-10-22T14:39:01.8723473Z", + "startTime": "2022-10-25T13:22:30.8979353Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1624,7 +1584,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be138f0f-b3fe-48e2-8a7e-d24a618f62d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1638,7 +1598,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:44:05 GMT", + "Date": "Tue, 25 Oct 2022 13:27:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1646,17 +1606,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "085b9f5c-67f0-47f3-b7c7-929b1dbe2ca8", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144406Z:085b9f5c-67f0-47f3-b7c7-929b1dbe2ca8", + "x-ms-correlation-request-id": "5d8eb8fb-081d-4dcc-b51e-481edfad18e9", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132734Z:5d8eb8fb-081d-4dcc-b51e-481edfad18e9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/573db812-6df4-474b-a98c-7a5dc51aaa21", - "name": "573db812-6df4-474b-a98c-7a5dc51aaa21", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be138f0f-b3fe-48e2-8a7e-d24a618f62d8", + "name": "be138f0f-b3fe-48e2-8a7e-d24a618f62d8", "status": "Succeeded", - "startTime": "2022-10-22T14:39:01.8723473Z", - "endTime": "2022-10-22T14:43:41.8684036Z", + "startTime": "2022-10-25T13:22:30.8979353Z", + "endTime": "2022-10-25T13:27:11.1190565Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" @@ -1678,8 +1638,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:44:06 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A43%3A41.8599978Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:27:34 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A27%3A11.1065737Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1687,22 +1647,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "357048ce-d438-4249-8ca1-940f6f43b75f", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144407Z:357048ce-d438-4249-8ca1-940f6f43b75f", + "x-ms-correlation-request-id": "3d7b8dff-4608-42bd-b60c-caf0defc513e", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132735Z:3d7b8dff-4608-42bd-b60c-caf0defc513e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f", "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A43%3A41.8599978Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A27%3A11.1065737Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:39:00.3144527Z" + "CreatedOnDate": "2022-10-25T13:22:29.2952074Z" }, "properties": { - "fileSystemId": "7f4a1d28-402b-fc26-4aaa-5c36d519fdad", + "fileSystemId": "a8b00913-dbc9-9438-7716-9cc8187df00c", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-cd95297f", "usageThreshold": 107374182400, @@ -1730,7 +1690,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_bbce5513", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6632ad34", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1745,8 +1705,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "7f4a1d28-402b-fc26-4aaa-5c36d519fdad", - "fileSystemId": "7f4a1d28-402b-fc26-4aaa-5c36d519fdad", + "mountTargetId": "a8b00913-dbc9-9438-7716-9cc8187df00c", + "fileSystemId": "a8b00913-dbc9-9438-7716-9cc8187df00c", "ipAddress": "10.0.0.4" } ], @@ -1766,10 +1726,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:39:01.5293802Z", + "createdAt": "2022-10-25T13:22:30.5636199Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:39:01.5293802Z" + "lastModifiedAt": "2022-10-25T13:22:30.5636199Z" } } }, @@ -1788,8 +1748,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:44:06 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A43%3A41.8599978Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:27:34 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A27%3A11.1065737Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1797,22 +1757,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea036ee3-83bc-4e7a-803f-55c9e9624715", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144407Z:ea036ee3-83bc-4e7a-803f-55c9e9624715", + "x-ms-correlation-request-id": "aceae661-75ab-49ba-a369-1e8f2c3167ab", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132735Z:aceae661-75ab-49ba-a369-1e8f2c3167ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f", "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A43%3A41.8599978Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A27%3A11.1065737Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:39:00.3144527Z" + "CreatedOnDate": "2022-10-25T13:22:29.2952074Z" }, "properties": { - "fileSystemId": "7f4a1d28-402b-fc26-4aaa-5c36d519fdad", + "fileSystemId": "a8b00913-dbc9-9438-7716-9cc8187df00c", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-cd95297f", "usageThreshold": 107374182400, @@ -1840,7 +1800,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_bbce5513", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6632ad34", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1855,8 +1815,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "7f4a1d28-402b-fc26-4aaa-5c36d519fdad", - "fileSystemId": "7f4a1d28-402b-fc26-4aaa-5c36d519fdad", + "mountTargetId": "a8b00913-dbc9-9438-7716-9cc8187df00c", + "fileSystemId": "a8b00913-dbc9-9438-7716-9cc8187df00c", "ipAddress": "10.0.0.4" } ], @@ -1876,10 +1836,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:39:01.5293802Z", + "createdAt": "2022-10-25T13:22:30.5636199Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:39:01.5293802Z" + "lastModifiedAt": "2022-10-25T13:22:30.5636199Z" } } }, @@ -1899,20 +1859,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/89c7cefe-e650-4546-85ce-2bece6c78455?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25a3eca7-67ad-43ec-9d70-9d5690f471e6?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "522", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:44:07 GMT", + "Date": "Tue, 25 Oct 2022 13:27:35 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/89c7cefe-e650-4546-85ce-2bece6c78455?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25a3eca7-67ad-43ec-9d70-9d5690f471e6?api-version=2022-05-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": "f63dae4b-daa0-448d-8ac2-cf38f3036fe1", + "x-ms-correlation-request-id": "0403a406-59b2-4c7f-8466-7259f19f7bc3", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144408Z:f63dae4b-daa0-448d-8ac2-cf38f3036fe1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132736Z:0403a406-59b2-4c7f-8466-7259f19f7bc3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1926,7 +1886,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/89c7cefe-e650-4546-85ce-2bece6c78455?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25a3eca7-67ad-43ec-9d70-9d5690f471e6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1940,7 +1900,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:44:07 GMT", + "Date": "Tue, 25 Oct 2022 13:27:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1948,16 +1908,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b29fa733-5014-4f54-bef3-2e03f564ac3f", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144408Z:b29fa733-5014-4f54-bef3-2e03f564ac3f", + "x-ms-correlation-request-id": "bca22660-fa3b-4c5e-870b-87fc8ce27cf0", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132736Z:bca22660-fa3b-4c5e-870b-87fc8ce27cf0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/89c7cefe-e650-4546-85ce-2bece6c78455", - "name": "89c7cefe-e650-4546-85ce-2bece6c78455", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25a3eca7-67ad-43ec-9d70-9d5690f471e6", + "name": "25a3eca7-67ad-43ec-9d70-9d5690f471e6", "status": "Creating", - "startTime": "2022-10-22T14:44:07.9758166Z", + "startTime": "2022-10-25T13:27:36.0611468Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1966,7 +1926,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/89c7cefe-e650-4546-85ce-2bece6c78455?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25a3eca7-67ad-43ec-9d70-9d5690f471e6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1980,7 +1940,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:44:38 GMT", + "Date": "Tue, 25 Oct 2022 13:28:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1988,17 +1948,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a736e59-e4d5-477c-a504-c461d9efb1bf", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144438Z:3a736e59-e4d5-477c-a504-c461d9efb1bf", + "x-ms-correlation-request-id": "803b50df-88fd-472e-a4ae-086b254c8fba", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132806Z:803b50df-88fd-472e-a4ae-086b254c8fba", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/89c7cefe-e650-4546-85ce-2bece6c78455", - "name": "89c7cefe-e650-4546-85ce-2bece6c78455", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25a3eca7-67ad-43ec-9d70-9d5690f471e6", + "name": "25a3eca7-67ad-43ec-9d70-9d5690f471e6", "status": "Succeeded", - "startTime": "2022-10-22T14:44:07.9758166Z", - "endTime": "2022-10-22T14:44:14.7019751Z", + "startTime": "2022-10-25T13:27:36.0611468Z", + "endTime": "2022-10-25T13:27:42.3966431Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1" @@ -2006,7 +1966,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/89c7cefe-e650-4546-85ce-2bece6c78455?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25a3eca7-67ad-43ec-9d70-9d5690f471e6?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2020,27 +1980,27 @@ "Cache-Control": "no-cache", "Content-Length": "639", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:44:38 GMT", + "Date": "Tue, 25 Oct 2022 13:28:06 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": "899bdc3b-097d-4043-b73f-6f25fa01165a", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144438Z:899bdc3b-097d-4043-b73f-6f25fa01165a", + "x-ms-correlation-request-id": "583b8b4c-b1bb-4c46-b67e-c99ac12f9f64", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132807Z:583b8b4c-b1bb-4c46-b67e-c99ac12f9f64", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1", "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f/sdk-py-tests-snapshot-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "etag": "10/22/2022 2:44:14 PM", + "etag": "10/25/2022 1:27:42 PM", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "snapshotId": "a748b3b8-e365-228a-a0d6-680c8b4add7e", - "created": "2022-10-22T14:44:08Z" + "snapshotId": "e152c928-d6f1-be7a-c79b-d19411e31b6c", + "created": "2022-10-25T13:27:36Z" } } }, @@ -2059,7 +2019,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:44:38 GMT", + "Date": "Tue, 25 Oct 2022 13:28:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2067,9 +2027,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd2d2eaa-3235-4891-86bd-ff7bf179e614", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144439Z:bd2d2eaa-3235-4891-86bd-ff7bf179e614", + "x-ms-correlation-request-id": "9f0f984d-85fa-408f-949f-4f2c1ac4546b", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132808Z:9f0f984d-85fa-408f-949f-4f2c1ac4546b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2081,8 +2041,8 @@ "location": "westus2", "properties": { "provisioningState": "Succeeded", - "snapshotId": "a748b3b8-e365-228a-a0d6-680c8b4add7e", - "created": "2022-10-22T14:44:08Z" + "snapshotId": "e152c928-d6f1-be7a-c79b-d19411e31b6c", + "created": "2022-10-25T13:27:36Z" } } ] @@ -2101,25 +2061,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d6f4c8-1320-40fd-bcb4-d39a43d7abd5?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc7a02db-501f-4a7d-b2eb-f9dba9cbdcfd?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:44:39 GMT", + "Date": "Tue, 25 Oct 2022 13:28:08 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d6f4c8-1320-40fd-bcb4-d39a43d7abd5?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc7a02db-501f-4a7d-b2eb-f9dba9cbdcfd?api-version=2022-05-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": "fac248f4-3328-447a-9bfd-73885dea91c9", + "x-ms-correlation-request-id": "7b135e6f-217b-45ae-aaea-4008b1b18a5d", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144439Z:fac248f4-3328-447a-9bfd-73885dea91c9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132808Z:7b135e6f-217b-45ae-aaea-4008b1b18a5d", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d6f4c8-1320-40fd-bcb4-d39a43d7abd5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc7a02db-501f-4a7d-b2eb-f9dba9cbdcfd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2133,7 +2093,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:44:39 GMT", + "Date": "Tue, 25 Oct 2022 13:28:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2141,16 +2101,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5579518d-89b5-480b-aef0-6f671f436c52", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144440Z:5579518d-89b5-480b-aef0-6f671f436c52", + "x-ms-correlation-request-id": "d8b8385e-c6ec-4561-b81b-cbe51b78138a", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132809Z:d8b8385e-c6ec-4561-b81b-cbe51b78138a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d6f4c8-1320-40fd-bcb4-d39a43d7abd5", - "name": "f0d6f4c8-1320-40fd-bcb4-d39a43d7abd5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc7a02db-501f-4a7d-b2eb-f9dba9cbdcfd", + "name": "cc7a02db-501f-4a7d-b2eb-f9dba9cbdcfd", "status": "Deleting", - "startTime": "2022-10-22T14:44:39.809387Z", + "startTime": "2022-10-25T13:28:08.7128407Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2159,7 +2119,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d6f4c8-1320-40fd-bcb4-d39a43d7abd5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc7a02db-501f-4a7d-b2eb-f9dba9cbdcfd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2173,7 +2133,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:45:10 GMT", + "Date": "Tue, 25 Oct 2022 13:28:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2181,17 +2141,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "09d99b62-14ef-452c-9c82-8e965eb8740b", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144510Z:09d99b62-14ef-452c-9c82-8e965eb8740b", + "x-ms-correlation-request-id": "fd7b7432-ccf5-4089-bd74-5b3b17a42d05", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132839Z:fd7b7432-ccf5-4089-bd74-5b3b17a42d05", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d6f4c8-1320-40fd-bcb4-d39a43d7abd5", - "name": "f0d6f4c8-1320-40fd-bcb4-d39a43d7abd5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc7a02db-501f-4a7d-b2eb-f9dba9cbdcfd", + "name": "cc7a02db-501f-4a7d-b2eb-f9dba9cbdcfd", "status": "Succeeded", - "startTime": "2022-10-22T14:44:39.809387Z", - "endTime": "2022-10-22T14:44:47.9845647Z", + "startTime": "2022-10-25T13:28:08.7128407Z", + "endTime": "2022-10-25T13:28:15.8578071Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f/snapshots/sdk-py-tests-snapshot-1" @@ -2199,7 +2159,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0d6f4c8-1320-40fd-bcb4-d39a43d7abd5?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc7a02db-501f-4a7d-b2eb-f9dba9cbdcfd?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2213,7 +2173,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:45:10 GMT", + "Date": "Tue, 25 Oct 2022 13:28:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2221,9 +2181,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4f7f89c7-fcc3-47e3-b8e2-6aae894a4c4d", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144510Z:4f7f89c7-fcc3-47e3-b8e2-6aae894a4c4d", + "x-ms-correlation-request-id": "2b350136-5bab-4ec8-bbc9-ef333ce281f4", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132840Z:2b350136-5bab-4ec8-bbc9-ef333ce281f4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2248,15 +2208,15 @@ "Cache-Control": "no-cache", "Content-Length": "326", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:45:31 GMT", + "Date": "Tue, 25 Oct 2022 13:29:01 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": "554b99fa-5b09-4b55-909e-386f078e63cc", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144531Z:554b99fa-5b09-4b55-909e-386f078e63cc", + "x-ms-correlation-request-id": "557c1919-50a9-45b7-a976-646371f1ab01", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132901Z:557c1919-50a9-45b7-a976-646371f1ab01", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2281,7 +2241,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:45:31 GMT", + "Date": "Tue, 25 Oct 2022 13:29:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2289,9 +2249,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1e37b05-1b88-4fba-818f-7dc1b148df65", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144532Z:d1e37b05-1b88-4fba-818f-7dc1b148df65", + "x-ms-correlation-request-id": "fad74a9a-8dd1-4b22-82bb-895044b2ac09", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132903Z:fad74a9a-8dd1-4b22-82bb-895044b2ac09", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2311,25 +2271,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e819091d-1d50-43e7-aaba-42246a4d71df?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:45:32 GMT", + "Date": "Tue, 25 Oct 2022 13:29:03 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e819091d-1d50-43e7-aaba-42246a4d71df?api-version=2022-05-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": "8676984c-86d1-4131-97a4-a2b137d1399b", + "x-ms-correlation-request-id": "9978e60e-504c-4d5c-aeed-f99c5b69f30a", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144533Z:8676984c-86d1-4131-97a4-a2b137d1399b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132904Z:9978e60e-504c-4d5c-aeed-f99c5b69f30a", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e819091d-1d50-43e7-aaba-42246a4d71df?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2343,7 +2303,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:45:32 GMT", + "Date": "Tue, 25 Oct 2022 13:29:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2351,16 +2311,56 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "19d23cb2-ba50-4d34-931c-f8e204fb9bb7", + "x-ms-correlation-request-id": "8cba4151-ea56-4d1f-87df-587ce8c6dd59", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132904Z:8cba4151-ea56-4d1f-87df-587ce8c6dd59", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e819091d-1d50-43e7-aaba-42246a4d71df", + "name": "e819091d-1d50-43e7-aaba-42246a4d71df", + "status": "Deleting", + "startTime": "2022-10-25T13:29:03.8962425Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e819091d-1d50-43e7-aaba-42246a4d71df?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 13: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": "2bec60e3-ac04-4d12-8b62-5f765c3f5c47", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144533Z:19d23cb2-ba50-4d34-931c-f8e204fb9bb7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132934Z:2bec60e3-ac04-4d12-8b62-5f765c3f5c47", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9", - "name": "4d06195f-815b-4fde-8ab0-a3fc26f5e3f9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e819091d-1d50-43e7-aaba-42246a4d71df", + "name": "e819091d-1d50-43e7-aaba-42246a4d71df", "status": "Deleting", - "startTime": "2022-10-22T14:45:32.9449105Z", + "startTime": "2022-10-25T13:29:03.8962425Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2369,7 +2369,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e819091d-1d50-43e7-aaba-42246a4d71df?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2383,7 +2383,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:46:03 GMT", + "Date": "Tue, 25 Oct 2022 13:30:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2391,16 +2391,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69391de7-fdeb-434c-8500-fc6944596617", + "x-ms-correlation-request-id": "8cd43899-785c-466b-b389-cc66685dbe12", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144603Z:69391de7-fdeb-434c-8500-fc6944596617", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133004Z:8cd43899-785c-466b-b389-cc66685dbe12", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9", - "name": "4d06195f-815b-4fde-8ab0-a3fc26f5e3f9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e819091d-1d50-43e7-aaba-42246a4d71df", + "name": "e819091d-1d50-43e7-aaba-42246a4d71df", "status": "Deleting", - "startTime": "2022-10-22T14:45:32.9449105Z", + "startTime": "2022-10-25T13:29:03.8962425Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2409,7 +2409,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e819091d-1d50-43e7-aaba-42246a4d71df?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2423,7 +2423,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:46:33 GMT", + "Date": "Tue, 25 Oct 2022 13:30:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2431,16 +2431,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "912487a3-3f33-471c-9905-1ff6dc2c7cc9", + "x-ms-correlation-request-id": "a32d6ca7-a952-435f-8b51-075d9175bb15", "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144633Z:912487a3-3f33-471c-9905-1ff6dc2c7cc9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133035Z:a32d6ca7-a952-435f-8b51-075d9175bb15", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9", - "name": "4d06195f-815b-4fde-8ab0-a3fc26f5e3f9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e819091d-1d50-43e7-aaba-42246a4d71df", + "name": "e819091d-1d50-43e7-aaba-42246a4d71df", "status": "Deleting", - "startTime": "2022-10-22T14:45:32.9449105Z", + "startTime": "2022-10-25T13:29:03.8962425Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2449,7 +2449,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e819091d-1d50-43e7-aaba-42246a4d71df?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2463,7 +2463,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:47:03 GMT", + "Date": "Tue, 25 Oct 2022 13:31:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2471,16 +2471,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fee0a0b7-efb3-4eb5-989b-d82ae4830030", + "x-ms-correlation-request-id": "856a0432-00cc-4f46-97c0-87d3621841c5", "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144704Z:fee0a0b7-efb3-4eb5-989b-d82ae4830030", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133105Z:856a0432-00cc-4f46-97c0-87d3621841c5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9", - "name": "4d06195f-815b-4fde-8ab0-a3fc26f5e3f9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e819091d-1d50-43e7-aaba-42246a4d71df", + "name": "e819091d-1d50-43e7-aaba-42246a4d71df", "status": "Deleting", - "startTime": "2022-10-22T14:45:32.9449105Z", + "startTime": "2022-10-25T13:29:03.8962425Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2489,7 +2489,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e819091d-1d50-43e7-aaba-42246a4d71df?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2503,7 +2503,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:47:34 GMT", + "Date": "Tue, 25 Oct 2022 13:31:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2511,17 +2511,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1b57900-bbf2-4a85-b0bd-5029928c7937", + "x-ms-correlation-request-id": "8216892f-964d-4522-83f0-0676d59a5d5d", "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144735Z:d1b57900-bbf2-4a85-b0bd-5029928c7937", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133135Z:8216892f-964d-4522-83f0-0676d59a5d5d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e819091d-1d50-43e7-aaba-42246a4d71df", + "name": "e819091d-1d50-43e7-aaba-42246a4d71df", + "status": "Deleting", + "startTime": "2022-10-25T13:29:03.8962425Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e819091d-1d50-43e7-aaba-42246a4d71df?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 13: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": "eba5d48d-31cc-4338-b56b-08638b0caaab", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133205Z:eba5d48d-31cc-4338-b56b-08638b0caaab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9", - "name": "4d06195f-815b-4fde-8ab0-a3fc26f5e3f9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e819091d-1d50-43e7-aaba-42246a4d71df", + "name": "e819091d-1d50-43e7-aaba-42246a4d71df", "status": "Succeeded", - "startTime": "2022-10-22T14:45:32.9449105Z", - "endTime": "2022-10-22T14:47:29.2100844Z", + "startTime": "2022-10-25T13:29:03.8962425Z", + "endTime": "2022-10-25T13:31:53.8414667Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f" @@ -2529,7 +2569,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4d06195f-815b-4fde-8ab0-a3fc26f5e3f9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e819091d-1d50-43e7-aaba-42246a4d71df?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2543,7 +2583,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:47:34 GMT", + "Date": "Tue, 25 Oct 2022 13:32:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2551,27 +2591,27 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a7561b43-8494-4b2c-a874-e969ea0e056e", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T144735Z:a7561b43-8494-4b2c-a874-e969ea0e056e", + "x-ms-correlation-request-id": "33a023c6-40f7-46df-9d7f-aa7b7d8a7c88", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133206Z:33a023c6-40f7-46df-9d7f-aa7b7d8a7c88", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f", "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1/sdk-py-tests-vol-3-cd95297f", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A47%3A23.9040347Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A31%3A36.735127Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:39:00.3144527Z" + "CreatedOnDate": "2022-10-25T13:22:29.2952074Z" }, "properties": { - "fileSystemId": "7f4a1d28-402b-fc26-4aaa-5c36d519fdad", + "fileSystemId": "a8b00913-dbc9-9438-7716-9cc8187df00c", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-cd95297f", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 356352, + "usedBytes": 0, "exportPolicy": { "rules": [ { @@ -2597,19 +2637,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_bbce5513", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6632ad34", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-cd95297f/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-cd95297f", - "poolId": "1941e01f-545e-2d31-a0e4-f0a0d3a6dded", + "poolId": "e37243bb-beaf-8548-09b8-6a9fe2bc264b", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "7f4a1d28-402b-fc26-4aaa-5c36d519fdad", - "fileSystemId": "7f4a1d28-402b-fc26-4aaa-5c36d519fdad", + "mountTargetId": "a8b00913-dbc9-9438-7716-9cc8187df00c", + "fileSystemId": "a8b00913-dbc9-9438-7716-9cc8187df00c", "startIp": "", "endIp": "", "gateway": "", @@ -2641,10 +2681,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:39:01.5293802Z", + "createdAt": "2022-10-25T13:22:30.5636199Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:39:01.5293802Z" + "lastModifiedAt": "2022-10-25T13:22:30.5636199Z" } } }, @@ -2663,14 +2703,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:50:58 GMT", + "Date": "Tue, 25 Oct 2022 13:35:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "61a912d6-a0d7-48d7-bfbf-04465e34accc", + "x-ms-correlation-request-id": "5bdaf58d-5b10-44c4-a328-e2da5d0477c8", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145058Z:61a912d6-a0d7-48d7-bfbf-04465e34accc" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133527Z:5bdaf58d-5b10-44c4-a328-e2da5d0477c8" }, "ResponseBody": { "error": { @@ -2692,25 +2732,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f50f1f8f-3f92-4415-ab5d-c0c372621206?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f3c13e3f-fa04-48e7-80a1-98635b885088?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:51:11 GMT", + "Date": "Tue, 25 Oct 2022 13:35:40 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f50f1f8f-3f92-4415-ab5d-c0c372621206?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f3c13e3f-fa04-48e7-80a1-98635b885088?api-version=2022-05-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": "0d92445c-953f-4e42-a49c-8ba94d5b45c0", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145112Z:0d92445c-953f-4e42-a49c-8ba94d5b45c0", + "x-ms-correlation-request-id": "ee18b437-f7b5-484c-ad38-ac1d97fa24c7", + "x-ms-ratelimit-remaining-subscription-deletes": "14956", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133540Z:ee18b437-f7b5-484c-ad38-ac1d97fa24c7", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f50f1f8f-3f92-4415-ab5d-c0c372621206?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f3c13e3f-fa04-48e7-80a1-98635b885088?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2724,7 +2764,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:51:11 GMT", + "Date": "Tue, 25 Oct 2022 13:35:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2732,16 +2772,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e1d45a6b-4339-4e2e-9c82-4d716f9daecf", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145112Z:e1d45a6b-4339-4e2e-9c82-4d716f9daecf", + "x-ms-correlation-request-id": "6fbe3145-4c48-4cff-9a85-0b98035231df", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133540Z:6fbe3145-4c48-4cff-9a85-0b98035231df", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f50f1f8f-3f92-4415-ab5d-c0c372621206", - "name": "f50f1f8f-3f92-4415-ab5d-c0c372621206", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f3c13e3f-fa04-48e7-80a1-98635b885088", + "name": "f3c13e3f-fa04-48e7-80a1-98635b885088", "status": "Deleting", - "startTime": "2022-10-22T14:51:11.984956Z", + "startTime": "2022-10-25T13:35:40.1219705Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2750,7 +2790,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f50f1f8f-3f92-4415-ab5d-c0c372621206?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f3c13e3f-fa04-48e7-80a1-98635b885088?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2764,7 +2804,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:51:42 GMT", + "Date": "Tue, 25 Oct 2022 13:36:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2772,17 +2812,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c6ae78df-5bdd-4a29-a319-42d81217d2ce", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145142Z:c6ae78df-5bdd-4a29-a319-42d81217d2ce", + "x-ms-correlation-request-id": "c3564748-f5d3-44d9-9b62-c292ff76f95b", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133610Z:c3564748-f5d3-44d9-9b62-c292ff76f95b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f50f1f8f-3f92-4415-ab5d-c0c372621206", - "name": "f50f1f8f-3f92-4415-ab5d-c0c372621206", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f3c13e3f-fa04-48e7-80a1-98635b885088", + "name": "f3c13e3f-fa04-48e7-80a1-98635b885088", "status": "Succeeded", - "startTime": "2022-10-22T14:51:11.984956Z", - "endTime": "2022-10-22T14:51:13.3755786Z", + "startTime": "2022-10-25T13:35:40.1219705Z", + "endTime": "2022-10-25T13:35:41.4657314Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1" @@ -2790,7 +2830,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f50f1f8f-3f92-4415-ab5d-c0c372621206?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f3c13e3f-fa04-48e7-80a1-98635b885088?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2804,7 +2844,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:51:42 GMT", + "Date": "Tue, 25 Oct 2022 13:36:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2812,22 +2852,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad86be4c-7076-4399-999a-a2af85f207ba", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145142Z:ad86be4c-7076-4399-999a-a2af85f207ba", + "x-ms-correlation-request-id": "c37c95ba-8b27-41c6-aef2-41363b02882b", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133610Z:c37c95ba-8b27-41c6-aef2-41363b02882b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-cd95297f/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A51%3A11.9866704Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A35%3A40.1142474Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:38:26.7975520Z" + "CreatedOnDate": "2022-10-25T13:22:26.0149338Z" }, "properties": { - "poolId": "1941e01f-545e-2d31-a0e4-f0a0d3a6dded", + "poolId": "e37243bb-beaf-8548-09b8-6a9fe2bc264b", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f/capacityPools/sdk-py-tests-pool-1", @@ -2841,10 +2881,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:38:27.7979336Z", + "createdAt": "2022-10-25T13:22:27.1388248Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:38:27.7979336Z" + "lastModifiedAt": "2022-10-25T13:22:27.1388248Z" } } }, @@ -2862,14 +2902,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 14:51:52 GMT", + "Date": "Tue, 25 Oct 2022 13:36:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d379f879-60f3-4a79-9be6-d5b50d0d4c2e", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145153Z:d379f879-60f3-4a79-9be6-d5b50d0d4c2e" + "x-ms-correlation-request-id": "b607ecfe-aec9-4735-9211-c84d05c8efc3", + "x-ms-ratelimit-remaining-subscription-deletes": "14955", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133621Z:b607ecfe-aec9-4735-9211-c84d05c8efc3" }, "ResponseBody": null }, @@ -2887,14 +2927,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 14:52:02 GMT", + "Date": "Tue, 25 Oct 2022 13:36:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "770ffd7f-e8b8-4c69-83f0-806b59c3354a", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145203Z:770ffd7f-e8b8-4c69-83f0-806b59c3354a" + "x-ms-correlation-request-id": "a55e4093-364d-430c-a11b-906af34b86f6", + "x-ms-ratelimit-remaining-subscription-deletes": "14954", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133631Z:a55e4093-364d-430c-a11b-906af34b86f6" }, "ResponseBody": null }, @@ -2912,14 +2952,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 14:52:13 GMT", + "Date": "Tue, 25 Oct 2022 13:36:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3da1ba57-6946-4ca7-a0ac-17bf604b288f", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145213Z:3da1ba57-6946-4ca7-a0ac-17bf604b288f" + "x-ms-correlation-request-id": "6b779837-6160-47ad-b211-cc9707f0b1f6", + "x-ms-ratelimit-remaining-subscription-deletes": "14953", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133641Z:6b779837-6160-47ad-b211-cc9707f0b1f6" }, "ResponseBody": null }, @@ -2937,14 +2977,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 14:52:23 GMT", + "Date": "Tue, 25 Oct 2022 13:36:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5da816d5-97b9-4abc-801c-ac37756f0465", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145224Z:5da816d5-97b9-4abc-801c-ac37756f0465" + "x-ms-correlation-request-id": "abd3d36e-4d24-4daf-ae86-3aaf0bfaf7c8", + "x-ms-ratelimit-remaining-subscription-deletes": "14952", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133652Z:abd3d36e-4d24-4daf-ae86-3aaf0bfaf7c8" }, "ResponseBody": null }, @@ -2963,14 +3003,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:34 GMT", + "Date": "Tue, 25 Oct 2022 13:37:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "168183d1-af08-4710-883c-32ed6d40699b", + "x-ms-correlation-request-id": "e0d629a6-9d99-420d-ba73-69993adb48fc", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145234Z:168183d1-af08-4710-883c-32ed6d40699b" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133702Z:e0d629a6-9d99-420d-ba73-69993adb48fc" }, "ResponseBody": { "error": { @@ -2992,25 +3032,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8b113363-d7b4-4bbc-82cf-432f9d39499e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8063109c-9f7a-4fc3-9015-3cf5eacc8809?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:52:35 GMT", + "Date": "Tue, 25 Oct 2022 13:37:02 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8b113363-d7b4-4bbc-82cf-432f9d39499e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8063109c-9f7a-4fc3-9015-3cf5eacc8809?api-version=2022-05-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": "4ac8de4b-f135-45e1-b898-4446826bac25", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145235Z:4ac8de4b-f135-45e1-b898-4446826bac25", + "x-ms-correlation-request-id": "c3c2aa83-8b45-40ed-b2dd-8a598a4c89a0", + "x-ms-ratelimit-remaining-subscription-deletes": "14951", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133703Z:c3c2aa83-8b45-40ed-b2dd-8a598a4c89a0", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8b113363-d7b4-4bbc-82cf-432f9d39499e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8063109c-9f7a-4fc3-9015-3cf5eacc8809?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3024,7 +3064,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:36 GMT", + "Date": "Tue, 25 Oct 2022 13:37:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3032,17 +3072,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d884620-47ca-41b8-94e5-e37447be7028", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145236Z:3d884620-47ca-41b8-94e5-e37447be7028", + "x-ms-correlation-request-id": "429095d9-78a9-4e9f-927d-09b04adb097d", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133703Z:429095d9-78a9-4e9f-927d-09b04adb097d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8b113363-d7b4-4bbc-82cf-432f9d39499e", - "name": "8b113363-d7b4-4bbc-82cf-432f9d39499e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8063109c-9f7a-4fc3-9015-3cf5eacc8809", + "name": "8063109c-9f7a-4fc3-9015-3cf5eacc8809", "status": "Succeeded", - "startTime": "2022-10-22T14:52:35.7077549Z", - "endTime": "2022-10-22T14:52:35.7702511Z", + "startTime": "2022-10-25T13:37:03.5816004Z", + "endTime": "2022-10-25T13:37:03.6441619Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f" @@ -3050,7 +3090,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8b113363-d7b4-4bbc-82cf-432f9d39499e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8063109c-9f7a-4fc3-9015-3cf5eacc8809?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3064,7 +3104,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:36 GMT", + "Date": "Tue, 25 Oct 2022 13:37:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3072,19 +3112,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10fd1c44-b3cd-4d3b-81f3-157a98ee8ddc", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145236Z:10fd1c44-b3cd-4d3b-81f3-157a98ee8ddc", + "x-ms-correlation-request-id": "2997f999-e5ba-416a-a3d9-a22d7539dafe", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133704Z:2997f999-e5ba-416a-a3d9-a22d7539dafe", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-cd95297f", "name": "sdk-py-tests-acc-1-cd95297f", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A52%3A35.7128228Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A37%3A03.5688363Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:38:22.6014878Z" + "CreatedOnDate": "2022-10-25T13:22:21.8406479Z" }, "properties": { "encryption": { @@ -3095,10 +3135,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:38:23.4826268Z", + "createdAt": "2022-10-25T13:22:22.6668777Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:38:23.4826268Z" + "lastModifiedAt": "2022-10-25T13:22:22.6668777Z" } } }, @@ -3117,15 +3157,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:36 GMT", + "Date": "Tue, 25 Oct 2022 13:37:03 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": "4fc0116c-becc-4e47-b0c4-46ab05dcd531", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145236Z:4fc0116c-becc-4e47-b0c4-46ab05dcd531", + "x-ms-correlation-request-id": "78e2a330-99cc-4ab6-8d11-2b1c0bd28d32", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133704Z:78e2a330-99cc-4ab6-8d11-2b1c0bd28d32", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3149,12 +3189,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e49d2297-52d8-4c62-94fc-2c02599a1d5c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/1139f91d-cda4-4bec-9b4c-42414411ff20?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:52:37 GMT", + "Date": "Tue, 25 Oct 2022 13:37:04 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/e49d2297-52d8-4c62-94fc-2c02599a1d5c?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/1139f91d-cda4-4bec-9b4c-42414411ff20?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3163,10 +3203,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1ce22135-55e5-4e4d-80a6-3ed628f407b5", - "x-ms-correlation-request-id": "8aaa569d-7a01-4225-9a57-14817ddc16fd", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145238Z:8aaa569d-7a01-4225-9a57-14817ddc16fd" + "x-ms-arm-service-request-id": "626d3fbb-2692-4d0b-8b5c-3a42db31fd0f", + "x-ms-correlation-request-id": "ab3e8102-8284-40da-95af-787085e28448", + "x-ms-ratelimit-remaining-subscription-deletes": "14950", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133705Z:ab3e8102-8284-40da-95af-787085e28448" }, "ResponseBody": null } 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 b4304bd732ff..f2adee42e64f 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 @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/51f9e889-fb5e-46b2-8052-8f1586c83b7e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/9c8ef7b1-61f9-4192-98a7-681b58b8f870?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13,12 +13,12 @@ "StatusCode": 204, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/51f9e889-fb5e-46b2-8052-8f1586c83b7e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/9c8ef7b1-61f9-4192-98a7-681b58b8f870?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:08:56 GMT", + "Date": "Tue, 25 Oct 2022 13:53:34 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/51f9e889-fb5e-46b2-8052-8f1586c83b7e?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/9c8ef7b1-61f9-4192-98a7-681b58b8f870?api-version=2022-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -26,10 +26,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "07bbf9c0-f6a1-4c5d-8064-fb9b2f2e1b03", - "x-ms-correlation-request-id": "5c1a91d9-34b2-4307-8462-79e82144bbdb", + "x-ms-arm-service-request-id": "1b592977-6f92-4bf2-912a-1fdcf6359310", + "x-ms-correlation-request-id": "3624b877-7edd-4150-acdf-a5b219aa6300", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150857Z:00bf2313-9154-46e2-ac45-b9b86c0ec107" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135334Z:5d47624f-9219-44d0-b583-7632c604959c" }, "ResponseBody": null }, @@ -50,7 +50,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:08:56 GMT", + "Date": "Tue, 25 Oct 2022 13:53:34 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -144,12 +144,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:08:56 GMT", + "Date": "Tue, 25 Oct 2022 13:53:34 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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -205,9 +205,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "ad823eae-a6da-43c3-826c-3d1c6cac564a", + "client-request-id": "938b3510-776d-438d-97f3-2fc7c45536c5", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -219,14 +219,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "ad823eae-a6da-43c3-826c-3d1c6cac564a", + "client-request-id": "938b3510-776d-438d-97f3-2fc7c45536c5", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:08:57 GMT", + "Date": "Tue, 25 Oct 2022 13:53:34 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -269,11 +269,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a1489711-526c-473d-ae9b-20970eeb470e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/063028a2-d924-4b11-8467-58d5ce84529a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:09:03 GMT", + "Date": "Tue, 25 Oct 2022 13:53:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -283,23 +283,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a7d8b6ba-a81d-4d43-8fe8-486410dfb684", - "x-ms-correlation-request-id": "0af0d107-829f-4aee-a282-56316a47b395", + "x-ms-arm-service-request-id": "11c574c5-a52b-4ebf-9aed-c98712a3f093", + "x-ms-correlation-request-id": "4844bef6-b795-4535-94c1-db3b1eeab2cb", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150903Z:0af0d107-829f-4aee-a282-56316a47b395" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135340Z:4844bef6-b795-4535-94c1-db3b1eeab2cb" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-7b9b28b3", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3", - "etag": "W/\u00226c6ff56d-e740-4c0d-a693-f3dd26ac15f8\u0022", + "etag": "W/\u002258707e00-8d3d-492a-80ea-c3af1c27870f\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T15:08:58.5667232Z" + "CreatedOnDate": "2022-10-25T13:53:36.2959054Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "c0fe3293-1a01-4e41-b5da-266e271c632b", + "resourceGuid": "5a32a551-2b00-4a62-84a0-f39d7adb9f83", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -312,7 +312,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a1489711-526c-473d-ae9b-20970eeb470e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/063028a2-d924-4b11-8467-58d5ce84529a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -326,7 +326,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:09:03 GMT", + "Date": "Tue, 25 Oct 2022 13:53:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -337,10 +337,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2774b994-e966-44ef-a0e0-22ba3dec0402", - "x-ms-correlation-request-id": "221e5ce8-9f14-4811-9433-f65edaaf4c7d", + "x-ms-arm-service-request-id": "537a4889-e1bc-4af1-8468-ee0317c7459b", + "x-ms-correlation-request-id": "a79cb27c-8b6b-4f01-98a3-20db9a063d79", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150903Z:221e5ce8-9f14-4811-9433-f65edaaf4c7d" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135340Z:a79cb27c-8b6b-4f01-98a3-20db9a063d79" }, "ResponseBody": { "status": "Succeeded" @@ -361,8 +361,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:09:03 GMT", - "ETag": "W/\u002205829162-5ff4-4bca-b1bd-a97f908cad52\u0022", + "Date": "Tue, 25 Oct 2022 13:53:40 GMT", + "ETag": "W/\u00228abec03c-f5d2-4f26-b891-e2a2b1e57802\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -373,23 +373,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "061c04a0-28e0-42b7-a188-19dd6bd21d58", - "x-ms-correlation-request-id": "9bcf0306-409d-4f00-b5e4-3cfc7196c3a9", + "x-ms-arm-service-request-id": "6d6c9aec-a48c-4db7-bef1-7911466f1342", + "x-ms-correlation-request-id": "52b88631-4284-4554-8b8f-cb46ff07237d", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150903Z:9bcf0306-409d-4f00-b5e4-3cfc7196c3a9" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135341Z:52b88631-4284-4554-8b8f-cb46ff07237d" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-7b9b28b3", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3", - "etag": "W/\u002205829162-5ff4-4bca-b1bd-a97f908cad52\u0022", + "etag": "W/\u00228abec03c-f5d2-4f26-b891-e2a2b1e57802\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T15:08:58.5667232Z" + "CreatedOnDate": "2022-10-25T13:53:36.2959054Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "c0fe3293-1a01-4e41-b5da-266e271c632b", + "resourceGuid": "5a32a551-2b00-4a62-84a0-f39d7adb9f83", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -428,11 +428,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/936fc715-99a3-4001-8967-e4d0c5a70fde?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7b242edc-6fae-489f-ad86-9a8a512a1e48?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:09:04 GMT", + "Date": "Tue, 25 Oct 2022 13:53:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -442,15 +442,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4fe4849c-92c0-49c6-ab6c-b67abf108f5a", - "x-ms-correlation-request-id": "ffcb82c8-4c84-4c93-81b6-3ad8c2804673", + "x-ms-arm-service-request-id": "f957113e-9202-474a-80dc-a58f4e1361ee", + "x-ms-correlation-request-id": "e8c8bfaf-1ed8-4ce4-ba26-6d0635cc6114", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150904Z:ffcb82c8-4c84-4c93-81b6-3ad8c2804673" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135342Z:e8c8bfaf-1ed8-4ce4-ba26-6d0635cc6114" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default", - "etag": "W/\u002258a15099-5fae-4f04-acc5-7c617486e3e0\u0022", + "etag": "W/\u00228931f445-188f-4b43-ae22-b7fabd9bd103\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -458,7 +458,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002258a15099-5fae-4f04-acc5-7c617486e3e0\u0022", + "etag": "W/\u00228931f445-188f-4b43-ae22-b7fabd9bd103\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -478,7 +478,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/936fc715-99a3-4001-8967-e4d0c5a70fde?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7b242edc-6fae-489f-ad86-9a8a512a1e48?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -492,7 +492,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:09:04 GMT", + "Date": "Tue, 25 Oct 2022 13:53:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -503,10 +503,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c43756b3-d3a2-411d-801d-d94e5140f640", - "x-ms-correlation-request-id": "c1c84428-8bd7-461d-acad-67c929adcffb", + "x-ms-arm-service-request-id": "9682f7d5-daf2-4e12-9fa3-eccd3dd4ad33", + "x-ms-correlation-request-id": "3cad3cb8-736a-4b7f-9733-b14c3a4bd392", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150904Z:c1c84428-8bd7-461d-acad-67c929adcffb" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135342Z:3cad3cb8-736a-4b7f-9733-b14c3a4bd392" }, "ResponseBody": { "status": "Succeeded" @@ -527,8 +527,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:09:05 GMT", - "ETag": "W/\u00229523f187-2f75-4bf5-a33d-84abc5925351\u0022", + "Date": "Tue, 25 Oct 2022 13:53:42 GMT", + "ETag": "W/\u002280e304ed-a669-4700-86e4-9acd98ad8769\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -539,15 +539,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9a72b406-f688-4519-9a38-83a36df9bfc1", - "x-ms-correlation-request-id": "04643161-3195-44d8-a24f-000f7e7fc7b7", + "x-ms-arm-service-request-id": "fff4b217-6313-45bb-8f59-d1520c455f5c", + "x-ms-correlation-request-id": "492b2044-bd1c-411e-83a6-dd6bf876e034", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150905Z:04643161-3195-44d8-a24f-000f7e7fc7b7" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135342Z:492b2044-bd1c-411e-83a6-dd6bf876e034" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default", - "etag": "W/\u00229523f187-2f75-4bf5-a33d-84abc5925351\u0022", + "etag": "W/\u002280e304ed-a669-4700-86e4-9acd98ad8769\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -555,7 +555,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00229523f187-2f75-4bf5-a33d-84abc5925351\u0022", + "etag": "W/\u002280e304ed-a669-4700-86e4-9acd98ad8769\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -591,12 +591,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:09:04 GMT", + "Date": "Tue, 25 Oct 2022 13:53: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.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -685,12 +685,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:09:04 GMT", + "Date": "Tue, 25 Oct 2022 13:53: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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -746,9 +746,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "ca8b70bc-c69e-4d95-bab5-ec80e3788dd0", + "client-request-id": "847dea76-8b73-4945-882e-9743ac057430", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -760,14 +760,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "ca8b70bc-c69e-4d95-bab5-ec80e3788dd0", + "client-request-id": "847dea76-8b73-4945-882e-9743ac057430", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:09:04 GMT", + "Date": "Tue, 25 Oct 2022 13:53:42 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -775,7 +775,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -802,30 +802,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fb94ad8e-e924-4c67-ae54-03ad2a70a3f6?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8bf32bec-b833-42bb-8abb-b541bbd1367d?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:09:08 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T15%3A09%3A08.0743479Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:53:46 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A53%3A45.6423779Z\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": "07eac44b-4337-4762-b561-4dcc4b1c13e3", + "x-ms-correlation-request-id": "b7d36649-7796-4aff-b016-835deab0f22f", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150909Z:07eac44b-4337-4762-b561-4dcc4b1c13e3", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135346Z:b7d36649-7796-4aff-b016-835deab0f22f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3", "name": "sdk-py-tests-acc-1-7b9b28b3", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T15%3A09%3A08.0743479Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A53%3A45.6423779Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T15:09:06.6520060Z" + "CreatedOnDate": "2022-10-25T13:53:44.3320483Z" }, "properties": { "provisioningState": "Creating" @@ -833,15 +833,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T15:09:07.8295087Z", + "createdAt": "2022-10-25T13:53:45.4567724Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T15:09:07.8295087Z" + "lastModifiedAt": "2022-10-25T13:53:45.4567724Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fb94ad8e-e924-4c67-ae54-03ad2a70a3f6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8bf32bec-b833-42bb-8abb-b541bbd1367d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -855,7 +855,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:09:09 GMT", + "Date": "Tue, 25 Oct 2022 13:53:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -863,17 +863,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4a1085a2-a173-4ec7-a296-553c4965fed6", + "x-ms-correlation-request-id": "aa5395c4-8dc7-4d8a-95f5-3b9027a07804", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150909Z:4a1085a2-a173-4ec7-a296-553c4965fed6", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135346Z:aa5395c4-8dc7-4d8a-95f5-3b9027a07804", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fb94ad8e-e924-4c67-ae54-03ad2a70a3f6", - "name": "fb94ad8e-e924-4c67-ae54-03ad2a70a3f6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8bf32bec-b833-42bb-8abb-b541bbd1367d", + "name": "8bf32bec-b833-42bb-8abb-b541bbd1367d", "status": "Succeeded", - "startTime": "2022-10-22T15:09:08.0729452Z", - "endTime": "2022-10-22T15:09:08.1269089Z", + "startTime": "2022-10-25T13:53:45.6385587Z", + "endTime": "2022-10-25T13:53:45.7948407Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3" @@ -895,8 +895,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:09:09 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T15%3A09%3A08.1151035Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:53:46 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A53%3A45.7005237Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -904,19 +904,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df189947-2344-4d0f-bf2e-7730ba853cfc", + "x-ms-correlation-request-id": "33e6f349-f2eb-4fa3-b9e4-a056cd5ddea6", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150909Z:df189947-2344-4d0f-bf2e-7730ba853cfc", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135347Z:33e6f349-f2eb-4fa3-b9e4-a056cd5ddea6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3", "name": "sdk-py-tests-acc-1-7b9b28b3", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T15%3A09%3A08.1151035Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A53%3A45.7005237Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T15:09:06.6520060Z" + "CreatedOnDate": "2022-10-25T13:53:44.3320483Z" }, "properties": { "activeDirectories": [ @@ -945,10 +945,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T15:09:07.8295087Z", + "createdAt": "2022-10-25T13:53:45.4567724Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T15:09:07.8295087Z" + "lastModifiedAt": "2022-10-25T13:53:45.4567724Z" } } }, @@ -974,30 +974,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7293dc55-a056-4065-9749-4a8c9530a909?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acc8bb2e-9ecc-417a-9c86-27a6df2a4630?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "918", + "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:09:12 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T15%3A09%3A11.7112389Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:53:49 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A53%3A49.0394202Z\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": "45ac5ff7-aade-49ae-9e91-16e162946416", + "x-ms-correlation-request-id": "de2dc2aa-fedc-4a30-8442-bfedc87abf18", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150912Z:45ac5ff7-aade-49ae-9e91-16e162946416", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135350Z:de2dc2aa-fedc-4a30-8442-bfedc87abf18", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T15%3A09%3A11.7112389Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A53%3A49.0394202Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T15:09:10.0728172Z" + "CreatedOnDate": "2022-10-25T13:53:47.6704204Z" }, "properties": { "serviceLevel": "Premium", @@ -1011,15 +1011,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T15:09:11.42749Z", + "createdAt": "2022-10-25T13:53:48.8248917Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T15:09:11.42749Z" + "lastModifiedAt": "2022-10-25T13:53:48.8248917Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7293dc55-a056-4065-9749-4a8c9530a909?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acc8bb2e-9ecc-417a-9c86-27a6df2a4630?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1033,7 +1033,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:09:12 GMT", + "Date": "Tue, 25 Oct 2022 13:53:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1041,17 +1041,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c142f5c-f00e-453c-ac81-80b63257e175", + "x-ms-correlation-request-id": "6723e94a-1776-4dc5-bbbe-cd44ee6abbd5", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150912Z:4c142f5c-f00e-453c-ac81-80b63257e175", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135350Z:6723e94a-1776-4dc5-bbbe-cd44ee6abbd5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7293dc55-a056-4065-9749-4a8c9530a909", - "name": "7293dc55-a056-4065-9749-4a8c9530a909", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acc8bb2e-9ecc-417a-9c86-27a6df2a4630", + "name": "acc8bb2e-9ecc-417a-9c86-27a6df2a4630", "status": "Succeeded", - "startTime": "2022-10-22T15:09:11.7206272Z", - "endTime": "2022-10-22T15:09:12.7362351Z", + "startTime": "2022-10-25T13:53:49.0374233Z", + "endTime": "2022-10-25T13:53:49.959303Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1" @@ -1073,8 +1073,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:09:12 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T15%3A09%3A12.7394609Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:53:50 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A53%3A49.946113Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1082,22 +1082,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca702b57-aa45-4a0b-8fb9-1ba472112c5f", + "x-ms-correlation-request-id": "8b9cb51f-ec54-4f6c-9061-2c6122ac7213", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150913Z:ca702b57-aa45-4a0b-8fb9-1ba472112c5f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135350Z:8b9cb51f-ec54-4f6c-9061-2c6122ac7213", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T15%3A09%3A12.7394609Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A53%3A49.946113Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T15:09:10.0728172Z" + "CreatedOnDate": "2022-10-25T13:53:47.6704204Z" }, "properties": { - "poolId": "0727a99b-f58d-ddd1-29d3-b518f4b346a4", + "poolId": "1d666028-9897-c1b1-adab-fce5e34ea117", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1110,10 +1110,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T15:09:11.42749Z", + "createdAt": "2022-10-25T13:53:48.8248917Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T15:09:11.42749Z" + "lastModifiedAt": "2022-10-25T13:53:48.8248917Z" } } }, @@ -1156,30 +1156,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6ccf695-b119-4477-b351-87ae8456a78f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:09:15 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T15%3A09%3A14.8684086Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:53:52 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A53%3A52.3475143Z\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": "ff167868-22b2-4dd7-8498-675641f6545f", + "x-ms-correlation-request-id": "66691f5d-b00d-44e8-a7b6-2873eef3d07f", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150915Z:ff167868-22b2-4dd7-8498-675641f6545f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135353Z:66691f5d-b00d-44e8-a7b6-2873eef3d07f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3", "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T15%3A09%3A14.8684086Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A53%3A52.3475143Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T15:09:13.5027938Z" + "CreatedOnDate": "2022-10-25T13:53:51.0923875Z" }, "properties": { "serviceLevel": "Premium", @@ -1209,15 +1209,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T15:09:14.5099881Z", + "createdAt": "2022-10-25T13:53:52.0757283Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T15:09:14.5099881Z" + "lastModifiedAt": "2022-10-25T13:53:52.0757283Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6ccf695-b119-4477-b351-87ae8456a78f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1231,7 +1231,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:09:15 GMT", + "Date": "Tue, 25 Oct 2022 13:53:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1239,16 +1239,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a17d7812-3ac0-4525-9a41-d7461f660e1d", + "x-ms-correlation-request-id": "be9abdfa-14a1-48b5-a055-883f51bd888f", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150916Z:a17d7812-3ac0-4525-9a41-d7461f660e1d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135353Z:be9abdfa-14a1-48b5-a055-883f51bd888f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae", - "name": "59abb947-10fd-42ad-8d25-f36b7c3e3cae", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6ccf695-b119-4477-b351-87ae8456a78f", + "name": "f6ccf695-b119-4477-b351-87ae8456a78f", "status": "Creating", - "startTime": "2022-10-22T15:09:14.8934954Z", + "startTime": "2022-10-25T13:53:52.3431192Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1257,7 +1257,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6ccf695-b119-4477-b351-87ae8456a78f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1271,7 +1271,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:09:45 GMT", + "Date": "Tue, 25 Oct 2022 13:54:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1279,16 +1279,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f6ce6a28-4370-4aa0-a3fe-8168c997b0bd", + "x-ms-correlation-request-id": "e5044854-33dd-4cfd-96e7-1dfe65cce67a", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150946Z:f6ce6a28-4370-4aa0-a3fe-8168c997b0bd", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135423Z:e5044854-33dd-4cfd-96e7-1dfe65cce67a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae", - "name": "59abb947-10fd-42ad-8d25-f36b7c3e3cae", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6ccf695-b119-4477-b351-87ae8456a78f", + "name": "f6ccf695-b119-4477-b351-87ae8456a78f", "status": "Creating", - "startTime": "2022-10-22T15:09:14.8934954Z", + "startTime": "2022-10-25T13:53:52.3431192Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1297,7 +1297,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6ccf695-b119-4477-b351-87ae8456a78f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1311,7 +1311,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:10:16 GMT", + "Date": "Tue, 25 Oct 2022 13:54:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1319,16 +1319,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f25f34e5-7978-4a47-94a5-abfbd3ebf50b", + "x-ms-correlation-request-id": "a2c0476b-f88c-4b07-aeea-40e431837d9e", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151016Z:f25f34e5-7978-4a47-94a5-abfbd3ebf50b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135454Z:a2c0476b-f88c-4b07-aeea-40e431837d9e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae", - "name": "59abb947-10fd-42ad-8d25-f36b7c3e3cae", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6ccf695-b119-4477-b351-87ae8456a78f", + "name": "f6ccf695-b119-4477-b351-87ae8456a78f", "status": "Creating", - "startTime": "2022-10-22T15:09:14.8934954Z", + "startTime": "2022-10-25T13:53:52.3431192Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1337,7 +1337,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6ccf695-b119-4477-b351-87ae8456a78f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1351,7 +1351,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:10:46 GMT", + "Date": "Tue, 25 Oct 2022 13:55:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1359,16 +1359,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0b9eda0d-fd34-48b3-a972-62c79ed72766", + "x-ms-correlation-request-id": "b2bce357-a588-4fab-b920-198dfba51ca6", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151046Z:0b9eda0d-fd34-48b3-a972-62c79ed72766", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135524Z:b2bce357-a588-4fab-b920-198dfba51ca6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae", - "name": "59abb947-10fd-42ad-8d25-f36b7c3e3cae", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6ccf695-b119-4477-b351-87ae8456a78f", + "name": "f6ccf695-b119-4477-b351-87ae8456a78f", "status": "Creating", - "startTime": "2022-10-22T15:09:14.8934954Z", + "startTime": "2022-10-25T13:53:52.3431192Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1377,7 +1377,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6ccf695-b119-4477-b351-87ae8456a78f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1391,7 +1391,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:11:16 GMT", + "Date": "Tue, 25 Oct 2022 13:55:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1399,16 +1399,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a5befa38-b7c6-4f63-b11a-8286d16c7e5f", + "x-ms-correlation-request-id": "49bc0211-5715-4936-8c9e-bac2f5af66bd", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151117Z:a5befa38-b7c6-4f63-b11a-8286d16c7e5f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135554Z:49bc0211-5715-4936-8c9e-bac2f5af66bd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae", - "name": "59abb947-10fd-42ad-8d25-f36b7c3e3cae", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6ccf695-b119-4477-b351-87ae8456a78f", + "name": "f6ccf695-b119-4477-b351-87ae8456a78f", "status": "Creating", - "startTime": "2022-10-22T15:09:14.8934954Z", + "startTime": "2022-10-25T13:53:52.3431192Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1417,7 +1417,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6ccf695-b119-4477-b351-87ae8456a78f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1431,7 +1431,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:11:46 GMT", + "Date": "Tue, 25 Oct 2022 13:56:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1439,16 +1439,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd667c2f-fd6e-483f-8cfc-aed4263d5fb8", + "x-ms-correlation-request-id": "736f7cc8-244a-4fb0-a969-1f6709d5d9e6", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151147Z:fd667c2f-fd6e-483f-8cfc-aed4263d5fb8", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135624Z:736f7cc8-244a-4fb0-a969-1f6709d5d9e6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae", - "name": "59abb947-10fd-42ad-8d25-f36b7c3e3cae", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6ccf695-b119-4477-b351-87ae8456a78f", + "name": "f6ccf695-b119-4477-b351-87ae8456a78f", "status": "Creating", - "startTime": "2022-10-22T15:09:14.8934954Z", + "startTime": "2022-10-25T13:53:52.3431192Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1457,7 +1457,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6ccf695-b119-4477-b351-87ae8456a78f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1471,7 +1471,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:12:17 GMT", + "Date": "Tue, 25 Oct 2022 13:56:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1479,16 +1479,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "183ec61b-d1a3-4120-ba3a-722ca70056bc", + "x-ms-correlation-request-id": "8817cbe1-ff6c-48a2-8517-ca0ee878b1ee", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151217Z:183ec61b-d1a3-4120-ba3a-722ca70056bc", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135655Z:8817cbe1-ff6c-48a2-8517-ca0ee878b1ee", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae", - "name": "59abb947-10fd-42ad-8d25-f36b7c3e3cae", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6ccf695-b119-4477-b351-87ae8456a78f", + "name": "f6ccf695-b119-4477-b351-87ae8456a78f", "status": "Creating", - "startTime": "2022-10-22T15:09:14.8934954Z", + "startTime": "2022-10-25T13:53:52.3431192Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1497,7 +1497,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6ccf695-b119-4477-b351-87ae8456a78f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1511,7 +1511,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:12:47 GMT", + "Date": "Tue, 25 Oct 2022 13:57:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1519,16 +1519,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "74116553-bca7-48e6-ae6e-93a66320fc93", + "x-ms-correlation-request-id": "89aa4ef0-c1d5-4454-b81f-bbeeea624430", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151247Z:74116553-bca7-48e6-ae6e-93a66320fc93", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135725Z:89aa4ef0-c1d5-4454-b81f-bbeeea624430", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae", - "name": "59abb947-10fd-42ad-8d25-f36b7c3e3cae", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6ccf695-b119-4477-b351-87ae8456a78f", + "name": "f6ccf695-b119-4477-b351-87ae8456a78f", "status": "Creating", - "startTime": "2022-10-22T15:09:14.8934954Z", + "startTime": "2022-10-25T13:53:52.3431192Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1537,7 +1537,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6ccf695-b119-4477-b351-87ae8456a78f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1551,7 +1551,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:13:17 GMT", + "Date": "Tue, 25 Oct 2022 13:57:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1559,16 +1559,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d570211c-6791-4b7a-9100-647d1aee3776", + "x-ms-correlation-request-id": "fc6172db-360b-4603-9818-9c4a9a26798b", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151318Z:d570211c-6791-4b7a-9100-647d1aee3776", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135755Z:fc6172db-360b-4603-9818-9c4a9a26798b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae", - "name": "59abb947-10fd-42ad-8d25-f36b7c3e3cae", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6ccf695-b119-4477-b351-87ae8456a78f", + "name": "f6ccf695-b119-4477-b351-87ae8456a78f", "status": "Creating", - "startTime": "2022-10-22T15:09:14.8934954Z", + "startTime": "2022-10-25T13:53:52.3431192Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1577,7 +1577,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6ccf695-b119-4477-b351-87ae8456a78f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1591,7 +1591,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:13:47 GMT", + "Date": "Tue, 25 Oct 2022 13:58:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1599,16 +1599,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "425ea7d0-9a4b-4a90-b018-3a3d61d30f65", + "x-ms-correlation-request-id": "f26fef60-5c9f-4d7d-94d2-6958a8603d55", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151348Z:425ea7d0-9a4b-4a90-b018-3a3d61d30f65", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135826Z:f26fef60-5c9f-4d7d-94d2-6958a8603d55", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae", - "name": "59abb947-10fd-42ad-8d25-f36b7c3e3cae", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6ccf695-b119-4477-b351-87ae8456a78f", + "name": "f6ccf695-b119-4477-b351-87ae8456a78f", "status": "Creating", - "startTime": "2022-10-22T15:09:14.8934954Z", + "startTime": "2022-10-25T13:53:52.3431192Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1617,7 +1617,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6ccf695-b119-4477-b351-87ae8456a78f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1631,7 +1631,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:14:18 GMT", + "Date": "Tue, 25 Oct 2022 13:58:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1639,17 +1639,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c001c14b-12bc-49c7-9cb8-85d69a9a7855", + "x-ms-correlation-request-id": "25bc1324-1ab7-4d55-9bac-c3d9f205e714", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151418Z:c001c14b-12bc-49c7-9cb8-85d69a9a7855", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135856Z:25bc1324-1ab7-4d55-9bac-c3d9f205e714", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59abb947-10fd-42ad-8d25-f36b7c3e3cae", - "name": "59abb947-10fd-42ad-8d25-f36b7c3e3cae", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6ccf695-b119-4477-b351-87ae8456a78f", + "name": "f6ccf695-b119-4477-b351-87ae8456a78f", "status": "Succeeded", - "startTime": "2022-10-22T15:09:14.8934954Z", - "endTime": "2022-10-22T15:13:52.1897223Z", + "startTime": "2022-10-25T13:53:52.3431192Z", + "endTime": "2022-10-25T13:58:29.2697417Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" @@ -1671,8 +1671,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:14:18 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T15%3A13%3A52.1915127Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:58:55 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A58%3A29.267354Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1680,22 +1680,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "39fe6468-d8d7-4291-b078-9dcfdf95bb09", + "x-ms-correlation-request-id": "1794058d-9b22-4504-b361-0d3e732892fe", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151419Z:39fe6468-d8d7-4291-b078-9dcfdf95bb09", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135856Z:1794058d-9b22-4504-b361-0d3e732892fe", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3", "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T15%3A13%3A52.1915127Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A58%3A29.267354Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T15:09:13.5027938Z" + "CreatedOnDate": "2022-10-25T13:53:51.0923875Z" }, "properties": { - "fileSystemId": "438f800d-fba4-284f-d2e3-f88d295efd2e", + "fileSystemId": "e9154bde-1543-2b68-53ba-e8c29f2be2e7", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-7b9b28b3", "usageThreshold": 107374182400, @@ -1723,7 +1723,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c8c742a1", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c5667858", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1738,8 +1738,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "438f800d-fba4-284f-d2e3-f88d295efd2e", - "fileSystemId": "438f800d-fba4-284f-d2e3-f88d295efd2e", + "mountTargetId": "e9154bde-1543-2b68-53ba-e8c29f2be2e7", + "fileSystemId": "e9154bde-1543-2b68-53ba-e8c29f2be2e7", "ipAddress": "10.0.0.4" } ], @@ -1759,10 +1759,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T15:09:14.5099881Z", + "createdAt": "2022-10-25T13:53:52.0757283Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T15:09:14.5099881Z" + "lastModifiedAt": "2022-10-25T13:53:52.0757283Z" } } }, @@ -1781,8 +1781,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:14:18 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T15%3A13%3A52.1915127Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:58:56 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A58%3A29.267354Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1790,22 +1790,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31307c64-792a-468c-8cd6-0b1207af25a2", + "x-ms-correlation-request-id": "cae876a6-88a5-44a8-9b34-2aa1b2c8ee9b", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151419Z:31307c64-792a-468c-8cd6-0b1207af25a2", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135857Z:cae876a6-88a5-44a8-9b34-2aa1b2c8ee9b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3", "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T15%3A13%3A52.1915127Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A58%3A29.267354Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T15:09:13.5027938Z" + "CreatedOnDate": "2022-10-25T13:53:51.0923875Z" }, "properties": { - "fileSystemId": "438f800d-fba4-284f-d2e3-f88d295efd2e", + "fileSystemId": "e9154bde-1543-2b68-53ba-e8c29f2be2e7", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-7b9b28b3", "usageThreshold": 107374182400, @@ -1833,7 +1833,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c8c742a1", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c5667858", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1848,8 +1848,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "438f800d-fba4-284f-d2e3-f88d295efd2e", - "fileSystemId": "438f800d-fba4-284f-d2e3-f88d295efd2e", + "mountTargetId": "e9154bde-1543-2b68-53ba-e8c29f2be2e7", + "fileSystemId": "e9154bde-1543-2b68-53ba-e8c29f2be2e7", "ipAddress": "10.0.0.4" } ], @@ -1869,10 +1869,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T15:09:14.5099881Z", + "createdAt": "2022-10-25T13:53:52.0757283Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T15:09:14.5099881Z" + "lastModifiedAt": "2022-10-25T13:53:52.0757283Z" } } }, @@ -1892,20 +1892,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36185542-eb10-4749-aaf9-055be1fe996c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a5e2e6c-f21e-40a4-8f3c-f8b5e357aaf2?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "522", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:14:19 GMT", + "Date": "Tue, 25 Oct 2022 13:58:57 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36185542-eb10-4749-aaf9-055be1fe996c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a5e2e6c-f21e-40a4-8f3c-f8b5e357aaf2?api-version=2022-05-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": "7381ac48-14a2-4568-b105-7a25547d943c", + "x-ms-correlation-request-id": "8df360e1-57b1-4c7d-a5ca-04cffb1bf499", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151420Z:7381ac48-14a2-4568-b105-7a25547d943c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135858Z:8df360e1-57b1-4c7d-a5ca-04cffb1bf499", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1919,7 +1919,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36185542-eb10-4749-aaf9-055be1fe996c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a5e2e6c-f21e-40a4-8f3c-f8b5e357aaf2?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1933,7 +1933,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:14:19 GMT", + "Date": "Tue, 25 Oct 2022 13:58:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1941,16 +1941,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "43fabf32-504e-4fb6-83d9-c9cac13fa047", + "x-ms-correlation-request-id": "93616088-c64d-4b82-b31a-7cbd180df0e4", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151420Z:43fabf32-504e-4fb6-83d9-c9cac13fa047", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135858Z:93616088-c64d-4b82-b31a-7cbd180df0e4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36185542-eb10-4749-aaf9-055be1fe996c", - "name": "36185542-eb10-4749-aaf9-055be1fe996c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a5e2e6c-f21e-40a4-8f3c-f8b5e357aaf2", + "name": "3a5e2e6c-f21e-40a4-8f3c-f8b5e357aaf2", "status": "Creating", - "startTime": "2022-10-22T15:14:20.0697143Z", + "startTime": "2022-10-25T13:58:57.8348769Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1959,7 +1959,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36185542-eb10-4749-aaf9-055be1fe996c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a5e2e6c-f21e-40a4-8f3c-f8b5e357aaf2?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1973,7 +1973,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:14:50 GMT", + "Date": "Tue, 25 Oct 2022 13:59:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1981,17 +1981,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "afa520d3-80c1-4c38-8f21-e2e11b921266", + "x-ms-correlation-request-id": "667cb6aa-53d6-46ff-b0af-27b07b20ffa3", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151450Z:afa520d3-80c1-4c38-8f21-e2e11b921266", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135928Z:667cb6aa-53d6-46ff-b0af-27b07b20ffa3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36185542-eb10-4749-aaf9-055be1fe996c", - "name": "36185542-eb10-4749-aaf9-055be1fe996c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a5e2e6c-f21e-40a4-8f3c-f8b5e357aaf2", + "name": "3a5e2e6c-f21e-40a4-8f3c-f8b5e357aaf2", "status": "Succeeded", - "startTime": "2022-10-22T15:14:20.0697143Z", - "endTime": "2022-10-22T15:14:27.9677712Z", + "startTime": "2022-10-25T13:58:57.8348769Z", + "endTime": "2022-10-25T13:59:05.3259932Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1" @@ -1999,7 +1999,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36185542-eb10-4749-aaf9-055be1fe996c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a5e2e6c-f21e-40a4-8f3c-f8b5e357aaf2?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2013,27 +2013,27 @@ "Cache-Control": "no-cache", "Content-Length": "639", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:14:50 GMT", + "Date": "Tue, 25 Oct 2022 13:59: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": "08d787f8-8172-47da-b1dc-901ee3b314b7", + "x-ms-correlation-request-id": "071f4b99-7ad4-4150-b576-adde42851be0", "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151451Z:08d787f8-8172-47da-b1dc-901ee3b314b7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135928Z:071f4b99-7ad4-4150-b576-adde42851be0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1", "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3/sdk-py-tests-snapshot-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "etag": "10/22/2022 3:14:27 PM", + "etag": "10/25/2022 1:59:05 PM", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "snapshotId": "1dfd189a-806a-4acd-44dc-28c8680bf855", - "created": "2022-10-22T15:14:20Z" + "snapshotId": "26484015-18f6-5866-1d0c-b3dce5ecdf6d", + "created": "2022-10-25T13:58:58Z" } } }, @@ -2052,7 +2052,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:14:51 GMT", + "Date": "Tue, 25 Oct 2022 13:59:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2060,9 +2060,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "437852db-de2e-4682-bdb4-2434b254e17f", + "x-ms-correlation-request-id": "1cc1baa7-c1e9-48d4-8476-5cbb3558e09a", "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151452Z:437852db-de2e-4682-bdb4-2434b254e17f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135929Z:1cc1baa7-c1e9-48d4-8476-5cbb3558e09a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2072,8 +2072,8 @@ "location": "westus2", "properties": { "provisioningState": "Succeeded", - "snapshotId": "1dfd189a-806a-4acd-44dc-28c8680bf855", - "created": "2022-10-22T15:14:20Z" + "snapshotId": "26484015-18f6-5866-1d0c-b3dce5ecdf6d", + "created": "2022-10-25T13:58:58Z" } } }, @@ -2090,25 +2090,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f19d43dc-498c-4908-a5fa-539e88a4b875?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13b613f8-9a1d-484e-b3e2-5f96dcd8d66e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 15:14:51 GMT", + "Date": "Tue, 25 Oct 2022 13:59:29 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f19d43dc-498c-4908-a5fa-539e88a4b875?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13b613f8-9a1d-484e-b3e2-5f96dcd8d66e?api-version=2022-05-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": "ce9408e7-4158-446b-b42a-c5fedf89c4d9", + "x-ms-correlation-request-id": "21d9d83c-9bc5-47a2-a8f1-a5d34df24566", "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151452Z:ce9408e7-4158-446b-b42a-c5fedf89c4d9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135930Z:21d9d83c-9bc5-47a2-a8f1-a5d34df24566", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f19d43dc-498c-4908-a5fa-539e88a4b875?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13b613f8-9a1d-484e-b3e2-5f96dcd8d66e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2122,7 +2122,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:14:52 GMT", + "Date": "Tue, 25 Oct 2022 13:59:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2130,16 +2130,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2032adb-1a67-468f-9f07-cc5d813ebdf5", + "x-ms-correlation-request-id": "4d837e40-11de-4f57-92fb-831d832d2f41", "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151452Z:d2032adb-1a67-468f-9f07-cc5d813ebdf5", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135930Z:4d837e40-11de-4f57-92fb-831d832d2f41", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f19d43dc-498c-4908-a5fa-539e88a4b875", - "name": "f19d43dc-498c-4908-a5fa-539e88a4b875", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13b613f8-9a1d-484e-b3e2-5f96dcd8d66e", + "name": "13b613f8-9a1d-484e-b3e2-5f96dcd8d66e", "status": "Deleting", - "startTime": "2022-10-22T15:14:52.558861Z", + "startTime": "2022-10-25T13:59:29.9284725Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2148,7 +2148,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f19d43dc-498c-4908-a5fa-539e88a4b875?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13b613f8-9a1d-484e-b3e2-5f96dcd8d66e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2162,7 +2162,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:15:22 GMT", + "Date": "Tue, 25 Oct 2022 13:59:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2170,17 +2170,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c49326c-6a0c-4077-a1fb-2cf40a2bd496", + "x-ms-correlation-request-id": "1233cb61-daa2-4703-aabd-9bb555b3ac07", "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151523Z:1c49326c-6a0c-4077-a1fb-2cf40a2bd496", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140000Z:1233cb61-daa2-4703-aabd-9bb555b3ac07", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f19d43dc-498c-4908-a5fa-539e88a4b875", - "name": "f19d43dc-498c-4908-a5fa-539e88a4b875", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13b613f8-9a1d-484e-b3e2-5f96dcd8d66e", + "name": "13b613f8-9a1d-484e-b3e2-5f96dcd8d66e", "status": "Succeeded", - "startTime": "2022-10-22T15:14:52.558861Z", - "endTime": "2022-10-22T15:14:58.7603075Z", + "startTime": "2022-10-25T13:59:29.9284725Z", + "endTime": "2022-10-25T13:59:36.7293739Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3/snapshots/sdk-py-tests-snapshot-1" @@ -2188,7 +2188,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f19d43dc-498c-4908-a5fa-539e88a4b875?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/13b613f8-9a1d-484e-b3e2-5f96dcd8d66e?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2202,7 +2202,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:15:23 GMT", + "Date": "Tue, 25 Oct 2022 14:00:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2210,9 +2210,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ecc48dc8-140e-4111-a1d3-7a6916e058d7", + "x-ms-correlation-request-id": "87c4e35f-2aeb-4639-9230-79bded42afe4", "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151523Z:ecc48dc8-140e-4111-a1d3-7a6916e058d7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140001Z:87c4e35f-2aeb-4639-9230-79bded42afe4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2237,15 +2237,15 @@ "Cache-Control": "no-cache", "Content-Length": "326", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:15:43 GMT", + "Date": "Tue, 25 Oct 2022 14:00:21 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": "95af53c2-b713-40ad-92d4-4bbf5a308b7d", + "x-ms-correlation-request-id": "dd7f10cd-6667-4aa3-9467-ab9a11af40fb", "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151544Z:95af53c2-b713-40ad-92d4-4bbf5a308b7d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140022Z:dd7f10cd-6667-4aa3-9467-ab9a11af40fb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2268,25 +2268,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72b776c4-73e2-4a7d-9a4d-9d266005456b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 15:15:44 GMT", + "Date": "Tue, 25 Oct 2022 14:00:22 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72b776c4-73e2-4a7d-9a4d-9d266005456b?api-version=2022-05-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": "9057c90c-5014-4fc7-9924-e51e200682c0", + "x-ms-correlation-request-id": "b69a2598-0d7e-4a7d-b5ab-42ac6cb52803", "x-ms-ratelimit-remaining-subscription-deletes": "14991", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151545Z:9057c90c-5014-4fc7-9924-e51e200682c0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140023Z:b69a2598-0d7e-4a7d-b5ab-42ac6cb52803", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72b776c4-73e2-4a7d-9a4d-9d266005456b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2300,7 +2300,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:15:44 GMT", + "Date": "Tue, 25 Oct 2022 14:00:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2308,16 +2308,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94f9bb0d-ea3a-408e-a0d9-3e011ea4777d", + "x-ms-correlation-request-id": "d3c9f10c-cea2-46a9-9336-191ff2421c11", "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151545Z:94f9bb0d-ea3a-408e-a0d9-3e011ea4777d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140023Z:d3c9f10c-cea2-46a9-9336-191ff2421c11", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a", - "name": "6069847a-2318-49f6-a3bb-eac8a8e9804a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72b776c4-73e2-4a7d-9a4d-9d266005456b", + "name": "72b776c4-73e2-4a7d-9a4d-9d266005456b", "status": "Deleting", - "startTime": "2022-10-22T15:15:45.1910648Z", + "startTime": "2022-10-25T14:00:23.4216061Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2326,7 +2326,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72b776c4-73e2-4a7d-9a4d-9d266005456b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2340,7 +2340,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:16:15 GMT", + "Date": "Tue, 25 Oct 2022 14:00:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2348,16 +2348,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "80b3ef74-efb2-4985-8ade-44f6b2657104", + "x-ms-correlation-request-id": "6682c9ec-a7dc-4557-8c9a-a72e1e230c4d", "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151615Z:80b3ef74-efb2-4985-8ade-44f6b2657104", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140054Z:6682c9ec-a7dc-4557-8c9a-a72e1e230c4d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a", - "name": "6069847a-2318-49f6-a3bb-eac8a8e9804a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72b776c4-73e2-4a7d-9a4d-9d266005456b", + "name": "72b776c4-73e2-4a7d-9a4d-9d266005456b", "status": "Deleting", - "startTime": "2022-10-22T15:15:45.1910648Z", + "startTime": "2022-10-25T14:00:23.4216061Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2366,7 +2366,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72b776c4-73e2-4a7d-9a4d-9d266005456b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2380,7 +2380,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:16:45 GMT", + "Date": "Tue, 25 Oct 2022 14:01:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2388,16 +2388,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab61df81-28f8-4c6a-a6f5-686722e84403", + "x-ms-correlation-request-id": "c33bc614-3704-4d39-87ff-72f07af412a0", "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151645Z:ab61df81-28f8-4c6a-a6f5-686722e84403", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140124Z:c33bc614-3704-4d39-87ff-72f07af412a0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a", - "name": "6069847a-2318-49f6-a3bb-eac8a8e9804a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72b776c4-73e2-4a7d-9a4d-9d266005456b", + "name": "72b776c4-73e2-4a7d-9a4d-9d266005456b", "status": "Deleting", - "startTime": "2022-10-22T15:15:45.1910648Z", + "startTime": "2022-10-25T14:00:23.4216061Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2406,7 +2406,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72b776c4-73e2-4a7d-9a4d-9d266005456b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2420,7 +2420,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:17:15 GMT", + "Date": "Tue, 25 Oct 2022 14:01:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2428,16 +2428,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f933e6e4-eadf-4870-baa1-8449f763d2bf", + "x-ms-correlation-request-id": "388c5434-7c80-49e0-9f61-1eb18cbeb955", "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151716Z:f933e6e4-eadf-4870-baa1-8449f763d2bf", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140154Z:388c5434-7c80-49e0-9f61-1eb18cbeb955", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a", - "name": "6069847a-2318-49f6-a3bb-eac8a8e9804a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72b776c4-73e2-4a7d-9a4d-9d266005456b", + "name": "72b776c4-73e2-4a7d-9a4d-9d266005456b", "status": "Deleting", - "startTime": "2022-10-22T15:15:45.1910648Z", + "startTime": "2022-10-25T14:00:23.4216061Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2446,7 +2446,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72b776c4-73e2-4a7d-9a4d-9d266005456b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2460,7 +2460,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:17:45 GMT", + "Date": "Tue, 25 Oct 2022 14:02:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2468,16 +2468,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a667ba33-8c52-43a2-b02d-7d8e133c0953", + "x-ms-correlation-request-id": "fdec9687-9a08-4ec9-bfba-cb5e9f3f10d1", "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151746Z:a667ba33-8c52-43a2-b02d-7d8e133c0953", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140224Z:fdec9687-9a08-4ec9-bfba-cb5e9f3f10d1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a", - "name": "6069847a-2318-49f6-a3bb-eac8a8e9804a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72b776c4-73e2-4a7d-9a4d-9d266005456b", + "name": "72b776c4-73e2-4a7d-9a4d-9d266005456b", "status": "Deleting", - "startTime": "2022-10-22T15:15:45.1910648Z", + "startTime": "2022-10-25T14:00:23.4216061Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2486,7 +2486,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72b776c4-73e2-4a7d-9a4d-9d266005456b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2500,7 +2500,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:18:16 GMT", + "Date": "Tue, 25 Oct 2022 14:02:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2508,16 +2508,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "14b4861d-7405-4ef2-9db0-72cba808635d", + "x-ms-correlation-request-id": "8a82ec8f-3119-4f4a-858d-706853254051", "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151816Z:14b4861d-7405-4ef2-9db0-72cba808635d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140255Z:8a82ec8f-3119-4f4a-858d-706853254051", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a", - "name": "6069847a-2318-49f6-a3bb-eac8a8e9804a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72b776c4-73e2-4a7d-9a4d-9d266005456b", + "name": "72b776c4-73e2-4a7d-9a4d-9d266005456b", "status": "Deleting", - "startTime": "2022-10-22T15:15:45.1910648Z", + "startTime": "2022-10-25T14:00:23.4216061Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2526,7 +2526,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72b776c4-73e2-4a7d-9a4d-9d266005456b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2540,7 +2540,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:18:46 GMT", + "Date": "Tue, 25 Oct 2022 14:03:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2548,17 +2548,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a5a6307e-8c79-4f44-8415-436f696da040", + "x-ms-correlation-request-id": "fd0964f0-1982-4485-89fc-9cae20919af9", "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151846Z:a5a6307e-8c79-4f44-8415-436f696da040", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140325Z:fd0964f0-1982-4485-89fc-9cae20919af9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a", - "name": "6069847a-2318-49f6-a3bb-eac8a8e9804a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72b776c4-73e2-4a7d-9a4d-9d266005456b", + "name": "72b776c4-73e2-4a7d-9a4d-9d266005456b", "status": "Succeeded", - "startTime": "2022-10-22T15:15:45.1910648Z", - "endTime": "2022-10-22T15:18:22.2499122Z", + "startTime": "2022-10-25T14:00:23.4216061Z", + "endTime": "2022-10-25T14:03:07.1577503Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3" @@ -2566,7 +2566,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6069847a-2318-49f6-a3bb-eac8a8e9804a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/72b776c4-73e2-4a7d-9a4d-9d266005456b?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2580,7 +2580,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:18:46 GMT", + "Date": "Tue, 25 Oct 2022 14:03:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2588,22 +2588,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4a4e204c-6b4f-45fa-9441-76cb3ea6bd32", + "x-ms-correlation-request-id": "347a13af-b47a-47c2-bf72-a79f6ac12bf9", "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T151847Z:4a4e204c-6b4f-45fa-9441-76cb3ea6bd32", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140326Z:347a13af-b47a-47c2-bf72-a79f6ac12bf9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3", "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9b28b3", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T15%3A18%3A13.3260637Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T14%3A02%3A57.7145322Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T15:09:13.5027938Z" + "CreatedOnDate": "2022-10-25T13:53:51.0923875Z" }, "properties": { - "fileSystemId": "438f800d-fba4-284f-d2e3-f88d295efd2e", + "fileSystemId": "e9154bde-1543-2b68-53ba-e8c29f2be2e7", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-7b9b28b3", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2634,19 +2634,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c8c742a1", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c5667858", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9b28b3/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9b28b3", - "poolId": "0727a99b-f58d-ddd1-29d3-b518f4b346a4", + "poolId": "1d666028-9897-c1b1-adab-fce5e34ea117", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "438f800d-fba4-284f-d2e3-f88d295efd2e", - "fileSystemId": "438f800d-fba4-284f-d2e3-f88d295efd2e", + "mountTargetId": "e9154bde-1543-2b68-53ba-e8c29f2be2e7", + "fileSystemId": "e9154bde-1543-2b68-53ba-e8c29f2be2e7", "startIp": "", "endIp": "", "gateway": "", @@ -2678,10 +2678,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T15:09:14.5099881Z", + "createdAt": "2022-10-25T13:53:52.0757283Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T15:09:14.5099881Z" + "lastModifiedAt": "2022-10-25T13:53:52.0757283Z" } } }, @@ -2700,14 +2700,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:22:09 GMT", + "Date": "Tue, 25 Oct 2022 14:06:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d6511422-c081-46fa-9422-0fc0dd33c4c3", + "x-ms-correlation-request-id": "11c06e49-6424-4427-9894-1fccdcfee9c4", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T152210Z:d6511422-c081-46fa-9422-0fc0dd33c4c3" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140650Z:11c06e49-6424-4427-9894-1fccdcfee9c4" }, "ResponseBody": { "error": { @@ -2729,25 +2729,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67df3ab2-a158-468f-9c10-16a3c5e28c48?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/483743c4-ea93-4675-8f87-7b4803789511?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 15:22:23 GMT", + "Date": "Tue, 25 Oct 2022 14:07:02 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67df3ab2-a158-468f-9c10-16a3c5e28c48?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/483743c4-ea93-4675-8f87-7b4803789511?api-version=2022-05-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": "b60e7982-b0c3-4118-9888-e5c0e33ee3bd", + "x-ms-correlation-request-id": "c09ab424-d598-4abc-956a-b9f4511c8a9d", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T152223Z:b60e7982-b0c3-4118-9888-e5c0e33ee3bd", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140703Z:c09ab424-d598-4abc-956a-b9f4511c8a9d", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67df3ab2-a158-468f-9c10-16a3c5e28c48?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/483743c4-ea93-4675-8f87-7b4803789511?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2761,7 +2761,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:22:23 GMT", + "Date": "Tue, 25 Oct 2022 14:07:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2769,16 +2769,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4cb969c6-5769-470e-be5f-687bdc6be134", + "x-ms-correlation-request-id": "96e90089-230e-4107-8d80-1a1fade04e73", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T152224Z:4cb969c6-5769-470e-be5f-687bdc6be134", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140703Z:96e90089-230e-4107-8d80-1a1fade04e73", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67df3ab2-a158-468f-9c10-16a3c5e28c48", - "name": "67df3ab2-a158-468f-9c10-16a3c5e28c48", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/483743c4-ea93-4675-8f87-7b4803789511", + "name": "483743c4-ea93-4675-8f87-7b4803789511", "status": "Deleting", - "startTime": "2022-10-22T15:22:23.8395173Z", + "startTime": "2022-10-25T14:07:02.992548Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2787,7 +2787,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67df3ab2-a158-468f-9c10-16a3c5e28c48?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/483743c4-ea93-4675-8f87-7b4803789511?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2801,7 +2801,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:22:54 GMT", + "Date": "Tue, 25 Oct 2022 14:07:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2809,17 +2809,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d67bc37d-3e72-4db7-9cf1-ca9d2c190053", + "x-ms-correlation-request-id": "a686a89e-da29-4b07-ba39-2f944bf1dfa0", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T152254Z:d67bc37d-3e72-4db7-9cf1-ca9d2c190053", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140733Z:a686a89e-da29-4b07-ba39-2f944bf1dfa0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67df3ab2-a158-468f-9c10-16a3c5e28c48", - "name": "67df3ab2-a158-468f-9c10-16a3c5e28c48", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/483743c4-ea93-4675-8f87-7b4803789511", + "name": "483743c4-ea93-4675-8f87-7b4803789511", "status": "Succeeded", - "startTime": "2022-10-22T15:22:23.8395173Z", - "endTime": "2022-10-22T15:22:25.6363772Z", + "startTime": "2022-10-25T14:07:02.992548Z", + "endTime": "2022-10-25T14:07:04.0864329Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1" @@ -2827,7 +2827,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67df3ab2-a158-468f-9c10-16a3c5e28c48?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/483743c4-ea93-4675-8f87-7b4803789511?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2841,7 +2841,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:22:54 GMT", + "Date": "Tue, 25 Oct 2022 14:07:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2849,22 +2849,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "242fbcfb-f1bf-432f-a457-b349bc69e496", + "x-ms-correlation-request-id": "5d65a17a-f34e-4ff8-bf40-822ab36ff973", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T152254Z:242fbcfb-f1bf-432f-a457-b349bc69e496", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140733Z:5d65a17a-f34e-4ff8-bf40-822ab36ff973", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-7b9b28b3/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T15%3A22%3A23.8348346Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T14%3A07%3A02.9856235Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T15:09:10.0728172Z" + "CreatedOnDate": "2022-10-25T13:53:47.6704204Z" }, "properties": { - "poolId": "0727a99b-f58d-ddd1-29d3-b518f4b346a4", + "poolId": "1d666028-9897-c1b1-adab-fce5e34ea117", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3/capacityPools/sdk-py-tests-pool-1", @@ -2878,10 +2878,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T15:09:11.42749Z", + "createdAt": "2022-10-25T13:53:48.8248917Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T15:09:11.42749Z" + "lastModifiedAt": "2022-10-25T13:53:48.8248917Z" } } }, @@ -2899,14 +2899,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 15:23:04 GMT", + "Date": "Tue, 25 Oct 2022 14:07:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d5af23d-473f-4295-87c9-e76fb3bf7960", + "x-ms-correlation-request-id": "f265524c-85f4-48e7-8e72-ac20874ce4e2", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T152305Z:2d5af23d-473f-4295-87c9-e76fb3bf7960" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140744Z:f265524c-85f4-48e7-8e72-ac20874ce4e2" }, "ResponseBody": null }, @@ -2924,14 +2924,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 15:23:14 GMT", + "Date": "Tue, 25 Oct 2022 14:07:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f152e0e2-381e-4e8c-b005-ad8b874e8274", + "x-ms-correlation-request-id": "986875d8-e90c-4572-b5a4-ceaa94498745", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T152315Z:f152e0e2-381e-4e8c-b005-ad8b874e8274" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140754Z:986875d8-e90c-4572-b5a4-ceaa94498745" }, "ResponseBody": null }, @@ -2949,14 +2949,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 15:23:25 GMT", + "Date": "Tue, 25 Oct 2022 14:08:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0c289ad5-86d9-42d8-91be-76aedd4712dd", + "x-ms-correlation-request-id": "b0db81fe-22a4-4017-b7ec-dc48152c6e0c", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T152325Z:0c289ad5-86d9-42d8-91be-76aedd4712dd" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140804Z:b0db81fe-22a4-4017-b7ec-dc48152c6e0c" }, "ResponseBody": null }, @@ -2974,14 +2974,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 15:23:35 GMT", + "Date": "Tue, 25 Oct 2022 14:08:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "79c5c7b3-8652-4d65-9a33-3b1bca136ee0", + "x-ms-correlation-request-id": "c9eb60cc-04e2-41c5-933c-58873d5f01aa", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T152335Z:79c5c7b3-8652-4d65-9a33-3b1bca136ee0" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140815Z:c9eb60cc-04e2-41c5-933c-58873d5f01aa" }, "ResponseBody": null }, @@ -3000,14 +3000,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:23:46 GMT", + "Date": "Tue, 25 Oct 2022 14:08:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f45e52e9-9517-4569-bc99-cf362d2d147b", + "x-ms-correlation-request-id": "97511857-b944-41cc-b1eb-ca185c2dc070", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T152346Z:f45e52e9-9517-4569-bc99-cf362d2d147b" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140825Z:97511857-b944-41cc-b1eb-ca185c2dc070" }, "ResponseBody": { "error": { @@ -3029,25 +3029,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e561fd2-752b-4ce4-bd81-0615b541b8c3?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69051efe-d44a-4c9b-b57f-25e732bf25d3?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 15:23:47 GMT", + "Date": "Tue, 25 Oct 2022 14:08:26 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e561fd2-752b-4ce4-bd81-0615b541b8c3?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69051efe-d44a-4c9b-b57f-25e732bf25d3?api-version=2022-05-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": "ea555c95-9e5f-4ac0-9efc-814480353bbd", + "x-ms-correlation-request-id": "f79d93bf-ba9e-482c-804e-9e0f3109d073", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T152347Z:ea555c95-9e5f-4ac0-9efc-814480353bbd", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140827Z:f79d93bf-ba9e-482c-804e-9e0f3109d073", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e561fd2-752b-4ce4-bd81-0615b541b8c3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69051efe-d44a-4c9b-b57f-25e732bf25d3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3061,7 +3061,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:23:47 GMT", + "Date": "Tue, 25 Oct 2022 14:08:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3069,17 +3069,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e00578b8-14e8-4fec-afe3-c9aa49f68de7", + "x-ms-correlation-request-id": "94fa90c5-cbc3-4471-b784-cc9c95b2eacc", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T152347Z:e00578b8-14e8-4fec-afe3-c9aa49f68de7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140827Z:94fa90c5-cbc3-4471-b784-cc9c95b2eacc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e561fd2-752b-4ce4-bd81-0615b541b8c3", - "name": "6e561fd2-752b-4ce4-bd81-0615b541b8c3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69051efe-d44a-4c9b-b57f-25e732bf25d3", + "name": "69051efe-d44a-4c9b-b57f-25e732bf25d3", "status": "Succeeded", - "startTime": "2022-10-22T15:23:47.3247436Z", - "endTime": "2022-10-22T15:23:47.4185069Z", + "startTime": "2022-10-25T14:08:26.8852166Z", + "endTime": "2022-10-25T14:08:27.103978Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3" @@ -3087,7 +3087,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e561fd2-752b-4ce4-bd81-0615b541b8c3?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69051efe-d44a-4c9b-b57f-25e732bf25d3?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3101,7 +3101,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:23:47 GMT", + "Date": "Tue, 25 Oct 2022 14:08:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3109,19 +3109,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "59fc3bbf-bb7f-4e7d-bf0d-e12f8daf4402", + "x-ms-correlation-request-id": "bdd72b7f-3090-44e1-a6bb-db49fdf15070", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T152347Z:59fc3bbf-bb7f-4e7d-bf0d-e12f8daf4402", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140827Z:bdd72b7f-3090-44e1-a6bb-db49fdf15070", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9b28b3", "name": "sdk-py-tests-acc-1-7b9b28b3", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T15%3A23%3A47.3251133Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T14%3A08%3A26.8567486Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T15:09:06.6520060Z" + "CreatedOnDate": "2022-10-25T13:53:44.3320483Z" }, "properties": { "encryption": { @@ -3132,10 +3132,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T15:09:07.8295087Z", + "createdAt": "2022-10-25T13:53:45.4567724Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T15:09:07.8295087Z" + "lastModifiedAt": "2022-10-25T13:53:45.4567724Z" } } }, @@ -3154,15 +3154,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:23:48 GMT", + "Date": "Tue, 25 Oct 2022 14:08:27 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": "41d481ff-805a-4216-b161-870f8aa8ff1a", + "x-ms-correlation-request-id": "6152408a-07c0-421f-a016-b6aa8adeb87f", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T152348Z:41d481ff-805a-4216-b161-870f8aa8ff1a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140828Z:6152408a-07c0-421f-a016-b6aa8adeb87f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3186,12 +3186,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/dc3d7502-3998-40f4-ba22-57b7b54eb683?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d6493f8d-0323-4b84-ac2d-3818d196e42b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 15:23:49 GMT", + "Date": "Tue, 25 Oct 2022 14:08:28 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/dc3d7502-3998-40f4-ba22-57b7b54eb683?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/d6493f8d-0323-4b84-ac2d-3818d196e42b?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3200,10 +3200,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7430df27-6878-49dc-8961-7e925d7e20bf", - "x-ms-correlation-request-id": "f777a283-04ce-49fb-9c1a-a396e63507dd", + "x-ms-arm-service-request-id": "9c6a488c-dd82-41e6-a4ef-5ca696c0c1af", + "x-ms-correlation-request-id": "41c5405d-2082-4680-8718-7dfba5a5dcdf", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T152349Z:f777a283-04ce-49fb-9c1a-a396e63507dd" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T140829Z:41c5405d-2082-4680-8718-7dfba5a5dcdf" }, "ResponseBody": null } 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 dd36fb465740..72f21ac0cd73 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 @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/e49d2297-52d8-4c62-94fc-2c02599a1d5c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/1139f91d-cda4-4bec-9b4c-42414411ff20?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13,12 +13,12 @@ "StatusCode": 204, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e49d2297-52d8-4c62-94fc-2c02599a1d5c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/1139f91d-cda4-4bec-9b4c-42414411ff20?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:38 GMT", + "Date": "Tue, 25 Oct 2022 13:37:05 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/e49d2297-52d8-4c62-94fc-2c02599a1d5c?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/1139f91d-cda4-4bec-9b4c-42414411ff20?api-version=2022-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -26,10 +26,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1ce22135-55e5-4e4d-80a6-3ed628f407b5", - "x-ms-correlation-request-id": "8aaa569d-7a01-4225-9a57-14817ddc16fd", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145238Z:7d2dc519-115d-4228-a888-a9086f2c5cb3" + "x-ms-arm-service-request-id": "626d3fbb-2692-4d0b-8b5c-3a42db31fd0f", + "x-ms-correlation-request-id": "ab3e8102-8284-40da-95af-787085e28448", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133706Z:e289324d-e7ef-45fd-a7bd-8d541cc3ba9b" }, "ResponseBody": null }, @@ -50,12 +50,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:38 GMT", + "Date": "Tue, 25 Oct 2022 13:37:06 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.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -144,12 +144,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:38 GMT", + "Date": "Tue, 25 Oct 2022 13:37:06 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.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -205,9 +205,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "623a309d-b93b-4ff1-aae3-2efc1edace5f", + "client-request-id": "c19f9d10-f743-47cb-96e3-6c3a7aa17fec", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -219,14 +219,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "623a309d-b93b-4ff1-aae3-2efc1edace5f", + "client-request-id": "c19f9d10-f743-47cb-96e3-6c3a7aa17fec", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:39 GMT", + "Date": "Tue, 25 Oct 2022 13:37:06 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -234,7 +234,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -269,11 +269,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6988a288-4fdb-4e83-8a37-2b39fc396036?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4a4d98b3-3537-49b2-8ccf-8013edffe432?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:44 GMT", + "Date": "Tue, 25 Oct 2022 13:37:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -283,23 +283,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b2672423-8ab5-45b4-9e2b-43c5e89650bc", - "x-ms-correlation-request-id": "497efcab-f465-4779-9a49-19455bb29e64", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145245Z:497efcab-f465-4779-9a49-19455bb29e64" + "x-ms-arm-service-request-id": "e709926e-3eb4-4017-a77a-7679994f0fce", + "x-ms-correlation-request-id": "3b51629c-89db-4683-bcd2-29dedbb61620", + "x-ms-ratelimit-remaining-subscription-writes": "1186", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133712Z:3b51629c-89db-4683-bcd2-29dedbb61620" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-8a942668", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668", - "etag": "W/\u00224e58a463-2258-4ccd-a5df-6eae4f46f79c\u0022", + "etag": "W/\u0022af9429a0-e775-4d9d-bc00-63eca7d09a88\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:52:40.3748398Z" + "CreatedOnDate": "2022-10-25T13:37:08.2014116Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "805edab4-b2a5-4896-b8c6-665cfde14286", + "resourceGuid": "e30cef40-971f-4b34-b9fd-116c531fba14", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -312,7 +312,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6988a288-4fdb-4e83-8a37-2b39fc396036?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4a4d98b3-3537-49b2-8ccf-8013edffe432?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -326,9 +326,10 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:45 GMT", + "Date": "Tue, 25 Oct 2022 13:37:11 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" @@ -337,10 +338,45 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b074410d-ff2c-4336-8d11-6e14adf72716", - "x-ms-correlation-request-id": "fbd3b65f-800e-4034-9233-86d70b3db686", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145245Z:fbd3b65f-800e-4034-9233-86d70b3db686" + "x-ms-arm-service-request-id": "115b7387-725c-4022-a085-5d06ba5708aa", + "x-ms-correlation-request-id": "24dc1548-8f6e-4fef-82e7-1a7400f399dc", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133712Z:24dc1548-8f6e-4fef-82e7-1a7400f399dc" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4a4d98b3-3537-49b2-8ccf-8013edffe432?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 13:37:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "02bb3ef8-0646-40e1-a68a-d588be917e3f", + "x-ms-correlation-request-id": "e3b4ed39-8604-4047-a0aa-f91c3792b4f0", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133722Z:e3b4ed39-8604-4047-a0aa-f91c3792b4f0" }, "ResponseBody": { "status": "Succeeded" @@ -361,8 +397,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:45 GMT", - "ETag": "W/\u002292f277b4-b57e-417c-b9f1-5f53dc69a147\u0022", + "Date": "Tue, 25 Oct 2022 13:37:23 GMT", + "ETag": "W/\u00223b08c6ae-2a8a-4645-a5c7-a3b8a3faec42\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -373,23 +409,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3beff022-df34-4823-9283-da15b61cf357", - "x-ms-correlation-request-id": "a78bf1cd-b7bc-491b-95fb-f3a2e44212fb", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145245Z:a78bf1cd-b7bc-491b-95fb-f3a2e44212fb" + "x-ms-arm-service-request-id": "7844399b-6871-4af7-b145-0c933f59a458", + "x-ms-correlation-request-id": "717ba6fe-e828-4b4b-a138-9b45b4baea75", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133723Z:717ba6fe-e828-4b4b-a138-9b45b4baea75" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-8a942668", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668", - "etag": "W/\u002292f277b4-b57e-417c-b9f1-5f53dc69a147\u0022", + "etag": "W/\u00223b08c6ae-2a8a-4645-a5c7-a3b8a3faec42\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:52:40.3748398Z" + "CreatedOnDate": "2022-10-25T13:37:08.2014116Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "805edab4-b2a5-4896-b8c6-665cfde14286", + "resourceGuid": "e30cef40-971f-4b34-b9fd-116c531fba14", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -428,11 +464,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/44286825-d0c3-4cb4-be17-21efe60fdc2b?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/60debc8d-c104-495c-95cd-8e22fdfe1b74?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:46 GMT", + "Date": "Tue, 25 Oct 2022 13:37:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -442,15 +478,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3855d45e-912b-471a-ac75-6b01017c553b", - "x-ms-correlation-request-id": "8cf94e2e-e542-472b-8901-db727d68ef91", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145246Z:8cf94e2e-e542-472b-8901-db727d68ef91" + "x-ms-arm-service-request-id": "4130bcc5-2afc-4a8b-8242-04774f2dee42", + "x-ms-correlation-request-id": "8f80890e-8d3f-49a8-b38e-b52d82638055", + "x-ms-ratelimit-remaining-subscription-writes": "1185", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133723Z:8f80890e-8d3f-49a8-b38e-b52d82638055" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default", - "etag": "W/\u002282c77160-5116-4ccc-b9d5-814d48f7ed6d\u0022", + "etag": "W/\u0022449d87d5-5ef2-47e3-82b5-00f732529b95\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -458,7 +494,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002282c77160-5116-4ccc-b9d5-814d48f7ed6d\u0022", + "etag": "W/\u0022449d87d5-5ef2-47e3-82b5-00f732529b95\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -478,7 +514,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/44286825-d0c3-4cb4-be17-21efe60fdc2b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/60debc8d-c104-495c-95cd-8e22fdfe1b74?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -492,7 +528,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:46 GMT", + "Date": "Tue, 25 Oct 2022 13:37:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -503,10 +539,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "256db660-774e-4616-ad64-32189460484a", - "x-ms-correlation-request-id": "82f6206c-ad3c-4395-a5c2-5df49e62a38d", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145246Z:82f6206c-ad3c-4395-a5c2-5df49e62a38d" + "x-ms-arm-service-request-id": "94730231-3aa8-40a5-a2dd-e73abc1e7f64", + "x-ms-correlation-request-id": "e0bdb2df-5fac-44fc-9c33-6976f470f27e", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133724Z:e0bdb2df-5fac-44fc-9c33-6976f470f27e" }, "ResponseBody": { "status": "Succeeded" @@ -527,8 +563,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:46 GMT", - "ETag": "W/\u0022cf675092-cce2-493d-ad74-4e1179fd2d18\u0022", + "Date": "Tue, 25 Oct 2022 13:37:24 GMT", + "ETag": "W/\u0022254148ba-3936-48a6-8964-426a15b84e47\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -539,15 +575,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aea23e99-50b9-4736-aaf2-b0300fca2bda", - "x-ms-correlation-request-id": "0cb73f77-1c5c-488c-b101-686be64060cf", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145247Z:0cb73f77-1c5c-488c-b101-686be64060cf" + "x-ms-arm-service-request-id": "39c95408-611e-44a0-b211-f9968ee9c433", + "x-ms-correlation-request-id": "73fc3f27-25df-4929-a6e7-aff35927e063", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133724Z:73fc3f27-25df-4929-a6e7-aff35927e063" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default", - "etag": "W/\u0022cf675092-cce2-493d-ad74-4e1179fd2d18\u0022", + "etag": "W/\u0022254148ba-3936-48a6-8964-426a15b84e47\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -555,7 +591,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022cf675092-cce2-493d-ad74-4e1179fd2d18\u0022", + "etag": "W/\u0022254148ba-3936-48a6-8964-426a15b84e47\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -591,7 +627,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:46 GMT", + "Date": "Tue, 25 Oct 2022 13:37:24 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -685,12 +721,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:47 GMT", + "Date": "Tue, 25 Oct 2022 13:37:24 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -746,9 +782,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "0af4235f-378c-4e0f-a90e-b47dc099b324", + "client-request-id": "0fc54c3d-c2ac-43fa-8677-eec95abf161e", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -760,14 +796,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "0af4235f-378c-4e0f-a90e-b47dc099b324", + "client-request-id": "0fc54c3d-c2ac-43fa-8677-eec95abf161e", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:47 GMT", + "Date": "Tue, 25 Oct 2022 13:37:24 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -802,30 +838,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b8f2981-4cec-4fd2-9cec-c8fa445f98ac?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fb0e8854-30d3-431c-b438-3a78be09546d?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:50 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A52%3A49.6495248Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:37:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A37%3A27.0773247Z\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": "9d36aeeb-f52b-410c-8ca5-4701ea115f14", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145250Z:9d36aeeb-f52b-410c-8ca5-4701ea115f14", + "x-ms-correlation-request-id": "ad7ea3bc-e431-4cd3-921c-d234a1975c57", + "x-ms-ratelimit-remaining-subscription-writes": "1184", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133728Z:ad7ea3bc-e431-4cd3-921c-d234a1975c57", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668", "name": "sdk-py-tests-acc-1-8a942668", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A52%3A49.6495248Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A37%3A27.0773247Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:52:48.6986805Z" + "CreatedOnDate": "2022-10-25T13:37:25.9837296Z" }, "properties": { "provisioningState": "Creating" @@ -833,15 +869,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:52:49.5519639Z", + "createdAt": "2022-10-25T13:37:26.8286638Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:52:49.5519639Z" + "lastModifiedAt": "2022-10-25T13:37:26.8286638Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b8f2981-4cec-4fd2-9cec-c8fa445f98ac?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fb0e8854-30d3-431c-b438-3a78be09546d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -855,7 +891,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:50 GMT", + "Date": "Tue, 25 Oct 2022 13:37:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -863,17 +899,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "99227601-9a53-4aaf-9268-7f77c304c3cb", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145251Z:99227601-9a53-4aaf-9268-7f77c304c3cb", + "x-ms-correlation-request-id": "0baba625-ec54-4129-aaaa-68c2abdd9d3e", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133728Z:0baba625-ec54-4129-aaaa-68c2abdd9d3e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b8f2981-4cec-4fd2-9cec-c8fa445f98ac", - "name": "4b8f2981-4cec-4fd2-9cec-c8fa445f98ac", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fb0e8854-30d3-431c-b438-3a78be09546d", + "name": "fb0e8854-30d3-431c-b438-3a78be09546d", "status": "Succeeded", - "startTime": "2022-10-22T14:52:49.6558725Z", - "endTime": "2022-10-22T14:52:49.7183623Z", + "startTime": "2022-10-25T13:37:27.076177Z", + "endTime": "2022-10-25T13:37:27.1074115Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668" @@ -895,8 +931,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:51 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A52%3A49.6928334Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:37:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A37%3A27.1054728Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -904,19 +940,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c3fa0693-23b6-4aa0-8084-8a2d464da093", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145251Z:c3fa0693-23b6-4aa0-8084-8a2d464da093", + "x-ms-correlation-request-id": "209e3ceb-cadd-4b18-8a04-431086ada0b1", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133728Z:209e3ceb-cadd-4b18-8a04-431086ada0b1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668", "name": "sdk-py-tests-acc-1-8a942668", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A52%3A49.6928334Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A37%3A27.1054728Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:52:48.6986805Z" + "CreatedOnDate": "2022-10-25T13:37:25.9837296Z" }, "properties": { "activeDirectories": [ @@ -945,10 +981,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:52:49.5519639Z", + "createdAt": "2022-10-25T13:37:26.8286638Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:52:49.5519639Z" + "lastModifiedAt": "2022-10-25T13:37:26.8286638Z" } } }, @@ -974,30 +1010,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1e6008a2-ecc7-44ff-a284-499d85e35042?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c5fea52e-9a0f-46ef-9790-0749111e0a06?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "921", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:54 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A52%3A53.313446Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:37:31 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A37%3A30.562316Z\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": "e42f0801-cef3-47cc-8d16-14ea451a6f68", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145254Z:e42f0801-cef3-47cc-8d16-14ea451a6f68", + "x-ms-correlation-request-id": "12b0bbd6-b2d5-418c-a928-8c96df873e3f", + "x-ms-ratelimit-remaining-subscription-writes": "1183", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133731Z:12b0bbd6-b2d5-418c-a928-8c96df873e3f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A52%3A53.313446Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A37%3A30.562316Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:52:51.9561657Z" + "CreatedOnDate": "2022-10-25T13:37:29.2445868Z" }, "properties": { "serviceLevel": "Premium", @@ -1011,15 +1047,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:52:53.1319305Z", + "createdAt": "2022-10-25T13:37:30.2524284Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:52:53.1319305Z" + "lastModifiedAt": "2022-10-25T13:37:30.2524284Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1e6008a2-ecc7-44ff-a284-499d85e35042?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c5fea52e-9a0f-46ef-9790-0749111e0a06?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1033,7 +1069,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:54 GMT", + "Date": "Tue, 25 Oct 2022 13:37:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1041,17 +1077,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8024b736-c0cc-4d50-85af-626dc4e494de", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145254Z:8024b736-c0cc-4d50-85af-626dc4e494de", + "x-ms-correlation-request-id": "ce93403f-cbce-44f0-9099-86fde455783b", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133731Z:ce93403f-cbce-44f0-9099-86fde455783b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1e6008a2-ecc7-44ff-a284-499d85e35042", - "name": "1e6008a2-ecc7-44ff-a284-499d85e35042", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c5fea52e-9a0f-46ef-9790-0749111e0a06", + "name": "c5fea52e-9a0f-46ef-9790-0749111e0a06", "status": "Succeeded", - "startTime": "2022-10-22T14:52:53.3311574Z", - "endTime": "2022-10-22T14:52:54.2531074Z", + "startTime": "2022-10-25T13:37:30.5660533Z", + "endTime": "2022-10-25T13:37:31.3631404Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1" @@ -1073,8 +1109,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:54 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A52%3A54.252228Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:37:31 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A37%3A31.3570581Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1082,22 +1118,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "920dc08a-2c9f-4713-8972-c2dae9cda2c2", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145255Z:920dc08a-2c9f-4713-8972-c2dae9cda2c2", + "x-ms-correlation-request-id": "80ec16b6-a378-4b56-811b-83b6c8d723d3", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133732Z:80ec16b6-a378-4b56-811b-83b6c8d723d3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A52%3A54.252228Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A37%3A31.3570581Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:52:51.9561657Z" + "CreatedOnDate": "2022-10-25T13:37:29.2445868Z" }, "properties": { - "poolId": "34d07d19-e4a8-aecb-62d0-888ad38a3750", + "poolId": "8b9400b9-5a19-90f5-7514-6197cac32d43", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1110,10 +1146,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:52:53.1319305Z", + "createdAt": "2022-10-25T13:37:30.2524284Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:52:53.1319305Z" + "lastModifiedAt": "2022-10-25T13:37:30.2524284Z" } } }, @@ -1156,30 +1192,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bace7e6c-637b-4fca-8dd9-e2515cb52ce4?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "1585", + "Content-Length": "1583", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:57 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A52%3A56.8814208Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:37:34 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A37%3A34.2791729Z\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": "c87b60dc-1e67-41fd-8ec0-20c09e401855", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145258Z:c87b60dc-1e67-41fd-8ec0-20c09e401855", + "x-ms-correlation-request-id": "43178026-c4c0-4bb3-ad1f-254cd190a947", + "x-ms-ratelimit-remaining-subscription-writes": "1182", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133735Z:43178026-c4c0-4bb3-ad1f-254cd190a947", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668", "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A52%3A56.8814208Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A37%3A34.2791729Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:52:55.3438157Z" + "CreatedOnDate": "2022-10-25T13:37:32.3405569Z" }, "properties": { "serviceLevel": "Premium", @@ -1209,15 +1245,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:52:56.6497437Z", + "createdAt": "2022-10-25T13:37:33.473587Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:52:56.6497437Z" + "lastModifiedAt": "2022-10-25T13:37:33.473587Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bace7e6c-637b-4fca-8dd9-e2515cb52ce4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1231,7 +1267,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:52:58 GMT", + "Date": "Tue, 25 Oct 2022 13:37:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1239,16 +1275,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c775ea7-fe38-46fd-9419-e32a4e02c003", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145258Z:1c775ea7-fe38-46fd-9419-e32a4e02c003", + "x-ms-correlation-request-id": "5ed29c7f-4014-4434-8306-f194a7aa6fa5", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133735Z:5ed29c7f-4014-4434-8306-f194a7aa6fa5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1", - "name": "c9139102-3145-46ea-866c-2ae3011622a1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bace7e6c-637b-4fca-8dd9-e2515cb52ce4", + "name": "bace7e6c-637b-4fca-8dd9-e2515cb52ce4", "status": "Creating", - "startTime": "2022-10-22T14:52:56.8980977Z", + "startTime": "2022-10-25T13:37:34.2858423Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1257,7 +1293,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bace7e6c-637b-4fca-8dd9-e2515cb52ce4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1271,7 +1307,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:53:28 GMT", + "Date": "Tue, 25 Oct 2022 13:38:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1279,16 +1315,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da5e091c-2c21-41d9-81f2-b4f4ceb662bf", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145328Z:da5e091c-2c21-41d9-81f2-b4f4ceb662bf", + "x-ms-correlation-request-id": "61862dfb-b690-42a5-9bec-57f57ddf856b", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133805Z:61862dfb-b690-42a5-9bec-57f57ddf856b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1", - "name": "c9139102-3145-46ea-866c-2ae3011622a1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bace7e6c-637b-4fca-8dd9-e2515cb52ce4", + "name": "bace7e6c-637b-4fca-8dd9-e2515cb52ce4", "status": "Creating", - "startTime": "2022-10-22T14:52:56.8980977Z", + "startTime": "2022-10-25T13:37:34.2858423Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1297,7 +1333,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bace7e6c-637b-4fca-8dd9-e2515cb52ce4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1311,7 +1347,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:53:58 GMT", + "Date": "Tue, 25 Oct 2022 13:38:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1319,16 +1355,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "db81b3fd-d2f0-4ab1-b0db-3b67784c3aca", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145358Z:db81b3fd-d2f0-4ab1-b0db-3b67784c3aca", + "x-ms-correlation-request-id": "d980f254-1394-4912-84fe-8631037cff3e", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133835Z:d980f254-1394-4912-84fe-8631037cff3e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1", - "name": "c9139102-3145-46ea-866c-2ae3011622a1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bace7e6c-637b-4fca-8dd9-e2515cb52ce4", + "name": "bace7e6c-637b-4fca-8dd9-e2515cb52ce4", "status": "Creating", - "startTime": "2022-10-22T14:52:56.8980977Z", + "startTime": "2022-10-25T13:37:34.2858423Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1337,7 +1373,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bace7e6c-637b-4fca-8dd9-e2515cb52ce4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1351,7 +1387,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:54:28 GMT", + "Date": "Tue, 25 Oct 2022 13:39:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1359,16 +1395,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29f4498c-c05d-4db5-9742-31d6033248a1", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145429Z:29f4498c-c05d-4db5-9742-31d6033248a1", + "x-ms-correlation-request-id": "9288136f-f1ae-4696-92bf-6c07a9f92b6f", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133906Z:9288136f-f1ae-4696-92bf-6c07a9f92b6f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1", - "name": "c9139102-3145-46ea-866c-2ae3011622a1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bace7e6c-637b-4fca-8dd9-e2515cb52ce4", + "name": "bace7e6c-637b-4fca-8dd9-e2515cb52ce4", "status": "Creating", - "startTime": "2022-10-22T14:52:56.8980977Z", + "startTime": "2022-10-25T13:37:34.2858423Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1377,7 +1413,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bace7e6c-637b-4fca-8dd9-e2515cb52ce4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1391,7 +1427,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:54:59 GMT", + "Date": "Tue, 25 Oct 2022 13:39:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1399,16 +1435,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bea44e28-fd3a-45f0-b69d-232b1c3d28d7", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145459Z:bea44e28-fd3a-45f0-b69d-232b1c3d28d7", + "x-ms-correlation-request-id": "a9f98906-5495-4acd-8a6d-8a247e3bcd91", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T133936Z:a9f98906-5495-4acd-8a6d-8a247e3bcd91", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1", - "name": "c9139102-3145-46ea-866c-2ae3011622a1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bace7e6c-637b-4fca-8dd9-e2515cb52ce4", + "name": "bace7e6c-637b-4fca-8dd9-e2515cb52ce4", "status": "Creating", - "startTime": "2022-10-22T14:52:56.8980977Z", + "startTime": "2022-10-25T13:37:34.2858423Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1417,7 +1453,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bace7e6c-637b-4fca-8dd9-e2515cb52ce4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1431,7 +1467,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:55:29 GMT", + "Date": "Tue, 25 Oct 2022 13:40:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1439,16 +1475,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "897b77e2-0640-4af2-a7a7-b2dd9998d7b4", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145529Z:897b77e2-0640-4af2-a7a7-b2dd9998d7b4", + "x-ms-correlation-request-id": "15a1503f-0e71-489b-b3b2-9712f9df38ea", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134006Z:15a1503f-0e71-489b-b3b2-9712f9df38ea", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1", - "name": "c9139102-3145-46ea-866c-2ae3011622a1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bace7e6c-637b-4fca-8dd9-e2515cb52ce4", + "name": "bace7e6c-637b-4fca-8dd9-e2515cb52ce4", "status": "Creating", - "startTime": "2022-10-22T14:52:56.8980977Z", + "startTime": "2022-10-25T13:37:34.2858423Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1457,7 +1493,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bace7e6c-637b-4fca-8dd9-e2515cb52ce4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1471,7 +1507,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:56:00 GMT", + "Date": "Tue, 25 Oct 2022 13:40:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1479,16 +1515,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70a3234e-d9a6-4e8b-a559-05032c144457", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145600Z:70a3234e-d9a6-4e8b-a559-05032c144457", + "x-ms-correlation-request-id": "6f045175-216f-445b-b76f-9eec9a0d9878", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134036Z:6f045175-216f-445b-b76f-9eec9a0d9878", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1", - "name": "c9139102-3145-46ea-866c-2ae3011622a1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bace7e6c-637b-4fca-8dd9-e2515cb52ce4", + "name": "bace7e6c-637b-4fca-8dd9-e2515cb52ce4", "status": "Creating", - "startTime": "2022-10-22T14:52:56.8980977Z", + "startTime": "2022-10-25T13:37:34.2858423Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1497,7 +1533,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bace7e6c-637b-4fca-8dd9-e2515cb52ce4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1511,7 +1547,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:56:30 GMT", + "Date": "Tue, 25 Oct 2022 13:41:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1519,16 +1555,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7cf81bba-856f-4361-9339-6fa4fbb12fe2", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145630Z:7cf81bba-856f-4361-9339-6fa4fbb12fe2", + "x-ms-correlation-request-id": "246a41b5-279e-4215-b39c-1cd217f292d4", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134107Z:246a41b5-279e-4215-b39c-1cd217f292d4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1", - "name": "c9139102-3145-46ea-866c-2ae3011622a1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bace7e6c-637b-4fca-8dd9-e2515cb52ce4", + "name": "bace7e6c-637b-4fca-8dd9-e2515cb52ce4", "status": "Creating", - "startTime": "2022-10-22T14:52:56.8980977Z", + "startTime": "2022-10-25T13:37:34.2858423Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1537,7 +1573,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bace7e6c-637b-4fca-8dd9-e2515cb52ce4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1551,7 +1587,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:57:00 GMT", + "Date": "Tue, 25 Oct 2022 13:41:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1559,16 +1595,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5224e5f3-69a1-40fd-958c-bdd00557d53e", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145700Z:5224e5f3-69a1-40fd-958c-bdd00557d53e", + "x-ms-correlation-request-id": "b25d16b9-4df0-4044-95e7-4fda7a88cdc4", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134138Z:b25d16b9-4df0-4044-95e7-4fda7a88cdc4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1", - "name": "c9139102-3145-46ea-866c-2ae3011622a1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bace7e6c-637b-4fca-8dd9-e2515cb52ce4", + "name": "bace7e6c-637b-4fca-8dd9-e2515cb52ce4", "status": "Creating", - "startTime": "2022-10-22T14:52:56.8980977Z", + "startTime": "2022-10-25T13:37:34.2858423Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1577,7 +1613,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bace7e6c-637b-4fca-8dd9-e2515cb52ce4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1591,7 +1627,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:57:30 GMT", + "Date": "Tue, 25 Oct 2022 13:42:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1599,16 +1635,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b63e5ac-a6fe-43f5-b66d-e509bea7a820", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145730Z:2b63e5ac-a6fe-43f5-b66d-e509bea7a820", + "x-ms-correlation-request-id": "8fccef29-d16e-42c0-8a94-537f81483c26", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134208Z:8fccef29-d16e-42c0-8a94-537f81483c26", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1", - "name": "c9139102-3145-46ea-866c-2ae3011622a1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bace7e6c-637b-4fca-8dd9-e2515cb52ce4", + "name": "bace7e6c-637b-4fca-8dd9-e2515cb52ce4", "status": "Creating", - "startTime": "2022-10-22T14:52:56.8980977Z", + "startTime": "2022-10-25T13:37:34.2858423Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1617,7 +1653,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bace7e6c-637b-4fca-8dd9-e2515cb52ce4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1631,7 +1667,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:58:00 GMT", + "Date": "Tue, 25 Oct 2022 13:42:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1639,17 +1675,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5f5dabe-b70d-4bbb-82d6-6f6ae56c9b83", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145801Z:d5f5dabe-b70d-4bbb-82d6-6f6ae56c9b83", + "x-ms-correlation-request-id": "163cf10d-8961-4e36-b0a1-6ed4ab080492", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134238Z:163cf10d-8961-4e36-b0a1-6ed4ab080492", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9139102-3145-46ea-866c-2ae3011622a1", - "name": "c9139102-3145-46ea-866c-2ae3011622a1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bace7e6c-637b-4fca-8dd9-e2515cb52ce4", + "name": "bace7e6c-637b-4fca-8dd9-e2515cb52ce4", "status": "Succeeded", - "startTime": "2022-10-22T14:52:56.8980977Z", - "endTime": "2022-10-22T14:57:31.9793628Z", + "startTime": "2022-10-25T13:37:34.2858423Z", + "endTime": "2022-10-25T13:42:11.7705683Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" @@ -1671,8 +1707,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:58:01 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A57%3A31.9834344Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:42:38 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A42%3A11.7596869Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1680,22 +1716,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d884f84-73cd-4b56-86bd-da12bc976a2a", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145802Z:4d884f84-73cd-4b56-86bd-da12bc976a2a", + "x-ms-correlation-request-id": "95c47b31-bef7-4721-9759-4b9a9404d134", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134239Z:95c47b31-bef7-4721-9759-4b9a9404d134", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668", "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A57%3A31.9834344Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A42%3A11.7596869Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:52:55.3438157Z" + "CreatedOnDate": "2022-10-25T13:37:32.3405569Z" }, "properties": { - "fileSystemId": "d7dcff46-e769-7574-bfdb-726e570c926c", + "fileSystemId": "01fa760d-bf1e-e05b-b8ff-022f2a328108", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-8a942668", "usageThreshold": 107374182400, @@ -1723,7 +1759,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_b92305ca", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_710ee7ea", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1738,8 +1774,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d7dcff46-e769-7574-bfdb-726e570c926c", - "fileSystemId": "d7dcff46-e769-7574-bfdb-726e570c926c", + "mountTargetId": "01fa760d-bf1e-e05b-b8ff-022f2a328108", + "fileSystemId": "01fa760d-bf1e-e05b-b8ff-022f2a328108", "ipAddress": "10.0.0.4" } ], @@ -1759,10 +1795,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:52:56.6497437Z", + "createdAt": "2022-10-25T13:37:33.473587Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:52:56.6497437Z" + "lastModifiedAt": "2022-10-25T13:37:33.473587Z" } } }, @@ -1781,8 +1817,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:58:02 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A57%3A31.9834344Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:42:39 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A42%3A11.7596869Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1790,22 +1826,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed5babb0-2195-4286-b275-a04f402cfaf5", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145802Z:ed5babb0-2195-4286-b275-a04f402cfaf5", + "x-ms-correlation-request-id": "21713a28-dedd-4c35-ab6c-8a4c078c5e4e", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134239Z:21713a28-dedd-4c35-ab6c-8a4c078c5e4e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668", "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A57%3A31.9834344Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A42%3A11.7596869Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:52:55.3438157Z" + "CreatedOnDate": "2022-10-25T13:37:32.3405569Z" }, "properties": { - "fileSystemId": "d7dcff46-e769-7574-bfdb-726e570c926c", + "fileSystemId": "01fa760d-bf1e-e05b-b8ff-022f2a328108", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-8a942668", "usageThreshold": 107374182400, @@ -1833,7 +1869,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_b92305ca", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_710ee7ea", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1848,8 +1884,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d7dcff46-e769-7574-bfdb-726e570c926c", - "fileSystemId": "d7dcff46-e769-7574-bfdb-726e570c926c", + "mountTargetId": "01fa760d-bf1e-e05b-b8ff-022f2a328108", + "fileSystemId": "01fa760d-bf1e-e05b-b8ff-022f2a328108", "ipAddress": "10.0.0.4" } ], @@ -1869,10 +1905,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:52:56.6497437Z", + "createdAt": "2022-10-25T13:37:33.473587Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:52:56.6497437Z" + "lastModifiedAt": "2022-10-25T13:37:33.473587Z" } } }, @@ -1892,20 +1928,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/52ad05ef-68fa-4403-b079-b0de307d54d8?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be3adf7a-2a60-43e1-bf5b-41cc0a196553?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "522", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:58:02 GMT", + "Date": "Tue, 25 Oct 2022 13:42:40 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/52ad05ef-68fa-4403-b079-b0de307d54d8?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be3adf7a-2a60-43e1-bf5b-41cc0a196553?api-version=2022-05-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": "6cb8ee9c-0265-40fd-9ae3-a0f4e28b61ee", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145803Z:6cb8ee9c-0265-40fd-9ae3-a0f4e28b61ee", + "x-ms-correlation-request-id": "04fada8c-7903-4fac-aa3b-5720b50570f3", + "x-ms-ratelimit-remaining-subscription-writes": "1181", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134240Z:04fada8c-7903-4fac-aa3b-5720b50570f3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1919,7 +1955,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/52ad05ef-68fa-4403-b079-b0de307d54d8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be3adf7a-2a60-43e1-bf5b-41cc0a196553?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1933,7 +1969,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:58:03 GMT", + "Date": "Tue, 25 Oct 2022 13:42:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1941,16 +1977,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce226f37-a4c1-4d86-84ae-87fe9e79e5af", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145803Z:ce226f37-a4c1-4d86-84ae-87fe9e79e5af", + "x-ms-correlation-request-id": "49523072-48fa-44f6-b329-b1a46f271ab7", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134240Z:49523072-48fa-44f6-b329-b1a46f271ab7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/52ad05ef-68fa-4403-b079-b0de307d54d8", - "name": "52ad05ef-68fa-4403-b079-b0de307d54d8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be3adf7a-2a60-43e1-bf5b-41cc0a196553", + "name": "be3adf7a-2a60-43e1-bf5b-41cc0a196553", "status": "Creating", - "startTime": "2022-10-22T14:58:03.2845483Z", + "startTime": "2022-10-25T13:42:40.3590071Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1959,7 +1995,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/52ad05ef-68fa-4403-b079-b0de307d54d8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be3adf7a-2a60-43e1-bf5b-41cc0a196553?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1973,7 +2009,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:58:33 GMT", + "Date": "Tue, 25 Oct 2022 13:43:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1981,17 +2017,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4c6d07b-2661-47c4-b908-2369538f2566", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145833Z:c4c6d07b-2661-47c4-b908-2369538f2566", + "x-ms-correlation-request-id": "f2cedd69-f13a-465d-93bc-c499997ca1dc", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134311Z:f2cedd69-f13a-465d-93bc-c499997ca1dc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/52ad05ef-68fa-4403-b079-b0de307d54d8", - "name": "52ad05ef-68fa-4403-b079-b0de307d54d8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be3adf7a-2a60-43e1-bf5b-41cc0a196553", + "name": "be3adf7a-2a60-43e1-bf5b-41cc0a196553", "status": "Succeeded", - "startTime": "2022-10-22T14:58:03.2845483Z", - "endTime": "2022-10-22T14:58:10.2821861Z", + "startTime": "2022-10-25T13:42:40.3590071Z", + "endTime": "2022-10-25T13:42:48.0628197Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1" @@ -1999,7 +2035,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/52ad05ef-68fa-4403-b079-b0de307d54d8?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be3adf7a-2a60-43e1-bf5b-41cc0a196553?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2013,27 +2049,27 @@ "Cache-Control": "no-cache", "Content-Length": "639", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:58:33 GMT", + "Date": "Tue, 25 Oct 2022 13:43: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": "ac9c3ffb-61cc-482b-8a19-30c97a15b7bb", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145834Z:ac9c3ffb-61cc-482b-8a19-30c97a15b7bb", + "x-ms-correlation-request-id": "a080cc7e-67eb-41b0-82ea-c04f04438311", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134311Z:a080cc7e-67eb-41b0-82ea-c04f04438311", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1", "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668/sdk-py-tests-snapshot-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "etag": "10/22/2022 2:58:10 PM", + "etag": "10/25/2022 1:42:48 PM", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "snapshotId": "2e5ecce8-ee28-e8b5-1f11-2e73ea5922c9", - "created": "2022-10-22T14:58:04Z" + "snapshotId": "4a8b8b47-3bc4-dee8-f74e-e69f544b0d9d", + "created": "2022-10-25T13:42:41Z" } } }, @@ -2052,8 +2088,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:58:33 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A57%3A31.9834344Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:43:10 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A42%3A11.7596869Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2061,22 +2097,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65e78445-3fc3-4807-b8dc-2477da470d87", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145834Z:65e78445-3fc3-4807-b8dc-2477da470d87", + "x-ms-correlation-request-id": "21b46482-e5f1-49cc-b7dd-28385971fe88", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134311Z:21b46482-e5f1-49cc-b7dd-28385971fe88", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668", "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A57%3A31.9834344Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A42%3A11.7596869Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:52:55.3438157Z" + "CreatedOnDate": "2022-10-25T13:37:32.3405569Z" }, "properties": { - "fileSystemId": "d7dcff46-e769-7574-bfdb-726e570c926c", + "fileSystemId": "01fa760d-bf1e-e05b-b8ff-022f2a328108", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-8a942668", "usageThreshold": 107374182400, @@ -2104,7 +2140,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_b92305ca", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_710ee7ea", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2119,8 +2155,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d7dcff46-e769-7574-bfdb-726e570c926c", - "fileSystemId": "d7dcff46-e769-7574-bfdb-726e570c926c", + "mountTargetId": "01fa760d-bf1e-e05b-b8ff-022f2a328108", + "fileSystemId": "01fa760d-bf1e-e05b-b8ff-022f2a328108", "ipAddress": "10.0.0.4" } ], @@ -2140,10 +2176,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:52:56.6497437Z", + "createdAt": "2022-10-25T13:37:33.473587Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:52:56.6497437Z" + "lastModifiedAt": "2022-10-25T13:37:33.473587Z" } } }, @@ -2163,20 +2199,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6a48bf26-4881-403f-b284-ebf7d1d80d27?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/24a078c5-ca2c-478a-be6f-b34027f50e50?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "522", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:58:35 GMT", + "Date": "Tue, 25 Oct 2022 13:43:11 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6a48bf26-4881-403f-b284-ebf7d1d80d27?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/24a078c5-ca2c-478a-be6f-b34027f50e50?api-version=2022-05-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": "40c81a8f-3ccc-4fb1-b411-6f1640d418d0", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145835Z:40c81a8f-3ccc-4fb1-b411-6f1640d418d0", + "x-ms-correlation-request-id": "2abd9dfe-6c7e-4832-847a-a743799bff00", + "x-ms-ratelimit-remaining-subscription-writes": "1180", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134312Z:2abd9dfe-6c7e-4832-847a-a743799bff00", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2190,7 +2226,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6a48bf26-4881-403f-b284-ebf7d1d80d27?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/24a078c5-ca2c-478a-be6f-b34027f50e50?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2204,7 +2240,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:58:35 GMT", + "Date": "Tue, 25 Oct 2022 13:43:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2212,16 +2248,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23ff0c31-3590-4896-82f3-9bed203f733d", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145835Z:23ff0c31-3590-4896-82f3-9bed203f733d", + "x-ms-correlation-request-id": "716ceaef-7795-4024-8ccc-29317c9b4521", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134312Z:716ceaef-7795-4024-8ccc-29317c9b4521", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6a48bf26-4881-403f-b284-ebf7d1d80d27", - "name": "6a48bf26-4881-403f-b284-ebf7d1d80d27", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/24a078c5-ca2c-478a-be6f-b34027f50e50", + "name": "24a078c5-ca2c-478a-be6f-b34027f50e50", "status": "Creating", - "startTime": "2022-10-22T14:58:35.0016293Z", + "startTime": "2022-10-25T13:43:12.155055Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2230,7 +2266,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6a48bf26-4881-403f-b284-ebf7d1d80d27?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/24a078c5-ca2c-478a-be6f-b34027f50e50?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2244,7 +2280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:59:05 GMT", + "Date": "Tue, 25 Oct 2022 13:43:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2252,17 +2288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ce0a7fd-c002-49ce-a7cb-9c058b6039b9", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145905Z:5ce0a7fd-c002-49ce-a7cb-9c058b6039b9", + "x-ms-correlation-request-id": "b4579cae-26f2-4e70-a583-a097efefabb8", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134342Z:b4579cae-26f2-4e70-a583-a097efefabb8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6a48bf26-4881-403f-b284-ebf7d1d80d27", - "name": "6a48bf26-4881-403f-b284-ebf7d1d80d27", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/24a078c5-ca2c-478a-be6f-b34027f50e50", + "name": "24a078c5-ca2c-478a-be6f-b34027f50e50", "status": "Succeeded", - "startTime": "2022-10-22T14:58:35.0016293Z", - "endTime": "2022-10-22T14:58:40.8215371Z", + "startTime": "2022-10-25T13:43:12.155055Z", + "endTime": "2022-10-25T13:43:17.8248212Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2" @@ -2270,7 +2306,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6a48bf26-4881-403f-b284-ebf7d1d80d27?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/24a078c5-ca2c-478a-be6f-b34027f50e50?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2284,27 +2320,27 @@ "Cache-Control": "no-cache", "Content-Length": "639", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:59:05 GMT", + "Date": "Tue, 25 Oct 2022 13:43:43 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": "1b08a044-16aa-4c1b-9d7f-610f7496bda2", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145906Z:1b08a044-16aa-4c1b-9d7f-610f7496bda2", + "x-ms-correlation-request-id": "fe3d357d-8631-4cd0-8fe1-fd12e75ba6e6", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134343Z:fe3d357d-8631-4cd0-8fe1-fd12e75ba6e6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2", "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668/sdk-py-tests-snapshot-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "etag": "10/22/2022 2:58:40 PM", + "etag": "10/25/2022 1:43:17 PM", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "snapshotId": "6df3c51d-720b-bd62-d0f0-698b62337cab", - "created": "2022-10-22T14:58:35Z" + "snapshotId": "2b658c8e-0656-cdb8-2569-53c92cfbb73a", + "created": "2022-10-25T13:43:12Z" } } }, @@ -2323,7 +2359,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:59:06 GMT", + "Date": "Tue, 25 Oct 2022 13:43:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2331,9 +2367,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38ebac4e-fa08-469a-b9f8-4aaeb4ecb00f", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145907Z:38ebac4e-fa08-469a-b9f8-4aaeb4ecb00f", + "x-ms-correlation-request-id": "a7138361-3d1b-4fb4-bd87-2af67332597c", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134344Z:a7138361-3d1b-4fb4-bd87-2af67332597c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2345,8 +2381,8 @@ "location": "westus2", "properties": { "provisioningState": "Succeeded", - "snapshotId": "2e5ecce8-ee28-e8b5-1f11-2e73ea5922c9", - "created": "2022-10-22T14:58:04Z" + "snapshotId": "4a8b8b47-3bc4-dee8-f74e-e69f544b0d9d", + "created": "2022-10-25T13:42:41Z" } }, { @@ -2356,8 +2392,8 @@ "location": "westus2", "properties": { "provisioningState": "Succeeded", - "snapshotId": "6df3c51d-720b-bd62-d0f0-698b62337cab", - "created": "2022-10-22T14:58:35Z" + "snapshotId": "2b658c8e-0656-cdb8-2569-53c92cfbb73a", + "created": "2022-10-25T13:43:12Z" } } ] @@ -2376,25 +2412,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50eaaf84-ce46-4cb2-a7aa-31ab6308c200?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67f3e15d-5658-48c0-a097-0f722559893b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:59:07 GMT", + "Date": "Tue, 25 Oct 2022 13:43:44 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50eaaf84-ce46-4cb2-a7aa-31ab6308c200?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67f3e15d-5658-48c0-a097-0f722559893b?api-version=2022-05-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": "cfadc599-efa6-4bf0-b846-c5773c11afcc", - "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145907Z:cfadc599-efa6-4bf0-b846-c5773c11afcc", + "x-ms-correlation-request-id": "f20d8939-d236-4d32-a227-a8c966b24e3e", + "x-ms-ratelimit-remaining-subscription-deletes": "14949", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134344Z:f20d8939-d236-4d32-a227-a8c966b24e3e", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50eaaf84-ce46-4cb2-a7aa-31ab6308c200?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67f3e15d-5658-48c0-a097-0f722559893b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2408,7 +2444,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:59:07 GMT", + "Date": "Tue, 25 Oct 2022 13:43:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2416,16 +2452,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "abccd41a-c094-47e1-8fc2-a3974b3e8e95", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145907Z:abccd41a-c094-47e1-8fc2-a3974b3e8e95", + "x-ms-correlation-request-id": "0be5e89d-34b7-4050-a9f3-f832d075018f", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134344Z:0be5e89d-34b7-4050-a9f3-f832d075018f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50eaaf84-ce46-4cb2-a7aa-31ab6308c200", - "name": "50eaaf84-ce46-4cb2-a7aa-31ab6308c200", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67f3e15d-5658-48c0-a097-0f722559893b", + "name": "67f3e15d-5658-48c0-a097-0f722559893b", "status": "Deleting", - "startTime": "2022-10-22T14:59:07.367899Z", + "startTime": "2022-10-25T13:43:44.5672698Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2434,7 +2470,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50eaaf84-ce46-4cb2-a7aa-31ab6308c200?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67f3e15d-5658-48c0-a097-0f722559893b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2448,7 +2484,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:59:37 GMT", + "Date": "Tue, 25 Oct 2022 13:44:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2456,17 +2492,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6e5c8a8c-1597-4186-bc8a-6be0504c642d", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145938Z:6e5c8a8c-1597-4186-bc8a-6be0504c642d", + "x-ms-correlation-request-id": "7e259e56-c60d-4d29-a873-f258ce0e302e", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134415Z:7e259e56-c60d-4d29-a873-f258ce0e302e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50eaaf84-ce46-4cb2-a7aa-31ab6308c200", - "name": "50eaaf84-ce46-4cb2-a7aa-31ab6308c200", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67f3e15d-5658-48c0-a097-0f722559893b", + "name": "67f3e15d-5658-48c0-a097-0f722559893b", "status": "Succeeded", - "startTime": "2022-10-22T14:59:07.367899Z", - "endTime": "2022-10-22T14:59:12.9934559Z", + "startTime": "2022-10-25T13:43:44.5672698Z", + "endTime": "2022-10-25T13:43:50.0883005Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-1" @@ -2474,7 +2510,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50eaaf84-ce46-4cb2-a7aa-31ab6308c200?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67f3e15d-5658-48c0-a097-0f722559893b?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2488,7 +2524,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:59:38 GMT", + "Date": "Tue, 25 Oct 2022 13:44:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2496,9 +2532,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "de8ce6a2-d097-41de-bfc8-56e63b949f99", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145938Z:de8ce6a2-d097-41de-bfc8-56e63b949f99", + "x-ms-correlation-request-id": "ec802caa-bb33-4909-b726-523ae105d3f1", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134415Z:ec802caa-bb33-4909-b726-523ae105d3f1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2523,15 +2559,15 @@ "Cache-Control": "no-cache", "Content-Length": "326", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:59:58 GMT", + "Date": "Tue, 25 Oct 2022 13:44: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": "39682e10-53f5-49da-af0c-2f47067f1d0d", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T145959Z:39682e10-53f5-49da-af0c-2f47067f1d0d", + "x-ms-correlation-request-id": "ba4a2788-41c4-44f1-b2ed-9801aa1ce1b8", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134436Z:ba4a2788-41c4-44f1-b2ed-9801aa1ce1b8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2554,25 +2590,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b011a51c-1c2e-4897-9a42-642056e99c8d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f1d1248-2dd1-488a-8539-e9df59a7efa1?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:59:59 GMT", + "Date": "Tue, 25 Oct 2022 13:44:36 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b011a51c-1c2e-4897-9a42-642056e99c8d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f1d1248-2dd1-488a-8539-e9df59a7efa1?api-version=2022-05-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": "90a142bd-e4ad-4ae5-98cb-8e1ccfdebc96", - "x-ms-ratelimit-remaining-subscription-deletes": "14991", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150000Z:90a142bd-e4ad-4ae5-98cb-8e1ccfdebc96", + "x-ms-correlation-request-id": "d9e1b6ec-20b2-4887-b809-97e73a44cc11", + "x-ms-ratelimit-remaining-subscription-deletes": "14948", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134436Z:d9e1b6ec-20b2-4887-b809-97e73a44cc11", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b011a51c-1c2e-4897-9a42-642056e99c8d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f1d1248-2dd1-488a-8539-e9df59a7efa1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2586,7 +2622,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:59:59 GMT", + "Date": "Tue, 25 Oct 2022 13:44:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2594,16 +2630,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "62569f70-e5a7-43b3-924f-fa6e85c7a782", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150000Z:62569f70-e5a7-43b3-924f-fa6e85c7a782", + "x-ms-correlation-request-id": "b3c303b8-7651-45a4-b56f-d20798655a61", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134437Z:b3c303b8-7651-45a4-b56f-d20798655a61", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b011a51c-1c2e-4897-9a42-642056e99c8d", - "name": "b011a51c-1c2e-4897-9a42-642056e99c8d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f1d1248-2dd1-488a-8539-e9df59a7efa1", + "name": "3f1d1248-2dd1-488a-8539-e9df59a7efa1", "status": "Deleting", - "startTime": "2022-10-22T14:59:59.8988455Z", + "startTime": "2022-10-25T13:44:36.8646359Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2612,7 +2648,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b011a51c-1c2e-4897-9a42-642056e99c8d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f1d1248-2dd1-488a-8539-e9df59a7efa1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2626,7 +2662,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:00:30 GMT", + "Date": "Tue, 25 Oct 2022 13:45:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2634,17 +2670,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ffebaeb0-def7-4d3f-81cb-265835c96f5b", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150030Z:ffebaeb0-def7-4d3f-81cb-265835c96f5b", + "x-ms-correlation-request-id": "48b6e568-7160-4897-80cc-313aa64687d2", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134507Z:48b6e568-7160-4897-80cc-313aa64687d2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b011a51c-1c2e-4897-9a42-642056e99c8d", - "name": "b011a51c-1c2e-4897-9a42-642056e99c8d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f1d1248-2dd1-488a-8539-e9df59a7efa1", + "name": "3f1d1248-2dd1-488a-8539-e9df59a7efa1", "status": "Succeeded", - "startTime": "2022-10-22T14:59:59.8988455Z", - "endTime": "2022-10-22T15:00:02.4494182Z", + "startTime": "2022-10-25T13:44:36.8646359Z", + "endTime": "2022-10-25T13:44:43.6776459Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668/snapshots/sdk-py-tests-snapshot-2" @@ -2652,7 +2688,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b011a51c-1c2e-4897-9a42-642056e99c8d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3f1d1248-2dd1-488a-8539-e9df59a7efa1?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2666,7 +2702,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:00:30 GMT", + "Date": "Tue, 25 Oct 2022 13:45:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2674,9 +2710,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f8fc83fd-d67d-4cc9-8eee-7c95807b2668", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150030Z:f8fc83fd-d67d-4cc9-8eee-7c95807b2668", + "x-ms-correlation-request-id": "266f17e5-05d9-45b7-97d4-2c0e2e1ddc29", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134507Z:266f17e5-05d9-45b7-97d4-2c0e2e1ddc29", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2701,15 +2737,15 @@ "Cache-Control": "no-cache", "Content-Length": "326", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:00:50 GMT", + "Date": "Tue, 25 Oct 2022 13: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": "ced81d46-55ec-419e-8c1a-dc95970ad5bb", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150051Z:ced81d46-55ec-419e-8c1a-dc95970ad5bb", + "x-ms-correlation-request-id": "46756b68-81e1-401c-a647-4e9f1fde85af", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134529Z:46756b68-81e1-401c-a647-4e9f1fde85af", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2732,25 +2768,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e50b84de-0182-4f0e-9224-ce69872845e9?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 15:00:51 GMT", + "Date": "Tue, 25 Oct 2022 13:45:28 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e50b84de-0182-4f0e-9224-ce69872845e9?api-version=2022-05-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": "53ea966d-56b2-4754-ac2e-5be4c60615df", - "x-ms-ratelimit-remaining-subscription-deletes": "14990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150052Z:53ea966d-56b2-4754-ac2e-5be4c60615df", + "x-ms-correlation-request-id": "07f7fbe1-6ace-4232-a54c-d65a9572c788", + "x-ms-ratelimit-remaining-subscription-deletes": "14947", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134529Z:07f7fbe1-6ace-4232-a54c-d65a9572c788", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e50b84de-0182-4f0e-9224-ce69872845e9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2764,7 +2800,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:00:51 GMT", + "Date": "Tue, 25 Oct 2022 13:45:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2772,16 +2808,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c35351d6-4b5b-4137-baa8-390426c14f4c", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150052Z:c35351d6-4b5b-4137-baa8-390426c14f4c", + "x-ms-correlation-request-id": "c81ba2b8-832e-4c64-b83c-58cab2b31d0c", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134530Z:c81ba2b8-832e-4c64-b83c-58cab2b31d0c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7", - "name": "cd8f9b47-2d5e-4783-9e77-129cf3434cc7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e50b84de-0182-4f0e-9224-ce69872845e9", + "name": "e50b84de-0182-4f0e-9224-ce69872845e9", "status": "Deleting", - "startTime": "2022-10-22T15:00:51.9615062Z", + "startTime": "2022-10-25T13:45:29.8357107Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2790,7 +2826,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e50b84de-0182-4f0e-9224-ce69872845e9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2804,7 +2840,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:01:22 GMT", + "Date": "Tue, 25 Oct 2022 13:46:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2812,16 +2848,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b46a8af6-71ff-44c0-94f8-c7ca4cee4b5f", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150122Z:b46a8af6-71ff-44c0-94f8-c7ca4cee4b5f", + "x-ms-correlation-request-id": "3a259e66-77b4-4a77-8275-cac63218555a", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134600Z:3a259e66-77b4-4a77-8275-cac63218555a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7", - "name": "cd8f9b47-2d5e-4783-9e77-129cf3434cc7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e50b84de-0182-4f0e-9224-ce69872845e9", + "name": "e50b84de-0182-4f0e-9224-ce69872845e9", "status": "Deleting", - "startTime": "2022-10-22T15:00:51.9615062Z", + "startTime": "2022-10-25T13:45:29.8357107Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2830,7 +2866,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e50b84de-0182-4f0e-9224-ce69872845e9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2844,7 +2880,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:01:53 GMT", + "Date": "Tue, 25 Oct 2022 13:46:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2852,16 +2888,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af9abb10-5c99-4090-91b9-29bb4d536a57", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150153Z:af9abb10-5c99-4090-91b9-29bb4d536a57", + "x-ms-correlation-request-id": "a23bfe63-2e58-4fb7-8fd9-c1c962c66569", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134631Z:a23bfe63-2e58-4fb7-8fd9-c1c962c66569", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7", - "name": "cd8f9b47-2d5e-4783-9e77-129cf3434cc7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e50b84de-0182-4f0e-9224-ce69872845e9", + "name": "e50b84de-0182-4f0e-9224-ce69872845e9", "status": "Deleting", - "startTime": "2022-10-22T15:00:51.9615062Z", + "startTime": "2022-10-25T13:45:29.8357107Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2870,7 +2906,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e50b84de-0182-4f0e-9224-ce69872845e9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2884,7 +2920,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:02:22 GMT", + "Date": "Tue, 25 Oct 2022 13:47:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2892,16 +2928,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8109c33b-2dfb-48da-80c3-b66a7d5f313a", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150223Z:8109c33b-2dfb-48da-80c3-b66a7d5f313a", + "x-ms-correlation-request-id": "5bc9e3b0-d4c1-4991-a947-4a399acd63b4", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134701Z:5bc9e3b0-d4c1-4991-a947-4a399acd63b4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7", - "name": "cd8f9b47-2d5e-4783-9e77-129cf3434cc7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e50b84de-0182-4f0e-9224-ce69872845e9", + "name": "e50b84de-0182-4f0e-9224-ce69872845e9", "status": "Deleting", - "startTime": "2022-10-22T15:00:51.9615062Z", + "startTime": "2022-10-25T13:45:29.8357107Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2910,7 +2946,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e50b84de-0182-4f0e-9224-ce69872845e9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2924,7 +2960,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:02:53 GMT", + "Date": "Tue, 25 Oct 2022 13:47:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2932,16 +2968,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ee7024c-d873-432d-b5ab-c7e2ff71f757", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150253Z:1ee7024c-d873-432d-b5ab-c7e2ff71f757", + "x-ms-correlation-request-id": "ca5457e8-31b5-4645-b757-4c1e9d82cdf1", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134732Z:ca5457e8-31b5-4645-b757-4c1e9d82cdf1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7", - "name": "cd8f9b47-2d5e-4783-9e77-129cf3434cc7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e50b84de-0182-4f0e-9224-ce69872845e9", + "name": "e50b84de-0182-4f0e-9224-ce69872845e9", "status": "Deleting", - "startTime": "2022-10-22T15:00:51.9615062Z", + "startTime": "2022-10-25T13:45:29.8357107Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2950,7 +2986,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e50b84de-0182-4f0e-9224-ce69872845e9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2964,7 +3000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:03:23 GMT", + "Date": "Tue, 25 Oct 2022 13:48:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2972,16 +3008,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fbac79a9-5956-411d-bf86-9daa302a1053", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150323Z:fbac79a9-5956-411d-bf86-9daa302a1053", + "x-ms-correlation-request-id": "d8d82da1-4fd9-4325-8f17-cf0001bb863c", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134802Z:d8d82da1-4fd9-4325-8f17-cf0001bb863c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7", - "name": "cd8f9b47-2d5e-4783-9e77-129cf3434cc7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e50b84de-0182-4f0e-9224-ce69872845e9", + "name": "e50b84de-0182-4f0e-9224-ce69872845e9", "status": "Deleting", - "startTime": "2022-10-22T15:00:51.9615062Z", + "startTime": "2022-10-25T13:45:29.8357107Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2990,7 +3026,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e50b84de-0182-4f0e-9224-ce69872845e9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3004,7 +3040,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:03:54 GMT", + "Date": "Tue, 25 Oct 2022 13:48:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3012,17 +3048,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8592f89b-136d-4d50-a8f0-cf6104cad7e7", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150354Z:8592f89b-136d-4d50-a8f0-cf6104cad7e7", + "x-ms-correlation-request-id": "a2f23d9b-c593-4723-b3e4-7f171224c5ac", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134832Z:a2f23d9b-c593-4723-b3e4-7f171224c5ac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7", - "name": "cd8f9b47-2d5e-4783-9e77-129cf3434cc7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e50b84de-0182-4f0e-9224-ce69872845e9", + "name": "e50b84de-0182-4f0e-9224-ce69872845e9", "status": "Succeeded", - "startTime": "2022-10-22T15:00:51.9615062Z", - "endTime": "2022-10-22T15:03:32.6969655Z", + "startTime": "2022-10-25T13:45:29.8357107Z", + "endTime": "2022-10-25T13:48:15.6645719Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668" @@ -3030,7 +3066,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd8f9b47-2d5e-4783-9e77-129cf3434cc7?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e50b84de-0182-4f0e-9224-ce69872845e9?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3044,7 +3080,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:03:54 GMT", + "Date": "Tue, 25 Oct 2022 13:48:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3052,22 +3088,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ac832806-a792-42ba-9501-0f9e42dcccc7", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150355Z:ac832806-a792-42ba-9501-0f9e42dcccc7", + "x-ms-correlation-request-id": "3dbd357c-aa99-4e16-8082-13bf7e376a24", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T134832Z:3dbd357c-aa99-4e16-8082-13bf7e376a24", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668", "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8a942668", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T15%3A03%3A23.1263459Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A48%3A06.3148635Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:52:55.3438157Z" + "CreatedOnDate": "2022-10-25T13:37:32.3405569Z" }, "properties": { - "fileSystemId": "d7dcff46-e769-7574-bfdb-726e570c926c", + "fileSystemId": "01fa760d-bf1e-e05b-b8ff-022f2a328108", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-8a942668", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -3098,19 +3134,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_b92305ca", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_710ee7ea", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8a942668/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8a942668", - "poolId": "34d07d19-e4a8-aecb-62d0-888ad38a3750", + "poolId": "8b9400b9-5a19-90f5-7514-6197cac32d43", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "d7dcff46-e769-7574-bfdb-726e570c926c", - "fileSystemId": "d7dcff46-e769-7574-bfdb-726e570c926c", + "mountTargetId": "01fa760d-bf1e-e05b-b8ff-022f2a328108", + "fileSystemId": "01fa760d-bf1e-e05b-b8ff-022f2a328108", "startIp": "", "endIp": "", "gateway": "", @@ -3142,10 +3178,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:52:56.6497437Z", + "createdAt": "2022-10-25T13:37:33.473587Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:52:56.6497437Z" + "lastModifiedAt": "2022-10-25T13:37:33.473587Z" } } }, @@ -3164,14 +3200,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:07:16 GMT", + "Date": "Tue, 25 Oct 2022 13:51:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "21d23c89-ace6-406f-8bae-0eb18409faf8", + "x-ms-correlation-request-id": "53afa85a-fac1-49f0-9e7a-f270b82c6a92", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150717Z:21d23c89-ace6-406f-8bae-0eb18409faf8" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135155Z:53afa85a-fac1-49f0-9e7a-f270b82c6a92" }, "ResponseBody": { "error": { @@ -3193,25 +3229,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce5ab6d2-9672-45d7-860c-4d2463835b74?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e8412d2-d814-4c08-ad64-770912a19a3a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 15:07:31 GMT", + "Date": "Tue, 25 Oct 2022 13:52:08 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce5ab6d2-9672-45d7-860c-4d2463835b74?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e8412d2-d814-4c08-ad64-770912a19a3a?api-version=2022-05-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": "4fa12318-4963-4b47-b5b4-9d808b98dacc", + "x-ms-correlation-request-id": "dc0fef56-4522-4ecf-8af5-f32e131f1cd7", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150731Z:4fa12318-4963-4b47-b5b4-9d808b98dacc", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135208Z:dc0fef56-4522-4ecf-8af5-f32e131f1cd7", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce5ab6d2-9672-45d7-860c-4d2463835b74?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e8412d2-d814-4c08-ad64-770912a19a3a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3225,7 +3261,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:07:31 GMT", + "Date": "Tue, 25 Oct 2022 13:52:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3233,16 +3269,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5fc7b782-692e-41d2-9df3-30a411ed6456", + "x-ms-correlation-request-id": "f7730f6f-5871-4330-86b2-4c9e2aee1012", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150731Z:5fc7b782-692e-41d2-9df3-30a411ed6456", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135208Z:f7730f6f-5871-4330-86b2-4c9e2aee1012", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce5ab6d2-9672-45d7-860c-4d2463835b74", - "name": "ce5ab6d2-9672-45d7-860c-4d2463835b74", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e8412d2-d814-4c08-ad64-770912a19a3a", + "name": "3e8412d2-d814-4c08-ad64-770912a19a3a", "status": "Deleting", - "startTime": "2022-10-22T15:07:31.2670696Z", + "startTime": "2022-10-25T13:52:08.5024076Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3251,7 +3287,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce5ab6d2-9672-45d7-860c-4d2463835b74?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e8412d2-d814-4c08-ad64-770912a19a3a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3265,7 +3301,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:08:01 GMT", + "Date": "Tue, 25 Oct 2022 13:52:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3273,17 +3309,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c6823ab6-61e1-4028-b44c-e8966f8e6ed8", + "x-ms-correlation-request-id": "011ea0b4-8d2d-40c6-83a6-a5f27cad78e7", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150801Z:c6823ab6-61e1-4028-b44c-e8966f8e6ed8", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135239Z:011ea0b4-8d2d-40c6-83a6-a5f27cad78e7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce5ab6d2-9672-45d7-860c-4d2463835b74", - "name": "ce5ab6d2-9672-45d7-860c-4d2463835b74", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e8412d2-d814-4c08-ad64-770912a19a3a", + "name": "3e8412d2-d814-4c08-ad64-770912a19a3a", "status": "Succeeded", - "startTime": "2022-10-22T15:07:31.2670696Z", - "endTime": "2022-10-22T15:07:32.3452586Z", + "startTime": "2022-10-25T13:52:08.5024076Z", + "endTime": "2022-10-25T13:52:09.955905Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1" @@ -3291,7 +3327,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ce5ab6d2-9672-45d7-860c-4d2463835b74?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3e8412d2-d814-4c08-ad64-770912a19a3a?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3305,7 +3341,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:08:01 GMT", + "Date": "Tue, 25 Oct 2022 13:52:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3313,22 +3349,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "49b87518-6066-459c-acf8-598f8fe72eac", + "x-ms-correlation-request-id": "39f27f4d-91cf-4395-8e9f-9fcf24a8b326", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150802Z:49b87518-6066-459c-acf8-598f8fe72eac", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135239Z:39f27f4d-91cf-4395-8e9f-9fcf24a8b326", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8a942668/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T15%3A07%3A31.2654619Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A52%3A08.5057515Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:52:51.9561657Z" + "CreatedOnDate": "2022-10-25T13:37:29.2445868Z" }, "properties": { - "poolId": "34d07d19-e4a8-aecb-62d0-888ad38a3750", + "poolId": "8b9400b9-5a19-90f5-7514-6197cac32d43", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668/capacityPools/sdk-py-tests-pool-1", @@ -3342,10 +3378,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:52:53.1319305Z", + "createdAt": "2022-10-25T13:37:30.2524284Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:52:53.1319305Z" + "lastModifiedAt": "2022-10-25T13:37:30.2524284Z" } } }, @@ -3363,14 +3399,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 15:08:12 GMT", + "Date": "Tue, 25 Oct 2022 13:52:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e45fd49d-1cf9-432a-8670-82086b8e93ff", + "x-ms-correlation-request-id": "25f4520d-55a8-41a8-b466-c7ac77c7e4df", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150812Z:e45fd49d-1cf9-432a-8670-82086b8e93ff" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135249Z:25f4520d-55a8-41a8-b466-c7ac77c7e4df" }, "ResponseBody": null }, @@ -3388,14 +3424,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 15:08:22 GMT", + "Date": "Tue, 25 Oct 2022 13:52:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6cc51cfd-d03d-47d1-a9f6-4a4d91199764", + "x-ms-correlation-request-id": "c18b116b-ee9d-4d6d-a10b-30e20c837f5c", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150822Z:6cc51cfd-d03d-47d1-a9f6-4a4d91199764" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135300Z:c18b116b-ee9d-4d6d-a10b-30e20c837f5c" }, "ResponseBody": null }, @@ -3413,14 +3449,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 15:08:32 GMT", + "Date": "Tue, 25 Oct 2022 13:53:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "46ed1ecf-4333-49ee-a746-b15472242f38", + "x-ms-correlation-request-id": "99be082d-157d-436c-83d4-9e6e2387941a", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150832Z:46ed1ecf-4333-49ee-a746-b15472242f38" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135310Z:99be082d-157d-436c-83d4-9e6e2387941a" }, "ResponseBody": null }, @@ -3438,14 +3474,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 15:08:43 GMT", + "Date": "Tue, 25 Oct 2022 13:53:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c860c62-cc29-4246-9d67-ce7e53d34211", + "x-ms-correlation-request-id": "8279b079-84f3-44ea-afda-07e0e44d113f", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150843Z:5c860c62-cc29-4246-9d67-ce7e53d34211" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135320Z:8279b079-84f3-44ea-afda-07e0e44d113f" }, "ResponseBody": null }, @@ -3464,14 +3500,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:08:53 GMT", + "Date": "Tue, 25 Oct 2022 13:53:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "63e5dd1a-9061-498c-b16d-c5d651c21662", + "x-ms-correlation-request-id": "ff3f5765-a56e-44c5-8c03-69dcc70001a5", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150853Z:63e5dd1a-9061-498c-b16d-c5d651c21662" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135330Z:ff3f5765-a56e-44c5-8c03-69dcc70001a5" }, "ResponseBody": { "error": { @@ -3493,25 +3529,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b613ee49-47c3-4c59-a960-903a480e969b?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63e77701-ac8c-48b3-8a7f-e12e0c76c001?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 15:08:54 GMT", + "Date": "Tue, 25 Oct 2022 13:53:32 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b613ee49-47c3-4c59-a960-903a480e969b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63e77701-ac8c-48b3-8a7f-e12e0c76c001?api-version=2022-05-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": "00fb52f7-2756-4ea3-92f6-0d927851531b", + "x-ms-correlation-request-id": "3b4ac430-2dff-4c17-a6e8-3b058f817c61", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150854Z:00fb52f7-2756-4ea3-92f6-0d927851531b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135332Z:3b4ac430-2dff-4c17-a6e8-3b058f817c61", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b613ee49-47c3-4c59-a960-903a480e969b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63e77701-ac8c-48b3-8a7f-e12e0c76c001?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3525,7 +3561,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:08:55 GMT", + "Date": "Tue, 25 Oct 2022 13:53:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3533,17 +3569,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "92103dda-98a6-4a40-98b0-354ee2971353", + "x-ms-correlation-request-id": "261187b3-f6e3-413b-a7a3-5ca028bbb390", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150855Z:92103dda-98a6-4a40-98b0-354ee2971353", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135332Z:261187b3-f6e3-413b-a7a3-5ca028bbb390", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b613ee49-47c3-4c59-a960-903a480e969b", - "name": "b613ee49-47c3-4c59-a960-903a480e969b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63e77701-ac8c-48b3-8a7f-e12e0c76c001", + "name": "63e77701-ac8c-48b3-8a7f-e12e0c76c001", "status": "Succeeded", - "startTime": "2022-10-22T15:08:54.8637Z", - "endTime": "2022-10-22T15:08:54.9731255Z", + "startTime": "2022-10-25T13:53:32.1853747Z", + "endTime": "2022-10-25T13:53:32.3103342Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668" @@ -3551,7 +3587,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b613ee49-47c3-4c59-a960-903a480e969b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63e77701-ac8c-48b3-8a7f-e12e0c76c001?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3565,7 +3601,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:08:55 GMT", + "Date": "Tue, 25 Oct 2022 13:53:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3573,19 +3609,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec51637a-4ebd-495d-92ba-c602cb0b8db0", + "x-ms-correlation-request-id": "7e6d159a-d0e6-4eb4-900f-add523870c7d", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150855Z:ec51637a-4ebd-495d-92ba-c602cb0b8db0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135332Z:7e6d159a-d0e6-4eb4-900f-add523870c7d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8a942668", "name": "sdk-py-tests-acc-1-8a942668", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T15%3A08%3A54.8726732Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A53%3A32.1762119Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:52:48.6986805Z" + "CreatedOnDate": "2022-10-25T13:37:25.9837296Z" }, "properties": { "encryption": { @@ -3596,10 +3632,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:52:49.5519639Z", + "createdAt": "2022-10-25T13:37:26.8286638Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:52:49.5519639Z" + "lastModifiedAt": "2022-10-25T13:37:26.8286638Z" } } }, @@ -3618,15 +3654,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 15:08:55 GMT", + "Date": "Tue, 25 Oct 2022 13:53: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": "f44d4e92-8a16-46c2-9343-c1b5a71fecb6", + "x-ms-correlation-request-id": "6fe437d9-2031-49ca-b361-598b9f8d3a3d", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150855Z:f44d4e92-8a16-46c2-9343-c1b5a71fecb6", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135333Z:6fe437d9-2031-49ca-b361-598b9f8d3a3d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3650,12 +3686,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/51f9e889-fb5e-46b2-8052-8f1586c83b7e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/9c8ef7b1-61f9-4192-98a7-681b58b8f870?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 15:08:56 GMT", + "Date": "Tue, 25 Oct 2022 13:53:33 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/51f9e889-fb5e-46b2-8052-8f1586c83b7e?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/9c8ef7b1-61f9-4192-98a7-681b58b8f870?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3664,10 +3700,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "07bbf9c0-f6a1-4c5d-8064-fb9b2f2e1b03", - "x-ms-correlation-request-id": "5c1a91d9-34b2-4307-8462-79e82144bbdb", + "x-ms-arm-service-request-id": "1b592977-6f92-4bf2-912a-1fdcf6359310", + "x-ms-correlation-request-id": "3624b877-7edd-4150-acdf-a5b219aa6300", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T150856Z:5c1a91d9-34b2-4307-8462-79e82144bbdb" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T135333Z:3624b877-7edd-4150-acdf-a5b219aa6300" }, "ResponseBody": null } 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 b22f94b91446..4bafb71ada43 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:10:26 GMT", + "Date": "Tue, 25 Oct 2022 13:06:33 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.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:10:26 GMT", + "Date": "Tue, 25 Oct 2022 13:06:33 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.13845.10 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "58e36f73-3532-440d-989c-ce05a7c7fec7", + "client-request-id": "5553567f-a99e-4a12-99be-a2729b2cb7f3", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "58e36f73-3532-440d-989c-ce05a7c7fec7", + "client-request-id": "5553567f-a99e-4a12-99be-a2729b2cb7f3", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:10:27 GMT", + "Date": "Tue, 25 Oct 2022 13:06:33 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8211a63c-806a-49f9-99e3-018de291bfd8?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/fc64557e-3081-451d-a510-5dd89038dc9a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:10:31 GMT", + "Date": "Tue, 25 Oct 2022 13:06:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d561ba63-61b1-434b-9ae8-fe7cfc83b4db", - "x-ms-correlation-request-id": "c77ecb05-2c4c-478b-8acf-9c7a6bfb5936", + "x-ms-arm-service-request-id": "82cccf17-1711-4530-9177-f7fe2bc8f3bd", + "x-ms-correlation-request-id": "ed2be7b3-fd6b-441d-9d93-323ba261f060", "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141032Z:c77ecb05-2c4c-478b-8acf-9c7a6bfb5936" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130639Z:ed2be7b3-fd6b-441d-9d93-323ba261f060" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-8676340d", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d", - "etag": "W/\u00220b08948e-923f-4ec7-91ee-5f2226b3517f\u0022", + "etag": "W/\u00220b33871e-e894-42d1-a561-bc263e2cd4de\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:10:28.4525917Z" + "CreatedOnDate": "2022-10-25T13:06:35.8369026Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "cd5633de-83cb-4f40-8b5e-db379d8409c9", + "resourceGuid": "928c7d9e-9fda-4e9f-8d17-c32253fa1c99", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8211a63c-806a-49f9-99e3-018de291bfd8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/fc64557e-3081-451d-a510-5dd89038dc9a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,9 +293,10 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:10:32 GMT", + "Date": "Tue, 25 Oct 2022 13:06:38 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" @@ -304,10 +305,45 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "21342cbf-22ef-43ad-a500-275d00f02add", - "x-ms-correlation-request-id": "2cdf0e93-0935-43d0-93bd-dbf4d52b9a77", + "x-ms-arm-service-request-id": "b758050b-2010-4a4f-b606-e6baa9249303", + "x-ms-correlation-request-id": "6facdb1d-039d-4675-b829-e394f71e377a", "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141032Z:2cdf0e93-0935-43d0-93bd-dbf4d52b9a77" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130639Z:6facdb1d-039d-4675-b829-e394f71e377a" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/fc64557e-3081-451d-a510-5dd89038dc9a?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 13:06:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "92d59b59-058d-49c7-a2a4-43372be951d4", + "x-ms-correlation-request-id": "f95e76a8-9b95-4c17-89d1-c878db220a66", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130649Z:f95e76a8-9b95-4c17-89d1-c878db220a66" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +364,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:10:32 GMT", - "ETag": "W/\u002238547e5d-7a3b-471d-8746-ace3db8ce1bb\u0022", + "Date": "Tue, 25 Oct 2022 13:06:49 GMT", + "ETag": "W/\u0022ae223f45-4427-4376-90ad-b1b27a7ef9d1\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +376,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d857c22d-9fd0-4b8f-84fa-74359cbb5f65", - "x-ms-correlation-request-id": "9df59c81-5e07-4a0b-86b9-8a16f71ee70c", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141033Z:9df59c81-5e07-4a0b-86b9-8a16f71ee70c" + "x-ms-arm-service-request-id": "b5ba48f8-5da7-44b6-a3b2-db0a0a1b55cb", + "x-ms-correlation-request-id": "79cb4e62-6df8-40f2-816f-8f9788ab5a1a", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130650Z:79cb4e62-6df8-40f2-816f-8f9788ab5a1a" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-8676340d", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d", - "etag": "W/\u002238547e5d-7a3b-471d-8746-ace3db8ce1bb\u0022", + "etag": "W/\u0022ae223f45-4427-4376-90ad-b1b27a7ef9d1\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:10:28.4525917Z" + "CreatedOnDate": "2022-10-25T13:06:35.8369026Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "cd5633de-83cb-4f40-8b5e-db379d8409c9", + "resourceGuid": "928c7d9e-9fda-4e9f-8d17-c32253fa1c99", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +431,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0037d7c2-60e1-4fc8-acb0-93afe8a406b2?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6cc82e76-8751-4094-b002-4ded3abf0017?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:10:33 GMT", + "Date": "Tue, 25 Oct 2022 13:06:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +445,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c18f7f2b-2254-4bf4-8ee2-7ee25a7bed71", - "x-ms-correlation-request-id": "c7ad5ee3-b89c-4d22-bc43-fac4ca0c751a", + "x-ms-arm-service-request-id": "d90b9a72-8d58-4295-bc8b-3b9c76204646", + "x-ms-correlation-request-id": "6e2bc822-7f0a-4aa1-8f94-11e63248dbec", "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141033Z:c7ad5ee3-b89c-4d22-bc43-fac4ca0c751a" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130650Z:6e2bc822-7f0a-4aa1-8f94-11e63248dbec" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default", - "etag": "W/\u002275d5851e-6705-4cbb-b1b3-c4e25edb55cf\u0022", + "etag": "W/\u00226f165018-33de-4bef-8a80-58ff54b06954\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +461,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002275d5851e-6705-4cbb-b1b3-c4e25edb55cf\u0022", + "etag": "W/\u00226f165018-33de-4bef-8a80-58ff54b06954\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +481,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0037d7c2-60e1-4fc8-acb0-93afe8a406b2?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6cc82e76-8751-4094-b002-4ded3abf0017?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +495,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:10:33 GMT", + "Date": "Tue, 25 Oct 2022 13:06:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +506,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "80b561e4-43e8-4dce-afb9-6758152dda8b", - "x-ms-correlation-request-id": "b5d121ef-08cf-457d-b0dc-2b01a4c24480", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141033Z:b5d121ef-08cf-457d-b0dc-2b01a4c24480" + "x-ms-arm-service-request-id": "497911c7-b920-4042-b3ac-2ae60f82e44f", + "x-ms-correlation-request-id": "1bd446c0-b6c9-43ef-a46f-cad3ddab81eb", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130651Z:1bd446c0-b6c9-43ef-a46f-cad3ddab81eb" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +530,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:10:33 GMT", - "ETag": "W/\u00223cd3f7e6-93a1-4fea-9ddf-474d14298b6b\u0022", + "Date": "Tue, 25 Oct 2022 13:06:50 GMT", + "ETag": "W/\u0022dd90a09f-cc56-4bb7-a527-a12f5ab6a261\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +542,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a2501b27-9650-46b4-8da4-d3bb7927ed4c", - "x-ms-correlation-request-id": "5857540c-e0bd-426f-82c6-ac3681502d95", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141034Z:5857540c-e0bd-426f-82c6-ac3681502d95" + "x-ms-arm-service-request-id": "55d71da1-0a4e-4112-bf4a-bcd038132c11", + "x-ms-correlation-request-id": "894ad06c-b9bb-431f-a603-9e5f32a12ec3", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130651Z:894ad06c-b9bb-431f-a603-9e5f32a12ec3" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default", - "etag": "W/\u00223cd3f7e6-93a1-4fea-9ddf-474d14298b6b\u0022", + "etag": "W/\u0022dd90a09f-cc56-4bb7-a527-a12f5ab6a261\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +558,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00223cd3f7e6-93a1-4fea-9ddf-474d14298b6b\u0022", + "etag": "W/\u0022dd90a09f-cc56-4bb7-a527-a12f5ab6a261\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -558,7 +594,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:10:34 GMT", + "Date": "Tue, 25 Oct 2022 13:06:50 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -652,12 +688,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:10:34 GMT", + "Date": "Tue, 25 Oct 2022 13:06: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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -713,9 +749,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "e346d850-bedb-455a-8cd2-7a09daed62eb", + "client-request-id": "7aa90829-d052-4440-9b4f-a6dbd2a438e9", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -727,14 +763,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "e346d850-bedb-455a-8cd2-7a09daed62eb", + "client-request-id": "7aa90829-d052-4440-9b4f-a6dbd2a438e9", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:10:34 GMT", + "Date": "Tue, 25 Oct 2022 13:06:50 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -742,7 +778,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -769,30 +805,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/58401eec-671d-4feb-aa83-ef0b543629fd?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5619256e-6398-4851-90a1-38a2766af8ba?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:10:37 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A10%3A36.8697771Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:06:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A06%3A53.9836198Z\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": "fbcf06e6-cf53-46c4-b3cc-417dd27fc330", + "x-ms-correlation-request-id": "8e8cce67-5a04-4f41-87f9-60b934edd095", "x-ms-ratelimit-remaining-subscription-writes": "1187", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141038Z:fbcf06e6-cf53-46c4-b3cc-417dd27fc330", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130655Z:8e8cce67-5a04-4f41-87f9-60b934edd095", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d", "name": "sdk-py-tests-acc-1-8676340d", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A10%3A36.8697771Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A06%3A53.9836198Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:10:35.8199668Z" + "CreatedOnDate": "2022-10-25T13:06:53.0104062Z" }, "properties": { "provisioningState": "Creating" @@ -800,15 +836,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:10:36.6923623Z", + "createdAt": "2022-10-25T13:06:53.8295569Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:10:36.6923623Z" + "lastModifiedAt": "2022-10-25T13:06:53.8295569Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/58401eec-671d-4feb-aa83-ef0b543629fd?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5619256e-6398-4851-90a1-38a2766af8ba?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -822,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:10:37 GMT", + "Date": "Tue, 25 Oct 2022 13:06:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -830,17 +866,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cb442959-25c6-44ee-ba26-c3162d110c9d", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141038Z:cb442959-25c6-44ee-ba26-c3162d110c9d", + "x-ms-correlation-request-id": "11727fbf-b5f8-42c8-a86c-77b216cb7edf", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130655Z:11727fbf-b5f8-42c8-a86c-77b216cb7edf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/58401eec-671d-4feb-aa83-ef0b543629fd", - "name": "58401eec-671d-4feb-aa83-ef0b543629fd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5619256e-6398-4851-90a1-38a2766af8ba", + "name": "5619256e-6398-4851-90a1-38a2766af8ba", "status": "Succeeded", - "startTime": "2022-10-22T14:10:36.8613895Z", - "endTime": "2022-10-22T14:10:36.9082695Z", + "startTime": "2022-10-25T13:06:53.9865263Z", + "endTime": "2022-10-25T13:06:54.0490281Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d" @@ -862,8 +898,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:10:38 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A10%3A36.9135524Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:06:55 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A06%3A54.04938Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,19 +907,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "55f7f99b-9abb-448f-84c1-1b05dd8d30cd", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141039Z:55f7f99b-9abb-448f-84c1-1b05dd8d30cd", + "x-ms-correlation-request-id": "ff9c16be-9125-4526-a6fc-c6b09f7852c8", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130655Z:ff9c16be-9125-4526-a6fc-c6b09f7852c8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d", "name": "sdk-py-tests-acc-1-8676340d", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A10%3A36.9135524Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A06%3A54.04938Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:10:35.8199668Z" + "CreatedOnDate": "2022-10-25T13:06:53.0104062Z" }, "properties": { "activeDirectories": [ @@ -912,10 +948,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:10:36.6923623Z", + "createdAt": "2022-10-25T13:06:53.8295569Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:10:36.6923623Z" + "lastModifiedAt": "2022-10-25T13:06:53.8295569Z" } } }, @@ -941,30 +977,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/babe6f53-bb51-48a0-9780-3c6f664bc323?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5de5b47e-a068-40e3-bfe9-9abfb264df6a?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "922", + "Content-Length": "921", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:10:41 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A10%3A40.5836205Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:06:57 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A06%3A57.489593Z\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": "8e9c2ea5-7c5d-4d59-a735-45fd3db24b18", + "x-ms-correlation-request-id": "51ed9af6-f26e-426c-b4d9-0b107d7086a6", "x-ms-ratelimit-remaining-subscription-writes": "1186", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141041Z:8e9c2ea5-7c5d-4d59-a735-45fd3db24b18", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130658Z:51ed9af6-f26e-426c-b4d9-0b107d7086a6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A10%3A40.5836205Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A06%3A57.489593Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:10:39.3188676Z" + "CreatedOnDate": "2022-10-25T13:06:56.2705828Z" }, "properties": { "serviceLevel": "Premium", @@ -978,15 +1014,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:10:40.3504842Z", + "createdAt": "2022-10-25T13:06:57.2530025Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:10:40.3504842Z" + "lastModifiedAt": "2022-10-25T13:06:57.2530025Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/babe6f53-bb51-48a0-9780-3c6f664bc323?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5de5b47e-a068-40e3-bfe9-9abfb264df6a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1000,7 +1036,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:10:41 GMT", + "Date": "Tue, 25 Oct 2022 13:06:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1008,17 +1044,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a214b18-712a-409e-8553-a35e0c119e61", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141041Z:9a214b18-712a-409e-8553-a35e0c119e61", + "x-ms-correlation-request-id": "04da62c1-ea12-4589-ad42-1feb96a6dfbb", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130658Z:04da62c1-ea12-4589-ad42-1feb96a6dfbb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/babe6f53-bb51-48a0-9780-3c6f664bc323", - "name": "babe6f53-bb51-48a0-9780-3c6f664bc323", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5de5b47e-a068-40e3-bfe9-9abfb264df6a", + "name": "5de5b47e-a068-40e3-bfe9-9abfb264df6a", "status": "Succeeded", - "startTime": "2022-10-22T14:10:40.582057Z", - "endTime": "2022-10-22T14:10:41.7117672Z", + "startTime": "2022-10-25T13:06:57.4865083Z", + "endTime": "2022-10-25T13:06:58.2677085Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1" @@ -1040,8 +1076,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:10:41 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A10%3A41.7028144Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:06:59 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A06%3A58.2579889Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1049,22 +1085,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d55363e3-b83a-486f-9d70-1f1f4fc446cb", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141042Z:d55363e3-b83a-486f-9d70-1f1f4fc446cb", + "x-ms-correlation-request-id": "ee74837e-0bb7-41f2-a541-bf39d1949422", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130659Z:ee74837e-0bb7-41f2-a541-bf39d1949422", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A10%3A41.7028144Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A06%3A58.2579889Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:10:39.3188676Z" + "CreatedOnDate": "2022-10-25T13:06:56.2705828Z" }, "properties": { - "poolId": "8e7061df-21a6-d492-130f-d81c2aff0181", + "poolId": "a5456ccd-9fde-ec32-948a-cbe5294cd20a", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1077,10 +1113,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:10:40.3504842Z", + "createdAt": "2022-10-25T13:06:57.2530025Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:10:40.3504842Z" + "lastModifiedAt": "2022-10-25T13:06:57.2530025Z" } } }, @@ -1123,30 +1159,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/74e70251-5db2-45a8-b027-4dc2e897adc4?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:10:44 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A10%3A43.9276785Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:07:01 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A07%3A00.7267219Z\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": "ee95f4dc-a6b5-4553-a043-fd46000b4197", + "x-ms-correlation-request-id": "cadd1e93-5f6f-4ad7-a2c5-cb087de17f48", "x-ms-ratelimit-remaining-subscription-writes": "1185", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141044Z:ee95f4dc-a6b5-4553-a043-fd46000b4197", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130701Z:cadd1e93-5f6f-4ad7-a2c5-cb087de17f48", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8676340d", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A10%3A43.9276785Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A07%3A00.7267219Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:10:42.5853451Z" + "CreatedOnDate": "2022-10-25T13:06:59.4384138Z" }, "properties": { "serviceLevel": "Premium", @@ -1176,15 +1212,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:10:43.6036068Z", + "createdAt": "2022-10-25T13:07:00.4613855Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:10:43.6036068Z" + "lastModifiedAt": "2022-10-25T13:07:00.4613855Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/74e70251-5db2-45a8-b027-4dc2e897adc4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1198,7 +1234,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:10:44 GMT", + "Date": "Tue, 25 Oct 2022 13:07:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1206,16 +1242,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "56ee2136-33a6-415f-bf23-c0c8e59910ad", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141045Z:56ee2136-33a6-415f-bf23-c0c8e59910ad", + "x-ms-correlation-request-id": "bea01c00-5209-48dc-b9fa-5b92d35dcf73", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130701Z:bea01c00-5209-48dc-b9fa-5b92d35dcf73", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4", - "name": "cf359f0e-1e48-437c-8945-7242fff6e1b4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/74e70251-5db2-45a8-b027-4dc2e897adc4", + "name": "74e70251-5db2-45a8-b027-4dc2e897adc4", "status": "Creating", - "startTime": "2022-10-22T14:10:43.9306796Z", + "startTime": "2022-10-25T13:07:00.7364397Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1224,7 +1260,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/74e70251-5db2-45a8-b027-4dc2e897adc4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1238,7 +1274,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:11:15 GMT", + "Date": "Tue, 25 Oct 2022 13:07:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1246,16 +1282,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df8d0aa7-812a-4814-b2ec-46455b380010", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141115Z:df8d0aa7-812a-4814-b2ec-46455b380010", + "x-ms-correlation-request-id": "d4e1d74d-7fd9-4681-aea7-8f0b2bc88655", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130732Z:d4e1d74d-7fd9-4681-aea7-8f0b2bc88655", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4", - "name": "cf359f0e-1e48-437c-8945-7242fff6e1b4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/74e70251-5db2-45a8-b027-4dc2e897adc4", + "name": "74e70251-5db2-45a8-b027-4dc2e897adc4", "status": "Creating", - "startTime": "2022-10-22T14:10:43.9306796Z", + "startTime": "2022-10-25T13:07:00.7364397Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1264,7 +1300,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/74e70251-5db2-45a8-b027-4dc2e897adc4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1278,7 +1314,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:11:44 GMT", + "Date": "Tue, 25 Oct 2022 13:08:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1286,16 +1322,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a48519dd-2599-4238-8789-b0c8e5f4c326", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141145Z:a48519dd-2599-4238-8789-b0c8e5f4c326", + "x-ms-correlation-request-id": "3df2190f-d6e0-4c19-a25e-e279825bd602", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130802Z:3df2190f-d6e0-4c19-a25e-e279825bd602", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4", - "name": "cf359f0e-1e48-437c-8945-7242fff6e1b4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/74e70251-5db2-45a8-b027-4dc2e897adc4", + "name": "74e70251-5db2-45a8-b027-4dc2e897adc4", "status": "Creating", - "startTime": "2022-10-22T14:10:43.9306796Z", + "startTime": "2022-10-25T13:07:00.7364397Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1304,7 +1340,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/74e70251-5db2-45a8-b027-4dc2e897adc4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1318,7 +1354,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:12:15 GMT", + "Date": "Tue, 25 Oct 2022 13:08:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1326,16 +1362,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a7bfae42-4bd8-4a1b-b94a-f7ecfe2985fd", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141215Z:a7bfae42-4bd8-4a1b-b94a-f7ecfe2985fd", + "x-ms-correlation-request-id": "58f74e76-c216-4d85-9db0-0d9054cdecb8", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130832Z:58f74e76-c216-4d85-9db0-0d9054cdecb8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4", - "name": "cf359f0e-1e48-437c-8945-7242fff6e1b4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/74e70251-5db2-45a8-b027-4dc2e897adc4", + "name": "74e70251-5db2-45a8-b027-4dc2e897adc4", "status": "Creating", - "startTime": "2022-10-22T14:10:43.9306796Z", + "startTime": "2022-10-25T13:07:00.7364397Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1344,7 +1380,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/74e70251-5db2-45a8-b027-4dc2e897adc4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1358,7 +1394,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:12:45 GMT", + "Date": "Tue, 25 Oct 2022 13:09:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1366,16 +1402,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "072711e5-850a-46ab-a0e9-f712d2836b94", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141246Z:072711e5-850a-46ab-a0e9-f712d2836b94", + "x-ms-correlation-request-id": "efabc057-6886-441e-aa05-a411322a5559", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130902Z:efabc057-6886-441e-aa05-a411322a5559", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4", - "name": "cf359f0e-1e48-437c-8945-7242fff6e1b4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/74e70251-5db2-45a8-b027-4dc2e897adc4", + "name": "74e70251-5db2-45a8-b027-4dc2e897adc4", "status": "Creating", - "startTime": "2022-10-22T14:10:43.9306796Z", + "startTime": "2022-10-25T13:07:00.7364397Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1384,7 +1420,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/74e70251-5db2-45a8-b027-4dc2e897adc4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1398,7 +1434,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:13:15 GMT", + "Date": "Tue, 25 Oct 2022 13:09:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1406,16 +1442,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fc62bb97-7da3-43ec-97f3-f7cf130cce24", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141316Z:fc62bb97-7da3-43ec-97f3-f7cf130cce24", + "x-ms-correlation-request-id": "915cde3f-dceb-4e21-8ad1-edd185be09ab", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130933Z:915cde3f-dceb-4e21-8ad1-edd185be09ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4", - "name": "cf359f0e-1e48-437c-8945-7242fff6e1b4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/74e70251-5db2-45a8-b027-4dc2e897adc4", + "name": "74e70251-5db2-45a8-b027-4dc2e897adc4", "status": "Creating", - "startTime": "2022-10-22T14:10:43.9306796Z", + "startTime": "2022-10-25T13:07:00.7364397Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1424,7 +1460,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/74e70251-5db2-45a8-b027-4dc2e897adc4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1438,7 +1474,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:13:45 GMT", + "Date": "Tue, 25 Oct 2022 13:10:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,16 +1482,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aa3a0d9f-4a7d-48f6-a989-4f2080614be6", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141346Z:aa3a0d9f-4a7d-48f6-a989-4f2080614be6", + "x-ms-correlation-request-id": "fc190d9d-cf01-4088-b8b7-585548eb6d32", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131003Z:fc190d9d-cf01-4088-b8b7-585548eb6d32", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4", - "name": "cf359f0e-1e48-437c-8945-7242fff6e1b4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/74e70251-5db2-45a8-b027-4dc2e897adc4", + "name": "74e70251-5db2-45a8-b027-4dc2e897adc4", "status": "Creating", - "startTime": "2022-10-22T14:10:43.9306796Z", + "startTime": "2022-10-25T13:07:00.7364397Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1464,7 +1500,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/74e70251-5db2-45a8-b027-4dc2e897adc4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1478,7 +1514,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:14:16 GMT", + "Date": "Tue, 25 Oct 2022 13:10:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1486,16 +1522,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "173500a0-d980-4515-8f79-f250e809a5ac", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141416Z:173500a0-d980-4515-8f79-f250e809a5ac", + "x-ms-correlation-request-id": "ebc21597-0104-4a74-8f37-fd064d36a4ae", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131033Z:ebc21597-0104-4a74-8f37-fd064d36a4ae", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4", - "name": "cf359f0e-1e48-437c-8945-7242fff6e1b4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/74e70251-5db2-45a8-b027-4dc2e897adc4", + "name": "74e70251-5db2-45a8-b027-4dc2e897adc4", "status": "Creating", - "startTime": "2022-10-22T14:10:43.9306796Z", + "startTime": "2022-10-25T13:07:00.7364397Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1504,7 +1540,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/74e70251-5db2-45a8-b027-4dc2e897adc4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1518,7 +1554,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:14:46 GMT", + "Date": "Tue, 25 Oct 2022 13:11:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1526,16 +1562,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c13aca31-e53e-44be-a1ef-81594b911ffa", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141447Z:c13aca31-e53e-44be-a1ef-81594b911ffa", + "x-ms-correlation-request-id": "51f6a9c7-0aa0-4f24-af3e-2624ed089ea4", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131103Z:51f6a9c7-0aa0-4f24-af3e-2624ed089ea4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4", - "name": "cf359f0e-1e48-437c-8945-7242fff6e1b4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/74e70251-5db2-45a8-b027-4dc2e897adc4", + "name": "74e70251-5db2-45a8-b027-4dc2e897adc4", "status": "Creating", - "startTime": "2022-10-22T14:10:43.9306796Z", + "startTime": "2022-10-25T13:07:00.7364397Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1544,7 +1580,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/74e70251-5db2-45a8-b027-4dc2e897adc4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1558,7 +1594,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:15:17 GMT", + "Date": "Tue, 25 Oct 2022 13:11:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1566,16 +1602,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65b60222-841e-46dc-b6a6-ba4fefde98b6", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141517Z:65b60222-841e-46dc-b6a6-ba4fefde98b6", + "x-ms-correlation-request-id": "621e752b-50fb-499a-9a36-309a3e73940f", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131134Z:621e752b-50fb-499a-9a36-309a3e73940f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4", - "name": "cf359f0e-1e48-437c-8945-7242fff6e1b4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/74e70251-5db2-45a8-b027-4dc2e897adc4", + "name": "74e70251-5db2-45a8-b027-4dc2e897adc4", "status": "Creating", - "startTime": "2022-10-22T14:10:43.9306796Z", + "startTime": "2022-10-25T13:07:00.7364397Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1584,7 +1620,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/74e70251-5db2-45a8-b027-4dc2e897adc4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1598,7 +1634,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:15:46 GMT", + "Date": "Tue, 25 Oct 2022 13:12:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1606,17 +1642,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0de95127-2ccd-4ad9-ab0c-e8410d2472a7", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141547Z:0de95127-2ccd-4ad9-ab0c-e8410d2472a7", + "x-ms-correlation-request-id": "1c2e509f-0292-42ac-aede-b2b0e5adcf27", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131205Z:1c2e509f-0292-42ac-aede-b2b0e5adcf27", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf359f0e-1e48-437c-8945-7242fff6e1b4", - "name": "cf359f0e-1e48-437c-8945-7242fff6e1b4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/74e70251-5db2-45a8-b027-4dc2e897adc4", + "name": "74e70251-5db2-45a8-b027-4dc2e897adc4", "status": "Succeeded", - "startTime": "2022-10-22T14:10:43.9306796Z", - "endTime": "2022-10-22T14:15:17.8962051Z", + "startTime": "2022-10-25T13:07:00.7364397Z", + "endTime": "2022-10-25T13:11:45.4813436Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" @@ -1638,8 +1674,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:15:48 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A15%3A17.8939378Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:12:05 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A11%3A45.4725705Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1647,22 +1683,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e8ba996-f629-4c5a-aba3-bfeecd7fa62c", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141548Z:7e8ba996-f629-4c5a-aba3-bfeecd7fa62c", + "x-ms-correlation-request-id": "65b9ac82-bc7b-4531-9ada-de64f44e7168", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131205Z:65b9ac82-bc7b-4531-9ada-de64f44e7168", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8676340d", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A15%3A17.8939378Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A11%3A45.4725705Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:10:42.5853451Z" + "CreatedOnDate": "2022-10-25T13:06:59.4384138Z" }, "properties": { - "fileSystemId": "307fab13-a9a6-2f02-ef2b-527f0692f51b", + "fileSystemId": "e72e3c23-e309-e586-fe5d-52027b84c89a", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-8676340d", "usageThreshold": 107374182400, @@ -1690,7 +1726,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_633c2e1b", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_146cc73f", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1705,8 +1741,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "307fab13-a9a6-2f02-ef2b-527f0692f51b", - "fileSystemId": "307fab13-a9a6-2f02-ef2b-527f0692f51b", + "mountTargetId": "e72e3c23-e309-e586-fe5d-52027b84c89a", + "fileSystemId": "e72e3c23-e309-e586-fe5d-52027b84c89a", "ipAddress": "10.0.0.4" } ], @@ -1726,10 +1762,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:10:43.6036068Z", + "createdAt": "2022-10-25T13:07:00.4613855Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:10:43.6036068Z" + "lastModifiedAt": "2022-10-25T13:07:00.4613855Z" } } }, @@ -1749,12 +1785,12 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/340d1c2d-c853-43fb-8a60-b3a2e5cb57cb?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7b07aef-fddd-4799-8492-8231bc82175e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:15:50 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A15%3A49.514867Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:12:07 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A12%3A06.1627791Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1762,19 +1798,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd44c541-3058-40bd-af5a-c9047b28d24f", + "x-ms-correlation-request-id": "47a923a1-ba30-4ec2-b851-96f09b5e8553", "x-ms-ratelimit-remaining-subscription-writes": "1184", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141551Z:bd44c541-3058-40bd-af5a-c9047b28d24f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131207Z:47a923a1-ba30-4ec2-b851-96f09b5e8553", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d", "name": "sdk-py-tests-acc-1-8676340d", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A15%3A49.514867Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A12%3A06.1627791Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:10:35.8199668Z" + "CreatedOnDate": "2022-10-25T13:06:53.0104062Z" }, "properties": { "provisioningState": "Updating", @@ -1803,15 +1839,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:10:36.6923623Z", + "createdAt": "2022-10-25T13:06:53.8295569Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:10:36.6923623Z" + "lastModifiedAt": "2022-10-25T13:06:53.8295569Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/340d1c2d-c853-43fb-8a60-b3a2e5cb57cb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7b07aef-fddd-4799-8492-8231bc82175e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1825,7 +1861,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:15:50 GMT", + "Date": "Tue, 25 Oct 2022 13:12:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1833,17 +1869,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1986219-13e9-49af-a4e0-da42b2775566", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141551Z:a1986219-13e9-49af-a4e0-da42b2775566", + "x-ms-correlation-request-id": "0a53ea60-2e1f-4ade-a2b1-25068b97dfac", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131208Z:0a53ea60-2e1f-4ade-a2b1-25068b97dfac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/340d1c2d-c853-43fb-8a60-b3a2e5cb57cb", - "name": "340d1c2d-c853-43fb-8a60-b3a2e5cb57cb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7b07aef-fddd-4799-8492-8231bc82175e", + "name": "b7b07aef-fddd-4799-8492-8231bc82175e", "status": "Succeeded", - "startTime": "2022-10-22T14:15:49.511628Z", - "endTime": "2022-10-22T14:15:51.44927Z", + "startTime": "2022-10-25T13:12:06.16742Z", + "endTime": "2022-10-25T13:12:06.7299514Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d" @@ -1865,8 +1901,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:15:51 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A15%3A51.4577568Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:12:08 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A12%3A06.7244589Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1874,19 +1910,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "210dd932-1511-4459-9f21-c8999c04300c", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141552Z:210dd932-1511-4459-9f21-c8999c04300c", + "x-ms-correlation-request-id": "43abb636-d229-4f51-813a-e814278bafec", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131208Z:43abb636-d229-4f51-813a-e814278bafec", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d", "name": "sdk-py-tests-acc-1-8676340d", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A15%3A51.4577568Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A12%3A06.7244589Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:15:49.1902216Z" + "CreatedOnDate": "2022-10-25T13:12:05.7667578Z" }, "properties": { "provisioningState": "Succeeded", @@ -1915,10 +1951,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:10:36.6923623Z", + "createdAt": "2022-10-25T13:06:53.8295569Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:15:49.3899248Z" + "lastModifiedAt": "2022-10-25T13:12:06.0073448Z" } } }, @@ -1948,30 +1984,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f44d7c47-d2f1-4749-a8d2-29aa080be232?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/68ac1ca2-ba1f-45fc-89e4-6c383b7788b9?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "929", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:15:54 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A15%3A53.5066045Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:12:10 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A12%3A09.9258442Z\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": "9b097105-c5ab-423c-a4be-c94114d1c706", + "x-ms-correlation-request-id": "8590ac1f-f238-4f0b-98ee-2957ee5d3a9f", "x-ms-ratelimit-remaining-subscription-writes": "1183", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141554Z:9b097105-c5ab-423c-a4be-c94114d1c706", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131211Z:8590ac1f-f238-4f0b-98ee-2957ee5d3a9f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A15%3A53.5066045Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A12%3A09.9258442Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:15:52.2846746Z" + "CreatedOnDate": "2022-10-25T13:12:08.8121988Z" }, "properties": { "enabled": false, @@ -1987,10 +2023,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:15:53.2839888Z", + "createdAt": "2022-10-25T13:12:09.7753467Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:15:53.2839888Z" + "lastModifiedAt": "2022-10-25T13:12:09.7753467Z" } } }, @@ -2021,35 +2057,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a79e755-9c89-4f13-ae70-7eb80182d703?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09425c99-58de-4be3-b8bc-81b36de69e45?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "2480", + "Content-Length": "2479", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:15:54 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A15%3A55.3115542Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:12:11 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A12%3A11.627665Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a79e755-9c89-4f13-ae70-7eb80182d703?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09425c99-58de-4be3-b8bc-81b36de69e45?api-version=2022-05-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": "eab983f9-ee0a-4f87-aa82-36cdfc339779", + "x-ms-correlation-request-id": "9652a1ba-5a34-41bc-a0ef-38818b0039e3", "x-ms-ratelimit-remaining-subscription-writes": "1182", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141555Z:eab983f9-ee0a-4f87-aa82-36cdfc339779", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131211Z:9652a1ba-5a34-41bc-a0ef-38818b0039e3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8676340d", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A15%3A55.3115542Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A12%3A11.627665Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:10:42.5853451Z" + "CreatedOnDate": "2022-10-25T13:06:59.4384138Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "307fab13-a9a6-2f02-ef2b-527f0692f51b", + "fileSystemId": "e72e3c23-e309-e586-fe5d-52027b84c89a", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-8676340d", "usageThreshold": 107374182400, @@ -2077,7 +2113,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_633c2e1b", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_146cc73f", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2092,8 +2128,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "307fab13-a9a6-2f02-ef2b-527f0692f51b", - "fileSystemId": "307fab13-a9a6-2f02-ef2b-527f0692f51b", + "mountTargetId": "e72e3c23-e309-e586-fe5d-52027b84c89a", + "fileSystemId": "e72e3c23-e309-e586-fe5d-52027b84c89a", "ipAddress": "10.0.0.4" } ], @@ -2112,15 +2148,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:10:43.6036068Z", + "createdAt": "2022-10-25T13:07:00.4613855Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:10:43.6036068Z" + "lastModifiedAt": "2022-10-25T13:07:00.4613855Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a79e755-9c89-4f13-ae70-7eb80182d703?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09425c99-58de-4be3-b8bc-81b36de69e45?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2134,7 +2170,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:15:54 GMT", + "Date": "Tue, 25 Oct 2022 13:12:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2142,16 +2178,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f515738a-88c5-4191-a185-8eb13e89a301", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141555Z:f515738a-88c5-4191-a185-8eb13e89a301", + "x-ms-correlation-request-id": "465ba4b4-6cbb-4c22-b62f-0120b6c66657", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131212Z:465ba4b4-6cbb-4c22-b62f-0120b6c66657", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a79e755-9c89-4f13-ae70-7eb80182d703", - "name": "0a79e755-9c89-4f13-ae70-7eb80182d703", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09425c99-58de-4be3-b8bc-81b36de69e45", + "name": "09425c99-58de-4be3-b8bc-81b36de69e45", "status": "Patching", - "startTime": "2022-10-22T14:15:55.3166235Z", + "startTime": "2022-10-25T13:12:11.62203Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2160,7 +2196,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a79e755-9c89-4f13-ae70-7eb80182d703?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09425c99-58de-4be3-b8bc-81b36de69e45?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2174,7 +2210,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:16:25 GMT", + "Date": "Tue, 25 Oct 2022 13:12:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2182,17 +2218,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9fb67a13-bd49-49f1-8381-314e47ce6934", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141625Z:9fb67a13-bd49-49f1-8381-314e47ce6934", + "x-ms-correlation-request-id": "10e3bc7a-dba7-4352-8778-220c263c12c8", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131242Z:10e3bc7a-dba7-4352-8778-220c263c12c8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a79e755-9c89-4f13-ae70-7eb80182d703", - "name": "0a79e755-9c89-4f13-ae70-7eb80182d703", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09425c99-58de-4be3-b8bc-81b36de69e45", + "name": "09425c99-58de-4be3-b8bc-81b36de69e45", "status": "Succeeded", - "startTime": "2022-10-22T14:15:55.3166235Z", - "endTime": "2022-10-22T14:15:58.1932472Z", + "startTime": "2022-10-25T13:12:11.62203Z", + "endTime": "2022-10-25T13:12:14.1378909Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" @@ -2200,7 +2236,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a79e755-9c89-4f13-ae70-7eb80182d703?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09425c99-58de-4be3-b8bc-81b36de69e45?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2214,7 +2250,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:16:25 GMT", + "Date": "Tue, 25 Oct 2022 13:12:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2222,19 +2258,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "93dc58d3-b06b-422b-be94-632ba0226fb6", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141626Z:93dc58d3-b06b-422b-be94-632ba0226fb6", + "x-ms-correlation-request-id": "de3052e6-236a-46bd-b316-255449337fda", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131242Z:de3052e6-236a-46bd-b316-255449337fda", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8676340d", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A15%3A58.1979047Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A12%3A14.1322369Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:15:54.9937818Z" + "CreatedOnDate": "2022-10-25T13:12:11.2886751Z" }, "properties": { "dataProtection": { @@ -2242,7 +2278,7 @@ "snapshotPolicyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1" } }, - "fileSystemId": "307fab13-a9a6-2f02-ef2b-527f0692f51b", + "fileSystemId": "e72e3c23-e309-e586-fe5d-52027b84c89a", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-8676340d", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2273,19 +2309,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_633c2e1b", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_146cc73f", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", - "poolId": "8e7061df-21a6-d492-130f-d81c2aff0181", + "poolId": "a5456ccd-9fde-ec32-948a-cbe5294cd20a", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "307fab13-a9a6-2f02-ef2b-527f0692f51b", - "fileSystemId": "307fab13-a9a6-2f02-ef2b-527f0692f51b", + "mountTargetId": "e72e3c23-e309-e586-fe5d-52027b84c89a", + "fileSystemId": "e72e3c23-e309-e586-fe5d-52027b84c89a", "startIp": "", "endIp": "", "gateway": "", @@ -2317,10 +2353,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:10:43.6036068Z", + "createdAt": "2022-10-25T13:07:00.4613855Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:15:55.1746747Z" + "lastModifiedAt": "2022-10-25T13:12:11.4636389Z" } } }, @@ -2337,25 +2373,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30c1fb46-76d1-48e2-bf39-fed0a4001ab1?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:16:26 GMT", + "Date": "Tue, 25 Oct 2022 13:12:44 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30c1fb46-76d1-48e2-bf39-fed0a4001ab1?api-version=2022-05-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": "b003a457-5b20-42f3-b867-29dff60330a3", + "x-ms-correlation-request-id": "77a8cd91-0526-4277-9f3f-53fe5813ca7e", "x-ms-ratelimit-remaining-subscription-deletes": "14990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141626Z:b003a457-5b20-42f3-b867-29dff60330a3", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131244Z:77a8cd91-0526-4277-9f3f-53fe5813ca7e", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30c1fb46-76d1-48e2-bf39-fed0a4001ab1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2369,7 +2405,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:16:26 GMT", + "Date": "Tue, 25 Oct 2022 13:12:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2377,56 +2413,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a22c870-5d77-435f-be9a-0074d9190242", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141627Z:5a22c870-5d77-435f-be9a-0074d9190242", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f", - "name": "f1b5e0bd-93ed-4165-899c-febfec47708f", - "status": "Deleting", - "startTime": "2022-10-22T14:16:26.853015Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:16: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": "543939aa-292a-4346-baeb-212ff751b76e", + "x-ms-correlation-request-id": "6c40a5ea-9d76-4f37-8f20-e84c98acf297", "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141657Z:543939aa-292a-4346-baeb-212ff751b76e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131244Z:6c40a5ea-9d76-4f37-8f20-e84c98acf297", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f", - "name": "f1b5e0bd-93ed-4165-899c-febfec47708f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30c1fb46-76d1-48e2-bf39-fed0a4001ab1", + "name": "30c1fb46-76d1-48e2-bf39-fed0a4001ab1", "status": "Deleting", - "startTime": "2022-10-22T14:16:26.853015Z", + "startTime": "2022-10-25T13:12:44.3707396Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2435,7 +2431,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30c1fb46-76d1-48e2-bf39-fed0a4001ab1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2449,7 +2445,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:17:27 GMT", + "Date": "Tue, 25 Oct 2022 13:13:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2457,16 +2453,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ffbb7a0b-2838-4d59-b95d-7269d641acb7", + "x-ms-correlation-request-id": "182327ef-923b-4a80-b6c6-ac2f2da59bf0", "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141727Z:ffbb7a0b-2838-4d59-b95d-7269d641acb7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131315Z:182327ef-923b-4a80-b6c6-ac2f2da59bf0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f", - "name": "f1b5e0bd-93ed-4165-899c-febfec47708f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30c1fb46-76d1-48e2-bf39-fed0a4001ab1", + "name": "30c1fb46-76d1-48e2-bf39-fed0a4001ab1", "status": "Deleting", - "startTime": "2022-10-22T14:16:26.853015Z", + "startTime": "2022-10-25T13:12:44.3707396Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2475,7 +2471,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30c1fb46-76d1-48e2-bf39-fed0a4001ab1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2489,7 +2485,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:17:57 GMT", + "Date": "Tue, 25 Oct 2022 13:13:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2497,16 +2493,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d391e9ca-bee9-4184-b9cb-dd3aa4e00451", + "x-ms-correlation-request-id": "2f196706-b760-4f5e-8e44-382a969d5685", "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141758Z:d391e9ca-bee9-4184-b9cb-dd3aa4e00451", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131345Z:2f196706-b760-4f5e-8e44-382a969d5685", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f", - "name": "f1b5e0bd-93ed-4165-899c-febfec47708f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30c1fb46-76d1-48e2-bf39-fed0a4001ab1", + "name": "30c1fb46-76d1-48e2-bf39-fed0a4001ab1", "status": "Deleting", - "startTime": "2022-10-22T14:16:26.853015Z", + "startTime": "2022-10-25T13:12:44.3707396Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2515,7 +2511,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30c1fb46-76d1-48e2-bf39-fed0a4001ab1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2529,7 +2525,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:18:28 GMT", + "Date": "Tue, 25 Oct 2022 13:14:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2537,16 +2533,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "162fedd2-fc27-4670-a305-378d22a3be7b", + "x-ms-correlation-request-id": "28a08392-0b93-47d1-bd1a-8908fda14c9a", "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141828Z:162fedd2-fc27-4670-a305-378d22a3be7b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131415Z:28a08392-0b93-47d1-bd1a-8908fda14c9a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f", - "name": "f1b5e0bd-93ed-4165-899c-febfec47708f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30c1fb46-76d1-48e2-bf39-fed0a4001ab1", + "name": "30c1fb46-76d1-48e2-bf39-fed0a4001ab1", "status": "Deleting", - "startTime": "2022-10-22T14:16:26.853015Z", + "startTime": "2022-10-25T13:12:44.3707396Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2555,7 +2551,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30c1fb46-76d1-48e2-bf39-fed0a4001ab1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2569,7 +2565,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:18:57 GMT", + "Date": "Tue, 25 Oct 2022 13:14:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2577,16 +2573,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad0cc834-22f7-4708-9a37-31f8886c0e56", + "x-ms-correlation-request-id": "91ccfa55-d696-49f7-a621-2269e9db58e8", "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141858Z:ad0cc834-22f7-4708-9a37-31f8886c0e56", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131445Z:91ccfa55-d696-49f7-a621-2269e9db58e8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f", - "name": "f1b5e0bd-93ed-4165-899c-febfec47708f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30c1fb46-76d1-48e2-bf39-fed0a4001ab1", + "name": "30c1fb46-76d1-48e2-bf39-fed0a4001ab1", "status": "Deleting", - "startTime": "2022-10-22T14:16:26.853015Z", + "startTime": "2022-10-25T13:12:44.3707396Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2595,7 +2591,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30c1fb46-76d1-48e2-bf39-fed0a4001ab1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2609,7 +2605,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:19:28 GMT", + "Date": "Tue, 25 Oct 2022 13:15:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2617,57 +2613,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37975fe0-3761-46de-baa8-f4bad695a6cd", + "x-ms-correlation-request-id": "c96b254f-6e12-43c4-a61c-91e078443618", "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141928Z:37975fe0-3761-46de-baa8-f4bad695a6cd", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131516Z:c96b254f-6e12-43c4-a61c-91e078443618", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f", - "name": "f1b5e0bd-93ed-4165-899c-febfec47708f", - "status": "Deleting", - "startTime": "2022-10-22T14:16:26.853015Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:19: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": "9ca84675-b5c9-49f5-b7c8-4077a0273a92", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141959Z:9ca84675-b5c9-49f5-b7c8-4077a0273a92", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f", - "name": "f1b5e0bd-93ed-4165-899c-febfec47708f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30c1fb46-76d1-48e2-bf39-fed0a4001ab1", + "name": "30c1fb46-76d1-48e2-bf39-fed0a4001ab1", "status": "Succeeded", - "startTime": "2022-10-22T14:16:26.853015Z", - "endTime": "2022-10-22T14:19:46.60627Z", + "startTime": "2022-10-25T13:12:44.3707396Z", + "endTime": "2022-10-25T13:14:48.7203248Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d" @@ -2675,7 +2631,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f1b5e0bd-93ed-4165-899c-febfec47708f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/30c1fb46-76d1-48e2-bf39-fed0a4001ab1?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2689,7 +2645,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:19:59 GMT", + "Date": "Tue, 25 Oct 2022 13:15:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2697,19 +2653,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "07f45262-abfb-43a6-aa8a-21c60ce26d51", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141959Z:07f45262-abfb-43a6-aa8a-21c60ce26d51", + "x-ms-correlation-request-id": "3540528e-7241-40ef-bdfb-495117e2eacf", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131516Z:3540528e-7241-40ef-bdfb-495117e2eacf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8676340d", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A19%3A37.0087908Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A14%3A39.6482485Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:15:54.9937818Z" + "CreatedOnDate": "2022-10-25T13:12:11.2886751Z" }, "properties": { "dataProtection": { @@ -2717,7 +2673,7 @@ "snapshotPolicyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1" } }, - "fileSystemId": "307fab13-a9a6-2f02-ef2b-527f0692f51b", + "fileSystemId": "e72e3c23-e309-e586-fe5d-52027b84c89a", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-8676340d", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2748,19 +2704,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_633c2e1b", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_146cc73f", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8676340d/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8676340d", - "poolId": "8e7061df-21a6-d492-130f-d81c2aff0181", + "poolId": "a5456ccd-9fde-ec32-948a-cbe5294cd20a", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "307fab13-a9a6-2f02-ef2b-527f0692f51b", - "fileSystemId": "307fab13-a9a6-2f02-ef2b-527f0692f51b", + "mountTargetId": "e72e3c23-e309-e586-fe5d-52027b84c89a", + "fileSystemId": "e72e3c23-e309-e586-fe5d-52027b84c89a", "startIp": "", "endIp": "", "gateway": "", @@ -2792,10 +2748,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:10:43.6036068Z", + "createdAt": "2022-10-25T13:07:00.4613855Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:15:55.1746747Z" + "lastModifiedAt": "2022-10-25T13:12:11.4636389Z" } } }, @@ -2814,14 +2770,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:23:22 GMT", + "Date": "Tue, 25 Oct 2022 13:18:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "154631f1-7f8b-45d6-b7aa-3b60afcf5fc9", + "x-ms-correlation-request-id": "b8b5f00c-e97a-4cb0-9000-e8d316056159", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T142322Z:154631f1-7f8b-45d6-b7aa-3b60afcf5fc9" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131838Z:b8b5f00c-e97a-4cb0-9000-e8d316056159" }, "ResponseBody": { "error": { @@ -2843,25 +2799,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8e3ff3d-d506-46db-86a5-183f4528971c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bece16a0-7c3c-454b-a3dd-4811c9a5dc98?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:23:24 GMT", + "Date": "Tue, 25 Oct 2022 13:18:40 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8e3ff3d-d506-46db-86a5-183f4528971c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bece16a0-7c3c-454b-a3dd-4811c9a5dc98?api-version=2022-05-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": "1d610713-b243-4c5a-aa91-afbce0f27c63", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T142325Z:1d610713-b243-4c5a-aa91-afbce0f27c63", + "x-ms-correlation-request-id": "b59c52ea-2f84-43fb-b953-14af2dc85f5d", + "x-ms-ratelimit-remaining-subscription-deletes": "14964", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131840Z:b59c52ea-2f84-43fb-b953-14af2dc85f5d", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8e3ff3d-d506-46db-86a5-183f4528971c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bece16a0-7c3c-454b-a3dd-4811c9a5dc98?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2875,7 +2831,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:23:25 GMT", + "Date": "Tue, 25 Oct 2022 13:18:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2883,17 +2839,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c23e5ac-a3f1-4cc8-a5e5-dbf9c4abd3aa", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T142325Z:6c23e5ac-a3f1-4cc8-a5e5-dbf9c4abd3aa", + "x-ms-correlation-request-id": "726884f0-2940-4bfa-b6d1-2d8ebffb5e2b", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131840Z:726884f0-2940-4bfa-b6d1-2d8ebffb5e2b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8e3ff3d-d506-46db-86a5-183f4528971c", - "name": "a8e3ff3d-d506-46db-86a5-183f4528971c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bece16a0-7c3c-454b-a3dd-4811c9a5dc98", + "name": "bece16a0-7c3c-454b-a3dd-4811c9a5dc98", "status": "Succeeded", - "startTime": "2022-10-22T14:23:24.9112822Z", - "endTime": "2022-10-22T14:23:24.9424703Z", + "startTime": "2022-10-25T13:18:40.2845224Z", + "endTime": "2022-10-25T13:18:40.3626411Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1" @@ -2901,7 +2857,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8e3ff3d-d506-46db-86a5-183f4528971c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bece16a0-7c3c-454b-a3dd-4811c9a5dc98?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2915,7 +2871,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:23:25 GMT", + "Date": "Tue, 25 Oct 2022 13:18:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2923,19 +2879,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b23309d5-4571-40c0-b807-08123b0d8a11", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T142325Z:b23309d5-4571-40c0-b807-08123b0d8a11", + "x-ms-correlation-request-id": "dc4707e9-8a38-4ca5-9b0b-fd02a9151535", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131840Z:dc4707e9-8a38-4ca5-9b0b-fd02a9151535", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A23%3A24.8981544Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A18%3A40.2791174Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:15:52.2846746Z" + "CreatedOnDate": "2022-10-25T13:12:08.8121988Z" }, "properties": { "enabled": false, @@ -2951,10 +2907,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:15:53.2839888Z", + "createdAt": "2022-10-25T13:12:09.7753467Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:15:53.2839888Z" + "lastModifiedAt": "2022-10-25T13:12:09.7753467Z" } } }, @@ -2973,15 +2929,15 @@ "Cache-Control": "no-cache", "Content-Length": "303", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:23:30 GMT", + "Date": "Tue, 25 Oct 2022 13:18:46 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": "6399214e-da82-41fe-b75c-b751431d57c7", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T142330Z:6399214e-da82-41fe-b75c-b751431d57c7", + "x-ms-correlation-request-id": "fcf72ea7-8b69-4549-866b-330166f09071", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131846Z:fcf72ea7-8b69-4549-866b-330166f09071", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3004,25 +2960,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33ba07de-4961-406c-a69c-9c1c2643b1e1?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/153301be-8409-49da-a294-da1f7a673663?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:23:41 GMT", + "Date": "Tue, 25 Oct 2022 13:18:56 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33ba07de-4961-406c-a69c-9c1c2643b1e1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/153301be-8409-49da-a294-da1f7a673663?api-version=2022-05-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": "26bc4a16-6b5c-41e2-adb5-99c69204b96c", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T142341Z:26bc4a16-6b5c-41e2-adb5-99c69204b96c", + "x-ms-correlation-request-id": "17882e7b-d8f7-4d7b-8ed3-c7d78ca6d502", + "x-ms-ratelimit-remaining-subscription-deletes": "14963", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131857Z:17882e7b-d8f7-4d7b-8ed3-c7d78ca6d502", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33ba07de-4961-406c-a69c-9c1c2643b1e1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/153301be-8409-49da-a294-da1f7a673663?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3036,7 +2992,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:23:41 GMT", + "Date": "Tue, 25 Oct 2022 13:18:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3044,16 +3000,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "016fc0c3-625b-488d-a351-843eb95ff479", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T142341Z:016fc0c3-625b-488d-a351-843eb95ff479", + "x-ms-correlation-request-id": "abd4c0c7-83c3-4626-89a3-d5a5e166904a", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131857Z:abd4c0c7-83c3-4626-89a3-d5a5e166904a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33ba07de-4961-406c-a69c-9c1c2643b1e1", - "name": "33ba07de-4961-406c-a69c-9c1c2643b1e1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/153301be-8409-49da-a294-da1f7a673663", + "name": "153301be-8409-49da-a294-da1f7a673663", "status": "Deleting", - "startTime": "2022-10-22T14:23:41.5806419Z", + "startTime": "2022-10-25T13:18:56.9501583Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3062,7 +3018,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33ba07de-4961-406c-a69c-9c1c2643b1e1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/153301be-8409-49da-a294-da1f7a673663?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3076,7 +3032,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:24:11 GMT", + "Date": "Tue, 25 Oct 2022 13:19:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3084,17 +3040,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d0eb850f-3444-4d26-9840-5f0fc0ed8393", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T142412Z:d0eb850f-3444-4d26-9840-5f0fc0ed8393", + "x-ms-correlation-request-id": "259ac154-091d-4db4-9a93-28dc955aa285", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131927Z:259ac154-091d-4db4-9a93-28dc955aa285", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33ba07de-4961-406c-a69c-9c1c2643b1e1", - "name": "33ba07de-4961-406c-a69c-9c1c2643b1e1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/153301be-8409-49da-a294-da1f7a673663", + "name": "153301be-8409-49da-a294-da1f7a673663", "status": "Succeeded", - "startTime": "2022-10-22T14:23:41.5806419Z", - "endTime": "2022-10-22T14:23:42.5807764Z", + "startTime": "2022-10-25T13:18:56.9501583Z", + "endTime": "2022-10-25T13:19:00.5232946Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1" @@ -3102,7 +3058,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/33ba07de-4961-406c-a69c-9c1c2643b1e1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/153301be-8409-49da-a294-da1f7a673663?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3116,7 +3072,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:24:11 GMT", + "Date": "Tue, 25 Oct 2022 13:19:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3124,22 +3080,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce1341b0-4ee8-4d75-929d-ef844489c523", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T142412Z:ce1341b0-4ee8-4d75-929d-ef844489c523", + "x-ms-correlation-request-id": "cd81cf99-e87b-4461-a1ee-e38d88468fe6", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131927Z:cd81cf99-e87b-4461-a1ee-e38d88468fe6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8676340d/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A23%3A41.5805997Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A18%3A56.9496488Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:10:39.3188676Z" + "CreatedOnDate": "2022-10-25T13:06:56.2705828Z" }, "properties": { - "poolId": "8e7061df-21a6-d492-130f-d81c2aff0181", + "poolId": "a5456ccd-9fde-ec32-948a-cbe5294cd20a", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d/capacityPools/sdk-py-tests-pool-1", @@ -3153,10 +3109,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:10:40.3504842Z", + "createdAt": "2022-10-25T13:06:57.2530025Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:10:40.3504842Z" + "lastModifiedAt": "2022-10-25T13:06:57.2530025Z" } } }, @@ -3174,14 +3130,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 14:24:21 GMT", + "Date": "Tue, 25 Oct 2022 13:19:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f9764af-85c6-4e10-9b95-49f56e6c4ca2", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T142422Z:5f9764af-85c6-4e10-9b95-49f56e6c4ca2" + "x-ms-correlation-request-id": "45fcada2-0e3e-4567-af31-f1419d98fede", + "x-ms-ratelimit-remaining-subscription-deletes": "14962", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131938Z:45fcada2-0e3e-4567-af31-f1419d98fede" }, "ResponseBody": null }, @@ -3199,14 +3155,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 14:24:33 GMT", + "Date": "Tue, 25 Oct 2022 13:19:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e1e470a1-5a3f-495e-b832-24bdbbd42d86", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T142433Z:e1e470a1-5a3f-495e-b832-24bdbbd42d86" + "x-ms-correlation-request-id": "f6b1bfb0-8302-4328-9ae8-64aaeda21d48", + "x-ms-ratelimit-remaining-subscription-deletes": "14961", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131948Z:f6b1bfb0-8302-4328-9ae8-64aaeda21d48" }, "ResponseBody": null }, @@ -3224,14 +3180,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 14:24:43 GMT", + "Date": "Tue, 25 Oct 2022 13:19:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ecfbb88a-38c2-4f39-9d79-25333e2d0f15", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T142443Z:ecfbb88a-38c2-4f39-9d79-25333e2d0f15" + "x-ms-correlation-request-id": "87746fa6-b7a1-4636-95c6-2c40e8ecd599", + "x-ms-ratelimit-remaining-subscription-deletes": "14960", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T131958Z:87746fa6-b7a1-4636-95c6-2c40e8ecd599" }, "ResponseBody": null }, @@ -3249,14 +3205,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 14:24:53 GMT", + "Date": "Tue, 25 Oct 2022 13:20:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f344355f-a529-47a3-85f7-54daf62fb6f5", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T142453Z:f344355f-a529-47a3-85f7-54daf62fb6f5" + "x-ms-correlation-request-id": "6584ccec-e4ed-410e-b43b-13f1d6804090", + "x-ms-ratelimit-remaining-subscription-deletes": "14959", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132009Z:6584ccec-e4ed-410e-b43b-13f1d6804090" }, "ResponseBody": null }, @@ -3275,14 +3231,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:25:03 GMT", + "Date": "Tue, 25 Oct 2022 13:20:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5939b43-f89d-4dfc-bf94-08ebf6a22c59", + "x-ms-correlation-request-id": "d484da9c-ddaa-42cd-a651-fcfc522ecffb", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T142503Z:b5939b43-f89d-4dfc-bf94-08ebf6a22c59" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132019Z:d484da9c-ddaa-42cd-a651-fcfc522ecffb" }, "ResponseBody": { "error": { @@ -3304,25 +3260,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ace62276-da18-4892-9fe4-304dfcebd496?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/35786100-4315-47b3-93f5-3f187953f5ce?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:25:54 GMT", + "Date": "Tue, 25 Oct 2022 13:21:10 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ace62276-da18-4892-9fe4-304dfcebd496?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/35786100-4315-47b3-93f5-3f187953f5ce?api-version=2022-05-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": "bf85c0b3-a266-4124-8424-72eef4120636", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T142555Z:bf85c0b3-a266-4124-8424-72eef4120636", + "x-ms-correlation-request-id": "fb7b5126-1a60-4e02-b378-aa1219821383", + "x-ms-ratelimit-remaining-subscription-deletes": "14958", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132110Z:fb7b5126-1a60-4e02-b378-aa1219821383", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ace62276-da18-4892-9fe4-304dfcebd496?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/35786100-4315-47b3-93f5-3f187953f5ce?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3336,7 +3292,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:25:55 GMT", + "Date": "Tue, 25 Oct 2022 13:21:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3344,17 +3300,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d852914-b770-491e-a487-32e6c4dd83be", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T142555Z:2d852914-b770-491e-a487-32e6c4dd83be", + "x-ms-correlation-request-id": "fa80dc7f-09cd-4d12-9fc6-e577b3ea8828", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132111Z:fa80dc7f-09cd-4d12-9fc6-e577b3ea8828", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ace62276-da18-4892-9fe4-304dfcebd496", - "name": "ace62276-da18-4892-9fe4-304dfcebd496", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/35786100-4315-47b3-93f5-3f187953f5ce", + "name": "35786100-4315-47b3-93f5-3f187953f5ce", "status": "Succeeded", - "startTime": "2022-10-22T14:25:55.4731963Z", - "endTime": "2022-10-22T14:25:55.59819Z", + "startTime": "2022-10-25T13:21:10.7586464Z", + "endTime": "2022-10-25T13:21:10.8367553Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d" @@ -3362,7 +3318,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ace62276-da18-4892-9fe4-304dfcebd496?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/35786100-4315-47b3-93f5-3f187953f5ce?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3376,7 +3332,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:25:55 GMT", + "Date": "Tue, 25 Oct 2022 13:21:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3384,19 +3340,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca9a63f6-31e0-49ff-8db2-bb0ec37c4a72", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T142556Z:ca9a63f6-31e0-49ff-8db2-bb0ec37c4a72", + "x-ms-correlation-request-id": "0cdd11ad-1021-4e01-b1dd-8e6ced7b7a15", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132111Z:0cdd11ad-1021-4e01-b1dd-8e6ced7b7a15", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8676340d", "name": "sdk-py-tests-acc-1-8676340d", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A25%3A55.4729596Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A21%3A10.756622Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:15:49.1902216Z" + "CreatedOnDate": "2022-10-25T13:12:05.7667578Z" }, "properties": { "encryption": { @@ -3408,10 +3364,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:10:36.6923623Z", + "createdAt": "2022-10-25T13:06:53.8295569Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:15:49.3899248Z" + "lastModifiedAt": "2022-10-25T13:12:06.0073448Z" } } }, @@ -3430,15 +3386,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:25:55 GMT", + "Date": "Tue, 25 Oct 2022 13:21:11 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": "3cb5be65-352d-483a-a588-3ad791bde8db", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T142556Z:3cb5be65-352d-483a-a588-3ad791bde8db", + "x-ms-correlation-request-id": "353e0b01-1620-4b9c-8e50-fbe03b3ccb59", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132111Z:353e0b01-1620-4b9c-8e50-fbe03b3ccb59", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3462,12 +3418,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f7099ed9-8531-42a8-bf2c-41cf2236751f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8806463a-d9b5-42d2-abea-57bf1fac35f7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:25:56 GMT", + "Date": "Tue, 25 Oct 2022 13:21:12 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/f7099ed9-8531-42a8-bf2c-41cf2236751f?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/8806463a-d9b5-42d2-abea-57bf1fac35f7?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3476,10 +3432,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cb676368-1630-40d0-a1b2-c4281ed3818a", - "x-ms-correlation-request-id": "2814de35-9878-4626-98c8-63d575d77069", - "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T142557Z:2814de35-9878-4626-98c8-63d575d77069" + "x-ms-arm-service-request-id": "7b0b73f6-7a8e-4b3e-b11e-94b353c02fea", + "x-ms-correlation-request-id": "97d70d19-eb18-48d7-ad3a-0dbd67eaba07", + "x-ms-ratelimit-remaining-subscription-deletes": "14957", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T132112Z:97d70d19-eb18-48d7-ad3a-0dbd67eaba07" }, "ResponseBody": null } 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 24c800140954..ae0e20ddcdf4 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:05:31 GMT", + "Date": "Tue, 25 Oct 2022 13:01: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.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:05:31 GMT", + "Date": "Tue, 25 Oct 2022 13:01:46 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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "b2a4bd34-5b59-4c02-a1f8-f78ebaaacc60", + "client-request-id": "be0472de-1443-4e22-b980-11bf30a41896", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "b2a4bd34-5b59-4c02-a1f8-f78ebaaacc60", + "client-request-id": "be0472de-1443-4e22-b980-11bf30a41896", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:05:31 GMT", + "Date": "Tue, 25 Oct 2022 13:01:46 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a03ef406-8790-4521-9bf4-3b2c070c40e6?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dffd7358-8db0-483a-9275-52e9d1a604be?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "706", + "Content-Length": "705", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:05:42 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A05%3A41.9137111Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:01:53 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A01%3A53.053548Z\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": "cf77a655-c7b0-4eec-ba22-b72d6383d8d6", + "x-ms-correlation-request-id": "a14d3515-329e-458c-ba24-d708bc8c1543", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140543Z:cf77a655-c7b0-4eec-ba22-b72d6383d8d6", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130154Z:a14d3515-329e-458c-ba24-d708bc8c1543", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295", "name": "sdk-py-tests-acc-1-e2f73295", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A05%3A41.9137111Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A01%3A53.053548Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:05:37.9117054Z" + "CreatedOnDate": "2022-10-25T13:01:49.5786713Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:05:40.9254394Z", + "createdAt": "2022-10-25T13:01:52.0847802Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:05:40.9254394Z" + "lastModifiedAt": "2022-10-25T13:01:52.0847802Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a03ef406-8790-4521-9bf4-3b2c070c40e6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dffd7358-8db0-483a-9275-52e9d1a604be?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:05:43 GMT", + "Date": "Tue, 25 Oct 2022 13:01:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b776e70e-385e-4bee-ac4b-5453d0d0ce9e", + "x-ms-correlation-request-id": "80dd327d-ec39-438b-8354-0d3504d525c8", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140543Z:b776e70e-385e-4bee-ac4b-5453d0d0ce9e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130155Z:80dd327d-ec39-438b-8354-0d3504d525c8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a03ef406-8790-4521-9bf4-3b2c070c40e6", - "name": "a03ef406-8790-4521-9bf4-3b2c070c40e6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dffd7358-8db0-483a-9275-52e9d1a604be", + "name": "dffd7358-8db0-483a-9275-52e9d1a604be", "status": "Succeeded", - "startTime": "2022-10-22T14:05:41.9037341Z", - "endTime": "2022-10-22T14:05:41.9505286Z", + "startTime": "2022-10-25T13:01:53.0530629Z", + "endTime": "2022-10-25T13:01:53.1155689Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:05:43 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A05%3A41.9552968Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:01:55 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A01%3A53.1054478Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4f291cf0-5c4c-46f9-8690-088c6c9292c6", + "x-ms-correlation-request-id": "7360945b-26e5-4612-955d-967231439a18", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140544Z:4f291cf0-5c4c-46f9-8690-088c6c9292c6", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130156Z:7360945b-26e5-4612-955d-967231439a18", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295", "name": "sdk-py-tests-acc-1-e2f73295", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A05%3A41.9552968Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A01%3A53.1054478Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:05:37.9117054Z" + "CreatedOnDate": "2022-10-25T13:01:49.5786713Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:05:40.9254394Z", + "createdAt": "2022-10-25T13:01:52.0847802Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:05:40.9254394Z" + "lastModifiedAt": "2022-10-25T13:01:52.0847802Z" } } }, @@ -404,30 +404,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/607ad47a-8d64-43d6-b9f6-0a3f6916b533?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/75a3325c-0ebd-4f4d-a445-662ab2c1bb74?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "929", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:05:46 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A05%3A45.8754204Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:01:57 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A01%3A58.0297577Z\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": "38256672-e021-41d5-917e-57235f1c5e43", + "x-ms-correlation-request-id": "eb441ad8-8524-4ce1-a2f4-f9849d77f628", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140547Z:38256672-e021-41d5-917e-57235f1c5e43", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130158Z:eb441ad8-8524-4ce1-a2f4-f9849d77f628", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-e2f73295/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A05%3A45.8754204Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A01%3A58.0297577Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:05:44.3900375Z" + "CreatedOnDate": "2022-10-25T13:01:56.5747080Z" }, "properties": { "enabled": false, @@ -443,10 +443,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:05:45.7249018Z", + "createdAt": "2022-10-25T13:01:57.8544634Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:05:45.7249018Z" + "lastModifiedAt": "2022-10-25T13:01:57.8544634Z" } } }, @@ -465,7 +465,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:05:47 GMT", + "Date": "Tue, 25 Oct 2022 13:01:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -473,9 +473,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "655e8bc8-a62b-4b28-88ba-fe4b52a82342", + "x-ms-correlation-request-id": "937aa964-cd71-4774-bcf2-257f2f19ce24", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140547Z:655e8bc8-a62b-4b28-88ba-fe4b52a82342", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130159Z:937aa964-cd71-4774-bcf2-257f2f19ce24", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -484,10 +484,10 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-e2f73295/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A05%3A45.9420152Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A01%3A58.1046054Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:05:44.3900375Z" + "CreatedOnDate": "2022-10-25T13:01:56.5747080Z" }, "properties": { "enabled": false, @@ -503,10 +503,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:05:45.7249018Z", + "createdAt": "2022-10-25T13:01:57.8544634Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:05:45.7249018Z" + "lastModifiedAt": "2022-10-25T13:01:57.8544634Z" } } ] @@ -525,25 +525,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a92f1b96-5fee-42d4-a3a7-921fa20438b1?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/424ae407-767d-45de-add4-d3baa56aef31?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:05:47 GMT", + "Date": "Tue, 25 Oct 2022 13:01:59 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a92f1b96-5fee-42d4-a3a7-921fa20438b1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/424ae407-767d-45de-add4-d3baa56aef31?api-version=2022-05-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": "255e395c-00ab-4c48-950c-153c9c5de02a", + "x-ms-correlation-request-id": "f52d163c-773e-433b-8149-02e07fa46bc5", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140548Z:255e395c-00ab-4c48-950c-153c9c5de02a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130200Z:f52d163c-773e-433b-8149-02e07fa46bc5", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a92f1b96-5fee-42d4-a3a7-921fa20438b1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/424ae407-767d-45de-add4-d3baa56aef31?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -557,7 +557,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:05:48 GMT", + "Date": "Tue, 25 Oct 2022 13:01:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -565,17 +565,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dd09a4b2-ac6d-4e6e-b3a7-4d39ac983a4d", + "x-ms-correlation-request-id": "665988d5-ec28-467a-9d33-610c382ec67f", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140548Z:dd09a4b2-ac6d-4e6e-b3a7-4d39ac983a4d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130200Z:665988d5-ec28-467a-9d33-610c382ec67f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a92f1b96-5fee-42d4-a3a7-921fa20438b1", - "name": "a92f1b96-5fee-42d4-a3a7-921fa20438b1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/424ae407-767d-45de-add4-d3baa56aef31", + "name": "424ae407-767d-45de-add4-d3baa56aef31", "status": "Succeeded", - "startTime": "2022-10-22T14:05:48.25328Z", - "endTime": "2022-10-22T14:05:48.3314884Z", + "startTime": "2022-10-25T13:02:00.0703858Z", + "endTime": "2022-10-25T13:02:00.1015748Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies/sdk-py-tests-snapshot-policy-1" @@ -583,7 +583,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a92f1b96-5fee-42d4-a3a7-921fa20438b1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/424ae407-767d-45de-add4-d3baa56aef31?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -597,7 +597,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:05:48 GMT", + "Date": "Tue, 25 Oct 2022 13:01:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -605,19 +605,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1d76cf27-094d-4690-adaf-d0f24c697252", + "x-ms-correlation-request-id": "eeba8395-60af-46f9-8586-e2582a090b69", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140548Z:1d76cf27-094d-4690-adaf-d0f24c697252", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130200Z:eeba8395-60af-46f9-8586-e2582a090b69", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-e2f73295/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A05%3A48.2377006Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A02%3A00.0484995Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:05:44.3900375Z" + "CreatedOnDate": "2022-10-25T13:01:56.5747080Z" }, "properties": { "enabled": false, @@ -633,10 +633,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:05:45.7249018Z", + "createdAt": "2022-10-25T13:01:57.8544634Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:05:45.7249018Z" + "lastModifiedAt": "2022-10-25T13:01:57.8544634Z" } } }, @@ -655,15 +655,15 @@ "Cache-Control": "no-cache", "Content-Length": "303", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:05:53 GMT", + "Date": "Tue, 25 Oct 2022 13:02:06 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": "eb9f6b90-2340-477e-b751-1c0bdb054d84", + "x-ms-correlation-request-id": "9fa5e2cb-ca40-452c-a505-aea01ec396f6", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140554Z:eb9f6b90-2340-477e-b751-1c0bdb054d84", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130206Z:9fa5e2cb-ca40-452c-a505-aea01ec396f6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -688,7 +688,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:05:54 GMT", + "Date": "Tue, 25 Oct 2022 13:02:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -696,9 +696,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aeec947b-5d1b-4375-96e7-1310bdf6f6fa", + "x-ms-correlation-request-id": "e08dc215-0015-4258-b442-1ed5ba746608", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140554Z:aeec947b-5d1b-4375-96e7-1310bdf6f6fa", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130206Z:e08dc215-0015-4258-b442-1ed5ba746608", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -718,25 +718,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57509167-00ac-49c3-8eaa-9036e279786c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a0987e2c-657c-4a0b-9d8a-8e175abcd9d7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:06:46 GMT", + "Date": "Tue, 25 Oct 2022 13:02:57 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57509167-00ac-49c3-8eaa-9036e279786c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a0987e2c-657c-4a0b-9d8a-8e175abcd9d7?api-version=2022-05-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": "33e0b2e1-ae55-4838-90a9-4f35589bf4ff", + "x-ms-correlation-request-id": "10d691bd-3991-4442-bbc9-f71fb1407441", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140646Z:33e0b2e1-ae55-4838-90a9-4f35589bf4ff", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130258Z:10d691bd-3991-4442-bbc9-f71fb1407441", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57509167-00ac-49c3-8eaa-9036e279786c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a0987e2c-657c-4a0b-9d8a-8e175abcd9d7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -750,7 +750,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:06:46 GMT", + "Date": "Tue, 25 Oct 2022 13:02:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -758,17 +758,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "06a8eeea-1ded-4730-a5bf-b026f92dc709", + "x-ms-correlation-request-id": "b9ce66f9-28c0-4091-8344-92bd426eaca9", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140646Z:06a8eeea-1ded-4730-a5bf-b026f92dc709", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130258Z:b9ce66f9-28c0-4091-8344-92bd426eaca9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57509167-00ac-49c3-8eaa-9036e279786c", - "name": "57509167-00ac-49c3-8eaa-9036e279786c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a0987e2c-657c-4a0b-9d8a-8e175abcd9d7", + "name": "a0987e2c-657c-4a0b-9d8a-8e175abcd9d7", "status": "Succeeded", - "startTime": "2022-10-22T14:06:46.2265907Z", - "endTime": "2022-10-22T14:06:46.2734928Z", + "startTime": "2022-10-25T13:02:58.0764203Z", + "endTime": "2022-10-25T13:02:58.1232524Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295" @@ -776,7 +776,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57509167-00ac-49c3-8eaa-9036e279786c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a0987e2c-657c-4a0b-9d8a-8e175abcd9d7?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -790,7 +790,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:06:46 GMT", + "Date": "Tue, 25 Oct 2022 13:02:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -798,19 +798,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e6720cb-7634-4480-b65d-b459b88b95ec", + "x-ms-correlation-request-id": "da032023-b405-4a3a-baa2-6b35cf305666", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140646Z:2e6720cb-7634-4480-b65d-b459b88b95ec", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130258Z:da032023-b405-4a3a-baa2-6b35cf305666", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e2f73295", "name": "sdk-py-tests-acc-1-e2f73295", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A06%3A46.1745361Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A02%3A58.0495269Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:05:37.9117054Z" + "CreatedOnDate": "2022-10-25T13:01:49.5786713Z" }, "properties": { "encryption": { @@ -821,10 +821,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:05:40.9254394Z", + "createdAt": "2022-10-25T13:01:52.0847802Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:05:40.9254394Z" + "lastModifiedAt": "2022-10-25T13:01:52.0847802Z" } } }, @@ -843,15 +843,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:06:47 GMT", + "Date": "Tue, 25 Oct 2022 13:02: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": "f1cea9c7-713d-4064-9e60-40e10e798aac", + "x-ms-correlation-request-id": "17bb2456-abbd-4f5f-a384-121ed6f3271b", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140647Z:f1cea9c7-713d-4064-9e60-40e10e798aac", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130259Z:17bb2456-abbd-4f5f-a384-121ed6f3271b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 1c1fa31bfe74..8a6f89e3c995 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:08:08 GMT", + "Date": "Tue, 25 Oct 2022 13:04:17 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.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:08:08 GMT", + "Date": "Tue, 25 Oct 2022 13:04:17 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.13845.10 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "d0b20093-7e64-4560-b2bb-547b59987614", + "client-request-id": "28cb80ae-c8d0-4d16-b4d7-108010319195", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "d0b20093-7e64-4560-b2bb-547b59987614", + "client-request-id": "28cb80ae-c8d0-4d16-b4d7-108010319195", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:08:08 GMT", + "Date": "Tue, 25 Oct 2022 13:04:17 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78aa24ed-69da-426d-b51a-0e1a0367dc14?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f32c6d9-7488-47a9-8290-feecdbcf2dc2?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:08:14 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A08%3A12.9098964Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:04:22 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A04%3A21.0498273Z\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": "5e428bb4-334f-444f-8612-d2de30e8a790", + "x-ms-correlation-request-id": "2b83a954-88c7-4817-839c-3735cfffe603", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140814Z:5e428bb4-334f-444f-8612-d2de30e8a790", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130422Z:2b83a954-88c7-4817-839c-3735cfffe603", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9", "name": "sdk-py-tests-acc-1-7ffd31c9", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A08%3A12.9098964Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A04%3A21.0498273Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:08:10.8203742Z" + "CreatedOnDate": "2022-10-25T13:04:18.9666867Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:08:12.7127236Z", + "createdAt": "2022-10-25T13:04:20.9029435Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:08:12.7127236Z" + "lastModifiedAt": "2022-10-25T13:04:20.9029435Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78aa24ed-69da-426d-b51a-0e1a0367dc14?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f32c6d9-7488-47a9-8290-feecdbcf2dc2?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:08:14 GMT", + "Date": "Tue, 25 Oct 2022 13:04:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f30ad57-f009-4c55-90bc-f8f6a16cb9c3", + "x-ms-correlation-request-id": "ea38f3c9-fb21-41dd-9acc-1606858ee915", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140814Z:3f30ad57-f009-4c55-90bc-f8f6a16cb9c3", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130422Z:ea38f3c9-fb21-41dd-9acc-1606858ee915", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78aa24ed-69da-426d-b51a-0e1a0367dc14", - "name": "78aa24ed-69da-426d-b51a-0e1a0367dc14", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f32c6d9-7488-47a9-8290-feecdbcf2dc2", + "name": "0f32c6d9-7488-47a9-8290-feecdbcf2dc2", "status": "Succeeded", - "startTime": "2022-10-22T14:08:12.9043972Z", - "endTime": "2022-10-22T14:08:12.9669013Z", + "startTime": "2022-10-25T13:04:21.0520975Z", + "endTime": "2022-10-25T13:04:21.1142876Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:08:14 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A08%3A12.9708729Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:04:22 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A04%3A21.1143052Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cf2b6317-7ddc-4f4b-af02-ca003b19ff41", + "x-ms-correlation-request-id": "ed51d88f-6ad6-4d85-9f65-0237970c5943", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140815Z:cf2b6317-7ddc-4f4b-af02-ca003b19ff41", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130423Z:ed51d88f-6ad6-4d85-9f65-0237970c5943", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9", "name": "sdk-py-tests-acc-1-7ffd31c9", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A08%3A12.9708729Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A04%3A21.1143052Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:08:10.8203742Z" + "CreatedOnDate": "2022-10-25T13:04:18.9666867Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:08:12.7127236Z", + "createdAt": "2022-10-25T13:04:20.9029435Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:08:12.7127236Z" + "lastModifiedAt": "2022-10-25T13:04:20.9029435Z" } } }, @@ -404,30 +404,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4eb2a394-b331-4685-b9a6-77eb91867c58?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d9916398-a163-4036-8db9-1b7530d4812b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "929", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:08:18 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A08%3A16.8526311Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:04:25 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A04%3A24.4748535Z\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": "bb9845be-d976-41f0-afd8-bb1fcedf67b6", + "x-ms-correlation-request-id": "0db5c340-37c3-41c2-83ca-bea978566c5c", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140818Z:bb9845be-d976-41f0-afd8-bb1fcedf67b6", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130425Z:0db5c340-37c3-41c2-83ca-bea978566c5c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-7ffd31c9/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A08%3A16.8526311Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A04%3A24.4748535Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:08:15.5019286Z" + "CreatedOnDate": "2022-10-25T13:04:23.3266622Z" }, "properties": { "enabled": false, @@ -443,10 +443,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:08:16.6670028Z", + "createdAt": "2022-10-25T13:04:24.3270668Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:08:16.6670028Z" + "lastModifiedAt": "2022-10-25T13:04:24.3270668Z" } } }, @@ -465,8 +465,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:08:18 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A08%3A16.8846338Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:04:25 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A04%3A24.5363583Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -474,19 +474,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fcec93ce-8b22-452b-a902-80ac905608b3", + "x-ms-correlation-request-id": "1974de78-5f5e-4c2c-bf84-ecb5a444fdb3", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140818Z:fcec93ce-8b22-452b-a902-80ac905608b3", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130426Z:1974de78-5f5e-4c2c-bf84-ecb5a444fdb3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-7ffd31c9/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A08%3A16.8846338Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A04%3A24.5363583Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:08:15.5019286Z" + "CreatedOnDate": "2022-10-25T13:04:23.3266622Z" }, "properties": { "enabled": false, @@ -502,10 +502,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:08:16.6670028Z", + "createdAt": "2022-10-25T13:04:24.3270668Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:08:16.6670028Z" + "lastModifiedAt": "2022-10-25T13:04:24.3270668Z" } } }, @@ -522,25 +522,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78301cea-465c-4ac6-9ff7-ab78c3cf7b63?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed80adda-fcdb-4561-8d69-d3c8eac97f05?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:08:19 GMT", + "Date": "Tue, 25 Oct 2022 13:04:26 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78301cea-465c-4ac6-9ff7-ab78c3cf7b63?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed80adda-fcdb-4561-8d69-d3c8eac97f05?api-version=2022-05-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": "655cfe15-b69f-45f9-bca7-e8b96e727767", + "x-ms-correlation-request-id": "68b8b88a-53c9-4775-bb04-efebc0cff6b8", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140819Z:655cfe15-b69f-45f9-bca7-e8b96e727767", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130427Z:68b8b88a-53c9-4775-bb04-efebc0cff6b8", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78301cea-465c-4ac6-9ff7-ab78c3cf7b63?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed80adda-fcdb-4561-8d69-d3c8eac97f05?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -554,7 +554,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:08:19 GMT", + "Date": "Tue, 25 Oct 2022 13:04:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -562,17 +562,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d215907c-d90a-4fb6-b62e-ba23aac37483", + "x-ms-correlation-request-id": "462c61ba-9543-41c6-ada5-21a7dfb6c92d", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140819Z:d215907c-d90a-4fb6-b62e-ba23aac37483", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130427Z:462c61ba-9543-41c6-ada5-21a7dfb6c92d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78301cea-465c-4ac6-9ff7-ab78c3cf7b63", - "name": "78301cea-465c-4ac6-9ff7-ab78c3cf7b63", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed80adda-fcdb-4561-8d69-d3c8eac97f05", + "name": "ed80adda-fcdb-4561-8d69-d3c8eac97f05", "status": "Succeeded", - "startTime": "2022-10-22T14:08:19.4276806Z", - "endTime": "2022-10-22T14:08:19.4432723Z", + "startTime": "2022-10-25T13:04:26.9282107Z", + "endTime": "2022-10-25T13:04:26.9594414Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1" @@ -580,7 +580,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78301cea-465c-4ac6-9ff7-ab78c3cf7b63?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed80adda-fcdb-4561-8d69-d3c8eac97f05?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -594,7 +594,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:08:19 GMT", + "Date": "Tue, 25 Oct 2022 13:04:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -602,19 +602,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5a33c92-af99-4494-bd9a-f725b432a9ba", + "x-ms-correlation-request-id": "08e3f949-9d07-4f7d-9f7f-394c3f2a4119", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140820Z:b5a33c92-af99-4494-bd9a-f725b432a9ba", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130427Z:08e3f949-9d07-4f7d-9f7f-394c3f2a4119", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-7ffd31c9/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A08%3A19.4091896Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A04%3A26.9070093Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:08:15.5019286Z" + "CreatedOnDate": "2022-10-25T13:04:23.3266622Z" }, "properties": { "enabled": false, @@ -630,10 +630,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:08:16.6670028Z", + "createdAt": "2022-10-25T13:04:24.3270668Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:08:16.6670028Z" + "lastModifiedAt": "2022-10-25T13:04:24.3270668Z" } } }, @@ -652,15 +652,15 @@ "Cache-Control": "no-cache", "Content-Length": "303", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:08:25 GMT", + "Date": "Tue, 25 Oct 2022 13:04:32 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": "8684ea31-d6bd-422d-936a-e9ff63c06903", + "x-ms-correlation-request-id": "68c898f2-4e39-429e-99ed-0f50321b7d01", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140825Z:8684ea31-d6bd-422d-936a-e9ff63c06903", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130432Z:68c898f2-4e39-429e-99ed-0f50321b7d01", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -683,25 +683,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a9a556ca-3d36-41ba-b358-6eea565cad06?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/787ea293-8781-4ccb-89f7-a7c073c6dcde?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:09:16 GMT", + "Date": "Tue, 25 Oct 2022 13:05:23 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a9a556ca-3d36-41ba-b358-6eea565cad06?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/787ea293-8781-4ccb-89f7-a7c073c6dcde?api-version=2022-05-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": "72510d14-b1bf-4621-bad2-075e5923330c", + "x-ms-correlation-request-id": "401942dc-28eb-4228-94ce-47dc44ec73b7", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140916Z:72510d14-b1bf-4621-bad2-075e5923330c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130524Z:401942dc-28eb-4228-94ce-47dc44ec73b7", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a9a556ca-3d36-41ba-b358-6eea565cad06?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/787ea293-8781-4ccb-89f7-a7c073c6dcde?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -715,7 +715,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:09:17 GMT", + "Date": "Tue, 25 Oct 2022 13:05:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -723,17 +723,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "14e21cf6-59fa-43b5-b542-41fccd8f2299", + "x-ms-correlation-request-id": "2d83ed3d-421e-4f27-9906-4bf3f44567a8", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140917Z:14e21cf6-59fa-43b5-b542-41fccd8f2299", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130524Z:2d83ed3d-421e-4f27-9906-4bf3f44567a8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a9a556ca-3d36-41ba-b358-6eea565cad06", - "name": "a9a556ca-3d36-41ba-b358-6eea565cad06", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/787ea293-8781-4ccb-89f7-a7c073c6dcde", + "name": "787ea293-8781-4ccb-89f7-a7c073c6dcde", "status": "Succeeded", - "startTime": "2022-10-22T14:09:16.84362Z", - "endTime": "2022-10-22T14:09:16.921753Z", + "startTime": "2022-10-25T13:05:24.3596618Z", + "endTime": "2022-10-25T13:05:24.4064653Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9" @@ -741,7 +741,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a9a556ca-3d36-41ba-b358-6eea565cad06?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/787ea293-8781-4ccb-89f7-a7c073c6dcde?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -755,7 +755,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:09:17 GMT", + "Date": "Tue, 25 Oct 2022 13:05:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -763,19 +763,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "caa4edcc-68a2-4fff-93e8-0fb619461bfc", + "x-ms-correlation-request-id": "507d3e35-1003-4efe-8dea-f9cd1607e342", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140917Z:caa4edcc-68a2-4fff-93e8-0fb619461bfc", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130525Z:507d3e35-1003-4efe-8dea-f9cd1607e342", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7ffd31c9", "name": "sdk-py-tests-acc-1-7ffd31c9", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A09%3A16.843339Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A05%3A24.3413162Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:08:10.8203742Z" + "CreatedOnDate": "2022-10-25T13:04:18.9666867Z" }, "properties": { "encryption": { @@ -786,10 +786,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:08:12.7127236Z", + "createdAt": "2022-10-25T13:04:20.9029435Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:08:12.7127236Z" + "lastModifiedAt": "2022-10-25T13:04:20.9029435Z" } } }, @@ -808,15 +808,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:09:17 GMT", + "Date": "Tue, 25 Oct 2022 13:05:24 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": "3c45bfe0-8115-4275-af77-da7ce287e92a", + "x-ms-correlation-request-id": "eefed896-8a50-490a-9724-702a09866082", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140917Z:3c45bfe0-8115-4275-af77-da7ce287e92a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130525Z:eefed896-8a50-490a-9724-702a09866082", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 6468abef854a..18b65bf5eefa 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 @@ -17,7 +17,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:06:47 GMT", + "Date": "Tue, 25 Oct 2022 13:02:59 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -111,7 +111,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:06:47 GMT", + "Date": "Tue, 25 Oct 2022 13:02:59 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "3704b91f-e406-48fe-8d94-14916f9b32e2", + "client-request-id": "d11b081c-d6d4-4e27-9c9a-29732c2085c6", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "3704b91f-e406-48fe-8d94-14916f9b32e2", + "client-request-id": "d11b081c-d6d4-4e27-9c9a-29732c2085c6", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:06:47 GMT", + "Date": "Tue, 25 Oct 2022 13:02:59 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ff083545-010f-4e10-a133-9e69631dd3c8?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f77ff515-4d69-4bce-a81d-6656256c7305?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:06:52 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A06%3A51.4839814Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:03:03 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A03%3A03.0530063Z\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": "37c2947c-738a-48ac-bc16-00b17f6bb7a3", + "x-ms-correlation-request-id": "b6512fa4-b697-4dc8-b1ee-be261de40258", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140653Z:37c2947c-738a-48ac-bc16-00b17f6bb7a3", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130304Z:b6512fa4-b697-4dc8-b1ee-be261de40258", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3", "name": "sdk-py-tests-acc-1-88d22fd3", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A06%3A51.4839814Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A03%3A03.0530063Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:06:49.2673738Z" + "CreatedOnDate": "2022-10-25T13:03:00.9381746Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:06:51.2957519Z", + "createdAt": "2022-10-25T13:03:02.7804972Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:06:51.2957519Z" + "lastModifiedAt": "2022-10-25T13:03:02.7804972Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ff083545-010f-4e10-a133-9e69631dd3c8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f77ff515-4d69-4bce-a81d-6656256c7305?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:06:53 GMT", + "Date": "Tue, 25 Oct 2022 13:03:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fba4fcea-69ba-4dd2-bed3-b159c14661b6", + "x-ms-correlation-request-id": "56a2c731-11b0-475d-88f1-5d742863efbc", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140653Z:fba4fcea-69ba-4dd2-bed3-b159c14661b6", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130304Z:56a2c731-11b0-475d-88f1-5d742863efbc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ff083545-010f-4e10-a133-9e69631dd3c8", - "name": "ff083545-010f-4e10-a133-9e69631dd3c8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f77ff515-4d69-4bce-a81d-6656256c7305", + "name": "f77ff515-4d69-4bce-a81d-6656256c7305", "status": "Succeeded", - "startTime": "2022-10-22T14:06:51.4865765Z", - "endTime": "2022-10-22T14:06:51.5333926Z", + "startTime": "2022-10-25T13:03:03.0489933Z", + "endTime": "2022-10-25T13:03:03.1115109Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:06:53 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A06%3A51.539465Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:03:04 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A03%3A03.1146496Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4031de7b-ff75-47cc-9392-873d6394545f", + "x-ms-correlation-request-id": "2d126c10-02cf-4c50-84cf-b38f3ff8bc28", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140653Z:4031de7b-ff75-47cc-9392-873d6394545f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130304Z:2d126c10-02cf-4c50-84cf-b38f3ff8bc28", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3", "name": "sdk-py-tests-acc-1-88d22fd3", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A06%3A51.539465Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A03%3A03.1146496Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:06:49.2673738Z" + "CreatedOnDate": "2022-10-25T13:03:00.9381746Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:06:51.2957519Z", + "createdAt": "2022-10-25T13:03:02.7804972Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:06:51.2957519Z" + "lastModifiedAt": "2022-10-25T13:03:02.7804972Z" } } }, @@ -404,30 +404,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da43d98-5565-42f0-92de-347df4145470?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aa60e70b-4fe5-444e-999d-eabb7e3e1460?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "929", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:06:56 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A06%3A55.3248011Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:03:07 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A03%3A06.3771108Z\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": "065f9a9e-4324-4052-972e-e23cf06dc88c", + "x-ms-correlation-request-id": "6c17d41c-63c5-4282-9ee6-c96c4744015f", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140656Z:065f9a9e-4324-4052-972e-e23cf06dc88c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130307Z:6c17d41c-63c5-4282-9ee6-c96c4744015f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-88d22fd3/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A06%3A55.3248011Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A03%3A06.3771108Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:06:53.9992870Z" + "CreatedOnDate": "2022-10-25T13:03:05.2548946Z" }, "properties": { "enabled": false, @@ -443,10 +443,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:06:55.1574152Z", + "createdAt": "2022-10-25T13:03:06.2356221Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:06:55.1574152Z" + "lastModifiedAt": "2022-10-25T13:03:06.2356221Z" } } }, @@ -476,30 +476,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1370dfb8-f038-4bf6-986e-e1f03a8daa1f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7b8213f8-c211-486e-a5d1-df454a7e04e8?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "929", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:06:58 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A06%3A58.0592479Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:03:09 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A03%3A09.1265435Z\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": "5c95d026-8672-43b5-948d-46abedc1f01a", + "x-ms-correlation-request-id": "001c0979-0b61-44f3-a97a-c265ad54dc58", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140658Z:5c95d026-8672-43b5-948d-46abedc1f01a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130310Z:001c0979-0b61-44f3-a97a-c265ad54dc58", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-2", "name": "sdk-py-tests-acc-1-88d22fd3/sdk-py-tests-snapshot-policy-2", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A06%3A58.0592479Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A03%3A09.1265435Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:06:56.8922907Z" + "CreatedOnDate": "2022-10-25T13:03:07.9890104Z" }, "properties": { "enabled": false, @@ -515,10 +515,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:06:57.9087893Z", + "createdAt": "2022-10-25T13:03:08.9563098Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:06:57.9087893Z" + "lastModifiedAt": "2022-10-25T13:03:08.9563098Z" } } }, @@ -537,7 +537,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:06:59 GMT", + "Date": "Tue, 25 Oct 2022 13:03:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -545,9 +545,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e84b42e8-291c-4950-8606-fb830be026ee", + "x-ms-correlation-request-id": "3af7609c-4240-4a9f-9971-51b337ce5268", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140659Z:e84b42e8-291c-4950-8606-fb830be026ee", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130310Z:3af7609c-4240-4a9f-9971-51b337ce5268", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -556,10 +556,10 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-88d22fd3/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A06%3A55.3592792Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A03%3A06.4587496Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:06:53.9992870Z" + "CreatedOnDate": "2022-10-25T13:03:05.2548946Z" }, "properties": { "enabled": false, @@ -575,20 +575,20 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:06:55.1574152Z", + "createdAt": "2022-10-25T13:03:06.2356221Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:06:55.1574152Z" + "lastModifiedAt": "2022-10-25T13:03:06.2356221Z" } }, { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-2", "name": "sdk-py-tests-acc-1-88d22fd3/sdk-py-tests-snapshot-policy-2", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A06%3A58.1117043Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A03%3A09.2081872Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:06:56.8922907Z" + "CreatedOnDate": "2022-10-25T13:03:07.9890104Z" }, "properties": { "enabled": false, @@ -604,10 +604,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:06:57.9087893Z", + "createdAt": "2022-10-25T13:03:08.9563098Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:06:57.9087893Z" + "lastModifiedAt": "2022-10-25T13:03:08.9563098Z" } } ] @@ -626,25 +626,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1cb8ece-4d98-4035-b099-e05340ba5ca7?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f2f583aa-a199-41f8-870f-6210b8f130ef?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:06:59 GMT", + "Date": "Tue, 25 Oct 2022 13:03:10 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1cb8ece-4d98-4035-b099-e05340ba5ca7?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f2f583aa-a199-41f8-870f-6210b8f130ef?api-version=2022-05-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": "d3065c87-690b-4b20-99d5-8e1b75e1bb29", + "x-ms-correlation-request-id": "d6207d2d-a75e-4f66-b2ac-646c3ba7c25d", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140700Z:d3065c87-690b-4b20-99d5-8e1b75e1bb29", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130311Z:d6207d2d-a75e-4f66-b2ac-646c3ba7c25d", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1cb8ece-4d98-4035-b099-e05340ba5ca7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f2f583aa-a199-41f8-870f-6210b8f130ef?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -658,7 +658,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:07:00 GMT", + "Date": "Tue, 25 Oct 2022 13:03:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -666,17 +666,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6cc17c1-b0dc-4249-8335-206726fa6fac", + "x-ms-correlation-request-id": "edb60eb3-272d-4a83-9d71-d6b61e107f6b", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140700Z:e6cc17c1-b0dc-4249-8335-206726fa6fac", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130311Z:edb60eb3-272d-4a83-9d71-d6b61e107f6b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1cb8ece-4d98-4035-b099-e05340ba5ca7", - "name": "a1cb8ece-4d98-4035-b099-e05340ba5ca7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f2f583aa-a199-41f8-870f-6210b8f130ef", + "name": "f2f583aa-a199-41f8-870f-6210b8f130ef", "status": "Succeeded", - "startTime": "2022-10-22T14:06:59.9824886Z", - "endTime": "2022-10-22T14:07:00.0463224Z", + "startTime": "2022-10-25T13:03:11.0906741Z", + "endTime": "2022-10-25T13:03:11.1529385Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-1" @@ -684,7 +684,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1cb8ece-4d98-4035-b099-e05340ba5ca7?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f2f583aa-a199-41f8-870f-6210b8f130ef?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -698,7 +698,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:07:00 GMT", + "Date": "Tue, 25 Oct 2022 13:03:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -706,19 +706,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0b532b6a-9af6-448d-b410-10543e548c4e", + "x-ms-correlation-request-id": "8a2291c9-44d4-4388-b5d4-295d8f2a0e74", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140700Z:0b532b6a-9af6-448d-b410-10543e548c4e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130311Z:8a2291c9-44d4-4388-b5d4-295d8f2a0e74", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-88d22fd3/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A06%3A59.9296638Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A03%3A11.049142Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:06:53.9992870Z" + "CreatedOnDate": "2022-10-25T13:03:05.2548946Z" }, "properties": { "enabled": false, @@ -734,10 +734,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:06:55.1574152Z", + "createdAt": "2022-10-25T13:03:06.2356221Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:06:55.1574152Z" + "lastModifiedAt": "2022-10-25T13:03:06.2356221Z" } } }, @@ -756,15 +756,15 @@ "Cache-Control": "no-cache", "Content-Length": "303", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:07:05 GMT", + "Date": "Tue, 25 Oct 2022 13:03:16 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": "a65f1750-3939-43e1-8329-e281977cd4b0", + "x-ms-correlation-request-id": "8b00fa6f-7522-42f6-9ea8-bd27c36f7f13", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140706Z:a65f1750-3939-43e1-8329-e281977cd4b0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130317Z:8b00fa6f-7522-42f6-9ea8-bd27c36f7f13", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -787,25 +787,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69a49096-9b1e-43cc-b283-fe125a310ce4?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d9860cc9-acba-4d9f-95a0-099c635e334c?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:07:06 GMT", + "Date": "Tue, 25 Oct 2022 13:03:17 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69a49096-9b1e-43cc-b283-fe125a310ce4?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d9860cc9-acba-4d9f-95a0-099c635e334c?api-version=2022-05-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": "6afc50ae-07ba-496c-a96f-57b476bfffb1", + "x-ms-correlation-request-id": "0e1525ff-84d4-45a9-a339-cdf612d47914", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140706Z:6afc50ae-07ba-496c-a96f-57b476bfffb1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130317Z:0e1525ff-84d4-45a9-a339-cdf612d47914", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69a49096-9b1e-43cc-b283-fe125a310ce4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d9860cc9-acba-4d9f-95a0-099c635e334c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -819,7 +819,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:07:06 GMT", + "Date": "Tue, 25 Oct 2022 13:03:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -827,17 +827,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d0ec2a7-3d24-45a5-94ad-b3438dd2950b", + "x-ms-correlation-request-id": "7ca777f4-dee4-475f-a302-4e80c6680008", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140707Z:6d0ec2a7-3d24-45a5-94ad-b3438dd2950b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130318Z:7ca777f4-dee4-475f-a302-4e80c6680008", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69a49096-9b1e-43cc-b283-fe125a310ce4", - "name": "69a49096-9b1e-43cc-b283-fe125a310ce4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d9860cc9-acba-4d9f-95a0-099c635e334c", + "name": "d9860cc9-acba-4d9f-95a0-099c635e334c", "status": "Succeeded", - "startTime": "2022-10-22T14:07:06.6643313Z", - "endTime": "2022-10-22T14:07:06.6955525Z", + "startTime": "2022-10-25T13:03:17.86085Z", + "endTime": "2022-10-25T13:03:17.954237Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-2" @@ -845,7 +845,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69a49096-9b1e-43cc-b283-fe125a310ce4?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d9860cc9-acba-4d9f-95a0-099c635e334c?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -859,7 +859,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:07:07 GMT", + "Date": "Tue, 25 Oct 2022 13:03:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -867,19 +867,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dc8c43ab-ff45-48f4-9344-6186aa314095", + "x-ms-correlation-request-id": "639fa78d-1d16-4771-869b-63ee0b3817f9", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140707Z:dc8c43ab-ff45-48f4-9344-6186aa314095", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130318Z:639fa78d-1d16-4771-869b-63ee0b3817f9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3/snapshotPolicies/sdk-py-tests-snapshot-policy-2", "name": "sdk-py-tests-acc-1-88d22fd3/sdk-py-tests-snapshot-policy-2", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A07%3A06.654815Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A03%3A17.7133554Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:06:56.8922907Z" + "CreatedOnDate": "2022-10-25T13:03:07.9890104Z" }, "properties": { "enabled": false, @@ -895,10 +895,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:06:57.9087893Z", + "createdAt": "2022-10-25T13:03:08.9563098Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:06:57.9087893Z" + "lastModifiedAt": "2022-10-25T13:03:08.9563098Z" } } }, @@ -917,15 +917,15 @@ "Cache-Control": "no-cache", "Content-Length": "303", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:07:12 GMT", + "Date": "Tue, 25 Oct 2022 13:03:23 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": "e2288643-0196-4bfe-b0e9-21443ebc31d1", + "x-ms-correlation-request-id": "5228750e-caa3-4d63-8562-26da94f4ef66", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140712Z:e2288643-0196-4bfe-b0e9-21443ebc31d1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130323Z:5228750e-caa3-4d63-8562-26da94f4ef66", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -950,7 +950,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:07:12 GMT", + "Date": "Tue, 25 Oct 2022 13:03:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -958,9 +958,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4a11ed29-f851-49f5-9db0-eebf45e056ba", + "x-ms-correlation-request-id": "ae99f224-5350-43f0-a102-1ac6861e0a4f", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140713Z:4a11ed29-f851-49f5-9db0-eebf45e056ba", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130324Z:ae99f224-5350-43f0-a102-1ac6861e0a4f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -980,25 +980,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc59ecc8-a238-4939-9538-cc507db60ea1?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/77cad27c-94e5-48fe-bb11-8d00f567a7a4?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:08:07 GMT", + "Date": "Tue, 25 Oct 2022 13:04:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc59ecc8-a238-4939-9538-cc507db60ea1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/77cad27c-94e5-48fe-bb11-8d00f567a7a4?api-version=2022-05-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": "1be8868d-22c5-4cdf-8592-a826df6e889a", + "x-ms-correlation-request-id": "cfed18b8-844b-4a83-9921-95e32fa144a3", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140807Z:1be8868d-22c5-4cdf-8592-a826df6e889a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130415Z:cfed18b8-844b-4a83-9921-95e32fa144a3", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc59ecc8-a238-4939-9538-cc507db60ea1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/77cad27c-94e5-48fe-bb11-8d00f567a7a4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1012,7 +1012,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:08:07 GMT", + "Date": "Tue, 25 Oct 2022 13:04:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1020,17 +1020,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77b83dea-addc-4893-9e73-7a80f3b1c49c", + "x-ms-correlation-request-id": "468588c0-6dd2-4804-b50b-70c5f44b3048", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140808Z:77b83dea-addc-4893-9e73-7a80f3b1c49c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130416Z:468588c0-6dd2-4804-b50b-70c5f44b3048", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc59ecc8-a238-4939-9538-cc507db60ea1", - "name": "cc59ecc8-a238-4939-9538-cc507db60ea1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/77cad27c-94e5-48fe-bb11-8d00f567a7a4", + "name": "77cad27c-94e5-48fe-bb11-8d00f567a7a4", "status": "Succeeded", - "startTime": "2022-10-22T14:08:07.6914458Z", - "endTime": "2022-10-22T14:08:07.7383407Z", + "startTime": "2022-10-25T13:04:15.7077649Z", + "endTime": "2022-10-25T13:04:15.7702545Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3" @@ -1038,7 +1038,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cc59ecc8-a238-4939-9538-cc507db60ea1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/77cad27c-94e5-48fe-bb11-8d00f567a7a4?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1052,7 +1052,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:08:08 GMT", + "Date": "Tue, 25 Oct 2022 13:04:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1060,19 +1060,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b211c66-f500-44f8-93fd-87dad226ec4f", + "x-ms-correlation-request-id": "827ca7cb-aee0-4a92-b899-a9ceab232833", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140808Z:9b211c66-f500-44f8-93fd-87dad226ec4f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130416Z:827ca7cb-aee0-4a92-b899-a9ceab232833", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-88d22fd3", "name": "sdk-py-tests-acc-1-88d22fd3", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A08%3A07.6918929Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A04%3A15.7103796Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:06:49.2673738Z" + "CreatedOnDate": "2022-10-25T13:03:00.9381746Z" }, "properties": { "encryption": { @@ -1083,10 +1083,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:06:51.2957519Z", + "createdAt": "2022-10-25T13:03:02.7804972Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:06:51.2957519Z" + "lastModifiedAt": "2022-10-25T13:03:02.7804972Z" } } }, @@ -1105,15 +1105,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:08:08 GMT", + "Date": "Tue, 25 Oct 2022 13:04:16 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": "c48ad9fd-b7c5-47bf-aac0-fd21293d25d1", + "x-ms-correlation-request-id": "6377e0fd-8148-4fba-83e1-a34b370f20da", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140808Z:c48ad9fd-b7c5-47bf-aac0-fd21293d25d1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130416Z:6377e0fd-8148-4fba-83e1-a34b370f20da", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 b09bf54a1763..8fccbb3af1be 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:09:18 GMT", + "Date": "Tue, 25 Oct 2022 13:05:25 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.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:09:18 GMT", + "Date": "Tue, 25 Oct 2022 13:05:25 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.13845.10 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "de30896c-8ff2-4765-8bdb-bc62b9a4c491", + "client-request-id": "6c9ce9d5-8aa3-49e0-a45b-24d65cc83154", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "de30896c-8ff2-4765-8bdb-bc62b9a4c491", + "client-request-id": "6c9ce9d5-8aa3-49e0-a45b-24d65cc83154", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:09:18 GMT", + "Date": "Tue, 25 Oct 2022 13:05:25 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -228,30 +228,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a26d4fb-2dee-4191-862b-2dea371eb785?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f44fa1d-1679-422e-90ad-d73e2607b5d9?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:09:23 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A09%3A22.0952752Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:05:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A05%3A28.4906534Z\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": "9a8ff4e7-50de-426b-bb22-263b0a012cb7", + "x-ms-correlation-request-id": "d0da276b-3704-444b-95fd-bbb3a5b6d3bf", "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140923Z:9a8ff4e7-50de-426b-bb22-263b0a012cb7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130529Z:d0da276b-3704-444b-95fd-bbb3a5b6d3bf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a", "name": "sdk-py-tests-acc-1-e9f2309a", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A09%3A22.0952752Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A05%3A28.4906534Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:09:20.0071104Z" + "CreatedOnDate": "2022-10-25T13:05:26.9564871Z" }, "properties": { "provisioningState": "Creating" @@ -259,15 +259,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:09:21.8919087Z", + "createdAt": "2022-10-25T13:05:28.2809063Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:09:21.8919087Z" + "lastModifiedAt": "2022-10-25T13:05:28.2809063Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a26d4fb-2dee-4191-862b-2dea371eb785?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f44fa1d-1679-422e-90ad-d73e2607b5d9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -281,7 +281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:09:23 GMT", + "Date": "Tue, 25 Oct 2022 13:05:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -289,17 +289,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94f9bc61-5f0d-4da8-87e0-b4709fd0b82f", + "x-ms-correlation-request-id": "80f8a5e4-8b50-4a49-839d-8c3a00990630", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140923Z:94f9bc61-5f0d-4da8-87e0-b4709fd0b82f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130530Z:80f8a5e4-8b50-4a49-839d-8c3a00990630", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a26d4fb-2dee-4191-862b-2dea371eb785", - "name": "4a26d4fb-2dee-4191-862b-2dea371eb785", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f44fa1d-1679-422e-90ad-d73e2607b5d9", + "name": "8f44fa1d-1679-422e-90ad-d73e2607b5d9", "status": "Succeeded", - "startTime": "2022-10-22T14:09:22.1001184Z", - "endTime": "2022-10-22T14:09:22.1470771Z", + "startTime": "2022-10-25T13:05:28.4990823Z", + "endTime": "2022-10-25T13:05:28.5303174Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a" @@ -321,8 +321,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:09:23 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A09%3A22.1523035Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:05:29 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A05%3A28.5329289Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -330,19 +330,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "98fb7356-fe6c-42ae-898a-42f218a84cb3", + "x-ms-correlation-request-id": "73429919-d761-45ca-8008-76d6cc985f9e", "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140924Z:98fb7356-fe6c-42ae-898a-42f218a84cb3", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130530Z:73429919-d761-45ca-8008-76d6cc985f9e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a", "name": "sdk-py-tests-acc-1-e9f2309a", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A09%3A22.1523035Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A05%3A28.5329289Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:09:20.0071104Z" + "CreatedOnDate": "2022-10-25T13:05:26.9564871Z" }, "properties": { "activeDirectories": [ @@ -371,10 +371,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:09:21.8919087Z", + "createdAt": "2022-10-25T13:05:28.2809063Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:09:21.8919087Z" + "lastModifiedAt": "2022-10-25T13:05:28.2809063Z" } } }, @@ -404,30 +404,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9508de12-d03f-44da-ad15-b5d07e7848e4?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a08d38d3-bc73-4bba-b2d6-c74ebf8a26c8?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "929", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:09:26 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A09%3A25.7641375Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:05:33 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A05%3A31.9706985Z\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": "249ef80b-8475-4426-a479-329e4e65cfa2", + "x-ms-correlation-request-id": "ec316ac4-3ff3-41d4-9651-78efd804f939", "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140927Z:249ef80b-8475-4426-a479-329e4e65cfa2", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130533Z:ec316ac4-3ff3-41d4-9651-78efd804f939", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-e9f2309a/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A09%3A25.7641375Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A05%3A31.9706985Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:09:24.4461342Z" + "CreatedOnDate": "2022-10-25T13:05:30.8282820Z" }, "properties": { "enabled": false, @@ -443,10 +443,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:09:25.6128325Z", + "createdAt": "2022-10-25T13:05:31.8303926Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:09:25.6128325Z" + "lastModifiedAt": "2022-10-25T13:05:31.8303926Z" } } }, @@ -477,31 +477,31 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/95f962c6-e742-41a9-a8b4-39bfb846d141?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/285c59f4-8567-46b8-8495-a7099663f3d9?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "929", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:09:27 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T14%3A09%3A27.4842542Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 13:05:33 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T13%3A05%3A33.8239279Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/95f962c6-e742-41a9-a8b4-39bfb846d141?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/285c59f4-8567-46b8-8495-a7099663f3d9?api-version=2022-05-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": "ec0d8695-310f-4076-ae3e-d7c97b36ed70", + "x-ms-correlation-request-id": "a0fdda07-0e84-4d01-b553-65a15602c378", "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140927Z:ec0d8695-310f-4076-ae3e-d7c97b36ed70", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130534Z:a0fdda07-0e84-4d01-b553-65a15602c378", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-e9f2309a/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A09%3A27.4842542Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A05%3A33.8239279Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:09:24.4461342Z" + "CreatedOnDate": "2022-10-25T13:05:30.8282820Z" }, "properties": { "provisioningState": "Patching", @@ -517,15 +517,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:09:25.6128325Z", + "createdAt": "2022-10-25T13:05:31.8303926Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:09:25.6128325Z" + "lastModifiedAt": "2022-10-25T13:05:31.8303926Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/95f962c6-e742-41a9-a8b4-39bfb846d141?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/285c59f4-8567-46b8-8495-a7099663f3d9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -539,7 +539,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:09:27 GMT", + "Date": "Tue, 25 Oct 2022 13:05:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -547,17 +547,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bffc35dc-2219-4728-8e65-7a604832fd00", + "x-ms-correlation-request-id": "a40e8763-ee3d-4748-98da-004b49748e78", "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140927Z:bffc35dc-2219-4728-8e65-7a604832fd00", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130534Z:a40e8763-ee3d-4748-98da-004b49748e78", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/95f962c6-e742-41a9-a8b4-39bfb846d141", - "name": "95f962c6-e742-41a9-a8b4-39bfb846d141", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/285c59f4-8567-46b8-8495-a7099663f3d9", + "name": "285c59f4-8567-46b8-8495-a7099663f3d9", "status": "Succeeded", - "startTime": "2022-10-22T14:09:27.4755513Z", - "endTime": "2022-10-22T14:09:27.6004783Z", + "startTime": "2022-10-25T13:05:33.8553284Z", + "endTime": "2022-10-25T13:05:33.9490824Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1" @@ -565,7 +565,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/95f962c6-e742-41a9-a8b4-39bfb846d141?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/285c59f4-8567-46b8-8495-a7099663f3d9?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -579,7 +579,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:09:27 GMT", + "Date": "Tue, 25 Oct 2022 13:05:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -587,19 +587,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "41d3414f-f66b-4274-9afd-9c1931fd256a", + "x-ms-correlation-request-id": "0ac55be2-e180-4ba4-a6a5-b28953ec920d", "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140928Z:41d3414f-f66b-4274-9afd-9c1931fd256a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130534Z:0ac55be2-e180-4ba4-a6a5-b28953ec920d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-e9f2309a/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A09%3A27.5951909Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A05%3A33.9438588Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:09:27.1718778Z" + "CreatedOnDate": "2022-10-25T13:05:33.4280330Z" }, "properties": { "enabled": false, @@ -619,10 +619,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:09:25.6128325Z", + "createdAt": "2022-10-25T13:05:31.8303926Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:09:27.3480774Z" + "lastModifiedAt": "2022-10-25T13:05:33.5978556Z" } } }, @@ -639,25 +639,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/afd395b1-6536-44b0-82b8-a6cffb32c3a7?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a2ba90b-651c-4dd6-8793-69a9ffaa7629?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:09:28 GMT", + "Date": "Tue, 25 Oct 2022 13:05:35 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/afd395b1-6536-44b0-82b8-a6cffb32c3a7?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a2ba90b-651c-4dd6-8793-69a9ffaa7629?api-version=2022-05-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": "ebc8a98f-2794-4f30-98d7-4614eaa56960", + "x-ms-correlation-request-id": "7ebfe847-8db0-455e-b6f7-6d386e84c89f", "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140928Z:ebc8a98f-2794-4f30-98d7-4614eaa56960", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130535Z:7ebfe847-8db0-455e-b6f7-6d386e84c89f", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/afd395b1-6536-44b0-82b8-a6cffb32c3a7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a2ba90b-651c-4dd6-8793-69a9ffaa7629?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -671,7 +671,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:09:28 GMT", + "Date": "Tue, 25 Oct 2022 13:05:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -679,17 +679,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3c63e743-b7ce-4c21-907e-6d6fffcea5af", + "x-ms-correlation-request-id": "4baf7304-0d17-4918-962c-6ebe0108b1a0", "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140929Z:3c63e743-b7ce-4c21-907e-6d6fffcea5af", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130535Z:4baf7304-0d17-4918-962c-6ebe0108b1a0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/afd395b1-6536-44b0-82b8-a6cffb32c3a7", - "name": "afd395b1-6536-44b0-82b8-a6cffb32c3a7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a2ba90b-651c-4dd6-8793-69a9ffaa7629", + "name": "3a2ba90b-651c-4dd6-8793-69a9ffaa7629", "status": "Succeeded", - "startTime": "2022-10-22T14:09:28.7100048Z", - "endTime": "2022-10-22T14:09:28.7256207Z", + "startTime": "2022-10-25T13:05:35.1054954Z", + "endTime": "2022-10-25T13:05:35.4962544Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1" @@ -697,7 +697,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/afd395b1-6536-44b0-82b8-a6cffb32c3a7?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a2ba90b-651c-4dd6-8793-69a9ffaa7629?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -711,7 +711,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:09:29 GMT", + "Date": "Tue, 25 Oct 2022 13:05:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -719,19 +719,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "323df083-a217-492c-b6af-2c4c408a6938", + "x-ms-correlation-request-id": "8ef261ef-83f0-4da8-8cde-493c4f2140c9", "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140929Z:323df083-a217-492c-b6af-2c4c408a6938", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130536Z:8ef261ef-83f0-4da8-8cde-493c4f2140c9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1-e9f2309a/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A09%3A28.6975602Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A05%3A35.0432362Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:09:27.1718778Z" + "CreatedOnDate": "2022-10-25T13:05:33.4280330Z" }, "properties": { "enabled": false, @@ -751,10 +751,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:09:25.6128325Z", + "createdAt": "2022-10-25T13:05:31.8303926Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:09:27.3480774Z" + "lastModifiedAt": "2022-10-25T13:05:33.5978556Z" } } }, @@ -773,15 +773,15 @@ "Cache-Control": "no-cache", "Content-Length": "303", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:09:34 GMT", + "Date": "Tue, 25 Oct 2022 13:05:41 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": "88b11a5f-e01f-4d26-b659-644a8363b20f", + "x-ms-correlation-request-id": "b16eadc7-c5c8-4902-8cf5-fa095ca42cee", "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T140934Z:88b11a5f-e01f-4d26-b659-644a8363b20f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130541Z:b16eadc7-c5c8-4902-8cf5-fa095ca42cee", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -804,25 +804,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb12ed55-534d-4822-a4a2-59c952ea4ab9?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a471f44-4531-4644-9517-f78b2d10a7fe?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 14:10:25 GMT", + "Date": "Tue, 25 Oct 2022 13:06:32 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb12ed55-534d-4822-a4a2-59c952ea4ab9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a471f44-4531-4644-9517-f78b2d10a7fe?api-version=2022-05-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": "4dd6df02-fc24-4f56-9404-f7ecb6b467f8", + "x-ms-correlation-request-id": "be24bd5b-df7e-4982-aa3c-a1d3b44f5ba3", "x-ms-ratelimit-remaining-subscription-deletes": "14991", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141026Z:4dd6df02-fc24-4f56-9404-f7ecb6b467f8", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130632Z:be24bd5b-df7e-4982-aa3c-a1d3b44f5ba3", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb12ed55-534d-4822-a4a2-59c952ea4ab9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a471f44-4531-4644-9517-f78b2d10a7fe?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -836,7 +836,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:10:26 GMT", + "Date": "Tue, 25 Oct 2022 13:06:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -844,17 +844,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a79b7207-69e3-4310-9d0f-bd3c32fe7456", + "x-ms-correlation-request-id": "bd589a8b-2e92-4438-a8c1-308a41276637", "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141026Z:a79b7207-69e3-4310-9d0f-bd3c32fe7456", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130633Z:bd589a8b-2e92-4438-a8c1-308a41276637", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb12ed55-534d-4822-a4a2-59c952ea4ab9", - "name": "cb12ed55-534d-4822-a4a2-59c952ea4ab9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a471f44-4531-4644-9517-f78b2d10a7fe", + "name": "4a471f44-4531-4644-9517-f78b2d10a7fe", "status": "Succeeded", - "startTime": "2022-10-22T14:10:26.0466201Z", - "endTime": "2022-10-22T14:10:26.1091121Z", + "startTime": "2022-10-25T13:06:32.8497805Z", + "endTime": "2022-10-25T13:06:32.8966602Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a" @@ -862,7 +862,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb12ed55-534d-4822-a4a2-59c952ea4ab9?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4a471f44-4531-4644-9517-f78b2d10a7fe?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -876,7 +876,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:10:26 GMT", + "Date": "Tue, 25 Oct 2022 13:06:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -884,19 +884,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45742a56-efd5-42b4-9040-e0a0197441d6", + "x-ms-correlation-request-id": "3ebd3e51-b392-4a68-bc2c-5f64aeea8541", "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141026Z:45742a56-efd5-42b4-9040-e0a0197441d6", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130633Z:3ebd3e51-b392-4a68-bc2c-5f64aeea8541", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-e9f2309a", "name": "sdk-py-tests-acc-1-e9f2309a", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T14%3A10%3A26.0517635Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T13%3A06%3A32.8464271Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T14:09:20.0071104Z" + "CreatedOnDate": "2022-10-25T13:05:26.9564871Z" }, "properties": { "encryption": { @@ -907,10 +907,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T14:09:21.8919087Z", + "createdAt": "2022-10-25T13:05:28.2809063Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T14:09:21.8919087Z" + "lastModifiedAt": "2022-10-25T13:05:28.2809063Z" } } }, @@ -929,15 +929,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 14:10:26 GMT", + "Date": "Tue, 25 Oct 2022 13:06: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": "dc4e77f8-e157-4132-9bdf-119018368b51", + "x-ms-correlation-request-id": "e0cc9db7-0a92-4d14-bcb7-97377bcf3bee", "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T141027Z:dc4e77f8-e157-4132-9bdf-119018368b51", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T130633Z:e0cc9db7-0a92-4d14-bcb7-97377bcf3bee", "X-Powered-By": "ASP.NET" }, "ResponseBody": { 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 index 678368a66bee..da38862eee11 100644 --- 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:15:38 GMT", + "Date": "Tue, 25 Oct 2022 14:41:08 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.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:15:38 GMT", + "Date": "Tue, 25 Oct 2022 14:41:08 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "2584ebb6-5912-475b-9573-0a99ec0441f0", + "client-request-id": "7d0aec8f-3d8b-425f-b277-e1acbeca0521", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "2584ebb6-5912-475b-9573-0a99ec0441f0", + "client-request-id": "7d0aec8f-3d8b-425f-b277-e1acbeca0521", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:15:38 GMT", + "Date": "Tue, 25 Oct 2022 14:41:08 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/12807cb1-c844-4ed7-b587-0b0e7502e489?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/bb78f39a-6026-4968-b5f8-84fd5fb969d1?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "748", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:15:46 GMT", + "Date": "Tue, 25 Oct 2022 14:41:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b89d9ed7-eaaa-4775-9146-15a3f70aee00", - "x-ms-correlation-request-id": "092ed53a-c475-4a26-8d68-6500f32fcc39", + "x-ms-arm-service-request-id": "7105116d-84e4-4643-9a7d-65790ece590a", + "x-ms-correlation-request-id": "9d8184cf-56de-4da9-b5fc-c869a29e5d67", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T161547Z:092ed53a-c475-4a26-8d68-6500f32fcc39" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144118Z:9d8184cf-56de-4da9-b5fc-c869a29e5d67" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-6b727b0", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0", - "etag": "W/\u00223cc4f8c8-370d-4101-9c42-1b17d128f68a\u0022", + "etag": "W/\u0022e01327d6-9502-4246-b519-572ff2a09fa2\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:15:41.1660022Z" + "CreatedOnDate": "2022-10-25T14:41:12.1641729Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "8a8bc0fd-44aa-4f0c-b89e-65865b4bfa46", + "resourceGuid": "dfa08794-bb95-43eb-8b60-4f1f7db51bbd", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/12807cb1-c844-4ed7-b587-0b0e7502e489?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/bb78f39a-6026-4968-b5f8-84fd5fb969d1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:15:47 GMT", + "Date": "Tue, 25 Oct 2022 14:41:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -304,10 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e9497185-edb8-459f-ae6f-e88a21ba49cc", - "x-ms-correlation-request-id": "6ca20b3c-0177-4695-8dfc-a9f021204ba4", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T161547Z:6ca20b3c-0177-4695-8dfc-a9f021204ba4" + "x-ms-arm-service-request-id": "7a52720c-39e5-4e90-81b0-88f4d2dfe548", + "x-ms-correlation-request-id": "75cce6d4-2d41-400d-9bcd-ac2f43121dee", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144118Z:75cce6d4-2d41-400d-9bcd-ac2f43121dee" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:15:47 GMT", - "ETag": "W/\u002236826032-0b9e-409b-a08b-e819825a0039\u0022", + "Date": "Tue, 25 Oct 2022 14:41:18 GMT", + "ETag": "W/\u002243e19a42-0eb8-4e59-a094-0e01bafbf95b\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "df084be2-ae0e-4894-a5da-25cf3a8f962e", - "x-ms-correlation-request-id": "138edacd-0f24-4f0b-9ee8-e9e46d6ef295", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T161548Z:138edacd-0f24-4f0b-9ee8-e9e46d6ef295" + "x-ms-arm-service-request-id": "bc22f346-cdaa-4c14-9949-16eb2a847007", + "x-ms-correlation-request-id": "76d36e51-ac1b-4d33-87c5-f13ceac8af78", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144119Z:76d36e51-ac1b-4d33-87c5-f13ceac8af78" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-6b727b0", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0", - "etag": "W/\u002236826032-0b9e-409b-a08b-e819825a0039\u0022", + "etag": "W/\u002243e19a42-0eb8-4e59-a094-0e01bafbf95b\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:15:41.1660022Z" + "CreatedOnDate": "2022-10-25T14:41:12.1641729Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "8a8bc0fd-44aa-4f0c-b89e-65865b4bfa46", + "resourceGuid": "dfa08794-bb95-43eb-8b60-4f1f7db51bbd", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/07d0349c-7294-4fbb-998b-9e51bcf752ee?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/25c538e6-28f0-4352-943f-64cd653ee24a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1324", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:15:48 GMT", + "Date": "Tue, 25 Oct 2022 14:41:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3b3e3927-3dd6-4aa3-8826-8888aef67d73", - "x-ms-correlation-request-id": "56def889-a712-44f7-866a-0aca383439f3", + "x-ms-arm-service-request-id": "ce8c9e79-0d55-43e8-b7b1-4a7bee36dc02", + "x-ms-correlation-request-id": "44077a5c-5e23-4c3c-8884-bb388e5ec9b2", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T161548Z:56def889-a712-44f7-866a-0aca383439f3" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144120Z:44077a5c-5e23-4c3c-8884-bb388e5ec9b2" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default", - "etag": "W/\u002284848160-9ea9-4ea8-b157-d631e2c40681\u0022", + "etag": "W/\u0022c0be8142-c90b-4077-a4c1-e663bd752c43\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002284848160-9ea9-4ea8-b157-d631e2c40681\u0022", + "etag": "W/\u0022c0be8142-c90b-4077-a4c1-e663bd752c43\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/07d0349c-7294-4fbb-998b-9e51bcf752ee?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/25c538e6-28f0-4352-943f-64cd653ee24a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:15:48 GMT", + "Date": "Tue, 25 Oct 2022 14:41:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ab98b887-02df-4bec-82eb-2e9fff8c07d1", - "x-ms-correlation-request-id": "d23f39df-591a-436e-be11-7a25431e5d05", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T161549Z:d23f39df-591a-436e-be11-7a25431e5d05" + "x-ms-arm-service-request-id": "252486f1-5667-4a0d-a10b-6e5c62ce1e3f", + "x-ms-correlation-request-id": "45e9e19a-a9d6-4a41-a3a2-7364472c1ab9", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144120Z:45e9e19a-a9d6-4a41-a3a2-7364472c1ab9" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:15:48 GMT", - "ETag": "W/\u0022f61248cc-cc32-4aa9-83fb-01a9fc3d9d59\u0022", + "Date": "Tue, 25 Oct 2022 14:41:19 GMT", + "ETag": "W/\u00220a262480-27e0-4d79-a3a9-2a88b2599fb1\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c6d0babf-5b55-4ed0-9926-74176ea3e58e", - "x-ms-correlation-request-id": "34bcf6f2-9d55-45d9-b47b-57f49b38595f", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T161549Z:34bcf6f2-9d55-45d9-b47b-57f49b38595f" + "x-ms-arm-service-request-id": "0fa2928c-00c6-4800-83a9-067e31e4e997", + "x-ms-correlation-request-id": "cb957cb0-f074-450d-ace6-4b225a56d169", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144120Z:cb957cb0-f074-450d-ace6-4b225a56d169" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default", - "etag": "W/\u0022f61248cc-cc32-4aa9-83fb-01a9fc3d9d59\u0022", + "etag": "W/\u00220a262480-27e0-4d79-a3a9-2a88b2599fb1\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022f61248cc-cc32-4aa9-83fb-01a9fc3d9d59\u0022", + "etag": "W/\u00220a262480-27e0-4d79-a3a9-2a88b2599fb1\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -558,7 +558,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:15:49 GMT", + "Date": "Tue, 25 Oct 2022 14:41:19 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -652,12 +652,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:15:49 GMT", + "Date": "Tue, 25 Oct 2022 14:41:20 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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -713,9 +713,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "b6ae2223-68c9-433f-8310-459d5536fc54", + "client-request-id": "45bc0e2e-5208-4216-933f-f9213a7b7f30", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -727,14 +727,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "b6ae2223-68c9-433f-8310-459d5536fc54", + "client-request-id": "45bc0e2e-5208-4216-933f-f9213a7b7f30", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:15:49 GMT", + "Date": "Tue, 25 Oct 2022 14:41:20 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -742,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -769,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/197b5d25-928f-4fd9-a133-2d0206c5b9aa?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/608975eb-95d1-4368-9b5c-8850f081e099?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "702", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:15:53 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T16%3A15%3A52.7237937Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 14:41:24 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T14%3A41%3A24.19381Z\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": "ffecb69d-8e97-4bb4-85f6-9fe4fb62580d", + "x-ms-correlation-request-id": "66cd4e70-bb0b-46ef-ad2d-f9b570b68af5", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T161554Z:ffecb69d-8e97-4bb4-85f6-9fe4fb62580d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144125Z:66cd4e70-bb0b-46ef-ad2d-f9b570b68af5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0", "name": "sdk-py-tests-acc-1-6b727b0", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T16%3A15%3A52.7237937Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T14%3A41%3A24.19381Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:15:50.8851152Z" + "CreatedOnDate": "2022-10-25T14:41:22.0868994Z" }, "properties": { "provisioningState": "Creating" @@ -800,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T16:15:51.735529Z", + "createdAt": "2022-10-25T14:41:23.2243982Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T16:15:51.735529Z" + "lastModifiedAt": "2022-10-25T14:41:23.2243982Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/197b5d25-928f-4fd9-a133-2d0206c5b9aa?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/608975eb-95d1-4368-9b5c-8850f081e099?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -822,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:15:53 GMT", + "Date": "Tue, 25 Oct 2022 14:41:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -830,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "caba8ff7-a537-46de-b721-7af9b9028a53", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T161554Z:caba8ff7-a537-46de-b721-7af9b9028a53", + "x-ms-correlation-request-id": "aad0a8cd-67e9-4061-92cf-8a935e7da22d", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144125Z:aad0a8cd-67e9-4061-92cf-8a935e7da22d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/197b5d25-928f-4fd9-a133-2d0206c5b9aa", - "name": "197b5d25-928f-4fd9-a133-2d0206c5b9aa", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/608975eb-95d1-4368-9b5c-8850f081e099", + "name": "608975eb-95d1-4368-9b5c-8850f081e099", "status": "Succeeded", - "startTime": "2022-10-22T16:15:52.7241646Z", - "endTime": "2022-10-22T16:15:52.7554195Z", + "startTime": "2022-10-25T14:41:24.1952054Z", + "endTime": "2022-10-25T14:41:24.2577128Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0" @@ -862,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:15:53 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T16%3A15%3A52.7597174Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 14:41:25 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T14%3A41%3A24.2582284Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f21a31e5-be97-41a9-972b-0288a1f75717", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T161554Z:f21a31e5-be97-41a9-972b-0288a1f75717", + "x-ms-correlation-request-id": "0b5bdf34-36f8-4222-88af-3d81e395a61f", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144125Z:0b5bdf34-36f8-4222-88af-3d81e395a61f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0", "name": "sdk-py-tests-acc-1-6b727b0", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T16%3A15%3A52.7597174Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T14%3A41%3A24.2582284Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:15:50.8851152Z" + "CreatedOnDate": "2022-10-25T14:41:22.0868994Z" }, "properties": { "activeDirectories": [ @@ -912,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T16:15:51.735529Z", + "createdAt": "2022-10-25T14:41:23.2243982Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T16:15:51.735529Z" + "lastModifiedAt": "2022-10-25T14:41:23.2243982Z" } } }, @@ -941,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e03d1daf-6f23-4377-a69e-c7525870014e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67571136-0628-45e1-bd03-8a5b6c6552ef?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "920", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:15:56 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T16%3A15%3A56.2977614Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 14:41:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T14%3A41%3A27.8417072Z\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": "44a09575-5af6-49c9-a36e-963c3f8605bc", + "x-ms-correlation-request-id": "283d978f-8613-43c5-b00c-1159ad28526d", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T161557Z:44a09575-5af6-49c9-a36e-963c3f8605bc", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144129Z:283d978f-8613-43c5-b00c-1159ad28526d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T16%3A15%3A56.2977614Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T14%3A41%3A27.8417072Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:15:55.0657596Z" + "CreatedOnDate": "2022-10-25T14:41:26.2357170Z" }, "properties": { "serviceLevel": "Premium", @@ -978,15 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T16:15:56.0666051Z", + "createdAt": "2022-10-25T14:41:27.5863451Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T16:15:56.0666051Z" + "lastModifiedAt": "2022-10-25T14:41:27.5863451Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e03d1daf-6f23-4377-a69e-c7525870014e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67571136-0628-45e1-bd03-8a5b6c6552ef?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1000,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:15:56 GMT", + "Date": "Tue, 25 Oct 2022 14:41:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1008,17 +1008,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85845c65-c225-4c9d-94fc-9a9b94549dde", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T161557Z:85845c65-c225-4c9d-94fc-9a9b94549dde", + "x-ms-correlation-request-id": "46af9e87-218f-4005-a6c0-cba8014e734b", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144129Z:46af9e87-218f-4005-a6c0-cba8014e734b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e03d1daf-6f23-4377-a69e-c7525870014e", - "name": "e03d1daf-6f23-4377-a69e-c7525870014e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67571136-0628-45e1-bd03-8a5b6c6552ef", + "name": "67571136-0628-45e1-bd03-8a5b6c6552ef", "status": "Succeeded", - "startTime": "2022-10-22T16:15:56.2941662Z", - "endTime": "2022-10-22T16:15:57.2351074Z", + "startTime": "2022-10-25T14:41:27.8372768Z", + "endTime": "2022-10-25T14:41:28.6185249Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1" @@ -1040,8 +1040,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:15:56 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T16%3A15%3A57.2361586Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 14:41:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T14%3A41%3A28.6127421Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1049,22 +1049,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6f2abaf8-42ee-4d29-a95c-035d1a08fbc3", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T161557Z:6f2abaf8-42ee-4d29-a95c-035d1a08fbc3", + "x-ms-correlation-request-id": "30d484ac-3d14-4488-810f-7840ea98c560", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144129Z:30d484ac-3d14-4488-810f-7840ea98c560", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T16%3A15%3A57.2361586Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T14%3A41%3A28.6127421Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:15:55.0657596Z" + "CreatedOnDate": "2022-10-25T14:41:26.2357170Z" }, "properties": { - "poolId": "d739870b-ae11-c7e8-f454-0d5c6444f41d", + "poolId": "c92ee5a4-dcb6-f88e-8ffa-a0dbf60d7354", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1077,10 +1077,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T16:15:56.0666051Z", + "createdAt": "2022-10-25T14:41:27.5863451Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T16:15:56.0666051Z" + "lastModifiedAt": "2022-10-25T14:41:27.5863451Z" } } }, @@ -1124,30 +1124,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1608", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:16:00 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T16%3A15%3A59.5159317Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 14:41:31 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T14%3A41%3A31.5805526Z\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": "fa7db88e-5cfd-401c-a4ae-c227358c8014", + "x-ms-correlation-request-id": "e708b74d-6563-4144-9369-3119da088379", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T161600Z:fa7db88e-5cfd-401c-a4ae-c227358c8014", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144132Z:e708b74d-6563-4144-9369-3119da088379", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0", "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-6b727b0", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T16%3A15%3A59.5159317Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T14%3A41%3A31.5805526Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:15:58.2186087Z" + "CreatedOnDate": "2022-10-25T14:41:30.0240301Z" }, "properties": { "serviceLevel": "Premium", @@ -1178,15 +1178,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T16:15:59.2250607Z", + "createdAt": "2022-10-25T14:41:31.3076011Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T16:15:59.2250607Z" + "lastModifiedAt": "2022-10-25T14:41:31.3076011Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1200,7 +1200,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:16:00 GMT", + "Date": "Tue, 25 Oct 2022 14:41:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1208,16 +1208,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9729064d-09f8-411b-8a20-2724f9400d7b", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T161600Z:9729064d-09f8-411b-8a20-2724f9400d7b", + "x-ms-correlation-request-id": "5de10d72-706a-4aa5-92f5-7009dc5a4fd9", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144132Z:5de10d72-706a-4aa5-92f5-7009dc5a4fd9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846", - "name": "f4fa47e3-95f4-4050-beb2-a11236123846", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1", + "name": "d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1", "status": "Creating", - "startTime": "2022-10-22T16:15:59.5164917Z", + "startTime": "2022-10-25T14:41:31.5872887Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1226,7 +1226,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1240,7 +1240,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:16:30 GMT", + "Date": "Tue, 25 Oct 2022 14:42:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1248,16 +1248,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d56479c7-b9ef-4477-84bb-a51ce688728a", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T161630Z:d56479c7-b9ef-4477-84bb-a51ce688728a", + "x-ms-correlation-request-id": "1491e985-60d2-4780-8951-c28fa1d0b92c", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144203Z:1491e985-60d2-4780-8951-c28fa1d0b92c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846", - "name": "f4fa47e3-95f4-4050-beb2-a11236123846", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1", + "name": "d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1", "status": "Creating", - "startTime": "2022-10-22T16:15:59.5164917Z", + "startTime": "2022-10-25T14:41:31.5872887Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1266,7 +1266,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1280,7 +1280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:17:01 GMT", + "Date": "Tue, 25 Oct 2022 14:42:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1288,16 +1288,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ac85384d-8c1b-4b91-89cc-a8d1350f41c1", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T161701Z:ac85384d-8c1b-4b91-89cc-a8d1350f41c1", + "x-ms-correlation-request-id": "7d381f74-7a07-406f-bff2-9963da5c2be9", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144233Z:7d381f74-7a07-406f-bff2-9963da5c2be9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846", - "name": "f4fa47e3-95f4-4050-beb2-a11236123846", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1", + "name": "d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1", "status": "Creating", - "startTime": "2022-10-22T16:15:59.5164917Z", + "startTime": "2022-10-25T14:41:31.5872887Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1306,7 +1306,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1320,7 +1320,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:17:31 GMT", + "Date": "Tue, 25 Oct 2022 14:43:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1328,16 +1328,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dd1fbb1b-b62b-43ce-b234-dae5b90969c6", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T161731Z:dd1fbb1b-b62b-43ce-b234-dae5b90969c6", + "x-ms-correlation-request-id": "927b0f57-82b8-4cc7-acbf-15d5d07ebd92", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144303Z:927b0f57-82b8-4cc7-acbf-15d5d07ebd92", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846", - "name": "f4fa47e3-95f4-4050-beb2-a11236123846", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1", + "name": "d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1", "status": "Creating", - "startTime": "2022-10-22T16:15:59.5164917Z", + "startTime": "2022-10-25T14:41:31.5872887Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1346,7 +1346,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1360,7 +1360,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:18:00 GMT", + "Date": "Tue, 25 Oct 2022 14:43:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1368,16 +1368,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1be03b3-7f80-4387-aa00-35b8a231d890", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T161801Z:a1be03b3-7f80-4387-aa00-35b8a231d890", + "x-ms-correlation-request-id": "387ef0ac-e221-49e3-9b06-117130da7fc7", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144333Z:387ef0ac-e221-49e3-9b06-117130da7fc7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846", - "name": "f4fa47e3-95f4-4050-beb2-a11236123846", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1", + "name": "d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1", "status": "Creating", - "startTime": "2022-10-22T16:15:59.5164917Z", + "startTime": "2022-10-25T14:41:31.5872887Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1386,7 +1386,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1400,7 +1400,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:18:31 GMT", + "Date": "Tue, 25 Oct 2022 14:44:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1408,16 +1408,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "92a9cdbd-35de-4df0-a41e-ace65dfef63f", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T161831Z:92a9cdbd-35de-4df0-a41e-ace65dfef63f", + "x-ms-correlation-request-id": "0f67b276-1982-42ef-8340-f8e2c7cf86ae", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144404Z:0f67b276-1982-42ef-8340-f8e2c7cf86ae", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846", - "name": "f4fa47e3-95f4-4050-beb2-a11236123846", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1", + "name": "d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1", "status": "Creating", - "startTime": "2022-10-22T16:15:59.5164917Z", + "startTime": "2022-10-25T14:41:31.5872887Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1426,7 +1426,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1440,7 +1440,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:19:02 GMT", + "Date": "Tue, 25 Oct 2022 14:44:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1448,16 +1448,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed77ceaa-c33a-4406-8317-c9ac122887bb", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T161902Z:ed77ceaa-c33a-4406-8317-c9ac122887bb", + "x-ms-correlation-request-id": "b01c8a55-5791-4230-8ffe-ccad493cc5c3", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144434Z:b01c8a55-5791-4230-8ffe-ccad493cc5c3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846", - "name": "f4fa47e3-95f4-4050-beb2-a11236123846", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1", + "name": "d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1", "status": "Creating", - "startTime": "2022-10-22T16:15:59.5164917Z", + "startTime": "2022-10-25T14:41:31.5872887Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1466,7 +1466,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1480,7 +1480,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:19:32 GMT", + "Date": "Tue, 25 Oct 2022 14:45:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1488,16 +1488,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8bd2892f-abc7-4911-9270-61d0d2eb960b", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T161932Z:8bd2892f-abc7-4911-9270-61d0d2eb960b", + "x-ms-correlation-request-id": "2c367273-c2a6-47ec-9dd8-266778cef74e", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144504Z:2c367273-c2a6-47ec-9dd8-266778cef74e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846", - "name": "f4fa47e3-95f4-4050-beb2-a11236123846", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1", + "name": "d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1", "status": "Creating", - "startTime": "2022-10-22T16:15:59.5164917Z", + "startTime": "2022-10-25T14:41:31.5872887Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1506,7 +1506,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1520,7 +1520,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:20:02 GMT", + "Date": "Tue, 25 Oct 2022 14:45:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1528,16 +1528,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "26069130-01d5-4361-8d45-f81384a68ea1", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162002Z:26069130-01d5-4361-8d45-f81384a68ea1", + "x-ms-correlation-request-id": "cc9425df-b90f-4776-bd6f-2c2224dd050a", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144534Z:cc9425df-b90f-4776-bd6f-2c2224dd050a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846", - "name": "f4fa47e3-95f4-4050-beb2-a11236123846", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1", + "name": "d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1", "status": "Creating", - "startTime": "2022-10-22T16:15:59.5164917Z", + "startTime": "2022-10-25T14:41:31.5872887Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1546,7 +1546,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1560,7 +1560,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:20:32 GMT", + "Date": "Tue, 25 Oct 2022 14:46:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1568,16 +1568,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3cf0078c-a0ea-41bc-ad51-d2a62ab5c026", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162033Z:3cf0078c-a0ea-41bc-ad51-d2a62ab5c026", + "x-ms-correlation-request-id": "a96c0aad-c2d4-4cf6-b9e4-59da60dfcbc7", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144605Z:a96c0aad-c2d4-4cf6-b9e4-59da60dfcbc7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846", - "name": "f4fa47e3-95f4-4050-beb2-a11236123846", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1", + "name": "d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1", "status": "Creating", - "startTime": "2022-10-22T16:15:59.5164917Z", + "startTime": "2022-10-25T14:41:31.5872887Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1586,7 +1586,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1600,7 +1600,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:21:03 GMT", + "Date": "Tue, 25 Oct 2022 14:46:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1608,17 +1608,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "74a81fbb-cd81-45fd-ae0b-45a3cdb7372e", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162103Z:74a81fbb-cd81-45fd-ae0b-45a3cdb7372e", + "x-ms-correlation-request-id": "fa27073d-e19e-4ed8-aec2-971c559b0d42", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144635Z:fa27073d-e19e-4ed8-aec2-971c559b0d42", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f4fa47e3-95f4-4050-beb2-a11236123846", - "name": "f4fa47e3-95f4-4050-beb2-a11236123846", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1", + "name": "d0d8b75e-c7d4-4b56-bb54-9320a0b5cbc1", "status": "Succeeded", - "startTime": "2022-10-22T16:15:59.5164917Z", - "endTime": "2022-10-22T16:20:37.9356509Z", + "startTime": "2022-10-25T14:41:31.5872887Z", + "endTime": "2022-10-25T14:46:17.940949Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" @@ -1640,8 +1640,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:21:04 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T16%3A20%3A37.9367043Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 14:46:35 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T14%3A46%3A17.9261838Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1649,22 +1649,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7045e19d-b653-4318-8491-cccb5469c91e", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162104Z:7045e19d-b653-4318-8491-cccb5469c91e", + "x-ms-correlation-request-id": "93bb088a-6d6c-492b-992d-83189008f18a", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144635Z:93bb088a-6d6c-492b-992d-83189008f18a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0", "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-6b727b0", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T16%3A20%3A37.9367043Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T14%3A46%3A17.9261838Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:15:58.2186087Z" + "CreatedOnDate": "2022-10-25T14:41:30.0240301Z" }, "properties": { - "fileSystemId": "3ed5ddf2-685a-521b-06d7-f4f2a33df40c", + "fileSystemId": "b542e595-388f-fed9-0e9e-1fa99eb9ded6", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-6b727b0", "usageThreshold": 107374182400, @@ -1692,7 +1692,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_372deb98", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_e19c96de", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1707,8 +1707,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "3ed5ddf2-685a-521b-06d7-f4f2a33df40c", - "fileSystemId": "3ed5ddf2-685a-521b-06d7-f4f2a33df40c", + "mountTargetId": "b542e595-388f-fed9-0e9e-1fa99eb9ded6", + "fileSystemId": "b542e595-388f-fed9-0e9e-1fa99eb9ded6", "ipAddress": "10.0.0.4" } ], @@ -1728,10 +1728,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T16:15:59.2250607Z", + "createdAt": "2022-10-25T14:41:31.3076011Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T16:15:59.2250607Z" + "lastModifiedAt": "2022-10-25T14:41:31.3076011Z" } } }, @@ -1754,20 +1754,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50e5360e-3605-47b8-aea3-34a9aa879935?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/609663b5-c251-48e2-bdc8-14cdfe6515e4?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "540", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:21:04 GMT", + "Date": "Tue, 25 Oct 2022 14:46:35 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50e5360e-3605-47b8-aea3-34a9aa879935?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/609663b5-c251-48e2-bdc8-14cdfe6515e4?api-version=2022-05-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": "b0195e8d-fb3e-43a5-acca-493f304242e9", + "x-ms-correlation-request-id": "e2682436-5900-4fa1-a6fa-783e86e7a19d", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162105Z:b0195e8d-fb3e-43a5-acca-493f304242e9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144636Z:e2682436-5900-4fa1-a6fa-783e86e7a19d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1782,7 +1782,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50e5360e-3605-47b8-aea3-34a9aa879935?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/609663b5-c251-48e2-bdc8-14cdfe6515e4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1796,7 +1796,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:21:05 GMT", + "Date": "Tue, 25 Oct 2022 14:46:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1804,16 +1804,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b070f185-614d-42ad-9101-203a2835bdb6", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162105Z:b070f185-614d-42ad-9101-203a2835bdb6", + "x-ms-correlation-request-id": "744eb931-dc30-4248-8b1d-5f5cb608adcc", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144636Z:744eb931-dc30-4248-8b1d-5f5cb608adcc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50e5360e-3605-47b8-aea3-34a9aa879935", - "name": "50e5360e-3605-47b8-aea3-34a9aa879935", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/609663b5-c251-48e2-bdc8-14cdfe6515e4", + "name": "609663b5-c251-48e2-bdc8-14cdfe6515e4", "status": "Creating", - "startTime": "2022-10-22T16:21:05.0411237Z", + "startTime": "2022-10-25T14:46:36.2510346Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1822,7 +1822,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50e5360e-3605-47b8-aea3-34a9aa879935?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/609663b5-c251-48e2-bdc8-14cdfe6515e4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1836,7 +1836,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:21:35 GMT", + "Date": "Tue, 25 Oct 2022 14:47:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1844,17 +1844,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4da3fb5c-0047-4843-808a-8c264097bd0c", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162135Z:4da3fb5c-0047-4843-808a-8c264097bd0c", + "x-ms-correlation-request-id": "b2ea367c-200d-499c-876e-56de23124b68", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144706Z:b2ea367c-200d-499c-876e-56de23124b68", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50e5360e-3605-47b8-aea3-34a9aa879935", - "name": "50e5360e-3605-47b8-aea3-34a9aa879935", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/609663b5-c251-48e2-bdc8-14cdfe6515e4", + "name": "609663b5-c251-48e2-bdc8-14cdfe6515e4", "status": "Succeeded", - "startTime": "2022-10-22T16:21:05.0411237Z", - "endTime": "2022-10-22T16:21:05.9317512Z", + "startTime": "2022-10-25T14:46:36.2510346Z", + "endTime": "2022-10-25T14:46:37.5678077Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1" @@ -1876,7 +1876,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:21:36 GMT", + "Date": "Tue, 25 Oct 2022 14:47:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1884,9 +1884,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd4d4313-0670-4081-9c20-95e45197a595", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162136Z:cd4d4313-0670-4081-9c20-95e45197a595", + "x-ms-correlation-request-id": "d7bf06a7-2b8d-47bf-b1e9-f1e81e75ac65", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144707Z:d7bf06a7-2b8d-47bf-b1e9-f1e81e75ac65", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1918,20 +1918,20 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bbd94fc-71f0-4b89-b5fb-1316e404671e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78e0a4ee-db8f-4fee-b830-804d80874f64?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "545", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:21:37 GMT", + "Date": "Tue, 25 Oct 2022 14:47:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bbd94fc-71f0-4b89-b5fb-1316e404671e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78e0a4ee-db8f-4fee-b830-804d80874f64?api-version=2022-05-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": "49261084-b97f-4213-b043-c45b4e760607", + "x-ms-correlation-request-id": "95f928b4-26fc-4e22-b113-d33d5009a498", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162137Z:49261084-b97f-4213-b043-c45b4e760607", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144707Z:95f928b4-26fc-4e22-b113-d33d5009a498", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1946,7 +1946,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bbd94fc-71f0-4b89-b5fb-1316e404671e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78e0a4ee-db8f-4fee-b830-804d80874f64?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1960,7 +1960,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:21:37 GMT", + "Date": "Tue, 25 Oct 2022 14:47:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1968,16 +1968,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cb5428d4-555d-4e71-8605-7472181a3522", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162137Z:cb5428d4-555d-4e71-8605-7472181a3522", + "x-ms-correlation-request-id": "fff9e540-7bae-4865-9ca0-3bd1aa1d40dd", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144708Z:fff9e540-7bae-4865-9ca0-3bd1aa1d40dd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bbd94fc-71f0-4b89-b5fb-1316e404671e", - "name": "2bbd94fc-71f0-4b89-b5fb-1316e404671e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78e0a4ee-db8f-4fee-b830-804d80874f64", + "name": "78e0a4ee-db8f-4fee-b830-804d80874f64", "status": "Patching", - "startTime": "2022-10-22T16:21:37.3749155Z", + "startTime": "2022-10-25T14:47:07.8609751Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1986,7 +1986,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bbd94fc-71f0-4b89-b5fb-1316e404671e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78e0a4ee-db8f-4fee-b830-804d80874f64?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2000,7 +2000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:22:07 GMT", + "Date": "Tue, 25 Oct 2022 14:47:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2008,17 +2008,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e647048-d90e-46e9-b599-b24bdd07eb01", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162208Z:0e647048-d90e-46e9-b599-b24bdd07eb01", + "x-ms-correlation-request-id": "08397a42-0199-498f-b0b5-10fcd14f874e", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144738Z:08397a42-0199-498f-b0b5-10fcd14f874e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2bbd94fc-71f0-4b89-b5fb-1316e404671e", - "name": "2bbd94fc-71f0-4b89-b5fb-1316e404671e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/78e0a4ee-db8f-4fee-b830-804d80874f64", + "name": "78e0a4ee-db8f-4fee-b830-804d80874f64", "status": "Succeeded", - "startTime": "2022-10-22T16:21:37.3749155Z", - "endTime": "2022-10-22T16:21:38.1081012Z", + "startTime": "2022-10-25T14:47:07.8609751Z", + "endTime": "2022-10-25T14:47:08.56405Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1" @@ -2040,7 +2040,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:22:08 GMT", + "Date": "Tue, 25 Oct 2022 14:47:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2048,9 +2048,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9fc26c57-fa33-422c-aa6f-c2bc4eb4760f", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162209Z:9fc26c57-fa33-422c-aa6f-c2bc4eb4760f", + "x-ms-correlation-request-id": "b7f65589-25ac-4158-80b7-136b07b15a84", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144740Z:b7f65589-25ac-4158-80b7-136b07b15a84", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2078,7 +2078,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:22:08 GMT", + "Date": "Tue, 25 Oct 2022 14:47:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2086,9 +2086,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "979980a7-a860-42e3-ad18-a97c42479942", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162209Z:979980a7-a860-42e3-ad18-a97c42479942", + "x-ms-correlation-request-id": "0269a930-2a10-49a7-825d-b0457e9ce2ee", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144741Z:0269a930-2a10-49a7-825d-b0457e9ce2ee", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2114,25 +2114,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b81786e-4161-43a5-a285-db20eb66cc27?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54b06e44-c4d6-417a-a053-dec15826c5c0?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 16:22:09 GMT", + "Date": "Tue, 25 Oct 2022 14:47:41 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b81786e-4161-43a5-a285-db20eb66cc27?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54b06e44-c4d6-417a-a053-dec15826c5c0?api-version=2022-05-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": "776018f7-efa0-47fd-b0bc-91193201d8fc", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162210Z:776018f7-efa0-47fd-b0bc-91193201d8fc", + "x-ms-correlation-request-id": "aade2ac8-d3b2-4386-8f4e-d6c8ec1c1f19", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144741Z:aade2ac8-d3b2-4386-8f4e-d6c8ec1c1f19", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b81786e-4161-43a5-a285-db20eb66cc27?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54b06e44-c4d6-417a-a053-dec15826c5c0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2146,7 +2146,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:22:09 GMT", + "Date": "Tue, 25 Oct 2022 14:47:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2154,16 +2154,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a2b65a88-4d07-47ea-b959-fa1f9c6abc79", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162210Z:a2b65a88-4d07-47ea-b959-fa1f9c6abc79", + "x-ms-correlation-request-id": "a5fd76b0-1aa0-4098-ab2e-0e0516bfe016", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144741Z:a5fd76b0-1aa0-4098-ab2e-0e0516bfe016", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b81786e-4161-43a5-a285-db20eb66cc27", - "name": "0b81786e-4161-43a5-a285-db20eb66cc27", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54b06e44-c4d6-417a-a053-dec15826c5c0", + "name": "54b06e44-c4d6-417a-a053-dec15826c5c0", "status": "Deleting", - "startTime": "2022-10-22T16:22:10.1111563Z", + "startTime": "2022-10-25T14:47:41.4187587Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2172,7 +2172,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b81786e-4161-43a5-a285-db20eb66cc27?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54b06e44-c4d6-417a-a053-dec15826c5c0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2186,7 +2186,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:22:40 GMT", + "Date": "Tue, 25 Oct 2022 14:48:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2194,17 +2194,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a45cee2-808d-40bf-b407-461c7c52d468", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162240Z:5a45cee2-808d-40bf-b407-461c7c52d468", + "x-ms-correlation-request-id": "4f17acff-0e59-443d-a27d-bbcc3253a43b", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144812Z:4f17acff-0e59-443d-a27d-bbcc3253a43b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0b81786e-4161-43a5-a285-db20eb66cc27", - "name": "0b81786e-4161-43a5-a285-db20eb66cc27", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54b06e44-c4d6-417a-a053-dec15826c5c0", + "name": "54b06e44-c4d6-417a-a053-dec15826c5c0", "status": "Succeeded", - "startTime": "2022-10-22T16:22:10.1111563Z", - "endTime": "2022-10-22T16:22:10.626817Z", + "startTime": "2022-10-25T14:47:41.4187587Z", + "endTime": "2022-10-25T14:47:41.8875996Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0/subvolumes/sdk-py-tests-subvolume-1" @@ -2226,7 +2226,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:22:40 GMT", + "Date": "Tue, 25 Oct 2022 14:48:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2234,9 +2234,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b4b057d3-de96-4ab9-96f1-c12dc731fd8a", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162241Z:b4b057d3-de96-4ab9-96f1-c12dc731fd8a", + "x-ms-correlation-request-id": "4cbc62d8-b4c1-4a52-81ec-edd88cc060e2", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144812Z:4cbc62d8-b4c1-4a52-81ec-edd88cc060e2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2256,25 +2256,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70876c5f-1f50-4977-a9a0-4fbd1dc35af8?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 16:22:41 GMT", + "Date": "Tue, 25 Oct 2022 14:48:12 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70876c5f-1f50-4977-a9a0-4fbd1dc35af8?api-version=2022-05-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": "cd4486e7-bd5b-4bf4-acc1-898c88584a61", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162242Z:cd4486e7-bd5b-4bf4-acc1-898c88584a61", + "x-ms-correlation-request-id": "5a5e955c-7a41-43a0-887b-e4e5b9c4a3a2", + "x-ms-ratelimit-remaining-subscription-deletes": "14991", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144813Z:5a5e955c-7a41-43a0-887b-e4e5b9c4a3a2", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70876c5f-1f50-4977-a9a0-4fbd1dc35af8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2288,7 +2288,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:22:41 GMT", + "Date": "Tue, 25 Oct 2022 14:48:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2296,16 +2296,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9cad6811-774f-454b-84fb-4f5b039a4345", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162242Z:9cad6811-774f-454b-84fb-4f5b039a4345", + "x-ms-correlation-request-id": "63b370ac-dfcf-45df-b8d1-67707b0916fb", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144813Z:63b370ac-dfcf-45df-b8d1-67707b0916fb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631", - "name": "1da8bb35-56e0-4001-89aa-180ed78a7631", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70876c5f-1f50-4977-a9a0-4fbd1dc35af8", + "name": "70876c5f-1f50-4977-a9a0-4fbd1dc35af8", "status": "Deleting", - "startTime": "2022-10-22T16:22:41.900206Z", + "startTime": "2022-10-25T14:48:13.4021441Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2314,7 +2314,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70876c5f-1f50-4977-a9a0-4fbd1dc35af8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2328,7 +2328,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:23:11 GMT", + "Date": "Tue, 25 Oct 2022 14:48:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2336,16 +2336,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e8a7d36-f004-47db-9f6a-e62c4639c5a6", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162312Z:3e8a7d36-f004-47db-9f6a-e62c4639c5a6", + "x-ms-correlation-request-id": "3e2d24c0-43dd-4a09-b6da-45eedbcd2845", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144844Z:3e2d24c0-43dd-4a09-b6da-45eedbcd2845", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631", - "name": "1da8bb35-56e0-4001-89aa-180ed78a7631", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70876c5f-1f50-4977-a9a0-4fbd1dc35af8", + "name": "70876c5f-1f50-4977-a9a0-4fbd1dc35af8", "status": "Deleting", - "startTime": "2022-10-22T16:22:41.900206Z", + "startTime": "2022-10-25T14:48:13.4021441Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2354,7 +2354,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70876c5f-1f50-4977-a9a0-4fbd1dc35af8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2368,7 +2368,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:23:42 GMT", + "Date": "Tue, 25 Oct 2022 14:49:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2376,16 +2376,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee2a1be5-0e87-4d22-aed9-fb6becd3048c", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162342Z:ee2a1be5-0e87-4d22-aed9-fb6becd3048c", + "x-ms-correlation-request-id": "54e80514-51ea-4e6b-800d-6a589a3ce77c", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T144914Z:54e80514-51ea-4e6b-800d-6a589a3ce77c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631", - "name": "1da8bb35-56e0-4001-89aa-180ed78a7631", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70876c5f-1f50-4977-a9a0-4fbd1dc35af8", + "name": "70876c5f-1f50-4977-a9a0-4fbd1dc35af8", "status": "Deleting", - "startTime": "2022-10-22T16:22:41.900206Z", + "startTime": "2022-10-25T14:48:13.4021441Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2394,7 +2394,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70876c5f-1f50-4977-a9a0-4fbd1dc35af8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2408,7 +2408,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:24:12 GMT", + "Date": "Tue, 25 Oct 2022 14:50:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2416,16 +2416,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c3b5c1e-05bb-4c67-a94b-1f2182f46e26", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162413Z:5c3b5c1e-05bb-4c67-a94b-1f2182f46e26", + "x-ms-correlation-request-id": "98e88560-d867-4da7-bcf9-1ad33f2cef7f", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145007Z:98e88560-d867-4da7-bcf9-1ad33f2cef7f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631", - "name": "1da8bb35-56e0-4001-89aa-180ed78a7631", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70876c5f-1f50-4977-a9a0-4fbd1dc35af8", + "name": "70876c5f-1f50-4977-a9a0-4fbd1dc35af8", "status": "Deleting", - "startTime": "2022-10-22T16:22:41.900206Z", + "startTime": "2022-10-25T14:48:13.4021441Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2434,7 +2434,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70876c5f-1f50-4977-a9a0-4fbd1dc35af8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2448,7 +2448,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:24:42 GMT", + "Date": "Tue, 25 Oct 2022 14:50:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2456,16 +2456,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ac284d50-834e-4cc9-9120-068c20d64a56", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162443Z:ac284d50-834e-4cc9-9120-068c20d64a56", + "x-ms-correlation-request-id": "697cc5cf-c721-401c-a628-208402bbe9ba", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145038Z:697cc5cf-c721-401c-a628-208402bbe9ba", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631", - "name": "1da8bb35-56e0-4001-89aa-180ed78a7631", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70876c5f-1f50-4977-a9a0-4fbd1dc35af8", + "name": "70876c5f-1f50-4977-a9a0-4fbd1dc35af8", "status": "Deleting", - "startTime": "2022-10-22T16:22:41.900206Z", + "startTime": "2022-10-25T14:48:13.4021441Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2474,7 +2474,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70876c5f-1f50-4977-a9a0-4fbd1dc35af8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2488,7 +2488,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:25:13 GMT", + "Date": "Tue, 25 Oct 2022 14:51:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2496,97 +2496,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fc02f5c5-2f0e-4532-b8be-81a5a9214b0a", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162513Z:fc02f5c5-2f0e-4532-b8be-81a5a9214b0a", + "x-ms-correlation-request-id": "1f8c7b8f-6ff0-4447-bdad-119eaaf2b725", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145108Z:1f8c7b8f-6ff0-4447-bdad-119eaaf2b725", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631", - "name": "1da8bb35-56e0-4001-89aa-180ed78a7631", - "status": "Deleting", - "startTime": "2022-10-22T16:22:41.900206Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:25: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": "7d99ba31-c61a-4a02-a2bb-b173ad7a4d07", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162543Z:7d99ba31-c61a-4a02-a2bb-b173ad7a4d07", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631", - "name": "1da8bb35-56e0-4001-89aa-180ed78a7631", - "status": "Deleting", - "startTime": "2022-10-22T16:22:41.900206Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:26: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": "7c15fd1e-f57c-4277-8ebd-b84f5180ebf0", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162614Z:7c15fd1e-f57c-4277-8ebd-b84f5180ebf0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631", - "name": "1da8bb35-56e0-4001-89aa-180ed78a7631", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70876c5f-1f50-4977-a9a0-4fbd1dc35af8", + "name": "70876c5f-1f50-4977-a9a0-4fbd1dc35af8", "status": "Succeeded", - "startTime": "2022-10-22T16:22:41.900206Z", - "endTime": "2022-10-22T16:25:52.1936979Z", + "startTime": "2022-10-25T14:48:13.4021441Z", + "endTime": "2022-10-25T14:51:03.6366106Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0" @@ -2594,7 +2514,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1da8bb35-56e0-4001-89aa-180ed78a7631?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/70876c5f-1f50-4977-a9a0-4fbd1dc35af8?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2608,7 +2528,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:26:14 GMT", + "Date": "Tue, 25 Oct 2022 14:51:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2616,22 +2536,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "770102b6-9726-4832-af48-dce7ce2f106b", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162615Z:770102b6-9726-4832-af48-dce7ce2f106b", + "x-ms-correlation-request-id": "668c904c-386f-4836-853e-647c987d0bcc", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145108Z:668c904c-386f-4836-853e-647c987d0bcc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0", "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-6b727b0", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T16%3A25%3A47.1607669Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T14%3A50%3A46.2884657Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:15:58.2186087Z" + "CreatedOnDate": "2022-10-25T14:41:30.0240301Z" }, "properties": { - "fileSystemId": "3ed5ddf2-685a-521b-06d7-f4f2a33df40c", + "fileSystemId": "b542e595-388f-fed9-0e9e-1fa99eb9ded6", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-6b727b0", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2662,19 +2582,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_372deb98", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_e19c96de", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-6b727b0/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-6b727b0", - "poolId": "d739870b-ae11-c7e8-f454-0d5c6444f41d", + "poolId": "c92ee5a4-dcb6-f88e-8ffa-a0dbf60d7354", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "3ed5ddf2-685a-521b-06d7-f4f2a33df40c", - "fileSystemId": "3ed5ddf2-685a-521b-06d7-f4f2a33df40c", + "mountTargetId": "b542e595-388f-fed9-0e9e-1fa99eb9ded6", + "fileSystemId": "b542e595-388f-fed9-0e9e-1fa99eb9ded6", "startIp": "", "endIp": "", "gateway": "", @@ -2706,10 +2626,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T16:15:59.2250607Z", + "createdAt": "2022-10-25T14:41:31.3076011Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T16:15:59.2250607Z" + "lastModifiedAt": "2022-10-25T14:41:31.3076011Z" } } }, @@ -2728,14 +2648,14 @@ "Cache-Control": "no-cache", "Content-Length": "322", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:29:37 GMT", + "Date": "Tue, 25 Oct 2022 14:54:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8951c4d6-7fda-492f-a421-31947d419ad9", + "x-ms-correlation-request-id": "075636fd-f24a-4f5e-a635-ad11b96b7de0", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162937Z:8951c4d6-7fda-492f-a421-31947d419ad9" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145431Z:075636fd-f24a-4f5e-a635-ad11b96b7de0" }, "ResponseBody": { "error": { @@ -2757,25 +2677,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69234cb0-6eb4-4625-b2b5-d24e2c90e9a1?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85f0d641-f9b1-41d6-a1ab-353bbb9a046f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 16:29:49 GMT", + "Date": "Tue, 25 Oct 2022 14:54:43 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69234cb0-6eb4-4625-b2b5-d24e2c90e9a1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85f0d641-f9b1-41d6-a1ab-353bbb9a046f?api-version=2022-05-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": "137eb682-4b5f-49a7-91e2-b124312f3b97", + "x-ms-correlation-request-id": "56644e1a-a1a2-4145-af06-769f4401ebf6", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162950Z:137eb682-4b5f-49a7-91e2-b124312f3b97", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145444Z:56644e1a-a1a2-4145-af06-769f4401ebf6", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69234cb0-6eb4-4625-b2b5-d24e2c90e9a1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85f0d641-f9b1-41d6-a1ab-353bbb9a046f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2789,7 +2709,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:29:50 GMT", + "Date": "Tue, 25 Oct 2022 14:54:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2797,16 +2717,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "68e53fa5-27a1-4e8d-a2aa-62ce9f5dd976", + "x-ms-correlation-request-id": "e5699032-6f26-4c94-8e8c-cf97ee140d7e", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T162950Z:68e53fa5-27a1-4e8d-a2aa-62ce9f5dd976", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145444Z:e5699032-6f26-4c94-8e8c-cf97ee140d7e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69234cb0-6eb4-4625-b2b5-d24e2c90e9a1", - "name": "69234cb0-6eb4-4625-b2b5-d24e2c90e9a1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85f0d641-f9b1-41d6-a1ab-353bbb9a046f", + "name": "85f0d641-f9b1-41d6-a1ab-353bbb9a046f", "status": "Deleting", - "startTime": "2022-10-22T16:29:50.6226716Z", + "startTime": "2022-10-25T14:54:44.2953506Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2815,7 +2735,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69234cb0-6eb4-4625-b2b5-d24e2c90e9a1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85f0d641-f9b1-41d6-a1ab-353bbb9a046f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2829,7 +2749,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:30:20 GMT", + "Date": "Tue, 25 Oct 2022 14:55:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2837,17 +2757,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1954b1e2-5d6a-4651-8995-8f7d88c412a3", + "x-ms-correlation-request-id": "d98d8d75-d3f8-497d-abfa-c6ce0bdee9e8", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163021Z:1954b1e2-5d6a-4651-8995-8f7d88c412a3", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145514Z:d98d8d75-d3f8-497d-abfa-c6ce0bdee9e8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69234cb0-6eb4-4625-b2b5-d24e2c90e9a1", - "name": "69234cb0-6eb4-4625-b2b5-d24e2c90e9a1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85f0d641-f9b1-41d6-a1ab-353bbb9a046f", + "name": "85f0d641-f9b1-41d6-a1ab-353bbb9a046f", "status": "Succeeded", - "startTime": "2022-10-22T16:29:50.6226716Z", - "endTime": "2022-10-22T16:29:51.5808748Z", + "startTime": "2022-10-25T14:54:44.2953506Z", + "endTime": "2022-10-25T14:54:45.1547886Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1" @@ -2855,7 +2775,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/69234cb0-6eb4-4625-b2b5-d24e2c90e9a1?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85f0d641-f9b1-41d6-a1ab-353bbb9a046f?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2869,7 +2789,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:30:20 GMT", + "Date": "Tue, 25 Oct 2022 14:55:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2877,22 +2797,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "48e11b7c-d9dd-497e-8219-12e114ca43ac", + "x-ms-correlation-request-id": "1f20a5e8-5c37-4a45-ad41-55c30c7471be", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163021Z:48e11b7c-d9dd-497e-8219-12e114ca43ac", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145515Z:1f20a5e8-5c37-4a45-ad41-55c30c7471be", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-6b727b0/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T16%3A29%3A50.6275352Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T14%3A54%3A44.2949518Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:15:55.0657596Z" + "CreatedOnDate": "2022-10-25T14:41:26.2357170Z" }, "properties": { - "poolId": "d739870b-ae11-c7e8-f454-0d5c6444f41d", + "poolId": "c92ee5a4-dcb6-f88e-8ffa-a0dbf60d7354", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0/capacityPools/sdk-py-tests-pool-1", @@ -2906,10 +2826,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T16:15:56.0666051Z", + "createdAt": "2022-10-25T14:41:27.5863451Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T16:15:56.0666051Z" + "lastModifiedAt": "2022-10-25T14:41:27.5863451Z" } } }, @@ -2927,14 +2847,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 16:30:31 GMT", + "Date": "Tue, 25 Oct 2022 14:55:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "22df3c1b-ca5b-458f-a731-afca2d0fcd43", + "x-ms-correlation-request-id": "3bd70800-430d-4a2c-8a3f-4f30bca905d0", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163031Z:22df3c1b-ca5b-458f-a731-afca2d0fcd43" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145525Z:3bd70800-430d-4a2c-8a3f-4f30bca905d0" }, "ResponseBody": null }, @@ -2952,14 +2872,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 16:30:42 GMT", + "Date": "Tue, 25 Oct 2022 14:55:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2029bdd3-1ed1-4401-9582-d12292884386", + "x-ms-correlation-request-id": "64ff707f-f9ac-4139-933a-2fa3c42f08e7", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163042Z:2029bdd3-1ed1-4401-9582-d12292884386" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145535Z:64ff707f-f9ac-4139-933a-2fa3c42f08e7" }, "ResponseBody": null }, @@ -2977,14 +2897,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 16:30:52 GMT", + "Date": "Tue, 25 Oct 2022 14:55:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f0840c03-93c0-412a-9bed-d78bb0e10679", + "x-ms-correlation-request-id": "44687ce8-f260-469c-bfc9-3bb34bfc9a94", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163052Z:f0840c03-93c0-412a-9bed-d78bb0e10679" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145546Z:44687ce8-f260-469c-bfc9-3bb34bfc9a94" }, "ResponseBody": null }, @@ -3002,14 +2922,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 16:31:02 GMT", + "Date": "Tue, 25 Oct 2022 14:55:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6675245b-3fd2-436d-b898-83753dd9c118", + "x-ms-correlation-request-id": "cab0b17c-a123-40d2-a91b-f7f5b51b938f", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163102Z:6675245b-3fd2-436d-b898-83753dd9c118" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145556Z:cab0b17c-a123-40d2-a91b-f7f5b51b938f" }, "ResponseBody": null }, @@ -3028,14 +2948,14 @@ "Cache-Control": "no-cache", "Content-Length": "287", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:31:12 GMT", + "Date": "Tue, 25 Oct 2022 14:56:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fda34c90-fd88-4278-8cf9-6eefb220b025", + "x-ms-correlation-request-id": "04477284-a88c-49e7-b0a7-e75cbd6a0a1b", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163113Z:fda34c90-fd88-4278-8cf9-6eefb220b025" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145606Z:04477284-a88c-49e7-b0a7-e75cbd6a0a1b" }, "ResponseBody": { "error": { @@ -3057,25 +2977,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/898034e0-4d84-4fc6-bc2b-2b2921cc1f96?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4eb694e5-27cd-442a-b9ee-2a875c446b9d?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 16:31:13 GMT", + "Date": "Tue, 25 Oct 2022 14:56:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/898034e0-4d84-4fc6-bc2b-2b2921cc1f96?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4eb694e5-27cd-442a-b9ee-2a875c446b9d?api-version=2022-05-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": "3b177295-9b5d-4989-8748-d9a4b6d2880c", + "x-ms-correlation-request-id": "47f70743-b0b4-468b-a75b-bad5eacf00ec", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163114Z:3b177295-9b5d-4989-8748-d9a4b6d2880c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145608Z:47f70743-b0b4-468b-a75b-bad5eacf00ec", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/898034e0-4d84-4fc6-bc2b-2b2921cc1f96?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4eb694e5-27cd-442a-b9ee-2a875c446b9d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3089,7 +3009,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:31:14 GMT", + "Date": "Tue, 25 Oct 2022 14:56:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3097,17 +3017,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c3cbd36e-e87f-473e-aa02-f1ff9c45dd3b", + "x-ms-correlation-request-id": "679588b1-9037-40c8-a888-399df757d386", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163114Z:c3cbd36e-e87f-473e-aa02-f1ff9c45dd3b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145608Z:679588b1-9037-40c8-a888-399df757d386", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/898034e0-4d84-4fc6-bc2b-2b2921cc1f96", - "name": "898034e0-4d84-4fc6-bc2b-2b2921cc1f96", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4eb694e5-27cd-442a-b9ee-2a875c446b9d", + "name": "4eb694e5-27cd-442a-b9ee-2a875c446b9d", "status": "Succeeded", - "startTime": "2022-10-22T16:31:14.5244011Z", - "endTime": "2022-10-22T16:31:14.571266Z", + "startTime": "2022-10-25T14:56:07.971578Z", + "endTime": "2022-10-25T14:56:08.127932Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0" @@ -3115,7 +3035,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/898034e0-4d84-4fc6-bc2b-2b2921cc1f96?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4eb694e5-27cd-442a-b9ee-2a875c446b9d?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3129,7 +3049,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:31:14 GMT", + "Date": "Tue, 25 Oct 2022 14:56:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3137,19 +3057,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d868a70b-773f-4b67-9a95-55c058a2531c", + "x-ms-correlation-request-id": "4831a1ec-a16a-4c27-8549-5ce2104d3770", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163115Z:d868a70b-773f-4b67-9a95-55c058a2531c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145608Z:4831a1ec-a16a-4c27-8549-5ce2104d3770", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-6b727b0", "name": "sdk-py-tests-acc-1-6b727b0", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T16%3A31%3A14.5105806Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T14%3A56%3A07.9642375Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:15:50.8851152Z" + "CreatedOnDate": "2022-10-25T14:41:22.0868994Z" }, "properties": { "encryption": { @@ -3160,10 +3080,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T16:15:51.735529Z", + "createdAt": "2022-10-25T14:41:23.2243982Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T16:15:51.735529Z" + "lastModifiedAt": "2022-10-25T14:41:23.2243982Z" } } }, @@ -3182,15 +3102,15 @@ "Cache-Control": "no-cache", "Content-Length": "254", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:31:14 GMT", + "Date": "Tue, 25 Oct 2022 14:56: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": "590fcdb5-53e0-423f-acc4-e8c2a0002d93", + "x-ms-correlation-request-id": "f8e55475-2ba8-4f56-a9b5-0013741cbcad", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163115Z:590fcdb5-53e0-423f-acc4-e8c2a0002d93", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145609Z:f8e55475-2ba8-4f56-a9b5-0013741cbcad", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3214,12 +3134,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e75b143e-bb13-4da4-a0d1-bb73d14219c0?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/26ce3cdd-e016-4418-9493-724100370048?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 16:31:15 GMT", + "Date": "Tue, 25 Oct 2022 14:56:09 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/e75b143e-bb13-4da4-a0d1-bb73d14219c0?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/26ce3cdd-e016-4418-9493-724100370048?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3228,10 +3148,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9d2a1730-2ebf-4bf8-99ba-050d4abdde4e", - "x-ms-correlation-request-id": "585e528b-d943-43a4-8735-93a97d7a8ade", + "x-ms-arm-service-request-id": "fd382550-1ffa-41ae-9950-b293313ef3ad", + "x-ms-correlation-request-id": "7afa1239-02be-402a-87f1-e32b40441e1c", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163116Z:585e528b-d943-43a4-8735-93a97d7a8ade" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145609Z:7afa1239-02be-402a-87f1-e32b40441e1c" }, "ResponseBody": null } 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 index 3235ff278ea0..db782bbb56fd 100644 --- 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 @@ -1,5 +1,38 @@ { "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/9eab1f8d-c91d-40a6-978b-8f4cbc152c25?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/9eab1f8d-c91d-40a6-978b-8f4cbc152c25?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 15:10:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/9eab1f8d-c91d-40a6-978b-8f4cbc152c25?api-version=2022-05-01", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "98c82b3b-3b4d-47f2-a331-25d6766ba79c", + "x-ms-correlation-request-id": "0908e0aa-86c5-40a8-a071-35f69a3ec901", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151027Z:f37723e7-25ed-4312-929b-74308e6b746b" + }, + "ResponseBody": null + }, { "RequestUri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration", "RequestMethod": "GET", @@ -17,12 +50,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:36:53 GMT", + "Date": "Tue, 25 Oct 2022 15:10:27 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.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,7 +144,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:36:53 GMT", + "Date": "Tue, 25 Oct 2022 15:10:27 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -172,9 +205,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "38401987-606b-4097-bb8b-bf61ead6e594", + "client-request-id": "96c4c31a-91e2-41cb-aae2-202fdb51b018", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +219,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "38401987-606b-4097-bb8b-bf61ead6e594", + "client-request-id": "96c4c31a-91e2-41cb-aae2-202fdb51b018", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:36:53 GMT", + "Date": "Tue, 25 Oct 2022 15:10:27 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -236,11 +269,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/17c15ad4-87de-48e2-822d-e9e93881f0a6?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e35d6341-b3ab-4e0f-ba47-c23c3defae3b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:37:02 GMT", + "Date": "Tue, 25 Oct 2022 15:10:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +283,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3bd332f0-35d2-4aaf-adab-6a608c12fa2e", - "x-ms-correlation-request-id": "312bde9c-0e62-4452-9063-930f7ea1cd98", + "x-ms-arm-service-request-id": "78181186-32a7-409c-9162-126db57efbd0", + "x-ms-correlation-request-id": "207b5e66-470f-4987-ac29-1eb89b9067f4", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163702Z:312bde9c-0e62-4452-9063-930f7ea1cd98" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151032Z:207b5e66-470f-4987-ac29-1eb89b9067f4" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-8b73262e", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e", - "etag": "W/\u002234694aa4-26ee-4ad0-8f3a-b3899bbdffd8\u0022", + "etag": "W/\u0022ce297301-c44c-49f1-8fc6-8588932ba9ca\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:36:55.0706238Z" + "CreatedOnDate": "2022-10-25T15:10:28.5871215Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "7308d292-e884-4863-8193-9888500193e6", + "resourceGuid": "70c7c587-7d17-4d2b-a2f0-636eb973b04e", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +312,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/17c15ad4-87de-48e2-822d-e9e93881f0a6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e35d6341-b3ab-4e0f-ba47-c23c3defae3b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,9 +326,10 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:37:02 GMT", + "Date": "Tue, 25 Oct 2022 15:10:32 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" @@ -304,10 +338,45 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d02b579d-6cf0-4d8e-bd7f-e88df4700172", - "x-ms-correlation-request-id": "62ef146f-b812-4c95-b14b-0039d2c83eb5", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163702Z:62ef146f-b812-4c95-b14b-0039d2c83eb5" + "x-ms-arm-service-request-id": "1986a3eb-1df4-489f-b671-d6f9f78916da", + "x-ms-correlation-request-id": "3980fd01-a81b-45a5-9bc5-0ce92b474517", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151032Z:3980fd01-a81b-45a5-9bc5-0ce92b474517" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e35d6341-b3ab-4e0f-ba47-c23c3defae3b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 15:10:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "4a5b72c3-d8fb-45b2-bf07-84a54148adc9", + "x-ms-correlation-request-id": "e80f5d07-d707-48b6-84da-1127ccced52c", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151043Z:e80f5d07-d707-48b6-84da-1127ccced52c" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +397,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:37:02 GMT", - "ETag": "W/\u0022e5a511a6-e077-44c5-af30-a029ed2c0e7a\u0022", + "Date": "Tue, 25 Oct 2022 15:10:43 GMT", + "ETag": "W/\u0022a4ae4964-2e53-4c33-8911-a46651530036\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +409,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2d78b157-058a-4a91-a432-074a5e89ee3b", - "x-ms-correlation-request-id": "82766fba-b14b-4adc-b54f-d020cad87193", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163702Z:82766fba-b14b-4adc-b54f-d020cad87193" + "x-ms-arm-service-request-id": "24b16960-5c54-4a25-b319-c00840d7429e", + "x-ms-correlation-request-id": "fb5d847f-7438-4421-9f53-c36d03f5bed2", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151043Z:fb5d847f-7438-4421-9f53-c36d03f5bed2" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-8b73262e", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e", - "etag": "W/\u0022e5a511a6-e077-44c5-af30-a029ed2c0e7a\u0022", + "etag": "W/\u0022a4ae4964-2e53-4c33-8911-a46651530036\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:36:55.0706238Z" + "CreatedOnDate": "2022-10-25T15:10:28.5871215Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "7308d292-e884-4863-8193-9888500193e6", + "resourceGuid": "70c7c587-7d17-4d2b-a2f0-636eb973b04e", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +464,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c6a31fa4-82bd-4468-9f2c-d49efa79970a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d3a5a5bc-03f2-476f-80eb-c81514882bec?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:37:03 GMT", + "Date": "Tue, 25 Oct 2022 15:10:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +478,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "18f2f09e-090b-487e-8de4-ae690c30c7e2", - "x-ms-correlation-request-id": "93496695-3975-4752-a669-ea3c2f5252e4", + "x-ms-arm-service-request-id": "b8ca44bb-fafa-417d-98cf-4a2afb0a9db0", + "x-ms-correlation-request-id": "06993d43-c30f-4cd8-92e0-2c6ade1d1841", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163703Z:93496695-3975-4752-a669-ea3c2f5252e4" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151044Z:06993d43-c30f-4cd8-92e0-2c6ade1d1841" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default", - "etag": "W/\u0022a4736e34-43c4-4db0-ad7c-4c9052bca95b\u0022", + "etag": "W/\u0022966c48c6-02d4-4344-bc8a-28a55f632a58\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +494,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022a4736e34-43c4-4db0-ad7c-4c9052bca95b\u0022", + "etag": "W/\u0022966c48c6-02d4-4344-bc8a-28a55f632a58\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +514,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c6a31fa4-82bd-4468-9f2c-d49efa79970a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d3a5a5bc-03f2-476f-80eb-c81514882bec?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +528,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:37:03 GMT", + "Date": "Tue, 25 Oct 2022 15:10:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +539,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c9828c83-110c-414e-ac48-856cd3659f91", - "x-ms-correlation-request-id": "3346db94-b856-428f-a55c-49ac7b5c00ca", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163703Z:3346db94-b856-428f-a55c-49ac7b5c00ca" + "x-ms-arm-service-request-id": "8d2c86bd-bb71-42ff-91cd-ef94a2ed2874", + "x-ms-correlation-request-id": "e4a7e71d-4474-4fbf-9a24-de9921b0d2b3", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151044Z:e4a7e71d-4474-4fbf-9a24-de9921b0d2b3" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +563,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:37:04 GMT", - "ETag": "W/\u002234e38f41-2d51-40b2-ac5e-34c457258be0\u0022", + "Date": "Tue, 25 Oct 2022 15:10:44 GMT", + "ETag": "W/\u00221056c6b6-7571-4385-8be1-5b37434893de\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +575,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ab7ef03d-1761-450b-9db6-cba1d54db850", - "x-ms-correlation-request-id": "9f5f9a08-f48b-4f73-a977-9251bf540e9a", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163704Z:9f5f9a08-f48b-4f73-a977-9251bf540e9a" + "x-ms-arm-service-request-id": "1d60ac1e-575a-404f-8160-4fc718bbaf00", + "x-ms-correlation-request-id": "2a636161-4ed2-47c8-8a1b-6c98b9ccdb2d", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151044Z:2a636161-4ed2-47c8-8a1b-6c98b9ccdb2d" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default", - "etag": "W/\u002234e38f41-2d51-40b2-ac5e-34c457258be0\u0022", + "etag": "W/\u00221056c6b6-7571-4385-8be1-5b37434893de\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +591,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002234e38f41-2d51-40b2-ac5e-34c457258be0\u0022", + "etag": "W/\u00221056c6b6-7571-4385-8be1-5b37434893de\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -558,12 +627,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:37:04 GMT", + "Date": "Tue, 25 Oct 2022 15:10:44 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.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -652,12 +721,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:37:04 GMT", + "Date": "Tue, 25 Oct 2022 15:10:44 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.13845.10 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -713,9 +782,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "08a96068-5b9e-44ca-bd92-70cab3de7cb0", + "client-request-id": "5957f49c-b393-4247-a847-b302d8400d07", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -727,14 +796,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "08a96068-5b9e-44ca-bd92-70cab3de7cb0", + "client-request-id": "5957f49c-b393-4247-a847-b302d8400d07", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:37:04 GMT", + "Date": "Tue, 25 Oct 2022 15:10:44 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -742,7 +811,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -769,30 +838,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4401d54-ee48-44d1-b3b6-a0a3c423ba9f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57a61a6f-8c32-4c37-bc69-28480901ff07?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:37:08 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T16%3A37%3A07.5235582Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 15:10:48 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T15%3A10%3A47.5021401Z\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": "759c1924-87c4-4d51-b830-21d55568cf8b", + "x-ms-correlation-request-id": "ab22f276-9caa-4610-be2c-9e806fa651cf", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163708Z:759c1924-87c4-4d51-b830-21d55568cf8b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151048Z:ab22f276-9caa-4610-be2c-9e806fa651cf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e", "name": "sdk-py-tests-acc-1-8b73262e", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T16%3A37%3A07.5235582Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A10%3A47.5021401Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:37:05.7043323Z" + "CreatedOnDate": "2022-10-25T15:10:46.3057544Z" }, "properties": { "provisioningState": "Creating" @@ -800,15 +869,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T16:37:06.5599742Z", + "createdAt": "2022-10-25T15:10:47.3010993Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T16:37:06.5599742Z" + "lastModifiedAt": "2022-10-25T15:10:47.3010993Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4401d54-ee48-44d1-b3b6-a0a3c423ba9f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57a61a6f-8c32-4c37-bc69-28480901ff07?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -822,7 +891,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:37:08 GMT", + "Date": "Tue, 25 Oct 2022 15:10:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -830,17 +899,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e8b96ea-beb5-4e6e-8524-b258cd7a2717", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163709Z:3e8b96ea-beb5-4e6e-8524-b258cd7a2717", + "x-ms-correlation-request-id": "0d81dce0-5760-4f0b-82d4-a64cab9272a0", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151048Z:0d81dce0-5760-4f0b-82d4-a64cab9272a0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4401d54-ee48-44d1-b3b6-a0a3c423ba9f", - "name": "b4401d54-ee48-44d1-b3b6-a0a3c423ba9f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57a61a6f-8c32-4c37-bc69-28480901ff07", + "name": "57a61a6f-8c32-4c37-bc69-28480901ff07", "status": "Succeeded", - "startTime": "2022-10-22T16:37:07.5148466Z", - "endTime": "2022-10-22T16:37:07.5617073Z", + "startTime": "2022-10-25T15:10:47.49813Z", + "endTime": "2022-10-25T15:10:47.5449562Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e" @@ -862,8 +931,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:37:09 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T16%3A37%3A07.5656679Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 15:10:48 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T15%3A10%3A47.5476184Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,19 +940,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27b1ddbc-763f-4858-836a-a28575383cdf", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163709Z:27b1ddbc-763f-4858-836a-a28575383cdf", + "x-ms-correlation-request-id": "7e48723c-c2f2-4eea-9df3-ff2735891ec5", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151049Z:7e48723c-c2f2-4eea-9df3-ff2735891ec5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e", "name": "sdk-py-tests-acc-1-8b73262e", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T16%3A37%3A07.5656679Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A10%3A47.5476184Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:37:05.7043323Z" + "CreatedOnDate": "2022-10-25T15:10:46.3057544Z" }, "properties": { "activeDirectories": [ @@ -912,10 +981,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T16:37:06.5599742Z", + "createdAt": "2022-10-25T15:10:47.3010993Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T16:37:06.5599742Z" + "lastModifiedAt": "2022-10-25T15:10:47.3010993Z" } } }, @@ -941,30 +1010,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1a46bd66-1ab1-43cb-b8cc-1d483decc287?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0975dca7-435d-416d-971b-d73b3168cf07?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:37:11 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T16%3A37%3A11.2464121Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 15:10:51 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T15%3A10%3A50.8872145Z\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": "c6f1865b-f3c9-406b-a434-ecfa83c09c22", + "x-ms-correlation-request-id": "8cb52199-cef0-4602-8471-26a519725568", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163712Z:c6f1865b-f3c9-406b-a434-ecfa83c09c22", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151051Z:8cb52199-cef0-4602-8471-26a519725568", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T16%3A37%3A11.2464121Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A10%3A50.8872145Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:37:09.8445139Z" + "CreatedOnDate": "2022-10-25T15:10:49.5203969Z" }, "properties": { "serviceLevel": "Premium", @@ -978,15 +1047,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T16:37:11.0009721Z", + "createdAt": "2022-10-25T15:10:50.6462358Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T16:37:11.0009721Z" + "lastModifiedAt": "2022-10-25T15:10:50.6462358Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1a46bd66-1ab1-43cb-b8cc-1d483decc287?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0975dca7-435d-416d-971b-d73b3168cf07?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1000,7 +1069,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:37:12 GMT", + "Date": "Tue, 25 Oct 2022 15:10:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1008,17 +1077,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "59d03c68-9a32-4683-b8f3-a2b27f6ff093", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163712Z:59d03c68-9a32-4683-b8f3-a2b27f6ff093", + "x-ms-correlation-request-id": "e5234ca0-f982-415e-91d4-28a125be96ab", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151052Z:e5234ca0-f982-415e-91d4-28a125be96ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1a46bd66-1ab1-43cb-b8cc-1d483decc287", - "name": "1a46bd66-1ab1-43cb-b8cc-1d483decc287", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0975dca7-435d-416d-971b-d73b3168cf07", + "name": "0975dca7-435d-416d-971b-d73b3168cf07", "status": "Succeeded", - "startTime": "2022-10-22T16:37:11.2503137Z", - "endTime": "2022-10-22T16:37:11.3909835Z", + "startTime": "2022-10-25T15:10:50.8903005Z", + "endTime": "2022-10-25T15:10:51.9686747Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1" @@ -1040,8 +1109,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:37:12 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T16%3A37%3A11.3884793Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 15:10:52 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T15%3A10%3A51.9680999Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1049,22 +1118,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e5c3c17-da35-4e66-8c87-58ca84e4c844", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163712Z:7e5c3c17-da35-4e66-8c87-58ca84e4c844", + "x-ms-correlation-request-id": "011b8f24-2e68-46a9-980e-f4a0de728ee5", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151052Z:011b8f24-2e68-46a9-980e-f4a0de728ee5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T16%3A37%3A11.3884793Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A10%3A51.9680999Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:37:09.8445139Z" + "CreatedOnDate": "2022-10-25T15:10:49.5203969Z" }, "properties": { - "poolId": "b05d9b0a-9e5b-84e9-ebb5-2c6de6f25923", + "poolId": "8b2fdfc0-2924-34ba-d154-5e1662e9d08b", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1077,10 +1146,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T16:37:11.0009721Z", + "createdAt": "2022-10-25T15:10:50.6462358Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T16:37:11.0009721Z" + "lastModifiedAt": "2022-10-25T15:10:50.6462358Z" } } }, @@ -1124,30 +1193,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9126a36e-cf32-4855-87d2-03355d1e014c?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1614", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:37:15 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T16%3A37%3A14.6844293Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 15:10:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T15%3A10%3A54.2562984Z\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": "e6f4bf38-9f02-4c83-842c-8034f916ec0a", + "x-ms-correlation-request-id": "7138f2d0-f9d8-4b93-9329-4353bd7969d1", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163715Z:e6f4bf38-9f02-4c83-842c-8034f916ec0a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151055Z:7138f2d0-f9d8-4b93-9329-4353bd7969d1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e", "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8b73262e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T16%3A37%3A14.6844293Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A10%3A54.2562984Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:37:13.2275731Z" + "CreatedOnDate": "2022-10-25T15:10:52.7829052Z" }, "properties": { "serviceLevel": "Premium", @@ -1178,15 +1247,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T16:37:14.3929853Z", + "createdAt": "2022-10-25T15:10:53.9308874Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T16:37:14.3929853Z" + "lastModifiedAt": "2022-10-25T15:10:53.9308874Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9126a36e-cf32-4855-87d2-03355d1e014c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1200,7 +1269,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:37:15 GMT", + "Date": "Tue, 25 Oct 2022 15:10:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1208,134 +1277,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d65eaefc-981e-4754-bed5-9ad78264de9a", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163715Z:d65eaefc-981e-4754-bed5-9ad78264de9a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231", - "name": "d09fb4fe-3064-4a01-86fd-dea2e863d231", - "status": "Creating", - "startTime": "2022-10-22T16:37:14.6774246Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d1fd03-0591-40aa-9f1f-b442c13335f3?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:37: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": "144f2dd0-9eab-424d-850a-2144a532fb81", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163722Z:144f2dd0-9eab-424d-850a-2144a532fb81", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20d1fd03-0591-40aa-9f1f-b442c13335f3", - "name": "20d1fd03-0591-40aa-9f1f-b442c13335f3", - "status": "Succeeded", - "startTime": "2022-10-22T16:36:51.5751031Z", - "endTime": "2022-10-22T16:36:53.12199Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:37: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": "1616d81c-af15-41c1-a074-e134caa09a81", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163723Z:1616d81c-af15-41c1-a074-e134caa09a81", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:37: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": "51135021-a743-4439-a2ee-1d014c43b165", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163746Z:51135021-a743-4439-a2ee-1d014c43b165", + "x-ms-correlation-request-id": "9f296746-f60e-4a31-afca-35b35c9f12d0", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151055Z:9f296746-f60e-4a31-afca-35b35c9f12d0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231", - "name": "d09fb4fe-3064-4a01-86fd-dea2e863d231", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9126a36e-cf32-4855-87d2-03355d1e014c", + "name": "9126a36e-cf32-4855-87d2-03355d1e014c", "status": "Creating", - "startTime": "2022-10-22T16:37:14.6774246Z", + "startTime": "2022-10-25T15:10:54.2657286Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1344,7 +1295,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9126a36e-cf32-4855-87d2-03355d1e014c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1358,7 +1309,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:38:15 GMT", + "Date": "Tue, 25 Oct 2022 15:11:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1366,16 +1317,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "05eefd2c-ad40-4618-9e3f-77a1929d3686", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163816Z:05eefd2c-ad40-4618-9e3f-77a1929d3686", + "x-ms-correlation-request-id": "7aa5b905-b871-4d31-b7fe-afeeb3b4d6e6", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151125Z:7aa5b905-b871-4d31-b7fe-afeeb3b4d6e6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231", - "name": "d09fb4fe-3064-4a01-86fd-dea2e863d231", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9126a36e-cf32-4855-87d2-03355d1e014c", + "name": "9126a36e-cf32-4855-87d2-03355d1e014c", "status": "Creating", - "startTime": "2022-10-22T16:37:14.6774246Z", + "startTime": "2022-10-25T15:10:54.2657286Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1384,7 +1335,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9126a36e-cf32-4855-87d2-03355d1e014c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1398,7 +1349,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:38:46 GMT", + "Date": "Tue, 25 Oct 2022 15:11:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1406,16 +1357,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0374aa91-429a-4453-b9c1-61dce667809f", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163846Z:0374aa91-429a-4453-b9c1-61dce667809f", + "x-ms-correlation-request-id": "940d31a9-7fea-4331-8867-6b64369ab78f", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151155Z:940d31a9-7fea-4331-8867-6b64369ab78f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231", - "name": "d09fb4fe-3064-4a01-86fd-dea2e863d231", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9126a36e-cf32-4855-87d2-03355d1e014c", + "name": "9126a36e-cf32-4855-87d2-03355d1e014c", "status": "Creating", - "startTime": "2022-10-22T16:37:14.6774246Z", + "startTime": "2022-10-25T15:10:54.2657286Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1424,7 +1375,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9126a36e-cf32-4855-87d2-03355d1e014c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1438,7 +1389,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:39:16 GMT", + "Date": "Tue, 25 Oct 2022 15:12:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,16 +1397,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e1a28a5-ffc4-41b8-948a-4b44e49db7fb", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163916Z:3e1a28a5-ffc4-41b8-948a-4b44e49db7fb", + "x-ms-correlation-request-id": "2eb31faf-0199-4a72-854d-6320048df88e", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151226Z:2eb31faf-0199-4a72-854d-6320048df88e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231", - "name": "d09fb4fe-3064-4a01-86fd-dea2e863d231", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9126a36e-cf32-4855-87d2-03355d1e014c", + "name": "9126a36e-cf32-4855-87d2-03355d1e014c", "status": "Creating", - "startTime": "2022-10-22T16:37:14.6774246Z", + "startTime": "2022-10-25T15:10:54.2657286Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1464,7 +1415,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9126a36e-cf32-4855-87d2-03355d1e014c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1478,7 +1429,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:39:46 GMT", + "Date": "Tue, 25 Oct 2022 15:12:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1486,16 +1437,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6766ac5f-be89-4286-9ad4-e449c8d72f88", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T163947Z:6766ac5f-be89-4286-9ad4-e449c8d72f88", + "x-ms-correlation-request-id": "ff3e5cf2-db96-4832-8171-8d2fc72f3718", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151256Z:ff3e5cf2-db96-4832-8171-8d2fc72f3718", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231", - "name": "d09fb4fe-3064-4a01-86fd-dea2e863d231", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9126a36e-cf32-4855-87d2-03355d1e014c", + "name": "9126a36e-cf32-4855-87d2-03355d1e014c", "status": "Creating", - "startTime": "2022-10-22T16:37:14.6774246Z", + "startTime": "2022-10-25T15:10:54.2657286Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1504,7 +1455,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9126a36e-cf32-4855-87d2-03355d1e014c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1518,7 +1469,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:40:16 GMT", + "Date": "Tue, 25 Oct 2022 15:13:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1526,16 +1477,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e576dbf1-021d-4e1e-855e-6655adf55ae4", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164017Z:e576dbf1-021d-4e1e-855e-6655adf55ae4", + "x-ms-correlation-request-id": "1b8dcb83-4912-46a7-829e-7177112731c6", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151326Z:1b8dcb83-4912-46a7-829e-7177112731c6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231", - "name": "d09fb4fe-3064-4a01-86fd-dea2e863d231", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9126a36e-cf32-4855-87d2-03355d1e014c", + "name": "9126a36e-cf32-4855-87d2-03355d1e014c", "status": "Creating", - "startTime": "2022-10-22T16:37:14.6774246Z", + "startTime": "2022-10-25T15:10:54.2657286Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1544,7 +1495,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9126a36e-cf32-4855-87d2-03355d1e014c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1558,7 +1509,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:40:46 GMT", + "Date": "Tue, 25 Oct 2022 15:13:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1566,16 +1517,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87fe6d20-3e4b-490b-a6c3-3185f894ca98", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164047Z:87fe6d20-3e4b-490b-a6c3-3185f894ca98", + "x-ms-correlation-request-id": "2cf0f2b0-c82a-46b7-b25a-a9006e3ad80d", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151357Z:2cf0f2b0-c82a-46b7-b25a-a9006e3ad80d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231", - "name": "d09fb4fe-3064-4a01-86fd-dea2e863d231", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9126a36e-cf32-4855-87d2-03355d1e014c", + "name": "9126a36e-cf32-4855-87d2-03355d1e014c", "status": "Creating", - "startTime": "2022-10-22T16:37:14.6774246Z", + "startTime": "2022-10-25T15:10:54.2657286Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1584,7 +1535,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9126a36e-cf32-4855-87d2-03355d1e014c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1598,7 +1549,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:41:17 GMT", + "Date": "Tue, 25 Oct 2022 15:14:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1606,16 +1557,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a6b2601e-e4b4-470d-99d2-7cc827b1370b", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164117Z:a6b2601e-e4b4-470d-99d2-7cc827b1370b", + "x-ms-correlation-request-id": "0d3d4c18-1d0a-4d50-9633-15414828af1b", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151427Z:0d3d4c18-1d0a-4d50-9633-15414828af1b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231", - "name": "d09fb4fe-3064-4a01-86fd-dea2e863d231", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9126a36e-cf32-4855-87d2-03355d1e014c", + "name": "9126a36e-cf32-4855-87d2-03355d1e014c", "status": "Creating", - "startTime": "2022-10-22T16:37:14.6774246Z", + "startTime": "2022-10-25T15:10:54.2657286Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1624,7 +1575,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9126a36e-cf32-4855-87d2-03355d1e014c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1638,7 +1589,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:41:48 GMT", + "Date": "Tue, 25 Oct 2022 15:14:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1646,16 +1597,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f29b56f-56fa-48ff-8b3d-ba7024763f74", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164148Z:8f29b56f-56fa-48ff-8b3d-ba7024763f74", + "x-ms-correlation-request-id": "29c5a123-fc08-4075-9b8d-cc9519bfa7c3", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151457Z:29c5a123-fc08-4075-9b8d-cc9519bfa7c3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231", - "name": "d09fb4fe-3064-4a01-86fd-dea2e863d231", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9126a36e-cf32-4855-87d2-03355d1e014c", + "name": "9126a36e-cf32-4855-87d2-03355d1e014c", "status": "Creating", - "startTime": "2022-10-22T16:37:14.6774246Z", + "startTime": "2022-10-25T15:10:54.2657286Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1664,7 +1615,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9126a36e-cf32-4855-87d2-03355d1e014c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1678,7 +1629,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:42:19 GMT", + "Date": "Tue, 25 Oct 2022 15:15:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1686,16 +1637,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "429b2eeb-305b-4659-b4a2-05e0a29e24e9", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164219Z:429b2eeb-305b-4659-b4a2-05e0a29e24e9", + "x-ms-correlation-request-id": "f388115e-9008-4bf3-a68f-24df8d764a79", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151528Z:f388115e-9008-4bf3-a68f-24df8d764a79", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231", - "name": "d09fb4fe-3064-4a01-86fd-dea2e863d231", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9126a36e-cf32-4855-87d2-03355d1e014c", + "name": "9126a36e-cf32-4855-87d2-03355d1e014c", "status": "Creating", - "startTime": "2022-10-22T16:37:14.6774246Z", + "startTime": "2022-10-25T15:10:54.2657286Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1704,7 +1655,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9126a36e-cf32-4855-87d2-03355d1e014c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1718,7 +1669,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:42:49 GMT", + "Date": "Tue, 25 Oct 2022 15:15:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1726,17 +1677,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1af37113-90ec-4417-a276-a2bb657ac875", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164249Z:1af37113-90ec-4417-a276-a2bb657ac875", + "x-ms-correlation-request-id": "72f90b62-01a2-40bf-b83e-85e795d75798", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151558Z:72f90b62-01a2-40bf-b83e-85e795d75798", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d09fb4fe-3064-4a01-86fd-dea2e863d231", - "name": "d09fb4fe-3064-4a01-86fd-dea2e863d231", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9126a36e-cf32-4855-87d2-03355d1e014c", + "name": "9126a36e-cf32-4855-87d2-03355d1e014c", "status": "Succeeded", - "startTime": "2022-10-22T16:37:14.6774246Z", - "endTime": "2022-10-22T16:42:47.5421101Z", + "startTime": "2022-10-25T15:10:54.2657286Z", + "endTime": "2022-10-25T15:15:42.9907481Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" @@ -1758,8 +1709,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:42:49 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T16%3A42%3A47.5331667Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 15:15:58 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T15%3A15%3A42.9671189Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1767,22 +1718,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94641325-01bd-4e4c-9239-b9db1f6544a8", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164249Z:94641325-01bd-4e4c-9239-b9db1f6544a8", + "x-ms-correlation-request-id": "58394745-2907-4e33-9052-84bcd67aed8f", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151559Z:58394745-2907-4e33-9052-84bcd67aed8f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e", "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8b73262e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T16%3A42%3A47.5331667Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A15%3A42.9671189Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:37:13.2275731Z" + "CreatedOnDate": "2022-10-25T15:10:52.7829052Z" }, "properties": { - "fileSystemId": "d7718100-10d9-16d3-905b-0bd4ab6b158a", + "fileSystemId": "a901f58d-52ed-90ba-04bc-d0141ec75764", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-8b73262e", "usageThreshold": 107374182400, @@ -1810,7 +1761,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f65fcbd7", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_5c842a67", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1825,8 +1776,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d7718100-10d9-16d3-905b-0bd4ab6b158a", - "fileSystemId": "d7718100-10d9-16d3-905b-0bd4ab6b158a", + "mountTargetId": "a901f58d-52ed-90ba-04bc-d0141ec75764", + "fileSystemId": "a901f58d-52ed-90ba-04bc-d0141ec75764", "ipAddress": "10.0.0.4" } ], @@ -1846,10 +1797,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T16:37:14.3929853Z", + "createdAt": "2022-10-25T15:10:53.9308874Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T16:37:14.3929853Z" + "lastModifiedAt": "2022-10-25T15:10:53.9308874Z" } } }, @@ -1872,20 +1823,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e419665-a265-40f7-a637-e695012017cb?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2555de63-d867-482f-b4b0-039585c3037f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "540", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:42:50 GMT", + "Date": "Tue, 25 Oct 2022 15:15:59 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e419665-a265-40f7-a637-e695012017cb?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2555de63-d867-482f-b4b0-039585c3037f?api-version=2022-05-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": "1e59b24f-58bf-4dd2-bbc0-6d47f15f8a48", + "x-ms-correlation-request-id": "c0f67992-2191-4209-8568-cb429d938455", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164250Z:1e59b24f-58bf-4dd2-bbc0-6d47f15f8a48", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151600Z:c0f67992-2191-4209-8568-cb429d938455", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1900,7 +1851,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e419665-a265-40f7-a637-e695012017cb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2555de63-d867-482f-b4b0-039585c3037f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1914,7 +1865,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:42:50 GMT", + "Date": "Tue, 25 Oct 2022 15:15:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1922,16 +1873,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "213b34c8-3b17-4923-8cb1-e0c7e0e001de", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164250Z:213b34c8-3b17-4923-8cb1-e0c7e0e001de", + "x-ms-correlation-request-id": "9fb828ae-fd2d-4fa1-898c-1cc0bd1e8faa", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151600Z:9fb828ae-fd2d-4fa1-898c-1cc0bd1e8faa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e419665-a265-40f7-a637-e695012017cb", - "name": "8e419665-a265-40f7-a637-e695012017cb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2555de63-d867-482f-b4b0-039585c3037f", + "name": "2555de63-d867-482f-b4b0-039585c3037f", "status": "Creating", - "startTime": "2022-10-22T16:42:50.4952819Z", + "startTime": "2022-10-25T15:15:59.798728Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1940,7 +1891,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e419665-a265-40f7-a637-e695012017cb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2555de63-d867-482f-b4b0-039585c3037f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1954,7 +1905,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:43:20 GMT", + "Date": "Tue, 25 Oct 2022 15:16:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1962,17 +1913,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "01ad3447-9441-4cc4-bc00-5f01fc84a264", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164321Z:01ad3447-9441-4cc4-bc00-5f01fc84a264", + "x-ms-correlation-request-id": "5950a97b-f651-4ef1-942f-11258fa1de4b", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151630Z:5950a97b-f651-4ef1-942f-11258fa1de4b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e419665-a265-40f7-a637-e695012017cb", - "name": "8e419665-a265-40f7-a637-e695012017cb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2555de63-d867-482f-b4b0-039585c3037f", + "name": "2555de63-d867-482f-b4b0-039585c3037f", "status": "Succeeded", - "startTime": "2022-10-22T16:42:50.4952819Z", - "endTime": "2022-10-22T16:42:52.1517306Z", + "startTime": "2022-10-25T15:15:59.798728Z", + "endTime": "2022-10-25T15:16:00.5331279Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1" @@ -1994,7 +1945,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:43:21 GMT", + "Date": "Tue, 25 Oct 2022 15:16:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2002,9 +1953,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6a0f00ac-4f4f-4e6e-902a-675a57ce4528", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164321Z:6a0f00ac-4f4f-4e6e-902a-675a57ce4528", + "x-ms-correlation-request-id": "067b02b6-c2be-472a-9f15-4e6ac63db7cb", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151631Z:067b02b6-c2be-472a-9f15-4e6ac63db7cb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2030,20 +1981,20 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/965598da-32af-4b3d-9506-b3084ab6c8d0?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fd9a4e77-7bf3-4779-9b84-3f3d811854b3?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "459", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:43:21 GMT", + "Date": "Tue, 25 Oct 2022 15:16:31 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/965598da-32af-4b3d-9506-b3084ab6c8d0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fd9a4e77-7bf3-4779-9b84-3f3d811854b3?api-version=2022-05-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": "def24ad1-2d3f-4c7e-8fc7-8bd380b2f32e", + "x-ms-correlation-request-id": "878f5136-ad06-4461-a7ce-37a8ccb51de0", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164322Z:def24ad1-2d3f-4c7e-8fc7-8bd380b2f32e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151632Z:878f5136-ad06-4461-a7ce-37a8ccb51de0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2053,7 +2004,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/965598da-32af-4b3d-9506-b3084ab6c8d0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fd9a4e77-7bf3-4779-9b84-3f3d811854b3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2067,7 +2018,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:43:21 GMT", + "Date": "Tue, 25 Oct 2022 15:16:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2075,16 +2026,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d9b52004-6686-4757-91f0-3269fc31ed89", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164322Z:d9b52004-6686-4757-91f0-3269fc31ed89", + "x-ms-correlation-request-id": "a1af42aa-9880-4e39-bafd-b5669e61dfe1", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151632Z:a1af42aa-9880-4e39-bafd-b5669e61dfe1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/965598da-32af-4b3d-9506-b3084ab6c8d0", - "name": "965598da-32af-4b3d-9506-b3084ab6c8d0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fd9a4e77-7bf3-4779-9b84-3f3d811854b3", + "name": "fd9a4e77-7bf3-4779-9b84-3f3d811854b3", "status": "GetMetadata", - "startTime": "2022-10-22T16:43:22.0621368Z", + "startTime": "2022-10-25T15:16:32.0627303Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2093,7 +2044,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/965598da-32af-4b3d-9506-b3084ab6c8d0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fd9a4e77-7bf3-4779-9b84-3f3d811854b3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2107,7 +2058,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:43:52 GMT", + "Date": "Tue, 25 Oct 2022 15:17:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2115,27 +2066,27 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1b2c47d2-8245-4b59-8e91-fb92e9d45a57", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164352Z:1b2c47d2-8245-4b59-8e91-fb92e9d45a57", + "x-ms-correlation-request-id": "0b62dd60-ff3b-4767-b1ff-01a77972d991", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151702Z:0b62dd60-ff3b-4767-b1ff-01a77972d991", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/965598da-32af-4b3d-9506-b3084ab6c8d0", - "name": "965598da-32af-4b3d-9506-b3084ab6c8d0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fd9a4e77-7bf3-4779-9b84-3f3d811854b3", + "name": "fd9a4e77-7bf3-4779-9b84-3f3d811854b3", "status": "Succeeded", - "startTime": "2022-10-22T16:43:22.0621368Z", - "endTime": "2022-10-22T16:43:22.4527954Z", + "startTime": "2022-10-25T15:16:32.0627303Z", + "endTime": "2022-10-25T15:16:32.3752634Z", "percentComplete": 100.0, "properties": { "path": "/sub_vol_1.txt", "size": 123, "bytesUsed": 0, "permissions": "644", - "creationTimeStamp": "2022-10-22T16:42:52Z", - "accessedTimeStamp": "2022-10-22T16:42:51Z", - "modifiedTimeStamp": "2022-10-22T16:42:52Z", - "changedTimeStamp": "2022-10-22T16:42:52Z", + "creationTimeStamp": "2022-10-25T15:16:00Z", + "accessedTimeStamp": "2022-10-25T15:16:00Z", + "modifiedTimeStamp": "2022-10-25T15:16:00Z", + "changedTimeStamp": "2022-10-25T15:16:00Z", "provisioningState": "Succeeded" } } @@ -2153,25 +2104,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d73f9af5-0609-45c9-89c0-69a695105a69?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94c91b89-249d-47d4-a08c-835bc3b97463?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 16:43:53 GMT", + "Date": "Tue, 25 Oct 2022 15:17:03 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d73f9af5-0609-45c9-89c0-69a695105a69?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94c91b89-249d-47d4-a08c-835bc3b97463?api-version=2022-05-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": "4e97d5f5-4317-4e24-a2b3-799db2adbd10", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164353Z:4e97d5f5-4317-4e24-a2b3-799db2adbd10", + "x-ms-correlation-request-id": "6c4897ac-ea17-49b7-8fbe-5f6d0bc43388", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151703Z:6c4897ac-ea17-49b7-8fbe-5f6d0bc43388", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d73f9af5-0609-45c9-89c0-69a695105a69?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94c91b89-249d-47d4-a08c-835bc3b97463?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2185,7 +2136,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:43:53 GMT", + "Date": "Tue, 25 Oct 2022 15:17:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2193,16 +2144,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0737f6d9-2882-4d1d-9e6b-549be9435b26", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164353Z:0737f6d9-2882-4d1d-9e6b-549be9435b26", + "x-ms-correlation-request-id": "198e4442-6769-46a7-8a49-38754e68af47", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151703Z:198e4442-6769-46a7-8a49-38754e68af47", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d73f9af5-0609-45c9-89c0-69a695105a69", - "name": "d73f9af5-0609-45c9-89c0-69a695105a69", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94c91b89-249d-47d4-a08c-835bc3b97463", + "name": "94c91b89-249d-47d4-a08c-835bc3b97463", "status": "Deleting", - "startTime": "2022-10-22T16:43:53.1374241Z", + "startTime": "2022-10-25T15:17:03.1177015Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2211,7 +2162,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d73f9af5-0609-45c9-89c0-69a695105a69?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94c91b89-249d-47d4-a08c-835bc3b97463?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2225,7 +2176,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:44:23 GMT", + "Date": "Tue, 25 Oct 2022 15:17:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2233,17 +2184,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c0aa767d-6d08-4796-9db4-42d4f6296bfe", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164423Z:c0aa767d-6d08-4796-9db4-42d4f6296bfe", + "x-ms-correlation-request-id": "5c23d08b-9fa1-4f69-a196-4a5a025ebd84", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151733Z:5c23d08b-9fa1-4f69-a196-4a5a025ebd84", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d73f9af5-0609-45c9-89c0-69a695105a69", - "name": "d73f9af5-0609-45c9-89c0-69a695105a69", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/94c91b89-249d-47d4-a08c-835bc3b97463", + "name": "94c91b89-249d-47d4-a08c-835bc3b97463", "status": "Succeeded", - "startTime": "2022-10-22T16:43:53.1374241Z", - "endTime": "2022-10-22T16:43:54.451066Z", + "startTime": "2022-10-25T15:17:03.1177015Z", + "endTime": "2022-10-25T15:17:04.576991Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e/subvolumes/sdk-py-tests-subvolume-1" @@ -2263,65 +2214,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5f8364b3-3690-4f1a-873c-d6205c515942?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 16:44:23 GMT", + "Date": "Tue, 25 Oct 2022 15:17:33 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5f8364b3-3690-4f1a-873c-d6205c515942?api-version=2022-05-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": "8bd6142c-8658-4e2a-8b39-16955520646d", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164424Z:8bd6142c-8658-4e2a-8b39-16955520646d", + "x-ms-correlation-request-id": "a2ea7ac0-163f-4ae2-9397-e524084a2261", + "x-ms-ratelimit-remaining-subscription-deletes": "14991", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151734Z:a2ea7ac0-163f-4ae2-9397-e524084a2261", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:44: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": "bca3dfd9-79ce-456a-bcec-d4266c7664fe", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164424Z:bca3dfd9-79ce-456a-bcec-d4266c7664fe", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975", - "name": "0dd78b51-c657-4dcd-84d1-65da935db975", - "status": "Deleting", - "startTime": "2022-10-22T16:44:24.5256249Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5f8364b3-3690-4f1a-873c-d6205c515942?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2335,7 +2246,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:44:54 GMT", + "Date": "Tue, 25 Oct 2022 15:17:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2343,16 +2254,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "662acfbd-e311-46b0-aa1c-66d0acb87848", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164455Z:662acfbd-e311-46b0-aa1c-66d0acb87848", + "x-ms-correlation-request-id": "33909199-c935-4239-89eb-199f69fbac7d", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151734Z:33909199-c935-4239-89eb-199f69fbac7d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975", - "name": "0dd78b51-c657-4dcd-84d1-65da935db975", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5f8364b3-3690-4f1a-873c-d6205c515942", + "name": "5f8364b3-3690-4f1a-873c-d6205c515942", "status": "Deleting", - "startTime": "2022-10-22T16:44:24.5256249Z", + "startTime": "2022-10-25T15:17:34.4044228Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2361,7 +2272,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5f8364b3-3690-4f1a-873c-d6205c515942?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2375,7 +2286,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:45:24 GMT", + "Date": "Tue, 25 Oct 2022 15:18:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2383,16 +2294,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9778e82b-933a-4042-ae2a-177e3a03b44a", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164525Z:9778e82b-933a-4042-ae2a-177e3a03b44a", + "x-ms-correlation-request-id": "bcf66a79-121d-4b11-9e8a-c558eff7af54", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151805Z:bcf66a79-121d-4b11-9e8a-c558eff7af54", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975", - "name": "0dd78b51-c657-4dcd-84d1-65da935db975", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5f8364b3-3690-4f1a-873c-d6205c515942", + "name": "5f8364b3-3690-4f1a-873c-d6205c515942", "status": "Deleting", - "startTime": "2022-10-22T16:44:24.5256249Z", + "startTime": "2022-10-25T15:17:34.4044228Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2401,7 +2312,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5f8364b3-3690-4f1a-873c-d6205c515942?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2415,7 +2326,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:45:55 GMT", + "Date": "Tue, 25 Oct 2022 15:18:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2423,16 +2334,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8cbf4640-e200-4093-ac1c-c21407fc93c2", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164555Z:8cbf4640-e200-4093-ac1c-c21407fc93c2", + "x-ms-correlation-request-id": "cd92f50d-8066-4197-8dd4-5dd804e22117", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151835Z:cd92f50d-8066-4197-8dd4-5dd804e22117", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975", - "name": "0dd78b51-c657-4dcd-84d1-65da935db975", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5f8364b3-3690-4f1a-873c-d6205c515942", + "name": "5f8364b3-3690-4f1a-873c-d6205c515942", "status": "Deleting", - "startTime": "2022-10-22T16:44:24.5256249Z", + "startTime": "2022-10-25T15:17:34.4044228Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2441,7 +2352,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5f8364b3-3690-4f1a-873c-d6205c515942?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2455,7 +2366,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:46:26 GMT", + "Date": "Tue, 25 Oct 2022 15:19:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2463,16 +2374,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d23f0c3-e366-48a2-b13a-522ca16a157c", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164626Z:6d23f0c3-e366-48a2-b13a-522ca16a157c", + "x-ms-correlation-request-id": "1dc73d6c-1c6d-4fbb-907d-4a26c3e02097", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151905Z:1dc73d6c-1c6d-4fbb-907d-4a26c3e02097", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975", - "name": "0dd78b51-c657-4dcd-84d1-65da935db975", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5f8364b3-3690-4f1a-873c-d6205c515942", + "name": "5f8364b3-3690-4f1a-873c-d6205c515942", "status": "Deleting", - "startTime": "2022-10-22T16:44:24.5256249Z", + "startTime": "2022-10-25T15:17:34.4044228Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2481,7 +2392,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5f8364b3-3690-4f1a-873c-d6205c515942?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2495,7 +2406,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:46:56 GMT", + "Date": "Tue, 25 Oct 2022 15:19:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2503,16 +2414,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "720c94ae-86d8-4393-ac5b-11a2aa6b149b", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164657Z:720c94ae-86d8-4393-ac5b-11a2aa6b149b", + "x-ms-correlation-request-id": "11a25403-2012-4aaf-848b-e575494fb60d", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151958Z:11a25403-2012-4aaf-848b-e575494fb60d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975", - "name": "0dd78b51-c657-4dcd-84d1-65da935db975", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5f8364b3-3690-4f1a-873c-d6205c515942", + "name": "5f8364b3-3690-4f1a-873c-d6205c515942", "status": "Deleting", - "startTime": "2022-10-22T16:44:24.5256249Z", + "startTime": "2022-10-25T15:17:34.4044228Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2521,7 +2432,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5f8364b3-3690-4f1a-873c-d6205c515942?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2535,7 +2446,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:47:26 GMT", + "Date": "Tue, 25 Oct 2022 15:20:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2543,17 +2454,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "088cf5eb-7fcd-4bac-bf52-bdc075f69d4e", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164727Z:088cf5eb-7fcd-4bac-bf52-bdc075f69d4e", + "x-ms-correlation-request-id": "1cfa7861-b1f2-4e9b-9739-00554066c161", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T152029Z:1cfa7861-b1f2-4e9b-9739-00554066c161", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975", - "name": "0dd78b51-c657-4dcd-84d1-65da935db975", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5f8364b3-3690-4f1a-873c-d6205c515942", + "name": "5f8364b3-3690-4f1a-873c-d6205c515942", "status": "Succeeded", - "startTime": "2022-10-22T16:44:24.5256249Z", - "endTime": "2022-10-22T16:46:57.4482086Z", + "startTime": "2022-10-25T15:17:34.4044228Z", + "endTime": "2022-10-25T15:20:18.2662906Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e" @@ -2561,7 +2472,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dd78b51-c657-4dcd-84d1-65da935db975?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5f8364b3-3690-4f1a-873c-d6205c515942?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2575,7 +2486,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:47:27 GMT", + "Date": "Tue, 25 Oct 2022 15:20:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2583,22 +2494,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f7f936bd-d9d5-476e-9ef7-a781f6d05a36", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T164727Z:f7f936bd-d9d5-476e-9ef7-a781f6d05a36", + "x-ms-correlation-request-id": "44f768db-c0b6-4f02-ad45-45f47bc1c9af", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T152029Z:44f768db-c0b6-4f02-ad45-45f47bc1c9af", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e", "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1/sdk-py-tests-vol-3-8b73262e", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T16%3A46%3A48.3245185Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A20%3A08.7839645Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:37:13.2275731Z" + "CreatedOnDate": "2022-10-25T15:10:52.7829052Z" }, "properties": { - "fileSystemId": "d7718100-10d9-16d3-905b-0bd4ab6b158a", + "fileSystemId": "a901f58d-52ed-90ba-04bc-d0141ec75764", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-8b73262e", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2629,19 +2540,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f65fcbd7", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_5c842a67", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-8b73262e/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-8b73262e", - "poolId": "b05d9b0a-9e5b-84e9-ebb5-2c6de6f25923", + "poolId": "8b2fdfc0-2924-34ba-d154-5e1662e9d08b", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "d7718100-10d9-16d3-905b-0bd4ab6b158a", - "fileSystemId": "d7718100-10d9-16d3-905b-0bd4ab6b158a", + "mountTargetId": "a901f58d-52ed-90ba-04bc-d0141ec75764", + "fileSystemId": "a901f58d-52ed-90ba-04bc-d0141ec75764", "startIp": "", "endIp": "", "gateway": "", @@ -2673,10 +2584,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T16:37:14.3929853Z", + "createdAt": "2022-10-25T15:10:53.9308874Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T16:37:14.3929853Z" + "lastModifiedAt": "2022-10-25T15:10:53.9308874Z" } } }, @@ -2695,14 +2606,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:50:50 GMT", + "Date": "Tue, 25 Oct 2022 15:23:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3455b707-193c-43a2-b73c-90c7dea96c44", + "x-ms-correlation-request-id": "58aca734-8d04-4f4b-bff0-d5f666f67467", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T165050Z:3455b707-193c-43a2-b73c-90c7dea96c44" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T152352Z:58aca734-8d04-4f4b-bff0-d5f666f67467" }, "ResponseBody": { "error": { @@ -2724,25 +2635,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e6185981-2ebc-4c03-8e02-d758a59b42ef?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5609d42b-d82d-4578-a3cf-4a25a39a9ed9?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 16:51:03 GMT", + "Date": "Tue, 25 Oct 2022 15:24:05 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e6185981-2ebc-4c03-8e02-d758a59b42ef?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5609d42b-d82d-4578-a3cf-4a25a39a9ed9?api-version=2022-05-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": "20440ec4-55b5-4100-b8a8-f699ef4d8ab3", + "x-ms-correlation-request-id": "44f2a4e5-fb43-453a-8054-29c53936f4d2", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T165104Z:20440ec4-55b5-4100-b8a8-f699ef4d8ab3", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T152405Z:44f2a4e5-fb43-453a-8054-29c53936f4d2", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e6185981-2ebc-4c03-8e02-d758a59b42ef?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5609d42b-d82d-4578-a3cf-4a25a39a9ed9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2756,7 +2667,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:51:04 GMT", + "Date": "Tue, 25 Oct 2022 15:24:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2764,16 +2675,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7adeeaf-068e-49c0-8405-2bd895745ea7", + "x-ms-correlation-request-id": "edff4712-af95-485a-a5d8-c8b0f156864f", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T165104Z:e7adeeaf-068e-49c0-8405-2bd895745ea7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T152405Z:edff4712-af95-485a-a5d8-c8b0f156864f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e6185981-2ebc-4c03-8e02-d758a59b42ef", - "name": "e6185981-2ebc-4c03-8e02-d758a59b42ef", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5609d42b-d82d-4578-a3cf-4a25a39a9ed9", + "name": "5609d42b-d82d-4578-a3cf-4a25a39a9ed9", "status": "Deleting", - "startTime": "2022-10-22T16:51:04.1198927Z", + "startTime": "2022-10-25T15:24:05.1546036Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2782,7 +2693,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e6185981-2ebc-4c03-8e02-d758a59b42ef?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5609d42b-d82d-4578-a3cf-4a25a39a9ed9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2796,7 +2707,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:51:34 GMT", + "Date": "Tue, 25 Oct 2022 15:24:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2804,17 +2715,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "09aaaf30-cad0-41f6-9a14-c8836f1b4148", + "x-ms-correlation-request-id": "6940b2d9-db84-407f-a5da-7b3f7b25a3c3", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T165134Z:09aaaf30-cad0-41f6-9a14-c8836f1b4148", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T152435Z:6940b2d9-db84-407f-a5da-7b3f7b25a3c3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e6185981-2ebc-4c03-8e02-d758a59b42ef", - "name": "e6185981-2ebc-4c03-8e02-d758a59b42ef", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5609d42b-d82d-4578-a3cf-4a25a39a9ed9", + "name": "5609d42b-d82d-4578-a3cf-4a25a39a9ed9", "status": "Succeeded", - "startTime": "2022-10-22T16:51:04.1198927Z", - "endTime": "2022-10-22T16:51:05.3230869Z", + "startTime": "2022-10-25T15:24:05.1546036Z", + "endTime": "2022-10-25T15:24:06.3504651Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1" @@ -2822,7 +2733,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e6185981-2ebc-4c03-8e02-d758a59b42ef?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5609d42b-d82d-4578-a3cf-4a25a39a9ed9?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2836,7 +2747,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:51:34 GMT", + "Date": "Tue, 25 Oct 2022 15:24:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2844,22 +2755,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dbdafc4c-d2b4-4e82-aef8-73c1978ba9fe", + "x-ms-correlation-request-id": "afc0536e-a3db-49af-8346-030a289a52af", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T165135Z:dbdafc4c-d2b4-4e82-aef8-73c1978ba9fe", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T152436Z:afc0536e-a3db-49af-8346-030a289a52af", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-8b73262e/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T16%3A51%3A04.1203121Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A24%3A05.1115736Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:37:09.8445139Z" + "CreatedOnDate": "2022-10-25T15:10:49.5203969Z" }, "properties": { - "poolId": "b05d9b0a-9e5b-84e9-ebb5-2c6de6f25923", + "poolId": "8b2fdfc0-2924-34ba-d154-5e1662e9d08b", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e/capacityPools/sdk-py-tests-pool-1", @@ -2873,10 +2784,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T16:37:11.0009721Z", + "createdAt": "2022-10-25T15:10:50.6462358Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T16:37:11.0009721Z" + "lastModifiedAt": "2022-10-25T15:10:50.6462358Z" } } }, @@ -2894,14 +2805,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 16:51:44 GMT", + "Date": "Tue, 25 Oct 2022 15:24:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2f32f19-5084-4cab-8071-5a179814492b", + "x-ms-correlation-request-id": "deab8d16-fd35-4cef-beb7-853c1c7db753", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T165145Z:d2f32f19-5084-4cab-8071-5a179814492b" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T152446Z:deab8d16-fd35-4cef-beb7-853c1c7db753" }, "ResponseBody": null }, @@ -2919,14 +2830,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 16:51:54 GMT", + "Date": "Tue, 25 Oct 2022 15:24:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6cd45acc-a885-49e7-8389-a6ab5fb43206", + "x-ms-correlation-request-id": "8b732e36-622a-4cff-a043-b4f72ab5e665", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T165155Z:6cd45acc-a885-49e7-8389-a6ab5fb43206" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T152456Z:8b732e36-622a-4cff-a043-b4f72ab5e665" }, "ResponseBody": null }, @@ -2944,14 +2855,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 16:52:05 GMT", + "Date": "Tue, 25 Oct 2022 15:25:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "49c84219-1937-439f-9ed3-e4b14047f6a7", + "x-ms-correlation-request-id": "bc62c5df-8ed0-450c-9fe9-98ef907612eb", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T165205Z:49c84219-1937-439f-9ed3-e4b14047f6a7" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T152506Z:bc62c5df-8ed0-450c-9fe9-98ef907612eb" }, "ResponseBody": null }, @@ -2969,14 +2880,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 16:52:15 GMT", + "Date": "Tue, 25 Oct 2022 15:25:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85f9173f-347c-4c9f-8ff1-5a006e14435f", + "x-ms-correlation-request-id": "4d71aa79-c27d-42d4-892f-f804763d5ee5", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T165216Z:85f9173f-347c-4c9f-8ff1-5a006e14435f" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T152517Z:4d71aa79-c27d-42d4-892f-f804763d5ee5" }, "ResponseBody": null }, @@ -2995,14 +2906,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:52:25 GMT", + "Date": "Tue, 25 Oct 2022 15:25:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69e3ea9f-24ca-4f42-9b16-d15b15af127e", + "x-ms-correlation-request-id": "3307fcd3-e744-4451-8a73-847550433945", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T165226Z:69e3ea9f-24ca-4f42-9b16-d15b15af127e" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T152527Z:3307fcd3-e744-4451-8a73-847550433945" }, "ResponseBody": { "error": { @@ -3024,25 +2935,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/29e4d9f1-49fc-4fb9-bc48-7c873385dc43?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fc882a69-27a1-4029-a391-c1bc42638409?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 16:52:27 GMT", + "Date": "Tue, 25 Oct 2022 15:25:28 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/29e4d9f1-49fc-4fb9-bc48-7c873385dc43?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fc882a69-27a1-4029-a391-c1bc42638409?api-version=2022-05-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": "f99d47f5-156e-48f9-8922-bd58d5ff885b", + "x-ms-correlation-request-id": "639cc5f1-8000-41e8-a7ac-5eea3ea1a0d2", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T165227Z:f99d47f5-156e-48f9-8922-bd58d5ff885b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T152528Z:639cc5f1-8000-41e8-a7ac-5eea3ea1a0d2", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/29e4d9f1-49fc-4fb9-bc48-7c873385dc43?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fc882a69-27a1-4029-a391-c1bc42638409?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3056,7 +2967,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:52:27 GMT", + "Date": "Tue, 25 Oct 2022 15:25:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3064,17 +2975,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dbd5e644-92ff-4af2-97ee-580a94312509", + "x-ms-correlation-request-id": "9616d741-c9f2-4fae-8fd4-5fd918d114ae", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T165228Z:dbd5e644-92ff-4af2-97ee-580a94312509", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T152529Z:9616d741-c9f2-4fae-8fd4-5fd918d114ae", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/29e4d9f1-49fc-4fb9-bc48-7c873385dc43", - "name": "29e4d9f1-49fc-4fb9-bc48-7c873385dc43", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fc882a69-27a1-4029-a391-c1bc42638409", + "name": "fc882a69-27a1-4029-a391-c1bc42638409", "status": "Succeeded", - "startTime": "2022-10-22T16:52:27.8422255Z", - "endTime": "2022-10-22T16:52:27.8890385Z", + "startTime": "2022-10-25T15:25:28.8463894Z", + "endTime": "2022-10-25T15:25:28.9401522Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e" @@ -3082,7 +2993,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/29e4d9f1-49fc-4fb9-bc48-7c873385dc43?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fc882a69-27a1-4029-a391-c1bc42638409?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3096,7 +3007,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:52:27 GMT", + "Date": "Tue, 25 Oct 2022 15:25:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3104,19 +3015,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5d87940-b225-4378-8533-1e7276655352", + "x-ms-correlation-request-id": "3f54d2b4-8dce-4b3f-90e4-61342e34ea86", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T165228Z:d5d87940-b225-4378-8533-1e7276655352", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T152529Z:3f54d2b4-8dce-4b3f-90e4-61342e34ea86", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-8b73262e", "name": "sdk-py-tests-acc-1-8b73262e", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T16%3A52%3A27.8434362Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A25%3A28.8509184Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T16:37:05.7043323Z" + "CreatedOnDate": "2022-10-25T15:10:46.3057544Z" }, "properties": { "encryption": { @@ -3127,10 +3038,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T16:37:06.5599742Z", + "createdAt": "2022-10-25T15:10:47.3010993Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T16:37:06.5599742Z" + "lastModifiedAt": "2022-10-25T15:10:47.3010993Z" } } }, @@ -3149,15 +3060,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 16:52:28 GMT", + "Date": "Tue, 25 Oct 2022 15:25: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": "e2d27ace-cb3e-483b-847c-43ca44c1fdf2", + "x-ms-correlation-request-id": "e8470047-191d-41f7-8002-90dba5c74627", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T165228Z:e2d27ace-cb3e-483b-847c-43ca44c1fdf2", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T152529Z:e8470047-191d-41f7-8002-90dba5c74627", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3181,12 +3092,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2cab4ec1-399f-4147-9f16-16154d1de022?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/23a3e70f-336a-4066-b64c-3cb3efbdde1f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 16:52:29 GMT", + "Date": "Tue, 25 Oct 2022 15:25:30 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/2cab4ec1-399f-4147-9f16-16154d1de022?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/23a3e70f-336a-4066-b64c-3cb3efbdde1f?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3195,10 +3106,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9cc3e99f-de97-4db9-bd6d-8af70058a040", - "x-ms-correlation-request-id": "9229dca3-9bbd-423d-b91b-e692e1106476", + "x-ms-arm-service-request-id": "8ff175f0-a779-4a8d-bedc-13676b9a6f42", + "x-ms-correlation-request-id": "9414c4a6-4976-4038-b6a3-1359c0e519b7", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T165230Z:9229dca3-9bbd-423d-b91b-e692e1106476" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T152531Z:9414c4a6-4976-4038-b6a3-1359c0e519b7" }, "ResponseBody": null } 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 index 606bcaaf66e1..6b0fb94419d0 100644 --- 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 @@ -1,5 +1,38 @@ { "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/26ce3cdd-e016-4418-9493-724100370048?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/26ce3cdd-e016-4418-9493-724100370048?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 14:56:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/26ce3cdd-e016-4418-9493-724100370048?api-version=2022-05-01", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "fd382550-1ffa-41ae-9950-b293313ef3ad", + "x-ms-correlation-request-id": "7afa1239-02be-402a-87f1-e32b40441e1c", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145610Z:927f3b80-8fa0-4f7d-b8a7-de5f49198b05" + }, + "ResponseBody": null + }, { "RequestUri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration", "RequestMethod": "GET", @@ -17,7 +50,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:59:22 GMT", + "Date": "Tue, 25 Oct 2022 14:56:10 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -111,12 +144,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:59:23 GMT", + "Date": "Tue, 25 Oct 2022 14:56:10 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +205,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "a71b78ed-9f97-4729-8477-45d6e2c7914b", + "client-request-id": "e5328e1a-0b83-4d40-bb49-f0cbc38c280b", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +219,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "a71b78ed-9f97-4729-8477-45d6e2c7914b", + "client-request-id": "e5328e1a-0b83-4d40-bb49-f0cbc38c280b", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:59:23 GMT", + "Date": "Tue, 25 Oct 2022 14:56:10 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +234,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -233,14 +266,14 @@ } } }, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c97d58f8-33fd-4cf4-bc95-d1f320e40f60?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6cdd5c62-5fc4-4b75-b3ba-449ad2b5ad6d?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:59:30 GMT", + "Date": "Tue, 25 Oct 2022 14:56:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -249,26 +282,24 @@ "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7b63ca7a-59f3-4114-98f2-86527dd93f8d", - "x-ms-correlation-request-id": "bf7978c1-019a-4b20-a3fa-ab5fbb445c6d", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T215930Z:bf7978c1-019a-4b20-a3fa-ab5fbb445c6d" + "x-ms-arm-service-request-id": "9cf41df5-867b-4cb9-a5b7-570d916984ca", + "x-ms-correlation-request-id": "7cb655ab-d82c-4dd4-b90b-12201f7ea74d", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145616Z:7cb655ab-d82c-4dd4-b90b-12201f7ea74d" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-dde5273b", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b", - "etag": "W/\u0022e689405a-83e7-44ad-a620-320a80577c30\u0022", + "etag": "W/\u0022f7cf9db3-0933-4912-a899-8778faa18420\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T21:59:26.5231700Z" + "CreatedOnDate": "2022-10-25T14:56:12.0521050Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "0e5a0531-6fed-4f3d-b854-e8b34b3d8a11", + "resourceGuid": "934072e3-b0e4-425b-be2b-ec9af89168c3", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -281,7 +312,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c97d58f8-33fd-4cf4-bc95-d1f320e40f60?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6cdd5c62-5fc4-4b75-b3ba-449ad2b5ad6d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -295,9 +326,10 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:59:30 GMT", + "Date": "Tue, 25 Oct 2022 14:56:16 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" @@ -306,10 +338,45 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dfd33cd9-a59c-434f-abb2-80af1ad0b5e1", - "x-ms-correlation-request-id": "10b7bc6b-5961-4918-8a3a-5c4726a2ea97", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T215931Z:10b7bc6b-5961-4918-8a3a-5c4726a2ea97" + "x-ms-arm-service-request-id": "7ddc13fa-1c53-45db-9877-3d35415f6381", + "x-ms-correlation-request-id": "207739d1-319e-4c29-84d7-11a938089222", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145616Z:207739d1-319e-4c29-84d7-11a938089222" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6cdd5c62-5fc4-4b75-b3ba-449ad2b5ad6d?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 14:56:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "400bc67a-480d-48a5-9cad-440f66e07dbb", + "x-ms-correlation-request-id": "a241342d-6f76-42a5-bc3d-131ba4d1b03d", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145627Z:a241342d-6f76-42a5-bc3d-131ba4d1b03d" }, "ResponseBody": { "status": "Succeeded" @@ -330,8 +397,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:59:30 GMT", - "ETag": "W/\u00220d78313f-1e42-433f-bf1d-66c70e0b2d53\u0022", + "Date": "Tue, 25 Oct 2022 14:56:26 GMT", + "ETag": "W/\u0022a13eb31f-40d1-4223-a4ce-87271bc60788\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -342,23 +409,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "72c56b10-c768-49c9-a6ec-c4e996b386ba", - "x-ms-correlation-request-id": "49366379-c999-4dd8-b313-1a0f695c1eda", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T215931Z:49366379-c999-4dd8-b313-1a0f695c1eda" + "x-ms-arm-service-request-id": "ae9ceb63-6de5-4289-b96f-da52549c5cd3", + "x-ms-correlation-request-id": "75f22420-029b-430f-a0a0-16a9ee4f7e9b", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145627Z:75f22420-029b-430f-a0a0-16a9ee4f7e9b" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-dde5273b", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b", - "etag": "W/\u00220d78313f-1e42-433f-bf1d-66c70e0b2d53\u0022", + "etag": "W/\u0022a13eb31f-40d1-4223-a4ce-87271bc60788\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T21:59:26.5231700Z" + "CreatedOnDate": "2022-10-25T14:56:12.0521050Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "0e5a0531-6fed-4f3d-b854-e8b34b3d8a11", + "resourceGuid": "934072e3-b0e4-425b-be2b-ec9af89168c3", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -397,11 +464,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6e58fbb5-c958-4b53-9e68-18c2836e7fc0?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8c0fe9f8-3140-4fe4-b008-7467547cfff9?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:59:32 GMT", + "Date": "Tue, 25 Oct 2022 14:56:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -411,15 +478,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9b3357fa-5f76-4766-9206-5393e9d025a2", - "x-ms-correlation-request-id": "540555da-9852-4b87-822f-4aeabb2ff55e", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T215932Z:540555da-9852-4b87-822f-4aeabb2ff55e" + "x-ms-arm-service-request-id": "0dd8ab99-908b-442a-8b2b-0002d28aea8b", + "x-ms-correlation-request-id": "75033014-5023-4ae9-9cf7-f3523f36107d", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145628Z:75033014-5023-4ae9-9cf7-f3523f36107d" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default", - "etag": "W/\u00224ff41a6f-5c4a-4380-8608-dcc50de4a5b2\u0022", + "etag": "W/\u002239e76043-1cf3-4595-a267-92fb26003e64\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -427,7 +494,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00224ff41a6f-5c4a-4380-8608-dcc50de4a5b2\u0022", + "etag": "W/\u002239e76043-1cf3-4595-a267-92fb26003e64\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -447,7 +514,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6e58fbb5-c958-4b53-9e68-18c2836e7fc0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8c0fe9f8-3140-4fe4-b008-7467547cfff9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -461,7 +528,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:59:32 GMT", + "Date": "Tue, 25 Oct 2022 14:56:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -472,10 +539,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0375778e-64c9-4d58-958d-12fdcc5b45e2", - "x-ms-correlation-request-id": "b6390952-4f13-48c4-a958-c8807a9f9b47", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T215933Z:b6390952-4f13-48c4-a958-c8807a9f9b47" + "x-ms-arm-service-request-id": "c1f7b152-7c49-4548-959e-f1e26bb29fcb", + "x-ms-correlation-request-id": "d4879ad9-bf9c-45cf-8e79-5e0c8e42454a", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145628Z:d4879ad9-bf9c-45cf-8e79-5e0c8e42454a" }, "ResponseBody": { "status": "Succeeded" @@ -496,8 +563,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:59:33 GMT", - "ETag": "W/\u0022d371c406-3454-4c98-a3c1-88ddf386e4c3\u0022", + "Date": "Tue, 25 Oct 2022 14:56:27 GMT", + "ETag": "W/\u0022454de5c6-5110-45c0-ad57-765e25cc000e\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -508,15 +575,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8184bf88-719c-4ae5-92b1-088af99eb665", - "x-ms-correlation-request-id": "3fe79b42-ab53-4ecd-8503-8dc25d5d5443", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T215933Z:3fe79b42-ab53-4ecd-8503-8dc25d5d5443" + "x-ms-arm-service-request-id": "7c2172b7-bf41-4171-a706-9de57f508667", + "x-ms-correlation-request-id": "c5289450-5e77-4c2f-b15f-fd0eec65a702", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145628Z:c5289450-5e77-4c2f-b15f-fd0eec65a702" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default", - "etag": "W/\u0022d371c406-3454-4c98-a3c1-88ddf386e4c3\u0022", + "etag": "W/\u0022454de5c6-5110-45c0-ad57-765e25cc000e\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -524,7 +591,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022d371c406-3454-4c98-a3c1-88ddf386e4c3\u0022", + "etag": "W/\u0022454de5c6-5110-45c0-ad57-765e25cc000e\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -560,12 +627,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:59:32 GMT", + "Date": "Tue, 25 Oct 2022 14:56:28 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.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -654,7 +721,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:59:33 GMT", + "Date": "Tue, 25 Oct 2022 14:56:28 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -715,9 +782,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "c159b43a-4604-4042-927c-d08fc5e84c24", + "client-request-id": "717550cc-c596-4566-ae50-17a904c6ae21", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -729,14 +796,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "c159b43a-4604-4042-927c-d08fc5e84c24", + "client-request-id": "717550cc-c596-4566-ae50-17a904c6ae21", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:59:33 GMT", + "Date": "Tue, 25 Oct 2022 14:56:28 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -744,7 +811,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -771,30 +838,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1f3879bc-bb36-4580-a7e6-55efcb1bbd3e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2dbf3892-25ec-4e26-92d1-560c52553b8e?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "706", + "Content-Length": "704", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:59:37 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T21%3A59%3A37.2814183Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 14:56:32 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T14%3A56%3A31.6549936Z\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": "06660569-3a8d-4edd-985e-6b62ce98d4c5", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T215938Z:06660569-3a8d-4edd-985e-6b62ce98d4c5", + "x-ms-correlation-request-id": "254a06b9-881e-4777-afd0-a3b57bf6cbcf", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145633Z:254a06b9-881e-4777-afd0-a3b57bf6cbcf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b", "name": "sdk-py-tests-acc-1-dde5273b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-23T21%3A59%3A37.2814183Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T14%3A56%3A31.6549936Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T21:59:35.1919313Z" + "CreatedOnDate": "2022-10-25T14:56:30.3219951Z" }, "properties": { "provisioningState": "Creating" @@ -802,15 +869,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T21:59:36.3447459Z", + "createdAt": "2022-10-25T14:56:31.466292Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T21:59:36.3447459Z" + "lastModifiedAt": "2022-10-25T14:56:31.466292Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1f3879bc-bb36-4580-a7e6-55efcb1bbd3e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2dbf3892-25ec-4e26-92d1-560c52553b8e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -824,7 +891,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:59:37 GMT", + "Date": "Tue, 25 Oct 2022 14:56:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -832,17 +899,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d20ace7-f0e5-4c81-9f92-4b5b09dbb00e", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T215938Z:2d20ace7-f0e5-4c81-9f92-4b5b09dbb00e", + "x-ms-correlation-request-id": "1b627557-913b-471e-8d26-42dbb2a53a62", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145633Z:1b627557-913b-471e-8d26-42dbb2a53a62", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1f3879bc-bb36-4580-a7e6-55efcb1bbd3e", - "name": "1f3879bc-bb36-4580-a7e6-55efcb1bbd3e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2dbf3892-25ec-4e26-92d1-560c52553b8e", + "name": "2dbf3892-25ec-4e26-92d1-560c52553b8e", "status": "Succeeded", - "startTime": "2022-10-23T21:59:37.2822542Z", - "endTime": "2022-10-23T21:59:37.3604604Z", + "startTime": "2022-10-25T14:56:31.6507283Z", + "endTime": "2022-10-25T14:56:31.6976893Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b" @@ -864,8 +931,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:59:38 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T21%3A59%3A37.3649482Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 14:56:32 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T14%3A56%3A31.7016959Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -873,19 +940,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a76ade05-5405-415c-90c8-7ac52b1faaab", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T215938Z:a76ade05-5405-415c-90c8-7ac52b1faaab", + "x-ms-correlation-request-id": "b7eac7b1-36c6-4182-b3f2-05a3b13c2050", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145633Z:b7eac7b1-36c6-4182-b3f2-05a3b13c2050", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b", "name": "sdk-py-tests-acc-1-dde5273b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-23T21%3A59%3A37.3649482Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T14%3A56%3A31.7016959Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T21:59:35.1919313Z" + "CreatedOnDate": "2022-10-25T14:56:30.3219951Z" }, "properties": { "activeDirectories": [ @@ -914,10 +981,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T21:59:36.3447459Z", + "createdAt": "2022-10-25T14:56:31.466292Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T21:59:36.3447459Z" + "lastModifiedAt": "2022-10-25T14:56:31.466292Z" } } }, @@ -943,30 +1010,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1edc9c5b-e8e7-4b6c-b8e8-20f2897fe0a9?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63da49d7-ec83-4b6e-9765-ca249e5067a4?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:59:40 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T21%3A59%3A40.5985234Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 14:56:36 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T14%3A56%3A35.2549758Z\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": "77c62541-9afc-4a68-a422-25fba66ff8fb", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T215941Z:77c62541-9afc-4a68-a422-25fba66ff8fb", + "x-ms-correlation-request-id": "5b6881af-3b91-40fb-85db-3bf1d998a85e", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145636Z:5b6881af-3b91-40fb-85db-3bf1d998a85e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T21%3A59%3A40.5985234Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T14%3A56%3A35.2549758Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T21:59:39.2690751Z" + "CreatedOnDate": "2022-10-25T14:56:33.9736543Z" }, "properties": { "serviceLevel": "Premium", @@ -980,15 +1047,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T21:59:40.3789302Z", + "createdAt": "2022-10-25T14:56:34.9844291Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T21:59:40.3789302Z" + "lastModifiedAt": "2022-10-25T14:56:34.9844291Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1edc9c5b-e8e7-4b6c-b8e8-20f2897fe0a9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63da49d7-ec83-4b6e-9765-ca249e5067a4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1002,7 +1069,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:59:41 GMT", + "Date": "Tue, 25 Oct 2022 14:56:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1010,17 +1077,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6e76dd71-6a88-47c6-a13e-ab2d8ee85017", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T215941Z:6e76dd71-6a88-47c6-a13e-ab2d8ee85017", + "x-ms-correlation-request-id": "1a35a476-2c62-40bf-8208-045f6af47efc", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145636Z:1a35a476-2c62-40bf-8208-045f6af47efc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1edc9c5b-e8e7-4b6c-b8e8-20f2897fe0a9", - "name": "1edc9c5b-e8e7-4b6c-b8e8-20f2897fe0a9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63da49d7-ec83-4b6e-9765-ca249e5067a4", + "name": "63da49d7-ec83-4b6e-9765-ca249e5067a4", "status": "Succeeded", - "startTime": "2022-10-23T21:59:40.6030259Z", - "endTime": "2022-10-23T21:59:41.5460917Z", + "startTime": "2022-10-25T14:56:35.25353Z", + "endTime": "2022-10-25T14:56:36.1660058Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1" @@ -1042,8 +1109,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:59:41 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T21%3A59%3A41.551563Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 14:56:36 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T14%3A56%3A36.158154Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1051,22 +1118,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "533aa2d7-212b-496d-bc9f-588d043ae54d", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T215942Z:533aa2d7-212b-496d-bc9f-588d043ae54d", + "x-ms-correlation-request-id": "c1c17fe7-bee3-4618-8d32-a608e01d919c", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145636Z:c1c17fe7-bee3-4618-8d32-a608e01d919c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T21%3A59%3A41.551563Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T14%3A56%3A36.158154Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T21:59:39.2690751Z" + "CreatedOnDate": "2022-10-25T14:56:33.9736543Z" }, "properties": { - "poolId": "6963cae9-f688-4b53-8e33-0e2fa3d5d969", + "poolId": "b1a52f96-c4ba-854e-a134-69104c41cb77", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1079,10 +1146,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T21:59:40.3789302Z", + "createdAt": "2022-10-25T14:56:34.9844291Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T21:59:40.3789302Z" + "lastModifiedAt": "2022-10-25T14:56:34.9844291Z" } } }, @@ -1126,30 +1193,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f93a048-10b8-4ec4-a421-88e27c19d6ae?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1614", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:59:44 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T21%3A59%3A43.9965826Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 14:56:39 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T14%3A56%3A38.6630658Z\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": "66a51aaa-aba5-4605-ad8d-6ad021aa771c", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T215944Z:66a51aaa-aba5-4605-ad8d-6ad021aa771c", + "x-ms-correlation-request-id": "11f6ebae-4ac1-4b8c-ab5a-74a1d176bea2", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145639Z:11f6ebae-4ac1-4b8c-ab5a-74a1d176bea2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b", "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T21%3A59%3A43.9965826Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T14%3A56%3A38.6630658Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T21:59:42.4710102Z" + "CreatedOnDate": "2022-10-25T14:56:37.0965324Z" }, "properties": { "serviceLevel": "Premium", @@ -1180,15 +1247,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T21:59:43.7249343Z", + "createdAt": "2022-10-25T14:56:38.3780839Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T21:59:43.7249343Z" + "lastModifiedAt": "2022-10-25T14:56:38.3780839Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f93a048-10b8-4ec4-a421-88e27c19d6ae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1202,7 +1269,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:59:44 GMT", + "Date": "Tue, 25 Oct 2022 14:56:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1210,16 +1277,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50ac9240-c663-4122-939c-c5f330efe52c", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T215945Z:50ac9240-c663-4122-939c-c5f330efe52c", + "x-ms-correlation-request-id": "e88fe087-3e7c-428f-93d3-a03213fcf759", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145640Z:e88fe087-3e7c-428f-93d3-a03213fcf759", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414", - "name": "44557d99-f52f-4521-8520-c102ed402414", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f93a048-10b8-4ec4-a421-88e27c19d6ae", + "name": "9f93a048-10b8-4ec4-a421-88e27c19d6ae", "status": "Creating", - "startTime": "2022-10-23T21:59:43.9924491Z", + "startTime": "2022-10-25T14:56:38.6702438Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1228,7 +1295,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f93a048-10b8-4ec4-a421-88e27c19d6ae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1242,7 +1309,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:00:14 GMT", + "Date": "Tue, 25 Oct 2022 14:57:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1250,16 +1317,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "90b66015-bbc1-4a1c-be99-baec0c9b4ea9", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220015Z:90b66015-bbc1-4a1c-be99-baec0c9b4ea9", + "x-ms-correlation-request-id": "59355ada-a200-4266-be26-135974230e5a", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145710Z:59355ada-a200-4266-be26-135974230e5a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414", - "name": "44557d99-f52f-4521-8520-c102ed402414", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f93a048-10b8-4ec4-a421-88e27c19d6ae", + "name": "9f93a048-10b8-4ec4-a421-88e27c19d6ae", "status": "Creating", - "startTime": "2022-10-23T21:59:43.9924491Z", + "startTime": "2022-10-25T14:56:38.6702438Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1268,7 +1335,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f93a048-10b8-4ec4-a421-88e27c19d6ae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1282,7 +1349,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:00:45 GMT", + "Date": "Tue, 25 Oct 2022 14:57:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1290,16 +1357,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b306129f-a6c8-4c87-a802-e2464b4c0dd5", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220045Z:b306129f-a6c8-4c87-a802-e2464b4c0dd5", + "x-ms-correlation-request-id": "1c0b3139-7fe9-4bba-948e-86c796121dda", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145740Z:1c0b3139-7fe9-4bba-948e-86c796121dda", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414", - "name": "44557d99-f52f-4521-8520-c102ed402414", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f93a048-10b8-4ec4-a421-88e27c19d6ae", + "name": "9f93a048-10b8-4ec4-a421-88e27c19d6ae", "status": "Creating", - "startTime": "2022-10-23T21:59:43.9924491Z", + "startTime": "2022-10-25T14:56:38.6702438Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1308,7 +1375,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f93a048-10b8-4ec4-a421-88e27c19d6ae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1322,7 +1389,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:01:15 GMT", + "Date": "Tue, 25 Oct 2022 14:58:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1330,16 +1397,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1d80b1d8-a759-4eb7-a2ed-c5a2510e9080", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220115Z:1d80b1d8-a759-4eb7-a2ed-c5a2510e9080", + "x-ms-correlation-request-id": "26a475ea-8c2f-4001-9275-a7b9eebce0d0", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145810Z:26a475ea-8c2f-4001-9275-a7b9eebce0d0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414", - "name": "44557d99-f52f-4521-8520-c102ed402414", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f93a048-10b8-4ec4-a421-88e27c19d6ae", + "name": "9f93a048-10b8-4ec4-a421-88e27c19d6ae", "status": "Creating", - "startTime": "2022-10-23T21:59:43.9924491Z", + "startTime": "2022-10-25T14:56:38.6702438Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1348,7 +1415,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f93a048-10b8-4ec4-a421-88e27c19d6ae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1362,7 +1429,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:01:45 GMT", + "Date": "Tue, 25 Oct 2022 14:58:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1370,16 +1437,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f0a7188b-4204-4616-87bb-d5c2d6dfded4", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220146Z:f0a7188b-4204-4616-87bb-d5c2d6dfded4", + "x-ms-correlation-request-id": "191fd6c0-ca90-4299-a8a2-651ba1e562b4", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145841Z:191fd6c0-ca90-4299-a8a2-651ba1e562b4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414", - "name": "44557d99-f52f-4521-8520-c102ed402414", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f93a048-10b8-4ec4-a421-88e27c19d6ae", + "name": "9f93a048-10b8-4ec4-a421-88e27c19d6ae", "status": "Creating", - "startTime": "2022-10-23T21:59:43.9924491Z", + "startTime": "2022-10-25T14:56:38.6702438Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1388,7 +1455,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f93a048-10b8-4ec4-a421-88e27c19d6ae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1402,7 +1469,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:02:15 GMT", + "Date": "Tue, 25 Oct 2022 14:59:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1410,16 +1477,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6fdbbbef-aba5-4b27-9c30-57c96f30931e", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220216Z:6fdbbbef-aba5-4b27-9c30-57c96f30931e", + "x-ms-correlation-request-id": "ca5cacad-57f8-4cc5-a253-ff72a5982917", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145911Z:ca5cacad-57f8-4cc5-a253-ff72a5982917", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414", - "name": "44557d99-f52f-4521-8520-c102ed402414", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f93a048-10b8-4ec4-a421-88e27c19d6ae", + "name": "9f93a048-10b8-4ec4-a421-88e27c19d6ae", "status": "Creating", - "startTime": "2022-10-23T21:59:43.9924491Z", + "startTime": "2022-10-25T14:56:38.6702438Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1428,7 +1495,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f93a048-10b8-4ec4-a421-88e27c19d6ae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1442,7 +1509,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:02:46 GMT", + "Date": "Tue, 25 Oct 2022 14:59:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1450,16 +1517,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c0f44fb0-3dc6-43d7-835f-bb767dc03215", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220246Z:c0f44fb0-3dc6-43d7-835f-bb767dc03215", + "x-ms-correlation-request-id": "8824ac38-6458-4f4d-a206-cd576f7ef206", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T145941Z:8824ac38-6458-4f4d-a206-cd576f7ef206", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414", - "name": "44557d99-f52f-4521-8520-c102ed402414", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f93a048-10b8-4ec4-a421-88e27c19d6ae", + "name": "9f93a048-10b8-4ec4-a421-88e27c19d6ae", "status": "Creating", - "startTime": "2022-10-23T21:59:43.9924491Z", + "startTime": "2022-10-25T14:56:38.6702438Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1468,7 +1535,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f93a048-10b8-4ec4-a421-88e27c19d6ae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1482,7 +1549,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:03:16 GMT", + "Date": "Tue, 25 Oct 2022 15:00:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1490,16 +1557,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af11e0af-41d4-467e-8f0e-a13e96016bbb", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220316Z:af11e0af-41d4-467e-8f0e-a13e96016bbb", + "x-ms-correlation-request-id": "6d518c63-3368-45cb-93e0-062759fdb3ab", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150011Z:6d518c63-3368-45cb-93e0-062759fdb3ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414", - "name": "44557d99-f52f-4521-8520-c102ed402414", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f93a048-10b8-4ec4-a421-88e27c19d6ae", + "name": "9f93a048-10b8-4ec4-a421-88e27c19d6ae", "status": "Creating", - "startTime": "2022-10-23T21:59:43.9924491Z", + "startTime": "2022-10-25T14:56:38.6702438Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1508,7 +1575,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f93a048-10b8-4ec4-a421-88e27c19d6ae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1522,7 +1589,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:03:46 GMT", + "Date": "Tue, 25 Oct 2022 15:00:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1530,16 +1597,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cae4d734-b0d5-46ad-8b3e-6a57044748cd", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220347Z:cae4d734-b0d5-46ad-8b3e-6a57044748cd", + "x-ms-correlation-request-id": "104c029f-cc47-4d66-b6aa-ee871c6671ed", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150042Z:104c029f-cc47-4d66-b6aa-ee871c6671ed", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414", - "name": "44557d99-f52f-4521-8520-c102ed402414", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f93a048-10b8-4ec4-a421-88e27c19d6ae", + "name": "9f93a048-10b8-4ec4-a421-88e27c19d6ae", "status": "Creating", - "startTime": "2022-10-23T21:59:43.9924491Z", + "startTime": "2022-10-25T14:56:38.6702438Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1548,7 +1615,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f93a048-10b8-4ec4-a421-88e27c19d6ae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1562,7 +1629,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:04:17 GMT", + "Date": "Tue, 25 Oct 2022 15:01:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1570,57 +1637,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6888bfd2-25fb-4c8c-bd3d-0c7659ef2bbe", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220417Z:6888bfd2-25fb-4c8c-bd3d-0c7659ef2bbe", + "x-ms-correlation-request-id": "5ddf64fe-a842-4122-b8ee-e03f71b7e929", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150113Z:5ddf64fe-a842-4122-b8ee-e03f71b7e929", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414", - "name": "44557d99-f52f-4521-8520-c102ed402414", - "status": "Creating", - "startTime": "2022-10-23T21:59:43.9924491Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:04: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": "4ef079c5-c62c-4720-9020-6d28f5c3759e", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220448Z:4ef079c5-c62c-4720-9020-6d28f5c3759e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/44557d99-f52f-4521-8520-c102ed402414", - "name": "44557d99-f52f-4521-8520-c102ed402414", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f93a048-10b8-4ec4-a421-88e27c19d6ae", + "name": "9f93a048-10b8-4ec4-a421-88e27c19d6ae", "status": "Succeeded", - "startTime": "2022-10-23T21:59:43.9924491Z", - "endTime": "2022-10-23T22:04:20.6580085Z", + "startTime": "2022-10-25T14:56:38.6702438Z", + "endTime": "2022-10-25T15:01:08.7599626Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" @@ -1642,8 +1669,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:04:48 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T22%3A04%3A20.6486034Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 15:01:12 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T15%3A01%3A08.7496865Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1651,22 +1678,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8b55f671-2ecd-481a-a53b-638a8dd17840", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220448Z:8b55f671-2ecd-481a-a53b-638a8dd17840", + "x-ms-correlation-request-id": "1b295c4c-3f4c-41ca-9e1c-19f0d4e48c6a", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150113Z:1b295c4c-3f4c-41ca-9e1c-19f0d4e48c6a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b", "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T22%3A04%3A20.6486034Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A01%3A08.7496865Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T21:59:42.4710102Z" + "CreatedOnDate": "2022-10-25T14:56:37.0965324Z" }, "properties": { - "fileSystemId": "6e6c8c60-4446-d1a1-813f-07efebb433f6", + "fileSystemId": "0016a3d5-4af0-e7aa-b274-c8b459a88c0d", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-dde5273b", "usageThreshold": 107374182400, @@ -1694,7 +1721,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_30f303be", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_0de82d39", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1709,8 +1736,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "6e6c8c60-4446-d1a1-813f-07efebb433f6", - "fileSystemId": "6e6c8c60-4446-d1a1-813f-07efebb433f6", + "mountTargetId": "0016a3d5-4af0-e7aa-b274-c8b459a88c0d", + "fileSystemId": "0016a3d5-4af0-e7aa-b274-c8b459a88c0d", "ipAddress": "10.0.0.4" } ], @@ -1730,10 +1757,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T21:59:43.7249343Z", + "createdAt": "2022-10-25T14:56:38.3780839Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T21:59:43.7249343Z" + "lastModifiedAt": "2022-10-25T14:56:38.3780839Z" } } }, @@ -1756,20 +1783,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/317368d0-34ef-434e-b1da-30c27394cc04?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0bf97bf-dfde-4107-98d9-61ad2f8d0be9?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "544", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:04:49 GMT", + "Date": "Tue, 25 Oct 2022 15:01:13 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/317368d0-34ef-434e-b1da-30c27394cc04?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0bf97bf-dfde-4107-98d9-61ad2f8d0be9?api-version=2022-05-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": "aa1c8fdb-4bec-4e45-84e7-3db5a4030002", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220449Z:aa1c8fdb-4bec-4e45-84e7-3db5a4030002", + "x-ms-correlation-request-id": "ef94c429-eaa0-462a-96d7-2c96a1073c5a", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150114Z:ef94c429-eaa0-462a-96d7-2c96a1073c5a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1783,6 +1810,46 @@ } } }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0bf97bf-dfde-4107-98d9-61ad2f8d0be9?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 15:01: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": "2e6f5eb7-72d5-49ab-a811-621195215c8c", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150114Z:2e6f5eb7-72d5-49ab-a811-621195215c8c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0bf97bf-dfde-4107-98d9-61ad2f8d0be9", + "name": "f0bf97bf-dfde-4107-98d9-61ad2f8d0be9", + "status": "Creating", + "startTime": "2022-10-25T15:01:14.0302438Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, { "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", "RequestMethod": "GET", @@ -1798,7 +1865,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:04:50 GMT", + "Date": "Tue, 25 Oct 2022 15:01:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1806,9 +1873,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea955f62-70cd-4bc8-8e1f-df0b1aec9fbd", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220450Z:ea955f62-70cd-4bc8-8e1f-df0b1aec9fbd", + "x-ms-correlation-request-id": "12682ebd-7d38-4d1a-acc9-0c2ea92d2afd", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150116Z:12682ebd-7d38-4d1a-acc9-0c2ea92d2afd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1840,20 +1907,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7869634e-1e51-477a-ae65-2fbf47168da4?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4171a36-e5c5-4ddb-8f55-8b9b8020bc9f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "544", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:04:51 GMT", + "Date": "Tue, 25 Oct 2022 15:01:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7869634e-1e51-477a-ae65-2fbf47168da4?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4171a36-e5c5-4ddb-8f55-8b9b8020bc9f?api-version=2022-05-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": "fa3cd173-e30f-4b26-882e-2caa60accf0f", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220451Z:fa3cd173-e30f-4b26-882e-2caa60accf0f", + "x-ms-correlation-request-id": "ddad71d5-54b2-474f-9bb1-f33f63736be3", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150116Z:ddad71d5-54b2-474f-9bb1-f33f63736be3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1868,10 +1935,10 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7869634e-1e51-477a-ae65-2fbf47168da4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -1882,7 +1949,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:04:51 GMT", + "Date": "Tue, 25 Oct 2022 15:01:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1890,65 +1957,66 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a5aa0fe8-514c-4bc9-816c-6feff2936523", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220451Z:a5aa0fe8-514c-4bc9-816c-6feff2936523", + "x-ms-correlation-request-id": "735a6dad-b808-4b64-8f3d-3f954ef1f13f", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150117Z:735a6dad-b808-4b64-8f3d-3f954ef1f13f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7869634e-1e51-477a-ae65-2fbf47168da4", - "name": "7869634e-1e51-477a-ae65-2fbf47168da4", - "status": "Creating", - "startTime": "2022-10-23T22:04:51.062583Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2" - } + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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/westus2/operationResults/317368d0-34ef-434e-b1da-30c27394cc04?api-version=2022-05-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", + "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", + "Content-Length": "0", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/259fa676-f748-4925-8258-cc2f7bcbf478?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:04:51 GMT", + "Content-Length": "0", + "Date": "Tue, 25 Oct 2022 15:01:17 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/259fa676-f748-4925-8258-cc2f7bcbf478?api-version=2022-05-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": "7e8be44b-07b1-4222-8ea8-4106e279d730", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220451Z:7e8be44b-07b1-4222-8ea8-4106e279d730", + "x-ms-correlation-request-id": "1a09a71b-0822-4c79-bea0-b19f838b9a51", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150117Z:1a09a71b-0822-4c79-bea0-b19f838b9a51", "X-Powered-By": "ASP.NET" }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/317368d0-34ef-434e-b1da-30c27394cc04", - "name": "317368d0-34ef-434e-b1da-30c27394cc04", - "status": "Succeeded", - "startTime": "2022-10-23T22:04:49.4219889Z", - "endTime": "2022-10-23T22:04:50.6875609Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1" - } - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4171a36-e5c5-4ddb-8f55-8b9b8020bc9f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1962,7 +2030,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:04:51 GMT", + "Date": "Tue, 25 Oct 2022 15:01:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1970,26 +2038,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1c273ac-1717-4153-81af-666580f12e86", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220452Z:a1c273ac-1717-4153-81af-666580f12e86", + "x-ms-correlation-request-id": "f6e986fb-21aa-439b-b4e8-f39d053222ef", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150117Z:f6e986fb-21aa-439b-b4e8-f39d053222ef", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/sdk-py-tests-subvolume-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b4171a36-e5c5-4ddb-8f55-8b9b8020bc9f", + "name": "b4171a36-e5c5-4ddb-8f55-8b9b8020bc9f", + "status": "Succeeded", + "startTime": "2022-10-25T15:01:16.5694926Z", + "endTime": "2022-10-25T15:01:17.241425Z", + "percentComplete": 100.0, "properties": { - "path": "/sub_vol_1.txt", - "provisioningState": "Succeeded" + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/259fa676-f748-4925-8258-cc2f7bcbf478?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -2000,7 +2070,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:04:52 GMT", + "Date": "Tue, 25 Oct 2022 15:01:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2008,66 +2078,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67cbc71c-eecd-4d58-83b7-d0c4ed2d8ba2", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220453Z:67cbc71c-eecd-4d58-83b7-d0c4ed2d8ba2", + "x-ms-correlation-request-id": "40bb9752-893d-4a60-9023-a9ae4bdaf410", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150118Z:40bb9752-893d-4a60-9023-a9ae4bdaf410", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/sdk-py-tests-subvolume-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes", - "properties": { - "path": "/sub_vol_2.txt", - "provisioningState": "Succeeded" - } - } - ] + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/259fa676-f748-4925-8258-cc2f7bcbf478", + "name": "259fa676-f748-4925-8258-cc2f7bcbf478", + "status": "Deleting", + "startTime": "2022-10-25T15:01:17.6946403Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef6ac824-a566-4c5b-b105-e04d74972397?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 22:04:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef6ac824-a566-4c5b-b105-e04d74972397?api-version=2022-05-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": "f6681d41-08c9-4fd7-932e-62bc39289b3b", - "x-ms-ratelimit-remaining-subscription-deletes": "14987", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220454Z:f6681d41-08c9-4fd7-932e-62bc39289b3b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef6ac824-a566-4c5b-b105-e04d74972397?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2081,7 +2110,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:04:54 GMT", + "Date": "Tue, 25 Oct 2022 15:01:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2089,25 +2118,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf960000-5461-4de2-9c38-9f9be726952d", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220455Z:bf960000-5461-4de2-9c38-9f9be726952d", + "x-ms-correlation-request-id": "cf7828b2-f74a-440c-9a43-a5d00087038b", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150119Z:cf7828b2-f74a-440c-9a43-a5d00087038b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef6ac824-a566-4c5b-b105-e04d74972397", - "name": "ef6ac824-a566-4c5b-b105-e04d74972397", - "status": "Deleting", - "startTime": "2022-10-23T22:04:54.7063914Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2", + "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/sdk-py-tests-subvolume-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes", "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1" + "path": "/sub_vol_2.txt", + "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7869634e-1e51-477a-ae65-2fbf47168da4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0bf97bf-dfde-4107-98d9-61ad2f8d0be9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2121,7 +2148,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:05:21 GMT", + "Date": "Tue, 25 Oct 2022 15:01:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2129,25 +2156,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee10bb2b-1e75-450b-8842-e6fe4f8f5914", + "x-ms-correlation-request-id": "36365d5f-e8a2-4926-aefe-b2b9f9d8b932", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220521Z:ee10bb2b-1e75-450b-8842-e6fe4f8f5914", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150144Z:36365d5f-e8a2-4926-aefe-b2b9f9d8b932", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7869634e-1e51-477a-ae65-2fbf47168da4", - "name": "7869634e-1e51-477a-ae65-2fbf47168da4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f0bf97bf-dfde-4107-98d9-61ad2f8d0be9", + "name": "f0bf97bf-dfde-4107-98d9-61ad2f8d0be9", "status": "Succeeded", - "startTime": "2022-10-23T22:04:51.062583Z", - "endTime": "2022-10-23T22:04:51.8438261Z", + "startTime": "2022-10-25T15:01:14.0302438Z", + "endTime": "2022-10-25T15:01:16.3351566Z", "percentComplete": 100.0, "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2" + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2156,36 +2183,31 @@ "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "84", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:05:22 GMT", + "Date": "Tue, 25 Oct 2022 15:01: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": "ed684b55-8a7e-4869-865c-1df77d3b2204", + "x-ms-correlation-request-id": "03cdad64-b036-47c4-996f-3df13ad16501", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220522Z:ed684b55-8a7e-4869-865c-1df77d3b2204", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150145Z:03cdad64-b036-47c4-996f-3df13ad16501", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2", - "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b/sdk-py-tests-subvolume-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes", - "properties": { - "path": "/sub_vol_2.txt", - "provisioningState": "Succeeded" + "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/westus2/operationResults/ef6ac824-a566-4c5b-b105-e04d74972397?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/259fa676-f748-4925-8258-cc2f7bcbf478?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2199,7 +2221,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:05:25 GMT", + "Date": "Tue, 25 Oct 2022 15:01:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2207,17 +2229,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ec2a26c-22c7-4adc-816b-e3b08564ee17", + "x-ms-correlation-request-id": "e7f9c0cd-9de6-49e7-bc18-9e2e69ff6d88", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220525Z:2ec2a26c-22c7-4adc-816b-e3b08564ee17", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150148Z:e7f9c0cd-9de6-49e7-bc18-9e2e69ff6d88", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef6ac824-a566-4c5b-b105-e04d74972397", - "name": "ef6ac824-a566-4c5b-b105-e04d74972397", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/259fa676-f748-4925-8258-cc2f7bcbf478", + "name": "259fa676-f748-4925-8258-cc2f7bcbf478", "status": "Succeeded", - "startTime": "2022-10-23T22:04:54.7063914Z", - "endTime": "2022-10-23T22:04:55.3314163Z", + "startTime": "2022-10-25T15:01:17.6946403Z", + "endTime": "2022-10-25T15:01:18.1321892Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-1" @@ -2239,7 +2261,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:05:25 GMT", + "Date": "Tue, 25 Oct 2022 15:01:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2247,9 +2269,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fbb2d35d-c1e7-40b7-a0ce-b51a2333d98d", + "x-ms-correlation-request-id": "ca081e4d-4be0-4bde-a8d3-3d441de7b798", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220525Z:fbb2d35d-c1e7-40b7-a0ce-b51a2333d98d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150148Z:ca081e4d-4be0-4bde-a8d3-3d441de7b798", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2279,25 +2301,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2ad10d62-3867-498f-bedf-4961cf097cde?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67bd0f32-863e-47f4-8ccd-1e3733b81a55?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 22:05:26 GMT", + "Date": "Tue, 25 Oct 2022 15:01:49 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2ad10d62-3867-498f-bedf-4961cf097cde?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67bd0f32-863e-47f4-8ccd-1e3733b81a55?api-version=2022-05-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": "e054ffa9-ad12-46c1-8d34-0c509caf1df8", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220527Z:e054ffa9-ad12-46c1-8d34-0c509caf1df8", + "x-ms-correlation-request-id": "6d0c9865-b3af-49b7-97f2-df9583bbafe9", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150150Z:6d0c9865-b3af-49b7-97f2-df9583bbafe9", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2ad10d62-3867-498f-bedf-4961cf097cde?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67bd0f32-863e-47f4-8ccd-1e3733b81a55?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2311,7 +2333,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:05:27 GMT", + "Date": "Tue, 25 Oct 2022 15:01:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2319,16 +2341,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a2e31f4e-2fa1-422b-96ec-41ffaa71f10c", + "x-ms-correlation-request-id": "5de36eaa-7f97-4d85-933d-7ed15867abb0", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220527Z:a2e31f4e-2fa1-422b-96ec-41ffaa71f10c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150150Z:5de36eaa-7f97-4d85-933d-7ed15867abb0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2ad10d62-3867-498f-bedf-4961cf097cde", - "name": "2ad10d62-3867-498f-bedf-4961cf097cde", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67bd0f32-863e-47f4-8ccd-1e3733b81a55", + "name": "67bd0f32-863e-47f4-8ccd-1e3733b81a55", "status": "Deleting", - "startTime": "2022-10-23T22:05:27.0609944Z", + "startTime": "2022-10-25T15:01:49.9699571Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2337,7 +2359,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2ad10d62-3867-498f-bedf-4961cf097cde?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67bd0f32-863e-47f4-8ccd-1e3733b81a55?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2351,7 +2373,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:05:57 GMT", + "Date": "Tue, 25 Oct 2022 15:02:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2359,17 +2381,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7b64b4d7-05cf-4d15-a45c-eb80e3ff051c", + "x-ms-correlation-request-id": "171f2a98-06d6-4033-be1f-2bed3e38f10f", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220557Z:7b64b4d7-05cf-4d15-a45c-eb80e3ff051c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150220Z:171f2a98-06d6-4033-be1f-2bed3e38f10f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2ad10d62-3867-498f-bedf-4961cf097cde", - "name": "2ad10d62-3867-498f-bedf-4961cf097cde", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/67bd0f32-863e-47f4-8ccd-1e3733b81a55", + "name": "67bd0f32-863e-47f4-8ccd-1e3733b81a55", "status": "Succeeded", - "startTime": "2022-10-23T22:05:27.0609944Z", - "endTime": "2022-10-23T22:05:27.560979Z", + "startTime": "2022-10-25T15:01:49.9699571Z", + "endTime": "2022-10-25T15:01:50.4231241Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b/subvolumes/sdk-py-tests-subvolume-2" @@ -2391,7 +2413,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:05:57 GMT", + "Date": "Tue, 25 Oct 2022 15:02:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2399,9 +2421,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "647bb9a8-d2ab-466d-8a08-87d9ecd2dd67", + "x-ms-correlation-request-id": "c21f533a-6787-4524-af6b-24734ec54451", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220558Z:647bb9a8-d2ab-466d-8a08-87d9ecd2dd67", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150221Z:c21f533a-6787-4524-af6b-24734ec54451", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2421,25 +2443,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57fcf3e5-8265-42a6-bbee-d888891a4684?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 22:05:58 GMT", + "Date": "Tue, 25 Oct 2022 15:02:21 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57fcf3e5-8265-42a6-bbee-d888891a4684?api-version=2022-05-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": "1760d6b9-dd92-4341-9c90-3125359fa1b3", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220558Z:1760d6b9-dd92-4341-9c90-3125359fa1b3", + "x-ms-correlation-request-id": "545cffb1-5ac4-42b4-9c60-d5e562a07d7e", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150222Z:545cffb1-5ac4-42b4-9c60-d5e562a07d7e", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57fcf3e5-8265-42a6-bbee-d888891a4684?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2453,7 +2475,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:05:58 GMT", + "Date": "Tue, 25 Oct 2022 15:02:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2461,16 +2483,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dab1968c-9a20-4782-aa94-398f594a665f", + "x-ms-correlation-request-id": "ac3a96a0-a1f6-4fe1-9f87-c35289b3dfc3", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220559Z:dab1968c-9a20-4782-aa94-398f594a665f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150222Z:ac3a96a0-a1f6-4fe1-9f87-c35289b3dfc3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23", - "name": "09c585fa-3214-45b2-be8d-5e9197675b23", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57fcf3e5-8265-42a6-bbee-d888891a4684", + "name": "57fcf3e5-8265-42a6-bbee-d888891a4684", "status": "Deleting", - "startTime": "2022-10-23T22:05:58.7078304Z", + "startTime": "2022-10-25T15:02:22.3098197Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2479,7 +2501,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57fcf3e5-8265-42a6-bbee-d888891a4684?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2493,7 +2515,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:06:28 GMT", + "Date": "Tue, 25 Oct 2022 15:02:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2501,16 +2523,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "00194728-69e3-4fd5-8d04-50cf73118730", + "x-ms-correlation-request-id": "3b4a1cec-61e5-44e1-9b87-df79ea4cdfef", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220629Z:00194728-69e3-4fd5-8d04-50cf73118730", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150252Z:3b4a1cec-61e5-44e1-9b87-df79ea4cdfef", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23", - "name": "09c585fa-3214-45b2-be8d-5e9197675b23", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57fcf3e5-8265-42a6-bbee-d888891a4684", + "name": "57fcf3e5-8265-42a6-bbee-d888891a4684", "status": "Deleting", - "startTime": "2022-10-23T22:05:58.7078304Z", + "startTime": "2022-10-25T15:02:22.3098197Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2519,7 +2541,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57fcf3e5-8265-42a6-bbee-d888891a4684?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2533,7 +2555,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:06:59 GMT", + "Date": "Tue, 25 Oct 2022 15:03:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2541,16 +2563,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f825197-6c8f-4dbe-9c43-51c8444dd81e", + "x-ms-correlation-request-id": "56231473-4f67-4ef2-8616-0bec32963a22", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220659Z:5f825197-6c8f-4dbe-9c43-51c8444dd81e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150323Z:56231473-4f67-4ef2-8616-0bec32963a22", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23", - "name": "09c585fa-3214-45b2-be8d-5e9197675b23", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57fcf3e5-8265-42a6-bbee-d888891a4684", + "name": "57fcf3e5-8265-42a6-bbee-d888891a4684", "status": "Deleting", - "startTime": "2022-10-23T22:05:58.7078304Z", + "startTime": "2022-10-25T15:02:22.3098197Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2559,7 +2581,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57fcf3e5-8265-42a6-bbee-d888891a4684?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2573,7 +2595,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:07:29 GMT", + "Date": "Tue, 25 Oct 2022 15:03:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2581,16 +2603,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d892f240-af34-4d5b-8334-b48d340e6e6d", + "x-ms-correlation-request-id": "ae8172c5-0731-44e4-8e37-8bcbddbb6d53", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220729Z:d892f240-af34-4d5b-8334-b48d340e6e6d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150353Z:ae8172c5-0731-44e4-8e37-8bcbddbb6d53", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23", - "name": "09c585fa-3214-45b2-be8d-5e9197675b23", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57fcf3e5-8265-42a6-bbee-d888891a4684", + "name": "57fcf3e5-8265-42a6-bbee-d888891a4684", "status": "Deleting", - "startTime": "2022-10-23T22:05:58.7078304Z", + "startTime": "2022-10-25T15:02:22.3098197Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2599,7 +2621,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57fcf3e5-8265-42a6-bbee-d888891a4684?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2613,7 +2635,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:07:59 GMT", + "Date": "Tue, 25 Oct 2022 15:04:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2621,16 +2643,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69938b9f-c564-4b4a-90f8-95a10082b72f", + "x-ms-correlation-request-id": "8aac25d3-13c2-4ed5-b98b-fd74d2bdea5a", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220800Z:69938b9f-c564-4b4a-90f8-95a10082b72f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150423Z:8aac25d3-13c2-4ed5-b98b-fd74d2bdea5a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23", - "name": "09c585fa-3214-45b2-be8d-5e9197675b23", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57fcf3e5-8265-42a6-bbee-d888891a4684", + "name": "57fcf3e5-8265-42a6-bbee-d888891a4684", "status": "Deleting", - "startTime": "2022-10-23T22:05:58.7078304Z", + "startTime": "2022-10-25T15:02:22.3098197Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2639,7 +2661,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57fcf3e5-8265-42a6-bbee-d888891a4684?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2653,7 +2675,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:08:29 GMT", + "Date": "Tue, 25 Oct 2022 15:04:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2661,17 +2683,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "63c66780-dcc5-4d5f-bd51-a94c21b04b85", + "x-ms-correlation-request-id": "0d3bc9fb-da8e-4bf2-bc8b-302b1d6ab3eb", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220830Z:63c66780-dcc5-4d5f-bd51-a94c21b04b85", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150454Z:0d3bc9fb-da8e-4bf2-bc8b-302b1d6ab3eb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57fcf3e5-8265-42a6-bbee-d888891a4684", + "name": "57fcf3e5-8265-42a6-bbee-d888891a4684", + "status": "Deleting", + "startTime": "2022-10-25T15:02:22.3098197Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57fcf3e5-8265-42a6-bbee-d888891a4684?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 15:05: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": "19a1e648-8f54-496b-bf73-becc9adeab01", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150524Z:19a1e648-8f54-496b-bf73-becc9adeab01", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23", - "name": "09c585fa-3214-45b2-be8d-5e9197675b23", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57fcf3e5-8265-42a6-bbee-d888891a4684", + "name": "57fcf3e5-8265-42a6-bbee-d888891a4684", "status": "Succeeded", - "startTime": "2022-10-23T22:05:58.7078304Z", - "endTime": "2022-10-23T22:08:13.7670904Z", + "startTime": "2022-10-25T15:02:22.3098197Z", + "endTime": "2022-10-25T15:05:10.0598173Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b" @@ -2679,7 +2741,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/09c585fa-3214-45b2-be8d-5e9197675b23?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/57fcf3e5-8265-42a6-bbee-d888891a4684?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2693,7 +2755,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:08:30 GMT", + "Date": "Tue, 25 Oct 2022 15:05:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2701,22 +2763,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1e07cd6c-6ec2-41ef-ad73-4a041b7f409f", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T220830Z:1e07cd6c-6ec2-41ef-ad73-4a041b7f409f", + "x-ms-correlation-request-id": "116eebf3-ebba-4b2d-9e78-052eb61b4fce", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150524Z:116eebf3-ebba-4b2d-9e78-052eb61b4fce", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b", "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-dde5273b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T22%3A07%3A56.4167133Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A05%3A00.6320032Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T21:59:42.4710102Z" + "CreatedOnDate": "2022-10-25T14:56:37.0965324Z" }, "properties": { - "fileSystemId": "6e6c8c60-4446-d1a1-813f-07efebb433f6", + "fileSystemId": "0016a3d5-4af0-e7aa-b274-c8b459a88c0d", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-dde5273b", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2747,19 +2809,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_30f303be", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_0de82d39", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-dde5273b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-dde5273b", - "poolId": "6963cae9-f688-4b53-8e33-0e2fa3d5d969", + "poolId": "b1a52f96-c4ba-854e-a134-69104c41cb77", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "6e6c8c60-4446-d1a1-813f-07efebb433f6", - "fileSystemId": "6e6c8c60-4446-d1a1-813f-07efebb433f6", + "mountTargetId": "0016a3d5-4af0-e7aa-b274-c8b459a88c0d", + "fileSystemId": "0016a3d5-4af0-e7aa-b274-c8b459a88c0d", "startIp": "", "endIp": "", "gateway": "", @@ -2791,10 +2853,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T21:59:43.7249343Z", + "createdAt": "2022-10-25T14:56:38.3780839Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T21:59:43.7249343Z" + "lastModifiedAt": "2022-10-25T14:56:38.3780839Z" } } }, @@ -2813,14 +2875,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:11:52 GMT", + "Date": "Tue, 25 Oct 2022 15:08:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c11e474-a68d-47ff-8b1c-e60015c7fef8", + "x-ms-correlation-request-id": "ee541eb4-7070-4806-81f7-3d352cfc59af", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T221152Z:9c11e474-a68d-47ff-8b1c-e60015c7fef8" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150848Z:ee541eb4-7070-4806-81f7-3d352cfc59af" }, "ResponseBody": { "error": { @@ -2842,25 +2904,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4aa359a-7825-4248-b014-f423d2ef4921?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/32b75c16-ac26-4e09-83f9-7e6d05e63b8a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 22:12:05 GMT", + "Date": "Tue, 25 Oct 2022 15:09:01 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4aa359a-7825-4248-b014-f423d2ef4921?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/32b75c16-ac26-4e09-83f9-7e6d05e63b8a?api-version=2022-05-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": "0ae89120-374b-4ee8-915f-5c9124a46b02", + "x-ms-correlation-request-id": "ea44c230-4f9a-4d39-959b-344e4d59f15e", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T221206Z:0ae89120-374b-4ee8-915f-5c9124a46b02", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150901Z:ea44c230-4f9a-4d39-959b-344e4d59f15e", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4aa359a-7825-4248-b014-f423d2ef4921?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/32b75c16-ac26-4e09-83f9-7e6d05e63b8a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2874,7 +2936,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:12:06 GMT", + "Date": "Tue, 25 Oct 2022 15:09:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2882,16 +2944,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "edcc45e3-0a17-41f6-bf34-fd69944c412c", + "x-ms-correlation-request-id": "97710208-372f-4793-8fd7-ee924fd11cd1", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T221206Z:edcc45e3-0a17-41f6-bf34-fd69944c412c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150901Z:97710208-372f-4793-8fd7-ee924fd11cd1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4aa359a-7825-4248-b014-f423d2ef4921", - "name": "e4aa359a-7825-4248-b014-f423d2ef4921", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/32b75c16-ac26-4e09-83f9-7e6d05e63b8a", + "name": "32b75c16-ac26-4e09-83f9-7e6d05e63b8a", "status": "Deleting", - "startTime": "2022-10-23T22:12:06.122575Z", + "startTime": "2022-10-25T15:09:01.1041754Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2900,7 +2962,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4aa359a-7825-4248-b014-f423d2ef4921?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/32b75c16-ac26-4e09-83f9-7e6d05e63b8a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2914,7 +2976,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:12:36 GMT", + "Date": "Tue, 25 Oct 2022 15:09:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2922,17 +2984,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "386469f6-fc30-40e5-a903-3f15463c7d8d", + "x-ms-correlation-request-id": "6f63dc72-1263-4e63-8a5d-170163bd6f5b", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T221236Z:386469f6-fc30-40e5-a903-3f15463c7d8d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150931Z:6f63dc72-1263-4e63-8a5d-170163bd6f5b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4aa359a-7825-4248-b014-f423d2ef4921", - "name": "e4aa359a-7825-4248-b014-f423d2ef4921", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/32b75c16-ac26-4e09-83f9-7e6d05e63b8a", + "name": "32b75c16-ac26-4e09-83f9-7e6d05e63b8a", "status": "Succeeded", - "startTime": "2022-10-23T22:12:06.122575Z", - "endTime": "2022-10-23T22:12:07.0757615Z", + "startTime": "2022-10-25T15:09:01.1041754Z", + "endTime": "2022-10-25T15:09:02.3072607Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1" @@ -2940,7 +3002,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e4aa359a-7825-4248-b014-f423d2ef4921?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/32b75c16-ac26-4e09-83f9-7e6d05e63b8a?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2954,7 +3016,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:12:36 GMT", + "Date": "Tue, 25 Oct 2022 15:09:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2962,22 +3024,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "60be9d7e-18c0-46db-856e-90e60518a07a", + "x-ms-correlation-request-id": "79b26105-7532-4592-ba08-58a45a6869cd", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T221236Z:60be9d7e-18c0-46db-856e-90e60518a07a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150931Z:79b26105-7532-4592-ba08-58a45a6869cd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-dde5273b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T22%3A12%3A06.1224948Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A09%3A01.0912384Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T21:59:39.2690751Z" + "CreatedOnDate": "2022-10-25T14:56:33.9736543Z" }, "properties": { - "poolId": "6963cae9-f688-4b53-8e33-0e2fa3d5d969", + "poolId": "b1a52f96-c4ba-854e-a134-69104c41cb77", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b/capacityPools/sdk-py-tests-pool-1", @@ -2991,10 +3053,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T21:59:40.3789302Z", + "createdAt": "2022-10-25T14:56:34.9844291Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T21:59:40.3789302Z" + "lastModifiedAt": "2022-10-25T14:56:34.9844291Z" } } }, @@ -3012,14 +3074,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 22:12:46 GMT", + "Date": "Tue, 25 Oct 2022 15:09:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85bb8d9b-89b9-4e27-8a94-d8c98f8ef478", + "x-ms-correlation-request-id": "b57daa21-aba0-4403-b496-fb97f3d55aaf", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T221247Z:85bb8d9b-89b9-4e27-8a94-d8c98f8ef478" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150942Z:b57daa21-aba0-4403-b496-fb97f3d55aaf" }, "ResponseBody": null }, @@ -3037,14 +3099,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 22:12:57 GMT", + "Date": "Tue, 25 Oct 2022 15:09:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "54e777d5-6cef-496b-92d0-96c9dea9bba4", + "x-ms-correlation-request-id": "bd327e46-24b2-4e86-ab65-d64ccdf8889b", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T221257Z:54e777d5-6cef-496b-92d0-96c9dea9bba4" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T150952Z:bd327e46-24b2-4e86-ab65-d64ccdf8889b" }, "ResponseBody": null }, @@ -3062,14 +3124,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 22:13:07 GMT", + "Date": "Tue, 25 Oct 2022 15:10:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c6cd0606-5cc4-4692-9d22-373f810ca76a", + "x-ms-correlation-request-id": "18a6a56e-68b9-4b18-8b65-168dccd361f5", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T221307Z:c6cd0606-5cc4-4692-9d22-373f810ca76a" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151002Z:18a6a56e-68b9-4b18-8b65-168dccd361f5" }, "ResponseBody": null }, @@ -3087,14 +3149,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 22:13:17 GMT", + "Date": "Tue, 25 Oct 2022 15:10:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69543f36-428c-4835-8c3e-24ead314c4e5", + "x-ms-correlation-request-id": "3d572218-d8d7-4443-839f-a973cf55c181", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T221318Z:69543f36-428c-4835-8c3e-24ead314c4e5" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151013Z:3d572218-d8d7-4443-839f-a973cf55c181" }, "ResponseBody": null }, @@ -3113,14 +3175,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:13:28 GMT", + "Date": "Tue, 25 Oct 2022 15: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": "72dc8cd1-2390-457b-b723-a6d2e1887059", + "x-ms-correlation-request-id": "14c05786-b576-4e5a-852b-c5d24f9e2539", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T221328Z:72dc8cd1-2390-457b-b723-a6d2e1887059" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151023Z:14c05786-b576-4e5a-852b-c5d24f9e2539" }, "ResponseBody": { "error": { @@ -3142,25 +3204,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f04f5525-8507-423c-af40-c7aaf6b888c6?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f5b3d285-b6e9-4d00-9fef-285b3eae14cf?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 22:13:29 GMT", + "Date": "Tue, 25 Oct 2022 15:10:24 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f04f5525-8507-423c-af40-c7aaf6b888c6?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f5b3d285-b6e9-4d00-9fef-285b3eae14cf?api-version=2022-05-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": "0004ceb6-11e9-4180-b038-cff75c7d9cf9", + "x-ms-correlation-request-id": "e41e6602-10f6-47de-8bf6-87e0151ef7ba", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T221330Z:0004ceb6-11e9-4180-b038-cff75c7d9cf9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151024Z:e41e6602-10f6-47de-8bf6-87e0151ef7ba", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f04f5525-8507-423c-af40-c7aaf6b888c6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f5b3d285-b6e9-4d00-9fef-285b3eae14cf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3174,7 +3236,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:13:30 GMT", + "Date": "Tue, 25 Oct 2022 15:10:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3182,17 +3244,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10407b98-2682-4a78-b9d6-958c7eada00f", + "x-ms-correlation-request-id": "16244489-e1e4-4d3c-a9e6-ee1f6969fd15", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T221330Z:10407b98-2682-4a78-b9d6-958c7eada00f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151025Z:16244489-e1e4-4d3c-a9e6-ee1f6969fd15", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f04f5525-8507-423c-af40-c7aaf6b888c6", - "name": "f04f5525-8507-423c-af40-c7aaf6b888c6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f5b3d285-b6e9-4d00-9fef-285b3eae14cf", + "name": "f5b3d285-b6e9-4d00-9fef-285b3eae14cf", "status": "Succeeded", - "startTime": "2022-10-23T22:13:29.9703085Z", - "endTime": "2022-10-23T22:13:30.0015612Z", + "startTime": "2022-10-25T15:10:24.7697938Z", + "endTime": "2022-10-25T15:10:24.8323055Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b" @@ -3200,7 +3262,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f04f5525-8507-423c-af40-c7aaf6b888c6?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f5b3d285-b6e9-4d00-9fef-285b3eae14cf?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3214,7 +3276,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:13:30 GMT", + "Date": "Tue, 25 Oct 2022 15:10:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3222,19 +3284,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "050d602e-372e-4a8a-bd6d-74357aafadc8", + "x-ms-correlation-request-id": "d9688b52-86d0-449d-806e-62fedff8376c", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T221330Z:050d602e-372e-4a8a-bd6d-74357aafadc8", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151025Z:d9688b52-86d0-449d-806e-62fedff8376c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-dde5273b", "name": "sdk-py-tests-acc-1-dde5273b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-23T22%3A13%3A29.9677328Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A10%3A24.7745922Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T21:59:35.1919313Z" + "CreatedOnDate": "2022-10-25T14:56:30.3219951Z" }, "properties": { "encryption": { @@ -3245,10 +3307,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T21:59:36.3447459Z", + "createdAt": "2022-10-25T14:56:31.466292Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T21:59:36.3447459Z" + "lastModifiedAt": "2022-10-25T14:56:31.466292Z" } } }, @@ -3267,15 +3329,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 22:13:30 GMT", + "Date": "Tue, 25 Oct 2022 15:10: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": "836b8fc1-b6e5-4cae-88b9-52155ebabdb5", + "x-ms-correlation-request-id": "d564ac4f-e6fa-4792-b0a6-695688398c1d", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T221331Z:836b8fc1-b6e5-4cae-88b9-52155ebabdb5", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151025Z:d564ac4f-e6fa-4792-b0a6-695688398c1d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3299,12 +3361,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7b307e25-d513-4326-87ab-1453e305c7a9?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/9eab1f8d-c91d-40a6-978b-8f4cbc152c25?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 22:13:31 GMT", + "Date": "Tue, 25 Oct 2022 15:10:26 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/7b307e25-d513-4326-87ab-1453e305c7a9?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/9eab1f8d-c91d-40a6-978b-8f4cbc152c25?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3313,10 +3375,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "988bfc5e-c91f-4e22-bde0-da5a772ec915", - "x-ms-correlation-request-id": "066067a6-fdcf-4ab7-ab41-d3492965081c", + "x-ms-arm-service-request-id": "98c82b3b-3b4d-47f2-a331-25d6766ba79c", + "x-ms-correlation-request-id": "0908e0aa-86c5-40a8-a071-35f69a3ec901", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T221332Z:066067a6-fdcf-4ab7-ab41-d3492965081c" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T151026Z:0908e0aa-86c5-40a8-a071-35f69a3ec901" }, "ResponseBody": null } 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 17d5db8a2507..25a7519a76bb 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:09:08 GMT", + "Date": "Tue, 25 Oct 2022 15:34:26 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.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:09:09 GMT", + "Date": "Tue, 25 Oct 2022 15:34:26 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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "75d61433-37f3-4a5c-8b3a-e6d0b007a5f1", + "client-request-id": "88de0594-750c-4bc7-9aa6-9026b8d51e81", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "75d61433-37f3-4a5c-8b3a-e6d0b007a5f1", + "client-request-id": "88de0594-750c-4bc7-9aa6-9026b8d51e81", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:09:09 GMT", + "Date": "Tue, 25 Oct 2022 15:34:26 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/419ccb26-e5a5-4440-bcf6-f5fa3e7dc80d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2976f81a-5b46-411f-bc82-f672de929127?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:09:17 GMT", + "Date": "Tue, 25 Oct 2022 15:34:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8cf6379f-effe-4912-ae21-8a24827b1cd0", - "x-ms-correlation-request-id": "af4ef2c6-cf30-45cc-bbb1-121f27c4ed8c", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T170917Z:af4ef2c6-cf30-45cc-bbb1-121f27c4ed8c" + "x-ms-arm-service-request-id": "231fc16e-ddfd-4e73-bc49-b07bb9022743", + "x-ms-correlation-request-id": "adabacaa-9be9-4e3a-aca8-ba4b9aa285eb", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T153437Z:adabacaa-9be9-4e3a-aca8-ba4b9aa285eb" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-ec2121ad", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad", - "etag": "W/\u00225f72a6ea-3439-4ccb-a95b-99e46b68fa5c\u0022", + "etag": "W/\u0022a2ba8f89-277e-4d5e-936c-78b4a520ea34\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:09:11.7573714Z" + "CreatedOnDate": "2022-10-25T15:34:29.9890948Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "3137f6b7-1e85-4ba8-a626-ae6cea39c6e8", + "resourceGuid": "dcafe866-e4af-47d4-af66-41dff02d35bc", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/419ccb26-e5a5-4440-bcf6-f5fa3e7dc80d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2976f81a-5b46-411f-bc82-f672de929127?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:09:17 GMT", + "Date": "Tue, 25 Oct 2022 15:34:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -304,10 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "70d8a8fb-ca74-407a-b267-07166de1e930", - "x-ms-correlation-request-id": "2ec984aa-03bb-44ae-9070-006a2f45cf99", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T170917Z:2ec984aa-03bb-44ae-9070-006a2f45cf99" + "x-ms-arm-service-request-id": "1d2cdf25-6138-454b-99c6-3c9bea84ed20", + "x-ms-correlation-request-id": "a5710ec7-0638-4ea2-a69e-702fe67a6f86", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T153437Z:a5710ec7-0638-4ea2-a69e-702fe67a6f86" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:09:18 GMT", - "ETag": "W/\u0022461012bd-c830-4e7f-9863-ccc218528b27\u0022", + "Date": "Tue, 25 Oct 2022 15:34:37 GMT", + "ETag": "W/\u0022c461f1d5-acec-42fb-8dfe-b9c776247589\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2227b55a-b8c6-4ab7-a8df-6bba1e9593a5", - "x-ms-correlation-request-id": "37df89f8-99db-4dd8-b6d2-70df1daa1ad3", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T170918Z:37df89f8-99db-4dd8-b6d2-70df1daa1ad3" + "x-ms-arm-service-request-id": "b3d3f470-82af-4aee-bf53-9c5e22d35054", + "x-ms-correlation-request-id": "75895c01-b296-4f7c-916c-f238bc7525be", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T153438Z:75895c01-b296-4f7c-916c-f238bc7525be" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-ec2121ad", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad", - "etag": "W/\u0022461012bd-c830-4e7f-9863-ccc218528b27\u0022", + "etag": "W/\u0022c461f1d5-acec-42fb-8dfe-b9c776247589\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:09:11.7573714Z" + "CreatedOnDate": "2022-10-25T15:34:29.9890948Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "3137f6b7-1e85-4ba8-a626-ae6cea39c6e8", + "resourceGuid": "dcafe866-e4af-47d4-af66-41dff02d35bc", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c5593f8b-6810-4b58-9b94-796558ed333c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d1aadf91-6ce1-440f-b02b-10eeb40f347d?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:09:19 GMT", + "Date": "Tue, 25 Oct 2022 15:34:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "382c9aa9-793e-463d-9570-e3eb9bb27be5", - "x-ms-correlation-request-id": "fd087fa5-db7e-4440-bca3-08c580330964", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T170919Z:fd087fa5-db7e-4440-bca3-08c580330964" + "x-ms-arm-service-request-id": "6e94b8cd-0743-4c15-b8ac-6e04037c46cd", + "x-ms-correlation-request-id": "f6d8c900-a3f3-48ca-b0ef-0f04c78f356b", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T153438Z:f6d8c900-a3f3-48ca-b0ef-0f04c78f356b" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default", - "etag": "W/\u0022faeeac25-6f6a-4c10-9483-3a24277e2ac4\u0022", + "etag": "W/\u0022534270a9-f23f-47a2-9877-4760eb58cec8\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022faeeac25-6f6a-4c10-9483-3a24277e2ac4\u0022", + "etag": "W/\u0022534270a9-f23f-47a2-9877-4760eb58cec8\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c5593f8b-6810-4b58-9b94-796558ed333c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d1aadf91-6ce1-440f-b02b-10eeb40f347d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:09:19 GMT", + "Date": "Tue, 25 Oct 2022 15:34:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "130e9390-0065-4182-b3d7-dd75446166d1", - "x-ms-correlation-request-id": "b9b18e60-e0f7-405f-9f42-d6fb7ca222b6", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T170919Z:b9b18e60-e0f7-405f-9f42-d6fb7ca222b6" + "x-ms-arm-service-request-id": "4087a5e0-b269-4562-84c8-8159160a2bec", + "x-ms-correlation-request-id": "1d325095-9a88-4b3a-8ae3-e4e260dc438d", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T153439Z:1d325095-9a88-4b3a-8ae3-e4e260dc438d" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:09:19 GMT", - "ETag": "W/\u0022ffcd42ae-fc1e-4e12-8548-3b2d8109748d\u0022", + "Date": "Tue, 25 Oct 2022 15:34:38 GMT", + "ETag": "W/\u0022cb46a132-984a-4df7-835f-114a62e5ccc3\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "63695bfb-9ca4-4288-8972-b6a7962b0c74", - "x-ms-correlation-request-id": "c1f0abd5-d22b-41f4-ad01-e8da4189d1ac", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T170920Z:c1f0abd5-d22b-41f4-ad01-e8da4189d1ac" + "x-ms-arm-service-request-id": "cd5dc496-4b82-4188-82e3-d4c529f063f6", + "x-ms-correlation-request-id": "79e9d443-52f1-4316-966a-d2110264f99d", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T153439Z:79e9d443-52f1-4316-966a-d2110264f99d" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default", - "etag": "W/\u0022ffcd42ae-fc1e-4e12-8548-3b2d8109748d\u0022", + "etag": "W/\u0022cb46a132-984a-4df7-835f-114a62e5ccc3\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022ffcd42ae-fc1e-4e12-8548-3b2d8109748d\u0022", + "etag": "W/\u0022cb46a132-984a-4df7-835f-114a62e5ccc3\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -558,12 +558,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:09:20 GMT", + "Date": "Tue, 25 Oct 2022 15:34:38 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.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -652,12 +652,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:09:20 GMT", + "Date": "Tue, 25 Oct 2022 15:34:39 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -713,9 +713,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "0900c758-ce1c-47fa-86ad-41b5ff8d4c63", + "client-request-id": "f368bed1-b1e0-4f98-b32a-41cbbc990395", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -727,14 +727,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "0900c758-ce1c-47fa-86ad-41b5ff8d4c63", + "client-request-id": "f368bed1-b1e0-4f98-b32a-41cbbc990395", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:09:20 GMT", + "Date": "Tue, 25 Oct 2022 15:34:39 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -742,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -769,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae13f5f6-e7e4-45e3-8d33-302513c0d6f7?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cfc333eb-e511-4091-a42d-a73cf166e8e7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:09:24 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T17%3A09%3A23.4798713Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 15:34:43 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T15%3A34%3A43.0702589Z\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": "850129b4-8904-42b3-a195-478600732dd6", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T170924Z:850129b4-8904-42b3-a195-478600732dd6", + "x-ms-correlation-request-id": "2900136b-91fd-4870-a4f0-28507efbf76a", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T153444Z:2900136b-91fd-4870-a4f0-28507efbf76a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad", "name": "sdk-py-tests-acc-1-ec2121ad", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A09%3A23.4798713Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A34%3A43.0702589Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:09:21.6435101Z" + "CreatedOnDate": "2022-10-25T15:34:41.0814458Z" }, "properties": { "provisioningState": "Creating" @@ -800,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:09:22.4934783Z", + "createdAt": "2022-10-25T15:34:42.0767378Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:09:22.4934783Z" + "lastModifiedAt": "2022-10-25T15:34:42.0767378Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae13f5f6-e7e4-45e3-8d33-302513c0d6f7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cfc333eb-e511-4091-a42d-a73cf166e8e7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -822,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:09:24 GMT", + "Date": "Tue, 25 Oct 2022 15:34:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -830,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1c102ed-503a-4a46-a7d5-0e66a0f22319", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T170925Z:c1c102ed-503a-4a46-a7d5-0e66a0f22319", + "x-ms-correlation-request-id": "52abc5c9-434b-4446-8cc1-599d130cb402", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T153444Z:52abc5c9-434b-4446-8cc1-599d130cb402", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae13f5f6-e7e4-45e3-8d33-302513c0d6f7", - "name": "ae13f5f6-e7e4-45e3-8d33-302513c0d6f7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cfc333eb-e511-4091-a42d-a73cf166e8e7", + "name": "cfc333eb-e511-4091-a42d-a73cf166e8e7", "status": "Succeeded", - "startTime": "2022-10-22T17:09:23.4841607Z", - "endTime": "2022-10-22T17:09:23.5779657Z", + "startTime": "2022-10-25T15:34:43.0646918Z", + "endTime": "2022-10-25T15:34:43.1271941Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad" @@ -862,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:09:25 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T17%3A09%3A23.5827404Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 15:34:43 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T15%3A34%3A43.1180052Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f505ff0-fa96-4bd1-8672-1ba383a710f4", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T170925Z:0f505ff0-fa96-4bd1-8672-1ba383a710f4", + "x-ms-correlation-request-id": "668d517a-0a35-4184-b61f-84e994b1cbc6", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T153444Z:668d517a-0a35-4184-b61f-84e994b1cbc6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad", "name": "sdk-py-tests-acc-1-ec2121ad", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A09%3A23.5827404Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A34%3A43.1180052Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:09:21.6435101Z" + "CreatedOnDate": "2022-10-25T15:34:41.0814458Z" }, "properties": { "activeDirectories": [ @@ -912,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:09:22.4934783Z", + "createdAt": "2022-10-25T15:34:42.0767378Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:09:22.4934783Z" + "lastModifiedAt": "2022-10-25T15:34:42.0767378Z" } } }, @@ -941,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/523b9e2c-4394-425d-8e38-8c4d4033c459?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3363c62a-9cf3-454a-9806-8115634e62a5?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "922", + "Content-Length": "919", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:09:27 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T17%3A09%3A27.0448135Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 15:34:47 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T15%3A34%3A46.649117Z\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": "a914caa5-d896-439c-8e14-8b9c72c042fd", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T170927Z:a914caa5-d896-439c-8e14-8b9c72c042fd", + "x-ms-correlation-request-id": "f307443d-f973-4793-99e2-804c67795059", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T153447Z:f307443d-f973-4793-99e2-804c67795059", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-ec2121ad/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A09%3A27.0448135Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A34%3A46.649117Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:09:25.8109723Z" + "CreatedOnDate": "2022-10-25T15:34:45.2463498Z" }, "properties": { "serviceLevel": "Premium", @@ -978,15 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:09:26.8072948Z", + "createdAt": "2022-10-25T15:34:46.376318Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:09:26.8072948Z" + "lastModifiedAt": "2022-10-25T15:34:46.376318Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/523b9e2c-4394-425d-8e38-8c4d4033c459?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3363c62a-9cf3-454a-9806-8115634e62a5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1000,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:09:27 GMT", + "Date": "Tue, 25 Oct 2022 15:34:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1008,17 +1008,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e35b2f8b-2c8b-41d5-a58a-53bd47d99cc1", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T170928Z:e35b2f8b-2c8b-41d5-a58a-53bd47d99cc1", + "x-ms-correlation-request-id": "6038ba48-66e0-4a54-9b0e-aa94053b4875", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T153447Z:6038ba48-66e0-4a54-9b0e-aa94053b4875", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/523b9e2c-4394-425d-8e38-8c4d4033c459", - "name": "523b9e2c-4394-425d-8e38-8c4d4033c459", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3363c62a-9cf3-454a-9806-8115634e62a5", + "name": "3363c62a-9cf3-454a-9806-8115634e62a5", "status": "Succeeded", - "startTime": "2022-10-22T17:09:27.0467318Z", - "endTime": "2022-10-22T17:09:27.8129163Z", + "startTime": "2022-10-25T15:34:46.6483291Z", + "endTime": "2022-10-25T15:34:47.648355Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1" @@ -1040,8 +1040,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:09:28 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T17%3A09%3A27.8033183Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 15:34:48 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T15%3A34%3A47.6504284Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1049,22 +1049,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "843afa3d-4bfa-408e-aec7-b04c1135ec17", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T170928Z:843afa3d-4bfa-408e-aec7-b04c1135ec17", + "x-ms-correlation-request-id": "b68f0925-30dd-4d61-9815-a97b272fca36", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T153448Z:b68f0925-30dd-4d61-9815-a97b272fca36", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-ec2121ad/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A09%3A27.8033183Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A34%3A47.6504284Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:09:25.8109723Z" + "CreatedOnDate": "2022-10-25T15:34:45.2463498Z" }, "properties": { - "poolId": "294fbd04-e1c5-fc0b-07e5-eecefcf4bc0c", + "poolId": "f781109d-679a-f45e-ecd0-4dcd154ec266", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1077,10 +1077,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:09:26.8072948Z", + "createdAt": "2022-10-25T15:34:46.376318Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:09:26.8072948Z" + "lastModifiedAt": "2022-10-25T15:34:46.376318Z" } } }, @@ -1123,30 +1123,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be22aac2-7092-4a94-acf2-b92c89fbba83?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:09:41 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T17%3A09%3A40.7738877Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 15:35:01 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T15%3A35%3A00.8646085Z\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": "1cb606bc-466e-42e3-ba54-541d57fccf5d", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T170941Z:1cb606bc-466e-42e3-ba54-541d57fccf5d", + "x-ms-correlation-request-id": "1f1123bf-4f51-4120-8846-dcc3d437be0b", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T153501Z:1f1123bf-4f51-4120-8846-dcc3d437be0b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad", "name": "sdk-py-tests-acc-1-ec2121ad/sdk-py-tests-pool-1/sdk-py-tests-vol-3-ec2121ad", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A09%3A40.7738877Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A35%3A00.8646085Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:09:38.8869827Z" + "CreatedOnDate": "2022-10-25T15:34:58.6647545Z" }, "properties": { "serviceLevel": "Premium", @@ -1176,15 +1176,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:09:39.8931436Z", + "createdAt": "2022-10-25T15:34:59.6484968Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:09:39.8931436Z" + "lastModifiedAt": "2022-10-25T15:34:59.6484968Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be22aac2-7092-4a94-acf2-b92c89fbba83?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1198,7 +1198,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:09:41 GMT", + "Date": "Tue, 25 Oct 2022 15:35:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1206,16 +1206,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08feeb23-42f8-45bb-a968-753924183641", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T170941Z:08feeb23-42f8-45bb-a968-753924183641", + "x-ms-correlation-request-id": "3dfccfab-3d09-4ab4-91a1-6ec1c2f60ff8", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T153502Z:3dfccfab-3d09-4ab4-91a1-6ec1c2f60ff8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7", - "name": "10bd0cab-67e4-479f-acd0-b71f253b1bb7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be22aac2-7092-4a94-acf2-b92c89fbba83", + "name": "be22aac2-7092-4a94-acf2-b92c89fbba83", "status": "Creating", - "startTime": "2022-10-22T17:09:40.7986018Z", + "startTime": "2022-10-25T15:35:00.8636683Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1224,7 +1224,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be22aac2-7092-4a94-acf2-b92c89fbba83?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1238,7 +1238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:10:12 GMT", + "Date": "Tue, 25 Oct 2022 15:35:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1246,16 +1246,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "711163fa-8637-46d2-9247-2f2fcbec1ee1", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T171012Z:711163fa-8637-46d2-9247-2f2fcbec1ee1", + "x-ms-correlation-request-id": "6939b050-684d-450e-ada4-f1ee0f8ea213", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T153532Z:6939b050-684d-450e-ada4-f1ee0f8ea213", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7", - "name": "10bd0cab-67e4-479f-acd0-b71f253b1bb7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be22aac2-7092-4a94-acf2-b92c89fbba83", + "name": "be22aac2-7092-4a94-acf2-b92c89fbba83", "status": "Creating", - "startTime": "2022-10-22T17:09:40.7986018Z", + "startTime": "2022-10-25T15:35:00.8636683Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1264,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be22aac2-7092-4a94-acf2-b92c89fbba83?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1278,7 +1278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:10:41 GMT", + "Date": "Tue, 25 Oct 2022 15:36:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1286,16 +1286,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aaeaf4f1-9523-4e45-ae52-e5548c2682aa", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T171042Z:aaeaf4f1-9523-4e45-ae52-e5548c2682aa", + "x-ms-correlation-request-id": "7503ba9e-b818-4c4b-9696-f29b9ad7d24d", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T153602Z:7503ba9e-b818-4c4b-9696-f29b9ad7d24d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7", - "name": "10bd0cab-67e4-479f-acd0-b71f253b1bb7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be22aac2-7092-4a94-acf2-b92c89fbba83", + "name": "be22aac2-7092-4a94-acf2-b92c89fbba83", "status": "Creating", - "startTime": "2022-10-22T17:09:40.7986018Z", + "startTime": "2022-10-25T15:35:00.8636683Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1304,7 +1304,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be22aac2-7092-4a94-acf2-b92c89fbba83?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1318,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:11:12 GMT", + "Date": "Tue, 25 Oct 2022 15:36:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1326,16 +1326,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3abd98a9-5fea-46b1-a56c-604c3d2ff481", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T171112Z:3abd98a9-5fea-46b1-a56c-604c3d2ff481", + "x-ms-correlation-request-id": "e94d1725-5295-499a-b3b2-e37d28052470", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T153632Z:e94d1725-5295-499a-b3b2-e37d28052470", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7", - "name": "10bd0cab-67e4-479f-acd0-b71f253b1bb7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be22aac2-7092-4a94-acf2-b92c89fbba83", + "name": "be22aac2-7092-4a94-acf2-b92c89fbba83", "status": "Creating", - "startTime": "2022-10-22T17:09:40.7986018Z", + "startTime": "2022-10-25T15:35:00.8636683Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1344,7 +1344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be22aac2-7092-4a94-acf2-b92c89fbba83?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1358,7 +1358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:11:42 GMT", + "Date": "Tue, 25 Oct 2022 15:37:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1366,16 +1366,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "49999076-2705-4695-8d4a-cf5452805008", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T171143Z:49999076-2705-4695-8d4a-cf5452805008", + "x-ms-correlation-request-id": "edb41935-db02-4f68-824f-c2d1c4c7162e", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T153703Z:edb41935-db02-4f68-824f-c2d1c4c7162e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7", - "name": "10bd0cab-67e4-479f-acd0-b71f253b1bb7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be22aac2-7092-4a94-acf2-b92c89fbba83", + "name": "be22aac2-7092-4a94-acf2-b92c89fbba83", "status": "Creating", - "startTime": "2022-10-22T17:09:40.7986018Z", + "startTime": "2022-10-25T15:35:00.8636683Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1384,7 +1384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be22aac2-7092-4a94-acf2-b92c89fbba83?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1398,7 +1398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:12:13 GMT", + "Date": "Tue, 25 Oct 2022 15:37:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1406,16 +1406,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d6f777a-09d6-4ee3-b488-301c88d024e3", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T171213Z:7d6f777a-09d6-4ee3-b488-301c88d024e3", + "x-ms-correlation-request-id": "de24685d-77b0-4c8f-b5f6-9ac73e5a273e", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T153733Z:de24685d-77b0-4c8f-b5f6-9ac73e5a273e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7", - "name": "10bd0cab-67e4-479f-acd0-b71f253b1bb7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be22aac2-7092-4a94-acf2-b92c89fbba83", + "name": "be22aac2-7092-4a94-acf2-b92c89fbba83", "status": "Creating", - "startTime": "2022-10-22T17:09:40.7986018Z", + "startTime": "2022-10-25T15:35:00.8636683Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1424,7 +1424,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be22aac2-7092-4a94-acf2-b92c89fbba83?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1438,7 +1438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:12:43 GMT", + "Date": "Tue, 25 Oct 2022 15:38:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,16 +1446,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8910364e-2673-497e-9a11-1cadb94ae002", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T171243Z:8910364e-2673-497e-9a11-1cadb94ae002", + "x-ms-correlation-request-id": "da4b217a-a7d5-4fe9-9a39-2fc2b330d279", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T153803Z:da4b217a-a7d5-4fe9-9a39-2fc2b330d279", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7", - "name": "10bd0cab-67e4-479f-acd0-b71f253b1bb7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be22aac2-7092-4a94-acf2-b92c89fbba83", + "name": "be22aac2-7092-4a94-acf2-b92c89fbba83", "status": "Creating", - "startTime": "2022-10-22T17:09:40.7986018Z", + "startTime": "2022-10-25T15:35:00.8636683Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1464,7 +1464,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be22aac2-7092-4a94-acf2-b92c89fbba83?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1478,7 +1478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:13:13 GMT", + "Date": "Tue, 25 Oct 2022 15:38:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1486,16 +1486,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "71ab2d75-c0f8-4c3f-a25c-27a74d3736f6", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T171313Z:71ab2d75-c0f8-4c3f-a25c-27a74d3736f6", + "x-ms-correlation-request-id": "809b2758-ed8f-4c45-9d23-9c00ed9b0834", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T153833Z:809b2758-ed8f-4c45-9d23-9c00ed9b0834", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7", - "name": "10bd0cab-67e4-479f-acd0-b71f253b1bb7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be22aac2-7092-4a94-acf2-b92c89fbba83", + "name": "be22aac2-7092-4a94-acf2-b92c89fbba83", "status": "Creating", - "startTime": "2022-10-22T17:09:40.7986018Z", + "startTime": "2022-10-25T15:35:00.8636683Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1504,7 +1504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be22aac2-7092-4a94-acf2-b92c89fbba83?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1518,7 +1518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:13:44 GMT", + "Date": "Tue, 25 Oct 2022 15:39:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1526,16 +1526,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1614546-3695-4f97-a0b8-4e6e564b9a15", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T171344Z:c1614546-3695-4f97-a0b8-4e6e564b9a15", + "x-ms-correlation-request-id": "91eaff2c-0c02-43fc-8b1f-78a9b27ccc4a", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T153904Z:91eaff2c-0c02-43fc-8b1f-78a9b27ccc4a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7", - "name": "10bd0cab-67e4-479f-acd0-b71f253b1bb7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be22aac2-7092-4a94-acf2-b92c89fbba83", + "name": "be22aac2-7092-4a94-acf2-b92c89fbba83", "status": "Creating", - "startTime": "2022-10-22T17:09:40.7986018Z", + "startTime": "2022-10-25T15:35:00.8636683Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1544,7 +1544,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be22aac2-7092-4a94-acf2-b92c89fbba83?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1558,7 +1558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:14:14 GMT", + "Date": "Tue, 25 Oct 2022 15:39:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1566,16 +1566,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "210a35ae-63fc-4d24-a802-45b4cb69f59a", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T171414Z:210a35ae-63fc-4d24-a802-45b4cb69f59a", + "x-ms-correlation-request-id": "f4dcb04c-3fb0-437b-bc43-1fcbbf37f3fb", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T153934Z:f4dcb04c-3fb0-437b-bc43-1fcbbf37f3fb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7", - "name": "10bd0cab-67e4-479f-acd0-b71f253b1bb7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be22aac2-7092-4a94-acf2-b92c89fbba83", + "name": "be22aac2-7092-4a94-acf2-b92c89fbba83", "status": "Creating", - "startTime": "2022-10-22T17:09:40.7986018Z", + "startTime": "2022-10-25T15:35:00.8636683Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1584,7 +1584,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be22aac2-7092-4a94-acf2-b92c89fbba83?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1598,7 +1598,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:14:44 GMT", + "Date": "Tue, 25 Oct 2022 15:40:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1606,17 +1606,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4aaa0aaf-9af2-40aa-a1f4-58673e603552", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T171444Z:4aaa0aaf-9af2-40aa-a1f4-58673e603552", + "x-ms-correlation-request-id": "5136e80a-62a9-49c2-ae9e-4a277d61ba62", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154004Z:5136e80a-62a9-49c2-ae9e-4a277d61ba62", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/10bd0cab-67e4-479f-acd0-b71f253b1bb7", - "name": "10bd0cab-67e4-479f-acd0-b71f253b1bb7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/be22aac2-7092-4a94-acf2-b92c89fbba83", + "name": "be22aac2-7092-4a94-acf2-b92c89fbba83", "status": "Succeeded", - "startTime": "2022-10-22T17:09:40.7986018Z", - "endTime": "2022-10-22T17:14:26.9425632Z", + "startTime": "2022-10-25T15:35:00.8636683Z", + "endTime": "2022-10-25T15:39:38.6551562Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" @@ -1638,8 +1638,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:14:45 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T17%3A14%3A26.9339114Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 15:40:05 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T15%3A39%3A38.6520235Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1647,22 +1647,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e158ddb6-c157-488a-b244-e4ad77aef2c5", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T171445Z:e158ddb6-c157-488a-b244-e4ad77aef2c5", + "x-ms-correlation-request-id": "4f8c8f76-698c-45cb-be72-5cff1bd94983", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154005Z:4f8c8f76-698c-45cb-be72-5cff1bd94983", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad", "name": "sdk-py-tests-acc-1-ec2121ad/sdk-py-tests-pool-1/sdk-py-tests-vol-3-ec2121ad", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A14%3A26.9339114Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A39%3A38.6520235Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:09:38.8869827Z" + "CreatedOnDate": "2022-10-25T15:34:58.6647545Z" }, "properties": { - "fileSystemId": "559ef701-5dc8-f5bf-a127-1d9d37ed34f6", + "fileSystemId": "2a15ff7c-3abc-27b0-37a4-9a18b1dfffc1", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-ec2121ad", "usageThreshold": 107374182400, @@ -1690,7 +1690,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_b9c54a4d", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_904e720d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1705,8 +1705,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "559ef701-5dc8-f5bf-a127-1d9d37ed34f6", - "fileSystemId": "559ef701-5dc8-f5bf-a127-1d9d37ed34f6", + "mountTargetId": "2a15ff7c-3abc-27b0-37a4-9a18b1dfffc1", + "fileSystemId": "2a15ff7c-3abc-27b0-37a4-9a18b1dfffc1", "ipAddress": "10.0.0.4" } ], @@ -1726,10 +1726,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:09:39.8931436Z", + "createdAt": "2022-10-25T15:34:59.6484968Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:09:39.8931436Z" + "lastModifiedAt": "2022-10-25T15:34:59.6484968Z" } } }, @@ -1748,7 +1748,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:14:46 GMT", + "Date": "Tue, 25 Oct 2022 15:40:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1756,9 +1756,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c280af2b-e6b1-46cd-92e9-c27f4cc06709", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T171446Z:c280af2b-e6b1-46cd-92e9-c27f4cc06709", + "x-ms-correlation-request-id": "4aa170b3-8a2f-4fc9-a7ab-7945341f0743", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154006Z:4aa170b3-8a2f-4fc9-a7ab-7945341f0743", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1785,25 +1785,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/edeea58a-903f-47c2-8bb0-43d9bae49242?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 17:14:47 GMT", + "Date": "Tue, 25 Oct 2022 15:40:06 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/edeea58a-903f-47c2-8bb0-43d9bae49242?api-version=2022-05-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": "73716623-3553-4d75-a3f8-f9e0c13546c5", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T171447Z:73716623-3553-4d75-a3f8-f9e0c13546c5", + "x-ms-correlation-request-id": "d60854ea-1860-4981-833d-1c0c8528d7b9", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154007Z:d60854ea-1860-4981-833d-1c0c8528d7b9", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/edeea58a-903f-47c2-8bb0-43d9bae49242?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1817,7 +1817,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:14:47 GMT", + "Date": "Tue, 25 Oct 2022 15:40:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1825,16 +1825,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "490cebd4-0ca7-4180-b6c4-296299789fdf", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T171447Z:490cebd4-0ca7-4180-b6c4-296299789fdf", + "x-ms-correlation-request-id": "1806510c-3bbd-4588-aee5-65797016f529", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154007Z:1806510c-3bbd-4588-aee5-65797016f529", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70", - "name": "aee53900-adc8-4467-9b32-4f368cc8fa70", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/edeea58a-903f-47c2-8bb0-43d9bae49242", + "name": "edeea58a-903f-47c2-8bb0-43d9bae49242", "status": "Deleting", - "startTime": "2022-10-22T17:14:47.0402944Z", + "startTime": "2022-10-25T15:40:07.2812614Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1843,7 +1843,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/edeea58a-903f-47c2-8bb0-43d9bae49242?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1857,7 +1857,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:15:17 GMT", + "Date": "Tue, 25 Oct 2022 15:40:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1865,16 +1865,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "654568a3-4434-4ff7-9fe9-4e752138ecc0", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T171517Z:654568a3-4434-4ff7-9fe9-4e752138ecc0", + "x-ms-correlation-request-id": "2515dd19-3b1a-478d-8d6a-b17743e9f811", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154037Z:2515dd19-3b1a-478d-8d6a-b17743e9f811", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70", - "name": "aee53900-adc8-4467-9b32-4f368cc8fa70", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/edeea58a-903f-47c2-8bb0-43d9bae49242", + "name": "edeea58a-903f-47c2-8bb0-43d9bae49242", "status": "Deleting", - "startTime": "2022-10-22T17:14:47.0402944Z", + "startTime": "2022-10-25T15:40:07.2812614Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1883,7 +1883,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/edeea58a-903f-47c2-8bb0-43d9bae49242?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1897,7 +1897,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:15:47 GMT", + "Date": "Tue, 25 Oct 2022 15:41:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1905,16 +1905,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ffcceaf1-0e6b-4f15-9981-17d94a06d673", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T171547Z:ffcceaf1-0e6b-4f15-9981-17d94a06d673", + "x-ms-correlation-request-id": "cab592fc-8ed4-41f8-8cba-d545db7f47f6", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154108Z:cab592fc-8ed4-41f8-8cba-d545db7f47f6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70", - "name": "aee53900-adc8-4467-9b32-4f368cc8fa70", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/edeea58a-903f-47c2-8bb0-43d9bae49242", + "name": "edeea58a-903f-47c2-8bb0-43d9bae49242", "status": "Deleting", - "startTime": "2022-10-22T17:14:47.0402944Z", + "startTime": "2022-10-25T15:40:07.2812614Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1923,7 +1923,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/edeea58a-903f-47c2-8bb0-43d9bae49242?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1937,7 +1937,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:16:17 GMT", + "Date": "Tue, 25 Oct 2022 15:41:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1945,16 +1945,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "639414dd-72bc-4678-91e4-8c04b34d00e1", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T171618Z:639414dd-72bc-4678-91e4-8c04b34d00e1", + "x-ms-correlation-request-id": "56b1f566-77f5-4f17-8338-260de7d4680c", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154138Z:56b1f566-77f5-4f17-8338-260de7d4680c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70", - "name": "aee53900-adc8-4467-9b32-4f368cc8fa70", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/edeea58a-903f-47c2-8bb0-43d9bae49242", + "name": "edeea58a-903f-47c2-8bb0-43d9bae49242", "status": "Deleting", - "startTime": "2022-10-22T17:14:47.0402944Z", + "startTime": "2022-10-25T15:40:07.2812614Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1963,7 +1963,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/edeea58a-903f-47c2-8bb0-43d9bae49242?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1977,7 +1977,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:16:47 GMT", + "Date": "Tue, 25 Oct 2022 15:42:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1985,16 +1985,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "536ebeaf-a736-4563-acab-201e4d905bfe", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T171648Z:536ebeaf-a736-4563-acab-201e4d905bfe", + "x-ms-correlation-request-id": "0e2e9e21-6c57-44f6-a61e-111e544b1338", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154208Z:0e2e9e21-6c57-44f6-a61e-111e544b1338", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70", - "name": "aee53900-adc8-4467-9b32-4f368cc8fa70", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/edeea58a-903f-47c2-8bb0-43d9bae49242", + "name": "edeea58a-903f-47c2-8bb0-43d9bae49242", "status": "Deleting", - "startTime": "2022-10-22T17:14:47.0402944Z", + "startTime": "2022-10-25T15:40:07.2812614Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2003,7 +2003,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/edeea58a-903f-47c2-8bb0-43d9bae49242?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2017,7 +2017,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:17:18 GMT", + "Date": "Tue, 25 Oct 2022 15:42:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2025,17 +2025,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e5046d9b-f1fc-4f97-9eee-e242ef19d63d", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T171718Z:e5046d9b-f1fc-4f97-9eee-e242ef19d63d", + "x-ms-correlation-request-id": "f57e5ed8-c586-4208-b95f-07d08887c8c9", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154238Z:f57e5ed8-c586-4208-b95f-07d08887c8c9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70", - "name": "aee53900-adc8-4467-9b32-4f368cc8fa70", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/edeea58a-903f-47c2-8bb0-43d9bae49242", + "name": "edeea58a-903f-47c2-8bb0-43d9bae49242", "status": "Succeeded", - "startTime": "2022-10-22T17:14:47.0402944Z", - "endTime": "2022-10-22T17:16:51.3892389Z", + "startTime": "2022-10-25T15:40:07.2812614Z", + "endTime": "2022-10-25T15:42:11.9995034Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad" @@ -2043,7 +2043,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aee53900-adc8-4467-9b32-4f368cc8fa70?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/edeea58a-903f-47c2-8bb0-43d9bae49242?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2057,7 +2057,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:17:18 GMT", + "Date": "Tue, 25 Oct 2022 15:42:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2065,22 +2065,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94ea0542-f083-4c08-a98f-682224e85fc8", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T171719Z:94ea0542-f083-4c08-a98f-682224e85fc8", + "x-ms-correlation-request-id": "41eac00b-2d06-41e6-9b4c-6670a4a7ddef", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154239Z:41eac00b-2d06-41e6-9b4c-6670a4a7ddef", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad", "name": "sdk-py-tests-acc-1-ec2121ad/sdk-py-tests-pool-1/sdk-py-tests-vol-3-ec2121ad", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A16%3A42.3194632Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A42%3A02.3842148Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:09:38.8869827Z" + "CreatedOnDate": "2022-10-25T15:34:58.6647545Z" }, "properties": { - "fileSystemId": "559ef701-5dc8-f5bf-a127-1d9d37ed34f6", + "fileSystemId": "2a15ff7c-3abc-27b0-37a4-9a18b1dfffc1", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-ec2121ad", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2111,19 +2111,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_b9c54a4d", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_904e720d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-ec2121ad/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-ec2121ad", - "poolId": "294fbd04-e1c5-fc0b-07e5-eecefcf4bc0c", + "poolId": "f781109d-679a-f45e-ecd0-4dcd154ec266", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "559ef701-5dc8-f5bf-a127-1d9d37ed34f6", - "fileSystemId": "559ef701-5dc8-f5bf-a127-1d9d37ed34f6", + "mountTargetId": "2a15ff7c-3abc-27b0-37a4-9a18b1dfffc1", + "fileSystemId": "2a15ff7c-3abc-27b0-37a4-9a18b1dfffc1", "startIp": "", "endIp": "", "gateway": "", @@ -2155,10 +2155,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:09:39.8931436Z", + "createdAt": "2022-10-25T15:34:59.6484968Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:09:39.8931436Z" + "lastModifiedAt": "2022-10-25T15:34:59.6484968Z" } } }, @@ -2177,14 +2177,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:20:41 GMT", + "Date": "Tue, 25 Oct 2022 15:46:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "efe8c3d3-6f8d-4ae2-b079-16a19dc9e612", + "x-ms-correlation-request-id": "1496433e-c812-4eb8-9bc9-262614f24067", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T172042Z:efe8c3d3-6f8d-4ae2-b079-16a19dc9e612" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154601Z:1496433e-c812-4eb8-9bc9-262614f24067" }, "ResponseBody": { "error": { @@ -2206,25 +2206,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6912c2d-810c-4933-bf77-0a86f1e90738?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5fd5eea9-0670-4ca0-ac6c-c13cafa647bb?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 17:20:54 GMT", + "Date": "Tue, 25 Oct 2022 15:46:13 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6912c2d-810c-4933-bf77-0a86f1e90738?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5fd5eea9-0670-4ca0-ac6c-c13cafa647bb?api-version=2022-05-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": "339c804e-55e9-45b2-9962-2664090fad87", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T172055Z:339c804e-55e9-45b2-9962-2664090fad87", + "x-ms-correlation-request-id": "21b82db4-ac1f-4be5-817d-558ffac31f50", + "x-ms-ratelimit-remaining-subscription-deletes": "14990", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154613Z:21b82db4-ac1f-4be5-817d-558ffac31f50", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6912c2d-810c-4933-bf77-0a86f1e90738?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5fd5eea9-0670-4ca0-ac6c-c13cafa647bb?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2238,7 +2238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:20:55 GMT", + "Date": "Tue, 25 Oct 2022 15:46:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2246,16 +2246,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3fe46a6-5c46-433d-b3df-7a9bb42216e8", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T172055Z:e3fe46a6-5c46-433d-b3df-7a9bb42216e8", + "x-ms-correlation-request-id": "3d66b16a-c9e5-4e50-8250-8da796d997db", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154614Z:3d66b16a-c9e5-4e50-8250-8da796d997db", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6912c2d-810c-4933-bf77-0a86f1e90738", - "name": "c6912c2d-810c-4933-bf77-0a86f1e90738", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5fd5eea9-0670-4ca0-ac6c-c13cafa647bb", + "name": "5fd5eea9-0670-4ca0-ac6c-c13cafa647bb", "status": "Deleting", - "startTime": "2022-10-22T17:20:55.6319976Z", + "startTime": "2022-10-25T15:46:13.8232345Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2264,7 +2264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6912c2d-810c-4933-bf77-0a86f1e90738?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5fd5eea9-0670-4ca0-ac6c-c13cafa647bb?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2278,7 +2278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:21:25 GMT", + "Date": "Tue, 25 Oct 2022 15:46:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2286,17 +2286,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a2883cd9-e7cb-4dc8-82df-112ae4896fc4", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T172126Z:a2883cd9-e7cb-4dc8-82df-112ae4896fc4", + "x-ms-correlation-request-id": "cbfcb2dd-0611-4133-b942-e65802cb59a2", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154644Z:cbfcb2dd-0611-4133-b942-e65802cb59a2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6912c2d-810c-4933-bf77-0a86f1e90738", - "name": "c6912c2d-810c-4933-bf77-0a86f1e90738", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5fd5eea9-0670-4ca0-ac6c-c13cafa647bb", + "name": "5fd5eea9-0670-4ca0-ac6c-c13cafa647bb", "status": "Succeeded", - "startTime": "2022-10-22T17:20:55.6319976Z", - "endTime": "2022-10-22T17:20:56.5695729Z", + "startTime": "2022-10-25T15:46:13.8232345Z", + "endTime": "2022-10-25T15:46:14.7919799Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1" @@ -2304,7 +2304,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c6912c2d-810c-4933-bf77-0a86f1e90738?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5fd5eea9-0670-4ca0-ac6c-c13cafa647bb?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2318,7 +2318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:21:25 GMT", + "Date": "Tue, 25 Oct 2022 15:46:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2326,22 +2326,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d4bc4ce4-a087-4fac-93a5-53d0e3449324", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T172126Z:d4bc4ce4-a087-4fac-93a5-53d0e3449324", + "x-ms-correlation-request-id": "04d11545-2bb0-4b79-b8fa-78e47e4239ed", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154644Z:04d11545-2bb0-4b79-b8fa-78e47e4239ed", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-ec2121ad/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A20%3A55.6316324Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A46%3A13.8250375Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:09:25.8109723Z" + "CreatedOnDate": "2022-10-25T15:34:45.2463498Z" }, "properties": { - "poolId": "294fbd04-e1c5-fc0b-07e5-eecefcf4bc0c", + "poolId": "f781109d-679a-f45e-ecd0-4dcd154ec266", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad/capacityPools/sdk-py-tests-pool-1", @@ -2355,10 +2355,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:09:26.8072948Z", + "createdAt": "2022-10-25T15:34:46.376318Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:09:26.8072948Z" + "lastModifiedAt": "2022-10-25T15:34:46.376318Z" } } }, @@ -2376,14 +2376,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 17:21:36 GMT", + "Date": "Tue, 25 Oct 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": "f3342cb1-e4cd-4a7c-9168-077302051fc3", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T172136Z:f3342cb1-e4cd-4a7c-9168-077302051fc3" + "x-ms-correlation-request-id": "66246792-2caa-48b5-8e73-c5e545ca1b28", + "x-ms-ratelimit-remaining-subscription-deletes": "14989", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154655Z:66246792-2caa-48b5-8e73-c5e545ca1b28" }, "ResponseBody": null }, @@ -2401,14 +2401,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 17:21:46 GMT", + "Date": "Tue, 25 Oct 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": "257cd2b1-0a31-43d4-a6f1-5f1c2fb30588", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T172147Z:257cd2b1-0a31-43d4-a6f1-5f1c2fb30588" + "x-ms-correlation-request-id": "c1a7b16e-4ee2-4f10-9a27-614b518a11a5", + "x-ms-ratelimit-remaining-subscription-deletes": "14988", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154706Z:c1a7b16e-4ee2-4f10-9a27-614b518a11a5" }, "ResponseBody": null }, @@ -2426,14 +2426,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 17:21:56 GMT", + "Date": "Tue, 25 Oct 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": "43f70316-fb9d-4872-a764-1fbc9e06910b", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T172157Z:43f70316-fb9d-4872-a764-1fbc9e06910b" + "x-ms-correlation-request-id": "b8301245-939c-4898-90bf-01d971b7eaa3", + "x-ms-ratelimit-remaining-subscription-deletes": "14987", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154716Z:b8301245-939c-4898-90bf-01d971b7eaa3" }, "ResponseBody": null }, @@ -2451,14 +2451,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 17:22:06 GMT", + "Date": "Tue, 25 Oct 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": "5a470439-fceb-4f59-9b2e-3debf8d91724", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T172207Z:5a470439-fceb-4f59-9b2e-3debf8d91724" + "x-ms-correlation-request-id": "52f1d9e5-7cc2-4ba0-8e61-b0fdf080b981", + "x-ms-ratelimit-remaining-subscription-deletes": "14986", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154726Z:52f1d9e5-7cc2-4ba0-8e61-b0fdf080b981" }, "ResponseBody": null }, @@ -2477,14 +2477,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:22:16 GMT", + "Date": "Tue, 25 Oct 2022 15:47:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "925178be-90e0-4498-8052-f345d474d209", + "x-ms-correlation-request-id": "a46eccab-0848-45eb-bf92-f5f4d625f4e7", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T172217Z:925178be-90e0-4498-8052-f345d474d209" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154736Z:a46eccab-0848-45eb-bf92-f5f4d625f4e7" }, "ResponseBody": { "error": { @@ -2506,25 +2506,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01aa5279-0754-48ab-b9fe-8aaae515647f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4bdf1f1-ca39-472e-abd6-121f4840f1b7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 17:22:19 GMT", + "Date": "Tue, 25 Oct 2022 15:47:37 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01aa5279-0754-48ab-b9fe-8aaae515647f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4bdf1f1-ca39-472e-abd6-121f4840f1b7?api-version=2022-05-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": "8db4ae53-2361-4d90-a199-75e0fb73863c", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T172219Z:8db4ae53-2361-4d90-a199-75e0fb73863c", + "x-ms-correlation-request-id": "4fbf237d-7421-4dbb-9a34-c6b33e9a5767", + "x-ms-ratelimit-remaining-subscription-deletes": "14985", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154738Z:4fbf237d-7421-4dbb-9a34-c6b33e9a5767", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01aa5279-0754-48ab-b9fe-8aaae515647f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4bdf1f1-ca39-472e-abd6-121f4840f1b7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2538,7 +2538,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:22:19 GMT", + "Date": "Tue, 25 Oct 2022 15:47:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2546,17 +2546,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ff35958-5382-4efa-9a62-e0246ff1a253", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T172219Z:2ff35958-5382-4efa-9a62-e0246ff1a253", + "x-ms-correlation-request-id": "6d71c038-8abe-4c06-a57b-e5eb00614fe1", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154738Z:6d71c038-8abe-4c06-a57b-e5eb00614fe1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01aa5279-0754-48ab-b9fe-8aaae515647f", - "name": "01aa5279-0754-48ab-b9fe-8aaae515647f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4bdf1f1-ca39-472e-abd6-121f4840f1b7", + "name": "d4bdf1f1-ca39-472e-abd6-121f4840f1b7", "status": "Succeeded", - "startTime": "2022-10-22T17:22:19.2439186Z", - "endTime": "2022-10-22T17:22:19.2908487Z", + "startTime": "2022-10-25T15:47:38.3603932Z", + "endTime": "2022-10-25T15:47:38.4072816Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad" @@ -2564,7 +2564,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01aa5279-0754-48ab-b9fe-8aaae515647f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d4bdf1f1-ca39-472e-abd6-121f4840f1b7?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2578,7 +2578,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:22:19 GMT", + "Date": "Tue, 25 Oct 2022 15:47:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2586,19 +2586,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91714f11-1b64-4089-a885-9a07027fe9cd", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T172219Z:91714f11-1b64-4089-a885-9a07027fe9cd", + "x-ms-correlation-request-id": "333d5c6c-648a-4b6d-8bfe-ef2a0b51798f", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154738Z:333d5c6c-648a-4b6d-8bfe-ef2a0b51798f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-ec2121ad", "name": "sdk-py-tests-acc-1-ec2121ad", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A22%3A19.2458399Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A47%3A38.3618244Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:09:21.6435101Z" + "CreatedOnDate": "2022-10-25T15:34:41.0814458Z" }, "properties": { "encryption": { @@ -2609,10 +2609,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:09:22.4934783Z", + "createdAt": "2022-10-25T15:34:42.0767378Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:09:22.4934783Z" + "lastModifiedAt": "2022-10-25T15:34:42.0767378Z" } } }, @@ -2631,15 +2631,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:22:20 GMT", + "Date": "Tue, 25 Oct 2022 15:47: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": "feef85e9-e01c-49c7-a154-9e8b1dbfc1bc", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T172220Z:feef85e9-e01c-49c7-a154-9e8b1dbfc1bc", + "x-ms-correlation-request-id": "29c7a20b-ad89-4361-ad13-b83025aa6197", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154739Z:29c7a20b-ad89-4361-ad13-b83025aa6197", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2663,12 +2663,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2b5fb95b-9ae2-4c8c-8ffa-3bb120dfd521?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b6ff2a62-3b22-42d8-90ae-165a3de01819?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 17:22:21 GMT", + "Date": "Tue, 25 Oct 2022 15:47:39 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/2b5fb95b-9ae2-4c8c-8ffa-3bb120dfd521?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/b6ff2a62-3b22-42d8-90ae-165a3de01819?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2677,10 +2677,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ae2af0f6-b695-4067-9243-bf4c620d1629", - "x-ms-correlation-request-id": "50f0d649-25a2-474f-81e7-677655f7ab41", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T172221Z:50f0d649-25a2-474f-81e7-677655f7ab41" + "x-ms-arm-service-request-id": "6b12746a-8699-4f42-a34f-bc2071d07e25", + "x-ms-correlation-request-id": "d42a668d-4a60-4c8d-bdd3-ae6ea1d479e4", + "x-ms-ratelimit-remaining-subscription-deletes": "14984", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154740Z:d42a668d-4a60-4c8d-bdd3-ae6ea1d479e4" }, "ResponseBody": null } 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 90bd2bed2bfb..674c3645ee33 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:31:39 GMT", + "Date": "Tue, 25 Oct 2022 15:48:39 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.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:31:39 GMT", + "Date": "Tue, 25 Oct 2022 15:48:39 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.13845.10 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "abe31e3f-3c94-4dc0-8f45-cda9c1f6a0bb", + "client-request-id": "54b23a17-3741-48d2-a07e-4aa934b3b2c6", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "abe31e3f-3c94-4dc0-8f45-cda9c1f6a0bb", + "client-request-id": "54b23a17-3741-48d2-a07e-4aa934b3b2c6", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:31:39 GMT", + "Date": "Tue, 25 Oct 2022 15:48:39 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f892163c-659d-4c40-a824-efa661d0e70a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/19c75fba-dd6f-41e8-bd2e-d378d176c226?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:31:48 GMT", + "Date": "Tue, 25 Oct 2022 15:48:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "516e695e-b636-456e-a8da-5b6671f05f95", - "x-ms-correlation-request-id": "b062eb5b-a151-4db6-8434-718e3f097296", + "x-ms-arm-service-request-id": "6d11f8a6-f1e8-4cad-b6fc-ff4028447138", + "x-ms-correlation-request-id": "226baa3b-a429-4e75-b086-9fcc6016f03c", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173149Z:b062eb5b-a151-4db6-8434-718e3f097296" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154850Z:226baa3b-a429-4e75-b086-9fcc6016f03c" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-9f8d2912", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912", - "etag": "W/\u0022ed3f92ed-a6b0-4a7d-ab6e-60d6478decf3\u0022", + "etag": "W/\u00227dd5155f-6b5c-4b7c-93e6-63d57a86a7f3\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:31:41.7869273Z" + "CreatedOnDate": "2022-10-25T15:48:42.7929978Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "e754d984-fec0-48a9-b544-c2f85c3fe47c", + "resourceGuid": "fb3cffe1-69f5-4486-8cbf-915434dbeef4", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f892163c-659d-4c40-a824-efa661d0e70a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/19c75fba-dd6f-41e8-bd2e-d378d176c226?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:31:49 GMT", + "Date": "Tue, 25 Oct 2022 15:48:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -304,10 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "902a942a-f292-4a5f-a10c-ea08725b75da", - "x-ms-correlation-request-id": "472552a6-ebc1-4435-806c-fe0f2117323e", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173149Z:472552a6-ebc1-4435-806c-fe0f2117323e" + "x-ms-arm-service-request-id": "4daf1e30-9078-4ef9-9fb9-03baec840e64", + "x-ms-correlation-request-id": "610bfebe-c4e2-4ccb-963d-2ad7d19451e6", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154850Z:610bfebe-c4e2-4ccb-963d-2ad7d19451e6" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:31:49 GMT", - "ETag": "W/\u0022c95ded9f-4fe4-4270-8817-57815b3316e9\u0022", + "Date": "Tue, 25 Oct 2022 15:48:50 GMT", + "ETag": "W/\u002229d77f76-3a16-4b9f-8ba2-6dde7b594961\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "89947f55-6b3a-4cbe-beb1-20505b5a20ee", - "x-ms-correlation-request-id": "b860e7a3-f7d8-446c-b8aa-4bfc76701c2d", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173150Z:b860e7a3-f7d8-446c-b8aa-4bfc76701c2d" + "x-ms-arm-service-request-id": "ea411e27-d350-440f-9ec7-4fb997e5ae66", + "x-ms-correlation-request-id": "bee7cff3-3755-440e-a293-c88bf049e04b", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154850Z:bee7cff3-3755-440e-a293-c88bf049e04b" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-9f8d2912", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912", - "etag": "W/\u0022c95ded9f-4fe4-4270-8817-57815b3316e9\u0022", + "etag": "W/\u002229d77f76-3a16-4b9f-8ba2-6dde7b594961\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:31:41.7869273Z" + "CreatedOnDate": "2022-10-25T15:48:42.7929978Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "e754d984-fec0-48a9-b544-c2f85c3fe47c", + "resourceGuid": "fb3cffe1-69f5-4486-8cbf-915434dbeef4", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f6681874-1865-4dfc-b223-8b8d4615f8b4?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a3e5cb45-558e-453e-bc96-4af805c40c40?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:31:50 GMT", + "Date": "Tue, 25 Oct 2022 15:48:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6934621d-4f5b-4300-b69d-dae9e298a7ca", - "x-ms-correlation-request-id": "56d07e65-2f89-4747-b0cc-fcb9a198bcb1", + "x-ms-arm-service-request-id": "1339d245-b700-4d4e-a271-f369f85c6dc2", + "x-ms-correlation-request-id": "44b720f7-704f-4bce-a963-b9b974f16dc8", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173150Z:56d07e65-2f89-4747-b0cc-fcb9a198bcb1" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154851Z:44b720f7-704f-4bce-a963-b9b974f16dc8" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default", - "etag": "W/\u00224c788f48-0deb-44f6-b69e-d305a6cda5e7\u0022", + "etag": "W/\u00227fb17ab8-5ea1-4b1c-b958-f3a5ba82422c\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00224c788f48-0deb-44f6-b69e-d305a6cda5e7\u0022", + "etag": "W/\u00227fb17ab8-5ea1-4b1c-b958-f3a5ba82422c\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f6681874-1865-4dfc-b223-8b8d4615f8b4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a3e5cb45-558e-453e-bc96-4af805c40c40?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:31:50 GMT", + "Date": "Tue, 25 Oct 2022 15:48:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5576e4bc-4a53-4477-adef-db45a1e012a0", - "x-ms-correlation-request-id": "81c8a631-eeb2-4dab-b6df-3bfaf4eb28b0", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173150Z:81c8a631-eeb2-4dab-b6df-3bfaf4eb28b0" + "x-ms-arm-service-request-id": "fbdfda05-0d54-41cc-9a08-dd668ace7403", + "x-ms-correlation-request-id": "34380c4d-e244-492f-bb92-7d818a2a20ca", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154851Z:34380c4d-e244-492f-bb92-7d818a2a20ca" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:31:50 GMT", - "ETag": "W/\u0022896cd48d-b811-412f-be63-3177a26631de\u0022", + "Date": "Tue, 25 Oct 2022 15:48:51 GMT", + "ETag": "W/\u0022179c3c6e-5358-44f8-bbec-8bda8b53010a\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4ae0ead3-c769-4b93-92bf-d2f15bd569ef", - "x-ms-correlation-request-id": "16dfaf9b-2d0e-4c8e-8838-ce53ef2dcd31", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173151Z:16dfaf9b-2d0e-4c8e-8838-ce53ef2dcd31" + "x-ms-arm-service-request-id": "7bcc347b-bf01-47fc-a04f-d4fbad29c2f5", + "x-ms-correlation-request-id": "db11067d-e785-4cad-b6d0-3de06e7433f8", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154852Z:db11067d-e785-4cad-b6d0-3de06e7433f8" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default", - "etag": "W/\u0022896cd48d-b811-412f-be63-3177a26631de\u0022", + "etag": "W/\u0022179c3c6e-5358-44f8-bbec-8bda8b53010a\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022896cd48d-b811-412f-be63-3177a26631de\u0022", + "etag": "W/\u0022179c3c6e-5358-44f8-bbec-8bda8b53010a\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -558,7 +558,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:31:51 GMT", + "Date": "Tue, 25 Oct 2022 15:48:51 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -652,12 +652,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:31:51 GMT", + "Date": "Tue, 25 Oct 2022 15:48:51 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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -713,9 +713,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "e79d4b5a-4237-47b7-9e70-e688f0e6650b", + "client-request-id": "09864c40-ee3b-4838-afbf-3bbb47a77a94", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -727,14 +727,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "e79d4b5a-4237-47b7-9e70-e688f0e6650b", + "client-request-id": "09864c40-ee3b-4838-afbf-3bbb47a77a94", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:31:52 GMT", + "Date": "Tue, 25 Oct 2022 15:48:51 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -742,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -769,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/553ff00a-07db-424b-8aa4-35349c444d2e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8d87f5d9-31f5-45d6-807b-7d7ccab98255?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "705", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:31:55 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T17%3A31%3A55.791328Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 15:48:56 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T15%3A48%3A55.971426Z\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": "7c714da2-3e4c-4231-9c24-c0ab5590ff09", + "x-ms-correlation-request-id": "939d19e5-355d-4fe9-a89d-e1ff802039fe", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173155Z:7c714da2-3e4c-4231-9c24-c0ab5590ff09", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154857Z:939d19e5-355d-4fe9-a89d-e1ff802039fe", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912", "name": "sdk-py-tests-acc-1-9f8d2912", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A31%3A55.791328Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A48%3A55.971426Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:31:52.8921259Z" + "CreatedOnDate": "2022-10-25T15:48:53.9541670Z" }, "properties": { "provisioningState": "Creating" @@ -800,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:31:53.9059116Z", + "createdAt": "2022-10-25T15:48:54.9495944Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:31:53.9059116Z" + "lastModifiedAt": "2022-10-25T15:48:54.9495944Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/553ff00a-07db-424b-8aa4-35349c444d2e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8d87f5d9-31f5-45d6-807b-7d7ccab98255?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -822,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:31:55 GMT", + "Date": "Tue, 25 Oct 2022 15:48:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -830,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0bdd2720-f851-45ce-8440-d2618d3b3e37", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173156Z:0bdd2720-f851-45ce-8440-d2618d3b3e37", + "x-ms-correlation-request-id": "3f3501e2-9284-41c9-83d3-f4f03919c14f", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154857Z:3f3501e2-9284-41c9-83d3-f4f03919c14f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/553ff00a-07db-424b-8aa4-35349c444d2e", - "name": "553ff00a-07db-424b-8aa4-35349c444d2e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8d87f5d9-31f5-45d6-807b-7d7ccab98255", + "name": "8d87f5d9-31f5-45d6-807b-7d7ccab98255", "status": "Succeeded", - "startTime": "2022-10-22T17:31:55.7878595Z", - "endTime": "2022-10-22T17:31:55.8346699Z", + "startTime": "2022-10-25T15:48:55.9743515Z", + "endTime": "2022-10-25T15:48:56.0368486Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912" @@ -862,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:31:55 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T17%3A31%3A55.8399591Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 15:48:57 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T15%3A48%3A56.043502Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a7d7000-3808-42c4-b7bd-21d7e010a971", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173156Z:9a7d7000-3808-42c4-b7bd-21d7e010a971", + "x-ms-correlation-request-id": "0c4f0417-59e4-4d5a-b543-3f41d61200cc", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154857Z:0c4f0417-59e4-4d5a-b543-3f41d61200cc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912", "name": "sdk-py-tests-acc-1-9f8d2912", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A31%3A55.8399591Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A48%3A56.043502Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:31:52.8921259Z" + "CreatedOnDate": "2022-10-25T15:48:53.9541670Z" }, "properties": { "activeDirectories": [ @@ -912,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:31:53.9059116Z", + "createdAt": "2022-10-25T15:48:54.9495944Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:31:53.9059116Z" + "lastModifiedAt": "2022-10-25T15:48:54.9495944Z" } } }, @@ -941,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8c3933d0-e055-45ee-b9f8-503ed969e43b?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/775c7e6b-dbb2-43bf-bf30-5c83cf6c1979?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:31:58 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T17%3A31%3A59.4012426Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 15:48:59 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T15%3A48%3A59.4854597Z\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": "7fe015ad-266a-47a0-9bb2-33785b1dc229", + "x-ms-correlation-request-id": "04504b7b-34d2-4397-a866-28c4e5e6aedf", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173159Z:7fe015ad-266a-47a0-9bb2-33785b1dc229", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154900Z:04504b7b-34d2-4397-a866-28c4e5e6aedf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A31%3A59.4012426Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A48%3A59.4854597Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:31:56.9475834Z" + "CreatedOnDate": "2022-10-25T15:48:58.2294120Z" }, "properties": { "serviceLevel": "Premium", @@ -978,15 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:31:58.2545735Z", + "createdAt": "2022-10-25T15:48:59.2331504Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:31:58.2545735Z" + "lastModifiedAt": "2022-10-25T15:48:59.2331504Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8c3933d0-e055-45ee-b9f8-503ed969e43b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/775c7e6b-dbb2-43bf-bf30-5c83cf6c1979?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1000,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:31:59 GMT", + "Date": "Tue, 25 Oct 2022 15:48:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1008,17 +1008,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ccd1797-7846-44cc-be13-e10cf5f28816", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173159Z:8ccd1797-7846-44cc-be13-e10cf5f28816", + "x-ms-correlation-request-id": "e38387a7-82eb-45bf-b5d0-0b7577ec50ed", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154900Z:e38387a7-82eb-45bf-b5d0-0b7577ec50ed", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8c3933d0-e055-45ee-b9f8-503ed969e43b", - "name": "8c3933d0-e055-45ee-b9f8-503ed969e43b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/775c7e6b-dbb2-43bf-bf30-5c83cf6c1979", + "name": "775c7e6b-dbb2-43bf-bf30-5c83cf6c1979", "status": "Succeeded", - "startTime": "2022-10-22T17:31:59.4020909Z", - "endTime": "2022-10-22T17:32:00.3721016Z", + "startTime": "2022-10-25T15:48:59.4913425Z", + "endTime": "2022-10-25T15:49:00.365884Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1" @@ -1040,8 +1040,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:31:59 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T17%3A32%3A00.3663703Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 15:49:00 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T15%3A49%3A00.3570407Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1049,22 +1049,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65b42d8d-f098-44e2-a49e-644fffc4cd59", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173200Z:65b42d8d-f098-44e2-a49e-644fffc4cd59", + "x-ms-correlation-request-id": "bf78fec6-0d63-4656-b68c-32ff8da1d3fd", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154900Z:bf78fec6-0d63-4656-b68c-32ff8da1d3fd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A32%3A00.3663703Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A49%3A00.3570407Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:31:56.9475834Z" + "CreatedOnDate": "2022-10-25T15:48:58.2294120Z" }, "properties": { - "poolId": "c5282cb8-dca4-d49c-08f7-02c8ba9b1ea8", + "poolId": "5bb3a46f-451a-136f-f3e5-5603836caedf", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1077,10 +1077,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:31:58.2545735Z", + "createdAt": "2022-10-25T15:48:59.2331504Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:31:58.2545735Z" + "lastModifiedAt": "2022-10-25T15:48:59.2331504Z" } } }, @@ -1123,30 +1123,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3efc413f-b4e6-4e31-9425-17f38d9570a3?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1558", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:32:12 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T17%3A32%3A12.7755148Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 15:49:13 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T15%3A49%3A12.7360469Z\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": "09ae74c4-8a2a-4538-b59e-225bed19a705", + "x-ms-correlation-request-id": "21e5d6d6-159f-4b1a-a174-69170bc53cdc", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173212Z:09ae74c4-8a2a-4538-b59e-225bed19a705", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154913Z:21e5d6d6-159f-4b1a-a174-69170bc53cdc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3", "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1/sdk-py-tests-vol-3", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A32%3A12.7755148Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A49%3A12.7360469Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:32:10.5456620Z" + "CreatedOnDate": "2022-10-25T15:49:11.3294972Z" }, "properties": { "serviceLevel": "Premium", @@ -1176,15 +1176,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:32:11.5598039Z", + "createdAt": "2022-10-25T15:49:12.4754229Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:32:11.5598039Z" + "lastModifiedAt": "2022-10-25T15:49:12.4754229Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3efc413f-b4e6-4e31-9425-17f38d9570a3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1198,7 +1198,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:32:13 GMT", + "Date": "Tue, 25 Oct 2022 15:49:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1206,16 +1206,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "014386bc-29d5-4905-bf43-56baf31dd29a", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173213Z:014386bc-29d5-4905-bf43-56baf31dd29a", + "x-ms-correlation-request-id": "5c3046fc-511e-4de6-abb2-48566373f98c", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154914Z:5c3046fc-511e-4de6-abb2-48566373f98c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", - "name": "0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3efc413f-b4e6-4e31-9425-17f38d9570a3", + "name": "3efc413f-b4e6-4e31-9425-17f38d9570a3", "status": "Creating", - "startTime": "2022-10-22T17:32:12.7740904Z", + "startTime": "2022-10-25T15:49:12.7477169Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1224,7 +1224,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3efc413f-b4e6-4e31-9425-17f38d9570a3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1238,7 +1238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:32:43 GMT", + "Date": "Tue, 25 Oct 2022 15:49:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1246,16 +1246,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eaad4358-d77b-462a-bb9f-10d8b28afb82", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173243Z:eaad4358-d77b-462a-bb9f-10d8b28afb82", + "x-ms-correlation-request-id": "98476a64-776f-4d99-bc31-9919a7ce2079", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T154944Z:98476a64-776f-4d99-bc31-9919a7ce2079", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", - "name": "0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3efc413f-b4e6-4e31-9425-17f38d9570a3", + "name": "3efc413f-b4e6-4e31-9425-17f38d9570a3", "status": "Creating", - "startTime": "2022-10-22T17:32:12.7740904Z", + "startTime": "2022-10-25T15:49:12.7477169Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1264,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3efc413f-b4e6-4e31-9425-17f38d9570a3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1278,7 +1278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:33:12 GMT", + "Date": "Tue, 25 Oct 2022 15:50:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1286,16 +1286,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "39229153-0874-40c2-b764-b0900c7db1d6", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173313Z:39229153-0874-40c2-b764-b0900c7db1d6", + "x-ms-correlation-request-id": "afac5198-4590-4b46-b116-25bea6043cad", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T155014Z:afac5198-4590-4b46-b116-25bea6043cad", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", - "name": "0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3efc413f-b4e6-4e31-9425-17f38d9570a3", + "name": "3efc413f-b4e6-4e31-9425-17f38d9570a3", "status": "Creating", - "startTime": "2022-10-22T17:32:12.7740904Z", + "startTime": "2022-10-25T15:49:12.7477169Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1304,7 +1304,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3efc413f-b4e6-4e31-9425-17f38d9570a3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1318,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:33:42 GMT", + "Date": "Tue, 25 Oct 2022 15:50:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1326,16 +1326,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c4dafec-5bf8-416b-96d4-7bda70983c60", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173343Z:6c4dafec-5bf8-416b-96d4-7bda70983c60", + "x-ms-correlation-request-id": "ec9ad697-7934-43f1-a189-11e3950e08ac", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T155044Z:ec9ad697-7934-43f1-a189-11e3950e08ac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", - "name": "0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3efc413f-b4e6-4e31-9425-17f38d9570a3", + "name": "3efc413f-b4e6-4e31-9425-17f38d9570a3", "status": "Creating", - "startTime": "2022-10-22T17:32:12.7740904Z", + "startTime": "2022-10-25T15:49:12.7477169Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1344,7 +1344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3efc413f-b4e6-4e31-9425-17f38d9570a3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1358,7 +1358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:34:13 GMT", + "Date": "Tue, 25 Oct 2022 15:51:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1366,16 +1366,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3944da97-f5c2-40fc-bb53-d2ced78997d9", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173414Z:3944da97-f5c2-40fc-bb53-d2ced78997d9", + "x-ms-correlation-request-id": "ddf4a9fe-0438-4123-82d2-e2dfc70437a7", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T155115Z:ddf4a9fe-0438-4123-82d2-e2dfc70437a7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", - "name": "0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3efc413f-b4e6-4e31-9425-17f38d9570a3", + "name": "3efc413f-b4e6-4e31-9425-17f38d9570a3", "status": "Creating", - "startTime": "2022-10-22T17:32:12.7740904Z", + "startTime": "2022-10-25T15:49:12.7477169Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1384,7 +1384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3efc413f-b4e6-4e31-9425-17f38d9570a3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1398,7 +1398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:34:43 GMT", + "Date": "Tue, 25 Oct 2022 15:51:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1406,16 +1406,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a9c63e2-b131-49bd-8079-ca3a9509651c", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173444Z:9a9c63e2-b131-49bd-8079-ca3a9509651c", + "x-ms-correlation-request-id": "68f42ad1-3e73-4c36-bb33-a92e80226cc9", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T155145Z:68f42ad1-3e73-4c36-bb33-a92e80226cc9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", - "name": "0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3efc413f-b4e6-4e31-9425-17f38d9570a3", + "name": "3efc413f-b4e6-4e31-9425-17f38d9570a3", "status": "Creating", - "startTime": "2022-10-22T17:32:12.7740904Z", + "startTime": "2022-10-25T15:49:12.7477169Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1424,7 +1424,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3efc413f-b4e6-4e31-9425-17f38d9570a3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1438,7 +1438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:35:14 GMT", + "Date": "Tue, 25 Oct 2022 15:52:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,16 +1446,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c9b71768-636b-491d-ada0-f9c96eec8c49", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173514Z:c9b71768-636b-491d-ada0-f9c96eec8c49", + "x-ms-correlation-request-id": "5575937c-3bcc-49c3-9bfe-3cf67abcf39e", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T155215Z:5575937c-3bcc-49c3-9bfe-3cf67abcf39e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", - "name": "0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3efc413f-b4e6-4e31-9425-17f38d9570a3", + "name": "3efc413f-b4e6-4e31-9425-17f38d9570a3", "status": "Creating", - "startTime": "2022-10-22T17:32:12.7740904Z", + "startTime": "2022-10-25T15:49:12.7477169Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1464,7 +1464,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3efc413f-b4e6-4e31-9425-17f38d9570a3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1478,7 +1478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:35:44 GMT", + "Date": "Tue, 25 Oct 2022 15:52:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1486,16 +1486,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d7e8b5b4-104e-4000-8b54-bdbdb1871171", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173545Z:d7e8b5b4-104e-4000-8b54-bdbdb1871171", + "x-ms-correlation-request-id": "5c155b1b-63ca-4148-9f93-53f6326df85f", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T155245Z:5c155b1b-63ca-4148-9f93-53f6326df85f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", - "name": "0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3efc413f-b4e6-4e31-9425-17f38d9570a3", + "name": "3efc413f-b4e6-4e31-9425-17f38d9570a3", "status": "Creating", - "startTime": "2022-10-22T17:32:12.7740904Z", + "startTime": "2022-10-25T15:49:12.7477169Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1504,7 +1504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3efc413f-b4e6-4e31-9425-17f38d9570a3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1518,7 +1518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:36:14 GMT", + "Date": "Tue, 25 Oct 2022 15:53:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1526,16 +1526,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "991791c1-c1b2-444f-aff5-da6176dd8907", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173615Z:991791c1-c1b2-444f-aff5-da6176dd8907", + "x-ms-correlation-request-id": "f2c7a6f7-e377-4c8a-ba0f-e814782fc8d8", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T155316Z:f2c7a6f7-e377-4c8a-ba0f-e814782fc8d8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", - "name": "0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3efc413f-b4e6-4e31-9425-17f38d9570a3", + "name": "3efc413f-b4e6-4e31-9425-17f38d9570a3", "status": "Creating", - "startTime": "2022-10-22T17:32:12.7740904Z", + "startTime": "2022-10-25T15:49:12.7477169Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1544,7 +1544,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3efc413f-b4e6-4e31-9425-17f38d9570a3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1558,7 +1558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:36:46 GMT", + "Date": "Tue, 25 Oct 2022 15:53:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1566,16 +1566,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d78f6d46-2061-4d04-9473-224f7c108733", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173646Z:d78f6d46-2061-4d04-9473-224f7c108733", + "x-ms-correlation-request-id": "934c3964-bc96-436a-b680-11a5dff0c9d8", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T155346Z:934c3964-bc96-436a-b680-11a5dff0c9d8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", - "name": "0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3efc413f-b4e6-4e31-9425-17f38d9570a3", + "name": "3efc413f-b4e6-4e31-9425-17f38d9570a3", "status": "Creating", - "startTime": "2022-10-22T17:32:12.7740904Z", + "startTime": "2022-10-25T15:49:12.7477169Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1584,7 +1584,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3efc413f-b4e6-4e31-9425-17f38d9570a3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1598,7 +1598,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:37:15 GMT", + "Date": "Tue, 25 Oct 2022 15:54:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1606,17 +1606,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10f2dd5a-b28b-4d39-8f10-b10019258b01", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173716Z:10f2dd5a-b28b-4d39-8f10-b10019258b01", + "x-ms-correlation-request-id": "86f6811d-9b17-4a42-8f21-cf52f636dabc", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T155416Z:86f6811d-9b17-4a42-8f21-cf52f636dabc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", - "name": "0dfab25c-33e7-4d1c-8716-5ad0a90d8ab8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3efc413f-b4e6-4e31-9425-17f38d9570a3", + "name": "3efc413f-b4e6-4e31-9425-17f38d9570a3", "status": "Succeeded", - "startTime": "2022-10-22T17:32:12.7740904Z", - "endTime": "2022-10-22T17:36:56.2766687Z", + "startTime": "2022-10-25T15:49:12.7477169Z", + "endTime": "2022-10-25T15:53:52.9691622Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" @@ -1638,8 +1638,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:37:16 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T17%3A36%3A56.2781789Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 15:54:17 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T15%3A53%3A52.9705428Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1647,22 +1647,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f6fd92f-2ac3-4c2d-9ee7-82c4e1a80118", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173717Z:5f6fd92f-2ac3-4c2d-9ee7-82c4e1a80118", + "x-ms-correlation-request-id": "0d715d9d-e68e-4faf-a5d2-e4105f2e8d94", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T155417Z:0d715d9d-e68e-4faf-a5d2-e4105f2e8d94", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3", "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1/sdk-py-tests-vol-3", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A36%3A56.2781789Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A53%3A52.9705428Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:32:10.5456620Z" + "CreatedOnDate": "2022-10-25T15:49:11.3294972Z" }, "properties": { - "fileSystemId": "bcfc56cb-93fd-02f4-ca19-b6171765427c", + "fileSystemId": "368100a9-6e9a-452a-6a4e-02070c950abb", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3", "usageThreshold": 107374182400, @@ -1690,7 +1690,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ca2c2e80", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_96ab975c", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1705,8 +1705,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "bcfc56cb-93fd-02f4-ca19-b6171765427c", - "fileSystemId": "bcfc56cb-93fd-02f4-ca19-b6171765427c", + "mountTargetId": "368100a9-6e9a-452a-6a4e-02070c950abb", + "fileSystemId": "368100a9-6e9a-452a-6a4e-02070c950abb", "ipAddress": "10.0.0.4" } ], @@ -1726,10 +1726,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:32:11.5598039Z", + "createdAt": "2022-10-25T15:49:12.4754229Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:32:11.5598039Z" + "lastModifiedAt": "2022-10-25T15:49:12.4754229Z" } } }, @@ -1748,7 +1748,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:37:16 GMT", + "Date": "Tue, 25 Oct 2022 15:54:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1756,9 +1756,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c4c4ec5-4673-4d86-9bba-b70fc6689c1b", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173717Z:6c4c4ec5-4673-4d86-9bba-b70fc6689c1b", + "x-ms-correlation-request-id": "1fc07506-535a-4e30-a8b3-69b982143641", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T155417Z:1fc07506-535a-4e30-a8b3-69b982143641", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1767,13 +1767,13 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3", "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1/sdk-py-tests-vol-3", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A36%3A56.2781789Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A53%3A52.9705428Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:32:10.5456620Z" + "CreatedOnDate": "2022-10-25T15:49:11.3294972Z" }, "properties": { - "fileSystemId": "bcfc56cb-93fd-02f4-ca19-b6171765427c", + "fileSystemId": "368100a9-6e9a-452a-6a4e-02070c950abb", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3", "usageThreshold": 107374182400, @@ -1801,7 +1801,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ca2c2e80", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_96ab975c", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1816,8 +1816,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "bcfc56cb-93fd-02f4-ca19-b6171765427c", - "fileSystemId": "bcfc56cb-93fd-02f4-ca19-b6171765427c", + "mountTargetId": "368100a9-6e9a-452a-6a4e-02070c950abb", + "fileSystemId": "368100a9-6e9a-452a-6a4e-02070c950abb", "ipAddress": "10.0.0.4" } ], @@ -1837,10 +1837,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:32:11.5598039Z", + "createdAt": "2022-10-25T15:49:12.4754229Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:32:11.5598039Z" + "lastModifiedAt": "2022-10-25T15:49:12.4754229Z" } } ] @@ -1859,25 +1859,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/412b1ec0-bfd3-4ca0-8155-bcfa666651d8?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 17:37:17 GMT", + "Date": "Tue, 25 Oct 2022 15:54:18 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/412b1ec0-bfd3-4ca0-8155-bcfa666651d8?api-version=2022-05-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": "5e588294-5af0-4531-bab8-ddce76e9bb40", + "x-ms-correlation-request-id": "15b13f69-a632-4701-ba13-3a38d0218821", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173718Z:5e588294-5af0-4531-bab8-ddce76e9bb40", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T155418Z:15b13f69-a632-4701-ba13-3a38d0218821", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/412b1ec0-bfd3-4ca0-8155-bcfa666651d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1891,7 +1891,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:37:17 GMT", + "Date": "Tue, 25 Oct 2022 15:54:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1899,16 +1899,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "db655c15-f24b-4332-a0de-05e8060fa537", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173718Z:db655c15-f24b-4332-a0de-05e8060fa537", + "x-ms-correlation-request-id": "38748328-510a-4212-8be2-17f887aae133", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T155418Z:38748328-510a-4212-8be2-17f887aae133", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a", - "name": "505a6038-b5ab-4ac6-98eb-1be51a04bc6a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/412b1ec0-bfd3-4ca0-8155-bcfa666651d8", + "name": "412b1ec0-bfd3-4ca0-8155-bcfa666651d8", "status": "Deleting", - "startTime": "2022-10-22T17:37:19.1805565Z", + "startTime": "2022-10-25T15:54:18.4646022Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1917,7 +1917,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/412b1ec0-bfd3-4ca0-8155-bcfa666651d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1931,7 +1931,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:37:48 GMT", + "Date": "Tue, 25 Oct 2022 15:54:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1939,16 +1939,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "13b95fde-772d-48ae-9b89-2269e543c33f", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173748Z:13b95fde-772d-48ae-9b89-2269e543c33f", + "x-ms-correlation-request-id": "9317b6f7-599d-4a7d-9bb0-a271faf5643b", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T155449Z:9317b6f7-599d-4a7d-9bb0-a271faf5643b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a", - "name": "505a6038-b5ab-4ac6-98eb-1be51a04bc6a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/412b1ec0-bfd3-4ca0-8155-bcfa666651d8", + "name": "412b1ec0-bfd3-4ca0-8155-bcfa666651d8", "status": "Deleting", - "startTime": "2022-10-22T17:37:19.1805565Z", + "startTime": "2022-10-25T15:54:18.4646022Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1957,7 +1957,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/412b1ec0-bfd3-4ca0-8155-bcfa666651d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1971,7 +1971,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:38:18 GMT", + "Date": "Tue, 25 Oct 2022 15:55:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1979,16 +1979,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32c060f1-9541-4334-93b2-9190d415a145", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173819Z:32c060f1-9541-4334-93b2-9190d415a145", + "x-ms-correlation-request-id": "6f5a9c71-534e-4a5b-a833-287bc564c376", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T155519Z:6f5a9c71-534e-4a5b-a833-287bc564c376", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a", - "name": "505a6038-b5ab-4ac6-98eb-1be51a04bc6a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/412b1ec0-bfd3-4ca0-8155-bcfa666651d8", + "name": "412b1ec0-bfd3-4ca0-8155-bcfa666651d8", "status": "Deleting", - "startTime": "2022-10-22T17:37:19.1805565Z", + "startTime": "2022-10-25T15:54:18.4646022Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1997,7 +1997,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/412b1ec0-bfd3-4ca0-8155-bcfa666651d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2011,7 +2011,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:38:48 GMT", + "Date": "Tue, 25 Oct 2022 15:55:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2019,16 +2019,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "47ee3940-ca2c-4566-a945-ce6ab9d57a48", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173849Z:47ee3940-ca2c-4566-a945-ce6ab9d57a48", + "x-ms-correlation-request-id": "e0a94165-f3e1-42d8-bfe9-15fbc082e031", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T155550Z:e0a94165-f3e1-42d8-bfe9-15fbc082e031", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a", - "name": "505a6038-b5ab-4ac6-98eb-1be51a04bc6a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/412b1ec0-bfd3-4ca0-8155-bcfa666651d8", + "name": "412b1ec0-bfd3-4ca0-8155-bcfa666651d8", "status": "Deleting", - "startTime": "2022-10-22T17:37:19.1805565Z", + "startTime": "2022-10-25T15:54:18.4646022Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2037,7 +2037,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/412b1ec0-bfd3-4ca0-8155-bcfa666651d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2051,7 +2051,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:39:19 GMT", + "Date": "Tue, 25 Oct 2022 15:56:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2059,16 +2059,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c5b92dbf-1da3-4763-893c-e110748cb535", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173919Z:c5b92dbf-1da3-4763-893c-e110748cb535", + "x-ms-correlation-request-id": "fca25169-4e08-4d36-b60c-3fd42d38e8f3", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T155620Z:fca25169-4e08-4d36-b60c-3fd42d38e8f3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a", - "name": "505a6038-b5ab-4ac6-98eb-1be51a04bc6a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/412b1ec0-bfd3-4ca0-8155-bcfa666651d8", + "name": "412b1ec0-bfd3-4ca0-8155-bcfa666651d8", "status": "Deleting", - "startTime": "2022-10-22T17:37:19.1805565Z", + "startTime": "2022-10-25T15:54:18.4646022Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2077,7 +2077,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/412b1ec0-bfd3-4ca0-8155-bcfa666651d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2091,7 +2091,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:39:49 GMT", + "Date": "Tue, 25 Oct 2022 15:56:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2099,16 +2099,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08557c2d-66d1-401e-bf11-d53c8851c4fb", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T173950Z:08557c2d-66d1-401e-bf11-d53c8851c4fb", + "x-ms-correlation-request-id": "7f4b3b5d-3a9f-4534-8849-cea5ba4be7f1", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T155650Z:7f4b3b5d-3a9f-4534-8849-cea5ba4be7f1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a", - "name": "505a6038-b5ab-4ac6-98eb-1be51a04bc6a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/412b1ec0-bfd3-4ca0-8155-bcfa666651d8", + "name": "412b1ec0-bfd3-4ca0-8155-bcfa666651d8", "status": "Deleting", - "startTime": "2022-10-22T17:37:19.1805565Z", + "startTime": "2022-10-25T15:54:18.4646022Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2117,7 +2117,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/412b1ec0-bfd3-4ca0-8155-bcfa666651d8?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2131,7 +2131,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:40:19 GMT", + "Date": "Tue, 25 Oct 2022 15:57:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2139,17 +2139,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2bb20a0d-3f0b-4bbe-b613-2ea93db34e43", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174020Z:2bb20a0d-3f0b-4bbe-b613-2ea93db34e43", + "x-ms-correlation-request-id": "31017fde-b6d1-4736-b7b9-ce5496f192b9", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T155721Z:31017fde-b6d1-4736-b7b9-ce5496f192b9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a", - "name": "505a6038-b5ab-4ac6-98eb-1be51a04bc6a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/412b1ec0-bfd3-4ca0-8155-bcfa666651d8", + "name": "412b1ec0-bfd3-4ca0-8155-bcfa666651d8", "status": "Succeeded", - "startTime": "2022-10-22T17:37:19.1805565Z", - "endTime": "2022-10-22T17:40:14.4425801Z", + "startTime": "2022-10-25T15:54:18.4646022Z", + "endTime": "2022-10-25T15:57:00.512876Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3" @@ -2157,7 +2157,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505a6038-b5ab-4ac6-98eb-1be51a04bc6a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/412b1ec0-bfd3-4ca0-8155-bcfa666651d8?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2171,7 +2171,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:40:19 GMT", + "Date": "Tue, 25 Oct 2022 15:57:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2179,22 +2179,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "993f297f-fc70-43d6-b611-f46e4dd6dd1e", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174020Z:993f297f-fc70-43d6-b611-f46e4dd6dd1e", + "x-ms-correlation-request-id": "0b8b9ec2-7ecf-4f44-928c-56f5b73125be", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T155721Z:0b8b9ec2-7ecf-4f44-928c-56f5b73125be", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3", "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1/sdk-py-tests-vol-3", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A39%3A56.9009389Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T15%3A56%3A55.2749306Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:32:10.5456620Z" + "CreatedOnDate": "2022-10-25T15:49:11.3294972Z" }, "properties": { - "fileSystemId": "bcfc56cb-93fd-02f4-ca19-b6171765427c", + "fileSystemId": "368100a9-6e9a-452a-6a4e-02070c950abb", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2225,19 +2225,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ca2c2e80", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_96ab975c", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-9f8d2912/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3", - "poolId": "c5282cb8-dca4-d49c-08f7-02c8ba9b1ea8", + "poolId": "5bb3a46f-451a-136f-f3e5-5603836caedf", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "bcfc56cb-93fd-02f4-ca19-b6171765427c", - "fileSystemId": "bcfc56cb-93fd-02f4-ca19-b6171765427c", + "mountTargetId": "368100a9-6e9a-452a-6a4e-02070c950abb", + "fileSystemId": "368100a9-6e9a-452a-6a4e-02070c950abb", "startIp": "", "endIp": "", "gateway": "", @@ -2269,10 +2269,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:32:11.5598039Z", + "createdAt": "2022-10-25T15:49:12.4754229Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:32:11.5598039Z" + "lastModifiedAt": "2022-10-25T15:49:12.4754229Z" } } }, @@ -2291,14 +2291,14 @@ "Cache-Control": "no-cache", "Content-Length": "315", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:43:44 GMT", + "Date": "Tue, 25 Oct 2022 16:00:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c18703e9-840b-44a9-a259-25de36f14d44", + "x-ms-correlation-request-id": "a97d6c77-5bc2-4ffd-932a-464e68682676", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174344Z:c18703e9-840b-44a9-a259-25de36f14d44" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T160044Z:a97d6c77-5bc2-4ffd-932a-464e68682676" }, "ResponseBody": { "error": { @@ -2322,7 +2322,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:43:46 GMT", + "Date": "Tue, 25 Oct 2022 16:00:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2330,9 +2330,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4689c6a0-13e3-4131-a90d-005233e71fb9", + "x-ms-correlation-request-id": "f3d5ccb6-25dd-4fe1-bdb9-31da51396ee1", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174347Z:4689c6a0-13e3-4131-a90d-005233e71fb9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T160045Z:f3d5ccb6-25dd-4fe1-bdb9-31da51396ee1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2354,14 +2354,14 @@ "Cache-Control": "no-cache", "Content-Length": "315", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:47:09 GMT", + "Date": "Tue, 25 Oct 2022 16:04:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5db53e0d-5614-4ed8-8eeb-15ccb9d10a2a", + "x-ms-correlation-request-id": "a4422a27-af28-4f1d-bcde-12b6ed0ce7c7", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174710Z:5db53e0d-5614-4ed8-8eeb-15ccb9d10a2a" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T160409Z:a4422a27-af28-4f1d-bcde-12b6ed0ce7c7" }, "ResponseBody": { "error": { @@ -2383,25 +2383,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5bb3d7f0-c6de-4c36-a383-335ee29f7e58?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c7c60c2a-a24c-4a4c-a878-21162b967b18?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 17:47:22 GMT", + "Date": "Tue, 25 Oct 2022 16:04:21 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5bb3d7f0-c6de-4c36-a383-335ee29f7e58?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c7c60c2a-a24c-4a4c-a878-21162b967b18?api-version=2022-05-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": "78359a85-f0b0-4479-9df1-6e6ccac6b4ef", + "x-ms-correlation-request-id": "d62b297c-a767-4974-a786-4776a1c6b3ad", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174723Z:78359a85-f0b0-4479-9df1-6e6ccac6b4ef", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T160422Z:d62b297c-a767-4974-a786-4776a1c6b3ad", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5bb3d7f0-c6de-4c36-a383-335ee29f7e58?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c7c60c2a-a24c-4a4c-a878-21162b967b18?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2415,7 +2415,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:47:23 GMT", + "Date": "Tue, 25 Oct 2022 16:04:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2423,16 +2423,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ca7a59e-2883-4ce9-b232-aac3ca789357", + "x-ms-correlation-request-id": "8d623b39-d4b1-43e1-9d02-61a3f4905f64", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174723Z:2ca7a59e-2883-4ce9-b232-aac3ca789357", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T160422Z:8d623b39-d4b1-43e1-9d02-61a3f4905f64", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5bb3d7f0-c6de-4c36-a383-335ee29f7e58", - "name": "5bb3d7f0-c6de-4c36-a383-335ee29f7e58", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c7c60c2a-a24c-4a4c-a878-21162b967b18", + "name": "c7c60c2a-a24c-4a4c-a878-21162b967b18", "status": "Deleting", - "startTime": "2022-10-22T17:47:23.6109869Z", + "startTime": "2022-10-25T16:04:22.3223427Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2441,7 +2441,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5bb3d7f0-c6de-4c36-a383-335ee29f7e58?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c7c60c2a-a24c-4a4c-a878-21162b967b18?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2455,7 +2455,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:47:53 GMT", + "Date": "Tue, 25 Oct 2022 16:04:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2463,17 +2463,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dece0755-38a9-4002-8f40-e4643e74e2dc", + "x-ms-correlation-request-id": "66327bf9-0bd3-4073-9cce-79c00d00cdde", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174754Z:dece0755-38a9-4002-8f40-e4643e74e2dc", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T160453Z:66327bf9-0bd3-4073-9cce-79c00d00cdde", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5bb3d7f0-c6de-4c36-a383-335ee29f7e58", - "name": "5bb3d7f0-c6de-4c36-a383-335ee29f7e58", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c7c60c2a-a24c-4a4c-a878-21162b967b18", + "name": "c7c60c2a-a24c-4a4c-a878-21162b967b18", "status": "Succeeded", - "startTime": "2022-10-22T17:47:23.6109869Z", - "endTime": "2022-10-22T17:47:24.5806404Z", + "startTime": "2022-10-25T16:04:22.3223427Z", + "endTime": "2022-10-25T16:04:23.619285Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1" @@ -2481,7 +2481,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5bb3d7f0-c6de-4c36-a383-335ee29f7e58?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c7c60c2a-a24c-4a4c-a878-21162b967b18?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2495,7 +2495,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:47:54 GMT", + "Date": "Tue, 25 Oct 2022 16:04:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2503,22 +2503,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "107ae63b-30f0-460e-827e-c2e59a94e1b6", + "x-ms-correlation-request-id": "25671747-2f09-46ea-b8f0-305a2c8f7e2a", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174754Z:107ae63b-30f0-460e-827e-c2e59a94e1b6", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T160453Z:25671747-2f09-46ea-b8f0-305a2c8f7e2a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-9f8d2912/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A47%3A23.6024533Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A04%3A22.3273148Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:31:56.9475834Z" + "CreatedOnDate": "2022-10-25T15:48:58.2294120Z" }, "properties": { - "poolId": "c5282cb8-dca4-d49c-08f7-02c8ba9b1ea8", + "poolId": "5bb3a46f-451a-136f-f3e5-5603836caedf", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912/capacityPools/sdk-py-tests-pool-1", @@ -2532,10 +2532,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:31:58.2545735Z", + "createdAt": "2022-10-25T15:48:59.2331504Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:31:58.2545735Z" + "lastModifiedAt": "2022-10-25T15:48:59.2331504Z" } } }, @@ -2553,14 +2553,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 17:48:04 GMT", + "Date": "Tue, 25 Oct 2022 16:05:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "390d10b2-bc75-44c6-bcb8-41d88aefe29f", + "x-ms-correlation-request-id": "c6f444d3-3276-4e95-9eef-ed236ad49aee", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174804Z:390d10b2-bc75-44c6-bcb8-41d88aefe29f" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T160503Z:c6f444d3-3276-4e95-9eef-ed236ad49aee" }, "ResponseBody": null }, @@ -2578,14 +2578,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 17:48:14 GMT", + "Date": "Tue, 25 Oct 2022 16:05:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f354addf-ba03-4f1a-8052-1ea6e31918bd", + "x-ms-correlation-request-id": "4a687960-39d1-40ac-affe-ef408e0483d8", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174815Z:f354addf-ba03-4f1a-8052-1ea6e31918bd" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T160514Z:4a687960-39d1-40ac-affe-ef408e0483d8" }, "ResponseBody": null }, @@ -2603,14 +2603,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 17:48:25 GMT", + "Date": "Tue, 25 Oct 2022 16:05:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f5d724b8-a5d2-413b-9fe3-ae5745828007", + "x-ms-correlation-request-id": "d5971873-de8a-4992-90e9-e5c17c2696d9", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174825Z:f5d724b8-a5d2-413b-9fe3-ae5745828007" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T160524Z:d5971873-de8a-4992-90e9-e5c17c2696d9" }, "ResponseBody": null }, @@ -2628,14 +2628,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 17:48:35 GMT", + "Date": "Tue, 25 Oct 2022 16:05:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "207258a3-76e9-4733-a4de-976ab51945c4", + "x-ms-correlation-request-id": "5d242cab-0806-4be8-9dad-9e568f0db189", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174835Z:207258a3-76e9-4733-a4de-976ab51945c4" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T160534Z:5d242cab-0806-4be8-9dad-9e568f0db189" }, "ResponseBody": null }, @@ -2654,14 +2654,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:48:46 GMT", + "Date": "Tue, 25 Oct 2022 16:05:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bea67e88-f0da-4a7a-ba16-1aa0c82e2383", + "x-ms-correlation-request-id": "8d3d7dde-e107-43e6-a83c-2da55728bfaa", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174846Z:bea67e88-f0da-4a7a-ba16-1aa0c82e2383" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T160544Z:8d3d7dde-e107-43e6-a83c-2da55728bfaa" }, "ResponseBody": { "error": { @@ -2683,25 +2683,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/445ed317-5a70-49fe-9996-f304193c69d0?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7de4dfad-e254-457f-91dd-26c83662d6e9?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 17:48:47 GMT", + "Date": "Tue, 25 Oct 2022 16:05:46 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/445ed317-5a70-49fe-9996-f304193c69d0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7de4dfad-e254-457f-91dd-26c83662d6e9?api-version=2022-05-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": "2a89b00a-2e9e-494e-9509-9394433131ee", + "x-ms-correlation-request-id": "db2e3030-0f36-499d-9b96-fd802c58e948", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174847Z:2a89b00a-2e9e-494e-9509-9394433131ee", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T160546Z:db2e3030-0f36-499d-9b96-fd802c58e948", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/445ed317-5a70-49fe-9996-f304193c69d0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7de4dfad-e254-457f-91dd-26c83662d6e9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2715,7 +2715,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:48:47 GMT", + "Date": "Tue, 25 Oct 2022 16:05:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2723,17 +2723,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4a935297-7fe1-4539-8c49-4b6c6c5d4163", + "x-ms-correlation-request-id": "265e0dfe-db08-4249-892a-850b6f48a492", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174847Z:4a935297-7fe1-4539-8c49-4b6c6c5d4163", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T160546Z:265e0dfe-db08-4249-892a-850b6f48a492", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/445ed317-5a70-49fe-9996-f304193c69d0", - "name": "445ed317-5a70-49fe-9996-f304193c69d0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7de4dfad-e254-457f-91dd-26c83662d6e9", + "name": "7de4dfad-e254-457f-91dd-26c83662d6e9", "status": "Succeeded", - "startTime": "2022-10-22T17:48:47.4816477Z", - "endTime": "2022-10-22T17:48:47.5441451Z", + "startTime": "2022-10-25T16:05:46.492852Z", + "endTime": "2022-10-25T16:05:46.5709272Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912" @@ -2741,7 +2741,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/445ed317-5a70-49fe-9996-f304193c69d0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7de4dfad-e254-457f-91dd-26c83662d6e9?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2755,7 +2755,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:48:48 GMT", + "Date": "Tue, 25 Oct 2022 16:05:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2763,19 +2763,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69f2ab0a-ebc9-4429-b6ac-7e82a55572bb", + "x-ms-correlation-request-id": "521f7b72-b081-4b63-9298-e36e2dc89793", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174848Z:69f2ab0a-ebc9-4429-b6ac-7e82a55572bb", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T160547Z:521f7b72-b081-4b63-9298-e36e2dc89793", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-9f8d2912", "name": "sdk-py-tests-acc-1-9f8d2912", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A48%3A47.4895152Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A05%3A46.4163372Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:31:52.8921259Z" + "CreatedOnDate": "2022-10-25T15:48:53.9541670Z" }, "properties": { "encryption": { @@ -2786,10 +2786,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:31:53.9059116Z", + "createdAt": "2022-10-25T15:48:54.9495944Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:31:53.9059116Z" + "lastModifiedAt": "2022-10-25T15:48:54.9495944Z" } } }, @@ -2808,15 +2808,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:48:48 GMT", + "Date": "Tue, 25 Oct 2022 16:05:46 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": "6122f1b9-7042-484c-a5ee-db6a0f3ac50e", + "x-ms-correlation-request-id": "ff43b104-1a92-430d-8e06-d544a3694088", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174848Z:6122f1b9-7042-484c-a5ee-db6a0f3ac50e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T160547Z:ff43b104-1a92-430d-8e06-d544a3694088", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2840,12 +2840,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/67525dd3-3658-457c-9a69-dd3d4b58ac8e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ec7fe03a-cf4f-47db-aaec-9bd2b399a9b2?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 17:48:49 GMT", + "Date": "Tue, 25 Oct 2022 16:05:48 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/67525dd3-3658-457c-9a69-dd3d4b58ac8e?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/ec7fe03a-cf4f-47db-aaec-9bd2b399a9b2?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2854,10 +2854,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e2251612-1b00-4bbf-809b-8f5b0ac804b5", - "x-ms-correlation-request-id": "b04c7d00-0fe3-4a6a-a427-ecf2f3575607", + "x-ms-arm-service-request-id": "aa159f64-bf04-41a1-a2ce-1808b5d8163c", + "x-ms-correlation-request-id": "2b29f27c-4534-466b-8bcb-7860029abaec", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174849Z:b04c7d00-0fe3-4a6a-a427-ecf2f3575607" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T160548Z:2b29f27c-4534-466b-8bcb-7860029abaec" }, "ResponseBody": null } 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 485b3d180baa..570dfad963a8 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:31:58 GMT", + "Date": "Tue, 25 Oct 2022 16:33:36 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.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,7 +111,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:31:58 GMT", + "Date": "Tue, 25 Oct 2022 16:33:36 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "d3cbd068-5cca-490d-893e-22c0a66d958c", + "client-request-id": "fb14352c-e79e-48f7-8e81-e469110067a2", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "d3cbd068-5cca-490d-893e-22c0a66d958c", + "client-request-id": "fb14352c-e79e-48f7-8e81-e469110067a2", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:31:58 GMT", + "Date": "Tue, 25 Oct 2022 16:33:36 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2c4bd164-962b-4053-ac21-22cff559151a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5de82861-c71a-420d-82b0-5e85fcd24b14?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:32:06 GMT", + "Date": "Tue, 25 Oct 2022 16:33:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1e648d90-d8a5-44d1-a25f-312aff0d90c2", - "x-ms-correlation-request-id": "38a3f1a5-975e-4469-a141-a15ce8af6ad5", + "x-ms-arm-service-request-id": "f0125276-6328-4f40-967d-d5e465cb1ae6", + "x-ms-correlation-request-id": "c2ecd87d-6f7b-4772-8dd5-100bbad49895", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123207Z:38a3f1a5-975e-4469-a141-a15ce8af6ad5" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163345Z:c2ecd87d-6f7b-4772-8dd5-100bbad49895" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-84d7262b", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b", - "etag": "W/\u002208bf03de-d345-4ef3-9d10-df528f0c9691\u0022", + "etag": "W/\u0022eaa61247-bdd2-4a14-b02f-09c7a59f4c73\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T12:32:00.9524216Z" + "CreatedOnDate": "2022-10-25T16:33:39.6513449Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "6023368b-a13b-4bb9-9a04-116082605730", + "resourceGuid": "f22d3024-73d1-4287-8fcf-4463d4199daf", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2c4bd164-962b-4053-ac21-22cff559151a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5de82861-c71a-420d-82b0-5e85fcd24b14?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:32:07 GMT", + "Date": "Tue, 25 Oct 2022 16:33:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -305,17 +305,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a55e50b0-51ed-4b81-8b4f-bbb7e0fffb0f", - "x-ms-correlation-request-id": "4d3e20a5-a07f-4a2f-94ac-df599b178270", + "x-ms-arm-service-request-id": "84f2de12-39ae-45df-8288-1fbfa7d2b04b", + "x-ms-correlation-request-id": "6be12609-4c1b-4ef7-a73e-11360cbff2be", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123208Z:4d3e20a5-a07f-4a2f-94ac-df599b178270" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163345Z:6be12609-4c1b-4ef7-a73e-11360cbff2be" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2c4bd164-962b-4053-ac21-22cff559151a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5de82861-c71a-420d-82b0-5e85fcd24b14?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -329,7 +329,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:32:18 GMT", + "Date": "Tue, 25 Oct 2022 16:33:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,10 +340,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d0e2e674-5338-44db-b7b8-603dec3d6e01", - "x-ms-correlation-request-id": "0c11edde-0f1f-4611-a72c-1619f82140e2", + "x-ms-arm-service-request-id": "e5f56972-7d69-4ae1-aa5f-dd73edd7eb5f", + "x-ms-correlation-request-id": "2dd22cd4-38b9-4bd0-af42-888a82f5829c", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123218Z:0c11edde-0f1f-4611-a72c-1619f82140e2" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163355Z:2dd22cd4-38b9-4bd0-af42-888a82f5829c" }, "ResponseBody": { "status": "Succeeded" @@ -364,8 +364,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:32:18 GMT", - "ETag": "W/\u00228b619596-a1c9-4687-aaa3-d15c5d401544\u0022", + "Date": "Tue, 25 Oct 2022 16:33:55 GMT", + "ETag": "W/\u0022f8711f38-bbca-4721-acc7-f2ef62f4d7e9\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -376,23 +376,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b91b7bc8-9aee-4c6e-a4e7-38f41da28648", - "x-ms-correlation-request-id": "888118e9-1a70-438c-b154-6b07b80c72cd", + "x-ms-arm-service-request-id": "ea95ca61-bfa5-48a9-9e97-38703ceecf97", + "x-ms-correlation-request-id": "29ab3235-eed2-4f8f-81e0-b01ba540f937", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123218Z:888118e9-1a70-438c-b154-6b07b80c72cd" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163356Z:29ab3235-eed2-4f8f-81e0-b01ba540f937" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-84d7262b", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b", - "etag": "W/\u00228b619596-a1c9-4687-aaa3-d15c5d401544\u0022", + "etag": "W/\u0022f8711f38-bbca-4721-acc7-f2ef62f4d7e9\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T12:32:00.9524216Z" + "CreatedOnDate": "2022-10-25T16:33:39.6513449Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "6023368b-a13b-4bb9-9a04-116082605730", + "resourceGuid": "f22d3024-73d1-4287-8fcf-4463d4199daf", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -431,11 +431,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/29302b68-4f44-4197-a866-0cd39df022bd?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e07afe14-ddbc-4f6c-bf8a-f31c68fa64eb?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:32:19 GMT", + "Date": "Tue, 25 Oct 2022 16:33:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -445,15 +445,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5310034e-8621-4263-a487-f31eaa2f8d6b", - "x-ms-correlation-request-id": "2d16de3c-d872-41f9-af30-32b7dbc70893", + "x-ms-arm-service-request-id": "4ff7f2fa-a543-4d14-b829-484c27b4207f", + "x-ms-correlation-request-id": "2adfd3dd-f2a3-4a15-a2d5-13d73d861d26", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123219Z:2d16de3c-d872-41f9-af30-32b7dbc70893" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163356Z:2adfd3dd-f2a3-4a15-a2d5-13d73d861d26" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default", - "etag": "W/\u0022ac44ac79-5fc7-43a1-b370-09d532dc4060\u0022", + "etag": "W/\u00227f9f5bc3-5350-4ecb-aa76-67a1351666c1\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -461,7 +461,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022ac44ac79-5fc7-43a1-b370-09d532dc4060\u0022", + "etag": "W/\u00227f9f5bc3-5350-4ecb-aa76-67a1351666c1\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -481,7 +481,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/29302b68-4f44-4197-a866-0cd39df022bd?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e07afe14-ddbc-4f6c-bf8a-f31c68fa64eb?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -495,7 +495,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:32:19 GMT", + "Date": "Tue, 25 Oct 2022 16:33:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,10 +506,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "908f91ef-f363-4c70-bf8d-a97955753bd0", - "x-ms-correlation-request-id": "8740c04d-e59e-407d-9abb-8258130b579d", + "x-ms-arm-service-request-id": "a44bebb9-f9a0-4415-9135-8babe72f4a60", + "x-ms-correlation-request-id": "0412e2e0-49c7-4319-abe8-0c7c14904a88", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123219Z:8740c04d-e59e-407d-9abb-8258130b579d" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163357Z:0412e2e0-49c7-4319-abe8-0c7c14904a88" }, "ResponseBody": { "status": "Succeeded" @@ -530,8 +530,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:32:20 GMT", - "ETag": "W/\u002210ea2f68-a3b1-4607-a560-edb513170f9f\u0022", + "Date": "Tue, 25 Oct 2022 16:33:57 GMT", + "ETag": "W/\u0022d7ce7d99-e1dc-4f20-93a1-777a357360e9\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -542,15 +542,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f6cb852a-f474-4cbf-88e8-896981ea07d3", - "x-ms-correlation-request-id": "eb169117-86c4-4294-b0a7-7f90e41fd59c", + "x-ms-arm-service-request-id": "3d14f03c-6348-44a9-8bb1-e3ad38cec2e5", + "x-ms-correlation-request-id": "2c4ce87b-6794-4e3f-bdc8-b2ecad178fea", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123220Z:eb169117-86c4-4294-b0a7-7f90e41fd59c" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163357Z:2c4ce87b-6794-4e3f-bdc8-b2ecad178fea" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default", - "etag": "W/\u002210ea2f68-a3b1-4607-a560-edb513170f9f\u0022", + "etag": "W/\u0022d7ce7d99-e1dc-4f20-93a1-777a357360e9\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -558,7 +558,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002210ea2f68-a3b1-4607-a560-edb513170f9f\u0022", + "etag": "W/\u0022d7ce7d99-e1dc-4f20-93a1-777a357360e9\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -594,12 +594,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:32:20 GMT", + "Date": "Tue, 25 Oct 2022 16:33:57 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.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -688,12 +688,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:32:20 GMT", + "Date": "Tue, 25 Oct 2022 16:33:57 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.13845.10 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -749,9 +749,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "fed8fff0-42f5-4ad3-a3e6-a34d9ca6f869", + "client-request-id": "43042795-ff95-40bb-814e-8638e10cc703", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -763,14 +763,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "fed8fff0-42f5-4ad3-a3e6-a34d9ca6f869", + "client-request-id": "43042795-ff95-40bb-814e-8638e10cc703", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:32:20 GMT", + "Date": "Tue, 25 Oct 2022 16:33:57 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -805,30 +805,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1453443-3e6e-4a51-b889-f22f4c6893c9?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a0e1340-f831-4546-8f55-7fae3841b291?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "704", + "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:32:25 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T12%3A32%3A24.1579467Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 16:34:01 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T16%3A34%3A01.3305041Z\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": "9cf34cbc-b8c8-4b27-8e5f-2b6c5417b746", + "x-ms-correlation-request-id": "13c1fa4f-e097-45e5-9d46-bd276ed753b8", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123225Z:9cf34cbc-b8c8-4b27-8e5f-2b6c5417b746", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163402Z:13c1fa4f-e097-45e5-9d46-bd276ed753b8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b", "name": "sdk-py-tests-acc-1-84d7262b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-23T12%3A32%3A24.1579467Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A34%3A01.3305041Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T12:32:21.7085321Z" + "CreatedOnDate": "2022-10-25T16:33:59.2422811Z" }, "properties": { "provisioningState": "Creating" @@ -836,15 +836,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T12:32:22.950633Z", + "createdAt": "2022-10-25T16:34:00.2110086Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T12:32:22.950633Z" + "lastModifiedAt": "2022-10-25T16:34:00.2110086Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1453443-3e6e-4a51-b889-f22f4c6893c9?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a0e1340-f831-4546-8f55-7fae3841b291?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -858,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:32:25 GMT", + "Date": "Tue, 25 Oct 2022 16:34:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -866,17 +866,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ac639e5a-b048-4c5f-b7bc-eaa3c81ffb0f", + "x-ms-correlation-request-id": "9caf4ef4-6d1f-44a4-af4b-b0d8648d5b3c", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123225Z:ac639e5a-b048-4c5f-b7bc-eaa3c81ffb0f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163402Z:9caf4ef4-6d1f-44a4-af4b-b0d8648d5b3c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1453443-3e6e-4a51-b889-f22f4c6893c9", - "name": "a1453443-3e6e-4a51-b889-f22f4c6893c9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a0e1340-f831-4546-8f55-7fae3841b291", + "name": "3a0e1340-f831-4546-8f55-7fae3841b291", "status": "Succeeded", - "startTime": "2022-10-23T12:32:24.1671835Z", - "endTime": "2022-10-23T12:32:24.216128Z", + "startTime": "2022-10-25T16:34:01.3254228Z", + "endTime": "2022-10-25T16:34:01.3723099Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b" @@ -898,8 +898,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:32:25 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T12%3A32%3A24.220842Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 16:34:02 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T16%3A34%3A01.3746194Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -907,19 +907,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad943534-b9b8-4461-8525-1cd2f6545a65", + "x-ms-correlation-request-id": "db8616af-22da-4926-a8e8-569110243715", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123225Z:ad943534-b9b8-4461-8525-1cd2f6545a65", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163403Z:db8616af-22da-4926-a8e8-569110243715", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b", "name": "sdk-py-tests-acc-1-84d7262b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-23T12%3A32%3A24.220842Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A34%3A01.3746194Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T12:32:21.7085321Z" + "CreatedOnDate": "2022-10-25T16:33:59.2422811Z" }, "properties": { "activeDirectories": [ @@ -948,10 +948,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T12:32:22.950633Z", + "createdAt": "2022-10-25T16:34:00.2110086Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T12:32:22.950633Z" + "lastModifiedAt": "2022-10-25T16:34:00.2110086Z" } } }, @@ -977,30 +977,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7a86c0de-82f8-4571-ac46-ce359aeddd04?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a94ea3e-a425-4032-8a03-6549c3bf57c7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:32:28 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T12%3A32%3A27.9027675Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 16:34:05 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T16%3A34%3A04.9314302Z\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": "f32c4a59-3323-411a-8415-2093225f4c7b", + "x-ms-correlation-request-id": "0d2b99af-dce4-44c9-a763-569ec6887cbc", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123228Z:f32c4a59-3323-411a-8415-2093225f4c7b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163406Z:0d2b99af-dce4-44c9-a763-569ec6887cbc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T12%3A32%3A27.9027675Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A34%3A04.9314302Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T12:32:26.2216341Z" + "CreatedOnDate": "2022-10-25T16:34:03.5495325Z" }, "properties": { "serviceLevel": "Premium", @@ -1014,15 +1014,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T12:32:27.5159631Z", + "createdAt": "2022-10-25T16:34:04.6668278Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T12:32:27.5159631Z" + "lastModifiedAt": "2022-10-25T16:34:04.6668278Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7a86c0de-82f8-4571-ac46-ce359aeddd04?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a94ea3e-a425-4032-8a03-6549c3bf57c7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1036,7 +1036,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:32:28 GMT", + "Date": "Tue, 25 Oct 2022 16:34:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1044,17 +1044,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1574a570-1729-4d6a-84aa-92e7611e1eee", + "x-ms-correlation-request-id": "feb05c60-831f-4d59-a96c-220e8d6e16ed", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123229Z:1574a570-1729-4d6a-84aa-92e7611e1eee", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163406Z:feb05c60-831f-4d59-a96c-220e8d6e16ed", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7a86c0de-82f8-4571-ac46-ce359aeddd04", - "name": "7a86c0de-82f8-4571-ac46-ce359aeddd04", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3a94ea3e-a425-4032-8a03-6549c3bf57c7", + "name": "3a94ea3e-a425-4032-8a03-6549c3bf57c7", "status": "Succeeded", - "startTime": "2022-10-23T12:32:27.9040146Z", - "endTime": "2022-10-23T12:32:28.8614851Z", + "startTime": "2022-10-25T16:34:04.9340521Z", + "endTime": "2022-10-25T16:34:05.8559444Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1" @@ -1076,8 +1076,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:32:28 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T12%3A32%3A28.8601988Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 16:34:05 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T16%3A34%3A05.8510727Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1085,22 +1085,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "010eff35-5319-4fca-8a96-f9beb9482e33", + "x-ms-correlation-request-id": "5d7002ae-0a86-4547-abe8-fcf1aec3901b", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123229Z:010eff35-5319-4fca-8a96-f9beb9482e33", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163406Z:5d7002ae-0a86-4547-abe8-fcf1aec3901b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T12%3A32%3A28.8601988Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A34%3A05.8510727Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T12:32:26.2216341Z" + "CreatedOnDate": "2022-10-25T16:34:03.5495325Z" }, "properties": { - "poolId": "c034658d-e566-bbe2-2859-e27c744b8bc2", + "poolId": "50c877ee-9757-df81-cf35-52c079a2dd10", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1113,10 +1113,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T12:32:27.5159631Z", + "createdAt": "2022-10-25T16:34:04.6668278Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T12:32:27.5159631Z" + "lastModifiedAt": "2022-10-25T16:34:04.6668278Z" } } }, @@ -1159,30 +1159,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51fcac2b-0934-45cf-ab31-0e84be5c12b6?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:32:42 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T12%3A32%3A41.8836354Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 16:34:19 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T16%3A34%3A18.2737456Z\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": "2d85fafc-1114-48ef-aea7-f315a9f6ec52", + "x-ms-correlation-request-id": "7515bd8c-d287-4002-a336-e71b6495dc08", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123242Z:2d85fafc-1114-48ef-aea7-f315a9f6ec52", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163419Z:7515bd8c-d287-4002-a336-e71b6495dc08", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b", "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-84d7262b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T12%3A32%3A41.8836354Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A34%3A18.2737456Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T12:32:39.7123034Z" + "CreatedOnDate": "2022-10-25T16:34:17.0054262Z" }, "properties": { "serviceLevel": "Premium", @@ -1212,15 +1212,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T12:32:40.6980943Z", + "createdAt": "2022-10-25T16:34:17.9759697Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T12:32:40.6980943Z" + "lastModifiedAt": "2022-10-25T16:34:17.9759697Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51fcac2b-0934-45cf-ab31-0e84be5c12b6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1234,7 +1234,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:32:42 GMT", + "Date": "Tue, 25 Oct 2022 16:34:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1242,16 +1242,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "406dd0e1-5b94-438b-846b-c59f2f7a4cde", + "x-ms-correlation-request-id": "590e969a-02c8-4ea3-94f4-45c0a8d59d87", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123242Z:406dd0e1-5b94-438b-846b-c59f2f7a4cde", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163419Z:590e969a-02c8-4ea3-94f4-45c0a8d59d87", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128", - "name": "8f958857-9c9a-4ef8-80ff-03dba35bb128", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51fcac2b-0934-45cf-ab31-0e84be5c12b6", + "name": "51fcac2b-0934-45cf-ab31-0e84be5c12b6", "status": "Creating", - "startTime": "2022-10-23T12:32:41.8908553Z", + "startTime": "2022-10-25T16:34:18.2777923Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1260,7 +1260,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51fcac2b-0934-45cf-ab31-0e84be5c12b6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1274,7 +1274,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:33:12 GMT", + "Date": "Tue, 25 Oct 2022 16:34:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1282,16 +1282,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "41a354e7-df65-4f23-9db4-ca455706e7b5", + "x-ms-correlation-request-id": "2481ed8f-e452-4aca-89b7-9501e733e5f7", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123313Z:41a354e7-df65-4f23-9db4-ca455706e7b5", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163449Z:2481ed8f-e452-4aca-89b7-9501e733e5f7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128", - "name": "8f958857-9c9a-4ef8-80ff-03dba35bb128", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51fcac2b-0934-45cf-ab31-0e84be5c12b6", + "name": "51fcac2b-0934-45cf-ab31-0e84be5c12b6", "status": "Creating", - "startTime": "2022-10-23T12:32:41.8908553Z", + "startTime": "2022-10-25T16:34:18.2777923Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1300,7 +1300,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51fcac2b-0934-45cf-ab31-0e84be5c12b6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1314,7 +1314,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:33:43 GMT", + "Date": "Tue, 25 Oct 2022 16:35:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1322,16 +1322,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e60935e6-aab4-40b3-9820-e20c3e57ba1c", + "x-ms-correlation-request-id": "2ade0919-995e-4521-a5a3-f093b9498344", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123343Z:e60935e6-aab4-40b3-9820-e20c3e57ba1c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163519Z:2ade0919-995e-4521-a5a3-f093b9498344", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128", - "name": "8f958857-9c9a-4ef8-80ff-03dba35bb128", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51fcac2b-0934-45cf-ab31-0e84be5c12b6", + "name": "51fcac2b-0934-45cf-ab31-0e84be5c12b6", "status": "Creating", - "startTime": "2022-10-23T12:32:41.8908553Z", + "startTime": "2022-10-25T16:34:18.2777923Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1340,7 +1340,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51fcac2b-0934-45cf-ab31-0e84be5c12b6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1354,7 +1354,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:34:12 GMT", + "Date": "Tue, 25 Oct 2022 16:35:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1362,16 +1362,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "697a6a8a-5a9e-4675-846f-f50916216ae0", + "x-ms-correlation-request-id": "88cffb72-a1ed-4672-b190-d460ee8ebf52", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123413Z:697a6a8a-5a9e-4675-846f-f50916216ae0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163550Z:88cffb72-a1ed-4672-b190-d460ee8ebf52", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128", - "name": "8f958857-9c9a-4ef8-80ff-03dba35bb128", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51fcac2b-0934-45cf-ab31-0e84be5c12b6", + "name": "51fcac2b-0934-45cf-ab31-0e84be5c12b6", "status": "Creating", - "startTime": "2022-10-23T12:32:41.8908553Z", + "startTime": "2022-10-25T16:34:18.2777923Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1380,7 +1380,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51fcac2b-0934-45cf-ab31-0e84be5c12b6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1394,7 +1394,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:34:43 GMT", + "Date": "Tue, 25 Oct 2022 16:36:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1402,16 +1402,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9587cd7d-d12f-47db-996c-226590f10c8f", + "x-ms-correlation-request-id": "4bd80439-8b1c-40a2-be90-ba503bad027a", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123443Z:9587cd7d-d12f-47db-996c-226590f10c8f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163620Z:4bd80439-8b1c-40a2-be90-ba503bad027a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128", - "name": "8f958857-9c9a-4ef8-80ff-03dba35bb128", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51fcac2b-0934-45cf-ab31-0e84be5c12b6", + "name": "51fcac2b-0934-45cf-ab31-0e84be5c12b6", "status": "Creating", - "startTime": "2022-10-23T12:32:41.8908553Z", + "startTime": "2022-10-25T16:34:18.2777923Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1420,7 +1420,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51fcac2b-0934-45cf-ab31-0e84be5c12b6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1434,7 +1434,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:35:13 GMT", + "Date": "Tue, 25 Oct 2022 16:36:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1442,16 +1442,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3188186d-411a-4bcb-99d7-3f6bbf432cda", + "x-ms-correlation-request-id": "6df976e5-2cf0-417a-b46e-655c76e11363", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123514Z:3188186d-411a-4bcb-99d7-3f6bbf432cda", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163650Z:6df976e5-2cf0-417a-b46e-655c76e11363", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128", - "name": "8f958857-9c9a-4ef8-80ff-03dba35bb128", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51fcac2b-0934-45cf-ab31-0e84be5c12b6", + "name": "51fcac2b-0934-45cf-ab31-0e84be5c12b6", "status": "Creating", - "startTime": "2022-10-23T12:32:41.8908553Z", + "startTime": "2022-10-25T16:34:18.2777923Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1460,7 +1460,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51fcac2b-0934-45cf-ab31-0e84be5c12b6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1474,7 +1474,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:35:44 GMT", + "Date": "Tue, 25 Oct 2022 16:37:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1482,16 +1482,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1e35b1ee-e2c3-459b-9ec2-bdb8564f72a7", + "x-ms-correlation-request-id": "5d1b750e-cfec-4b60-afb7-a0ea73e0aa37", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123544Z:1e35b1ee-e2c3-459b-9ec2-bdb8564f72a7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163721Z:5d1b750e-cfec-4b60-afb7-a0ea73e0aa37", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128", - "name": "8f958857-9c9a-4ef8-80ff-03dba35bb128", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51fcac2b-0934-45cf-ab31-0e84be5c12b6", + "name": "51fcac2b-0934-45cf-ab31-0e84be5c12b6", "status": "Creating", - "startTime": "2022-10-23T12:32:41.8908553Z", + "startTime": "2022-10-25T16:34:18.2777923Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1500,7 +1500,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51fcac2b-0934-45cf-ab31-0e84be5c12b6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1514,7 +1514,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:36:14 GMT", + "Date": "Tue, 25 Oct 2022 16:37:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1522,16 +1522,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d7777aa1-342f-4741-b201-6801bbf21c72", + "x-ms-correlation-request-id": "2a8c0cc6-9ada-44c3-8c4b-4f44adf34225", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123614Z:d7777aa1-342f-4741-b201-6801bbf21c72", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163751Z:2a8c0cc6-9ada-44c3-8c4b-4f44adf34225", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128", - "name": "8f958857-9c9a-4ef8-80ff-03dba35bb128", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51fcac2b-0934-45cf-ab31-0e84be5c12b6", + "name": "51fcac2b-0934-45cf-ab31-0e84be5c12b6", "status": "Creating", - "startTime": "2022-10-23T12:32:41.8908553Z", + "startTime": "2022-10-25T16:34:18.2777923Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1540,7 +1540,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51fcac2b-0934-45cf-ab31-0e84be5c12b6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1554,7 +1554,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:36:44 GMT", + "Date": "Tue, 25 Oct 2022 16:38:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1562,16 +1562,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b6b6f23-7af0-470f-a85a-c8ec8d9a6eb4", + "x-ms-correlation-request-id": "56183434-48cd-4219-a954-8c1a7e26246b", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123645Z:5b6b6f23-7af0-470f-a85a-c8ec8d9a6eb4", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163821Z:56183434-48cd-4219-a954-8c1a7e26246b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128", - "name": "8f958857-9c9a-4ef8-80ff-03dba35bb128", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51fcac2b-0934-45cf-ab31-0e84be5c12b6", + "name": "51fcac2b-0934-45cf-ab31-0e84be5c12b6", "status": "Creating", - "startTime": "2022-10-23T12:32:41.8908553Z", + "startTime": "2022-10-25T16:34:18.2777923Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1580,7 +1580,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51fcac2b-0934-45cf-ab31-0e84be5c12b6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1594,7 +1594,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:37:14 GMT", + "Date": "Tue, 25 Oct 2022 16:38:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1602,16 +1602,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8583eb20-fcd4-49f5-ae06-eff352bba084", + "x-ms-correlation-request-id": "e26a2db0-39ff-47f8-8c29-487132a22bee", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123715Z:8583eb20-fcd4-49f5-ae06-eff352bba084", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163852Z:e26a2db0-39ff-47f8-8c29-487132a22bee", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128", - "name": "8f958857-9c9a-4ef8-80ff-03dba35bb128", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51fcac2b-0934-45cf-ab31-0e84be5c12b6", + "name": "51fcac2b-0934-45cf-ab31-0e84be5c12b6", "status": "Creating", - "startTime": "2022-10-23T12:32:41.8908553Z", + "startTime": "2022-10-25T16:34:18.2777923Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1620,7 +1620,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51fcac2b-0934-45cf-ab31-0e84be5c12b6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1634,7 +1634,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:37:45 GMT", + "Date": "Tue, 25 Oct 2022 16:39:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1642,17 +1642,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7fc190fd-a9e1-4680-9ee8-1c41d41812ac", + "x-ms-correlation-request-id": "61a0c12d-5fdb-49f0-9c8b-6c17ad7d13bc", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123746Z:7fc190fd-a9e1-4680-9ee8-1c41d41812ac", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163922Z:61a0c12d-5fdb-49f0-9c8b-6c17ad7d13bc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8f958857-9c9a-4ef8-80ff-03dba35bb128", - "name": "8f958857-9c9a-4ef8-80ff-03dba35bb128", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/51fcac2b-0934-45cf-ab31-0e84be5c12b6", + "name": "51fcac2b-0934-45cf-ab31-0e84be5c12b6", "status": "Succeeded", - "startTime": "2022-10-23T12:32:41.8908553Z", - "endTime": "2022-10-23T12:37:26.2675755Z", + "startTime": "2022-10-25T16:34:18.2777923Z", + "endTime": "2022-10-25T16:38:55.424748Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" @@ -1674,8 +1674,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:37:46 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T12%3A37%3A26.2677291Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 16:39:23 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T16%3A38%3A55.4260767Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1683,22 +1683,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ba6cbae-5ae8-42c7-89ed-87ddebc800c5", + "x-ms-correlation-request-id": "22cd00d7-e1f2-43ca-8860-68cfce70dcea", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123746Z:4ba6cbae-5ae8-42c7-89ed-87ddebc800c5", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163923Z:22cd00d7-e1f2-43ca-8860-68cfce70dcea", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b", "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-84d7262b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T12%3A37%3A26.2677291Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A38%3A55.4260767Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T12:32:39.7123034Z" + "CreatedOnDate": "2022-10-25T16:34:17.0054262Z" }, "properties": { - "fileSystemId": "e48e8932-ee0c-4352-07ae-e914fe8cf8c9", + "fileSystemId": "2396ff40-917e-3765-d58b-3d049bd7baac", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-84d7262b", "usageThreshold": 107374182400, @@ -1726,7 +1726,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_0121e17a", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_819f9d28", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1741,8 +1741,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e48e8932-ee0c-4352-07ae-e914fe8cf8c9", - "fileSystemId": "e48e8932-ee0c-4352-07ae-e914fe8cf8c9", + "mountTargetId": "2396ff40-917e-3765-d58b-3d049bd7baac", + "fileSystemId": "2396ff40-917e-3765-d58b-3d049bd7baac", "ipAddress": "10.0.0.4" } ], @@ -1762,10 +1762,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T12:32:40.6980943Z", + "createdAt": "2022-10-25T16:34:17.9759697Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T12:32:40.6980943Z" + "lastModifiedAt": "2022-10-25T16:34:17.9759697Z" } } }, @@ -1784,8 +1784,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:37:46 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T12%3A37%3A26.2677291Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 16:39:23 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T16%3A38%3A55.4260767Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1793,22 +1793,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a10c1b51-0909-4e72-a0eb-e046f4a523a9", + "x-ms-correlation-request-id": "64a48bc5-aa79-49df-b92a-1453112c545c", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123747Z:a10c1b51-0909-4e72-a0eb-e046f4a523a9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163923Z:64a48bc5-aa79-49df-b92a-1453112c545c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b", "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-84d7262b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T12%3A37%3A26.2677291Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A38%3A55.4260767Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T12:32:39.7123034Z" + "CreatedOnDate": "2022-10-25T16:34:17.0054262Z" }, "properties": { - "fileSystemId": "e48e8932-ee0c-4352-07ae-e914fe8cf8c9", + "fileSystemId": "2396ff40-917e-3765-d58b-3d049bd7baac", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-84d7262b", "usageThreshold": 107374182400, @@ -1836,7 +1836,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_0121e17a", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_819f9d28", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1851,8 +1851,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e48e8932-ee0c-4352-07ae-e914fe8cf8c9", - "fileSystemId": "e48e8932-ee0c-4352-07ae-e914fe8cf8c9", + "mountTargetId": "2396ff40-917e-3765-d58b-3d049bd7baac", + "fileSystemId": "2396ff40-917e-3765-d58b-3d049bd7baac", "ipAddress": "10.0.0.4" } ], @@ -1872,10 +1872,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T12:32:40.6980943Z", + "createdAt": "2022-10-25T16:34:17.9759697Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T12:32:40.6980943Z" + "lastModifiedAt": "2022-10-25T16:34:17.9759697Z" } } }, @@ -1892,25 +1892,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1707e12e-a5e1-4e4f-8a05-a719a3eddcf9?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 12:37:47 GMT", + "Date": "Tue, 25 Oct 2022 16:39:24 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1707e12e-a5e1-4e4f-8a05-a719a3eddcf9?api-version=2022-05-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": "fcc296cc-9f17-4fee-8056-2afefa14dc56", + "x-ms-correlation-request-id": "09f3747c-5464-427c-97e4-59453c70f860", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123747Z:fcc296cc-9f17-4fee-8056-2afefa14dc56", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163924Z:09f3747c-5464-427c-97e4-59453c70f860", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1707e12e-a5e1-4e4f-8a05-a719a3eddcf9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1924,7 +1924,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:37:47 GMT", + "Date": "Tue, 25 Oct 2022 16:39:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1932,16 +1932,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f98b5476-5bfa-409c-93ab-18b98e435203", + "x-ms-correlation-request-id": "cdd6a789-2db2-4408-becb-10490ab0b619", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123748Z:f98b5476-5bfa-409c-93ab-18b98e435203", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163924Z:cdd6a789-2db2-4408-becb-10490ab0b619", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad", - "name": "acf59d59-fac9-49c9-a555-39de95820fad", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1707e12e-a5e1-4e4f-8a05-a719a3eddcf9", + "name": "1707e12e-a5e1-4e4f-8a05-a719a3eddcf9", "status": "Deleting", - "startTime": "2022-10-23T12:37:47.9561657Z", + "startTime": "2022-10-25T16:39:24.5059529Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1950,7 +1950,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1707e12e-a5e1-4e4f-8a05-a719a3eddcf9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1964,7 +1964,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:38:17 GMT", + "Date": "Tue, 25 Oct 2022 16:39:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1972,16 +1972,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3afecf9b-8808-4258-92c5-d6dbb61acaea", + "x-ms-correlation-request-id": "257053f7-d391-4a61-92d6-499c96eb5d92", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123818Z:3afecf9b-8808-4258-92c5-d6dbb61acaea", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163955Z:257053f7-d391-4a61-92d6-499c96eb5d92", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad", - "name": "acf59d59-fac9-49c9-a555-39de95820fad", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1707e12e-a5e1-4e4f-8a05-a719a3eddcf9", + "name": "1707e12e-a5e1-4e4f-8a05-a719a3eddcf9", "status": "Deleting", - "startTime": "2022-10-23T12:37:47.9561657Z", + "startTime": "2022-10-25T16:39:24.5059529Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1990,7 +1990,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1707e12e-a5e1-4e4f-8a05-a719a3eddcf9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2004,7 +2004,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:38:47 GMT", + "Date": "Tue, 25 Oct 2022 16:40:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2012,16 +2012,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d4c3a7b6-0790-4335-810e-77d5d3e1a4fe", + "x-ms-correlation-request-id": "8cc0a284-d966-4396-b203-33ca920ffb2b", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123848Z:d4c3a7b6-0790-4335-810e-77d5d3e1a4fe", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T164025Z:8cc0a284-d966-4396-b203-33ca920ffb2b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad", - "name": "acf59d59-fac9-49c9-a555-39de95820fad", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1707e12e-a5e1-4e4f-8a05-a719a3eddcf9", + "name": "1707e12e-a5e1-4e4f-8a05-a719a3eddcf9", "status": "Deleting", - "startTime": "2022-10-23T12:37:47.9561657Z", + "startTime": "2022-10-25T16:39:24.5059529Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2030,7 +2030,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1707e12e-a5e1-4e4f-8a05-a719a3eddcf9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2044,7 +2044,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:39:18 GMT", + "Date": "Tue, 25 Oct 2022 16:40:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2052,16 +2052,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53f3fd78-f985-4ef1-988b-b39816189bdb", + "x-ms-correlation-request-id": "37152106-b27b-43f2-87ae-f352adcc3a08", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123918Z:53f3fd78-f985-4ef1-988b-b39816189bdb", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T164055Z:37152106-b27b-43f2-87ae-f352adcc3a08", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad", - "name": "acf59d59-fac9-49c9-a555-39de95820fad", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1707e12e-a5e1-4e4f-8a05-a719a3eddcf9", + "name": "1707e12e-a5e1-4e4f-8a05-a719a3eddcf9", "status": "Deleting", - "startTime": "2022-10-23T12:37:47.9561657Z", + "startTime": "2022-10-25T16:39:24.5059529Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2070,7 +2070,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1707e12e-a5e1-4e4f-8a05-a719a3eddcf9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2084,7 +2084,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:39:48 GMT", + "Date": "Tue, 25 Oct 2022 16:41:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2092,57 +2092,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "12682d97-b796-4128-8b74-a020be821074", + "x-ms-correlation-request-id": "b948b278-273f-452e-b831-da705cefba7b", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T123949Z:12682d97-b796-4128-8b74-a020be821074", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T164125Z:b948b278-273f-452e-b831-da705cefba7b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad", - "name": "acf59d59-fac9-49c9-a555-39de95820fad", - "status": "Deleting", - "startTime": "2022-10-23T12:37:47.9561657Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:40: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": "a1d9ba04-c8ff-4f4e-ab43-cc1b2adafd78", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124019Z:a1d9ba04-c8ff-4f4e-ab43-cc1b2adafd78", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad", - "name": "acf59d59-fac9-49c9-a555-39de95820fad", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1707e12e-a5e1-4e4f-8a05-a719a3eddcf9", + "name": "1707e12e-a5e1-4e4f-8a05-a719a3eddcf9", "status": "Succeeded", - "startTime": "2022-10-23T12:37:47.9561657Z", - "endTime": "2022-10-23T12:39:59.4639085Z", + "startTime": "2022-10-25T16:39:24.5059529Z", + "endTime": "2022-10-25T16:41:22.9882044Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b" @@ -2150,7 +2110,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acf59d59-fac9-49c9-a555-39de95820fad?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1707e12e-a5e1-4e4f-8a05-a719a3eddcf9?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2164,7 +2124,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:40:19 GMT", + "Date": "Tue, 25 Oct 2022 16:41:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2172,22 +2132,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d460809-87c3-493a-bf0d-d98b4715bf29", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124019Z:7d460809-87c3-493a-bf0d-d98b4715bf29", + "x-ms-correlation-request-id": "4f09c26c-23f0-4886-8ac7-5b525034500b", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T164126Z:4f09c26c-23f0-4886-8ac7-5b525034500b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b", "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-84d7262b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T12%3A39%3A42.3024558Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A41%3A13.5722509Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T12:32:39.7123034Z" + "CreatedOnDate": "2022-10-25T16:34:17.0054262Z" }, "properties": { - "fileSystemId": "e48e8932-ee0c-4352-07ae-e914fe8cf8c9", + "fileSystemId": "2396ff40-917e-3765-d58b-3d049bd7baac", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-84d7262b", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2218,19 +2178,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_0121e17a", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_819f9d28", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-84d7262b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-84d7262b", - "poolId": "c034658d-e566-bbe2-2859-e27c744b8bc2", + "poolId": "50c877ee-9757-df81-cf35-52c079a2dd10", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "e48e8932-ee0c-4352-07ae-e914fe8cf8c9", - "fileSystemId": "e48e8932-ee0c-4352-07ae-e914fe8cf8c9", + "mountTargetId": "2396ff40-917e-3765-d58b-3d049bd7baac", + "fileSystemId": "2396ff40-917e-3765-d58b-3d049bd7baac", "startIp": "", "endIp": "", "gateway": "", @@ -2262,10 +2222,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T12:32:40.6980943Z", + "createdAt": "2022-10-25T16:34:17.9759697Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T12:32:40.6980943Z" + "lastModifiedAt": "2022-10-25T16:34:17.9759697Z" } } }, @@ -2284,14 +2244,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:43:43 GMT", + "Date": "Tue, 25 Oct 2022 16: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": "6c39e7af-424f-4001-b302-8bcd7bbf1e56", + "x-ms-correlation-request-id": "f2d0bdf9-1fd5-4eb6-a935-a42190c85c7f", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124343Z:6c39e7af-424f-4001-b302-8bcd7bbf1e56" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T164449Z:f2d0bdf9-1fd5-4eb6-a935-a42190c85c7f" }, "ResponseBody": { "error": { @@ -2313,25 +2273,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cc30552-ca03-4cbd-b8e8-27067d0bd28d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/997651d8-b77b-4301-8851-4fd32d2badf3?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 12:43:55 GMT", + "Date": "Tue, 25 Oct 2022 16:45:03 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cc30552-ca03-4cbd-b8e8-27067d0bd28d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/997651d8-b77b-4301-8851-4fd32d2badf3?api-version=2022-05-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": "09493b29-5e8d-434b-bf4d-048f50d76ebc", + "x-ms-correlation-request-id": "47f0c982-3f0b-4dbf-9c80-3ddb68fd34f7", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124356Z:09493b29-5e8d-434b-bf4d-048f50d76ebc", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T164503Z:47f0c982-3f0b-4dbf-9c80-3ddb68fd34f7", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cc30552-ca03-4cbd-b8e8-27067d0bd28d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/997651d8-b77b-4301-8851-4fd32d2badf3?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2345,7 +2305,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:43:56 GMT", + "Date": "Tue, 25 Oct 2022 16:45:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2353,57 +2313,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b3c09cdf-2fcb-4f62-b2df-9bb9c4614fb7", + "x-ms-correlation-request-id": "20e538e8-6539-45fb-a983-9591ad2d7064", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124356Z:b3c09cdf-2fcb-4f62-b2df-9bb9c4614fb7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cc30552-ca03-4cbd-b8e8-27067d0bd28d", - "name": "9cc30552-ca03-4cbd-b8e8-27067d0bd28d", - "status": "Deleting", - "startTime": "2022-10-23T12:43:56.4923249Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cc30552-ca03-4cbd-b8e8-27067d0bd28d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12: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": "9a1bd490-c28c-4d33-acdf-ac54b7da80cf", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124427Z:9a1bd490-c28c-4d33-acdf-ac54b7da80cf", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T164507Z:20e538e8-6539-45fb-a983-9591ad2d7064", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cc30552-ca03-4cbd-b8e8-27067d0bd28d", - "name": "9cc30552-ca03-4cbd-b8e8-27067d0bd28d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/997651d8-b77b-4301-8851-4fd32d2badf3", + "name": "997651d8-b77b-4301-8851-4fd32d2badf3", "status": "Succeeded", - "startTime": "2022-10-23T12:43:56.4923249Z", - "endTime": "2022-10-23T12:43:57.3672793Z", + "startTime": "2022-10-25T16:45:03.5005834Z", + "endTime": "2022-10-25T16:45:04.6881631Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1" @@ -2411,7 +2331,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9cc30552-ca03-4cbd-b8e8-27067d0bd28d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/997651d8-b77b-4301-8851-4fd32d2badf3?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2425,7 +2345,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:44:26 GMT", + "Date": "Tue, 25 Oct 2022 16:45:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2433,22 +2353,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "07352320-3b0c-4d29-b418-358e46e4992b", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124427Z:07352320-3b0c-4d29-b418-358e46e4992b", + "x-ms-correlation-request-id": "cc22bc8e-cf64-4c19-af73-06dc8c9fd5dd", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T164507Z:cc22bc8e-cf64-4c19-af73-06dc8c9fd5dd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-84d7262b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T12%3A43%3A56.4988691Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A45%3A03.5015029Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T12:32:26.2216341Z" + "CreatedOnDate": "2022-10-25T16:34:03.5495325Z" }, "properties": { - "poolId": "c034658d-e566-bbe2-2859-e27c744b8bc2", + "poolId": "50c877ee-9757-df81-cf35-52c079a2dd10", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b/capacityPools/sdk-py-tests-pool-1", @@ -2462,10 +2382,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T12:32:27.5159631Z", + "createdAt": "2022-10-25T16:34:04.6668278Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T12:32:27.5159631Z" + "lastModifiedAt": "2022-10-25T16:34:04.6668278Z" } } }, @@ -2483,14 +2403,16 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 12:44:37 GMT", + "Date": "Tue, 25 Oct 2022 16:45: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": "e7b3a388-d657-4b3d-92a7-66a37ced6f2c", + "x-ms-correlation-request-id": "d067fff7-fa09-4ff0-8530-3d2614ae2fbc", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124437Z:e7b3a388-d657-4b3d-92a7-66a37ced6f2c" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T164522Z:d067fff7-fa09-4ff0-8530-3d2614ae2fbc", + "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, @@ -2508,14 +2430,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 12:44:47 GMT", + "Date": "Tue, 25 Oct 2022 16:45:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0d864961-98e4-4d91-80a7-b251d1dedd7d", + "x-ms-correlation-request-id": "bf0acc1b-d9e6-422f-ae59-bcb590a165d3", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124447Z:0d864961-98e4-4d91-80a7-b251d1dedd7d" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T164532Z:bf0acc1b-d9e6-422f-ae59-bcb590a165d3" }, "ResponseBody": null }, @@ -2533,14 +2455,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 12:44:57 GMT", + "Date": "Tue, 25 Oct 2022 16:45:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "633577ef-737c-48d6-9c51-6c7a920818f1", + "x-ms-correlation-request-id": "854fbf98-7a32-484c-91d5-a19d11dfd15f", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124458Z:633577ef-737c-48d6-9c51-6c7a920818f1" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T164543Z:854fbf98-7a32-484c-91d5-a19d11dfd15f" }, "ResponseBody": null }, @@ -2558,14 +2480,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 12:45:07 GMT", + "Date": "Tue, 25 Oct 2022 16:45:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f0b39e2-dbe9-41a4-8dad-020dafa890d8", + "x-ms-correlation-request-id": "e98c7526-1577-43c3-b5ec-afc6faead24b", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124508Z:3f0b39e2-dbe9-41a4-8dad-020dafa890d8" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T164553Z:e98c7526-1577-43c3-b5ec-afc6faead24b" }, "ResponseBody": null }, @@ -2584,14 +2506,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:45:17 GMT", + "Date": "Tue, 25 Oct 2022 16:46:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7f84ad5f-d05d-4e89-a021-b5309e22a38b", + "x-ms-correlation-request-id": "57607448-2400-410d-810c-1ce5ff9a7149", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124518Z:7f84ad5f-d05d-4e89-a021-b5309e22a38b" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T164603Z:57607448-2400-410d-810c-1ce5ff9a7149" }, "ResponseBody": { "error": { @@ -2613,25 +2535,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19cc9c3b-10f9-43a9-aca9-328027a2bda2?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c0444361-a616-4a78-9942-9e1bc7216dc0?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 12:45:19 GMT", + "Date": "Tue, 25 Oct 2022 16:46:03 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19cc9c3b-10f9-43a9-aca9-328027a2bda2?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c0444361-a616-4a78-9942-9e1bc7216dc0?api-version=2022-05-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": "0ceb2cd4-af99-4725-b318-ff335f02a53b", + "x-ms-correlation-request-id": "3868fc48-2dee-4941-bd5f-080b36beac3e", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124520Z:0ceb2cd4-af99-4725-b318-ff335f02a53b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T164604Z:3868fc48-2dee-4941-bd5f-080b36beac3e", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19cc9c3b-10f9-43a9-aca9-328027a2bda2?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c0444361-a616-4a78-9942-9e1bc7216dc0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2645,7 +2567,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:45:19 GMT", + "Date": "Tue, 25 Oct 2022 16:46:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2653,17 +2575,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "05606869-bcd8-45d1-b77d-d98bc9201133", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124520Z:05606869-bcd8-45d1-b77d-d98bc9201133", + "x-ms-correlation-request-id": "2479e9e3-4678-4dff-ad67-dc6dd59cde94", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T164604Z:2479e9e3-4678-4dff-ad67-dc6dd59cde94", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19cc9c3b-10f9-43a9-aca9-328027a2bda2", - "name": "19cc9c3b-10f9-43a9-aca9-328027a2bda2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c0444361-a616-4a78-9942-9e1bc7216dc0", + "name": "c0444361-a616-4a78-9942-9e1bc7216dc0", "status": "Succeeded", - "startTime": "2022-10-23T12:45:19.9314031Z", - "endTime": "2022-10-23T12:45:20.0095215Z", + "startTime": "2022-10-25T16:46:04.2453634Z", + "endTime": "2022-10-25T16:46:04.3391113Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b" @@ -2671,7 +2593,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/19cc9c3b-10f9-43a9-aca9-328027a2bda2?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c0444361-a616-4a78-9942-9e1bc7216dc0?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2685,7 +2607,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:45:19 GMT", + "Date": "Tue, 25 Oct 2022 16:46:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2693,19 +2615,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e59cc25b-4051-45cb-b315-b51eeafe11c5", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124520Z:e59cc25b-4051-45cb-b315-b51eeafe11c5", + "x-ms-correlation-request-id": "997b92f0-6d67-4ce4-927d-bf821107c377", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T164604Z:997b92f0-6d67-4ce4-927d-bf821107c377", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-84d7262b", "name": "sdk-py-tests-acc-1-84d7262b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-23T12%3A45%3A19.9373654Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A46%3A04.2389967Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T12:32:21.7085321Z" + "CreatedOnDate": "2022-10-25T16:33:59.2422811Z" }, "properties": { "encryption": { @@ -2716,10 +2638,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T12:32:22.950633Z", + "createdAt": "2022-10-25T16:34:00.2110086Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T12:32:22.950633Z" + "lastModifiedAt": "2022-10-25T16:34:00.2110086Z" } } }, @@ -2738,15 +2660,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:45:20 GMT", + "Date": "Tue, 25 Oct 2022 16:46: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": "128133c0-7eee-4d50-adac-2b26c0287c2e", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124521Z:128133c0-7eee-4d50-adac-2b26c0287c2e", + "x-ms-correlation-request-id": "af428c3d-f72a-48b1-9e3c-26f306975cc9", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T164605Z:af428c3d-f72a-48b1-9e3c-26f306975cc9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2770,12 +2692,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d1286fb4-f583-492a-9354-df994be8928b?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c801336d-a5de-4e3d-8bc4-198fe4f4f6cf?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 12:45:21 GMT", + "Date": "Tue, 25 Oct 2022 16:46:05 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/d1286fb4-f583-492a-9354-df994be8928b?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/c801336d-a5de-4e3d-8bc4-198fe4f4f6cf?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2784,10 +2706,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c970a2e8-e603-4232-bd26-8c03efa44f34", - "x-ms-correlation-request-id": "be2cbc30-f077-48da-8b3c-20d4989df9c2", + "x-ms-arm-service-request-id": "3a084b46-be9b-4aa2-85d2-d7ecc2706918", + "x-ms-correlation-request-id": "abe56196-beff-438b-a90c-f39fd813eac7", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124522Z:be2cbc30-f077-48da-8b3c-20d4989df9c2" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T164606Z:abe56196-beff-438b-a90c-f39fd813eac7" }, "ResponseBody": null } 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 cff1f221fa78..c94e29b5aa2c 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:49:27 GMT", + "Date": "Tue, 25 Oct 2022 16:13:52 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.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,7 +111,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:49:27 GMT", + "Date": "Tue, 25 Oct 2022 16:13:52 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "6e67f6b5-4a20-49d8-8fe8-a97101f82f33", + "client-request-id": "11a91891-058d-436e-a91c-919b2598ff57", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "6e67f6b5-4a20-49d8-8fe8-a97101f82f33", + "client-request-id": "11a91891-058d-436e-a91c-919b2598ff57", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:49:27 GMT", + "Date": "Tue, 25 Oct 2022 16:13:52 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/99808704-2409-482b-ad7d-85e0511332bd?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0cf7bc55-bf2b-4dd7-98c1-aca6fa4849b7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:49:37 GMT", + "Date": "Tue, 25 Oct 2022 16:14:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "26154cd1-4f75-49b5-bc58-132a3133ac57", - "x-ms-correlation-request-id": "f64a1623-6d25-4fb0-8661-9cd97d32e9f7", + "x-ms-arm-service-request-id": "41276de6-f969-40c9-bcfb-5dfbfdba55b9", + "x-ms-correlation-request-id": "40009465-78e8-4c08-96d9-9fc3439c75e9", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174937Z:f64a1623-6d25-4fb0-8661-9cd97d32e9f7" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161401Z:40009465-78e8-4c08-96d9-9fc3439c75e9" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-a2e023e0", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0", - "etag": "W/\u0022a3d9f69a-6e34-424d-aec3-75beccd4ce43\u0022", + "etag": "W/\u0022f72ca317-7a48-4671-9a20-e5261ba81479\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:49:31.1510075Z" + "CreatedOnDate": "2022-10-25T16:13:55.6671444Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "ce1a966f-c32f-415c-9a17-581b22ff5c22", + "resourceGuid": "84d2eacd-5bc6-43da-beb5-4f1dc35bc226", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/99808704-2409-482b-ad7d-85e0511332bd?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0cf7bc55-bf2b-4dd7-98c1-aca6fa4849b7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,10 +293,9 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:49:37 GMT", + "Date": "Tue, 25 Oct 2022 16:14:02 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" @@ -305,45 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c115228e-88be-4a8e-9d33-ac3533ea019a", - "x-ms-correlation-request-id": "0267ba29-bd98-47fa-8f1f-2cb3c6c2f7d2", + "x-ms-arm-service-request-id": "2b31e827-b932-4076-8bbe-bcb1019b5032", + "x-ms-correlation-request-id": "0501dcc1-14ca-4468-8d0b-7bf22f3f8adc", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174937Z:0267ba29-bd98-47fa-8f1f-2cb3c6c2f7d2" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/99808704-2409-482b-ad7d-85e0511332bd?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:49:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b04553f8-9352-4949-9ca4-afd1b855d59e", - "x-ms-correlation-request-id": "140edb8f-e49e-405d-91bc-91a9f46cd24e", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174947Z:140edb8f-e49e-405d-91bc-91a9f46cd24e" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161402Z:0501dcc1-14ca-4468-8d0b-7bf22f3f8adc" }, "ResponseBody": { "status": "Succeeded" @@ -364,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:49:47 GMT", - "ETag": "W/\u0022f1319410-b2bd-468d-a5e6-ec2d1529a15e\u0022", + "Date": "Tue, 25 Oct 2022 16:14:02 GMT", + "ETag": "W/\u002205824646-2537-4c7e-a43d-fecdeadc0663\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -376,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "88b73229-25e5-412b-a7d4-f5484fef6d3d", - "x-ms-correlation-request-id": "24210f52-dbca-4bbe-a7d8-544447eaacc8", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174948Z:24210f52-dbca-4bbe-a7d8-544447eaacc8" + "x-ms-arm-service-request-id": "d034de3c-5679-44d0-a748-f2685b224f59", + "x-ms-correlation-request-id": "812afd7a-da65-4973-8ae7-947a5d226dc4", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161402Z:812afd7a-da65-4973-8ae7-947a5d226dc4" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-a2e023e0", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0", - "etag": "W/\u0022f1319410-b2bd-468d-a5e6-ec2d1529a15e\u0022", + "etag": "W/\u002205824646-2537-4c7e-a43d-fecdeadc0663\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:49:31.1510075Z" + "CreatedOnDate": "2022-10-25T16:13:55.6671444Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "ce1a966f-c32f-415c-9a17-581b22ff5c22", + "resourceGuid": "84d2eacd-5bc6-43da-beb5-4f1dc35bc226", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -431,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f012c7fb-a7a2-48c6-9192-07960517d8a7?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7169310a-434c-43e5-b2d2-41adaff3f582?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:49:48 GMT", + "Date": "Tue, 25 Oct 2022 16:14:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -445,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8dee7658-fc84-4cae-b89c-2d49057f3153", - "x-ms-correlation-request-id": "f9aa8236-2b94-4c1f-b2df-e3c7e4b84160", + "x-ms-arm-service-request-id": "027ae052-5af5-4eac-ac5d-29b29d96dcdb", + "x-ms-correlation-request-id": "051ed9c1-e2b1-4b69-8587-1f405465c166", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174948Z:f9aa8236-2b94-4c1f-b2df-e3c7e4b84160" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161403Z:051ed9c1-e2b1-4b69-8587-1f405465c166" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", - "etag": "W/\u0022df344c43-5b55-4ebc-93f3-b96d720f3c87\u0022", + "etag": "W/\u00229fcb044d-88b7-42fc-8e22-8ca5c4a1acc8\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -461,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022df344c43-5b55-4ebc-93f3-b96d720f3c87\u0022", + "etag": "W/\u00229fcb044d-88b7-42fc-8e22-8ca5c4a1acc8\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -481,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f012c7fb-a7a2-48c6-9192-07960517d8a7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7169310a-434c-43e5-b2d2-41adaff3f582?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -495,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:49:48 GMT", + "Date": "Tue, 25 Oct 2022 16:14:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1c7d8b43-f0a9-406f-9075-e91dd593f806", - "x-ms-correlation-request-id": "1dcf5ce5-b2c5-4706-85db-30a0e0c46ebe", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174949Z:1dcf5ce5-b2c5-4706-85db-30a0e0c46ebe" + "x-ms-arm-service-request-id": "8b742eea-63b9-4944-a06e-a27d6d7a0f54", + "x-ms-correlation-request-id": "132a5839-605f-47f8-9905-68bc7fc97779", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161403Z:132a5839-605f-47f8-9905-68bc7fc97779" }, "ResponseBody": { "status": "Succeeded" @@ -530,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:49:49 GMT", - "ETag": "W/\u0022ecad6d44-fab4-4dcf-a776-ea320a1d2f68\u0022", + "Date": "Tue, 25 Oct 2022 16:14:03 GMT", + "ETag": "W/\u0022bbf39343-aa08-4a08-8476-ce4eb3a7753a\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -542,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "261f5801-a1e6-48bd-85f5-0c93ffef03eb", - "x-ms-correlation-request-id": "05f1627c-1ec8-477f-a9d4-5f82e234e35b", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174949Z:05f1627c-1ec8-477f-a9d4-5f82e234e35b" + "x-ms-arm-service-request-id": "042b78bd-e835-422f-b209-5e3ac7d8cbd3", + "x-ms-correlation-request-id": "a4862dd9-4384-491e-9249-9c9ba8f3a636", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161403Z:a4862dd9-4384-491e-9249-9c9ba8f3a636" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", - "etag": "W/\u0022ecad6d44-fab4-4dcf-a776-ea320a1d2f68\u0022", + "etag": "W/\u0022bbf39343-aa08-4a08-8476-ce4eb3a7753a\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -558,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022ecad6d44-fab4-4dcf-a776-ea320a1d2f68\u0022", + "etag": "W/\u0022bbf39343-aa08-4a08-8476-ce4eb3a7753a\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -594,12 +558,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:49:49 GMT", + "Date": "Tue, 25 Oct 2022 16:14:03 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.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -688,12 +652,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:49:49 GMT", + "Date": "Tue, 25 Oct 2022 16:14:03 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.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -749,9 +713,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "6c5e6d11-6033-423f-8c86-502c21c6a52d", + "client-request-id": "115057f2-a4c2-4aba-9dfc-1f99f2cc318f", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -763,14 +727,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "6c5e6d11-6033-423f-8c86-502c21c6a52d", + "client-request-id": "115057f2-a4c2-4aba-9dfc-1f99f2cc318f", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:49:49 GMT", + "Date": "Tue, 25 Oct 2022 16:14:03 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -778,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -805,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4925a945-700f-4e5f-a352-f429cadb48df?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f1072a3-ffb2-491e-a8e8-b391da7b8a3f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:49:54 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T17%3A49%3A53.2900695Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 16:14:08 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T16%3A14%3A07.3832927Z\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": "f5e3faec-9b21-4c67-8870-cd022c29f22e", + "x-ms-correlation-request-id": "e8904738-a63e-4cb4-8657-0f00b45837cd", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174954Z:f5e3faec-9b21-4c67-8870-cd022c29f22e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161408Z:e8904738-a63e-4cb4-8657-0f00b45837cd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0", "name": "sdk-py-tests-acc-1-a2e023e0", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A49%3A53.2900695Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A14%3A07.3832927Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:49:51.1401724Z" + "CreatedOnDate": "2022-10-25T16:14:05.5406205Z" }, "properties": { "provisioningState": "Creating" @@ -836,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:49:52.3162598Z", + "createdAt": "2022-10-25T16:14:06.3746316Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:49:52.3162598Z" + "lastModifiedAt": "2022-10-25T16:14:06.3746316Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4925a945-700f-4e5f-a352-f429cadb48df?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f1072a3-ffb2-491e-a8e8-b391da7b8a3f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -858,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:49:54 GMT", + "Date": "Tue, 25 Oct 2022 16:14:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -866,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3a63c86-d913-4317-b164-5c0d1f382965", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174955Z:e3a63c86-d913-4317-b164-5c0d1f382965", + "x-ms-correlation-request-id": "638e01ce-dec5-4d4f-b935-22f504fcf4cb", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161408Z:638e01ce-dec5-4d4f-b935-22f504fcf4cb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4925a945-700f-4e5f-a352-f429cadb48df", - "name": "4925a945-700f-4e5f-a352-f429cadb48df", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f1072a3-ffb2-491e-a8e8-b391da7b8a3f", + "name": "9f1072a3-ffb2-491e-a8e8-b391da7b8a3f", "status": "Succeeded", - "startTime": "2022-10-22T17:49:53.2838739Z", - "endTime": "2022-10-22T17:49:53.3307286Z", + "startTime": "2022-10-25T16:14:07.3787705Z", + "endTime": "2022-10-25T16:14:07.4568793Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0" @@ -898,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:49:54 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T17%3A49%3A53.3359142Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 16:14:09 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T16%3A14%3A07.4502132Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -907,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e094c1bd-0d78-44ad-9925-30435aea9d0e", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174955Z:e094c1bd-0d78-44ad-9925-30435aea9d0e", + "x-ms-correlation-request-id": "a0c2c5bc-c16c-4836-963c-9e0e7878102c", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161409Z:a0c2c5bc-c16c-4836-963c-9e0e7878102c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0", "name": "sdk-py-tests-acc-1-a2e023e0", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A49%3A53.3359142Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A14%3A07.4502132Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:49:51.1401724Z" + "CreatedOnDate": "2022-10-25T16:14:05.5406205Z" }, "properties": { "activeDirectories": [ @@ -948,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:49:52.3162598Z", + "createdAt": "2022-10-25T16:14:06.3746316Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:49:52.3162598Z" + "lastModifiedAt": "2022-10-25T16:14:06.3746316Z" } } }, @@ -977,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c36eb734-f54c-4ebb-87c2-730a5dd96b06?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21a015bc-3f1c-4276-b0d8-15f134cea0d6?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:49:57 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T17%3A49%3A57.1508759Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 16:14:11 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T16%3A14%3A10.9672229Z\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": "5b440a49-a61e-48da-a36e-845c2bb9228c", + "x-ms-correlation-request-id": "9b6b021b-dee9-4fcd-a81e-8f464241a252", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174958Z:5b440a49-a61e-48da-a36e-845c2bb9228c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161411Z:9b6b021b-dee9-4fcd-a81e-8f464241a252", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A49%3A57.1508759Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A14%3A10.9672229Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:49:55.7439112Z" + "CreatedOnDate": "2022-10-25T16:14:09.5648288Z" }, "properties": { "serviceLevel": "Premium", @@ -1014,15 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:49:56.8972437Z", + "createdAt": "2022-10-25T16:14:10.7054712Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:49:56.8972437Z" + "lastModifiedAt": "2022-10-25T16:14:10.7054712Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c36eb734-f54c-4ebb-87c2-730a5dd96b06?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21a015bc-3f1c-4276-b0d8-15f134cea0d6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1036,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:49:57 GMT", + "Date": "Tue, 25 Oct 2022 16:14:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1044,17 +1008,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b207f6b2-40d1-4f68-9613-356955e39f5f", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174958Z:b207f6b2-40d1-4f68-9613-356955e39f5f", + "x-ms-correlation-request-id": "c80454cf-fae7-4cdd-8026-29ab000ae6b5", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161412Z:c80454cf-fae7-4cdd-8026-29ab000ae6b5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c36eb734-f54c-4ebb-87c2-730a5dd96b06", - "name": "c36eb734-f54c-4ebb-87c2-730a5dd96b06", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21a015bc-3f1c-4276-b0d8-15f134cea0d6", + "name": "21a015bc-3f1c-4276-b0d8-15f134cea0d6", "status": "Succeeded", - "startTime": "2022-10-22T17:49:57.1461914Z", - "endTime": "2022-10-22T17:49:58.1619536Z", + "startTime": "2022-10-25T16:14:10.9667415Z", + "endTime": "2022-10-25T16:14:11.873063Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1" @@ -1076,8 +1040,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:49:58 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T17%3A49%3A58.1571591Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 16:14:12 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T16%3A14%3A11.8667007Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1085,22 +1049,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e0e64b4-5dfe-45f4-97ee-28a228c29d08", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T174958Z:9e0e64b4-5dfe-45f4-97ee-28a228c29d08", + "x-ms-correlation-request-id": "149bafd6-b1c3-40e1-8781-5da3eb1e03bc", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161412Z:149bafd6-b1c3-40e1-8781-5da3eb1e03bc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A49%3A58.1571591Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A14%3A11.8667007Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:49:55.7439112Z" + "CreatedOnDate": "2022-10-25T16:14:09.5648288Z" }, "properties": { - "poolId": "90554ca7-79b5-97c1-749d-de2330cdefca", + "poolId": "bc5885e1-34d6-ab52-4e18-e54a5f9251cb", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1113,10 +1077,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:49:56.8972437Z", + "createdAt": "2022-10-25T16:14:10.7054712Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:49:56.8972437Z" + "lastModifiedAt": "2022-10-25T16:14:10.7054712Z" } } }, @@ -1159,30 +1123,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed3fe744-e115-4b25-be68-669478a98226?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:50:11 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T17%3A50%3A11.1409259Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 16:14:25 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T16%3A14%3A24.8292159Z\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": "6728db9b-b986-471f-a541-216f0624a710", + "x-ms-correlation-request-id": "a8c5f625-4abf-42df-94b4-8f4be225dfaa", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T175012Z:6728db9b-b986-471f-a541-216f0624a710", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161425Z:a8c5f625-4abf-42df-94b4-8f4be225dfaa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0", "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a2e023e0", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A50%3A11.1409259Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A14%3A24.8292159Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:50:09.0841553Z" + "CreatedOnDate": "2022-10-25T16:14:22.8850346Z" }, "properties": { "serviceLevel": "Premium", @@ -1212,15 +1176,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:50:10.2488527Z", + "createdAt": "2022-10-25T16:14:23.9158812Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:50:10.2488527Z" + "lastModifiedAt": "2022-10-25T16:14:23.9158812Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed3fe744-e115-4b25-be68-669478a98226?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1234,7 +1198,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:50:11 GMT", + "Date": "Tue, 25 Oct 2022 16:14:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1242,16 +1206,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd85ad9c-9d13-4a3f-8782-ebe4c787db7e", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T175012Z:cd85ad9c-9d13-4a3f-8782-ebe4c787db7e", + "x-ms-correlation-request-id": "9a3459d3-4c4f-40db-8c6e-71276481c413", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161426Z:9a3459d3-4c4f-40db-8c6e-71276481c413", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27", - "name": "c4e91be4-3fac-4954-9a39-896ec3ddfa27", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed3fe744-e115-4b25-be68-669478a98226", + "name": "ed3fe744-e115-4b25-be68-669478a98226", "status": "Creating", - "startTime": "2022-10-22T17:50:11.1373005Z", + "startTime": "2022-10-25T16:14:24.8235299Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1260,7 +1224,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed3fe744-e115-4b25-be68-669478a98226?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1274,7 +1238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:50:42 GMT", + "Date": "Tue, 25 Oct 2022 16:14:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1282,16 +1246,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "26d1b35b-54b0-4327-9647-2847c09808e7", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T175042Z:26d1b35b-54b0-4327-9647-2847c09808e7", + "x-ms-correlation-request-id": "d48a9172-4486-4c02-a7fe-d94726d697e8", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161456Z:d48a9172-4486-4c02-a7fe-d94726d697e8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27", - "name": "c4e91be4-3fac-4954-9a39-896ec3ddfa27", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed3fe744-e115-4b25-be68-669478a98226", + "name": "ed3fe744-e115-4b25-be68-669478a98226", "status": "Creating", - "startTime": "2022-10-22T17:50:11.1373005Z", + "startTime": "2022-10-25T16:14:24.8235299Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1300,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed3fe744-e115-4b25-be68-669478a98226?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1314,7 +1278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:51:12 GMT", + "Date": "Tue, 25 Oct 2022 16:15:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1322,16 +1286,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67276b3b-56eb-463a-8bc6-1c54bf9cd0c5", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T175112Z:67276b3b-56eb-463a-8bc6-1c54bf9cd0c5", + "x-ms-correlation-request-id": "a5a4fcdd-5118-4e1c-b337-3f8f0a739245", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161526Z:a5a4fcdd-5118-4e1c-b337-3f8f0a739245", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27", - "name": "c4e91be4-3fac-4954-9a39-896ec3ddfa27", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed3fe744-e115-4b25-be68-669478a98226", + "name": "ed3fe744-e115-4b25-be68-669478a98226", "status": "Creating", - "startTime": "2022-10-22T17:50:11.1373005Z", + "startTime": "2022-10-25T16:14:24.8235299Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1340,7 +1304,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed3fe744-e115-4b25-be68-669478a98226?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1354,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:51:42 GMT", + "Date": "Tue, 25 Oct 2022 16:15:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1362,16 +1326,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bfe6cc96-981d-43ea-a515-8837c480d40d", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T175143Z:bfe6cc96-981d-43ea-a515-8837c480d40d", + "x-ms-correlation-request-id": "625ad2ec-6578-44eb-807a-7bf95a96ad9e", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161556Z:625ad2ec-6578-44eb-807a-7bf95a96ad9e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27", - "name": "c4e91be4-3fac-4954-9a39-896ec3ddfa27", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed3fe744-e115-4b25-be68-669478a98226", + "name": "ed3fe744-e115-4b25-be68-669478a98226", "status": "Creating", - "startTime": "2022-10-22T17:50:11.1373005Z", + "startTime": "2022-10-25T16:14:24.8235299Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1380,7 +1344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed3fe744-e115-4b25-be68-669478a98226?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1394,7 +1358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:52:12 GMT", + "Date": "Tue, 25 Oct 2022 16:16:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1402,16 +1366,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1719dfe4-52c7-4e60-8b06-6c93c935b90a", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T175213Z:1719dfe4-52c7-4e60-8b06-6c93c935b90a", + "x-ms-correlation-request-id": "a4a19633-5ec0-40cf-9e56-872a21904919", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161627Z:a4a19633-5ec0-40cf-9e56-872a21904919", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27", - "name": "c4e91be4-3fac-4954-9a39-896ec3ddfa27", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed3fe744-e115-4b25-be68-669478a98226", + "name": "ed3fe744-e115-4b25-be68-669478a98226", "status": "Creating", - "startTime": "2022-10-22T17:50:11.1373005Z", + "startTime": "2022-10-25T16:14:24.8235299Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1420,7 +1384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed3fe744-e115-4b25-be68-669478a98226?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1434,7 +1398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:52:43 GMT", + "Date": "Tue, 25 Oct 2022 16:16:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1442,16 +1406,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cab72aaf-df8d-4466-95cd-f92c6172f295", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T175243Z:cab72aaf-df8d-4466-95cd-f92c6172f295", + "x-ms-correlation-request-id": "e20684a7-b60a-4107-8511-7046fb286aa6", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161657Z:e20684a7-b60a-4107-8511-7046fb286aa6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27", - "name": "c4e91be4-3fac-4954-9a39-896ec3ddfa27", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed3fe744-e115-4b25-be68-669478a98226", + "name": "ed3fe744-e115-4b25-be68-669478a98226", "status": "Creating", - "startTime": "2022-10-22T17:50:11.1373005Z", + "startTime": "2022-10-25T16:14:24.8235299Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1460,7 +1424,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed3fe744-e115-4b25-be68-669478a98226?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1474,7 +1438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:53:13 GMT", + "Date": "Tue, 25 Oct 2022 16:17:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1482,16 +1446,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d23eb656-800f-489a-9a32-470a3229d711", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T175313Z:d23eb656-800f-489a-9a32-470a3229d711", + "x-ms-correlation-request-id": "ffec7764-7ff2-4b06-9c82-d3d45f814170", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161727Z:ffec7764-7ff2-4b06-9c82-d3d45f814170", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27", - "name": "c4e91be4-3fac-4954-9a39-896ec3ddfa27", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed3fe744-e115-4b25-be68-669478a98226", + "name": "ed3fe744-e115-4b25-be68-669478a98226", "status": "Creating", - "startTime": "2022-10-22T17:50:11.1373005Z", + "startTime": "2022-10-25T16:14:24.8235299Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1500,7 +1464,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed3fe744-e115-4b25-be68-669478a98226?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1514,7 +1478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:53:44 GMT", + "Date": "Tue, 25 Oct 2022 16:17:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1522,16 +1486,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af90afe5-bcce-4fe4-a333-bc55a288cb4d", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T175344Z:af90afe5-bcce-4fe4-a333-bc55a288cb4d", + "x-ms-correlation-request-id": "a4b0fd2b-c44c-4a70-ab05-fbae35f61c74", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161757Z:a4b0fd2b-c44c-4a70-ab05-fbae35f61c74", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27", - "name": "c4e91be4-3fac-4954-9a39-896ec3ddfa27", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed3fe744-e115-4b25-be68-669478a98226", + "name": "ed3fe744-e115-4b25-be68-669478a98226", "status": "Creating", - "startTime": "2022-10-22T17:50:11.1373005Z", + "startTime": "2022-10-25T16:14:24.8235299Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1540,7 +1504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed3fe744-e115-4b25-be68-669478a98226?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1554,7 +1518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:54:14 GMT", + "Date": "Tue, 25 Oct 2022 16:18:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1562,16 +1526,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cedf0161-25fa-4355-a73a-5edd8f894040", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T175414Z:cedf0161-25fa-4355-a73a-5edd8f894040", + "x-ms-correlation-request-id": "bdcf3a94-7691-49ae-ac34-97d33886b100", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161828Z:bdcf3a94-7691-49ae-ac34-97d33886b100", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27", - "name": "c4e91be4-3fac-4954-9a39-896ec3ddfa27", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed3fe744-e115-4b25-be68-669478a98226", + "name": "ed3fe744-e115-4b25-be68-669478a98226", "status": "Creating", - "startTime": "2022-10-22T17:50:11.1373005Z", + "startTime": "2022-10-25T16:14:24.8235299Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1580,7 +1544,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed3fe744-e115-4b25-be68-669478a98226?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1594,7 +1558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:54:44 GMT", + "Date": "Tue, 25 Oct 2022 16:18:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1602,16 +1566,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9dac331f-7417-4ac7-977b-265f914754ba", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T175444Z:9dac331f-7417-4ac7-977b-265f914754ba", + "x-ms-correlation-request-id": "704f48b4-c732-4079-a172-a40455b3470d", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161858Z:704f48b4-c732-4079-a172-a40455b3470d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27", - "name": "c4e91be4-3fac-4954-9a39-896ec3ddfa27", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed3fe744-e115-4b25-be68-669478a98226", + "name": "ed3fe744-e115-4b25-be68-669478a98226", "status": "Creating", - "startTime": "2022-10-22T17:50:11.1373005Z", + "startTime": "2022-10-25T16:14:24.8235299Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1620,7 +1584,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed3fe744-e115-4b25-be68-669478a98226?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1634,7 +1598,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:55:14 GMT", + "Date": "Tue, 25 Oct 2022 16:19:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1642,17 +1606,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "96b11ef9-5322-4bcd-a590-422170875bdf", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T175514Z:96b11ef9-5322-4bcd-a590-422170875bdf", + "x-ms-correlation-request-id": "882f3e2d-9794-4171-8e96-bb703921c359", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161928Z:882f3e2d-9794-4171-8e96-bb703921c359", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c4e91be4-3fac-4954-9a39-896ec3ddfa27", - "name": "c4e91be4-3fac-4954-9a39-896ec3ddfa27", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed3fe744-e115-4b25-be68-669478a98226", + "name": "ed3fe744-e115-4b25-be68-669478a98226", "status": "Succeeded", - "startTime": "2022-10-22T17:50:11.1373005Z", - "endTime": "2022-10-22T17:54:50.2716247Z", + "startTime": "2022-10-25T16:14:24.8235299Z", + "endTime": "2022-10-25T16:19:07.3874021Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" @@ -1674,8 +1638,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:55:15 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T17%3A54%3A50.2512387Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 16:19:28 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T16%3A19%3A07.3774821Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1683,22 +1647,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ab88db7-222b-469e-add6-77e9a5a924be", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T175515Z:0ab88db7-222b-469e-add6-77e9a5a924be", + "x-ms-correlation-request-id": "610368c5-4f89-4ed9-b01c-5472823fd849", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161929Z:610368c5-4f89-4ed9-b01c-5472823fd849", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0", "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a2e023e0", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A54%3A50.2512387Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A19%3A07.3774821Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:50:09.0841553Z" + "CreatedOnDate": "2022-10-25T16:14:22.8850346Z" }, "properties": { - "fileSystemId": "77928f0b-417a-2001-c699-dd929c23b5b9", + "fileSystemId": "b0e41a53-a086-fe31-83dd-64ccd8028a19", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-a2e023e0", "usageThreshold": 107374182400, @@ -1726,7 +1690,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_31371df4", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_afca3620", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1741,8 +1705,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "77928f0b-417a-2001-c699-dd929c23b5b9", - "fileSystemId": "77928f0b-417a-2001-c699-dd929c23b5b9", + "mountTargetId": "b0e41a53-a086-fe31-83dd-64ccd8028a19", + "fileSystemId": "b0e41a53-a086-fe31-83dd-64ccd8028a19", "ipAddress": "10.0.0.4" } ], @@ -1762,10 +1726,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:50:10.2488527Z", + "createdAt": "2022-10-25T16:14:23.9158812Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:50:10.2488527Z" + "lastModifiedAt": "2022-10-25T16:14:23.9158812Z" } } }, @@ -1808,30 +1772,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71d3b933-6c4b-4dcf-bf88-5f4773d652e7?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e5337b0a-3ec4-4008-9ad9-9e22fb6232ad?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:55:19 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T17%3A55%3A18.4941589Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 16:19:32 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T16%3A19%3A32.1670258Z\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": "1cc30ca3-88b7-4bf4-bd84-b459cd0270ad", + "x-ms-correlation-request-id": "e9a17430-a91b-4092-81f2-3e6b4897d37c", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T175520Z:1cc30ca3-88b7-4bf4-bd84-b459cd0270ad", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161933Z:e9a17430-a91b-4092-81f2-3e6b4897d37c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0", "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-4-a2e023e0", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A55%3A18.4941589Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A19%3A32.1670258Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:55:15.8429135Z" + "CreatedOnDate": "2022-10-25T16:19:29.5292222Z" }, "properties": { "serviceLevel": "Premium", @@ -1861,15 +1825,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:55:18.1814947Z", + "createdAt": "2022-10-25T16:19:31.0542875Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:55:18.1814947Z" + "lastModifiedAt": "2022-10-25T16:19:31.0542875Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71d3b933-6c4b-4dcf-bf88-5f4773d652e7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e5337b0a-3ec4-4008-9ad9-9e22fb6232ad?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1883,7 +1847,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:55:20 GMT", + "Date": "Tue, 25 Oct 2022 16:19:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1891,16 +1855,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "06eb078e-b370-4e4d-a448-830732f12872", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T175520Z:06eb078e-b370-4e4d-a448-830732f12872", + "x-ms-correlation-request-id": "cbd7cc85-1e4e-451c-9ce3-24a887a5adfc", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T161933Z:cbd7cc85-1e4e-451c-9ce3-24a887a5adfc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71d3b933-6c4b-4dcf-bf88-5f4773d652e7", - "name": "71d3b933-6c4b-4dcf-bf88-5f4773d652e7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e5337b0a-3ec4-4008-9ad9-9e22fb6232ad", + "name": "e5337b0a-3ec4-4008-9ad9-9e22fb6232ad", "status": "Creating", - "startTime": "2022-10-22T17:55:18.4986186Z", + "startTime": "2022-10-25T16:19:32.166043Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1909,7 +1873,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71d3b933-6c4b-4dcf-bf88-5f4773d652e7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e5337b0a-3ec4-4008-9ad9-9e22fb6232ad?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1923,7 +1887,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:55:49 GMT", + "Date": "Tue, 25 Oct 2022 16:20:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1931,16 +1895,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1fba82ab-8a6b-4aeb-bbe8-af202d4680c3", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T175550Z:1fba82ab-8a6b-4aeb-bbe8-af202d4680c3", + "x-ms-correlation-request-id": "d8943547-ab76-49c0-88f6-be76c5732fc3", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T162004Z:d8943547-ab76-49c0-88f6-be76c5732fc3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71d3b933-6c4b-4dcf-bf88-5f4773d652e7", - "name": "71d3b933-6c4b-4dcf-bf88-5f4773d652e7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e5337b0a-3ec4-4008-9ad9-9e22fb6232ad", + "name": "e5337b0a-3ec4-4008-9ad9-9e22fb6232ad", "status": "Creating", - "startTime": "2022-10-22T17:55:18.4986186Z", + "startTime": "2022-10-25T16:19:32.166043Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1949,7 +1913,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71d3b933-6c4b-4dcf-bf88-5f4773d652e7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e5337b0a-3ec4-4008-9ad9-9e22fb6232ad?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1963,7 +1927,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:56:21 GMT", + "Date": "Tue, 25 Oct 2022 16:20:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1971,17 +1935,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1419a8a5-47bd-4d96-aa33-1836c03239be", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T175621Z:1419a8a5-47bd-4d96-aa33-1836c03239be", + "x-ms-correlation-request-id": "16775994-4e16-4380-9049-8edcb4e8d45c", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T162035Z:16775994-4e16-4380-9049-8edcb4e8d45c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/71d3b933-6c4b-4dcf-bf88-5f4773d652e7", - "name": "71d3b933-6c4b-4dcf-bf88-5f4773d652e7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e5337b0a-3ec4-4008-9ad9-9e22fb6232ad", + "name": "e5337b0a-3ec4-4008-9ad9-9e22fb6232ad", "status": "Succeeded", - "startTime": "2022-10-22T17:55:18.4986186Z", - "endTime": "2022-10-22T17:56:01.9710236Z", + "startTime": "2022-10-25T16:19:32.166043Z", + "endTime": "2022-10-25T16:20:08.1468318Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0" @@ -2003,8 +1967,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:56:21 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T17%3A56%3A01.9702539Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 16:20:35 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T16%3A20%3A08.1358527Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2012,22 +1976,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d665eef1-ec0e-4943-87c3-62dd2cbc9c60", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T175622Z:d665eef1-ec0e-4943-87c3-62dd2cbc9c60", + "x-ms-correlation-request-id": "9cffe9c1-a17f-4a5d-9517-9778819c6b5e", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T162035Z:9cffe9c1-a17f-4a5d-9517-9778819c6b5e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0", "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-4-a2e023e0", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A56%3A01.9702539Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A20%3A08.1358527Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:55:15.8429135Z" + "CreatedOnDate": "2022-10-25T16:19:29.5292222Z" }, "properties": { - "fileSystemId": "0410c02f-2207-1b45-75d1-0c40f656314c", + "fileSystemId": "b365ce6f-7f11-c61e-354f-c0c2f94833fc", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-a2e023e0", "usageThreshold": 107374182400, @@ -2055,7 +2019,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_31371df4", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_afca3620", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2070,8 +2034,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "0410c02f-2207-1b45-75d1-0c40f656314c", - "fileSystemId": "0410c02f-2207-1b45-75d1-0c40f656314c", + "mountTargetId": "b365ce6f-7f11-c61e-354f-c0c2f94833fc", + "fileSystemId": "b365ce6f-7f11-c61e-354f-c0c2f94833fc", "ipAddress": "10.0.0.4" } ], @@ -2091,10 +2055,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:55:18.1814947Z", + "createdAt": "2022-10-25T16:19:31.0542875Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:55:18.1814947Z" + "lastModifiedAt": "2022-10-25T16:19:31.0542875Z" } } }, @@ -2113,7 +2077,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:56:22 GMT", + "Date": "Tue, 25 Oct 2022 16:20:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2121,9 +2085,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0b99b94a-e8ba-497d-9bbb-a2d3f7d1fd7f", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T175622Z:0b99b94a-e8ba-497d-9bbb-a2d3f7d1fd7f", + "x-ms-correlation-request-id": "a13eda12-9941-495d-b067-673d9d1d32d5", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T162036Z:a13eda12-9941-495d-b067-673d9d1d32d5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2132,13 +2096,13 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0", "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a2e023e0", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A54%3A50.2512387Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A19%3A07.3774821Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:50:09.0841553Z" + "CreatedOnDate": "2022-10-25T16:14:22.8850346Z" }, "properties": { - "fileSystemId": "77928f0b-417a-2001-c699-dd929c23b5b9", + "fileSystemId": "b0e41a53-a086-fe31-83dd-64ccd8028a19", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-a2e023e0", "usageThreshold": 107374182400, @@ -2166,7 +2130,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_31371df4", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_afca3620", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2181,8 +2145,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "77928f0b-417a-2001-c699-dd929c23b5b9", - "fileSystemId": "77928f0b-417a-2001-c699-dd929c23b5b9", + "mountTargetId": "b0e41a53-a086-fe31-83dd-64ccd8028a19", + "fileSystemId": "b0e41a53-a086-fe31-83dd-64ccd8028a19", "ipAddress": "10.0.0.4" } ], @@ -2202,23 +2166,23 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:50:10.2488527Z", + "createdAt": "2022-10-25T16:14:23.9158812Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:50:10.2488527Z" + "lastModifiedAt": "2022-10-25T16:14:23.9158812Z" } }, { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0", "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-4-a2e023e0", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A56%3A01.9702539Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A20%3A08.1358527Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:55:15.8429135Z" + "CreatedOnDate": "2022-10-25T16:19:29.5292222Z" }, "properties": { - "fileSystemId": "0410c02f-2207-1b45-75d1-0c40f656314c", + "fileSystemId": "b365ce6f-7f11-c61e-354f-c0c2f94833fc", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-a2e023e0", "usageThreshold": 107374182400, @@ -2246,7 +2210,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_31371df4", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_afca3620", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2261,8 +2225,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "0410c02f-2207-1b45-75d1-0c40f656314c", - "fileSystemId": "0410c02f-2207-1b45-75d1-0c40f656314c", + "mountTargetId": "b365ce6f-7f11-c61e-354f-c0c2f94833fc", + "fileSystemId": "b365ce6f-7f11-c61e-354f-c0c2f94833fc", "ipAddress": "10.0.0.4" } ], @@ -2282,10 +2246,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:55:18.1814947Z", + "createdAt": "2022-10-25T16:19:31.0542875Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:55:18.1814947Z" + "lastModifiedAt": "2022-10-25T16:19:31.0542875Z" } } ] @@ -2304,25 +2268,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/79a7d2b4-808a-479d-a723-78612142c79a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25748c15-18c6-4164-a53d-a543f1ecbd6b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 17:56:22 GMT", + "Date": "Tue, 25 Oct 2022 16:20:36 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/79a7d2b4-808a-479d-a723-78612142c79a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25748c15-18c6-4164-a53d-a543f1ecbd6b?api-version=2022-05-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": "777d9714-64bf-4329-8ba6-4d9f58365bd4", + "x-ms-correlation-request-id": "f0dce8c6-46a6-47e5-8b1f-df8069689eb6", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T175623Z:777d9714-64bf-4329-8ba6-4d9f58365bd4", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T162036Z:f0dce8c6-46a6-47e5-8b1f-df8069689eb6", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/79a7d2b4-808a-479d-a723-78612142c79a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25748c15-18c6-4164-a53d-a543f1ecbd6b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2336,7 +2300,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:56:23 GMT", + "Date": "Tue, 25 Oct 2022 16:20:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2344,16 +2308,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a07e403b-e850-4b34-81c5-71fd4c306296", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T175623Z:a07e403b-e850-4b34-81c5-71fd4c306296", + "x-ms-correlation-request-id": "8a6cb832-aa47-49b6-8982-c818dfa1fd69", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T162037Z:8a6cb832-aa47-49b6-8982-c818dfa1fd69", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/79a7d2b4-808a-479d-a723-78612142c79a", - "name": "79a7d2b4-808a-479d-a723-78612142c79a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25748c15-18c6-4164-a53d-a543f1ecbd6b", + "name": "25748c15-18c6-4164-a53d-a543f1ecbd6b", "status": "Deleting", - "startTime": "2022-10-22T17:56:23.0589197Z", + "startTime": "2022-10-25T16:20:36.6674407Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2362,7 +2326,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/79a7d2b4-808a-479d-a723-78612142c79a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25748c15-18c6-4164-a53d-a543f1ecbd6b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2376,7 +2340,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:56:53 GMT", + "Date": "Tue, 25 Oct 2022 16:21:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2384,17 +2348,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "95fd53ba-64a0-4b29-ad2e-4f11cdf01d72", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T175653Z:95fd53ba-64a0-4b29-ad2e-4f11cdf01d72", + "x-ms-correlation-request-id": "cf907de6-7c43-4e87-878f-186ea3d030db", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T162107Z:cf907de6-7c43-4e87-878f-186ea3d030db", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/79a7d2b4-808a-479d-a723-78612142c79a", - "name": "79a7d2b4-808a-479d-a723-78612142c79a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25748c15-18c6-4164-a53d-a543f1ecbd6b", + "name": "25748c15-18c6-4164-a53d-a543f1ecbd6b", "status": "Succeeded", - "startTime": "2022-10-22T17:56:23.0589197Z", - "endTime": "2022-10-22T17:56:40.7497942Z", + "startTime": "2022-10-25T16:20:36.6674407Z", + "endTime": "2022-10-25T16:20:51.0593294Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0" @@ -2402,7 +2366,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/79a7d2b4-808a-479d-a723-78612142c79a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/25748c15-18c6-4164-a53d-a543f1ecbd6b?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2416,7 +2380,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 17:56:53 GMT", + "Date": "Tue, 25 Oct 2022 16:21:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2424,22 +2388,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a6d10e4d-bcfe-4fad-bb05-57be43e593c1", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T175653Z:a6d10e4d-bcfe-4fad-bb05-57be43e593c1", + "x-ms-correlation-request-id": "4e9c8c03-b746-4f06-87b9-d33138bb4236", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T162107Z:4e9c8c03-b746-4f06-87b9-d33138bb4236", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0", "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a2e023e0", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T17%3A56%3A23.0372147Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A20%3A36.6615882Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:50:09.0841553Z" + "CreatedOnDate": "2022-10-25T16:14:22.8850346Z" }, "properties": { - "fileSystemId": "77928f0b-417a-2001-c699-dd929c23b5b9", + "fileSystemId": "b0e41a53-a086-fe31-83dd-64ccd8028a19", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-a2e023e0", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2470,19 +2434,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_31371df4", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_afca3620", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a2e023e0", - "poolId": "90554ca7-79b5-97c1-749d-de2330cdefca", + "poolId": "bc5885e1-34d6-ab52-4e18-e54a5f9251cb", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "77928f0b-417a-2001-c699-dd929c23b5b9", - "fileSystemId": "77928f0b-417a-2001-c699-dd929c23b5b9", + "mountTargetId": "b0e41a53-a086-fe31-83dd-64ccd8028a19", + "fileSystemId": "b0e41a53-a086-fe31-83dd-64ccd8028a19", "startIp": "", "endIp": "", "gateway": "", @@ -2514,10 +2478,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:50:10.2488527Z", + "createdAt": "2022-10-25T16:14:23.9158812Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:50:10.2488527Z" + "lastModifiedAt": "2022-10-25T16:14:23.9158812Z" } } }, @@ -2536,14 +2500,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 18:00:15 GMT", + "Date": "Tue, 25 Oct 2022 16:24:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "41be545d-7dfb-43fe-9ed1-bfd098bd36c5", + "x-ms-correlation-request-id": "67b6d7b1-5c45-4a48-a863-d4c4d9de710f", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180016Z:41be545d-7dfb-43fe-9ed1-bfd098bd36c5" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T162429Z:67b6d7b1-5c45-4a48-a863-d4c4d9de710f" }, "ResponseBody": { "error": { @@ -2565,25 +2529,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5abbc6b0-accb-4345-afc0-85dff26b4378?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 18:00:18 GMT", + "Date": "Tue, 25 Oct 2022 16:24:32 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5abbc6b0-accb-4345-afc0-85dff26b4378?api-version=2022-05-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": "fade94f9-ddee-4995-a498-216025920f9d", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180019Z:fade94f9-ddee-4995-a498-216025920f9d", + "x-ms-correlation-request-id": "dcfc4f6e-1f28-46a4-993b-10d7e2e7e8c4", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T162433Z:dcfc4f6e-1f28-46a4-993b-10d7e2e7e8c4", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5abbc6b0-accb-4345-afc0-85dff26b4378?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2597,7 +2561,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 18:00:18 GMT", + "Date": "Tue, 25 Oct 2022 16:24:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2605,16 +2569,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eab1e533-98dd-4020-b3ab-988d68e751d6", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180019Z:eab1e533-98dd-4020-b3ab-988d68e751d6", + "x-ms-correlation-request-id": "427c8409-15f4-4580-b459-e249be113bb6", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T162433Z:427c8409-15f4-4580-b459-e249be113bb6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac", - "name": "178d830e-77ab-44e6-ada4-7f2ed5f64dac", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5abbc6b0-accb-4345-afc0-85dff26b4378", + "name": "5abbc6b0-accb-4345-afc0-85dff26b4378", "status": "Deleting", - "startTime": "2022-10-22T18:00:19.3617453Z", + "startTime": "2022-10-25T16:24:32.9124432Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2623,7 +2587,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5abbc6b0-accb-4345-afc0-85dff26b4378?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2637,7 +2601,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 18:00:49 GMT", + "Date": "Tue, 25 Oct 2022 16:25:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2645,16 +2609,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "46c17092-5c13-4b21-8e61-3c382b93daa8", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180050Z:46c17092-5c13-4b21-8e61-3c382b93daa8", + "x-ms-correlation-request-id": "999f9fa9-eb7b-426e-bd2d-4c17531d4996", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T162503Z:999f9fa9-eb7b-426e-bd2d-4c17531d4996", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac", - "name": "178d830e-77ab-44e6-ada4-7f2ed5f64dac", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5abbc6b0-accb-4345-afc0-85dff26b4378", + "name": "5abbc6b0-accb-4345-afc0-85dff26b4378", "status": "Deleting", - "startTime": "2022-10-22T18:00:19.3617453Z", + "startTime": "2022-10-25T16:24:32.9124432Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2663,7 +2627,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5abbc6b0-accb-4345-afc0-85dff26b4378?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2677,7 +2641,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 18:01:20 GMT", + "Date": "Tue, 25 Oct 2022 16:25:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2685,16 +2649,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "41a1830c-f757-439c-97a4-1d7e63e5f444", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180120Z:41a1830c-f757-439c-97a4-1d7e63e5f444", + "x-ms-correlation-request-id": "4a93f8d9-08e2-4e70-879a-719fa2b6ed3d", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T162533Z:4a93f8d9-08e2-4e70-879a-719fa2b6ed3d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac", - "name": "178d830e-77ab-44e6-ada4-7f2ed5f64dac", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5abbc6b0-accb-4345-afc0-85dff26b4378", + "name": "5abbc6b0-accb-4345-afc0-85dff26b4378", "status": "Deleting", - "startTime": "2022-10-22T18:00:19.3617453Z", + "startTime": "2022-10-25T16:24:32.9124432Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2703,7 +2667,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5abbc6b0-accb-4345-afc0-85dff26b4378?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2717,7 +2681,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 18:01:49 GMT", + "Date": "Tue, 25 Oct 2022 16:26:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2725,16 +2689,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c3581dc2-3ce4-4eaa-b2a5-ffb986bf90e8", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180150Z:c3581dc2-3ce4-4eaa-b2a5-ffb986bf90e8", + "x-ms-correlation-request-id": "982c11a2-6c48-46fd-b4fb-fa4f1ba1429e", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T162604Z:982c11a2-6c48-46fd-b4fb-fa4f1ba1429e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac", - "name": "178d830e-77ab-44e6-ada4-7f2ed5f64dac", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5abbc6b0-accb-4345-afc0-85dff26b4378", + "name": "5abbc6b0-accb-4345-afc0-85dff26b4378", "status": "Deleting", - "startTime": "2022-10-22T18:00:19.3617453Z", + "startTime": "2022-10-25T16:24:32.9124432Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2743,7 +2707,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5abbc6b0-accb-4345-afc0-85dff26b4378?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2757,7 +2721,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 18:02:20 GMT", + "Date": "Tue, 25 Oct 2022 16:26:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2765,16 +2729,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65e5c22c-3133-40ed-af41-f06fccf9f369", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180220Z:65e5c22c-3133-40ed-af41-f06fccf9f369", + "x-ms-correlation-request-id": "4612ec8f-7a12-4d92-bc7f-bb4fcf0a8a72", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T162634Z:4612ec8f-7a12-4d92-bc7f-bb4fcf0a8a72", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac", - "name": "178d830e-77ab-44e6-ada4-7f2ed5f64dac", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5abbc6b0-accb-4345-afc0-85dff26b4378", + "name": "5abbc6b0-accb-4345-afc0-85dff26b4378", "status": "Deleting", - "startTime": "2022-10-22T18:00:19.3617453Z", + "startTime": "2022-10-25T16:24:32.9124432Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2783,7 +2747,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5abbc6b0-accb-4345-afc0-85dff26b4378?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2797,7 +2761,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 18:02:50 GMT", + "Date": "Tue, 25 Oct 2022 16:27:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2805,16 +2769,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d370eb69-65ce-49c6-8083-548a936bc866", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180251Z:d370eb69-65ce-49c6-8083-548a936bc866", + "x-ms-correlation-request-id": "76a241e0-bd27-48f9-8fcb-3e93cff9d312", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T162704Z:76a241e0-bd27-48f9-8fcb-3e93cff9d312", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac", - "name": "178d830e-77ab-44e6-ada4-7f2ed5f64dac", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5abbc6b0-accb-4345-afc0-85dff26b4378", + "name": "5abbc6b0-accb-4345-afc0-85dff26b4378", "status": "Deleting", - "startTime": "2022-10-22T18:00:19.3617453Z", + "startTime": "2022-10-25T16:24:32.9124432Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2823,7 +2787,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5abbc6b0-accb-4345-afc0-85dff26b4378?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2837,7 +2801,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 18:03:21 GMT", + "Date": "Tue, 25 Oct 2022 16:27:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2845,17 +2809,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9a6b566-2fed-4e75-a67a-eb476ba28775", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180321Z:b9a6b566-2fed-4e75-a67a-eb476ba28775", + "x-ms-correlation-request-id": "e1a724b6-5dfd-499c-8a35-e06eaa84292b", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T162734Z:e1a724b6-5dfd-499c-8a35-e06eaa84292b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac", - "name": "178d830e-77ab-44e6-ada4-7f2ed5f64dac", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5abbc6b0-accb-4345-afc0-85dff26b4378", + "name": "5abbc6b0-accb-4345-afc0-85dff26b4378", "status": "Succeeded", - "startTime": "2022-10-22T18:00:19.3617453Z", - "endTime": "2022-10-22T18:02:59.991531Z", + "startTime": "2022-10-25T16:24:32.9124432Z", + "endTime": "2022-10-25T16:27:11.9145757Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0" @@ -2863,7 +2827,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/178d830e-77ab-44e6-ada4-7f2ed5f64dac?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5abbc6b0-accb-4345-afc0-85dff26b4378?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2877,7 +2841,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 18:03:21 GMT", + "Date": "Tue, 25 Oct 2022 16:27:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2885,22 +2849,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "51ddc93f-4289-4fee-81ab-0b0a7611a0a7", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180321Z:51ddc93f-4289-4fee-81ab-0b0a7611a0a7", + "x-ms-correlation-request-id": "2432f23e-fca6-4f17-bc87-8933bf8f446b", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T162735Z:2432f23e-fca6-4f17-bc87-8933bf8f446b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0", "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1/sdk-py-tests-vol-4-a2e023e0", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T18%3A02%3A50.6904714Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A27%3A06.2315358Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:55:15.8429135Z" + "CreatedOnDate": "2022-10-25T16:19:29.5292222Z" }, "properties": { - "fileSystemId": "0410c02f-2207-1b45-75d1-0c40f656314c", + "fileSystemId": "b365ce6f-7f11-c61e-354f-c0c2f94833fc", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-a2e023e0", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2931,19 +2895,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_31371df4", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_afca3620", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a2e023e0/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-4-a2e023e0", - "poolId": "90554ca7-79b5-97c1-749d-de2330cdefca", + "poolId": "bc5885e1-34d6-ab52-4e18-e54a5f9251cb", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "0410c02f-2207-1b45-75d1-0c40f656314c", - "fileSystemId": "0410c02f-2207-1b45-75d1-0c40f656314c", + "mountTargetId": "b365ce6f-7f11-c61e-354f-c0c2f94833fc", + "fileSystemId": "b365ce6f-7f11-c61e-354f-c0c2f94833fc", "startIp": "", "endIp": "", "gateway": "", @@ -2975,10 +2939,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:55:18.1814947Z", + "createdAt": "2022-10-25T16:19:31.0542875Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:55:18.1814947Z" + "lastModifiedAt": "2022-10-25T16:19:31.0542875Z" } } }, @@ -2997,14 +2961,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 18:06:43 GMT", + "Date": "Tue, 25 Oct 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": "c1a59c45-0237-4231-a7d6-367c5ce41cfb", + "x-ms-correlation-request-id": "750ceeab-2e21-4e45-af7e-01dd1d6dc8b2", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180643Z:c1a59c45-0237-4231-a7d6-367c5ce41cfb" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163057Z:750ceeab-2e21-4e45-af7e-01dd1d6dc8b2" }, "ResponseBody": { "error": { @@ -3026,25 +2990,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6af2b763-6827-4c16-bdbf-b40666414a8a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b500b11-1cf7-4291-9195-74b199d63e94?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 18:06:56 GMT", + "Date": "Tue, 25 Oct 2022 16:31:10 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6af2b763-6827-4c16-bdbf-b40666414a8a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b500b11-1cf7-4291-9195-74b199d63e94?api-version=2022-05-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": "9de0164a-1add-4b00-b4f1-65a0d0202993", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180657Z:9de0164a-1add-4b00-b4f1-65a0d0202993", + "x-ms-correlation-request-id": "9b88ad77-6324-464d-9599-138ef47e8460", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163110Z:9b88ad77-6324-464d-9599-138ef47e8460", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6af2b763-6827-4c16-bdbf-b40666414a8a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b500b11-1cf7-4291-9195-74b199d63e94?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3058,7 +3022,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 18:06:56 GMT", + "Date": "Tue, 25 Oct 2022 16:31:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3066,16 +3030,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9778e70e-48d0-4e37-a076-8238929153bd", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180657Z:9778e70e-48d0-4e37-a076-8238929153bd", + "x-ms-correlation-request-id": "c1fccb84-3037-4542-949c-3856ab8c4e0f", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163110Z:c1fccb84-3037-4542-949c-3856ab8c4e0f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6af2b763-6827-4c16-bdbf-b40666414a8a", - "name": "6af2b763-6827-4c16-bdbf-b40666414a8a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b500b11-1cf7-4291-9195-74b199d63e94", + "name": "4b500b11-1cf7-4291-9195-74b199d63e94", "status": "Deleting", - "startTime": "2022-10-22T18:06:57.1119239Z", + "startTime": "2022-10-25T16:31:10.2530423Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3084,7 +3048,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6af2b763-6827-4c16-bdbf-b40666414a8a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b500b11-1cf7-4291-9195-74b199d63e94?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3098,7 +3062,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 18:07:27 GMT", + "Date": "Tue, 25 Oct 2022 16:31:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3106,17 +3070,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f58f47fc-566b-45b7-92d3-0b90aae33327", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180727Z:f58f47fc-566b-45b7-92d3-0b90aae33327", + "x-ms-correlation-request-id": "52291e24-7754-49f3-9c6d-3ea4965aeacd", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163140Z:52291e24-7754-49f3-9c6d-3ea4965aeacd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6af2b763-6827-4c16-bdbf-b40666414a8a", - "name": "6af2b763-6827-4c16-bdbf-b40666414a8a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b500b11-1cf7-4291-9195-74b199d63e94", + "name": "4b500b11-1cf7-4291-9195-74b199d63e94", "status": "Succeeded", - "startTime": "2022-10-22T18:06:57.1119239Z", - "endTime": "2022-10-22T18:06:58.1744464Z", + "startTime": "2022-10-25T16:31:10.2530423Z", + "endTime": "2022-10-25T16:31:11.3936594Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1" @@ -3124,7 +3088,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6af2b763-6827-4c16-bdbf-b40666414a8a?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b500b11-1cf7-4291-9195-74b199d63e94?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3138,7 +3102,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 18:07:27 GMT", + "Date": "Tue, 25 Oct 2022 16:31:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3146,22 +3110,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "257a9afe-dca3-418a-a133-02ee05156118", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180727Z:257a9afe-dca3-418a-a133-02ee05156118", + "x-ms-correlation-request-id": "930ddf4d-15ea-4089-9f65-ef819dbb9cef", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163141Z:930ddf4d-15ea-4089-9f65-ef819dbb9cef", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-a2e023e0/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T18%3A06%3A57.1084169Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A31%3A10.2439591Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:49:55.7439112Z" + "CreatedOnDate": "2022-10-25T16:14:09.5648288Z" }, "properties": { - "poolId": "90554ca7-79b5-97c1-749d-de2330cdefca", + "poolId": "bc5885e1-34d6-ab52-4e18-e54a5f9251cb", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0/capacityPools/sdk-py-tests-pool-1", @@ -3175,10 +3139,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:49:56.8972437Z", + "createdAt": "2022-10-25T16:14:10.7054712Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:49:56.8972437Z" + "lastModifiedAt": "2022-10-25T16:14:10.7054712Z" } } }, @@ -3196,14 +3160,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 18:07:38 GMT", + "Date": "Tue, 25 Oct 2022 16:31:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "472638c6-6c57-47ba-937b-a92705146a69", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180738Z:472638c6-6c57-47ba-937b-a92705146a69" + "x-ms-correlation-request-id": "dc7beae1-9890-4d7e-b378-afa0e1e8bcb4", + "x-ms-ratelimit-remaining-subscription-deletes": "14991", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163151Z:dc7beae1-9890-4d7e-b378-afa0e1e8bcb4" }, "ResponseBody": null }, @@ -3221,14 +3185,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 18:07:48 GMT", + "Date": "Tue, 25 Oct 2022 16:32:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10b9e2a8-d7d8-451f-8463-19288ca27c07", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180748Z:10b9e2a8-d7d8-451f-8463-19288ca27c07" + "x-ms-correlation-request-id": "6353dd33-293a-4247-9991-de858cf624fd", + "x-ms-ratelimit-remaining-subscription-deletes": "14990", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163201Z:6353dd33-293a-4247-9991-de858cf624fd" }, "ResponseBody": null }, @@ -3246,14 +3210,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 18:07:58 GMT", + "Date": "Tue, 25 Oct 2022 16:32:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d4e19b54-943c-45a5-934e-d469113b49db", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180758Z:d4e19b54-943c-45a5-934e-d469113b49db" + "x-ms-correlation-request-id": "10cf3c4e-f3c9-4e00-9e58-6e8bc4a0c7ca", + "x-ms-ratelimit-remaining-subscription-deletes": "14989", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163211Z:10cf3c4e-f3c9-4e00-9e58-6e8bc4a0c7ca" }, "ResponseBody": null }, @@ -3271,14 +3235,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sat, 22 Oct 2022 18:08:08 GMT", + "Date": "Tue, 25 Oct 2022 16:32:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c75148ee-ba30-4836-b643-62aedbac55ab", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180809Z:c75148ee-ba30-4836-b643-62aedbac55ab" + "x-ms-correlation-request-id": "af89b7c0-6ae1-4160-b9ef-51a04d0d6d95", + "x-ms-ratelimit-remaining-subscription-deletes": "14988", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163222Z:af89b7c0-6ae1-4160-b9ef-51a04d0d6d95" }, "ResponseBody": null }, @@ -3297,14 +3261,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 18:08:19 GMT", + "Date": "Tue, 25 Oct 2022 16:32:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4a38cbf-32a7-4c8b-8296-a14ba542c622", + "x-ms-correlation-request-id": "bc3dc14e-6610-4773-b786-71686ba7188a", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180819Z:a4a38cbf-32a7-4c8b-8296-a14ba542c622" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163232Z:bc3dc14e-6610-4773-b786-71686ba7188a" }, "ResponseBody": { "error": { @@ -3326,25 +3290,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d692575f-e550-4234-b594-8727d4b1d303?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/95b569c1-1c15-480c-a137-7f6ce60281f1?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 18:08:20 GMT", + "Date": "Tue, 25 Oct 2022 16:32:33 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d692575f-e550-4234-b594-8727d4b1d303?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/95b569c1-1c15-480c-a137-7f6ce60281f1?api-version=2022-05-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": "633836d9-7408-453b-b9a5-d21eb49b71e4", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180820Z:633836d9-7408-453b-b9a5-d21eb49b71e4", + "x-ms-correlation-request-id": "a79d1a88-480a-44f5-84da-02b91a5fad55", + "x-ms-ratelimit-remaining-subscription-deletes": "14987", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163234Z:a79d1a88-480a-44f5-84da-02b91a5fad55", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d692575f-e550-4234-b594-8727d4b1d303?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/95b569c1-1c15-480c-a137-7f6ce60281f1?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3358,7 +3322,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 18:08:21 GMT", + "Date": "Tue, 25 Oct 2022 16:32:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3366,17 +3330,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5e7b1c9-7175-4baf-ae8b-e29c411916e3", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180821Z:d5e7b1c9-7175-4baf-ae8b-e29c411916e3", + "x-ms-correlation-request-id": "b1740ae6-8436-4692-9c78-ca99f9a67289", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163234Z:b1740ae6-8436-4692-9c78-ca99f9a67289", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d692575f-e550-4234-b594-8727d4b1d303", - "name": "d692575f-e550-4234-b594-8727d4b1d303", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/95b569c1-1c15-480c-a137-7f6ce60281f1", + "name": "95b569c1-1c15-480c-a137-7f6ce60281f1", "status": "Succeeded", - "startTime": "2022-10-22T18:08:20.8378999Z", - "endTime": "2022-10-22T18:08:20.8691709Z", + "startTime": "2022-10-25T16:32:33.8280757Z", + "endTime": "2022-10-25T16:32:33.9373977Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0" @@ -3384,7 +3348,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d692575f-e550-4234-b594-8727d4b1d303?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/95b569c1-1c15-480c-a137-7f6ce60281f1?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3398,7 +3362,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 18:08:21 GMT", + "Date": "Tue, 25 Oct 2022 16:32:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3406,19 +3370,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ec9b8dc-7271-4f67-9ec6-35454fcfd2d3", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180821Z:0ec9b8dc-7271-4f67-9ec6-35454fcfd2d3", + "x-ms-correlation-request-id": "bb1d557b-ce12-4f40-8035-821142da12ed", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163234Z:bb1d557b-ce12-4f40-8035-821142da12ed", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a2e023e0", "name": "sdk-py-tests-acc-1-a2e023e0", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T18%3A08%3A20.8325337Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T16%3A32%3A33.8314214Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T17:49:51.1401724Z" + "CreatedOnDate": "2022-10-25T16:14:05.5406205Z" }, "properties": { "encryption": { @@ -3429,10 +3393,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T17:49:52.3162598Z", + "createdAt": "2022-10-25T16:14:06.3746316Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T17:49:52.3162598Z" + "lastModifiedAt": "2022-10-25T16:14:06.3746316Z" } } }, @@ -3451,15 +3415,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 18:08:21 GMT", + "Date": "Tue, 25 Oct 2022 16:32: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": "bd47a9ac-31a5-4321-be75-7f12b811201b", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180821Z:bd47a9ac-31a5-4321-be75-7f12b811201b", + "x-ms-correlation-request-id": "065b70c2-98f4-4a35-a058-0235c7e5c353", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163234Z:065b70c2-98f4-4a35-a058-0235c7e5c353", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3483,12 +3447,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/75b225b1-8c57-4ac1-ba22-ddc97759753c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ce0aae75-3e91-4ab7-b3e8-93d89c8a7dd6?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 18:08:22 GMT", + "Date": "Tue, 25 Oct 2022 16:32:35 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/75b225b1-8c57-4ac1-ba22-ddc97759753c?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/ce0aae75-3e91-4ab7-b3e8-93d89c8a7dd6?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3497,10 +3461,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "77e299ef-27e6-4333-9c90-f92937c6382f", - "x-ms-correlation-request-id": "be5aa009-574e-4b8a-b54b-373da6511a4d", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T180823Z:be5aa009-574e-4b8a-b54b-373da6511a4d" + "x-ms-arm-service-request-id": "2696f052-c77f-4234-bbf7-abdbcdae6c91", + "x-ms-correlation-request-id": "092673c3-5959-4ff3-80a5-951b2b10708c", + "x-ms-ratelimit-remaining-subscription-deletes": "14986", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T163236Z:092673c3-5959-4ff3-80a5-951b2b10708c" }, "ResponseBody": null } 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 c2a36d3672a5..0fdba4972015 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:03:03 GMT", + "Date": "Tue, 25 Oct 2022 17:32:38 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.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:03:03 GMT", + "Date": "Tue, 25 Oct 2022 17:32:38 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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "86c89049-3475-4b01-8f87-5f462830f51d", + "client-request-id": "6ca0a0ee-666a-4cfb-8257-ae822799a852", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "86c89049-3475-4b01-8f87-5f462830f51d", + "client-request-id": "6ca0a0ee-666a-4cfb-8257-ae822799a852", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:03:03 GMT", + "Date": "Tue, 25 Oct 2022 17:32:38 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6356723b-19d8-4130-829b-bff16df76b06?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7af5b8fe-ce4d-471f-b22a-9da13c197a81?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:03:11 GMT", + "Date": "Tue, 25 Oct 2022 17:32:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7489aebc-6f64-439b-9f29-5614f3d5865f", - "x-ms-correlation-request-id": "bf0b891c-92c2-4526-b1d1-e7f7baa3969b", + "x-ms-arm-service-request-id": "50135440-2376-409c-97af-5a0bf2e386c3", + "x-ms-correlation-request-id": "643e1270-f168-4a52-9ae5-d21079e6079c", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130311Z:bf0b891c-92c2-4526-b1d1-e7f7baa3969b" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173248Z:643e1270-f168-4a52-9ae5-d21079e6079c" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-a12623c1", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1", - "etag": "W/\u00228bd8fe2a-08ad-41ac-8b2d-67525a14edc1\u0022", + "etag": "W/\u002206bc3b23-c856-4c54-867c-6fcf47475357\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:03:05.7432562Z" + "CreatedOnDate": "2022-10-25T17:32:41.9880840Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "ff564c8f-fcee-465e-9a09-746b89807049", + "resourceGuid": "6ccb1026-8fd2-4830-9ec9-c307e1d55d26", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6356723b-19d8-4130-829b-bff16df76b06?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7af5b8fe-ce4d-471f-b22a-9da13c197a81?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:03:12 GMT", + "Date": "Tue, 25 Oct 2022 17:32:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -304,10 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0c95726a-9ce0-44c2-a09a-b583fcba91ff", - "x-ms-correlation-request-id": "5b7937bd-1650-4015-891b-43cd6e0189c4", + "x-ms-arm-service-request-id": "a3671117-bce9-4418-9163-8fe0a4b69ba9", + "x-ms-correlation-request-id": "b51870dc-b083-4989-8cd6-6eae564e0a7c", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130312Z:5b7937bd-1650-4015-891b-43cd6e0189c4" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173248Z:b51870dc-b083-4989-8cd6-6eae564e0a7c" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:03:12 GMT", - "ETag": "W/\u002201be320c-addc-4a57-92c9-1a66eb5003ce\u0022", + "Date": "Tue, 25 Oct 2022 17:32:48 GMT", + "ETag": "W/\u0022cda70e9d-2876-4fcb-bd41-0b119245cf7b\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1544978e-2bfe-414e-9993-8bde1789b901", - "x-ms-correlation-request-id": "9166b263-ef74-4509-a1fd-16df47ff66b2", + "x-ms-arm-service-request-id": "7c96ebe4-6c8f-4576-bb9b-a3752979609c", + "x-ms-correlation-request-id": "e6570ae5-e557-4674-889d-d92945423a01", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130312Z:9166b263-ef74-4509-a1fd-16df47ff66b2" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173248Z:e6570ae5-e557-4674-889d-d92945423a01" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-a12623c1", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1", - "etag": "W/\u002201be320c-addc-4a57-92c9-1a66eb5003ce\u0022", + "etag": "W/\u0022cda70e9d-2876-4fcb-bd41-0b119245cf7b\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:03:05.7432562Z" + "CreatedOnDate": "2022-10-25T17:32:41.9880840Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "ff564c8f-fcee-465e-9a09-746b89807049", + "resourceGuid": "6ccb1026-8fd2-4830-9ec9-c307e1d55d26", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4e2fbdf8-a027-4837-ad4c-9115a4aba2f1?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/81e5d0a6-bac8-472a-bc21-354ebb1d3235?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:03:13 GMT", + "Date": "Tue, 25 Oct 2022 17:32:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7b4b3774-928e-4a62-8fe5-6614121f0c10", - "x-ms-correlation-request-id": "b5fa9897-a72b-4934-bc31-7afe41eab145", + "x-ms-arm-service-request-id": "153a4b40-51f3-42f2-9404-5a52a88683b8", + "x-ms-correlation-request-id": "305e41e5-1dd3-480f-8f3e-f45c9f62b497", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130313Z:b5fa9897-a72b-4934-bc31-7afe41eab145" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173249Z:305e41e5-1dd3-480f-8f3e-f45c9f62b497" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default", - "etag": "W/\u00223774c5e4-b842-4694-bd58-e2421687e227\u0022", + "etag": "W/\u002252e94a48-2e25-4d29-b50f-337f7c1f0e5c\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00223774c5e4-b842-4694-bd58-e2421687e227\u0022", + "etag": "W/\u002252e94a48-2e25-4d29-b50f-337f7c1f0e5c\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4e2fbdf8-a027-4837-ad4c-9115a4aba2f1?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/81e5d0a6-bac8-472a-bc21-354ebb1d3235?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:03:13 GMT", + "Date": "Tue, 25 Oct 2022 17:32:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "474cbd6c-6c98-4ef5-a588-487bedd5125f", - "x-ms-correlation-request-id": "3d7b1e6c-13b9-46dd-b2f3-b4a88a3c8993", + "x-ms-arm-service-request-id": "271516be-a25f-4d6f-99b5-9ac422067b91", + "x-ms-correlation-request-id": "2a01ce21-7779-4f76-bef7-3695048f0bbd", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130313Z:3d7b1e6c-13b9-46dd-b2f3-b4a88a3c8993" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173249Z:2a01ce21-7779-4f76-bef7-3695048f0bbd" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:03:13 GMT", - "ETag": "W/\u00221ece94e5-6022-4c96-b8cc-6691a0868f62\u0022", + "Date": "Tue, 25 Oct 2022 17:32:49 GMT", + "ETag": "W/\u002231a869c6-d3dd-4d92-9b70-2ec613fd492c\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "430ab4a7-dfac-4189-96e9-191199e6fd61", - "x-ms-correlation-request-id": "3ffaed7b-25ec-4280-9286-93ec3d609ae2", + "x-ms-arm-service-request-id": "fd8070f5-14ce-4e4c-a971-93979534ed41", + "x-ms-correlation-request-id": "0a348144-cd6a-4203-b71a-5cf37dbbf4c7", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130313Z:3ffaed7b-25ec-4280-9286-93ec3d609ae2" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173249Z:0a348144-cd6a-4203-b71a-5cf37dbbf4c7" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default", - "etag": "W/\u00221ece94e5-6022-4c96-b8cc-6691a0868f62\u0022", + "etag": "W/\u002231a869c6-d3dd-4d92-9b70-2ec613fd492c\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00221ece94e5-6022-4c96-b8cc-6691a0868f62\u0022", + "etag": "W/\u002231a869c6-d3dd-4d92-9b70-2ec613fd492c\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -558,12 +558,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:03:13 GMT", + "Date": "Tue, 25 Oct 2022 17:32: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.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -652,12 +652,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:03:14 GMT", + "Date": "Tue, 25 Oct 2022 17:32: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.13943.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -713,9 +713,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "9db13d8d-314b-4e66-a0da-afe090e81189", + "client-request-id": "8556b173-4dc8-47a8-959f-67ccd69514f4", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -727,14 +727,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "9db13d8d-314b-4e66-a0da-afe090e81189", + "client-request-id": "8556b173-4dc8-47a8-959f-67ccd69514f4", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:03:14 GMT", + "Date": "Tue, 25 Oct 2022 17:32:50 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -742,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -769,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f8842d2-6cac-4c0b-8156-4dd8dcbd1bdf?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f5c96399-9d8e-4649-a954-f7791b6998fd?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:03:18 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T13%3A03%3A17.4755881Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 17:33:00 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T17%3A32%3A53.2854668Z\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": "bdd6ba41-80ac-4d34-ae09-45f95a628f30", + "x-ms-correlation-request-id": "a13c59b9-cf5f-44c6-ae7a-0be190294ca3", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130318Z:bdd6ba41-80ac-4d34-ae09-45f95a628f30", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173300Z:a13c59b9-cf5f-44c6-ae7a-0be190294ca3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1", "name": "sdk-py-tests-acc-1-a12623c1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A03%3A17.4755881Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T17%3A32%3A53.2854668Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:03:15.3905701Z" + "CreatedOnDate": "2022-10-25T17:32:51.5090173Z" }, "properties": { "provisioningState": "Creating" @@ -800,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T13:03:16.5133775Z", + "createdAt": "2022-10-25T17:32:52.3395874Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T13:03:16.5133775Z" + "lastModifiedAt": "2022-10-25T17:32:52.3395874Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f8842d2-6cac-4c0b-8156-4dd8dcbd1bdf?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f5c96399-9d8e-4649-a954-f7791b6998fd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -822,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:03:18 GMT", + "Date": "Tue, 25 Oct 2022 17:33:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -830,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6eb3a0a9-65ee-47aa-87f0-cd92063c4e32", + "x-ms-correlation-request-id": "f609c146-9899-4de9-984d-90f3bfa2ab57", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130318Z:6eb3a0a9-65ee-47aa-87f0-cd92063c4e32", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173300Z:f609c146-9899-4de9-984d-90f3bfa2ab57", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4f8842d2-6cac-4c0b-8156-4dd8dcbd1bdf", - "name": "4f8842d2-6cac-4c0b-8156-4dd8dcbd1bdf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f5c96399-9d8e-4649-a954-f7791b6998fd", + "name": "f5c96399-9d8e-4649-a954-f7791b6998fd", "status": "Succeeded", - "startTime": "2022-10-23T13:03:17.4762811Z", - "endTime": "2022-10-23T13:03:17.5387951Z", + "startTime": "2022-10-25T17:32:53.2924627Z", + "endTime": "2022-10-25T17:32:53.323761Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1" @@ -862,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:03:18 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T13%3A03%3A17.5439836Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 17:33:01 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T17%3A32%3A53.327362Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a35f334-09ee-451f-abea-d77145d42b05", + "x-ms-correlation-request-id": "533ed865-9bc9-4c27-ab4a-15ea0177f44e", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130319Z:9a35f334-09ee-451f-abea-d77145d42b05", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173301Z:533ed865-9bc9-4c27-ab4a-15ea0177f44e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1", "name": "sdk-py-tests-acc-1-a12623c1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A03%3A17.5439836Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T17%3A32%3A53.327362Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:03:15.3905701Z" + "CreatedOnDate": "2022-10-25T17:32:51.5090173Z" }, "properties": { "activeDirectories": [ @@ -912,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T13:03:16.5133775Z", + "createdAt": "2022-10-25T17:32:52.3395874Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T13:03:16.5133775Z" + "lastModifiedAt": "2022-10-25T17:32:52.3395874Z" } } }, @@ -941,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0091949b-c16a-4c0d-878a-fe4d6bea742e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1c0d472-4efe-4649-a739-2d06cc6499b9?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "922", + "Content-Length": "920", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:03:21 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T13%3A03%3A20.8586128Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 17:33:03 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T17%3A33%3A02.8247472Z\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": "3df03633-f531-4a20-a80b-3dc8e9dd3f40", + "x-ms-correlation-request-id": "a53e4855-ac76-466e-94a8-adec9cdead97", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130321Z:3df03633-f531-4a20-a80b-3dc8e9dd3f40", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173304Z:a53e4855-ac76-466e-94a8-adec9cdead97", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A03%3A20.8586128Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T17%3A33%3A02.8247472Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:03:19.2969765Z" + "CreatedOnDate": "2022-10-25T17:33:01.5288261Z" }, "properties": { "serviceLevel": "Premium", @@ -978,15 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T13:03:20.5621995Z", + "createdAt": "2022-10-25T17:33:02.517139Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T13:03:20.5621995Z" + "lastModifiedAt": "2022-10-25T17:33:02.517139Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0091949b-c16a-4c0d-878a-fe4d6bea742e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1c0d472-4efe-4649-a739-2d06cc6499b9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1000,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:03:21 GMT", + "Date": "Tue, 25 Oct 2022 17:33:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1008,17 +1008,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "afa98424-4ebf-4d3e-a1ce-d2471f757b10", + "x-ms-correlation-request-id": "6ffe8f59-71ef-4b53-9caa-aba0ea2019a2", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130322Z:afa98424-4ebf-4d3e-a1ce-d2471f757b10", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173304Z:6ffe8f59-71ef-4b53-9caa-aba0ea2019a2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0091949b-c16a-4c0d-878a-fe4d6bea742e", - "name": "0091949b-c16a-4c0d-878a-fe4d6bea742e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a1c0d472-4efe-4649-a739-2d06cc6499b9", + "name": "a1c0d472-4efe-4649-a739-2d06cc6499b9", "status": "Succeeded", - "startTime": "2022-10-23T13:03:20.8515656Z", - "endTime": "2022-10-23T13:03:21.7578175Z", + "startTime": "2022-10-25T17:33:02.8275739Z", + "endTime": "2022-10-25T17:33:03.6714166Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1" @@ -1040,8 +1040,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:03:22 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T13%3A03%3A21.759582Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 17:33:04 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T17%3A33%3A03.6694665Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1049,22 +1049,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0bbe9183-a8c3-4f6b-9d23-8597e0c23b40", + "x-ms-correlation-request-id": "d5da58fb-3dbb-42cc-a5e4-c5b84e163a8a", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130322Z:0bbe9183-a8c3-4f6b-9d23-8597e0c23b40", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173304Z:d5da58fb-3dbb-42cc-a5e4-c5b84e163a8a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A03%3A21.759582Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T17%3A33%3A03.6694665Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:03:19.2969765Z" + "CreatedOnDate": "2022-10-25T17:33:01.5288261Z" }, "properties": { - "poolId": "724fd011-0c69-ced3-29d3-be8742577320", + "poolId": "307adbc9-8068-207c-e347-80e750ae8998", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1077,10 +1077,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T13:03:20.5621995Z", + "createdAt": "2022-10-25T17:33:02.517139Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T13:03:20.5621995Z" + "lastModifiedAt": "2022-10-25T17:33:02.517139Z" } } }, @@ -1123,30 +1123,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6981a454-5958-4025-9583-ba4a74e60e76?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "1585", + "Content-Length": "1581", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:03:34 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T13%3A03%3A34.2018209Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 17:33:18 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T17%3A33%3A17.4639732Z\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": "46c84e33-ea69-4dc3-bd33-b5e530c09589", + "x-ms-correlation-request-id": "b2b0288a-6a26-4f3d-9757-dbe1365050f5", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130335Z:46c84e33-ea69-4dc3-bd33-b5e530c09589", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173318Z:b2b0288a-6a26-4f3d-9757-dbe1365050f5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a12623c1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A03%3A34.2018209Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T17%3A33%3A17.4639732Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:03:32.7710976Z" + "CreatedOnDate": "2022-10-25T17:33:15.1020658Z" }, "properties": { "serviceLevel": "Premium", @@ -1176,15 +1176,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T13:03:33.8836666Z", + "createdAt": "2022-10-25T17:33:16.54139Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T13:03:33.8836666Z" + "lastModifiedAt": "2022-10-25T17:33:16.54139Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6981a454-5958-4025-9583-ba4a74e60e76?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1198,7 +1198,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:03:34 GMT", + "Date": "Tue, 25 Oct 2022 17:33:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1206,16 +1206,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fc4a9504-eb04-4b8e-81ce-8145c92c1947", + "x-ms-correlation-request-id": "653f1678-17a1-47f3-8a71-1f5f6864d766", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130335Z:fc4a9504-eb04-4b8e-81ce-8145c92c1947", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173319Z:653f1678-17a1-47f3-8a71-1f5f6864d766", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693", - "name": "c1fbc080-f95b-489c-b269-ff8c1eca2693", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6981a454-5958-4025-9583-ba4a74e60e76", + "name": "6981a454-5958-4025-9583-ba4a74e60e76", "status": "Creating", - "startTime": "2022-10-23T13:03:34.2099847Z", + "startTime": "2022-10-25T17:33:17.4729086Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1224,7 +1224,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6981a454-5958-4025-9583-ba4a74e60e76?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1238,7 +1238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:04:05 GMT", + "Date": "Tue, 25 Oct 2022 17:33:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1246,16 +1246,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aea9ca7e-aa0f-4434-a93b-a4e72c752f41", + "x-ms-correlation-request-id": "70f5176d-917c-49fe-a8c7-03b588ef3797", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130405Z:aea9ca7e-aa0f-4434-a93b-a4e72c752f41", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173349Z:70f5176d-917c-49fe-a8c7-03b588ef3797", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693", - "name": "c1fbc080-f95b-489c-b269-ff8c1eca2693", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6981a454-5958-4025-9583-ba4a74e60e76", + "name": "6981a454-5958-4025-9583-ba4a74e60e76", "status": "Creating", - "startTime": "2022-10-23T13:03:34.2099847Z", + "startTime": "2022-10-25T17:33:17.4729086Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1264,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6981a454-5958-4025-9583-ba4a74e60e76?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1278,7 +1278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:04:35 GMT", + "Date": "Tue, 25 Oct 2022 17:34:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1286,16 +1286,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "43213c31-9fdb-491a-9a1b-48bf03291ac5", + "x-ms-correlation-request-id": "204e8c39-69a8-4669-87e1-07e765e27dcc", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130435Z:43213c31-9fdb-491a-9a1b-48bf03291ac5", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173419Z:204e8c39-69a8-4669-87e1-07e765e27dcc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693", - "name": "c1fbc080-f95b-489c-b269-ff8c1eca2693", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6981a454-5958-4025-9583-ba4a74e60e76", + "name": "6981a454-5958-4025-9583-ba4a74e60e76", "status": "Creating", - "startTime": "2022-10-23T13:03:34.2099847Z", + "startTime": "2022-10-25T17:33:17.4729086Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1304,7 +1304,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6981a454-5958-4025-9583-ba4a74e60e76?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1318,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:05:05 GMT", + "Date": "Tue, 25 Oct 2022 17:34:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1326,16 +1326,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a73e0430-4cb2-44f6-af5e-5360a0334396", + "x-ms-correlation-request-id": "a0914a6e-6cd7-424d-9061-ffef7f0fd99d", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130506Z:a73e0430-4cb2-44f6-af5e-5360a0334396", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173449Z:a0914a6e-6cd7-424d-9061-ffef7f0fd99d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693", - "name": "c1fbc080-f95b-489c-b269-ff8c1eca2693", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6981a454-5958-4025-9583-ba4a74e60e76", + "name": "6981a454-5958-4025-9583-ba4a74e60e76", "status": "Creating", - "startTime": "2022-10-23T13:03:34.2099847Z", + "startTime": "2022-10-25T17:33:17.4729086Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1344,7 +1344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6981a454-5958-4025-9583-ba4a74e60e76?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1358,7 +1358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:05:35 GMT", + "Date": "Tue, 25 Oct 2022 17:35:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1366,16 +1366,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "518f7982-6ce1-404b-97e6-0827029b9636", + "x-ms-correlation-request-id": "0875f96c-a676-47e6-beb2-37ac6cc7f24f", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130536Z:518f7982-6ce1-404b-97e6-0827029b9636", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173520Z:0875f96c-a676-47e6-beb2-37ac6cc7f24f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693", - "name": "c1fbc080-f95b-489c-b269-ff8c1eca2693", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6981a454-5958-4025-9583-ba4a74e60e76", + "name": "6981a454-5958-4025-9583-ba4a74e60e76", "status": "Creating", - "startTime": "2022-10-23T13:03:34.2099847Z", + "startTime": "2022-10-25T17:33:17.4729086Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1384,7 +1384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6981a454-5958-4025-9583-ba4a74e60e76?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1398,7 +1398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:06:06 GMT", + "Date": "Tue, 25 Oct 2022 17:35:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1406,16 +1406,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73013dee-8866-45e9-a3bb-45fdc3d413bd", + "x-ms-correlation-request-id": "1566df79-4d50-471c-adfc-900790951f95", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130606Z:73013dee-8866-45e9-a3bb-45fdc3d413bd", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173550Z:1566df79-4d50-471c-adfc-900790951f95", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693", - "name": "c1fbc080-f95b-489c-b269-ff8c1eca2693", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6981a454-5958-4025-9583-ba4a74e60e76", + "name": "6981a454-5958-4025-9583-ba4a74e60e76", "status": "Creating", - "startTime": "2022-10-23T13:03:34.2099847Z", + "startTime": "2022-10-25T17:33:17.4729086Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1424,7 +1424,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6981a454-5958-4025-9583-ba4a74e60e76?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1438,7 +1438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:06:36 GMT", + "Date": "Tue, 25 Oct 2022 17:36:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,16 +1446,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a63cd95c-a40d-463e-bb89-85d9bd0f7b36", + "x-ms-correlation-request-id": "b2927aea-0cf4-4669-91e9-36e8c1f88203", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130636Z:a63cd95c-a40d-463e-bb89-85d9bd0f7b36", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173620Z:b2927aea-0cf4-4669-91e9-36e8c1f88203", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693", - "name": "c1fbc080-f95b-489c-b269-ff8c1eca2693", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6981a454-5958-4025-9583-ba4a74e60e76", + "name": "6981a454-5958-4025-9583-ba4a74e60e76", "status": "Creating", - "startTime": "2022-10-23T13:03:34.2099847Z", + "startTime": "2022-10-25T17:33:17.4729086Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1464,7 +1464,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6981a454-5958-4025-9583-ba4a74e60e76?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1478,7 +1478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:07:06 GMT", + "Date": "Tue, 25 Oct 2022 17:36:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1486,16 +1486,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "99574af4-297f-4bf7-ad23-94755b5df678", + "x-ms-correlation-request-id": "acb8fa55-d17b-468d-bb80-faa2e1fcf34b", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130707Z:99574af4-297f-4bf7-ad23-94755b5df678", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173650Z:acb8fa55-d17b-468d-bb80-faa2e1fcf34b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693", - "name": "c1fbc080-f95b-489c-b269-ff8c1eca2693", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6981a454-5958-4025-9583-ba4a74e60e76", + "name": "6981a454-5958-4025-9583-ba4a74e60e76", "status": "Creating", - "startTime": "2022-10-23T13:03:34.2099847Z", + "startTime": "2022-10-25T17:33:17.4729086Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1504,7 +1504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6981a454-5958-4025-9583-ba4a74e60e76?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1518,7 +1518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:07:37 GMT", + "Date": "Tue, 25 Oct 2022 17:37:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1526,16 +1526,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "33810c4b-cc9e-4c20-ada7-c63256637433", + "x-ms-correlation-request-id": "cfd1f079-9754-4a3c-8d89-dd4848e53be9", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130737Z:33810c4b-cc9e-4c20-ada7-c63256637433", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173721Z:cfd1f079-9754-4a3c-8d89-dd4848e53be9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693", - "name": "c1fbc080-f95b-489c-b269-ff8c1eca2693", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6981a454-5958-4025-9583-ba4a74e60e76", + "name": "6981a454-5958-4025-9583-ba4a74e60e76", "status": "Creating", - "startTime": "2022-10-23T13:03:34.2099847Z", + "startTime": "2022-10-25T17:33:17.4729086Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1544,7 +1544,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6981a454-5958-4025-9583-ba4a74e60e76?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1558,7 +1558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:08:06 GMT", + "Date": "Tue, 25 Oct 2022 17:37:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1566,17 +1566,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "690166ff-4c1d-49f3-a702-fd2c5f698cb1", + "x-ms-correlation-request-id": "7476af13-74df-478b-9856-ca289b2403a8", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130807Z:690166ff-4c1d-49f3-a702-fd2c5f698cb1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173751Z:7476af13-74df-478b-9856-ca289b2403a8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c1fbc080-f95b-489c-b269-ff8c1eca2693", - "name": "c1fbc080-f95b-489c-b269-ff8c1eca2693", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6981a454-5958-4025-9583-ba4a74e60e76", + "name": "6981a454-5958-4025-9583-ba4a74e60e76", "status": "Succeeded", - "startTime": "2022-10-23T13:03:34.2099847Z", - "endTime": "2022-10-23T13:08:06.3926502Z", + "startTime": "2022-10-25T17:33:17.4729086Z", + "endTime": "2022-10-25T17:37:47.311747Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" @@ -1598,8 +1598,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:08:07 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T13%3A08%3A06.3874383Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 17:37:51 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T17%3A37%3A47.306401Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1607,22 +1607,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "72252e59-4b89-474a-9aae-c3f05b439782", + "x-ms-correlation-request-id": "e122fe61-5a74-400a-bf84-741058d64d1d", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130808Z:72252e59-4b89-474a-9aae-c3f05b439782", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173751Z:e122fe61-5a74-400a-bf84-741058d64d1d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a12623c1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A08%3A06.3874383Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T17%3A37%3A47.306401Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:03:32.7710976Z" + "CreatedOnDate": "2022-10-25T17:33:15.1020658Z" }, "properties": { - "fileSystemId": "b7ad372d-7bce-458d-8eae-e478bde4240b", + "fileSystemId": "bba370d5-37f5-42a9-ff5b-97a7e28a06d2", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-a12623c1", "usageThreshold": 107374182400, @@ -1650,7 +1650,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f0451b80", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_49685655", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1665,8 +1665,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "b7ad372d-7bce-458d-8eae-e478bde4240b", - "fileSystemId": "b7ad372d-7bce-458d-8eae-e478bde4240b", + "mountTargetId": "bba370d5-37f5-42a9-ff5b-97a7e28a06d2", + "fileSystemId": "bba370d5-37f5-42a9-ff5b-97a7e28a06d2", "ipAddress": "10.0.0.4" } ], @@ -1686,10 +1686,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T13:03:33.8836666Z", + "createdAt": "2022-10-25T17:33:16.54139Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T13:03:33.8836666Z" + "lastModifiedAt": "2022-10-25T17:33:16.54139Z" } } }, @@ -1715,35 +1715,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66b23112-3afb-45bd-8fc3-2e63338f55c0?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1f806b84-d5d2-4e2c-8ecd-42b667270fc6?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "2480", + "Content-Length": "2476", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:08:07 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T13%3A08%3A08.5661966Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 17:37:52 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T17%3A37%3A52.3725197Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66b23112-3afb-45bd-8fc3-2e63338f55c0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1f806b84-d5d2-4e2c-8ecd-42b667270fc6?api-version=2022-05-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": "486fc522-73d8-41c7-868a-7050a35778a3", + "x-ms-correlation-request-id": "ff34edee-c4ea-4e45-a8fa-b260e6a5f4b7", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130808Z:486fc522-73d8-41c7-868a-7050a35778a3", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173752Z:ff34edee-c4ea-4e45-a8fa-b260e6a5f4b7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a12623c1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A08%3A08.5661966Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T17%3A37%3A52.3725197Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:03:32.7710976Z" + "CreatedOnDate": "2022-10-25T17:33:15.1020658Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "b7ad372d-7bce-458d-8eae-e478bde4240b", + "fileSystemId": "bba370d5-37f5-42a9-ff5b-97a7e28a06d2", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-a12623c1", "usageThreshold": 107374182400, @@ -1771,7 +1771,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f0451b80", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_49685655", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1786,8 +1786,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "b7ad372d-7bce-458d-8eae-e478bde4240b", - "fileSystemId": "b7ad372d-7bce-458d-8eae-e478bde4240b", + "mountTargetId": "bba370d5-37f5-42a9-ff5b-97a7e28a06d2", + "fileSystemId": "bba370d5-37f5-42a9-ff5b-97a7e28a06d2", "ipAddress": "10.0.0.4" } ], @@ -1806,15 +1806,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T13:03:33.8836666Z", + "createdAt": "2022-10-25T17:33:16.54139Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T13:03:33.8836666Z" + "lastModifiedAt": "2022-10-25T17:33:16.54139Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66b23112-3afb-45bd-8fc3-2e63338f55c0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1f806b84-d5d2-4e2c-8ecd-42b667270fc6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1828,7 +1828,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:08:08 GMT", + "Date": "Tue, 25 Oct 2022 17:37:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1836,16 +1836,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "de29c3a8-cced-47b8-b55f-33b30c33b483", + "x-ms-correlation-request-id": "61e2c5e4-2926-48ba-9924-01b73431f4bc", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130808Z:de29c3a8-cced-47b8-b55f-33b30c33b483", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173752Z:61e2c5e4-2926-48ba-9924-01b73431f4bc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66b23112-3afb-45bd-8fc3-2e63338f55c0", - "name": "66b23112-3afb-45bd-8fc3-2e63338f55c0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1f806b84-d5d2-4e2c-8ecd-42b667270fc6", + "name": "1f806b84-d5d2-4e2c-8ecd-42b667270fc6", "status": "Patching", - "startTime": "2022-10-23T13:08:08.5646714Z", + "startTime": "2022-10-25T17:37:52.3749222Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1854,7 +1854,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66b23112-3afb-45bd-8fc3-2e63338f55c0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1f806b84-d5d2-4e2c-8ecd-42b667270fc6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1868,7 +1868,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:08:38 GMT", + "Date": "Tue, 25 Oct 2022 17:38:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1876,17 +1876,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8763e130-ccab-4663-b365-653b0bafb56a", + "x-ms-correlation-request-id": "fe60cebb-66e0-4d53-ae6f-f2d96cb4c7dd", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130839Z:8763e130-ccab-4663-b365-653b0bafb56a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173823Z:fe60cebb-66e0-4d53-ae6f-f2d96cb4c7dd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66b23112-3afb-45bd-8fc3-2e63338f55c0", - "name": "66b23112-3afb-45bd-8fc3-2e63338f55c0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1f806b84-d5d2-4e2c-8ecd-42b667270fc6", + "name": "1f806b84-d5d2-4e2c-8ecd-42b667270fc6", "status": "Succeeded", - "startTime": "2022-10-23T13:08:08.5646714Z", - "endTime": "2022-10-23T13:08:11.9088007Z", + "startTime": "2022-10-25T17:37:52.3749222Z", + "endTime": "2022-10-25T17:37:55.6403305Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" @@ -1894,7 +1894,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/66b23112-3afb-45bd-8fc3-2e63338f55c0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1f806b84-d5d2-4e2c-8ecd-42b667270fc6?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1908,7 +1908,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:08:38 GMT", + "Date": "Tue, 25 Oct 2022 17:38:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1916,22 +1916,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d6ba5d5-031a-4a44-851f-7cfc343815e9", + "x-ms-correlation-request-id": "90a91fcc-1ad6-40d5-86f5-b40159d7b965", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130839Z:3d6ba5d5-031a-4a44-851f-7cfc343815e9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173823Z:90a91fcc-1ad6-40d5-86f5-b40159d7b965", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a12623c1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A08%3A11.9072926Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T17%3A37%3A55.6406599Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:08:08.2173772Z" + "CreatedOnDate": "2022-10-25T17:37:52.0043455Z" }, "properties": { - "fileSystemId": "b7ad372d-7bce-458d-8eae-e478bde4240b", + "fileSystemId": "bba370d5-37f5-42a9-ff5b-97a7e28a06d2", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-a12623c1", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -1962,19 +1962,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f0451b80", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_49685655", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", - "poolId": "724fd011-0c69-ced3-29d3-be8742577320", + "poolId": "307adbc9-8068-207c-e347-80e750ae8998", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "b7ad372d-7bce-458d-8eae-e478bde4240b", - "fileSystemId": "b7ad372d-7bce-458d-8eae-e478bde4240b", + "mountTargetId": "bba370d5-37f5-42a9-ff5b-97a7e28a06d2", + "fileSystemId": "bba370d5-37f5-42a9-ff5b-97a7e28a06d2", "startIp": "", "endIp": "", "gateway": "", @@ -2006,10 +2006,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T13:03:33.8836666Z", + "createdAt": "2022-10-25T17:33:16.54139Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T13:08:08.3957529Z" + "lastModifiedAt": "2022-10-25T17:37:52.1677182Z" } } }, @@ -2026,25 +2026,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9557df05-1f57-44c2-97ec-748b82ceb91f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 13:08:39 GMT", + "Date": "Tue, 25 Oct 2022 17:38:24 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9557df05-1f57-44c2-97ec-748b82ceb91f?api-version=2022-05-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": "def4df53-0672-4bef-9d47-6902641ee8d5", + "x-ms-correlation-request-id": "53f440a5-27fd-41d2-8d76-0047f56c863d", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130840Z:def4df53-0672-4bef-9d47-6902641ee8d5", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173824Z:53f440a5-27fd-41d2-8d76-0047f56c863d", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9557df05-1f57-44c2-97ec-748b82ceb91f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2058,7 +2058,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:08:39 GMT", + "Date": "Tue, 25 Oct 2022 17:38:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2066,16 +2066,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5cfecf00-7499-4cb5-a507-0248e2e19514", + "x-ms-correlation-request-id": "a6be8bbe-fb6f-4d16-8c0b-36e23afe7171", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130840Z:5cfecf00-7499-4cb5-a507-0248e2e19514", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173824Z:a6be8bbe-fb6f-4d16-8c0b-36e23afe7171", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520", - "name": "678b19e7-66e6-467d-bff6-eef73c952520", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9557df05-1f57-44c2-97ec-748b82ceb91f", + "name": "9557df05-1f57-44c2-97ec-748b82ceb91f", "status": "Deleting", - "startTime": "2022-10-23T13:08:40.1261136Z", + "startTime": "2022-10-25T17:38:23.8814154Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2084,7 +2084,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9557df05-1f57-44c2-97ec-748b82ceb91f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2098,7 +2098,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:09:09 GMT", + "Date": "Tue, 25 Oct 2022 17:38:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2106,16 +2106,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aec353ff-7a8b-4a60-9972-5c32d2ee7a47", + "x-ms-correlation-request-id": "6b323046-f85d-43f3-8e6e-ac32320791a5", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130910Z:aec353ff-7a8b-4a60-9972-5c32d2ee7a47", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173854Z:6b323046-f85d-43f3-8e6e-ac32320791a5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520", - "name": "678b19e7-66e6-467d-bff6-eef73c952520", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9557df05-1f57-44c2-97ec-748b82ceb91f", + "name": "9557df05-1f57-44c2-97ec-748b82ceb91f", "status": "Deleting", - "startTime": "2022-10-23T13:08:40.1261136Z", + "startTime": "2022-10-25T17:38:23.8814154Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2124,7 +2124,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9557df05-1f57-44c2-97ec-748b82ceb91f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2138,7 +2138,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:09:41 GMT", + "Date": "Tue, 25 Oct 2022 17:39:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2146,16 +2146,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eedd9c70-d18c-4216-b9d1-c199a64c4f7b", + "x-ms-correlation-request-id": "f23ee7bb-3fc9-4e55-8265-478e9730f304", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130941Z:eedd9c70-d18c-4216-b9d1-c199a64c4f7b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173924Z:f23ee7bb-3fc9-4e55-8265-478e9730f304", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520", - "name": "678b19e7-66e6-467d-bff6-eef73c952520", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9557df05-1f57-44c2-97ec-748b82ceb91f", + "name": "9557df05-1f57-44c2-97ec-748b82ceb91f", "status": "Deleting", - "startTime": "2022-10-23T13:08:40.1261136Z", + "startTime": "2022-10-25T17:38:23.8814154Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2164,7 +2164,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9557df05-1f57-44c2-97ec-748b82ceb91f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2178,7 +2178,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:10:11 GMT", + "Date": "Tue, 25 Oct 2022 17:39:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2186,16 +2186,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "76e7c969-c873-4840-85ec-0d2bbf87568f", + "x-ms-correlation-request-id": "2d60082c-fba6-4d9b-95f7-e25d186c0b52", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T131011Z:76e7c969-c873-4840-85ec-0d2bbf87568f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173955Z:2d60082c-fba6-4d9b-95f7-e25d186c0b52", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520", - "name": "678b19e7-66e6-467d-bff6-eef73c952520", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9557df05-1f57-44c2-97ec-748b82ceb91f", + "name": "9557df05-1f57-44c2-97ec-748b82ceb91f", "status": "Deleting", - "startTime": "2022-10-23T13:08:40.1261136Z", + "startTime": "2022-10-25T17:38:23.8814154Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2204,7 +2204,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9557df05-1f57-44c2-97ec-748b82ceb91f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2218,7 +2218,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:10:41 GMT", + "Date": "Tue, 25 Oct 2022 17:40:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2226,17 +2226,97 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "593d0054-f6d7-4f07-b311-1affd9bbb6a8", + "x-ms-correlation-request-id": "71d90bcf-9f83-44c0-abfe-de916fbac7e5", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T131042Z:593d0054-f6d7-4f07-b311-1affd9bbb6a8", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T174026Z:71d90bcf-9f83-44c0-abfe-de916fbac7e5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9557df05-1f57-44c2-97ec-748b82ceb91f", + "name": "9557df05-1f57-44c2-97ec-748b82ceb91f", + "status": "Deleting", + "startTime": "2022-10-25T17:38:23.8814154Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9557df05-1f57-44c2-97ec-748b82ceb91f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 17:40: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": "c202582e-d564-4792-b8c8-b124f0e31c3b", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T174056Z:c202582e-d564-4792-b8c8-b124f0e31c3b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9557df05-1f57-44c2-97ec-748b82ceb91f", + "name": "9557df05-1f57-44c2-97ec-748b82ceb91f", + "status": "Deleting", + "startTime": "2022-10-25T17:38:23.8814154Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9557df05-1f57-44c2-97ec-748b82ceb91f?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 17:41: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": "a0db14a7-7166-403a-8e7e-61172832cf8a", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T174126Z:a0db14a7-7166-403a-8e7e-61172832cf8a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520", - "name": "678b19e7-66e6-467d-bff6-eef73c952520", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9557df05-1f57-44c2-97ec-748b82ceb91f", + "name": "9557df05-1f57-44c2-97ec-748b82ceb91f", "status": "Succeeded", - "startTime": "2022-10-23T13:08:40.1261136Z", - "endTime": "2022-10-23T13:10:39.2534851Z", + "startTime": "2022-10-25T17:38:23.8814154Z", + "endTime": "2022-10-25T17:41:18.0885571Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1" @@ -2244,7 +2324,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/678b19e7-66e6-467d-bff6-eef73c952520?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9557df05-1f57-44c2-97ec-748b82ceb91f?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2258,7 +2338,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:10:41 GMT", + "Date": "Tue, 25 Oct 2022 17:41:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2266,22 +2346,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "99f3e4e7-09ad-4828-83dd-7577e533b48e", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T131042Z:99f3e4e7-09ad-4828-83dd-7577e533b48e", + "x-ms-correlation-request-id": "2d54131f-36ef-45bd-9a75-8b85b55acfec", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T174126Z:2d54131f-36ef-45bd-9a75-8b85b55acfec", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1/sdk-py-tests-vol-3-a12623c1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A10%3A30.0575745Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T17%3A41%3A00.3965502Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:08:08.2173772Z" + "CreatedOnDate": "2022-10-25T17:37:52.0043455Z" }, "properties": { - "fileSystemId": "b7ad372d-7bce-458d-8eae-e478bde4240b", + "fileSystemId": "bba370d5-37f5-42a9-ff5b-97a7e28a06d2", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-a12623c1", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2312,19 +2392,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_f0451b80", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_49685655", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-a12623c1/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-a12623c1", - "poolId": "724fd011-0c69-ced3-29d3-be8742577320", + "poolId": "307adbc9-8068-207c-e347-80e750ae8998", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "b7ad372d-7bce-458d-8eae-e478bde4240b", - "fileSystemId": "b7ad372d-7bce-458d-8eae-e478bde4240b", + "mountTargetId": "bba370d5-37f5-42a9-ff5b-97a7e28a06d2", + "fileSystemId": "bba370d5-37f5-42a9-ff5b-97a7e28a06d2", "startIp": "", "endIp": "", "gateway": "", @@ -2356,10 +2436,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T13:03:33.8836666Z", + "createdAt": "2022-10-25T17:33:16.54139Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T13:08:08.3957529Z" + "lastModifiedAt": "2022-10-25T17:37:52.1677182Z" } } }, @@ -2378,14 +2458,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:14:04 GMT", + "Date": "Tue, 25 Oct 2022 17:44:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dd20a9df-33d7-400e-a6c5-50c6a41fb1b5", + "x-ms-correlation-request-id": "858ddfd4-2723-405d-b328-d72017ca6aa2", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T131404Z:dd20a9df-33d7-400e-a6c5-50c6a41fb1b5" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T174449Z:858ddfd4-2723-405d-b328-d72017ca6aa2" }, "ResponseBody": { "error": { @@ -2407,25 +2487,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb2147e4-2f12-4e6f-bd8a-ad8c1d56e28f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/27d03dcb-c5ee-46d2-bb69-f61b20ea0209?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 13:14:17 GMT", + "Date": "Tue, 25 Oct 2022 17:45:02 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb2147e4-2f12-4e6f-bd8a-ad8c1d56e28f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/27d03dcb-c5ee-46d2-bb69-f61b20ea0209?api-version=2022-05-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": "78f4bbb0-d5f3-4fe8-9a52-d4dfb3b0e470", + "x-ms-correlation-request-id": "3fbe1335-d1fc-4cc8-8098-376ea6ee1f9f", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T131418Z:78f4bbb0-d5f3-4fe8-9a52-d4dfb3b0e470", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T174502Z:3fbe1335-d1fc-4cc8-8098-376ea6ee1f9f", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb2147e4-2f12-4e6f-bd8a-ad8c1d56e28f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/27d03dcb-c5ee-46d2-bb69-f61b20ea0209?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2439,7 +2519,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:14:17 GMT", + "Date": "Tue, 25 Oct 2022 17:45:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2447,16 +2527,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ea08de7-04ea-44bd-a397-657d8e0a52af", + "x-ms-correlation-request-id": "55041ff8-f982-4136-a2c1-98541815b051", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T131418Z:7ea08de7-04ea-44bd-a397-657d8e0a52af", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T174502Z:55041ff8-f982-4136-a2c1-98541815b051", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb2147e4-2f12-4e6f-bd8a-ad8c1d56e28f", - "name": "bb2147e4-2f12-4e6f-bd8a-ad8c1d56e28f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/27d03dcb-c5ee-46d2-bb69-f61b20ea0209", + "name": "27d03dcb-c5ee-46d2-bb69-f61b20ea0209", "status": "Deleting", - "startTime": "2022-10-23T13:14:17.9156653Z", + "startTime": "2022-10-25T17:45:02.38396Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2465,7 +2545,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb2147e4-2f12-4e6f-bd8a-ad8c1d56e28f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/27d03dcb-c5ee-46d2-bb69-f61b20ea0209?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2479,7 +2559,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:14:47 GMT", + "Date": "Tue, 25 Oct 2022 17:45:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2487,17 +2567,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1dd9e118-af84-4632-a1ea-bc09b24359d0", + "x-ms-correlation-request-id": "2e62c9f2-434d-4b18-8db7-389392874a24", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T131448Z:1dd9e118-af84-4632-a1ea-bc09b24359d0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T174532Z:2e62c9f2-434d-4b18-8db7-389392874a24", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb2147e4-2f12-4e6f-bd8a-ad8c1d56e28f", - "name": "bb2147e4-2f12-4e6f-bd8a-ad8c1d56e28f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/27d03dcb-c5ee-46d2-bb69-f61b20ea0209", + "name": "27d03dcb-c5ee-46d2-bb69-f61b20ea0209", "status": "Succeeded", - "startTime": "2022-10-23T13:14:17.9156653Z", - "endTime": "2022-10-23T13:14:19.2793045Z", + "startTime": "2022-10-25T17:45:02.38396Z", + "endTime": "2022-10-25T17:45:03.3839677Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1" @@ -2505,7 +2585,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb2147e4-2f12-4e6f-bd8a-ad8c1d56e28f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/27d03dcb-c5ee-46d2-bb69-f61b20ea0209?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2519,7 +2599,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:14:48 GMT", + "Date": "Tue, 25 Oct 2022 17:45:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2527,22 +2607,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f7aa55fb-3478-413b-a369-85165a23b4bb", + "x-ms-correlation-request-id": "a2787273-9536-49b9-a1b0-87932663d243", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T131448Z:f7aa55fb-3478-413b-a369-85165a23b4bb", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T174533Z:a2787273-9536-49b9-a1b0-87932663d243", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-a12623c1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A14%3A17.9080186Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T17%3A45%3A02.3897815Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:03:19.2969765Z" + "CreatedOnDate": "2022-10-25T17:33:01.5288261Z" }, "properties": { - "poolId": "724fd011-0c69-ced3-29d3-be8742577320", + "poolId": "307adbc9-8068-207c-e347-80e750ae8998", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1/capacityPools/sdk-py-tests-pool-1", @@ -2556,10 +2636,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T13:03:20.5621995Z", + "createdAt": "2022-10-25T17:33:02.517139Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T13:03:20.5621995Z" + "lastModifiedAt": "2022-10-25T17:33:02.517139Z" } } }, @@ -2577,14 +2657,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 13:14:58 GMT", + "Date": "Tue, 25 Oct 2022 17:45:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75e9ad19-83f4-4ae7-ad23-74704062b005", + "x-ms-correlation-request-id": "a544dae9-a703-472d-a828-f3c2de951542", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T131459Z:75e9ad19-83f4-4ae7-ad23-74704062b005" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T174543Z:a544dae9-a703-472d-a828-f3c2de951542" }, "ResponseBody": null }, @@ -2602,14 +2682,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 13:15:09 GMT", + "Date": "Tue, 25 Oct 2022 17:45:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1b1d95bc-9046-4f54-9016-0b25bd95e49e", + "x-ms-correlation-request-id": "6aea1bbf-2c64-42ec-8b9b-233c069b825e", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T131509Z:1b1d95bc-9046-4f54-9016-0b25bd95e49e" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T174553Z:6aea1bbf-2c64-42ec-8b9b-233c069b825e" }, "ResponseBody": null }, @@ -2627,14 +2707,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 13:15:19 GMT", + "Date": "Tue, 25 Oct 2022 17:46:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31dbca0f-f07f-41c3-bf22-e3ace19fb4c7", + "x-ms-correlation-request-id": "db54868c-3ed6-4300-89ed-7457c1ecddcf", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T131519Z:31dbca0f-f07f-41c3-bf22-e3ace19fb4c7" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T174604Z:db54868c-3ed6-4300-89ed-7457c1ecddcf" }, "ResponseBody": null }, @@ -2652,14 +2732,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 13:15:29 GMT", + "Date": "Tue, 25 Oct 2022 17:46:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0d596485-d472-48ac-89c8-2526c920eaed", + "x-ms-correlation-request-id": "fdc7093a-ecc5-45cc-ad2d-49478b94949d", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T131529Z:0d596485-d472-48ac-89c8-2526c920eaed" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T174614Z:fdc7093a-ecc5-45cc-ad2d-49478b94949d" }, "ResponseBody": null }, @@ -2678,14 +2758,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:15:39 GMT", + "Date": "Tue, 25 Oct 2022 17:46:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c0e4303-80ea-4bd7-bf86-75a3c855fcf9", + "x-ms-correlation-request-id": "c8269ea9-a033-45e4-acba-bfd572990780", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T131540Z:2c0e4303-80ea-4bd7-bf86-75a3c855fcf9" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T174624Z:c8269ea9-a033-45e4-acba-bfd572990780" }, "ResponseBody": { "error": { @@ -2707,25 +2787,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4ef7f333-2def-4064-8917-3963ee0a84fe?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b480e7d-568b-43eb-a119-84a431b5745e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 13:15:40 GMT", + "Date": "Tue, 25 Oct 2022 17:46:26 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4ef7f333-2def-4064-8917-3963ee0a84fe?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b480e7d-568b-43eb-a119-84a431b5745e?api-version=2022-05-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": "d8394dad-b4f6-4b24-91da-ee435bc53a3a", + "x-ms-correlation-request-id": "e8309fbf-6adf-4b19-8b0e-99449148b2fd", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T131541Z:d8394dad-b4f6-4b24-91da-ee435bc53a3a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T174626Z:e8309fbf-6adf-4b19-8b0e-99449148b2fd", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4ef7f333-2def-4064-8917-3963ee0a84fe?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b480e7d-568b-43eb-a119-84a431b5745e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2739,7 +2819,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:15:41 GMT", + "Date": "Tue, 25 Oct 2022 17:46:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2747,17 +2827,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8b0feee3-5022-473c-9615-c0d13b181763", + "x-ms-correlation-request-id": "5116481e-7817-494f-b9bc-1b4b789afbb4", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T131542Z:8b0feee3-5022-473c-9615-c0d13b181763", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T174626Z:5116481e-7817-494f-b9bc-1b4b789afbb4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4ef7f333-2def-4064-8917-3963ee0a84fe", - "name": "4ef7f333-2def-4064-8917-3963ee0a84fe", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b480e7d-568b-43eb-a119-84a431b5745e", + "name": "4b480e7d-568b-43eb-a119-84a431b5745e", "status": "Succeeded", - "startTime": "2022-10-23T13:15:41.6109345Z", - "endTime": "2022-10-23T13:15:41.6890041Z", + "startTime": "2022-10-25T17:46:26.0720008Z", + "endTime": "2022-10-25T17:46:26.1344099Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1" @@ -2765,7 +2845,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4ef7f333-2def-4064-8917-3963ee0a84fe?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b480e7d-568b-43eb-a119-84a431b5745e?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2779,7 +2859,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:15:41 GMT", + "Date": "Tue, 25 Oct 2022 17:46:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2787,19 +2867,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e5d2ef9-52c7-4082-bd56-0ac772d9b79e", + "x-ms-correlation-request-id": "68368606-4772-4537-ba9c-2b7c42aca727", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T131542Z:9e5d2ef9-52c7-4082-bd56-0ac772d9b79e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T174627Z:68368606-4772-4537-ba9c-2b7c42aca727", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-a12623c1", "name": "sdk-py-tests-acc-1-a12623c1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-23T13%3A15%3A41.6043929Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T17%3A46%3A26.0640784Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T13:03:15.3905701Z" + "CreatedOnDate": "2022-10-25T17:32:51.5090173Z" }, "properties": { "encryption": { @@ -2810,10 +2890,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T13:03:16.5133775Z", + "createdAt": "2022-10-25T17:32:52.3395874Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T13:03:16.5133775Z" + "lastModifiedAt": "2022-10-25T17:32:52.3395874Z" } } }, @@ -2832,15 +2912,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:15:41 GMT", + "Date": "Tue, 25 Oct 2022 17:46:27 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": "f71ba4f5-ff73-4d64-9443-5a03e00c417a", + "x-ms-correlation-request-id": "bc630427-d6ac-49a4-b868-73995462867c", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T131542Z:f71ba4f5-ff73-4d64-9443-5a03e00c417a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T174627Z:bc630427-d6ac-49a4-b868-73995462867c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2864,12 +2944,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7d13dc00-6729-490a-beb6-682f8bc5ca8c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/af23d32a-552e-4032-a25e-58adc5b81971?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 13:15:42 GMT", + "Date": "Tue, 25 Oct 2022 17:46:28 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/7d13dc00-6729-490a-beb6-682f8bc5ca8c?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/af23d32a-552e-4032-a25e-58adc5b81971?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2878,10 +2958,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a8a198ec-33b8-432f-b709-fc5d3e0a1ce0", - "x-ms-correlation-request-id": "072fbd33-d284-4c45-a7b4-da83d46b4d9a", + "x-ms-arm-service-request-id": "c9931993-6677-4fd1-bead-e8d059d15dd4", + "x-ms-correlation-request-id": "cba1a581-979f-4acc-8f1d-a9249d297926", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T131543Z:072fbd33-d284-4c45-a7b4-da83d46b4d9a" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T174628Z:cba1a581-979f-4acc-8f1d-a9249d297926" }, "ResponseBody": null } 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 0bbf6a2ae924..4481e611be66 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:48:34 GMT", + "Date": "Tue, 25 Oct 2022 18:00:37 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.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:48:34 GMT", + "Date": "Tue, 25 Oct 2022 18:00:37 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.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "747ce184-e3c2-4098-b36b-2e6c2bc74211", + "client-request-id": "58cdd0ff-7e08-422b-af8b-4ca3b5cacee4", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "747ce184-e3c2-4098-b36b-2e6c2bc74211", + "client-request-id": "58cdd0ff-7e08-422b-af8b-4ca3b5cacee4", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:48:35 GMT", + "Date": "Tue, 25 Oct 2022 18:00:37 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/bca80110-d0da-4f67-9dd7-41f7e86da95a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/9db9b458-d0ac-4fcf-8f3f-cbc8399b6901?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:48:43 GMT", + "Date": "Tue, 25 Oct 2022 18:00:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fdbd3d43-c74d-4bee-83bf-bc74c649198f", - "x-ms-correlation-request-id": "f918e6f2-4296-41cf-9fbf-40188161613e", + "x-ms-arm-service-request-id": "951ac9a2-5732-4c58-a3b6-3d88da642ede", + "x-ms-correlation-request-id": "03b3f054-66d3-4def-a86e-1944b814f676", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T204844Z:f918e6f2-4296-41cf-9fbf-40188161613e" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180047Z:03b3f054-66d3-4def-a86e-1944b814f676" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-7b9e2339", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339", - "etag": "W/\u00223651e32c-cd6c-4cee-b41e-a06d1e61f242\u0022", + "etag": "W/\u0022a9e4556e-df0b-4069-82bc-d25fe27de04c\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T20:48:38.4291527Z" + "CreatedOnDate": "2022-10-25T18:00:40.3200478Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "2e591669-5f9b-47a7-b4c2-3fec38a82b5b", + "resourceGuid": "f4b29399-e6b6-4875-945a-85a6e10d8724", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/bca80110-d0da-4f67-9dd7-41f7e86da95a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/9db9b458-d0ac-4fcf-8f3f-cbc8399b6901?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:48:44 GMT", + "Date": "Tue, 25 Oct 2022 18:00:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -304,10 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7baff0ab-cffb-4295-a857-60c7884488b0", - "x-ms-correlation-request-id": "06448bfa-9ae4-45e8-8054-0c211dc56cfc", + "x-ms-arm-service-request-id": "f287209f-5e52-4d55-ae25-3ca30d9bdcaa", + "x-ms-correlation-request-id": "14fea882-705c-40c3-a7d7-06ba9d7d63a0", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T204844Z:06448bfa-9ae4-45e8-8054-0c211dc56cfc" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180047Z:14fea882-705c-40c3-a7d7-06ba9d7d63a0" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:48:44 GMT", - "ETag": "W/\u0022bdb103e2-9adf-4237-b60d-aaa7574e6c89\u0022", + "Date": "Tue, 25 Oct 2022 18:00:47 GMT", + "ETag": "W/\u00226fc3d5ac-4585-4562-a8bf-0e9f3fb89cff\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "31262a1b-ad77-4e56-9692-659f01456f68", - "x-ms-correlation-request-id": "3160dbe1-21bb-4d95-a752-aafa71bd022a", + "x-ms-arm-service-request-id": "4ace56c9-ea8d-47e9-b985-8f0c2f3b67b1", + "x-ms-correlation-request-id": "02090319-8e04-44fa-8e01-3e7776ad55f5", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T204845Z:3160dbe1-21bb-4d95-a752-aafa71bd022a" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180048Z:02090319-8e04-44fa-8e01-3e7776ad55f5" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-7b9e2339", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339", - "etag": "W/\u0022bdb103e2-9adf-4237-b60d-aaa7574e6c89\u0022", + "etag": "W/\u00226fc3d5ac-4585-4562-a8bf-0e9f3fb89cff\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T20:48:38.4291527Z" + "CreatedOnDate": "2022-10-25T18:00:40.3200478Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "2e591669-5f9b-47a7-b4c2-3fec38a82b5b", + "resourceGuid": "f4b29399-e6b6-4875-945a-85a6e10d8724", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d9b5b57e-bb16-4091-af15-d9858c915819?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f8d0dc53-9c6a-49eb-abce-8dc9a89224b9?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:48:45 GMT", + "Date": "Tue, 25 Oct 2022 18:00:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8866d1d5-c80c-467d-ab77-ef09cc0724df", - "x-ms-correlation-request-id": "d0aaed1d-10fc-45b0-a1d4-2d5d31dd1be5", + "x-ms-arm-service-request-id": "a082801e-f55c-4d21-84a1-267ae33a7d90", + "x-ms-correlation-request-id": "a1b93c8c-d01a-48c6-8866-fe8d2f95109f", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T204845Z:d0aaed1d-10fc-45b0-a1d4-2d5d31dd1be5" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180048Z:a1b93c8c-d01a-48c6-8866-fe8d2f95109f" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", - "etag": "W/\u00227739a729-2088-4dd5-8a19-6a9f0ec7e376\u0022", + "etag": "W/\u0022a2aca3f9-1143-4a26-a77b-320564f9129f\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00227739a729-2088-4dd5-8a19-6a9f0ec7e376\u0022", + "etag": "W/\u0022a2aca3f9-1143-4a26-a77b-320564f9129f\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d9b5b57e-bb16-4091-af15-d9858c915819?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f8d0dc53-9c6a-49eb-abce-8dc9a89224b9?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:48:45 GMT", + "Date": "Tue, 25 Oct 2022 18:00:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "87db5c67-b9c9-4d57-acab-00743f8cf768", - "x-ms-correlation-request-id": "73390231-a04e-446c-bfe1-f85509b57317", + "x-ms-arm-service-request-id": "c37eb959-5a24-4f6f-ac72-4e382f3c4271", + "x-ms-correlation-request-id": "b233d6d6-708d-49a9-9213-9210e027b760", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T204846Z:73390231-a04e-446c-bfe1-f85509b57317" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180049Z:b233d6d6-708d-49a9-9213-9210e027b760" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:48:45 GMT", - "ETag": "W/\u0022dc1be5c9-cdfd-4474-83a5-a1527517b121\u0022", + "Date": "Tue, 25 Oct 2022 18:00:49 GMT", + "ETag": "W/\u00222d31d482-36eb-4e00-a6ca-ef492695fff6\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "90ad7440-43c5-4fc1-93a5-980ea3e72c5a", - "x-ms-correlation-request-id": "6a708a42-81b9-4927-b893-daddbe3908fc", + "x-ms-arm-service-request-id": "cf93509c-5442-4073-bef2-9f7304363978", + "x-ms-correlation-request-id": "77f01626-de74-4fe3-b366-564c8bf3a3ac", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T204846Z:6a708a42-81b9-4927-b893-daddbe3908fc" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180049Z:77f01626-de74-4fe3-b366-564c8bf3a3ac" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", - "etag": "W/\u0022dc1be5c9-cdfd-4474-83a5-a1527517b121\u0022", + "etag": "W/\u00222d31d482-36eb-4e00-a6ca-ef492695fff6\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022dc1be5c9-cdfd-4474-83a5-a1527517b121\u0022", + "etag": "W/\u00222d31d482-36eb-4e00-a6ca-ef492695fff6\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -558,7 +558,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:48:45 GMT", + "Date": "Tue, 25 Oct 2022 18:00:49 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -652,12 +652,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:48:45 GMT", + "Date": "Tue, 25 Oct 2022 18:00:49 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.13943.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -713,9 +713,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "676ac499-c0eb-4771-aa48-a1f4080d14ef", + "client-request-id": "a76bf659-c4c1-4445-958e-a4c022809908", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -727,14 +727,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "676ac499-c0eb-4771-aa48-a1f4080d14ef", + "client-request-id": "a76bf659-c4c1-4445-958e-a4c022809908", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:48:46 GMT", + "Date": "Tue, 25 Oct 2022 18:00:49 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -742,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -769,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/41306c1d-641f-483d-9424-e5b063a83990?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b43fb5a-17fc-4e78-9969-ebe16774483a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:48:50 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T20%3A48%3A50.0280425Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:00:53 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A00%3A52.8262269Z\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": "3365c925-f517-4252-82bc-a151cf2c9e34", + "x-ms-correlation-request-id": "4a545537-569a-430f-873d-339bb1cdaac5", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T204851Z:3365c925-f517-4252-82bc-a151cf2c9e34", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180054Z:4a545537-569a-430f-873d-339bb1cdaac5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339", "name": "sdk-py-tests-acc-1-7b9e2339", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-23T20%3A48%3A50.0280425Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A00%3A52.8262269Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T20:48:47.9678561Z" + "CreatedOnDate": "2022-10-25T18:00:50.8293074Z" }, "properties": { "provisioningState": "Creating" @@ -800,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T20:48:48.9537323Z", + "createdAt": "2022-10-25T18:00:51.8276074Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T20:48:48.9537323Z" + "lastModifiedAt": "2022-10-25T18:00:51.8276074Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/41306c1d-641f-483d-9424-e5b063a83990?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b43fb5a-17fc-4e78-9969-ebe16774483a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -822,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:48:50 GMT", + "Date": "Tue, 25 Oct 2022 18:00:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -830,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "878be2ec-b8a7-4373-9952-b085fe0e8994", + "x-ms-correlation-request-id": "925aa95b-b31c-47de-8d0e-73f457be3f98", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T204851Z:878be2ec-b8a7-4373-9952-b085fe0e8994", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180054Z:925aa95b-b31c-47de-8d0e-73f457be3f98", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/41306c1d-641f-483d-9424-e5b063a83990", - "name": "41306c1d-641f-483d-9424-e5b063a83990", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4b43fb5a-17fc-4e78-9969-ebe16774483a", + "name": "4b43fb5a-17fc-4e78-9969-ebe16774483a", "status": "Succeeded", - "startTime": "2022-10-23T20:48:50.0229135Z", - "endTime": "2022-10-23T20:48:50.069824Z", + "startTime": "2022-10-25T18:00:52.8206734Z", + "endTime": "2022-10-25T18:00:52.850568Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339" @@ -862,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:48:51 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T20%3A48%3A50.0737401Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:00:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A00%3A52.8545397Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -871,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a06dd4b0-83c2-4343-a78f-562bdec84705", + "x-ms-correlation-request-id": "23247bf9-8aaa-4765-a155-baf0c1e28d6e", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T204852Z:a06dd4b0-83c2-4343-a78f-562bdec84705", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180054Z:23247bf9-8aaa-4765-a155-baf0c1e28d6e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339", "name": "sdk-py-tests-acc-1-7b9e2339", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-23T20%3A48%3A50.0737401Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A00%3A52.8545397Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T20:48:47.9678561Z" + "CreatedOnDate": "2022-10-25T18:00:50.8293074Z" }, "properties": { "activeDirectories": [ @@ -912,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T20:48:48.9537323Z", + "createdAt": "2022-10-25T18:00:51.8276074Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T20:48:48.9537323Z" + "lastModifiedAt": "2022-10-25T18:00:51.8276074Z" } } }, @@ -941,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b623712-f739-4168-a3bf-5ff5b8f7e084?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b55ffbd1-d63c-4b29-bf8a-57bb78ae60fb?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:48:53 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T20%3A48%3A53.8758319Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:00:56 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A00%3A56.4301439Z\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": "f8340c47-f7d1-4ccd-8e9e-76d27f888252", + "x-ms-correlation-request-id": "57d406b7-01c5-41aa-8707-278586dc5132", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T204854Z:f8340c47-f7d1-4ccd-8e9e-76d27f888252", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180057Z:57d406b7-01c5-41aa-8707-278586dc5132", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T20%3A48%3A53.8758319Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A00%3A56.4301439Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T20:48:52.4303531Z" + "CreatedOnDate": "2022-10-25T18:00:55.1503343Z" }, "properties": { "serviceLevel": "Premium", @@ -978,15 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T20:48:53.5971159Z", + "createdAt": "2022-10-25T18:00:56.1286622Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T20:48:53.5971159Z" + "lastModifiedAt": "2022-10-25T18:00:56.1286622Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b623712-f739-4168-a3bf-5ff5b8f7e084?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b55ffbd1-d63c-4b29-bf8a-57bb78ae60fb?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1000,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:48:54 GMT", + "Date": "Tue, 25 Oct 2022 18:00:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1008,17 +1008,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "95015a6b-f37c-43aa-9bce-0c0a670157cd", + "x-ms-correlation-request-id": "b2a4caa9-cc6b-47ef-af73-7a962dcc8898", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T204855Z:95015a6b-f37c-43aa-9bce-0c0a670157cd", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180057Z:b2a4caa9-cc6b-47ef-af73-7a962dcc8898", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b623712-f739-4168-a3bf-5ff5b8f7e084", - "name": "1b623712-f739-4168-a3bf-5ff5b8f7e084", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b55ffbd1-d63c-4b29-bf8a-57bb78ae60fb", + "name": "b55ffbd1-d63c-4b29-bf8a-57bb78ae60fb", "status": "Succeeded", - "startTime": "2022-10-23T20:48:53.8824398Z", - "endTime": "2022-10-23T20:48:54.6636857Z", + "startTime": "2022-10-25T18:00:56.4322075Z", + "endTime": "2022-10-25T18:00:57.4791604Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1" @@ -1040,8 +1040,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:48:54 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T20%3A48%3A54.653131Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:00:57 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A00%3A57.4779025Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1049,22 +1049,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6e5ed667-374f-4f0f-8779-b5f13b3e31b8", + "x-ms-correlation-request-id": "d7d97e91-2200-4c54-a0e0-4d6ac6bae39e", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T204855Z:6e5ed667-374f-4f0f-8779-b5f13b3e31b8", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180058Z:d7d97e91-2200-4c54-a0e0-4d6ac6bae39e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T20%3A48%3A54.653131Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A00%3A57.4779025Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T20:48:52.4303531Z" + "CreatedOnDate": "2022-10-25T18:00:55.1503343Z" }, "properties": { - "poolId": "872468d4-c1f5-27a8-7d95-98366d68cd76", + "poolId": "b5500261-5d71-f8a0-939e-f9e12c42ca5b", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1077,10 +1077,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T20:48:53.5971159Z", + "createdAt": "2022-10-25T18:00:56.1286622Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T20:48:53.5971159Z" + "lastModifiedAt": "2022-10-25T18:00:56.1286622Z" } } }, @@ -1123,30 +1123,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:49:08 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T20%3A49%3A08.0376919Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:01:10 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A01%3A10.5719471Z\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": "e8bfe629-f5e8-4561-bcb4-dc9ebb96ca47", + "x-ms-correlation-request-id": "7c78fc21-2470-4f7a-8f5a-9d258bc9d93e", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T204909Z:e8bfe629-f5e8-4561-bcb4-dc9ebb96ca47", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180111Z:7c78fc21-2470-4f7a-8f5a-9d258bc9d93e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9e2339", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T20%3A49%3A08.0376919Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A01%3A10.5719471Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T20:49:05.8582763Z" + "CreatedOnDate": "2022-10-25T18:01:08.3097832Z" }, "properties": { "serviceLevel": "Premium", @@ -1176,15 +1176,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T20:49:07.0092479Z", + "createdAt": "2022-10-25T18:01:09.4350418Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T20:49:07.0092479Z" + "lastModifiedAt": "2022-10-25T18:01:09.4350418Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1198,7 +1198,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:49:08 GMT", + "Date": "Tue, 25 Oct 2022 18:01:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1206,16 +1206,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a89b487b-dac5-4c01-88b5-c51f0c99f659", + "x-ms-correlation-request-id": "6547df86-3251-49b6-9b15-8bff4bfe8cdb", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T204909Z:a89b487b-dac5-4c01-88b5-c51f0c99f659", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180111Z:6547df86-3251-49b6-9b15-8bff4bfe8cdb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56", - "name": "0216ba38-98f6-4652-afee-435d40840e56", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5", + "name": "d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5", "status": "Creating", - "startTime": "2022-10-23T20:49:08.0403361Z", + "startTime": "2022-10-25T18:01:10.575239Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1224,7 +1224,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1238,7 +1238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:49:39 GMT", + "Date": "Tue, 25 Oct 2022 18:01:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1246,16 +1246,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b2332ac-b16c-4b7b-a03a-ac623bbb3d97", + "x-ms-correlation-request-id": "b093ac84-24e5-4cd1-98fd-79d4a4a1c9f8", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T204939Z:4b2332ac-b16c-4b7b-a03a-ac623bbb3d97", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180142Z:b093ac84-24e5-4cd1-98fd-79d4a4a1c9f8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56", - "name": "0216ba38-98f6-4652-afee-435d40840e56", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5", + "name": "d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5", "status": "Creating", - "startTime": "2022-10-23T20:49:08.0403361Z", + "startTime": "2022-10-25T18:01:10.575239Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1264,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1278,7 +1278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:50:09 GMT", + "Date": "Tue, 25 Oct 2022 18:02:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1286,16 +1286,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a38c9b6b-cf30-4147-aa8d-c36ae3ae61e0", + "x-ms-correlation-request-id": "1e4f2eda-4771-48df-8d67-7dad9eabd06f", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205009Z:a38c9b6b-cf30-4147-aa8d-c36ae3ae61e0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180212Z:1e4f2eda-4771-48df-8d67-7dad9eabd06f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56", - "name": "0216ba38-98f6-4652-afee-435d40840e56", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5", + "name": "d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5", "status": "Creating", - "startTime": "2022-10-23T20:49:08.0403361Z", + "startTime": "2022-10-25T18:01:10.575239Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1304,7 +1304,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1318,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:50:39 GMT", + "Date": "Tue, 25 Oct 2022 18:02:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1326,16 +1326,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a6e527d-eae1-4df4-a6e6-9a470070dfd5", + "x-ms-correlation-request-id": "f5f29032-b423-4a35-b654-6502a9295ac8", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205040Z:8a6e527d-eae1-4df4-a6e6-9a470070dfd5", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180242Z:f5f29032-b423-4a35-b654-6502a9295ac8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56", - "name": "0216ba38-98f6-4652-afee-435d40840e56", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5", + "name": "d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5", "status": "Creating", - "startTime": "2022-10-23T20:49:08.0403361Z", + "startTime": "2022-10-25T18:01:10.575239Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1344,7 +1344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1358,7 +1358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:51:09 GMT", + "Date": "Tue, 25 Oct 2022 18:03:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1366,16 +1366,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a5eddff2-f127-49ed-8ee7-0c49e1c43aeb", + "x-ms-correlation-request-id": "6233fa92-e7c0-47b7-95e5-84b3d222c1e7", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205110Z:a5eddff2-f127-49ed-8ee7-0c49e1c43aeb", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180313Z:6233fa92-e7c0-47b7-95e5-84b3d222c1e7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56", - "name": "0216ba38-98f6-4652-afee-435d40840e56", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5", + "name": "d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5", "status": "Creating", - "startTime": "2022-10-23T20:49:08.0403361Z", + "startTime": "2022-10-25T18:01:10.575239Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1384,7 +1384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1398,7 +1398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:51:39 GMT", + "Date": "Tue, 25 Oct 2022 18:03:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1406,16 +1406,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e5a479e-ce11-44fb-8ad1-5a3a1704eb9b", + "x-ms-correlation-request-id": "648c5943-2f9a-41e8-b952-0e67dc10af6e", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205140Z:9e5a479e-ce11-44fb-8ad1-5a3a1704eb9b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180343Z:648c5943-2f9a-41e8-b952-0e67dc10af6e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56", - "name": "0216ba38-98f6-4652-afee-435d40840e56", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5", + "name": "d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5", "status": "Creating", - "startTime": "2022-10-23T20:49:08.0403361Z", + "startTime": "2022-10-25T18:01:10.575239Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1424,7 +1424,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1438,7 +1438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:52:10 GMT", + "Date": "Tue, 25 Oct 2022 18:04:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,16 +1446,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a22255c-aa0a-4487-84ee-531b6f49e09f", + "x-ms-correlation-request-id": "13e6de9b-3e3c-4edb-a461-5a3c92127c6f", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205211Z:8a22255c-aa0a-4487-84ee-531b6f49e09f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180413Z:13e6de9b-3e3c-4edb-a461-5a3c92127c6f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56", - "name": "0216ba38-98f6-4652-afee-435d40840e56", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5", + "name": "d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5", "status": "Creating", - "startTime": "2022-10-23T20:49:08.0403361Z", + "startTime": "2022-10-25T18:01:10.575239Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1464,7 +1464,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1478,7 +1478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:52:41 GMT", + "Date": "Tue, 25 Oct 2022 18:04:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1486,16 +1486,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a6580842-46d1-45a9-9822-30ca3d3feeb0", + "x-ms-correlation-request-id": "618280bc-fbab-4c80-a232-0ac3cfea085b", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205241Z:a6580842-46d1-45a9-9822-30ca3d3feeb0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180443Z:618280bc-fbab-4c80-a232-0ac3cfea085b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56", - "name": "0216ba38-98f6-4652-afee-435d40840e56", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5", + "name": "d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5", "status": "Creating", - "startTime": "2022-10-23T20:49:08.0403361Z", + "startTime": "2022-10-25T18:01:10.575239Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1504,7 +1504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1518,7 +1518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:53:12 GMT", + "Date": "Tue, 25 Oct 2022 18:05:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1526,16 +1526,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f99019b3-cf17-48e8-bd3f-a0e4ed1c4455", + "x-ms-correlation-request-id": "f9b1eb59-fc47-4f2a-a117-1209872d5d0d", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205312Z:f99019b3-cf17-48e8-bd3f-a0e4ed1c4455", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180514Z:f9b1eb59-fc47-4f2a-a117-1209872d5d0d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56", - "name": "0216ba38-98f6-4652-afee-435d40840e56", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5", + "name": "d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5", "status": "Creating", - "startTime": "2022-10-23T20:49:08.0403361Z", + "startTime": "2022-10-25T18:01:10.575239Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1544,7 +1544,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1558,7 +1558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:53:41 GMT", + "Date": "Tue, 25 Oct 2022 18:05:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1566,17 +1566,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e78d1b36-6503-4098-b3bb-d4aa531fc609", + "x-ms-correlation-request-id": "e8762bc9-2436-41e5-b14c-c6a5ecc940c4", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205342Z:e78d1b36-6503-4098-b3bb-d4aa531fc609", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180544Z:e8762bc9-2436-41e5-b14c-c6a5ecc940c4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5", + "name": "d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5", + "status": "Creating", + "startTime": "2022-10-25T18:01:10.575239Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 18:06: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": "bf2357ff-6690-4286-9a5a-edf8e0a59282", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180614Z:bf2357ff-6690-4286-9a5a-edf8e0a59282", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0216ba38-98f6-4652-afee-435d40840e56", - "name": "0216ba38-98f6-4652-afee-435d40840e56", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5", + "name": "d8ecac85-6bb0-4d8c-a3af-8f7eef5877b5", "status": "Succeeded", - "startTime": "2022-10-23T20:49:08.0403361Z", - "endTime": "2022-10-23T20:53:40.4305407Z", + "startTime": "2022-10-25T18:01:10.575239Z", + "endTime": "2022-10-25T18:05:58.7678419Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" @@ -1598,8 +1638,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:53:42 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T20%3A53%3A40.4343893Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:06:15 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A05%3A58.7629815Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1607,22 +1647,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f6f7b88-246d-4a51-90e9-aa7082b3e8af", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205342Z:9f6f7b88-246d-4a51-90e9-aa7082b3e8af", + "x-ms-correlation-request-id": "04ce6d78-b840-4ce5-85cb-8e37cc62d836", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180615Z:04ce6d78-b840-4ce5-85cb-8e37cc62d836", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1/sdk-py-tests-vol-3-7b9e2339", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T20%3A53%3A40.4343893Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A05%3A58.7629815Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T20:49:05.8582763Z" + "CreatedOnDate": "2022-10-25T18:01:08.3097832Z" }, "properties": { - "fileSystemId": "e3b48351-9bd5-77ff-26ab-87effe62278e", + "fileSystemId": "ca763a24-cce5-0a53-243a-c8ef65214145", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-7b9e2339", "usageThreshold": 107374182400, @@ -1650,7 +1690,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_8740f4b5", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ef393e26", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1665,8 +1705,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e3b48351-9bd5-77ff-26ab-87effe62278e", - "fileSystemId": "e3b48351-9bd5-77ff-26ab-87effe62278e", + "mountTargetId": "ca763a24-cce5-0a53-243a-c8ef65214145", + "fileSystemId": "ca763a24-cce5-0a53-243a-c8ef65214145", "ipAddress": "10.0.0.4" } ], @@ -1686,10 +1726,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T20:49:07.0092479Z", + "createdAt": "2022-10-25T18:01:09.4350418Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T20:49:07.0092479Z" + "lastModifiedAt": "2022-10-25T18:01:09.4350418Z" } } }, @@ -1715,30 +1755,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eeace3c1-4c8e-4e63-81b4-b462f9408eba?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1044969a-3828-4369-87e2-3ba6fa92d904?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:53:46 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T20%3A53%3A45.8041667Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:06:19 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A06%3A18.5713984Z\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": "5e4ef27e-aead-4b92-95d2-c03a18f25244", + "x-ms-correlation-request-id": "c25e8660-027e-4537-a630-860200f7b541", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205347Z:5e4ef27e-aead-4b92-95d2-c03a18f25244", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180620Z:c25e8660-027e-4537-a630-860200f7b541", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T20%3A53%3A45.8041667Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A06%3A18.5713984Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T20:53:43.2791951Z" + "CreatedOnDate": "2022-10-25T18:06:16.1773445Z" }, "properties": { "serviceLevel": "Premium", @@ -1752,15 +1792,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T20:53:45.5068137Z", + "createdAt": "2022-10-25T18:06:18.2982207Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T20:53:45.5068137Z" + "lastModifiedAt": "2022-10-25T18:06:18.2982207Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eeace3c1-4c8e-4e63-81b4-b462f9408eba?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1044969a-3828-4369-87e2-3ba6fa92d904?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1774,7 +1814,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:53:46 GMT", + "Date": "Tue, 25 Oct 2022 18:06:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1782,17 +1822,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f17ee72-783a-4aa7-b819-2a2a98e6ef7d", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205347Z:9f17ee72-783a-4aa7-b819-2a2a98e6ef7d", + "x-ms-correlation-request-id": "cf7455c2-d390-4a31-9a0d-c8f54edffbe8", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180620Z:cf7455c2-d390-4a31-9a0d-c8f54edffbe8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/eeace3c1-4c8e-4e63-81b4-b462f9408eba", - "name": "eeace3c1-4c8e-4e63-81b4-b462f9408eba", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1044969a-3828-4369-87e2-3ba6fa92d904", + "name": "1044969a-3828-4369-87e2-3ba6fa92d904", "status": "Succeeded", - "startTime": "2022-10-23T20:53:45.8088241Z", - "endTime": "2022-10-23T20:53:46.0432269Z", + "startTime": "2022-10-25T18:06:18.5761594Z", + "endTime": "2022-10-25T18:06:19.5136428Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2" @@ -1814,8 +1854,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:53:46 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T20%3A53%3A46.0481958Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:06:20 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A06%3A19.50514Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1823,22 +1863,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d9da3177-013f-4f10-b0f7-609f8e0f9167", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205347Z:d9da3177-013f-4f10-b0f7-609f8e0f9167", + "x-ms-correlation-request-id": "f8bec59b-3fa4-4626-926a-137a88775d18", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180620Z:f8bec59b-3fa4-4626-926a-137a88775d18", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T20%3A53%3A46.0481958Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A06%3A19.50514Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T20:53:43.2791951Z" + "CreatedOnDate": "2022-10-25T18:06:16.1773445Z" }, "properties": { - "poolId": "0922697c-2ef2-e0ae-5aaa-89b6c4973f80", + "poolId": "3eae6f25-bfb8-5d90-fd6d-babb9e5da758", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1851,10 +1891,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T20:53:45.5068137Z", + "createdAt": "2022-10-25T18:06:18.2982207Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T20:53:45.5068137Z" + "lastModifiedAt": "2022-10-25T18:06:18.2982207Z" } } }, @@ -1874,25 +1914,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4c8d6be3-2d24-4aee-a09d-e4af4fe6b2d7?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07a6d413-d32b-49c6-bf17-86ef1fcf3c2f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 20:53:58 GMT", + "Date": "Tue, 25 Oct 2022 18:06:30 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4c8d6be3-2d24-4aee-a09d-e4af4fe6b2d7?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07a6d413-d32b-49c6-bf17-86ef1fcf3c2f?api-version=2022-05-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": "b557197e-a0fa-448b-b5df-a13878e5340c", + "x-ms-correlation-request-id": "0cad7b05-cac7-40df-a3f2-a071dc450051", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205358Z:b557197e-a0fa-448b-b5df-a13878e5340c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180631Z:0cad7b05-cac7-40df-a3f2-a071dc450051", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4c8d6be3-2d24-4aee-a09d-e4af4fe6b2d7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07a6d413-d32b-49c6-bf17-86ef1fcf3c2f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1906,7 +1946,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:53:58 GMT", + "Date": "Tue, 25 Oct 2022 18:06:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1914,16 +1954,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "087e1e3d-34fc-4576-820e-900392f5840c", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205358Z:087e1e3d-34fc-4576-820e-900392f5840c", + "x-ms-correlation-request-id": "726976e3-a403-44d1-b992-ee605f9d30ed", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180631Z:726976e3-a403-44d1-b992-ee605f9d30ed", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4c8d6be3-2d24-4aee-a09d-e4af4fe6b2d7", - "name": "4c8d6be3-2d24-4aee-a09d-e4af4fe6b2d7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07a6d413-d32b-49c6-bf17-86ef1fcf3c2f", + "name": "07a6d413-d32b-49c6-bf17-86ef1fcf3c2f", "status": "ChangePool", - "startTime": "2022-10-23T20:53:58.2707944Z", + "startTime": "2022-10-25T18:06:31.1387002Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1932,7 +1972,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4c8d6be3-2d24-4aee-a09d-e4af4fe6b2d7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07a6d413-d32b-49c6-bf17-86ef1fcf3c2f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1946,7 +1986,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:54:28 GMT", + "Date": "Tue, 25 Oct 2022 18:07:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1954,17 +1994,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cb82bdc5-bfa6-49ee-86c5-6cbd43c04c07", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205428Z:cb82bdc5-bfa6-49ee-86c5-6cbd43c04c07", + "x-ms-correlation-request-id": "381bfc0b-76ec-42e5-8f22-7125a95c8f16", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180701Z:381bfc0b-76ec-42e5-8f22-7125a95c8f16", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4c8d6be3-2d24-4aee-a09d-e4af4fe6b2d7", - "name": "4c8d6be3-2d24-4aee-a09d-e4af4fe6b2d7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07a6d413-d32b-49c6-bf17-86ef1fcf3c2f", + "name": "07a6d413-d32b-49c6-bf17-86ef1fcf3c2f", "status": "Succeeded", - "startTime": "2022-10-23T20:53:58.2707944Z", - "endTime": "2022-10-23T20:54:03.7832886Z", + "startTime": "2022-10-25T18:06:31.1387002Z", + "endTime": "2022-10-25T18:06:36.5466487Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-7b9e2339" @@ -1972,7 +2012,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4c8d6be3-2d24-4aee-a09d-e4af4fe6b2d7?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07a6d413-d32b-49c6-bf17-86ef1fcf3c2f?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1986,7 +2026,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:54:28 GMT", + "Date": "Tue, 25 Oct 2022 18:07:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1994,22 +2034,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "976face8-25c7-4b7e-9f09-3151989228b8", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205429Z:976face8-25c7-4b7e-9f09-3151989228b8", + "x-ms-correlation-request-id": "ec23ddaf-7b67-457e-9e09-1195c43e9fd5", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180702Z:ec23ddaf-7b67-457e-9e09-1195c43e9fd5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2/sdk-py-tests-vol-3-7b9e2339", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T20%3A54%3A03.7801059Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A06%3A36.5384181Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T20:49:05.8582763Z" + "CreatedOnDate": "2022-10-25T18:01:08.3097832Z" }, "properties": { - "fileSystemId": "e3b48351-9bd5-77ff-26ab-87effe62278e", + "fileSystemId": "ca763a24-cce5-0a53-243a-c8ef65214145", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-7b9e2339", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2040,19 +2080,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_8740f4b5", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ef393e26", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", - "poolId": "0922697c-2ef2-e0ae-5aaa-89b6c4973f80", + "poolId": "3eae6f25-bfb8-5d90-fd6d-babb9e5da758", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "e3b48351-9bd5-77ff-26ab-87effe62278e", - "fileSystemId": "e3b48351-9bd5-77ff-26ab-87effe62278e", + "mountTargetId": "ca763a24-cce5-0a53-243a-c8ef65214145", + "fileSystemId": "ca763a24-cce5-0a53-243a-c8ef65214145", "startIp": "", "endIp": "", "gateway": "", @@ -2098,8 +2138,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:54:28 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T20%3A54%3A03.7801059Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:07:02 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A06%3A36.5384181Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2107,23 +2147,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f70070c4-3fac-40b0-8371-198018a96b4f", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205429Z:f70070c4-3fac-40b0-8371-198018a96b4f", + "x-ms-correlation-request-id": "11e9c7a9-44fd-48be-8c71-fa4bac508124", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180702Z:11e9c7a9-44fd-48be-8c71-fa4bac508124", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2/sdk-py-tests-vol-3-7b9e2339", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T20%3A54%3A03.7801059Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A06%3A36.5384181Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T20:49:05.8582763Z" + "CreatedOnDate": "2022-10-25T18:01:08.3097832Z" }, "properties": { "provisioningState": "Succeeded", - "fileSystemId": "e3b48351-9bd5-77ff-26ab-87effe62278e", + "fileSystemId": "ca763a24-cce5-0a53-243a-c8ef65214145", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-7b9e2339", "usageThreshold": 107374182400, @@ -2151,7 +2191,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_8740f4b5", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ef393e26", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2166,8 +2206,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e3b48351-9bd5-77ff-26ab-87effe62278e", - "fileSystemId": "e3b48351-9bd5-77ff-26ab-87effe62278e", + "mountTargetId": "ca763a24-cce5-0a53-243a-c8ef65214145", + "fileSystemId": "ca763a24-cce5-0a53-243a-c8ef65214145", "ipAddress": "10.0.0.4" } ], @@ -2200,7 +2240,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:54:29 GMT", + "Date": "Tue, 25 Oct 2022 18:07:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2208,9 +2248,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7dee968f-72ab-4184-b490-c3d74bd77312", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205429Z:7dee968f-72ab-4184-b490-c3d74bd77312", + "x-ms-correlation-request-id": "2daae83f-5304-467b-825e-1d1cf9869e81", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180702Z:2daae83f-5304-467b-825e-1d1cf9869e81", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2230,25 +2270,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/365135f4-f96d-45cc-afde-ff6beb80254f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 20:54:30 GMT", + "Date": "Tue, 25 Oct 2022 18:07:03 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/365135f4-f96d-45cc-afde-ff6beb80254f?api-version=2022-05-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": "d4cc04b5-a142-4f54-bbb6-4bf32fa2321d", + "x-ms-correlation-request-id": "6ef5ac06-a946-4c54-aec4-0ba328159efd", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205430Z:d4cc04b5-a142-4f54-bbb6-4bf32fa2321d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180703Z:6ef5ac06-a946-4c54-aec4-0ba328159efd", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/365135f4-f96d-45cc-afde-ff6beb80254f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2262,7 +2302,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:54:30 GMT", + "Date": "Tue, 25 Oct 2022 18:07:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2270,56 +2310,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "74f17609-6bc2-49b5-8eef-1563b73f9390", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205430Z:74f17609-6bc2-49b5-8eef-1563b73f9390", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc", - "name": "a76ace99-4f28-4991-b62f-64182dec75fc", - "status": "Deleting", - "startTime": "2022-10-23T20:54:30.6618517Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:55: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": "dba6a3d7-568c-4a2f-8bca-630b9c3d1d59", + "x-ms-correlation-request-id": "3a33f55f-27a0-4a9c-8e12-c5018c82716d", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205501Z:dba6a3d7-568c-4a2f-8bca-630b9c3d1d59", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180704Z:3a33f55f-27a0-4a9c-8e12-c5018c82716d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc", - "name": "a76ace99-4f28-4991-b62f-64182dec75fc", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/365135f4-f96d-45cc-afde-ff6beb80254f", + "name": "365135f4-f96d-45cc-afde-ff6beb80254f", "status": "Deleting", - "startTime": "2022-10-23T20:54:30.6618517Z", + "startTime": "2022-10-25T18:07:03.7353293Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2328,7 +2328,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/365135f4-f96d-45cc-afde-ff6beb80254f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2342,7 +2342,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:55:31 GMT", + "Date": "Tue, 25 Oct 2022 18:07:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2350,16 +2350,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "30d35ffb-6e0c-4800-ade0-f6b2b7d0f570", + "x-ms-correlation-request-id": "19ff8b62-9603-46a4-8404-dd3b438f6daa", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205531Z:30d35ffb-6e0c-4800-ade0-f6b2b7d0f570", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180734Z:19ff8b62-9603-46a4-8404-dd3b438f6daa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc", - "name": "a76ace99-4f28-4991-b62f-64182dec75fc", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/365135f4-f96d-45cc-afde-ff6beb80254f", + "name": "365135f4-f96d-45cc-afde-ff6beb80254f", "status": "Deleting", - "startTime": "2022-10-23T20:54:30.6618517Z", + "startTime": "2022-10-25T18:07:03.7353293Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2368,7 +2368,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/365135f4-f96d-45cc-afde-ff6beb80254f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2382,7 +2382,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:56:01 GMT", + "Date": "Tue, 25 Oct 2022 18:08:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2390,16 +2390,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e020a007-f969-45ea-abee-70ee0ced88c2", + "x-ms-correlation-request-id": "81ec2f4b-8d2b-4bad-88bc-21e6e01fa662", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205601Z:e020a007-f969-45ea-abee-70ee0ced88c2", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180804Z:81ec2f4b-8d2b-4bad-88bc-21e6e01fa662", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc", - "name": "a76ace99-4f28-4991-b62f-64182dec75fc", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/365135f4-f96d-45cc-afde-ff6beb80254f", + "name": "365135f4-f96d-45cc-afde-ff6beb80254f", "status": "Deleting", - "startTime": "2022-10-23T20:54:30.6618517Z", + "startTime": "2022-10-25T18:07:03.7353293Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2408,7 +2408,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/365135f4-f96d-45cc-afde-ff6beb80254f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2422,7 +2422,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:56:31 GMT", + "Date": "Tue, 25 Oct 2022 18:08:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2430,16 +2430,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ce87ed2-625e-4b85-859e-fb21bdd762e0", + "x-ms-correlation-request-id": "0d2ee527-1fd8-47ea-a6d8-534546614ec6", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205632Z:8ce87ed2-625e-4b85-859e-fb21bdd762e0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180834Z:0d2ee527-1fd8-47ea-a6d8-534546614ec6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc", - "name": "a76ace99-4f28-4991-b62f-64182dec75fc", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/365135f4-f96d-45cc-afde-ff6beb80254f", + "name": "365135f4-f96d-45cc-afde-ff6beb80254f", "status": "Deleting", - "startTime": "2022-10-23T20:54:30.6618517Z", + "startTime": "2022-10-25T18:07:03.7353293Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2448,7 +2448,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/365135f4-f96d-45cc-afde-ff6beb80254f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2462,7 +2462,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:57:01 GMT", + "Date": "Tue, 25 Oct 2022 18:09:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2470,16 +2470,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "21a61eb9-55f9-4fc5-b7b5-a1e095f783cf", + "x-ms-correlation-request-id": "710cdfba-92d8-4377-8368-deefb4a044e8", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205702Z:21a61eb9-55f9-4fc5-b7b5-a1e095f783cf", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180905Z:710cdfba-92d8-4377-8368-deefb4a044e8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc", - "name": "a76ace99-4f28-4991-b62f-64182dec75fc", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/365135f4-f96d-45cc-afde-ff6beb80254f", + "name": "365135f4-f96d-45cc-afde-ff6beb80254f", "status": "Deleting", - "startTime": "2022-10-23T20:54:30.6618517Z", + "startTime": "2022-10-25T18:07:03.7353293Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2488,7 +2488,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/365135f4-f96d-45cc-afde-ff6beb80254f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2502,7 +2502,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:57:32 GMT", + "Date": "Tue, 25 Oct 2022 18:09:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2510,17 +2510,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3bb06248-abc9-4d3e-893f-7cfe8c328a76", + "x-ms-correlation-request-id": "e0063128-1fdd-494c-b3e4-b5290b716b4e", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205733Z:3bb06248-abc9-4d3e-893f-7cfe8c328a76", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180935Z:e0063128-1fdd-494c-b3e4-b5290b716b4e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc", - "name": "a76ace99-4f28-4991-b62f-64182dec75fc", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/365135f4-f96d-45cc-afde-ff6beb80254f", + "name": "365135f4-f96d-45cc-afde-ff6beb80254f", "status": "Succeeded", - "startTime": "2022-10-23T20:54:30.6618517Z", - "endTime": "2022-10-23T20:57:07.3056481Z", + "startTime": "2022-10-25T18:07:03.7353293Z", + "endTime": "2022-10-25T18:09:05.153748Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339" @@ -2528,7 +2528,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a76ace99-4f28-4991-b62f-64182dec75fc?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/365135f4-f96d-45cc-afde-ff6beb80254f?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2542,7 +2542,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 20:57:32 GMT", + "Date": "Tue, 25 Oct 2022 18:09:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2550,22 +2550,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9122e37b-f45b-4806-8ae4-1c8861ef02e3", + "x-ms-correlation-request-id": "010816ed-3095-40a1-83ad-a964f4239dbb", "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T205733Z:9122e37b-f45b-4806-8ae4-1c8861ef02e3", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T180935Z:010816ed-3095-40a1-83ad-a964f4239dbb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2/sdk-py-tests-vol-3-7b9e2339", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T20%3A57%3A02.0006539Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A09%3A00.1955601Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T20:49:05.8582763Z" + "CreatedOnDate": "2022-10-25T18:01:08.3097832Z" }, "properties": { - "fileSystemId": "e3b48351-9bd5-77ff-26ab-87effe62278e", + "fileSystemId": "ca763a24-cce5-0a53-243a-c8ef65214145", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-7b9e2339", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2596,19 +2596,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_8740f4b5", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_ef393e26", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-7b9e2339/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-3-7b9e2339", - "poolId": "0922697c-2ef2-e0ae-5aaa-89b6c4973f80", + "poolId": "3eae6f25-bfb8-5d90-fd6d-babb9e5da758", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "e3b48351-9bd5-77ff-26ab-87effe62278e", - "fileSystemId": "e3b48351-9bd5-77ff-26ab-87effe62278e", + "mountTargetId": "ca763a24-cce5-0a53-243a-c8ef65214145", + "fileSystemId": "ca763a24-cce5-0a53-243a-c8ef65214145", "startIp": "", "endIp": "", "gateway": "", @@ -2654,14 +2654,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:00:55 GMT", + "Date": "Tue, 25 Oct 2022 18:12:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "330f79e5-65ee-4146-b493-bb3be59be660", + "x-ms-correlation-request-id": "c802105a-fa11-4d89-b8f0-65e47c7334fe", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T210056Z:330f79e5-65ee-4146-b493-bb3be59be660" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181257Z:c802105a-fa11-4d89-b8f0-65e47c7334fe" }, "ResponseBody": { "error": { @@ -2683,25 +2683,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07fbe30f-aaf6-47be-990d-41c243987c3b?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1054999-5f91-4cb5-997e-5e87ee1d7a1f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 21:01:08 GMT", + "Date": "Tue, 25 Oct 2022 18:13:09 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07fbe30f-aaf6-47be-990d-41c243987c3b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1054999-5f91-4cb5-997e-5e87ee1d7a1f?api-version=2022-05-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": "a793ceea-1c7f-4481-bbfa-3ad103940907", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T210108Z:a793ceea-1c7f-4481-bbfa-3ad103940907", + "x-ms-correlation-request-id": "68e1506b-82b8-482c-8992-d3ee2786afc5", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181310Z:68e1506b-82b8-482c-8992-d3ee2786afc5", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07fbe30f-aaf6-47be-990d-41c243987c3b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1054999-5f91-4cb5-997e-5e87ee1d7a1f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2715,7 +2715,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:01:08 GMT", + "Date": "Tue, 25 Oct 2022 18:13:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2723,16 +2723,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "25e2c66d-0129-46bf-9344-bc7522210420", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T210109Z:25e2c66d-0129-46bf-9344-bc7522210420", + "x-ms-correlation-request-id": "ef4b7cbc-f0be-44d3-b749-2fb3c1190e4c", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181310Z:ef4b7cbc-f0be-44d3-b749-2fb3c1190e4c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07fbe30f-aaf6-47be-990d-41c243987c3b", - "name": "07fbe30f-aaf6-47be-990d-41c243987c3b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1054999-5f91-4cb5-997e-5e87ee1d7a1f", + "name": "b1054999-5f91-4cb5-997e-5e87ee1d7a1f", "status": "Deleting", - "startTime": "2022-10-23T21:01:08.6821649Z", + "startTime": "2022-10-25T18:13:10.5406813Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2741,7 +2741,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07fbe30f-aaf6-47be-990d-41c243987c3b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1054999-5f91-4cb5-997e-5e87ee1d7a1f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2755,7 +2755,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:01:38 GMT", + "Date": "Tue, 25 Oct 2022 18:13:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2763,17 +2763,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "663c173c-3e4d-44eb-ae79-1847829d8c79", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T210139Z:663c173c-3e4d-44eb-ae79-1847829d8c79", + "x-ms-correlation-request-id": "827badbb-c27e-4601-936f-2aa25c50a060", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181341Z:827badbb-c27e-4601-936f-2aa25c50a060", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07fbe30f-aaf6-47be-990d-41c243987c3b", - "name": "07fbe30f-aaf6-47be-990d-41c243987c3b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1054999-5f91-4cb5-997e-5e87ee1d7a1f", + "name": "b1054999-5f91-4cb5-997e-5e87ee1d7a1f", "status": "Succeeded", - "startTime": "2022-10-23T21:01:08.6821649Z", - "endTime": "2022-10-23T21:01:09.5728533Z", + "startTime": "2022-10-25T18:13:10.5406813Z", + "endTime": "2022-10-25T18:13:11.556748Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1" @@ -2781,7 +2781,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/07fbe30f-aaf6-47be-990d-41c243987c3b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b1054999-5f91-4cb5-997e-5e87ee1d7a1f?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2795,7 +2795,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:01:38 GMT", + "Date": "Tue, 25 Oct 2022 18:13:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2803,22 +2803,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b94a5092-ba50-4677-b6f5-7cb755068c05", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T210139Z:b94a5092-ba50-4677-b6f5-7cb755068c05", + "x-ms-correlation-request-id": "bdec8763-7ee9-415e-8f25-9dc05a4b48b8", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181341Z:bdec8763-7ee9-415e-8f25-9dc05a4b48b8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T21%3A01%3A08.685151Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A13%3A10.5445267Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T20:48:52.4303531Z" + "CreatedOnDate": "2022-10-25T18:00:55.1503343Z" }, "properties": { - "poolId": "872468d4-c1f5-27a8-7d95-98366d68cd76", + "poolId": "b5500261-5d71-f8a0-939e-f9e12c42ca5b", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-1", @@ -2832,10 +2832,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T20:48:53.5971159Z", + "createdAt": "2022-10-25T18:00:56.1286622Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T20:48:53.5971159Z" + "lastModifiedAt": "2022-10-25T18:00:56.1286622Z" } } }, @@ -2853,14 +2853,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 21:01:48 GMT", + "Date": "Tue, 25 Oct 2022 18:13:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "daabe948-4677-46ab-aee9-59785e121014", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T210149Z:daabe948-4677-46ab-aee9-59785e121014" + "x-ms-correlation-request-id": "099ecef3-7a70-46b7-be41-1ffe4e589e26", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181351Z:099ecef3-7a70-46b7-be41-1ffe4e589e26" }, "ResponseBody": null }, @@ -2878,14 +2878,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 21:01:59 GMT", + "Date": "Tue, 25 Oct 2022 18:14:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6fcba2de-8990-4e8d-9d80-0092ee7575cc", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T210200Z:6fcba2de-8990-4e8d-9d80-0092ee7575cc" + "x-ms-correlation-request-id": "d57b5763-943c-41ad-891d-9dd80eab58cc", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181402Z:d57b5763-943c-41ad-891d-9dd80eab58cc" }, "ResponseBody": null }, @@ -2903,14 +2903,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 21:02:10 GMT", + "Date": "Tue, 25 Oct 2022 18:14:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f06e5d74-9f1d-493e-be7c-b59315dd449b", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T210210Z:f06e5d74-9f1d-493e-be7c-b59315dd449b" + "x-ms-correlation-request-id": "3f74e37f-c476-4676-be40-f78a2116a1c5", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181412Z:3f74e37f-c476-4676-be40-f78a2116a1c5" }, "ResponseBody": null }, @@ -2928,14 +2928,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 21:02:20 GMT", + "Date": "Tue, 25 Oct 2022 18:14:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a33e834-ca23-4b44-aa3c-3b66e130900f", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T210220Z:8a33e834-ca23-4b44-aa3c-3b66e130900f" + "x-ms-correlation-request-id": "c4116bd6-ce37-4edc-a488-abca234c5615", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181422Z:c4116bd6-ce37-4edc-a488-abca234c5615" }, "ResponseBody": null }, @@ -2954,14 +2954,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:02:30 GMT", + "Date": "Tue, 25 Oct 2022 18:14:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c87aff23-ee9e-4e98-ac4e-8ae21e488dc0", + "x-ms-correlation-request-id": "fe288e5d-1336-48fc-a8d9-5ea730fa52b7", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T210230Z:c87aff23-ee9e-4e98-ac4e-8ae21e488dc0" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181432Z:fe288e5d-1336-48fc-a8d9-5ea730fa52b7" }, "ResponseBody": { "error": { @@ -2983,25 +2983,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/af977ea8-3106-422e-8196-1996e5d8d68b?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ede15ee6-d33e-4fa8-9de6-9c29b854f5c7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 21:02:41 GMT", + "Date": "Tue, 25 Oct 2022 18:14:43 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/af977ea8-3106-422e-8196-1996e5d8d68b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ede15ee6-d33e-4fa8-9de6-9c29b854f5c7?api-version=2022-05-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": "d129acae-ea53-4e01-b454-1f53aaf2c859", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T210242Z:d129acae-ea53-4e01-b454-1f53aaf2c859", + "x-ms-correlation-request-id": "9522bb2c-5910-4683-a5bb-bcc3d92be40a", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181444Z:9522bb2c-5910-4683-a5bb-bcc3d92be40a", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/af977ea8-3106-422e-8196-1996e5d8d68b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ede15ee6-d33e-4fa8-9de6-9c29b854f5c7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3015,7 +3015,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:02:41 GMT", + "Date": "Tue, 25 Oct 2022 18:14:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3023,16 +3023,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1eff6a8a-d922-46f0-8268-c5983c96af12", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T210242Z:1eff6a8a-d922-46f0-8268-c5983c96af12", + "x-ms-correlation-request-id": "fec648c1-97d4-4a06-aede-119ab2a82af2", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181444Z:fec648c1-97d4-4a06-aede-119ab2a82af2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/af977ea8-3106-422e-8196-1996e5d8d68b", - "name": "af977ea8-3106-422e-8196-1996e5d8d68b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ede15ee6-d33e-4fa8-9de6-9c29b854f5c7", + "name": "ede15ee6-d33e-4fa8-9de6-9c29b854f5c7", "status": "Deleting", - "startTime": "2022-10-23T21:02:42.3202734Z", + "startTime": "2022-10-25T18:14:44.2222553Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3041,7 +3041,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/af977ea8-3106-422e-8196-1996e5d8d68b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ede15ee6-d33e-4fa8-9de6-9c29b854f5c7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3055,7 +3055,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:03:12 GMT", + "Date": "Tue, 25 Oct 2022 18:15:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3063,17 +3063,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2aa3416b-c991-4d74-b3d1-b7c69cbbfc45", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T210312Z:2aa3416b-c991-4d74-b3d1-b7c69cbbfc45", + "x-ms-correlation-request-id": "4df866c7-c910-4b1f-885a-74e7fd7ad129", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181514Z:4df866c7-c910-4b1f-885a-74e7fd7ad129", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/af977ea8-3106-422e-8196-1996e5d8d68b", - "name": "af977ea8-3106-422e-8196-1996e5d8d68b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ede15ee6-d33e-4fa8-9de6-9c29b854f5c7", + "name": "ede15ee6-d33e-4fa8-9de6-9c29b854f5c7", "status": "Succeeded", - "startTime": "2022-10-23T21:02:42.3202734Z", - "endTime": "2022-10-23T21:02:43.3203069Z", + "startTime": "2022-10-25T18:14:44.2222553Z", + "endTime": "2022-10-25T18:14:45.4098538Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2" @@ -3081,7 +3081,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/af977ea8-3106-422e-8196-1996e5d8d68b?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ede15ee6-d33e-4fa8-9de6-9c29b854f5c7?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3095,7 +3095,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:03:12 GMT", + "Date": "Tue, 25 Oct 2022 18:15:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3103,22 +3103,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "003525b5-734d-4a88-805e-ee630171ae9d", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T210313Z:003525b5-734d-4a88-805e-ee630171ae9d", + "x-ms-correlation-request-id": "d3597571-7922-40c4-900b-5a02bb08d39f", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181515Z:d3597571-7922-40c4-900b-5a02bb08d39f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-1-7b9e2339/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T21%3A02%3A42.3148146Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A14%3A44.224302Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T20:53:43.2791951Z" + "CreatedOnDate": "2022-10-25T18:06:16.1773445Z" }, "properties": { - "poolId": "0922697c-2ef2-e0ae-5aaa-89b6c4973f80", + "poolId": "3eae6f25-bfb8-5d90-fd6d-babb9e5da758", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339/capacityPools/sdk-py-tests-pool-2", @@ -3132,10 +3132,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T20:53:45.5068137Z", + "createdAt": "2022-10-25T18:06:18.2982207Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T20:53:45.5068137Z" + "lastModifiedAt": "2022-10-25T18:06:18.2982207Z" } } }, @@ -3153,14 +3153,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 21:03:22 GMT", + "Date": "Tue, 25 Oct 2022 18:15:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cde148a3-0917-4340-b51e-b57563879a93", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T210323Z:cde148a3-0917-4340-b51e-b57563879a93" + "x-ms-correlation-request-id": "1234ebd4-07b4-4044-be6b-2e1d1fce8c22", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181525Z:1234ebd4-07b4-4044-be6b-2e1d1fce8c22" }, "ResponseBody": null }, @@ -3178,14 +3178,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 21:03:33 GMT", + "Date": "Tue, 25 Oct 2022 18:15:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "639b2f21-da17-46c2-81fc-e989b59a640d", - "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T210333Z:639b2f21-da17-46c2-81fc-e989b59a640d" + "x-ms-correlation-request-id": "abc8d9bb-a419-4c88-a07f-3a2c8fd4d338", + "x-ms-ratelimit-remaining-subscription-deletes": "14991", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181535Z:abc8d9bb-a419-4c88-a07f-3a2c8fd4d338" }, "ResponseBody": null }, @@ -3203,14 +3203,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 21:03:43 GMT", + "Date": "Tue, 25 Oct 2022 18:15:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "44853764-a0e3-42e7-a683-e903f974e304", - "x-ms-ratelimit-remaining-subscription-deletes": "14991", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T210344Z:44853764-a0e3-42e7-a683-e903f974e304" + "x-ms-correlation-request-id": "7a94ab05-c095-4c81-9cb6-2fc817caa64f", + "x-ms-ratelimit-remaining-subscription-deletes": "14990", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181546Z:7a94ab05-c095-4c81-9cb6-2fc817caa64f" }, "ResponseBody": null }, @@ -3228,14 +3228,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 21:03:53 GMT", + "Date": "Tue, 25 Oct 2022 18:15:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cdfaaad1-f794-4234-b9fd-3fe5f7d1d16f", - "x-ms-ratelimit-remaining-subscription-deletes": "14990", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T210354Z:cdfaaad1-f794-4234-b9fd-3fe5f7d1d16f" + "x-ms-correlation-request-id": "4e901ab3-d42f-410c-9717-ca17753dc3f4", + "x-ms-ratelimit-remaining-subscription-deletes": "14989", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181556Z:4e901ab3-d42f-410c-9717-ca17753dc3f4" }, "ResponseBody": null }, @@ -3254,14 +3254,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:04:04 GMT", + "Date": "Tue, 25 Oct 2022 18:16:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "99f6d94a-5f46-4c6c-998e-f45c54842a3c", + "x-ms-correlation-request-id": "58259d90-1b7f-4a44-9611-12c5dd8c5023", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T210404Z:99f6d94a-5f46-4c6c-998e-f45c54842a3c" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181606Z:58259d90-1b7f-4a44-9611-12c5dd8c5023" }, "ResponseBody": { "error": { @@ -3283,25 +3283,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e960474-17a1-41f9-a656-fbd925dc7634?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/985d2be7-a481-4628-94f7-0c380de76614?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 21:04:06 GMT", + "Date": "Tue, 25 Oct 2022 18:16:08 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e960474-17a1-41f9-a656-fbd925dc7634?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/985d2be7-a481-4628-94f7-0c380de76614?api-version=2022-05-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": "b38141bd-a3a9-4243-8e56-c3dc3529cf25", - "x-ms-ratelimit-remaining-subscription-deletes": "14989", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T210406Z:b38141bd-a3a9-4243-8e56-c3dc3529cf25", + "x-ms-correlation-request-id": "6be83bba-c4a7-464f-9f84-822b7767b2d1", + "x-ms-ratelimit-remaining-subscription-deletes": "14988", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181608Z:6be83bba-c4a7-464f-9f84-822b7767b2d1", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e960474-17a1-41f9-a656-fbd925dc7634?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/985d2be7-a481-4628-94f7-0c380de76614?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3315,7 +3315,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:04:06 GMT", + "Date": "Tue, 25 Oct 2022 18:16:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3323,17 +3323,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aa09c768-6c76-4b13-a724-a759ecab80ed", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T210406Z:aa09c768-6c76-4b13-a724-a759ecab80ed", + "x-ms-correlation-request-id": "72df08dd-3aa9-46f1-b0f0-e3ca37777b1e", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181608Z:72df08dd-3aa9-46f1-b0f0-e3ca37777b1e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e960474-17a1-41f9-a656-fbd925dc7634", - "name": "8e960474-17a1-41f9-a656-fbd925dc7634", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/985d2be7-a481-4628-94f7-0c380de76614", + "name": "985d2be7-a481-4628-94f7-0c380de76614", "status": "Succeeded", - "startTime": "2022-10-23T21:04:05.9214057Z", - "endTime": "2022-10-23T21:04:05.9682802Z", + "startTime": "2022-10-25T18:16:08.2319637Z", + "endTime": "2022-10-25T18:16:08.2787756Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339" @@ -3341,7 +3341,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8e960474-17a1-41f9-a656-fbd925dc7634?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/985d2be7-a481-4628-94f7-0c380de76614?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3355,7 +3355,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:04:06 GMT", + "Date": "Tue, 25 Oct 2022 18:16:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3363,19 +3363,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e8b507db-59cd-4f0c-9b1b-1d5f957a7cfd", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T210406Z:e8b507db-59cd-4f0c-9b1b-1d5f957a7cfd", + "x-ms-correlation-request-id": "b2f096e4-09a9-4b3b-b248-d5ddf4e5b4ab", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181608Z:b2f096e4-09a9-4b3b-b248-d5ddf4e5b4ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-7b9e2339", "name": "sdk-py-tests-acc-1-7b9e2339", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-23T21%3A04%3A05.9232134Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A16%3A08.1935321Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T20:48:47.9678561Z" + "CreatedOnDate": "2022-10-25T18:00:50.8293074Z" }, "properties": { "encryption": { @@ -3386,10 +3386,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T20:48:48.9537323Z", + "createdAt": "2022-10-25T18:00:51.8276074Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T20:48:48.9537323Z" + "lastModifiedAt": "2022-10-25T18:00:51.8276074Z" } } }, @@ -3408,15 +3408,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 21:04:06 GMT", + "Date": "Tue, 25 Oct 2022 18:16:09 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": "acb84e48-a1c6-4e0f-9e94-18f41e70ca6a", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T210406Z:acb84e48-a1c6-4e0f-9e94-18f41e70ca6a", + "x-ms-correlation-request-id": "17a9fd21-3848-4879-8431-8894c12edbdc", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181609Z:17a9fd21-3848-4879-8431-8894c12edbdc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3440,12 +3440,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ca903ca8-249c-4717-aba0-5e93450f9ed0?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/093eb802-8b70-4d05-9772-bb6e85d9fc9d?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 21:04:08 GMT", + "Date": "Tue, 25 Oct 2022 18:16:10 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/ca903ca8-249c-4717-aba0-5e93450f9ed0?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/093eb802-8b70-4d05-9772-bb6e85d9fc9d?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3454,10 +3454,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9d2d45f3-8f68-465d-88b8-bf47067d9e63", - "x-ms-correlation-request-id": "7d9edf18-4be0-466d-889d-47117372add7", - "x-ms-ratelimit-remaining-subscription-deletes": "14988", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T210408Z:7d9edf18-4be0-466d-889d-47117372add7" + "x-ms-arm-service-request-id": "95bc4b59-0bdb-4a4a-9831-c0ed7c30d017", + "x-ms-correlation-request-id": "f19d9cb9-65e5-47fb-b921-2f1708d9fa96", + "x-ms-ratelimit-remaining-subscription-deletes": "14987", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181610Z:f19d9cb9-65e5-47fb-b921-2f1708d9fa96" }, "ResponseBody": null } 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 a1c6dbcf8f3b..1905a9e4709a 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:49:30 GMT", + "Date": "Tue, 25 Oct 2022 17:18:06 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.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:49:30 GMT", + "Date": "Tue, 25 Oct 2022 17:18:06 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.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "a3131e86-6c58-4c0a-b8e3-445ee30d4bb4", + "client-request-id": "42084517-8bf7-432d-9203-3dd9b92411f0", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "a3131e86-6c58-4c0a-b8e3-445ee30d4bb4", + "client-request-id": "42084517-8bf7-432d-9203-3dd9b92411f0", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:49:31 GMT", + "Date": "Tue, 25 Oct 2022 17:18:06 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6c556767-74ca-4196-8141-5f1914f4de0d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0bcc96e5-31d5-4171-ba20-219a4a17112d?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:49:40 GMT", + "Date": "Tue, 25 Oct 2022 17:18:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dec1df29-fdc5-4f61-82fc-155edfdf97b7", - "x-ms-correlation-request-id": "e0d5b47b-2f92-4859-a886-3f6486b4ff4a", + "x-ms-arm-service-request-id": "92c107c1-3d6e-4163-8481-8b36d51a3cc6", + "x-ms-correlation-request-id": "aed6ba5a-5298-440b-83e8-25ed6ce0fd8c", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124941Z:e0d5b47b-2f92-4859-a886-3f6486b4ff4a" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T171816Z:aed6ba5a-5298-440b-83e8-25ed6ce0fd8c" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-c6cd2434", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434", - "etag": "W/\u0022b39679d3-6183-4334-a336-1e30c3a3f95e\u0022", + "etag": "W/\u002273054d2e-d5bf-4bea-baaf-0f71ac96b456\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T12:49:33.6167363Z" + "CreatedOnDate": "2022-10-25T17:18:09.8377613Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "3ea722f4-de71-479e-bdf8-8ea681779787", + "resourceGuid": "b99d82cd-795d-4d35-8e99-56a1f9f632a2", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6c556767-74ca-4196-8141-5f1914f4de0d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0bcc96e5-31d5-4171-ba20-219a4a17112d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:49:40 GMT", + "Date": "Tue, 25 Oct 2022 17:18:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -304,10 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9a0fb19f-df7d-4063-af0d-9cf77652d324", - "x-ms-correlation-request-id": "d6a3911e-1cb8-47bd-bb1c-8165898a271c", + "x-ms-arm-service-request-id": "3b1fe6bd-e7ac-4f9f-8592-36689003c49a", + "x-ms-correlation-request-id": "1e59e05a-b3a2-449b-a7e7-27b5e321303d", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124941Z:d6a3911e-1cb8-47bd-bb1c-8165898a271c" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T171816Z:1e59e05a-b3a2-449b-a7e7-27b5e321303d" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:49:41 GMT", - "ETag": "W/\u0022d2fa1042-f819-4187-bcf7-c652ea3cf96b\u0022", + "Date": "Tue, 25 Oct 2022 17:18:16 GMT", + "ETag": "W/\u0022ef68f788-a068-4e16-9aa9-a5be8622cb01\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c5b7808e-60d8-493f-91a8-cc4e8eed4a5e", - "x-ms-correlation-request-id": "738db88a-9b02-4da6-910c-ec49f41d07f6", + "x-ms-arm-service-request-id": "49a779bf-97e3-43b7-9b18-642418f6b805", + "x-ms-correlation-request-id": "20238955-c601-4b20-8639-63829883360f", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124941Z:738db88a-9b02-4da6-910c-ec49f41d07f6" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T171816Z:20238955-c601-4b20-8639-63829883360f" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-c6cd2434", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434", - "etag": "W/\u0022d2fa1042-f819-4187-bcf7-c652ea3cf96b\u0022", + "etag": "W/\u0022ef68f788-a068-4e16-9aa9-a5be8622cb01\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T12:49:33.6167363Z" + "CreatedOnDate": "2022-10-25T17:18:09.8377613Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "3ea722f4-de71-479e-bdf8-8ea681779787", + "resourceGuid": "b99d82cd-795d-4d35-8e99-56a1f9f632a2", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/32c5c4f3-13bc-47b8-b34d-e3c9e4bfc6de?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6a48cf82-9b25-43f3-b227-0a9cf0544cbc?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:49:41 GMT", + "Date": "Tue, 25 Oct 2022 17:18:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0505c1d6-690e-4b51-be7e-a82604fb83c7", - "x-ms-correlation-request-id": "4086c583-ba43-4bb7-9f5b-5cebdce62bc6", + "x-ms-arm-service-request-id": "12b6057a-abbd-41fa-b7af-f8556dbbfc7d", + "x-ms-correlation-request-id": "18e5d634-796f-4f07-98e7-f22e3383fcf9", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124942Z:4086c583-ba43-4bb7-9f5b-5cebdce62bc6" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T171817Z:18e5d634-796f-4f07-98e7-f22e3383fcf9" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default", - "etag": "W/\u00223f807306-2a57-4c8c-b498-20cc96c7023f\u0022", + "etag": "W/\u0022c61b4daf-64e1-4eed-82fb-08d608ffce6f\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00223f807306-2a57-4c8c-b498-20cc96c7023f\u0022", + "etag": "W/\u0022c61b4daf-64e1-4eed-82fb-08d608ffce6f\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/32c5c4f3-13bc-47b8-b34d-e3c9e4bfc6de?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/6a48cf82-9b25-43f3-b227-0a9cf0544cbc?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:49:42 GMT", + "Date": "Tue, 25 Oct 2022 17:18:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "40b83639-2468-401f-ae4f-1a0ac68cd0ae", - "x-ms-correlation-request-id": "a59cd844-914c-4213-b5ca-7d335c1d6461", + "x-ms-arm-service-request-id": "0f33a5d3-37e5-4f66-a84c-fbec65fccf5c", + "x-ms-correlation-request-id": "1306afcd-4f0a-4f5b-9b99-2a3c8247ae6b", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124942Z:a59cd844-914c-4213-b5ca-7d335c1d6461" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T171817Z:1306afcd-4f0a-4f5b-9b99-2a3c8247ae6b" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:49:42 GMT", - "ETag": "W/\u0022b8426164-e627-4fdf-8ff8-6f4de2bc72bf\u0022", + "Date": "Tue, 25 Oct 2022 17:18:17 GMT", + "ETag": "W/\u0022734c1797-2e87-40ac-9ec0-8a387898c76a\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "21ac8135-9102-436e-b1a6-ae581f63c178", - "x-ms-correlation-request-id": "d690cd60-7eb8-450f-a38e-eebc44a93907", + "x-ms-arm-service-request-id": "8df753a4-016f-4e77-b85a-6cb6e80dd02c", + "x-ms-correlation-request-id": "5adb3f45-4baa-42fa-8c9d-d597b6deb059", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124943Z:d690cd60-7eb8-450f-a38e-eebc44a93907" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T171818Z:5adb3f45-4baa-42fa-8c9d-d597b6deb059" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default", - "etag": "W/\u0022b8426164-e627-4fdf-8ff8-6f4de2bc72bf\u0022", + "etag": "W/\u0022734c1797-2e87-40ac-9ec0-8a387898c76a\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022b8426164-e627-4fdf-8ff8-6f4de2bc72bf\u0022", + "etag": "W/\u0022734c1797-2e87-40ac-9ec0-8a387898c76a\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -558,7 +558,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:49:42 GMT", + "Date": "Tue, 25 Oct 2022 17:18:17 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -652,7 +652,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:49:42 GMT", + "Date": "Tue, 25 Oct 2022 17:18:17 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -713,9 +713,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "50da4fbc-e16f-4e57-bf28-05ff03e122da", + "client-request-id": "0f40b36a-614e-4700-94b2-804983150227", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -727,14 +727,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "50da4fbc-e16f-4e57-bf28-05ff03e122da", + "client-request-id": "0f40b36a-614e-4700-94b2-804983150227", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:49:43 GMT", + "Date": "Tue, 25 Oct 2022 17:18:17 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -742,7 +742,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -769,12 +769,12 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bcd1d40-f407-4385-ae57-3ea831d645f5?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9293fad8-d292-4964-9cf2-e67e2264007a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:49:46 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T12%3A49%3A45.8059241Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 17:18:21 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T17%3A18%3A20.7022687Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -782,20 +782,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2ee3d1d-3276-46e6-8821-a28a29d5c2b4", + "x-ms-correlation-request-id": "c34ed492-9db6-4c06-8c8b-d0bace3a5083", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124946Z:b2ee3d1d-3276-46e6-8821-a28a29d5c2b4", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T171821Z:c34ed492-9db6-4c06-8c8b-d0bace3a5083", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434", "name": "sdk-py-tests-acc-1-c6cd2434", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-23T12%3A49%3A45.8059241Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T17%3A18%3A20.7022687Z\u0027\u0022", "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-21T12:39:30.9379065Z" - }, "properties": { "provisioningState": "Updating", "activeDirectories": [ @@ -826,12 +823,12 @@ "createdAt": "2022-10-21T12:39:31.9750554Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T12:39:31.9750554Z" + "lastModifiedAt": "2022-10-23T12:49:44.8645107Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bcd1d40-f407-4385-ae57-3ea831d645f5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9293fad8-d292-4964-9cf2-e67e2264007a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -845,7 +842,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:49:46 GMT", + "Date": "Tue, 25 Oct 2022 17:18:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -853,16 +850,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b4e472a2-51b3-440b-8834-68eb48428838", + "x-ms-correlation-request-id": "2f060cdd-c166-461b-b0f6-1a7395a9b6b6", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T124947Z:b4e472a2-51b3-440b-8834-68eb48428838", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T171822Z:2f060cdd-c166-461b-b0f6-1a7395a9b6b6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bcd1d40-f407-4385-ae57-3ea831d645f5", - "name": "4bcd1d40-f407-4385-ae57-3ea831d645f5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9293fad8-d292-4964-9cf2-e67e2264007a", + "name": "9293fad8-d292-4964-9cf2-e67e2264007a", "status": "Updating", - "startTime": "2022-10-23T12:49:45.8103439Z", + "startTime": "2022-10-25T17:18:20.7233863Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -871,7 +868,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bcd1d40-f407-4385-ae57-3ea831d645f5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9293fad8-d292-4964-9cf2-e67e2264007a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -885,7 +882,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:50:17 GMT", + "Date": "Tue, 25 Oct 2022 17:18:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -893,17 +890,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2778683-7a41-4bb3-829c-65ab320b5697", + "x-ms-correlation-request-id": "498e67e9-abf6-43eb-8837-156fc4c5cbe2", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125017Z:d2778683-7a41-4bb3-829c-65ab320b5697", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T171852Z:498e67e9-abf6-43eb-8837-156fc4c5cbe2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4bcd1d40-f407-4385-ae57-3ea831d645f5", - "name": "4bcd1d40-f407-4385-ae57-3ea831d645f5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9293fad8-d292-4964-9cf2-e67e2264007a", + "name": "9293fad8-d292-4964-9cf2-e67e2264007a", "status": "Succeeded", - "startTime": "2022-10-23T12:49:45.8103439Z", - "endTime": "2022-10-23T12:49:47.1762656Z", + "startTime": "2022-10-25T17:18:20.7233863Z", + "endTime": "2022-10-25T17:18:22.2234465Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434" @@ -925,8 +922,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:50:17 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T12%3A49%3A47.1721464Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 17:18:52 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T17%3A18%3A22.2224036Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -934,17 +931,20 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "366752d8-2063-4374-a279-2979bdd41e51", + "x-ms-correlation-request-id": "65be7677-32dd-4f39-a714-059fe292b832", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125017Z:366752d8-2063-4374-a279-2979bdd41e51", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T171852Z:65be7677-32dd-4f39-a714-059fe292b832", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434", "name": "sdk-py-tests-acc-1-c6cd2434", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-23T12%3A49%3A47.1721464Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T17%3A18%3A22.2224036Z\u0027\u0022", "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-25T17:18:19.6385940Z" + }, "properties": { "provisioningState": "Succeeded", "activeDirectories": [ @@ -975,7 +975,7 @@ "createdAt": "2022-10-21T12:39:31.9750554Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T12:49:44.8645107Z" + "lastModifiedAt": "2022-10-25T17:18:19.8068595Z" } } }, @@ -1001,12 +1001,12 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f086dc51-55f4-4262-a83f-046fc5866464?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54c12f67-c181-4628-abe2-0a1a7c50d361?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:50:19 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T12%3A50%3A18.3573785Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 17:18:53 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T17%3A18%3A53.498539Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1014,20 +1014,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf2381b7-ca71-4650-82fc-dbae01b8fb6d", + "x-ms-correlation-request-id": "f0d0cff4-4392-49f0-991f-74253ec6e3e8", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125019Z:bf2381b7-ca71-4650-82fc-dbae01b8fb6d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T171854Z:f0d0cff4-4392-49f0-991f-74253ec6e3e8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T12%3A50%3A18.3573785Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T17%3A18%3A53.498539Z\u0027\u0022", "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-21T12:39:35.3000066Z" - }, "properties": { "provisioningState": "Updating", "poolId": "0b03ddca-7962-97b0-b0d0-56d201f296fa", @@ -1045,12 +1042,12 @@ "createdAt": "2022-10-21T12:39:36.586709Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-21T12:39:36.586709Z" + "lastModifiedAt": "2022-10-23T12:50:18.2255226Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f086dc51-55f4-4262-a83f-046fc5866464?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54c12f67-c181-4628-abe2-0a1a7c50d361?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1064,7 +1061,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:50:19 GMT", + "Date": "Tue, 25 Oct 2022 17:18:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1072,17 +1069,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a0fc69dd-0e6d-4506-b443-ea44df32a1dd", + "x-ms-correlation-request-id": "06ad8b2d-9d67-4011-a04c-02feb77efb29", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125019Z:a0fc69dd-0e6d-4506-b443-ea44df32a1dd", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T171854Z:06ad8b2d-9d67-4011-a04c-02feb77efb29", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f086dc51-55f4-4262-a83f-046fc5866464", - "name": "f086dc51-55f4-4262-a83f-046fc5866464", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/54c12f67-c181-4628-abe2-0a1a7c50d361", + "name": "54c12f67-c181-4628-abe2-0a1a7c50d361", "status": "Succeeded", - "startTime": "2022-10-23T12:50:18.361714Z", - "endTime": "2022-10-23T12:50:19.3306248Z", + "startTime": "2022-10-25T17:18:53.4980808Z", + "endTime": "2022-10-25T17:18:53.7949203Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1" @@ -1104,8 +1101,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:50:19 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T12%3A50%3A19.3188313Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 17:18:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T17%3A18%3A53.7873735Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1113,17 +1110,20 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be97b70c-66c8-40a0-a873-38b4e6bd97e0", + "x-ms-correlation-request-id": "88c8aa68-4df9-4193-b144-abceb4818320", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125020Z:be97b70c-66c8-40a0-a873-38b4e6bd97e0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T171855Z:88c8aa68-4df9-4193-b144-abceb4818320", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T12%3A50%3A19.3188313Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T17%3A18%3A53.7873735Z\u0027\u0022", "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-25T17:18:53.1135619Z" + }, "properties": { "poolId": "0b03ddca-7962-97b0-b0d0-56d201f296fa", "serviceLevel": "Premium", @@ -1141,7 +1141,7 @@ "createdAt": "2022-10-21T12:39:36.586709Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T12:50:18.2255226Z" + "lastModifiedAt": "2022-10-25T17:18:53.3600226Z" } } }, @@ -1184,30 +1184,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1585", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:50:32 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T12%3A50%3A32.0753646Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 17:19:07 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T17%3A19%3A06.8077739Z\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": "ea3c7077-b7a9-46ef-a9a3-48b743b8afae", + "x-ms-correlation-request-id": "e552b9c3-ad62-4bb6-8a1e-2b4f82c485cd", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125033Z:ea3c7077-b7a9-46ef-a9a3-48b743b8afae", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T171908Z:e552b9c3-ad62-4bb6-8a1e-2b4f82c485cd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434", "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c6cd2434", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T12%3A50%3A32.0753646Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T17%3A19%3A06.8077739Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T12:50:30.4730930Z" + "CreatedOnDate": "2022-10-25T17:19:05.3580921Z" }, "properties": { "serviceLevel": "Premium", @@ -1237,15 +1237,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T12:50:31.7423881Z", + "createdAt": "2022-10-25T17:19:06.4923998Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T12:50:31.7423881Z" + "lastModifiedAt": "2022-10-25T17:19:06.4923998Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1259,7 +1259,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:50:33 GMT", + "Date": "Tue, 25 Oct 2022 17:19:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1267,16 +1267,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65a23312-aa3f-4925-8b8c-defa28e1ea98", + "x-ms-correlation-request-id": "12330b4f-5f82-4475-9978-42e9266683aa", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125033Z:65a23312-aa3f-4925-8b8c-defa28e1ea98", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T171908Z:12330b4f-5f82-4475-9978-42e9266683aa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf", - "name": "85345074-9e38-43e4-88bc-2defb4969ccf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf", + "name": "9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf", "status": "Creating", - "startTime": "2022-10-23T12:50:32.0775258Z", + "startTime": "2022-10-25T17:19:06.8065719Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1285,7 +1285,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1299,7 +1299,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:51:03 GMT", + "Date": "Tue, 25 Oct 2022 17:19:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1307,16 +1307,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce3f954a-64eb-4528-acc6-14868ef06331", + "x-ms-correlation-request-id": "4377221c-424a-4fba-8a78-dbadde994b26", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125103Z:ce3f954a-64eb-4528-acc6-14868ef06331", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T171938Z:4377221c-424a-4fba-8a78-dbadde994b26", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf", - "name": "85345074-9e38-43e4-88bc-2defb4969ccf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf", + "name": "9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf", "status": "Creating", - "startTime": "2022-10-23T12:50:32.0775258Z", + "startTime": "2022-10-25T17:19:06.8065719Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1325,7 +1325,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1339,7 +1339,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:51:34 GMT", + "Date": "Tue, 25 Oct 2022 17:20:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1347,16 +1347,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "389ed136-2759-4923-aeab-5fd7cb9c26ce", + "x-ms-correlation-request-id": "dd2e9286-fa2e-4c36-a913-669b026a6bf2", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125134Z:389ed136-2759-4923-aeab-5fd7cb9c26ce", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T172008Z:dd2e9286-fa2e-4c36-a913-669b026a6bf2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf", - "name": "85345074-9e38-43e4-88bc-2defb4969ccf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf", + "name": "9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf", "status": "Creating", - "startTime": "2022-10-23T12:50:32.0775258Z", + "startTime": "2022-10-25T17:19:06.8065719Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1365,7 +1365,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1379,7 +1379,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:52:03 GMT", + "Date": "Tue, 25 Oct 2022 17:20:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1387,16 +1387,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38fd1578-70b5-474e-9d74-d50f868975d5", + "x-ms-correlation-request-id": "70a6be2a-58dd-4ff6-b9f3-64c3e683d941", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125204Z:38fd1578-70b5-474e-9d74-d50f868975d5", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T172039Z:70a6be2a-58dd-4ff6-b9f3-64c3e683d941", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf", - "name": "85345074-9e38-43e4-88bc-2defb4969ccf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf", + "name": "9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf", "status": "Creating", - "startTime": "2022-10-23T12:50:32.0775258Z", + "startTime": "2022-10-25T17:19:06.8065719Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1405,7 +1405,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1419,7 +1419,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:52:34 GMT", + "Date": "Tue, 25 Oct 2022 17:21:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1427,16 +1427,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bfae98b3-57dd-4c0b-a440-50b3e058a520", + "x-ms-correlation-request-id": "83aeba89-70bf-420e-b43f-7ea9046dbf7d", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125234Z:bfae98b3-57dd-4c0b-a440-50b3e058a520", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T172109Z:83aeba89-70bf-420e-b43f-7ea9046dbf7d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf", - "name": "85345074-9e38-43e4-88bc-2defb4969ccf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf", + "name": "9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf", "status": "Creating", - "startTime": "2022-10-23T12:50:32.0775258Z", + "startTime": "2022-10-25T17:19:06.8065719Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1445,7 +1445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1459,7 +1459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:53:04 GMT", + "Date": "Tue, 25 Oct 2022 17:21:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1467,16 +1467,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d6c2ece6-f78c-4d5e-9bca-892b49115be0", + "x-ms-correlation-request-id": "efe9f337-2812-4f52-93c1-2f4b70468c34", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125304Z:d6c2ece6-f78c-4d5e-9bca-892b49115be0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T172139Z:efe9f337-2812-4f52-93c1-2f4b70468c34", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf", - "name": "85345074-9e38-43e4-88bc-2defb4969ccf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf", + "name": "9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf", "status": "Creating", - "startTime": "2022-10-23T12:50:32.0775258Z", + "startTime": "2022-10-25T17:19:06.8065719Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1485,7 +1485,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1499,7 +1499,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:53:35 GMT", + "Date": "Tue, 25 Oct 2022 17:22:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1507,16 +1507,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f9701bbb-c532-4908-bcb8-e4a3469c9fb5", + "x-ms-correlation-request-id": "d791ae1b-9c1c-40d9-9738-a575db6c3ba3", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125335Z:f9701bbb-c532-4908-bcb8-e4a3469c9fb5", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T172210Z:d791ae1b-9c1c-40d9-9738-a575db6c3ba3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf", - "name": "85345074-9e38-43e4-88bc-2defb4969ccf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf", + "name": "9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf", "status": "Creating", - "startTime": "2022-10-23T12:50:32.0775258Z", + "startTime": "2022-10-25T17:19:06.8065719Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1525,7 +1525,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1539,7 +1539,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:54:05 GMT", + "Date": "Tue, 25 Oct 2022 17:22:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1547,16 +1547,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2250cb26-125f-4565-822e-d5c91d2321a8", + "x-ms-correlation-request-id": "013fbcff-7846-4bc5-85ef-cb097454d055", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125405Z:2250cb26-125f-4565-822e-d5c91d2321a8", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T172240Z:013fbcff-7846-4bc5-85ef-cb097454d055", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf", - "name": "85345074-9e38-43e4-88bc-2defb4969ccf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf", + "name": "9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf", "status": "Creating", - "startTime": "2022-10-23T12:50:32.0775258Z", + "startTime": "2022-10-25T17:19:06.8065719Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1565,7 +1565,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1579,7 +1579,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:54:34 GMT", + "Date": "Tue, 25 Oct 2022 17:23:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1587,16 +1587,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bbc5dfc2-100c-4fd0-b4b4-1cbdd21f1487", + "x-ms-correlation-request-id": "15ef9fa6-49d3-42e5-9d28-e556f5ccba9b", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125435Z:bbc5dfc2-100c-4fd0-b4b4-1cbdd21f1487", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T172310Z:15ef9fa6-49d3-42e5-9d28-e556f5ccba9b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf", - "name": "85345074-9e38-43e4-88bc-2defb4969ccf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf", + "name": "9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf", "status": "Creating", - "startTime": "2022-10-23T12:50:32.0775258Z", + "startTime": "2022-10-25T17:19:06.8065719Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1605,7 +1605,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1619,7 +1619,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:55:05 GMT", + "Date": "Tue, 25 Oct 2022 17:23:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1627,17 +1627,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "74647546-dd89-4811-bc7a-3a13aecbd74a", + "x-ms-correlation-request-id": "4597693b-c619-4efd-ba28-c86989f90e16", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125505Z:74647546-dd89-4811-bc7a-3a13aecbd74a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T172340Z:4597693b-c619-4efd-ba28-c86989f90e16", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/85345074-9e38-43e4-88bc-2defb4969ccf", - "name": "85345074-9e38-43e4-88bc-2defb4969ccf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf", + "name": "9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf", + "status": "Creating", + "startTime": "2022-10-25T17:19:06.8065719Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 17:24: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": "c7fb73d8-7b5a-4cbc-8dad-d54bf67deb3d", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T172411Z:c7fb73d8-7b5a-4cbc-8dad-d54bf67deb3d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf", + "name": "9ac4de3d-e9c7-4c5c-87bb-9e421231a9bf", "status": "Succeeded", - "startTime": "2022-10-23T12:50:32.0775258Z", - "endTime": "2022-10-23T12:55:03.4973016Z", + "startTime": "2022-10-25T17:19:06.8065719Z", + "endTime": "2022-10-25T17:23:44.2259873Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" @@ -1659,8 +1699,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:55:05 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T12%3A55%3A03.4900006Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 17:24:11 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T17%3A23%3A44.2242299Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1668,22 +1708,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5c090b6-92fc-40e0-a2ae-61286fe96f57", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125506Z:d5c090b6-92fc-40e0-a2ae-61286fe96f57", + "x-ms-correlation-request-id": "b122df4f-3b6c-481e-8218-8eb35c8514f3", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T172412Z:b122df4f-3b6c-481e-8218-8eb35c8514f3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434", "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c6cd2434", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T12%3A55%3A03.4900006Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T17%3A23%3A44.2242299Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T12:50:30.4730930Z" + "CreatedOnDate": "2022-10-25T17:19:05.3580921Z" }, "properties": { - "fileSystemId": "0bb8c9ca-27df-20cd-849a-cdf36f5946e9", + "fileSystemId": "359314ab-2c5c-9cd1-ede1-2f51618a10ab", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-c6cd2434", "usageThreshold": 107374182400, @@ -1711,7 +1751,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_8232c514", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6f3b5bce", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1726,8 +1766,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "0bb8c9ca-27df-20cd-849a-cdf36f5946e9", - "fileSystemId": "0bb8c9ca-27df-20cd-849a-cdf36f5946e9", + "mountTargetId": "359314ab-2c5c-9cd1-ede1-2f51618a10ab", + "fileSystemId": "359314ab-2c5c-9cd1-ede1-2f51618a10ab", "ipAddress": "10.0.0.4" } ], @@ -1747,10 +1787,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T12:50:31.7423881Z", + "createdAt": "2022-10-25T17:19:06.4923998Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T12:50:31.7423881Z" + "lastModifiedAt": "2022-10-25T17:19:06.4923998Z" } } }, @@ -1791,12 +1831,12 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99329519-b2e8-4be8-8445-5a0ed14176cb?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d137019-bf70-495a-b2d2-d9f9b202667b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:55:08 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T12%3A55%3A06.9540348Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 17:24:14 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T17%3A24%3A12.8498698Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1804,23 +1844,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "51fa63e3-3e24-44c4-b155-c10698163562", + "x-ms-correlation-request-id": "f8fe7902-3188-471e-a28e-4df19ceb6384", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125508Z:51fa63e3-3e24-44c4-b155-c10698163562", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T172414Z:f8fe7902-3188-471e-a28e-4df19ceb6384", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434", "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c6cd2434", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T12%3A55%3A06.9540348Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T17%3A24%3A12.8498698Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T12:50:30.4730930Z" + "CreatedOnDate": "2022-10-25T17:19:05.3580921Z" }, "properties": { "provisioningState": "Updating", - "fileSystemId": "0bb8c9ca-27df-20cd-849a-cdf36f5946e9", + "fileSystemId": "359314ab-2c5c-9cd1-ede1-2f51618a10ab", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-c6cd2434", "usageThreshold": 107374182400, @@ -1848,7 +1888,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_8232c514", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6f3b5bce", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1863,8 +1903,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "0bb8c9ca-27df-20cd-849a-cdf36f5946e9", - "fileSystemId": "0bb8c9ca-27df-20cd-849a-cdf36f5946e9", + "mountTargetId": "359314ab-2c5c-9cd1-ede1-2f51618a10ab", + "fileSystemId": "359314ab-2c5c-9cd1-ede1-2f51618a10ab", "ipAddress": "10.0.0.4" } ], @@ -1883,15 +1923,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T12:50:31.7423881Z", + "createdAt": "2022-10-25T17:19:06.4923998Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T12:50:31.7423881Z" + "lastModifiedAt": "2022-10-25T17:19:06.4923998Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99329519-b2e8-4be8-8445-5a0ed14176cb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d137019-bf70-495a-b2d2-d9f9b202667b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1905,7 +1945,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:55:08 GMT", + "Date": "Tue, 25 Oct 2022 17:24:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1913,17 +1953,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50834079-6e4f-423c-bf15-8f64890b9298", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125509Z:50834079-6e4f-423c-bf15-8f64890b9298", + "x-ms-correlation-request-id": "7ad6d47d-b144-46a8-b718-b3cf2bd749e4", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T172415Z:7ad6d47d-b144-46a8-b718-b3cf2bd749e4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d137019-bf70-495a-b2d2-d9f9b202667b", + "name": "0d137019-bf70-495a-b2d2-d9f9b202667b", + "status": "Updating", + "startTime": "2022-10-25T17:24:12.8619544Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d137019-bf70-495a-b2d2-d9f9b202667b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 17:24: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": "d79f5736-ef40-40ba-95d6-f3f8b40b6b82", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T172445Z:d79f5736-ef40-40ba-95d6-f3f8b40b6b82", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99329519-b2e8-4be8-8445-5a0ed14176cb", - "name": "99329519-b2e8-4be8-8445-5a0ed14176cb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0d137019-bf70-495a-b2d2-d9f9b202667b", + "name": "0d137019-bf70-495a-b2d2-d9f9b202667b", "status": "Succeeded", - "startTime": "2022-10-23T12:55:06.9504407Z", - "endTime": "2022-10-23T12:55:09.0598554Z", + "startTime": "2022-10-25T17:24:12.8619544Z", + "endTime": "2022-10-25T17:24:15.7562751Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" @@ -1945,8 +2025,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:55:09 GMT", - "ETag": "W/\u0022datetime\u00272022-10-23T12%3A55%3A09.0658358Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 17:24:45 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T17%3A24%3A15.7462147Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1954,30 +2034,30 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0b07f622-8e67-4371-befb-d1a5e5ba241e", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125509Z:0b07f622-8e67-4371-befb-d1a5e5ba241e", + "x-ms-correlation-request-id": "4d45606f-7902-42ae-b5b5-fa2d3a9e8088", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T172445Z:4d45606f-7902-42ae-b5b5-fa2d3a9e8088", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434", "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c6cd2434", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T12%3A55%3A09.0658358Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T17%3A24%3A15.7462147Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T12:55:06.6348131Z" + "CreatedOnDate": "2022-10-25T17:24:12.4888262Z" }, "properties": { "provisioningState": "Succeeded", - "fileSystemId": "0bb8c9ca-27df-20cd-849a-cdf36f5946e9", + "fileSystemId": "359314ab-2c5c-9cd1-ede1-2f51618a10ab", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-c6cd2434", "usageThreshold": 214748364800, "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_8232c514", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6f3b5bce", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default", "networkFeatures": "Basic", "snapshotDirectoryVisible": true, @@ -1990,8 +2070,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "0bb8c9ca-27df-20cd-849a-cdf36f5946e9", - "fileSystemId": "0bb8c9ca-27df-20cd-849a-cdf36f5946e9", + "mountTargetId": "359314ab-2c5c-9cd1-ede1-2f51618a10ab", + "fileSystemId": "359314ab-2c5c-9cd1-ede1-2f51618a10ab", "ipAddress": "10.0.0.4" } ], @@ -2009,10 +2089,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T12:50:31.7423881Z", + "createdAt": "2022-10-25T17:19:06.4923998Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T12:55:06.8145672Z" + "lastModifiedAt": "2022-10-25T17:24:12.6654237Z" } } }, @@ -2029,25 +2109,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c51929fb-560c-44b8-818f-13f80e3e2acb?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 12:55:09 GMT", + "Date": "Tue, 25 Oct 2022 17:24:46 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c51929fb-560c-44b8-818f-13f80e3e2acb?api-version=2022-05-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": "8327b56b-aad9-44a5-9df7-5315a955319f", + "x-ms-correlation-request-id": "ca6a4aac-7c6e-4d44-bd4e-c004ff7ff0da", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125510Z:8327b56b-aad9-44a5-9df7-5315a955319f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T172446Z:ca6a4aac-7c6e-4d44-bd4e-c004ff7ff0da", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c51929fb-560c-44b8-818f-13f80e3e2acb?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2061,7 +2141,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:55:10 GMT", + "Date": "Tue, 25 Oct 2022 17:24:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2069,16 +2149,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e5a80f3-d781-42ed-81cb-310d24482253", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125510Z:0e5a80f3-d781-42ed-81cb-310d24482253", + "x-ms-correlation-request-id": "30de71cd-efbd-49ea-9718-5037c1a63bc8", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T172446Z:30de71cd-efbd-49ea-9718-5037c1a63bc8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342", - "name": "5dd4e29e-ab93-4634-af61-3e386f336342", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c51929fb-560c-44b8-818f-13f80e3e2acb", + "name": "c51929fb-560c-44b8-818f-13f80e3e2acb", "status": "Deleting", - "startTime": "2022-10-23T12:55:10.200571Z", + "startTime": "2022-10-25T17:24:46.4185055Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2087,7 +2167,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c51929fb-560c-44b8-818f-13f80e3e2acb?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2101,7 +2181,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:55:40 GMT", + "Date": "Tue, 25 Oct 2022 17:25:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2109,16 +2189,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1094ef11-b270-4d68-90fc-444dd0740bf6", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125540Z:1094ef11-b270-4d68-90fc-444dd0740bf6", + "x-ms-correlation-request-id": "cf0e1ed1-537b-4412-8cfe-08580e56a811", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T172517Z:cf0e1ed1-537b-4412-8cfe-08580e56a811", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342", - "name": "5dd4e29e-ab93-4634-af61-3e386f336342", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c51929fb-560c-44b8-818f-13f80e3e2acb", + "name": "c51929fb-560c-44b8-818f-13f80e3e2acb", "status": "Deleting", - "startTime": "2022-10-23T12:55:10.200571Z", + "startTime": "2022-10-25T17:24:46.4185055Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2127,7 +2207,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c51929fb-560c-44b8-818f-13f80e3e2acb?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2141,7 +2221,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:56:10 GMT", + "Date": "Tue, 25 Oct 2022 17:25:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2149,16 +2229,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "795bf56d-2e2d-455c-9614-081ff483d7e3", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125611Z:795bf56d-2e2d-455c-9614-081ff483d7e3", + "x-ms-correlation-request-id": "8d89787a-c477-4710-a9ab-9b8dc7c99c0d", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T172547Z:8d89787a-c477-4710-a9ab-9b8dc7c99c0d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342", - "name": "5dd4e29e-ab93-4634-af61-3e386f336342", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c51929fb-560c-44b8-818f-13f80e3e2acb", + "name": "c51929fb-560c-44b8-818f-13f80e3e2acb", "status": "Deleting", - "startTime": "2022-10-23T12:55:10.200571Z", + "startTime": "2022-10-25T17:24:46.4185055Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2167,7 +2247,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c51929fb-560c-44b8-818f-13f80e3e2acb?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2181,7 +2261,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:56:41 GMT", + "Date": "Tue, 25 Oct 2022 17:26:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2189,16 +2269,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "66847c4f-c0ed-499b-af61-081d6948cf4b", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125642Z:66847c4f-c0ed-499b-af61-081d6948cf4b", + "x-ms-correlation-request-id": "0d6bc19d-725b-4487-8bd7-99799485231f", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T172617Z:0d6bc19d-725b-4487-8bd7-99799485231f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342", - "name": "5dd4e29e-ab93-4634-af61-3e386f336342", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c51929fb-560c-44b8-818f-13f80e3e2acb", + "name": "c51929fb-560c-44b8-818f-13f80e3e2acb", "status": "Deleting", - "startTime": "2022-10-23T12:55:10.200571Z", + "startTime": "2022-10-25T17:24:46.4185055Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2207,7 +2287,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c51929fb-560c-44b8-818f-13f80e3e2acb?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2221,7 +2301,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:57:11 GMT", + "Date": "Tue, 25 Oct 2022 17:26:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2229,16 +2309,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f8d42cdc-62e5-4c4e-a54f-17a5465fb3ac", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125712Z:f8d42cdc-62e5-4c4e-a54f-17a5465fb3ac", + "x-ms-correlation-request-id": "bb8c8651-e615-4add-9f0e-99661c48851d", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T172647Z:bb8c8651-e615-4add-9f0e-99661c48851d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342", - "name": "5dd4e29e-ab93-4634-af61-3e386f336342", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c51929fb-560c-44b8-818f-13f80e3e2acb", + "name": "c51929fb-560c-44b8-818f-13f80e3e2acb", "status": "Deleting", - "startTime": "2022-10-23T12:55:10.200571Z", + "startTime": "2022-10-25T17:24:46.4185055Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2247,7 +2327,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c51929fb-560c-44b8-818f-13f80e3e2acb?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2261,7 +2341,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:57:42 GMT", + "Date": "Tue, 25 Oct 2022 17:27:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2269,17 +2349,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee5dbd84-fbfb-4136-87b4-1859d46b773e", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125742Z:ee5dbd84-fbfb-4136-87b4-1859d46b773e", + "x-ms-correlation-request-id": "e33f346d-8117-47d6-ac44-3e4229c0cca7", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T172718Z:e33f346d-8117-47d6-ac44-3e4229c0cca7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342", - "name": "5dd4e29e-ab93-4634-af61-3e386f336342", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c51929fb-560c-44b8-818f-13f80e3e2acb", + "name": "c51929fb-560c-44b8-818f-13f80e3e2acb", + "status": "Deleting", + "startTime": "2022-10-25T17:24:46.4185055Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c51929fb-560c-44b8-818f-13f80e3e2acb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 17:27: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": "daa25bb7-aeb0-48f3-808a-cd1c87e54451", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T172748Z:daa25bb7-aeb0-48f3-808a-cd1c87e54451", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c51929fb-560c-44b8-818f-13f80e3e2acb", + "name": "c51929fb-560c-44b8-818f-13f80e3e2acb", "status": "Succeeded", - "startTime": "2022-10-23T12:55:10.200571Z", - "endTime": "2022-10-23T12:57:15.3387441Z", + "startTime": "2022-10-25T17:24:46.4185055Z", + "endTime": "2022-10-25T17:27:42.5145062Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434" @@ -2287,7 +2407,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5dd4e29e-ab93-4634-af61-3e386f336342?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c51929fb-560c-44b8-818f-13f80e3e2acb?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2301,7 +2421,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 12:57:42 GMT", + "Date": "Tue, 25 Oct 2022 17:27:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2309,22 +2429,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4e7065d-446e-4bf5-a5c8-e831ea87bc5c", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T125742Z:c4e7065d-446e-4bf5-a5c8-e831ea87bc5c", + "x-ms-correlation-request-id": "37fd03cd-d8de-4357-bfdd-63e97bbbceac", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T172748Z:37fd03cd-d8de-4357-bfdd-63e97bbbceac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-c6cd2434/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-c6cd2434", "name": "sdk-py-tests-acc-1-c6cd2434/sdk-py-tests-pool-1/sdk-py-tests-vol-3-c6cd2434", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T12%3A57%3A05.9664279Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T17%3A27%3A25.429907Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-23T12:55:06.6348131Z" + "CreatedOnDate": "2022-10-25T17:24:12.4888262Z" }, "properties": { - "fileSystemId": "0bb8c9ca-27df-20cd-849a-cdf36f5946e9", + "fileSystemId": "359314ab-2c5c-9cd1-ede1-2f51618a10ab", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-c6cd2434", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -2332,7 +2452,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_8232c514", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_6f3b5bce", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-c6cd2434/subnets/default", "networkFeatures": "Basic", "snapshotDirectoryVisible": true, @@ -2341,8 +2461,8 @@ "mountTargets": [ { "provisioningState": "", - "mountTargetId": "0bb8c9ca-27df-20cd-849a-cdf36f5946e9", - "fileSystemId": "0bb8c9ca-27df-20cd-849a-cdf36f5946e9", + "mountTargetId": "359314ab-2c5c-9cd1-ede1-2f51618a10ab", + "fileSystemId": "359314ab-2c5c-9cd1-ede1-2f51618a10ab", "startIp": "", "endIp": "", "gateway": "", @@ -2373,10 +2493,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-23T12:50:31.7423881Z", + "createdAt": "2022-10-25T17:19:06.4923998Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-23T12:55:06.8145672Z" + "lastModifiedAt": "2022-10-25T17:24:12.6654237Z" } } }, @@ -2395,14 +2515,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:01:05 GMT", + "Date": "Tue, 25 Oct 2022 17:31:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4a4705e0-0530-4524-a899-df7f9308be84", + "x-ms-correlation-request-id": "f671e7f9-956f-428b-b4bb-7d32636099ba", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130105Z:4a4705e0-0530-4524-a899-df7f9308be84" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173111Z:f671e7f9-956f-428b-b4bb-7d32636099ba" }, "ResponseBody": { "error": { @@ -2425,14 +2545,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 13:01:16 GMT", + "Date": "Tue, 25 Oct 2022 17:31:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "76ecec88-6242-4598-b710-37f4c4e1da08", + "x-ms-correlation-request-id": "db9a6075-b297-4ca6-8cb4-cf09c288ef10", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130117Z:76ecec88-6242-4598-b710-37f4c4e1da08" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173123Z:db9a6075-b297-4ca6-8cb4-cf09c288ef10" }, "ResponseBody": null }, @@ -2450,14 +2570,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 13:01:26 GMT", + "Date": "Tue, 25 Oct 2022 17:31:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a4a4566-dc64-4571-8de2-fdcbc26c1738", + "x-ms-correlation-request-id": "647191aa-a290-445b-8742-715886b0d2d4", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130127Z:9a4a4566-dc64-4571-8de2-fdcbc26c1738" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173133Z:647191aa-a290-445b-8742-715886b0d2d4" }, "ResponseBody": null }, @@ -2475,14 +2595,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 13:01:37 GMT", + "Date": "Tue, 25 Oct 2022 17: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": "6ea5b004-950f-41c0-a04a-ecd31906cc61", + "x-ms-correlation-request-id": "739638a0-d1ac-4c59-8feb-5f0f7144a157", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130138Z:6ea5b004-950f-41c0-a04a-ecd31906cc61" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173143Z:739638a0-d1ac-4c59-8feb-5f0f7144a157" }, "ResponseBody": null }, @@ -2500,14 +2620,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 13:01:48 GMT", + "Date": "Tue, 25 Oct 2022 17: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": "ad8c5c57-de06-4ecb-9e3c-0816f9d63ccf", + "x-ms-correlation-request-id": "254056fc-e2e9-4d8d-add1-06715f6d5c65", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130148Z:ad8c5c57-de06-4ecb-9e3c-0816f9d63ccf" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173154Z:254056fc-e2e9-4d8d-add1-06715f6d5c65" }, "ResponseBody": null }, @@ -2525,14 +2645,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 13:01:58 GMT", + "Date": "Tue, 25 Oct 2022 17: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": "bdf9a128-b7f5-4bac-a657-828993f0232f", + "x-ms-correlation-request-id": "46cebef1-ec44-4727-8d2b-3c327996e0e4", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130158Z:bdf9a128-b7f5-4bac-a657-828993f0232f" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173204Z:46cebef1-ec44-4727-8d2b-3c327996e0e4" }, "ResponseBody": null }, @@ -2551,14 +2671,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:02:08 GMT", + "Date": "Tue, 25 Oct 2022 17: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": "48a0429e-a783-4c1b-9464-d6f8e845f567", + "x-ms-correlation-request-id": "34871324-478c-41d6-9081-10a5c3349724", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130208Z:48a0429e-a783-4c1b-9464-d6f8e845f567" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173214Z:34871324-478c-41d6-9081-10a5c3349724" }, "ResponseBody": { "error": { @@ -2581,14 +2701,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 13:02:09 GMT", + "Date": "Tue, 25 Oct 2022 17: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": "b70ac6c7-b0ce-49fc-ae89-cd8e62981716", + "x-ms-correlation-request-id": "32789bc8-5bac-4246-840c-62b8a191cd1a", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130209Z:b70ac6c7-b0ce-49fc-ae89-cd8e62981716" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173214Z:32789bc8-5bac-4246-840c-62b8a191cd1a" }, "ResponseBody": null }, @@ -2607,14 +2727,14 @@ "Cache-Control": "no-cache", "Content-Length": "254", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 13:02:09 GMT", + "Date": "Tue, 25 Oct 2022 17:32:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "42e26a01-f934-45d5-b1a3-41b203024943", + "x-ms-correlation-request-id": "d8589f0b-42a4-4578-97b1-5fab5c5b43f6", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130209Z:42e26a01-f934-45d5-b1a3-41b203024943" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173215Z:d8589f0b-42a4-4578-97b1-5fab5c5b43f6" }, "ResponseBody": { "error": { @@ -2637,12 +2757,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2c5003b0-38c7-4168-b6a5-4dd7b68f2d83?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/2d7d7752-c829-4349-be73-e0fe090a8fc6?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 13:02:10 GMT", + "Date": "Tue, 25 Oct 2022 17:32:16 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/2c5003b0-38c7-4168-b6a5-4dd7b68f2d83?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/2d7d7752-c829-4349-be73-e0fe090a8fc6?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2651,10 +2771,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f8286c6d-a5f6-47bc-9a30-e5a7d81a6830", - "x-ms-correlation-request-id": "f6a7feef-6b79-4a25-801f-cd7874783d24", + "x-ms-arm-service-request-id": "c600527d-8217-4604-9237-794904555bb2", + "x-ms-correlation-request-id": "18df763b-cbf4-4ba8-9a3c-1c09249452fc", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T130210Z:f6a7feef-6b79-4a25-801f-cd7874783d24" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T173216Z:18df763b-cbf4-4ba8-9a3c-1c09249452fc" }, "ResponseBody": null } 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 b93e0939c389..abe47629ad33 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 @@ -17,12 +17,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:39:35 GMT", + "Date": "Tue, 25 Oct 2022 18:17:35 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.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:39:35 GMT", + "Date": "Tue, 25 Oct 2022 18:17:35 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.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,9 +172,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "a9401488-1870-4c59-9d23-c5107d22d2f6", + "client-request-id": "845b2846-8606-4c53-b33f-d1a4a4ff9334", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -186,14 +186,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "a9401488-1870-4c59-9d23-c5107d22d2f6", + "client-request-id": "845b2846-8606-4c53-b33f-d1a4a4ff9334", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:39:35 GMT", + "Date": "Tue, 25 Oct 2022 18:17:35 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f05d6477-3085-49f4-84ea-93041471f089?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/933e9052-40cf-48a3-ad34-61aee644f933?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "756", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:39:46 GMT", + "Date": "Tue, 25 Oct 2022 18:17:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "11eeb1d6-b95a-4cb4-8f2f-0784af93f653", - "x-ms-correlation-request-id": "8eb410ef-7583-426c-bf92-b0cdd0129f17", + "x-ms-arm-service-request-id": "3905731b-1a57-4711-aa0d-488cc65cf1c8", + "x-ms-correlation-request-id": "c575bfb0-77b1-48f4-92fc-022fb8cafa1b", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T233946Z:8eb410ef-7583-426c-bf92-b0cdd0129f17" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181743Z:c575bfb0-77b1-48f4-92fc-022fb8cafa1b" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-b2-86eb264b", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b", - "etag": "W/\u0022dec0cade-17c3-4613-9d8d-3be27161b852\u0022", + "etag": "W/\u002214001e3d-61cd-4064-b391-cf4543f00155\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T23:39:38.1160391Z" + "CreatedOnDate": "2022-10-25T18:17:38.4867355Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "fd846777-279a-41c9-afc1-c934870cede6", + "resourceGuid": "141d1dd8-83d0-458e-b92d-41786d73defc", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f05d6477-3085-49f4-84ea-93041471f089?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/933e9052-40cf-48a3-ad34-61aee644f933?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,9 +293,10 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:39:46 GMT", + "Date": "Tue, 25 Oct 2022 18:17:43 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" @@ -304,10 +305,45 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3290b37c-d1c4-4872-b0f6-ab03bc828e92", - "x-ms-correlation-request-id": "a0b9fa86-9d9c-4e74-8e57-d68f4595741c", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T233946Z:a0b9fa86-9d9c-4e74-8e57-d68f4595741c" + "x-ms-arm-service-request-id": "36aa8fe3-336d-4690-ba1e-e84be0a837b8", + "x-ms-correlation-request-id": "b89bfdc1-46a0-41fc-9677-994fd81c686c", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181743Z:b89bfdc1-46a0-41fc-9677-994fd81c686c" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/933e9052-40cf-48a3-ad34-61aee644f933?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 18:17:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "46c1a61c-38b1-4c28-97aa-2b8ca7178655", + "x-ms-correlation-request-id": "df548191-4f59-49e2-8e62-25e30b650103", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181754Z:df548191-4f59-49e2-8e62-25e30b650103" }, "ResponseBody": { "status": "Succeeded" @@ -328,8 +364,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:39:46 GMT", - "ETag": "W/\u0022f6fdbf6c-1dc8-466b-b199-193d29c8c3a5\u0022", + "Date": "Tue, 25 Oct 2022 18:17:53 GMT", + "ETag": "W/\u0022be977454-e815-4299-8900-6f27f9878d35\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,23 +376,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "195bec4d-40f0-46ef-a54e-f420db35d3e8", - "x-ms-correlation-request-id": "a35c73b5-818a-4b56-a924-8bc832ce5f09", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T233946Z:a35c73b5-818a-4b56-a924-8bc832ce5f09" + "x-ms-arm-service-request-id": "6f6a1824-35c6-4287-8ca9-28621918d409", + "x-ms-correlation-request-id": "b927e075-218a-471e-bfce-83feb5104a93", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181754Z:b927e075-218a-471e-bfce-83feb5104a93" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-b2-86eb264b", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b", - "etag": "W/\u0022f6fdbf6c-1dc8-466b-b199-193d29c8c3a5\u0022", + "etag": "W/\u0022be977454-e815-4299-8900-6f27f9878d35\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T23:39:38.1160391Z" + "CreatedOnDate": "2022-10-25T18:17:38.4867355Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "fd846777-279a-41c9-afc1-c934870cede6", + "resourceGuid": "141d1dd8-83d0-458e-b92d-41786d73defc", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -395,11 +431,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0330d9b2-2c1c-4d73-be94-67e5f33e004e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/783fabc0-4285-4992-a2c4-f944a86cb805?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:39:47 GMT", + "Date": "Tue, 25 Oct 2022 18:17:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -409,15 +445,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ee77854f-a11d-43fb-a4dc-8f842b4563c8", - "x-ms-correlation-request-id": "5f02ec52-216d-4562-af1f-76ccef798374", + "x-ms-arm-service-request-id": "587b7b95-52be-405a-8792-f69bd708aa4c", + "x-ms-correlation-request-id": "d3005b4b-dc8f-4210-b1cc-a754a508a67b", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T233947Z:5f02ec52-216d-4562-af1f-76ccef798374" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181755Z:d3005b4b-dc8f-4210-b1cc-a754a508a67b" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "etag": "W/\u0022c3c8194a-f48e-4120-b5e5-21a8a27573e9\u0022", + "etag": "W/\u00226d0906f4-ec20-4fe7-b588-bd97461f9fb2\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -425,7 +461,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022c3c8194a-f48e-4120-b5e5-21a8a27573e9\u0022", + "etag": "W/\u00226d0906f4-ec20-4fe7-b588-bd97461f9fb2\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -445,7 +481,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0330d9b2-2c1c-4d73-be94-67e5f33e004e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/783fabc0-4285-4992-a2c4-f944a86cb805?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -459,7 +495,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:39:47 GMT", + "Date": "Tue, 25 Oct 2022 18:17:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -470,10 +506,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "25b27cc0-9637-47bf-93bc-af6a0f531496", - "x-ms-correlation-request-id": "5dd4c122-fe51-4e3e-bd94-317956d698fe", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T233947Z:5dd4c122-fe51-4e3e-bd94-317956d698fe" + "x-ms-arm-service-request-id": "d66fc580-0a4b-46c8-93e3-f583cd1e30dc", + "x-ms-correlation-request-id": "b58e10c2-e37a-41c7-904b-8693e84836b2", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181755Z:b58e10c2-e37a-41c7-904b-8693e84836b2" }, "ResponseBody": { "status": "Succeeded" @@ -494,8 +530,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:39:48 GMT", - "ETag": "W/\u002283c16a9a-e3e5-4b12-9fd6-7b2c3d0301f1\u0022", + "Date": "Tue, 25 Oct 2022 18:17:55 GMT", + "ETag": "W/\u0022e1826ccf-16c0-44eb-8e0b-3544da6df4ac\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,15 +542,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "45cbdadb-ed06-4e0d-8484-0e1ccee109bc", - "x-ms-correlation-request-id": "8e39052a-e34b-4961-8cf6-57f62fa942ea", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T233948Z:8e39052a-e34b-4961-8cf6-57f62fa942ea" + "x-ms-arm-service-request-id": "539be568-606c-47b9-a7a2-24979e209ffc", + "x-ms-correlation-request-id": "fa7478f3-535c-4c2e-8ab0-27c7aac95c26", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181755Z:fa7478f3-535c-4c2e-8ab0-27c7aac95c26" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "etag": "W/\u002283c16a9a-e3e5-4b12-9fd6-7b2c3d0301f1\u0022", + "etag": "W/\u0022e1826ccf-16c0-44eb-8e0b-3544da6df4ac\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -522,7 +558,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002283c16a9a-e3e5-4b12-9fd6-7b2c3d0301f1\u0022", + "etag": "W/\u0022e1826ccf-16c0-44eb-8e0b-3544da6df4ac\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -565,11 +601,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/e610de86-c4af-488e-b30c-7df7f0f1e971?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/75549175-d893-4cd0-97b6-f3057c4b7ecd?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "746", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:39:52 GMT", + "Date": "Tue, 25 Oct 2022 18:17:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -579,23 +615,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "35f877d2-edd6-41fa-a163-71012a5bf4c0", - "x-ms-correlation-request-id": "7f40193c-9d41-4661-94d6-1288be0524bb", + "x-ms-arm-service-request-id": "93d3e50b-0700-4179-93fe-46b8ed086393", + "x-ms-correlation-request-id": "7b95a5fd-ee32-4355-aca9-c8eea8eeb285", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T233953Z:7f40193c-9d41-4661-94d6-1288be0524bb" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181759Z:7b95a5fd-ee32-4355-aca9-c8eea8eeb285" }, "ResponseBody": { "name": "sdk-python-tests-vnet-R-b2-86eb264b", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b", - "etag": "W/\u0022e366dfd1-6664-41df-9df0-7a234e83986b\u0022", + "etag": "W/\u0022bafae196-9562-424b-8da3-a2a3803c0660\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:39:48.3240075Z" + "CreatedOnDate": "2022-10-25T18:17:56.0747180Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "415a547b-f986-4c65-9ce4-ae77a9533048", + "resourceGuid": "f41cb4cd-8ffc-4b73-8532-b2ba33311315", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -608,7 +644,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/e610de86-c4af-488e-b30c-7df7f0f1e971?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/75549175-d893-4cd0-97b6-f3057c4b7ecd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -622,7 +658,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:39:53 GMT", + "Date": "Tue, 25 Oct 2022 18:17:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -634,17 +670,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6d16a9ea-f867-4fc6-8654-f931d6108caa", - "x-ms-correlation-request-id": "bbc06711-05e7-4d3c-a7f3-d9ee9b49248b", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T233953Z:bbc06711-05e7-4d3c-a7f3-d9ee9b49248b" + "x-ms-arm-service-request-id": "4f9c909d-5a4b-45f1-9d7a-e0df48f8492f", + "x-ms-correlation-request-id": "301e41a7-e331-4083-a7cf-92132489574b", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181759Z:301e41a7-e331-4083-a7cf-92132489574b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/e610de86-c4af-488e-b30c-7df7f0f1e971?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/75549175-d893-4cd0-97b6-f3057c4b7ecd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -658,7 +694,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:40:03 GMT", + "Date": "Tue, 25 Oct 2022 18:18:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -669,10 +705,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5e74691e-12c1-4511-a093-a16196fce57c", - "x-ms-correlation-request-id": "873fe1d4-bcbe-4517-9cb6-c34a1e77bab3", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234003Z:873fe1d4-bcbe-4517-9cb6-c34a1e77bab3" + "x-ms-arm-service-request-id": "d5b260df-612a-4318-8a7d-aaeb8818f6d5", + "x-ms-correlation-request-id": "5acb237f-76d3-49c2-8709-78d5ef59e304", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181809Z:5acb237f-76d3-49c2-8709-78d5ef59e304" }, "ResponseBody": { "status": "Succeeded" @@ -693,8 +729,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:40:03 GMT", - "ETag": "W/\u0022c115adf4-d917-4955-851a-0bb187b70f20\u0022", + "Date": "Tue, 25 Oct 2022 18:18:09 GMT", + "ETag": "W/\u002244defd41-5f61-4b52-b497-3a6fe3e1757f\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -705,23 +741,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a1b4e358-10fd-4c85-ab0b-5316f1853f8e", - "x-ms-correlation-request-id": "112b7ec4-7395-4faf-93c2-398343cc051d", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234004Z:112b7ec4-7395-4faf-93c2-398343cc051d" + "x-ms-arm-service-request-id": "c3858f6b-6f57-4f36-8995-b54874dc8672", + "x-ms-correlation-request-id": "dff2d64f-8639-4c82-bf4c-b827aa1128a6", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181810Z:dff2d64f-8639-4c82-bf4c-b827aa1128a6" }, "ResponseBody": { "name": "sdk-python-tests-vnet-R-b2-86eb264b", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b", - "etag": "W/\u0022c115adf4-d917-4955-851a-0bb187b70f20\u0022", + "etag": "W/\u002244defd41-5f61-4b52-b497-3a6fe3e1757f\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:39:48.3240075Z" + "CreatedOnDate": "2022-10-25T18:17:56.0747180Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "415a547b-f986-4c65-9ce4-ae77a9533048", + "resourceGuid": "f41cb4cd-8ffc-4b73-8532-b2ba33311315", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -760,11 +796,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/45108ec7-ae05-4b5d-9420-c0b480b56802?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/34ae5532-45bd-49a4-9abf-b4e261c3a808?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1324", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:40:04 GMT", + "Date": "Tue, 25 Oct 2022 18:18:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -774,15 +810,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b9c67c7a-421b-4e66-8472-13a602ec66ac", - "x-ms-correlation-request-id": "22d0d30c-bb7c-4a33-83ae-fc70a32f8741", + "x-ms-arm-service-request-id": "909df808-2094-40d9-b930-09f32ba5df57", + "x-ms-correlation-request-id": "3056f151-1e53-44e2-8aff-f53a61f1581c", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234004Z:22d0d30c-bb7c-4a33-83ae-fc70a32f8741" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181810Z:3056f151-1e53-44e2-8aff-f53a61f1581c" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "etag": "W/\u00227da2c0f1-c97e-43e9-99db-9131e5d6d436\u0022", + "etag": "W/\u0022781c3f2e-e411-4b56-87a6-08bfd2fabcac\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -790,7 +826,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00227da2c0f1-c97e-43e9-99db-9131e5d6d436\u0022", + "etag": "W/\u0022781c3f2e-e411-4b56-87a6-08bfd2fabcac\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -810,43 +846,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/45108ec7-ae05-4b5d-9420-c0b480b56802?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:40:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3f69e5f4-bda0-4c7a-bd7f-58b725ce849b", - "x-ms-correlation-request-id": "fab4a486-82f6-49f7-8986-82920a3cf366", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234004Z:fab4a486-82f6-49f7-8986-82920a3cf366" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/45108ec7-ae05-4b5d-9420-c0b480b56802?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/34ae5532-45bd-49a4-9abf-b4e261c3a808?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -860,7 +860,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:40:15 GMT", + "Date": "Tue, 25 Oct 2022 18:18:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -871,10 +871,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e076d26c-4046-49ac-8459-36e35463f0e9", - "x-ms-correlation-request-id": "8ca532b8-cbec-4819-af30-4ae518f23712", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234015Z:8ca532b8-cbec-4819-af30-4ae518f23712" + "x-ms-arm-service-request-id": "7df2d7c9-955c-46ae-b36b-971ba6c38df7", + "x-ms-correlation-request-id": "7bd2574f-bcb3-4a93-b5f3-2eeb7939f892", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181811Z:7bd2574f-bcb3-4a93-b5f3-2eeb7939f892" }, "ResponseBody": { "status": "Succeeded" @@ -895,8 +895,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:40:15 GMT", - "ETag": "W/\u002278eace71-fe65-4769-8aa3-8aa9c254b099\u0022", + "Date": "Tue, 25 Oct 2022 18:18:10 GMT", + "ETag": "W/\u00228f00aa1e-5a0f-4683-805f-936cec05a324\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -907,15 +907,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "85fe51fc-fc00-4493-a49d-4c3e48258df6", - "x-ms-correlation-request-id": "120e5531-4c4a-4440-8523-6b65deba025b", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234015Z:120e5531-4c4a-4440-8523-6b65deba025b" + "x-ms-arm-service-request-id": "67214cd5-47f0-4d55-b902-7a19de7ccf88", + "x-ms-correlation-request-id": "afdcd3ae-caca-4810-9900-b533ef88268d", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181811Z:afdcd3ae-caca-4810-9900-b533ef88268d" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "etag": "W/\u002278eace71-fe65-4769-8aa3-8aa9c254b099\u0022", + "etag": "W/\u00228f00aa1e-5a0f-4683-805f-936cec05a324\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -923,7 +923,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u002278eace71-fe65-4769-8aa3-8aa9c254b099\u0022", + "etag": "W/\u00228f00aa1e-5a0f-4683-805f-936cec05a324\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -959,12 +959,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:40:15 GMT", + "Date": "Tue, 25 Oct 2022 18:18:11 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.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -1053,12 +1053,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:40:15 GMT", + "Date": "Tue, 25 Oct 2022 18:18:11 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.13845.10 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -1114,9 +1114,9 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "ff866fe5-5d1b-4f96-8a5c-dbf672865e11", + "client-request-id": "715f59e7-5cc7-447c-a815-70019e5f9391", "Connection": "keep-alive", - "Content-Length": "281", + "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", "Cookie": "cookie;", "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", @@ -1128,14 +1128,14 @@ "x-client-ver": "1.20.0", "x-ms-lib-capability": "retry-after, h429" }, - "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\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", + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "ff866fe5-5d1b-4f96-8a5c-dbf672865e11", + "client-request-id": "715f59e7-5cc7-447c-a815-70019e5f9391", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:40:15 GMT", + "Date": "Tue, 25 Oct 2022 18:18:11 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -1143,7 +1143,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -1170,30 +1170,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae37259e-9a31-4a9d-ae32-b91a11a0f18b?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50ff6125-de0a-4a14-a268-c16441afc7bd?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "712", + "Content-Length": "711", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:40:20 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A40%3A18.9634907Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:18:15 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A18%3A14.740565Z\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": "75cf347f-e06c-4d67-9796-d28737ba0845", + "x-ms-correlation-request-id": "a2582be7-3be7-4759-8c25-eeb27c76618f", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234020Z:75cf347f-e06c-4d67-9796-d28737ba0845", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181816Z:a2582be7-3be7-4759-8c25-eeb27c76618f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A40%3A18.9634907Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A18%3A14.740565Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T23:40:16.9048468Z" + "CreatedOnDate": "2022-10-25T18:18:12.9670928Z" }, "properties": { "provisioningState": "Creating" @@ -1201,15 +1201,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:40:17.9211885Z", + "createdAt": "2022-10-25T18:18:13.7821933Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:40:17.9211885Z" + "lastModifiedAt": "2022-10-25T18:18:13.7821933Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae37259e-9a31-4a9d-ae32-b91a11a0f18b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50ff6125-de0a-4a14-a268-c16441afc7bd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1223,7 +1223,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:40:20 GMT", + "Date": "Tue, 25 Oct 2022 18:18:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1231,17 +1231,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65c581d5-81c5-47cf-b798-8e90b4f640ad", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234020Z:65c581d5-81c5-47cf-b798-8e90b4f640ad", + "x-ms-correlation-request-id": "4ef493ed-4f10-4a0f-8cc0-78e6936774bf", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181816Z:4ef493ed-4f10-4a0f-8cc0-78e6936774bf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ae37259e-9a31-4a9d-ae32-b91a11a0f18b", - "name": "ae37259e-9a31-4a9d-ae32-b91a11a0f18b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50ff6125-de0a-4a14-a268-c16441afc7bd", + "name": "50ff6125-de0a-4a14-a268-c16441afc7bd", "status": "Succeeded", - "startTime": "2022-10-22T23:40:18.9604627Z", - "endTime": "2022-10-22T23:40:19.0229624Z", + "startTime": "2022-10-25T18:18:14.7431733Z", + "endTime": "2022-10-25T18:18:14.7900501Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b" @@ -1263,8 +1263,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:40:20 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A40%3A19.03032Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:18:15 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A18%3A14.7904386Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1272,19 +1272,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7528275c-e7be-465b-a72c-a4f0e0faf1b9", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234021Z:7528275c-e7be-465b-a72c-a4f0e0faf1b9", + "x-ms-correlation-request-id": "854bf507-27e4-42bc-b907-d9e44606b0b5", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181816Z:854bf507-27e4-42bc-b907-d9e44606b0b5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A40%3A19.03032Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A18%3A14.7904386Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T23:40:16.9048468Z" + "CreatedOnDate": "2022-10-25T18:18:12.9670928Z" }, "properties": { "activeDirectories": [ @@ -1313,10 +1313,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:40:17.9211885Z", + "createdAt": "2022-10-25T18:18:13.7821933Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:40:17.9211885Z" + "lastModifiedAt": "2022-10-25T18:18:13.7821933Z" } } }, @@ -1342,30 +1342,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/58d9aab8-f5af-41f6-b29e-a52aa9fd5719?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5a89a552-be45-4b8c-a9ce-8e66435dd015?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "928", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:40:23 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A40%3A22.9132151Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:18:19 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A18%3A18.3684795Z\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": "37e1536b-14cd-4ab0-864a-4b98e5e12720", + "x-ms-correlation-request-id": "8ecc9291-6825-42e9-9e8c-710578032cd1", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234024Z:37e1536b-14cd-4ab0-864a-4b98e5e12720", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181819Z:8ecc9291-6825-42e9-9e8c-710578032cd1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A40%3A22.9132151Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A18%3A18.3684795Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T23:40:21.4985555Z" + "CreatedOnDate": "2022-10-25T18:18:17.0120694Z" }, "properties": { "serviceLevel": "Premium", @@ -1379,15 +1379,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:40:22.6591209Z", + "createdAt": "2022-10-25T18:18:18.1276568Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:40:22.6591209Z" + "lastModifiedAt": "2022-10-25T18:18:18.1276568Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/58d9aab8-f5af-41f6-b29e-a52aa9fd5719?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5a89a552-be45-4b8c-a9ce-8e66435dd015?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1401,7 +1401,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:40:24 GMT", + "Date": "Tue, 25 Oct 2022 18:18:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1409,17 +1409,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef866648-ab87-4828-8a03-b2279c607521", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234024Z:ef866648-ab87-4828-8a03-b2279c607521", + "x-ms-correlation-request-id": "4e029d42-705b-4580-9ea9-d1272332c16d", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181819Z:4e029d42-705b-4580-9ea9-d1272332c16d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/58d9aab8-f5af-41f6-b29e-a52aa9fd5719", - "name": "58d9aab8-f5af-41f6-b29e-a52aa9fd5719", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5a89a552-be45-4b8c-a9ce-8e66435dd015", + "name": "5a89a552-be45-4b8c-a9ce-8e66435dd015", "status": "Succeeded", - "startTime": "2022-10-22T23:40:22.9822628Z", - "endTime": "2022-10-22T23:40:24.1228535Z", + "startTime": "2022-10-25T18:18:18.368053Z", + "endTime": "2022-10-25T18:18:19.1336907Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1" @@ -1441,8 +1441,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:40:24 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A40%3A24.1164121Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:18:19 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A18%3A19.1289662Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1450,22 +1450,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0113c66a-a8c8-4eae-b124-fb4ca2a25fa2", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234024Z:0113c66a-a8c8-4eae-b124-fb4ca2a25fa2", + "x-ms-correlation-request-id": "fccc7dea-15b3-47c7-a99e-223a470b0d6a", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181819Z:fccc7dea-15b3-47c7-a99e-223a470b0d6a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A40%3A24.1164121Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A18%3A19.1289662Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T23:40:21.4985555Z" + "CreatedOnDate": "2022-10-25T18:18:17.0120694Z" }, "properties": { - "poolId": "5804908f-8d63-0889-b063-59c36af03543", + "poolId": "463e6e35-71da-0b50-4f49-df3dea075a88", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1478,10 +1478,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:40:22.6591209Z", + "createdAt": "2022-10-25T18:18:18.1276568Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:40:22.6591209Z" + "lastModifiedAt": "2022-10-25T18:18:18.1276568Z" } } }, @@ -1524,30 +1524,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1603", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:40:37 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A40%3A37.1700006Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:18:32 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A18%3A32.4543805Z\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": "cee74f4b-58ae-4d27-8b55-2095a3870a98", + "x-ms-correlation-request-id": "cc6db828-5222-44fa-9933-cbcbf7c226d2", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234038Z:cee74f4b-58ae-4d27-8b55-2095a3870a98", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181833Z:cc6db828-5222-44fa-9933-cbcbf7c226d2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A40%3A37.1700006Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A18%3A32.4543805Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" + "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" }, "properties": { "serviceLevel": "Premium", @@ -1577,15 +1577,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:40:36.0880285Z", + "createdAt": "2022-10-25T18:18:31.3231547Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" + "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1599,7 +1599,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:40:37 GMT", + "Date": "Tue, 25 Oct 2022 18:18:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1607,16 +1607,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2fa150f2-bc7d-4d5f-b948-21d432e7cf09", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234038Z:2fa150f2-bc7d-4d5f-b948-21d432e7cf09", + "x-ms-correlation-request-id": "c4010d8e-55b2-447c-a5b7-6aba42023115", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181833Z:c4010d8e-55b2-447c-a5b7-6aba42023115", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f", - "name": "baab78a0-770d-4910-9d0c-68539ea9204f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5", + "name": "bdef6326-3618-4799-bf98-d2f6736ee6c5", "status": "Creating", - "startTime": "2022-10-22T23:40:37.1753779Z", + "startTime": "2022-10-25T18:18:32.4524269Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1625,7 +1625,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1639,7 +1639,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:41:08 GMT", + "Date": "Tue, 25 Oct 2022 18:19:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1647,16 +1647,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "691cb69d-93ab-4203-8089-0afc828282e3", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234108Z:691cb69d-93ab-4203-8089-0afc828282e3", + "x-ms-correlation-request-id": "a89473d0-80a0-4824-8507-bd38c4b7c7b4", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181903Z:a89473d0-80a0-4824-8507-bd38c4b7c7b4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f", - "name": "baab78a0-770d-4910-9d0c-68539ea9204f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5", + "name": "bdef6326-3618-4799-bf98-d2f6736ee6c5", "status": "Creating", - "startTime": "2022-10-22T23:40:37.1753779Z", + "startTime": "2022-10-25T18:18:32.4524269Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1665,7 +1665,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1679,7 +1679,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:41:38 GMT", + "Date": "Tue, 25 Oct 2022 18:19:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1687,16 +1687,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df91ef1d-7f5a-48ab-b2eb-d176fbfa2576", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234139Z:df91ef1d-7f5a-48ab-b2eb-d176fbfa2576", + "x-ms-correlation-request-id": "c2209288-5275-47a5-8fab-745a0dc4178c", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T181934Z:c2209288-5275-47a5-8fab-745a0dc4178c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f", - "name": "baab78a0-770d-4910-9d0c-68539ea9204f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5", + "name": "bdef6326-3618-4799-bf98-d2f6736ee6c5", "status": "Creating", - "startTime": "2022-10-22T23:40:37.1753779Z", + "startTime": "2022-10-25T18:18:32.4524269Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1705,7 +1705,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1719,7 +1719,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:42:08 GMT", + "Date": "Tue, 25 Oct 2022 18:20:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1727,16 +1727,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89560c3c-e920-438a-893b-a35ad8f24b84", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234209Z:89560c3c-e920-438a-893b-a35ad8f24b84", + "x-ms-correlation-request-id": "9960a9c2-6f2b-4ac5-9ff3-a8713918acc0", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182004Z:9960a9c2-6f2b-4ac5-9ff3-a8713918acc0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f", - "name": "baab78a0-770d-4910-9d0c-68539ea9204f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5", + "name": "bdef6326-3618-4799-bf98-d2f6736ee6c5", "status": "Creating", - "startTime": "2022-10-22T23:40:37.1753779Z", + "startTime": "2022-10-25T18:18:32.4524269Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1745,7 +1745,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1759,7 +1759,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:42:39 GMT", + "Date": "Tue, 25 Oct 2022 18:20:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1767,16 +1767,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ad9734c-50bc-4ab6-ada5-4615fd6f537b", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234239Z:0ad9734c-50bc-4ab6-ada5-4615fd6f537b", + "x-ms-correlation-request-id": "93daf59c-1791-4dc0-a943-b02c91c4c1b3", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182034Z:93daf59c-1791-4dc0-a943-b02c91c4c1b3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f", - "name": "baab78a0-770d-4910-9d0c-68539ea9204f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5", + "name": "bdef6326-3618-4799-bf98-d2f6736ee6c5", "status": "Creating", - "startTime": "2022-10-22T23:40:37.1753779Z", + "startTime": "2022-10-25T18:18:32.4524269Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1785,7 +1785,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1799,7 +1799,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:43:09 GMT", + "Date": "Tue, 25 Oct 2022 18:21:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1807,16 +1807,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f7d80650-7f6d-4c99-b8b9-12803276c4d4", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234309Z:f7d80650-7f6d-4c99-b8b9-12803276c4d4", + "x-ms-correlation-request-id": "7ece31c7-0e2c-4b93-810e-472ad6de1054", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182104Z:7ece31c7-0e2c-4b93-810e-472ad6de1054", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f", - "name": "baab78a0-770d-4910-9d0c-68539ea9204f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5", + "name": "bdef6326-3618-4799-bf98-d2f6736ee6c5", "status": "Creating", - "startTime": "2022-10-22T23:40:37.1753779Z", + "startTime": "2022-10-25T18:18:32.4524269Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1825,7 +1825,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1839,7 +1839,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:43:39 GMT", + "Date": "Tue, 25 Oct 2022 18:21:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1847,16 +1847,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "964879d9-db52-4a6b-aaaa-5330e93667e3", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234340Z:964879d9-db52-4a6b-aaaa-5330e93667e3", + "x-ms-correlation-request-id": "644b4486-014d-4732-9db3-156bca11aae1", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182135Z:644b4486-014d-4732-9db3-156bca11aae1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f", - "name": "baab78a0-770d-4910-9d0c-68539ea9204f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5", + "name": "bdef6326-3618-4799-bf98-d2f6736ee6c5", "status": "Creating", - "startTime": "2022-10-22T23:40:37.1753779Z", + "startTime": "2022-10-25T18:18:32.4524269Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1865,7 +1865,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1879,7 +1879,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:44:09 GMT", + "Date": "Tue, 25 Oct 2022 18:22:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1887,16 +1887,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b658282-84dc-4f71-987e-e5032229f98f", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234410Z:5b658282-84dc-4f71-987e-e5032229f98f", + "x-ms-correlation-request-id": "fc26e6dd-4f75-4071-91ea-c2c0ab026f50", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182205Z:fc26e6dd-4f75-4071-91ea-c2c0ab026f50", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f", - "name": "baab78a0-770d-4910-9d0c-68539ea9204f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5", + "name": "bdef6326-3618-4799-bf98-d2f6736ee6c5", "status": "Creating", - "startTime": "2022-10-22T23:40:37.1753779Z", + "startTime": "2022-10-25T18:18:32.4524269Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1905,7 +1905,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1919,7 +1919,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:44:40 GMT", + "Date": "Tue, 25 Oct 2022 18:22:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1927,16 +1927,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f419c949-e8ac-4dce-98ad-b38e531ba532", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234440Z:f419c949-e8ac-4dce-98ad-b38e531ba532", + "x-ms-correlation-request-id": "f0b0b3cb-5273-4dd5-8b5d-171801423805", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182235Z:f0b0b3cb-5273-4dd5-8b5d-171801423805", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f", - "name": "baab78a0-770d-4910-9d0c-68539ea9204f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5", + "name": "bdef6326-3618-4799-bf98-d2f6736ee6c5", "status": "Creating", - "startTime": "2022-10-22T23:40:37.1753779Z", + "startTime": "2022-10-25T18:18:32.4524269Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1945,7 +1945,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1959,7 +1959,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:45:10 GMT", + "Date": "Tue, 25 Oct 2022 18:23:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1967,16 +1967,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "530f1736-6cfe-4496-975b-490add8b0241", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234510Z:530f1736-6cfe-4496-975b-490add8b0241", + "x-ms-correlation-request-id": "db3ddd4f-9090-462c-a790-2f3598e328e2", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182305Z:db3ddd4f-9090-462c-a790-2f3598e328e2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f", - "name": "baab78a0-770d-4910-9d0c-68539ea9204f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5", + "name": "bdef6326-3618-4799-bf98-d2f6736ee6c5", "status": "Creating", - "startTime": "2022-10-22T23:40:37.1753779Z", + "startTime": "2022-10-25T18:18:32.4524269Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1985,7 +1985,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1999,7 +1999,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:45:41 GMT", + "Date": "Tue, 25 Oct 2022 18:23:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2007,17 +2007,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f5446ac-1e9b-4b91-96ca-eea3a8c0fd55", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234542Z:0f5446ac-1e9b-4b91-96ca-eea3a8c0fd55", + "x-ms-correlation-request-id": "69ba34ce-2ebb-4bf3-b13b-80f6fd5c4717", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182336Z:69ba34ce-2ebb-4bf3-b13b-80f6fd5c4717", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/baab78a0-770d-4910-9d0c-68539ea9204f", - "name": "baab78a0-770d-4910-9d0c-68539ea9204f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5", + "name": "bdef6326-3618-4799-bf98-d2f6736ee6c5", "status": "Succeeded", - "startTime": "2022-10-22T23:40:37.1753779Z", - "endTime": "2022-10-22T23:45:14.7398116Z", + "startTime": "2022-10-25T18:18:32.4524269Z", + "endTime": "2022-10-25T18:23:21.304807Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" @@ -2039,8 +2039,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:45:42 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A45%3A14.7422762Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:23:35 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A23%3A21.2986185Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2048,22 +2048,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a2c46207-b56f-4171-abe6-4864bcfbc7ca", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234542Z:a2c46207-b56f-4171-abe6-4864bcfbc7ca", + "x-ms-correlation-request-id": "bd627fbe-3307-473a-868f-b9ee44744868", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182336Z:bd627fbe-3307-473a-868f-b9ee44744868", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A45%3A14.7422762Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A23%3A21.2986185Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" + "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" }, "properties": { - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -2091,7 +2091,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2106,8 +2106,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "ipAddress": "10.0.0.4" } ], @@ -2127,10 +2127,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:40:36.0880285Z", + "createdAt": "2022-10-25T18:18:31.3231547Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" + "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" } } }, @@ -2150,30 +2150,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/c82c2693-109a-4a4d-bf89-d7ae2fb3770a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/115ac96e-ca5e-48da-883d-80c8047ccc3a?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "714", + "Content-Length": "713", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:45:45 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A45%3A44.9672947Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:23:39 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A23%3A38.811606Z\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": "8f847161-18f5-483c-89e7-02496775ef8c", + "x-ms-correlation-request-id": "5d7ff583-094d-4b10-a5e5-af9d459cf899", "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234546Z:8f847161-18f5-483c-89e7-02496775ef8c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182340Z:5d7ff583-094d-4b10-a5e5-af9d459cf899", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A45%3A44.9672947Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A23%3A38.811606Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:45:42.8127570Z" + "CreatedOnDate": "2022-10-25T18:23:36.7956863Z" }, "properties": { "provisioningState": "Creating" @@ -2181,15 +2181,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:45:44.2746146Z", + "createdAt": "2022-10-25T18:23:38.1676642Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:45:44.2746146Z" + "lastModifiedAt": "2022-10-25T18:23:38.1676642Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/c82c2693-109a-4a4d-bf89-d7ae2fb3770a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/115ac96e-ca5e-48da-883d-80c8047ccc3a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2203,7 +2203,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:45:46 GMT", + "Date": "Tue, 25 Oct 2022 18:23:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2211,17 +2211,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50d19624-7cc0-4283-affb-0acaa0421e0b", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234546Z:50d19624-7cc0-4283-affb-0acaa0421e0b", + "x-ms-correlation-request-id": "f3407d5c-080b-4dd2-98ac-854710fee3e7", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182340Z:f3407d5c-080b-4dd2-98ac-854710fee3e7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/c82c2693-109a-4a4d-bf89-d7ae2fb3770a", - "name": "c82c2693-109a-4a4d-bf89-d7ae2fb3770a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/115ac96e-ca5e-48da-883d-80c8047ccc3a", + "name": "115ac96e-ca5e-48da-883d-80c8047ccc3a", "status": "Succeeded", - "startTime": "2022-10-22T23:45:44.9638Z", - "endTime": "2022-10-22T23:45:45.0574932Z", + "startTime": "2022-10-25T18:23:38.8195189Z", + "endTime": "2022-10-25T18:23:38.8507854Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b" @@ -2243,8 +2243,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:45:46 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A45%3A45.0494567Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:23:40 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A23%3A38.8480611Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2252,19 +2252,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "381dd0f8-e23b-4f40-824c-c75db4b35c8a", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234546Z:381dd0f8-e23b-4f40-824c-c75db4b35c8a", + "x-ms-correlation-request-id": "8bda0f86-4fdc-4833-bcca-94ac13f96401", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182340Z:8bda0f86-4fdc-4833-bcca-94ac13f96401", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A45%3A45.0494567Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A23%3A38.8480611Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:45:42.8127570Z" + "CreatedOnDate": "2022-10-25T18:23:36.7956863Z" }, "properties": { "activeDirectories": [ @@ -2293,10 +2293,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:45:44.2746146Z", + "createdAt": "2022-10-25T18:23:38.1676642Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:45:44.2746146Z" + "lastModifiedAt": "2022-10-25T18:23:38.1676642Z" } } }, @@ -2322,30 +2322,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f6337196-2738-4264-9302-599c715e74f3?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2b3be279-f208-4124-9d60-ce0d598f753a?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "929", + "Content-Length": "930", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:45:48 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A45%3A47.932271Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:23:42 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A23%3A41.7546786Z\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": "fd5d21d0-e510-45ae-98d5-07a40a82fd7b", + "x-ms-correlation-request-id": "4b94a17b-091e-4d9e-8d74-4f96b9061232", "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234548Z:fd5d21d0-e510-45ae-98d5-07a40a82fd7b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182342Z:4b94a17b-091e-4d9e-8d74-4f96b9061232", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A45%3A47.932271Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A23%3A41.7546786Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:45:47.0264887Z" + "CreatedOnDate": "2022-10-25T18:23:40.8517777Z" }, "properties": { "serviceLevel": "Premium", @@ -2359,15 +2359,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:45:47.7924095Z", + "createdAt": "2022-10-25T18:23:41.6076455Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:45:47.7924095Z" + "lastModifiedAt": "2022-10-25T18:23:41.6076455Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f6337196-2738-4264-9302-599c715e74f3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2b3be279-f208-4124-9d60-ce0d598f753a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2381,7 +2381,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:45:48 GMT", + "Date": "Tue, 25 Oct 2022 18:23:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2389,17 +2389,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "58d8c85b-c255-4608-8221-0eab9769bdca", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234548Z:58d8c85b-c255-4608-8221-0eab9769bdca", + "x-ms-correlation-request-id": "175a4890-3d2d-40e4-b590-7f14fe9c8ff0", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182342Z:175a4890-3d2d-40e4-b590-7f14fe9c8ff0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f6337196-2738-4264-9302-599c715e74f3", - "name": "f6337196-2738-4264-9302-599c715e74f3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2b3be279-f208-4124-9d60-ce0d598f753a", + "name": "2b3be279-f208-4124-9d60-ce0d598f753a", "status": "Succeeded", - "startTime": "2022-10-22T23:45:47.9373637Z", - "endTime": "2022-10-22T23:45:48.5311663Z", + "startTime": "2022-10-25T18:23:41.7570967Z", + "endTime": "2022-10-25T18:23:42.1946005Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2" @@ -2421,8 +2421,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:45:48 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A45%3A48.5321565Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:23:42 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A23%3A42.1794627Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2430,22 +2430,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "de3b94a1-61f9-44a3-b6a9-b4693f1192c0", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234549Z:de3b94a1-61f9-44a3-b6a9-b4693f1192c0", + "x-ms-correlation-request-id": "d8d83969-657d-4470-b167-28d9795cacd3", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182342Z:d8d83969-657d-4470-b167-28d9795cacd3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A45%3A48.5321565Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A23%3A42.1794627Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:45:47.0264887Z" + "CreatedOnDate": "2022-10-25T18:23:40.8517777Z" }, "properties": { - "poolId": "23ad8e2c-d38b-05a1-131f-f0623326921e", + "poolId": "d59a0c7a-146e-e98f-befd-e9ee672ef810", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -2458,10 +2458,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:45:47.7924095Z", + "createdAt": "2022-10-25T18:23:41.6076455Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:45:47.7924095Z" + "lastModifiedAt": "2022-10-25T18:23:41.6076455Z" } } }, @@ -2513,30 +2513,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "2017", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:46:03 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A46%3A02.7840323Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:23:55 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A23%3A54.9795919Z\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": "26c1abb4-0f4e-458a-b487-055b6a211f61", + "x-ms-correlation-request-id": "4c9afa43-dc06-4e34-b61f-bc29056a03da", "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234603Z:26c1abb4-0f4e-458a-b487-055b6a211f61", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182355Z:4c9afa43-dc06-4e34-b61f-bc29056a03da", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A46%3A02.7840323Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A23%3A54.9795919Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" + "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" }, "properties": { "volumeType": "DataProtection", @@ -2575,15 +2575,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:46:00.0489276Z", + "createdAt": "2022-10-25T18:23:53.9105785Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" + "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2597,7 +2597,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:46:03 GMT", + "Date": "Tue, 25 Oct 2022 18:23:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2605,16 +2605,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f03c1a3a-ae84-4bb5-8a7a-c7730dfc39fe", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234603Z:f03c1a3a-ae84-4bb5-8a7a-c7730dfc39fe", + "x-ms-correlation-request-id": "2a490510-e7d6-4a1a-b265-87c8b3df6db9", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182355Z:2a490510-e7d6-4a1a-b265-87c8b3df6db9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222", - "name": "36f065d0-943c-4687-ac44-38871b1aa222", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c", + "name": "7947ca74-02e6-4b68-9bdd-ad47ef4c098c", "status": "Creating", - "startTime": "2022-10-22T23:46:02.7871517Z", + "startTime": "2022-10-25T18:23:54.974618Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2623,7 +2623,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2637,7 +2637,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:46:32 GMT", + "Date": "Tue, 25 Oct 2022 18:24:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2645,16 +2645,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f59d7eeb-1d45-41be-831d-cfc2fd26d709", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234633Z:f59d7eeb-1d45-41be-831d-cfc2fd26d709", + "x-ms-correlation-request-id": "acd8d159-aedf-41c4-bf32-6c9ca4c56ae1", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182426Z:acd8d159-aedf-41c4-bf32-6c9ca4c56ae1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222", - "name": "36f065d0-943c-4687-ac44-38871b1aa222", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c", + "name": "7947ca74-02e6-4b68-9bdd-ad47ef4c098c", "status": "Creating", - "startTime": "2022-10-22T23:46:02.7871517Z", + "startTime": "2022-10-25T18:23:54.974618Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2663,7 +2663,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2677,7 +2677,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:47:03 GMT", + "Date": "Tue, 25 Oct 2022 18:24:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2685,16 +2685,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9d914f6-b4f6-46cc-8806-1ff6728852b3", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234704Z:a9d914f6-b4f6-46cc-8806-1ff6728852b3", + "x-ms-correlation-request-id": "53a51563-fda5-454c-b726-da3662038dab", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182456Z:53a51563-fda5-454c-b726-da3662038dab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222", - "name": "36f065d0-943c-4687-ac44-38871b1aa222", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c", + "name": "7947ca74-02e6-4b68-9bdd-ad47ef4c098c", "status": "Creating", - "startTime": "2022-10-22T23:46:02.7871517Z", + "startTime": "2022-10-25T18:23:54.974618Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2703,7 +2703,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2717,7 +2717,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:47:33 GMT", + "Date": "Tue, 25 Oct 2022 18:25:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2725,16 +2725,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6b9c085c-83d0-4642-845d-2afdf8627a22", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234734Z:6b9c085c-83d0-4642-845d-2afdf8627a22", + "x-ms-correlation-request-id": "09d901ad-d9cc-4b16-9e7a-2c27823d991d", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182526Z:09d901ad-d9cc-4b16-9e7a-2c27823d991d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222", - "name": "36f065d0-943c-4687-ac44-38871b1aa222", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c", + "name": "7947ca74-02e6-4b68-9bdd-ad47ef4c098c", "status": "Creating", - "startTime": "2022-10-22T23:46:02.7871517Z", + "startTime": "2022-10-25T18:23:54.974618Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2743,7 +2743,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2757,7 +2757,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:48:04 GMT", + "Date": "Tue, 25 Oct 2022 18:25:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2765,16 +2765,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f14a5b0-f39f-4738-9886-c84da3e6cb07", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234804Z:0f14a5b0-f39f-4738-9886-c84da3e6cb07", + "x-ms-correlation-request-id": "975a4ca1-94b9-494d-9a48-898cec8fbe17", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182556Z:975a4ca1-94b9-494d-9a48-898cec8fbe17", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222", - "name": "36f065d0-943c-4687-ac44-38871b1aa222", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c", + "name": "7947ca74-02e6-4b68-9bdd-ad47ef4c098c", "status": "Creating", - "startTime": "2022-10-22T23:46:02.7871517Z", + "startTime": "2022-10-25T18:23:54.974618Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2783,7 +2783,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2797,7 +2797,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:48:34 GMT", + "Date": "Tue, 25 Oct 2022 18:26:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2805,16 +2805,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7a3d572-6d2f-4092-9263-234eaa782ca9", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234834Z:e7a3d572-6d2f-4092-9263-234eaa782ca9", + "x-ms-correlation-request-id": "e1970338-e89e-48ad-bfa4-1d5125f84c19", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182626Z:e1970338-e89e-48ad-bfa4-1d5125f84c19", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222", - "name": "36f065d0-943c-4687-ac44-38871b1aa222", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c", + "name": "7947ca74-02e6-4b68-9bdd-ad47ef4c098c", "status": "Creating", - "startTime": "2022-10-22T23:46:02.7871517Z", + "startTime": "2022-10-25T18:23:54.974618Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2823,7 +2823,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2837,7 +2837,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:49:04 GMT", + "Date": "Tue, 25 Oct 2022 18:26:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2845,16 +2845,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e6057bb-4d73-455d-ba22-b108cbd732b2", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234904Z:4e6057bb-4d73-455d-ba22-b108cbd732b2", + "x-ms-correlation-request-id": "03628455-2431-4ed9-9310-f73632142e99", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182657Z:03628455-2431-4ed9-9310-f73632142e99", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222", - "name": "36f065d0-943c-4687-ac44-38871b1aa222", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c", + "name": "7947ca74-02e6-4b68-9bdd-ad47ef4c098c", "status": "Creating", - "startTime": "2022-10-22T23:46:02.7871517Z", + "startTime": "2022-10-25T18:23:54.974618Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2863,7 +2863,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2877,7 +2877,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:49:34 GMT", + "Date": "Tue, 25 Oct 2022 18:27:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2885,16 +2885,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "783dd03a-60b0-4b3c-b4c6-4ba65e6ec69c", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T234935Z:783dd03a-60b0-4b3c-b4c6-4ba65e6ec69c", + "x-ms-correlation-request-id": "3e9458b7-3478-4170-8242-5441d53b1674", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182727Z:3e9458b7-3478-4170-8242-5441d53b1674", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222", - "name": "36f065d0-943c-4687-ac44-38871b1aa222", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c", + "name": "7947ca74-02e6-4b68-9bdd-ad47ef4c098c", "status": "Creating", - "startTime": "2022-10-22T23:46:02.7871517Z", + "startTime": "2022-10-25T18:23:54.974618Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2903,7 +2903,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2917,7 +2917,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:50:04 GMT", + "Date": "Tue, 25 Oct 2022 18:27:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2925,16 +2925,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "66fd3ebd-39bc-4cc7-80a0-0a06e4dfd383", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235005Z:66fd3ebd-39bc-4cc7-80a0-0a06e4dfd383", + "x-ms-correlation-request-id": "f25fd941-18e0-40ae-9097-10effe93fc94", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182757Z:f25fd941-18e0-40ae-9097-10effe93fc94", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222", - "name": "36f065d0-943c-4687-ac44-38871b1aa222", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c", + "name": "7947ca74-02e6-4b68-9bdd-ad47ef4c098c", "status": "Creating", - "startTime": "2022-10-22T23:46:02.7871517Z", + "startTime": "2022-10-25T18:23:54.974618Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2943,7 +2943,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2957,7 +2957,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:50:35 GMT", + "Date": "Tue, 25 Oct 2022 18:28:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2965,16 +2965,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d13228b-fcfd-4d10-8ddc-32be43260db3", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235036Z:6d13228b-fcfd-4d10-8ddc-32be43260db3", + "x-ms-correlation-request-id": "6515691f-2c1e-4027-a3b7-e3acfe9e42f5", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182827Z:6515691f-2c1e-4027-a3b7-e3acfe9e42f5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222", - "name": "36f065d0-943c-4687-ac44-38871b1aa222", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c", + "name": "7947ca74-02e6-4b68-9bdd-ad47ef4c098c", "status": "Creating", - "startTime": "2022-10-22T23:46:02.7871517Z", + "startTime": "2022-10-25T18:23:54.974618Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2983,7 +2983,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2997,7 +2997,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:51:05 GMT", + "Date": "Tue, 25 Oct 2022 18:28:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3005,17 +3005,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "68ed79aa-2425-426f-8d51-5909c3b3ab00", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235106Z:68ed79aa-2425-426f-8d51-5909c3b3ab00", + "x-ms-correlation-request-id": "75305009-2a3b-4c33-8178-9b1493bcac42", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182857Z:75305009-2a3b-4c33-8178-9b1493bcac42", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/36f065d0-943c-4687-ac44-38871b1aa222", - "name": "36f065d0-943c-4687-ac44-38871b1aa222", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c", + "name": "7947ca74-02e6-4b68-9bdd-ad47ef4c098c", "status": "Succeeded", - "startTime": "2022-10-22T23:46:02.7871517Z", - "endTime": "2022-10-22T23:50:37.6385491Z", + "startTime": "2022-10-25T18:23:54.974618Z", + "endTime": "2022-10-25T18:28:30.0790722Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" @@ -3037,8 +3037,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:51:05 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A50%3A37.6341873Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:28:57 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A28%3A30.0771568Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3046,19 +3046,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca8f0f95-2c4c-4a80-b891-18186e0d77b0", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235106Z:ca8f0f95-2c4c-4a80-b891-18186e0d77b0", + "x-ms-correlation-request-id": "c472dcce-3f24-4b12-8604-287c222c2305", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182858Z:c472dcce-3f24-4b12-8604-287c222c2305", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A50%3A37.6341873Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A28%3A30.0771568Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" + "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" }, "properties": { "volumeType": "DataProtection", @@ -3069,7 +3069,7 @@ "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" } }, - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -3097,7 +3097,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -3109,8 +3109,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "ipAddress": "10.0.0.4" } ], @@ -3125,10 +3125,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:46:00.0489276Z", + "createdAt": "2022-10-25T18:23:53.9105785Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" + "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" } } }, @@ -3148,19 +3148,19 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59e99f9d-ca3b-4b04-a041-80ef0ce5ac17?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cdc4d9e-156d-4465-916d-4b5f8e736668?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 23:51:37 GMT", + "Date": "Tue, 25 Oct 2022 18:29:29 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59e99f9d-ca3b-4b04-a041-80ef0ce5ac17?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cdc4d9e-156d-4465-916d-4b5f8e736668?api-version=2022-05-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": "5fc8e17f-e43b-4648-b1bd-69e5107d4ddc", + "x-ms-correlation-request-id": "69a85a1b-c7e1-4da1-8000-f49ce539083b", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235137Z:5fc8e17f-e43b-4648-b1bd-69e5107d4ddc", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182929Z:69a85a1b-c7e1-4da1-8000-f49ce539083b", "X-Powered-By": "ASP.NET" }, "ResponseBody": null @@ -3180,8 +3180,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:51:38 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:29:29 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3189,22 +3189,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37b48345-a9a7-4567-b961-f4aa34e7658b", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235138Z:37b48345-a9a7-4567-b961-f4aa34e7658b", + "x-ms-correlation-request-id": "f19a4ffe-0c41-42b1-b2e4-ea390cd4a1a4", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182930Z:f19a4ffe-0c41-42b1-b2e4-ea390cd4a1a4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" + "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" }, "properties": { - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -3232,7 +3232,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -3247,8 +3247,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "ipAddress": "10.0.0.4" } ], @@ -3268,15 +3268,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:40:36.0880285Z", + "createdAt": "2022-10-25T18:18:31.3231547Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" + "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59e99f9d-ca3b-4b04-a041-80ef0ce5ac17?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cdc4d9e-156d-4465-916d-4b5f8e736668?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3290,7 +3290,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:51:38 GMT", + "Date": "Tue, 25 Oct 2022 18:29:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3298,16 +3298,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e4a10d6d-3d4c-48bd-957e-53d62e1f982f", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235138Z:e4a10d6d-3d4c-48bd-957e-53d62e1f982f", + "x-ms-correlation-request-id": "3374cde3-1cee-418e-90eb-9e4f828a5c27", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182930Z:3374cde3-1cee-418e-90eb-9e4f828a5c27", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59e99f9d-ca3b-4b04-a041-80ef0ce5ac17", - "name": "59e99f9d-ca3b-4b04-a041-80ef0ce5ac17", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cdc4d9e-156d-4465-916d-4b5f8e736668", + "name": "7cdc4d9e-156d-4465-916d-4b5f8e736668", "status": "AuthorizeReplication", - "startTime": "2022-10-22T23:51:37.8221143Z", + "startTime": "2022-10-25T18:29:29.5719773Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3330,8 +3330,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:51:38 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A50%3A37.6341873Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:29:30 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A28%3A30.0771568Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3339,19 +3339,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "344109bc-e66c-40d6-8990-885ed87cc59c", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235138Z:344109bc-e66c-40d6-8990-885ed87cc59c", + "x-ms-correlation-request-id": "5f5fd72c-030a-4390-8029-ef4366f15f80", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182930Z:5f5fd72c-030a-4390-8029-ef4366f15f80", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A50%3A37.6341873Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A28%3A30.0771568Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" + "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" }, "properties": { "volumeType": "DataProtection", @@ -3362,7 +3362,7 @@ "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" } }, - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -3390,7 +3390,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -3402,8 +3402,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "ipAddress": "10.0.0.4" } ], @@ -3418,10 +3418,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:46:00.0489276Z", + "createdAt": "2022-10-25T18:23:53.9105785Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" + "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" } } }, @@ -3440,8 +3440,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:51:42 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:29:32 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3449,22 +3449,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "258e5de6-6035-4b75-acab-2b3f8c5f0b01", + "x-ms-correlation-request-id": "2d8eb5e1-cc90-4279-b39b-4441aeccf450", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235143Z:258e5de6-6035-4b75-acab-2b3f8c5f0b01", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182933Z:2d8eb5e1-cc90-4279-b39b-4441aeccf450", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" + "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" }, "properties": { - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -3492,7 +3492,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -3507,8 +3507,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "ipAddress": "10.0.0.4" } ], @@ -3528,10 +3528,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:40:36.0880285Z", + "createdAt": "2022-10-25T18:18:31.3231547Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" + "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" } } }, @@ -3550,8 +3550,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:51:44 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A41.6779114Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:29:34 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A32.8454369Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3559,19 +3559,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "428552fb-7d98-43f8-b8ba-ed74b1344404", + "x-ms-correlation-request-id": "f65e715a-278a-41e6-b407-c6adc53346e5", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235145Z:428552fb-7d98-43f8-b8ba-ed74b1344404", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182934Z:f65e715a-278a-41e6-b407-c6adc53346e5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A41.6779114Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A32.8454369Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" + "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" }, "properties": { "volumeType": "DataProtection", @@ -3582,7 +3582,7 @@ "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" } }, - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -3610,7 +3610,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -3622,8 +3622,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "ipAddress": "10.0.0.4" } ], @@ -3638,10 +3638,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:46:00.0489276Z", + "createdAt": "2022-10-25T18:23:53.9105785Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" + "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" } } }, @@ -3660,8 +3660,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:51:47 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:29:35 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3669,22 +3669,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d7ffac7-84c7-4c5e-805b-a7ef0f60e5ab", + "x-ms-correlation-request-id": "e01a87f4-658c-425e-8a1d-a9b017c66590", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235147Z:2d7ffac7-84c7-4c5e-805b-a7ef0f60e5ab", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182936Z:e01a87f4-658c-425e-8a1d-a9b017c66590", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" + "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" }, "properties": { - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -3712,7 +3712,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -3727,8 +3727,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "ipAddress": "10.0.0.4" } ], @@ -3748,10 +3748,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:40:36.0880285Z", + "createdAt": "2022-10-25T18:18:31.3231547Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" + "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" } } }, @@ -3770,8 +3770,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:51:47 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A45.5678264Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:29:36 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3779,32 +3779,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "90c0047d-c924-4677-a843-55e38b3991d7", + "x-ms-correlation-request-id": "7192b539-644f-4527-8d33-63f00d0aaf50", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235147Z:90c0047d-c924-4677-a843-55e38b3991d7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182937Z:7192b539-644f-4527-8d33-63f00d0aaf50", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A45.5678264Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" + "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { - "replicationId": "ecd23ffb-17c4-abae-5df5-35c93536170b", + "replicationId": "a6714726-005e-e65e-b1d7-f659d48553ed", "endpointType": "Dst", "replicationSchedule": "_10minutely", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -3832,7 +3832,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -3844,8 +3844,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "ipAddress": "10.0.0.4" } ], @@ -3860,10 +3860,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:46:00.0489276Z", + "createdAt": "2022-10-25T18:23:53.9105785Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" + "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" } } }, @@ -3882,8 +3882,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:51:49 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:29:37 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3891,22 +3891,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1bc06f99-297d-4696-901f-2985c3d7a1dd", + "x-ms-correlation-request-id": "5a44dde5-c413-4810-b568-d159d9aacab7", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235149Z:1bc06f99-297d-4696-901f-2985c3d7a1dd", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182938Z:5a44dde5-c413-4810-b568-d159d9aacab7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" + "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" }, "properties": { - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -3934,7 +3934,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -3949,8 +3949,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "ipAddress": "10.0.0.4" } ], @@ -3970,10 +3970,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:40:36.0880285Z", + "createdAt": "2022-10-25T18:18:31.3231547Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" + "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" } } }, @@ -3992,8 +3992,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:51:49 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A45.5678264Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:29:38 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4001,32 +4001,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6898e7e-f068-464a-8d5d-53b7c773c1af", + "x-ms-correlation-request-id": "e2bbb1bd-329c-40b1-89c0-36d5b059d7c1", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235149Z:e6898e7e-f068-464a-8d5d-53b7c773c1af", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182938Z:e2bbb1bd-329c-40b1-89c0-36d5b059d7c1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A45.5678264Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" + "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { - "replicationId": "ecd23ffb-17c4-abae-5df5-35c93536170b", + "replicationId": "a6714726-005e-e65e-b1d7-f659d48553ed", "endpointType": "Dst", "replicationSchedule": "_10minutely", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -4054,7 +4054,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -4066,8 +4066,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "ipAddress": "10.0.0.4" } ], @@ -4082,10 +4082,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:46:00.0489276Z", + "createdAt": "2022-10-25T18:23:53.9105785Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" + "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" } } }, @@ -4104,8 +4104,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:51:50 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:29:39 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4113,22 +4113,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ecdcc08b-68df-419e-8fe2-9c2a9ec07d2b", + "x-ms-correlation-request-id": "dcafe954-7d21-477c-8c4a-3360a18c5b7e", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235150Z:ecdcc08b-68df-419e-8fe2-9c2a9ec07d2b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182940Z:dcafe954-7d21-477c-8c4a-3360a18c5b7e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" + "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" }, "properties": { - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -4156,7 +4156,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -4171,8 +4171,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "ipAddress": "10.0.0.4" } ], @@ -4192,10 +4192,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:40:36.0880285Z", + "createdAt": "2022-10-25T18:18:31.3231547Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" + "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" } } }, @@ -4214,8 +4214,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:51:51 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A45.5678264Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:29:39 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4223,32 +4223,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b932a371-6b7b-44c7-918d-1d8e12708235", + "x-ms-correlation-request-id": "e3e19209-945d-4ee4-ba29-f0ed91cd0e0d", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235151Z:b932a371-6b7b-44c7-918d-1d8e12708235", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182940Z:e3e19209-945d-4ee4-ba29-f0ed91cd0e0d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A45.5678264Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" + "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { - "replicationId": "ecd23ffb-17c4-abae-5df5-35c93536170b", + "replicationId": "a6714726-005e-e65e-b1d7-f659d48553ed", "endpointType": "Dst", "replicationSchedule": "_10minutely", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -4276,7 +4276,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -4288,8 +4288,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "ipAddress": "10.0.0.4" } ], @@ -4304,10 +4304,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:46:00.0489276Z", + "createdAt": "2022-10-25T18:23:53.9105785Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" + "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" } } }, @@ -4326,8 +4326,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:51:52 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:29:42 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4335,22 +4335,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "28a96fee-7e8a-4019-a213-0265bbdbb6ca", + "x-ms-correlation-request-id": "054d04c4-4c37-4490-87a2-0c0468c879c4", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235152Z:28a96fee-7e8a-4019-a213-0265bbdbb6ca", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182942Z:054d04c4-4c37-4490-87a2-0c0468c879c4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" + "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" }, "properties": { - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -4378,7 +4378,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -4393,8 +4393,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "ipAddress": "10.0.0.4" } ], @@ -4414,10 +4414,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:40:36.0880285Z", + "createdAt": "2022-10-25T18:18:31.3231547Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" + "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" } } }, @@ -4436,8 +4436,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:51:52 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A45.5678264Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:29:42 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4445,32 +4445,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "28204f7e-b828-4c08-a91d-d4094fc234c3", + "x-ms-correlation-request-id": "3769ea58-6700-4582-9351-ce7856e8e927", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235152Z:28204f7e-b828-4c08-a91d-d4094fc234c3", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182942Z:3769ea58-6700-4582-9351-ce7856e8e927", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A45.5678264Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" + "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { - "replicationId": "ecd23ffb-17c4-abae-5df5-35c93536170b", + "replicationId": "a6714726-005e-e65e-b1d7-f659d48553ed", "endpointType": "Dst", "replicationSchedule": "_10minutely", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -4498,7 +4498,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -4510,8 +4510,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "ipAddress": "10.0.0.4" } ], @@ -4526,10 +4526,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:46:00.0489276Z", + "createdAt": "2022-10-25T18:23:53.9105785Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" + "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" } } }, @@ -4548,8 +4548,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:51:54 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:29:43 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4557,22 +4557,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d8d069f-868e-4643-9760-e01d0935939e", + "x-ms-correlation-request-id": "fb5beeea-ad24-4505-85de-78062aa541fd", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235154Z:5d8d069f-868e-4643-9760-e01d0935939e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182943Z:fb5beeea-ad24-4505-85de-78062aa541fd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A37.8249459Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" + "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" }, "properties": { - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -4600,7 +4600,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -4615,8 +4615,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "ipAddress": "10.0.0.4" } ], @@ -4636,10 +4636,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:40:36.0880285Z", + "createdAt": "2022-10-25T18:18:31.3231547Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" + "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" } } }, @@ -4658,8 +4658,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:51:54 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A45.5678264Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:29:44 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4667,32 +4667,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94b3d768-0cf9-4074-9ddf-df9c2814020f", + "x-ms-correlation-request-id": "1b45fcee-b9ad-4089-85d2-fe52af260c44", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235154Z:94b3d768-0cf9-4074-9ddf-df9c2814020f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182944Z:1b45fcee-b9ad-4089-85d2-fe52af260c44", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A45.5678264Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" + "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { - "replicationId": "ecd23ffb-17c4-abae-5df5-35c93536170b", + "replicationId": "a6714726-005e-e65e-b1d7-f659d48553ed", "endpointType": "Dst", "replicationSchedule": "_10minutely", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -4720,7 +4720,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -4732,8 +4732,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "ipAddress": "10.0.0.4" } ], @@ -4748,10 +4748,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:46:00.0489276Z", + "createdAt": "2022-10-25T18:23:53.9105785Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" + "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" } } }, @@ -4770,8 +4770,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:51:55 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A55.8526331Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:29:45 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4779,29 +4779,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0a8b8272-0d67-4ebe-a187-5b28d7240ef4", + "x-ms-correlation-request-id": "5440211b-788c-4a70-ad4f-35569f93493d", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235156Z:0a8b8272-0d67-4ebe-a187-5b28d7240ef4", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182945Z:5440211b-788c-4a70-ad4f-35569f93493d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A55.8526331Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" + "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" }, "properties": { - "dataProtection": { - "replication": { - "endpointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "remoteVolumeRegion": "eastus2" - } - }, - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -4829,7 +4822,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -4844,8 +4837,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "ipAddress": "10.0.0.4" } ], @@ -4860,15 +4853,15 @@ "maximumNumberOfFiles": 100000000, "smbNonBrowsable": "Disabled", "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" + "provisioningState": "AuthorizeReplication" }, "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:40:36.0880285Z", + "createdAt": "2022-10-25T18:18:31.3231547Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" + "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" } } }, @@ -4887,8 +4880,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:51:56 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A45.5678264Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:29:45 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4896,32 +4889,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c45b27de-4390-48f1-a293-005935bcdce2", + "x-ms-correlation-request-id": "99c37394-0ee9-492c-a69f-13f7eff9e492", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235156Z:c45b27de-4390-48f1-a293-005935bcdce2", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182945Z:99c37394-0ee9-492c-a69f-13f7eff9e492", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A45.5678264Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" + "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { - "replicationId": "ecd23ffb-17c4-abae-5df5-35c93536170b", + "replicationId": "a6714726-005e-e65e-b1d7-f659d48553ed", "endpointType": "Dst", "replicationSchedule": "_10minutely", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -4949,7 +4942,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -4961,8 +4954,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "ipAddress": "10.0.0.4" } ], @@ -4977,18 +4970,18 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:46:00.0489276Z", + "createdAt": "2022-10-25T18:23:53.9105785Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" + "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59e99f9d-ca3b-4b04-a041-80ef0ce5ac17?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -4999,7 +4992,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:08 GMT", + "Date": "Tue, 25 Oct 2022 18:29:46 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5007,80 +5001,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eefc2485-134f-4df7-a735-081be5046f98", + "x-ms-correlation-request-id": "6d635c54-d193-4c7e-841c-afc50be6c18d", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235208Z:eefc2485-134f-4df7-a735-081be5046f98", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59e99f9d-ca3b-4b04-a041-80ef0ce5ac17", - "name": "59e99f9d-ca3b-4b04-a041-80ef0ce5ac17", - "status": "Succeeded", - "startTime": "2022-10-22T23:51:37.8221143Z", - "endTime": "2022-10-22T23:51:55.8450136Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/59e99f9d-ca3b-4b04-a041-80ef0ce5ac17?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52: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": "3816850d-5038-45c3-bfda-42649d71b05c", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235209Z:3816850d-5038-45c3-bfda-42649d71b05c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182947Z:6d635c54-d193-4c7e-841c-afc50be6c18d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A55.8526331Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" + "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" }, "properties": { - "dataProtection": { - "replication": { - "endpointType": "Src", - "replicationStatus": "", - "remotePath": { - "externalHostName": "az-bn13-f01c01-bs118-sto", - "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", - "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_704ea7" - }, - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "remoteVolumeRegion": "eastus2" - } - }, - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 0, "exportPolicy": { "rules": [ { @@ -5089,7 +5028,6 @@ "unixReadWrite": true, "cifs": false, "nfsv3": true, - "nfsv4": false, "nfsv41": false, "allowedClients": "0.0.0.0/0", "kerberos5ReadOnly": false, @@ -5106,35 +5044,27 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "poolId": "5804908f-8d63-0889-b063-59c36af03543", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "encryptionKeySource": "Microsoft.NetApp", + "mountTargets": [ + { + "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -5142,23 +5072,23 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", - "encrypted": true, - "smbAccessBasedEnumeration": "Disabled", + "maximumNumberOfFiles": 100000000, "smbNonBrowsable": "Disabled", - "provisioningState": "Succeeded" + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" }, "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:40:36.0880285Z", + "createdAt": "2022-10-25T18:18:31.3231547Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" + "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -5172,7 +5102,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:26 GMT", + "Date": "Tue, 25 Oct 2022 18:29:47 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5180,24 +5111,99 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "88cc0dce-e871-4331-b580-7426418cfb75", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235226Z:88cc0dce-e871-4331-b580-7426418cfb75", + "x-ms-correlation-request-id": "1c8f4ded-f6cd-423e-8262-c0e608a898af", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182947Z:1c8f4ded-f6cd-423e-8262-c0e608a898af", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "a6714726-005e-e65e-b1d7-f659d48553ed", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_429af151", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T18:23:53.9105785Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -5208,7 +5214,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:27 GMT", + "Date": "Tue, 25 Oct 2022 18:29:48 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A48.5183412Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5216,21 +5223,101 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6248a76-a563-4f70-b608-468229b36fd5", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235228Z:b6248a76-a563-4f70-b608-468229b36fd5", + "x-ms-correlation-request-id": "bd2b605d-32a9-45e4-b8bd-ce078eee3cdb", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182948Z:bd2b605d-32a9-45e4-b8bd-ce078eee3cdb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A48.5183412Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" + }, + "properties": { + "dataProtection": { + "replication": { + "endpointType": "Src", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "remoteVolumeRegion": "eastus2" + } + }, + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T18:18:31.3231547Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -5244,7 +5331,119 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:29 GMT", + "Date": "Tue, 25 Oct 2022 18:29:48 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\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": "2eafb107-fbb2-4f7d-9fad-20580e0f6dac", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T182949Z:2eafb107-fbb2-4f7d-9fad-20580e0f6dac", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "a6714726-005e-e65e-b1d7-f659d48553ed", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_429af151", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T18:23:53.9105785Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cdc4d9e-156d-4465-916d-4b5f8e736668?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 18:30:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5252,24 +5451,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c3486062-b1d0-413e-b6cc-2d97f080d32a", + "x-ms-correlation-request-id": "d138e686-4197-40e0-b17a-eba30af683a2", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235229Z:c3486062-b1d0-413e-b6cc-2d97f080d32a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183000Z:d138e686-4197-40e0-b17a-eba30af683a2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cdc4d9e-156d-4465-916d-4b5f8e736668", + "name": "7cdc4d9e-156d-4465-916d-4b5f8e736668", + "status": "Succeeded", + "startTime": "2022-10-25T18:29:29.5719773Z", + "endTime": "2022-10-25T18:29:48.5379292Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cdc4d9e-156d-4465-916d-4b5f8e736668?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -5280,7 +5483,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:30 GMT", + "Date": "Tue, 25 Oct 2022 18:30:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5288,17 +5491,114 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f016edae-586d-4754-b98f-784e965e338f", + "x-ms-correlation-request-id": "06f4f0fa-b707-42c6-b94f-3dfaa05ecdc9", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235231Z:f016edae-586d-4754-b98f-784e965e338f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183000Z:06f4f0fa-b707-42c6-b94f-3dfaa05ecdc9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A48.5183412Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" + }, + "properties": { + "dataProtection": { + "replication": { + "endpointType": "Src", + "replicationStatus": "", + "remotePath": { + "externalHostName": "az-bn13-f01c01-bs118-sto", + "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", + "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_f96a13" + }, + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "remoteVolumeRegion": "eastus2" + } + }, + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "poolId": "463e6e35-71da-0b50-4f49-df3dea075a88", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T18:18:31.3231547Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" + } } }, { @@ -5316,7 +5616,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:31 GMT", + "Date": "Tue, 25 Oct 2022 18:30:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5324,9 +5624,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "21f497e8-23d5-43d5-9ff5-597e58934aa9", + "x-ms-correlation-request-id": "7038158e-2a32-4f71-ac7e-e2ca6f6f9e3d", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235232Z:21f497e8-23d5-43d5-9ff5-597e58934aa9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183019Z:7038158e-2a32-4f71-ac7e-e2ca6f6f9e3d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5352,7 +5652,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:32 GMT", + "Date": "Tue, 25 Oct 2022 18:30:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5360,9 +5660,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "031379bc-b829-4eab-9e94-1f01ee82f646", + "x-ms-correlation-request-id": "50303f23-4e19-4fd4-aa98-0c0e913f6062", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235233Z:031379bc-b829-4eab-9e94-1f01ee82f646", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183021Z:50303f23-4e19-4fd4-aa98-0c0e913f6062", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5388,7 +5688,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:34 GMT", + "Date": "Tue, 25 Oct 2022 18:30:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5396,9 +5696,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "558bb461-9cee-4025-85e3-d24b5dc308b7", + "x-ms-correlation-request-id": "345fc57e-5e37-4d64-82ad-ba03dd28730d", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235235Z:558bb461-9cee-4025-85e3-d24b5dc308b7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183022Z:345fc57e-5e37-4d64-82ad-ba03dd28730d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5424,7 +5724,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:35 GMT", + "Date": "Tue, 25 Oct 2022 18:30:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5432,9 +5732,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ef5d3d3-1af2-4796-9633-55c6af6f8e47", + "x-ms-correlation-request-id": "64a5b14e-e95a-4e39-9acf-bca958309260", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235236Z:0ef5d3d3-1af2-4796-9633-55c6af6f8e47", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183023Z:64a5b14e-e95a-4e39-9acf-bca958309260", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5460,7 +5760,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:36 GMT", + "Date": "Tue, 25 Oct 2022 18:30:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5468,9 +5768,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab945bf8-baa8-4a02-919b-121af1d2d369", + "x-ms-correlation-request-id": "e023ed2e-dbe7-4ca2-840f-2061e8cdcd38", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235237Z:ab945bf8-baa8-4a02-919b-121af1d2d369", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183025Z:e023ed2e-dbe7-4ca2-840f-2061e8cdcd38", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5496,7 +5796,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:38 GMT", + "Date": "Tue, 25 Oct 2022 18:30:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5504,9 +5804,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a1ca63e-37ac-4025-a428-e72b973bd5bf", + "x-ms-correlation-request-id": "d334717e-e4c7-4259-a657-a584fccb73ab", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235239Z:3a1ca63e-37ac-4025-a428-e72b973bd5bf", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183026Z:d334717e-e4c7-4259-a657-a584fccb73ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5532,7 +5832,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:39 GMT", + "Date": "Tue, 25 Oct 2022 18:30:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5540,9 +5840,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23e15fa9-88c9-4448-a7b4-32ff4465a8d8", + "x-ms-correlation-request-id": "767c333c-21c9-4f6b-bc9a-609832ffafb8", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235240Z:23e15fa9-88c9-4448-a7b4-32ff4465a8d8", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183028Z:767c333c-21c9-4f6b-bc9a-609832ffafb8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5568,7 +5868,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:41 GMT", + "Date": "Tue, 25 Oct 2022 18:30:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5576,9 +5876,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "40fbae1c-18e9-427e-8fb5-4c9429a0d562", + "x-ms-correlation-request-id": "696e99f1-1fa1-4a6c-a926-47e43bc0d21e", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235241Z:40fbae1c-18e9-427e-8fb5-4c9429a0d562", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183029Z:696e99f1-1fa1-4a6c-a926-47e43bc0d21e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5604,7 +5904,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:43 GMT", + "Date": "Tue, 25 Oct 2022 18:30:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5612,9 +5912,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c66a4e2-804d-4627-84bd-8469e4911668", + "x-ms-correlation-request-id": "bab4a9e7-edef-4016-b58b-3cdd2b17b35e", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235243Z:7c66a4e2-804d-4627-84bd-8469e4911668", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183030Z:bab4a9e7-edef-4016-b58b-3cdd2b17b35e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5640,7 +5940,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:44 GMT", + "Date": "Tue, 25 Oct 2022 18:30:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5648,9 +5948,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "99f74c3e-5584-4c65-b2f6-c652b46b9a10", + "x-ms-correlation-request-id": "20f8953b-a1a0-437d-8f9c-775eb57039a0", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235244Z:99f74c3e-5584-4c65-b2f6-c652b46b9a10", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183032Z:20f8953b-a1a0-437d-8f9c-775eb57039a0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5676,7 +5976,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:45 GMT", + "Date": "Tue, 25 Oct 2022 18:30:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5684,9 +5984,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bbfccf65-793f-4e7d-aca0-1c4c9f58410a", + "x-ms-correlation-request-id": "4f7ea234-016f-4343-a345-c0790d588c7a", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235246Z:bbfccf65-793f-4e7d-aca0-1c4c9f58410a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183033Z:4f7ea234-016f-4343-a345-c0790d588c7a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5712,7 +6012,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:47 GMT", + "Date": "Tue, 25 Oct 2022 18:30:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5720,9 +6020,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c644d2f-9b6d-4dc5-9c8e-4aa568b5e023", + "x-ms-correlation-request-id": "376de9df-4955-4d44-b23f-3c05c8c61e01", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235247Z:5c644d2f-9b6d-4dc5-9c8e-4aa568b5e023", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183034Z:376de9df-4955-4d44-b23f-3c05c8c61e01", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5748,7 +6048,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:48 GMT", + "Date": "Tue, 25 Oct 2022 18:30:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5756,9 +6056,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec07f73a-843e-4ed3-93e1-a532099450d4", + "x-ms-correlation-request-id": "9db5abf9-070f-4053-bbfd-4f83d34d9ad6", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235248Z:ec07f73a-843e-4ed3-93e1-a532099450d4", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183036Z:9db5abf9-070f-4053-bbfd-4f83d34d9ad6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5784,7 +6084,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:49 GMT", + "Date": "Tue, 25 Oct 2022 18:30:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5792,9 +6092,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1950aa69-fabc-4203-b8cf-b57d37e44613", + "x-ms-correlation-request-id": "a6701036-2027-43fd-b15d-896277fffbb8", "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235250Z:1950aa69-fabc-4203-b8cf-b57d37e44613", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183037Z:a6701036-2027-43fd-b15d-896277fffbb8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5820,7 +6120,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:51 GMT", + "Date": "Tue, 25 Oct 2022 18:30:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5828,9 +6128,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a29925f7-224f-4318-a21e-886677f7a46a", + "x-ms-correlation-request-id": "060d8e98-3d77-48d0-aafe-51c2ba57005c", "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235251Z:a29925f7-224f-4318-a21e-886677f7a46a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183039Z:060d8e98-3d77-48d0-aafe-51c2ba57005c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5856,7 +6156,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:52 GMT", + "Date": "Tue, 25 Oct 2022 18:30:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5864,9 +6164,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1b3fbdbd-1505-4514-8a13-99f4dd71c924", + "x-ms-correlation-request-id": "ffc9fb29-7bd2-4b26-9db4-5ae9e2e8bb41", "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235253Z:1b3fbdbd-1505-4514-8a13-99f4dd71c924", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183040Z:ffc9fb29-7bd2-4b26-9db4-5ae9e2e8bb41", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5892,7 +6192,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:53 GMT", + "Date": "Tue, 25 Oct 2022 18:30:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5900,9 +6200,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c22c578-cbac-41db-80da-11ccb56eb29f", + "x-ms-correlation-request-id": "be4c04a3-72ae-4644-9a46-98fc969e03c9", "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235254Z:9c22c578-cbac-41db-80da-11ccb56eb29f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183041Z:be4c04a3-72ae-4644-9a46-98fc969e03c9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5928,7 +6228,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:55 GMT", + "Date": "Tue, 25 Oct 2022 18:30:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5936,9 +6236,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ead0988-e58c-4cd6-82f6-16afa574d59d", + "x-ms-correlation-request-id": "dc6f5968-7757-4fb0-8b1c-6e1528a05201", "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235255Z:0ead0988-e58c-4cd6-82f6-16afa574d59d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183043Z:dc6f5968-7757-4fb0-8b1c-6e1528a05201", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5964,7 +6264,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:56 GMT", + "Date": "Tue, 25 Oct 2022 18:30:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5972,9 +6272,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "521c9e3d-9ebe-4dd2-b5b7-6392ea1cf1bb", + "x-ms-correlation-request-id": "39023b87-a05d-47c6-aaed-13eb1baca70e", "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235257Z:521c9e3d-9ebe-4dd2-b5b7-6392ea1cf1bb", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183045Z:39023b87-a05d-47c6-aaed-13eb1baca70e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6000,7 +6300,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:57 GMT", + "Date": "Tue, 25 Oct 2022 18:30:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6008,9 +6308,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b7bf1c3-24ab-42b8-a1e0-d1611de1c9f8", + "x-ms-correlation-request-id": "3d5645a0-bf1b-4880-9bbc-1d3eff03ee1c", "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235258Z:5b7bf1c3-24ab-42b8-a1e0-d1611de1c9f8", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183046Z:3d5645a0-bf1b-4880-9bbc-1d3eff03ee1c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6036,7 +6336,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:52:58 GMT", + "Date": "Tue, 25 Oct 2022 18:30:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6044,9 +6344,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38f284fa-09b5-482c-aeba-0c2bd3dba4d7", + "x-ms-correlation-request-id": "60a599de-110a-4895-8d48-703ad69247e3", "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235259Z:38f284fa-09b5-482c-aeba-0c2bd3dba4d7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183047Z:60a599de-110a-4895-8d48-703ad69247e3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6072,7 +6372,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:00 GMT", + "Date": "Tue, 25 Oct 2022 18:30:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6080,9 +6380,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "06c25833-8c14-41c8-a750-dcbbd93db1c1", + "x-ms-correlation-request-id": "eed33e0d-5201-4c27-b265-2abd94a83846", "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235301Z:06c25833-8c14-41c8-a750-dcbbd93db1c1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183049Z:eed33e0d-5201-4c27-b265-2abd94a83846", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6108,7 +6408,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:01 GMT", + "Date": "Tue, 25 Oct 2022 18:30:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6116,9 +6416,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5244e276-e088-47a0-bc80-a5ede7b55959", + "x-ms-correlation-request-id": "104e3e9f-b42c-4ad2-b797-3f37a3332db9", "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235302Z:5244e276-e088-47a0-bc80-a5ede7b55959", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183050Z:104e3e9f-b42c-4ad2-b797-3f37a3332db9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6144,7 +6444,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:03 GMT", + "Date": "Tue, 25 Oct 2022 18:30:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6152,9 +6452,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "79d22ee7-dea6-4f1d-a6a7-351e72ed341a", + "x-ms-correlation-request-id": "688389b5-b37e-4ec3-afc3-b6239bdc27a4", "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235304Z:79d22ee7-dea6-4f1d-a6a7-351e72ed341a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183051Z:688389b5-b37e-4ec3-afc3-b6239bdc27a4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6180,7 +6480,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:04 GMT", + "Date": "Tue, 25 Oct 2022 18:30:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6188,9 +6488,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3b3c2776-2948-4e30-b59d-7ec1cc3d00a4", + "x-ms-correlation-request-id": "6c189c64-2724-48ae-8bf1-3b5d99ce4dd2", "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235305Z:3b3c2776-2948-4e30-b59d-7ec1cc3d00a4", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183053Z:6c189c64-2724-48ae-8bf1-3b5d99ce4dd2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6216,7 +6516,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:05 GMT", + "Date": "Tue, 25 Oct 2022 18:30:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6224,9 +6524,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "035b7f82-532f-4a25-907c-a3192a065280", + "x-ms-correlation-request-id": "0eb590c7-1e52-4844-9cdb-c8a72468fdd3", "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235306Z:035b7f82-532f-4a25-907c-a3192a065280", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183054Z:0eb590c7-1e52-4844-9cdb-c8a72468fdd3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6252,7 +6552,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:07 GMT", + "Date": "Tue, 25 Oct 2022 18:30:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6260,9 +6560,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0ba31d6-fc3e-4439-95f0-5cbd0926037f", + "x-ms-correlation-request-id": "c3ee993e-7311-48ee-bb10-7fd9493be1d5", "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235308Z:e0ba31d6-fc3e-4439-95f0-5cbd0926037f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183055Z:c3ee993e-7311-48ee-bb10-7fd9493be1d5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6288,7 +6588,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:08 GMT", + "Date": "Tue, 25 Oct 2022 18:30:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6296,9 +6596,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0c543c21-6a94-411b-a22e-e57afc053078", + "x-ms-correlation-request-id": "b05f8559-42c2-4a1d-830e-1d55b0220235", "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235309Z:0c543c21-6a94-411b-a22e-e57afc053078", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183057Z:b05f8559-42c2-4a1d-830e-1d55b0220235", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6324,7 +6624,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:10 GMT", + "Date": "Tue, 25 Oct 2022 18:30:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6332,9 +6632,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a4045e7-cfc5-4cdf-b85b-b99325fc137d", + "x-ms-correlation-request-id": "65bf576e-05f1-4872-ad0d-d8f0fc979477", "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235310Z:9a4045e7-cfc5-4cdf-b85b-b99325fc137d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183058Z:65bf576e-05f1-4872-ad0d-d8f0fc979477", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6360,7 +6660,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:12 GMT", + "Date": "Tue, 25 Oct 2022 18:30:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6368,9 +6668,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "76a9f958-66f1-4303-8a82-3f76d52497d4", + "x-ms-correlation-request-id": "4529a97d-e0b3-410a-8b6d-a92ab83fb80c", "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235312Z:76a9f958-66f1-4303-8a82-3f76d52497d4", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183100Z:4529a97d-e0b3-410a-8b6d-a92ab83fb80c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6396,7 +6696,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:13 GMT", + "Date": "Tue, 25 Oct 2022 18:31:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6404,9 +6704,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "549f2594-24fc-4a44-a522-bfbc803d2b8d", + "x-ms-correlation-request-id": "331b3ca3-966e-43c2-8fee-e78a6f0931b7", "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235313Z:549f2594-24fc-4a44-a522-bfbc803d2b8d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183101Z:331b3ca3-966e-43c2-8fee-e78a6f0931b7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6432,7 +6732,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:14 GMT", + "Date": "Tue, 25 Oct 2022 18:31:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6440,9 +6740,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4df72dda-7193-44da-a412-d4af485a5191", + "x-ms-correlation-request-id": "3b80c501-e10c-4dbd-91b4-389213746b65", "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235315Z:4df72dda-7193-44da-a412-d4af485a5191", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183102Z:3b80c501-e10c-4dbd-91b4-389213746b65", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6468,7 +6768,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:16 GMT", + "Date": "Tue, 25 Oct 2022 18:31:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6476,9 +6776,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6093c289-9c2a-4836-844b-0adc56895fdb", + "x-ms-correlation-request-id": "68c303c8-02ce-4caf-be77-9a4db1d5f22f", "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235316Z:6093c289-9c2a-4836-844b-0adc56895fdb", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183104Z:68c303c8-02ce-4caf-be77-9a4db1d5f22f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6504,7 +6804,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:17 GMT", + "Date": "Tue, 25 Oct 2022 18:31:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6512,9 +6812,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87153ee1-b939-44f8-878e-4baacaa5fad9", + "x-ms-correlation-request-id": "a1d2ba76-7e38-4710-a398-ff8e8b41fe0f", "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235317Z:87153ee1-b939-44f8-878e-4baacaa5fad9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183105Z:a1d2ba76-7e38-4710-a398-ff8e8b41fe0f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6540,7 +6840,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:19 GMT", + "Date": "Tue, 25 Oct 2022 18:31:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6548,9 +6848,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad8e5e08-5f0a-45ad-9b33-7d761b2fe686", + "x-ms-correlation-request-id": "b40e45a3-41d5-4a19-a2d8-dbd6e256cfab", "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235319Z:ad8e5e08-5f0a-45ad-9b33-7d761b2fe686", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183106Z:b40e45a3-41d5-4a19-a2d8-dbd6e256cfab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6576,7 +6876,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:20 GMT", + "Date": "Tue, 25 Oct 2022 18:31:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6584,9 +6884,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c03916ba-bda5-4e28-82e3-ec159de3791a", + "x-ms-correlation-request-id": "02c94fcc-c462-41da-a2cb-bdeb2c8a397f", "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235320Z:c03916ba-bda5-4e28-82e3-ec159de3791a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183108Z:02c94fcc-c462-41da-a2cb-bdeb2c8a397f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6612,7 +6912,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:21 GMT", + "Date": "Tue, 25 Oct 2022 18:31:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6620,9 +6920,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dca95581-4ed1-4088-b42d-b38bf74dc1ae", + "x-ms-correlation-request-id": "d0d404c9-158b-4951-9dd4-cf00fc4cf5ab", "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235321Z:dca95581-4ed1-4088-b42d-b38bf74dc1ae", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183109Z:d0d404c9-158b-4951-9dd4-cf00fc4cf5ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6648,7 +6948,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:23 GMT", + "Date": "Tue, 25 Oct 2022 18:31:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6656,9 +6956,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3611bfbb-a8a4-40d8-a17b-673e7f5f4da7", + "x-ms-correlation-request-id": "528ae70a-4970-4e2a-8f1d-980230480eed", "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235323Z:3611bfbb-a8a4-40d8-a17b-673e7f5f4da7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183110Z:528ae70a-4970-4e2a-8f1d-980230480eed", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6684,7 +6984,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:24 GMT", + "Date": "Tue, 25 Oct 2022 18:31:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6692,9 +6992,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1bcf3d8b-2970-480f-a34b-223f2d002747", + "x-ms-correlation-request-id": "0a1b57c4-fed7-4a9a-b9b1-5a2038ac825c", "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235324Z:1bcf3d8b-2970-480f-a34b-223f2d002747", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183112Z:0a1b57c4-fed7-4a9a-b9b1-5a2038ac825c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6720,7 +7020,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:25 GMT", + "Date": "Tue, 25 Oct 2022 18:31:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6728,9 +7028,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4ab7de7-591a-4888-9bcf-59a1f2f11010", + "x-ms-correlation-request-id": "32f87d5f-21ac-4d88-a425-2d51445a2d12", "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235325Z:a4ab7de7-591a-4888-9bcf-59a1f2f11010", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183113Z:32f87d5f-21ac-4d88-a425-2d51445a2d12", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6756,7 +7056,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:27 GMT", + "Date": "Tue, 25 Oct 2022 18:31:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6764,9 +7064,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "424a89a1-dcc0-482e-b75e-b6bd0186fc1f", + "x-ms-correlation-request-id": "325abce6-2aa5-466d-b2cb-698f5bcd2c06", "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235327Z:424a89a1-dcc0-482e-b75e-b6bd0186fc1f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183115Z:325abce6-2aa5-466d-b2cb-698f5bcd2c06", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6792,7 +7092,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:28 GMT", + "Date": "Tue, 25 Oct 2022 18:31:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6800,9 +7100,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1df23e95-880b-4da7-afb0-fafd34224119", + "x-ms-correlation-request-id": "e35deb31-0f1f-4eb3-a978-eca4d67e9738", "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235328Z:1df23e95-880b-4da7-afb0-fafd34224119", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183116Z:e35deb31-0f1f-4eb3-a978-eca4d67e9738", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6828,7 +7128,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:29 GMT", + "Date": "Tue, 25 Oct 2022 18:31:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6836,9 +7136,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a95279dd-b34b-480c-a38f-f4335dbcf484", + "x-ms-correlation-request-id": "915747d6-ad37-4858-b9eb-1627860bcaf5", "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235329Z:a95279dd-b34b-480c-a38f-f4335dbcf484", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183117Z:915747d6-ad37-4858-b9eb-1627860bcaf5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6864,7 +7164,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:31 GMT", + "Date": "Tue, 25 Oct 2022 18:31:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6872,9 +7172,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fbcca56f-636a-4878-be57-0c8eb1592958", + "x-ms-correlation-request-id": "0db10cb9-e949-4a50-82b4-79c59ec6da18", "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235331Z:fbcca56f-636a-4878-be57-0c8eb1592958", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183119Z:0db10cb9-e949-4a50-82b4-79c59ec6da18", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6900,7 +7200,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:32 GMT", + "Date": "Tue, 25 Oct 2022 18:31:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6908,9 +7208,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1d6d61e2-c0f8-4ddb-90ef-49d4996b06d3", + "x-ms-correlation-request-id": "e31db98a-2cb0-4e0a-9609-81d93292aa5c", "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235332Z:1d6d61e2-c0f8-4ddb-90ef-49d4996b06d3", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183120Z:e31db98a-2cb0-4e0a-9609-81d93292aa5c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6936,7 +7236,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:33 GMT", + "Date": "Tue, 25 Oct 2022 18:31:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6944,9 +7244,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a60bfadb-ccfb-40c3-8ea6-662551b5e9b5", + "x-ms-correlation-request-id": "6bac5891-51e2-450e-93a9-2a9ac40407fc", "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235334Z:a60bfadb-ccfb-40c3-8ea6-662551b5e9b5", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183122Z:6bac5891-51e2-450e-93a9-2a9ac40407fc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6972,7 +7272,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:35 GMT", + "Date": "Tue, 25 Oct 2022 18:31:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6980,9 +7280,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bc2dc928-6e1a-4404-b6cf-7f81c01820e7", + "x-ms-correlation-request-id": "e63d6be0-17b6-4b02-a603-4c95322fa454", "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235335Z:bc2dc928-6e1a-4404-b6cf-7f81c01820e7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183123Z:e63d6be0-17b6-4b02-a603-4c95322fa454", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7008,7 +7308,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:36 GMT", + "Date": "Tue, 25 Oct 2022 18:31:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7016,9 +7316,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ea6ec86-93cd-4066-a415-9f89a1c3b106", + "x-ms-correlation-request-id": "8ba499a8-5153-41cf-9212-fc8ae3c8ef84", "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235336Z:4ea6ec86-93cd-4066-a415-9f89a1c3b106", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183124Z:8ba499a8-5153-41cf-9212-fc8ae3c8ef84", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7044,7 +7344,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:37 GMT", + "Date": "Tue, 25 Oct 2022 18:31:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7052,9 +7352,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3bd4b879-9fbb-44c8-94ec-25edb0097bf9", + "x-ms-correlation-request-id": "bfab99aa-35a2-4991-91ed-68f6caef48d1", "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235338Z:3bd4b879-9fbb-44c8-94ec-25edb0097bf9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183126Z:bfab99aa-35a2-4991-91ed-68f6caef48d1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7080,7 +7380,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:39 GMT", + "Date": "Tue, 25 Oct 2022 18:31:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7088,9 +7388,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "053531f8-2c94-47f1-a325-38f45f602c47", + "x-ms-correlation-request-id": "3e86f63f-35f1-4610-bccf-8bb808518b02", "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235339Z:053531f8-2c94-47f1-a325-38f45f602c47", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183127Z:3e86f63f-35f1-4610-bccf-8bb808518b02", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7116,7 +7416,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:40 GMT", + "Date": "Tue, 25 Oct 2022 18:31:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7124,9 +7424,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "43c1a62c-0a20-4393-8ac5-ec9c3c7f6579", + "x-ms-correlation-request-id": "a1329c2e-9612-44a0-9ee6-902623e4f3d4", "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235340Z:43c1a62c-0a20-4393-8ac5-ec9c3c7f6579", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183128Z:a1329c2e-9612-44a0-9ee6-902623e4f3d4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7152,7 +7452,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:41 GMT", + "Date": "Tue, 25 Oct 2022 18:31:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7160,9 +7460,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2cb8ce95-832d-4d70-82e2-4a1aafe0e4fe", + "x-ms-correlation-request-id": "7ae6078a-2670-440a-a13d-8de46555823b", "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235342Z:2cb8ce95-832d-4d70-82e2-4a1aafe0e4fe", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183130Z:7ae6078a-2670-440a-a13d-8de46555823b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7188,7 +7488,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:43 GMT", + "Date": "Tue, 25 Oct 2022 18:31:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7196,9 +7496,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "98112f56-346a-4552-baf7-acc166bd367c", + "x-ms-correlation-request-id": "6c0927b7-dce4-4723-8968-cd3aaae1f90b", "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235343Z:98112f56-346a-4552-baf7-acc166bd367c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183131Z:6c0927b7-dce4-4723-8968-cd3aaae1f90b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7224,7 +7524,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:44 GMT", + "Date": "Tue, 25 Oct 2022 18:31:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7232,9 +7532,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e6a2c2a-6170-4cee-82fc-c12e11c97bed", + "x-ms-correlation-request-id": "ea650b79-88e9-40df-8c73-efb294efce9d", "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235344Z:5e6a2c2a-6170-4cee-82fc-c12e11c97bed", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183132Z:ea650b79-88e9-40df-8c73-efb294efce9d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7260,7 +7560,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:46 GMT", + "Date": "Tue, 25 Oct 2022 18:31:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7268,9 +7568,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "39bb2d1e-cac4-4e4d-881b-62db3c2253b3", + "x-ms-correlation-request-id": "a361c77b-7025-4efe-9f21-0d098416bc22", "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235346Z:39bb2d1e-cac4-4e4d-881b-62db3c2253b3", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183134Z:a361c77b-7025-4efe-9f21-0d098416bc22", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7296,7 +7596,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:47 GMT", + "Date": "Tue, 25 Oct 2022 18:31:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7304,9 +7604,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c48cb59-58b4-494e-98aa-42b2668b2720", + "x-ms-correlation-request-id": "7353166a-897f-4622-a8dc-70f9f33c50f7", "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235347Z:1c48cb59-58b4-494e-98aa-42b2668b2720", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183135Z:7353166a-897f-4622-a8dc-70f9f33c50f7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7332,7 +7632,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:48 GMT", + "Date": "Tue, 25 Oct 2022 18:31:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7340,9 +7640,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2789057b-2cc7-49eb-a0bb-366b77288e8b", + "x-ms-correlation-request-id": "3e946d9d-a72a-4a45-99b3-13ee8e832888", "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235349Z:2789057b-2cc7-49eb-a0bb-366b77288e8b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183137Z:3e946d9d-a72a-4a45-99b3-13ee8e832888", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7368,7 +7668,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:50 GMT", + "Date": "Tue, 25 Oct 2022 18:31:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7376,9 +7676,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e39a358e-f4fc-4729-b0fb-e4c1c1069e8e", + "x-ms-correlation-request-id": "f17ef3fb-9389-4ea6-bf12-775479945f73", "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235350Z:e39a358e-f4fc-4729-b0fb-e4c1c1069e8e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183138Z:f17ef3fb-9389-4ea6-bf12-775479945f73", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7404,7 +7704,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:51 GMT", + "Date": "Tue, 25 Oct 2022 18:31:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7412,9 +7712,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "57594fd6-4c9c-453f-adae-2ae7b4d7da82", + "x-ms-correlation-request-id": "35d9a667-0d68-49ad-818a-2fdad894a968", "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235352Z:57594fd6-4c9c-453f-adae-2ae7b4d7da82", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183139Z:35d9a667-0d68-49ad-818a-2fdad894a968", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7440,7 +7740,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:52 GMT", + "Date": "Tue, 25 Oct 2022 18:31:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7448,9 +7748,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "76ff68a2-df2e-4ada-90bf-db2d301b62cc", + "x-ms-correlation-request-id": "801dde85-117a-4631-b2b3-de71938ac5e8", "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235353Z:76ff68a2-df2e-4ada-90bf-db2d301b62cc", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183141Z:801dde85-117a-4631-b2b3-de71938ac5e8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7476,7 +7776,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:53 GMT", + "Date": "Tue, 25 Oct 2022 18:31:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7484,9 +7784,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9fec63d3-1967-48cd-9c60-890d7006c6d0", + "x-ms-correlation-request-id": "3384ae64-0053-4175-afd9-21eba519e9a8", "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235354Z:9fec63d3-1967-48cd-9c60-890d7006c6d0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183142Z:3384ae64-0053-4175-afd9-21eba519e9a8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7512,7 +7812,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:55 GMT", + "Date": "Tue, 25 Oct 2022 18:31:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7520,9 +7820,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e238b0bd-6d10-4372-bb13-8b658ffb07a1", + "x-ms-correlation-request-id": "5f132cb3-0970-4e60-8bcf-3efd3c3bf82b", "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235356Z:e238b0bd-6d10-4372-bb13-8b658ffb07a1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183143Z:5f132cb3-0970-4e60-8bcf-3efd3c3bf82b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7548,7 +7848,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:56 GMT", + "Date": "Tue, 25 Oct 2022 18:31:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7556,9 +7856,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9fc27e8b-4c96-457a-8b58-43965df3ab42", + "x-ms-correlation-request-id": "e2d7cf37-1207-4c3d-9a66-c7915ab3a2df", "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235357Z:9fc27e8b-4c96-457a-8b58-43965df3ab42", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183145Z:e2d7cf37-1207-4c3d-9a66-c7915ab3a2df", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7584,7 +7884,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:57 GMT", + "Date": "Tue, 25 Oct 2022 18:31:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7592,9 +7892,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3c6ceda3-5c21-481c-9c17-86cb15aada21", + "x-ms-correlation-request-id": "2d56815a-9706-4233-8231-38afad8a7a05", "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235358Z:3c6ceda3-5c21-481c-9c17-86cb15aada21", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183146Z:2d56815a-9706-4233-8231-38afad8a7a05", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7620,7 +7920,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:53:59 GMT", + "Date": "Tue, 25 Oct 2022 18:31:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7628,9 +7928,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "859c9ae2-cedf-49d2-b0da-8fffda4ccccc", + "x-ms-correlation-request-id": "57ebc9f5-ae73-45db-95b6-7a808342f79b", "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235400Z:859c9ae2-cedf-49d2-b0da-8fffda4ccccc", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183147Z:57ebc9f5-ae73-45db-95b6-7a808342f79b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7656,7 +7956,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:00 GMT", + "Date": "Tue, 25 Oct 2022 18:31:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7664,9 +7964,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85c83d1e-31d1-41c2-b2a0-7586f8ff0b3f", + "x-ms-correlation-request-id": "91eeed8b-3682-48fa-8961-53ffae3850d1", "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235401Z:85c83d1e-31d1-41c2-b2a0-7586f8ff0b3f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183149Z:91eeed8b-3682-48fa-8961-53ffae3850d1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7692,7 +7992,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:02 GMT", + "Date": "Tue, 25 Oct 2022 18:31:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7700,9 +8000,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b134b558-edf4-46bc-8eae-679a6781089b", + "x-ms-correlation-request-id": "336910a5-0c93-45da-a3e2-c9e486734864", "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235402Z:b134b558-edf4-46bc-8eae-679a6781089b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183150Z:336910a5-0c93-45da-a3e2-c9e486734864", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7728,7 +8028,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:03 GMT", + "Date": "Tue, 25 Oct 2022 18:31:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7736,9 +8036,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "80e50173-657e-4a5d-bda2-4bd42010ce9a", + "x-ms-correlation-request-id": "ed9aeb84-3792-48b0-b4e1-35465a06097f", "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235404Z:80e50173-657e-4a5d-bda2-4bd42010ce9a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183151Z:ed9aeb84-3792-48b0-b4e1-35465a06097f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7764,7 +8064,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:06 GMT", + "Date": "Tue, 25 Oct 2022 18:31:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7772,9 +8072,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b5f0cd0-691c-4ad0-b522-29f11f73ff1e", + "x-ms-correlation-request-id": "b24d5c1d-7f53-430d-8c48-be98c7b07c81", "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235406Z:4b5f0cd0-691c-4ad0-b522-29f11f73ff1e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183153Z:b24d5c1d-7f53-430d-8c48-be98c7b07c81", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7800,7 +8100,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:09 GMT", + "Date": "Tue, 25 Oct 2022 18:31:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7808,9 +8108,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "56817bec-7787-4137-8ab9-5775ceee8cb6", + "x-ms-correlation-request-id": "a75f1799-8fcd-4d9e-8b32-c1959da4c63c", "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235409Z:56817bec-7787-4137-8ab9-5775ceee8cb6", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183154Z:a75f1799-8fcd-4d9e-8b32-c1959da4c63c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7836,7 +8136,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:10 GMT", + "Date": "Tue, 25 Oct 2022 18:31:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7844,9 +8144,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "087dc296-b0e3-4a3b-8c10-ca49f1316f0e", + "x-ms-correlation-request-id": "6885acdc-81ab-45ad-ab62-01b7dccefefb", "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235410Z:087dc296-b0e3-4a3b-8c10-ca49f1316f0e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183156Z:6885acdc-81ab-45ad-ab62-01b7dccefefb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7872,7 +8172,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:12 GMT", + "Date": "Tue, 25 Oct 2022 18:31:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7880,9 +8180,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3178f986-8a94-4430-b711-3a3a71065070", + "x-ms-correlation-request-id": "05972f0e-a626-4c8a-a519-2d59e7b71d03", "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235412Z:3178f986-8a94-4430-b711-3a3a71065070", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183157Z:05972f0e-a626-4c8a-a519-2d59e7b71d03", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7908,7 +8208,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:13 GMT", + "Date": "Tue, 25 Oct 2022 18:31:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7916,9 +8216,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75a58432-3ea7-495e-9e23-644d1522df54", + "x-ms-correlation-request-id": "8cfdb57d-3e78-494f-b322-79d36afc025b", "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235413Z:75a58432-3ea7-495e-9e23-644d1522df54", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183158Z:8cfdb57d-3e78-494f-b322-79d36afc025b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7944,7 +8244,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:14 GMT", + "Date": "Tue, 25 Oct 2022 18:31:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7952,9 +8252,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1ee2226-b587-4df6-b945-172d9b7bf34b", + "x-ms-correlation-request-id": "a84e9122-e065-4498-bf98-7dec77407caa", "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235415Z:c1ee2226-b587-4df6-b945-172d9b7bf34b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183200Z:a84e9122-e065-4498-bf98-7dec77407caa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7980,7 +8280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:16 GMT", + "Date": "Tue, 25 Oct 2022 18:32:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7988,9 +8288,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7c55e9e-68c2-43e5-bf49-a0476b6151a6", + "x-ms-correlation-request-id": "f23d4190-20de-4ad4-980d-9dbe0a920868", "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235416Z:e7c55e9e-68c2-43e5-bf49-a0476b6151a6", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183201Z:f23d4190-20de-4ad4-980d-9dbe0a920868", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8016,7 +8316,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:17 GMT", + "Date": "Tue, 25 Oct 2022 18:32:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8024,9 +8324,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4a2c2fe7-e964-43a7-bbee-f853367165d1", + "x-ms-correlation-request-id": "606f37be-d2e3-4f17-a66e-ff6f4c21802b", "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235417Z:4a2c2fe7-e964-43a7-bbee-f853367165d1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183202Z:606f37be-d2e3-4f17-a66e-ff6f4c21802b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8052,7 +8352,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:18 GMT", + "Date": "Tue, 25 Oct 2022 18:32:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8060,9 +8360,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "48a0090f-7f8a-4213-a921-cce906877ac9", + "x-ms-correlation-request-id": "70a40571-5a0e-40ae-964c-89ca2c555dcd", "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235419Z:48a0090f-7f8a-4213-a921-cce906877ac9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183204Z:70a40571-5a0e-40ae-964c-89ca2c555dcd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8088,7 +8388,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:20 GMT", + "Date": "Tue, 25 Oct 2022 18:32:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8096,9 +8396,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73a911f0-d770-4aa6-b1c5-00a035194aa9", + "x-ms-correlation-request-id": "79eefec3-0ecd-46b2-8fec-43be3c87c618", "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235420Z:73a911f0-d770-4aa6-b1c5-00a035194aa9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183205Z:79eefec3-0ecd-46b2-8fec-43be3c87c618", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8124,7 +8424,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:21 GMT", + "Date": "Tue, 25 Oct 2022 18:32:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8132,9 +8432,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "66e83ebc-48fe-43fe-ab77-82dfb61a5c8e", + "x-ms-correlation-request-id": "ed3916d6-73e8-4e83-a560-a752cab91df7", "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235421Z:66e83ebc-48fe-43fe-ab77-82dfb61a5c8e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183206Z:ed3916d6-73e8-4e83-a560-a752cab91df7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8160,7 +8460,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:22 GMT", + "Date": "Tue, 25 Oct 2022 18:32:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8168,9 +8468,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eadce925-2052-4d46-800c-f896fa385952", + "x-ms-correlation-request-id": "47d2d3c9-b3aa-4c5c-ad7f-7d5b032cc778", "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235423Z:eadce925-2052-4d46-800c-f896fa385952", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183208Z:47d2d3c9-b3aa-4c5c-ad7f-7d5b032cc778", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8196,7 +8496,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:24 GMT", + "Date": "Tue, 25 Oct 2022 18:32:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8204,9 +8504,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7fc91c8c-54e8-449d-9ef5-3e26f98fdf2b", + "x-ms-correlation-request-id": "9277952a-4d59-40fc-b8f2-e7f90fb44603", "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235424Z:7fc91c8c-54e8-449d-9ef5-3e26f98fdf2b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183209Z:9277952a-4d59-40fc-b8f2-e7f90fb44603", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8232,7 +8532,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:25 GMT", + "Date": "Tue, 25 Oct 2022 18:32:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8240,9 +8540,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67827ad1-dc2a-4151-8458-286fbe5905e9", + "x-ms-correlation-request-id": "07588f7a-45b6-4686-a2e5-cb7ae5e45cf0", "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235425Z:67827ad1-dc2a-4151-8458-286fbe5905e9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183210Z:07588f7a-45b6-4686-a2e5-cb7ae5e45cf0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8268,7 +8568,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:26 GMT", + "Date": "Tue, 25 Oct 2022 18:32:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8276,9 +8576,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f9c31cf7-8e33-429c-a4e5-f37d1349d94d", + "x-ms-correlation-request-id": "be15d71d-7fdf-4ae8-86a3-25955fcab62b", "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235427Z:f9c31cf7-8e33-429c-a4e5-f37d1349d94d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183212Z:be15d71d-7fdf-4ae8-86a3-25955fcab62b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8304,7 +8604,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:28 GMT", + "Date": "Tue, 25 Oct 2022 18:32:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8312,9 +8612,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2389720-7dfd-4368-9717-62b1c112dd42", + "x-ms-correlation-request-id": "7dc31541-7b2d-4a5a-8000-2137b23e1613", "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235428Z:d2389720-7dfd-4368-9717-62b1c112dd42", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183213Z:7dc31541-7b2d-4a5a-8000-2137b23e1613", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8340,7 +8640,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:29 GMT", + "Date": "Tue, 25 Oct 2022 18:32:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8348,9 +8648,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ae05198-c2ca-4262-ba98-d9639a188b5c", + "x-ms-correlation-request-id": "bfaecc4f-586c-46e9-9774-500375a3a9ec", "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235430Z:5ae05198-c2ca-4262-ba98-d9639a188b5c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183215Z:bfaecc4f-586c-46e9-9774-500375a3a9ec", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8376,7 +8676,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:30 GMT", + "Date": "Tue, 25 Oct 2022 18:32:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8384,9 +8684,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd0e8591-147b-468a-95f1-ccc4eb461fbc", + "x-ms-correlation-request-id": "f29e94ed-f15c-484c-82d0-e432538e9a7f", "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235431Z:bd0e8591-147b-468a-95f1-ccc4eb461fbc", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183216Z:f29e94ed-f15c-484c-82d0-e432538e9a7f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8412,7 +8712,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:32 GMT", + "Date": "Tue, 25 Oct 2022 18:32:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8420,9 +8720,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6e3a9040-94ca-4999-af49-5fe73adb11d1", + "x-ms-correlation-request-id": "50f054e5-7ff9-4971-a8e5-85b987588846", "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235432Z:6e3a9040-94ca-4999-af49-5fe73adb11d1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183217Z:50f054e5-7ff9-4971-a8e5-85b987588846", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8448,7 +8748,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:33 GMT", + "Date": "Tue, 25 Oct 2022 18:32:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8456,9 +8756,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "acd2a1b6-5889-49f7-8096-78ff59509bd5", + "x-ms-correlation-request-id": "e920e936-22b2-4ac0-90b0-867fbaec7985", "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235434Z:acd2a1b6-5889-49f7-8096-78ff59509bd5", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183219Z:e920e936-22b2-4ac0-90b0-867fbaec7985", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8484,7 +8784,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:34 GMT", + "Date": "Tue, 25 Oct 2022 18:32:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8492,9 +8792,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "46b4612d-c2f7-49b0-a187-050d30edabda", + "x-ms-correlation-request-id": "d318354e-25ca-4b9c-aa52-021d72efe73b", "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235435Z:46b4612d-c2f7-49b0-a187-050d30edabda", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183220Z:d318354e-25ca-4b9c-aa52-021d72efe73b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8520,7 +8820,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:36 GMT", + "Date": "Tue, 25 Oct 2022 18:32:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8528,9 +8828,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "41052a98-c3f7-4cf3-b38b-3f1d10909900", + "x-ms-correlation-request-id": "59427660-a8d7-46f7-b9a2-dbc1aaa00e16", "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235436Z:41052a98-c3f7-4cf3-b38b-3f1d10909900", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183221Z:59427660-a8d7-46f7-b9a2-dbc1aaa00e16", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8556,7 +8856,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:37 GMT", + "Date": "Tue, 25 Oct 2022 18:32:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8564,9 +8864,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a461a73-9a2e-428e-b814-d15a323b191a", + "x-ms-correlation-request-id": "82d24d0a-d15e-436e-92fa-34ceef2ca241", "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235438Z:5a461a73-9a2e-428e-b814-d15a323b191a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183223Z:82d24d0a-d15e-436e-92fa-34ceef2ca241", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8592,7 +8892,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:38 GMT", + "Date": "Tue, 25 Oct 2022 18:32:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8600,9 +8900,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "40809448-15e9-4d3d-8f0e-2bbed2733377", + "x-ms-correlation-request-id": "f5129b97-fde0-4f8b-b806-d57e35298e61", "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235439Z:40809448-15e9-4d3d-8f0e-2bbed2733377", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183224Z:f5129b97-fde0-4f8b-b806-d57e35298e61", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8628,7 +8928,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:40 GMT", + "Date": "Tue, 25 Oct 2022 18:32:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8636,9 +8936,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d451366-cd02-41ac-a3d8-f0798e90e279", + "x-ms-correlation-request-id": "67fa5c10-d529-49f3-9a5d-60d438d39723", "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235440Z:6d451366-cd02-41ac-a3d8-f0798e90e279", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183226Z:67fa5c10-d529-49f3-9a5d-60d438d39723", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8664,7 +8964,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:41 GMT", + "Date": "Tue, 25 Oct 2022 18:32:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8672,9 +8972,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "74380f0b-da37-4ce4-b329-eade067e9892", + "x-ms-correlation-request-id": "926066f9-49c5-4c71-9c5c-76a6a19c18f8", "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235442Z:74380f0b-da37-4ce4-b329-eade067e9892", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183227Z:926066f9-49c5-4c71-9c5c-76a6a19c18f8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8700,7 +9000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:42 GMT", + "Date": "Tue, 25 Oct 2022 18:32:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8708,9 +9008,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c80547b-b3bd-45b0-8513-6cb177ce9658", + "x-ms-correlation-request-id": "828801db-2409-42b9-99b2-20c61cd2c7d4", "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235443Z:2c80547b-b3bd-45b0-8513-6cb177ce9658", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183228Z:828801db-2409-42b9-99b2-20c61cd2c7d4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8736,7 +9036,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:44 GMT", + "Date": "Tue, 25 Oct 2022 18:32:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8744,9 +9044,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b721fd7d-f744-4b9d-8977-e803f8757a50", + "x-ms-correlation-request-id": "89dd8d08-d945-4678-b01b-57032b3c5a06", "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235444Z:b721fd7d-f744-4b9d-8977-e803f8757a50", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183230Z:89dd8d08-d945-4678-b01b-57032b3c5a06", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8772,7 +9072,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:45 GMT", + "Date": "Tue, 25 Oct 2022 18:32:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8780,9 +9080,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6fd940e1-56e4-4148-bba6-09b31962c486", + "x-ms-correlation-request-id": "759fe46d-c60e-4b3f-abcf-1518718ddf48", "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235446Z:6fd940e1-56e4-4148-bba6-09b31962c486", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183231Z:759fe46d-c60e-4b3f-abcf-1518718ddf48", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8808,7 +9108,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:47 GMT", + "Date": "Tue, 25 Oct 2022 18:32:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8816,9 +9116,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b586707-a0da-42ce-89c0-b39c1db33577", + "x-ms-correlation-request-id": "691466ca-dc5e-4260-a577-21e03a27652a", "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235447Z:5b586707-a0da-42ce-89c0-b39c1db33577", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183233Z:691466ca-dc5e-4260-a577-21e03a27652a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8844,7 +9144,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:49 GMT", + "Date": "Tue, 25 Oct 2022 18:32:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8852,9 +9152,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f54d6b18-38b5-4da2-b94e-a363186d1ceb", + "x-ms-correlation-request-id": "acc51c42-0f73-4b25-9aa8-65256116875c", "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235449Z:f54d6b18-38b5-4da2-b94e-a363186d1ceb", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183234Z:acc51c42-0f73-4b25-9aa8-65256116875c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8880,7 +9180,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:50 GMT", + "Date": "Tue, 25 Oct 2022 18:32:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8888,9 +9188,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77f595f1-a9e1-4e48-9999-d0c1c3937157", + "x-ms-correlation-request-id": "7a86d718-17f9-41ce-a5a7-ce88157a8e8b", "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235450Z:77f595f1-a9e1-4e48-9999-d0c1c3937157", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183235Z:7a86d718-17f9-41ce-a5a7-ce88157a8e8b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8916,7 +9216,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:51 GMT", + "Date": "Tue, 25 Oct 2022 18:32:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8924,9 +9224,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "280cfac3-52cd-4475-9be8-0ed42d66221b", + "x-ms-correlation-request-id": "a13cb4bb-5fbd-434a-8bda-fadf53f4c40c", "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235451Z:280cfac3-52cd-4475-9be8-0ed42d66221b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183237Z:a13cb4bb-5fbd-434a-8bda-fadf53f4c40c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8952,7 +9252,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:53 GMT", + "Date": "Tue, 25 Oct 2022 18:32:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8960,9 +9260,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e71f1b84-b588-4920-890c-96b1b2244e46", + "x-ms-correlation-request-id": "af02a823-3e19-42d5-9d82-d2156df276b9", "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235453Z:e71f1b84-b588-4920-890c-96b1b2244e46", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183238Z:af02a823-3e19-42d5-9d82-d2156df276b9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8988,7 +9288,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:54 GMT", + "Date": "Tue, 25 Oct 2022 18:32:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8996,9 +9296,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d105084b-bbcb-4c2a-8db1-d28ab661b4d2", + "x-ms-correlation-request-id": "fda70bbe-79a4-4469-9060-000bef0ca3bf", "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235454Z:d105084b-bbcb-4c2a-8db1-d28ab661b4d2", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183239Z:fda70bbe-79a4-4469-9060-000bef0ca3bf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9024,7 +9324,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:55 GMT", + "Date": "Tue, 25 Oct 2022 18:32:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9032,9 +9332,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6decf9e3-58fc-4341-8396-9e07a5a43b96", + "x-ms-correlation-request-id": "8121710c-a80b-40c0-99f7-c2da43518030", "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235456Z:6decf9e3-58fc-4341-8396-9e07a5a43b96", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183241Z:8121710c-a80b-40c0-99f7-c2da43518030", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9060,7 +9360,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:57 GMT", + "Date": "Tue, 25 Oct 2022 18:32:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9068,9 +9368,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "98cf9369-6135-41fd-86f5-022d51cd7d0b", + "x-ms-correlation-request-id": "22a10494-5d3b-42b1-b9e6-d7f68db6e944", "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235457Z:98cf9369-6135-41fd-86f5-022d51cd7d0b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183242Z:22a10494-5d3b-42b1-b9e6-d7f68db6e944", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9096,7 +9396,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:58 GMT", + "Date": "Tue, 25 Oct 2022 18:32:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9104,9 +9404,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d04ef947-95f3-4009-a423-3258ad369899", + "x-ms-correlation-request-id": "e0f6e249-822a-4067-a3fc-8c745bf4752c", "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235458Z:d04ef947-95f3-4009-a423-3258ad369899", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183243Z:e0f6e249-822a-4067-a3fc-8c745bf4752c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9132,7 +9432,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:54:59 GMT", + "Date": "Tue, 25 Oct 2022 18:32:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9140,9 +9440,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f8875bc5-e932-4d53-a8ab-50eaab43a21d", + "x-ms-correlation-request-id": "bb6cc25e-6869-4c7e-858b-5d8cd1fda425", "x-ms-ratelimit-remaining-subscription-reads": "11873", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235500Z:f8875bc5-e932-4d53-a8ab-50eaab43a21d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183245Z:bb6cc25e-6869-4c7e-858b-5d8cd1fda425", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9168,7 +9468,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:55:01 GMT", + "Date": "Tue, 25 Oct 2022 18:32:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9176,9 +9476,153 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78fc51f6-2865-4e3c-b6a6-a454d684f2e1", + "x-ms-correlation-request-id": "83853ba2-2c60-4599-8dab-33c95219cd04", "x-ms-ratelimit-remaining-subscription-reads": "11872", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235501Z:78fc51f6-2865-4e3c-b6a6-a454d684f2e1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183246Z:83853ba2-2c60-4599-8dab-33c95219cd04", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 18:32: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": "4c90a0fa-2e70-4393-9344-a24a3a0f5558", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183248Z:4c90a0fa-2e70-4393-9344-a24a3a0f5558", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 18: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": "5bfd61c1-b1c8-41de-a2b1-601c14d55368", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183249Z:5bfd61c1-b1c8-41de-a2b1-601c14d55368", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 18:32: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": "8aa37680-db3a-4e93-9a6e-841712f560a7", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183250Z:8aa37680-db3a-4e93-9a6e-841712f560a7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 18:32: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": "caf608ce-1074-4218-8786-2b68c88f341f", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183252Z:caf608ce-1074-4218-8786-2b68c88f341f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9204,7 +9648,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:55:02 GMT", + "Date": "Tue, 25 Oct 2022 18:32:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9212,9 +9656,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "09026d91-8209-42be-a761-15ad7c3187c9", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235502Z:09026d91-8209-42be-a761-15ad7c3187c9", + "x-ms-correlation-request-id": "1fca4422-a85f-41c6-9cc0-57b1f05e0852", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183253Z:1fca4422-a85f-41c6-9cc0-57b1f05e0852", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9240,7 +9684,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:55:03 GMT", + "Date": "Tue, 25 Oct 2022 18:32:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9248,9 +9692,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6158901-af14-4140-8130-8ccb03a579d8", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235504Z:e6158901-af14-4140-8130-8ccb03a579d8", + "x-ms-correlation-request-id": "91b3869f-efb1-44df-8c37-3b8a519ebe82", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183254Z:91b3869f-efb1-44df-8c37-3b8a519ebe82", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9276,7 +9720,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:55:04 GMT", + "Date": "Tue, 25 Oct 2022 18:32:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9284,9 +9728,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7bb7c26b-ac6f-4dfe-846d-ebc5f53a0cbc", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235505Z:7bb7c26b-ac6f-4dfe-846d-ebc5f53a0cbc", + "x-ms-correlation-request-id": "0296e0b2-53fc-4be8-983a-831e405d7718", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183256Z:0296e0b2-53fc-4be8-983a-831e405d7718", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9312,7 +9756,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:55:06 GMT", + "Date": "Tue, 25 Oct 2022 18:32:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9320,9 +9764,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "14e9b9aa-83da-4615-9f02-0f69f1ed5b54", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235506Z:14e9b9aa-83da-4615-9f02-0f69f1ed5b54", + "x-ms-correlation-request-id": "2d29b3b8-04eb-4453-93d8-4b473fed87ae", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183257Z:2d29b3b8-04eb-4453-93d8-4b473fed87ae", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9348,7 +9792,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:55:07 GMT", + "Date": "Tue, 25 Oct 2022 18:32:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9356,9 +9800,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d129a016-9e2c-44bf-89fb-3d645da1d665", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235508Z:d129a016-9e2c-44bf-89fb-3d645da1d665", + "x-ms-correlation-request-id": "48fe2e2b-b9e4-451f-9d91-df175f85392b", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183258Z:48fe2e2b-b9e4-451f-9d91-df175f85392b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9384,7 +9828,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:55:08 GMT", + "Date": "Tue, 25 Oct 2022 18:33:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9392,9 +9836,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "983b4efd-809e-43a8-82fc-8b38b3bb2087", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235509Z:983b4efd-809e-43a8-82fc-8b38b3bb2087", + "x-ms-correlation-request-id": "2c35d29c-9696-4f80-a3ee-7e4677b47950", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183300Z:2c35d29c-9696-4f80-a3ee-7e4677b47950", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9420,7 +9864,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:55:10 GMT", + "Date": "Tue, 25 Oct 2022 18:33:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9428,9 +9872,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "611c5273-4a66-478e-9430-d2446a74fce0", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235511Z:611c5273-4a66-478e-9430-d2446a74fce0", + "x-ms-correlation-request-id": "a0cfbf17-b812-495e-ad80-2a4deb9128f6", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183301Z:a0cfbf17-b812-495e-ad80-2a4deb9128f6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9456,7 +9900,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:55:11 GMT", + "Date": "Tue, 25 Oct 2022 18:33:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9464,9 +9908,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "01d76c08-4db6-49c7-8f9a-15eed39e8261", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235512Z:01d76c08-4db6-49c7-8f9a-15eed39e8261", + "x-ms-correlation-request-id": "ec9cfd13-2e42-4685-9097-dc651bebf874", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183302Z:ec9cfd13-2e42-4685-9097-dc651bebf874", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9492,7 +9936,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:55:12 GMT", + "Date": "Tue, 25 Oct 2022 18:33:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9500,9 +9944,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee00f11e-6fc3-4fb1-9de3-7632fda66134", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235513Z:ee00f11e-6fc3-4fb1-9de3-7632fda66134", + "x-ms-correlation-request-id": "7ff84dc1-f8d2-40e1-82ed-9342df1f5e50", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183305Z:7ff84dc1-f8d2-40e1-82ed-9342df1f5e50", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9528,7 +9972,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:55:14 GMT", + "Date": "Tue, 25 Oct 2022 18:33:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9536,16 +9980,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e8f9cf3-46c7-4409-a200-5b07236ec8b8", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235515Z:0e8f9cf3-46c7-4409-a200-5b07236ec8b8", + "x-ms-correlation-request-id": "7282c91f-3b16-4839-a310-4a6577f3e192", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183306Z:7282c91f-3b16-4839-a310-4a6577f3e192", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Mirrored", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -9565,7 +10009,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:55:16 GMT", + "Date": "Tue, 25 Oct 2022 18:33:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9573,15 +10017,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "431a89f1-e798-4fd2-97da-f03f615a5f87", + "x-ms-correlation-request-id": "8f0c160a-02a8-4fb5-a9eb-15dd9f973698", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235517Z:431a89f1-e798-4fd2-97da-f03f615a5f87", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183308Z:8f0c160a-02a8-4fb5-a9eb-15dd9f973698", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "value": [ { - "replicationId": "f5b43b5d-8ce7-fac1-cf0e-d8577d0a0400", + "replicationId": "84ce16ea-df76-1ecf-d815-43a04d76caed", "endpointType": "Src", "replicationSchedule": "", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", @@ -9604,19 +10048,19 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ae8b12ee-77e5-4e37-88f6-5cbf0ac28f09?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b16a41a3-d05b-4d71-8e99-813431d3aaf7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 23:55:16 GMT", + "Date": "Tue, 25 Oct 2022 18:33:08 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ae8b12ee-77e5-4e37-88f6-5cbf0ac28f09?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b16a41a3-d05b-4d71-8e99-813431d3aaf7?api-version=2022-05-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": "6e05c915-20cd-4021-a2c5-cbb9fe67c2fc", + "x-ms-correlation-request-id": "a5e8c7f4-1942-4c75-95ce-6a9536a47fe4", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235517Z:6e05c915-20cd-4021-a2c5-cbb9fe67c2fc", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183308Z:a5e8c7f4-1942-4c75-95ce-6a9536a47fe4", "X-Powered-By": "ASP.NET" }, "ResponseBody": null @@ -9636,7 +10080,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:55:17 GMT", + "Date": "Tue, 25 Oct 2022 18:33:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9644,21 +10088,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4afb45df-efac-4b1c-ae47-b77e8fe8f15e", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235518Z:4afb45df-efac-4b1c-ae47-b77e8fe8f15e", + "x-ms-correlation-request-id": "75e4d13d-2c41-4f5c-b670-1acccb9c82b7", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183309Z:75e4d13d-2c41-4f5c-b670-1acccb9c82b7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Mirrored", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ae8b12ee-77e5-4e37-88f6-5cbf0ac28f09?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b16a41a3-d05b-4d71-8e99-813431d3aaf7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -9672,7 +10116,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:55:17 GMT", + "Date": "Tue, 25 Oct 2022 18:33:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9680,16 +10124,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e6ed14d-3d9d-47a3-82fe-01028b2710da", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235518Z:2e6ed14d-3d9d-47a3-82fe-01028b2710da", + "x-ms-correlation-request-id": "458c975c-2c11-4fd3-b21f-778a22854533", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183309Z:458c975c-2c11-4fd3-b21f-778a22854533", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ae8b12ee-77e5-4e37-88f6-5cbf0ac28f09", - "name": "ae8b12ee-77e5-4e37-88f6-5cbf0ac28f09", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b16a41a3-d05b-4d71-8e99-813431d3aaf7", + "name": "b16a41a3-d05b-4d71-8e99-813431d3aaf7", "status": "BreakReplication", - "startTime": "2022-10-22T23:55:17.3704731Z", + "startTime": "2022-10-25T18:33:08.7064973Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -9698,7 +10142,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ae8b12ee-77e5-4e37-88f6-5cbf0ac28f09?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b16a41a3-d05b-4d71-8e99-813431d3aaf7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -9712,7 +10156,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:55:48 GMT", + "Date": "Tue, 25 Oct 2022 18:33:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9720,17 +10164,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "442a918b-9b55-413c-bd8f-bef42f67731d", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235548Z:442a918b-9b55-413c-bd8f-bef42f67731d", + "x-ms-correlation-request-id": "1fa3d3bc-cb9f-4bbd-8f14-fb3278fb90d6", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183339Z:1fa3d3bc-cb9f-4bbd-8f14-fb3278fb90d6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ae8b12ee-77e5-4e37-88f6-5cbf0ac28f09", - "name": "ae8b12ee-77e5-4e37-88f6-5cbf0ac28f09", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b16a41a3-d05b-4d71-8e99-813431d3aaf7", + "name": "b16a41a3-d05b-4d71-8e99-813431d3aaf7", "status": "Succeeded", - "startTime": "2022-10-22T23:55:17.3704731Z", - "endTime": "2022-10-22T23:55:25.3934791Z", + "startTime": "2022-10-25T18:33:08.7064973Z", + "endTime": "2022-10-25T18:33:16.1606293Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" @@ -9738,7 +10182,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ae8b12ee-77e5-4e37-88f6-5cbf0ac28f09?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b16a41a3-d05b-4d71-8e99-813431d3aaf7?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -9752,7 +10196,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:55:48 GMT", + "Date": "Tue, 25 Oct 2022 18:33:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9760,39 +10204,39 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dbb3b521-9302-4804-875f-5c3c403645e3", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235548Z:dbb3b521-9302-4804-875f-5c3c403645e3", + "x-ms-correlation-request-id": "ae039ed8-17a4-4c35-b70e-d1efeb43fea7", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183339Z:ae039ed8-17a4-4c35-b70e-d1efeb43fea7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A55%3A25.3982505Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A33%3A16.1243993Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" + "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" }, "properties": { "volumeType": "", "dataProtection": { "replication": { - "replicationId": "ecd23ffb-17c4-abae-5df5-35c93536170b", + "replicationId": "a6714726-005e-e65e-b1d7-f659d48553ed", "endpointType": "Dst", "replicationSchedule": "_10minutely", "replicationPolicy": "MirrorAllSnapshots", "replicationStatus": "Mirrored", "remotePath": { "externalHostName": "az-bn13-f01c01-bs118-sto", - "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", - "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_704ea7" + "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", + "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_f96a13" }, "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", @@ -9823,17 +10267,17 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "poolId": "23ad8e2c-d38b-05a1-131f-f0623326921e", + "poolId": "d59a0c7a-146e-e98f-befd-e9ee672ef810", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "startIp": "", "endIp": "", "gateway": "", @@ -9858,10 +10302,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:46:00.0489276Z", + "createdAt": "2022-10-25T18:23:53.9105785Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" + "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" } } }, @@ -9880,8 +10324,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:55:50 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A55.8526331Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:33:39 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A48.5183412Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9889,19 +10333,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "24c8b252-2346-4e52-a4ef-92ae4abf9dff", + "x-ms-correlation-request-id": "8886abf3-6fdd-437c-9b0e-5ecd16d63103", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235551Z:24c8b252-2346-4e52-a4ef-92ae4abf9dff", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183340Z:8886abf3-6fdd-437c-9b0e-5ecd16d63103", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A51%3A55.8526331Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A48.5183412Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" + "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" }, "properties": { "dataProtection": { @@ -9911,7 +10355,7 @@ "remoteVolumeRegion": "eastus2" } }, - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -9939,7 +10383,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -9954,8 +10398,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "ipAddress": "10.0.0.4" } ], @@ -9975,10 +10419,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:40:36.0880285Z", + "createdAt": "2022-10-25T18:18:31.3231547Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" + "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" } } }, @@ -9997,8 +10441,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:55:52 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A55%3A25.3982505Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:33:41 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A33%3A16.1243993Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10006,32 +10450,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "11eb27f9-61be-496c-8209-9585d2bab52c", + "x-ms-correlation-request-id": "058de4b1-f613-4366-9115-b3bed006bf2b", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235553Z:11eb27f9-61be-496c-8209-9585d2bab52c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183341Z:058de4b1-f613-4366-9115-b3bed006bf2b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A55%3A25.3982505Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A33%3A16.1243993Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" + "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" }, "properties": { "volumeType": "", "dataProtection": { "replication": { - "replicationId": "ecd23ffb-17c4-abae-5df5-35c93536170b", + "replicationId": "a6714726-005e-e65e-b1d7-f659d48553ed", "endpointType": "Dst", "replicationSchedule": "_10minutely", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -10059,7 +10503,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -10071,8 +10515,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "ipAddress": "10.0.0.4" } ], @@ -10087,10 +10531,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:46:00.0489276Z", + "createdAt": "2022-10-25T18:23:53.9105785Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" + "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" } } }, @@ -10107,25 +10551,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/aefd6c52-099f-4b36-b41a-abe1d9369da3?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/530ecbf7-2026-4ae8-8b73-0d985e09b7de?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 23:55:52 GMT", + "Date": "Tue, 25 Oct 2022 18:33:42 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/aefd6c52-099f-4b36-b41a-abe1d9369da3?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/530ecbf7-2026-4ae8-8b73-0d985e09b7de?api-version=2022-05-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": "58068736-568f-4d45-bfcc-ea68d0f0def7", + "x-ms-correlation-request-id": "e7f2ae34-83a2-478a-8192-1ff5b7dba426", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235553Z:58068736-568f-4d45-bfcc-ea68d0f0def7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183342Z:e7f2ae34-83a2-478a-8192-1ff5b7dba426", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/aefd6c52-099f-4b36-b41a-abe1d9369da3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/530ecbf7-2026-4ae8-8b73-0d985e09b7de?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -10139,7 +10583,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:55:52 GMT", + "Date": "Tue, 25 Oct 2022 18:33:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10147,16 +10591,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "39e591c7-79ce-4852-8e98-2935720d454f", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235553Z:39e591c7-79ce-4852-8e98-2935720d454f", + "x-ms-correlation-request-id": "891316ff-db26-40ea-abe7-43c6b302ac6e", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183343Z:891316ff-db26-40ea-abe7-43c6b302ac6e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/aefd6c52-099f-4b36-b41a-abe1d9369da3", - "name": "aefd6c52-099f-4b36-b41a-abe1d9369da3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/530ecbf7-2026-4ae8-8b73-0d985e09b7de", + "name": "530ecbf7-2026-4ae8-8b73-0d985e09b7de", "status": "ResyncReplication", - "startTime": "2022-10-22T23:55:53.523553Z", + "startTime": "2022-10-25T18:33:42.7937584Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -10179,7 +10623,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:55:53 GMT", + "Date": "Tue, 25 Oct 2022 18:33:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10187,16 +10631,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4cf99246-8409-4355-a484-a6e71ecf74e5", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235554Z:4cf99246-8409-4355-a484-a6e71ecf74e5", + "x-ms-correlation-request-id": "cb3ff31f-44e2-4a67-b328-ef951d8a3ba9", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183343Z:cb3ff31f-44e2-4a67-b328-ef951d8a3ba9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -10215,7 +10659,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:55:55 GMT", + "Date": "Tue, 25 Oct 2022 18:33:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10223,16 +10667,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4919d46-4429-4bb5-9fdd-f32d457eeca9", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235555Z:c4919d46-4429-4bb5-9fdd-f32d457eeca9", + "x-ms-correlation-request-id": "ce10e630-41c4-4593-bae6-4010a59dc912", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183344Z:ce10e630-41c4-4593-bae6-4010a59dc912", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -10251,7 +10695,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:55:56 GMT", + "Date": "Tue, 25 Oct 2022 18:33:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10259,16 +10703,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c7a463b-71f1-4054-a74a-8b1a14167b88", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235556Z:1c7a463b-71f1-4054-a74a-8b1a14167b88", + "x-ms-correlation-request-id": "0f9c514a-fca0-428f-b6a3-609831c3ad34", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183345Z:0f9c514a-fca0-428f-b6a3-609831c3ad34", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -10287,7 +10731,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:55:57 GMT", + "Date": "Tue, 25 Oct 2022 18:33:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10295,16 +10739,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1f84f1d1-399d-4ea9-96cf-48aea241c6e5", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235558Z:1f84f1d1-399d-4ea9-96cf-48aea241c6e5", + "x-ms-correlation-request-id": "5c25a9ed-9cc3-47e1-9bcc-4ca68f2e754d", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183347Z:5c25a9ed-9cc3-47e1-9bcc-4ca68f2e754d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -10323,7 +10767,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:55:59 GMT", + "Date": "Tue, 25 Oct 2022 18:33:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10331,16 +10775,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e018298d-7ed4-48a2-8406-47acc0b082c1", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235559Z:e018298d-7ed4-48a2-8406-47acc0b082c1", + "x-ms-correlation-request-id": "3d43e8ca-ae92-49f0-af69-37f2bf492dca", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183348Z:3d43e8ca-ae92-49f0-af69-37f2bf492dca", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -10359,7 +10803,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:00 GMT", + "Date": "Tue, 25 Oct 2022 18:33:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10367,16 +10811,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f47a0cb-6a4e-43ca-930a-a96184757118", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235601Z:5f47a0cb-6a4e-43ca-930a-a96184757118", + "x-ms-correlation-request-id": "7679b0f6-f23b-42c1-8964-9080137605b6", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183350Z:7679b0f6-f23b-42c1-8964-9080137605b6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -10395,7 +10839,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:01 GMT", + "Date": "Tue, 25 Oct 2022 18:33:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10403,16 +10847,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b4d72c0f-e1d5-4307-a7bf-0fff1c33b49a", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235602Z:b4d72c0f-e1d5-4307-a7bf-0fff1c33b49a", + "x-ms-correlation-request-id": "a8c58f48-c33d-4c01-8cee-d0a2ac3ff3fd", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183351Z:a8c58f48-c33d-4c01-8cee-d0a2ac3ff3fd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -10431,7 +10875,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:03 GMT", + "Date": "Tue, 25 Oct 2022 18:33:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10439,16 +10883,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c74769dc-5690-4123-803c-cc7a55b572e8", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235603Z:c74769dc-5690-4123-803c-cc7a55b572e8", + "x-ms-correlation-request-id": "ec4c198c-b309-42d0-9476-7e7e8efb4607", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183352Z:ec4c198c-b309-42d0-9476-7e7e8efb4607", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -10467,7 +10911,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:04 GMT", + "Date": "Tue, 25 Oct 2022 18:33:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10475,16 +10919,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e9afbd3-2de9-4bc8-a355-86028d9a3e51", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235605Z:7e9afbd3-2de9-4bc8-a355-86028d9a3e51", + "x-ms-correlation-request-id": "7bc598f4-9796-48bb-a274-197a6eb93e36", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183354Z:7bc598f4-9796-48bb-a274-197a6eb93e36", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -10503,7 +10947,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:05 GMT", + "Date": "Tue, 25 Oct 2022 18:33:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10511,16 +10955,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2750b6f3-132b-4ff7-9a27-f9327436d367", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235606Z:2750b6f3-132b-4ff7-9a27-f9327436d367", + "x-ms-correlation-request-id": "0b755d47-fc7f-4780-b3ad-ec328a794fb0", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183355Z:0b755d47-fc7f-4780-b3ad-ec328a794fb0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -10539,7 +10983,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:07 GMT", + "Date": "Tue, 25 Oct 2022 18:33:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10547,16 +10991,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70002e52-fded-4637-ab1c-644cc89d3b86", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235607Z:70002e52-fded-4637-ab1c-644cc89d3b86", + "x-ms-correlation-request-id": "6bd0f45c-6090-4202-80ee-cf0506773074", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183356Z:6bd0f45c-6090-4202-80ee-cf0506773074", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -10575,7 +11019,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:08 GMT", + "Date": "Tue, 25 Oct 2022 18:33:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10583,16 +11027,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32d6648d-b816-4134-8fc0-cb4a73abb03b", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235609Z:32d6648d-b816-4134-8fc0-cb4a73abb03b", + "x-ms-correlation-request-id": "d618ff2b-359c-4a8b-ae26-58b9a0ccf3b6", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183358Z:d618ff2b-359c-4a8b-ae26-58b9a0ccf3b6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -10611,7 +11055,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:09 GMT", + "Date": "Tue, 25 Oct 2022 18:33:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10619,16 +11063,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1201f76-e760-4148-88f6-e1dc57c78834", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235610Z:d1201f76-e760-4148-88f6-e1dc57c78834", + "x-ms-correlation-request-id": "42ac1e00-a5c9-4b75-a929-aa907a4578f4", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183359Z:42ac1e00-a5c9-4b75-a929-aa907a4578f4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -10647,7 +11091,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:11 GMT", + "Date": "Tue, 25 Oct 2022 18:34:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10655,16 +11099,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5349cfee-143a-4132-9e42-0b7e9e655064", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235611Z:5349cfee-143a-4132-9e42-0b7e9e655064", + "x-ms-correlation-request-id": "b8253e1c-2996-47c6-a706-dcdc5baeb7d3", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183401Z:b8253e1c-2996-47c6-a706-dcdc5baeb7d3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -10683,7 +11127,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:12 GMT", + "Date": "Tue, 25 Oct 2022 18:34:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10691,16 +11135,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd0ed7dc-19b1-4958-8c33-99c1bdbf3a93", - "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235613Z:cd0ed7dc-19b1-4958-8c33-99c1bdbf3a93", + "x-ms-correlation-request-id": "122e197e-1d25-48b5-b6ee-37244b150fd1", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183402Z:122e197e-1d25-48b5-b6ee-37244b150fd1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -10719,7 +11163,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:13 GMT", + "Date": "Tue, 25 Oct 2022 18:34:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10727,16 +11171,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da66d2d6-994d-4c88-9881-64948461e76e", - "x-ms-ratelimit-remaining-subscription-reads": "11842", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235614Z:da66d2d6-994d-4c88-9881-64948461e76e", + "x-ms-correlation-request-id": "e0876525-b6bb-40cb-abab-9bc99c394d67", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183403Z:e0876525-b6bb-40cb-abab-9bc99c394d67", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -10755,7 +11199,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:15 GMT", + "Date": "Tue, 25 Oct 2022 18:34:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10763,16 +11207,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a09775e-a7de-4c32-95b3-8a2a7fd43de3", - "x-ms-ratelimit-remaining-subscription-reads": "11841", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235615Z:8a09775e-a7de-4c32-95b3-8a2a7fd43de3", + "x-ms-correlation-request-id": "e67fc5eb-4c4d-4a0d-8f59-1809848f9b99", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183405Z:e67fc5eb-4c4d-4a0d-8f59-1809848f9b99", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -10791,7 +11235,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:16 GMT", + "Date": "Tue, 25 Oct 2022 18:34:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10799,16 +11243,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10b54561-f636-4d99-a6bc-fa758d171562", - "x-ms-ratelimit-remaining-subscription-reads": "11840", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235617Z:10b54561-f636-4d99-a6bc-fa758d171562", + "x-ms-correlation-request-id": "b5e0fb13-9b9a-4651-a8b4-c2ea87124030", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183406Z:b5e0fb13-9b9a-4651-a8b4-c2ea87124030", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -10827,7 +11271,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:17 GMT", + "Date": "Tue, 25 Oct 2022 18:34:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10835,16 +11279,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c6d594eb-9a8f-42a1-ba9b-f057509163d9", - "x-ms-ratelimit-remaining-subscription-reads": "11839", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235618Z:c6d594eb-9a8f-42a1-ba9b-f057509163d9", + "x-ms-correlation-request-id": "10279e2d-aa42-4fdf-8e89-c280f5642b80", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183407Z:10279e2d-aa42-4fdf-8e89-c280f5642b80", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -10863,7 +11307,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:19 GMT", + "Date": "Tue, 25 Oct 2022 18:34:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10871,16 +11315,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c0cc7668-7986-4da7-a283-fac10044c330", - "x-ms-ratelimit-remaining-subscription-reads": "11838", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235620Z:c0cc7668-7986-4da7-a283-fac10044c330", + "x-ms-correlation-request-id": "2b8b39f5-fdf5-4e41-b2cd-d63fe997371e", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183409Z:2b8b39f5-fdf5-4e41-b2cd-d63fe997371e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -10899,7 +11343,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:21 GMT", + "Date": "Tue, 25 Oct 2022 18:34:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10907,16 +11351,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6631ca0-4ebd-44ff-8cd7-c33ef216981c", - "x-ms-ratelimit-remaining-subscription-reads": "11837", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235621Z:b6631ca0-4ebd-44ff-8cd7-c33ef216981c", + "x-ms-correlation-request-id": "9a279e29-5c76-4515-b38f-2cd769289f5c", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183410Z:9a279e29-5c76-4515-b38f-2cd769289f5c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -10935,7 +11379,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:22 GMT", + "Date": "Tue, 25 Oct 2022 18:34:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10943,21 +11387,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f96c8b1a-dd85-4afb-8329-df0823b82664", - "x-ms-ratelimit-remaining-subscription-reads": "11836", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235622Z:f96c8b1a-dd85-4afb-8329-df0823b82664", + "x-ms-correlation-request-id": "9a5b99e4-64b5-486e-a641-d811ece44f86", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183411Z:9a5b99e4-64b5-486e-a641-d811ece44f86", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/aefd6c52-099f-4b36-b41a-abe1d9369da3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/530ecbf7-2026-4ae8-8b73-0d985e09b7de?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -10971,7 +11415,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:23 GMT", + "Date": "Tue, 25 Oct 2022 18:34:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10979,16 +11423,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e0b108b-0128-4a2f-aa21-8aad61f8bd3b", - "x-ms-ratelimit-remaining-subscription-reads": "11835", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235624Z:7e0b108b-0128-4a2f-aa21-8aad61f8bd3b", + "x-ms-correlation-request-id": "64fbee6a-b935-48f3-8e13-d123746cae4f", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183413Z:64fbee6a-b935-48f3-8e13-d123746cae4f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/aefd6c52-099f-4b36-b41a-abe1d9369da3", - "name": "aefd6c52-099f-4b36-b41a-abe1d9369da3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/530ecbf7-2026-4ae8-8b73-0d985e09b7de", + "name": "530ecbf7-2026-4ae8-8b73-0d985e09b7de", "status": "ResyncReplication", - "startTime": "2022-10-22T23:55:53.523553Z", + "startTime": "2022-10-25T18:33:42.7937584Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -11011,7 +11455,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:24 GMT", + "Date": "Tue, 25 Oct 2022 18:34:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11019,16 +11463,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d8344e37-1f5d-482e-be27-ca07c2901e1e", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235625Z:d8344e37-1f5d-482e-be27-ca07c2901e1e", + "x-ms-correlation-request-id": "b0a35d84-9436-4f44-85ac-8ae509ae8321", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183413Z:b0a35d84-9436-4f44-85ac-8ae509ae8321", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -11047,7 +11491,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:25 GMT", + "Date": "Tue, 25 Oct 2022 18:34:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11055,16 +11499,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "052e03ea-4501-466e-8fa7-63f4a33c1318", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235626Z:052e03ea-4501-466e-8fa7-63f4a33c1318", + "x-ms-correlation-request-id": "3f16487a-0782-49c4-9395-f1271625ae7d", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183414Z:3f16487a-0782-49c4-9395-f1271625ae7d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -11083,7 +11527,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:27 GMT", + "Date": "Tue, 25 Oct 2022 18:34:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11091,16 +11535,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6222c456-0ddc-4e9c-8e4f-5bcbd72d4052", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235627Z:6222c456-0ddc-4e9c-8e4f-5bcbd72d4052", + "x-ms-correlation-request-id": "f3009c64-2796-4cdc-83f9-50c785e66a54", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183416Z:f3009c64-2796-4cdc-83f9-50c785e66a54", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -11119,7 +11563,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:28 GMT", + "Date": "Tue, 25 Oct 2022 18:34:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11127,16 +11571,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b4b646fa-119e-46cd-88d3-d31f27be3396", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235629Z:b4b646fa-119e-46cd-88d3-d31f27be3396", + "x-ms-correlation-request-id": "d3687369-8335-4e81-b5b4-e4101aeec3d4", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183417Z:d3687369-8335-4e81-b5b4-e4101aeec3d4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -11155,7 +11599,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:30 GMT", + "Date": "Tue, 25 Oct 2022 18:34:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11163,16 +11607,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c101b1a-30ce-402d-aa48-45cf6a9e10f2", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235630Z:2c101b1a-30ce-402d-aa48-45cf6a9e10f2", + "x-ms-correlation-request-id": "dd6b786b-c57c-41ca-aed1-185f332b9595", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183418Z:dd6b786b-c57c-41ca-aed1-185f332b9595", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -11191,7 +11635,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:31 GMT", + "Date": "Tue, 25 Oct 2022 18:34:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11199,16 +11643,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e48e2708-ec2a-443e-a770-4a49f0723cfd", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235631Z:e48e2708-ec2a-443e-a770-4a49f0723cfd", + "x-ms-correlation-request-id": "9f7fffef-a28d-4e6b-b3ca-1cf941669f7f", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183420Z:9f7fffef-a28d-4e6b-b3ca-1cf941669f7f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -11227,7 +11671,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:33 GMT", + "Date": "Tue, 25 Oct 2022 18:34:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11235,16 +11679,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d36f89d-6fde-477a-9307-db124c2acbdb", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235633Z:7d36f89d-6fde-477a-9307-db124c2acbdb", + "x-ms-correlation-request-id": "7cd93a3a-3dcd-4caa-b1d5-24dfba9d5cb9", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183421Z:7cd93a3a-3dcd-4caa-b1d5-24dfba9d5cb9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -11263,7 +11707,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:34 GMT", + "Date": "Tue, 25 Oct 2022 18:34:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11271,16 +11715,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "61ce8fc7-8ebc-494b-9a9b-e99bd9453447", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235634Z:61ce8fc7-8ebc-494b-9a9b-e99bd9453447", + "x-ms-correlation-request-id": "aab9ebf2-834a-4131-a4ad-730d87134a74", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183422Z:aab9ebf2-834a-4131-a4ad-730d87134a74", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -11299,7 +11743,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:35 GMT", + "Date": "Tue, 25 Oct 2022 18:34:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11307,16 +11751,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1bace6c3-0ab3-4275-bff2-3d9fef6af25e", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235636Z:1bace6c3-0ab3-4275-bff2-3d9fef6af25e", + "x-ms-correlation-request-id": "9a934c19-6cf1-4052-a7ff-73d4136341e2", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183424Z:9a934c19-6cf1-4052-a7ff-73d4136341e2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -11335,7 +11779,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:37 GMT", + "Date": "Tue, 25 Oct 2022 18:34:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11343,16 +11787,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c962bc4-3ca4-4b07-b124-bed554acc194", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235637Z:6c962bc4-3ca4-4b07-b124-bed554acc194", + "x-ms-correlation-request-id": "6e7a0e6b-f7cd-49f8-81f8-f95dccfb7ac6", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183425Z:6e7a0e6b-f7cd-49f8-81f8-f95dccfb7ac6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -11371,7 +11815,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:38 GMT", + "Date": "Tue, 25 Oct 2022 18:34:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11379,16 +11823,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "68fe7e01-131f-4793-b4bd-d2ca4981b644", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235638Z:68fe7e01-131f-4793-b4bd-d2ca4981b644", + "x-ms-correlation-request-id": "10079377-4a48-4ea6-bdc3-56835e404160", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183427Z:10079377-4a48-4ea6-bdc3-56835e404160", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -11407,7 +11851,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:39 GMT", + "Date": "Tue, 25 Oct 2022 18:34:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11415,16 +11859,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2194198e-d6d6-4fd6-bc64-0db18ed317f6", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235640Z:2194198e-d6d6-4fd6-bc64-0db18ed317f6", + "x-ms-correlation-request-id": "0b476451-2ae4-481c-9b30-ce63afe2542b", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183428Z:0b476451-2ae4-481c-9b30-ce63afe2542b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -11443,7 +11887,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:41 GMT", + "Date": "Tue, 25 Oct 2022 18:34:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11451,16 +11895,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "55869cc5-cb18-4a01-81a0-023effe4b77e", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235641Z:55869cc5-cb18-4a01-81a0-023effe4b77e", + "x-ms-correlation-request-id": "b892cb08-a98a-40ae-9ae5-da364936831f", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183429Z:b892cb08-a98a-40ae-9ae5-da364936831f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -11479,7 +11923,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:42 GMT", + "Date": "Tue, 25 Oct 2022 18:34:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11487,16 +11931,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3ccf7ae-6fd4-4bca-83b7-0a9728b03f48", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235643Z:e3ccf7ae-6fd4-4bca-83b7-0a9728b03f48", + "x-ms-correlation-request-id": "2989b6a7-ca55-489b-8794-418e92f4ee0e", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183431Z:2989b6a7-ca55-489b-8794-418e92f4ee0e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -11515,7 +11959,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:43 GMT", + "Date": "Tue, 25 Oct 2022 18:34:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11523,16 +11967,160 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df6095d5-bc95-4a65-94c0-49afb0a66af4", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235644Z:df6095d5-bc95-4a65-94c0-49afb0a66af4", + "x-ms-correlation-request-id": "8643b3d4-47b6-4624-8657-03625a7e50eb", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183432Z:8643b3d4-47b6-4624-8657-03625a7e50eb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "18032", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 18: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": "84e5ac0c-970f-49c4-8e94-c5b47aa02e60", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183434Z:84e5ac0c-970f-49c4-8e94-c5b47aa02e60", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "18032", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 18: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": "3aae9530-3957-480a-b416-0f5ea21b5fcd", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183435Z:3aae9530-3957-480a-b416-0f5ea21b5fcd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "18032", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 18: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": "d0fec10f-eee8-4208-8905-b273db6629b7", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183436Z:d0fec10f-eee8-4208-8905-b273db6629b7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "18032", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 18: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": "3c128800-5307-4a26-9302-68fac4b1b09c", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183438Z:3c128800-5307-4a26-9302-68fac4b1b09c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -11551,7 +12139,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:45 GMT", + "Date": "Tue, 25 Oct 2022 18:34:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11559,16 +12147,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "18b268be-edd4-4e0e-ade9-14d9c203d4fc", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235645Z:18b268be-edd4-4e0e-ade9-14d9c203d4fc", + "x-ms-correlation-request-id": "720923ba-cc3d-4ac0-8f07-c095e8c59683", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183439Z:720923ba-cc3d-4ac0-8f07-c095e8c59683", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -11587,7 +12175,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:46 GMT", + "Date": "Tue, 25 Oct 2022 18:34:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11595,16 +12183,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "86cad15c-6de0-4b8e-9930-7827c75ebe83", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235647Z:86cad15c-6de0-4b8e-9930-7827c75ebe83", + "x-ms-correlation-request-id": "f074c997-d174-4508-b538-c89225b422be", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183441Z:f074c997-d174-4508-b538-c89225b422be", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -11623,7 +12211,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:47 GMT", + "Date": "Tue, 25 Oct 2022 18:34:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11631,24 +12219,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45f971e5-6db6-47de-b704-8cf66ff377dd", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235648Z:45f971e5-6db6-47de-b704-8cf66ff377dd", + "x-ms-correlation-request-id": "506e67c2-9ed7-4b76-adf5-60e57a2bc8f7", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183442Z:506e67c2-9ed7-4b76-adf5-60e57a2bc8f7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/530ecbf7-2026-4ae8-8b73-0d985e09b7de?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -11659,7 +12247,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:49 GMT", + "Date": "Tue, 25 Oct 2022 18:34:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11667,17 +12255,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "57524da7-cf37-4b2d-93a1-8a2d80610cf1", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235649Z:57524da7-cf37-4b2d-93a1-8a2d80610cf1", + "x-ms-correlation-request-id": "32824cb3-fe89-4b80-90d8-b8486aefa55d", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183443Z:32824cb3-fe89-4b80-90d8-b8486aefa55d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "21312", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/530ecbf7-2026-4ae8-8b73-0d985e09b7de", + "name": "530ecbf7-2026-4ae8-8b73-0d985e09b7de", + "status": "ResyncReplication", + "startTime": "2022-10-25T18:33:42.7937584Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } } }, { @@ -11695,7 +12287,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:50 GMT", + "Date": "Tue, 25 Oct 2022 18:34:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11703,16 +12295,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e5bf0ab-a5c9-4046-86ae-a8e848ffaefb", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235651Z:2e5bf0ab-a5c9-4046-86ae-a8e848ffaefb", + "x-ms-correlation-request-id": "2d64e3ce-a562-4efd-86d3-c5876e550699", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183444Z:2d64e3ce-a562-4efd-86d3-c5876e550699", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -11731,7 +12323,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:51 GMT", + "Date": "Tue, 25 Oct 2022 18:34:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11739,16 +12331,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "43d34b22-33ab-4291-abe0-aac5ed2b1cb0", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235652Z:43d34b22-33ab-4291-abe0-aac5ed2b1cb0", + "x-ms-correlation-request-id": "5edf219f-1789-4dbe-b85f-a5e36a07ce48", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183445Z:5edf219f-1789-4dbe-b85f-a5e36a07ce48", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, @@ -11767,7 +12359,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:53 GMT", + "Date": "Tue, 25 Oct 2022 18:34:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11775,24 +12367,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d0300df-f359-434d-8763-690c02c6624f", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235653Z:8d0300df-f359-434d-8763-690c02c6624f", + "x-ms-correlation-request-id": "aac17234-da70-4c02-9576-1ae99ba2c2c1", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183447Z:aac17234-da70-4c02-9576-1ae99ba2c2c1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "21312", + "totalProgress": "18032", "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/aefd6c52-099f-4b36-b41a-abe1d9369da3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -11803,7 +12395,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:53 GMT", + "Date": "Tue, 25 Oct 2022 18:34:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11811,21 +12403,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53220d36-6d74-4497-80de-92b96dc1cea3", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235654Z:53220d36-6d74-4497-80de-92b96dc1cea3", + "x-ms-correlation-request-id": "fc63cbb3-fdd3-473e-9a14-87c198d3d86c", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183448Z:fc63cbb3-fdd3-473e-9a14-87c198d3d86c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/aefd6c52-099f-4b36-b41a-abe1d9369da3", - "name": "aefd6c52-099f-4b36-b41a-abe1d9369da3", - "status": "ResyncReplication", - "startTime": "2022-10-22T23:55:53.523553Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "18032", + "errorMessage": "" } }, { @@ -11843,7 +12431,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:56:55 GMT", + "Date": "Tue, 25 Oct 2022 18:34:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11851,21 +12439,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6dd04b66-f560-4bc2-9d01-dd447cec8a02", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235655Z:6dd04b66-f560-4bc2-9d01-dd447cec8a02", + "x-ms-correlation-request-id": "e0fdc1a2-73f0-431d-9826-ff3939620328", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183449Z:e0fdc1a2-73f0-431d-9826-ff3939620328", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Mirrored", - "totalProgress": "24592", + "totalProgress": "21312", "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/aefd6c52-099f-4b36-b41a-abe1d9369da3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/530ecbf7-2026-4ae8-8b73-0d985e09b7de?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -11879,7 +12467,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:57:24 GMT", + "Date": "Tue, 25 Oct 2022 18:35:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11887,17 +12475,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b1c46fb5-4a0d-4496-a164-29fe5fc26292", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235724Z:b1c46fb5-4a0d-4496-a164-29fe5fc26292", + "x-ms-correlation-request-id": "51561de4-711b-49bf-aa08-41a34e19c850", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183513Z:51561de4-711b-49bf-aa08-41a34e19c850", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/aefd6c52-099f-4b36-b41a-abe1d9369da3", - "name": "aefd6c52-099f-4b36-b41a-abe1d9369da3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/530ecbf7-2026-4ae8-8b73-0d985e09b7de", + "name": "530ecbf7-2026-4ae8-8b73-0d985e09b7de", "status": "Succeeded", - "startTime": "2022-10-22T23:55:53.523553Z", - "endTime": "2022-10-22T23:57:02.1145036Z", + "startTime": "2022-10-25T18:33:42.7937584Z", + "endTime": "2022-10-25T18:34:49.661506Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" @@ -11905,7 +12493,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/aefd6c52-099f-4b36-b41a-abe1d9369da3?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/530ecbf7-2026-4ae8-8b73-0d985e09b7de?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -11919,7 +12507,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:57:24 GMT", + "Date": "Tue, 25 Oct 2022 18:35:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11927,39 +12515,39 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "366ed961-7991-4359-8ada-1b1f5c8e663f", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235724Z:366ed961-7991-4359-8ada-1b1f5c8e663f", + "x-ms-correlation-request-id": "147ce053-6dc0-4084-a6ed-97efb50affa6", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183513Z:147ce053-6dc0-4084-a6ed-97efb50affa6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A57%3A02.1154071Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A34%3A49.6589745Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" + "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { - "replicationId": "ecd23ffb-17c4-abae-5df5-35c93536170b", + "replicationId": "a6714726-005e-e65e-b1d7-f659d48553ed", "endpointType": "Dst", "replicationSchedule": "_10minutely", "replicationPolicy": "MirrorAllSnapshots", "replicationStatus": "Mirrored", "remotePath": { "externalHostName": "az-bn13-f01c01-bs118-sto", - "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", - "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_704ea7" + "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", + "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_f96a13" }, "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", @@ -11990,17 +12578,17 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "poolId": "23ad8e2c-d38b-05a1-131f-f0623326921e", + "poolId": "d59a0c7a-146e-e98f-befd-e9ee672ef810", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "startIp": "", "endIp": "", "gateway": "", @@ -12025,10 +12613,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:46:00.0489276Z", + "createdAt": "2022-10-25T18:23:53.9105785Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" + "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" } } }, @@ -12046,28 +12634,28 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7e040ae3-9fef-4d59-bab3-b515ec55af90?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4d2eab5b-0f6c-46c2-8102-43bfa64dbc3f?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 23:57:25 GMT", + "Date": "Tue, 25 Oct 2022 18:35:20 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7e040ae3-9fef-4d59-bab3-b515ec55af90?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4d2eab5b-0f6c-46c2-8102-43bfa64dbc3f?api-version=2022-05-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": "0978574e-d44b-4e53-8b09-dbf8107850bc", + "x-ms-correlation-request-id": "cc5e8b6c-bfd5-410a-99ce-df72222f6cad", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235725Z:0978574e-d44b-4e53-8b09-dbf8107850bc", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183520Z:cc5e8b6c-bfd5-410a-99ce-df72222f6cad", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4d2eab5b-0f6c-46c2-8102-43bfa64dbc3f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -12078,7 +12666,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:57:25 GMT", + "Date": "Tue, 25 Oct 2022 18:35:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12086,24 +12674,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "25ca344d-50c9-465e-baa1-ea3f08e91625", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235726Z:25ca344d-50c9-465e-baa1-ea3f08e91625", + "x-ms-correlation-request-id": "40f8470d-dff0-4b5c-9d2d-ca7b8661c459", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183520Z:40f8470d-dff0-4b5c-9d2d-ca7b8661c459", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Mirrored", - "totalProgress": "24592", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4d2eab5b-0f6c-46c2-8102-43bfa64dbc3f", + "name": "4d2eab5b-0f6c-46c2-8102-43bfa64dbc3f", + "status": "BreakReplication", + "startTime": "2022-10-25T18:35:20.1288928Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7e040ae3-9fef-4d59-bab3-b515ec55af90?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -12114,7 +12706,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:57:25 GMT", + "Date": "Tue, 25 Oct 2022 18:35:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12122,21 +12714,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a65c8ea-3060-4c15-92c3-6d51dd3f22df", - "x-ms-ratelimit-remaining-subscription-reads": "11834", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235726Z:2a65c8ea-3060-4c15-92c3-6d51dd3f22df", + "x-ms-correlation-request-id": "adc8f605-9cf7-46e5-baf0-c2323591699a", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183520Z:adc8f605-9cf7-46e5-baf0-c2323591699a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7e040ae3-9fef-4d59-bab3-b515ec55af90", - "name": "7e040ae3-9fef-4d59-bab3-b515ec55af90", - "status": "BreakReplication", - "startTime": "2022-10-22T23:57:25.6183003Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Mirrored", + "totalProgress": "21312", + "errorMessage": "" } }, { @@ -12152,25 +12740,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f50ce37a-6f8c-45c1-9d7a-f11d11c55dd3?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b4cc3480-00f4-416f-a3bf-f9f84fed76b4?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 23:57:55 GMT", + "Date": "Tue, 25 Oct 2022 18:35:50 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f50ce37a-6f8c-45c1-9d7a-f11d11c55dd3?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b4cc3480-00f4-416f-a3bf-f9f84fed76b4?api-version=2022-05-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": "4f1bf832-0dcf-4c6c-98f4-0da819dd83dd", + "x-ms-correlation-request-id": "5f4ba203-dc83-4bc6-97bf-86c7fc19d2af", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235756Z:4f1bf832-0dcf-4c6c-98f4-0da819dd83dd", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183551Z:5f4ba203-dc83-4bc6-97bf-86c7fc19d2af", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7e040ae3-9fef-4d59-bab3-b515ec55af90?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b4cc3480-00f4-416f-a3bf-f9f84fed76b4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -12184,7 +12772,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:57:56 GMT", + "Date": "Tue, 25 Oct 2022 18:35:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12192,25 +12780,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "47ec084d-835f-4597-aec7-eb0bbe2b6a74", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235756Z:47ec084d-835f-4597-aec7-eb0bbe2b6a74", + "x-ms-correlation-request-id": "60edb427-2932-41c5-a221-78c8e1a4b93f", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183551Z:60edb427-2932-41c5-a221-78c8e1a4b93f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7e040ae3-9fef-4d59-bab3-b515ec55af90", - "name": "7e040ae3-9fef-4d59-bab3-b515ec55af90", - "status": "Succeeded", - "startTime": "2022-10-22T23:57:25.6183003Z", - "endTime": "2022-10-22T23:57:33.0238257Z", - "percentComplete": 100.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b4cc3480-00f4-416f-a3bf-f9f84fed76b4", + "name": "b4cc3480-00f4-416f-a3bf-f9f84fed76b4", + "status": "DeleteReplication", + "startTime": "2022-10-25T18:35:51.0884053Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f50ce37a-6f8c-45c1-9d7a-f11d11c55dd3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4d2eab5b-0f6c-46c2-8102-43bfa64dbc3f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -12224,7 +12812,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:57:56 GMT", + "Date": "Tue, 25 Oct 2022 18:35:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12232,18 +12820,18 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5dda85d2-2446-4534-adac-0cebf925e86b", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235756Z:5dda85d2-2446-4534-adac-0cebf925e86b", + "x-ms-correlation-request-id": "2c257ef7-fe82-49ce-83c5-378861cb9943", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183551Z:2c257ef7-fe82-49ce-83c5-378861cb9943", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f50ce37a-6f8c-45c1-9d7a-f11d11c55dd3", - "name": "f50ce37a-6f8c-45c1-9d7a-f11d11c55dd3", - "status": "DeleteReplication", - "startTime": "2022-10-22T23:57:56.3947621Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4d2eab5b-0f6c-46c2-8102-43bfa64dbc3f", + "name": "4d2eab5b-0f6c-46c2-8102-43bfa64dbc3f", + "status": "Succeeded", + "startTime": "2022-10-25T18:35:20.1288928Z", + "endTime": "2022-10-25T18:35:27.9780679Z", + "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" } @@ -12264,7 +12852,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:57:56 GMT", + "Date": "Tue, 25 Oct 2022 18:35:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12272,21 +12860,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d59b67ee-f8ee-4d6c-87df-868a1f7480d8", - "x-ms-ratelimit-remaining-subscription-reads": "11833", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235756Z:d59b67ee-f8ee-4d6c-87df-868a1f7480d8", + "x-ms-correlation-request-id": "8a9e17fc-9951-407c-b20e-ae5dd14f234d", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183551Z:8a9e17fc-9951-407c-b20e-ae5dd14f234d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", "mirrorState": "Broken", - "totalProgress": "24592", + "totalProgress": "21312", "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7e040ae3-9fef-4d59-bab3-b515ec55af90?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4d2eab5b-0f6c-46c2-8102-43bfa64dbc3f?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -12300,7 +12888,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:57:56 GMT", + "Date": "Tue, 25 Oct 2022 18:35:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12308,39 +12896,39 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8359d996-cae6-4758-8338-8f17a9724e77", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235756Z:8359d996-cae6-4758-8338-8f17a9724e77", + "x-ms-correlation-request-id": "235fea17-8509-4e18-b6c9-786611853bee", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183551Z:235fea17-8509-4e18-b6c9-786611853bee", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A57%3A33.0166666Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A35%3A27.9727763Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" + "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" }, "properties": { "volumeType": "", "dataProtection": { "replication": { - "replicationId": "ecd23ffb-17c4-abae-5df5-35c93536170b", + "replicationId": "a6714726-005e-e65e-b1d7-f659d48553ed", "endpointType": "Dst", "replicationSchedule": "_10minutely", "replicationPolicy": "MirrorAllSnapshots", "replicationStatus": "Mirrored", "remotePath": { "externalHostName": "az-bn13-f01c01-bs118-sto", - "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", - "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_704ea7" + "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", + "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_f96a13" }, "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", @@ -12371,17 +12959,17 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "poolId": "23ad8e2c-d38b-05a1-131f-f0623326921e", + "poolId": "d59a0c7a-146e-e98f-befd-e9ee672ef810", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "startIp": "", "endIp": "", "gateway": "", @@ -12406,10 +12994,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:46:00.0489276Z", + "createdAt": "2022-10-25T18:23:53.9105785Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" + "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" } } }, @@ -12428,7 +13016,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:57:58 GMT", + "Date": "Tue, 25 Oct 2022 18:35:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12436,9 +13024,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3222ef2-ea39-4355-8ec3-5804df51beb1", + "x-ms-correlation-request-id": "849f3924-0305-4528-921c-cee8cf7f7e78", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235758Z:e3222ef2-ea39-4355-8ec3-5804df51beb1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183554Z:849f3924-0305-4528-921c-cee8cf7f7e78", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -12464,7 +13052,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:58:00 GMT", + "Date": "Tue, 25 Oct 2022 18:35:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12472,9 +13060,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "86fcd418-ebc9-41ea-b800-e6cbce2f79c0", + "x-ms-correlation-request-id": "6f37fdc7-a165-4e52-a372-12dc06416962", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235800Z:86fcd418-ebc9-41ea-b800-e6cbce2f79c0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183556Z:6f37fdc7-a165-4e52-a372-12dc06416962", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -12500,7 +13088,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:58:01 GMT", + "Date": "Tue, 25 Oct 2022 18:35:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12508,9 +13096,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dbb5c144-f03b-4a05-97ec-1f5e28fd9069", + "x-ms-correlation-request-id": "c32194fd-f818-4f73-bf94-1256e2288ae4", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235802Z:dbb5c144-f03b-4a05-97ec-1f5e28fd9069", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183557Z:c32194fd-f818-4f73-bf94-1256e2288ae4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -12536,7 +13124,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:58:03 GMT", + "Date": "Tue, 25 Oct 2022 18:35:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12544,81 +13132,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3854ba54-c049-416c-bfb9-88d23c74ac28", + "x-ms-correlation-request-id": "16d08d43-5dd6-4b06-a548-917a9a11733d", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235803Z:3854ba54-c049-416c-bfb9-88d23c74ac28", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": false, - "relationshipStatus": "", - "mirrorState": "", - "totalProgress": "", - "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:58: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": "4241f287-8920-4d63-b659-e5dd42e5e20d", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235804Z:4241f287-8920-4d63-b659-e5dd42e5e20d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": false, - "relationshipStatus": "", - "mirrorState": "", - "totalProgress": "", - "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23: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": "22afa868-9d22-492c-b520-afec19cc8600", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235806Z:22afa868-9d22-492c-b520-afec19cc8600", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183558Z:16d08d43-5dd6-4b06-a548-917a9a11733d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -12644,15 +13160,15 @@ "Cache-Control": "no-cache", "Content-Length": "105", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:58:07 GMT", + "Date": "Tue, 25 Oct 2022 18:35:59 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": "10bf665c-fdba-4273-a487-84c73a826d72", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235807Z:10bf665c-fdba-4273-a487-84c73a826d72", + "x-ms-correlation-request-id": "4aedd3a8-d9a2-405d-a477-c974925ba043", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183600Z:4aedd3a8-d9a2-405d-a477-c974925ba043", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -12677,8 +13193,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:58:10 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A58%3A07.143532Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:36:02 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A35%3A58.625775Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12686,24 +13202,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e001cab-482b-45d3-814d-888ae8940fe5", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235810Z:3e001cab-482b-45d3-814d-888ae8940fe5", + "x-ms-correlation-request-id": "8c81e3c6-69c1-42bd-8bad-ceca1cc30a1b", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183603Z:8c81e3c6-69c1-42bd-8bad-ceca1cc30a1b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A58%3A07.143532Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A35%3A58.625775Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" + "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" }, "properties": { "volumeType": "", "dataProtection": {}, - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -12731,7 +13247,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -12746,8 +13262,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "ipAddress": "10.0.0.4" } ], @@ -12767,10 +13283,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:40:36.0880285Z", + "createdAt": "2022-10-25T18:18:31.3231547Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" + "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" } } }, @@ -12789,8 +13305,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:58:10 GMT", - "ETag": "W/\u0022datetime\u00272022-10-22T23%3A58%3A11.1621033Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 18:36:02 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T18%3A36%3A00.6194275Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12798,24 +13314,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "30f09362-7042-4f08-85a4-04366cde846d", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235810Z:30f09362-7042-4f08-85a4-04366cde846d", + "x-ms-correlation-request-id": "470d632d-ffe7-4f2d-876c-7671af88fe4a", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183603Z:470d632d-ffe7-4f2d-876c-7671af88fe4a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A58%3A11.1621033Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A36%3A00.6194275Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" + "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" }, "properties": { "volumeType": "", "dataProtection": {}, - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -12843,7 +13359,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -12855,8 +13371,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "ipAddress": "10.0.0.4" } ], @@ -12871,10 +13387,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:46:00.0489276Z", + "createdAt": "2022-10-25T18:23:53.9105785Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" + "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" } } }, @@ -12891,25 +13407,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7355062d-2f30-4606-8c13-73065d465e3e?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b8a94d82-2655-4d1f-80da-7e8e5b6079d4?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sat, 22 Oct 2022 23:58:11 GMT", + "Date": "Tue, 25 Oct 2022 18:36:04 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7355062d-2f30-4606-8c13-73065d465e3e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b8a94d82-2655-4d1f-80da-7e8e5b6079d4?api-version=2022-05-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": "662c054f-748f-498d-882d-5034c81a3e36", + "x-ms-correlation-request-id": "b0bdf5f0-e4f8-4614-807f-818a78cfec6a", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235812Z:662c054f-748f-498d-882d-5034c81a3e36", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183604Z:b0bdf5f0-e4f8-4614-807f-818a78cfec6a", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7355062d-2f30-4606-8c13-73065d465e3e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b8a94d82-2655-4d1f-80da-7e8e5b6079d4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -12923,7 +13439,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:58:11 GMT", + "Date": "Tue, 25 Oct 2022 18:36:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12931,16 +13447,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "efbe46df-a07c-4939-ad35-d590f5cce60d", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235812Z:efbe46df-a07c-4939-ad35-d590f5cce60d", + "x-ms-correlation-request-id": "33d903f5-46dd-4598-a052-750306d85bb1", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183604Z:33d903f5-46dd-4598-a052-750306d85bb1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7355062d-2f30-4606-8c13-73065d465e3e", - "name": "7355062d-2f30-4606-8c13-73065d465e3e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b8a94d82-2655-4d1f-80da-7e8e5b6079d4", + "name": "b8a94d82-2655-4d1f-80da-7e8e5b6079d4", "status": "Deleting", - "startTime": "2022-10-22T23:58:13.1782966Z", + "startTime": "2022-10-25T18:36:04.7039677Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -12949,7 +13465,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f50ce37a-6f8c-45c1-9d7a-f11d11c55dd3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b4cc3480-00f4-416f-a3bf-f9f84fed76b4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -12963,7 +13479,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:58:25 GMT", + "Date": "Tue, 25 Oct 2022 18:36:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12971,17 +13487,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d6bd5712-69b2-4fbb-8d5e-d041a5211496", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235825Z:d6bd5712-69b2-4fbb-8d5e-d041a5211496", + "x-ms-correlation-request-id": "ad8f047d-741c-4ec2-a0e2-67520fdd77ba", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183621Z:ad8f047d-741c-4ec2-a0e2-67520fdd77ba", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f50ce37a-6f8c-45c1-9d7a-f11d11c55dd3", - "name": "f50ce37a-6f8c-45c1-9d7a-f11d11c55dd3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b4cc3480-00f4-416f-a3bf-f9f84fed76b4", + "name": "b4cc3480-00f4-416f-a3bf-f9f84fed76b4", "status": "Succeeded", - "startTime": "2022-10-22T23:57:56.3947621Z", - "endTime": "2022-10-22T23:58:11.1610257Z", + "startTime": "2022-10-25T18:35:51.0884053Z", + "endTime": "2022-10-25T18:36:00.6253642Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" @@ -12989,7 +13505,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f50ce37a-6f8c-45c1-9d7a-f11d11c55dd3?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b4cc3480-00f4-416f-a3bf-f9f84fed76b4?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13003,7 +13519,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:58:25 GMT", + "Date": "Tue, 25 Oct 2022 18:36:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13011,24 +13527,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "218df95a-0f91-40f5-8bc8-cd99af84cfda", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235826Z:218df95a-0f91-40f5-8bc8-cd99af84cfda", + "x-ms-correlation-request-id": "3312101e-bd52-4f63-920a-54dd459eee35", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183621Z:3312101e-bd52-4f63-920a-54dd459eee35", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A58%3A11.1621033Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A36%3A00.6194275Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" + "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" }, "properties": { "volumeType": "", "dataProtection": {}, - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", @@ -13059,17 +13575,17 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "poolId": "23ad8e2c-d38b-05a1-131f-f0623326921e", + "poolId": "d59a0c7a-146e-e98f-befd-e9ee672ef810", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "startIp": "", "endIp": "", "gateway": "", @@ -13094,15 +13610,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:46:00.0489276Z", + "createdAt": "2022-10-25T18:23:53.9105785Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" + "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7355062d-2f30-4606-8c13-73065d465e3e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b8a94d82-2655-4d1f-80da-7e8e5b6079d4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13116,7 +13632,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:58:42 GMT", + "Date": "Tue, 25 Oct 2022 18:36:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13124,16 +13640,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae4ea4e1-2462-4da1-8046-a020e913993d", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235842Z:ae4ea4e1-2462-4da1-8046-a020e913993d", + "x-ms-correlation-request-id": "7ac5e29f-2b77-4499-9830-aebb2863a835", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183635Z:7ac5e29f-2b77-4499-9830-aebb2863a835", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7355062d-2f30-4606-8c13-73065d465e3e", - "name": "7355062d-2f30-4606-8c13-73065d465e3e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b8a94d82-2655-4d1f-80da-7e8e5b6079d4", + "name": "b8a94d82-2655-4d1f-80da-7e8e5b6079d4", "status": "Deleting", - "startTime": "2022-10-22T23:58:13.1782966Z", + "startTime": "2022-10-25T18:36:04.7039677Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -13142,7 +13658,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7355062d-2f30-4606-8c13-73065d465e3e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b8a94d82-2655-4d1f-80da-7e8e5b6079d4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13156,7 +13672,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:59:12 GMT", + "Date": "Tue, 25 Oct 2022 18:37:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13164,16 +13680,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e37a64e5-2722-4154-b866-b229767b36b5", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235912Z:e37a64e5-2722-4154-b866-b229767b36b5", + "x-ms-correlation-request-id": "c3ab8e29-7a90-46f3-8790-b784e0a94220", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183705Z:c3ab8e29-7a90-46f3-8790-b784e0a94220", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7355062d-2f30-4606-8c13-73065d465e3e", - "name": "7355062d-2f30-4606-8c13-73065d465e3e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b8a94d82-2655-4d1f-80da-7e8e5b6079d4", + "name": "b8a94d82-2655-4d1f-80da-7e8e5b6079d4", "status": "Deleting", - "startTime": "2022-10-22T23:58:13.1782966Z", + "startTime": "2022-10-25T18:36:04.7039677Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -13182,7 +13698,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7355062d-2f30-4606-8c13-73065d465e3e?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b8a94d82-2655-4d1f-80da-7e8e5b6079d4?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13196,7 +13712,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:59:42 GMT", + "Date": "Tue, 25 Oct 2022 18:37:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13204,17 +13720,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3941cde8-6d03-4328-ba25-e10408c1af41", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235943Z:3941cde8-6d03-4328-ba25-e10408c1af41", + "x-ms-correlation-request-id": "92b718cd-2374-47af-9c0a-5abe61e218e1", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183735Z:92b718cd-2374-47af-9c0a-5abe61e218e1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7355062d-2f30-4606-8c13-73065d465e3e", - "name": "7355062d-2f30-4606-8c13-73065d465e3e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b8a94d82-2655-4d1f-80da-7e8e5b6079d4", + "name": "b8a94d82-2655-4d1f-80da-7e8e5b6079d4", "status": "Succeeded", - "startTime": "2022-10-22T23:58:13.1782966Z", - "endTime": "2022-10-22T23:59:37.6267601Z", + "startTime": "2022-10-25T18:36:04.7039677Z", + "endTime": "2022-10-25T18:37:20.4295527Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" @@ -13222,7 +13738,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7355062d-2f30-4606-8c13-73065d465e3e?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b8a94d82-2655-4d1f-80da-7e8e5b6079d4?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13236,7 +13752,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 22 Oct 2022 23:59:42 GMT", + "Date": "Tue, 25 Oct 2022 18:37:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13244,24 +13760,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ffecef9-e067-48f4-ade1-12bee4ab7f57", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221022T235943Z:3ffecef9-e067-48f4-ade1-12bee4ab7f57", + "x-ms-correlation-request-id": "b9bbe16c-f5b9-42bb-8334-3cde6738c7b8", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T183735Z:b9bbe16c-f5b9-42bb-8334-3cde6738c7b8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-22T23%3A59%3A28.2265762Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A37%3A03.0522297Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:45:59.2952683Z" + "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" }, "properties": { "volumeType": "", "dataProtection": {}, - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", @@ -13292,17 +13808,17 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_8643b60e", + "baremetalTenantId": "DELETED_baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "poolId": "23ad8e2c-d38b-05a1-131f-f0623326921e", + "poolId": "d59a0c7a-146e-e98f-befd-e9ee672ef810", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "43ca7560-b594-5000-a6b9-5741df870c53", - "fileSystemId": "43ca7560-b594-5000-a6b9-5741df870c53", + "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", "startIp": "", "endIp": "", "gateway": "", @@ -13327,10 +13843,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:46:00.0489276Z", + "createdAt": "2022-10-25T18:23:53.9105785Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:46:00.0489276Z" + "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" } } }, @@ -13349,14 +13865,14 @@ "Cache-Control": "no-cache", "Content-Length": "332", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:03:06 GMT", + "Date": "Tue, 25 Oct 2022 18:40:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31093038-b728-4f0c-b4bc-6e808dc165be", + "x-ms-correlation-request-id": "37d8a95c-a015-49e3-9c0a-3afc03753ea0", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T000306Z:31093038-b728-4f0c-b4bc-6e808dc165be" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184058Z:37d8a95c-a015-49e3-9c0a-3afc03753ea0" }, "ResponseBody": { "error": { @@ -13378,25 +13894,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/dee2d7af-adb5-4156-981a-243fd0b4a035?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/07a21613-924b-4ae9-9c6a-5b215c43ed89?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 00:03:18 GMT", + "Date": "Tue, 25 Oct 2022 18:41:09 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/dee2d7af-adb5-4156-981a-243fd0b4a035?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/07a21613-924b-4ae9-9c6a-5b215c43ed89?api-version=2022-05-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": "c8010e55-e3c3-44f1-a553-f9d732d89239", + "x-ms-correlation-request-id": "fae1e2ff-8bde-49e5-9ccd-fd4a5b552897", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T000318Z:c8010e55-e3c3-44f1-a553-f9d732d89239", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184110Z:fae1e2ff-8bde-49e5-9ccd-fd4a5b552897", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/dee2d7af-adb5-4156-981a-243fd0b4a035?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/07a21613-924b-4ae9-9c6a-5b215c43ed89?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13410,7 +13926,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:03:18 GMT", + "Date": "Tue, 25 Oct 2022 18:41:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13418,16 +13934,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1d2cd927-f750-4c75-b8b7-e4d43c7eb76f", + "x-ms-correlation-request-id": "37df0f19-51e0-4f43-bbdc-98e834a51adb", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T000319Z:1d2cd927-f750-4c75-b8b7-e4d43c7eb76f", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184110Z:37df0f19-51e0-4f43-bbdc-98e834a51adb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/dee2d7af-adb5-4156-981a-243fd0b4a035", - "name": "dee2d7af-adb5-4156-981a-243fd0b4a035", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/07a21613-924b-4ae9-9c6a-5b215c43ed89", + "name": "07a21613-924b-4ae9-9c6a-5b215c43ed89", "status": "Deleting", - "startTime": "2022-10-23T00:03:18.931551Z", + "startTime": "2022-10-25T18:41:10.244308Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -13436,7 +13952,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/dee2d7af-adb5-4156-981a-243fd0b4a035?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/07a21613-924b-4ae9-9c6a-5b215c43ed89?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13450,7 +13966,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:03:49 GMT", + "Date": "Tue, 25 Oct 2022 18:41:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13458,17 +13974,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef14e022-f69c-4179-9334-530897236c3b", + "x-ms-correlation-request-id": "cb19755c-ef78-47cb-84b2-dd4fae479ef9", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T000349Z:ef14e022-f69c-4179-9334-530897236c3b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184140Z:cb19755c-ef78-47cb-84b2-dd4fae479ef9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/dee2d7af-adb5-4156-981a-243fd0b4a035", - "name": "dee2d7af-adb5-4156-981a-243fd0b4a035", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/07a21613-924b-4ae9-9c6a-5b215c43ed89", + "name": "07a21613-924b-4ae9-9c6a-5b215c43ed89", "status": "Succeeded", - "startTime": "2022-10-23T00:03:18.931551Z", - "endTime": "2022-10-23T00:03:19.4784352Z", + "startTime": "2022-10-25T18:41:10.244308Z", + "endTime": "2022-10-25T18:41:10.7599471Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2" @@ -13476,7 +13992,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/dee2d7af-adb5-4156-981a-243fd0b4a035?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/07a21613-924b-4ae9-9c6a-5b215c43ed89?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13490,7 +14006,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:03:49 GMT", + "Date": "Tue, 25 Oct 2022 18:41:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13498,22 +14014,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82fdf11f-eab4-41a3-9258-9373209c73fa", + "x-ms-correlation-request-id": "3f84e5de-2726-4303-8d88-9b8283216b28", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T000349Z:82fdf11f-eab4-41a3-9258-9373209c73fa", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184140Z:3f84e5de-2726-4303-8d88-9b8283216b28", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T00%3A03%3A18.9251506Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A41%3A10.2381828Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:45:47.0264887Z" + "CreatedOnDate": "2022-10-25T18:23:40.8517777Z" }, "properties": { - "poolId": "23ad8e2c-d38b-05a1-131f-f0623326921e", + "poolId": "d59a0c7a-146e-e98f-befd-e9ee672ef810", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2", @@ -13527,10 +14043,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:45:47.7924095Z", + "createdAt": "2022-10-25T18:23:41.6076455Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:45:47.7924095Z" + "lastModifiedAt": "2022-10-25T18:23:41.6076455Z" } } }, @@ -13548,14 +14064,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 00:03:59 GMT", + "Date": "Tue, 25 Oct 2022 18:41:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1d1d05d7-79d5-41d4-8675-64879955622a", + "x-ms-correlation-request-id": "cc72b4ce-9b6d-4b7c-8a5e-33a2f05def50", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T000359Z:1d1d05d7-79d5-41d4-8675-64879955622a" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184151Z:cc72b4ce-9b6d-4b7c-8a5e-33a2f05def50" }, "ResponseBody": null }, @@ -13573,14 +14089,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 00:04:09 GMT", + "Date": "Tue, 25 Oct 2022 18:42:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7cd32490-ed48-4fcc-bc96-c00133357224", + "x-ms-correlation-request-id": "aff5deb8-c2f4-4579-9002-7339a38712fc", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T000410Z:7cd32490-ed48-4fcc-bc96-c00133357224" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184201Z:aff5deb8-c2f4-4579-9002-7339a38712fc" }, "ResponseBody": null }, @@ -13598,14 +14114,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 00:04:19 GMT", + "Date": "Tue, 25 Oct 2022 18:42:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e31259f5-e8df-4a3d-a831-37d043436202", + "x-ms-correlation-request-id": "7a655440-3304-4c3d-aeef-1681e1f1c655", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T000420Z:e31259f5-e8df-4a3d-a831-37d043436202" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184211Z:7a655440-3304-4c3d-aeef-1681e1f1c655" }, "ResponseBody": null }, @@ -13623,14 +14139,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 00:04:30 GMT", + "Date": "Tue, 25 Oct 2022 18:42:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b0c1a41-268a-4421-b110-fc26cda08a8e", + "x-ms-correlation-request-id": "65931246-3175-4b88-bf9d-9bf926ba8ff3", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T000430Z:9b0c1a41-268a-4421-b110-fc26cda08a8e" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184221Z:65931246-3175-4b88-bf9d-9bf926ba8ff3" }, "ResponseBody": null }, @@ -13649,14 +14165,14 @@ "Cache-Control": "no-cache", "Content-Length": "293", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:04:40 GMT", + "Date": "Tue, 25 Oct 2022 18:42:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "16fe0c03-be94-4d2d-89e7-3ebf87b6816e", + "x-ms-correlation-request-id": "ddb87cbf-14fb-420b-99fa-a83597ccf0f8", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T000440Z:16fe0c03-be94-4d2d-89e7-3ebf87b6816e" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184232Z:ddb87cbf-14fb-420b-99fa-a83597ccf0f8" }, "ResponseBody": { "error": { @@ -13678,25 +14194,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a603f2ae-e8f8-431f-8df9-ffb2e65b8f4d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ad86fb4-7873-4c1f-9f80-f17f4a4e79b6?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 00:04:41 GMT", + "Date": "Tue, 25 Oct 2022 18:42:32 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a603f2ae-e8f8-431f-8df9-ffb2e65b8f4d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ad86fb4-7873-4c1f-9f80-f17f4a4e79b6?api-version=2022-05-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": "6216821f-14a9-4bf7-b27c-ccf978d027f0", + "x-ms-correlation-request-id": "e2c0f59c-f346-4daf-a8d1-6f8c01aa2070", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T000441Z:6216821f-14a9-4bf7-b27c-ccf978d027f0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184233Z:e2c0f59c-f346-4daf-a8d1-6f8c01aa2070", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a603f2ae-e8f8-431f-8df9-ffb2e65b8f4d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ad86fb4-7873-4c1f-9f80-f17f4a4e79b6?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13710,7 +14226,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:04:41 GMT", + "Date": "Tue, 25 Oct 2022 18:42:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13718,17 +14234,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1dfa203a-440f-488b-90ff-af185ea83e23", + "x-ms-correlation-request-id": "0d0822f4-22a5-4221-8969-76391ea62e13", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T000442Z:1dfa203a-440f-488b-90ff-af185ea83e23", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184233Z:0d0822f4-22a5-4221-8969-76391ea62e13", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a603f2ae-e8f8-431f-8df9-ffb2e65b8f4d", - "name": "a603f2ae-e8f8-431f-8df9-ffb2e65b8f4d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ad86fb4-7873-4c1f-9f80-f17f4a4e79b6", + "name": "6ad86fb4-7873-4c1f-9f80-f17f4a4e79b6", "status": "Succeeded", - "startTime": "2022-10-23T00:04:41.8093589Z", - "endTime": "2022-10-23T00:04:41.8718586Z", + "startTime": "2022-10-25T18:42:32.980055Z", + "endTime": "2022-10-25T18:42:33.0113503Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b" @@ -13736,7 +14252,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a603f2ae-e8f8-431f-8df9-ffb2e65b8f4d?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ad86fb4-7873-4c1f-9f80-f17f4a4e79b6?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13750,7 +14266,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:04:41 GMT", + "Date": "Tue, 25 Oct 2022 18:42:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13758,19 +14274,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d32a8757-38dc-4b4d-ba94-37bdc86ed90e", + "x-ms-correlation-request-id": "84de80d1-bda7-41a0-b8c9-d496e080e984", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T000442Z:d32a8757-38dc-4b4d-ba94-37bdc86ed90e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184233Z:84de80d1-bda7-41a0-b8c9-d496e080e984", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-23T00%3A04%3A41.7941445Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A42%3A32.9544248Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-22T23:45:42.8127570Z" + "CreatedOnDate": "2022-10-25T18:23:36.7956863Z" }, "properties": { "encryption": { @@ -13781,10 +14297,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:45:44.2746146Z", + "createdAt": "2022-10-25T18:23:38.1676642Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:45:44.2746146Z" + "lastModifiedAt": "2022-10-25T18:23:38.1676642Z" } } }, @@ -13803,15 +14319,15 @@ "Cache-Control": "no-cache", "Content-Length": "260", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:04:42 GMT", + "Date": "Tue, 25 Oct 2022 18:42:32 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": "2b6ff1a0-b406-4185-9e0a-ad9094c4494c", + "x-ms-correlation-request-id": "ac7d6d07-f87f-4944-b1c5-b4b7f5a8125e", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T000442Z:2b6ff1a0-b406-4185-9e0a-ad9094c4494c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184233Z:ac7d6d07-f87f-4944-b1c5-b4b7f5a8125e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -13834,25 +14350,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 00:04:46 GMT", + "Date": "Tue, 25 Oct 2022 18:42:34 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5?api-version=2022-05-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": "de914e71-408f-4e03-a438-cfd1b839ab5b", + "x-ms-correlation-request-id": "11b0bfd5-89fa-493e-94db-82fa4d364b26", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T000446Z:de914e71-408f-4e03-a438-cfd1b839ab5b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184235Z:11b0bfd5-89fa-493e-94db-82fa4d364b26", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13866,7 +14382,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:04:46 GMT", + "Date": "Tue, 25 Oct 2022 18:42:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13874,16 +14390,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bc635d43-a48f-49df-a10d-c381b640592a", + "x-ms-correlation-request-id": "8e0eaaaa-ebf7-4cc3-aa28-03a8a44b448d", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T000447Z:bc635d43-a48f-49df-a10d-c381b640592a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184236Z:8e0eaaaa-ebf7-4cc3-aa28-03a8a44b448d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341", - "name": "7aaf0e82-1301-4fa0-8db5-104427c3d341", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5", + "name": "505ae950-3e0b-4a0f-b412-15a478d7a0e5", "status": "Deleting", - "startTime": "2022-10-23T00:04:46.732468Z", + "startTime": "2022-10-25T18:42:35.7794856Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -13892,7 +14408,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13906,7 +14422,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:05:17 GMT", + "Date": "Tue, 25 Oct 2022 18:43:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13914,16 +14430,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf2521eb-3f73-4f5a-aa26-4dad00dcb1a0", + "x-ms-correlation-request-id": "3e93c044-945e-49fb-8629-0040e7ac56ec", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T000517Z:bf2521eb-3f73-4f5a-aa26-4dad00dcb1a0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184306Z:3e93c044-945e-49fb-8629-0040e7ac56ec", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341", - "name": "7aaf0e82-1301-4fa0-8db5-104427c3d341", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5", + "name": "505ae950-3e0b-4a0f-b412-15a478d7a0e5", "status": "Deleting", - "startTime": "2022-10-23T00:04:46.732468Z", + "startTime": "2022-10-25T18:42:35.7794856Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -13932,7 +14448,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13946,7 +14462,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:05:46 GMT", + "Date": "Tue, 25 Oct 2022 18:43:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13954,16 +14470,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "650ad3ed-d311-4e21-b744-be490aac6b60", + "x-ms-correlation-request-id": "8292ec31-b147-4f8f-b523-5019b1814b19", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T000547Z:650ad3ed-d311-4e21-b744-be490aac6b60", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184336Z:8292ec31-b147-4f8f-b523-5019b1814b19", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341", - "name": "7aaf0e82-1301-4fa0-8db5-104427c3d341", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5", + "name": "505ae950-3e0b-4a0f-b412-15a478d7a0e5", "status": "Deleting", - "startTime": "2022-10-23T00:04:46.732468Z", + "startTime": "2022-10-25T18:42:35.7794856Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -13972,7 +14488,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13986,7 +14502,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:06:17 GMT", + "Date": "Tue, 25 Oct 2022 18:44:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13994,16 +14510,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "21f15f5c-ad80-43d4-98ab-413e8dd6c83d", + "x-ms-correlation-request-id": "42d3a145-4214-470e-8d80-4f493262c351", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T000617Z:21f15f5c-ad80-43d4-98ab-413e8dd6c83d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184406Z:42d3a145-4214-470e-8d80-4f493262c351", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341", - "name": "7aaf0e82-1301-4fa0-8db5-104427c3d341", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5", + "name": "505ae950-3e0b-4a0f-b412-15a478d7a0e5", "status": "Deleting", - "startTime": "2022-10-23T00:04:46.732468Z", + "startTime": "2022-10-25T18:42:35.7794856Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -14012,7 +14528,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -14026,7 +14542,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:06:47 GMT", + "Date": "Tue, 25 Oct 2022 18:44:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -14034,16 +14550,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65b4af40-60e2-4ee7-bda9-b1a4f824e3da", + "x-ms-correlation-request-id": "769deabb-454c-4b05-89bb-299bbbe99a72", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T000648Z:65b4af40-60e2-4ee7-bda9-b1a4f824e3da", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184437Z:769deabb-454c-4b05-89bb-299bbbe99a72", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341", - "name": "7aaf0e82-1301-4fa0-8db5-104427c3d341", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5", + "name": "505ae950-3e0b-4a0f-b412-15a478d7a0e5", "status": "Deleting", - "startTime": "2022-10-23T00:04:46.732468Z", + "startTime": "2022-10-25T18:42:35.7794856Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -14052,7 +14568,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -14066,7 +14582,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:07:18 GMT", + "Date": "Tue, 25 Oct 2022 18:45:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -14074,17 +14590,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "34e2a84c-65ae-4421-8415-eba734971a3d", + "x-ms-correlation-request-id": "a6432814-14d9-4454-981d-ea29f45d943d", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T000718Z:34e2a84c-65ae-4421-8415-eba734971a3d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184507Z:a6432814-14d9-4454-981d-ea29f45d943d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5", + "name": "505ae950-3e0b-4a0f-b412-15a478d7a0e5", + "status": "Deleting", + "startTime": "2022-10-25T18:42:35.7794856Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 18:45: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": "d3106a7d-c307-4bbf-ae14-c4cac7c91fc5", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184537Z:d3106a7d-c307-4bbf-ae14-c4cac7c91fc5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341", - "name": "7aaf0e82-1301-4fa0-8db5-104427c3d341", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5", + "name": "505ae950-3e0b-4a0f-b412-15a478d7a0e5", "status": "Succeeded", - "startTime": "2022-10-23T00:04:46.732468Z", - "endTime": "2022-10-23T00:06:48.9824083Z", + "startTime": "2022-10-25T18:42:35.7794856Z", + "endTime": "2022-10-25T18:45:11.7468164Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" @@ -14092,7 +14648,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7aaf0e82-1301-4fa0-8db5-104427c3d341?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -14106,7 +14662,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:07:18 GMT", + "Date": "Tue, 25 Oct 2022 18:45:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -14114,24 +14670,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "76c99a9d-3cb2-47ba-ae16-86980598923e", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T000718Z:76c99a9d-3cb2-47ba-ae16-86980598923e", + "x-ms-correlation-request-id": "2594e9fe-2b54-4ad7-8b83-6ac9691af37a", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184537Z:2594e9fe-2b54-4ad7-8b83-6ac9691af37a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-23T00%3A06%3A43.4042426Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A45%3A06.6786431Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T23:40:35.0868155Z" + "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" }, "properties": { "volumeType": "", "dataProtection": {}, - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -14162,19 +14718,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d54d5c3d", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "poolId": "5804908f-8d63-0889-b063-59c36af03543", + "poolId": "463e6e35-71da-0b50-4f49-df3dea075a88", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "e2300e10-c27e-560b-3e36-30c72420a59f", - "fileSystemId": "e2300e10-c27e-560b-3e36-30c72420a59f", + "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", "startIp": "", "endIp": "", "gateway": "", @@ -14206,10 +14762,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:40:36.0880285Z", + "createdAt": "2022-10-25T18:18:31.3231547Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:40:36.0880285Z" + "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" } } }, @@ -14228,14 +14784,14 @@ "Cache-Control": "no-cache", "Content-Length": "330", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:10:43 GMT", + "Date": "Tue, 25 Oct 2022 18:48:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "81f54954-6d38-47fc-892b-3b2f14b0e38c", + "x-ms-correlation-request-id": "5a36b609-6864-4731-b53d-d8d5647c9be1", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T001043Z:81f54954-6d38-47fc-892b-3b2f14b0e38c" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184900Z:5a36b609-6864-4731-b53d-d8d5647c9be1" }, "ResponseBody": { "error": { @@ -14257,25 +14813,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02eb4db9-c0aa-4294-a79a-ae54b4bfb74c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/455b3a2e-caec-40e0-81ef-3be0bfbec5e0?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 00:10:55 GMT", + "Date": "Tue, 25 Oct 2022 18:49:12 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02eb4db9-c0aa-4294-a79a-ae54b4bfb74c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/455b3a2e-caec-40e0-81ef-3be0bfbec5e0?api-version=2022-05-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": "8be3ce61-6106-43ea-a4d4-bbbc0ed113c6", + "x-ms-correlation-request-id": "da8fbad2-6aea-4e1d-9263-3d0ae0d9cda2", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T001055Z:8be3ce61-6106-43ea-a4d4-bbbc0ed113c6", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184913Z:da8fbad2-6aea-4e1d-9263-3d0ae0d9cda2", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02eb4db9-c0aa-4294-a79a-ae54b4bfb74c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/455b3a2e-caec-40e0-81ef-3be0bfbec5e0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -14289,7 +14845,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:10:55 GMT", + "Date": "Tue, 25 Oct 2022 18:49:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -14297,16 +14853,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea865a8d-2efc-4dfc-bfc6-8db1e25db27a", + "x-ms-correlation-request-id": "7f2a29dd-9e5d-4ebd-8392-a85dffb6b561", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T001055Z:ea865a8d-2efc-4dfc-bfc6-8db1e25db27a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184913Z:7f2a29dd-9e5d-4ebd-8392-a85dffb6b561", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02eb4db9-c0aa-4294-a79a-ae54b4bfb74c", - "name": "02eb4db9-c0aa-4294-a79a-ae54b4bfb74c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/455b3a2e-caec-40e0-81ef-3be0bfbec5e0", + "name": "455b3a2e-caec-40e0-81ef-3be0bfbec5e0", "status": "Deleting", - "startTime": "2022-10-23T00:10:55.3710915Z", + "startTime": "2022-10-25T18:49:13.1408656Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -14315,7 +14871,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02eb4db9-c0aa-4294-a79a-ae54b4bfb74c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/455b3a2e-caec-40e0-81ef-3be0bfbec5e0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -14329,7 +14885,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:11:25 GMT", + "Date": "Tue, 25 Oct 2022 18:49:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -14337,17 +14893,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab8d4ff4-436d-4cfb-b79b-23983e4b2bd1", + "x-ms-correlation-request-id": "0300dd48-3423-449d-bd48-1ee78aeffe2b", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T001126Z:ab8d4ff4-436d-4cfb-b79b-23983e4b2bd1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184943Z:0300dd48-3423-449d-bd48-1ee78aeffe2b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02eb4db9-c0aa-4294-a79a-ae54b4bfb74c", - "name": "02eb4db9-c0aa-4294-a79a-ae54b4bfb74c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/455b3a2e-caec-40e0-81ef-3be0bfbec5e0", + "name": "455b3a2e-caec-40e0-81ef-3be0bfbec5e0", "status": "Succeeded", - "startTime": "2022-10-23T00:10:55.3710915Z", - "endTime": "2022-10-23T00:10:56.7780198Z", + "startTime": "2022-10-25T18:49:13.1408656Z", + "endTime": "2022-10-25T18:49:13.9689594Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1" @@ -14355,7 +14911,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02eb4db9-c0aa-4294-a79a-ae54b4bfb74c?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/455b3a2e-caec-40e0-81ef-3be0bfbec5e0?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -14369,7 +14925,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:11:25 GMT", + "Date": "Tue, 25 Oct 2022 18:49:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -14377,22 +14933,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eac90586-c373-47a4-99c3-75a5ab32cbbc", + "x-ms-correlation-request-id": "baa8d51b-baf6-4600-be21-b648abc3cb61", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T001126Z:eac90586-c373-47a4-99c3-75a5ab32cbbc", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184944Z:baa8d51b-baf6-4600-be21-b648abc3cb61", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-23T00%3A10%3A55.3720056Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A49%3A13.1324288Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T23:40:21.4985555Z" + "CreatedOnDate": "2022-10-25T18:18:17.0120694Z" }, "properties": { - "poolId": "5804908f-8d63-0889-b063-59c36af03543", + "poolId": "463e6e35-71da-0b50-4f49-df3dea075a88", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1", @@ -14406,10 +14962,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:40:22.6591209Z", + "createdAt": "2022-10-25T18:18:18.1276568Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:40:22.6591209Z" + "lastModifiedAt": "2022-10-25T18:18:18.1276568Z" } } }, @@ -14427,14 +14983,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 00:11:35 GMT", + "Date": "Tue, 25 Oct 2022 18:49:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f020b20e-bda5-4d5c-93d5-902fd8d55617", + "x-ms-correlation-request-id": "619e1485-d9ff-4766-bad8-d10e86ab814d", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T001136Z:f020b20e-bda5-4d5c-93d5-902fd8d55617" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T184954Z:619e1485-d9ff-4766-bad8-d10e86ab814d" }, "ResponseBody": null }, @@ -14452,14 +15008,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 00:11:46 GMT", + "Date": "Tue, 25 Oct 2022 18:50:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ddcffcc-1a07-44f4-92c0-e6fc49ef362c", + "x-ms-correlation-request-id": "519e2142-6ce4-43c2-a169-c40f3a3c08ea", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T001146Z:1ddcffcc-1a07-44f4-92c0-e6fc49ef362c" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T185004Z:519e2142-6ce4-43c2-a169-c40f3a3c08ea" }, "ResponseBody": null }, @@ -14477,14 +15033,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 00:11:56 GMT", + "Date": "Tue, 25 Oct 2022 18:50:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "abeaed6f-9dbe-4dc2-b8c2-4180d71eb13b", + "x-ms-correlation-request-id": "bc6d15ab-08de-4247-8fae-9606ebc3bc62", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T001157Z:abeaed6f-9dbe-4dc2-b8c2-4180d71eb13b" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T185014Z:bc6d15ab-08de-4247-8fae-9606ebc3bc62" }, "ResponseBody": null }, @@ -14502,14 +15058,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Sun, 23 Oct 2022 00:12:06 GMT", + "Date": "Tue, 25 Oct 2022 18:50:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a6ff5ad-c9f5-4722-bfa6-1f92024ea71c", + "x-ms-correlation-request-id": "968c9259-d414-47bf-a12d-e35f650f34fe", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T001207Z:8a6ff5ad-c9f5-4722-bfa6-1f92024ea71c" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T185025Z:968c9259-d414-47bf-a12d-e35f650f34fe" }, "ResponseBody": null }, @@ -14528,14 +15084,14 @@ "Cache-Control": "no-cache", "Content-Length": "291", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:12:17 GMT", + "Date": "Tue, 25 Oct 2022 18:50:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78cb90da-56ba-4709-8f44-bf93a04dd732", + "x-ms-correlation-request-id": "fb5b2583-e305-4092-b57d-0d53cf8188d6", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T001217Z:78cb90da-56ba-4709-8f44-bf93a04dd732" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T185035Z:fb5b2583-e305-4092-b57d-0d53cf8188d6" }, "ResponseBody": { "error": { @@ -14557,25 +15113,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99affc25-7a96-4c07-80e8-383d3a8b17e8?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01fa76e9-c6ba-4b0a-a1ac-cc77652033ad?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 00:12:19 GMT", + "Date": "Tue, 25 Oct 2022 18:50:36 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99affc25-7a96-4c07-80e8-383d3a8b17e8?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01fa76e9-c6ba-4b0a-a1ac-cc77652033ad?api-version=2022-05-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": "20f5b8b6-e0ce-4564-8fa4-7214236b6e6c", + "x-ms-correlation-request-id": "6cae5da3-9125-440d-b17a-91728ea05cae", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T001219Z:20f5b8b6-e0ce-4564-8fa4-7214236b6e6c", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T185036Z:6cae5da3-9125-440d-b17a-91728ea05cae", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99affc25-7a96-4c07-80e8-383d3a8b17e8?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01fa76e9-c6ba-4b0a-a1ac-cc77652033ad?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -14589,7 +15145,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:12:19 GMT", + "Date": "Tue, 25 Oct 2022 18:50:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -14597,17 +15153,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "26c81c02-a031-49c1-a86a-0e56d5e85c62", + "x-ms-correlation-request-id": "b30e2d7f-f4f8-4622-8001-07146436372b", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T001219Z:26c81c02-a031-49c1-a86a-0e56d5e85c62", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T185037Z:b30e2d7f-f4f8-4622-8001-07146436372b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99affc25-7a96-4c07-80e8-383d3a8b17e8", - "name": "99affc25-7a96-4c07-80e8-383d3a8b17e8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01fa76e9-c6ba-4b0a-a1ac-cc77652033ad", + "name": "01fa76e9-c6ba-4b0a-a1ac-cc77652033ad", "status": "Succeeded", - "startTime": "2022-10-23T00:12:19.3813865Z", - "endTime": "2022-10-23T00:12:19.4595097Z", + "startTime": "2022-10-25T18:50:36.7640345Z", + "endTime": "2022-10-25T18:50:36.8109148Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b" @@ -14615,7 +15171,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99affc25-7a96-4c07-80e8-383d3a8b17e8?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01fa76e9-c6ba-4b0a-a1ac-cc77652033ad?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -14629,7 +15185,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:12:19 GMT", + "Date": "Tue, 25 Oct 2022 18:50:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -14637,19 +15193,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "81ae046a-3912-4e00-bdea-a70a686c7484", + "x-ms-correlation-request-id": "25ad74ed-599b-4802-bfbd-09826b136b6a", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T001220Z:81ae046a-3912-4e00-bdea-a70a686c7484", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T185037Z:25ad74ed-599b-4802-bfbd-09826b136b6a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-23T00%3A12%3A19.3761922Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T18%3A50%3A36.7568325Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-22T23:40:16.9048468Z" + "CreatedOnDate": "2022-10-25T18:18:12.9670928Z" }, "properties": { "encryption": { @@ -14660,10 +15216,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-22T23:40:17.9211885Z", + "createdAt": "2022-10-25T18:18:13.7821933Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-22T23:40:17.9211885Z" + "lastModifiedAt": "2022-10-25T18:18:13.7821933Z" } } }, @@ -14682,15 +15238,15 @@ "Cache-Control": "no-cache", "Content-Length": "258", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:12:20 GMT", + "Date": "Tue, 25 Oct 2022 18:50: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": "dfd1236e-3c54-4e8a-b900-898f497acbd4", + "x-ms-correlation-request-id": "ebfc63a0-bf15-4666-b0ce-3b05480b8930", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T001220Z:dfd1236e-3c54-4e8a-b900-898f497acbd4", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T185037Z:ebfc63a0-bf15-4666-b0ce-3b05480b8930", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -14714,12 +15270,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/cb09c59d-9c0f-4ee8-ae30-20cdc67d4f3b?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/563f5345-94da-4507-b3ec-ccf8808cb9cb?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 00:12:20 GMT", + "Date": "Tue, 25 Oct 2022 18:50:38 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/cb09c59d-9c0f-4ee8-ae30-20cdc67d4f3b?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/563f5345-94da-4507-b3ec-ccf8808cb9cb?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -14728,15 +15284,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e1180aa7-5d40-49d9-83f7-5b7764c2d611", - "x-ms-correlation-request-id": "fd293fce-9a69-4c61-9cc4-8f3d943b3a21", + "x-ms-arm-service-request-id": "b635f695-9cc0-4344-a2ee-5546f631a4c5", + "x-ms-correlation-request-id": "4fade05c-8189-425e-a6a3-3745c11fe827", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T001221Z:fd293fce-9a69-4c61-9cc4-8f3d943b3a21" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T185039Z:4fade05c-8189-425e-a6a3-3745c11fe827" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/cb09c59d-9c0f-4ee8-ae30-20cdc67d4f3b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/563f5345-94da-4507-b3ec-ccf8808cb9cb?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -14750,7 +15306,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:12:21 GMT", + "Date": "Tue, 25 Oct 2022 18:50:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14761,15 +15317,48 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "973b8701-7a0a-49d2-95c6-53972278cae9", - "x-ms-correlation-request-id": "ae9f3a78-f633-4c0a-81d6-7153163c210f", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T001221Z:ae9f3a78-f633-4c0a-81d6-7153163c210f" + "x-ms-arm-service-request-id": "128b0fa5-452b-4f74-b269-457217adc3eb", + "x-ms-correlation-request-id": "7e662fb0-71e5-468b-934a-aa8d412bbdca", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T185040Z:7e662fb0-71e5-468b-934a-aa8d412bbdca" }, "ResponseBody": { "status": "Succeeded" } }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/563f5345-94da-4507-b3ec-ccf8808cb9cb?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/563f5345-94da-4507-b3ec-ccf8808cb9cb?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 18:50:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/563f5345-94da-4507-b3ec-ccf8808cb9cb?api-version=2022-05-01", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b635f695-9cc0-4344-a2ee-5546f631a4c5", + "x-ms-correlation-request-id": "4fade05c-8189-425e-a6a3-3745c11fe827", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T185040Z:cc8ae850-a714-45f6-a8a5-4bbae8c7bbd4" + }, + "ResponseBody": null + }, { "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "DELETE", @@ -14784,12 +15373,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/ff152658-d010-4578-8af3-d8831870e4a3?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/b90171d6-9e13-4040-8fb5-783b51bfd769?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Sun, 23 Oct 2022 00:12:22 GMT", + "Date": "Tue, 25 Oct 2022 18:50:40 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operationResults/ff152658-d010-4578-8af3-d8831870e4a3?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operationResults/b90171d6-9e13-4040-8fb5-783b51bfd769?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -14798,23 +15387,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1f4656a7-2004-4797-b94f-e81e66fcd423", - "x-ms-correlation-request-id": "fa16a1bf-c0fd-4163-9764-10870934b660", + "x-ms-arm-service-request-id": "f51a7c5a-375f-4fe0-bf8c-9711ba10bb52", + "x-ms-correlation-request-id": "39e5a192-14ae-4df0-b1f3-0261ef5e2bb8", "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T001222Z:fa16a1bf-c0fd-4163-9764-10870934b660" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T185040Z:39e5a192-14ae-4df0-b1f3-0261ef5e2bb8" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/69a75bda-882e-44d5-8431-63421204132a/providers/Microsoft.Network/locations/eastus2/operations/ff152658-d010-4578-8af3-d8831870e4a3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/69a75bda-882e-44d5-8431-63421204132a/providers/Microsoft.Network/locations/eastus2/operations/b90171d6-9e13-4040-8fb5-783b51bfd769?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSIsImtpZCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTY2NjQ4MTY3NSwibmJmIjoxNjY2NDgxNjc1LCJleHAiOjE2NjY1NjgzNzUsImFpbyI6IkUyWmdZQWlRU2ZvWFZSYnV1bGRJTjVOM3Q0b3pBQT09IiwiYXBwaWQiOiJjNmM0ZmFiYS0yYjIyLTQ0ZDktODBhNC03MWZmNWI3MWY4MTEiLCJhcHBpZGFjciI6IjEiLCJpZHAiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWR0eXAiOiJhcHAiLCJvaWQiOiI3NjgwN2ZiZS1mNzVmLTQ2NzktOGNlZS1kMDViNDU4MjExNjAiLCJyaCI6IjAuQVJvQXY0ajVjdkdHcjBHUnF5MTgwQkhiUjBaSWYza0F1dGRQdWtQYXdmajJNQk1hQUFBLiIsInN1YiI6Ijc2ODA3ZmJlLWY3NWYtNDY3OS04Y2VlLWQwNWI0NTgyMTE2MCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInV0aSI6IkRzUzVKX0k2UVVxaUdkM190SHdjQUEiLCJ2ZXIiOiIxLjAiLCJ4bXNfY2MiOlsiQ1AxIl0sInhtc190Y2R0IjoxMjg5MjQxNTQ3fQ.YNdKbR7Lu5bkvymAd8WIz2wehDunKNejwVqomUwhgcH1uEa6j7ZQ6aAZuViAaEhtrEsBuVM7Y07Z4m2Pr2_lgXU-LFYpQcIMAONSMa8jrVNphJw5kzC3ZKaH-Wd6yFK_IrbxiWOxyI-8NiC-PIuty_5o4Xa9biaC5F_SyVpLtyN6m2dQBD5d2fQ9xb_v_6cwhQxYMJDOl8b_FP-4swuiM63jAzWgMlvF4l3Nc-WStSIdGzw7DZ6sc-MGvPuve4ZkgkiVuHQ_zBgPjOPzxzbsDaRdJxUOd1Fz8DWQOZPCnsMUtqmk0Yfha4YWlJenqXoOdewPmhI5rnACvKLwqk-79w", + "Authorization": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSIsImtpZCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTY2NjcyMTU1NSwibmJmIjoxNjY2NzIxNTU1LCJleHAiOjE2NjY4MDgyNTUsImFpbyI6IkUyWmdZR0E4UGZ0OS9aemQrMmVMUkhvcEgxNXdEQUE9IiwiYXBwaWQiOiJjNmM0ZmFiYS0yYjIyLTQ0ZDktODBhNC03MWZmNWI3MWY4MTEiLCJhcHBpZGFjciI6IjEiLCJpZHAiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWR0eXAiOiJhcHAiLCJvaWQiOiI3NjgwN2ZiZS1mNzVmLTQ2NzktOGNlZS1kMDViNDU4MjExNjAiLCJyaCI6IjAuQVJvQXY0ajVjdkdHcjBHUnF5MTgwQkhiUjBaSWYza0F1dGRQdWtQYXdmajJNQk1hQUFBLiIsInN1YiI6Ijc2ODA3ZmJlLWY3NWYtNDY3OS04Y2VlLWQwNWI0NTgyMTE2MCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInV0aSI6IkxwRUlRb3MybGtDZ0lSakFodkxPQUEiLCJ2ZXIiOiIxLjAiLCJ4bXNfY2MiOlsiQ1AxIl0sInhtc190Y2R0IjoxMjg5MjQxNTQ3fQ.I5rgQV06bhrN1GjMdnWvbNN-aOrprhaS22BeHCezycBzYwUahajwURDl1RPF_zLJypgVANgeqqqJORrdLI3MSTf61wUShn0VMrKTjDPryKiUgiDE56NxJ7y8uoLyrO21eBzI9vNtI0uUd22YncByymlwZO36WjmVKGted1W_35aIEY870_-LBaWoEVLoHltjaEWnqNSZeue15VTOUXLeKsgvsXxtmIvsyidBaxr77pAf8pPjvqf-blXAouMqXXJ5VkFki6VyEHAR0EMM3UaeGk1lJZVLUo_pw9Q_9ZxqEDjpHX1RbSoj95gVXP7m2xmmy6hvzcqz0Xw5N--zDpo9kA", "Connection": "keep-alive", "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)", - "x-ms-client-request-id": "5cd9b725-5267-11ed-8511-ac675dc66a69" + "x-ms-client-request-id": "eb238558-5495-11ed-b005-ac675dc66a69" }, "RequestBody": null, "StatusCode": 200, @@ -14822,7 +15411,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Sun, 23 Oct 2022 00:12:22 GMT", + "Date": "Tue, 25 Oct 2022 18:50:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14833,11 +15422,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "76a19e17-33cb-4fe4-8a5b-e42883577aeb", - "x-ms-correlation-request-id": "e895a5fc-1259-43e8-97fa-13167bd1fdbd", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "9471d261-be97-417a-8ee9-793d2d484376", - "x-ms-routing-request-id": "FRANCESOUTH:20221023T001223Z:e895a5fc-1259-43e8-97fa-13167bd1fdbd" + "x-ms-arm-service-request-id": "5016230b-c0e0-45bd-b1ee-e61c1d338f78", + "x-ms-correlation-request-id": "f2413892-1a7c-4b94-a59c-10a4b29c197b", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "2104cfc6-e6ec-4ca0-9445-4fbf85c7e81a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T185041Z:f2413892-1a7c-4b94-a59c-10a4b29c197b" }, "ResponseBody": { "status": "Succeeded" From 04ab2c2da4d9c9575b1879ebf02bb06ee674c4d7 Mon Sep 17 00:00:00 2001 From: Audunn Baldvinsson Date: Tue, 25 Oct 2022 19:49:37 +0000 Subject: [PATCH 12/14] update test file --- ...ceQuotatest_list_resource_quota_limit.json | 329 +++++++++++++++++- .../test_net_app_resource_quota_limits.py | 1 + 2 files changed, 329 insertions(+), 1 deletion(-) diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_net_app_resource_quota_limits.pyTestNetAppResourceQuotatest_list_resource_quota_limit.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_net_app_resource_quota_limits.pyTestNetAppResourceQuotatest_list_resource_quota_limit.json index f721723386d8..62ea9585e5bd 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_net_app_resource_quota_limits.pyTestNetAppResourceQuotatest_list_resource_quota_limit.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_net_app_resource_quota_limits.pyTestNetAppResourceQuotatest_list_resource_quota_limit.json @@ -1,4 +1,331 @@ { - "Entries": [], + "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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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, 25 Oct 2022 19:47:25 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.14006.8 - 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.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "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, 25 Oct 2022 19:47:26 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.13943.8 - 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": "a1a354f1-c158-4b43-9e44-aa5d3a40df37", + "Connection": "keep-alive", + "Content-Length": "288", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.12.0b3 Python/3.9.5 (Windows-10-10.0.19044-SP0)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "win32", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.20.0", + "x-ms-lib-capability": "retry-after, h429" + }, + "RequestBody": "client_id=00000000-0000-0000-0000-000000000000\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=00000000-0000-0000-0000-000000000000\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": "a1a354f1-c158-4b43-9e44-aa5d3a40df37", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 19:47:26 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.14006.8 - 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/providers/Microsoft.NetApp/locations/westus2/quotaLimits?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 19:47: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": "2e996566-c179-461c-a074-5fa01cbf6924", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T194729Z:2e996566-c179-461c-a074-5fa01cbf6924", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/quotaLimits/accountsPerSubscription", + "name": "westus2/accountsPerSubscription", + "type": "Microsoft.NetApp/locations/quotaLimits", + "properties": { + "current": 20, + "default": 10 + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/quotaLimits/poolsPerAccount", + "name": "westus2/poolsPerAccount", + "type": "Microsoft.NetApp/locations/quotaLimits", + "properties": { + "current": 40, + "default": 25 + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/quotaLimits/snapshotsPerVolume", + "name": "westus2/snapshotsPerVolume", + "type": "Microsoft.NetApp/locations/quotaLimits", + "properties": { + "current": 255, + "default": 255 + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/quotaLimits/totalBackupEnabledVolumesPerSubscription", + "name": "westus2/totalBackupEnabledVolumesPerSubscription", + "type": "Microsoft.NetApp/locations/quotaLimits", + "properties": { + "current": 5, + "default": 5 + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/quotaLimits/totalCoolAccessVolumesPerSubscription", + "name": "westus2/totalCoolAccessVolumesPerSubscription", + "type": "Microsoft.NetApp/locations/quotaLimits", + "properties": { + "current": 10, + "default": 10 + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/quotaLimits/totalDPVolumesPerSubscription", + "name": "westus2/totalDPVolumesPerSubscription", + "type": "Microsoft.NetApp/locations/quotaLimits", + "properties": { + "current": 10, + "default": 10 + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/quotaLimits/totalTiBsPerSubscription", + "name": "westus2/totalTiBsPerSubscription", + "type": "Microsoft.NetApp/locations/quotaLimits", + "properties": { + "current": 100, + "default": 25 + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/quotaLimits/totalVolumesPerSubscription", + "name": "westus2/totalVolumesPerSubscription", + "type": "Microsoft.NetApp/locations/quotaLimits", + "properties": { + "current": 500, + "default": 500 + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/quotaLimits/volumesPerPool", + "name": "westus2/volumesPerPool", + "type": "Microsoft.NetApp/locations/quotaLimits", + "properties": { + "current": 500, + "default": 500 + } + } + ] + } + } + ], "Variables": {} } diff --git a/sdk/netapp/azure-mgmt-netapp/tests/test_net_app_resource_quota_limits.py b/sdk/netapp/azure-mgmt-netapp/tests/test_net_app_resource_quota_limits.py index 8e8b109ab470..3ff8bd75f594 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/test_net_app_resource_quota_limits.py +++ b/sdk/netapp/azure-mgmt-netapp/tests/test_net_app_resource_quota_limits.py @@ -15,3 +15,4 @@ def test_list_resource_quota_limit(self): limits = self.client.net_app_resource_quota_limits.list(LOCATION) assert limits is not None + assert len(list(limits)) > 0 From 445d17d769f2e3b5dc208b309b102a712575fc4b Mon Sep 17 00:00:00 2001 From: Audunn Baldvinsson Date: Tue, 25 Oct 2022 23:35:42 +0000 Subject: [PATCH 13/14] rerun 2 test --- ...ountBackuptest_delete_account_backups.json | 2123 ++-- ...stNetAppVolumetest_volume_replication.json | 10610 +++++++++++----- .../azure-mgmt-netapp/tests/test_volume.py | 4 +- 3 files changed, 8211 insertions(+), 4526 deletions(-) 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 6a2f6badc397..752c689b3382 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 @@ -17,7 +17,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:26:39 GMT", + "Date": "Tue, 25 Oct 2022 20:36:02 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:26:39 GMT", + "Date": "Tue, 25 Oct 2022 20:36:02 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.14006.8 - WEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "c1637931-d1b8-434f-b1e6-271de6a4bf69", + "client-request-id": "7f777205-c693-498f-9802-110862c31437", "Connection": "keep-alive", "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "c1637931-d1b8-434f-b1e6-271de6a4bf69", + "client-request-id": "7f777205-c693-498f-9802-110862c31437", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:26:40 GMT", + "Date": "Tue, 25 Oct 2022 20:36:03 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f0807dd3-2b44-4431-8f94-1c9c05eced9d?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/69d164eb-a76a-4acf-92bd-49b6bf97839a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "750", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:26:50 GMT", + "Date": "Tue, 25 Oct 2022 20:36:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "341524ca-c07c-45c4-8a29-08b47aa937d9", - "x-ms-correlation-request-id": "d6d4454c-a576-43d2-8329-8c6fbf99d73c", + "x-ms-arm-service-request-id": "91a48131-7e3c-415c-856e-46e7e2aeb0fb", + "x-ms-correlation-request-id": "c1a61352-96af-4e72-80ac-9d6c5b505bd8", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T092651Z:d6d4454c-a576-43d2-8329-8c6fbf99d73c" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T203612Z:c1a61352-96af-4e72-80ac-9d6c5b505bd8" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-aac12d96", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96", - "etag": "W/\u0022b3f7209a-b304-4b91-a554-221c277093cd\u0022", + "etag": "W/\u002261c2901d-b64b-42e6-ae16-08242319c4b5\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T09:26:43.4374944Z" + "CreatedOnDate": "2022-10-25T20:36:06.6213931Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "181d376b-d7cd-43b9-9a72-4cc3daec2f4d", + "resourceGuid": "180a9f0b-a430-4a59-a6ab-01607358f76f", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f0807dd3-2b44-4431-8f94-1c9c05eced9d?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/69d164eb-a76a-4acf-92bd-49b6bf97839a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,10 +293,9 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:26:50 GMT", + "Date": "Tue, 25 Oct 2022 20:36:12 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" @@ -305,45 +304,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1681d835-7d97-4c88-89b6-0bce3e7b5994", - "x-ms-correlation-request-id": "83a1a91e-1cde-4f5e-9a73-ea42ca065db2", + "x-ms-arm-service-request-id": "d9edebcf-41c4-4070-aea6-d157ceebb3fd", + "x-ms-correlation-request-id": "cf1a168f-7c96-4702-8c07-2d07faa00816", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T092651Z:83a1a91e-1cde-4f5e-9a73-ea42ca065db2" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f0807dd3-2b44-4431-8f94-1c9c05eced9d?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:27:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1d0b35c3-945c-4b2b-9d15-dc6ba8c18c94", - "x-ms-correlation-request-id": "07bf93bd-32e0-4023-80bd-afabe4da191d", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T092701Z:07bf93bd-32e0-4023-80bd-afabe4da191d" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T203612Z:cf1a168f-7c96-4702-8c07-2d07faa00816" }, "ResponseBody": { "status": "Succeeded" @@ -364,8 +328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:27:01 GMT", - "ETag": "W/\u00220eb449ae-6019-4bc7-92bd-894ba2f21c69\u0022", + "Date": "Tue, 25 Oct 2022 20:36:12 GMT", + "ETag": "W/\u002208e85661-85a6-4876-bacd-1158fde62104\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -376,23 +340,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "27cf381e-26da-45a5-ab7f-f2d60de75aa9", - "x-ms-correlation-request-id": "cdb5e8f5-f25e-45f9-9c51-d456383809fb", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T092702Z:cdb5e8f5-f25e-45f9-9c51-d456383809fb" + "x-ms-arm-service-request-id": "96e3e616-6a90-4451-875a-6b76713dc9f9", + "x-ms-correlation-request-id": "7da806c1-98cd-4cf4-bcee-1f83d1f493fa", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T203612Z:7da806c1-98cd-4cf4-bcee-1f83d1f493fa" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-aac12d96", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96", - "etag": "W/\u00220eb449ae-6019-4bc7-92bd-894ba2f21c69\u0022", + "etag": "W/\u002208e85661-85a6-4876-bacd-1158fde62104\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T09:26:43.4374944Z" + "CreatedOnDate": "2022-10-25T20:36:06.6213931Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "181d376b-d7cd-43b9-9a72-4cc3daec2f4d", + "resourceGuid": "180a9f0b-a430-4a59-a6ab-01607358f76f", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -431,11 +395,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/904c2fbe-b838-4324-91b4-f90b80a7ec64?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/1f98584d-a5aa-4b13-aeea-efeda747f93e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:27:02 GMT", + "Date": "Tue, 25 Oct 2022 20:36:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -445,15 +409,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "147fda05-b7b0-4307-913c-6fc4111f1ccd", - "x-ms-correlation-request-id": "62c5ce01-e009-4319-ab83-1fdfb3a574c6", + "x-ms-arm-service-request-id": "e2624fb2-2463-41d1-9b12-ebc78aea1c07", + "x-ms-correlation-request-id": "d2a75919-28e8-4b6a-8dfa-2cc36ee818cc", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T092703Z:62c5ce01-e009-4319-ab83-1fdfb3a574c6" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T203613Z:d2a75919-28e8-4b6a-8dfa-2cc36ee818cc" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", - "etag": "W/\u0022cc467a84-de36-48c3-b44b-563ed7e8f12b\u0022", + "etag": "W/\u0022fc343a53-ccd7-42a7-9a5c-08b32dedac49\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -461,7 +425,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022cc467a84-de36-48c3-b44b-563ed7e8f12b\u0022", + "etag": "W/\u0022fc343a53-ccd7-42a7-9a5c-08b32dedac49\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -481,43 +445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/904c2fbe-b838-4324-91b4-f90b80a7ec64?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:27:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ddcca96f-2330-42f6-ae75-a60f61a8f6cb", - "x-ms-correlation-request-id": "385da221-c7bb-4ac2-bc99-46157ab75103", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T092703Z:385da221-c7bb-4ac2-bc99-46157ab75103" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/904c2fbe-b838-4324-91b4-f90b80a7ec64?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/1f98584d-a5aa-4b13-aeea-efeda747f93e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -531,7 +459,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:27:13 GMT", + "Date": "Tue, 25 Oct 2022 20:36:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -542,10 +470,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3ffc0e4d-00ad-4d1b-92b3-18215b9ad7d8", - "x-ms-correlation-request-id": "a9e554ce-be2e-469a-a4ce-d24508ad69da", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T092713Z:a9e554ce-be2e-469a-a4ce-d24508ad69da" + "x-ms-arm-service-request-id": "b94f5aae-f77e-444f-999c-ba46b42fe070", + "x-ms-correlation-request-id": "59facd97-13ee-4c02-a052-e662c8e3d0ed", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T203613Z:59facd97-13ee-4c02-a052-e662c8e3d0ed" }, "ResponseBody": { "status": "Succeeded" @@ -566,8 +494,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:27:14 GMT", - "ETag": "W/\u0022ddf85311-1a76-47cf-9184-412999758f80\u0022", + "Date": "Tue, 25 Oct 2022 20:36:13 GMT", + "ETag": "W/\u0022955e2e68-1e14-4bee-97fa-f8ca91264101\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -578,15 +506,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e00dd11f-b0bd-499e-887e-1faa92848d07", - "x-ms-correlation-request-id": "9af825f5-ef05-4c11-bcb6-317d9c6b6147", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T092714Z:9af825f5-ef05-4c11-bcb6-317d9c6b6147" + "x-ms-arm-service-request-id": "5c177068-359c-4d6f-ae82-ef968a502bd4", + "x-ms-correlation-request-id": "ab443cb7-d3ed-462a-9b9a-0f1d3d7248d9", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T203614Z:ab443cb7-d3ed-462a-9b9a-0f1d3d7248d9" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", - "etag": "W/\u0022ddf85311-1a76-47cf-9184-412999758f80\u0022", + "etag": "W/\u0022955e2e68-1e14-4bee-97fa-f8ca91264101\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -594,7 +522,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022ddf85311-1a76-47cf-9184-412999758f80\u0022", + "etag": "W/\u0022955e2e68-1e14-4bee-97fa-f8ca91264101\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -630,7 +558,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:27:13 GMT", + "Date": "Tue, 25 Oct 2022 20:36:14 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -724,12 +652,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:27:13 GMT", + "Date": "Tue, 25 Oct 2022 20:36:14 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.13943.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -785,7 +713,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "52cb8329-cb46-4621-bad1-f4c0dcd0148e", + "client-request-id": "01c5d086-530b-4edc-93e6-e0f8056e9af7", "Connection": "keep-alive", "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", @@ -803,10 +731,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "52cb8329-cb46-4621-bad1-f4c0dcd0148e", + "client-request-id": "01c5d086-530b-4edc-93e6-e0f8056e9af7", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:27:13 GMT", + "Date": "Tue, 25 Oct 2022 20:36:14 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -841,30 +769,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/933e53c8-ede8-4466-ab23-fa8b6e445951?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a05f706-1afc-4393-a76d-c9701393f0e2?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "706", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:27:19 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T09%3A27%3A17.8422843Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 20:36:18 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T20%3A36%3A17.7522348Z\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": "99b04f28-e7ba-415d-bf4e-05326b9dea12", + "x-ms-correlation-request-id": "ecf7e975-8688-4d75-9203-59e7716a4f93", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T092719Z:99b04f28-e7ba-415d-bf4e-05326b9dea12", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T203619Z:ecf7e975-8688-4d75-9203-59e7716a4f93", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-25T09%3A27%3A17.8422843Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T20%3A36%3A17.7522348Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T09:27:15.7154742Z" + "CreatedOnDate": "2022-10-25T20:36:15.8009879Z" }, "properties": { "provisioningState": "Creating" @@ -872,15 +800,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T09:27:16.8420483Z", + "createdAt": "2022-10-25T20:36:16.7609056Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T09:27:16.8420483Z" + "lastModifiedAt": "2022-10-25T20:36:16.7609056Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/933e53c8-ede8-4466-ab23-fa8b6e445951?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a05f706-1afc-4393-a76d-c9701393f0e2?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -894,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:27:19 GMT", + "Date": "Tue, 25 Oct 2022 20:36:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -902,17 +830,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "892e9184-42c6-4a82-98c1-8fe27b151e8e", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T092719Z:892e9184-42c6-4a82-98c1-8fe27b151e8e", + "x-ms-correlation-request-id": "043375a1-efd8-41de-b26f-c970171b47eb", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T203619Z:043375a1-efd8-41de-b26f-c970171b47eb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/933e53c8-ede8-4466-ab23-fa8b6e445951", - "name": "933e53c8-ede8-4466-ab23-fa8b6e445951", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9a05f706-1afc-4393-a76d-c9701393f0e2", + "name": "9a05f706-1afc-4393-a76d-c9701393f0e2", "status": "Succeeded", - "startTime": "2022-10-25T09:27:17.8358796Z", - "endTime": "2022-10-25T09:27:17.9453278Z", + "startTime": "2022-10-25T20:36:17.7516288Z", + "endTime": "2022-10-25T20:36:17.7985862Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96" @@ -934,8 +862,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:27:19 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T09%3A27%3A17.9194438Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 20:36:19 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T20%3A36%3A17.8024978Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -943,19 +871,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca450db5-2e79-45bd-8fa9-81d5832ac792", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T092719Z:ca450db5-2e79-45bd-8fa9-81d5832ac792", + "x-ms-correlation-request-id": "a90e27d6-f9c5-48d6-93f7-9dc3c32e4e0f", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T203619Z:a90e27d6-f9c5-48d6-93f7-9dc3c32e4e0f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-25T09%3A27%3A17.9194438Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T20%3A36%3A17.8024978Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T09:27:15.7154742Z" + "CreatedOnDate": "2022-10-25T20:36:15.8009879Z" }, "properties": { "activeDirectories": [ @@ -984,10 +912,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T09:27:16.8420483Z", + "createdAt": "2022-10-25T20:36:16.7609056Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T09:27:16.8420483Z" + "lastModifiedAt": "2022-10-25T20:36:16.7609056Z" } } }, @@ -1013,30 +941,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56686e94-ac92-4d80-80ac-a48637200d29?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/76803e66-306f-4ea7-a8fa-a2e2a88a02bd?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:27:22 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T09%3A27%3A21.6221294Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 20:36:21 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T20%3A36%3A21.1813026Z\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": "fb90eb86-f1b5-46ff-b3ca-24c7db4abec8", + "x-ms-correlation-request-id": "c571eaba-e562-4555-9fb7-19c929e00c27", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T092722Z:fb90eb86-f1b5-46ff-b3ca-24c7db4abec8", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T203622Z:c571eaba-e562-4555-9fb7-19c929e00c27", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-25T09%3A27%3A21.6221294Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T20%3A36%3A21.1813026Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T09:27:20.2615036Z" + "CreatedOnDate": "2022-10-25T20:36:19.9818184Z" }, "properties": { "serviceLevel": "Premium", @@ -1050,15 +978,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T09:27:21.3916187Z", + "createdAt": "2022-10-25T20:36:20.9664963Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T09:27:21.3916187Z" + "lastModifiedAt": "2022-10-25T20:36:20.9664963Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56686e94-ac92-4d80-80ac-a48637200d29?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/76803e66-306f-4ea7-a8fa-a2e2a88a02bd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1072,7 +1000,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:27:22 GMT", + "Date": "Tue, 25 Oct 2022 20:36:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1080,17 +1008,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7301e13-8fb5-4c40-9368-463c05b8fec5", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T092722Z:e7301e13-8fb5-4c40-9368-463c05b8fec5", + "x-ms-correlation-request-id": "6e697c9d-0ed4-421e-ab08-d5d8dff1b967", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T203622Z:6e697c9d-0ed4-421e-ab08-d5d8dff1b967", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/76803e66-306f-4ea7-a8fa-a2e2a88a02bd", + "name": "76803e66-306f-4ea7-a8fa-a2e2a88a02bd", + "status": "Creating", + "startTime": "2022-10-25T20:36:21.1748625Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/76803e66-306f-4ea7-a8fa-a2e2a88a02bd?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 20:36: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": "12c39675-157c-44bb-b3a9-b1bc868c03b1", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T203652Z:12c39675-157c-44bb-b3a9-b1bc868c03b1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56686e94-ac92-4d80-80ac-a48637200d29", - "name": "56686e94-ac92-4d80-80ac-a48637200d29", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/76803e66-306f-4ea7-a8fa-a2e2a88a02bd", + "name": "76803e66-306f-4ea7-a8fa-a2e2a88a02bd", "status": "Succeeded", - "startTime": "2022-10-25T09:27:21.6330848Z", - "endTime": "2022-10-25T09:27:22.4300251Z", + "startTime": "2022-10-25T20:36:21.1748625Z", + "endTime": "2022-10-25T20:36:22.253004Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1" @@ -1112,8 +1080,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:27:23 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T09%3A27%3A22.429872Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 20:36:52 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T20%3A36%3A22.2449646Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1121,22 +1089,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d4a1f3eb-3e2a-4255-aed8-cfd67d2a0450", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T092723Z:d4a1f3eb-3e2a-4255-aed8-cfd67d2a0450", + "x-ms-correlation-request-id": "828e7eab-3ec6-434e-bdd1-4a0de9dbc6e4", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T203652Z:828e7eab-3ec6-434e-bdd1-4a0de9dbc6e4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-25T09%3A27%3A22.429872Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T20%3A36%3A22.2449646Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T09:27:20.2615036Z" + "CreatedOnDate": "2022-10-25T20:36:19.9818184Z" }, "properties": { - "poolId": "235fcd51-6a1c-7963-dc4d-0cc7136c4643", + "poolId": "42e67581-855e-8082-da07-66342d5c0eec", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1149,10 +1117,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T09:27:21.3916187Z", + "createdAt": "2022-10-25T20:36:20.9664963Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T09:27:21.3916187Z" + "lastModifiedAt": "2022-10-25T20:36:20.9664963Z" } } }, @@ -1195,30 +1163,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7546ae2-be90-402b-aa67-3b9d4dbd6c6e?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "1583", + "Content-Length": "1582", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:27:36 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T09%3A27%3A35.2273712Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 20:37:05 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T20%3A37%3A04.740737Z\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": "b070042b-75d1-4417-a8bd-c0cfdde62a35", + "x-ms-correlation-request-id": "73a44d3b-f929-4a40-83a4-f0ddb73349d7", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T092736Z:b070042b-75d1-4417-a8bd-c0cfdde62a35", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T203705Z:73a44d3b-f929-4a40-83a4-f0ddb73349d7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T09%3A27%3A35.2273712Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T20%3A37%3A04.740737Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T09:27:33.6094774Z" + "CreatedOnDate": "2022-10-25T20:37:03.3940136Z" }, "properties": { "serviceLevel": "Premium", @@ -1248,15 +1216,55 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T09:27:34.899213Z", + "createdAt": "2022-10-25T20:37:04.383152Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T09:27:34.899213Z" + "lastModifiedAt": "2022-10-25T20:37:04.383152Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7546ae2-be90-402b-aa67-3b9d4dbd6c6e?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 20:37: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": "4bd70b58-4f20-4e2d-bfc3-d93a345f797d", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T203705Z:4bd70b58-4f20-4e2d-bfc3-d93a345f797d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7546ae2-be90-402b-aa67-3b9d4dbd6c6e", + "name": "b7546ae2-be90-402b-aa67-3b9d4dbd6c6e", + "status": "Creating", + "startTime": "2022-10-25T20:37:04.7451474Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7546ae2-be90-402b-aa67-3b9d4dbd6c6e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1270,7 +1278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:27:36 GMT", + "Date": "Tue, 25 Oct 2022 20:37:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1278,16 +1286,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f66c320-a633-4a2a-9797-bc05d6086723", + "x-ms-correlation-request-id": "f9283a9f-6dcf-40d4-8b56-71a7265c3130", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T092736Z:8f66c320-a633-4a2a-9797-bc05d6086723", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T203736Z:f9283a9f-6dcf-40d4-8b56-71a7265c3130", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3", - "name": "8ab892c9-a123-4945-98b1-95c73a0288e3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7546ae2-be90-402b-aa67-3b9d4dbd6c6e", + "name": "b7546ae2-be90-402b-aa67-3b9d4dbd6c6e", "status": "Creating", - "startTime": "2022-10-25T09:27:35.2310009Z", + "startTime": "2022-10-25T20:37:04.7451474Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1296,7 +1304,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7546ae2-be90-402b-aa67-3b9d4dbd6c6e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1310,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:28:06 GMT", + "Date": "Tue, 25 Oct 2022 20:38:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1318,16 +1326,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3c9deabd-0b6b-40ef-a3bc-5c701cc41c93", + "x-ms-correlation-request-id": "0828896a-54a8-4724-a363-17634c0468ea", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T092806Z:3c9deabd-0b6b-40ef-a3bc-5c701cc41c93", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T203806Z:0828896a-54a8-4724-a363-17634c0468ea", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3", - "name": "8ab892c9-a123-4945-98b1-95c73a0288e3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7546ae2-be90-402b-aa67-3b9d4dbd6c6e", + "name": "b7546ae2-be90-402b-aa67-3b9d4dbd6c6e", "status": "Creating", - "startTime": "2022-10-25T09:27:35.2310009Z", + "startTime": "2022-10-25T20:37:04.7451474Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1336,7 +1344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7546ae2-be90-402b-aa67-3b9d4dbd6c6e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1350,7 +1358,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:28:36 GMT", + "Date": "Tue, 25 Oct 2022 20:38:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1358,16 +1366,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "22121972-39d2-4dc6-82a5-39345f12ea09", + "x-ms-correlation-request-id": "459ccc39-8bf1-4d4d-9c9a-3d882b7f5bf4", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T092837Z:22121972-39d2-4dc6-82a5-39345f12ea09", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T203836Z:459ccc39-8bf1-4d4d-9c9a-3d882b7f5bf4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3", - "name": "8ab892c9-a123-4945-98b1-95c73a0288e3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7546ae2-be90-402b-aa67-3b9d4dbd6c6e", + "name": "b7546ae2-be90-402b-aa67-3b9d4dbd6c6e", "status": "Creating", - "startTime": "2022-10-25T09:27:35.2310009Z", + "startTime": "2022-10-25T20:37:04.7451474Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1376,7 +1384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7546ae2-be90-402b-aa67-3b9d4dbd6c6e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1390,7 +1398,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:29:07 GMT", + "Date": "Tue, 25 Oct 2022 20:39:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1398,16 +1406,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d21e1b96-a045-405d-951f-5c8213b1c690", + "x-ms-correlation-request-id": "0c440e43-6b25-4798-b2ab-c0bff7a78902", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T092907Z:d21e1b96-a045-405d-951f-5c8213b1c690", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T203906Z:0c440e43-6b25-4798-b2ab-c0bff7a78902", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3", - "name": "8ab892c9-a123-4945-98b1-95c73a0288e3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7546ae2-be90-402b-aa67-3b9d4dbd6c6e", + "name": "b7546ae2-be90-402b-aa67-3b9d4dbd6c6e", "status": "Creating", - "startTime": "2022-10-25T09:27:35.2310009Z", + "startTime": "2022-10-25T20:37:04.7451474Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1416,7 +1424,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7546ae2-be90-402b-aa67-3b9d4dbd6c6e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1430,7 +1438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:29:36 GMT", + "Date": "Tue, 25 Oct 2022 20:39:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1438,16 +1446,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b7b6ec02-88c5-4b8a-9363-bdc55ce71984", + "x-ms-correlation-request-id": "4e255ca9-f107-4ba4-a99a-b8a88075b1a3", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T092937Z:b7b6ec02-88c5-4b8a-9363-bdc55ce71984", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T203937Z:4e255ca9-f107-4ba4-a99a-b8a88075b1a3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3", - "name": "8ab892c9-a123-4945-98b1-95c73a0288e3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7546ae2-be90-402b-aa67-3b9d4dbd6c6e", + "name": "b7546ae2-be90-402b-aa67-3b9d4dbd6c6e", "status": "Creating", - "startTime": "2022-10-25T09:27:35.2310009Z", + "startTime": "2022-10-25T20:37:04.7451474Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1456,7 +1464,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7546ae2-be90-402b-aa67-3b9d4dbd6c6e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1470,7 +1478,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:30:07 GMT", + "Date": "Tue, 25 Oct 2022 20:40:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1478,16 +1486,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1e3b05a-5eda-4efb-be22-9a62be731671", + "x-ms-correlation-request-id": "1ab56d30-6773-4aa9-9f04-ea6802b423d1", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093008Z:d1e3b05a-5eda-4efb-be22-9a62be731671", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204007Z:1ab56d30-6773-4aa9-9f04-ea6802b423d1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3", - "name": "8ab892c9-a123-4945-98b1-95c73a0288e3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7546ae2-be90-402b-aa67-3b9d4dbd6c6e", + "name": "b7546ae2-be90-402b-aa67-3b9d4dbd6c6e", "status": "Creating", - "startTime": "2022-10-25T09:27:35.2310009Z", + "startTime": "2022-10-25T20:37:04.7451474Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1496,7 +1504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7546ae2-be90-402b-aa67-3b9d4dbd6c6e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1510,7 +1518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:30:37 GMT", + "Date": "Tue, 25 Oct 2022 20:40:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1518,16 +1526,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e721fb3-bc96-4015-aa17-35f3ad46ce3e", + "x-ms-correlation-request-id": "cf71a456-74fb-4cbc-8013-af66e44e160c", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093038Z:4e721fb3-bc96-4015-aa17-35f3ad46ce3e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204037Z:cf71a456-74fb-4cbc-8013-af66e44e160c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3", - "name": "8ab892c9-a123-4945-98b1-95c73a0288e3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7546ae2-be90-402b-aa67-3b9d4dbd6c6e", + "name": "b7546ae2-be90-402b-aa67-3b9d4dbd6c6e", "status": "Creating", - "startTime": "2022-10-25T09:27:35.2310009Z", + "startTime": "2022-10-25T20:37:04.7451474Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1536,7 +1544,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7546ae2-be90-402b-aa67-3b9d4dbd6c6e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1550,7 +1558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:31:07 GMT", + "Date": "Tue, 25 Oct 2022 20:41:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1558,16 +1566,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb964072-ca95-4534-90b6-aabb06f36a1e", + "x-ms-correlation-request-id": "bb2d13c3-905e-4eab-8a00-419c7ee879f8", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093108Z:eb964072-ca95-4534-90b6-aabb06f36a1e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204108Z:bb2d13c3-905e-4eab-8a00-419c7ee879f8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3", - "name": "8ab892c9-a123-4945-98b1-95c73a0288e3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7546ae2-be90-402b-aa67-3b9d4dbd6c6e", + "name": "b7546ae2-be90-402b-aa67-3b9d4dbd6c6e", "status": "Creating", - "startTime": "2022-10-25T09:27:35.2310009Z", + "startTime": "2022-10-25T20:37:04.7451474Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1576,7 +1584,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7546ae2-be90-402b-aa67-3b9d4dbd6c6e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1590,7 +1598,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:31:38 GMT", + "Date": "Tue, 25 Oct 2022 20:41:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1598,16 +1606,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "15abf6ab-9df8-438d-9f9b-9228a8919ac0", + "x-ms-correlation-request-id": "acc81c62-3a91-4e85-957e-a04392bbcfc6", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093138Z:15abf6ab-9df8-438d-9f9b-9228a8919ac0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204139Z:acc81c62-3a91-4e85-957e-a04392bbcfc6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3", - "name": "8ab892c9-a123-4945-98b1-95c73a0288e3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7546ae2-be90-402b-aa67-3b9d4dbd6c6e", + "name": "b7546ae2-be90-402b-aa67-3b9d4dbd6c6e", "status": "Creating", - "startTime": "2022-10-25T09:27:35.2310009Z", + "startTime": "2022-10-25T20:37:04.7451474Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1616,7 +1624,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7546ae2-be90-402b-aa67-3b9d4dbd6c6e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1630,7 +1638,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:32:08 GMT", + "Date": "Tue, 25 Oct 2022 20:42:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1638,17 +1646,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "88cc799f-27f3-4a22-8bf6-9c0b9b58b504", + "x-ms-correlation-request-id": "c18db44f-ea03-424f-9af0-64d2dd9c99bd", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093209Z:88cc799f-27f3-4a22-8bf6-9c0b9b58b504", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204209Z:c18db44f-ea03-424f-9af0-64d2dd9c99bd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8ab892c9-a123-4945-98b1-95c73a0288e3", - "name": "8ab892c9-a123-4945-98b1-95c73a0288e3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b7546ae2-be90-402b-aa67-3b9d4dbd6c6e", + "name": "b7546ae2-be90-402b-aa67-3b9d4dbd6c6e", "status": "Succeeded", - "startTime": "2022-10-25T09:27:35.2310009Z", - "endTime": "2022-10-25T09:32:07.9089999Z", + "startTime": "2022-10-25T20:37:04.7451474Z", + "endTime": "2022-10-25T20:41:52.6894602Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" @@ -1670,8 +1678,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:32:08 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T09%3A32%3A07.9029819Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 20:42:08 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T20%3A41%3A52.6914912Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1679,22 +1687,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aa0ebaec-e811-405e-a0ce-703000af7fbc", + "x-ms-correlation-request-id": "5efd4a6b-4078-4a73-b55f-b998cd3418e3", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093209Z:aa0ebaec-e811-405e-a0ce-703000af7fbc", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204209Z:5efd4a6b-4078-4a73-b55f-b998cd3418e3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T09%3A32%3A07.9029819Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T20%3A41%3A52.6914912Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T09:27:33.6094774Z" + "CreatedOnDate": "2022-10-25T20:37:03.3940136Z" }, "properties": { - "fileSystemId": "8293ae29-a018-a649-0376-c7d9581d5558", + "fileSystemId": "dcb5c19d-e094-e131-3023-0228c3b30e4f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-aac12d96", "usageThreshold": 107374182400, @@ -1722,7 +1730,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_0a095d18", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d1ae2248", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1737,8 +1745,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "8293ae29-a018-a649-0376-c7d9581d5558", - "fileSystemId": "8293ae29-a018-a649-0376-c7d9581d5558", + "mountTargetId": "dcb5c19d-e094-e131-3023-0228c3b30e4f", + "fileSystemId": "dcb5c19d-e094-e131-3023-0228c3b30e4f", "ipAddress": "10.0.0.4" } ], @@ -1758,10 +1766,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T09:27:34.899213Z", + "createdAt": "2022-10-25T20:37:04.383152Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T09:27:34.899213Z" + "lastModifiedAt": "2022-10-25T20:37:04.383152Z" } } }, @@ -1780,8 +1788,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:32:19 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T09%3A32%3A07.9029819Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 20:42:19 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T20%3A41%3A52.6914912Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1789,22 +1797,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f5b8ac20-0d0e-452f-aa8d-147f57c7b832", + "x-ms-correlation-request-id": "31a39242-28fe-4e5b-8127-60eb45a97e90", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093219Z:f5b8ac20-0d0e-452f-aa8d-147f57c7b832", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204220Z:31a39242-28fe-4e5b-8127-60eb45a97e90", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T09%3A32%3A07.9029819Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T20%3A41%3A52.6914912Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T09:27:33.6094774Z" + "CreatedOnDate": "2022-10-25T20:37:03.3940136Z" }, "properties": { - "fileSystemId": "8293ae29-a018-a649-0376-c7d9581d5558", + "fileSystemId": "dcb5c19d-e094-e131-3023-0228c3b30e4f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-aac12d96", "usageThreshold": 107374182400, @@ -1832,7 +1840,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_0a095d18", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d1ae2248", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -1847,8 +1855,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "8293ae29-a018-a649-0376-c7d9581d5558", - "fileSystemId": "8293ae29-a018-a649-0376-c7d9581d5558", + "mountTargetId": "dcb5c19d-e094-e131-3023-0228c3b30e4f", + "fileSystemId": "dcb5c19d-e094-e131-3023-0228c3b30e4f", "ipAddress": "10.0.0.4" } ], @@ -1868,10 +1876,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T09:27:34.899213Z", + "createdAt": "2022-10-25T20:37:04.383152Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T09:27:34.899213Z" + "lastModifiedAt": "2022-10-25T20:37:04.383152Z" } } }, @@ -1890,7 +1898,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:32:19 GMT", + "Date": "Tue, 25 Oct 2022 20:42:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1898,9 +1906,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "21c845e8-f021-4b53-b0e3-2df02d693740", + "x-ms-correlation-request-id": "5315f1a1-b4d0-4366-97de-4b710f0f9932", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093220Z:21c845e8-f021-4b53-b0e3-2df02d693740", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204220Z:5315f1a1-b4d0-4366-97de-4b710f0f9932", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1942,35 +1950,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fdbd384c-dc17-4e7a-983d-90d29c46d39f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8d9df61-22c6-4253-a91c-2f28ba307004?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "2478", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:32:20 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T09%3A32%3A21.0124966Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 20:42:21 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T20%3A42%3A21.2012442Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fdbd384c-dc17-4e7a-983d-90d29c46d39f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8d9df61-22c6-4253-a91c-2f28ba307004?api-version=2022-05-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": "060e0efe-e8a7-4e72-b873-7926bf011a46", + "x-ms-correlation-request-id": "c0f30484-9980-4ac5-8d3f-55cce44701c6", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093221Z:060e0efe-e8a7-4e72-b873-7926bf011a46", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204221Z:c0f30484-9980-4ac5-8d3f-55cce44701c6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T09%3A32%3A21.0124966Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T20%3A42%3A21.2012442Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T09:27:33.6094774Z" + "CreatedOnDate": "2022-10-25T20:37:03.3940136Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "8293ae29-a018-a649-0376-c7d9581d5558", + "fileSystemId": "dcb5c19d-e094-e131-3023-0228c3b30e4f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-aac12d96", "usageThreshold": 107374182400, @@ -1998,7 +2006,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_0a095d18", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d1ae2248", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2013,8 +2021,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "8293ae29-a018-a649-0376-c7d9581d5558", - "fileSystemId": "8293ae29-a018-a649-0376-c7d9581d5558", + "mountTargetId": "dcb5c19d-e094-e131-3023-0228c3b30e4f", + "fileSystemId": "dcb5c19d-e094-e131-3023-0228c3b30e4f", "ipAddress": "10.0.0.4" } ], @@ -2033,15 +2041,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T09:27:34.899213Z", + "createdAt": "2022-10-25T20:37:04.383152Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T09:27:34.899213Z" + "lastModifiedAt": "2022-10-25T20:37:04.383152Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fdbd384c-dc17-4e7a-983d-90d29c46d39f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8d9df61-22c6-4253-a91c-2f28ba307004?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2055,7 +2063,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:32:20 GMT", + "Date": "Tue, 25 Oct 2022 20:42:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2063,16 +2071,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d708265-8d07-480f-bf19-a8b3ab726be6", + "x-ms-correlation-request-id": "da4da759-8f3b-4980-acb6-f62542000780", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093221Z:6d708265-8d07-480f-bf19-a8b3ab726be6", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204221Z:da4da759-8f3b-4980-acb6-f62542000780", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fdbd384c-dc17-4e7a-983d-90d29c46d39f", - "name": "fdbd384c-dc17-4e7a-983d-90d29c46d39f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8d9df61-22c6-4253-a91c-2f28ba307004", + "name": "a8d9df61-22c6-4253-a91c-2f28ba307004", "status": "Patching", - "startTime": "2022-10-25T09:32:21.0169375Z", + "startTime": "2022-10-25T20:42:21.2060348Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2081,7 +2089,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fdbd384c-dc17-4e7a-983d-90d29c46d39f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8d9df61-22c6-4253-a91c-2f28ba307004?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2095,7 +2103,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:32:51 GMT", + "Date": "Tue, 25 Oct 2022 20:42:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2103,17 +2111,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9aa31bb-3c06-4759-b978-91c5a7532011", + "x-ms-correlation-request-id": "267ab3e5-56bb-4a59-a8ae-2c29c542069c", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093251Z:b9aa31bb-3c06-4759-b978-91c5a7532011", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204251Z:267ab3e5-56bb-4a59-a8ae-2c29c542069c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fdbd384c-dc17-4e7a-983d-90d29c46d39f", - "name": "fdbd384c-dc17-4e7a-983d-90d29c46d39f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8d9df61-22c6-4253-a91c-2f28ba307004", + "name": "a8d9df61-22c6-4253-a91c-2f28ba307004", "status": "Succeeded", - "startTime": "2022-10-25T09:32:21.0169375Z", - "endTime": "2022-10-25T09:32:23.9089745Z", + "startTime": "2022-10-25T20:42:21.2060348Z", + "endTime": "2022-10-25T20:42:26.0166077Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" @@ -2121,7 +2129,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/fdbd384c-dc17-4e7a-983d-90d29c46d39f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a8d9df61-22c6-4253-a91c-2f28ba307004?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2135,664 +2143,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:32: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": "065424df-4349-47e2-9bbd-0b64761653bc", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093251Z:065424df-4349-47e2-9bbd-0b64761653bc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T09%3A32%3A23.8628682Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-25T09:32:20.7091742Z" - }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/vaults/cbsvault" - } - }, - "fileSystemId": "8293ae29-a018-a649-0376-c7d9581d5558", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-aac12d96", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", - "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_8f82c7b40509489d9e97d719b9b955b4_0a095d18", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", - "poolId": "235fcd51-6a1c-7963-dc4d-0cc7136c4643", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "8293ae29-a018-a649-0376-c7d9581d5558", - "fileSystemId": "8293ae29-a018-a649-0376-c7d9581d5558", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.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": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-25T09:27:34.899213Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T09:32:20.8734781Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "69", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": { - "location": "westus2", - "properties": { - "useExistingSnapshot": false - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aca2b2ad-2b7a-428a-9fe3-2b001f50c7d5?api-version=2022-05-01", - "Cache-Control": "no-cache", - "Content-Length": "560", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:32:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aca2b2ad-2b7a-428a-9fe3-2b001f50c7d5?api-version=2022-05-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": "bfb5a392-8c92-4c22-b4e6-59ce29b3acbf", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093252Z:bfb5a392-8c92-4c22-b4e6-59ce29b3acbf", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "provisioningState": "Creating", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aca2b2ad-2b7a-428a-9fe3-2b001f50c7d5?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09: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": "99d5f9cd-15cf-49b3-af57-ce2275626bf1", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093252Z:99d5f9cd-15cf-49b3-af57-ce2275626bf1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aca2b2ad-2b7a-428a-9fe3-2b001f50c7d5", - "name": "aca2b2ad-2b7a-428a-9fe3-2b001f50c7d5", - "status": "Creating", - "startTime": "2022-10-25T09:32:52.4592223Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aca2b2ad-2b7a-428a-9fe3-2b001f50c7d5?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:33: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": "4c620578-9d64-430a-81f3-5b46277ecf0a", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093323Z:4c620578-9d64-430a-81f3-5b46277ecf0a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aca2b2ad-2b7a-428a-9fe3-2b001f50c7d5", - "name": "aca2b2ad-2b7a-428a-9fe3-2b001f50c7d5", - "status": "Succeeded", - "startTime": "2022-10-25T09:32:52.4592223Z", - "endTime": "2022-10-25T09:32:54.2562521Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aca2b2ad-2b7a-428a-9fe3-2b001f50c7d5?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "780", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:33:23 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": "b1b64b27-a486-434a-b79b-353b41773a1d", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093324Z:b1b64b27-a486-434a-b79b-353b41773a1d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "10/25/2022 9:32:54 AM", - "location": "", - "properties": { - "fileSystemId": "8293ae29-a018-a649-0376-c7d9581d5558", - "creationDate": "0001-01-01T00:00:00Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", - "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-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:33: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": "fc435466-9026-4ec5-8361-f6189bd45444", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093335Z:fc435466-9026-4ec5-8361-f6189bd45444", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-25T09:32:54Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:33: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": "d13964f7-d9e1-486b-b311-ef2c8ae8dcb3", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093346Z:d13964f7-d9e1-486b-b311-ef2c8ae8dcb3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-25T09:32:54Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:33: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": "535f8fde-b86f-4c93-a4e9-4a7d912a50f6", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093357Z:535f8fde-b86f-4c93-a4e9-4a7d912a50f6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-25T09:32:54Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:34: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": "955c3936-d0d7-4206-a5c1-3f9eee443d93", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093413Z:955c3936-d0d7-4206-a5c1-3f9eee443d93", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-25T09:32:54Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:34: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": "a3b16f7f-12e3-4639-8442-7b278d696597", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093424Z:a3b16f7f-12e3-4639-8442-7b278d696597", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-25T09:32:54Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09: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": "404dceff-7d8e-41a1-8f49-ab063052c3c8", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093434Z:404dceff-7d8e-41a1-8f49-ab063052c3c8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-25T09:32:54Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:34: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": "7a3c82d9-3deb-400b-92ea-25fd0933581a", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093445Z:7a3c82d9-3deb-400b-92ea-25fd0933581a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-25T09:32:54Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09: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": "bfbde665-0084-467c-bc5a-db3bc429f24f", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093456Z:bfbde665-0084-467c-bc5a-db3bc429f24f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", - "properties": { - "creationDate": "2022-10-25T09:32:54Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:35:06 GMT", + "Date": "Tue, 25 Oct 2022 20:42:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2800,54 +2151,143 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a69aded8-01dd-47df-9593-a184197b00bf", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093506Z:a69aded8-01dd-47df-9593-a184197b00bf", + "x-ms-correlation-request-id": "f45e099b-bcbd-4714-b9f3-8cdd5a6aeb60", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204252Z:f45e099b-bcbd-4714-b9f3-8cdd5a6aeb60", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", + "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T20%3A42%3A26.0125017Z\u0027\u0022", "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-25T20:42:20.7274983Z" + }, "properties": { - "creationDate": "2022-10-25T09:32:54Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/vaults/cbsvault" + } + }, + "fileSystemId": "dcb5c19d-e094-e131-3023-0228c3b30e4f", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-aac12d96", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_d1ae2248", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", + "poolId": "42e67581-855e-8082-da07-66342d5c0eec", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "dcb5c19d-e094-e131-3023-0228c3b30e4f", + "fileSystemId": "dcb5c19d-e094-e131-3023-0228c3b30e4f", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T20:37:04.383152Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T20:42:21.0452983Z" } } }, { "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", - "RequestMethod": "GET", + "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", + "Content-Length": "69", + "Content-Type": "application/json", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, - "RequestBody": null, - "StatusCode": 200, + "RequestBody": { + "location": "westus2", + "properties": { + "useExistingSnapshot": false + } + }, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/211be44f-e2d7-42ea-8ad4-ffa375f2e62d?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "560", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:35:17 GMT", + "Date": "Tue, 25 Oct 2022 20:42:51 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/211be44f-e2d7-42ea-8ad4-ffa375f2e62d?api-version=2022-05-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": "c72a17b0-82bc-4424-a31a-6bbb6c2b9fa5", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093518Z:c72a17b0-82bc-4424-a31a-6bbb6c2b9fa5", + "x-ms-correlation-request-id": "06b00217-ba41-4d33-bf40-1184f39739f1", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204252Z:06b00217-ba41-4d33-bf40-1184f39739f1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2856,22 +2296,16 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-25T09:32:54Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", - "size": 0, - "backupType": "Manual", "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-aac12d96", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/211be44f-e2d7-42ea-8ad4-ffa375f2e62d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -2882,7 +2316,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:35:27 GMT", + "Date": "Tue, 25 Oct 2022 20:42:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2890,33 +2324,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ead1b328-9c83-46e3-8e95-19467aebfa40", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093528Z:ead1b328-9c83-46e3-8e95-19467aebfa40", + "x-ms-correlation-request-id": "a739b3c4-f5a2-4e4d-9d31-3ed9a3089d3b", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204252Z:a739b3c4-f5a2-4e4d-9d31-3ed9a3089d3b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/211be44f-e2d7-42ea-8ad4-ffa375f2e62d", + "name": "211be44f-e2d7-42ea-8ad4-ffa375f2e62d", + "status": "Creating", + "startTime": "2022-10-25T20:42:52.4752415Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, "properties": { - "creationDate": "2022-10-25T09:32:54Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/211be44f-e2d7-42ea-8ad4-ffa375f2e62d?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -2927,7 +2356,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:35:38 GMT", + "Date": "Tue, 25 Oct 2022 20:43:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2935,70 +2364,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da04d121-9157-48ce-b808-499bd76deb67", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093539Z:da04d121-9157-48ce-b808-499bd76deb67", + "x-ms-correlation-request-id": "51e98c0a-d245-4749-aa1c-3a081f338dc4", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204323Z:51e98c0a-d245-4749-aa1c-3a081f338dc4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", - "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/211be44f-e2d7-42ea-8ad4-ffa375f2e62d", + "name": "211be44f-e2d7-42ea-8ad4-ffa375f2e62d", + "status": "Succeeded", + "startTime": "2022-10-25T20:42:52.4752415Z", + "endTime": "2022-10-25T20:42:53.5378773Z", + "percentComplete": 100.0, "properties": { - "creationDate": "2022-10-25T09:32:54Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/211be44f-e2d7-42ea-8ad4-ffa375f2e62d?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "780", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:35:50 GMT", + "Date": "Tue, 25 Oct 2022 20:43: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": "ea8ad209-65b2-417f-9592-2c2cf60b16cc", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093550Z:ea8ad209-65b2-417f-9592-2c2cf60b16cc", + "x-ms-correlation-request-id": "c3de11ed-204f-4caf-b6fc-7c686e63f129", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204323Z:c3de11ed-204f-4caf-b6fc-7c686e63f129", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96/backups/sdk-py-tests-backup-1-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96/sdk-py-tests-backup-1-aac12d96", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "westus2", + "etag": "10/25/2022 8:42:53 PM", + "location": "", "properties": { - "creationDate": "2022-10-25T09:32:54Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", + "fileSystemId": "dcb5c19d-e094-e131-3023-0228c3b30e4f", + "creationDate": "0001-01-01T00:00:00Z", + "backupId": "90cd6d5c-707e-895a-2e9c-28dddfd02d8e", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", "failureReason": "None", - "volumeName": "sdk-py-tests-vol-3-aac12d96", - "useExistingSnapshot": false + "useExistingSnapshot": false, + "provisioningState": "Creating" } } }, @@ -3017,7 +2440,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:36:00 GMT", + "Date": "Tue, 25 Oct 2022 20:43:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3025,9 +2448,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "697bbf3f-95fd-40ac-b61a-875608d00fbf", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093600Z:697bbf3f-95fd-40ac-b61a-875608d00fbf", + "x-ms-correlation-request-id": "64d8bf7a-9708-4255-8623-0d170e12bcbd", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204334Z:64d8bf7a-9708-4255-8623-0d170e12bcbd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3036,8 +2459,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-25T09:32:54Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", + "creationDate": "2022-10-25T20:42:53Z", + "backupId": "90cd6d5c-707e-895a-2e9c-28dddfd02d8e", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3062,7 +2485,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:36:10 GMT", + "Date": "Tue, 25 Oct 2022 20:43:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3070,9 +2493,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c053bb4-b2c5-401e-a2bf-33e110e01a8b", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093611Z:2c053bb4-b2c5-401e-a2bf-33e110e01a8b", + "x-ms-correlation-request-id": "bea98026-efcd-4471-a785-d82c5e712e80", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204345Z:bea98026-efcd-4471-a785-d82c5e712e80", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3081,8 +2504,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-25T09:32:54Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", + "creationDate": "2022-10-25T20:42:53Z", + "backupId": "90cd6d5c-707e-895a-2e9c-28dddfd02d8e", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3107,7 +2530,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:36:21 GMT", + "Date": "Tue, 25 Oct 2022 20:43:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3115,9 +2538,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03941714-5a10-4787-b96f-2395f387c10a", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093622Z:03941714-5a10-4787-b96f-2395f387c10a", + "x-ms-correlation-request-id": "97a51447-380d-4da6-8232-12488bee3364", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204355Z:97a51447-380d-4da6-8232-12488bee3364", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3126,8 +2549,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-25T09:32:54Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", + "creationDate": "2022-10-25T20:42:53Z", + "backupId": "90cd6d5c-707e-895a-2e9c-28dddfd02d8e", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3152,7 +2575,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:36:32 GMT", + "Date": "Tue, 25 Oct 2022 20:44:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3160,9 +2583,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "61a56f07-eeae-44d1-a54b-62ddbf00091c", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093632Z:61a56f07-eeae-44d1-a54b-62ddbf00091c", + "x-ms-correlation-request-id": "93dec6bf-4280-4255-9b41-f3944ef6f4b8", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204406Z:93dec6bf-4280-4255-9b41-f3944ef6f4b8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3171,8 +2594,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-25T09:32:54Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", + "creationDate": "2022-10-25T20:42:53Z", + "backupId": "90cd6d5c-707e-895a-2e9c-28dddfd02d8e", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3197,7 +2620,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:36:42 GMT", + "Date": "Tue, 25 Oct 2022 20:44:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3205,9 +2628,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0cb3df8b-d4e3-4aac-b0a8-eccd0a6a969e", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093643Z:0cb3df8b-d4e3-4aac-b0a8-eccd0a6a969e", + "x-ms-correlation-request-id": "5f8c685c-fa12-4c2e-91b6-e385994f7e8f", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204417Z:5f8c685c-fa12-4c2e-91b6-e385994f7e8f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3216,8 +2639,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-25T09:32:54Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", + "creationDate": "2022-10-25T20:42:53Z", + "backupId": "90cd6d5c-707e-895a-2e9c-28dddfd02d8e", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3242,7 +2665,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:36:52 GMT", + "Date": "Tue, 25 Oct 2022 20:44:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3250,9 +2673,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2ddbadc-5762-4ee5-9fb2-cf911e8806ac", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093653Z:d2ddbadc-5762-4ee5-9fb2-cf911e8806ac", + "x-ms-correlation-request-id": "da8efb78-ee3d-408f-b3e0-99264e19902c", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204428Z:da8efb78-ee3d-408f-b3e0-99264e19902c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3261,8 +2684,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-25T09:32:54Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", + "creationDate": "2022-10-25T20:42:53Z", + "backupId": "90cd6d5c-707e-895a-2e9c-28dddfd02d8e", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3287,7 +2710,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:37:04 GMT", + "Date": "Tue, 25 Oct 2022 20:44:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3295,9 +2718,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df684f92-5c3e-4fee-8dec-87cb34721268", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093704Z:df684f92-5c3e-4fee-8dec-87cb34721268", + "x-ms-correlation-request-id": "e50f6996-1d9b-419f-a626-f940cf035bb1", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204439Z:e50f6996-1d9b-419f-a626-f940cf035bb1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3306,8 +2729,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-25T09:32:54Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", + "creationDate": "2022-10-25T20:42:53Z", + "backupId": "90cd6d5c-707e-895a-2e9c-28dddfd02d8e", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3332,7 +2755,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:37:14 GMT", + "Date": "Tue, 25 Oct 2022 20:44:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3340,9 +2763,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89f7fef4-9821-423e-8792-eeca15083efc", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093715Z:89f7fef4-9821-423e-8792-eeca15083efc", + "x-ms-correlation-request-id": "38f03fc8-1a78-461b-81b4-8214cb942c67", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204450Z:38f03fc8-1a78-461b-81b4-8214cb942c67", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3351,8 +2774,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-25T09:32:54Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", + "creationDate": "2022-10-25T20:42:53Z", + "backupId": "90cd6d5c-707e-895a-2e9c-28dddfd02d8e", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3377,7 +2800,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:37:25 GMT", + "Date": "Tue, 25 Oct 2022 20:45:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3385,9 +2808,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8da1cbcc-af21-4f2e-aebc-72f3ae10624f", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093726Z:8da1cbcc-af21-4f2e-aebc-72f3ae10624f", + "x-ms-correlation-request-id": "0b46d5d9-00ad-479f-b92d-2797cf9e1edf", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204501Z:0b46d5d9-00ad-479f-b92d-2797cf9e1edf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3396,8 +2819,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-25T09:32:54Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", + "creationDate": "2022-10-25T20:42:53Z", + "backupId": "90cd6d5c-707e-895a-2e9c-28dddfd02d8e", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -3422,7 +2845,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:37:36 GMT", + "Date": "Tue, 25 Oct 2022 20:45:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3430,9 +2853,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d507a138-ccd6-4ce9-8daf-51baf501b177", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093737Z:d507a138-ccd6-4ce9-8daf-51baf501b177", + "x-ms-correlation-request-id": "86d4b0d9-e483-4569-bb6a-9a9176d11693", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204511Z:86d4b0d9-e483-4569-bb6a-9a9176d11693", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3441,8 +2864,8 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "westus2", "properties": { - "creationDate": "2022-10-25T09:33:11Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", + "creationDate": "2022-10-25T20:42:56Z", + "backupId": "90cd6d5c-707e-895a-2e9c-28dddfd02d8e", "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", @@ -3467,7 +2890,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:37:36 GMT", + "Date": "Tue, 25 Oct 2022 20:45:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3475,9 +2898,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d4657edc-3ac8-45f7-857c-758175500481", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093737Z:d4657edc-3ac8-45f7-857c-758175500481", + "x-ms-correlation-request-id": "44eb007c-1581-4c03-9b9a-a2907c727107", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204512Z:44eb007c-1581-4c03-9b9a-a2907c727107", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3981,8 +3404,8 @@ "type": "Microsoft.NetApp/netAppAccounts/accountBackups", "location": "westus2", "properties": { - "creationDate": "2022-10-25T09:33:11Z", - "backupId": "bbb5b4e9-1e01-113c-ffc8-ea6e0b8607fe", + "creationDate": "2022-10-25T20:42:56Z", + "backupId": "90cd6d5c-707e-895a-2e9c-28dddfd02d8e", "size": 339968, "backupType": "Manual", "provisioningState": "Succeeded", @@ -4007,65 +3430,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4019b7ce-c9bc-4647-be47-0c5759a81088?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 25 Oct 2022 09:37:37 GMT", + "Date": "Tue, 25 Oct 2022 20:45:12 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4019b7ce-c9bc-4647-be47-0c5759a81088?api-version=2022-05-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": "c39a37bd-1f52-4a1a-8f74-9a178809cef6", + "x-ms-correlation-request-id": "feb100a3-f12c-4c3f-9b3b-5afd6a2e3cab", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093738Z:c39a37bd-1f52-4a1a-8f74-9a178809cef6", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204513Z:feb100a3-f12c-4c3f-9b3b-5afd6a2e3cab", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:37: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": "cfb9ae9e-b235-4f25-872c-3867ab2c418a", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093738Z:cfb9ae9e-b235-4f25-872c-3867ab2c418a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5", - "name": "888099b5-9fe7-44b6-ab02-cf6279004ea5", - "status": "Deleting", - "startTime": "2022-10-25T09:37:38.241192Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4019b7ce-c9bc-4647-be47-0c5759a81088?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4079,7 +3462,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:38:08 GMT", + "Date": "Tue, 25 Oct 2022 20:45:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4087,16 +3470,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fc738916-4c30-46f4-9440-84a544130cc2", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093808Z:fc738916-4c30-46f4-9440-84a544130cc2", + "x-ms-correlation-request-id": "2350a974-a1e0-4468-8ec4-ed89e0b880e1", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204513Z:2350a974-a1e0-4468-8ec4-ed89e0b880e1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5", - "name": "888099b5-9fe7-44b6-ab02-cf6279004ea5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4019b7ce-c9bc-4647-be47-0c5759a81088", + "name": "4019b7ce-c9bc-4647-be47-0c5759a81088", "status": "Deleting", - "startTime": "2022-10-25T09:37:38.241192Z", + "startTime": "2022-10-25T20:45:12.9272189Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4105,7 +3488,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4019b7ce-c9bc-4647-be47-0c5759a81088?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4119,7 +3502,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:38:38 GMT", + "Date": "Tue, 25 Oct 2022 20:45:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4127,16 +3510,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a063a7c-7c51-44f0-a7fe-6e85c49edf66", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093839Z:8a063a7c-7c51-44f0-a7fe-6e85c49edf66", + "x-ms-correlation-request-id": "451dfa4c-14c0-46b5-941d-edeb577b6fa0", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204543Z:451dfa4c-14c0-46b5-941d-edeb577b6fa0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5", - "name": "888099b5-9fe7-44b6-ab02-cf6279004ea5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4019b7ce-c9bc-4647-be47-0c5759a81088", + "name": "4019b7ce-c9bc-4647-be47-0c5759a81088", "status": "Deleting", - "startTime": "2022-10-25T09:37:38.241192Z", + "startTime": "2022-10-25T20:45:12.9272189Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4145,7 +3528,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4019b7ce-c9bc-4647-be47-0c5759a81088?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4159,7 +3542,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:39:09 GMT", + "Date": "Tue, 25 Oct 2022 20:46:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4167,16 +3550,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad6f6d02-c53a-489f-b673-2772a7286b31", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093909Z:ad6f6d02-c53a-489f-b673-2772a7286b31", + "x-ms-correlation-request-id": "c24dbe5b-fca2-45f4-84e9-d202a56009ec", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204614Z:c24dbe5b-fca2-45f4-84e9-d202a56009ec", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5", - "name": "888099b5-9fe7-44b6-ab02-cf6279004ea5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4019b7ce-c9bc-4647-be47-0c5759a81088", + "name": "4019b7ce-c9bc-4647-be47-0c5759a81088", "status": "Deleting", - "startTime": "2022-10-25T09:37:38.241192Z", + "startTime": "2022-10-25T20:45:12.9272189Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4185,7 +3568,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4019b7ce-c9bc-4647-be47-0c5759a81088?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4199,7 +3582,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:39:39 GMT", + "Date": "Tue, 25 Oct 2022 20:46:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4207,16 +3590,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e1121397-3930-421a-a65b-0ff165d9bc92", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T093939Z:e1121397-3930-421a-a65b-0ff165d9bc92", + "x-ms-correlation-request-id": "a7275d36-3f38-437a-acc3-f6dd655e2a97", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204644Z:a7275d36-3f38-437a-acc3-f6dd655e2a97", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5", - "name": "888099b5-9fe7-44b6-ab02-cf6279004ea5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4019b7ce-c9bc-4647-be47-0c5759a81088", + "name": "4019b7ce-c9bc-4647-be47-0c5759a81088", "status": "Deleting", - "startTime": "2022-10-25T09:37:38.241192Z", + "startTime": "2022-10-25T20:45:12.9272189Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4225,7 +3608,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4019b7ce-c9bc-4647-be47-0c5759a81088?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4239,7 +3622,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:40:10 GMT", + "Date": "Tue, 25 Oct 2022 20:47:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4247,17 +3630,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67604f2d-1daa-4a97-bc87-e25030fd8d80", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094010Z:67604f2d-1daa-4a97-bc87-e25030fd8d80", + "x-ms-correlation-request-id": "4b9bfe53-5cd0-4a0f-9b4f-731007af78c1", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204715Z:4b9bfe53-5cd0-4a0f-9b4f-731007af78c1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5", - "name": "888099b5-9fe7-44b6-ab02-cf6279004ea5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4019b7ce-c9bc-4647-be47-0c5759a81088", + "name": "4019b7ce-c9bc-4647-be47-0c5759a81088", "status": "Succeeded", - "startTime": "2022-10-25T09:37:38.241192Z", - "endTime": "2022-10-25T09:39:40.2990374Z", + "startTime": "2022-10-25T20:45:12.9272189Z", + "endTime": "2022-10-25T20:46:58.3528336Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96" @@ -4265,7 +3648,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/888099b5-9fe7-44b6-ab02-cf6279004ea5?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4019b7ce-c9bc-4647-be47-0c5759a81088?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4279,7 +3662,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:40:10 GMT", + "Date": "Tue, 25 Oct 2022 20:47:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4287,19 +3670,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cfcaa376-fa4c-4ab0-a7d5-5188960d33e3", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094010Z:cfcaa376-fa4c-4ab0-a7d5-5188960d33e3", + "x-ms-correlation-request-id": "fcdc0370-0eb7-4413-a593-53e187177782", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T204715Z:fcdc0370-0eb7-4413-a593-53e187177782", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1/sdk-py-tests-vol-3-aac12d96", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T09%3A39%3A31.121801Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T20%3A46%3A49.2215532Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T09:32:20.7091742Z" + "CreatedOnDate": "2022-10-25T20:42:20.7274983Z" }, "properties": { "dataProtection": { @@ -4309,7 +3692,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/vaults/cbsvault" } }, - "fileSystemId": "8293ae29-a018-a649-0376-c7d9581d5558", + "fileSystemId": "dcb5c19d-e094-e131-3023-0228c3b30e4f", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-aac12d96", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -4340,19 +3723,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_0a095d18", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_d1ae2248", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-aac12d96/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-aac12d96", - "poolId": "235fcd51-6a1c-7963-dc4d-0cc7136c4643", + "poolId": "42e67581-855e-8082-da07-66342d5c0eec", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "8293ae29-a018-a649-0376-c7d9581d5558", - "fileSystemId": "8293ae29-a018-a649-0376-c7d9581d5558", + "mountTargetId": "dcb5c19d-e094-e131-3023-0228c3b30e4f", + "fileSystemId": "dcb5c19d-e094-e131-3023-0228c3b30e4f", "startIp": "", "endIp": "", "gateway": "", @@ -4384,10 +3767,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T09:27:34.899213Z", + "createdAt": "2022-10-25T20:37:04.383152Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T09:32:20.8734781Z" + "lastModifiedAt": "2022-10-25T20:42:21.0452983Z" } } }, @@ -4406,14 +3789,14 @@ "Cache-Control": "no-cache", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:43:32 GMT", + "Date": "Tue, 25 Oct 2022 20:50:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "db158eea-aafe-49dc-9ce4-b03c440e3b1b", + "x-ms-correlation-request-id": "03e5b48d-48ab-47ce-988c-e2b89dbeef59", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094333Z:db158eea-aafe-49dc-9ce4-b03c440e3b1b" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T205038Z:03e5b48d-48ab-47ce-988c-e2b89dbeef59" }, "ResponseBody": { "error": { @@ -4435,25 +3818,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1598ec66-dbdc-4974-9350-ca4383446098?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 25 Oct 2022 09:43:34 GMT", + "Date": "Tue, 25 Oct 2022 20:50:39 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1598ec66-dbdc-4974-9350-ca4383446098?api-version=2022-05-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": "3d73e506-cd85-4044-8086-bf4543dbaf30", + "x-ms-correlation-request-id": "42d9da84-251a-423a-a958-3c4ae2e76a9a", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094335Z:3d73e506-cd85-4044-8086-bf4543dbaf30", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T205040Z:42d9da84-251a-423a-a958-3c4ae2e76a9a", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1598ec66-dbdc-4974-9350-ca4383446098?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4467,7 +3850,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:43:34 GMT", + "Date": "Tue, 25 Oct 2022 20:50:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4475,16 +3858,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "436d3b0a-71c0-402a-880d-601758c023ad", + "x-ms-correlation-request-id": "e6991aa1-ad0e-40d6-a2ff-9e848f3976d7", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094335Z:436d3b0a-71c0-402a-880d-601758c023ad", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T205040Z:e6991aa1-ad0e-40d6-a2ff-9e848f3976d7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7", - "name": "f6abc797-71b2-438a-bb06-441e6803fca7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1598ec66-dbdc-4974-9350-ca4383446098", + "name": "1598ec66-dbdc-4974-9350-ca4383446098", "status": "Deleting", - "startTime": "2022-10-25T09:43:35.3733651Z", + "startTime": "2022-10-25T20:50:40.0108635Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4493,7 +3876,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1598ec66-dbdc-4974-9350-ca4383446098?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4507,7 +3890,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:44:05 GMT", + "Date": "Tue, 25 Oct 2022 20:51:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4515,16 +3898,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82ce6f57-0481-4434-900e-501c5310171a", + "x-ms-correlation-request-id": "8996a6b7-cd12-43bb-b2d4-840a9b19967e", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094406Z:82ce6f57-0481-4434-900e-501c5310171a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T205110Z:8996a6b7-cd12-43bb-b2d4-840a9b19967e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7", - "name": "f6abc797-71b2-438a-bb06-441e6803fca7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1598ec66-dbdc-4974-9350-ca4383446098", + "name": "1598ec66-dbdc-4974-9350-ca4383446098", "status": "Deleting", - "startTime": "2022-10-25T09:43:35.3733651Z", + "startTime": "2022-10-25T20:50:40.0108635Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4533,7 +3916,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1598ec66-dbdc-4974-9350-ca4383446098?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4547,7 +3930,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:44:35 GMT", + "Date": "Tue, 25 Oct 2022 20:51:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4555,16 +3938,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "42e7ccbf-d8cf-4ee9-bdad-fefd5c87d1f6", + "x-ms-correlation-request-id": "732d9abc-23ad-4010-9f42-1370d4fa8457", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094436Z:42e7ccbf-d8cf-4ee9-bdad-fefd5c87d1f6", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T205140Z:732d9abc-23ad-4010-9f42-1370d4fa8457", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7", - "name": "f6abc797-71b2-438a-bb06-441e6803fca7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1598ec66-dbdc-4974-9350-ca4383446098", + "name": "1598ec66-dbdc-4974-9350-ca4383446098", "status": "Deleting", - "startTime": "2022-10-25T09:43:35.3733651Z", + "startTime": "2022-10-25T20:50:40.0108635Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4573,7 +3956,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1598ec66-dbdc-4974-9350-ca4383446098?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4587,7 +3970,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:45:05 GMT", + "Date": "Tue, 25 Oct 2022 20:52:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4595,16 +3978,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2879552a-09bd-44ed-ab93-669a4e266d98", + "x-ms-correlation-request-id": "b0d59b83-2140-4078-91b2-52e02552502a", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094506Z:2879552a-09bd-44ed-ab93-669a4e266d98", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T205211Z:b0d59b83-2140-4078-91b2-52e02552502a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7", - "name": "f6abc797-71b2-438a-bb06-441e6803fca7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1598ec66-dbdc-4974-9350-ca4383446098", + "name": "1598ec66-dbdc-4974-9350-ca4383446098", "status": "Deleting", - "startTime": "2022-10-25T09:43:35.3733651Z", + "startTime": "2022-10-25T20:50:40.0108635Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4613,7 +3996,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1598ec66-dbdc-4974-9350-ca4383446098?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4627,7 +4010,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:45:36 GMT", + "Date": "Tue, 25 Oct 2022 20:52:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4635,16 +4018,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "81c491df-c2ce-42fa-b21b-4497280258d0", + "x-ms-correlation-request-id": "9c88d11a-8e50-4bbb-b049-4f779fb170db", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094536Z:81c491df-c2ce-42fa-b21b-4497280258d0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T205241Z:9c88d11a-8e50-4bbb-b049-4f779fb170db", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7", - "name": "f6abc797-71b2-438a-bb06-441e6803fca7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1598ec66-dbdc-4974-9350-ca4383446098", + "name": "1598ec66-dbdc-4974-9350-ca4383446098", "status": "Deleting", - "startTime": "2022-10-25T09:43:35.3733651Z", + "startTime": "2022-10-25T20:50:40.0108635Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4653,7 +4036,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1598ec66-dbdc-4974-9350-ca4383446098?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4667,7 +4050,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:46:06 GMT", + "Date": "Tue, 25 Oct 2022 20:53:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4675,17 +4058,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "25a5d271-b33b-403e-b988-c4ed34a686f6", + "x-ms-correlation-request-id": "be758331-33c9-4262-bd6f-27f3728c0add", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094607Z:25a5d271-b33b-403e-b988-c4ed34a686f6", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T205311Z:be758331-33c9-4262-bd6f-27f3728c0add", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7", - "name": "f6abc797-71b2-438a-bb06-441e6803fca7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1598ec66-dbdc-4974-9350-ca4383446098", + "name": "1598ec66-dbdc-4974-9350-ca4383446098", "status": "Succeeded", - "startTime": "2022-10-25T09:43:35.3733651Z", - "endTime": "2022-10-25T09:45:46.8962661Z", + "startTime": "2022-10-25T20:50:40.0108635Z", + "endTime": "2022-10-25T20:52:45.0088482Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/accountBackups/sdk-py-tests-backup-1-aac12d96" @@ -4693,7 +4076,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f6abc797-71b2-438a-bb06-441e6803fca7?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1598ec66-dbdc-4974-9350-ca4383446098?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4707,7 +4090,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:46:06 GMT", + "Date": "Tue, 25 Oct 2022 20:53:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4715,9 +4098,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8711a163-d1e4-45ae-8d00-2dff9d07b9ac", + "x-ms-correlation-request-id": "bb56d71d-070f-4e1d-9910-17349530ce7a", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094607Z:8711a163-d1e4-45ae-8d00-2dff9d07b9ac", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T205311Z:bb56d71d-070f-4e1d-9910-17349530ce7a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4742,7 +4125,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:46:08 GMT", + "Date": "Tue, 25 Oct 2022 20:53:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4750,9 +4133,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a8f5403-a5f8-43b6-8ba7-6c6284528a59", + "x-ms-correlation-request-id": "b188c351-059a-4714-a0b2-a226bd7469e8", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094608Z:2a8f5403-a5f8-43b6-8ba7-6c6284528a59", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T205313Z:b188c351-059a-4714-a0b2-a226bd7469e8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5266,25 +4649,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/260995f6-b19c-46c4-8467-88b365a3c209?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56dec026-c1bf-499a-8db8-14ebf979537e?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 25 Oct 2022 09:46:18 GMT", + "Date": "Tue, 25 Oct 2022 20:53:23 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/260995f6-b19c-46c4-8467-88b365a3c209?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56dec026-c1bf-499a-8db8-14ebf979537e?api-version=2022-05-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": "b8d8722a-0f9c-4946-b26e-aa0e4a86150b", + "x-ms-correlation-request-id": "c3a44d77-c8c7-49c2-a0cd-4d689f59bc97", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094619Z:b8d8722a-0f9c-4946-b26e-aa0e4a86150b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T205323Z:c3a44d77-c8c7-49c2-a0cd-4d689f59bc97", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/260995f6-b19c-46c4-8467-88b365a3c209?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56dec026-c1bf-499a-8db8-14ebf979537e?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5298,7 +4681,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:46:19 GMT", + "Date": "Tue, 25 Oct 2022 20:53:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5306,17 +4689,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c5cb7aa5-e2cc-44d3-8bcb-043bf11c0447", + "x-ms-correlation-request-id": "1ed5e357-381f-4637-87c5-46664ca43025", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094619Z:c5cb7aa5-e2cc-44d3-8bcb-043bf11c0447", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T205324Z:1ed5e357-381f-4637-87c5-46664ca43025", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/260995f6-b19c-46c4-8467-88b365a3c209", - "name": "260995f6-b19c-46c4-8467-88b365a3c209", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56dec026-c1bf-499a-8db8-14ebf979537e", + "name": "56dec026-c1bf-499a-8db8-14ebf979537e", "status": "Succeeded", - "startTime": "2022-10-25T09:46:19.2948067Z", - "endTime": "2022-10-25T09:46:19.5921701Z", + "startTime": "2022-10-25T20:53:23.8805843Z", + "endTime": "2022-10-25T20:53:24.1305449Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1" @@ -5324,7 +4707,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/260995f6-b19c-46c4-8467-88b365a3c209?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56dec026-c1bf-499a-8db8-14ebf979537e?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5338,7 +4721,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:46:19 GMT", + "Date": "Tue, 25 Oct 2022 20:53:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5346,22 +4729,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f8c6c85d-c4c5-4351-b8d8-19e115ea206b", + "x-ms-correlation-request-id": "df55bac6-9587-45fa-b75b-8f0f3a1573a3", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094619Z:f8c6c85d-c4c5-4351-b8d8-19e115ea206b", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T205324Z:df55bac6-9587-45fa-b75b-8f0f3a1573a3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-aac12d96/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-25T09%3A46%3A19.2957658Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T20%3A53%3A23.8783605Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T09:27:20.2615036Z" + "CreatedOnDate": "2022-10-25T20:36:19.9818184Z" }, "properties": { - "poolId": "235fcd51-6a1c-7963-dc4d-0cc7136c4643", + "poolId": "42e67581-855e-8082-da07-66342d5c0eec", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96/capacityPools/sdk-py-tests-pool-1", @@ -5375,10 +4758,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T09:27:21.3916187Z", + "createdAt": "2022-10-25T20:36:20.9664963Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T09:27:21.3916187Z" + "lastModifiedAt": "2022-10-25T20:36:20.9664963Z" } } }, @@ -5396,15 +4779,15 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 25 Oct 2022 09:46:33 GMT", + "Date": "Tue, 25 Oct 2022 20:53: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": "1eb0f1f2-d271-43f3-9baf-3f7beb3cb248", + "x-ms-correlation-request-id": "1b8316f7-dda1-42df-be55-3831b2fad443", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094634Z:1eb0f1f2-d271-43f3-9baf-3f7beb3cb248", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T205338Z:1b8316f7-dda1-42df-be55-3831b2fad443", "X-Powered-By": "ASP.NET" }, "ResponseBody": null @@ -5423,14 +4806,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 25 Oct 2022 09:46:43 GMT", + "Date": "Tue, 25 Oct 2022 20:53:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "17b73ad2-e43c-449d-b59e-273edf131a40", + "x-ms-correlation-request-id": "db14c87b-0d43-45f7-a885-0bf586c6c0a3", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094644Z:17b73ad2-e43c-449d-b59e-273edf131a40" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T205349Z:db14c87b-0d43-45f7-a885-0bf586c6c0a3" }, "ResponseBody": null }, @@ -5448,14 +4831,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 25 Oct 2022 09:46:55 GMT", + "Date": "Tue, 25 Oct 2022 20:53:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed0ff3bf-25c7-4dec-ada4-793012d689a7", + "x-ms-correlation-request-id": "6b1e2452-b849-45de-b43f-50376ece0973", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094655Z:ed0ff3bf-25c7-4dec-ada4-793012d689a7" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T205359Z:6b1e2452-b849-45de-b43f-50376ece0973" }, "ResponseBody": null }, @@ -5473,14 +4856,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 25 Oct 2022 09:47:05 GMT", + "Date": "Tue, 25 Oct 2022 20:54:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d40c174-fdf2-407f-a924-8e5f0bae6c23", + "x-ms-correlation-request-id": "707735a5-1f2d-402d-bd86-92f1764f8b2c", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094705Z:8d40c174-fdf2-407f-a924-8e5f0bae6c23" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T205409Z:707735a5-1f2d-402d-bd86-92f1764f8b2c" }, "ResponseBody": null }, @@ -5499,14 +4882,14 @@ "Cache-Control": "no-cache", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:47:15 GMT", + "Date": "Tue, 25 Oct 2022 20:54:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b06aba4-6747-40a7-990b-40b764922c29", + "x-ms-correlation-request-id": "a8a1237d-cea2-4b4b-ae00-5d9fdd44cdb9", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094715Z:9b06aba4-6747-40a7-990b-40b764922c29" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T205419Z:a8a1237d-cea2-4b4b-ae00-5d9fdd44cdb9" }, "ResponseBody": { "error": { @@ -5528,25 +4911,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99098ff2-6354-4e5e-980b-bd4c57712d14?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4839b871-fc7a-4a19-9e7b-33361054766b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 25 Oct 2022 09:47:16 GMT", + "Date": "Tue, 25 Oct 2022 20:54:20 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99098ff2-6354-4e5e-980b-bd4c57712d14?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4839b871-fc7a-4a19-9e7b-33361054766b?api-version=2022-05-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": "3020979c-0580-4dae-984a-22ef87844642", + "x-ms-correlation-request-id": "513114a2-93a4-438c-952c-3ae44babd4ec", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094716Z:3020979c-0580-4dae-984a-22ef87844642", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T205420Z:513114a2-93a4-438c-952c-3ae44babd4ec", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99098ff2-6354-4e5e-980b-bd4c57712d14?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4839b871-fc7a-4a19-9e7b-33361054766b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5560,7 +4943,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:47:16 GMT", + "Date": "Tue, 25 Oct 2022 20:54:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5568,17 +4951,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b98eaaa4-fa4e-4b66-b21b-e68d0bf38a59", + "x-ms-correlation-request-id": "711c6759-d2e8-4ce6-a34c-bab377f893f4", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094716Z:b98eaaa4-fa4e-4b66-b21b-e68d0bf38a59", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T205421Z:711c6759-d2e8-4ce6-a34c-bab377f893f4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99098ff2-6354-4e5e-980b-bd4c57712d14", - "name": "99098ff2-6354-4e5e-980b-bd4c57712d14", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4839b871-fc7a-4a19-9e7b-33361054766b", + "name": "4839b871-fc7a-4a19-9e7b-33361054766b", "status": "Succeeded", - "startTime": "2022-10-25T09:47:16.2671885Z", - "endTime": "2022-10-25T09:47:16.314065Z", + "startTime": "2022-10-25T20:54:20.5463553Z", + "endTime": "2022-10-25T20:54:20.8433216Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96" @@ -5586,7 +4969,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99098ff2-6354-4e5e-980b-bd4c57712d14?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4839b871-fc7a-4a19-9e7b-33361054766b?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -5600,7 +4983,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:47:16 GMT", + "Date": "Tue, 25 Oct 2022 20:54:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5608,19 +4991,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f213d926-8978-44f3-81bc-5140cf7bf4f0", + "x-ms-correlation-request-id": "271e7fee-934e-4d03-9d29-6a19e0338841", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094716Z:f213d926-8978-44f3-81bc-5140cf7bf4f0", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T205421Z:271e7fee-934e-4d03-9d29-6a19e0338841", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-aac12d96", "name": "sdk-py-tests-acc-1-aac12d96", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-25T09%3A47%3A16.2592911Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T20%3A54%3A20.4701133Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T09:27:15.7154742Z" + "CreatedOnDate": "2022-10-25T20:36:15.8009879Z" }, "properties": { "encryption": { @@ -5631,10 +5014,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T09:27:16.8420483Z", + "createdAt": "2022-10-25T20:36:16.7609056Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T09:27:16.8420483Z" + "lastModifiedAt": "2022-10-25T20:36:16.7609056Z" } } }, @@ -5653,15 +5036,15 @@ "Cache-Control": "no-cache", "Content-Length": "255", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:47:16 GMT", + "Date": "Tue, 25 Oct 2022 20:54:21 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": "fa15ac7b-92b4-4fd6-888c-4be094ecd0c2", + "x-ms-correlation-request-id": "a96dbffe-4c38-4b87-ace1-c16d47f0a273", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094717Z:fa15ac7b-92b4-4fd6-888c-4be094ecd0c2", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T205421Z:a96dbffe-4c38-4b87-ace1-c16d47f0a273", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -5685,12 +5068,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/a9653b8e-5116-4942-a231-794be30b0182?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d6b4a9f7-24c4-4c13-b49a-b0e201ae39e4?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 25 Oct 2022 09:47:17 GMT", + "Date": "Tue, 25 Oct 2022 20:54:22 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/a9653b8e-5116-4942-a231-794be30b0182?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/d6b4a9f7-24c4-4c13-b49a-b0e201ae39e4?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -5699,50 +5082,12 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "260bbdfc-f452-41f9-b7ad-47681a251b0a", - "x-ms-correlation-request-id": "5c878622-e397-44e2-b866-2e361e08b998", + "x-ms-arm-service-request-id": "3dc0570f-ee87-45c6-b454-6227b12e7d7e", + "x-ms-correlation-request-id": "e9f877bf-50fd-40d5-a449-4c8948a2f759", "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094718Z:5c878622-e397-44e2-b866-2e361e08b998" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T205423Z:e9f877bf-50fd-40d5-a449-4c8948a2f759" }, "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/69a75bda-882e-44d5-8431-63421204132a/providers/Microsoft.Network/locations/westus2/operations/a9653b8e-5116-4942-a231-794be30b0182?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSIsImtpZCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTY2NjY4OTcwMCwibmJmIjoxNjY2Njg5NzAwLCJleHAiOjE2NjY3NzY0MDAsImFpbyI6IkUyWmdZSkFON3VrSmxUM0hmM2o1bTI2RjAvN0xBQT09IiwiYXBwaWQiOiJjNmM0ZmFiYS0yYjIyLTQ0ZDktODBhNC03MWZmNWI3MWY4MTEiLCJhcHBpZGFjciI6IjEiLCJpZHAiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWR0eXAiOiJhcHAiLCJvaWQiOiI3NjgwN2ZiZS1mNzVmLTQ2NzktOGNlZS1kMDViNDU4MjExNjAiLCJyaCI6IjAuQVJvQXY0ajVjdkdHcjBHUnF5MTgwQkhiUjBaSWYza0F1dGRQdWtQYXdmajJNQk1hQUFBLiIsInN1YiI6Ijc2ODA3ZmJlLWY3NWYtNDY3OS04Y2VlLWQwNWI0NTgyMTE2MCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInV0aSI6Ilp6aTg4Ti1YSVVXdkdBcllLY2lHQUEiLCJ2ZXIiOiIxLjAiLCJ4bXNfY2MiOlsiQ1AxIl0sInhtc190Y2R0IjoxMjg5MjQxNTQ3fQ.V-DO3lUyJFf5WPxJTU8eHkUqQgFTsNqam7pt6f_2TT3FJzTYfLtrK9AiF4TBixDhjM3xBe8ey6vsIOwVw1lv4AHnw69NcFNMLoBluCnUiOMFWteSMHqiGUiNBFcVdD7owelVkXSHlOXleQy2qO4wVdLhoqYjfBi1SLTXGWqIBfQelaca-BCggNVp4pNa7Z6uOr90USdZ44OmOPNMNF_3UCwq2wxb9lTBQzYE_UeW3QZ066rpdxCSD5mjhg_yLsUo1k5BmdVF96dA_2RmFizw_s7BuDeH_AR5N0DHK90BQVfa3_V9IIL1cnhqPqH_aulzXxuLWRr84cHjA_0mX6ayUA", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)", - "x-ms-client-request-id": "02ffa8dd-544a-11ed-99ae-ac675dc66a69" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 09:47:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d3ad0967-9827-408b-93c6-390fb887f339", - "x-ms-correlation-request-id": "98460158-c6c0-4fa3-8009-847205b77ea6", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "351301cd-b848-4aa9-ab8d-793d47d68906", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T094718Z:98460158-c6c0-4fa3-8009-847205b77ea6" - }, - "ResponseBody": { - "status": "Succeeded" - } } ], "Variables": {} 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 abe47629ad33..9d06787851e9 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 @@ -17,7 +17,7 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:17:35 GMT", + "Date": "Tue, 25 Oct 2022 22:32:05 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", @@ -111,12 +111,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:17:35 GMT", + "Date": "Tue, 25 Oct 2022 22:32:05 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.13943.8 - NEULR1 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR2 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -172,7 +172,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "845b2846-8606-4c53-b33f-d1a4a4ff9334", + "client-request-id": "337c715f-16ee-4ab6-952a-65e20a54c18b", "Connection": "keep-alive", "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", @@ -190,10 +190,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "845b2846-8606-4c53-b33f-d1a4a4ff9334", + "client-request-id": "337c715f-16ee-4ab6-952a-65e20a54c18b", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:17:35 GMT", + "Date": "Tue, 25 Oct 2022 22:32:05 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -201,7 +201,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -236,11 +236,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/933e9052-40cf-48a3-ad34-61aee644f933?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7a70c397-eaab-4860-afa9-3a8bb0e56410?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "756", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:17:43 GMT", + "Date": "Tue, 25 Oct 2022 22:32:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -250,23 +250,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3905731b-1a57-4711-aa0d-488cc65cf1c8", - "x-ms-correlation-request-id": "c575bfb0-77b1-48f4-92fc-022fb8cafa1b", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T181743Z:c575bfb0-77b1-48f4-92fc-022fb8cafa1b" + "x-ms-arm-service-request-id": "5a41c6ad-9e84-4881-9648-9c30f3cae6d8", + "x-ms-correlation-request-id": "6463e03c-1e4e-4af3-896f-68139a952ba7", + "x-ms-ratelimit-remaining-subscription-writes": "1189", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223213Z:6463e03c-1e4e-4af3-896f-68139a952ba7" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-b2-86eb264b", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b", - "etag": "W/\u002214001e3d-61cd-4064-b391-cf4543f00155\u0022", + "etag": "W/\u002260ddfb40-dceb-4926-b904-197202534271\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T18:17:38.4867355Z" + "CreatedOnDate": "2022-10-25T22:32:08.0775776Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "141d1dd8-83d0-458e-b92d-41786d73defc", + "resourceGuid": "a92adb29-fe3e-45cd-b364-97421ab578de", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -279,7 +279,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/933e9052-40cf-48a3-ad34-61aee644f933?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7a70c397-eaab-4860-afa9-3a8bb0e56410?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -293,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:17:43 GMT", + "Date": "Tue, 25 Oct 2022 22:32:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -305,17 +305,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "36aa8fe3-336d-4690-ba1e-e84be0a837b8", - "x-ms-correlation-request-id": "b89bfdc1-46a0-41fc-9677-994fd81c686c", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T181743Z:b89bfdc1-46a0-41fc-9677-994fd81c686c" + "x-ms-arm-service-request-id": "e6661f65-3a8a-4899-bc89-2313aeda8531", + "x-ms-correlation-request-id": "1e2e9e62-ee90-4120-bea0-5c89b5f87cbb", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223213Z:1e2e9e62-ee90-4120-bea0-5c89b5f87cbb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/933e9052-40cf-48a3-ad34-61aee644f933?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/7a70c397-eaab-4860-afa9-3a8bb0e56410?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -329,7 +329,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:17:53 GMT", + "Date": "Tue, 25 Oct 2022 22:32:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,10 +340,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "46c1a61c-38b1-4c28-97aa-2b8ca7178655", - "x-ms-correlation-request-id": "df548191-4f59-49e2-8e62-25e30b650103", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T181754Z:df548191-4f59-49e2-8e62-25e30b650103" + "x-ms-arm-service-request-id": "2621eea7-349e-411f-909e-fa8e648bdbb9", + "x-ms-correlation-request-id": "17454131-5bce-43ba-8522-da927b110ed9", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223223Z:17454131-5bce-43ba-8522-da927b110ed9" }, "ResponseBody": { "status": "Succeeded" @@ -364,8 +364,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:17:53 GMT", - "ETag": "W/\u0022be977454-e815-4299-8900-6f27f9878d35\u0022", + "Date": "Tue, 25 Oct 2022 22:32:24 GMT", + "ETag": "W/\u0022e0039bcb-87ce-4fd8-ad82-41d159fe37a4\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -376,23 +376,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6f6a1824-35c6-4287-8ca9-28621918d409", - "x-ms-correlation-request-id": "b927e075-218a-471e-bfce-83feb5104a93", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T181754Z:b927e075-218a-471e-bfce-83feb5104a93" + "x-ms-arm-service-request-id": "2059ede6-09a4-4f9b-a225-3894ca10769f", + "x-ms-correlation-request-id": "ff45df5f-423b-4d5f-a955-1fd37d88b765", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223224Z:ff45df5f-423b-4d5f-a955-1fd37d88b765" }, "ResponseBody": { "name": "sdk-python-tests-vnet-westus2-b2-86eb264b", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b", - "etag": "W/\u0022be977454-e815-4299-8900-6f27f9878d35\u0022", + "etag": "W/\u0022e0039bcb-87ce-4fd8-ad82-41d159fe37a4\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T18:17:38.4867355Z" + "CreatedOnDate": "2022-10-25T22:32:08.0775776Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "141d1dd8-83d0-458e-b92d-41786d73defc", + "resourceGuid": "a92adb29-fe3e-45cd-b364-97421ab578de", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -431,11 +431,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/783fabc0-4285-4992-a2c4-f944a86cb805?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4f605de5-c200-417f-8968-abe351a158d0?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:17:54 GMT", + "Date": "Tue, 25 Oct 2022 22:32:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -445,15 +445,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "587b7b95-52be-405a-8792-f69bd708aa4c", - "x-ms-correlation-request-id": "d3005b4b-dc8f-4210-b1cc-a754a508a67b", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T181755Z:d3005b4b-dc8f-4210-b1cc-a754a508a67b" + "x-ms-arm-service-request-id": "e8e7fec2-5f0c-4f23-99e0-6498bbdaa20c", + "x-ms-correlation-request-id": "d51cf500-4eec-4029-934f-7d3d48732a24", + "x-ms-ratelimit-remaining-subscription-writes": "1188", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223225Z:d51cf500-4eec-4029-934f-7d3d48732a24" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "etag": "W/\u00226d0906f4-ec20-4fe7-b588-bd97461f9fb2\u0022", + "etag": "W/\u002286a4c3a9-8511-472e-a4b8-f525967c5a92\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -461,7 +461,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00226d0906f4-ec20-4fe7-b588-bd97461f9fb2\u0022", + "etag": "W/\u002286a4c3a9-8511-472e-a4b8-f525967c5a92\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -481,7 +481,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/783fabc0-4285-4992-a2c4-f944a86cb805?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4f605de5-c200-417f-8968-abe351a158d0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -495,7 +495,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:17:54 GMT", + "Date": "Tue, 25 Oct 2022 22:32:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,10 +506,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d66fc580-0a4b-46c8-93e3-f583cd1e30dc", - "x-ms-correlation-request-id": "b58e10c2-e37a-41c7-904b-8693e84836b2", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T181755Z:b58e10c2-e37a-41c7-904b-8693e84836b2" + "x-ms-arm-service-request-id": "e25727fc-83d5-4caf-868d-a3b091239e66", + "x-ms-correlation-request-id": "a596eede-32cb-4c3f-9bf1-a8ce6370a48d", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223225Z:a596eede-32cb-4c3f-9bf1-a8ce6370a48d" }, "ResponseBody": { "status": "Succeeded" @@ -530,8 +530,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:17:55 GMT", - "ETag": "W/\u0022e1826ccf-16c0-44eb-8e0b-3544da6df4ac\u0022", + "Date": "Tue, 25 Oct 2022 22:32:25 GMT", + "ETag": "W/\u0022910cf299-1973-4a84-bd3a-2aaccafcd0bc\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -542,15 +542,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "539be568-606c-47b9-a7a2-24979e209ffc", - "x-ms-correlation-request-id": "fa7478f3-535c-4c2e-8ab0-27c7aac95c26", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T181755Z:fa7478f3-535c-4c2e-8ab0-27c7aac95c26" + "x-ms-arm-service-request-id": "add30238-696d-4da7-88f5-e39c7dfa54d9", + "x-ms-correlation-request-id": "0b7ec703-6c19-4b18-acec-4b4e7072ee0b", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223226Z:0b7ec703-6c19-4b18-acec-4b4e7072ee0b" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "etag": "W/\u0022e1826ccf-16c0-44eb-8e0b-3544da6df4ac\u0022", + "etag": "W/\u0022910cf299-1973-4a84-bd3a-2aaccafcd0bc\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -558,7 +558,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022e1826ccf-16c0-44eb-8e0b-3544da6df4ac\u0022", + "etag": "W/\u0022910cf299-1973-4a84-bd3a-2aaccafcd0bc\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -601,11 +601,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/75549175-d893-4cd0-97b6-f3057c4b7ecd?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/3d9399b6-b879-44e3-8222-da740caf8024?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "746", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:17:58 GMT", + "Date": "Tue, 25 Oct 2022 22:32:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -615,23 +615,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "93d3e50b-0700-4179-93fe-46b8ed086393", - "x-ms-correlation-request-id": "7b95a5fd-ee32-4355-aca9-c8eea8eeb285", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T181759Z:7b95a5fd-ee32-4355-aca9-c8eea8eeb285" + "x-ms-arm-service-request-id": "c078d397-4a0b-4287-9450-cd6f7e72029c", + "x-ms-correlation-request-id": "59ed7994-6bcf-42fc-806a-38f88dcc5e9c", + "x-ms-ratelimit-remaining-subscription-writes": "1187", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223230Z:59ed7994-6bcf-42fc-806a-38f88dcc5e9c" }, "ResponseBody": { "name": "sdk-python-tests-vnet-R-b2-86eb264b", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b", - "etag": "W/\u0022bafae196-9562-424b-8da3-a2a3803c0660\u0022", + "etag": "W/\u00227105d0c0-c191-40e9-a445-5fa3d08ab76b\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-25T18:17:56.0747180Z" + "CreatedOnDate": "2022-10-25T22:32:26.4342728Z" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "f41cb4cd-8ffc-4b73-8532-b2ba33311315", + "resourceGuid": "47aa83f5-c933-43aa-9bfc-f6329f1b3256", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -644,7 +644,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/75549175-d893-4cd0-97b6-f3057c4b7ecd?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/3d9399b6-b879-44e3-8222-da740caf8024?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -658,7 +658,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:17:58 GMT", + "Date": "Tue, 25 Oct 2022 22:32:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -670,17 +670,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4f9c909d-5a4b-45f1-9d7a-e0df48f8492f", - "x-ms-correlation-request-id": "301e41a7-e331-4083-a7cf-92132489574b", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T181759Z:301e41a7-e331-4083-a7cf-92132489574b" + "x-ms-arm-service-request-id": "fefca2cd-6f4b-41f2-a87f-950acbe7b9bc", + "x-ms-correlation-request-id": "7e69d5f1-d4e7-4139-a271-b42c53b6f751", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223230Z:7e69d5f1-d4e7-4139-a271-b42c53b6f751" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/75549175-d893-4cd0-97b6-f3057c4b7ecd?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/3d9399b6-b879-44e3-8222-da740caf8024?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -694,7 +694,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:18:08 GMT", + "Date": "Tue, 25 Oct 2022 22:32:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -705,10 +705,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d5b260df-612a-4318-8a7d-aaeb8818f6d5", - "x-ms-correlation-request-id": "5acb237f-76d3-49c2-8709-78d5ef59e304", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T181809Z:5acb237f-76d3-49c2-8709-78d5ef59e304" + "x-ms-arm-service-request-id": "914d492f-cdaa-4f73-9dd2-1b9d2a946d40", + "x-ms-correlation-request-id": "95c07409-34ef-4428-bc19-3168a3c74960", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223240Z:95c07409-34ef-4428-bc19-3168a3c74960" }, "ResponseBody": { "status": "Succeeded" @@ -729,8 +729,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:18:09 GMT", - "ETag": "W/\u002244defd41-5f61-4b52-b497-3a6fe3e1757f\u0022", + "Date": "Tue, 25 Oct 2022 22:32:40 GMT", + "ETag": "W/\u0022a4f75ed1-ae2d-418f-bcfe-382d65a2af6d\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -741,23 +741,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c3858f6b-6f57-4f36-8995-b54874dc8672", - "x-ms-correlation-request-id": "dff2d64f-8639-4c82-bf4c-b827aa1128a6", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T181810Z:dff2d64f-8639-4c82-bf4c-b827aa1128a6" + "x-ms-arm-service-request-id": "f7c3637d-5809-42aa-8c4c-616f41f41201", + "x-ms-correlation-request-id": "ae308e49-d237-45cc-bde1-812b7cd11868", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223240Z:ae308e49-d237-45cc-bde1-812b7cd11868" }, "ResponseBody": { "name": "sdk-python-tests-vnet-R-b2-86eb264b", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b", - "etag": "W/\u002244defd41-5f61-4b52-b497-3a6fe3e1757f\u0022", + "etag": "W/\u0022a4f75ed1-ae2d-418f-bcfe-382d65a2af6d\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-25T18:17:56.0747180Z" + "CreatedOnDate": "2022-10-25T22:32:26.4342728Z" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "f41cb4cd-8ffc-4b73-8532-b2ba33311315", + "resourceGuid": "47aa83f5-c933-43aa-9bfc-f6329f1b3256", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -796,11 +796,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/34ae5532-45bd-49a4-9abf-b4e261c3a808?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/36cc11dd-6e70-4a2e-afd5-cad1537c6ec7?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1324", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:18:09 GMT", + "Date": "Tue, 25 Oct 2022 22:32:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -810,15 +810,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "909df808-2094-40d9-b930-09f32ba5df57", - "x-ms-correlation-request-id": "3056f151-1e53-44e2-8aff-f53a61f1581c", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T181810Z:3056f151-1e53-44e2-8aff-f53a61f1581c" + "x-ms-arm-service-request-id": "93e01a6f-359d-4841-aaf4-e6b5b9010b09", + "x-ms-correlation-request-id": "a31df475-5aa0-4551-8444-f9a318e93ce3", + "x-ms-ratelimit-remaining-subscription-writes": "1186", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223241Z:a31df475-5aa0-4551-8444-f9a318e93ce3" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "etag": "W/\u0022781c3f2e-e411-4b56-87a6-08bfd2fabcac\u0022", + "etag": "W/\u002268e2ce93-af5f-40ff-b2c2-c23c0a12ed40\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", @@ -826,7 +826,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u0022781c3f2e-e411-4b56-87a6-08bfd2fabcac\u0022", + "etag": "W/\u002268e2ce93-af5f-40ff-b2c2-c23c0a12ed40\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -846,7 +846,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/34ae5532-45bd-49a4-9abf-b4e261c3a808?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/36cc11dd-6e70-4a2e-afd5-cad1537c6ec7?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -860,9 +860,10 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:18:10 GMT", + "Date": "Tue, 25 Oct 2022 22:32:41 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" @@ -871,10 +872,45 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7df2d7c9-955c-46ae-b36b-971ba6c38df7", - "x-ms-correlation-request-id": "7bd2574f-bcb3-4a93-b5f3-2eeb7939f892", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T181811Z:7bd2574f-bcb3-4a93-b5f3-2eeb7939f892" + "x-ms-arm-service-request-id": "8a4a95d7-d430-43bc-9efe-5ec16245236c", + "x-ms-correlation-request-id": "347758a7-aa5f-4b5b-bb71-8a490d9454bc", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223241Z:347758a7-aa5f-4b5b-bb71-8a490d9454bc" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/36cc11dd-6e70-4a2e-afd5-cad1537c6ec7?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:32:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "8a1f359a-d8c2-4523-9a8e-00c9698f6f40", + "x-ms-correlation-request-id": "93437c04-2042-4c4b-9116-cf2004fa64ab", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223251Z:93437c04-2042-4c4b-9116-cf2004fa64ab" }, "ResponseBody": { "status": "Succeeded" @@ -895,8 +931,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:18:10 GMT", - "ETag": "W/\u00228f00aa1e-5a0f-4683-805f-936cec05a324\u0022", + "Date": "Tue, 25 Oct 2022 22:32:51 GMT", + "ETag": "W/\u0022d53cc2cb-0214-4295-b063-995d2ab7391a\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -907,15 +943,15 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "67214cd5-47f0-4d55-b902-7a19de7ccf88", - "x-ms-correlation-request-id": "afdcd3ae-caca-4810-9900-b533ef88268d", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T181811Z:afdcd3ae-caca-4810-9900-b533ef88268d" + "x-ms-arm-service-request-id": "ff5dd6e9-64d5-4311-ba64-de42663be658", + "x-ms-correlation-request-id": "cc0ceab9-2604-4e6e-a2ef-f7d6614272f1", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223252Z:cc0ceab9-2604-4e6e-a2ef-f7d6614272f1" }, "ResponseBody": { "name": "default", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "etag": "W/\u00228f00aa1e-5a0f-4683-805f-936cec05a324\u0022", + "etag": "W/\u0022d53cc2cb-0214-4295-b063-995d2ab7391a\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", @@ -923,7 +959,7 @@ { "name": "netAppVolumes", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default/delegations/netAppVolumes", - "etag": "W/\u00228f00aa1e-5a0f-4683-805f-936cec05a324\u0022", + "etag": "W/\u0022d53cc2cb-0214-4295-b063-995d2ab7391a\u0022", "properties": { "provisioningState": "Succeeded", "serviceName": "Microsoft.Netapp/volumes", @@ -959,12 +995,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:18:11 GMT", + "Date": "Tue, 25 Oct 2022 22:32:52 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.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - WEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -1053,12 +1089,12 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:18:11 GMT", + "Date": "Tue, 25 Oct 2022 22:32:52 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.14006.8 - NEULR2 ProdSlices", + "x-ms-ests-server": "2.1.13943.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -1114,7 +1150,7 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "715f59e7-5cc7-447c-a815-70019e5f9391", + "client-request-id": "8691dbf1-c714-4fb4-bb39-e9ec18776b03", "Connection": "keep-alive", "Content-Length": "288", "Content-Type": "application/x-www-form-urlencoded", @@ -1132,10 +1168,10 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "715f59e7-5cc7-447c-a815-70019e5f9391", + "client-request-id": "8691dbf1-c714-4fb4-bb39-e9ec18776b03", "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:18:11 GMT", + "Date": "Tue, 25 Oct 2022 22:32:52 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", @@ -1143,7 +1179,7 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.14006.8 - WEULR2 ProdSlices", + "x-ms-ests-server": "2.1.14006.8 - NEULR1 ProdSlices", "X-XSS-Protection": "0" }, "ResponseBody": { @@ -1170,30 +1206,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50ff6125-de0a-4a14-a268-c16441afc7bd?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e774bb6-5ce6-483a-99b9-808590dec0ea?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "711", + "Content-Length": "712", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:18:15 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A18%3A14.740565Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:32:56 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A32%3A55.4483041Z\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": "a2582be7-3be7-4759-8c25-eeb27c76618f", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T181816Z:a2582be7-3be7-4759-8c25-eeb27c76618f", + "x-ms-correlation-request-id": "be996362-a14d-4561-b865-a68808c30d52", + "x-ms-ratelimit-remaining-subscription-writes": "1185", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223256Z:be996362-a14d-4561-b865-a68808c30d52", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A18%3A14.740565Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A32%3A55.4483041Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T18:18:12.9670928Z" + "CreatedOnDate": "2022-10-25T22:32:53.6501295Z" }, "properties": { "provisioningState": "Creating" @@ -1201,15 +1237,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:18:13.7821933Z", + "createdAt": "2022-10-25T22:32:54.4809308Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:18:13.7821933Z" + "lastModifiedAt": "2022-10-25T22:32:54.4809308Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50ff6125-de0a-4a14-a268-c16441afc7bd?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e774bb6-5ce6-483a-99b9-808590dec0ea?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1223,7 +1259,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:18:15 GMT", + "Date": "Tue, 25 Oct 2022 22:32:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1231,17 +1267,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ef493ed-4f10-4a0f-8cc0-78e6936774bf", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T181816Z:4ef493ed-4f10-4a0f-8cc0-78e6936774bf", + "x-ms-correlation-request-id": "51734d72-6046-4edd-b5d8-73ea1377f037", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223257Z:51734d72-6046-4edd-b5d8-73ea1377f037", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/50ff6125-de0a-4a14-a268-c16441afc7bd", - "name": "50ff6125-de0a-4a14-a268-c16441afc7bd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6e774bb6-5ce6-483a-99b9-808590dec0ea", + "name": "6e774bb6-5ce6-483a-99b9-808590dec0ea", "status": "Succeeded", - "startTime": "2022-10-25T18:18:14.7431733Z", - "endTime": "2022-10-25T18:18:14.7900501Z", + "startTime": "2022-10-25T22:32:55.4468353Z", + "endTime": "2022-10-25T22:32:55.5092814Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b" @@ -1263,8 +1299,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:18:15 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A18%3A14.7904386Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:32:57 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A32%3A55.5135031Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1272,19 +1308,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "854bf507-27e4-42bc-b907-d9e44606b0b5", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T181816Z:854bf507-27e4-42bc-b907-d9e44606b0b5", + "x-ms-correlation-request-id": "5d071c99-8409-490c-88d3-f182cdd19753", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223257Z:5d071c99-8409-490c-88d3-f182cdd19753", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A18%3A14.7904386Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A32%3A55.5135031Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T18:18:12.9670928Z" + "CreatedOnDate": "2022-10-25T22:32:53.6501295Z" }, "properties": { "activeDirectories": [ @@ -1313,10 +1349,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:18:13.7821933Z", + "createdAt": "2022-10-25T22:32:54.4809308Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:18:13.7821933Z" + "lastModifiedAt": "2022-10-25T22:32:54.4809308Z" } } }, @@ -1342,30 +1378,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5a89a552-be45-4b8c-a9ce-8e66435dd015?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db3918f7-82c9-479c-bf47-cfa33486abbb?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "928", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:18:19 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A18%3A18.3684795Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:32:59 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A32%3A59.3671073Z\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": "8ecc9291-6825-42e9-9e8c-710578032cd1", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T181819Z:8ecc9291-6825-42e9-9e8c-710578032cd1", + "x-ms-correlation-request-id": "4bf264c1-928e-4a16-9962-638f1d8db891", + "x-ms-ratelimit-remaining-subscription-writes": "1184", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223300Z:4bf264c1-928e-4a16-9962-638f1d8db891", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A18%3A18.3684795Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A32%3A59.3671073Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T18:18:17.0120694Z" + "CreatedOnDate": "2022-10-25T22:32:58.1703180Z" }, "properties": { "serviceLevel": "Premium", @@ -1379,15 +1415,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:18:18.1276568Z", + "createdAt": "2022-10-25T22:32:59.1392759Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:18:18.1276568Z" + "lastModifiedAt": "2022-10-25T22:32:59.1392759Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5a89a552-be45-4b8c-a9ce-8e66435dd015?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db3918f7-82c9-479c-bf47-cfa33486abbb?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1401,7 +1437,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:18:19 GMT", + "Date": "Tue, 25 Oct 2022 22:32:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1409,17 +1445,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e029d42-705b-4580-9ea9-d1272332c16d", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T181819Z:4e029d42-705b-4580-9ea9-d1272332c16d", + "x-ms-correlation-request-id": "fc20f047-86c1-47ac-8bf7-5455f5e2923d", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223300Z:fc20f047-86c1-47ac-8bf7-5455f5e2923d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5a89a552-be45-4b8c-a9ce-8e66435dd015", - "name": "5a89a552-be45-4b8c-a9ce-8e66435dd015", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/db3918f7-82c9-479c-bf47-cfa33486abbb", + "name": "db3918f7-82c9-479c-bf47-cfa33486abbb", "status": "Succeeded", - "startTime": "2022-10-25T18:18:18.368053Z", - "endTime": "2022-10-25T18:18:19.1336907Z", + "startTime": "2022-10-25T22:32:59.3689324Z", + "endTime": "2022-10-25T22:33:00.1346333Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1" @@ -1441,8 +1477,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:18:19 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A18%3A19.1289662Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:32:59 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A33%3A00.1278781Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1450,22 +1486,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fccc7dea-15b3-47c7-a99e-223a470b0d6a", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T181819Z:fccc7dea-15b3-47c7-a99e-223a470b0d6a", + "x-ms-correlation-request-id": "655b919d-7f69-4710-83a0-cee9a27bb7bf", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223300Z:655b919d-7f69-4710-83a0-cee9a27bb7bf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A18%3A19.1289662Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A33%3A00.1278781Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T18:18:17.0120694Z" + "CreatedOnDate": "2022-10-25T22:32:58.1703180Z" }, "properties": { - "poolId": "463e6e35-71da-0b50-4f49-df3dea075a88", + "poolId": "991b8608-5139-9f8b-67da-a062eae36741", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1478,10 +1514,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:18:18.1276568Z", + "createdAt": "2022-10-25T22:32:59.1392759Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:18:18.1276568Z" + "lastModifiedAt": "2022-10-25T22:32:59.1392759Z" } } }, @@ -1524,30 +1560,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc71152e-b968-41c8-a7e2-570d526b00fd?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "1603", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:18:32 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A18%3A32.4543805Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:33:13 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A33%3A12.4247866Z\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": "cc6db828-5222-44fa-9933-cbcbf7c226d2", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T181833Z:cc6db828-5222-44fa-9933-cbcbf7c226d2", + "x-ms-correlation-request-id": "c9868116-c491-4a7d-a99e-23a45b1827cc", + "x-ms-ratelimit-remaining-subscription-writes": "1183", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223313Z:c9868116-c491-4a7d-a99e-23a45b1827cc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A18%3A32.4543805Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A33%3A12.4247866Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" }, "properties": { "serviceLevel": "Premium", @@ -1577,15 +1613,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:18:31.3231547Z", + "createdAt": "2022-10-25T22:33:12.1169593Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc71152e-b968-41c8-a7e2-570d526b00fd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1599,7 +1635,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:18:33 GMT", + "Date": "Tue, 25 Oct 2022 22:33:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1607,16 +1643,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4010d8e-55b2-447c-a5b7-6aba42023115", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T181833Z:c4010d8e-55b2-447c-a5b7-6aba42023115", + "x-ms-correlation-request-id": "02c7a610-6c8a-4adb-b044-bf8206a3fc48", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223313Z:02c7a610-6c8a-4adb-b044-bf8206a3fc48", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5", - "name": "bdef6326-3618-4799-bf98-d2f6736ee6c5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc71152e-b968-41c8-a7e2-570d526b00fd", + "name": "dc71152e-b968-41c8-a7e2-570d526b00fd", "status": "Creating", - "startTime": "2022-10-25T18:18:32.4524269Z", + "startTime": "2022-10-25T22:33:12.4235679Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1625,7 +1661,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc71152e-b968-41c8-a7e2-570d526b00fd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1639,7 +1675,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:19:03 GMT", + "Date": "Tue, 25 Oct 2022 22:33:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1647,16 +1683,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a89473d0-80a0-4824-8507-bd38c4b7c7b4", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T181903Z:a89473d0-80a0-4824-8507-bd38c4b7c7b4", + "x-ms-correlation-request-id": "df41d602-58c4-47dd-9363-6c8ea3302fcb", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223343Z:df41d602-58c4-47dd-9363-6c8ea3302fcb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5", - "name": "bdef6326-3618-4799-bf98-d2f6736ee6c5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc71152e-b968-41c8-a7e2-570d526b00fd", + "name": "dc71152e-b968-41c8-a7e2-570d526b00fd", "status": "Creating", - "startTime": "2022-10-25T18:18:32.4524269Z", + "startTime": "2022-10-25T22:33:12.4235679Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1665,7 +1701,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc71152e-b968-41c8-a7e2-570d526b00fd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1679,7 +1715,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:19:33 GMT", + "Date": "Tue, 25 Oct 2022 22:34:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1687,16 +1723,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c2209288-5275-47a5-8fab-745a0dc4178c", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T181934Z:c2209288-5275-47a5-8fab-745a0dc4178c", + "x-ms-correlation-request-id": "f2780f72-97d3-450a-a8fe-a6ebc65e82b4", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223414Z:f2780f72-97d3-450a-a8fe-a6ebc65e82b4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5", - "name": "bdef6326-3618-4799-bf98-d2f6736ee6c5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc71152e-b968-41c8-a7e2-570d526b00fd", + "name": "dc71152e-b968-41c8-a7e2-570d526b00fd", "status": "Creating", - "startTime": "2022-10-25T18:18:32.4524269Z", + "startTime": "2022-10-25T22:33:12.4235679Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1705,7 +1741,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc71152e-b968-41c8-a7e2-570d526b00fd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1719,7 +1755,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:20:03 GMT", + "Date": "Tue, 25 Oct 2022 22:34:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1727,16 +1763,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9960a9c2-6f2b-4ac5-9ff3-a8713918acc0", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182004Z:9960a9c2-6f2b-4ac5-9ff3-a8713918acc0", + "x-ms-correlation-request-id": "fb43474e-2c1d-4eca-a5df-f893a1abf657", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223444Z:fb43474e-2c1d-4eca-a5df-f893a1abf657", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5", - "name": "bdef6326-3618-4799-bf98-d2f6736ee6c5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc71152e-b968-41c8-a7e2-570d526b00fd", + "name": "dc71152e-b968-41c8-a7e2-570d526b00fd", "status": "Creating", - "startTime": "2022-10-25T18:18:32.4524269Z", + "startTime": "2022-10-25T22:33:12.4235679Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1745,7 +1781,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc71152e-b968-41c8-a7e2-570d526b00fd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1759,7 +1795,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:20:33 GMT", + "Date": "Tue, 25 Oct 2022 22:35:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1767,16 +1803,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "93daf59c-1791-4dc0-a943-b02c91c4c1b3", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182034Z:93daf59c-1791-4dc0-a943-b02c91c4c1b3", + "x-ms-correlation-request-id": "63c6c457-0101-4461-a406-5d2c2091acc6", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223514Z:63c6c457-0101-4461-a406-5d2c2091acc6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5", - "name": "bdef6326-3618-4799-bf98-d2f6736ee6c5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc71152e-b968-41c8-a7e2-570d526b00fd", + "name": "dc71152e-b968-41c8-a7e2-570d526b00fd", "status": "Creating", - "startTime": "2022-10-25T18:18:32.4524269Z", + "startTime": "2022-10-25T22:33:12.4235679Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1785,7 +1821,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc71152e-b968-41c8-a7e2-570d526b00fd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1799,7 +1835,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:21:04 GMT", + "Date": "Tue, 25 Oct 2022 22:35:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1807,16 +1843,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ece31c7-0e2c-4b93-810e-472ad6de1054", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182104Z:7ece31c7-0e2c-4b93-810e-472ad6de1054", + "x-ms-correlation-request-id": "3e4c5b46-3382-4069-be74-cf12eca102ba", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223544Z:3e4c5b46-3382-4069-be74-cf12eca102ba", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5", - "name": "bdef6326-3618-4799-bf98-d2f6736ee6c5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc71152e-b968-41c8-a7e2-570d526b00fd", + "name": "dc71152e-b968-41c8-a7e2-570d526b00fd", "status": "Creating", - "startTime": "2022-10-25T18:18:32.4524269Z", + "startTime": "2022-10-25T22:33:12.4235679Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1825,7 +1861,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc71152e-b968-41c8-a7e2-570d526b00fd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1839,7 +1875,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:21:35 GMT", + "Date": "Tue, 25 Oct 2022 22:36:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1847,16 +1883,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "644b4486-014d-4732-9db3-156bca11aae1", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182135Z:644b4486-014d-4732-9db3-156bca11aae1", + "x-ms-correlation-request-id": "1c3a4d3e-c7d1-4f1f-a14c-c4247199879d", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223615Z:1c3a4d3e-c7d1-4f1f-a14c-c4247199879d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5", - "name": "bdef6326-3618-4799-bf98-d2f6736ee6c5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc71152e-b968-41c8-a7e2-570d526b00fd", + "name": "dc71152e-b968-41c8-a7e2-570d526b00fd", "status": "Creating", - "startTime": "2022-10-25T18:18:32.4524269Z", + "startTime": "2022-10-25T22:33:12.4235679Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1865,7 +1901,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc71152e-b968-41c8-a7e2-570d526b00fd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1879,7 +1915,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:22:04 GMT", + "Date": "Tue, 25 Oct 2022 22:36:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1887,16 +1923,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fc26e6dd-4f75-4071-91ea-c2c0ab026f50", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182205Z:fc26e6dd-4f75-4071-91ea-c2c0ab026f50", + "x-ms-correlation-request-id": "d9ce5137-84fd-4b26-80f6-b28f4f6a09e2", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223645Z:d9ce5137-84fd-4b26-80f6-b28f4f6a09e2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5", - "name": "bdef6326-3618-4799-bf98-d2f6736ee6c5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc71152e-b968-41c8-a7e2-570d526b00fd", + "name": "dc71152e-b968-41c8-a7e2-570d526b00fd", "status": "Creating", - "startTime": "2022-10-25T18:18:32.4524269Z", + "startTime": "2022-10-25T22:33:12.4235679Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1905,7 +1941,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc71152e-b968-41c8-a7e2-570d526b00fd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1919,7 +1955,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:22:35 GMT", + "Date": "Tue, 25 Oct 2022 22:37:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1927,16 +1963,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f0b0b3cb-5273-4dd5-8b5d-171801423805", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182235Z:f0b0b3cb-5273-4dd5-8b5d-171801423805", + "x-ms-correlation-request-id": "3390d4be-d672-45f6-adfb-ce5946a1ecdf", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223715Z:3390d4be-d672-45f6-adfb-ce5946a1ecdf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5", - "name": "bdef6326-3618-4799-bf98-d2f6736ee6c5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc71152e-b968-41c8-a7e2-570d526b00fd", + "name": "dc71152e-b968-41c8-a7e2-570d526b00fd", "status": "Creating", - "startTime": "2022-10-25T18:18:32.4524269Z", + "startTime": "2022-10-25T22:33:12.4235679Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1945,7 +1981,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc71152e-b968-41c8-a7e2-570d526b00fd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1959,7 +1995,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:23:05 GMT", + "Date": "Tue, 25 Oct 2022 22:37:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1967,16 +2003,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "db3ddd4f-9090-462c-a790-2f3598e328e2", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182305Z:db3ddd4f-9090-462c-a790-2f3598e328e2", + "x-ms-correlation-request-id": "d265cabc-64de-46bc-992d-6999c30c1156", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223746Z:d265cabc-64de-46bc-992d-6999c30c1156", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5", - "name": "bdef6326-3618-4799-bf98-d2f6736ee6c5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc71152e-b968-41c8-a7e2-570d526b00fd", + "name": "dc71152e-b968-41c8-a7e2-570d526b00fd", "status": "Creating", - "startTime": "2022-10-25T18:18:32.4524269Z", + "startTime": "2022-10-25T22:33:12.4235679Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1985,7 +2021,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc71152e-b968-41c8-a7e2-570d526b00fd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1999,7 +2035,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:23:35 GMT", + "Date": "Tue, 25 Oct 2022 22:38:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2007,17 +2043,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69ba34ce-2ebb-4bf3-b13b-80f6fd5c4717", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182336Z:69ba34ce-2ebb-4bf3-b13b-80f6fd5c4717", + "x-ms-correlation-request-id": "63b0a7d5-adfa-4c07-b294-f096d9509f2f", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223816Z:63b0a7d5-adfa-4c07-b294-f096d9509f2f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bdef6326-3618-4799-bf98-d2f6736ee6c5", - "name": "bdef6326-3618-4799-bf98-d2f6736ee6c5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc71152e-b968-41c8-a7e2-570d526b00fd", + "name": "dc71152e-b968-41c8-a7e2-570d526b00fd", "status": "Succeeded", - "startTime": "2022-10-25T18:18:32.4524269Z", - "endTime": "2022-10-25T18:23:21.304807Z", + "startTime": "2022-10-25T22:33:12.4235679Z", + "endTime": "2022-10-25T22:37:58.426886Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" @@ -2039,8 +2075,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:23:35 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A23%3A21.2986185Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:38:17 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A37%3A58.4159225Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2048,22 +2084,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd627fbe-3307-473a-868f-b9ee44744868", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182336Z:bd627fbe-3307-473a-868f-b9ee44744868", + "x-ms-correlation-request-id": "e91c428c-f377-491c-a3f0-e270bff68fa8", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223817Z:e91c428c-f377-491c-a3f0-e270bff68fa8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A23%3A21.2986185Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A37%3A58.4159225Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" }, "properties": { - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -2091,7 +2127,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_18b0956f", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -2106,8 +2142,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "ipAddress": "10.0.0.4" } ], @@ -2127,10 +2163,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:18:31.3231547Z", + "createdAt": "2022-10-25T22:33:12.1169593Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" } } }, @@ -2150,30 +2186,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/115ac96e-ca5e-48da-883d-80c8047ccc3a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/d647338a-a492-420b-8ff1-1d1be39f9d3f?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "713", + "Content-Length": "714", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:23:39 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A23%3A38.811606Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:38:20 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A38%3A19.8026047Z\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": "5d7ff583-094d-4b10-a5e5-af9d459cf899", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182340Z:5d7ff583-094d-4b10-a5e5-af9d459cf899", + "x-ms-correlation-request-id": "be1115e7-bd89-4bd4-afb7-a6f43a30ae16", + "x-ms-ratelimit-remaining-subscription-writes": "1182", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223820Z:be1115e7-bd89-4bd4-afb7-a6f43a30ae16", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A23%3A38.811606Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A38%3A19.8026047Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-25T18:23:36.7956863Z" + "CreatedOnDate": "2022-10-25T22:38:17.7135428Z" }, "properties": { "provisioningState": "Creating" @@ -2181,15 +2217,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:23:38.1676642Z", + "createdAt": "2022-10-25T22:38:19.1421279Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:38.1676642Z" + "lastModifiedAt": "2022-10-25T22:38:19.1421279Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/115ac96e-ca5e-48da-883d-80c8047ccc3a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/d647338a-a492-420b-8ff1-1d1be39f9d3f?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2203,7 +2239,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:23:40 GMT", + "Date": "Tue, 25 Oct 2022 22:38:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2211,17 +2247,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3407d5c-080b-4dd2-98ac-854710fee3e7", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182340Z:f3407d5c-080b-4dd2-98ac-854710fee3e7", + "x-ms-correlation-request-id": "86883541-5516-48f4-8edd-aab05e4917c7", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223820Z:86883541-5516-48f4-8edd-aab05e4917c7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/115ac96e-ca5e-48da-883d-80c8047ccc3a", - "name": "115ac96e-ca5e-48da-883d-80c8047ccc3a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/d647338a-a492-420b-8ff1-1d1be39f9d3f", + "name": "d647338a-a492-420b-8ff1-1d1be39f9d3f", "status": "Succeeded", - "startTime": "2022-10-25T18:23:38.8195189Z", - "endTime": "2022-10-25T18:23:38.8507854Z", + "startTime": "2022-10-25T22:38:19.8082879Z", + "endTime": "2022-10-25T22:38:19.8552193Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b" @@ -2243,8 +2279,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:23:40 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A23%3A38.8480611Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:38:20 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A38%3A19.8523437Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2252,19 +2288,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8bda0f86-4fdc-4833-bcca-94ac13f96401", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182340Z:8bda0f86-4fdc-4833-bcca-94ac13f96401", + "x-ms-correlation-request-id": "ee9d20b0-22ab-4987-9674-7a6b4f19627a", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223821Z:ee9d20b0-22ab-4987-9674-7a6b4f19627a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A23%3A38.8480611Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A38%3A19.8523437Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-25T18:23:36.7956863Z" + "CreatedOnDate": "2022-10-25T22:38:17.7135428Z" }, "properties": { "activeDirectories": [ @@ -2293,10 +2329,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:23:38.1676642Z", + "createdAt": "2022-10-25T22:38:19.1421279Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:38.1676642Z" + "lastModifiedAt": "2022-10-25T22:38:19.1421279Z" } } }, @@ -2322,30 +2358,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2b3be279-f208-4124-9d60-ce0d598f753a?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/afbe0f2a-9152-490f-8a07-9f68e54e60dd?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "930", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:23:42 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A23%3A41.7546786Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:38:22 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A38%3A22.2698209Z\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": "4b94a17b-091e-4d9e-8d74-4f96b9061232", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182342Z:4b94a17b-091e-4d9e-8d74-4f96b9061232", + "x-ms-correlation-request-id": "46eebf75-671d-402b-ab8f-c879b9852600", + "x-ms-ratelimit-remaining-subscription-writes": "1181", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223822Z:46eebf75-671d-402b-ab8f-c879b9852600", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A23%3A41.7546786Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A38%3A22.2698209Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-25T18:23:40.8517777Z" + "CreatedOnDate": "2022-10-25T22:38:21.4661099Z" }, "properties": { "serviceLevel": "Premium", @@ -2359,15 +2395,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:23:41.6076455Z", + "createdAt": "2022-10-25T22:38:22.1435356Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:41.6076455Z" + "lastModifiedAt": "2022-10-25T22:38:22.1435356Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2b3be279-f208-4124-9d60-ce0d598f753a?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/afbe0f2a-9152-490f-8a07-9f68e54e60dd?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2381,7 +2417,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:23:42 GMT", + "Date": "Tue, 25 Oct 2022 22:38:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2389,17 +2425,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "175a4890-3d2d-40e4-b590-7f14fe9c8ff0", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182342Z:175a4890-3d2d-40e4-b590-7f14fe9c8ff0", + "x-ms-correlation-request-id": "50b88c8d-1c84-47c3-9364-514361061384", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223823Z:50b88c8d-1c84-47c3-9364-514361061384", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2b3be279-f208-4124-9d60-ce0d598f753a", - "name": "2b3be279-f208-4124-9d60-ce0d598f753a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/afbe0f2a-9152-490f-8a07-9f68e54e60dd", + "name": "afbe0f2a-9152-490f-8a07-9f68e54e60dd", "status": "Succeeded", - "startTime": "2022-10-25T18:23:41.7570967Z", - "endTime": "2022-10-25T18:23:42.1946005Z", + "startTime": "2022-10-25T22:38:22.277199Z", + "endTime": "2022-10-25T22:38:22.8803825Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2" @@ -2421,8 +2457,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:23:42 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A23%3A42.1794627Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:38:22 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A38%3A22.8761065Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2430,22 +2466,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d8d83969-657d-4470-b167-28d9795cacd3", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182342Z:d8d83969-657d-4470-b167-28d9795cacd3", + "x-ms-correlation-request-id": "7f3b9001-2989-4d0e-936a-00799025be2c", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223823Z:7f3b9001-2989-4d0e-936a-00799025be2c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A23%3A42.1794627Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A38%3A22.8761065Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-25T18:23:40.8517777Z" + "CreatedOnDate": "2022-10-25T22:38:21.4661099Z" }, "properties": { - "poolId": "d59a0c7a-146e-e98f-befd-e9ee672ef810", + "poolId": "8905b6d9-5b7d-b789-987b-70bbe780ff92", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -2458,10 +2494,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:23:41.6076455Z", + "createdAt": "2022-10-25T22:38:22.1435356Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:41.6076455Z" + "lastModifiedAt": "2022-10-25T22:38:22.1435356Z" } } }, @@ -2513,30 +2549,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ed15951-d540-41ef-9e3b-ec2b9d3e1584?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "2017", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:23:55 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A23%3A54.9795919Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:38:35 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A38%3A35.8872931Z\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": "4c9afa43-dc06-4e34-b61f-bc29056a03da", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182355Z:4c9afa43-dc06-4e34-b61f-bc29056a03da", + "x-ms-correlation-request-id": "37c8b683-56cb-41b7-ab5a-53516748c0d9", + "x-ms-ratelimit-remaining-subscription-writes": "1180", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223836Z:37c8b683-56cb-41b7-ab5a-53516748c0d9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A23%3A54.9795919Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A38%3A35.8872931Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" }, "properties": { "volumeType": "DataProtection", @@ -2575,55 +2611,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:23:53.9105785Z", + "createdAt": "2022-10-25T22:38:34.3076433Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:23: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": "2a490510-e7d6-4a1a-b265-87c8b3df6db9", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182355Z:2a490510-e7d6-4a1a-b265-87c8b3df6db9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c", - "name": "7947ca74-02e6-4b68-9bdd-ad47ef4c098c", - "status": "Creating", - "startTime": "2022-10-25T18:23:54.974618Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ed15951-d540-41ef-9e3b-ec2b9d3e1584?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2637,7 +2633,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:24:25 GMT", + "Date": "Tue, 25 Oct 2022 22:38:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2645,16 +2641,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "acd8d159-aedf-41c4-bf32-6c9ca4c56ae1", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182426Z:acd8d159-aedf-41c4-bf32-6c9ca4c56ae1", + "x-ms-correlation-request-id": "19a204b6-8aea-4c5b-939e-8a99acf8722a", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223837Z:19a204b6-8aea-4c5b-939e-8a99acf8722a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c", - "name": "7947ca74-02e6-4b68-9bdd-ad47ef4c098c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ed15951-d540-41ef-9e3b-ec2b9d3e1584", + "name": "6ed15951-d540-41ef-9e3b-ec2b9d3e1584", "status": "Creating", - "startTime": "2022-10-25T18:23:54.974618Z", + "startTime": "2022-10-25T22:38:35.9117049Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2663,7 +2659,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ed15951-d540-41ef-9e3b-ec2b9d3e1584?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2677,7 +2673,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:24:55 GMT", + "Date": "Tue, 25 Oct 2022 22:39:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2685,16 +2681,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53a51563-fda5-454c-b726-da3662038dab", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182456Z:53a51563-fda5-454c-b726-da3662038dab", + "x-ms-correlation-request-id": "b7eb134f-81ba-49f4-96a7-1ba5091bb246", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223907Z:b7eb134f-81ba-49f4-96a7-1ba5091bb246", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c", - "name": "7947ca74-02e6-4b68-9bdd-ad47ef4c098c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ed15951-d540-41ef-9e3b-ec2b9d3e1584", + "name": "6ed15951-d540-41ef-9e3b-ec2b9d3e1584", "status": "Creating", - "startTime": "2022-10-25T18:23:54.974618Z", + "startTime": "2022-10-25T22:38:35.9117049Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2703,7 +2699,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ed15951-d540-41ef-9e3b-ec2b9d3e1584?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2717,7 +2713,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:25:25 GMT", + "Date": "Tue, 25 Oct 2022 22:39:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2725,16 +2721,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "09d901ad-d9cc-4b16-9e7a-2c27823d991d", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182526Z:09d901ad-d9cc-4b16-9e7a-2c27823d991d", + "x-ms-correlation-request-id": "e2af4c8a-5215-4e64-9074-08680ce0ce98", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T223937Z:e2af4c8a-5215-4e64-9074-08680ce0ce98", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c", - "name": "7947ca74-02e6-4b68-9bdd-ad47ef4c098c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ed15951-d540-41ef-9e3b-ec2b9d3e1584", + "name": "6ed15951-d540-41ef-9e3b-ec2b9d3e1584", "status": "Creating", - "startTime": "2022-10-25T18:23:54.974618Z", + "startTime": "2022-10-25T22:38:35.9117049Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2743,7 +2739,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ed15951-d540-41ef-9e3b-ec2b9d3e1584?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2757,7 +2753,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:25:55 GMT", + "Date": "Tue, 25 Oct 2022 22:40:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2765,16 +2761,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "975a4ca1-94b9-494d-9a48-898cec8fbe17", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182556Z:975a4ca1-94b9-494d-9a48-898cec8fbe17", + "x-ms-correlation-request-id": "4c9db8a9-1b9d-462d-8585-687195528c32", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224007Z:4c9db8a9-1b9d-462d-8585-687195528c32", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c", - "name": "7947ca74-02e6-4b68-9bdd-ad47ef4c098c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ed15951-d540-41ef-9e3b-ec2b9d3e1584", + "name": "6ed15951-d540-41ef-9e3b-ec2b9d3e1584", "status": "Creating", - "startTime": "2022-10-25T18:23:54.974618Z", + "startTime": "2022-10-25T22:38:35.9117049Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2783,7 +2779,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ed15951-d540-41ef-9e3b-ec2b9d3e1584?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2797,7 +2793,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:26:26 GMT", + "Date": "Tue, 25 Oct 2022 22:40:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2805,16 +2801,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e1970338-e89e-48ad-bfa4-1d5125f84c19", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182626Z:e1970338-e89e-48ad-bfa4-1d5125f84c19", + "x-ms-correlation-request-id": "a822aecb-9ffa-4126-a5d5-f9755622954e", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224037Z:a822aecb-9ffa-4126-a5d5-f9755622954e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c", - "name": "7947ca74-02e6-4b68-9bdd-ad47ef4c098c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ed15951-d540-41ef-9e3b-ec2b9d3e1584", + "name": "6ed15951-d540-41ef-9e3b-ec2b9d3e1584", "status": "Creating", - "startTime": "2022-10-25T18:23:54.974618Z", + "startTime": "2022-10-25T22:38:35.9117049Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2823,7 +2819,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ed15951-d540-41ef-9e3b-ec2b9d3e1584?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2837,7 +2833,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:26:56 GMT", + "Date": "Tue, 25 Oct 2022 22:41:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2845,16 +2841,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03628455-2431-4ed9-9310-f73632142e99", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182657Z:03628455-2431-4ed9-9310-f73632142e99", + "x-ms-correlation-request-id": "70ac5ca7-8a38-4dde-8e68-d0358700cf68", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224108Z:70ac5ca7-8a38-4dde-8e68-d0358700cf68", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c", - "name": "7947ca74-02e6-4b68-9bdd-ad47ef4c098c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ed15951-d540-41ef-9e3b-ec2b9d3e1584", + "name": "6ed15951-d540-41ef-9e3b-ec2b9d3e1584", "status": "Creating", - "startTime": "2022-10-25T18:23:54.974618Z", + "startTime": "2022-10-25T22:38:35.9117049Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2863,7 +2859,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ed15951-d540-41ef-9e3b-ec2b9d3e1584?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2877,7 +2873,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:27:26 GMT", + "Date": "Tue, 25 Oct 2022 22:41:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2885,16 +2881,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e9458b7-3478-4170-8242-5441d53b1674", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182727Z:3e9458b7-3478-4170-8242-5441d53b1674", + "x-ms-correlation-request-id": "15297623-b05d-4c22-a444-f3a39633ab8e", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224138Z:15297623-b05d-4c22-a444-f3a39633ab8e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c", - "name": "7947ca74-02e6-4b68-9bdd-ad47ef4c098c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ed15951-d540-41ef-9e3b-ec2b9d3e1584", + "name": "6ed15951-d540-41ef-9e3b-ec2b9d3e1584", "status": "Creating", - "startTime": "2022-10-25T18:23:54.974618Z", + "startTime": "2022-10-25T22:38:35.9117049Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2903,7 +2899,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ed15951-d540-41ef-9e3b-ec2b9d3e1584?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2917,7 +2913,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:27:57 GMT", + "Date": "Tue, 25 Oct 2022 22:42:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2925,16 +2921,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f25fd941-18e0-40ae-9097-10effe93fc94", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182757Z:f25fd941-18e0-40ae-9097-10effe93fc94", + "x-ms-correlation-request-id": "cf8195b1-ecaf-440c-950c-c3cd1b895ac0", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224208Z:cf8195b1-ecaf-440c-950c-c3cd1b895ac0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c", - "name": "7947ca74-02e6-4b68-9bdd-ad47ef4c098c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ed15951-d540-41ef-9e3b-ec2b9d3e1584", + "name": "6ed15951-d540-41ef-9e3b-ec2b9d3e1584", "status": "Creating", - "startTime": "2022-10-25T18:23:54.974618Z", + "startTime": "2022-10-25T22:38:35.9117049Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2943,7 +2939,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ed15951-d540-41ef-9e3b-ec2b9d3e1584?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2957,7 +2953,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:28:26 GMT", + "Date": "Tue, 25 Oct 2022 22:42:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2965,16 +2961,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6515691f-2c1e-4027-a3b7-e3acfe9e42f5", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182827Z:6515691f-2c1e-4027-a3b7-e3acfe9e42f5", + "x-ms-correlation-request-id": "f1cb016b-1619-4aca-b3c0-7db9f8a619a9", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224238Z:f1cb016b-1619-4aca-b3c0-7db9f8a619a9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c", - "name": "7947ca74-02e6-4b68-9bdd-ad47ef4c098c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ed15951-d540-41ef-9e3b-ec2b9d3e1584", + "name": "6ed15951-d540-41ef-9e3b-ec2b9d3e1584", "status": "Creating", - "startTime": "2022-10-25T18:23:54.974618Z", + "startTime": "2022-10-25T22:38:35.9117049Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2983,7 +2979,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ed15951-d540-41ef-9e3b-ec2b9d3e1584?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2997,7 +2993,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:28:57 GMT", + "Date": "Tue, 25 Oct 2022 22:43:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3005,17 +3001,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75305009-2a3b-4c33-8178-9b1493bcac42", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182857Z:75305009-2a3b-4c33-8178-9b1493bcac42", + "x-ms-correlation-request-id": "db5428f2-ce36-4e54-98f8-ea2de7654bef", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224308Z:db5428f2-ce36-4e54-98f8-ea2de7654bef", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7947ca74-02e6-4b68-9bdd-ad47ef4c098c", - "name": "7947ca74-02e6-4b68-9bdd-ad47ef4c098c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ed15951-d540-41ef-9e3b-ec2b9d3e1584", + "name": "6ed15951-d540-41ef-9e3b-ec2b9d3e1584", "status": "Succeeded", - "startTime": "2022-10-25T18:23:54.974618Z", - "endTime": "2022-10-25T18:28:30.0790722Z", + "startTime": "2022-10-25T22:38:35.9117049Z", + "endTime": "2022-10-25T22:43:08.2528341Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" @@ -3037,8 +3033,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:28:57 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A28%3A30.0771568Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:43:09 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A08.2457697Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3046,19 +3042,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c472dcce-3f24-4b12-8604-287c222c2305", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182858Z:c472dcce-3f24-4b12-8604-287c222c2305", + "x-ms-correlation-request-id": "1f131734-e47e-4fda-817d-c41318c5044b", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224309Z:1f131734-e47e-4fda-817d-c41318c5044b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A28%3A30.0771568Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A08.2457697Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" }, "properties": { "volumeType": "DataProtection", @@ -3069,7 +3065,7 @@ "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" } }, - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -3097,7 +3093,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -3109,8 +3105,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "ipAddress": "10.0.0.4" } ], @@ -3125,10 +3121,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:23:53.9105785Z", + "createdAt": "2022-10-25T22:38:34.3076433Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" } } }, @@ -3148,19 +3144,19 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cdc4d9e-156d-4465-916d-4b5f8e736668?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f416a36-956d-493c-8b7b-53c3db8d97ae?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 25 Oct 2022 18:29:29 GMT", + "Date": "Tue, 25 Oct 2022 22:43:41 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cdc4d9e-156d-4465-916d-4b5f8e736668?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f416a36-956d-493c-8b7b-53c3db8d97ae?api-version=2022-05-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": "69a85a1b-c7e1-4da1-8000-f49ce539083b", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182929Z:69a85a1b-c7e1-4da1-8000-f49ce539083b", + "x-ms-correlation-request-id": "f2cd9147-27de-400a-b169-0087486eb0ba", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224341Z:f2cd9147-27de-400a-b169-0087486eb0ba", "X-Powered-By": "ASP.NET" }, "ResponseBody": null @@ -3180,8 +3176,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:29:29 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:43:41 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3189,22 +3185,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f19a4ffe-0c41-42b1-b2e4-ea390cd4a1a4", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182930Z:f19a4ffe-0c41-42b1-b2e4-ea390cd4a1a4", + "x-ms-correlation-request-id": "3bdf3d8a-f20c-4d21-ac8c-2c21a660a03e", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224341Z:3bdf3d8a-f20c-4d21-ac8c-2c21a660a03e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" }, "properties": { - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -3232,7 +3228,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_18b0956f", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -3247,8 +3243,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "ipAddress": "10.0.0.4" } ], @@ -3268,15 +3264,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:18:31.3231547Z", + "createdAt": "2022-10-25T22:33:12.1169593Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cdc4d9e-156d-4465-916d-4b5f8e736668?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f416a36-956d-493c-8b7b-53c3db8d97ae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3290,7 +3286,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:29:30 GMT", + "Date": "Tue, 25 Oct 2022 22:43:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3298,16 +3294,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3374cde3-1cee-418e-90eb-9e4f828a5c27", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182930Z:3374cde3-1cee-418e-90eb-9e4f828a5c27", + "x-ms-correlation-request-id": "c1b5d623-1d6c-4903-8098-bee00d1717ff", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224341Z:c1b5d623-1d6c-4903-8098-bee00d1717ff", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cdc4d9e-156d-4465-916d-4b5f8e736668", - "name": "7cdc4d9e-156d-4465-916d-4b5f8e736668", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f416a36-956d-493c-8b7b-53c3db8d97ae", + "name": "0f416a36-956d-493c-8b7b-53c3db8d97ae", "status": "AuthorizeReplication", - "startTime": "2022-10-25T18:29:29.5719773Z", + "startTime": "2022-10-25T22:43:40.951104Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3330,8 +3326,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:29:30 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A28%3A30.0771568Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:43:41 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A08.2457697Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3339,19 +3335,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f5fd72c-030a-4390-8029-ef4366f15f80", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182930Z:5f5fd72c-030a-4390-8029-ef4366f15f80", + "x-ms-correlation-request-id": "d11520f6-7c52-451d-8b7b-496aa285def2", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224342Z:d11520f6-7c52-451d-8b7b-496aa285def2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A28%3A30.0771568Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A08.2457697Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" }, "properties": { "volumeType": "DataProtection", @@ -3362,7 +3358,7 @@ "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" } }, - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -3390,7 +3386,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -3402,8 +3398,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "ipAddress": "10.0.0.4" } ], @@ -3418,10 +3414,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:23:53.9105785Z", + "createdAt": "2022-10-25T22:38:34.3076433Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" } } }, @@ -3440,8 +3436,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:29:32 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:43:45 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3449,22 +3445,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d8eb5e1-cc90-4279-b39b-4441aeccf450", + "x-ms-correlation-request-id": "f683957f-e7c4-4cda-920f-0cd33e1ca478", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182933Z:2d8eb5e1-cc90-4279-b39b-4441aeccf450", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224345Z:f683957f-e7c4-4cda-920f-0cd33e1ca478", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" }, "properties": { - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -3492,7 +3488,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_18b0956f", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -3507,8 +3503,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "ipAddress": "10.0.0.4" } ], @@ -3528,10 +3524,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:18:31.3231547Z", + "createdAt": "2022-10-25T22:33:12.1169593Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" } } }, @@ -3550,8 +3546,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:29:34 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A32.8454369Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:43:46 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A44.1999192Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3559,19 +3555,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f65e715a-278a-41e6-b407-c6adc53346e5", + "x-ms-correlation-request-id": "e40a946a-51ec-4148-b9c8-e664ded734d4", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182934Z:f65e715a-278a-41e6-b407-c6adc53346e5", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224347Z:e40a946a-51ec-4148-b9c8-e664ded734d4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A32.8454369Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A44.1999192Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" }, "properties": { "volumeType": "DataProtection", @@ -3582,7 +3578,7 @@ "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" } }, - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -3610,7 +3606,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -3622,8 +3618,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "ipAddress": "10.0.0.4" } ], @@ -3638,10 +3634,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:23:53.9105785Z", + "createdAt": "2022-10-25T22:38:34.3076433Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" } } }, @@ -3660,8 +3656,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:29:35 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:43:48 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3669,22 +3665,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e01a87f4-658c-425e-8a1d-a9b017c66590", + "x-ms-correlation-request-id": "e43f9ee3-4052-4f0b-885b-cac194c41244", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182936Z:e01a87f4-658c-425e-8a1d-a9b017c66590", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224348Z:e43f9ee3-4052-4f0b-885b-cac194c41244", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" }, "properties": { - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -3712,7 +3708,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_18b0956f", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -3727,8 +3723,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "ipAddress": "10.0.0.4" } ], @@ -3748,10 +3744,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:18:31.3231547Z", + "createdAt": "2022-10-25T22:33:12.1169593Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" } } }, @@ -3770,8 +3766,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:29:36 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:43:49 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3779,32 +3775,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7192b539-644f-4527-8d33-63f00d0aaf50", + "x-ms-correlation-request-id": "1562103e-dfe3-4fa3-bc76-8098681fdb10", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182937Z:7192b539-644f-4527-8d33-63f00d0aaf50", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224349Z:1562103e-dfe3-4fa3-bc76-8098681fdb10", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { - "replicationId": "a6714726-005e-e65e-b1d7-f659d48553ed", + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", "endpointType": "Dst", "replicationSchedule": "_10minutely", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -3832,7 +3828,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -3844,8 +3840,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "ipAddress": "10.0.0.4" } ], @@ -3860,10 +3856,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:23:53.9105785Z", + "createdAt": "2022-10-25T22:38:34.3076433Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" } } }, @@ -3882,8 +3878,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:29:37 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:43:50 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3891,22 +3887,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a44dde5-c413-4810-b568-d159d9aacab7", + "x-ms-correlation-request-id": "4c734e83-042f-446d-88b0-8cbc34e8834c", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182938Z:5a44dde5-c413-4810-b568-d159d9aacab7", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224350Z:4c734e83-042f-446d-88b0-8cbc34e8834c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" }, "properties": { - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -3934,7 +3930,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_18b0956f", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -3949,8 +3945,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "ipAddress": "10.0.0.4" } ], @@ -3970,10 +3966,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:18:31.3231547Z", + "createdAt": "2022-10-25T22:33:12.1169593Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" } } }, @@ -3992,8 +3988,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:29:38 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:43:50 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4001,32 +3997,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2bbb1bd-329c-40b1-89c0-36d5b059d7c1", + "x-ms-correlation-request-id": "7a6269ca-6200-4af0-aa21-51b2d84206d5", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182938Z:e2bbb1bd-329c-40b1-89c0-36d5b059d7c1", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224351Z:7a6269ca-6200-4af0-aa21-51b2d84206d5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { - "replicationId": "a6714726-005e-e65e-b1d7-f659d48553ed", + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", "endpointType": "Dst", "replicationSchedule": "_10minutely", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -4054,7 +4050,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -4066,8 +4062,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "ipAddress": "10.0.0.4" } ], @@ -4082,10 +4078,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:23:53.9105785Z", + "createdAt": "2022-10-25T22:38:34.3076433Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" } } }, @@ -4104,8 +4100,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:29:39 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:43:52 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4113,22 +4109,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dcafe954-7d21-477c-8c4a-3360a18c5b7e", + "x-ms-correlation-request-id": "82409d8a-4326-4df5-b7e5-48ca719e7d1e", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182940Z:dcafe954-7d21-477c-8c4a-3360a18c5b7e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224352Z:82409d8a-4326-4df5-b7e5-48ca719e7d1e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" }, "properties": { - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -4156,7 +4152,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_18b0956f", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -4171,8 +4167,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "ipAddress": "10.0.0.4" } ], @@ -4192,10 +4188,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:18:31.3231547Z", + "createdAt": "2022-10-25T22:33:12.1169593Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" } } }, @@ -4214,8 +4210,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:29:39 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:43:52 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4223,32 +4219,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3e19209-945d-4ee4-ba29-f0ed91cd0e0d", + "x-ms-correlation-request-id": "d375865f-2694-4610-870e-11884ae35f80", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182940Z:e3e19209-945d-4ee4-ba29-f0ed91cd0e0d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224352Z:d375865f-2694-4610-870e-11884ae35f80", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { - "replicationId": "a6714726-005e-e65e-b1d7-f659d48553ed", + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", "endpointType": "Dst", "replicationSchedule": "_10minutely", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -4276,7 +4272,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -4288,8 +4284,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "ipAddress": "10.0.0.4" } ], @@ -4304,10 +4300,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:23:53.9105785Z", + "createdAt": "2022-10-25T22:38:34.3076433Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" } } }, @@ -4326,8 +4322,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:29:42 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:43:53 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4335,22 +4331,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "054d04c4-4c37-4490-87a2-0c0468c879c4", + "x-ms-correlation-request-id": "722f7e80-e3a8-4134-8b65-0e48ee2b2d90", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182942Z:054d04c4-4c37-4490-87a2-0c0468c879c4", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224354Z:722f7e80-e3a8-4134-8b65-0e48ee2b2d90", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" }, "properties": { - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -4378,7 +4374,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_18b0956f", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -4393,8 +4389,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "ipAddress": "10.0.0.4" } ], @@ -4414,10 +4410,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:18:31.3231547Z", + "createdAt": "2022-10-25T22:33:12.1169593Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" } } }, @@ -4436,8 +4432,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:29:42 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:43:54 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4445,32 +4441,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3769ea58-6700-4582-9351-ce7856e8e927", + "x-ms-correlation-request-id": "54d2d71e-4653-4471-8610-ff86339e6ed0", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182942Z:3769ea58-6700-4582-9351-ce7856e8e927", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224354Z:54d2d71e-4653-4471-8610-ff86339e6ed0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { - "replicationId": "a6714726-005e-e65e-b1d7-f659d48553ed", + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", "endpointType": "Dst", "replicationSchedule": "_10minutely", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -4498,7 +4494,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -4510,8 +4506,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "ipAddress": "10.0.0.4" } ], @@ -4526,10 +4522,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:23:53.9105785Z", + "createdAt": "2022-10-25T22:38:34.3076433Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" } } }, @@ -4548,8 +4544,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:29:43 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:43:55 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4557,22 +4553,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb5beeea-ad24-4505-85de-78062aa541fd", + "x-ms-correlation-request-id": "7503eaca-7251-4062-aa79-081dc2613f70", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182943Z:fb5beeea-ad24-4505-85de-78062aa541fd", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224356Z:7503eaca-7251-4062-aa79-081dc2613f70", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" }, "properties": { - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -4600,7 +4596,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_18b0956f", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -4615,8 +4611,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "ipAddress": "10.0.0.4" } ], @@ -4636,10 +4632,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:18:31.3231547Z", + "createdAt": "2022-10-25T22:33:12.1169593Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" } } }, @@ -4658,8 +4654,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:29:44 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:43:55 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4667,32 +4663,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1b45fcee-b9ad-4089-85d2-fe52af260c44", + "x-ms-correlation-request-id": "dd69a8a0-38d8-4813-ac69-5edeb3723f4f", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182944Z:1b45fcee-b9ad-4089-85d2-fe52af260c44", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224356Z:dd69a8a0-38d8-4813-ac69-5edeb3723f4f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { - "replicationId": "a6714726-005e-e65e-b1d7-f659d48553ed", + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", "endpointType": "Dst", "replicationSchedule": "_10minutely", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -4720,7 +4716,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -4732,8 +4728,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "ipAddress": "10.0.0.4" } ], @@ -4748,10 +4744,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:23:53.9105785Z", + "createdAt": "2022-10-25T22:38:34.3076433Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" } } }, @@ -4770,8 +4766,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:29:45 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:43:57 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4779,22 +4775,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5440211b-788c-4a70-ad4f-35569f93493d", + "x-ms-correlation-request-id": "66125958-dcdf-4bfb-92c3-5f0657c98289", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182945Z:5440211b-788c-4a70-ad4f-35569f93493d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224357Z:66125958-dcdf-4bfb-92c3-5f0657c98289", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" }, "properties": { - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -4822,7 +4818,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_18b0956f", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -4837,8 +4833,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "ipAddress": "10.0.0.4" } ], @@ -4858,10 +4854,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:18:31.3231547Z", + "createdAt": "2022-10-25T22:33:12.1169593Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" } } }, @@ -4880,8 +4876,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:29:45 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:43:57 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4889,32 +4885,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "99c37394-0ee9-492c-a69f-13f7eff9e492", + "x-ms-correlation-request-id": "ad42bbfc-1e40-49ee-a9d9-6ce03037bccd", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182945Z:99c37394-0ee9-492c-a69f-13f7eff9e492", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224358Z:ad42bbfc-1e40-49ee-a9d9-6ce03037bccd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { - "replicationId": "a6714726-005e-e65e-b1d7-f659d48553ed", + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", "endpointType": "Dst", "replicationSchedule": "_10minutely", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -4942,7 +4938,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -4954,8 +4950,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "ipAddress": "10.0.0.4" } ], @@ -4970,10 +4966,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:23:53.9105785Z", + "createdAt": "2022-10-25T22:38:34.3076433Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" } } }, @@ -4992,8 +4988,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:29:46 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:43:58 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5001,22 +4997,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d635c54-d193-4c7e-841c-afc50be6c18d", + "x-ms-correlation-request-id": "0304dc93-792c-499c-a20e-c230373e124b", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182947Z:6d635c54-d193-4c7e-841c-afc50be6c18d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224359Z:0304dc93-792c-499c-a20e-c230373e124b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A29.5761145Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" }, "properties": { - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -5044,7 +5040,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_18b0956f", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -5059,8 +5055,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "ipAddress": "10.0.0.4" } ], @@ -5080,10 +5076,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:18:31.3231547Z", + "createdAt": "2022-10-25T22:33:12.1169593Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" } } }, @@ -5102,8 +5098,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:29:47 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:43:59 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5111,32 +5107,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c8f4ded-f6cd-423e-8262-c0e608a898af", + "x-ms-correlation-request-id": "b4588bc7-dc62-445b-89bb-09275cdc483c", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182947Z:1c8f4ded-f6cd-423e-8262-c0e608a898af", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224359Z:b4588bc7-dc62-445b-89bb-09275cdc483c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { - "replicationId": "a6714726-005e-e65e-b1d7-f659d48553ed", + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", "endpointType": "Dst", "replicationSchedule": "_10minutely", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -5164,7 +5160,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -5176,8 +5172,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "ipAddress": "10.0.0.4" } ], @@ -5192,10 +5188,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:23:53.9105785Z", + "createdAt": "2022-10-25T22:38:34.3076433Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" } } }, @@ -5214,8 +5210,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:29:48 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A48.5183412Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:44:00 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5223,29 +5219,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd2b605d-32a9-45e4-b8bd-ce078eee3cdb", + "x-ms-correlation-request-id": "6f3abd25-fe66-4f71-ad0d-1e6e4419075c", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182948Z:bd2b605d-32a9-45e4-b8bd-ce078eee3cdb", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224401Z:6f3abd25-fe66-4f71-ad0d-1e6e4419075c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A48.5183412Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" }, "properties": { - "dataProtection": { - "replication": { - "endpointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "remoteVolumeRegion": "eastus2" - } - }, - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -5273,7 +5262,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_18b0956f", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -5288,8 +5277,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "ipAddress": "10.0.0.4" } ], @@ -5304,15 +5293,15 @@ "maximumNumberOfFiles": 100000000, "smbNonBrowsable": "Disabled", "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" + "provisioningState": "AuthorizeReplication" }, "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:18:31.3231547Z", + "createdAt": "2022-10-25T22:33:12.1169593Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" } } }, @@ -5331,8 +5320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:29:48 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:44:00 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5340,32 +5329,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2eafb107-fbb2-4f7d-9fad-20580e0f6dac", + "x-ms-correlation-request-id": "8876a111-a536-4719-83a2-7beeafd14265", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T182949Z:2eafb107-fbb2-4f7d-9fad-20580e0f6dac", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224401Z:8876a111-a536-4719-83a2-7beeafd14265", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A36.4496041Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { - "replicationId": "a6714726-005e-e65e-b1d7-f659d48553ed", + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", "endpointType": "Dst", "replicationSchedule": "_10minutely", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -5393,7 +5382,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -5405,8 +5394,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "ipAddress": "10.0.0.4" } ], @@ -5421,18 +5410,18 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:23:53.9105785Z", + "createdAt": "2022-10-25T22:38:34.3076433Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cdc4d9e-156d-4465-916d-4b5f8e736668?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -5443,7 +5432,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:00 GMT", + "Date": "Tue, 25 Oct 2022 22:44:02 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5451,80 +5441,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d138e686-4197-40e0-b17a-eba30af683a2", + "x-ms-correlation-request-id": "62946b37-9601-4e40-a2c0-849899f399d2", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183000Z:d138e686-4197-40e0-b17a-eba30af683a2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cdc4d9e-156d-4465-916d-4b5f8e736668", - "name": "7cdc4d9e-156d-4465-916d-4b5f8e736668", - "status": "Succeeded", - "startTime": "2022-10-25T18:29:29.5719773Z", - "endTime": "2022-10-25T18:29:48.5379292Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7cdc4d9e-156d-4465-916d-4b5f8e736668?api-version=2022-05-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30: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": "06f4f0fa-b707-42c6-b94f-3dfaa05ecdc9", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183000Z:06f4f0fa-b707-42c6-b94f-3dfaa05ecdc9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224402Z:62946b37-9601-4e40-a2c0-849899f399d2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A48.5183412Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" }, "properties": { - "dataProtection": { - "replication": { - "endpointType": "Src", - "replicationStatus": "", - "remotePath": { - "externalHostName": "az-bn13-f01c01-bs118-sto", - "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", - "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_f96a13" - }, - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "remoteVolumeRegion": "eastus2" - } - }, - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", "usageThreshold": 107374182400, - "usedBytes": 0, "exportPolicy": { "rules": [ { @@ -5533,7 +5468,6 @@ "unixReadWrite": true, "cifs": false, "nfsv3": true, - "nfsv4": false, "nfsv41": false, "allowedClients": "0.0.0.0/0", "kerberos5ReadOnly": false, @@ -5550,35 +5484,27 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_18b0956f", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "poolId": "463e6e35-71da-0b50-4f49-df3dea075a88", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "encryptionKeySource": "Microsoft.NetApp", + "mountTargets": [ + { + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -5586,23 +5512,23 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", - "encrypted": true, - "smbAccessBasedEnumeration": "Disabled", + "maximumNumberOfFiles": 100000000, "smbNonBrowsable": "Disabled", - "provisioningState": "Succeeded" + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" }, "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:18:31.3231547Z", + "createdAt": "2022-10-25T22:33:12.1169593Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -5616,7 +5542,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:19 GMT", + "Date": "Tue, 25 Oct 2022 22:44:02 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5624,24 +5551,99 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7038158e-2a32-4f71-ac7e-e2ca6f6f9e3d", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183019Z:7038158e-2a32-4f71-ac7e-e2ca6f6f9e3d", + "x-ms-correlation-request-id": "2603d7c7-ab17-4651-88de-6d24cdae787a", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224403Z:2603d7c7-ab17-4651-88de-6d24cdae787a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:38:34.3076433Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -5652,7 +5654,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:21 GMT", + "Date": "Tue, 25 Oct 2022 22:44:03 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5660,21 +5663,94 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50303f23-4e19-4fd4-aa98-0c0e913f6062", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183021Z:50303f23-4e19-4fd4-aa98-0c0e913f6062", + "x-ms-correlation-request-id": "c001ff41-646a-4b56-91ce-3b20f8764461", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224404Z:c001ff41-646a-4b56-91ce-3b20f8764461", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" + }, + "properties": { + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_18b0956f", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:33:12.1169593Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -5688,7 +5764,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:22 GMT", + "Date": "Tue, 25 Oct 2022 22:44:04 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5696,21 +5773,96 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "345fc57e-5e37-4d64-82ad-ba03dd28730d", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183022Z:345fc57e-5e37-4d64-82ad-ba03dd28730d", + "x-ms-correlation-request-id": "f3f11fbf-6480-4d3f-a0b7-937ad2e0a917", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224404Z:f3f11fbf-6480-4d3f-a0b7-937ad2e0a917", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:38:34.3076433Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -5724,7 +5876,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:23 GMT", + "Date": "Tue, 25 Oct 2022 22:44:05 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5732,57 +5885,94 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "64a5b14e-e95a-4e39-9acf-bca958309260", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183023Z:64a5b14e-e95a-4e39-9acf-bca958309260", + "x-ms-correlation-request-id": "06cebe2e-98a6-42b3-9aec-512a47193ab8", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224406Z:06cebe2e-98a6-42b3-9aec-512a47193ab8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18: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": "e023ed2e-dbe7-4ca2-840f-2061e8cdcd38", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183025Z:e023ed2e-dbe7-4ca2-840f-2061e8cdcd38", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" + }, + "properties": { + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_18b0956f", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:33:12.1169593Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -5796,7 +5986,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:26 GMT", + "Date": "Tue, 25 Oct 2022 22:44:05 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5804,21 +5995,96 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d334717e-e4c7-4259-a657-a584fccb73ab", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183026Z:d334717e-e4c7-4259-a657-a584fccb73ab", + "x-ms-correlation-request-id": "1db46f18-f71e-41f0-a527-e8cb6798aa79", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224406Z:1db46f18-f71e-41f0-a527-e8cb6798aa79", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:38:34.3076433Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -5832,7 +6098,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:27 GMT", + "Date": "Tue, 25 Oct 2022 22:44:07 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5840,21 +6107,94 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "767c333c-21c9-4f6b-bc9a-609832ffafb8", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183028Z:767c333c-21c9-4f6b-bc9a-609832ffafb8", + "x-ms-correlation-request-id": "94ef9ad5-c2c7-4049-955d-02178a677d59", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224408Z:94ef9ad5-c2c7-4049-955d-02178a677d59", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" + }, + "properties": { + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_18b0956f", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:33:12.1169593Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -5868,7 +6208,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:29 GMT", + "Date": "Tue, 25 Oct 2022 22:44:07 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5876,21 +6217,96 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "696e99f1-1fa1-4a6c-a926-47e43bc0d21e", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183029Z:696e99f1-1fa1-4a6c-a926-47e43bc0d21e", + "x-ms-correlation-request-id": "5281111a-cbef-46c3-aa9d-687dc1206965", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224408Z:5281111a-cbef-46c3-aa9d-687dc1206965", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:38:34.3076433Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -5904,7 +6320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:30 GMT", + "Date": "Tue, 25 Oct 2022 22:44:09 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5912,21 +6329,94 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bab4a9e7-edef-4016-b58b-3cdd2b17b35e", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183030Z:bab4a9e7-edef-4016-b58b-3cdd2b17b35e", + "x-ms-correlation-request-id": "a1840903-b229-4bf9-9cf9-d6cb1d6da66f", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224409Z:a1840903-b229-4bf9-9cf9-d6cb1d6da66f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" + }, + "properties": { + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_18b0956f", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:33:12.1169593Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -5940,7 +6430,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:31 GMT", + "Date": "Tue, 25 Oct 2022 22:44:09 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5948,21 +6439,96 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "20f8953b-a1a0-437d-8f9c-775eb57039a0", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183032Z:20f8953b-a1a0-437d-8f9c-775eb57039a0", + "x-ms-correlation-request-id": "106e7cf9-5fdf-4197-9771-4af7c43d1b63", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224410Z:106e7cf9-5fdf-4197-9771-4af7c43d1b63", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:38:34.3076433Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -5976,7 +6542,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:33 GMT", + "Date": "Tue, 25 Oct 2022 22:44:10 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5984,129 +6551,94 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4f7ea234-016f-4343-a345-c0790d588c7a", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183033Z:4f7ea234-016f-4343-a345-c0790d588c7a", + "x-ms-correlation-request-id": "cab1886a-5801-4524-93fa-bd866e6a4694", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224411Z:cab1886a-5801-4524-93fa-bd866e6a4694", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18: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": "376de9df-4955-4d44-b23f-3c05c8c61e01", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183034Z:376de9df-4955-4d44-b23f-3c05c8c61e01", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30: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": "9db5abf9-070f-4053-bbfd-4f83d34d9ad6", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183036Z:9db5abf9-070f-4053-bbfd-4f83d34d9ad6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30: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": "a6701036-2027-43fd-b15d-896277fffbb8", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183037Z:a6701036-2027-43fd-b15d-896277fffbb8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" + }, + "properties": { + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_18b0956f", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:33:12.1169593Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -6120,7 +6652,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:38 GMT", + "Date": "Tue, 25 Oct 2022 22:44:11 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6128,24 +6661,99 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "060d8e98-3d77-48d0-aafe-51c2ba57005c", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183039Z:060d8e98-3d77-48d0-aafe-51c2ba57005c", + "x-ms-correlation-request-id": "98e1110f-fc3c-415b-8578-a19f9bc65883", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224411Z:98e1110f-fc3c-415b-8578-a19f9bc65883", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:38:34.3076433Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f416a36-956d-493c-8b7b-53c3db8d97ae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -6156,7 +6764,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:40 GMT", + "Date": "Tue, 25 Oct 2022 22:44:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6164,21 +6772,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ffc9fb29-7bd2-4b26-9db4-5ae9e2e8bb41", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183040Z:ffc9fb29-7bd2-4b26-9db4-5ae9e2e8bb41", + "x-ms-correlation-request-id": "3acf7ea1-337a-4310-a80d-2c26137a0cb9", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224412Z:3acf7ea1-337a-4310-a80d-2c26137a0cb9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f416a36-956d-493c-8b7b-53c3db8d97ae", + "name": "0f416a36-956d-493c-8b7b-53c3db8d97ae", + "status": "AuthorizeReplication", + "startTime": "2022-10-25T22:43:40.951104Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -6192,7 +6804,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:41 GMT", + "Date": "Tue, 25 Oct 2022 22:44:13 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6200,21 +6813,94 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be4c04a3-72ae-4644-9a46-98fc969e03c9", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183041Z:be4c04a3-72ae-4644-9a46-98fc969e03c9", + "x-ms-correlation-request-id": "e5c917c2-9c06-46e9-b735-e1eae4f22c61", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224413Z:e5c917c2-9c06-46e9-b735-e1eae4f22c61", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" + }, + "properties": { + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_18b0956f", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:33:12.1169593Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -6228,7 +6914,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:43 GMT", + "Date": "Tue, 25 Oct 2022 22:44:13 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6236,21 +6923,96 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dc6f5968-7757-4fb0-8b1c-6e1528a05201", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183043Z:dc6f5968-7757-4fb0-8b1c-6e1528a05201", + "x-ms-correlation-request-id": "580aeabc-3d75-4da3-b2a4-b1882aa8bab1", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224413Z:580aeabc-3d75-4da3-b2a4-b1882aa8bab1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:38:34.3076433Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -6264,7 +7026,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:44 GMT", + "Date": "Tue, 25 Oct 2022 22:44:14 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6272,21 +7035,94 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "39023b87-a05d-47c6-aaed-13eb1baca70e", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183045Z:39023b87-a05d-47c6-aaed-13eb1baca70e", + "x-ms-correlation-request-id": "3290e94e-b489-41be-8e8b-1c20f009f6b6", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224415Z:3290e94e-b489-41be-8e8b-1c20f009f6b6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" + }, + "properties": { + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_18b0956f", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:33:12.1169593Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -6300,7 +7136,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:46 GMT", + "Date": "Tue, 25 Oct 2022 22:44:15 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6308,57 +7145,96 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d5645a0-bf1b-4880-9bbc-1d3eff03ee1c", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183046Z:3d5645a0-bf1b-4880-9bbc-1d3eff03ee1c", + "x-ms-correlation-request-id": "31b42e92-2c9d-4ef2-a2cb-b25a22f957ff", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224415Z:31b42e92-2c9d-4ef2-a2cb-b25a22f957ff", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18: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": "60a599de-110a-4895-8d48-703ad69247e3", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183047Z:60a599de-110a-4895-8d48-703ad69247e3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:38:34.3076433Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -6372,7 +7248,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:48 GMT", + "Date": "Tue, 25 Oct 2022 22:44:16 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6380,21 +7257,94 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eed33e0d-5201-4c27-b265-2abd94a83846", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183049Z:eed33e0d-5201-4c27-b265-2abd94a83846", + "x-ms-correlation-request-id": "f65c8fa6-1011-4e89-abfc-f672d36e4820", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224416Z:f65c8fa6-1011-4e89-abfc-f672d36e4820", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" + }, + "properties": { + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_18b0956f", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:33:12.1169593Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -6408,7 +7358,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:50 GMT", + "Date": "Tue, 25 Oct 2022 22:44:17 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6416,21 +7367,96 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "104e3e9f-b42c-4ad2-b797-3f37a3332db9", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183050Z:104e3e9f-b42c-4ad2-b797-3f37a3332db9", + "x-ms-correlation-request-id": "1d4d130c-b0b4-403a-b1f6-e7327bb956a6", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224417Z:1d4d130c-b0b4-403a-b1f6-e7327bb956a6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:38:34.3076433Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -6444,7 +7470,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:51 GMT", + "Date": "Tue, 25 Oct 2022 22:44:18 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6452,21 +7479,94 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "688389b5-b37e-4ec3-afc3-b6239bdc27a4", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183051Z:688389b5-b37e-4ec3-afc3-b6239bdc27a4", + "x-ms-correlation-request-id": "ceb7253e-7678-4139-a050-44e0eddc2c6f", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224418Z:ceb7253e-7678-4139-a050-44e0eddc2c6f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" + }, + "properties": { + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_18b0956f", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:33:12.1169593Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -6480,7 +7580,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:52 GMT", + "Date": "Tue, 25 Oct 2022 22:44:18 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6488,21 +7589,96 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c189c64-2724-48ae-8bf1-3b5d99ce4dd2", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183053Z:6c189c64-2724-48ae-8bf1-3b5d99ce4dd2", + "x-ms-correlation-request-id": "f5990a1b-ed66-4d8f-b36c-3cea05189d18", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224418Z:f5990a1b-ed66-4d8f-b36c-3cea05189d18", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:38:34.3076433Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -6516,7 +7692,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:54 GMT", + "Date": "Tue, 25 Oct 2022 22:44:20 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6524,21 +7701,94 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0eb590c7-1e52-4844-9cdb-c8a72468fdd3", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183054Z:0eb590c7-1e52-4844-9cdb-c8a72468fdd3", + "x-ms-correlation-request-id": "636b6173-3e20-4ab8-b395-43d239b9391b", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224420Z:636b6173-3e20-4ab8-b395-43d239b9391b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" + }, + "properties": { + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_18b0956f", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:33:12.1169593Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -6552,7 +7802,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:55 GMT", + "Date": "Tue, 25 Oct 2022 22:44:20 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6560,57 +7811,96 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c3ee993e-7311-48ee-bb10-7fd9493be1d5", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183055Z:c3ee993e-7311-48ee-bb10-7fd9493be1d5", + "x-ms-correlation-request-id": "c01c4931-25b1-443f-a165-65b8d2fea152", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224420Z:c01c4931-25b1-443f-a165-65b8d2fea152", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30: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": "b05f8559-42c2-4a1d-830e-1d55b0220235", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183057Z:b05f8559-42c2-4a1d-830e-1d55b0220235", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:38:34.3076433Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -6624,7 +7914,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:58 GMT", + "Date": "Tue, 25 Oct 2022 22:44:21 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6632,21 +7923,94 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65bf576e-05f1-4872-ad0d-d8f0fc979477", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183058Z:65bf576e-05f1-4872-ad0d-d8f0fc979477", + "x-ms-correlation-request-id": "a6d2453d-d2f9-483e-b1f9-d187eec23dd4", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224421Z:a6d2453d-d2f9-483e-b1f9-d187eec23dd4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A40.9588437Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" + }, + "properties": { + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_18b0956f", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "AuthorizeReplication" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:33:12.1169593Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -6660,7 +8024,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:30:59 GMT", + "Date": "Tue, 25 Oct 2022 22:44:22 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6668,21 +8033,96 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4529a97d-e0b3-410a-8b6d-a92ab83fb80c", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183100Z:4529a97d-e0b3-410a-8b6d-a92ab83fb80c", + "x-ms-correlation-request-id": "45e673ee-417a-4798-8f49-2e367de7f0f3", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224422Z:45e673ee-417a-4798-8f49-2e367de7f0f3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:38:34.3076433Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -6696,7 +8136,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:00 GMT", + "Date": "Tue, 25 Oct 2022 22:44:23 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A44%3A22.1074426Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6704,93 +8145,101 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "331b3ca3-966e-43c2-8fee-e78a6f0931b7", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183101Z:331b3ca3-966e-43c2-8fee-e78a6f0931b7", + "x-ms-correlation-request-id": "0765fc7f-c095-4f37-b447-bcbecb2b9c7f", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224423Z:0765fc7f-c095-4f37-b447-bcbecb2b9c7f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18: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": "3b80c501-e10c-4dbd-91b4-389213746b65", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183102Z:3b80c501-e10c-4dbd-91b4-389213746b65", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31: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": "68c303c8-02ce-4caf-be77-9a4db1d5f22f", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183104Z:68c303c8-02ce-4caf-be77-9a4db1d5f22f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A44%3A22.1074426Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" + }, + "properties": { + "dataProtection": { + "replication": { + "endpointType": "Src", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "remoteVolumeRegion": "eastus2" + } + }, + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_18b0956f", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:33:12.1169593Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -6804,7 +8253,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:04 GMT", + "Date": "Tue, 25 Oct 2022 22:44:23 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6812,24 +8262,99 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1d2ba76-7e38-4710-a398-ff8e8b41fe0f", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183105Z:a1d2ba76-7e38-4710-a398-ff8e8b41fe0f", + "x-ms-correlation-request-id": "44e74560-d237-4353-a7ae-db39c237e291", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224424Z:44e74560-d237-4353-a7ae-db39c237e291", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A43%3A47.165896Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" + }, + "properties": { + "volumeType": "DataProtection", + "dataProtection": { + "replication": { + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:38:34.3076433Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f416a36-956d-493c-8b7b-53c3db8d97ae?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -6840,7 +8365,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:06 GMT", + "Date": "Tue, 25 Oct 2022 22:44:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6848,24 +8373,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b40e45a3-41d5-4a19-a2d8-dbd6e256cfab", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183106Z:b40e45a3-41d5-4a19-a2d8-dbd6e256cfab", + "x-ms-correlation-request-id": "812b2b8a-b479-4eba-923c-7e00e5c56746", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224442Z:812b2b8a-b479-4eba-923c-7e00e5c56746", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f416a36-956d-493c-8b7b-53c3db8d97ae", + "name": "0f416a36-956d-493c-8b7b-53c3db8d97ae", + "status": "Succeeded", + "startTime": "2022-10-25T22:43:40.951104Z", + "endTime": "2022-10-25T22:44:22.1103143Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f416a36-956d-493c-8b7b-53c3db8d97ae?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -6876,7 +8405,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:07 GMT", + "Date": "Tue, 25 Oct 2022 22:44:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6884,45 +8413,142 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "02c94fcc-c462-41da-a2cb-bdeb2c8a397f", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183108Z:02c94fcc-c462-41da-a2cb-bdeb2c8a397f", + "x-ms-correlation-request-id": "3d83847e-8394-4af4-806a-ecdc31cd1885", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224442Z:3d83847e-8394-4af4-806a-ecdc31cd1885", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "0", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A44%3A22.1074426Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" + }, + "properties": { + "dataProtection": { + "replication": { + "endpointType": "Src", + "replicationStatus": "", + "remotePath": { + "externalHostName": "az-bn13-f01c01-bs118-sto", + "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", + "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_45c6cd" + }, + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "remoteVolumeRegion": "eastus2" + } + }, + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", + "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_8f82c7b40509489d9e97d719b9b955b4_18b0956f", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "poolId": "991b8608-5139-9f8b-67da-a062eae36741", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.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": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:33:12.1169593Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:44: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": "d0d404c9-158b-4951-9dd4-cf00fc4cf5ab", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183109Z:d0d404c9-158b-4951-9dd4-cf00fc4cf5ab", + "x-ms-correlation-request-id": "667f1f7d-2f77-48e7-bcd4-dbfeee762d74", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224454Z:667f1f7d-2f77-48e7-bcd4-dbfeee762d74", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6948,7 +8574,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:10 GMT", + "Date": "Tue, 25 Oct 2022 22:44:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6956,9 +8582,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "528ae70a-4970-4e2a-8f1d-980230480eed", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183110Z:528ae70a-4970-4e2a-8f1d-980230480eed", + "x-ms-correlation-request-id": "7d3a8c52-994d-45dd-aaf8-cd28d6301066", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224456Z:7d3a8c52-994d-45dd-aaf8-cd28d6301066", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -6984,7 +8610,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:11 GMT", + "Date": "Tue, 25 Oct 2022 22:44:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6992,9 +8618,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0a1b57c4-fed7-4a9a-b9b1-5a2038ac825c", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183112Z:0a1b57c4-fed7-4a9a-b9b1-5a2038ac825c", + "x-ms-correlation-request-id": "ba25917e-4637-46dd-95cb-9a7fa954067a", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224457Z:ba25917e-4637-46dd-95cb-9a7fa954067a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7020,7 +8646,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:13 GMT", + "Date": "Tue, 25 Oct 2022 22:44:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7028,9 +8654,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32f87d5f-21ac-4d88-a425-2d51445a2d12", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183113Z:32f87d5f-21ac-4d88-a425-2d51445a2d12", + "x-ms-correlation-request-id": "a342aedd-1257-4a51-aca2-54f2fb784f67", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224459Z:a342aedd-1257-4a51-aca2-54f2fb784f67", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7056,7 +8682,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:14 GMT", + "Date": "Tue, 25 Oct 2022 22:44:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7064,9 +8690,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "325abce6-2aa5-466d-b2cb-698f5bcd2c06", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183115Z:325abce6-2aa5-466d-b2cb-698f5bcd2c06", + "x-ms-correlation-request-id": "c523a69a-9bfe-4843-971c-1e1d3a64cf34", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224500Z:c523a69a-9bfe-4843-971c-1e1d3a64cf34", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7092,7 +8718,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:15 GMT", + "Date": "Tue, 25 Oct 2022 22:45:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7100,9 +8726,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e35deb31-0f1f-4eb3-a978-eca4d67e9738", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183116Z:e35deb31-0f1f-4eb3-a978-eca4d67e9738", + "x-ms-correlation-request-id": "bed15da4-90eb-44b5-97ec-2414e6559815", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224501Z:bed15da4-90eb-44b5-97ec-2414e6559815", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7128,7 +8754,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:17 GMT", + "Date": "Tue, 25 Oct 2022 22:45:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7136,9 +8762,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "915747d6-ad37-4858-b9eb-1627860bcaf5", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183117Z:915747d6-ad37-4858-b9eb-1627860bcaf5", + "x-ms-correlation-request-id": "8af80efe-dfc2-402f-9de5-dd4c8aae995c", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224503Z:8af80efe-dfc2-402f-9de5-dd4c8aae995c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7164,7 +8790,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:18 GMT", + "Date": "Tue, 25 Oct 2022 22:45:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7172,9 +8798,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0db10cb9-e949-4a50-82b4-79c59ec6da18", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183119Z:0db10cb9-e949-4a50-82b4-79c59ec6da18", + "x-ms-correlation-request-id": "f61a305b-8f22-41ce-8f0e-18d842c1593b", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224504Z:f61a305b-8f22-41ce-8f0e-18d842c1593b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7200,7 +8826,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:20 GMT", + "Date": "Tue, 25 Oct 2022 22:45:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7208,9 +8834,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e31db98a-2cb0-4e0a-9609-81d93292aa5c", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183120Z:e31db98a-2cb0-4e0a-9609-81d93292aa5c", + "x-ms-correlation-request-id": "b13ea0e4-6a7b-4e15-b43d-d697948d18b6", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224505Z:b13ea0e4-6a7b-4e15-b43d-d697948d18b6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7236,7 +8862,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:21 GMT", + "Date": "Tue, 25 Oct 2022 22:45:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7244,9 +8870,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6bac5891-51e2-450e-93a9-2a9ac40407fc", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183122Z:6bac5891-51e2-450e-93a9-2a9ac40407fc", + "x-ms-correlation-request-id": "fdb6a35a-9c52-40af-8b94-6612e636a5c7", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224507Z:fdb6a35a-9c52-40af-8b94-6612e636a5c7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7272,7 +8898,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:22 GMT", + "Date": "Tue, 25 Oct 2022 22:45:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7280,9 +8906,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e63d6be0-17b6-4b02-a603-4c95322fa454", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183123Z:e63d6be0-17b6-4b02-a603-4c95322fa454", + "x-ms-correlation-request-id": "de214aee-b998-41f6-8927-e9ebf9bf8536", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224508Z:de214aee-b998-41f6-8927-e9ebf9bf8536", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7308,7 +8934,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:24 GMT", + "Date": "Tue, 25 Oct 2022 22:45:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7316,9 +8942,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ba499a8-5153-41cf-9212-fc8ae3c8ef84", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183124Z:8ba499a8-5153-41cf-9212-fc8ae3c8ef84", + "x-ms-correlation-request-id": "ba8377de-f4aa-4be2-baa1-702234fedbdb", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224510Z:ba8377de-f4aa-4be2-baa1-702234fedbdb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7344,7 +8970,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:25 GMT", + "Date": "Tue, 25 Oct 2022 22:45:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7352,9 +8978,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bfab99aa-35a2-4991-91ed-68f6caef48d1", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183126Z:bfab99aa-35a2-4991-91ed-68f6caef48d1", + "x-ms-correlation-request-id": "ac10c714-b361-4095-b655-d4c52669b4d9", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224511Z:ac10c714-b361-4095-b655-d4c52669b4d9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7380,7 +9006,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:26 GMT", + "Date": "Tue, 25 Oct 2022 22:45:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7388,9 +9014,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e86f63f-35f1-4610-bccf-8bb808518b02", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183127Z:3e86f63f-35f1-4610-bccf-8bb808518b02", + "x-ms-correlation-request-id": "d8bc1f6a-43c5-41cc-921e-09cab0c4ad96", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224512Z:d8bc1f6a-43c5-41cc-921e-09cab0c4ad96", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7416,7 +9042,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:28 GMT", + "Date": "Tue, 25 Oct 2022 22:45:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7424,9 +9050,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1329c2e-9612-44a0-9ee6-902623e4f3d4", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183128Z:a1329c2e-9612-44a0-9ee6-902623e4f3d4", + "x-ms-correlation-request-id": "283c84e8-95c6-447a-bbe3-775fb2c14064", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224514Z:283c84e8-95c6-447a-bbe3-775fb2c14064", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7452,7 +9078,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:29 GMT", + "Date": "Tue, 25 Oct 2022 22:45:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7460,9 +9086,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ae6078a-2670-440a-a13d-8de46555823b", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183130Z:7ae6078a-2670-440a-a13d-8de46555823b", + "x-ms-correlation-request-id": "80d91550-6d1c-499a-9149-cef95433f5a6", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224515Z:80d91550-6d1c-499a-9149-cef95433f5a6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7488,7 +9114,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:30 GMT", + "Date": "Tue, 25 Oct 2022 22:45:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7496,9 +9122,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c0927b7-dce4-4723-8968-cd3aaae1f90b", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183131Z:6c0927b7-dce4-4723-8968-cd3aaae1f90b", + "x-ms-correlation-request-id": "557e0a11-9823-43b5-b1c7-1408bb3fc512", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224516Z:557e0a11-9823-43b5-b1c7-1408bb3fc512", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7524,7 +9150,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:32 GMT", + "Date": "Tue, 25 Oct 2022 22:45:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7532,9 +9158,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea650b79-88e9-40df-8c73-efb294efce9d", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183132Z:ea650b79-88e9-40df-8c73-efb294efce9d", + "x-ms-correlation-request-id": "cc9ae4bc-f52e-4ba4-823f-c8b370d66973", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224518Z:cc9ae4bc-f52e-4ba4-823f-c8b370d66973", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7560,7 +9186,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:33 GMT", + "Date": "Tue, 25 Oct 2022 22:45:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7568,9 +9194,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a361c77b-7025-4efe-9f21-0d098416bc22", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183134Z:a361c77b-7025-4efe-9f21-0d098416bc22", + "x-ms-correlation-request-id": "2bff12c4-9060-4fae-9bf2-f50480735dde", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224519Z:2bff12c4-9060-4fae-9bf2-f50480735dde", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7596,7 +9222,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:34 GMT", + "Date": "Tue, 25 Oct 2022 22:45:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7604,9 +9230,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7353166a-897f-4622-a8dc-70f9f33c50f7", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183135Z:7353166a-897f-4622-a8dc-70f9f33c50f7", + "x-ms-correlation-request-id": "df1d4356-b28c-4f17-9c17-78e4fdc98f59", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224521Z:df1d4356-b28c-4f17-9c17-78e4fdc98f59", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7632,7 +9258,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:36 GMT", + "Date": "Tue, 25 Oct 2022 22:45:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7640,9 +9266,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e946d9d-a72a-4a45-99b3-13ee8e832888", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183137Z:3e946d9d-a72a-4a45-99b3-13ee8e832888", + "x-ms-correlation-request-id": "1af33630-4095-4fb8-8d70-6f9918b6db46", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224522Z:1af33630-4095-4fb8-8d70-6f9918b6db46", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7668,7 +9294,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:38 GMT", + "Date": "Tue, 25 Oct 2022 22:45:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7676,9 +9302,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f17ef3fb-9389-4ea6-bf12-775479945f73", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183138Z:f17ef3fb-9389-4ea6-bf12-775479945f73", + "x-ms-correlation-request-id": "bd149f9c-f0c6-4707-b16e-00970275fd75", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224523Z:bd149f9c-f0c6-4707-b16e-00970275fd75", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7704,7 +9330,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:39 GMT", + "Date": "Tue, 25 Oct 2022 22:45:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7712,9 +9338,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "35d9a667-0d68-49ad-818a-2fdad894a968", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183139Z:35d9a667-0d68-49ad-818a-2fdad894a968", + "x-ms-correlation-request-id": "dcf1aad5-8a3e-432b-b3a5-313072a829e9", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224525Z:dcf1aad5-8a3e-432b-b3a5-313072a829e9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7740,7 +9366,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:40 GMT", + "Date": "Tue, 25 Oct 2022 22:45:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7748,9 +9374,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "801dde85-117a-4631-b2b3-de71938ac5e8", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183141Z:801dde85-117a-4631-b2b3-de71938ac5e8", + "x-ms-correlation-request-id": "add37ec3-0599-4b85-9a49-66f302e120df", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224526Z:add37ec3-0599-4b85-9a49-66f302e120df", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7776,7 +9402,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:42 GMT", + "Date": "Tue, 25 Oct 2022 22:45:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7784,9 +9410,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3384ae64-0053-4175-afd9-21eba519e9a8", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183142Z:3384ae64-0053-4175-afd9-21eba519e9a8", + "x-ms-correlation-request-id": "a1fb0237-b3c0-4127-aa55-06b3222dbac5", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224527Z:a1fb0237-b3c0-4127-aa55-06b3222dbac5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7812,7 +9438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:43 GMT", + "Date": "Tue, 25 Oct 2022 22:45:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7820,9 +9446,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f132cb3-0970-4e60-8bcf-3efd3c3bf82b", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183143Z:5f132cb3-0970-4e60-8bcf-3efd3c3bf82b", + "x-ms-correlation-request-id": "368d87d5-a612-4fa4-84b1-5d90f00aba0e", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224529Z:368d87d5-a612-4fa4-84b1-5d90f00aba0e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7848,7 +9474,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:44 GMT", + "Date": "Tue, 25 Oct 2022 22:45:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7856,9 +9482,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2d7cf37-1207-4c3d-9a66-c7915ab3a2df", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183145Z:e2d7cf37-1207-4c3d-9a66-c7915ab3a2df", + "x-ms-correlation-request-id": "57e6f27b-7c56-46f0-8c8c-0ca384327f7a", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224530Z:57e6f27b-7c56-46f0-8c8c-0ca384327f7a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7884,7 +9510,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:46 GMT", + "Date": "Tue, 25 Oct 2022 22:45:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7892,9 +9518,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d56815a-9706-4233-8231-38afad8a7a05", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183146Z:2d56815a-9706-4233-8231-38afad8a7a05", + "x-ms-correlation-request-id": "c82b89fc-11b0-48f0-8c1f-babdda11147b", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224532Z:c82b89fc-11b0-48f0-8c1f-babdda11147b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7920,7 +9546,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:47 GMT", + "Date": "Tue, 25 Oct 2022 22:45:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7928,9 +9554,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "57ebc9f5-ae73-45db-95b6-7a808342f79b", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183147Z:57ebc9f5-ae73-45db-95b6-7a808342f79b", + "x-ms-correlation-request-id": "3bb4d203-06dc-4894-a37e-14f64bb3b347", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224533Z:3bb4d203-06dc-4894-a37e-14f64bb3b347", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7956,7 +9582,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:48 GMT", + "Date": "Tue, 25 Oct 2022 22:45:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7964,9 +9590,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91eeed8b-3682-48fa-8961-53ffae3850d1", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183149Z:91eeed8b-3682-48fa-8961-53ffae3850d1", + "x-ms-correlation-request-id": "a4a08ad0-eefc-466a-9e7b-3da76a2c9bc9", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224534Z:a4a08ad0-eefc-466a-9e7b-3da76a2c9bc9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -7992,7 +9618,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:50 GMT", + "Date": "Tue, 25 Oct 2022 22:45:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8000,9 +9626,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "336910a5-0c93-45da-a3e2-c9e486734864", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183150Z:336910a5-0c93-45da-a3e2-c9e486734864", + "x-ms-correlation-request-id": "7fbe205e-6af7-4579-a10e-f571d1ea1f02", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224536Z:7fbe205e-6af7-4579-a10e-f571d1ea1f02", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8028,7 +9654,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:51 GMT", + "Date": "Tue, 25 Oct 2022 22:45:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8036,9 +9662,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed9aeb84-3792-48b0-b4e1-35465a06097f", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183151Z:ed9aeb84-3792-48b0-b4e1-35465a06097f", + "x-ms-correlation-request-id": "a28da06f-4680-497f-8c97-549bb343e3a1", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224537Z:a28da06f-4680-497f-8c97-549bb343e3a1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8064,7 +9690,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:52 GMT", + "Date": "Tue, 25 Oct 2022 22:45:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8072,9 +9698,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b24d5c1d-7f53-430d-8c48-be98c7b07c81", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183153Z:b24d5c1d-7f53-430d-8c48-be98c7b07c81", + "x-ms-correlation-request-id": "6fad3c61-944e-4769-886c-c0796a38d69c", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224539Z:6fad3c61-944e-4769-886c-c0796a38d69c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8100,7 +9726,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:54 GMT", + "Date": "Tue, 25 Oct 2022 22:45:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8108,9 +9734,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a75f1799-8fcd-4d9e-8b32-c1959da4c63c", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183154Z:a75f1799-8fcd-4d9e-8b32-c1959da4c63c", + "x-ms-correlation-request-id": "ea1a1afd-6c51-4400-b456-6a71e1e8e69d", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224540Z:ea1a1afd-6c51-4400-b456-6a71e1e8e69d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8136,7 +9762,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:55 GMT", + "Date": "Tue, 25 Oct 2022 22:45:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8144,9 +9770,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6885acdc-81ab-45ad-ab62-01b7dccefefb", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183156Z:6885acdc-81ab-45ad-ab62-01b7dccefefb", + "x-ms-correlation-request-id": "5f8f8ebc-00e2-4331-a1b8-9fa281c1dae0", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224542Z:5f8f8ebc-00e2-4331-a1b8-9fa281c1dae0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8172,7 +9798,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:56 GMT", + "Date": "Tue, 25 Oct 2022 22:45:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8180,9 +9806,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "05972f0e-a626-4c8a-a519-2d59e7b71d03", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183157Z:05972f0e-a626-4c8a-a519-2d59e7b71d03", + "x-ms-correlation-request-id": "166cd0ca-a070-4213-b999-d46d15abad50", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224543Z:166cd0ca-a070-4213-b999-d46d15abad50", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8208,7 +9834,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:58 GMT", + "Date": "Tue, 25 Oct 2022 22:45:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8216,9 +9842,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8cfdb57d-3e78-494f-b322-79d36afc025b", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183158Z:8cfdb57d-3e78-494f-b322-79d36afc025b", + "x-ms-correlation-request-id": "d485d158-804e-4cdd-8f45-d5d6ac113f0d", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224544Z:d485d158-804e-4cdd-8f45-d5d6ac113f0d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8244,7 +9870,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:31:59 GMT", + "Date": "Tue, 25 Oct 2022 22:45:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8252,9 +9878,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a84e9122-e065-4498-bf98-7dec77407caa", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183200Z:a84e9122-e065-4498-bf98-7dec77407caa", + "x-ms-correlation-request-id": "76df5866-39b1-41c3-9880-27f8b8e8a07e", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224546Z:76df5866-39b1-41c3-9880-27f8b8e8a07e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8280,7 +9906,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:00 GMT", + "Date": "Tue, 25 Oct 2022 22:45:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8288,9 +9914,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f23d4190-20de-4ad4-980d-9dbe0a920868", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183201Z:f23d4190-20de-4ad4-980d-9dbe0a920868", + "x-ms-correlation-request-id": "61cfae99-0df3-444e-ba6a-b2dbdfcd5ef2", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224547Z:61cfae99-0df3-444e-ba6a-b2dbdfcd5ef2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8316,7 +9942,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:02 GMT", + "Date": "Tue, 25 Oct 2022 22:45:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8324,9 +9950,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "606f37be-d2e3-4f17-a66e-ff6f4c21802b", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183202Z:606f37be-d2e3-4f17-a66e-ff6f4c21802b", + "x-ms-correlation-request-id": "8cb5c81e-c351-4f27-b12c-be7e88c06580", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224549Z:8cb5c81e-c351-4f27-b12c-be7e88c06580", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8352,7 +9978,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:03 GMT", + "Date": "Tue, 25 Oct 2022 22:45:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8360,9 +9986,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70a40571-5a0e-40ae-964c-89ca2c555dcd", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183204Z:70a40571-5a0e-40ae-964c-89ca2c555dcd", + "x-ms-correlation-request-id": "54ac62e9-41b1-4945-a8bf-abdb3ad3b86f", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224550Z:54ac62e9-41b1-4945-a8bf-abdb3ad3b86f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8388,7 +10014,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:04 GMT", + "Date": "Tue, 25 Oct 2022 22:45:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8396,9 +10022,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "79eefec3-0ecd-46b2-8fec-43be3c87c618", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183205Z:79eefec3-0ecd-46b2-8fec-43be3c87c618", + "x-ms-correlation-request-id": "4c0ad30c-1c59-4e58-a7bf-49e8668fcb20", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224551Z:4c0ad30c-1c59-4e58-a7bf-49e8668fcb20", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8424,7 +10050,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:06 GMT", + "Date": "Tue, 25 Oct 2022 22:45:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8432,9 +10058,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed3916d6-73e8-4e83-a560-a752cab91df7", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183206Z:ed3916d6-73e8-4e83-a560-a752cab91df7", + "x-ms-correlation-request-id": "cd51c8dd-3335-408c-8148-0fc3976f5d12", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224553Z:cd51c8dd-3335-408c-8148-0fc3976f5d12", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8460,7 +10086,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:07 GMT", + "Date": "Tue, 25 Oct 2022 22:45:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8468,9 +10094,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "47d2d3c9-b3aa-4c5c-ad7f-7d5b032cc778", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183208Z:47d2d3c9-b3aa-4c5c-ad7f-7d5b032cc778", + "x-ms-correlation-request-id": "56c59c80-e2bb-4927-af2a-6d3bee235192", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224554Z:56c59c80-e2bb-4927-af2a-6d3bee235192", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8496,7 +10122,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:08 GMT", + "Date": "Tue, 25 Oct 2022 22:45:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8504,9 +10130,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9277952a-4d59-40fc-b8f2-e7f90fb44603", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183209Z:9277952a-4d59-40fc-b8f2-e7f90fb44603", + "x-ms-correlation-request-id": "15080a1b-9698-452c-99db-5e57715b57fc", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224556Z:15080a1b-9698-452c-99db-5e57715b57fc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8532,7 +10158,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:10 GMT", + "Date": "Tue, 25 Oct 2022 22:45:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8540,9 +10166,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "07588f7a-45b6-4686-a2e5-cb7ae5e45cf0", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183210Z:07588f7a-45b6-4686-a2e5-cb7ae5e45cf0", + "x-ms-correlation-request-id": "f89e833e-3717-4cb8-9b33-7e6516dfedd1", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224557Z:f89e833e-3717-4cb8-9b33-7e6516dfedd1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8568,7 +10194,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:11 GMT", + "Date": "Tue, 25 Oct 2022 22:45:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8576,9 +10202,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be15d71d-7fdf-4ae8-86a3-25955fcab62b", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183212Z:be15d71d-7fdf-4ae8-86a3-25955fcab62b", + "x-ms-correlation-request-id": "232aa2bd-4062-4f9d-99c0-1f65cc0c6e67", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224558Z:232aa2bd-4062-4f9d-99c0-1f65cc0c6e67", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8604,7 +10230,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:12 GMT", + "Date": "Tue, 25 Oct 2022 22:46:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8612,9 +10238,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7dc31541-7b2d-4a5a-8000-2137b23e1613", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183213Z:7dc31541-7b2d-4a5a-8000-2137b23e1613", + "x-ms-correlation-request-id": "46be595f-a58a-426c-bae7-9689ac8483f8", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224600Z:46be595f-a58a-426c-bae7-9689ac8483f8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8640,7 +10266,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:14 GMT", + "Date": "Tue, 25 Oct 2022 22:46:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8648,9 +10274,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bfaecc4f-586c-46e9-9774-500375a3a9ec", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183215Z:bfaecc4f-586c-46e9-9774-500375a3a9ec", + "x-ms-correlation-request-id": "393f0c5b-41d8-4f6a-ae3d-55c5b160f0e1", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224601Z:393f0c5b-41d8-4f6a-ae3d-55c5b160f0e1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8676,7 +10302,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:16 GMT", + "Date": "Tue, 25 Oct 2022 22:46:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8684,9 +10310,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f29e94ed-f15c-484c-82d0-e432538e9a7f", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183216Z:f29e94ed-f15c-484c-82d0-e432538e9a7f", + "x-ms-correlation-request-id": "09ff3202-2f16-41ab-8553-5a5f16a058e5", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224602Z:09ff3202-2f16-41ab-8553-5a5f16a058e5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8712,7 +10338,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:17 GMT", + "Date": "Tue, 25 Oct 2022 22:46:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8720,9 +10346,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50f054e5-7ff9-4971-a8e5-85b987588846", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183217Z:50f054e5-7ff9-4971-a8e5-85b987588846", + "x-ms-correlation-request-id": "67ab5c26-bc23-461e-9194-0e30d3e4d8c0", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224604Z:67ab5c26-bc23-461e-9194-0e30d3e4d8c0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8748,7 +10374,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:19 GMT", + "Date": "Tue, 25 Oct 2022 22:46:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8756,9 +10382,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e920e936-22b2-4ac0-90b0-867fbaec7985", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183219Z:e920e936-22b2-4ac0-90b0-867fbaec7985", + "x-ms-correlation-request-id": "848397ed-f0e0-4f25-a609-d84ec0dc3252", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224605Z:848397ed-f0e0-4f25-a609-d84ec0dc3252", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8784,7 +10410,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:20 GMT", + "Date": "Tue, 25 Oct 2022 22:46:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8792,9 +10418,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d318354e-25ca-4b9c-aa52-021d72efe73b", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183220Z:d318354e-25ca-4b9c-aa52-021d72efe73b", + "x-ms-correlation-request-id": "b5987bd5-befe-4da3-8999-4e42ed57e48f", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224607Z:b5987bd5-befe-4da3-8999-4e42ed57e48f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8820,7 +10446,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:21 GMT", + "Date": "Tue, 25 Oct 2022 22:46:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8828,9 +10454,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "59427660-a8d7-46f7-b9a2-dbc1aaa00e16", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183221Z:59427660-a8d7-46f7-b9a2-dbc1aaa00e16", + "x-ms-correlation-request-id": "b753d9dc-1d36-4f0d-ab59-649560d267dc", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224608Z:b753d9dc-1d36-4f0d-ab59-649560d267dc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8856,7 +10482,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:23 GMT", + "Date": "Tue, 25 Oct 2022 22:46:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8864,9 +10490,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82d24d0a-d15e-436e-92fa-34ceef2ca241", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183223Z:82d24d0a-d15e-436e-92fa-34ceef2ca241", + "x-ms-correlation-request-id": "1a6f74b9-9dfa-44d8-a8af-66bc5ac8da62", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224609Z:1a6f74b9-9dfa-44d8-a8af-66bc5ac8da62", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8892,7 +10518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:24 GMT", + "Date": "Tue, 25 Oct 2022 22:46:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8900,9 +10526,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f5129b97-fde0-4f8b-b806-d57e35298e61", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183224Z:f5129b97-fde0-4f8b-b806-d57e35298e61", + "x-ms-correlation-request-id": "b9b01ceb-bd50-4fa4-a9c6-3af68930e6fc", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224611Z:b9b01ceb-bd50-4fa4-a9c6-3af68930e6fc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8928,7 +10554,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:25 GMT", + "Date": "Tue, 25 Oct 2022 22:46:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8936,9 +10562,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67fa5c10-d529-49f3-9a5d-60d438d39723", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183226Z:67fa5c10-d529-49f3-9a5d-60d438d39723", + "x-ms-correlation-request-id": "058d802d-9c16-4a57-a449-0223024564ac", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224612Z:058d802d-9c16-4a57-a449-0223024564ac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -8964,7 +10590,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:27 GMT", + "Date": "Tue, 25 Oct 2022 22:46:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -8972,9 +10598,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "926066f9-49c5-4c71-9c5c-76a6a19c18f8", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183227Z:926066f9-49c5-4c71-9c5c-76a6a19c18f8", + "x-ms-correlation-request-id": "786efd18-40e2-465a-8608-cb8de13feda1", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224613Z:786efd18-40e2-465a-8608-cb8de13feda1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9000,7 +10626,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:28 GMT", + "Date": "Tue, 25 Oct 2022 22:46:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9008,9 +10634,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "828801db-2409-42b9-99b2-20c61cd2c7d4", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183228Z:828801db-2409-42b9-99b2-20c61cd2c7d4", + "x-ms-correlation-request-id": "a4f60c44-df21-4eda-9a00-6296362e87c1", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224615Z:a4f60c44-df21-4eda-9a00-6296362e87c1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9036,7 +10662,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:30 GMT", + "Date": "Tue, 25 Oct 2022 22:46:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9044,9 +10670,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89dd8d08-d945-4678-b01b-57032b3c5a06", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183230Z:89dd8d08-d945-4678-b01b-57032b3c5a06", + "x-ms-correlation-request-id": "3bab2ba4-71d1-4c7e-b5e0-dca19c207181", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224616Z:3bab2ba4-71d1-4c7e-b5e0-dca19c207181", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9072,7 +10698,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:31 GMT", + "Date": "Tue, 25 Oct 2022 22:46:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9080,9 +10706,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "759fe46d-c60e-4b3f-abcf-1518718ddf48", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183231Z:759fe46d-c60e-4b3f-abcf-1518718ddf48", + "x-ms-correlation-request-id": "35318324-bfe8-482e-a567-85de925c9ed7", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224618Z:35318324-bfe8-482e-a567-85de925c9ed7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9108,7 +10734,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:32 GMT", + "Date": "Tue, 25 Oct 2022 22:46:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9116,9 +10742,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "691466ca-dc5e-4260-a577-21e03a27652a", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183233Z:691466ca-dc5e-4260-a577-21e03a27652a", + "x-ms-correlation-request-id": "160ba47b-5796-47af-b0d3-9cd117b7e93e", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224619Z:160ba47b-5796-47af-b0d3-9cd117b7e93e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9144,7 +10770,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:34 GMT", + "Date": "Tue, 25 Oct 2022 22:46:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9152,9 +10778,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "acc51c42-0f73-4b25-9aa8-65256116875c", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183234Z:acc51c42-0f73-4b25-9aa8-65256116875c", + "x-ms-correlation-request-id": "7f1af626-5051-4163-9297-afffdbc9f878", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224620Z:7f1af626-5051-4163-9297-afffdbc9f878", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9180,7 +10806,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:35 GMT", + "Date": "Tue, 25 Oct 2022 22:46:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9188,9 +10814,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a86d718-17f9-41ce-a5a7-ce88157a8e8b", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183235Z:7a86d718-17f9-41ce-a5a7-ce88157a8e8b", + "x-ms-correlation-request-id": "5e183ac4-1058-4231-94db-7983a7fbeb79", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224622Z:5e183ac4-1058-4231-94db-7983a7fbeb79", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9216,7 +10842,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:36 GMT", + "Date": "Tue, 25 Oct 2022 22:46:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9224,9 +10850,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a13cb4bb-5fbd-434a-8bda-fadf53f4c40c", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183237Z:a13cb4bb-5fbd-434a-8bda-fadf53f4c40c", + "x-ms-correlation-request-id": "cc838577-9b9d-46e7-8363-1e23761863e2", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224623Z:cc838577-9b9d-46e7-8363-1e23761863e2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9252,7 +10878,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:38 GMT", + "Date": "Tue, 25 Oct 2022 22:46:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9260,9 +10886,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af02a823-3e19-42d5-9d82-d2156df276b9", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183238Z:af02a823-3e19-42d5-9d82-d2156df276b9", + "x-ms-correlation-request-id": "e4c75004-d9bd-4faf-82f6-f844f4faa0f6", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224625Z:e4c75004-d9bd-4faf-82f6-f844f4faa0f6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9288,7 +10914,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:39 GMT", + "Date": "Tue, 25 Oct 2022 22:46:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9296,9 +10922,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fda70bbe-79a4-4469-9060-000bef0ca3bf", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183239Z:fda70bbe-79a4-4469-9060-000bef0ca3bf", + "x-ms-correlation-request-id": "88a25013-f640-429e-ac87-fcaeeef62968", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224626Z:88a25013-f640-429e-ac87-fcaeeef62968", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9324,7 +10950,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:40 GMT", + "Date": "Tue, 25 Oct 2022 22:46:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9332,9 +10958,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8121710c-a80b-40c0-99f7-c2da43518030", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183241Z:8121710c-a80b-40c0-99f7-c2da43518030", + "x-ms-correlation-request-id": "70ddb7b6-402a-41ac-92ce-7e53a7aea60e", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224627Z:70ddb7b6-402a-41ac-92ce-7e53a7aea60e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9360,7 +10986,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:41 GMT", + "Date": "Tue, 25 Oct 2022 22:46:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9368,9 +10994,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "22a10494-5d3b-42b1-b9e6-d7f68db6e944", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183242Z:22a10494-5d3b-42b1-b9e6-d7f68db6e944", + "x-ms-correlation-request-id": "6db8aadd-77ff-43b9-b61e-3739c267b1c4", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224629Z:6db8aadd-77ff-43b9-b61e-3739c267b1c4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9396,7 +11022,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:43 GMT", + "Date": "Tue, 25 Oct 2022 22:46:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9404,9 +11030,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0f6e249-822a-4067-a3fc-8c745bf4752c", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183243Z:e0f6e249-822a-4067-a3fc-8c745bf4752c", + "x-ms-correlation-request-id": "71adb7cd-0d28-433a-8576-8cd1c0eed86a", + "x-ms-ratelimit-remaining-subscription-reads": "11813", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224630Z:71adb7cd-0d28-433a-8576-8cd1c0eed86a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9432,7 +11058,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:44 GMT", + "Date": "Tue, 25 Oct 2022 22:46:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9440,9 +11066,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb6cc25e-6869-4c7e-858b-5d8cd1fda425", - "x-ms-ratelimit-remaining-subscription-reads": "11873", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183245Z:bb6cc25e-6869-4c7e-858b-5d8cd1fda425", + "x-ms-correlation-request-id": "00eb8a0a-8f04-4d82-b26e-33a1b1259394", + "x-ms-ratelimit-remaining-subscription-reads": "11812", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224631Z:00eb8a0a-8f04-4d82-b26e-33a1b1259394", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9468,7 +11094,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:45 GMT", + "Date": "Tue, 25 Oct 2022 22:46:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9476,9 +11102,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "83853ba2-2c60-4599-8dab-33c95219cd04", - "x-ms-ratelimit-remaining-subscription-reads": "11872", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183246Z:83853ba2-2c60-4599-8dab-33c95219cd04", + "x-ms-correlation-request-id": "115a1e04-6e81-4f39-ad98-f960c9acd2d8", + "x-ms-ratelimit-remaining-subscription-reads": "11811", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224633Z:115a1e04-6e81-4f39-ad98-f960c9acd2d8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9504,7 +11130,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:47 GMT", + "Date": "Tue, 25 Oct 2022 22:46:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9512,9 +11138,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c90a0fa-2e70-4393-9344-a24a3a0f5558", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183248Z:4c90a0fa-2e70-4393-9344-a24a3a0f5558", + "x-ms-correlation-request-id": "b4c417b2-26e7-4e64-b83d-85f7b5495028", + "x-ms-ratelimit-remaining-subscription-reads": "11810", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224634Z:b4c417b2-26e7-4e64-b83d-85f7b5495028", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9540,7 +11166,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:48 GMT", + "Date": "Tue, 25 Oct 2022 22:46:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9548,9 +11174,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5bfd61c1-b1c8-41de-a2b1-601c14d55368", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183249Z:5bfd61c1-b1c8-41de-a2b1-601c14d55368", + "x-ms-correlation-request-id": "523edf76-a9c6-4b92-8280-4340fa07a382", + "x-ms-ratelimit-remaining-subscription-reads": "11809", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224636Z:523edf76-a9c6-4b92-8280-4340fa07a382", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9576,7 +11202,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:49 GMT", + "Date": "Tue, 25 Oct 2022 22:46:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9584,9 +11210,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8aa37680-db3a-4e93-9a6e-841712f560a7", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183250Z:8aa37680-db3a-4e93-9a6e-841712f560a7", + "x-ms-correlation-request-id": "7aa324f1-d229-405b-910b-8ad068f57dfc", + "x-ms-ratelimit-remaining-subscription-reads": "11808", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224637Z:7aa324f1-d229-405b-910b-8ad068f57dfc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9612,7 +11238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:51 GMT", + "Date": "Tue, 25 Oct 2022 22:46:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9620,9 +11246,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "caf608ce-1074-4218-8786-2b68c88f341f", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183252Z:caf608ce-1074-4218-8786-2b68c88f341f", + "x-ms-correlation-request-id": "8fcc9976-e7e8-42b1-ac4d-317c3040ff54", + "x-ms-ratelimit-remaining-subscription-reads": "11807", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224638Z:8fcc9976-e7e8-42b1-ac4d-317c3040ff54", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9648,7 +11274,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:52 GMT", + "Date": "Tue, 25 Oct 2022 22:46:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9656,9 +11282,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1fca4422-a85f-41c6-9cc0-57b1f05e0852", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183253Z:1fca4422-a85f-41c6-9cc0-57b1f05e0852", + "x-ms-correlation-request-id": "42ca9510-e0b2-4b63-9c02-4d8f8da6b4de", + "x-ms-ratelimit-remaining-subscription-reads": "11806", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224640Z:42ca9510-e0b2-4b63-9c02-4d8f8da6b4de", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9684,7 +11310,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:53 GMT", + "Date": "Tue, 25 Oct 2022 22:46:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9692,9 +11318,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91b3869f-efb1-44df-8c37-3b8a519ebe82", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183254Z:91b3869f-efb1-44df-8c37-3b8a519ebe82", + "x-ms-correlation-request-id": "7ed252c9-7077-4c99-b050-2dda936d2be7", + "x-ms-ratelimit-remaining-subscription-reads": "11805", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224641Z:7ed252c9-7077-4c99-b050-2dda936d2be7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9720,7 +11346,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:56 GMT", + "Date": "Tue, 25 Oct 2022 22:46:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9728,9 +11354,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0296e0b2-53fc-4be8-983a-831e405d7718", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183256Z:0296e0b2-53fc-4be8-983a-831e405d7718", + "x-ms-correlation-request-id": "1422bb6d-db6b-48d7-a50a-8245ea2cecb0", + "x-ms-ratelimit-remaining-subscription-reads": "11804", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224642Z:1422bb6d-db6b-48d7-a50a-8245ea2cecb0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9756,7 +11382,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:57 GMT", + "Date": "Tue, 25 Oct 2022 22:46:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9764,9 +11390,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d29b3b8-04eb-4453-93d8-4b473fed87ae", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183257Z:2d29b3b8-04eb-4453-93d8-4b473fed87ae", + "x-ms-correlation-request-id": "1f267b63-1929-49b6-89c1-1070e41283da", + "x-ms-ratelimit-remaining-subscription-reads": "11803", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224644Z:1f267b63-1929-49b6-89c1-1070e41283da", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9792,7 +11418,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:32:58 GMT", + "Date": "Tue, 25 Oct 2022 22:46:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9800,9 +11426,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "48fe2e2b-b9e4-451f-9d91-df175f85392b", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183258Z:48fe2e2b-b9e4-451f-9d91-df175f85392b", + "x-ms-correlation-request-id": "9b2f13e7-3c23-4a0d-a397-b5d7daf28068", + "x-ms-ratelimit-remaining-subscription-reads": "11802", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224645Z:9b2f13e7-3c23-4a0d-a397-b5d7daf28068", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9828,7 +11454,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:00 GMT", + "Date": "Tue, 25 Oct 2022 22:46:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9836,9 +11462,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c35d29c-9696-4f80-a3ee-7e4677b47950", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183300Z:2c35d29c-9696-4f80-a3ee-7e4677b47950", + "x-ms-correlation-request-id": "73a8bf73-682f-422b-8f08-3e86d245ece0", + "x-ms-ratelimit-remaining-subscription-reads": "11801", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224646Z:73a8bf73-682f-422b-8f08-3e86d245ece0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9864,7 +11490,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:01 GMT", + "Date": "Tue, 25 Oct 2022 22:46:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9872,9 +11498,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a0cfbf17-b812-495e-ad80-2a4deb9128f6", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183301Z:a0cfbf17-b812-495e-ad80-2a4deb9128f6", + "x-ms-correlation-request-id": "ea216a2f-525f-4938-9db2-e7b6e8bf0b51", + "x-ms-ratelimit-remaining-subscription-reads": "11800", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224648Z:ea216a2f-525f-4938-9db2-e7b6e8bf0b51", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9900,7 +11526,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:02 GMT", + "Date": "Tue, 25 Oct 2022 22:46:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9908,9 +11534,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec9cfd13-2e42-4685-9097-dc651bebf874", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183302Z:ec9cfd13-2e42-4685-9097-dc651bebf874", + "x-ms-correlation-request-id": "34ee1d80-7e86-40a7-a5b5-5dc233c97398", + "x-ms-ratelimit-remaining-subscription-reads": "11799", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224649Z:34ee1d80-7e86-40a7-a5b5-5dc233c97398", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9936,7 +11562,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:04 GMT", + "Date": "Tue, 25 Oct 2022 22:46:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9944,9 +11570,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ff84dc1-f8d2-40e1-82ed-9342df1f5e50", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183305Z:7ff84dc1-f8d2-40e1-82ed-9342df1f5e50", + "x-ms-correlation-request-id": "d7974f45-fc2a-4aa8-8ad8-a36efc067922", + "x-ms-ratelimit-remaining-subscription-reads": "11798", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224650Z:d7974f45-fc2a-4aa8-8ad8-a36efc067922", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -9972,7 +11598,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:06 GMT", + "Date": "Tue, 25 Oct 2022 22:46:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -9980,27 +11606,26 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7282c91f-3b16-4839-a310-4a6577f3e192", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183306Z:7282c91f-3b16-4839-a310-4a6577f3e192", + "x-ms-correlation-request-id": "1eb69a31-7cb0-4d38-b232-9a4b6dd5d962", + "x-ms-ratelimit-remaining-subscription-reads": "11797", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224652Z:1eb69a31-7cb0-4d38-b232-9a4b6dd5d962", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Mirrored", - "totalProgress": "18032", + "mirrorState": "Uninitialized", + "totalProgress": "0", "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b/listReplications?api-version=2022-05-01", - "RequestMethod": "POST", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Content-Length": "0", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, @@ -10009,7 +11634,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:08 GMT", + "Date": "Tue, 25 Oct 2022 22:46:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10017,53 +11642,54 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f0c160a-02a8-4fb5-a9eb-15dd9f973698", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183308Z:8f0c160a-02a8-4fb5-a9eb-15dd9f973698", + "x-ms-correlation-request-id": "41af3e3e-bc0b-44a1-b0be-5eed5cfb7b99", + "x-ms-ratelimit-remaining-subscription-reads": "11796", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224653Z:41af3e3e-bc0b-44a1-b0be-5eed5cfb7b99", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "value": [ - { - "replicationId": "84ce16ea-df76-1ecf-d815-43a04d76caed", - "endpointType": "Src", - "replicationSchedule": "", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "remoteVolumeRegion": "eastus2" - } - ] + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/breakReplication?api-version=2022-05-01", - "RequestMethod": "POST", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Content-Length": "0", - "Content-Type": "application/json", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b16a41a3-d05b-4d71-8e99-813431d3aaf7?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 25 Oct 2022 18:33:08 GMT", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:46:54 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b16a41a3-d05b-4d71-8e99-813431d3aaf7?api-version=2022-05-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": "a5e8c7f4-1942-4c75-95ce-6a9536a47fe4", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183308Z:a5e8c7f4-1942-4c75-95ce-6a9536a47fe4", + "x-ms-correlation-request-id": "77b02f04-7851-4f80-a418-37a70a4de91f", + "x-ms-ratelimit-remaining-subscription-reads": "11795", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224655Z:77b02f04-7851-4f80-a418-37a70a4de91f", "X-Powered-By": "ASP.NET" }, - "ResponseBody": null + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } }, { "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", @@ -10080,7 +11706,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:08 GMT", + "Date": "Tue, 25 Oct 2022 22:46:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10088,24 +11714,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75e4d13d-2c41-4f5c-b670-1acccb9c82b7", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183309Z:75e4d13d-2c41-4f5c-b670-1acccb9c82b7", + "x-ms-correlation-request-id": "ad39378a-c16c-48e3-aa7b-512635a667f9", + "x-ms-ratelimit-remaining-subscription-reads": "11794", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224657Z:ad39378a-c16c-48e3-aa7b-512635a667f9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Mirrored", - "totalProgress": "18032", + "mirrorState": "Uninitialized", + "totalProgress": "0", "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b16a41a3-d05b-4d71-8e99-813431d3aaf7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -10116,7 +11742,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:09 GMT", + "Date": "Tue, 25 Oct 2022 22:46:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10124,28 +11750,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "458c975c-2c11-4fd3-b21f-778a22854533", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183309Z:458c975c-2c11-4fd3-b21f-778a22854533", + "x-ms-correlation-request-id": "d7ad9749-eec9-4176-bcef-d29bfa522ec6", + "x-ms-ratelimit-remaining-subscription-reads": "11793", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224658Z:d7ad9749-eec9-4176-bcef-d29bfa522ec6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b16a41a3-d05b-4d71-8e99-813431d3aaf7", - "name": "b16a41a3-d05b-4d71-8e99-813431d3aaf7", - "status": "BreakReplication", - "startTime": "2022-10-25T18:33:08.7064973Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b16a41a3-d05b-4d71-8e99-813431d3aaf7?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -10156,7 +11778,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:39 GMT", + "Date": "Tue, 25 Oct 2022 22:46:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10164,28 +11786,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1fa3d3bc-cb9f-4bbd-8f14-fb3278fb90d6", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183339Z:1fa3d3bc-cb9f-4bbd-8f14-fb3278fb90d6", + "x-ms-correlation-request-id": "4c955cd0-4490-42ff-a9a5-13ec7464f659", + "x-ms-ratelimit-remaining-subscription-reads": "11792", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224700Z:4c955cd0-4490-42ff-a9a5-13ec7464f659", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b16a41a3-d05b-4d71-8e99-813431d3aaf7", - "name": "b16a41a3-d05b-4d71-8e99-813431d3aaf7", - "status": "Succeeded", - "startTime": "2022-10-25T18:33:08.7064973Z", - "endTime": "2022-10-25T18:33:16.1606293Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b16a41a3-d05b-4d71-8e99-813431d3aaf7?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -10196,7 +11814,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:39 GMT", + "Date": "Tue, 25 Oct 2022 22:47:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10204,113 +11822,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae039ed8-17a4-4c35-b70e-d1efeb43fea7", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183339Z:ae039ed8-17a4-4c35-b70e-d1efeb43fea7", + "x-ms-correlation-request-id": "66a11cca-8b30-4f35-8cbf-9a1f0951c5cf", + "x-ms-ratelimit-remaining-subscription-reads": "11791", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224701Z:66a11cca-8b30-4f35-8cbf-9a1f0951c5cf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A33%3A16.1243993Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" - }, - "properties": { - "volumeType": "", - "dataProtection": { - "replication": { - "replicationId": "a6714726-005e-e65e-b1d7-f659d48553ed", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "replicationPolicy": "MirrorAllSnapshots", - "replicationStatus": "Mirrored", - "remotePath": { - "externalHostName": "az-bn13-f01c01-bs118-sto", - "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", - "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_f96a13" - }, - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", - "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_1a1854d05b8211e99e4a3a8c013b5748_429af151", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "poolId": "d59a0c7a-146e-e98f-befd-e9ee672ef810", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "coolAccess": false, - "avsDataStore": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "smbNonBrowsable": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-25T18:23:53.9105785Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -10324,8 +11850,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:39 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A48.5183412Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:47:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10333,101 +11858,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8886abf3-6fdd-437c-9b0e-5ecd16d63103", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183340Z:8886abf3-6fdd-437c-9b0e-5ecd16d63103", + "x-ms-correlation-request-id": "90e67e8f-2526-4440-8dda-52d601bec988", + "x-ms-ratelimit-remaining-subscription-reads": "11790", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224702Z:90e67e8f-2526-4440-8dda-52d601bec988", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A29%3A48.5183412Z\u0027\u0022", - "location": "westus2", - "tags": { - "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endpointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "remoteVolumeRegion": "eastus2" - } - }, - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", - "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_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", - "storageToNetworkProximity": "T2", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-25T18:18:31.3231547Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -10441,8 +11886,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:41 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A33%3A16.1243993Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:47:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10450,129 +11894,2724 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "058de4b1-f613-4366-9115-b3bed006bf2b", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183341Z:058de4b1-f613-4366-9115-b3bed006bf2b", + "x-ms-correlation-request-id": "cb36d235-9078-47b9-9bba-2db5d7364d00", + "x-ms-ratelimit-remaining-subscription-reads": "11789", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224704Z:cb36d235-9078-47b9-9bba-2db5d7364d00", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A33%3A16.1243993Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" - }, - "properties": { - "volumeType": "", - "dataProtection": { - "replication": { - "replicationId": "a6714726-005e-e65e-b1d7-f659d48553ed", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "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_1a1854d05b8211e99e4a3a8c013b5748_429af151", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "smbNonBrowsable": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-25T18:23:53.9105785Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "8a5f2dcb-0e61-4646-9e20-0402e4bef208", + "x-ms-ratelimit-remaining-subscription-reads": "11788", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224705Z:8a5f2dcb-0e61-4646-9e20-0402e4bef208", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22: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": "a7d3a5aa-787b-4323-8234-72f57b04cc40", + "x-ms-ratelimit-remaining-subscription-reads": "11787", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224707Z:a7d3a5aa-787b-4323-8234-72f57b04cc40", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "6aa6dcc2-8015-447f-8f79-1e997483c684", + "x-ms-ratelimit-remaining-subscription-reads": "11786", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224708Z:6aa6dcc2-8015-447f-8f79-1e997483c684", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "1f0b86b0-75d8-40f7-9337-955b631ce7fc", + "x-ms-ratelimit-remaining-subscription-reads": "11785", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224710Z:1f0b86b0-75d8-40f7-9337-955b631ce7fc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "60641c6f-9f50-4490-bc93-21194a7f6a77", + "x-ms-ratelimit-remaining-subscription-reads": "11784", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224711Z:60641c6f-9f50-4490-bc93-21194a7f6a77", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "e53133eb-4dc1-4f65-9edf-79286ba5bd2a", + "x-ms-ratelimit-remaining-subscription-reads": "11783", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224713Z:e53133eb-4dc1-4f65-9edf-79286ba5bd2a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "70e94bab-ee2e-4957-83f0-6496aeda166d", + "x-ms-ratelimit-remaining-subscription-reads": "11782", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224714Z:70e94bab-ee2e-4957-83f0-6496aeda166d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "86fffc6b-c3b1-4b80-be7f-655b38fdf48d", + "x-ms-ratelimit-remaining-subscription-reads": "11781", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224715Z:86fffc6b-c3b1-4b80-be7f-655b38fdf48d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "73c32b8f-eb7c-4404-9b9a-dbc54876b137", + "x-ms-ratelimit-remaining-subscription-reads": "11780", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224717Z:73c32b8f-eb7c-4404-9b9a-dbc54876b137", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "2f0e50c0-e28e-4057-ac57-c42cade63014", + "x-ms-ratelimit-remaining-subscription-reads": "11779", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224719Z:2f0e50c0-e28e-4057-ac57-c42cade63014", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "63dbce34-3a33-47d8-829b-838969b0c6a6", + "x-ms-ratelimit-remaining-subscription-reads": "11778", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224720Z:63dbce34-3a33-47d8-829b-838969b0c6a6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "c7d66983-ecab-4a55-926b-50b99c40a472", + "x-ms-ratelimit-remaining-subscription-reads": "11777", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224721Z:c7d66983-ecab-4a55-926b-50b99c40a472", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "dcbd1f70-a15b-479c-931d-0b1ad51fb3a7", + "x-ms-ratelimit-remaining-subscription-reads": "11776", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224723Z:dcbd1f70-a15b-479c-931d-0b1ad51fb3a7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "f18692a0-6039-4f84-8a15-4bbb7fc52473", + "x-ms-ratelimit-remaining-subscription-reads": "11775", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224724Z:f18692a0-6039-4f84-8a15-4bbb7fc52473", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "33c47ccf-de7e-4e07-bb7d-4a7532e46c2d", + "x-ms-ratelimit-remaining-subscription-reads": "11774", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224726Z:33c47ccf-de7e-4e07-bb7d-4a7532e46c2d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22: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": "ab1f9648-762d-4d10-958f-3e266c372bd4", + "x-ms-ratelimit-remaining-subscription-reads": "11773", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224727Z:ab1f9648-762d-4d10-958f-3e266c372bd4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "17a34bd2-dc00-46dd-8666-d47204697246", + "x-ms-ratelimit-remaining-subscription-reads": "11772", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224728Z:17a34bd2-dc00-46dd-8666-d47204697246", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "52d8c55c-9b9f-4820-87d3-2642b143c4af", + "x-ms-ratelimit-remaining-subscription-reads": "11771", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224730Z:52d8c55c-9b9f-4820-87d3-2642b143c4af", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "25df96f7-86d5-4839-b344-4ba12fbee3ca", + "x-ms-ratelimit-remaining-subscription-reads": "11770", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224731Z:25df96f7-86d5-4839-b344-4ba12fbee3ca", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "9e404dd8-0c28-434a-ab8f-db4779a086c6", + "x-ms-ratelimit-remaining-subscription-reads": "11769", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224733Z:9e404dd8-0c28-434a-ab8f-db4779a086c6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "cfe80dba-dd40-4e27-af93-f6888c9284f4", + "x-ms-ratelimit-remaining-subscription-reads": "11768", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224734Z:cfe80dba-dd40-4e27-af93-f6888c9284f4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "ec9b6814-c04d-4145-87aa-10d57dcdd185", + "x-ms-ratelimit-remaining-subscription-reads": "11767", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224735Z:ec9b6814-c04d-4145-87aa-10d57dcdd185", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "c1815d15-d140-4017-bfef-395b2faf5fe3", + "x-ms-ratelimit-remaining-subscription-reads": "11766", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224737Z:c1815d15-d140-4017-bfef-395b2faf5fe3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22: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": "6516efce-7487-4a5f-b024-5d601d0a565f", + "x-ms-ratelimit-remaining-subscription-reads": "11765", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224738Z:6516efce-7487-4a5f-b024-5d601d0a565f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "0e7dbfb3-cc20-4806-92e5-e0f993889e03", + "x-ms-ratelimit-remaining-subscription-reads": "11764", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224739Z:0e7dbfb3-cc20-4806-92e5-e0f993889e03", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "39f4833c-2f57-46a6-b598-4ed4d4a9b6fa", + "x-ms-ratelimit-remaining-subscription-reads": "11763", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224741Z:39f4833c-2f57-46a6-b598-4ed4d4a9b6fa", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "e2c87540-3623-4ab8-b8d5-4da173839d32", + "x-ms-ratelimit-remaining-subscription-reads": "11762", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224742Z:e2c87540-3623-4ab8-b8d5-4da173839d32", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "62ad0969-8eca-4df1-88cf-4630eaf7eaf5", + "x-ms-ratelimit-remaining-subscription-reads": "11761", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224743Z:62ad0969-8eca-4df1-88cf-4630eaf7eaf5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "1e659267-c074-455a-bf06-69a2e1210406", + "x-ms-ratelimit-remaining-subscription-reads": "11760", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224745Z:1e659267-c074-455a-bf06-69a2e1210406", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "32b5bb9a-f5e7-406e-a1df-e71cac7d1c0a", + "x-ms-ratelimit-remaining-subscription-reads": "11759", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224746Z:32b5bb9a-f5e7-406e-a1df-e71cac7d1c0a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "59bdc3c0-60b8-4bd7-8ee4-f1b9c989f89f", + "x-ms-ratelimit-remaining-subscription-reads": "11758", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224748Z:59bdc3c0-60b8-4bd7-8ee4-f1b9c989f89f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "fe493557-29d0-45f1-b28f-f08aae69ebb1", + "x-ms-ratelimit-remaining-subscription-reads": "11757", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224749Z:fe493557-29d0-45f1-b28f-f08aae69ebb1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "b415f91c-96b4-49c8-9b78-91b52b71bcf7", + "x-ms-ratelimit-remaining-subscription-reads": "11756", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224750Z:b415f91c-96b4-49c8-9b78-91b52b71bcf7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "4c49bee2-6962-417b-99b1-47c20c293942", + "x-ms-ratelimit-remaining-subscription-reads": "11755", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224752Z:4c49bee2-6962-417b-99b1-47c20c293942", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "35143295-13d3-4748-ab01-a6ac2ecd104b", + "x-ms-ratelimit-remaining-subscription-reads": "11754", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224753Z:35143295-13d3-4748-ab01-a6ac2ecd104b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "a72937e9-3e8a-42ac-a260-c2b2d55dac50", + "x-ms-ratelimit-remaining-subscription-reads": "11753", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224754Z:a72937e9-3e8a-42ac-a260-c2b2d55dac50", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22: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": "92b5bb47-30f6-474a-a948-ff863e3c2511", + "x-ms-ratelimit-remaining-subscription-reads": "11752", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224757Z:92b5bb47-30f6-474a-a948-ff863e3c2511", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "1dd21e79-d8bf-48fb-9f3c-b4335ed2f919", + "x-ms-ratelimit-remaining-subscription-reads": "11751", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224758Z:1dd21e79-d8bf-48fb-9f3c-b4335ed2f919", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:47: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": "9047a4c6-6596-44d3-8b5a-723f264acd76", + "x-ms-ratelimit-remaining-subscription-reads": "11750", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224759Z:9047a4c6-6596-44d3-8b5a-723f264acd76", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "31c21b9f-6eb2-4705-8797-d14cc2f67874", + "x-ms-ratelimit-remaining-subscription-reads": "11749", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224801Z:31c21b9f-6eb2-4705-8797-d14cc2f67874", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "6a63beee-0769-4f51-a301-faaa9fe2705e", + "x-ms-ratelimit-remaining-subscription-reads": "11748", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224803Z:6a63beee-0769-4f51-a301-faaa9fe2705e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "34a57467-2a8d-42a4-97dd-66b46c82df34", + "x-ms-ratelimit-remaining-subscription-reads": "11747", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224804Z:34a57467-2a8d-42a4-97dd-66b46c82df34", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22: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": "8a87b242-7da1-4e12-b865-930e859724f6", + "x-ms-ratelimit-remaining-subscription-reads": "11746", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224805Z:8a87b242-7da1-4e12-b865-930e859724f6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "7b30b8c9-169b-48b5-b5ea-609462b22b89", + "x-ms-ratelimit-remaining-subscription-reads": "11745", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224807Z:7b30b8c9-169b-48b5-b5ea-609462b22b89", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "f298056d-9ba1-43a9-a95b-896001c89b52", + "x-ms-ratelimit-remaining-subscription-reads": "11744", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224808Z:f298056d-9ba1-43a9-a95b-896001c89b52", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "75d6cab4-94a7-4feb-9d14-7ace64d6cbde", + "x-ms-ratelimit-remaining-subscription-reads": "11743", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224809Z:75d6cab4-94a7-4feb-9d14-7ace64d6cbde", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "36b55ed6-e57a-49b1-baa0-a6c30a7a2ac9", + "x-ms-ratelimit-remaining-subscription-reads": "11742", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224811Z:36b55ed6-e57a-49b1-baa0-a6c30a7a2ac9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "cdef1703-598e-480f-ab88-6a84ec111465", + "x-ms-ratelimit-remaining-subscription-reads": "11741", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224812Z:cdef1703-598e-480f-ab88-6a84ec111465", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "65140192-3684-4491-aee3-d5c356ebb9ab", + "x-ms-ratelimit-remaining-subscription-reads": "11740", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224813Z:65140192-3684-4491-aee3-d5c356ebb9ab", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "2a71c541-4568-4195-9434-b4f369fd4357", + "x-ms-ratelimit-remaining-subscription-reads": "11739", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224816Z:2a71c541-4568-4195-9434-b4f369fd4357", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "4e9240f5-b16f-4068-9bc6-f80e9e77b3d2", + "x-ms-ratelimit-remaining-subscription-reads": "11738", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224821Z:4e9240f5-b16f-4068-9bc6-f80e9e77b3d2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "2381bdc3-26bb-46c1-929f-2223334ada1a", + "x-ms-ratelimit-remaining-subscription-reads": "11737", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224824Z:2381bdc3-26bb-46c1-929f-2223334ada1a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "e95cdccf-1427-4548-9400-9c9071115ef9", + "x-ms-ratelimit-remaining-subscription-reads": "11736", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224826Z:e95cdccf-1427-4548-9400-9c9071115ef9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22: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": "e112b261-ff94-4b48-aef0-12d667b37071", + "x-ms-ratelimit-remaining-subscription-reads": "11735", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224827Z:e112b261-ff94-4b48-aef0-12d667b37071", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "2ed66345-5e50-4418-a2f6-b5318034a948", + "x-ms-ratelimit-remaining-subscription-reads": "11734", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224829Z:2ed66345-5e50-4418-a2f6-b5318034a948", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "287d4df5-6429-41fc-be80-6f5055b101d2", + "x-ms-ratelimit-remaining-subscription-reads": "11733", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224830Z:287d4df5-6429-41fc-be80-6f5055b101d2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "cb03e08a-1d3a-4355-a068-53b1fd77f5ef", + "x-ms-ratelimit-remaining-subscription-reads": "11732", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224831Z:cb03e08a-1d3a-4355-a068-53b1fd77f5ef", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "48e1e839-2d9a-442b-b3ba-f8bbae8a9c59", + "x-ms-ratelimit-remaining-subscription-reads": "11731", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224833Z:48e1e839-2d9a-442b-b3ba-f8bbae8a9c59", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "5107a0ce-fc6c-4b9d-9998-dafe4279b6ae", + "x-ms-ratelimit-remaining-subscription-reads": "11730", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224834Z:5107a0ce-fc6c-4b9d-9998-dafe4279b6ae", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "4c202a19-393a-4b88-b615-a489a5e3cd79", + "x-ms-ratelimit-remaining-subscription-reads": "11729", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224835Z:4c202a19-393a-4b88-b615-a489a5e3cd79", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "d97ab4e7-bfba-4a1c-9a4c-555646bebbfb", + "x-ms-ratelimit-remaining-subscription-reads": "11728", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224837Z:d97ab4e7-bfba-4a1c-9a4c-555646bebbfb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "374b19be-f6a8-478c-9145-369fd011e0e6", + "x-ms-ratelimit-remaining-subscription-reads": "11727", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224838Z:374b19be-f6a8-478c-9145-369fd011e0e6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "fa750762-12ba-4cd0-b533-2a48e418a894", + "x-ms-ratelimit-remaining-subscription-reads": "11726", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224839Z:fa750762-12ba-4cd0-b533-2a48e418a894", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22: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": "3be503cb-1bf4-40f7-b16a-48be1ce96e9f", + "x-ms-ratelimit-remaining-subscription-reads": "11725", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224841Z:3be503cb-1bf4-40f7-b16a-48be1ce96e9f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "c0e751d0-5da9-41f0-a9bc-ace0c4486917", + "x-ms-ratelimit-remaining-subscription-reads": "11724", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224842Z:c0e751d0-5da9-41f0-a9bc-ace0c4486917", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "869e6a9e-7f52-4416-b926-bacbb11e5d62", + "x-ms-ratelimit-remaining-subscription-reads": "11723", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224844Z:869e6a9e-7f52-4416-b926-bacbb11e5d62", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "ef75af14-e3a3-4289-be23-7c94979af38f", + "x-ms-ratelimit-remaining-subscription-reads": "11722", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224845Z:ef75af14-e3a3-4289-be23-7c94979af38f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "d555bd4b-e11d-4f6a-ada8-02fbbead2d0f", + "x-ms-ratelimit-remaining-subscription-reads": "11721", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224846Z:d555bd4b-e11d-4f6a-ada8-02fbbead2d0f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22: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": "34817669-13fa-43cd-9b3f-926dad37cdb3", + "x-ms-ratelimit-remaining-subscription-reads": "11720", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224848Z:34817669-13fa-43cd-9b3f-926dad37cdb3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "4d81e22a-be52-4655-be0b-1f9e52460b1b", + "x-ms-ratelimit-remaining-subscription-reads": "11719", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224849Z:4d81e22a-be52-4655-be0b-1f9e52460b1b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "d6cdaccf-4a54-4d45-9655-7e8727e9348b", + "x-ms-ratelimit-remaining-subscription-reads": "11718", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224850Z:d6cdaccf-4a54-4d45-9655-7e8727e9348b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "0d17b546-26c3-4983-a8f8-441063d913d1", + "x-ms-ratelimit-remaining-subscription-reads": "11717", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224852Z:0d17b546-26c3-4983-a8f8-441063d913d1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "c1a2cc80-3570-4640-993e-cd0faa9b37e5", + "x-ms-ratelimit-remaining-subscription-reads": "11716", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224853Z:c1a2cc80-3570-4640-993e-cd0faa9b37e5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48: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": "2af6265f-71ac-42f4-bda7-a8b3f1f56bd8", + "x-ms-ratelimit-remaining-subscription-reads": "11715", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224855Z:2af6265f-71ac-42f4-bda7-a8b3f1f56bd8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/resyncReplication?api-version=2022-05-01", - "RequestMethod": "POST", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Content-Length": "0", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/530ecbf7-2026-4ae8-8b73-0d985e09b7de?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 25 Oct 2022 18:33:42 GMT", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:48:56 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/530ecbf7-2026-4ae8-8b73-0d985e09b7de?api-version=2022-05-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": "e7f2ae34-83a2-478a-8192-1ff5b7dba426", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183342Z:e7f2ae34-83a2-478a-8192-1ff5b7dba426", + "x-ms-correlation-request-id": "15ea8384-caaa-4c13-ad9e-986b9895d3fa", + "x-ms-ratelimit-remaining-subscription-reads": "11714", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224856Z:15ea8384-caaa-4c13-ad9e-986b9895d3fa", "X-Powered-By": "ASP.NET" }, - "ResponseBody": null + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/530ecbf7-2026-4ae8-8b73-0d985e09b7de?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -10583,7 +14622,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:42 GMT", + "Date": "Tue, 25 Oct 2022 22:48:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10591,21 +14630,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "891316ff-db26-40ea-abe7-43c6b302ac6e", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183343Z:891316ff-db26-40ea-abe7-43c6b302ac6e", + "x-ms-correlation-request-id": "6e22550f-25a4-46f9-8492-b2357ddd3409", + "x-ms-ratelimit-remaining-subscription-reads": "11713", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224858Z:6e22550f-25a4-46f9-8492-b2357ddd3409", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/530ecbf7-2026-4ae8-8b73-0d985e09b7de", - "name": "530ecbf7-2026-4ae8-8b73-0d985e09b7de", - "status": "ResyncReplication", - "startTime": "2022-10-25T18:33:42.7937584Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Uninitialized", + "totalProgress": "0", + "errorMessage": "" } }, { @@ -10623,7 +14658,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:42 GMT", + "Date": "Tue, 25 Oct 2022 22:48:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10631,16 +14666,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cb3ff31f-44e2-4a67-b328-ef951d8a3ba9", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183343Z:cb3ff31f-44e2-4a67-b328-ef951d8a3ba9", + "x-ms-correlation-request-id": "86f2906c-acb8-4692-afc7-c55915d508cb", + "x-ms-ratelimit-remaining-subscription-reads": "11712", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224859Z:86f2906c-acb8-4692-afc7-c55915d508cb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", + "mirrorState": "Uninitialized", + "totalProgress": "0", "errorMessage": "" } }, @@ -10659,7 +14694,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:43 GMT", + "Date": "Tue, 25 Oct 2022 22:49:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10667,16 +14702,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce10e630-41c4-4593-bae6-4010a59dc912", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183344Z:ce10e630-41c4-4593-bae6-4010a59dc912", + "x-ms-correlation-request-id": "0e8013aa-e9ef-4760-9339-0d27cee1f8e5", + "x-ms-ratelimit-remaining-subscription-reads": "11711", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224900Z:0e8013aa-e9ef-4760-9339-0d27cee1f8e5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", + "mirrorState": "Uninitialized", + "totalProgress": "0", "errorMessage": "" } }, @@ -10695,7 +14730,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:45 GMT", + "Date": "Tue, 25 Oct 2022 22:49:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10703,16 +14738,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f9c514a-fca0-428f-b6a3-609831c3ad34", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183345Z:0f9c514a-fca0-428f-b6a3-609831c3ad34", + "x-ms-correlation-request-id": "e023f0c8-7791-46ad-b7f6-20572ee14a4e", + "x-ms-ratelimit-remaining-subscription-reads": "11710", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224902Z:e023f0c8-7791-46ad-b7f6-20572ee14a4e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", + "mirrorState": "Uninitialized", + "totalProgress": "0", "errorMessage": "" } }, @@ -10731,7 +14766,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:46 GMT", + "Date": "Tue, 25 Oct 2022 22:49:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10739,16 +14774,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c25a9ed-9cc3-47e1-9bcc-4ca68f2e754d", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183347Z:5c25a9ed-9cc3-47e1-9bcc-4ca68f2e754d", + "x-ms-correlation-request-id": "d3cc8125-e594-4103-98f7-c9391a7d3841", + "x-ms-ratelimit-remaining-subscription-reads": "11709", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224903Z:d3cc8125-e594-4103-98f7-c9391a7d3841", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", + "mirrorState": "Uninitialized", + "totalProgress": "0", "errorMessage": "" } }, @@ -10767,7 +14802,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:48 GMT", + "Date": "Tue, 25 Oct 2022 22:49:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10775,16 +14810,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d43e8ca-ae92-49f0-af69-37f2bf492dca", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183348Z:3d43e8ca-ae92-49f0-af69-37f2bf492dca", + "x-ms-correlation-request-id": "21c34f1b-ab7c-4567-a6a3-44edbde5bd11", + "x-ms-ratelimit-remaining-subscription-reads": "11708", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224904Z:21c34f1b-ab7c-4567-a6a3-44edbde5bd11", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", + "mirrorState": "Uninitialized", + "totalProgress": "0", "errorMessage": "" } }, @@ -10803,7 +14838,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:50 GMT", + "Date": "Tue, 25 Oct 2022 22:49:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10811,16 +14846,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7679b0f6-f23b-42c1-8964-9080137605b6", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183350Z:7679b0f6-f23b-42c1-8964-9080137605b6", + "x-ms-correlation-request-id": "78af3197-5356-401d-96cd-3c3a5a0fc342", + "x-ms-ratelimit-remaining-subscription-reads": "11707", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224906Z:78af3197-5356-401d-96cd-3c3a5a0fc342", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", + "mirrorState": "Uninitialized", + "totalProgress": "0", "errorMessage": "" } }, @@ -10839,7 +14874,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:51 GMT", + "Date": "Tue, 25 Oct 2022 22:49:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10847,16 +14882,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a8c58f48-c33d-4c01-8cee-d0a2ac3ff3fd", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183351Z:a8c58f48-c33d-4c01-8cee-d0a2ac3ff3fd", + "x-ms-correlation-request-id": "1cdb21ca-ebfc-4f8f-a8ba-0ef68ae3e451", + "x-ms-ratelimit-remaining-subscription-reads": "11706", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224907Z:1cdb21ca-ebfc-4f8f-a8ba-0ef68ae3e451", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", + "mirrorState": "Uninitialized", + "totalProgress": "0", "errorMessage": "" } }, @@ -10875,7 +14910,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:52 GMT", + "Date": "Tue, 25 Oct 2022 22:49:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10883,16 +14918,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec4c198c-b309-42d0-9476-7e7e8efb4607", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183352Z:ec4c198c-b309-42d0-9476-7e7e8efb4607", + "x-ms-correlation-request-id": "9e7fb6d7-d640-4870-b1f7-73e9d54f15a5", + "x-ms-ratelimit-remaining-subscription-reads": "11705", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224909Z:9e7fb6d7-d640-4870-b1f7-73e9d54f15a5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", + "mirrorState": "Uninitialized", + "totalProgress": "0", "errorMessage": "" } }, @@ -10911,7 +14946,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:54 GMT", + "Date": "Tue, 25 Oct 2022 22:49:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10919,16 +14954,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7bc598f4-9796-48bb-a274-197a6eb93e36", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183354Z:7bc598f4-9796-48bb-a274-197a6eb93e36", + "x-ms-correlation-request-id": "da79cb2b-3e18-4fb3-bfbc-651e71199b0f", + "x-ms-ratelimit-remaining-subscription-reads": "11704", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224910Z:da79cb2b-3e18-4fb3-bfbc-651e71199b0f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", + "mirrorState": "Uninitialized", + "totalProgress": "0", "errorMessage": "" } }, @@ -10947,7 +14982,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:55 GMT", + "Date": "Tue, 25 Oct 2022 22:49:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10955,16 +14990,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0b755d47-fc7f-4780-b3ad-ec328a794fb0", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183355Z:0b755d47-fc7f-4780-b3ad-ec328a794fb0", + "x-ms-correlation-request-id": "2c264333-4f0c-40c6-91ee-96d98a1e0037", + "x-ms-ratelimit-remaining-subscription-reads": "11703", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224911Z:2c264333-4f0c-40c6-91ee-96d98a1e0037", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", + "mirrorState": "Uninitialized", + "totalProgress": "0", "errorMessage": "" } }, @@ -10983,7 +15018,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:56 GMT", + "Date": "Tue, 25 Oct 2022 22:49:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -10991,16 +15026,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6bd0f45c-6090-4202-80ee-cf0506773074", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183356Z:6bd0f45c-6090-4202-80ee-cf0506773074", + "x-ms-correlation-request-id": "303ca7aa-7dc9-48ca-9285-5638071bc2aa", + "x-ms-ratelimit-remaining-subscription-reads": "11702", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224913Z:303ca7aa-7dc9-48ca-9285-5638071bc2aa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", + "mirrorState": "Uninitialized", + "totalProgress": "0", "errorMessage": "" } }, @@ -11019,7 +15054,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:58 GMT", + "Date": "Tue, 25 Oct 2022 22:49:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11027,16 +15062,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d618ff2b-359c-4a8b-ae26-58b9a0ccf3b6", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183358Z:d618ff2b-359c-4a8b-ae26-58b9a0ccf3b6", + "x-ms-correlation-request-id": "826ec862-43b1-4730-8750-fa6dcbd2afa2", + "x-ms-ratelimit-remaining-subscription-reads": "11701", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224914Z:826ec862-43b1-4730-8750-fa6dcbd2afa2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", + "mirrorState": "Uninitialized", + "totalProgress": "0", "errorMessage": "" } }, @@ -11055,7 +15090,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:33:59 GMT", + "Date": "Tue, 25 Oct 2022 22:49:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11063,16 +15098,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "42ac1e00-a5c9-4b75-a929-aa907a4578f4", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183359Z:42ac1e00-a5c9-4b75-a929-aa907a4578f4", + "x-ms-correlation-request-id": "dcebe2c3-ce24-44f9-9c2a-139bf1e9f6b3", + "x-ms-ratelimit-remaining-subscription-reads": "11700", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224916Z:dcebe2c3-ce24-44f9-9c2a-139bf1e9f6b3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", + "mirrorState": "Uninitialized", + "totalProgress": "0", "errorMessage": "" } }, @@ -11091,7 +15126,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:00 GMT", + "Date": "Tue, 25 Oct 2022 22:49:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11099,16 +15134,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b8253e1c-2996-47c6-a706-dcdc5baeb7d3", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183401Z:b8253e1c-2996-47c6-a706-dcdc5baeb7d3", + "x-ms-correlation-request-id": "422b75ed-1436-4a3b-a10a-20eaf47a7120", + "x-ms-ratelimit-remaining-subscription-reads": "11699", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224917Z:422b75ed-1436-4a3b-a10a-20eaf47a7120", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", + "mirrorState": "Uninitialized", + "totalProgress": "0", "errorMessage": "" } }, @@ -11127,7 +15162,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:02 GMT", + "Date": "Tue, 25 Oct 2022 22:49:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11135,16 +15170,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "122e197e-1d25-48b5-b6ee-37244b150fd1", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183402Z:122e197e-1d25-48b5-b6ee-37244b150fd1", + "x-ms-correlation-request-id": "5a4a4774-8702-4627-9bcd-92a6335c6b5c", + "x-ms-ratelimit-remaining-subscription-reads": "11698", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224918Z:5a4a4774-8702-4627-9bcd-92a6335c6b5c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", + "mirrorState": "Uninitialized", + "totalProgress": "0", "errorMessage": "" } }, @@ -11163,7 +15198,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:03 GMT", + "Date": "Tue, 25 Oct 2022 22:49:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11171,16 +15206,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0876525-b6bb-40cb-abab-9bc99c394d67", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183403Z:e0876525-b6bb-40cb-abab-9bc99c394d67", + "x-ms-correlation-request-id": "ce4c7d6d-ccb5-44f3-a5ae-ac843ac9d8ee", + "x-ms-ratelimit-remaining-subscription-reads": "11697", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224920Z:ce4c7d6d-ccb5-44f3-a5ae-ac843ac9d8ee", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", + "mirrorState": "Uninitialized", + "totalProgress": "0", "errorMessage": "" } }, @@ -11199,7 +15234,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:04 GMT", + "Date": "Tue, 25 Oct 2022 22:49:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11207,16 +15242,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e67fc5eb-4c4d-4a0d-8f59-1809848f9b99", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183405Z:e67fc5eb-4c4d-4a0d-8f59-1809848f9b99", + "x-ms-correlation-request-id": "bb65da6d-f79e-4092-8d8b-c98c3b1a20bc", + "x-ms-ratelimit-remaining-subscription-reads": "11696", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224921Z:bb65da6d-f79e-4092-8d8b-c98c3b1a20bc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", + "mirrorState": "Uninitialized", + "totalProgress": "0", "errorMessage": "" } }, @@ -11235,7 +15270,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:06 GMT", + "Date": "Tue, 25 Oct 2022 22:49:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11243,16 +15278,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5e0fb13-9b9a-4651-a8b4-c2ea87124030", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183406Z:b5e0fb13-9b9a-4651-a8b4-c2ea87124030", + "x-ms-correlation-request-id": "b1334157-806b-4167-bc96-3c74f9b5ff7b", + "x-ms-ratelimit-remaining-subscription-reads": "11695", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224922Z:b1334157-806b-4167-bc96-3c74f9b5ff7b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", + "mirrorState": "Uninitialized", + "totalProgress": "0", "errorMessage": "" } }, @@ -11271,7 +15306,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:07 GMT", + "Date": "Tue, 25 Oct 2022 22:49:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11279,16 +15314,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10279e2d-aa42-4fdf-8e89-c280f5642b80", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183407Z:10279e2d-aa42-4fdf-8e89-c280f5642b80", + "x-ms-correlation-request-id": "4c020522-0406-4651-84a5-c8e63485108d", + "x-ms-ratelimit-remaining-subscription-reads": "11694", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224926Z:4c020522-0406-4651-84a5-c8e63485108d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", + "mirrorState": "Uninitialized", + "totalProgress": "0", "errorMessage": "" } }, @@ -11307,7 +15342,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:08 GMT", + "Date": "Tue, 25 Oct 2022 22:49:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11315,19 +15350,131 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b8b39f5-fdf5-4e41-b2cd-d63fe997371e", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183409Z:2b8b39f5-fdf5-4e41-b2cd-d63fe997371e", + "x-ms-correlation-request-id": "5babd2d2-4789-412c-939b-027a00f4d45b", + "x-ms-ratelimit-remaining-subscription-reads": "11693", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224927Z:5babd2d2-4789-412c-939b-027a00f4d45b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Broken", + "mirrorState": "Mirrored", "totalProgress": "18032", "errorMessage": "" } }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b/listReplications?api-version=2022-05-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:49: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": "f8eecb38-7f12-483a-bbf2-d53fa58d2f60", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224929Z:f8eecb38-7f12-483a-bbf2-d53fa58d2f60", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "replicationId": "6dc95b0c-9f71-5c35-13a4-5b23e4b0bce4", + "endpointType": "Src", + "replicationSchedule": "", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "remoteVolumeRegion": "eastus2" + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/breakReplication?api-version=2022-05-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/650186f3-71ba-4566-99fe-2cf40cc8e7af?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 25 Oct 2022 22:49:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/650186f3-71ba-4566-99fe-2cf40cc8e7af?api-version=2022-05-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": "d8942456-db22-4e35-ac06-195c6dbe2ad7", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224929Z:d8942456-db22-4e35-ac06-195c6dbe2ad7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/650186f3-71ba-4566-99fe-2cf40cc8e7af?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:49: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": "4672b597-36c1-4327-a7f3-f858493e9fbd", + "x-ms-ratelimit-remaining-subscription-reads": "11692", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224929Z:4672b597-36c1-4327-a7f3-f858493e9fbd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/650186f3-71ba-4566-99fe-2cf40cc8e7af", + "name": "650186f3-71ba-4566-99fe-2cf40cc8e7af", + "status": "BreakReplication", + "startTime": "2022-10-25T22:49:29.6385506Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } + }, { "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", @@ -11343,7 +15490,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:10 GMT", + "Date": "Tue, 25 Oct 2022 22:49:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11351,21 +15498,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a279e29-5c76-4515-b38f-2cd769289f5c", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183410Z:9a279e29-5c76-4515-b38f-2cd769289f5c", + "x-ms-correlation-request-id": "bf2ed714-96df-46de-b227-cc16b4d4c926", + "x-ms-ratelimit-remaining-subscription-reads": "11691", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T224930Z:bf2ed714-96df-46de-b227-cc16b4d4c926", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Broken", + "mirrorState": "Mirrored", "totalProgress": "18032", "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -11379,7 +15526,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:11 GMT", + "Date": "Tue, 25 Oct 2022 22:49:59 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A44%3A22.1074426Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11387,21 +15535,101 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a5b99e4-64b5-486e-a641-d811ece44f86", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183411Z:9a5b99e4-64b5-486e-a641-d811ece44f86", + "x-ms-correlation-request-id": "a50634f5-2cf3-4753-b561-0fe90a780978", + "x-ms-ratelimit-remaining-subscription-reads": "11692", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225000Z:a50634f5-2cf3-4753-b561-0fe90a780978", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A44%3A22.1074426Z\u0027\u0022", + "location": "westus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" + }, + "properties": { + "dataProtection": { + "replication": { + "endpointType": "Src", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "remoteVolumeRegion": "eastus2" + } + }, + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", + "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_8f82c7b40509489d9e97d719b9b955b4_18b0956f", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", + "storageToNetworkProximity": "T2", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:33:12.1169593Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/530ecbf7-2026-4ae8-8b73-0d985e09b7de?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/650186f3-71ba-4566-99fe-2cf40cc8e7af?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -11415,7 +15643,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:12 GMT", + "Date": "Tue, 25 Oct 2022 22:49:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11423,25 +15651,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "64fbee6a-b935-48f3-8e13-d123746cae4f", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183413Z:64fbee6a-b935-48f3-8e13-d123746cae4f", + "x-ms-correlation-request-id": "44346e9b-413c-48e2-8675-8f74abbd41ab", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225000Z:44346e9b-413c-48e2-8675-8f74abbd41ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/530ecbf7-2026-4ae8-8b73-0d985e09b7de", - "name": "530ecbf7-2026-4ae8-8b73-0d985e09b7de", - "status": "ResyncReplication", - "startTime": "2022-10-25T18:33:42.7937584Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/650186f3-71ba-4566-99fe-2cf40cc8e7af", + "name": "650186f3-71ba-4566-99fe-2cf40cc8e7af", + "status": "Succeeded", + "startTime": "2022-10-25T22:49:29.6385506Z", + "endTime": "2022-10-25T22:49:37.2835982Z", + "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -11455,7 +15683,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:12 GMT", + "Date": "Tue, 25 Oct 2022 22:50:00 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A49%3A37.276392Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11463,24 +15692,99 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b0a35d84-9436-4f44-85ac-8ae509ae8321", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183413Z:b0a35d84-9436-4f44-85ac-8ae509ae8321", + "x-ms-correlation-request-id": "c62ba174-f78b-4dd5-9e62-066425640561", + "x-ms-ratelimit-remaining-subscription-reads": "11691", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225000Z:c62ba174-f78b-4dd5-9e62-066425640561", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A49%3A37.276392Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" + }, + "properties": { + "volumeType": "", + "dataProtection": { + "replication": { + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "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_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "smbNonBrowsable": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:38:34.3076433Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/650186f3-71ba-4566-99fe-2cf40cc8e7af?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -11491,7 +15795,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:14 GMT", + "Date": "Tue, 25 Oct 2022 22:50:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11499,60 +15803,146 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f16487a-0782-49c4-9395-f1271625ae7d", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183414Z:3f16487a-0782-49c4-9395-f1271625ae7d", + "x-ms-correlation-request-id": "23cb55ba-3c74-469d-8227-08316a46f29b", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225001Z:23cb55ba-3c74-469d-8227-08316a46f29b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A49%3A37.276392Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" + }, + "properties": { + "volumeType": "", + "dataProtection": { + "replication": { + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "replicationPolicy": "MirrorAllSnapshots", + "replicationStatus": "Mirrored", + "remotePath": { + "externalHostName": "az-bn13-f01c01-bs118-sto", + "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", + "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_45c6cd" + }, + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", + "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_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "poolId": "8905b6d9-5b7d-b789-987b-70bbe780ff92", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "coolAccess": false, + "avsDataStore": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:38:34.3076433Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/resyncReplication?api-version=2022-05-01", + "RequestMethod": "POST", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", + "Content-Length": "0", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f4709e87-c1fe-4578-8a4f-89c8954cfaef?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:15 GMT", + "Content-Length": "0", + "Date": "Tue, 25 Oct 2022 22:50:00 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f4709e87-c1fe-4578-8a4f-89c8954cfaef?api-version=2022-05-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": "f3009c64-2796-4cdc-83f9-50c785e66a54", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183416Z:f3009c64-2796-4cdc-83f9-50c785e66a54", + "x-ms-correlation-request-id": "98f28f74-1e4d-4db7-833b-665dc2d3deb3", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225001Z:98f28f74-1e4d-4db7-833b-665dc2d3deb3", "X-Powered-By": "ASP.NET" }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f4709e87-c1fe-4578-8a4f-89c8954cfaef?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -11563,7 +15953,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:16 GMT", + "Date": "Tue, 25 Oct 2022 22:50:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11571,17 +15961,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3687369-8335-4e81-b5b4-e4101aeec3d4", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183417Z:d3687369-8335-4e81-b5b4-e4101aeec3d4", + "x-ms-correlation-request-id": "7bdaca50-5f8b-4a6a-af65-d7bfd383b5ba", + "x-ms-ratelimit-remaining-subscription-reads": "11690", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225001Z:7bdaca50-5f8b-4a6a-af65-d7bfd383b5ba", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f4709e87-c1fe-4578-8a4f-89c8954cfaef", + "name": "f4709e87-c1fe-4578-8a4f-89c8954cfaef", + "status": "ResyncReplication", + "startTime": "2022-10-25T22:50:01.2583005Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } } }, { @@ -11599,7 +15993,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:18 GMT", + "Date": "Tue, 25 Oct 2022 22:50:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11607,9 +16001,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dd6b786b-c57c-41ca-aed1-185f332b9595", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183418Z:dd6b786b-c57c-41ca-aed1-185f332b9595", + "x-ms-correlation-request-id": "d2733fd4-c695-420a-a7bd-4a5caf3f5aab", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225002Z:d2733fd4-c695-420a-a7bd-4a5caf3f5aab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -11635,7 +16029,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:19 GMT", + "Date": "Tue, 25 Oct 2022 22:50:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11643,9 +16037,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f7fffef-a28d-4e6b-b3ca-1cf941669f7f", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183420Z:9f7fffef-a28d-4e6b-b3ca-1cf941669f7f", + "x-ms-correlation-request-id": "b27b1fe9-7130-4d8b-81cb-4b7d752bce8e", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225004Z:b27b1fe9-7130-4d8b-81cb-4b7d752bce8e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -11671,7 +16065,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:20 GMT", + "Date": "Tue, 25 Oct 2022 22:50:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11679,9 +16073,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7cd93a3a-3dcd-4caa-b1d5-24dfba9d5cb9", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183421Z:7cd93a3a-3dcd-4caa-b1d5-24dfba9d5cb9", + "x-ms-correlation-request-id": "88f3ef08-7b3d-497f-87a4-f1b206522550", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225005Z:88f3ef08-7b3d-497f-87a4-f1b206522550", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -11707,7 +16101,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:22 GMT", + "Date": "Tue, 25 Oct 2022 22:50:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11715,9 +16109,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aab9ebf2-834a-4131-a4ad-730d87134a74", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183422Z:aab9ebf2-834a-4131-a4ad-730d87134a74", + "x-ms-correlation-request-id": "b121f51b-331a-4517-b0dd-016ce186ac12", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225006Z:b121f51b-331a-4517-b0dd-016ce186ac12", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -11743,7 +16137,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:23 GMT", + "Date": "Tue, 25 Oct 2022 22:50:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11751,9 +16145,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a934c19-6cf1-4052-a7ff-73d4136341e2", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183424Z:9a934c19-6cf1-4052-a7ff-73d4136341e2", + "x-ms-correlation-request-id": "4ed29096-6a1b-4447-a6bf-b1633978a540", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225008Z:4ed29096-6a1b-4447-a6bf-b1633978a540", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -11779,7 +16173,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:25 GMT", + "Date": "Tue, 25 Oct 2022 22:50:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11787,9 +16181,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6e7a0e6b-f7cd-49f8-81f8-f95dccfb7ac6", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183425Z:6e7a0e6b-f7cd-49f8-81f8-f95dccfb7ac6", + "x-ms-correlation-request-id": "2af88522-a743-43ec-9c47-77e2f1106b06", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225009Z:2af88522-a743-43ec-9c47-77e2f1106b06", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -11815,7 +16209,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:26 GMT", + "Date": "Tue, 25 Oct 2022 22:50:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11823,9 +16217,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10079377-4a48-4ea6-bdc3-56835e404160", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183427Z:10079377-4a48-4ea6-bdc3-56835e404160", + "x-ms-correlation-request-id": "a8f0863a-311b-4285-803e-58d8edb169bd", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225010Z:a8f0863a-311b-4285-803e-58d8edb169bd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -11851,7 +16245,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:27 GMT", + "Date": "Tue, 25 Oct 2022 22:50:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11859,9 +16253,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0b476451-2ae4-481c-9b30-ce63afe2542b", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183428Z:0b476451-2ae4-481c-9b30-ce63afe2542b", + "x-ms-correlation-request-id": "6ce8c3ce-897d-4878-ad33-1d7237494fb5", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225012Z:6ce8c3ce-897d-4878-ad33-1d7237494fb5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -11887,7 +16281,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:29 GMT", + "Date": "Tue, 25 Oct 2022 22:50:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11895,9 +16289,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b892cb08-a98a-40ae-9ae5-da364936831f", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183429Z:b892cb08-a98a-40ae-9ae5-da364936831f", + "x-ms-correlation-request-id": "68a49ca9-b9bd-4dc5-a06a-3a6bbc67f27a", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225013Z:68a49ca9-b9bd-4dc5-a06a-3a6bbc67f27a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -11923,7 +16317,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:30 GMT", + "Date": "Tue, 25 Oct 2022 22:50:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11931,9 +16325,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2989b6a7-ca55-489b-8794-418e92f4ee0e", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183431Z:2989b6a7-ca55-489b-8794-418e92f4ee0e", + "x-ms-correlation-request-id": "9efe4a82-1701-47be-98ff-b404809129a7", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225014Z:9efe4a82-1701-47be-98ff-b404809129a7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -11959,7 +16353,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:31 GMT", + "Date": "Tue, 25 Oct 2022 22:50:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -11967,9 +16361,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8643b3d4-47b6-4624-8657-03625a7e50eb", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183432Z:8643b3d4-47b6-4624-8657-03625a7e50eb", + "x-ms-correlation-request-id": "a2871a4a-99bf-441b-99ee-09cb8a648e86", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225016Z:a2871a4a-99bf-441b-99ee-09cb8a648e86", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -11995,7 +16389,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:33 GMT", + "Date": "Tue, 25 Oct 2022 22:50:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12003,9 +16397,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "84e5ac0c-970f-49c4-8e94-c5b47aa02e60", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183434Z:84e5ac0c-970f-49c4-8e94-c5b47aa02e60", + "x-ms-correlation-request-id": "0c311c11-ff27-4eff-b2fe-2826db7a25d3", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225017Z:0c311c11-ff27-4eff-b2fe-2826db7a25d3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -12031,7 +16425,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:34 GMT", + "Date": "Tue, 25 Oct 2022 22:50:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12039,9 +16433,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3aae9530-3957-480a-b416-0f5ea21b5fcd", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183435Z:3aae9530-3957-480a-b416-0f5ea21b5fcd", + "x-ms-correlation-request-id": "70842748-dd9c-4180-a66b-475333abd1a3", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225018Z:70842748-dd9c-4180-a66b-475333abd1a3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -12067,7 +16461,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:35 GMT", + "Date": "Tue, 25 Oct 2022 22:50:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12075,9 +16469,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d0fec10f-eee8-4208-8905-b273db6629b7", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183436Z:d0fec10f-eee8-4208-8905-b273db6629b7", + "x-ms-correlation-request-id": "07e5bc7a-13d0-4daf-bb74-a3fe79d8f065", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225020Z:07e5bc7a-13d0-4daf-bb74-a3fe79d8f065", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -12103,7 +16497,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:37 GMT", + "Date": "Tue, 25 Oct 2022 22:50:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12111,9 +16505,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3c128800-5307-4a26-9302-68fac4b1b09c", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183438Z:3c128800-5307-4a26-9302-68fac4b1b09c", + "x-ms-correlation-request-id": "567f0d44-287b-414b-a867-01a29da37daa", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225021Z:567f0d44-287b-414b-a867-01a29da37daa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -12139,7 +16533,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:39 GMT", + "Date": "Tue, 25 Oct 2022 22:50:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12147,9 +16541,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "720923ba-cc3d-4ac0-8f07-c095e8c59683", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183439Z:720923ba-cc3d-4ac0-8f07-c095e8c59683", + "x-ms-correlation-request-id": "67270995-c8d6-4ef1-a1f5-0535c087935e", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225023Z:67270995-c8d6-4ef1-a1f5-0535c087935e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -12175,7 +16569,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:40 GMT", + "Date": "Tue, 25 Oct 2022 22:50:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12183,9 +16577,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f074c997-d174-4508-b538-c89225b422be", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183441Z:f074c997-d174-4508-b538-c89225b422be", + "x-ms-correlation-request-id": "5a19d97f-7f96-4259-abb9-e338b2426179", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225024Z:5a19d97f-7f96-4259-abb9-e338b2426179", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -12211,7 +16605,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:41 GMT", + "Date": "Tue, 25 Oct 2022 22:50:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12219,9 +16613,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "506e67c2-9ed7-4b76-adf5-60e57a2bc8f7", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183442Z:506e67c2-9ed7-4b76-adf5-60e57a2bc8f7", + "x-ms-correlation-request-id": "a56048bf-9412-4c99-8f54-c295b65543f1", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225025Z:a56048bf-9412-4c99-8f54-c295b65543f1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -12233,10 +16627,10 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/530ecbf7-2026-4ae8-8b73-0d985e09b7de?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -12247,7 +16641,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:42 GMT", + "Date": "Tue, 25 Oct 2022 22:50:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12255,21 +16649,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32824cb3-fe89-4b80-90d8-b8486aefa55d", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183443Z:32824cb3-fe89-4b80-90d8-b8486aefa55d", + "x-ms-correlation-request-id": "14fcd008-a163-4aed-8def-177d4b81d0ab", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225027Z:14fcd008-a163-4aed-8def-177d4b81d0ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/530ecbf7-2026-4ae8-8b73-0d985e09b7de", - "name": "530ecbf7-2026-4ae8-8b73-0d985e09b7de", - "status": "ResyncReplication", - "startTime": "2022-10-25T18:33:42.7937584Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "18032", + "errorMessage": "" } }, { @@ -12287,7 +16677,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:43 GMT", + "Date": "Tue, 25 Oct 2022 22:50:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12295,9 +16685,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d64e3ce-a562-4efd-86d3-c5876e550699", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183444Z:2d64e3ce-a562-4efd-86d3-c5876e550699", + "x-ms-correlation-request-id": "2162edc2-fea4-4abe-b603-023aa3ffd2ae", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225028Z:2162edc2-fea4-4abe-b603-023aa3ffd2ae", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -12323,7 +16713,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:44 GMT", + "Date": "Tue, 25 Oct 2022 22:50:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12331,9 +16721,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5edf219f-1789-4dbe-b85f-a5e36a07ce48", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183445Z:5edf219f-1789-4dbe-b85f-a5e36a07ce48", + "x-ms-correlation-request-id": "403d985e-2778-4c51-a1fc-d53fe167680d", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225029Z:403d985e-2778-4c51-a1fc-d53fe167680d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -12359,7 +16749,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:46 GMT", + "Date": "Tue, 25 Oct 2022 22:50:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12367,9 +16757,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aac17234-da70-4c02-9576-1ae99ba2c2c1", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183447Z:aac17234-da70-4c02-9576-1ae99ba2c2c1", + "x-ms-correlation-request-id": "265c2b96-b346-4a58-8008-a13de2b5463d", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225031Z:265c2b96-b346-4a58-8008-a13de2b5463d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -12381,10 +16771,10 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f4709e87-c1fe-4578-8a4f-89c8954cfaef?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -12395,7 +16785,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:47 GMT", + "Date": "Tue, 25 Oct 2022 22:50:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12403,17 +16793,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fc63cbb3-fdd3-473e-9a14-87c198d3d86c", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183448Z:fc63cbb3-fdd3-473e-9a14-87c198d3d86c", + "x-ms-correlation-request-id": "ce789145-75c0-4fc5-a015-7bfb5e6a38d7", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225031Z:ce789145-75c0-4fc5-a015-7bfb5e6a38d7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "18032", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f4709e87-c1fe-4578-8a4f-89c8954cfaef", + "name": "f4709e87-c1fe-4578-8a4f-89c8954cfaef", + "status": "ResyncReplication", + "startTime": "2022-10-25T22:50:01.2583005Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } } }, { @@ -12431,7 +16825,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:34:48 GMT", + "Date": "Tue, 25 Oct 2022 22:50:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12439,9 +16833,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0fdc1a2-73f0-431d-9826-ff3939620328", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183449Z:e0fdc1a2-73f0-431d-9826-ff3939620328", + "x-ms-correlation-request-id": "5f5b5c5a-655b-446e-a544-051e8cee6525", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225032Z:5f5b5c5a-655b-446e-a544-051e8cee6525", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -12453,7 +16847,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/530ecbf7-2026-4ae8-8b73-0d985e09b7de?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f4709e87-c1fe-4578-8a4f-89c8954cfaef?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -12467,7 +16861,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:35:13 GMT", + "Date": "Tue, 25 Oct 2022 22:51:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12475,17 +16869,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "51561de4-711b-49bf-aa08-41a34e19c850", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183513Z:51561de4-711b-49bf-aa08-41a34e19c850", + "x-ms-correlation-request-id": "a1bb918a-a1bf-46d3-a0bc-4cbf5f98e113", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225101Z:a1bb918a-a1bf-46d3-a0bc-4cbf5f98e113", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/530ecbf7-2026-4ae8-8b73-0d985e09b7de", - "name": "530ecbf7-2026-4ae8-8b73-0d985e09b7de", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f4709e87-c1fe-4578-8a4f-89c8954cfaef", + "name": "f4709e87-c1fe-4578-8a4f-89c8954cfaef", "status": "Succeeded", - "startTime": "2022-10-25T18:33:42.7937584Z", - "endTime": "2022-10-25T18:34:49.661506Z", + "startTime": "2022-10-25T22:50:01.2583005Z", + "endTime": "2022-10-25T22:50:41.656927Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" @@ -12493,7 +16887,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/530ecbf7-2026-4ae8-8b73-0d985e09b7de?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f4709e87-c1fe-4578-8a4f-89c8954cfaef?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -12507,7 +16901,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:35:13 GMT", + "Date": "Tue, 25 Oct 2022 22:51:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12515,39 +16909,39 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "147ce053-6dc0-4084-a6ed-97efb50affa6", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183513Z:147ce053-6dc0-4084-a6ed-97efb50affa6", + "x-ms-correlation-request-id": "ae620ecb-9279-4fdf-8ef4-81c3908255f8", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225102Z:ae620ecb-9279-4fdf-8ef4-81c3908255f8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A34%3A49.6589745Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A50%3A41.6417081Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { - "replicationId": "a6714726-005e-e65e-b1d7-f659d48553ed", + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", "endpointType": "Dst", "replicationSchedule": "_10minutely", "replicationPolicy": "MirrorAllSnapshots", "replicationStatus": "Mirrored", "remotePath": { "externalHostName": "az-bn13-f01c01-bs118-sto", - "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", - "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_f96a13" + "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", + "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_45c6cd" }, "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "remoteVolumeRegion": "westus2" } }, - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", @@ -12578,17 +16972,17 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "poolId": "d59a0c7a-146e-e98f-befd-e9ee672ef810", + "poolId": "8905b6d9-5b7d-b789-987b-70bbe780ff92", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "startIp": "", "endIp": "", "gateway": "", @@ -12613,10 +17007,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:23:53.9105785Z", + "createdAt": "2022-10-25T22:38:34.3076433Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" } } }, @@ -12634,25 +17028,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4d2eab5b-0f6c-46c2-8102-43bfa64dbc3f?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8e3ba367-6a58-461f-aa51-67b0ab769c4a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 25 Oct 2022 18:35:20 GMT", + "Date": "Tue, 25 Oct 2022 22:51:02 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4d2eab5b-0f6c-46c2-8102-43bfa64dbc3f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8e3ba367-6a58-461f-aa51-67b0ab769c4a?api-version=2022-05-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": "cc5e8b6c-bfd5-410a-99ce-df72222f6cad", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183520Z:cc5e8b6c-bfd5-410a-99ce-df72222f6cad", + "x-ms-correlation-request-id": "f5ddc5c3-a826-4c3e-80a8-a8b26708192c", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225102Z:f5ddc5c3-a826-4c3e-80a8-a8b26708192c", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4d2eab5b-0f6c-46c2-8102-43bfa64dbc3f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8e3ba367-6a58-461f-aa51-67b0ab769c4a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -12666,7 +17060,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:35:20 GMT", + "Date": "Tue, 25 Oct 2022 22:51:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12674,16 +17068,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "40f8470d-dff0-4b5c-9d2d-ca7b8661c459", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183520Z:40f8470d-dff0-4b5c-9d2d-ca7b8661c459", + "x-ms-correlation-request-id": "c9ea3073-f7cb-482d-87fa-fee75bdab9b7", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225103Z:c9ea3073-f7cb-482d-87fa-fee75bdab9b7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4d2eab5b-0f6c-46c2-8102-43bfa64dbc3f", - "name": "4d2eab5b-0f6c-46c2-8102-43bfa64dbc3f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8e3ba367-6a58-461f-aa51-67b0ab769c4a", + "name": "8e3ba367-6a58-461f-aa51-67b0ab769c4a", "status": "BreakReplication", - "startTime": "2022-10-25T18:35:20.1288928Z", + "startTime": "2022-10-25T22:51:02.8694078Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -12706,7 +17100,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:35:20 GMT", + "Date": "Tue, 25 Oct 2022 22:51:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12714,9 +17108,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "adc8f605-9cf7-46e5-baf0-c2323591699a", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183520Z:adc8f605-9cf7-46e5-baf0-c2323591699a", + "x-ms-correlation-request-id": "9cc52e05-64d1-4b85-93e0-847e885dd066", + "x-ms-ratelimit-remaining-subscription-reads": "11689", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225104Z:9cc52e05-64d1-4b85-93e0-847e885dd066", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -12728,37 +17122,47 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/deleteReplication?api-version=2022-05-01", - "RequestMethod": "POST", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8e3ba367-6a58-461f-aa51-67b0ab769c4a?api-version=2022-05-01", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Content-Length": "0", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b4cc3480-00f4-416f-a3bf-f9f84fed76b4?api-version=2022-05-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 25 Oct 2022 18:35:50 GMT", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 22:51:32 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b4cc3480-00f4-416f-a3bf-f9f84fed76b4?api-version=2022-05-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": "5f4ba203-dc83-4bc6-97bf-86c7fc19d2af", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183551Z:5f4ba203-dc83-4bc6-97bf-86c7fc19d2af", + "x-ms-correlation-request-id": "d08adb43-5102-4a87-a64f-6c5ccb218164", + "x-ms-ratelimit-remaining-subscription-reads": "11688", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225133Z:d08adb43-5102-4a87-a64f-6c5ccb218164", "X-Powered-By": "ASP.NET" }, - "ResponseBody": null + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8e3ba367-6a58-461f-aa51-67b0ab769c4a", + "name": "8e3ba367-6a58-461f-aa51-67b0ab769c4a", + "status": "Succeeded", + "startTime": "2022-10-25T22:51:02.8694078Z", + "endTime": "2022-10-25T22:51:11.817279Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b4cc3480-00f4-416f-a3bf-f9f84fed76b4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8e3ba367-6a58-461f-aa51-67b0ab769c4a?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -12772,7 +17176,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:35:50 GMT", + "Date": "Tue, 25 Oct 2022 22:51:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12780,25 +17184,143 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "60edb427-2932-41c5-a221-78c8e1a4b93f", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183551Z:60edb427-2932-41c5-a221-78c8e1a4b93f", + "x-ms-correlation-request-id": "eb9b8f1a-7a46-4b4c-9660-33f3aaa76a7c", + "x-ms-ratelimit-remaining-subscription-reads": "11687", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225133Z:eb9b8f1a-7a46-4b4c-9660-33f3aaa76a7c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b4cc3480-00f4-416f-a3bf-f9f84fed76b4", - "name": "b4cc3480-00f4-416f-a3bf-f9f84fed76b4", - "status": "DeleteReplication", - "startTime": "2022-10-25T18:35:51.0884053Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A51%3A11.8032206Z\u0027\u0022", + "location": "eastus2", + "tags": { + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" + }, "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" + "volumeType": "", + "dataProtection": { + "replication": { + "replicationId": "23625654-60e8-f90b-606d-8808f31641ce", + "endpointType": "Dst", + "replicationSchedule": "_10minutely", + "replicationPolicy": "MirrorAllSnapshots", + "replicationStatus": "Mirrored", + "remotePath": { + "externalHostName": "az-bn13-f01c01-bs118-sto", + "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", + "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_45c6cd" + }, + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", + "remoteVolumeRegion": "westus2" + } + }, + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", + "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", + "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_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", + "poolId": "8905b6d9-5b7d-b789-987b-70bbe780ff92", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.0.0.4" + } + ], + "throughputMibps": 6.25, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "coolAccess": false, + "avsDataStore": "Disabled", + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "00000000-0000-0000-0000-000000000000", + "createdByType": "Application", + "createdAt": "2022-10-25T22:38:34.3076433Z", + "lastModifiedBy": "00000000-0000-0000-0000-000000000000", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4d2eab5b-0f6c-46c2-8102-43bfa64dbc3f?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/deleteReplication?api-version=2022-05-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4e76c7df-b9d4-4c51-9e5c-7e32fbb0ea17?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 25 Oct 2022 22:51:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4e76c7df-b9d4-4c51-9e5c-7e32fbb0ea17?api-version=2022-05-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": "db2b9f3c-23e0-4c62-abd6-8e7f1dd6e752", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225134Z:db2b9f3c-23e0-4c62-abd6-8e7f1dd6e752", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4e76c7df-b9d4-4c51-9e5c-7e32fbb0ea17?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -12812,7 +17334,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:35:51 GMT", + "Date": "Tue, 25 Oct 2022 22:51:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12820,18 +17342,18 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c257ef7-fe82-49ce-83c5-378861cb9943", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183551Z:2c257ef7-fe82-49ce-83c5-378861cb9943", + "x-ms-correlation-request-id": "d7e6d1b9-e7c6-4292-8db1-429f79c523b6", + "x-ms-ratelimit-remaining-subscription-reads": "11686", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225134Z:d7e6d1b9-e7c6-4292-8db1-429f79c523b6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4d2eab5b-0f6c-46c2-8102-43bfa64dbc3f", - "name": "4d2eab5b-0f6c-46c2-8102-43bfa64dbc3f", - "status": "Succeeded", - "startTime": "2022-10-25T18:35:20.1288928Z", - "endTime": "2022-10-25T18:35:27.9780679Z", - "percentComplete": 100.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4e76c7df-b9d4-4c51-9e5c-7e32fbb0ea17", + "name": "4e76c7df-b9d4-4c51-9e5c-7e32fbb0ea17", + "status": "DeleteReplication", + "startTime": "2022-10-25T22:51:34.4508679Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" } @@ -12852,7 +17374,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:35:51 GMT", + "Date": "Tue, 25 Oct 2022 22:51:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12860,9 +17382,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a9e17fc-9951-407c-b20e-ae5dd14f234d", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183551Z:8a9e17fc-9951-407c-b20e-ae5dd14f234d", + "x-ms-correlation-request-id": "ec24819e-5018-4d0f-ae21-cbf6571dcb2a", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225134Z:ec24819e-5018-4d0f-ae21-cbf6571dcb2a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -12874,10 +17396,10 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4d2eab5b-0f6c-46c2-8102-43bfa64dbc3f?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b/replicationStatus?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" @@ -12888,7 +17410,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:35:51 GMT", + "Date": "Tue, 25 Oct 2022 22:51:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -12896,109 +17418,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "235fea17-8509-4e18-b6c9-786611853bee", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183551Z:235fea17-8509-4e18-b6c9-786611853bee", + "x-ms-correlation-request-id": "9350aaa1-a4c9-4758-a882-ee83abcbcf56", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225136Z:9350aaa1-a4c9-4758-a882-ee83abcbcf56", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A35%3A27.9727763Z\u0027\u0022", - "location": "eastus2", - "tags": { - "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" - }, - "properties": { - "volumeType": "", - "dataProtection": { - "replication": { - "replicationId": "a6714726-005e-e65e-b1d7-f659d48553ed", - "endpointType": "Dst", - "replicationSchedule": "_10minutely", - "replicationPolicy": "MirrorAllSnapshots", - "replicationStatus": "Mirrored", - "remotePath": { - "externalHostName": "az-bn13-f01c01-bs118-sto", - "serverName": "svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", - "volumeName": "vol_sdk_py_tests_vol_4_b2_86eb264b_f96a13" - }, - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "remoteVolumeRegion": "westus2" - } - }, - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", - "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", - "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_1a1854d05b8211e99e4a3a8c013b5748_429af151", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "poolId": "d59a0c7a-146e-e98f-befd-e9ee672ef810", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.0.0.4" - } - ], - "throughputMibps": 6.25, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "coolAccess": false, - "avsDataStore": "Disabled", - "smbAccessBasedEnumeration": "Disabled", - "smbNonBrowsable": "Disabled", - "provisioningState": "Succeeded" - }, - "systemData": { - "createdBy": "00000000-0000-0000-0000-000000000000", - "createdByType": "Application", - "createdAt": "2022-10-25T18:23:53.9105785Z", - "lastModifiedBy": "00000000-0000-0000-0000-000000000000", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" - } + "healthy": false, + "relationshipStatus": "", + "mirrorState": "", + "totalProgress": "", + "errorMessage": "The replication for volume: sdk-py-tests-vol-4-b2-86eb264b is currently being deleted." } }, { @@ -13016,7 +17446,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:35:53 GMT", + "Date": "Tue, 25 Oct 2022 22:51:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13024,9 +17454,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "849f3924-0305-4528-921c-cee8cf7f7e78", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183554Z:849f3924-0305-4528-921c-cee8cf7f7e78", + "x-ms-correlation-request-id": "7ae09caa-a76b-478b-b6fd-3f68d83bc76e", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225137Z:7ae09caa-a76b-478b-b6fd-3f68d83bc76e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -13052,7 +17482,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:35:55 GMT", + "Date": "Tue, 25 Oct 2022 22:51:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13060,9 +17490,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6f37fdc7-a165-4e52-a372-12dc06416962", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183556Z:6f37fdc7-a165-4e52-a372-12dc06416962", + "x-ms-correlation-request-id": "2ada94a6-96d8-461b-91ec-df98c1857355", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225139Z:2ada94a6-96d8-461b-91ec-df98c1857355", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -13088,7 +17518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:35:56 GMT", + "Date": "Tue, 25 Oct 2022 22:51:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13096,9 +17526,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c32194fd-f818-4f73-bf94-1256e2288ae4", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183557Z:c32194fd-f818-4f73-bf94-1256e2288ae4", + "x-ms-correlation-request-id": "9545dc23-75d3-4d27-b3c8-0796595a172e", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225140Z:9545dc23-75d3-4d27-b3c8-0796595a172e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -13124,7 +17554,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:35:58 GMT", + "Date": "Tue, 25 Oct 2022 22:51:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13132,9 +17562,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "16d08d43-5dd6-4b06-a548-917a9a11733d", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183558Z:16d08d43-5dd6-4b06-a548-917a9a11733d", + "x-ms-correlation-request-id": "c60ecaff-819e-4f01-8a35-84b18ebcaf23", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225141Z:c60ecaff-819e-4f01-8a35-84b18ebcaf23", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -13160,15 +17590,15 @@ "Cache-Control": "no-cache", "Content-Length": "105", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:35:59 GMT", + "Date": "Tue, 25 Oct 2022 22: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": "4aedd3a8-d9a2-405d-a477-c974925ba043", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183600Z:4aedd3a8-d9a2-405d-a477-c974925ba043", + "x-ms-correlation-request-id": "57f684a9-ef55-4053-91fc-c9517823158b", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225143Z:57f684a9-ef55-4053-91fc-c9517823158b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -13193,8 +17623,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:36:02 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A35%3A58.625775Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:51:46 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A51%3A39.7333269Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13202,24 +17632,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c81e3c6-69c1-42bd-8bad-ceca1cc30a1b", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183603Z:8c81e3c6-69c1-42bd-8bad-ceca1cc30a1b", + "x-ms-correlation-request-id": "c1742779-a434-444a-9616-f9788eb4ff7e", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225146Z:c1742779-a434-444a-9616-f9788eb4ff7e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A35%3A58.625775Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A51%3A39.7333269Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" }, "properties": { "volumeType": "", "dataProtection": {}, - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "usageThreshold": 107374182400, @@ -13247,7 +17677,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", + "baremetalTenantId": "baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_18b0956f", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", @@ -13262,8 +17692,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "ipAddress": "10.0.0.4" } ], @@ -13283,10 +17713,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:18:31.3231547Z", + "createdAt": "2022-10-25T22:33:12.1169593Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" } } }, @@ -13305,8 +17735,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:36:02 GMT", - "ETag": "W/\u0022datetime\u00272022-10-25T18%3A36%3A00.6194275Z\u0027\u0022", + "Date": "Tue, 25 Oct 2022 22:51:46 GMT", + "ETag": "W/\u0022datetime\u00272022-10-25T22%3A51%3A43.2640169Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13314,24 +17744,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "470d632d-ffe7-4f2d-876c-7671af88fe4a", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183603Z:470d632d-ffe7-4f2d-876c-7671af88fe4a", + "x-ms-correlation-request-id": "930394d8-6034-4302-a912-e262286fd326", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225147Z:930394d8-6034-4302-a912-e262286fd326", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A36%3A00.6194275Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A51%3A43.2640169Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" }, "properties": { "volumeType": "", "dataProtection": {}, - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "usageThreshold": 107374182400, @@ -13359,7 +17789,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -13371,8 +17801,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "ipAddress": "10.0.0.4" } ], @@ -13387,10 +17817,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:23:53.9105785Z", + "createdAt": "2022-10-25T22:38:34.3076433Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" } } }, @@ -13407,25 +17837,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b8a94d82-2655-4d1f-80da-7e8e5b6079d4?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/078a9414-ac20-4c2d-b4db-888725d68476?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 25 Oct 2022 18:36:04 GMT", + "Date": "Tue, 25 Oct 2022 22:51:48 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b8a94d82-2655-4d1f-80da-7e8e5b6079d4?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/078a9414-ac20-4c2d-b4db-888725d68476?api-version=2022-05-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": "b0bdf5f0-e4f8-4614-807f-818a78cfec6a", + "x-ms-correlation-request-id": "0e69cdad-ca66-4732-bfab-2ee13e836824", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183604Z:b0bdf5f0-e4f8-4614-807f-818a78cfec6a", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225149Z:0e69cdad-ca66-4732-bfab-2ee13e836824", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b8a94d82-2655-4d1f-80da-7e8e5b6079d4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/078a9414-ac20-4c2d-b4db-888725d68476?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13439,7 +17869,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:36:04 GMT", + "Date": "Tue, 25 Oct 2022 22:51:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13447,16 +17877,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "33d903f5-46dd-4598-a052-750306d85bb1", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183604Z:33d903f5-46dd-4598-a052-750306d85bb1", + "x-ms-correlation-request-id": "51143b5f-2211-4abd-a1bc-d50246e0d866", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225149Z:51143b5f-2211-4abd-a1bc-d50246e0d866", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b8a94d82-2655-4d1f-80da-7e8e5b6079d4", - "name": "b8a94d82-2655-4d1f-80da-7e8e5b6079d4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/078a9414-ac20-4c2d-b4db-888725d68476", + "name": "078a9414-ac20-4c2d-b4db-888725d68476", "status": "Deleting", - "startTime": "2022-10-25T18:36:04.7039677Z", + "startTime": "2022-10-25T22:51:48.9178894Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -13465,7 +17895,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b4cc3480-00f4-416f-a3bf-f9f84fed76b4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4e76c7df-b9d4-4c51-9e5c-7e32fbb0ea17?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13479,7 +17909,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:36:21 GMT", + "Date": "Tue, 25 Oct 2022 22:52:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13487,17 +17917,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad8f047d-741c-4ec2-a0e2-67520fdd77ba", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183621Z:ad8f047d-741c-4ec2-a0e2-67520fdd77ba", + "x-ms-correlation-request-id": "1dcf4190-2d81-440b-9241-c460e7c479cd", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225204Z:1dcf4190-2d81-440b-9241-c460e7c479cd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b4cc3480-00f4-416f-a3bf-f9f84fed76b4", - "name": "b4cc3480-00f4-416f-a3bf-f9f84fed76b4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4e76c7df-b9d4-4c51-9e5c-7e32fbb0ea17", + "name": "4e76c7df-b9d4-4c51-9e5c-7e32fbb0ea17", "status": "Succeeded", - "startTime": "2022-10-25T18:35:51.0884053Z", - "endTime": "2022-10-25T18:36:00.6253642Z", + "startTime": "2022-10-25T22:51:34.4508679Z", + "endTime": "2022-10-25T22:51:43.2679256Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" @@ -13505,7 +17935,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b4cc3480-00f4-416f-a3bf-f9f84fed76b4?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4e76c7df-b9d4-4c51-9e5c-7e32fbb0ea17?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13519,7 +17949,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:36:21 GMT", + "Date": "Tue, 25 Oct 2022 22:52:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13527,24 +17957,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3312101e-bd52-4f63-920a-54dd459eee35", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183621Z:3312101e-bd52-4f63-920a-54dd459eee35", + "x-ms-correlation-request-id": "ed83a863-b8ad-4341-8f4c-fe16442f4e91", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225205Z:ed83a863-b8ad-4341-8f4c-fe16442f4e91", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A36%3A00.6194275Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A51%3A43.2640169Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" }, "properties": { "volumeType": "", "dataProtection": {}, - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", @@ -13575,17 +18005,17 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", + "baremetalTenantId": "baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "poolId": "d59a0c7a-146e-e98f-befd-e9ee672ef810", + "poolId": "8905b6d9-5b7d-b789-987b-70bbe780ff92", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "startIp": "", "endIp": "", "gateway": "", @@ -13610,15 +18040,15 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:23:53.9105785Z", + "createdAt": "2022-10-25T22:38:34.3076433Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b8a94d82-2655-4d1f-80da-7e8e5b6079d4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/078a9414-ac20-4c2d-b4db-888725d68476?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13632,7 +18062,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:36:34 GMT", + "Date": "Tue, 25 Oct 2022 22:52:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13640,16 +18070,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ac5e29f-2b77-4499-9830-aebb2863a835", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183635Z:7ac5e29f-2b77-4499-9830-aebb2863a835", + "x-ms-correlation-request-id": "f8991f8b-a7dd-4c28-a9b4-8d94641c15d2", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225219Z:f8991f8b-a7dd-4c28-a9b4-8d94641c15d2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b8a94d82-2655-4d1f-80da-7e8e5b6079d4", - "name": "b8a94d82-2655-4d1f-80da-7e8e5b6079d4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/078a9414-ac20-4c2d-b4db-888725d68476", + "name": "078a9414-ac20-4c2d-b4db-888725d68476", "status": "Deleting", - "startTime": "2022-10-25T18:36:04.7039677Z", + "startTime": "2022-10-25T22:51:48.9178894Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -13658,7 +18088,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b8a94d82-2655-4d1f-80da-7e8e5b6079d4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/078a9414-ac20-4c2d-b4db-888725d68476?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13672,7 +18102,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:37:04 GMT", + "Date": "Tue, 25 Oct 2022 22:52:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13680,16 +18110,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c3ab8e29-7a90-46f3-8790-b784e0a94220", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183705Z:c3ab8e29-7a90-46f3-8790-b784e0a94220", + "x-ms-correlation-request-id": "09bc0baf-71eb-41d2-9bf8-c070821cd8a9", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225249Z:09bc0baf-71eb-41d2-9bf8-c070821cd8a9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b8a94d82-2655-4d1f-80da-7e8e5b6079d4", - "name": "b8a94d82-2655-4d1f-80da-7e8e5b6079d4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/078a9414-ac20-4c2d-b4db-888725d68476", + "name": "078a9414-ac20-4c2d-b4db-888725d68476", "status": "Deleting", - "startTime": "2022-10-25T18:36:04.7039677Z", + "startTime": "2022-10-25T22:51:48.9178894Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -13698,7 +18128,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b8a94d82-2655-4d1f-80da-7e8e5b6079d4?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/078a9414-ac20-4c2d-b4db-888725d68476?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13712,7 +18142,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:37:35 GMT", + "Date": "Tue, 25 Oct 2022 22:53:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13720,17 +18150,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "92b718cd-2374-47af-9c0a-5abe61e218e1", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183735Z:92b718cd-2374-47af-9c0a-5abe61e218e1", + "x-ms-correlation-request-id": "3e3cabd8-081c-459c-8502-596a88bdedf6", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225319Z:3e3cabd8-081c-459c-8502-596a88bdedf6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b8a94d82-2655-4d1f-80da-7e8e5b6079d4", - "name": "b8a94d82-2655-4d1f-80da-7e8e5b6079d4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/078a9414-ac20-4c2d-b4db-888725d68476", + "name": "078a9414-ac20-4c2d-b4db-888725d68476", "status": "Succeeded", - "startTime": "2022-10-25T18:36:04.7039677Z", - "endTime": "2022-10-25T18:37:20.4295527Z", + "startTime": "2022-10-25T22:51:48.9178894Z", + "endTime": "2022-10-25T22:52:52.651574Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b" @@ -13738,7 +18168,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b8a94d82-2655-4d1f-80da-7e8e5b6079d4?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/078a9414-ac20-4c2d-b4db-888725d68476?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13752,7 +18182,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:37:35 GMT", + "Date": "Tue, 25 Oct 2022 22:53:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13760,24 +18190,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9bbe16c-f5b9-42bb-8334-3cde6738c7b8", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T183735Z:b9bbe16c-f5b9-42bb-8334-3cde6738c7b8", + "x-ms-correlation-request-id": "2127bfdb-7420-4404-8420-fb6db02ae1d0", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225320Z:2127bfdb-7420-4404-8420-fb6db02ae1d0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2/sdk-py-tests-vol-4-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A37%3A03.0522297Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A52%3A43.6268182Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-25T18:23:53.1331658Z" + "CreatedOnDate": "2022-10-25T22:38:33.6305947Z" }, "properties": { "volumeType": "", "dataProtection": {}, - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-4-b2-86eb264b", "ownerId": "1a1854d0-5b82-11e9-9e4a-3a8c013b5748", @@ -13808,17 +18238,17 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_429af151", + "baremetalTenantId": "DELETED_baremetalTenant_svm_1a1854d05b8211e99e4a3a8c013b5748_3ff5c9f9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-4-b2-86eb264b", - "poolId": "d59a0c7a-146e-e98f-befd-e9ee672ef810", + "poolId": "8905b6d9-5b7d-b789-987b-70bbe780ff92", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", - "fileSystemId": "ebd7e405-aa1b-d257-2f66-1fbd4be39b6e", + "mountTargetId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", + "fileSystemId": "4bc0c480-7b58-6f41-7907-129ae4dc6156", "startIp": "", "endIp": "", "gateway": "", @@ -13843,10 +18273,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:23:53.9105785Z", + "createdAt": "2022-10-25T22:38:34.3076433Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:53.9105785Z" + "lastModifiedAt": "2022-10-25T22:38:34.3076433Z" } } }, @@ -13865,14 +18295,14 @@ "Cache-Control": "no-cache", "Content-Length": "332", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:40:57 GMT", + "Date": "Tue, 25 Oct 2022 22:56:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37d8a95c-a015-49e3-9c0a-3afc03753ea0", + "x-ms-correlation-request-id": "c4107782-0c55-4dc2-9b4e-208dad90d3e6", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184058Z:37d8a95c-a015-49e3-9c0a-3afc03753ea0" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225642Z:c4107782-0c55-4dc2-9b4e-208dad90d3e6" }, "ResponseBody": { "error": { @@ -13894,25 +18324,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/07a21613-924b-4ae9-9c6a-5b215c43ed89?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b1aa96b0-624f-4c5f-9f87-6d64be04e41b?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 25 Oct 2022 18:41:09 GMT", + "Date": "Tue, 25 Oct 2022 22:56:53 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/07a21613-924b-4ae9-9c6a-5b215c43ed89?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b1aa96b0-624f-4c5f-9f87-6d64be04e41b?api-version=2022-05-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": "fae1e2ff-8bde-49e5-9ccd-fd4a5b552897", + "x-ms-correlation-request-id": "11b57548-69d2-4eb0-98dd-ce027dd51471", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184110Z:fae1e2ff-8bde-49e5-9ccd-fd4a5b552897", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225654Z:11b57548-69d2-4eb0-98dd-ce027dd51471", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/07a21613-924b-4ae9-9c6a-5b215c43ed89?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b1aa96b0-624f-4c5f-9f87-6d64be04e41b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13926,7 +18356,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:41:09 GMT", + "Date": "Tue, 25 Oct 2022 22:56:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13934,16 +18364,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37df0f19-51e0-4f43-bbdc-98e834a51adb", + "x-ms-correlation-request-id": "eab6fefc-b8f3-4617-9c35-0a50cd26af2d", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184110Z:37df0f19-51e0-4f43-bbdc-98e834a51adb", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225654Z:eab6fefc-b8f3-4617-9c35-0a50cd26af2d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/07a21613-924b-4ae9-9c6a-5b215c43ed89", - "name": "07a21613-924b-4ae9-9c6a-5b215c43ed89", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b1aa96b0-624f-4c5f-9f87-6d64be04e41b", + "name": "b1aa96b0-624f-4c5f-9f87-6d64be04e41b", "status": "Deleting", - "startTime": "2022-10-25T18:41:10.244308Z", + "startTime": "2022-10-25T22:56:54.4552267Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -13952,7 +18382,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/07a21613-924b-4ae9-9c6a-5b215c43ed89?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b1aa96b0-624f-4c5f-9f87-6d64be04e41b?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -13966,7 +18396,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:41:40 GMT", + "Date": "Tue, 25 Oct 2022 22:57:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -13974,17 +18404,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cb19755c-ef78-47cb-84b2-dd4fae479ef9", + "x-ms-correlation-request-id": "68a814e8-6737-493b-888b-6656f3ccd097", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184140Z:cb19755c-ef78-47cb-84b2-dd4fae479ef9", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225724Z:68a814e8-6737-493b-888b-6656f3ccd097", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/07a21613-924b-4ae9-9c6a-5b215c43ed89", - "name": "07a21613-924b-4ae9-9c6a-5b215c43ed89", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b1aa96b0-624f-4c5f-9f87-6d64be04e41b", + "name": "b1aa96b0-624f-4c5f-9f87-6d64be04e41b", "status": "Succeeded", - "startTime": "2022-10-25T18:41:10.244308Z", - "endTime": "2022-10-25T18:41:10.7599471Z", + "startTime": "2022-10-25T22:56:54.4552267Z", + "endTime": "2022-10-25T22:56:55.0646479Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2" @@ -13992,7 +18422,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/07a21613-924b-4ae9-9c6a-5b215c43ed89?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b1aa96b0-624f-4c5f-9f87-6d64be04e41b?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -14006,7 +18436,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:41:40 GMT", + "Date": "Tue, 25 Oct 2022 22:57:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -14014,22 +18444,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f84e5de-2726-4303-8d88-9b8283216b28", + "x-ms-correlation-request-id": "38361827-6f23-4eb1-91df-dffc15e4d656", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184140Z:3f84e5de-2726-4303-8d88-9b8283216b28", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225725Z:38361827-6f23-4eb1-91df-dffc15e4d656", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-2-b2-86eb264b/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A41%3A10.2381828Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A56%3A54.4422119Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-25T18:23:40.8517777Z" + "CreatedOnDate": "2022-10-25T22:38:21.4661099Z" }, "properties": { - "poolId": "d59a0c7a-146e-e98f-befd-e9ee672ef810", + "poolId": "8905b6d9-5b7d-b789-987b-70bbe780ff92", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b/capacityPools/sdk-py-tests-pool-2", @@ -14043,10 +18473,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:23:41.6076455Z", + "createdAt": "2022-10-25T22:38:22.1435356Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:41.6076455Z" + "lastModifiedAt": "2022-10-25T22:38:22.1435356Z" } } }, @@ -14064,14 +18494,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 25 Oct 2022 18:41:50 GMT", + "Date": "Tue, 25 Oct 2022 22:57:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc72b4ce-9b6d-4b7c-8a5e-33a2f05def50", + "x-ms-correlation-request-id": "3813cb2f-a563-47e4-a35c-9a3ca4030305", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184151Z:cc72b4ce-9b6d-4b7c-8a5e-33a2f05def50" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225735Z:3813cb2f-a563-47e4-a35c-9a3ca4030305" }, "ResponseBody": null }, @@ -14089,14 +18519,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 25 Oct 2022 18:42:00 GMT", + "Date": "Tue, 25 Oct 2022 22:57:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aff5deb8-c2f4-4579-9002-7339a38712fc", + "x-ms-correlation-request-id": "15e8b8dc-25ba-4c8d-b9be-b6ed491b6b55", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184201Z:aff5deb8-c2f4-4579-9002-7339a38712fc" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225745Z:15e8b8dc-25ba-4c8d-b9be-b6ed491b6b55" }, "ResponseBody": null }, @@ -14114,14 +18544,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 25 Oct 2022 18:42:11 GMT", + "Date": "Tue, 25 Oct 2022 22:57:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a655440-3304-4c3d-aeef-1681e1f1c655", + "x-ms-correlation-request-id": "759fc434-d028-4454-8fee-80acf0a07794", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184211Z:7a655440-3304-4c3d-aeef-1681e1f1c655" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225755Z:759fc434-d028-4454-8fee-80acf0a07794" }, "ResponseBody": null }, @@ -14139,14 +18569,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 25 Oct 2022 18:42:21 GMT", + "Date": "Tue, 25 Oct 2022 22:58:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65931246-3175-4b88-bf9d-9bf926ba8ff3", + "x-ms-correlation-request-id": "e70cb187-8c05-460e-8fbd-444700d3ad53", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184221Z:65931246-3175-4b88-bf9d-9bf926ba8ff3" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225806Z:e70cb187-8c05-460e-8fbd-444700d3ad53" }, "ResponseBody": null }, @@ -14165,14 +18595,14 @@ "Cache-Control": "no-cache", "Content-Length": "293", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:42:31 GMT", + "Date": "Tue, 25 Oct 2022 22:58:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ddb87cbf-14fb-420b-99fa-a83597ccf0f8", + "x-ms-correlation-request-id": "34b61be9-77cd-4600-8243-f17e27996bd5", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184232Z:ddb87cbf-14fb-420b-99fa-a83597ccf0f8" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225816Z:34b61be9-77cd-4600-8243-f17e27996bd5" }, "ResponseBody": { "error": { @@ -14194,25 +18624,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ad86fb4-7873-4c1f-9f80-f17f4a4e79b6?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/788b890a-7d41-4bbc-a79d-5980829719a0?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 25 Oct 2022 18:42:32 GMT", + "Date": "Tue, 25 Oct 2022 22:58:16 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ad86fb4-7873-4c1f-9f80-f17f4a4e79b6?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/788b890a-7d41-4bbc-a79d-5980829719a0?api-version=2022-05-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": "e2c0f59c-f346-4daf-a8d1-6f8c01aa2070", + "x-ms-correlation-request-id": "31cb3bb6-a508-4c89-b152-a1578ba5c560", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184233Z:e2c0f59c-f346-4daf-a8d1-6f8c01aa2070", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225817Z:31cb3bb6-a508-4c89-b152-a1578ba5c560", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ad86fb4-7873-4c1f-9f80-f17f4a4e79b6?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/788b890a-7d41-4bbc-a79d-5980829719a0?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -14226,7 +18656,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:42:32 GMT", + "Date": "Tue, 25 Oct 2022 22:58:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -14234,17 +18664,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0d0822f4-22a5-4221-8969-76391ea62e13", + "x-ms-correlation-request-id": "a38b4a18-977c-40b3-afe8-8ec4c8d14dfa", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184233Z:0d0822f4-22a5-4221-8969-76391ea62e13", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225817Z:a38b4a18-977c-40b3-afe8-8ec4c8d14dfa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ad86fb4-7873-4c1f-9f80-f17f4a4e79b6", - "name": "6ad86fb4-7873-4c1f-9f80-f17f4a4e79b6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/788b890a-7d41-4bbc-a79d-5980829719a0", + "name": "788b890a-7d41-4bbc-a79d-5980829719a0", "status": "Succeeded", - "startTime": "2022-10-25T18:42:32.980055Z", - "endTime": "2022-10-25T18:42:33.0113503Z", + "startTime": "2022-10-25T22:58:17.2213278Z", + "endTime": "2022-10-25T22:58:17.2525788Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b" @@ -14252,7 +18682,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6ad86fb4-7873-4c1f-9f80-f17f4a4e79b6?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/788b890a-7d41-4bbc-a79d-5980829719a0?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -14266,7 +18696,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:42:32 GMT", + "Date": "Tue, 25 Oct 2022 22:58:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -14274,19 +18704,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "84de80d1-bda7-41a0-b8c9-d496e080e984", + "x-ms-correlation-request-id": "b575012b-9963-4e25-ba61-fc7c8959f1b1", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184233Z:84de80d1-bda7-41a0-b8c9-d496e080e984", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225817Z:b575012b-9963-4e25-ba61-fc7c8959f1b1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2-b2-86eb264b", "name": "sdk-py-tests-acc-2-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A42%3A32.9544248Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A58%3A17.2184705Z\u0027\u0022", "location": "eastus2", "tags": { - "CreatedOnDate": "2022-10-25T18:23:36.7956863Z" + "CreatedOnDate": "2022-10-25T22:38:17.7135428Z" }, "properties": { "encryption": { @@ -14297,10 +18727,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:23:38.1676642Z", + "createdAt": "2022-10-25T22:38:19.1421279Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:23:38.1676642Z" + "lastModifiedAt": "2022-10-25T22:38:19.1421279Z" } } }, @@ -14319,15 +18749,15 @@ "Cache-Control": "no-cache", "Content-Length": "260", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:42:32 GMT", + "Date": "Tue, 25 Oct 2022 22:58:17 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": "ac7d6d07-f87f-4944-b1c5-b4b7f5a8125e", + "x-ms-correlation-request-id": "f92ebee8-21f3-4b6f-8875-a7dacd756728", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184233Z:ac7d6d07-f87f-4944-b1c5-b4b7f5a8125e", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225818Z:f92ebee8-21f3-4b6f-8875-a7dacd756728", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -14350,25 +18780,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/598db60c-f023-4270-92ee-cacda2b38490?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 25 Oct 2022 18:42:34 GMT", + "Date": "Tue, 25 Oct 2022 22:58:20 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/598db60c-f023-4270-92ee-cacda2b38490?api-version=2022-05-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": "11b0bfd5-89fa-493e-94db-82fa4d364b26", + "x-ms-correlation-request-id": "a178fa8d-fda0-48d0-9201-7d215dba3fe8", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184235Z:11b0bfd5-89fa-493e-94db-82fa4d364b26", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225821Z:a178fa8d-fda0-48d0-9201-7d215dba3fe8", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/598db60c-f023-4270-92ee-cacda2b38490?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -14382,7 +18812,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:42:35 GMT", + "Date": "Tue, 25 Oct 2022 22:58:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -14390,16 +18820,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8e0eaaaa-ebf7-4cc3-aa28-03a8a44b448d", + "x-ms-correlation-request-id": "1f1290d9-b593-45e9-a270-62c9c34f9f35", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184236Z:8e0eaaaa-ebf7-4cc3-aa28-03a8a44b448d", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225821Z:1f1290d9-b593-45e9-a270-62c9c34f9f35", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5", - "name": "505ae950-3e0b-4a0f-b412-15a478d7a0e5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/598db60c-f023-4270-92ee-cacda2b38490", + "name": "598db60c-f023-4270-92ee-cacda2b38490", "status": "Deleting", - "startTime": "2022-10-25T18:42:35.7794856Z", + "startTime": "2022-10-25T22:58:20.8967906Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -14408,7 +18838,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/598db60c-f023-4270-92ee-cacda2b38490?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -14422,7 +18852,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:43:05 GMT", + "Date": "Tue, 25 Oct 2022 22:58:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -14430,16 +18860,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e93c044-945e-49fb-8629-0040e7ac56ec", + "x-ms-correlation-request-id": "48dcbdc2-121e-47ef-b4dd-2c9b4d232a58", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184306Z:3e93c044-945e-49fb-8629-0040e7ac56ec", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225851Z:48dcbdc2-121e-47ef-b4dd-2c9b4d232a58", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5", - "name": "505ae950-3e0b-4a0f-b412-15a478d7a0e5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/598db60c-f023-4270-92ee-cacda2b38490", + "name": "598db60c-f023-4270-92ee-cacda2b38490", "status": "Deleting", - "startTime": "2022-10-25T18:42:35.7794856Z", + "startTime": "2022-10-25T22:58:20.8967906Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -14448,7 +18878,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/598db60c-f023-4270-92ee-cacda2b38490?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -14462,7 +18892,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:43:35 GMT", + "Date": "Tue, 25 Oct 2022 22:59:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -14470,16 +18900,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8292ec31-b147-4f8f-b523-5019b1814b19", + "x-ms-correlation-request-id": "0061b02e-c632-449f-8eff-3a671a320504", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184336Z:8292ec31-b147-4f8f-b523-5019b1814b19", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225921Z:0061b02e-c632-449f-8eff-3a671a320504", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5", - "name": "505ae950-3e0b-4a0f-b412-15a478d7a0e5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/598db60c-f023-4270-92ee-cacda2b38490", + "name": "598db60c-f023-4270-92ee-cacda2b38490", "status": "Deleting", - "startTime": "2022-10-25T18:42:35.7794856Z", + "startTime": "2022-10-25T22:58:20.8967906Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -14488,7 +18918,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/598db60c-f023-4270-92ee-cacda2b38490?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -14502,7 +18932,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:44:06 GMT", + "Date": "Tue, 25 Oct 2022 22:59:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -14510,137 +18940,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "42d3a145-4214-470e-8d80-4f493262c351", + "x-ms-correlation-request-id": "3ae2b4fa-b129-42dc-9963-38f25088bfc4", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184406Z:42d3a145-4214-470e-8d80-4f493262c351", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5", - "name": "505ae950-3e0b-4a0f-b412-15a478d7a0e5", - "status": "Deleting", - "startTime": "2022-10-25T18:42:35.7794856Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:44: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": "769deabb-454c-4b05-89bb-299bbbe99a72", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184437Z:769deabb-454c-4b05-89bb-299bbbe99a72", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5", - "name": "505ae950-3e0b-4a0f-b412-15a478d7a0e5", - "status": "Deleting", - "startTime": "2022-10-25T18:42:35.7794856Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:45: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": "a6432814-14d9-4454-981d-ea29f45d943d", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184507Z:a6432814-14d9-4454-981d-ea29f45d943d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5", - "name": "505ae950-3e0b-4a0f-b412-15a478d7a0e5", - "status": "Deleting", - "startTime": "2022-10-25T18:42:35.7794856Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5?api-version=2022-05-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/9.0.1 Python/3.9.5 (Windows-10-10.0.19044-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:45: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": "d3106a7d-c307-4bbf-ae14-c4cac7c91fc5", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184537Z:d3106a7d-c307-4bbf-ae14-c4cac7c91fc5", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225952Z:3ae2b4fa-b129-42dc-9963-38f25088bfc4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5", - "name": "505ae950-3e0b-4a0f-b412-15a478d7a0e5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/598db60c-f023-4270-92ee-cacda2b38490", + "name": "598db60c-f023-4270-92ee-cacda2b38490", "status": "Succeeded", - "startTime": "2022-10-25T18:42:35.7794856Z", - "endTime": "2022-10-25T18:45:11.7468164Z", + "startTime": "2022-10-25T22:58:20.8967906Z", + "endTime": "2022-10-25T22:59:41.709591Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b" @@ -14648,7 +18958,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/505ae950-3e0b-4a0f-b412-15a478d7a0e5?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/598db60c-f023-4270-92ee-cacda2b38490?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -14662,7 +18972,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:45:37 GMT", + "Date": "Tue, 25 Oct 2022 22:59:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -14670,24 +18980,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2594e9fe-2b54-4ad7-8b83-6ac9691af37a", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184537Z:2594e9fe-2b54-4ad7-8b83-6ac9691af37a", + "x-ms-correlation-request-id": "20cfc467-e417-4df1-8771-c86586e62940", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T225952Z:20cfc467-e417-4df1-8771-c86586e62940", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1/sdk-py-tests-vol-3-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A45%3A06.6786431Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T22%3A59%3A36.2876867Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T18:18:30.1858464Z" + "CreatedOnDate": "2022-10-25T22:33:11.1307001Z" }, "properties": { "volumeType": "", "dataProtection": {}, - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-3-b2-86eb264b", "ownerId": "8f82c7b4-0509-489d-9e97-d719b9b955b4", @@ -14718,19 +19028,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_c2291fc4", + "baremetalTenantId": "DELETED_baremetalTenant_svm_8f82c7b40509489d9e97d719b9b955b4_18b0956f", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-westus2-b2-86eb264b/subnets/default", "networkFeatures": "Basic", "networkSiblingSetId": "8dd1978e-584b-5087-bfc6-c261b926b7ba", "storageToNetworkProximity": "T2", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-3-b2-86eb264b", - "poolId": "463e6e35-71da-0b50-4f49-df3dea075a88", + "poolId": "991b8608-5139-9f8b-67da-a062eae36741", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", - "fileSystemId": "a6d0d81e-eb0d-3bcd-d3ec-9cad8fee764e", + "mountTargetId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", + "fileSystemId": "cd82e663-3fc9-4dc7-91f0-e2a853c14398", "startIp": "", "endIp": "", "gateway": "", @@ -14762,10 +19072,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:18:31.3231547Z", + "createdAt": "2022-10-25T22:33:12.1169593Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:18:31.3231547Z" + "lastModifiedAt": "2022-10-25T22:33:12.1169593Z" } } }, @@ -14784,14 +19094,14 @@ "Cache-Control": "no-cache", "Content-Length": "330", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:48:59 GMT", + "Date": "Tue, 25 Oct 2022 23:03:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a36b609-6864-4731-b53d-d8d5647c9be1", + "x-ms-correlation-request-id": "1fa53ac2-3c00-44eb-ba97-5dc0ac75775b", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184900Z:5a36b609-6864-4731-b53d-d8d5647c9be1" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T230314Z:1fa53ac2-3c00-44eb-ba97-5dc0ac75775b" }, "ResponseBody": { "error": { @@ -14813,25 +19123,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/455b3a2e-caec-40e0-81ef-3be0bfbec5e0?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4831f548-dd3a-4f2b-8c0f-fc71bc913202?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 25 Oct 2022 18:49:12 GMT", + "Date": "Tue, 25 Oct 2022 23:03:26 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/455b3a2e-caec-40e0-81ef-3be0bfbec5e0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4831f548-dd3a-4f2b-8c0f-fc71bc913202?api-version=2022-05-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": "da8fbad2-6aea-4e1d-9263-3d0ae0d9cda2", + "x-ms-correlation-request-id": "24b692b7-5957-49db-a065-cd612fd5bb81", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184913Z:da8fbad2-6aea-4e1d-9263-3d0ae0d9cda2", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T230327Z:24b692b7-5957-49db-a065-cd612fd5bb81", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/455b3a2e-caec-40e0-81ef-3be0bfbec5e0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4831f548-dd3a-4f2b-8c0f-fc71bc913202?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -14845,7 +19155,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:49:13 GMT", + "Date": "Tue, 25 Oct 2022 23:03:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -14853,16 +19163,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7f2a29dd-9e5d-4ebd-8392-a85dffb6b561", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184913Z:7f2a29dd-9e5d-4ebd-8392-a85dffb6b561", + "x-ms-correlation-request-id": "c5a0dcad-9c49-40f2-9447-00ce1e79d5f1", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T230327Z:c5a0dcad-9c49-40f2-9447-00ce1e79d5f1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/455b3a2e-caec-40e0-81ef-3be0bfbec5e0", - "name": "455b3a2e-caec-40e0-81ef-3be0bfbec5e0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4831f548-dd3a-4f2b-8c0f-fc71bc913202", + "name": "4831f548-dd3a-4f2b-8c0f-fc71bc913202", "status": "Deleting", - "startTime": "2022-10-25T18:49:13.1408656Z", + "startTime": "2022-10-25T23:03:26.900237Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -14871,7 +19181,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/455b3a2e-caec-40e0-81ef-3be0bfbec5e0?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4831f548-dd3a-4f2b-8c0f-fc71bc913202?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -14885,7 +19195,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:49:43 GMT", + "Date": "Tue, 25 Oct 2022 23:03:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -14893,17 +19203,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0300dd48-3423-449d-bd48-1ee78aeffe2b", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184943Z:0300dd48-3423-449d-bd48-1ee78aeffe2b", + "x-ms-correlation-request-id": "8d594854-c4fc-4d6b-b44a-5a87ea6e9392", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T230357Z:8d594854-c4fc-4d6b-b44a-5a87ea6e9392", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/455b3a2e-caec-40e0-81ef-3be0bfbec5e0", - "name": "455b3a2e-caec-40e0-81ef-3be0bfbec5e0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4831f548-dd3a-4f2b-8c0f-fc71bc913202", + "name": "4831f548-dd3a-4f2b-8c0f-fc71bc913202", "status": "Succeeded", - "startTime": "2022-10-25T18:49:13.1408656Z", - "endTime": "2022-10-25T18:49:13.9689594Z", + "startTime": "2022-10-25T23:03:26.900237Z", + "endTime": "2022-10-25T23:03:28.0878414Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1" @@ -14911,7 +19221,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/455b3a2e-caec-40e0-81ef-3be0bfbec5e0?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4831f548-dd3a-4f2b-8c0f-fc71bc913202?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -14925,7 +19235,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:49:43 GMT", + "Date": "Tue, 25 Oct 2022 23:03:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -14933,22 +19243,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "baa8d51b-baf6-4600-be21-b648abc3cb61", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184944Z:baa8d51b-baf6-4600-be21-b648abc3cb61", + "x-ms-correlation-request-id": "6090fdbd-219c-4db2-a492-8e3873a707fa", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T230357Z:6090fdbd-219c-4db2-a492-8e3873a707fa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1-b2-86eb264b/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A49%3A13.1324288Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T23%3A03%3A26.9025094Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T18:18:17.0120694Z" + "CreatedOnDate": "2022-10-25T22:32:58.1703180Z" }, "properties": { - "poolId": "463e6e35-71da-0b50-4f49-df3dea075a88", + "poolId": "991b8608-5139-9f8b-67da-a062eae36741", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b/capacityPools/sdk-py-tests-pool-1", @@ -14962,10 +19272,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:18:18.1276568Z", + "createdAt": "2022-10-25T22:32:59.1392759Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:18:18.1276568Z" + "lastModifiedAt": "2022-10-25T22:32:59.1392759Z" } } }, @@ -14983,14 +19293,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 25 Oct 2022 18:49:53 GMT", + "Date": "Tue, 25 Oct 2022 23:04:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "619e1485-d9ff-4766-bad8-d10e86ab814d", + "x-ms-correlation-request-id": "6af7aceb-6ceb-4a25-bed0-153ac0d9d713", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T184954Z:619e1485-d9ff-4766-bad8-d10e86ab814d" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T230408Z:6af7aceb-6ceb-4a25-bed0-153ac0d9d713" }, "ResponseBody": null }, @@ -15008,14 +19318,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 25 Oct 2022 18:50:03 GMT", + "Date": "Tue, 25 Oct 2022 23:04:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "519e2142-6ce4-43c2-a169-c40f3a3c08ea", + "x-ms-correlation-request-id": "0c64b402-8f05-42f8-ae0f-e8340453b77c", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T185004Z:519e2142-6ce4-43c2-a169-c40f3a3c08ea" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T230419Z:0c64b402-8f05-42f8-ae0f-e8340453b77c" }, "ResponseBody": null }, @@ -15033,14 +19343,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 25 Oct 2022 18:50:14 GMT", + "Date": "Tue, 25 Oct 2022 23:04:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bc6d15ab-08de-4247-8fae-9606ebc3bc62", + "x-ms-correlation-request-id": "ab862dfe-9f0b-40b4-a0f2-aa2a73326ae2", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T185014Z:bc6d15ab-08de-4247-8fae-9606ebc3bc62" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T230429Z:ab862dfe-9f0b-40b4-a0f2-aa2a73326ae2" }, "ResponseBody": null }, @@ -15058,14 +19368,14 @@ "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 25 Oct 2022 18:50:24 GMT", + "Date": "Tue, 25 Oct 2022 23:04:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "968c9259-d414-47bf-a12d-e35f650f34fe", + "x-ms-correlation-request-id": "c4e5fc8d-7229-477f-985f-9c76b7d62f05", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T185025Z:968c9259-d414-47bf-a12d-e35f650f34fe" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T230439Z:c4e5fc8d-7229-477f-985f-9c76b7d62f05" }, "ResponseBody": null }, @@ -15084,14 +19394,14 @@ "Cache-Control": "no-cache", "Content-Length": "291", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:50:34 GMT", + "Date": "Tue, 25 Oct 2022 23:04:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb5b2583-e305-4092-b57d-0d53cf8188d6", + "x-ms-correlation-request-id": "f97a17d6-26e4-496c-83ca-b5ce9e1f01e3", "x-ms-failure-cause": "gateway", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T185035Z:fb5b2583-e305-4092-b57d-0d53cf8188d6" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T230449Z:f97a17d6-26e4-496c-83ca-b5ce9e1f01e3" }, "ResponseBody": { "error": { @@ -15113,25 +19423,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01fa76e9-c6ba-4b0a-a1ac-cc77652033ad?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4be9e691-5c76-4d55-b046-4a9380e32cd5?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 25 Oct 2022 18:50:36 GMT", + "Date": "Tue, 25 Oct 2022 23:04:50 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01fa76e9-c6ba-4b0a-a1ac-cc77652033ad?api-version=2022-05-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4be9e691-5c76-4d55-b046-4a9380e32cd5?api-version=2022-05-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": "6cae5da3-9125-440d-b17a-91728ea05cae", + "x-ms-correlation-request-id": "f97d2ae9-8c2f-4467-8955-5eaf24b726de", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T185036Z:6cae5da3-9125-440d-b17a-91728ea05cae", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T230451Z:f97d2ae9-8c2f-4467-8955-5eaf24b726de", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01fa76e9-c6ba-4b0a-a1ac-cc77652033ad?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4be9e691-5c76-4d55-b046-4a9380e32cd5?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -15145,7 +19455,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:50:36 GMT", + "Date": "Tue, 25 Oct 2022 23:04:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -15153,17 +19463,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b30e2d7f-f4f8-4622-8001-07146436372b", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T185037Z:b30e2d7f-f4f8-4622-8001-07146436372b", + "x-ms-correlation-request-id": "a8a9aa1c-fef3-44bc-9301-975949774777", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T230451Z:a8a9aa1c-fef3-44bc-9301-975949774777", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01fa76e9-c6ba-4b0a-a1ac-cc77652033ad", - "name": "01fa76e9-c6ba-4b0a-a1ac-cc77652033ad", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4be9e691-5c76-4d55-b046-4a9380e32cd5", + "name": "4be9e691-5c76-4d55-b046-4a9380e32cd5", "status": "Succeeded", - "startTime": "2022-10-25T18:50:36.7640345Z", - "endTime": "2022-10-25T18:50:36.8109148Z", + "startTime": "2022-10-25T23:04:51.3890308Z", + "endTime": "2022-10-25T23:04:51.4202762Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b" @@ -15171,7 +19481,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01fa76e9-c6ba-4b0a-a1ac-cc77652033ad?api-version=2022-05-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4be9e691-5c76-4d55-b046-4a9380e32cd5?api-version=2022-05-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -15185,7 +19495,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:50:36 GMT", + "Date": "Tue, 25 Oct 2022 23:04:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -15193,19 +19503,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "25ad74ed-599b-4802-bfbd-09826b136b6a", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T185037Z:25ad74ed-599b-4802-bfbd-09826b136b6a", + "x-ms-correlation-request-id": "72f9bf57-ab4f-4bc3-aa68-047f3c636792", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T230451Z:72f9bf57-ab4f-4bc3-aa68-047f3c636792", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-tmp/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1-b2-86eb264b", "name": "sdk-py-tests-acc-1-b2-86eb264b", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-10-25T18%3A50%3A36.7568325Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-10-25T23%3A04%3A51.3804366Z\u0027\u0022", "location": "westus2", "tags": { - "CreatedOnDate": "2022-10-25T18:18:12.9670928Z" + "CreatedOnDate": "2022-10-25T22:32:53.6501295Z" }, "properties": { "encryption": { @@ -15216,10 +19526,10 @@ "systemData": { "createdBy": "00000000-0000-0000-0000-000000000000", "createdByType": "Application", - "createdAt": "2022-10-25T18:18:13.7821933Z", + "createdAt": "2022-10-25T22:32:54.4809308Z", "lastModifiedBy": "00000000-0000-0000-0000-000000000000", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-10-25T18:18:13.7821933Z" + "lastModifiedAt": "2022-10-25T22:32:54.4809308Z" } } }, @@ -15238,15 +19548,15 @@ "Cache-Control": "no-cache", "Content-Length": "258", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:50:37 GMT", + "Date": "Tue, 25 Oct 2022 23:04:51 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": "ebfc63a0-bf15-4666-b0ce-3b05480b8930", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T185037Z:ebfc63a0-bf15-4666-b0ce-3b05480b8930", + "x-ms-correlation-request-id": "5c91d983-cf79-4cc0-97dc-e5330f51aae9", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T230452Z:5c91d983-cf79-4cc0-97dc-e5330f51aae9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -15270,12 +19580,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/563f5345-94da-4507-b3ec-ccf8808cb9cb?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f2cf4b95-69f7-4ac4-93f7-670e09ecf09a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 25 Oct 2022 18:50:38 GMT", + "Date": "Tue, 25 Oct 2022 23:04:52 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/563f5345-94da-4507-b3ec-ccf8808cb9cb?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/f2cf4b95-69f7-4ac4-93f7-670e09ecf09a?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -15284,15 +19594,15 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b635f695-9cc0-4344-a2ee-5546f631a4c5", - "x-ms-correlation-request-id": "4fade05c-8189-425e-a6a3-3745c11fe827", + "x-ms-arm-service-request-id": "7c8ff48f-7bc2-4c2f-8bea-e4132e0f3fbe", + "x-ms-correlation-request-id": "87a97b7c-45f2-4991-b013-6860f2bbaefb", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T185039Z:4fade05c-8189-425e-a6a3-3745c11fe827" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T230453Z:87a97b7c-45f2-4991-b013-6860f2bbaefb" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/563f5345-94da-4507-b3ec-ccf8808cb9cb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f2cf4b95-69f7-4ac4-93f7-670e09ecf09a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -15306,7 +19616,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:50:39 GMT", + "Date": "Tue, 25 Oct 2022 23:04:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -15317,17 +19627,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "128b0fa5-452b-4f74-b269-457217adc3eb", - "x-ms-correlation-request-id": "7e662fb0-71e5-468b-934a-aa8d412bbdca", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T185040Z:7e662fb0-71e5-468b-934a-aa8d412bbdca" + "x-ms-arm-service-request-id": "cd548823-f0a8-4294-8a1f-37bf026f3654", + "x-ms-correlation-request-id": "c09232cd-5788-4b22-b7a1-9f6eb5fc018c", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T230453Z:c09232cd-5788-4b22-b7a1-9f6eb5fc018c" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/563f5345-94da-4507-b3ec-ccf8808cb9cb?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/f2cf4b95-69f7-4ac4-93f7-670e09ecf09a?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -15339,12 +19649,12 @@ "StatusCode": 204, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/563f5345-94da-4507-b3ec-ccf8808cb9cb?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/f2cf4b95-69f7-4ac4-93f7-670e09ecf09a?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:50:39 GMT", + "Date": "Tue, 25 Oct 2022 23:04:53 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/563f5345-94da-4507-b3ec-ccf8808cb9cb?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operationResults/f2cf4b95-69f7-4ac4-93f7-670e09ecf09a?api-version=2022-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -15352,10 +19662,10 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b635f695-9cc0-4344-a2ee-5546f631a4c5", - "x-ms-correlation-request-id": "4fade05c-8189-425e-a6a3-3745c11fe827", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T185040Z:cc8ae850-a714-45f6-a8a5-4bbae8c7bbd4" + "x-ms-arm-service-request-id": "7c8ff48f-7bc2-4c2f-8bea-e4132e0f3fbe", + "x-ms-correlation-request-id": "87a97b7c-45f2-4991-b013-6860f2bbaefb", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T230454Z:cb4a0f02-8e8c-452c-8bc6-ced699e7c927" }, "ResponseBody": null }, @@ -15373,12 +19683,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/b90171d6-9e13-4040-8fb5-783b51bfd769?api-version=2022-05-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/3cc52b8f-2954-4e37-8148-6bf63d3a7437?api-version=2022-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 25 Oct 2022 18:50:40 GMT", + "Date": "Tue, 25 Oct 2022 23:04:54 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operationResults/b90171d6-9e13-4040-8fb5-783b51bfd769?api-version=2022-05-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operationResults/3cc52b8f-2954-4e37-8148-6bf63d3a7437?api-version=2022-05-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -15387,23 +19697,21 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f51a7c5a-375f-4fe0-bf8c-9711ba10bb52", - "x-ms-correlation-request-id": "39e5a192-14ae-4df0-b1f3-0261ef5e2bb8", + "x-ms-arm-service-request-id": "1c1adef2-724c-4664-a330-336f9a8e14e2", + "x-ms-correlation-request-id": "cc4cf889-a4a5-410d-b98b-cf6b01ceb6b4", "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T185040Z:39e5a192-14ae-4df0-b1f3-0261ef5e2bb8" + "x-ms-routing-request-id": "FRANCESOUTH:20221025T230455Z:cc4cf889-a4a5-410d-b98b-cf6b01ceb6b4" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/69a75bda-882e-44d5-8431-63421204132a/providers/Microsoft.Network/locations/eastus2/operations/b90171d6-9e13-4040-8fb5-783b51bfd769?api-version=2022-05-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/3cc52b8f-2954-4e37-8148-6bf63d3a7437?api-version=2022-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSIsImtpZCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNzJmOTg4YmYtODZmMS00MWFmLTkxYWItMmQ3Y2QwMTFkYjQ3LyIsImlhdCI6MTY2NjcyMTU1NSwibmJmIjoxNjY2NzIxNTU1LCJleHAiOjE2NjY4MDgyNTUsImFpbyI6IkUyWmdZR0E4UGZ0OS9aemQrMmVMUkhvcEgxNXdEQUE9IiwiYXBwaWQiOiJjNmM0ZmFiYS0yYjIyLTQ0ZDktODBhNC03MWZmNWI3MWY4MTEiLCJhcHBpZGFjciI6IjEiLCJpZHAiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWR0eXAiOiJhcHAiLCJvaWQiOiI3NjgwN2ZiZS1mNzVmLTQ2NzktOGNlZS1kMDViNDU4MjExNjAiLCJyaCI6IjAuQVJvQXY0ajVjdkdHcjBHUnF5MTgwQkhiUjBaSWYza0F1dGRQdWtQYXdmajJNQk1hQUFBLiIsInN1YiI6Ijc2ODA3ZmJlLWY3NWYtNDY3OS04Y2VlLWQwNWI0NTgyMTE2MCIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInV0aSI6IkxwRUlRb3MybGtDZ0lSakFodkxPQUEiLCJ2ZXIiOiIxLjAiLCJ4bXNfY2MiOlsiQ1AxIl0sInhtc190Y2R0IjoxMjg5MjQxNTQ3fQ.I5rgQV06bhrN1GjMdnWvbNN-aOrprhaS22BeHCezycBzYwUahajwURDl1RPF_zLJypgVANgeqqqJORrdLI3MSTf61wUShn0VMrKTjDPryKiUgiDE56NxJ7y8uoLyrO21eBzI9vNtI0uUd22YncByymlwZO36WjmVKGted1W_35aIEY870_-LBaWoEVLoHltjaEWnqNSZeue15VTOUXLeKsgvsXxtmIvsyidBaxr77pAf8pPjvqf-blXAouMqXXJ5VkFki6VyEHAR0EMM3UaeGk1lJZVLUo_pw9Q_9ZxqEDjpHX1RbSoj95gVXP7m2xmmy6hvzcqz0Xw5N--zDpo9kA", "Connection": "keep-alive", - "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)", - "x-ms-client-request-id": "eb238558-5495-11ed-b005-ac675dc66a69" + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -15411,7 +19719,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 25 Oct 2022 18:50:40 GMT", + "Date": "Tue, 25 Oct 2022 23:04:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -15422,15 +19730,47 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5016230b-c0e0-45bd-b1ee-e61c1d338f78", - "x-ms-correlation-request-id": "f2413892-1a7c-4b94-a59c-10a4b29c197b", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "2104cfc6-e6ec-4ca0-9445-4fbf85c7e81a", - "x-ms-routing-request-id": "FRANCESOUTH:20221025T185041Z:f2413892-1a7c-4b94-a59c-10a4b29c197b" + "x-ms-arm-service-request-id": "d8885daa-aa9e-4d4e-8955-25d5f0a9b700", + "x-ms-correlation-request-id": "a31e2f77-65c0-44d7-b374-732447405fd5", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T230455Z:a31e2f77-65c0-44d7-b374-732447405fd5" }, "ResponseBody": { "status": "Succeeded" } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operationResults/3cc52b8f-2954-4e37-8148-6bf63d3a7437?api-version=2022-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-azure-mgmt-network/22.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operations/3cc52b8f-2954-4e37-8148-6bf63d3a7437?api-version=2022-05-01", + "Cache-Control": "no-cache", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 25 Oct 2022 23:04:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/operationResults/3cc52b8f-2954-4e37-8148-6bf63d3a7437?api-version=2022-05-01", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "1c1adef2-724c-4664-a330-336f9a8e14e2", + "x-ms-correlation-request-id": "cc4cf889-a4a5-410d-b98b-cf6b01ceb6b4", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-routing-request-id": "FRANCESOUTH:20221025T230455Z:c1cef9d7-75f5-4eea-9b64-04eed74fdb00" + }, + "ResponseBody": null } ], "Variables": {} diff --git a/sdk/netapp/azure-mgmt-netapp/tests/test_volume.py b/sdk/netapp/azure-mgmt-netapp/tests/test_volume.py index 378e6b1130e7..6d7f5b8ed5a4 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/test_volume.py +++ b/sdk/netapp/azure-mgmt-netapp/tests/test_volume.py @@ -378,8 +378,8 @@ def test_volume_replication(self): delete_pool(self.client, TEST_RG, ACCOUNT1, TEST_POOL_1, live=self.is_live) delete_account(self.client, TEST_RG, ACCOUNT1, live=self.is_live) if self.is_live: - self.network_client.virtual_networks.begin_delete(TEST_RG, VNETNAME) - self.network_client.virtual_networks.begin_delete(TEST_REPL_REMOTE_RG, dpVNET_NAME) + self.network_client.virtual_networks.begin_delete(TEST_RG, VNETNAME).wait() + self.network_client.virtual_networks.begin_delete(TEST_REPL_REMOTE_RG, dpVNET_NAME).wait() @recorded_by_proxy def test_get_volume_by_name(self): From 85649e4af25ee7ff8fad25d4c1273c2fb8acc449 Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Wed, 26 Oct 2022 11:37:44 +0800 Subject: [PATCH 14/14] Update CHANGELOG.md --- sdk/netapp/azure-mgmt-netapp/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/netapp/azure-mgmt-netapp/CHANGELOG.md b/sdk/netapp/azure-mgmt-netapp/CHANGELOG.md index 89e222cf67f1..3befc67394c6 100644 --- a/sdk/netapp/azure-mgmt-netapp/CHANGELOG.md +++ b/sdk/netapp/azure-mgmt-netapp/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 9.0.1 (2022-10-14) +## 9.0.1 (2022-10-26) ### Bugs Fixed